/*!
 * Start Bootstrap - Business Frontpage HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
html {
	position: relative;
	min-height: 100%;
	height: 100%;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
	position: relative;
	min-height: 100%;
	/*
     * DO NOT REMOVE!
     * Removing this height: 100% will break the ViewportWrapper component,
     * which is our fixer for incorrect full-screen heights on iOS.
     */
	height: 100%;
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	line-height: 27px;
	-webkit-font-smoothing: antialiased;
	color: #181a1d;
	overflow: auto;
	background-color: #f5f7f9;
}
body::after {
	clear: both;
	content: "";
	display: table;
}
.text-white {
	color: white !important;
}
.dropdown-header {
	font-weight: normal;
	letter-spacing: .2em
}
/* Header Image Background - Change the URL below to your image path (example: ../images/background.jpg) */

.landing-header {
	height: 600px;
	background: url('../images/header-bg.jpg') center center no-repeat scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-attachment: fixed;
	display: block;
	position: relative;
}
p {
	line-height: 160%;
	letter-spacing: 0.025em;
}
p.lead {
	line-height: 160%;
	letter-spacing: 0.025em;
}

.modal-footer {
	background-color: #181a1d;
}

.modal {
	z-index: 10000;
}
.first-row {
	-webkit-box-shadow: inset 0px 0px 62px 0px rgba(66,54,66,0.14);
	-moz-box-shadow: inset 0px 0px 62px 0px rgba(66,54,66,0.14);
	box-shadow: inset 0px 0px 62px 0px rgba(66,54,66,0.14);
}
.text-gray {
	color: #5d5c5d;
}
.news-padding {
	margin-bottom: 30px;
}
/*Breadcrumbs*/
.breadcrumb {
	padding: 12px 0 0;
}
ol.breadcrumb li {
	letter-spacing: 2px;
}
/*End Breadcrumbs*/

/*Video Tour Page*/

.contact-panel {
	background: transparent;
	box-shadow: none;
	margin-top: 20px;
	border: 4px solid #dbdbdb;
	border-radius: 0px;
}
.contact-panel h2 {
	margin-bottom: 20px;
}
.contact-panel h3 {
	margin-bottom: 25px;
	color: #373737;
}
.contact-panel .contact-panel-button {
	margin-bottom: 20px
}
.video-wrapper {
	margin: 10px 0 10px 0;
}
/*End Video Tour Page*/
table.feature-benefit-table {
	background-color: #fff;
}
.feature-benefit-table th {
	color: #5d5c5d;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 13px;
	background-color: #b7b7b7;
	text-align: center;
}
.feature-benefit-table .col-benefit {
	/*background-color:#d6f7ff;*/
	background-color: #fff2cf;
}
/*.feature-benefit-table .benefit-th {
	color: #2C9AB7;
	 
}*/

.feature-benefit-table .feature-col {
	text-align: center;
}
/*
 
  .feature-benefit-table .feature-th {
	  background: #373737;
	  color: #f1f1f1;
  }*/
  
.interface-table {
	margin: 60px 0;
}
.interface-table .interface-td {
	border: none;
}
.page-footer-row {
	background-color: #fff !important;
	margin: 0;
	margin-bottom: -40px;
}
.lowercase {
	text-transform: lowercase;
}
.tagline {
	line-height: 150%;
}
a:focus {
	outline: none;
	color: #2c9ab7;
}

.physician-tagline {
	line-height: 120%;
}
.breadcrumb-divider {
	color: #ccc;
	padding: 0 5px;
}
.media-object {
	margin-right: 10px;
}
.media-comp-icon {
	width: 55px;
	text-align: center;
}
.tagline-text {
	text-shadow: 0 0 4px rgba(24,26,29, 0.2);
	color: #fff;
}

.tagline-text.tagline-intro {
	text-shadow: none;
	color: #181a1d;
}

.alt-row {
	background-color: #fff;
}
.row-title {
	letter-spacing: 5px;
	margin-bottom: 80px;
}
.btn-cta {
	color: #000;
	background-color: #fff;
	border-color: #fff;
	text-transform: uppercase;
	border-width: 4px;
	opacity: 0.8;
}
.btn-cta:hover, .btn-cta:focus, .btn-cta:active, .btn-cta.active, .open .dropdown-toggle.btn-cta {
	opacity: 1;
}
/* Product HIE Style */

.btn-cta-hie {
	color: #52BAD5;
	background-color: transparent;
	border-color: #52BAD5;
	text-transform: uppercase;
	border-width: 2px;
}
.btn-cta-hie:hover, .btn-cta-hie:focus, .btn-cta-hie:active, .btn-cta-hie.active, .open .dropdown-toggle.btn-cta-hie {
	border-color: #2C9AB7;
	color: #2C9AB7;
}
.btn-cta:active, .btn-cta.active, .open .dropdown-toggle.btn-cta {
	background-image: none;
}
.btn-product-shortcut {
	color: #3a3a3a;
	background-color: transparent;
	border-color: #52BAD5;
	text-transform: uppercase;
	border-width: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	padding-left: 10px;
}
.btn-product-shortcut:hover, .btn-product-shortcut:focus, .btn-product-shortcut:active, .btn-product-shortcut.active, .open .dropdown-toggle.btn-product-shortcut {
	color: #fff;
	background-color: #52BAD5;
	border-color: #52BAD5;
}
.btn-product-shortcut:active, .btn-product-shortcut.active, .open .dropdown-toggle.btn-product-shortcut {
	background-image: none;
}
.learn-more-modal-btn {
	line-height: 250%;
}
/* End Product HIE Style */

.navbar-brand {
	padding: 12px 15px; /*MEDfx Logo*/
}

.navbar-nav > li > a {
	padding-top: 21px;
padding-bottom: 21px;
}

.navbar-default {
	border: none;
}

.navbar-default .navbar-nav > li > a {
	font-family: brandon-grotesque, sans-serif;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	color: #222529;
	display: inline-block;
	font-size: 14px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #000;
	background-color: transparent;
	border-bottom: 2px solid #a8acb1;

}
.navbar-brand img {
	height: 35px;
}


/*sticky header style*/
.navbar.affix{
        top: 0px; /* Set the top position of pinned element */
        z-index: 9999;
        width: 100%;
	box-shadow: rgba(0, 0, 0, 0.1) 0 3px 6px;
    }

 .navbar{
        border-radius: 0;
    }
.img-circle-border {
	border: 2px solid #b7b7b7;/*border:2px solid #f38b00;*/
}
.section-padding {
	padding-top: 70px;
	padding-bottom: 70px;
}
.product-panel.panel {
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
}
.product-panel-body.panel-body {
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: transparent;
}
.text-semibold {
	font-weight: 600;
}
.text-thin {
	font-weight: lighter;
}
.text-medfx-orange {
	color: #f1592a
}
.text-uppercase {
	text-transform: uppercase;
}
.nav-tabs .tablist-nav {
	text-transform: uppercase;
	letter-spacing: 2px;
}
.media-small {
	color: #666;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.social-links {
	padding: 10px;
	font-size: 40px;
}

a.text-link {
	line-height: 250%;
}
footer a {
	color: #181a1d;
	text-decoration: none;
}
footer a:hover, a.footer-link:hover, footer a:focus, a.footer-link:focus {
	color: #f1592a;
	text-decoration: none;
	cursor: pointer;
}
p.footer-text {
	color: #ccc;
}

.dark-row {
	background-color: #181a1d;
}

.dark-row .cta-text {
	font-size: 44px;
	text-align: center;
	line-height: 1.25em;
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	margin-bottom: 30px;
}



/* Large desktops and laptops */
@media (min-width: 1200px) {
.landing-page-margin {
	margin-right: 0;
}
.dropdown:hover .dropdown-menu {
	display: block;
	cursor: pointer;
}
.tagline {
	font-size: 70px;
	text-align: center;
	letter-spacing: 4px;
}
.hie-tagline {
	font-size: 75px;
	text-align: center;
	margin-bottom: 20px;
}
.physician-tagline {
	font-size: 75px;
	text-align: center;
	line-height: 120%;
	margin-bottom: 20px;
}
.product-panel.panel {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.three-bullets {
	letter-spacing: 5px;
}
.media-row-padding {
	padding-bottom: 20px;
}
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
.dropdown:hover .dropdown-menu {
	display: block;
	cursor: pointer;
}
.landing-page-margin {
	margin-right: 0;
}
.tagline {
	font-size: 71px;
	line-height: 110%;
	text-align: center;
}
.hie-tagline {
	margin-bottom: 20px;
	font-size: 65px;
	text-align: center;
}
.physician-tagline {
	margin-bottom: 20px;
	font-size: 65px;
	text-align: center;
}
.three-bullets {
	letter-spacing: 3px;
	font-size: 24px;
}
.media-row-padding {
	padding-bottom: 30px;
}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
.landing-page-margin {
	margin-right: 0;
}
.tagline {
	font-size: 69px;
	line-height: 140%;
	text-align: center;
}
.hie-tagline {
	margin-bottom: 20px;
	font-size: 60px;
	line-height: 100%;
	text-align: center;
}
.physician-tagline {
	margin-bottom: 20px;
	font-size: 60px;
	line-height: 100%;
	text-align: center;
}
.three-bullets {
	letter-spacing: 3px;
	font-size: 20px;
}
.media-row-padding {
	padding-bottom: 30px;
}
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
.landing-page-margin {
	margin-right: 0;
}
.landing-header {
	height: 600px;
	background: url('../images/header-bg.jpg') center center no-repeat scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-attachment: scroll;
	display: block;
	position: relative;
}
.tagline {
	font-size: 50px;
	line-height: 140%;
	text-align: center;
}
.hie-tagline {
	margin-bottom: 20px;
	font-size: 70px;
	line-height: 100%;
	text-align: center;
}
.physician-tagline {
	margin-bottom: 20px;
	font-size: 70px;
	line-height: 100%;
	text-align: center;
}
.three-bullets {
	letter-spacing: 5px;
}
.media {
	padding-bottom: 20px;
}
.media-row-padding {
	padding-bottom: 30px;
}
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
.landing-header {
	height: 600px;
	background: url('../images/header-bg.jpg') center center no-repeat scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-attachment: scroll;
	display: block;
	position: relative;
}
.landing-page-margin {
	margin-right: -41px;
}
.tagline {
	margin-top: 45px;
	font-size: 40px;
	line-height: 140%;
}
.hie-tagline {
	margin-top: 100px;
	font-size: 60px;
	line-height: 100%
}
.physician-tagline {
	margin-top: 100px;
	font-size: 60px;
	line-height: 100%
}
.three-bullets {
	letter-spacing: 5px;
}
.media-row-padding {
	padding-bottom: 0;
}
}
.img-center {
	margin: 0 auto;
}
footer {
	margin: 50px 0;
}
/*Embedded Media from http://embedresponsively.com */
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*End Embedded Media*/

/*Timeline*/
.timeline {
	list-style: none;
	padding: 20px 0 20px;
	position: relative;
}
.timeline:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 3px;
	background-color: #eeeeee;
	left: 50%;
	margin-left: -1.5px;
}
.timeline > li {
	margin-bottom: 20px;
	position: relative;
}
.timeline > li:before, .timeline > li:after {
	content: " ";
	display: table;
}
.timeline > li:after {
	clear: both;
}
.timeline > li:before, .timeline > li:after {
	content: " ";
	display: table;
}
.timeline > li:after {
	clear: both;
}
.timeline > li > .timeline-panel {
	width: 46%;
	float: left;
	border: 1px solid #d4d4d4;
	border-radius: 4px;
	padding: 20px;
	position: relative;
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li > .timeline-panel:before {
	position: absolute;
	top: 26px;
	right: -15px;
	display: inline-block;
	border-top: 15px solid transparent;
	border-left: 15px solid #ccc;
	border-right: 0 solid #ccc;
	border-bottom: 15px solid transparent;
	content: " ";
}
.timeline > li > .timeline-panel:after {
	position: absolute;
	top: 27px;
	right: -14px;
	display: inline-block;
	border-top: 14px solid transparent;
	border-left: 14px solid #fff;
	border-right: 0 solid #fff;
	border-bottom: 14px solid transparent;
	content: " ";
}
.timeline > li > .timeline-badge {
	color: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 1em;
	text-align: center;
	position: absolute;
	top: 16px;
	left: 50%;
	margin-left: -25px;
	background-color: #999999;
	z-index: 100;
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
	float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
}
.timeline-badge.primary {
	background-color: #2e6da4 !important;
}
.timeline-badge.success {
	background-color: #3f903f !important;
}
.timeline-badge.warning {
	background-color: #f0ad4e !important;
}
.timeline-badge.danger {
	background-color: #d9534f !important;
}
.timeline-badge.info {
	background-color: #5bc0de !important;
}
.timeline-title {
	margin-top: 0;
	color: inherit;
}
.timeline-body > p, .timeline-body > ul {
	margin-bottom: 0;
}
.timeline-body > p + p {
	margin-top: 5px;
}

@media (max-width: 767px) {
ul.timeline:before {
	left: 40px;
}
ul.timeline > li > .timeline-panel {
	width: calc(100% - 90px);
	width: -moz-calc(100% - 90px);
	width: -webkit-calc(100% - 90px);
}
ul.timeline > li > .timeline-badge {
	left: 15px;
	margin-left: 0;
	top: 16px;
}
ul.timeline > li > .timeline-panel {
	float: right;
}
ul.timeline > li > .timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}
ul.timeline > li > .timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
}
}
/*End Timeline*/

/*Contact Form*/
.contact-form .form-group {
	margin-bottom: 25px
}
.contact-form .form-group input, .contact-form .form-group textarea {
	padding: 20px
}
.contact-form .form-group input.form-control {
	height: auto
}
.contact-form .form-group textarea.form-control {
	height: 302px;
	resize: none;
}
.contact-form label {
	color: #5D5C5D;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600
}
.contact-form .form-control {
	border: 2px solid #B7B7B7;
}
.contact-form .form-control:focus {
	border-color: #52BAD5;
	box-shadow: none;
	border-width: 2px;
}
 .contact-form ::-webkit-input-placeholder {
 font-size:14;
font-weight: normal;
color:#bbb
}
.contact-form :-moz-placeholder {
 font-size:14;
 font-weight: normal;
color:#bbb
}
.contact-form ::-moz-placeholder {
 font-size:14;
 font-weight: normal;
color:#bbb
}
.contact-form :-ms-input-placeholder {
font-size:14;
 font-weight: normal;
color:#bbb
}
.contact-form .text-danger {
	color: #E85C41;
	text-decoration: none;
}
.help-block.text-danger ul li {
	text-decoration: none;
	list-style: none;
}
.help-block.text-danger ul li:before {
	font-family: 'FontAwesome';
	top: 0;
	left: 20px;
	content: "\f071 ";
	margin-right: 5px;
}
.help-block.text-danger ul {
	padding: 0;
}
/*End Contact Form*/

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	border-bottom: 2px solid #f38b00;
	background-color: transparent;
}
.navbar-default .navbar-nav > li > a {
	border-bottom: 2px solid transparent;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background-color: #f9f9f9;
	border-color: #f38b00;
	border-bottom: 2px solid #f38b00;
}
/*font weights*/
.text-thin {
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: 100;
}
.text-light {
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: 300;
}
.text-regular {
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: 400;
}
.text-bold {
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: 700;
}
/*end font weights*/
/*----------Start Screen Flow Styles--------------*/
.screen-flow-row {
	background-color: #181a1d;
}
.screen-flow-p {
	color: white;
}
.screen-flow-h3 {
	color: white
}

@media (min-width: 1200px) {
.laptop-band {
	margin: 0;
	background: #181a1d;
	display: flex;
	padding: 20px;
	box-sizing: border-box;
	width: 100%;
	justify-content: center;
	align-items: center;
}
.laptop {
	position: relative;
}
.laptop:before {
	background: #222;
	display: block;
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	top: 10px;
	left: 360px;
	z-index: 1000;
}
.laptop:after {
	display: block;
	content: "";
	position: absolute;
	width: 95%;
	margin-left: 2.5%;
	height: 8px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
	border-radius: 15px;
}
.upper {
	width: 643px;
	height: 423px;
	background: #3d4144;
	border: 2px solid #eaeaea;
	border-bottom: none;
	border-radius: 15px 15px 0 0;
	margin-left: 40px;
	box-shadow: inset 0 0 2px 2px #222;
	position: relative;
}
.upper:before {
	width: 592px;
	height: 371px;
	background: #fff;
	display: block;
	content: "";
	top: 23px;
	left: 23px;
	position: absolute;
}
.lower {
	width: 726px;
	height: 21px;
	background: #eaeaea;
	border-radius: 2px;
	position: relative;
}
.lower:before {
	display: block;
	content: "";
	position: absolute;
	width: 70px;
	height: 10px;
	background: #a1a1a1;
	left: 328px;
	top: 0;
	border-radius: 0 0 5px 5px;
}
.lower:after {
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 10px;
	background: #bababa;
	top: 20px;
	border-bottom-right-radius: 70px 30px;
	border-bottom-left-radius: 70px 30px;
}
.laptop-screen {
	position: absolute;
	top: 23px;
	left: 23px;
	right: 23px;
	bottom: 27px;
}
.laptop-screen img {
	width: 592px;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
.screen-flow-p {
	text-align: center !important
}
.screen-flow-h3 {
	text-align: center !important;
}
.laptop-band {
	margin: 0;
	background: #181a1d;
	display: flex;
	padding: 20px;
	box-sizing: border-box;
	width: 100%;
	justify-content: center;
	align-items: center;
}
.laptop {
	position: relative;
}
.laptop:before {
	background: #222;
	display: block;
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	top: 10px;
	left: 292px;
	z-index: 1000;
}
.laptop:after {
	display: block;
	content: "";
	position: absolute;
	width: 95%;
	margin-left: 2.5%;
	height: 8px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
	border-radius: 15px;
}
.upper {
	width: 533px;
	height: 345px;
	background: #3d4144;
	border: 2px solid #eaeaea;
	border-bottom: none;
	border-radius: 15px 15px 0 0;
	margin-left: 30px;
	box-shadow: inset 0 0 2px 2px #222;
	position: relative;
}
.upper:before {
	width: 492px;
	height: 307px;
	background: #fff;
	display: block;
	content: "";
	top: 19px;
	left: 19px;
	position: absolute;
}
.lower {
	width: 595px;
	height: 16px;
	background: #eaeaea;
	border-radius: 2px;
	position: relative;
}
.lower:before {
	display: block;
	content: "";
	position: absolute;
	width: 50px;
	height: 6px;
	background: #a1a1a1;
	left: 273px;
	top: 0;
	border-radius: 0 0 5px 5px;
}
.lower:after {
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 10px;
	background: #bababa;
	top: 15px;
	border-bottom-right-radius: 70px 30px;
	border-bottom-left-radius: 70px 30px;
}
.laptop-screen {
	position: absolute;
	top: 19px;
	left: 19px;
	right: 19px;
}
.laptop-screen img {
	width: 492px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.screen-flow-p {
	text-align: center !important
}
.screen-flow-h3 {
	text-align: center !important;
}
.laptop-band {
	margin: 0;
	background: #181a1d;
	display: flex;
	padding: 20px;
	box-sizing: border-box;
	width: 100%;
	justify-content: center;
	align-items: center;
}
.laptop {
	position: relative;
}
.laptop:before {
	background: #222;
	display: block;
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	top: 10px;
	left: 292px;
	z-index: 1000;
}
.laptop:after {
	display: block;
	content: "";
	position: absolute;
	width: 95%;
	margin-left: 2.5%;
	height: 8px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
	border-radius: 15px;
}
.upper {
	width: 533px;
	height: 345px;
	background: #3d4144;
	border: 2px solid #eaeaea;
	border-bottom: none;
	border-radius: 15px 15px 0 0;
	margin-left: 30px;
	box-shadow: inset 0 0 2px 2px #222;
	position: relative;
}
.upper:before {
	width: 492px;
	height: 307px;
	background: #fff;
	display: block;
	content: "";
	top: 19px;
	left: 19px;
	position: absolute;
}
.lower {
	width: 595px;
	height: 16px;
	background: #eaeaea;
	border-radius: 2px;
	position: relative;
}
.lower:before {
	display: block;
	content: "";
	position: absolute;
	width: 50px;
	height: 6px;
	background: #a1a1a1;
	left: 273px;
	top: 0;
	border-radius: 0 0 5px 5px;
}
.lower:after {
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 10px;
	background: #bababa;
	top: 15px;
	border-bottom-right-radius: 70px 30px;
	border-bottom-left-radius: 70px 30px;
}
.laptop-screen {
	position: absolute;
	top: 19px;
	left: 19px;
	right: 19px;
}
.laptop-screen img {
	width: 492px;
}
}

@media (min-width: 598px) and (max-width: 767px) {
.screen-flow-p {
	text-align: center !important
}
.screen-flow-h3 {
	text-align: center !important
}
.laptop-band {
	margin: 0;
	background: #181a1d;
	display: flex;
	padding: 20px;
	box-sizing: border-box;
	width: 100%;
	justify-content: center;
	align-items: center;
}
.laptop {
	position: relative;
}
.laptop:before {
	background: #222;
	display: block;
	content: "";
	position: absolute;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	top: 6px;
	left: 232px;
	z-index: 1000;
}
.laptop:after {
	display: block;
	content: "";
	position: absolute;
	width: 95%;
	margin-left: 2.5%;
	height: 8px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
	border-radius: 15px;
}
.upper {
	width: 423px;
	height: 273px;
	background: #3d4144;
	border: 2px solid #eaeaea;
	border-bottom: none;
	border-radius: 15px 15px 0 0;
	margin-left: 25px;
	box-shadow: inset 0 0 2px 2px #222;
	position: relative;
}
.upper:before {
	width: 392px;
	height: 241px;
	background: #fff;
	display: block;
	content: "";
	top: 13px;
	left: 13px;
	position: absolute;
}
.lower {
	width: 470px;
	height: 11px;
	background: #eaeaea;
	border-radius: 2px;
	position: relative;
}
.lower:before {
	display: block;
	content: "";
	position: absolute;
	width: 40px;
	height: 5px;
	background: #a1a1a1;
	left: 215px;
	top: 0;
	border-radius: 0 0 5px 5px;
}
.lower:after {
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 5px;
	background: #bababa;
	top: 10px;
	border-bottom-right-radius: 70px 30px;
	border-bottom-left-radius: 70px 30px;
}
.laptop-screen {
	position: absolute;
	top: 13px;
	left: 13px;
	right: 13px;
	bottom: 17px;
}
.laptop-screen img {
	width: 392px;
}
}

@media (max-width: 597px) {
.screen-flow-p {
	text-align: center !important
}
.screen-flow-h3 {
	text-align: center !important
}
.laptop-band {
	margin: 0;
	background: #181a1d;
	display: flex;
	padding: 20px;
	box-sizing: border-box;
	width: 100%;
	justify-content: center;
	align-items: center;
}
.laptop {
	position: relative;
}
.laptop:before {
	background: #222;
	display: block;
	content: "";
	position: absolute;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	top: 6px;
	left: 175px;
	z-index: 1000;
}
.laptop:after {
	display: block;
	content: "";
	position: absolute;
	width: 95%;
	margin-left: 2.5%;
	height: 8px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
	border-radius: 15px;
}
.upper {
	width: 310px;
	height: 203px;
	background: #3d4144;
	border: 2px solid #eaeaea;
	border-bottom: none;
	border-radius: 15px 15px 0 0;
	margin-left: 24px;
	box-shadow: inset 0 0 2px 2px #222;
	position: relative;
}
.upper:before {
	width: 280px;
	height: 175px;
	background: #fff;
	display: block;
	content: "";
	top: 13px;
	left: 13px;
	position: absolute;
}
.lower {
	width: 355px;
	height: 11px;
	background: #eaeaea;
	border-radius: 2px;
	position: relative;
}
.lower:before {
	display: block;
	content: "";
	position: absolute;
	width: 30px;
	height: 5px;
	background: #a1a1a1;
	left: 165px;
	top: 0;
	border-radius: 0 0 5px 5px;
}
.lower:after {
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 5px;
	background: #bababa;
	top: 10px;
	border-bottom-right-radius: 70px 30px;
	border-bottom-left-radius: 70px 30px;
}
.laptop-screen {
	position: absolute;
	top: 13px;
	left: 13px;
	right: 13px;
	bottom: 17px;
}
.laptop-screen img {
	width: 280px;
}
}
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/




.medfx__btn, .medfx__btn--xs, .medfx__btn1, .st-modal__btn--primary, .medfx__btn2, .medfx__btn3, .medfx__btn4, .medfx__btn-vid, .medfx__btn5, .st-modal__btn--secondary.st-modal__btn--tablet {
	border: 3px solid transparent;
	cursor: pointer;
	display: inline-block;
	font-family: brandon-grotesque, sans-serif;
	font-size: 13px;
	font-weight: 700;
	height: 40px;
	letter-spacing: 0.1em;
	line-height: 34px;
	min-width: 180px;
	padding: 0 30px;
	text-align: center;
	text-transform: uppercase;
}
.medfx__btn--xs {
	height: 30px;
	line-height: 24px;
	padding: 0 10px;
	min-width: 0;
	
}
.medfx__btn--l, .medfx__btn--m, .st-modal__btn--primary, .st-modal__btn--secondary.st-modal__btn--tablet {
	height: 50px;
	line-height: 44px;
}

@media (min-width: 580px) {
.medfx__btn--l, .medfx__btn--m, .st-modal__btn--primary, .st-modal__btn--secondary.st-modal__btn--tablet {
	font-size: 14px;
}
}
.medfx__btn--mbl-p20 {
	padding: 0 20px;
}

@media (min-width: 580px) {
.medfx__btn--mbl-p20 {
	padding: 0 30px;
}
}

@media (max-width: 579px) {
.medfx__btn--mbl-xs {
	height: 30px;
	line-height: 24px;
	padding: 0 10px;
	min-width: 0;
}
}

@media (max-width: 579px) {
.medfx__btn--mbl-small {
	height: 30px;
	line-height: 24px;
	padding: 0 20px;
}
}
.medfx__btn1, .st-modal__btn--primary {
transition: color 250ms ease, background-color 250ms ease, fill 250ms ease;
	background-color: #f1592a;
	color: #fff;
}
.medfx__btn1:hover, .st-modal__btn--primary:hover, .medfx__btn1:focus, .st-modal__btn--primary:focus {
	background-color: #c14722;
	color: #fff;
}
.medfx__btn1--disabled {
	opacity: 0.3;
	cursor: default;
}
.no-touch .medfx__btn1--disabled:hover, .touch .medfx__btn1--disabled:focus {
	background-color: #f1592a;
	cursor: default;
}
.medfx__btn1--disabled-gray {
	background-color: rgba(168, 172, 177, 0.3);
	color: #fff;
	cursor: default;
}
.no-touch .medfx__btn1--disabled-gray:hover, .touch .medfx__btn1--disabled-gray:focus {
	background-color: rgba(168, 172, 177, 0.3);
	color: #fff;
	cursor: default;
}
.medfx__btn2 {
	-webkit-transition: color 250ms ease, background-color 250ms ease, fill 250ms ease, border-color 250ms ease;
	-moz-transition: color 250ms ease, background-color 250ms ease, fill 250ms ease, border-color 250ms ease;
	transition: color 250ms ease, background-color 250ms ease, fill 250ms ease, border-color 250ms ease;
	background-color: rgba(255, 51, 71, 0);
	border: 3px solid #f1592a;
	color: #f1592a;
	fill: #f1592a;
}
.no-touch .medfx__btn2:hover, .touch .medfx__btn2:focus {
	background-color: #f1592a;
	color: #fff;
	fill: #fff;
}
.medfx__btn2--disabled {
	background-color: rgba(255, 51, 71, 0.3);
	border-color: rgba(255, 51, 71, 0);
	color: #f1592a;
	fill: #f1592a;
}
.no-touch .medfx__btn2--disabled:hover, .touch .medfx__btn2--disabled:focus {
	background-color: rgba(255, 51, 71, 0.3);
	border-color: rgba(255, 51, 71, 0);
	color: #f1592a;
	fill: #f1592a;
}
.medfx__btn3 {
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	transition: all 250ms linear;
	background-color: rgba(255, 255, 255, 0.8);
	fill: #181a1d;
	color: #181a1d;
	transition-property: background-color, fill;
}
.no-touch .medfx__btn3:hover, .touch .medfx__btn3:focus {
	background-color: white;
}
.medfx__btn4 {
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	transition: all 250ms linear;
	background-color: rgba(255, 255, 255, 0);
	border: 3px solid #fff;
	color: #fff;
	fill: #fff;
	transition-property: color, background-color, fill;
}
.medfx__btn4:hover, .medfx__btn4:focus {
	background-color: white;
	color: #181a1d;
	fill: #181a1d;
}
.medfx__btn-vid {
	text-align: center;
	text-transform: uppercase;
	font-family: brandon-grotesque, sans-serif;
	font-weight: 700;
	-webkit-letter-spacing: 0.1em;
	-moz-letter-spacing: 0.1em;
	-ms-letter-spacing: 0.1em;
	letter-spacing: 0.1em;
	line-height: 1.375em;
	font-size: 14px;
	border-width: 3px;
	height: 50px;
	line-height: 44px;
	min-width: 200px;
	padding-left: 30px;
	padding-right: 30px;
	cursor: pointer;
	color: #181a1d;
	-webkit-fill: #181a1d;
	fill: #181a1d;
	stroke: #181a1d;
	background-color: rgba(255, 255, 255, 0.8)!important;
	-webkit-transition-property: background-color;
	transition-property: background-color;
	-webkit-transition-duration: 250ms;
	transition-duration: 250ms;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}
.medfx__btn-vid:hover, .medfx__btn-vid:focus {
	background-color: rgba(255, 255, 255, 1)!important;
}
.medfx__btn5, .st-modal__btn--secondary.st-modal__btn--tablet {
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	transition: all 250ms linear;
	background-color: rgba(24, 26, 29, 0);
	color: #181a1d;
	border: 3px solid #181a1d;
	fill: #181a1d;
	transition-property: color, background-color, fill;
}
.medfx__btn5:hover, .no-touch .st-modal__btn--secondary.st-modal__btn--tablet:hover, .medfx__btn5:focus, .touch .st-modal__btn--secondary.st-modal__btn--tablet:focus {
	background-color: #181a1d;
	color: #fff;
	fill: #fff;
}
/* Helper Classes */
.valign-child {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	box-orient: vertical;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	box-direction: normal;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	box-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
}
.valign-self {
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
}
.valign-text-top {
	vertical-align: text-top;
}
.halign-self {
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
}
/* intro video */

.container-fluid.video-container {
	overflow: hidden;
}

@media (min-width: 1200px) {
#header-video {
	padding-top: 155px;
	padding-bottom: 155px;
	box-sizing: border-box;
}
.header-video-background {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background: url("../videos/human_connection.png") no-repeat;
}
}

@media (max-width: 1199px) {
#header-video {
	padding-top: 150px;
	padding-bottom: 150px;
}
.header-video-background {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background: url("../videos/human_connection.png") no-repeat;
}
}

@media (max-width: 991px) {
#header-video {
	padding-top: 145px;
	padding-bottom: 145px;
}
.header-video-background {
	position: absolute;
	top: 41%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background: url("../videos/human_connection.png") no-repeat;
}
}

@media (max-width: 767px) {
#header-video {
	padding-top: 135px;
	padding-bottom: 135px;
}
.header-video-background {
	position: absolute;
	top: 40%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background: url("../videos/human_connection.png") no-repeat;
}
}
/* Quote */

.quote-text {
	font-family: "Roboto", sans-serif;
	line-height: 1.55em;
	letter-spacing: normal;
	font-size: 22px;
	font-weight: 100;
	text-align: center;
}
.quote-text .quote-author {
	font-family: brandon-grotesque, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-letter-spacing: 0.1em;
	-moz-letter-spacing: 0.1em;
	-ms-letter-spacing: 0.1em;
	letter-spacing: 0.1em;
	line-height: 1.375em;
	font-size: 18px;
	color: #a8acb1;
	margin-top: 30px;
	text-align: center;
}
.quote-icon {
	width: 34px;
}
.text-muted {
	color: #868484;
}
.circle-start {
	display: inline-block;
	margin-top: 0px;
	color: #868484;
	padding: 0 15px 30px;
}
.arrow-down {
	width: 0;
	height: 0;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-top: 11px solid #F28B20;
	margin-left: auto;
	margin-right: auto;
	background-color: #f1f2f1;
	margin-bottom: -5px;
}
.orange-stripe {
	background-image: url(../images/landing-page/orange-bg.svg);
	background-position: center;
	background-repeat: repeat-y;
	background-size: 5px;
	padding-bottom: 70px;
	padding-top: 70px;
}
.section-padding-t {
	padding-top: 70px;
}
.section-padding-b {
	padding-bottom: 70px
}
.panel-info {
	border-top: none;
	border-left: none;
	border-right: none;
	border-color: transparent;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
	border-bottom: 2px solid #a8acb1;
}
.panel-info > .panel-heading {
	color: #fff;
	background-color: #868484;
	border-color: #868484;
}
.panel-heading {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.jumbotron {
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
	border-bottom: 2px solid #a8acb1;
	border-top: 4px solid #868484;
	border-radius: 0 !important;/*	background-image:url(../images/landing-page/backgrounds/background-1.png);
	background-size: cover;
	background-attachment: scroll;*/
}
.jumbotron-container {
	padding-left: 0;
	padding-right: 0;
}
.panel-col-padding {
	padding: 20px;
}
.panel-col-text-padding {
	padding-top: 20px;
}
.jumbotron p {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0.35px;
}
.thumbnail {
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
	border: 1px solid #ccc;
	padding: 25px;
}
.glide__slide {
	margin-top: 10px;
	margin-bottom: 80px;
}
.col-glide-padding {
	padding: 0 40px;
}
p.p-glide {
	font-size: 18px;
	letter-spacing: 0.025em;
	line-height: 1.7em;
}
p.btn-glide {
	margin-top: 30px
}
small {
	letter-spacing: 0.1em;
}
.bg-hie {
	background-attachment: fixed;
	background-image: url(../images/bokeh/bg-1.png);
	background-size: cover;
}
.banded-text {
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}
.col-bg-image {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 300px;
}

@media (min-width: 580px) {
.col-bg-image {
	background-position: right 50% bottom 25%;
	height: 530px;
}
}

@media (min-width: 768px) {
.col-bg-image {
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	box-flex: 0;
	-webkit-flex: 0 0 50%;
	-moz-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	background-position: center;
	height: 588px;
}
}
.col-bg-image-text {
	padding: 60px 20px;
}

@media (min-width: 580px) {
.col-bg-image-text {
	padding: 100px;
}
}

@media (min-width: 768px) {
.col-bg-image-text {
	/*max-width: 520px;*/
	padding: 120px 60px;
}
}

@media (min-width: 992px) {
.col-bg-image-text {
	/* max-width: 560px;*/
	padding: 120px 70px;
}
}
.col-bg-image-text-first {
	padding: 60px 20px;
}

@media (min-width: 580px) {
.col-bg-image-text-first {
	padding: 100px;
}
}

@media (min-width: 768px) {
.col-bg-image-text-first {
	/*max-width: 520px;*/
	padding: 60px 10px;
}
}

@media (min-width: 992px) {
.col-bg-image-text-first {
	/* max-width: 560px;*/
	padding: 60px 10px;
}
}
.col-bg-image-text-hie {
	padding: 80px 40px;
}

@media (min-width: 580px) {
.col-bg-image-text-hie {
	padding: 100px;
}
}

@media (min-width: 768px) {
.col-bg-image-text-hie {
	/*max-width: 520px;*/
	padding: 50px 40px;
}
}

@media (min-width: 992px) {
.col-bg-image-text-hie {
	/* max-width: 560px;*/
	padding: 80px 40px;
}
}
.col-bg-image-hie-text {
	padding: 70px 20px;
}

@media (min-width: 580px) {
.col-bg-image-hie-text {
	padding: 100px;
}
}

@media (min-width: 768px) {
.col-bg-image-hie-text {
	/*max-width: 520px;*/
	padding: 140px 60px;
}
}

@media (min-width: 992px) {
.col-bg-image-hie-text {
	/* max-width: 560px;*/
	padding: 160px 70px;
}
}
.col-bg-image-text-third {
	padding: 60px 20px;
}

@media (min-width: 580px) {
.col-bg-image-text {
	padding: 100px;
}
}

@media (min-width: 768px) {
.col-bg-image-text {
	/*max-width: 520px;*/
	padding: 120px 60px;
}
}

@media (min-width: 992px) {
.col-bg-image-text {
	/* max-width: 560px;*/
	padding: 120px 70px;
}
}
/**/
.products-hero {
	background-image: url("../images/hero/hero_products_mobile.jpg");
	width: 100%;
	float: left;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	min-height: 500px;
	height: 500px;
}

@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
.products-hero {
	background-image: url("../images/hero/hero_products_mobile_2x.jpg");
}
}

@media (min-height: 750px), (min-width: 580px) {
.products-hero {
	background-image: url("../images/hero/hero_products_desktop.jpg");
}
}

@media (min-height: 750px) and (min--moz-device-pixel-ratio: 1.3), (min-width: 580px) and (min--moz-device-pixel-ratio: 1.3), (min-height: 750px) and (-o-min-device-pixel-ratio: 2.6 / 2), (min-width: 580px) and (-o-min-device-pixel-ratio: 2.6 / 2), (min-height: 750px) and (-webkit-min-device-pixel-ratio: 1.3), (min-width: 580px) and (-webkit-min-device-pixel-ratio: 1.3), (min-height: 750px) and (min-device-pixel-ratio: 1.3), (min-width: 580px) and (min-device-pixel-ratio: 1.3), (min-height: 750px) and (min-resolution: 1.3dppx), (min-width: 580px) and (min-resolution: 1.3dppx) {
.products-hero {
	background-image: url("../images/hero/hero_products_desktop_2x.jpg");
}
}

@media (min-width: 580px) {
.products-hero {
	min-height: 600px;
	height: 600px;
}
}
.products-hero__container {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2.7777777778%;
	padding-right: 2.7777777778%;
	height: 100%;
	min-height: 100%;
	position: relative;
	width: 100%;
	z-index: 1;
}
.products-hero__container:after {
	content: " ";
	display: block;
	clear: both;
}
/**/
.notifications-hero {
	background-image: url("../images/hero/hero_notifications_mobile.jpg");
	width: 100%;
	float: left;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	min-height: 500px;
	height: 500px;
}

@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
.notifications-hero {
	background-image: url("../images/hero/hero_notifications_mobile_2x.jpg");
}
}

@media (min-height: 750px), (min-width: 580px) {
.notifications-hero {
	background-image: url("../images/hero/hero_notifications_desktop.jpg");
}
}

@media (min-height: 750px) and (min--moz-device-pixel-ratio: 1.3), (min-width: 580px) and (min--moz-device-pixel-ratio: 1.3), (min-height: 750px) and (-o-min-device-pixel-ratio: 2.6 / 2), (min-width: 580px) and (-o-min-device-pixel-ratio: 2.6 / 2), (min-height: 750px) and (-webkit-min-device-pixel-ratio: 1.3), (min-width: 580px) and (-webkit-min-device-pixel-ratio: 1.3), (min-height: 750px) and (min-device-pixel-ratio: 1.3), (min-width: 580px) and (min-device-pixel-ratio: 1.3), (min-height: 750px) and (min-resolution: 1.3dppx), (min-width: 580px) and (min-resolution: 1.3dppx) {
.notifications-hero {
	background-image: url("../images/hero/hero_notifications_desktop_2x.jpg");
}
}

@media (min-width: 580px) {
.notifications-hero {
	min-height: 600px;
	height: 600px;
}
}
.notifications-hero__container {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2.7777777778%;
	padding-right: 2.7777777778%;
	height: 100%;
	min-height: 100%;
	position: relative;
	width: 100%;
	z-index: 1;
}
.notifications-hero__container:after {
	content: " ";
	display: block;
	clear: both;
}
/**/
.vhr-hero {
	background-image: url("../images/hero/hero_vhr_mobile.jpg");
	width: 100%;
	float: left;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	min-height: 500px;
	height: 500px;
}

@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
.vhr-hero {
	background-image: url("../images/hero/hero_vhr_mobile_2x.jpg");
}
}

@media (min-height: 750px), (min-width: 580px) {
.vhr-hero {
	background-image: url("../images/hero/hero_vhr_desktop.jpg");
}
}

@media (min-height: 750px) and (min--moz-device-pixel-ratio: 1.3), (min-width: 580px) and (min--moz-device-pixel-ratio: 1.3), (min-height: 750px) and (-o-min-device-pixel-ratio: 2.6 / 2), (min-width: 580px) and (-o-min-device-pixel-ratio: 2.6 / 2), (min-height: 750px) and (-webkit-min-device-pixel-ratio: 1.3), (min-width: 580px) and (-webkit-min-device-pixel-ratio: 1.3), (min-height: 750px) and (min-device-pixel-ratio: 1.3), (min-width: 580px) and (min-device-pixel-ratio: 1.3), (min-height: 750px) and (min-resolution: 1.3dppx), (min-width: 580px) and (min-resolution: 1.3dppx) {
.vhr-hero {
	background-image: url("../images/hero/hero_vhr_desktop_2x.jpg");
}
}

@media (min-width: 580px) {
.vhr-hero {
	min-height: 600px;
	height: 600px;
}
}
.vhr-hero__container {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2.7777777778%;
	padding-right: 2.7777777778%;
	height: 100%;
	min-height: 100%;
	position: relative;
	width: 100%;
	z-index: 1;
}
.vhr-hero__container:after {
	content: " ";
	display: block;
	clear: both;
}
/**/
.hie-hero {
	background-image: url("../images/hero/hero_hie_mobile.jpg");
	width: 100%;
	float: left;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	min-height: 500px;
	height: 500px;
}

@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
.hie-hero {
	background-image: url("../images/hero/hero_hie_mobile_2x.jpg");
}
}

@media (min-height: 750px), (min-width: 580px) {
.hie-hero {
	background-image: url("../images/hero/hero_hie_desktop.jpg");
}
}

@media (min-height: 750px) and (min--moz-device-pixel-ratio: 1.3), (min-width: 580px) and (min--moz-device-pixel-ratio: 1.3), (min-height: 750px) and (-o-min-device-pixel-ratio: 2.6 / 2), (min-width: 580px) and (-o-min-device-pixel-ratio: 2.6 / 2), (min-height: 750px) and (-webkit-min-device-pixel-ratio: 1.3), (min-width: 580px) and (-webkit-min-device-pixel-ratio: 1.3), (min-height: 750px) and (min-device-pixel-ratio: 1.3), (min-width: 580px) and (min-device-pixel-ratio: 1.3), (min-height: 750px) and (min-resolution: 1.3dppx), (min-width: 580px) and (min-resolution: 1.3dppx) {
.hie-hero {
	background-image: url("../images/hero/hero_hie_desktop_2x.jpg");
}
}

@media (min-width: 580px) {
.hie-hero {
	min-height: 600px;
	height: 600px;
}
}
.hie-hero__container {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2.7777777778%;
	padding-right: 2.7777777778%;
	height: 100%;
	min-height: 100%;
	position: relative;
	width: 100%;
	z-index: 1;
}
.hie-hero__container:after {
	content: " ";
	display: block;
	clear: both;
}
/**/
.hdi-hero {
	background-image: url("../images/hero/hero_data_mobile.jpg");
	width: 100%;
	float: left;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	min-height: 500px;
	height: 500px;
}

@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
.hdi-hero {
	background-image: url("../images/hero/hero_data_mobile_2x.jpg");
}
}

@media (min-height: 750px), (min-width: 580px) {
.hdi-hero {
	background-image: url("../images/hero/hero_data_desktop.jpg");
}
}

@media (min-height: 750px) and (min--moz-device-pixel-ratio: 1.3), (min-width: 580px) and (min--moz-device-pixel-ratio: 1.3), (min-height: 750px) and (-o-min-device-pixel-ratio: 2.6 / 2), (min-width: 580px) and (-o-min-device-pixel-ratio: 2.6 / 2), (min-height: 750px) and (-webkit-min-device-pixel-ratio: 1.3), (min-width: 580px) and (-webkit-min-device-pixel-ratio: 1.3), (min-height: 750px) and (min-device-pixel-ratio: 1.3), (min-width: 580px) and (min-device-pixel-ratio: 1.3), (min-height: 750px) and (min-resolution: 1.3dppx), (min-width: 580px) and (min-resolution: 1.3dppx) {
.hdi-hero {
	background-image: url("../images/hero/hero_data_desktop_2x.jpg");
}
}

@media (min-width: 580px) {
.hdi-hero {
	min-height: 600px;
	height: 600px;
}
}
.hdi-hero__container {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2.7777777778%;
	padding-right: 2.7777777778%;
	height: 100%;
	min-height: 100%;
	position: relative;
	width: 100%;
	z-index: 1;
}
.hdi-hero__container:after {
	content: " ";
	display: block;
	clear: both;
}
/**/
.careers-hero {
	background-image: url("../images/hero/hero_careers_mobile.jpg");
	width: 100%;
	float: left;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	min-height: 500px;
	height: 500px;
}

@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
.careers-hero {
	background-image: url("../images/hero/hero_careers_mobile_2x.jpg");
}
}

@media (min-height: 750px), (min-width: 580px) {
.careers-hero {
	background-image: url("../images/hero/hero_careers_desktop.jpg");
}
}

@media (min-height: 750px) and (min--moz-device-pixel-ratio: 1.3), (min-width: 580px) and (min--moz-device-pixel-ratio: 1.3), (min-height: 750px) and (-o-min-device-pixel-ratio: 2.6 / 2), (min-width: 580px) and (-o-min-device-pixel-ratio: 2.6 / 2), (min-height: 750px) and (-webkit-min-device-pixel-ratio: 1.3), (min-width: 580px) and (-webkit-min-device-pixel-ratio: 1.3), (min-height: 750px) and (min-device-pixel-ratio: 1.3), (min-width: 580px) and (min-device-pixel-ratio: 1.3), (min-height: 750px) and (min-resolution: 1.3dppx), (min-width: 580px) and (min-resolution: 1.3dppx) {
.careers-hero {
	background-image: url("../images/hero/hero_careers_desktop_2x.jpg");
}
}

@media (min-width: 580px) {
.careers-hero {
	min-height: 600px;
	height: 600px;
}
}
.careers-hero__container {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2.7777777778%;
	padding-right: 2.7777777778%;
	height: 100%;
	min-height: 100%;
	position: relative;
	width: 100%;
	z-index: 1;
}
.careers-hero__container:after {
	content: " ";
	display: block;
	clear: both;
}
/**/
.contact-hero {
	background-image: url("../images/hero/hero_contact_mobile.jpg");
	width: 100%;
	float: left;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	min-height: 500px;
	height: 500px;
}

@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
.contact-hero {
	background-image: url("../images/hero/hero_contact_mobile_2x.jpg");
}
}

@media (min-height: 750px), (min-width: 580px) {
.contact-hero {
	background-image: url("../images/hero/hero_contact_desktop.jpg");
}
}

@media (min-height: 750px) and (min--moz-device-pixel-ratio: 1.3), (min-width: 580px) and (min--moz-device-pixel-ratio: 1.3), (min-height: 750px) and (-o-min-device-pixel-ratio: 2.6 / 2), (min-width: 580px) and (-o-min-device-pixel-ratio: 2.6 / 2), (min-height: 750px) and (-webkit-min-device-pixel-ratio: 1.3), (min-width: 580px) and (-webkit-min-device-pixel-ratio: 1.3), (min-height: 750px) and (min-device-pixel-ratio: 1.3), (min-width: 580px) and (min-device-pixel-ratio: 1.3), (min-height: 750px) and (min-resolution: 1.3dppx), (min-width: 580px) and (min-resolution: 1.3dppx) {
.contact-hero {
	background-image: url("../images/hero/hero_contact_desktop_2x.jpg");
}
}

@media (min-width: 580px) {
.contact-hero {
	min-height: 600px;
	height: 600px;
}
}
.contact-hero__container {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2.7777777778%;
	padding-right: 2.7777777778%;
	height: 100%;
	min-height: 100%;
	position: relative;
	width: 100%;
	z-index: 1;
}
.contact-hero__container:after {
	content: " ";
	display: block;
	clear: both;
}
/**/
.bundles-hero {
	background-image: url("../images/hero/hero_bundles_mobile.jpg");
	width: 100%;
	float: left;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	min-height: 500px;
	height: 500px;
}

@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
.bundles-hero {
	background-image: url("../images/hero/hero_bundles_mobile_2x.jpg");
}
}

@media (min-height: 750px), (min-width: 580px) {
.bundles-hero {
	background-image: url("../images/hero/hero_bundles_desktop.jpg");
}
}

@media (min-height: 750px) and (min--moz-device-pixel-ratio: 1.3), (min-width: 580px) and (min--moz-device-pixel-ratio: 1.3), (min-height: 750px) and (-o-min-device-pixel-ratio: 2.6 / 2), (min-width: 580px) and (-o-min-device-pixel-ratio: 2.6 / 2), (min-height: 750px) and (-webkit-min-device-pixel-ratio: 1.3), (min-width: 580px) and (-webkit-min-device-pixel-ratio: 1.3), (min-height: 750px) and (min-device-pixel-ratio: 1.3), (min-width: 580px) and (min-device-pixel-ratio: 1.3), (min-height: 750px) and (min-resolution: 1.3dppx), (min-width: 580px) and (min-resolution: 1.3dppx) {
.bundles-hero {
	background-image: url("../images/hero/hero_bundles_desktop_2x.jpg");
}
}

@media (min-width: 580px) {
.bundles-hero {
	min-height: 600px;
	height: 600px;
}
}
.bundles-hero__container {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2.7777777778%;
	padding-right: 2.7777777778%;
	height: 100%;
	min-height: 100%;
	position: relative;
	width: 100%;
	z-index: 1;
}
.bundles-hero__container:after {
	content: " ";
	display: block;
	clear: both;
}
/**/
.human-hero {
	background-image: url("../images/hero/hero_human_mobile.jpg");
	width: 100%;
	float: left;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	min-height: 500px;
	height: 500px;
}

@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
.human-hero {
	background-image: url("../images/hero/hero_human_mobile_2x.jpg");
}
}

@media (min-height: 750px), (min-width: 580px) {
.human-hero {
	background-image: url("../images/hero/hero_human_desktop.jpg");
}
}

@media (min-height: 750px) and (min--moz-device-pixel-ratio: 1.3), (min-width: 580px) and (min--moz-device-pixel-ratio: 1.3), (min-height: 750px) and (-o-min-device-pixel-ratio: 2.6 / 2), (min-width: 580px) and (-o-min-device-pixel-ratio: 2.6 / 2), (min-height: 750px) and (-webkit-min-device-pixel-ratio: 1.3), (min-width: 580px) and (-webkit-min-device-pixel-ratio: 1.3), (min-height: 750px) and (min-device-pixel-ratio: 1.3), (min-width: 580px) and (min-device-pixel-ratio: 1.3), (min-height: 750px) and (min-resolution: 1.3dppx), (min-width: 580px) and (min-resolution: 1.3dppx) {
.human-hero {
	background-image: url("../images/hero/hero_human_desktop_2x.jpg");
}
}

@media (min-width: 580px) {
.human-hero {
	min-height: 600px;
	height: 600px;
}
}
.human-hero__container {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2.7777777778%;
	padding-right: 2.7777777778%;
	height: 100%;
	min-height: 100%;
	position: relative;
	width: 100%;
	z-index: 1;
}
.human-hero__container:after {
	content: " ";
	display: block;
	clear: both;
}
/**/
.coordination-hero {
	background-image: url("../images/hero/hero_coordination_mobile.jpg");
	width: 100%;
	float: left;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	min-height: 500px;
	height: 500px;
}

@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
.coordination-hero {
	background-image: url("../images/hero/hero_coordination_mobile_2x.jpg");
}
}

@media (min-height: 750px), (min-width: 580px) {
.coordination-hero {
	background-image: url("../images/hero/hero_coordination_desktop.jpg");
}
}

@media (min-height: 750px) and (min--moz-device-pixel-ratio: 1.3), (min-width: 580px) and (min--moz-device-pixel-ratio: 1.3), (min-height: 750px) and (-o-min-device-pixel-ratio: 2.6 / 2), (min-width: 580px) and (-o-min-device-pixel-ratio: 2.6 / 2), (min-height: 750px) and (-webkit-min-device-pixel-ratio: 1.3), (min-width: 580px) and (-webkit-min-device-pixel-ratio: 1.3), (min-height: 750px) and (min-device-pixel-ratio: 1.3), (min-width: 580px) and (min-device-pixel-ratio: 1.3), (min-height: 750px) and (min-resolution: 1.3dppx), (min-width: 580px) and (min-resolution: 1.3dppx) {
.coordination-hero {
	background-image: url("../images/hero/hero_coordination_desktop_2x.jpg");
}
}

@media (min-width: 580px) {
.coordination-hero {
	min-height: 600px;
	height: 600px;
}
}
.coordination-hero__container {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2.7777777778%;
	padding-right: 2.7777777778%;
	height: 100%;
	min-height: 100%;
	position: relative;
	width: 100%;
	z-index: 1;
}
.coordination-hero__container:after {
	content: " ";
	display: block;
	clear: both;
}
/**/
.ulp-hero {
	background-image: url("../images/hero/hero_ulp_mobile.jpg");
	width: 100%;
	float: left;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	min-height: 500px;
	height: 500px;
}

@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
.ulp-hero {
	background-image: url("../images/hero/hero_ulp_mobile_2x.jpg");
}
}

@media (min-height: 750px), (min-width: 580px) {
.ulp-hero {
	background-image: url("../images/hero/hero_ulp_desktop.jpg");
}
}

@media (min-height: 750px) and (min--moz-device-pixel-ratio: 1.3), (min-width: 580px) and (min--moz-device-pixel-ratio: 1.3), (min-height: 750px) and (-o-min-device-pixel-ratio: 2.6 / 2), (min-width: 580px) and (-o-min-device-pixel-ratio: 2.6 / 2), (min-height: 750px) and (-webkit-min-device-pixel-ratio: 1.3), (min-width: 580px) and (-webkit-min-device-pixel-ratio: 1.3), (min-height: 750px) and (min-device-pixel-ratio: 1.3), (min-width: 580px) and (min-device-pixel-ratio: 1.3), (min-height: 750px) and (min-resolution: 1.3dppx), (min-width: 580px) and (min-resolution: 1.3dppx) {
.ulp-hero {
	background-image: url("../images/hero/hero_ulp_desktop_2x.jpg");
}
}

@media (min-width: 580px) {
.ulp-hero {
	min-height: 600px;
	height: 600px;
}
}
.ulp-hero__container {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2.7777777778%;
	padding-right: 2.7777777778%;
	height: 100%;
	min-height: 100%;
	position: relative;
	width: 100%;
	z-index: 1;
}
.ulp-hero__container:after {
	content: " ";
	display: block;
	clear: both;
}
/**/
.referrals-hero {
	background-image: url("../images/hero/hero_referrals_mobile.jpg");
	width: 100%;
	float: left;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	min-height: 500px;
	height: 500px;
}

@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
.referrals-hero {
	background-image: url("../images/hero/hero_referrals_mobile_2x.jpg");
}
}

@media (min-height: 750px), (min-width: 580px) {
.referrals-hero {
	background-image: url("../images/hero/hero_referrals_desktop.jpg");
}
}

@media (min-height: 750px) and (min--moz-device-pixel-ratio: 1.3), (min-width: 580px) and (min--moz-device-pixel-ratio: 1.3), (min-height: 750px) and (-o-min-device-pixel-ratio: 2.6 / 2), (min-width: 580px) and (-o-min-device-pixel-ratio: 2.6 / 2), (min-height: 750px) and (-webkit-min-device-pixel-ratio: 1.3), (min-width: 580px) and (-webkit-min-device-pixel-ratio: 1.3), (min-height: 750px) and (min-device-pixel-ratio: 1.3), (min-width: 580px) and (min-device-pixel-ratio: 1.3), (min-height: 750px) and (min-resolution: 1.3dppx), (min-width: 580px) and (min-resolution: 1.3dppx) {
.referrals-hero {
	background-image: url("../images/hero/hero_referrals_desktop_2x.jpg");
}
}

@media (min-width: 580px) {
.referrals-hero {
	min-height: 600px;
	height: 600px;
}
}
.referrals-hero__container {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2.7777777778%;
	padding-right: 2.7777777778%;
	height: 100%;
	min-height: 100%;
	position: relative;
	width: 100%;
	z-index: 1;
}
.referrals-hero__container:after {
	content: " ";
	display: block;
	clear: both;
}
/**/
.patientengagement-hero {
	background-image: url("../images/hero/hero_patientengagement_mobile.jpg");
	width: 100%;
	float: left;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	min-height: 500px;
	height: 500px;
}

@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
.patientengagement-hero {
	background-image: url("../images/hero/hero_patientengagement_mobile_2x.jpg");
}
}

@media (min-height: 750px), (min-width: 580px) {
.patientengagement-hero {
	background-image: url("../images/hero/hero_patientengagement_desktop.jpg");
}
}

@media (min-height: 750px) and (min--moz-device-pixel-ratio: 1.3), (min-width: 580px) and (min--moz-device-pixel-ratio: 1.3), (min-height: 750px) and (-o-min-device-pixel-ratio: 2.6 / 2), (min-width: 580px) and (-o-min-device-pixel-ratio: 2.6 / 2), (min-height: 750px) and (-webkit-min-device-pixel-ratio: 1.3), (min-width: 580px) and (-webkit-min-device-pixel-ratio: 1.3), (min-height: 750px) and (min-device-pixel-ratio: 1.3), (min-width: 580px) and (min-device-pixel-ratio: 1.3), (min-height: 750px) and (min-resolution: 1.3dppx), (min-width: 580px) and (min-resolution: 1.3dppx) {
.patientengagement-hero {
	background-image: url("../images/hero/hero_patientengagement_desktop_2x.jpg");
}
}

@media (min-width: 580px) {
.patientengagement-hero {
	min-height: 600px;
	height: 600px;
}
}
.patientengagement-hero__container {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2.7777777778%;
	padding-right: 2.7777777778%;
	height: 100%;
	min-height: 100%;
	position: relative;
	width: 100%;
	z-index: 1;
}
.patientengagement-hero__container:after {
	content: " ";
	display: block;
	clear: both;
}
/**/
.news-hero {
	background-image: url("../images/hero/hero_news_mobile.jpg");
	width: 100%;
	float: left;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	min-height: 500px;
	height: 500px;
}

@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
.news-hero {
	background-image: url("../images/hero/hero_news_mobile_2x.jpg");
}
}

@media (min-height: 750px), (min-width: 580px) {
.news-hero {
	background-image: url("../images/hero/hero_news_desktop.jpg");
}
}

@media (min-height: 750px) and (min--moz-device-pixel-ratio: 1.3), (min-width: 580px) and (min--moz-device-pixel-ratio: 1.3), (min-height: 750px) and (-o-min-device-pixel-ratio: 2.6 / 2), (min-width: 580px) and (-o-min-device-pixel-ratio: 2.6 / 2), (min-height: 750px) and (-webkit-min-device-pixel-ratio: 1.3), (min-width: 580px) and (-webkit-min-device-pixel-ratio: 1.3), (min-height: 750px) and (min-device-pixel-ratio: 1.3), (min-width: 580px) and (min-device-pixel-ratio: 1.3), (min-height: 750px) and (min-resolution: 1.3dppx), (min-width: 580px) and (min-resolution: 1.3dppx) {
.news-hero {
	background-image: url("../images/hero/hero_news_desktop_2x.jpg");
}
}

@media (min-width: 580px) {
.news-hero {
	min-height: 600px;
	height: 600px;
}
}
.news-hero__container {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2.7777777778%;
	padding-right: 2.7777777778%;
	height: 100%;
	min-height: 100%;
	position: relative;
	width: 100%;
	z-index: 1;
}
.news-hero__container:after {
	content: " ";
	display: block;
	clear: both;
}
/**/
.about-hero {
	background-image: url("../images/hero/hero_about_mobile.jpg");
	width: 100%;
	float: left;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	min-height: 500px;
	height: 500px;
}

@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
.about-hero {
	background-image: url("../images/hero/hero_about_mobile_2x.jpg");
}
}

@media (min-height: 750px), (min-width: 580px) {
.about-hero {
	background-image: url("../images/hero/hero_about_desktop.jpg");
}
}

@media (min-height: 750px) and (min--moz-device-pixel-ratio: 1.3), (min-width: 580px) and (min--moz-device-pixel-ratio: 1.3), (min-height: 750px) and (-o-min-device-pixel-ratio: 2.6 / 2), (min-width: 580px) and (-o-min-device-pixel-ratio: 2.6 / 2), (min-height: 750px) and (-webkit-min-device-pixel-ratio: 1.3), (min-width: 580px) and (-webkit-min-device-pixel-ratio: 1.3), (min-height: 750px) and (min-device-pixel-ratio: 1.3), (min-width: 580px) and (min-device-pixel-ratio: 1.3), (min-height: 750px) and (min-resolution: 1.3dppx), (min-width: 580px) and (min-resolution: 1.3dppx) {
.about-hero {
	background-image: url("../images/hero/hero_about_desktop_2x.jpg");
}
}

@media (min-width: 580px) {
.about-hero {
	min-height: 600px;
	height: 600px;
}
}
.about-hero__container {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2.7777777778%;
	padding-right: 2.7777777778%;
	height: 100%;
	min-height: 100%;
	position: relative;
	width: 100%;
	z-index: 1;
}
.about-hero__container:after {
	content: " ";
	display: block;
	clear: both;
}

/* --Btn Styles--*/

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 3px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  letter-spacing: 0.1em;
  font-family: brandon-grotesque, sans-serif;
	
}
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #3a3a3a;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-default {
  color: #fff;
  background-color: transparent;
  border-color: #b7b7b7;
  text-transform:uppercase;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #E5E3E5;
  background-color: transparent;
  border-color: #5d5c5d;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}


.btn-primary {
  color: #ffffff;
  background-color: #5d5c5d;
  border-color: #5d5c5d;
  text-transform:uppercase;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #484848;
  border-color: #484848;
}


.btn-lg,
.btn-group-lg > .btn {
  padding: 14px 25px;
  font-size: 14px;
  line-height: 1.33;
  border-radius: 0px;
}

h2.paragraph-heading {
	text-align: center;
}

/*-- small screen styles -- */
@media (max-width: 767px) {
	h1{
		font-size: 28px;
	}
	
	h2 {
		font-size: 22px;
	}
	
	h2.paragraph-heading {
		text-align: left;
	}
	
	h3 {
		font-size: 18px;
	}
	
	p.p-glide {
		font-size: 16px;
		font-weight: normal;
	}
	
	.quote-text {
		font-size: 16px;
		text-align: center;
		
		letter-spacing: 0.025em;
line-height: 1.5em;
	}
	
	.dark-row .cta-text {
		font-size: 28px;
	}
	p.footer-text {
		font-size: 16px;
		font-weight: normal;
		margin-bottom: 20px;
		margin-top: 20px;
		text-align: center;
	}
	
	h3.footer-text {
		font-size: 16px;
		margin-bottom: 20px;
	}
	
	.screen-flow-p {
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 0.025em;
	}
	
	.thumbnail {
		margin-bottom: 40px;
	}
	
	.lead {
		font-size: 16px;
		font-weight: normal;
	}
	
}

.v4-tease {
    display: block;
    padding: 15px 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #181a1d;
    position: relative;
    letter-spacing: 2px;
    top: 0;
}

a.btn-social-proof {
	color: #f1592a;
	font-size: 120%;
}

a.btn-social-proof:hover {
	color: #c14722
}

/*Flexbox & Helpers*/
.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }
.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-italic {
  font-style: italic !important; }

/*Vertical align middle*/
.vertical-align {
	vertical-align: middle !important;
}