/*
    Theme Name: intelliatx
    Theme URI: http://intelliatx.com
    Description: intelliatx WordPress Theme
    Version: 1.4.3
    Author: Todd Motto (@toddmotto)
    Author URI: http://toddmotto.com
    Tags: Blank, intelliatx, CSS3

    License: MIT
    License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/
html,
.l-header .widget,
.menu-item-object-us_page_block {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
}
body h1 {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 0em;
    margin-bottom: 1.5rem;
}
body h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 34px;
    line-height: 1.2;
    letter-spacing: 0em;
    margin-bottom: 1.5rem;
}
body h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: 0em;
    margin-bottom: 1.5rem;
}
.widgettitle,
.comment-reply-title,
body h4 {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0em;
    margin-bottom: 1.5rem;
}
body h5 {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0em;
    margin-bottom: 1.5rem;
}
body h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0em;
    margin-bottom: 1.5rem;
}


main.l-content {
	margin:48px 0;
}

.home main.l-content {
    margin: 0;
}

/* global box-sizing */
*,
*:after,
*:before {
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-font-smoothing:antialiased;
    font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
    /*font-size:62.5%;*/
}
body {
    /*font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
    /*color:#444;*/
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
    max-width:100%;
    /* vertical-align:bottom; */
}
a {
    color:#444;
    text-decoration:none;
}
a:hover {
    color:#444;
}
a:focus {
    outline:0;
}
a:hover,
a:active {
    outline:0;
}
input:focus {
    outline:0;
    border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
    max-width:1280px;
    width:95%;
    margin:0 auto;
    position:relative;
}
/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
    TYPOGRAPHY
\*------------------------------------*/

@font-face {
    font-family:'Font-Name';
    src:url('fonts/font-name.eot');
    src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
        url('fonts/font-name.woff') format('woff'),
        url('fonts/font-name.ttf') format('truetype'),
        url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
       only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}
::-webkit-selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}
::-moz-selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
    /*margin:5px 20px 20px 0;*/
}
.aligncenter,
div.aligncenter {
    display:block;
    margin:5px auto 5px auto;
}
.alignright {
    float:right;
    margin:5px 0 20px 20px;
}
.alignleft {
    float:left;
    margin:5px 20px 20px 0;
}
a img.alignright {
    float:right;
    margin:5px 0 20px 20px;
}
a img.alignnone {
    margin:5px 20px 20px 0;
}
a img.alignleft {
    float:left;
    margin:5px 20px 20px 0;
}
a img.aligncenter {
    display:block;
    margin-left:auto;
    margin-right:auto;
}
.wp-caption {
    background:#FFF;
    border:1px solid #F0F0F0;
    max-width:96%;
    padding:5px 3px 10px;
    text-align:center;
}
.wp-caption.alignnone {
    margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin:5px 20px 20px 0;
}
.single-full_spectrum .wp-caption.alignleft {
	float:none;
	display:flex;
    width:100% !important;
	border:none;
	margin:2.5rem 0;
	padding:0;
}
.single-full_spectrum .wp-caption.alignleft + h2 {
	padding-top:0;
}
.single-full_spectrum .wp-caption.alignleft p {
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:18px;
	line-height:1.333;
	color:#ffffff;
	margin-left:10px;
	padding:0 30px;
	background-color:#d3461e;
}
.wp-caption.alignright {
    margin:5px 0 20px 20px;
}
.single-full_spectrum .wp-caption.alignright {
	float:none;
	display:flex;
	flex-direction:row-reverse;
    width:100% !important;
	border:none;
	margin:2.5rem 0;
	padding:0;
}
.single-full_spectrum .wp-caption.alignright + h2 {
	padding-top:0;
}
.single-full_spectrum .wp-caption.alignright p {
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:18px;
	line-height:1.333;
	color:#ffffff;
	margin-right:10px;
	padding:0 30px;
	background-color:#1b3061;
}
.wp-caption img {
    border:0 none;
    height:auto;
    margin:0;
    max-width:98.5%;
    padding:0;
    width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
    * {
        background:transparent !important;
        color:#000 !important;
        box-shadow:none !important;
        text-shadow:none !important;
    }
    a,
    a:visited {
        text-decoration:underline;
    }
    a[href]:after {
        content:" (" attr(href) ")";
    }
    abbr[title]:after {
        content:" (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content:"";
    }
    pre,blockquote {
        border:1px solid #999;
        page-break-inside:avoid;
    }
    thead {
        display:table-header-group;
    }
    tr,img {
        page-break-inside:avoid;
    }
    img {
        max-width:100% !important;
    }
    @page {
        margin:0.5cm;
    }
    p,
    h2,
    h3 {
        orphans:3;
        widows:3;
    }
    h2,
    h3 {
        page-break-after:avoid;
    }
}
.g-cols.type_default {
    display: flex;
    justify-content: space-evenly;
}

/*
@font-face {
    font-display: block;
    font-style: normal;
    font-family: "fontawesome";
    font-weight: 900;
    src: url("/wp-content/themes/Zephyr/fonts/fa-solid-900.woff2") format("woff2"),
        url("/wp-content/themes/Zephyr/fonts/fa-solid-900.woff") format("woff");
}
.fas,
.fa {
    font-family: "fontawesome";
    font-weight: 900;
}
@font-face {
    font-display: block;
    font-style: normal;
    font-family: "fontawesome";
    font-weight: 400;
    src: url("/wp-content/themes/Zephyr/fonts/fa-regular-400.woff2") format("woff2"),
        url("/wp-content/themes/Zephyr/fonts/fa-regular-400.woff") format("woff");
}
.far {
    font-family: "fontawesome";
    font-weight: 400;
}
@font-face {
    font-display: block;
    font-style: normal;
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    src: url("/wp-content/themes/Zephyr/fonts/fa-brands-400.woff2") format("woff2"),
        url("/wp-content/themes/Zephyr/fonts/fa-brands-400.woff") format("woff");
}
.fab {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
*/
@font-face {
    font-display: block;
    font-style: normal;
    font-family: "Material Icons";
    font-weight: 400;
    src: url("/wp-content/themes/Zephyr/fonts/material-icons.woff2") format("woff2"),
        url("/wp-content/themes/Zephyr/fonts/material-icons.woff") format("woff");
}
.material-icons {
    font-family: "Material Icons";
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    font-feature-settings: "liga";
    -moz-osx-font-smoothing: grayscale;
}
.style_phone6-1 > * {
    background-image: url(/wp-content/themes/Zephyr/img/phone-6-black-real.png);
}
.style_phone6-2 > * {
    background-image: url(/wp-content/themes/Zephyr/img/phone-6-white-real.png);
}
.style_phone6-3 > * {
    background-image: url(/wp-content/themes/Zephyr/img/phone-6-black-flat.png);
}
.style_phone6-4 > * {
    background-image: url(/wp-content/themes/Zephyr/img/phone-6-white-flat.png);
}
.leaflet-default-icon-path {
    background-image: url(/wp-content/themes/Zephyr/common/css/vendor/images/marker-icon.png);
}

@media (max-width: 767px) {
    html {
        font-size: 15px;
        line-height: 25px;
    }
    h1 {
        font-size: 30px;
    }
    body h1 {
        font-size: 30px;
    }
    h1.vc_custom_heading:not([class*="us_custom_"]) {
        font-size: 30px !important;
    }
    h2 {
        font-size: 26px;
    }
    body h2 {
        font-size: 26px;
    }
    h2.vc_custom_heading:not([class*="us_custom_"]) {
        font-size: 26px !important;
    }
    h3 {
        font-size: 22px;
    }
    body h3 {
        font-size: 22px;
    }
    h3.vc_custom_heading:not([class*="us_custom_"]) {
        font-size: 22px !important;
    }
    h4,
    .widgettitle,
    .comment-reply-title {
        font-size: 20px;
    }
    h4.vc_custom_heading:not([class*="us_custom_"]) {
        font-size: 20px !important;
    }
    h5 {
        font-size: 18px;
    }
    h5.vc_custom_heading:not([class*="us_custom_"]) {
        font-size: 18px !important;
    }
    h6 {
        font-size: 16px;
    }
    h6.vc_custom_heading:not([class*="us_custom_"]) {
        font-size: 16px !important;
    }
}
body {
    background: #fff!important;
}
body,
.l-header.pos_fixed {
    min-width: 1300px;
}
.l-canvas.type_boxed,
.l-canvas.type_boxed .l-subheader,
.l-canvas.type_boxed ~ .l-footer {
    max-width: 1300px;
}
.l-subheader-h,
.l-section-h,
.l-main .aligncenter,
.w-tabs-section-content-h {
    max-width: 1140px;
}
.post-password-form {
    max-width: calc(1140px + 5rem);
}
@media screen and (max-width: 1220px) {
    .l-main .aligncenter {
        max-width: calc(100vw - 5rem);
    }
}
@media screen and (min-width: 1220px) {
    .l-main .alignfull {
        margin-left: calc(570px - 50vw);
        margin-right: calc(570px - 50vw);
    }
}
.wpb_text_column:not(:last-child) {
    margin-bottom: 1.5rem;
}
.g-cols .l-sidebar {
    width: 28.03%;
}
.g-cols .l-content {
    width: 71.97%;
}
@media (max-width: 767px) {
    .l-canvas {
        overflow: hidden;
    }
    .g-cols.reversed {
        flex-direction: column-reverse;
    }
    .g-cols > div:not([class*=" vc_col-"]) {
        width: 100%;
        margin: 0 0 1.5rem;
    }
    .g-cols.type_boxes > div,
    .g-cols.reversed > div:first-child,
    .g-cols:not(.reversed) > div:last-child,
    .g-cols > div.has-fill {
        margin-bottom: 0;
    }
    .g-cols.type_default > .wpb_column.stretched {
        margin-left: -1rem;
        margin-right: -1rem;
        width: auto;
    }
    .g-cols.type_boxes > .wpb_column.stretched {
        margin-left: -2.5rem;
        margin-right: -2.5rem;
        width: auto;
    }
    .align_center_xs,
    .align_center_xs .w-socials {
        text-align: center;
    }
    .align_center_xs .w-hwrapper > * {
        margin: 0.5rem 0;
        width: 100%;
    }
}
@media (min-width: 768px) {
    .l-section.for_sidebar.at_left > div > .g-cols {
        flex-direction: row-reverse;
    }
    .vc_column-inner.type_sticky > .wpb_wrapper {
        position: -webkit-sticky;
        position: sticky;
    }
}
@media screen and (min-width: 1220px) {
    .g-cols.type_default > .wpb_column.stretched:first-of-type {
        margin-left: calc(570px + 1.5rem - 50vw);
    }
    .g-cols.type_default > .wpb_column.stretched:last-of-type {
        margin-right: calc(570px + 1.5rem - 50vw);
    }
    .g-cols.type_boxes > .wpb_column.stretched:first-of-type {
        margin-left: calc(570px - 50vw);
    }
    .g-cols.type_boxes > .wpb_column.stretched:last-of-type {
        margin-right: calc(570px - 50vw);
    }
}
button[type="submit"]:not(.w-btn),
input[type="submit"] {
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0em;
    border-radius: 0.2em;
    padding: 0.8em 1.5em;
    box-shadow: 0 0.1em 0.2em rgba(0, 0, 0, 0.2);
    background: #00324b;
    border-color: transparent;
    color: #ffffff !important;
}
button[type="submit"]:not(.w-btn):before,
input[type="submit"] {
    border-width: 2px;
}
.no-touch button[type="submit"]:not(.w-btn):hover,
.no-touch input[type="submit"]:hover {
    box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.2);
    background: #0071bc;
    border-color: transparent;
    color: #ffffff !important;
}
.us-btn-style_1 {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0em;
    border-radius: 0.2em;
    padding: 0.8em 1.5em;
    background: #00324b;
    border-color: transparent;
    color: #ffffff !important;
    box-shadow: 0 0.1em 0.2em rgba(0, 0, 0, 0.2);
}
.us-btn-style_1:before {
    border-width: 2px;
}
.no-touch .us-btn-style_1:hover {
    box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.2);
    background: #0071bc;
    border-color: transparent;
    color: #ffffff !important;
}
.us-btn-style_2 {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0em;
    border-radius: 0.2em;
    padding: 0.8em 1.5em;
    background: #e0e0e0;
    border-color: transparent;
    color: #424242 !important;
    box-shadow: 0 0.1em 0.2em rgba(0, 0, 0, 0.2);
}
.us-btn-style_2:before {
    border-width: 2px;
}
.no-touch .us-btn-style_2:hover {
    box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.2);
    background: #e0e0e0;
    border-color: transparent;
    color: #424242 !important;
}
.us-btn-style_3 {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0em;
    border-radius: 0.2em;
    padding: 0.8em 1.5em;
    background: #ffffff;
    border-color: transparent;
    color: #222222 !important;
    box-shadow: 0 0.1em 0.2em rgba(0, 0, 0, 0.2);
}
.us-btn-style_3:before {
    border-width: 2px;
}
.no-touch .us-btn-style_3:hover {
    box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.2);
    background: #ffffff;
    border-color: transparent;
    color: #222222 !important;
}
.us-btn-style_4 {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0em;
    border-radius: 0.2em;
    padding: 0.8em 1.5em;
    background: #00324b;
    border-color: transparent;
    color: #ffffff !important;
    box-shadow: 0 0.1em 0.2em rgba(0, 0, 0, 0.2);
}
.us-btn-style_4:before {
    border-width: 2px;
}
.no-touch .us-btn-style_4:hover {
    box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.2);
    background: #00324b;
    border-color: transparent;
    color: #ffffff !important;
}
.us-btn-style_5 {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0em;
    border-radius: 0.2em;
    padding: 0.8em 1.5em;
    background: #0071bc;
    border-color: transparent;
    color: #ffffff !important;
    box-shadow: 0 0.1em 0.2em rgba(0, 0, 0, 0.2);
}
.us-btn-style_5:before {
    border-width: 2px;
}
.no-touch .us-btn-style_5:hover {
    box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.2);
    background: #0071bc;
    border-color: transparent;
    color: #ffffff !important;
}
.us-btn-style_6 {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0em;
    border-radius: 0.2em;
    padding: 0.8em 1.5em;
    background: transparent;
    border-color: transparent;
    color: #00324b !important;
    box-shadow: 0 0em 0em rgba(0, 0, 0, 0.2);
}
.us-btn-style_6:before {
    border-width: 2px;
}
.no-touch .us-btn-style_6:hover {
    box-shadow: 0 0em 0em rgba(0, 0, 0, 0.2);
    background: #f5f5f5;
    border-color: transparent;
    color: #00324b !important;
}
a,
button,
input[type="submit"],
.ui-slider-handle {
    outline: none !important;
}
.w-header-show,
.w-toplink {
    background: rgba(0, 0, 0, 0.3);
}
body {
    -webkit-tap-highlight-color: rgba(0, 50, 75, 0.2);
}
.l-subheader.at_top,
.l-subheader.at_top .w-dropdown-list,
.l-subheader.at_top .type_mobile .w-nav-list.level_1 {
    background: #d3461e;
}
.l-subheader.at_top,
.l-subheader.at_top .w-dropdown.opened,
.l-subheader.at_top .type_mobile .w-nav-list.level_1 {
    color: #c1d8e0;
}
.no-touch .l-subheader.at_top a:hover,
.no-touch .l-header.bg_transparent .l-subheader.at_top .w-dropdown.opened a:hover {
    color: #ffffff;
}
.header_ver .l-header,
.l-subheader.at_middle,
.l-subheader.at_middle .w-dropdown-list,
.l-subheader.at_middle .type_mobile .w-nav-list.level_1 {
    background: #00324b;
}
.l-subheader.at_middle,
.l-subheader.at_middle .w-dropdown.opened,
.l-subheader.at_middle .type_mobile .w-nav-list.level_1 {
    color: #ffffff;
}
.no-touch .l-subheader.at_middle a:hover,
.no-touch .l-header.bg_transparent .l-subheader.at_middle .w-dropdown.opened a:hover {
    color: #ffffff;
}
.l-subheader.at_bottom,
.l-subheader.at_bottom .w-dropdown-list,
.l-subheader.at_bottom .type_mobile .w-nav-list.level_1 {
    background: #263e81;
}
.l-subheader.at_bottom,
.l-subheader.at_bottom .w-dropdown.opened,
.l-subheader.at_bottom .type_mobile .w-nav-list.level_1 {
    color: #c1d8e0;
}
.no-touch .l-subheader.at_bottom a:hover,
.no-touch .l-header.bg_transparent .l-subheader.at_bottom .w-dropdown.opened a:hover {
    color: #ffffff;
}
.l-header.bg_transparent:not(.sticky) .l-subheader {
    color: #ffffff;
}
.no-touch .l-header.bg_transparent:not(.sticky) .w-text a:hover,
.no-touch .l-header.bg_transparent:not(.sticky) .w-html a:hover,
.no-touch .l-header.bg_transparent:not(.sticky) .w-nav > a:hover,
.no-touch .l-header.bg_transparent:not(.sticky) .w-search > a:hover,
.no-touch .l-header.bg_transparent:not(.sticky) .w-dropdown a:hover,
.no-touch .l-header.bg_transparent:not(.sticky) .type_desktop .menu-item.level_1:hover > a {
    color: #ffffff;
}
.l-header.bg_transparent:not(.sticky) .w-nav-title:after {
    background: #ffffff;
}
.w-search-form,
.w-search-background {
    background: #263e81;
    color: #ffffff;
}
/* .w-nav .menu-item.level_1 > a:focus, */
.no-touch .w-nav .menu-item.level_1.opened > a,
.no-touch .w-nav .menu-item.level_1:hover > a {
    background: #d3461e;
    color: #ffffff;
}
.w-nav-title:after {
    background: #ffffff;
}
.w-nav .menu-item.level_1.current-menu-item > a,
.w-nav .menu-item.level_1.current-menu-ancestor > a,
.w-nav .menu-item.level_1.current-page-ancestor > a {
    background: transparent;
	color: #ffb25b;
}
.l-header.bg_transparent:not(.sticky) .w-nav.type_desktop .menu-item.level_1.current-menu-item > a,
.l-header.bg_transparent:not(.sticky) .w-nav.type_desktop .menu-item.level_1.current-menu-ancestor > a,
.l-header.bg_transparent:not(.sticky) .w-nav.type_desktop .menu-item.level_1.current-page-ancestor > a {
    background: transparent;
	color: #ffb25b;
}
.w-nav-list:not(.level_1) {
    background: #d3461e;
    color: #eeeeee;
}
.no-touch .w-nav .menu-item:not(.level_1) > a:focus,
.no-touch .w-nav .menu-item:not(.level_1):hover > a {
    background: #ffb25b;
    color: #212121;
}
.w-nav .menu-item:not(.level_1).current-menu-item > a,
.w-nav .menu-item:not(.level_1).current-menu-ancestor > a,
.w-nav .menu-item:not(.level_1).current-page-ancestor > a {
    background: #ffb25b;
    color: #ffffff;
}
.btn.menu-item > a {
    background: #ffffff !important;
    color: #263e81 !important;
}
.no-touch .btn.menu-item > a:hover {
    background: #ffffff !important;
    color: #263e81 !important;
}
.has-content-bg-background-color,
option,
body.us_iframe,
.l-preloader,
.l-canvas,
.l-footer,
.l-popup-box-content,
.l-cookie,
.g-filters.style_1 .g-filters-item.active,
.w-pricing-item-h,
.w-tabs.style_default .w-tabs-item.active,
.no-touch .w-tabs.style_default .w-tabs-item.active:hover,
.w-tabs.style_modern .w-tabs-item:after,
.w-tabs.style_timeline .w-tabs-item,
.w-tabs.style_timeline .w-tabs-section-header-h,
.leaflet-popup-content-wrapper,
.leaflet-popup-tip,
.wpml-ls-statics-footer,
.select2-selection__choice,
.select2-search input {
    background: #ffffff;
}
.has-content-bg-color,
.w-iconbox.style_circle.color_contrast .w-iconbox-icon {
    color: #ffffff;
}
.has-content-bg-alt-background-color,
input,
textarea,
select,
.w-actionbox.color_light,
.w-form-checkbox,
.w-form-radio,
.g-filters.style_1,
.g-filters.style_2 .g-filters-item.active,
.w-flipbox-front,
.w-grid-none,
.w-ibanner,
.w-iconbox.style_circle.color_light .w-iconbox-icon,
.w-pricing.style_simple .w-pricing-item-header,
.w-pricing.style_cards .w-pricing-item-header,
.w-pricing.style_flat .w-pricing-item-h,
.w-progbar-bar,
.w-progbar.style_3 .w-progbar-bar:before,
.w-progbar.style_3 .w-progbar-bar-count,
.w-socials.style_solid .w-socials-item-link,
.w-tabs.style_default .w-tabs-list,
.w-tabs.style_timeline.zephyr .w-tabs-item,
.w-tabs.style_timeline.zephyr .w-tabs-section-header-h,
.no-touch .l-main .widget_nav_menu a:hover,
.no-touch .owl-carousel.navpos_outside .owl-nav div:hover,
.smile-icon-timeline-wrap .timeline-wrapper .timeline-block,
.smile-icon-timeline-wrap .timeline-feature-item.feat-item,
.wpml-ls-legacy-dropdown a,
.wpml-ls-legacy-dropdown-click a,
.tablepress .row-hover tr:hover td,
.select2-selection,
.select2-dropdown {
    background: #f5f5f5;
}
.timeline-wrapper .timeline-post-right .ult-timeline-arrow l,
.timeline-wrapper .timeline-post-left .ult-timeline-arrow l,
.timeline-feature-item.feat-item .ult-timeline-arrow l {
    border-color: #f5f5f5;
}
.has-content-bg-alt-color {
    color: #f5f5f5;
}
hr,
td,
th,
input,
textarea,
select,
.l-section,
.vc_column_container,
.vc_column-inner,
.w-comments .children,
.w-image,
.w-pricing-item-h,
.w-profile,
.w-sharing-item,
.w-tabs-list,
.w-tabs-section,
.widget_calendar #calendar_wrap,
.l-main .widget_nav_menu .menu,
.l-main .widget_nav_menu .menu-item a,
.smile-icon-timeline-wrap .timeline-line {
    border-color: #e0e0e0;
}
.has-content-border-color,
.w-separator.color_border,
.w-iconbox.color_light .w-iconbox-icon {
    color: #e0e0e0;
}
.has-content-border-background-color,
.w-flipbox-back,
.w-iconbox.style_circle.color_light .w-iconbox-icon,
.no-touch .wpml-ls-sub-menu a:hover {
    background: #e0e0e0;
}
.w-iconbox.style_outlined.color_light .w-iconbox-icon,
.w-socials.style_outlined .w-socials-item-link,
.pagination .page-numbers {
    box-shadow: 0 0 0 2px #e0e0e0 inset;
}
.has-content-heading-color,
.l-cookie,
h1,
h2,
h3,
h4,
h5,
h6,
.w-counter.color_heading .w-counter-value {
    color: #212121;
}
.has-content-heading-background-color,
.w-progbar.color_heading .w-progbar-bar-h {
    background: #212121;
}
.has-content-text-color,
input,
textarea,
select,
.l-canvas,
.l-footer,
.l-popup-box-content,
.w-form-row-field > i,
.w-ibanner,
.w-iconbox.color_light.style_circle .w-iconbox-icon,
.w-tabs.style_timeline .w-tabs-item,
.w-tabs.style_timeline .w-tabs-section-header-h,
.leaflet-popup-content-wrapper,
.leaflet-popup-tip,
.select2-dropdown {
    color: #424242;
}
.has-content-text-background-color,
.w-iconbox.style_circle.color_contrast .w-iconbox-icon,
.w-progbar.color_text .w-progbar-bar-h,
.w-scroller-dot span {
    background: #424242;
}
.w-iconbox.style_outlined.color_contrast .w-iconbox-icon {
    box-shadow: 0 0 0 2px #424242 inset;
}
.w-scroller-dot span {
    box-shadow: 0 0 0 2px #424242;
}
a {
    color: #263e81;
}
.no-touch a:hover,
.no-touch .tablepress .sorting:hover,
.no-touch .post_navigation.layout_simple a:hover .post_navigation-item-title {
    color: #0071bc;
}
.has-content-primary-color,
.g-preloader,
.l-main .w-contacts-item:before,
.w-counter.color_primary .w-counter-value,
.g-filters.style_1 .g-filters-item.active,
.g-filters.style_3 .g-filters-item.active,
.w-form-row.focused .w-form-row-field > i,
.w-iconbox.color_primary .w-iconbox-icon,
.w-post-elm .w-post-slider-trigger:hover,
.w-separator.color_primary,
.w-sharing.type_outlined.color_primary .w-sharing-item,
.no-touch .w-sharing.type_simple.color_primary .w-sharing-item:hover .w-sharing-icon,
.w-tabs.style_default .w-tabs-item.active,
.w-tabs.style_trendy .w-tabs-item.active,
.w-tabs-section.active .w-tabs-section-header,
.tablepress .sorting_asc,
.tablepress .sorting_desc,
.highlight_primary {
    color: #00324b;
}
.has-content-primary-background-color,
.l-section.color_primary,
.us-btn-style_badge,
.no-touch .post_navigation.layout_sided a:hover .post_navigation-item-arrow,
.highlight_primary_bg,
.w-actionbox.color_primary,
.w-form-row-field:after,
.w-form-row input:checked + .w-form-checkbox,
.w-form-row input:checked + .w-form-radio,
.no-touch .g-filters.style_1 .g-filters-item:hover,
.no-touch .g-filters.style_2 .g-filters-item:hover,
.w-comments-item.bypostauthor .w-comments-item-author span,
.w-grid .with_quote_icon,
.w-iconbox.style_circle.color_primary .w-iconbox-icon,
.no-touch .w-iconbox.style_circle .w-iconbox-icon:before,
.no-touch .w-iconbox.style_outlined .w-iconbox-icon:before,
.no-touch .w-person-links-item:before,
.w-pricing.style_simple .type_featured .w-pricing-item-header,
.w-pricing.style_cards .type_featured .w-pricing-item-header,
.w-pricing.style_flat .type_featured .w-pricing-item-h,
.w-progbar.color_primary .w-progbar-bar-h,
.w-sharing.type_solid.color_primary .w-sharing-item,
.w-sharing.type_fixed.color_primary .w-sharing-item,
.w-sharing.type_outlined.color_primary .w-sharing-item:before,
.no-touch .w-sharing-tooltip .w-sharing-item:hover,
.w-socials-item-link-hover,
.w-tabs-list-bar,
.w-tabs.style_modern .w-tabs-list,
.w-tabs.style_timeline .w-tabs-item:before,
.w-tabs.style_timeline .w-tabs-section-header-h:before,
.no-touch .w-header-show:hover,
.no-touch .w-toplink.active:hover,
.no-touch .pagination .page-numbers:before,
.pagination .page-numbers.current,
.l-main .widget_nav_menu .menu-item.current-menu-item > a,
.rsThumb.rsNavSelected,
.select2-results__option--highlighted {
    background: #00324b;
}
.w-tabs.style_default .w-tabs-item.active,
.owl-dot.active span,
.rsBullet.rsNavSelected span {
    border-color: #00324b;
}
.l-main .w-contacts-item:before,
.w-iconbox.color_primary.style_outlined .w-iconbox-icon,
.w-sharing.type_outlined.color_primary .w-sharing-item,
.w-tabs.style_timeline .w-tabs-item,
.w-tabs.style_timeline .w-tabs-section-header-h {
    box-shadow: 0 0 0 2px #00324b inset;
}
input:focus,
input:focus + .w-form-checkbox,
textarea:focus,
select:focus,
.select2-container--focus .select2-selection {
    box-shadow: 0 2px 0 0 #00324b;
}
.has-content-secondary-color,
.w-counter.color_secondary .w-counter-value,
.w-iconbox.color_secondary .w-iconbox-icon,
.w-separator.color_secondary,
.w-sharing.type_outlined.color_secondary .w-sharing-item,
.no-touch .w-sharing.type_simple.color_secondary .w-sharing-item:hover .w-sharing-icon,
.highlight_secondary {
    color: #0071bc;
}
.has-content-secondary-background-color,
.l-section.color_secondary,
.w-actionbox.color_secondary,
.no-touch .us-btn-style_badge:hover,
.w-iconbox.style_circle.color_secondary .w-iconbox-icon,
.w-progbar.color_secondary .w-progbar-bar-h,
.w-sharing.type_solid.color_secondary .w-sharing-item,
.w-sharing.type_fixed.color_secondary .w-sharing-item,
.w-sharing.type_outlined.color_secondary .w-sharing-item:before,
.highlight_secondary_bg {
    background: #0071bc;
}
.w-iconbox.color_secondary.style_outlined .w-iconbox-icon,
.w-sharing.type_outlined.color_secondary .w-sharing-item {
    box-shadow: 0 0 0 2px #0071bc inset;
}
.has-content-faded-color,
blockquote:before,
.w-form-row-description,
.l-main .post-author-website,
.l-main .w-profile-link.for_logout,
.l-main .widget_tag_cloud,
.highlight_faded {
    color: #c1d8e0;
}
.has-content-faded-background-color {
    background: #c1d8e0;
}
.l-section.color_alternate,
.color_alternate .g-filters.style_1 .g-filters-item.active,
.color_alternate .w-pricing-item-h,
.color_alternate .w-tabs.style_default .w-tabs-item.active,
.color_alternate .w-tabs.style_modern .w-tabs-item:after,
.no-touch .color_alternate .w-tabs.style_default .w-tabs-item.active:hover,
.color_alternate .w-tabs.style_timeline .w-tabs-item,
.color_alternate .w-tabs.style_timeline .w-tabs-section-header-h {
    background: #f5f5f5;
}
.color_alternate .w-iconbox.style_circle.color_contrast .w-iconbox-icon {
    color: #f5f5f5;
}
.color_alternate input:not([type="submit"]),
.color_alternate textarea,
.color_alternate select,
.color_alternate .w-form-checkbox,
.color_alternate .w-form-radio,
.color_alternate .g-filters.style_1,
.color_alternate .g-filters.style_2 .g-filters-item.active,
.color_alternate .w-grid-none,
.color_alternate .w-iconbox.style_circle.color_light .w-iconbox-icon,
.color_alternate .w-pricing.style_simple .w-pricing-item-header,
.color_alternate .w-pricing.style_cards .w-pricing-item-header,
.color_alternate .w-pricing.style_flat .w-pricing-item-h,
.color_alternate .w-progbar-bar,
.color_alternate .w-socials.style_solid .w-socials-item-link,
.color_alternate .w-tabs.style_default .w-tabs-list,
.color_alternate .ginput_container_creditcard {
    background: #ffffff;
}
.l-section.color_alternate,
.color_alternate td,
.color_alternate th,
.color_alternate .vc_column_container,
.color_alternate .vc_column-inner,
.color_alternate .w-comments .children,
.color_alternate .w-image,
.color_alternate .w-pricing-item-h,
.color_alternate .w-profile,
.color_alternate .w-sharing-item,
.color_alternate .w-tabs-list,
.color_alternate .w-tabs-section {
    border-color: #e0e0e0;
}
.color_alternate .w-separator.color_border,
.color_alternate .w-iconbox.color_light .w-iconbox-icon {
    color: #e0e0e0;
}
.color_alternate .w-iconbox.style_circle.color_light .w-iconbox-icon {
    background: #e0e0e0;
}
.color_alternate .w-iconbox.style_outlined.color_light .w-iconbox-icon,
.color_alternate .w-socials.style_outlined .w-socials-item-link,
.color_alternate .pagination .page-numbers {
    box-shadow: 0 0 0 2px #e0e0e0 inset;
}
.l-section.color_alternate h1,
.l-section.color_alternate h2,
.l-section.color_alternate h3,
.l-section.color_alternate h4,
.l-section.color_alternate h5,
.l-section.color_alternate h6,
.color_alternate .w-counter.color_heading .w-counter-value {
    color: #212121;
}
.color_alternate .w-progbar.color_contrast .w-progbar-bar-h {
    background: #212121;
}
.l-section.color_alternate,
.color_alternate input,
.color_alternate textarea,
.color_alternate select,
.color_alternate .w-form-row-field > i,
.color_alternate .w-iconbox.color_contrast .w-iconbox-icon,
.color_alternate .w-iconbox.color_light.style_circle .w-iconbox-icon,
.color_alternate .w-tabs.style_timeline .w-tabs-item,
.color_alternate .w-tabs.style_timeline .w-tabs-section-header-h {
    color: #424242;
}
.color_alternate .w-iconbox.style_circle.color_contrast .w-iconbox-icon {
    background: #424242;
}
.color_alternate .w-iconbox.style_outlined.color_contrast .w-iconbox-icon {
    box-shadow: 0 0 0 2px #424242 inset;
}
.color_alternate a {
    color: #263e81;
}
.no-touch .color_alternate a:hover {
    color: #0071bc;
}
.color_alternate .highlight_primary,
.l-main .color_alternate .w-contacts-item:before,
.color_alternate .w-counter.color_primary .w-counter-value,
.color_alternate .g-preloader,
.color_alternate .g-filters.style_1 .g-filters-item.active,
.color_alternate .g-filters.style_3 .g-filters-item.active,
.color_alternate .w-form-row.focused .w-form-row-field > i,
.color_alternate .w-iconbox.color_primary .w-iconbox-icon,
.color_alternate .w-separator.color_primary,
.color_alternate .w-tabs.style_default .w-tabs-item.active,
.color_alternate .w-tabs.style_trendy .w-tabs-item.active,
.color_alternate .w-tabs-section.active .w-tabs-section-header {
    color: #00324b;
}
.color_alternate .highlight_primary_bg,
.color_alternate .w-actionbox.color_primary,
.no-touch .color_alternate .g-filters.style_1 .g-filters-item:hover,
.no-touch .color_alternate .g-filters.style_2 .g-filters-item:hover,
.color_alternate .w-iconbox.style_circle.color_primary .w-iconbox-icon,
.no-touch .color_alternate .w-iconbox.style_circle .w-iconbox-icon:before,
.no-touch .color_alternate .w-iconbox.style_outlined .w-iconbox-icon:before,
.color_alternate .w-pricing.style_simple .type_featured .w-pricing-item-header,
.color_alternate .w-pricing.style_cards .type_featured .w-pricing-item-header,
.color_alternate .w-pricing.style_flat .type_featured .w-pricing-item-h,
.color_alternate .w-progbar.color_primary .w-progbar-bar-h,
.color_alternate .w-tabs.style_modern .w-tabs-list,
.color_alternate .w-tabs.style_trendy .w-tabs-item:after,
.color_alternate .w-tabs.style_timeline .w-tabs-item:before,
.color_alternate .w-tabs.style_timeline .w-tabs-section-header-h:before,
.no-touch .color_alternate .pagination .page-numbers:before,
.color_alternate .pagination .page-numbers.current {
    background: #00324b;
}
.color_alternate .w-tabs.style_default .w-tabs-item.active,
.no-touch .color_alternate .w-tabs.style_default .w-tabs-item.active:hover {
    border-color: #00324b;
}
.l-main .color_alternate .w-contacts-item:before,
.color_alternate .w-iconbox.color_primary.style_outlined .w-iconbox-icon,
.color_alternate .w-tabs.style_timeline .w-tabs-item,
.color_alternate .w-tabs.style_timeline .w-tabs-section-header-h {
    box-shadow: 0 0 0 2px #00324b inset;
}
.color_alternate input:focus,
.color_alternate textarea:focus,
.color_alternate select:focus {
    box-shadow: 0 0 0 2px #00324b;
}
.color_alternate .highlight_secondary,
.color_alternate .w-counter.color_secondary .w-counter-value,
.color_alternate .w-iconbox.color_secondary .w-iconbox-icon,
.color_alternate .w-separator.color_secondary {
    color: #0071bc;
}
.color_alternate .highlight_secondary_bg,
.color_alternate .w-actionbox.color_secondary,
.color_alternate .w-iconbox.style_circle.color_secondary .w-iconbox-icon,
.color_alternate .w-progbar.color_secondary .w-progbar-bar-h {
    background: #0071bc;
}
.color_alternate .w-iconbox.color_secondary.style_outlined .w-iconbox-icon {
    box-shadow: 0 0 0 2px #0071bc inset;
}
.color_alternate .highlight_faded,
.color_alternate .w-profile-link.for_logout {
    color: #c1d8e0;
}
.color_footer-top {
    background: rgba(0, 50, 75, 0.9);
}
.color_footer-top input:not([type="submit"]),
.color_footer-top textarea,
.color_footer-top select,
.color_footer-top .w-form-checkbox,
.color_footer-top .w-form-radio,
.color_footer-top .w-socials.style_solid .w-socials-item-link {
    background: #00324b;
}
.color_footer-top,
.color_footer-top td,
.color_footer-top th,
.color_footer-top input:not([type="submit"]),
.color_footer-top textarea,
.color_footer-top select,
.color_footer-top .vc_column_container,
.color_footer-top .vc_column-inner,
.color_footer-top .w-image,
.color_footer-top .w-pricing-item-h,
.color_footer-top .w-profile,
.color_footer-top .w-sharing-item,
.color_footer-top .w-tabs-list,
.color_footer-top .w-tabs-section {
    border-color: #333333;
}
.color_footer-top .w-separator.color_border {
    color: #333333;
}
.color_footer-top .w-socials.style_outlined .w-socials-item-link {
    box-shadow: 0 0 0 2px #333333 inset;
}
.color_footer-top {
    color: #757575;
}
.color_footer-top a {
    color: #ffffff;
}
.no-touch .color_footer-top a:hover,
.color_footer-top .w-form-row.focused .w-form-row-field > i {
    color: #ffb25b;
}
.color_footer-top input:focus,
.color_footer-top textarea:focus,
.color_footer-top select:focus {
    box-shadow: 0 2px 0 0 #ffb25b;
}
.color_footer-bottom {
    background: #00324b;
}
.color_footer-bottom input:not([type="submit"]),
.color_footer-bottom textarea,
.color_footer-bottom select,
.color_footer-bottom .w-form-checkbox,
.color_footer-bottom .w-form-radio,
.color_footer-bottom .w-socials.style_solid .w-socials-item-link {
    background: #00324b;
}
.color_footer-bottom,
.color_footer-bottom td,
.color_footer-bottom th,
.color_footer-bottom input:not([type="submit"]),
.color_footer-bottom textarea,
.color_footer-bottom select,
.color_footer-bottom .vc_column_container,
.color_footer-bottom .vc_column-inner,
.color_footer-bottom .w-image,
.color_footer-bottom .w-pricing-item-h,
.color_footer-bottom .w-profile,
.color_footer-bottom .w-sharing-item,
.color_footer-bottom .w-tabs-list,
.color_footer-bottom .w-tabs-section {
    border-color: #333333;
}
.color_footer-bottom .w-separator.color_border {
    color: #333333;
}
.color_footer-bottom .w-socials.style_outlined .w-socials-item-link {
    box-shadow: 0 0 0 2px #333333 inset;
}
.color_footer-bottom {
    color: #757575;
}
.color_footer-bottom a {
    color: #9e9e9e;
}
.no-touch .color_footer-bottom a:hover,
.color_footer-bottom .w-form-row.focused .w-form-row-field > i {
    color: #c1d8e0;
}
.color_footer-bottom input:focus,
.color_footer-bottom textarea:focus,
.color_footer-bottom select:focus {
    box-shadow: 0 2px 0 0 #c1d8e0;
}
#menu-item-8619 a {
    padding-top: 21px;
    padding-bottom: 21px;
    line-height: 18px;
}
header.sticky #menu-item-8619 a {
    padding: 16px 14px;
}
.w-btn.tRedButton {
    text-transform: none !important;
}
.l-header.bg_transparent:not(.sticky) {
    background: linear-gradient(rgba(0, 0, 0, 0.5), transparent) repeat-x;
}
.l-header.bg_solid:not(.sticky) {
    background: linear-gradient(rgba(0, 0, 0, 0.5), transparent) repeat-x;
}
.l-header .l-subheader.at_top {
    display: none;
}
.header_hor .l-subheader.at_middle {
    height: 120px;
    line-height: 120px;
}
.w-nav.type_desktop:not(.height_full),
.w-hwrapper .w-nav.type_desktop,
.w-vwrapper .w-nav.type_desktop {
    line-height: 18px !important;
    text-align: center;
}
.header_hor .ush_menu_1.type_desktop .w-nav-list.level_1 > .menu-item-object-page > a,
.header_hor .ush_menu_1.type_desktop .w-nav-list.level_1 > .menu-item-7918 > a {
    padding: 12px 14px;
}
header.sticky .ush_menu_1.type_desktop .w-nav-list.level_1 > .menu-item-object-page > a,
header.sticky .ush_menu_1.type_desktop .w-nav-list.level_1 > .menu-item-7918 > a {
    line-height: 18px;
    padding: 7px 14px;
}
.header_hor .ush_menu_1.type_desktop .w-nav-list.level_1 > .menu-item-object-page > a,
.header_hor .ush_menu_1.type_desktop .w-nav-list.level_1 > .menu-item-7999 > a {
    padding: 12px 14px;
}
header.sticky .ush_menu_1.type_desktop .w-nav-list.level_1 > .menu-item-object-page > a,
header.sticky .ush_menu_1.type_desktop .w-nav-list.level_1 > .menu-item-7999 > a {
    line-height: 18px;
    padding: 7px 14px;
}
.header_hor .ush_menu_1.type_desktop .w-nav-list.level_1 > .menu-item-6401 > a,
.header_hor .ush_menu_1.type_desktop .w-nav-list.level_1 > .menu-item-6411 > a,
.header_hor .ush_menu_1.type_desktop .w-nav-list.level_1 > .menu-item-7987 > a {
    padding: 21px 14px;
}
header.sticky .ush_menu_1.type_desktop .w-nav-list.level_1 > .menu-item-6401 > a,
header.sticky .ush_menu_1.type_desktop .w-nav-list.level_1 > .menu-item-6411 > a,
header.sticky .ush_menu_1.type_desktop .w-nav-list.level_1 > .menu-item-7987 > a {
    padding: 16px 14px;
}

.current_page_ancestor.level_1:after {
	position: absolute;
	content: '';
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 5px solid #d3461e;
	opacity: 0;
	transition-duration: 0.15s;
	margin: 0 auto;
}

.stickyTop .current_page_ancestor.level_1:after {
	opacity: 1;
}

/*
.fas,
.fa {
    font-weight: inherit !important;
}
*/

.w-search-open {
    width: auto;
    padding: 0 0.8rem;
}
.w-search-open i {
    font-size: 1.1rem;
}
.tSlideText {
    font-weight: 400 !important;
}
body .l-header.sticky .l-subheader.at_middle {
    line-height: 80px !important;
    height: 80px !important;
    /* box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.22), 0 2px 1px -1px rgba(0, 0, 0, 0.05); */
}
.l-titlebar {
    position: relative;
    z-index: 1;
    transition: padding 0.3s cubic-bezier(0.78, 0.13, 0.15, 0.86);
}
.header_hor .l-header.pos_fixed + .l-titlebar {
    padding-top: 120px;
}
.l-titlebar.size_small .l-titlebar-h {
    padding-top: 15px;
    padding-bottom: 15px;
}
.l-titlebar.size_small h1 {
    display: inline-block;
    font-size: 24px;
    margin: 5px 20px 5px 0;
}
.l-titlebar.color_primary {
    background-color: #00324b;
}
.l-titlebar-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.5s;
}
.l-titlebar-img.loaded {
    opacity: 1;
}
.l-titlebar-h {
    position: relative;
    z-index: 1;
    margin: 0 auto;
}
.page-template-page-full_spectrum .l-canvas .l-titlebar.size_huge .l-titlebar-h {
	padding:0;
	background-color:rgba(0,50,75,.7);
}
.page-template-page-full_spectrum .l-canvas .l-titlebar.size_huge .l-titlebar-h .l-titlebar-content {
	max-width:1180px;
	padding:0 20px;
}
.page-template-page-full_spectrum .l-canvas .l-titlebar.size_huge .l-titlebar-h .l-titlebar-content h1 {
	font-size:52px;
	line-height:1.25;
	padding:14px 0;
}
.page-template-page-full_spectrum .l-canvas .l-titlebar.size_huge .l-titlebar-h .l-titlebar-content h1 strong {
	font-weight:600;
}
.single-full_spectrum .l-canvas .l-titlebar.size_huge .l-titlebar-h {
	padding:120px 0 0;
}
.single-full_spectrum .l-canvas .l-titlebar.size_huge .l-titlebar-h .l-titlebar-content {
	max-width:none;
	text-align:right;
}
.single-full_spectrum .l-canvas .l-titlebar.size_huge .l-titlebar-h .l-titlebar-content h3 {
	display:inline-block;
	font-size:16px;
	font-style:italic;
	line-height:1.25;
	color:#ffffff;
	padding:12px 26px;
	background-color:rgba(0,0,0,.6);
}
.l-main-h {
    /* max-width: 1140px; */
	position: relative;
    margin: 0 auto;
}
.l-main-h:after {
    content: "";
    display: table;
    clear: both;
}
.l-section.height_medium {
    padding-top: 0;
}
.l-content {
    width: 68%;
}
.l-main.sidebar_none .l-content {
    width: 100%;
}
.l-main.sidebar_none .l-main-h {
    max-width: none;
}
.single-board_of_directors main.l-content .l-section-h,
.single-management_team main.l-content .l-section-h,
.single-patient_stories main.l-content .l-section-h {
    max-width: 990px;
    padding: 48px 40px !important;
}
main.l-content .l-section {
    padding: 0;
}
.l-main.sidebar_left {
    /* padding: 0 40px; */
}
.l-main.sidebar_left .l-content {
    /*
	float: right;
	position:relative;
	z-index:1;
	*/
	width:100%;
	max-width:940px;
	margin:48px auto;
	padding:0 20px;
}
.page-template-page-full_spectrum .l-main.sidebar_left .l-content {
	max-width:1180px;
	margin-bottom:24px;
}
.page-template-page-full_spectrum .l-main.sidebar_left .l-content #blog .content {
	position:relative;
	z-index:1;
    display:flex;
	flex-flow:wrap;
}
.page-template-page-full_spectrum .l-main.sidebar_left .l-content #blog .content .article {
    width:30%;
	max-width:340px;
	margin:14px 5% 38px 0;
}
.page-template-page-full_spectrum .l-main.sidebar_left .l-content #blog .content .article:last-of-type, .page-template-page-full_spectrum .l-main.sidebar_left .l-content #blog .content .article:nth-of-type(3n+3) {
	margin-right:0;
}
.page-template-page-full_spectrum .l-main.sidebar_left .l-content #blog .content .article .image {
	border:4px solid #cbd1d6;
	margin-bottom:.8125rem;
}
.page-template-page-full_spectrum .l-main.sidebar_left .l-content #blog .content .article .image img {
	display:block;
}
.page-template-page-full_spectrum .l-main.sidebar_left .l-content #blog .content .article .title {
	font-size:36px;
	line-height:1.125;
	color:#d3461e;
	margin-bottom:1.1875rem;
}
.page-template-page-full_spectrum .l-main.sidebar_left .l-content #blog .content .article .excerpt p {
	font-size:17px;
	line-height:1.3;
	color:#000000;
	margin-bottom:1rem;
}
.page-template-page-full_spectrum .l-main.sidebar_left .l-content #blog .content .article .btn {
	display:flex;
	align-items:center;
	font-size:23px;
}
.page-template-page-full_spectrum .l-main.sidebar_left .l-content #blog .content .article .btn a {
	color:#00a6b6;
}
.l-main.sidebar_right .l-content {
	width:58.75%;
}
.single-full_spectrum .l-main .l-content .date {
	font-size:17px;
	color:#cbd1d6;
}
.single-full_spectrum .l-main .l-content h1 {
	color:#d3461e;
	padding-top:.75rem;
}
.single-full_spectrum .l-main .l-content .author {
	display:flex;
	align-items:center;
	border-bottom:4px solid #d3461e;
	padding-bottom:20px;
}
.single-full_spectrum .l-main .l-content .author .image {
	max-width:100px;
	padding-right:15px;
}
.single-full_spectrum .l-main .l-content .author .image img {
	display:block;
}
.single-full_spectrum .l-main .l-content .author .info p {
	font-size:18px;
	line-height:1.2;
	color:#98a4af;
}
.single-full_spectrum .l-main .l-content h2 {
	color:#19465d;
}
.search-results main.l-content {
	width:100%;
	max-width:940px;
	margin:48px auto;
	padding:0 20px;
}
.l-main.sidebar_left .l-sidebar {
	position: absolute;
	z-index: 0;
	bottom: 0;
    /* float: left; */
	opacity: .5;
	padding: 0;
}
.l-sidebar {
    width: 25%;
    padding: 80px 0;
}
.l-sidebar .g-cols .l-sidebar {
    width: 100%;
    padding: 0;
}
.l-sidebar .l-section {
    padding: 0;
}
.l-sidebar .l-content {
    display: none;
}
.l-main .r-sidebar {
	position:absolute;
	top:48px;
	right:0;
	bottom:48px;
	width:19.6875%;
	max-width:315px;
}
.l-main .r-sidebar .stickySidebar {
	position:sticky;
	top:148px;
}
.l-main .r-sidebar .social {
	margin:0;
	padding:12px 0 32px;
}
.single-full_spectrum .social.mobile {
	display:none;
}
.l-main .r-sidebar .social ul, .single-full_spectrum .social ul {
	margin:0;
	padding:0;
}
.single-full_spectrum .social.mobile ul {
	display:flex;
}
.l-main .r-sidebar .social ul li, .single-full_spectrum .social ul li {
	font-size:14px;
	font-weight:400;
	color:#a7b1ba;
	list-style:none;
	text-transform:uppercase;
	margin-bottom:12px;
}
.single-full_spectrum .social.mobile ul li {
	margin-right:18px;
}
.single-full_spectrum .social.mobile ul li:last-of-type {
	margin-right:0;
}
.l-main .r-sidebar .social ul li a, .single-full_spectrum .social ul li a {
	display:flex;
	align-items:center;
	font-weight:400;
	color:#a7b1ba;
}
.l-main .r-sidebar .social ul li .copy, .single-full_spectrum .social ul li .copy {
	display:flex;
	align-items:center;
	font-weight:400;
	color:#a7b1ba;
	cursor:pointer;
}
.l-main .r-sidebar .social ul li i {
	margin-right:12px;
}
.single-full_spectrum .social.mobile ul li i {
	margin-right:6px;
}
.l-main .r-sidebar .social ul li .fa-linkedin, .single-full_spectrum .social ul li .fa-linkedin {
	font-size:2em;
	color:#0072b1;
}
.single-full_spectrum .l-main .r-sidebar .social ul li .fa-linkedin:before, .single-full_spectrum .social ul li .fa-linkedin:before {
	content:"\f08c";
}
.l-main .r-sidebar .social ul li .fa-twitter-square, .single-full_spectrum .social ul li .fa-twitter-square {
	font-size:2em;
	color:#1da1f2;
}
.l-main .r-sidebar .social ul li .fa-facebook-square, .single-full_spectrum .social ul li .fa-facebook-square {
	font-size:2em;
	color:#3b5998;
}
.l-main .r-sidebar .social ul li .fa-link, .single-full_spectrum .social ul li .fa-link {
	font-size:2em;
	color:#d3461e;
}
.single-full_spectrum .callout.mobile {
	display:none;
}
.l-main .r-sidebar .callout, .single-full_spectrum .callout {
	padding:15px 20px 20px;
	background-color:#f2f2f2;
}
.l-main .r-sidebar .callout .title, .single-full_spectrum .callout .title {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 30px;
	line-height: 1.2;
	color:#34505f;
	margin-bottom: .75rem;
}
.l-main .r-sidebar .callout .text p, .single-full_spectrum .callout .text p {
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.5;
	color:#34505f;
	margin-bottom: .75rem;
}
.single-full_spectrum .l-main .r-sidebar .callout .text p, .single-full_spectrum .callout .text p {
	font-weight: 400;
	font-size: 24px;
	line-height: 1.125;
}
.l-main .r-sidebar .callout .btn, .single-full_spectrum .callout .btn {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 26px;
	line-height: 1.2;
	color:#d3461e;
}
.l-main .r-sidebar .callout .btn a, .single-full_spectrum .callout .btn a {
	color:#d3461e;
}
.l-main .widget_nav_menu {
    display:none;
}
.l-main .widget_nav_menu .menu-item.current-menu-item > a {
    background: #ffffff !important;
}
.w-iconbox.style_default .w-iconbox-icon {
    width: auto;
}
#nav_menu-2 {
    display: none;
}
.page-template-page-full_spectrum .social-media, .single-full_spectrum .social-media {
	padding:45px 0;
	background-color:#f2f3f4;
}
.page-template-page-full_spectrum .social-media .content, .single-full_spectrum .social-media .content {
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	max-width:960px;
	margin:0 auto;
	padding:0 20px;
}
.page-template-page-full_spectrum .social-media .content .title, .single-full_spectrum .social-media .content .title {
	font-size:36px;
	line-height:1em;
	color:#d3461e;
	padding-right:45px;
}
.page-template-page-full_spectrum .social-media .content .icons, .single-full_spectrum .social-media .content .icons {
	display:flex;
	justify-content:center;
}
.page-template-page-full_spectrum .social-media .content .icons .icon, .single-full_spectrum .social-media .content .icons .icon {
	padding:0 18px;
}
.page-template-page-full_spectrum .social-media .content .icons .icon:first-of-type, .single-full_spectrum .social-media .content .icons .icon:first-of-type {
	padding-left:0;
}
.page-template-page-full_spectrum .social-media .content .icons .icon:last-of-type, .single-full_spectrum .social-media .content .icons .icon:last-of-type {
	padding-right:0;
}
.page-template-page-full_spectrum .social-media .content .icons .icon a, .single-full_spectrum .social-media .content .icons .icon a {
	display:block;
	height:41px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% auto;
}
.page-template-page-full_spectrum .social-media .content .icons .icon.twitter a, .single-full_spectrum .social-media .content .icons .icon.twitter a {
	width:46px;
	background-image:url('/wp-content/uploads/icon_careers_twitter.svg');
}
.page-template-page-full_spectrum .social-media .content .icons .icon.linkedin a, .single-full_spectrum .social-media .content .icons .icon.linkedin a {
	width:41px;
	background-image:url('/wp-content/uploads/icon_careers_linkedin.svg');
}
.page-template-page-full_spectrum .social-media .content .icons .icon.instagram a, .single-full_spectrum .social-media .content .icons .icon.instagram a {
	width:41px;
	background-image:url('/wp-content/uploads/icon_careers_instagram.svg');
}
footer .l-section.height_medium {
    padding: 0;
}
.w-toplink::before {
    font-family: "Material Icons";
}
img.alignleft {
    margin: 0 2.5em 2.5em 0;
}
.l-footer .widget_nav_menu ul.menu li {
    line-height: 1.3;
}
.l-footer .widget_nav_menu ul.menu li a {
    font-size: 0.9rem;
}
footer .l-section.height_small > .l-section-h {
    padding-bottom: 40px;
}
footer .l-section.height_small .l-section-h p {
    width: 100%;
    font-size: 0.9rem;
    line-height: 1.5rem;
    float: left;
}
footer .l-section.height_small .widget_nav_menu ul.menu {
    /* margin: 0 -14px; */
}
footer .l-section.height_small .widget_nav_menu ul.menu li {
    margin: 0 14px 10px;
}
/* .w-nav .menu-item.level_1 > a:focus, */
.no-touch .w-nav .menu-item.level_1.opened > a,
.no-touch .w-nav .menu-item.level_1:hover > a {
	color: #ffb25b;
    background: transparent;
}
/* .sticky .w-nav .menu-item.level_1 > a:focus, */
.no-touch .sticky .w-nav .menu-item.level_1.opened > a,
.no-touch .sticky .w-nav .menu-item.level_1:hover > a {
    background: #d3461e;
}
/*
.w-nav.type_mobile .menu-item.level_1 > a:focus {
    color: #ffb25b;
}
*/
.no-touch .w-nav.type_mobile .menu-item.level_1:hover > a {
    color: #ffffff;
    background: #d3461e;
}
.w-nav .menu-item:not(.level_1).current-menu-ancestor > a,
.w-nav .menu-item:not(.level_1).current-page-ancestor > a {
    background: transparent;
}
button[type="submit"]:not(.w-btn),
input[type="submit"],
.no-touch button[type="submit"]:not(.w-btn):hover,
.no-touch input[type="submit"]:hover {
    background-color: #00324b;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.3);
}
.page-404::before {
    visibility: hidden;
}
.btClosePopup {
    transition-duration: 0s;
}
#bt-play.playing {
    transition-duration: 0s;
}
.no-touch .w-toplink.active:hover {
    background-color: #0071bc!important;
}
.search-results h2 {
    margin-bottom: 30px;
}
.w-person-name {
    font-size: 20px;
}
.page-id-7967 .wpb_text_column:not(:last-child) {
    margin-bottom: 0;
}
.page-id-7967 li:last-child {
    margin-bottom: 0.5rem;
}
.page-id-7771 main.l-content .l-section {
    padding: 0 40px;
}
.page-id-6405 .tPopup .w-person-description h2:first-of-type {
    display: none;
}
.page-id-6405 .tPopup .w-person-description h3:first-of-type {
    display: none;
}
.page-id-6405 .tPopup .w-person-description img {
    display: none;
}
.home .tCircleText .wpb_wrapper p a {
    text-decoration: none;
}
.home #invest-in .l-section-h {
    max-width: 1400px !important;
}
.home #invest-in .l-section-h .us_custom_eb849559 h2 {
    margin-bottom: 25px;
}
.home #invest-in .g-cols.type_boxes .vc_col-sm-4 .vc_column-inner {
    padding: 4rem !important;
}
.home #pipeline .l-section-h,
.home #partner-in .l-section-h {
    max-width: 1600px !important;
}
.home #pipeline .us_custom_3c8bb628 {
    background-color: rgba(56, 93, 174, 0.5) !important;
}
.home #pipeline .us_custom_3c8bb628 h2 {
    color: #ffffff;
}
.home #pipeline .us_custom_3c8bb628 .w-btn {
    color: #385dae !important;
    background-color: #ffffff !important;
}
.home #partner-in .us_custom_3c8bb628 {
    background-color: rgba(0, 162, 182, 0.5) !important;
}
.home #partner-in .us_custom_3c8bb628 h2 {
    color: #ffffff;
}
.home #partner-in .us_custom_3c8bb628 .w-btn {
    color: #00a6b6 !important;
    background-color: #ffffff !important;
}
.home #join .us_custom_6df4bc3a {
    padding: 30px 0;
    background-color: rgba(211, 70, 30, 1) !important;
}
.home #join .us_custom_6df4bc3a .wpb_text_column {
    margin-bottom: 20px;
}
.home #join .us_custom_6df4bc3a h2 a {
    color: #ffffff;
}
.home #join .us_custom_6df4bc3a .w-btn {
    color: #ffffff !important;
    background-color: #00324b !important;
}
.home #masthead-home {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100vh;
    min-height: 650px;
    padding-top: 30px;
}
.home #masthead-slider {
    width: 100%;
    height: calc(100vh - 30px);
    min-height: 620px;
}
.home .masthead-inner-pad {
    width: 100%;
    height: calc(100vh - 30px);
    min-height: 620px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.home .masthead-inner-pad.left-8147 {
    background-position: left center;
}
.home .masthead-inner-pad.right-8149 {
    background-position: right center;
}
.home .masthead-inner-pad.right-8209 {
    background-position: right center;
}
.home .masthead-inner-pad .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
}
.home .masthead-inner-pad .text-boxes {
    position: absolute;
    bottom: 105px;
    width: 100%;
    background-image: url(/wp-content/themes/intelliatx/assets/images/home_masthead_bg-text.png);
    background-repeat: repeat-y;
    background-size: 100% auto;
}
.home .masthead-inner-pad .text-boxes.w-story {
    background-image: url(/wp-content/themes/intelliatx/assets/images/home_masthead_bg-text_w-story.png);
}
.home .masthead-inner-pad .text-boxes .card.employee-quote {
    float: left;
    display: table;
    width: 26.875%;
    margin-left: 14.375%;
    background-color: rgba(208, 69, 30, 0.9);
}
.home .masthead-inner-pad .text-boxes .card.employee-quote .image {
    display: table-cell;
    width: 150px;
    vertical-align: top;
}
.home .masthead-inner-pad .text-boxes .card.employee-quote .text {
    position: relative;
    display: table-cell;
    vertical-align: top;
    padding: 20px 20px 100px;
}
.home .masthead-inner-pad .text-boxes .card.employee-quote .text .quote p {
    font-size: 15px;
    font-style: italic;
    font-weight: 300;
    line-height: 1.2em;
    color: #ffffff;
    margin-bottom: 15px;
}
.home .masthead-inner-pad .text-boxes .card.employee-quote .text .quote p:last-of-type {
    margin-bottom: 0;
}
.home .masthead-inner-pad .text-boxes .card.employee-quote .text.w-image .quote p {
    font-size: 15px;
    margin-bottom: 0;
}
.home .masthead-inner-pad .text-boxes .card.employee-quote .text .credit {
    position: absolute;
    bottom: 0;
    padding: 0 20px 20px 0;
}
.home .masthead-inner-pad .text-boxes .card.employee-quote .text .credit .name {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2em;
    color: #ffb25b;
}
.home .masthead-inner-pad .text-boxes .card.employee-quote .text .credit .title {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.2em;
    color: #ffb25b;
}
.home .masthead-inner-pad .text-boxes .card.disease {
    position: relative;
    float: right;
    width: 6.25%;
    margin-right: 5.625%;
}
.home .masthead-inner-pad .text-boxes .card.disease img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto 0;
    max-height: 100%;
}
.home .masthead-inner-pad .text-boxes .card.patient-story {
    position: relative;
    float: right;
    width: 20%;
    margin-right: 14.375%;
    background-color: rgba(157, 174, 182, 0.9);
}
.home .masthead-inner-pad .text-boxes .card.patient-story.w-disease {
    margin-right: 2.5%;
}
.home .masthead-inner-pad .text-boxes .card.patient-story .text {
    padding: 20px 20px 70px;
}
.home .masthead-inner-pad .text-boxes .card.patient-story .text .title {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.2em;
    color: #00324b;
    margin-bottom: 15px;
}
.home .masthead-inner-pad .text-boxes .card.patient-story .text .caption {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2em;
    color: #00324b;
    margin-bottom: 15px;
}
.home .masthead-inner-pad .text-boxes .card.patient-story .text .quote p {
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    line-height: 1.2em;
    color: #ffffff;
}
.home .masthead-inner-pad .text-boxes .card.patient-story .text .btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 16px;
    line-height: 1em;
    color: #ffffff;
    padding: 17px 20px;
    background-color: #d3461e;
}
.home .masthead-inner-pad .text-boxes-flex {
    display: flex;
    position: absolute;
    right: 0;
    bottom: 105px;
    left: 0;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    background-image: url(/wp-content/themes/intelliatx/assets/images/home_masthead_bg-text.png);
    background-repeat: repeat-y;
    background-size: 100% auto;
}
.home .masthead-inner-pad .text-boxes-flex.w-story {
    background-image: url(/wp-content/themes/intelliatx/assets/images/home_masthead_bg-text_w-story.png);
}
.home .masthead-inner-pad .text-boxes-flex .left {
    width: 50%;
    display: flex;
    align-items: stretch;
}
.home .masthead-inner-pad .text-boxes-flex .right {
    width: 50%;
    display: flex;
    direction: rtl;
    align-items: stretch;
}
.home .masthead-inner-pad .text-boxes-flex .card.employee-quote {
    position: relative;
    display: flex;
    width: 53.75%;
    margin-left: 28.75%;
    background-color: rgba(208, 69, 30, 0.9);
}
.home .masthead-inner-pad .text-boxes-flex .card.employee-quote .image {
    width: 35%;
    flex: initial;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.home .masthead-inner-pad .text-boxes-flex .card.employee-quote .text {
    padding: 20px 20px 80px;
}
.home .masthead-inner-pad .text-boxes-flex .card.employee-quote .text.w-image {
    width: 65%;
    flex: initial;
}
.home .masthead-inner-pad .text-boxes-flex .card.employee-quote .text .quote p {
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    line-height: 1.2em;
    color: #ffffff;
    margin-bottom: 15px;
}
.home .masthead-inner-pad .text-boxes-flex .card.employee-quote .text .quote p:last-of-type {
    margin-bottom: 0;
}
.home .masthead-inner-pad .text-boxes-flex .card.employee-quote .text.w-image .quote p {
    font-size: 14.5px;
    margin-bottom: 0;
}
.home .masthead-inner-pad .text-boxes-flex .card.employee-quote .text .credit {
    position: absolute;
    bottom: 0;
    padding: 0 20px 20px 0;
}
.home .masthead-inner-pad .text-boxes-flex .card.employee-quote .text .credit .name {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2em;
    color: #ffb25b;
}
.home .masthead-inner-pad .text-boxes-flex .card.employee-quote .text .credit .title {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.2em;
    color: #ffb25b;
}
.home .masthead-inner-pad .text-boxes-flex .card.disease {
    display: flex;
    align-items: center;
    width: 12.5%;
    margin-right: 11.25%;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
}
.home .masthead-inner-pad .text-boxes-flex .card.patient-story {
    position: relative;
    direction: ltr;
    width: 40%;
    margin-right: 28.75%;
    background-color: rgba(157, 174, 182, 0.9);
}
.home .masthead-inner-pad .text-boxes-flex .card.patient-story.w-disease {
    margin-right: 5%;
}
.home .masthead-inner-pad .text-boxes-flex .card.patient-story .text {
    padding: 20px 20px 70px;
}
.home .masthead-inner-pad .text-boxes-flex .card.patient-story .text .title {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.2em;
    color: #00324b;
    margin-bottom: 15px;
}
.home .masthead-inner-pad .text-boxes-flex .card.patient-story .text .caption {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2em;
    color: #00324b;
    margin-bottom: 15px;
}
.home .masthead-inner-pad .text-boxes-flex .card.patient-story .text .quote p {
    font-size: 17px;
    font-style: italic;
    font-weight: 300;
    line-height: 1.2em;
    color: #ffffff;
}
.home .masthead-inner-pad .text-boxes-flex .card.patient-story .text .btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 16px;
    line-height: 1em;
    color: #ffffff;
    padding: 17px 20px;
    background-color: #d3461e;
}
.home .masthead-inner-pad .arrow {
    position: absolute;
    bottom: 28px;
    width: 100%;
    text-align: center;
}
.home .masthead-inner-pad .arrow i {
    font-size: 2.625em;
    color: #ffffff;
    cursor: pointer;
}
.home .slick-prev,
.home .slick-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 4;
    text-indent: -9999px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin: auto 0;
    padding: 0;
    background: none;
}
.home .slick-prev {
    background-image: url(/wp-content/themes/intelliatx/assets/images/home_masthead_arrow_left_black.png);
    background-position: left center;
    background-repeat: no-repeat;
    left: 50px;
}
.home .slick-prev:hover, .home .slick-prev:focus {
    background-image: url(/wp-content/themes/intelliatx/assets/images/home_masthead_arrow_left_black.png);
}
.home .slick-next {
    background-image: url(/wp-content/themes/intelliatx/assets/images/home_masthead_arrow_right_black.png);
    background-position: right center;
    background-repeat: no-repeat;
    right: 50px;
}
.home .slick-next:hover, .home .slick-next:focus {
    background-image: url(/wp-content/themes/intelliatx/assets/images/home_masthead_arrow_right_black.png);
}
@-webkit-keyframes fadeIn {
    0% {
        -webkit-opacity: 0;
    }
    75% {
        -webkit-opacity: 0;
    }
    100% {
        -webkit-opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    75% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.home #masthead-slider .slick-current .text-boxes {
    -webkit-animation: fadeIn 4s ease-in-out;
    animation: fadeIn 4s ease-in-out;
}
.home #masthead-slider .slick-current .text-boxes-flex {
    -webkit-animation: fadeIn 4s ease-in-out;
    animation: fadeIn 4s ease-in-out;
}
@-webkit-keyframes fadeOut {
    0% {
        -webkit-opacity: 1;
    }
    75% {
        -webkit-opacity: 1;
    }
    100% {
        -webkit-opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    75% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.home #masthead-slider .slick-inactive .text-boxes {
    -webkit-animation: fadeOut 2.5s ease-in-out;
    animation: fadeOut 2.5s ease-in-out;
}
.home #masthead-slider .slick-inactive .text-boxes-flex {
    -webkit-animation: fadeOut 2.5s ease-in-out;
    animation: fadeOut 2.5s ease-in-out;
}
.page-id-8133 .callout-story {
    padding-bottom: 5px;
}
.page-id-8133 .callout-story img {
    display: block;
}
.page-id-8133 .callout-story p {
    font-size: 16px;
    line-height: 1.25em;
    color: #ffffff;
    margin-bottom: 20px;
    padding: 0 20px;
}
.page-id-8133 .callout-story p:first-of-type {
    margin-bottom: 15px;
    padding: 0;
}
.page-id-8133 .callout-story p:last-of-type {
    margin-bottom: 10px;
}
.page-id-8133 .callout-story p a {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25em;
    color: #ffb25b;
}
.page-id-8133 .callout-resource {
    text-align: center;
    padding-bottom: 15px;
}
.page-id-8133 .callout-resource img {
    display: block;
}
.page-id-8133 .callout-resource p {
    font-size: 15px;
    line-height: 1.2em;
    margin-bottom: 15px;
}
.page-id-8133 .callout-resource p:last-of-type {
    margin-bottom: 15px;
}
.page-id-8133 .callout-resource p a {
    color: #424242;
}
.page-id-8133 .learn-more p {
    font-size: 28px;
    font-weight: 300;
    line-height: 1.2em;
    color: #00324b;
}
.page-id-8133 .learn-more p a {
    color: #00a6b6;
    text-decoration: underline;
}
.page-id-7967 #lever-jobs-container ul {
    list-style-type: none;
}
.page-id-7967 .l-canvas #lever-jobs-container h4 {
    color: #00324b;
}
#masthead-life-stories {
    position: absolute;
    right: 0;
    bottom: 25px;
    left: 0;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}
#masthead-life-stories:after {
    content: "";
    display: table;
    clear: both;
}
#masthead-sequence {
    float: right;
    margin-right: 14.375%;
}
#masthead-sequence .preload {
    display: none;
}
#masthead-sequence .sequence {
    width: 400px;
    height: 51px;
    animation: cycle 12s infinite;
    background-size: 100% auto;
}
@keyframes cycle {
    0% {
        background-image: url("/wp-content/themes/intelliatx/assets/images/logo_changing-life-stories_01.png");
    }
    45% {
        background-image: url("/wp-content/themes/intelliatx/assets/images/logo_changing-life-stories_01.png");
    }
    45.33% {
        background-image: url("/wp-content/themes/intelliatx/assets/images/logo_changing-life-stories_02.png");
    }
    45.67% {
        background-image: url("/wp-content/themes/intelliatx/assets/images/logo_changing-life-stories_03.png");
    }
    46% {
        background-image: url("/wp-content/themes/intelliatx/assets/images/logo_changing-life-stories_04.png");
    }
    46.33% {
        background-image: url("/wp-content/themes/intelliatx/assets/images/logo_changing-life-stories_05.png");
    }
    46.67% {
        background-image: url("/wp-content/themes/intelliatx/assets/images/logo_changing-life-stories_06.png");
    }
    47% {
        background-image: url("/wp-content/themes/intelliatx/assets/images/logo_changing-life-stories_07.png");
    }
    47.33% {
        background-image: url("/wp-content/themes/intelliatx/assets/images/logo_changing-life-stories_08.png");
    }
    47.67% {
        background-image: url("/wp-content/themes/intelliatx/assets/images/logo_changing-life-stories_09.png");
    }
    48% {
        background-image: url("/wp-content/themes/intelliatx/assets/images/logo_changing-life-stories_10.png");
    }
    48.33% {
        background-image: url("/wp-content/themes/intelliatx/assets/images/logo_changing-life-stories_11.png");
    }
    48.67% {
        background-image: url("/wp-content/themes/intelliatx/assets/images/logo_changing-life-stories_12.png");
    }
    49% {
        background-image: url("/wp-content/themes/intelliatx/assets/images/logo_changing-life-stories_13.png");
    }
    49.33% {
        background-image: url("/wp-content/themes/intelliatx/assets/images/logo_changing-life-stories_14.png");
    }
    49.67% {
        background-image: url("/wp-content/themes/intelliatx/assets/images/logo_changing-life-stories_15.png");
    }
    50% {
        background-image: url("/wp-content/themes/intelliatx/assets/images/logo_changing-life-stories_16.png");
    }
    95% {
        background-image: url("/wp-content/themes/intelliatx/assets/images/logo_changing-life-stories_16.png");
    }
    95.33% {
        background-image: url("/wp-content/themes/intelliatx/assets/images/logo_changing-life-stories_17.png");
    }
    95.67% {
        background-image: url("/wp-content/themes/intelliatx/assets/images/logo_changing-life-stories_18.png");
    }
    96% {
        background-image: url("/wp-content/themes/intelliatx/assets/images/logo_changing-life-stories_19.png");
    }
    96.33% {
        background-image: url("/wp-content/themes/intelliatx/assets/images/logo_changing-life-stories_20.png");
    }
    96.67% {
        background-image: url("/wp-content/themes/intelliatx/assets/images/logo_changing-life-stories_21.png");
    }
    97% {
        background-image: url("/wp-content/themes/intelliatx/assets/images/logo_changing-life-stories_22.png");
    }
    97.33% {
        background-image: url("/wp-content/themes/intelliatx/assets/images/logo_changing-life-stories_23.png");
    }
    97.67% {
        background-image: url("/wp-content/themes/intelliatx/assets/images/logo_changing-life-stories_24.png");
    }
    98% {
        background-image: url("/wp-content/themes/intelliatx/assets/images/logo_changing-life-stories_25.png");
    }
    98.33% {
        background-image: url("/wp-content/themes/intelliatx/assets/images/logo_changing-life-stories_26.png");
    }
    98.67% {
        background-image: url("/wp-content/themes/intelliatx/assets/images/logo_changing-life-stories_27.png");
    }
    99% {
        background-image: url("/wp-content/themes/intelliatx/assets/images/logo_changing-life-stories_28.png");
    }
    99.33% {
        background-image: url("/wp-content/themes/intelliatx/assets/images/logo_changing-life-stories_29.png");
    }
    99.67% {
        background-image: url("/wp-content/themes/intelliatx/assets/images/logo_changing-life-stories_30.png");
    }
    100% {
        background-image: url("/wp-content/themes/intelliatx/assets/images/logo_changing-life-stories_01.png");
    }
}
#masthead-life-stories .arrow {
    position: absolute;
    bottom: 3px;
    width: 100%;
    text-align: center;
}
#masthead-life-stories .arrow i {
    font-size: 2.625em;
    color: #ffffff;
    cursor: pointer;
}
#CybotCookiebotDialog div {
    font-family: "Poppins", sans-serif !important;
}
#CybotCookiebotDialogBody {
    max-width: 940px !important;
    padding-right: 20px !important;
    padding-bottom: 8px !important;
    padding-left: 20px !important;
}
#CybotCookiebotDialogBodyContent {
    padding-left: 0 !important;
}
#CybotCookiebotDialog {
    background: #1f4e79 !important;
    border-bottom: 4px solid #1ba8b8 !important;
    padding-bottom: 16px !important;
    -webkit-box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.6) !important;
    -moz-box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.6) !important;
    box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.6) !important;
}
#CybotCookiebotDialogPoweredbyLink {
    display: none;
}
#CybotCookiebotDialogBodyContent {
    font-family: "Poppins", sans-serif !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    line-height: 1.33em !important;
    color: #ffffff !important;
    padding-bottom: 16px !important;
}
#CybotCookiebotDialogBodyContentTitle {
    font-family: "Poppins", sans-serif !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    margin: 0 0 24px !important;
    padding: 52px 0 0 !important;
}
#CybotCookiebotDialogBodyLevelWrapper {
    text-align: left !important;
}
#CybotCookiebotDialogBodyLevelButtonsSelectPane {
    border-radius: 0 !important;
    border-top: 1px solid #ffffff !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
}
#CybotCookiebotDialogBodyLevelButtonAcceptWrapper {
    padding: 10px 0 !important;
}
#CybotCookiebotDialogBodyLevelButtonAcceptWrapper #CybotCookiebotDialogBodyLevelButtonAccept {
    color: #1ba8b8 !important;
    background: #ffffff !important;
    font-family: "Poppins", sans-serif !important;
    font-size: 18px !important;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 0 !important;
    padding: 25px 70px !important;
    text-align: center !important;
    display: block !important;
    right: 0 !important;
    margin-top: 0 !important;
    border: none;
    border-radius: 4px !important;
    border-color: transparent !important;
}
#CybotCookiebotDialogBodyLevelButtons {
    margin-bottom: 10px !important;
    margin-left: 0 !important;
}
#CybotCookiebotDialogBodyLevelButtonsTable {
    width: 100% !important;
    max-width: 650px !important;
    margin-top: 10px !important;
}
input[type="checkbox"].CybotCookiebotDialogBodyLevelButton + label {
    background-image: url("/wp-content/themes/intelliatx/assets/images/gdpr_checkbox_unchecked.png") !important;
}
input[type="checkbox"].CybotCookiebotDialogBodyLevelButton:checked + label {
    background-image: url("/wp-content/themes/intelliatx/assets/images/gdpr_checkbox_checked.png") !important;
}
.CybotCookiebotDialogBodyLevelButtonWrapper {
    margin-right: 0 !important;
}
.CybotCookiebotDialogBodyLevelButtonWrapper label {
    font-family: "Poppins", sans-serif !important;
    font-size: 15px !important;
    font-weight: 300 !important;
    color: #ffffff !important;
    margin-right: 28px !important;
    padding-top: 3px !important;
}
a#CybotCookiebotDialogBodyLevelDetailsButton {
    font-family: "Poppins", sans-serif !important;
    font-size: 15px !important;
}
#CybotCookiebotDialogDetailBody {
    max-width: 686px !important;
    padding: 20px 0 !important;
}
.CookieDeclaration .CookieDeclarationDialogText {
    display: none;
}
.CookieDeclaration .CookieDeclarationIntro {
    display: none;
}
@media (max-width: 680px) {
	#CybotCookiebotDialogBodyLevelButtonAcceptWrapper {
		float:none !important;
		max-width:190px !important;
	}
	#CybotCookiebotDialogBodyLevelButtonsSelectPane .CybotCookiebotDialogBodyLevelButtonWrapper {
		display:block;
	}
	#CybotCookiebotDialogBodyLevelDetailsWrapper {
		display:block !important;
		margin-left:10px;
	}
}

.w-nav.type_desktop .w-nav-anchor.level_1 {
    z-index: 2 !important;
}
.glossary-tooltip {
    z-index: inherit!important;
}
body .glossary-tooltip a,
body .glossary-underline {
    background: transparent !important;
    cursor: pointer !important;
    display: inherit !important;
    padding: 0 !important;
    border-bottom: 1px dashed !important;
    border-color: #00a6b6 !important;
    text-decoration: none !important;
    font-weight: 300 !important;
}
body strong .glossary-tooltip a,
body strong .glossary-underline {
    font-weight: bold !important;
}
strong .glossary-tooltip-text {
    font-weight: 300 !important;
}
em .glossary-tooltip-text {
    font-style: normal;
}
em .glossary-tooltip-text em {
    font-style: italic;
}
body.home .glossary-underline {
    border-color: #ffffff !important;
}
.glossary-tooltip-text {
    line-height: 1.3 !important; 

}
#content .wpb_alert p:last-child, #content .wpb_text_column :last-child, #content .wpb_text_column p:last-child, .wpb_alert p:last-child, .wpb_text_column :last-child, .wpb_text_column p:last-child {
    /*margin-bottom: 10px!important;    */
}
.glossary-tooltip-content {
    width: 600px !important;
    margin-left: -300px !important;
    margin-bottom: 10px!important;
    z-index: 114 !important;
}
.page-id-8842 main.l-content {
    width: 68%;
    margin: 0 auto;
    padding-top: 3rem;
}
body #post-8842 .glossary-tooltip a,
body #post-8842 .glossary-underline {
    background: #f5f6f8 !important;
}
#post-8842 div.term {
    background-color: #f5f6f8;
    padding: 28px 32px;
    margin-bottom: 30px;
}
#post-8842 div.title {
    color: #d3461e;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 25px;
}
#post-8842 div.definition > p {
    font-size: 17px;
}
#post-8842 #alphabet > a.with-link {
    font-size: 21px;
    color: #00a6b6;
    font-weight: normal;
    text-decoration: underline;
}
#post-8842 #alphabet > a.with-no-link {
    font-size: 21px;
    color: #98a4af;
    font-weight: normal;
}
#post-8842 #alphabet a:not(:last-child):after {
    content: "|";
    color: #98a4af;
    margin-left: 4px;
    margin-right: 3px;
}
#post-8842 h2 {
    color: #00a6b6 !important;
}
.page-id-8942 .video_section,
.page-id-8646 .video_section {
    background-color: #cbd1d6;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    padding-top: 32px;
}
.page-id-8942 .video_section h3,
.page-id-8646 .video_section h3 {
    font-size: 26px;
    color: #325164;
}
.page-id-8942 .video_section p,
.page-id-8646 .video_section p {
    text-align: center;
    margin-top: 8px;
    line-height: 1.3;
    margin-bottom: 0;
}
body .wpb_wrapper > p > a {
    color: #00a6b6;
    text-decoration: underline;
    cursor: pointer;
}
.page-id-8942 h4.faq-title,
.page-id-8646 h4.faq-title {
    color: #00a6b6;
    font-size: 26px;
    font-weight: normal;
    margin-top: 1.5rem;
}
.page-id-8942 h4.faq-title span,
.page-id-8646 h4.faq-title span {
    display: inline-block;
    padding-left: 25px;
}
.page-id-8942 #accordion,
.page-id-8646 #accordion {
    margin-left: 0;
    list-style-type: none;
}
.page-id-8942 #accordion li.card,
.page-id-8646 #accordion li.card {
    border-top: 1px solid #cbd1d6;
    position: static;
    cursor: pointer;
}
.page-id-8942 #accordion li.card:last-child,
.page-id-8646 #accordion li.card:last-child {
    border-bottom: 1px solid #cbd1d6;
}
.page-id-8942 #accordion img.img-faq-arrow,
.page-id-8646 #accordion img.img-faq-arrow {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.page-id-8942 .img-responsive,
.page-id-8646 .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.page-id-8942 .custom_row.nested_accordion,
.page-id-8646 .custom_row.nested_accordion {
    padding-top: 0;
    width: 100%;
    margin: auto;
    float: none;
    clear: both;
    position: relative;
}
.page-id-8942 .custom_container:before,
.page-id-8646 .custom_container:before,
.custom_row:before {
    display: table;
    clear: both;
    content: "";
}
.page-id-8942 .nested_accordion .card .card-header,
.page-id-8646 .nested_accordion .card .card-header {
    position: relative;
}
.page-id-8942 #accordion div.accordion-panel,
.page-id-8646 #accordion div.accordion-panel {
    margin-left: 43px;
    font-size: 17px;
    padding-bottom: 25px;
}
@media (max-width: 1600px) {
	.single-full_spectrum .l-main .r-sidebar .callout .text p, .single-full_spectrum .callout .text p {
		font-size:21px;
		line-height:1.2;
	}
}
@media (max-width: 1520px) {
    .home .masthead-inner-pad .text-boxes-flex .card.employee-quote {
        width: 80%;
        margin-left: 11.25%;
    }
    .home .masthead-inner-pad .text-boxes-flex .card.employee-quote .image {
        width: 20%;
    }
    .home .masthead-inner-pad .text-boxes-flex .card.employee-quote .text {
        padding: 20px 20px 100px;
    }
    .home .masthead-inner-pad .text-boxes-flex .card.employee-quote .text.w-image {
        width: 80%;
    }
    .home .masthead-inner-pad .text-boxes-flex .card.patient-story {
        width: 62.5%;
    }
}
@media (max-width: 1400px) {
    .home .masthead-inner-pad .text-boxes,
    .home .masthead-inner-pad .text-boxes.w-story {
        background-image: none;
    }
    .home .masthead-inner-pad .text-boxes .card.employee-quote {
        width: 40%;
        margin-left: 5.625%;
    }
    .home .masthead-inner-pad .text-boxes .card.employee-quote .image {
        width: 22%;
    }
    .home .masthead-inner-pad .text-boxes .card.employee-quote .text.w-image {
        padding: 20px 20px 80px;
    }
    .home .masthead-inner-pad .text-boxes .card.disease {
        background-color: rgba(157, 174, 182, 0.9);
    }
    .home .masthead-inner-pad .text-boxes .card.patient-story {
        width: 31.25%;
    }
    .home .masthead-inner-pad .text-boxes-flex,
    .home .masthead-inner-pad .text-boxes-flex.w-story {
    }
    .home .masthead-inner-pad .text-boxes-flex .card.employee-quote .text.w-image {
        padding: 20px 20px 80px;
    }
    .home .masthead-inner-pad .text-boxes-flex .card.disease {
    }
    .home .slick-prev {
        left: 25px;
    }
    .home .slick-next {
        right: 25px;
    }
    #masthead-sequence {
        margin-right: 5.625%;
    }
}
@media (max-width: 1380px) {
    .home .masthead-inner-pad .text-boxes-flex .card.employee-quote .image {
        width: 25%;
    }
    .home .masthead-inner-pad .text-boxes-flex .card.employee-quote .text.w-image {
        width: 75%;
    }
	.single-full_spectrum .l-main .r-sidebar .callout .btn, .single-full_spectrum .callout .btn {
		font-size:24px;
	}
}
@media (max-width: 1240px) {
    .home .masthead-inner-pad .text-boxes-flex .card.employee-quote .image {
        width: 30%;
    }
    .home .masthead-inner-pad .text-boxes-flex .card.employee-quote .text.w-image {
        width: 70%;
    }
}
@media (max-width: 1199px) {
	.l-main.sidebar_right .l-content {
		width: 75%;
		margin: 48px 0;
		padding: 0 40px;
	}
	.l-main.sidebar_left .l-sidebar {
		display: none;
	}
	.l-main .r-sidebar {
		width:25%;
	}
	.page-template-page-glossary .l-sidebar {
		display: none;
	}
	.page-template-page-our-commitment .l-sidebar {
		display: none;
	}
	.page-template-page-press-kit .l-sidebar {
		display: none;
	}
}
@media (max-width: 1100px) {
    header::after {
        display: none;
    }
    .ush_menu_1 .w-nav-control {
        display: block;
    }
    .w-nav.ush_menu_1 > .w-nav-list.level_1 {
        display: none;
    }
/*
    #tw01 {
        display: inline-block;
        margin-left: 1.4em;
    }
    #li01 {
        display: inline-block;
        margin-left: 1.4em;
    }
    #in01 {
        display: inline-block;
        margin-left: 1.4em;
    }
*/
    #tw01 {
        display: none;
    }
    #li01 {
        display: none;
    }
    #in01 {
        display: none;
    }
    .w-nav.type_mobile.m_align_left {
        margin-left: 0;
    }
    .header_hor .l-subheader-cell.at_right > * {
        margin-left: 0;
    }
    header .l-subheader.at_middle {
        padding-top: 0;
    }
    header .l-subheader.at_middle .l-subheader-h {
        height: inherit;
        -webkit-transition: none;
        transition: none;
    }
    header.sticky .l-subheader.at_middle .l-subheader-h {
        height: 80px;
        line-height: 80px;
    }
    .home #masthead-home {
        padding-top: 0;
    }
    .home #masthead-slider {
        height: 100vh;
    }
    .home .masthead-inner-pad {
        height: 100vh;
    }
    .home .masthead-inner-pad .text-boxes .card.employee-quote .image {
        display: none;
    }
    .home .masthead-inner-pad .text-boxes-flex .card.employee-quote .image {
        display: none;
    }
    .home .masthead-inner-pad .text-boxes-flex .card.employee-quote .text.w-image {
        width: 100%;
    }
    .home .masthead-inner-pad .text-boxes-flex .card.employee-quote .text .quote p {
        font-size: 14.5px;
    }
    #masthead-sequence .sequence {
        width: 300px;
        height: 39px;
    }
}
@media (max-width: 1024px) {
    .l-sidebar {
        padding: 40px 0;
    }
	.l-main.sidebar_left .l-content {
		margin:30px auto;
	}
	.l-main.sidebar_right .l-content {
		margin:30px 0;
	}
	.l-main .r-sidebar {
		top:30px;
		bottom:30px;
	}
	.page-template-page-full_spectrum .l-main.sidebar_left .l-content {
		margin-bottom:0;
	}
	.page-template-page-full_spectrum .l-main.sidebar_left .l-content #blog .content .article {
		margin:14px 5% 44px 0;
	}
	.single-full_spectrum .wp-caption.alignright {
		flex-direction:column;
	}
	.single-full_spectrum .wp-caption.alignright img {
		max-width:100%;
	}
	.single-full_spectrum .wp-caption.alignright p {
		margin-right:0;
		padding:20px;
	}
	.single-full_spectrum .wp-caption.alignleft {
		flex-direction:column;
	}
	.single-full_spectrum .wp-caption.alignleft img {
		max-width:100%;
	}
	.single-full_spectrum .wp-caption.alignleft p {
		margin-left:0;
		padding:20px;
	}
}
@media (max-width: 999px) {
	.single-full_spectrum img.alignright, .single-full_spectrum img.alignleft {
		float:none;
		display:block;
		max-width:100%;
		margin:0 auto 1.5rem;
	}
}
@media (min-width: 601px) and (max-width: 900px) {
    .header_hor .l-subheader.at_middle {
        height: 80px;
        line-height: 80px;
        box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.22), 0 2px 1px -1px rgba(0, 0, 0, 0.05) !important;
    }
    .l-header.sticky .l-subheader.at_middle {
        height: 50px !important;
        line-height: 50px !important;
        box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.22), 0 2px 1px -1px rgba(0, 0, 0, 0.05) !important;
    }
    header.sticky .l-subheader.at_middle .l-subheader-h {
        height: 50px;
        line-height: 50px;
    }
    .l-header.bg_transparent:not(.sticky) .l-subheader {
        box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.22), 0 2px 1px -1px rgba(0, 0, 0, 0.05) !important;
    }
    .ush_image_1,
    .l-header.sticky .ush_image_1 {
        height: 35px !important;
    }
    .l-header.bg_transparent:not(.sticky) {
        background: none;
    }
    .l-header.bg_solid:not(.sticky) {
        background: none;
    }
    .header_hor .l-header.pos_fixed + .l-titlebar {
        padding-top: 80px;
    }
    #masthead-sequence .sequence {
        width: 200px;
        height: 26px;
    }
    .page-id-8842 div.l-main {
        width: 100%;
        padding: 0 40px;
        margin: 0 auto;
    }
	.page-template-page-full_spectrum .l-main.sidebar_left .l-content #blog .content .article {
		width:45%;
		margin-right:10%;
	}
	.page-template-page-full_spectrum .l-main.sidebar_left .l-content #blog .content .article:nth-of-type(3n+3) {
		margin-right:10%;
	}
	.page-template-page-full_spectrum .l-main.sidebar_left .l-content #blog .content .article:nth-of-type(2n+2) {
		margin-right:0;
	}
}
@media (max-width: 799px) {
	.page-template-page-full_spectrum .social-media .content, .single-full_spectrum .social-media .content {
		flex-direction:column;
	}
	.page-template-page-full_spectrum .social-media .content .title, .single-full_spectrum .social-media .content .title { text-align:center; margin-bottom:30px; padding-right:0; }
}
@media (max-width: 767px) {
    .home .masthead-inner-pad .text-boxes .card.employee-quote {
        width: 80%;
        height: auto !important;
        margin-left: 10%;
    }
    .home .masthead-inner-pad .text-boxes.w-story .card.employee-quote {
        display: none;
    }
    .home .masthead-inner-pad .text-boxes .card.disease {
        display: none;
    }
    .home .masthead-inner-pad .text-boxes .card.patient-story,
    .home .masthead-inner-pad .text-boxes .card.patient-story.w-disease {
        width: 80%;
        height: auto !important;
        margin-top: 20px;
        margin-right: 10%;
    }
    .home .masthead-inner-pad .text-boxes-flex,
    .home .masthead-inner-pad .text-boxes-flex.w-story {
        background-image: none;
    }
    .home .masthead-inner-pad .text-boxes-flex {
        display: block;
        height: auto !important;
    }
    .home .masthead-inner-pad .text-boxes-flex .left,
    .home .masthead-inner-pad .text-boxes-flex .right {
        width: 100%;
    }
    .home .masthead-inner-pad .text-boxes-flex .card.employee-quote {
        width: 80%;
        margin-left: 10%;
    }
    .home .masthead-inner-pad .text-boxes-flex.w-story .card.employee-quote {
        display: none;
    }
    .home .masthead-inner-pad .text-boxes-flex .card.disease {
        display: none;
    }
    .home .masthead-inner-pad .text-boxes-flex .card.patient-story,
    .home .masthead-inner-pad .text-boxes-flex .card.patient-story.w-disease {
        width: 80%;
        margin-top: 20px;
        margin-right: 10%;
    }
    .home .masthead-inner-pad.left-8147 {
        background-position: left -150px center;
    }
    .home .slick-prev {
        left: 15px;
    }
    .home .slick-next {
        right: 15px;
    }
    .home #pipeline .l-section-h {
        background-color: rgba(56, 93, 174, 0.9) !important;
    }
    .home #pipeline .g-cols .vc_col-sm-6:first-of-type .vc_column-inner {
        padding: 0;
    }
    .home #pipeline .us_custom_3c8bb628 {
        background-color: transparent !important;
    }
    .home #partner-in .l-section-h {
        background-color: rgba(0, 162, 182, 0.9) !important;
    }
    .home #partner-in .g-cols .vc_col-sm-6:last-of-type .vc_column-inner {
        padding: 0;
    }
    .home #partner-in .us_custom_3c8bb628 {
        background-color: transparent !important;
    }
    footer .l-section.height_small .widget_nav_menu ul.menu {
        text-align: center;
    }
	.page-template-page-full_spectrum .l-main.sidebar_left .l-content #blog .content .article .title {
		font-size:28px;
	}
	.page-template-page-full_spectrum .l-main.sidebar_left .l-content #blog .content .article .excerpt p { font-size:15px; }
	.page-template-page-full_spectrum .l-main.sidebar_left .l-content #blog .content .article .btn { font-size:20px; }
	.single-full_spectrum .l-main.sidebar_right .l-content { width:100% !important; }
	.single-full_spectrum .l-main .r-sidebar { display:none; }
	.single-full_spectrum .social.mobile { display:block; }
	.single-full_spectrum .l-main .l-content .date {
		font-size:15px;
	}
	.single-full_spectrum h1 {
		font-size:26px;
	}
	.single-full_spectrum .l-main .l-content .author .info p {
		font-size:16px;
	}
	.single-full_spectrum .wp-caption.alignright p {
		font-size:16px;
	}
	.single-full_spectrum .wp-caption.alignleft p {
		font-size:16px;
	}
	.single-full_spectrum .callout.mobile { display:block; }
	.single-full_spectrum .callout .text p {
		font-size:18px;
	}
	.single-full_spectrum .callout .btn {
		font-size:21px;
	}
}
@media (max-width: 649px) {
	.page-template-page-full_spectrum .l-canvas .l-titlebar.size_huge .l-titlebar-h .l-titlebar-content h1 {
		font-size:40px;
	}
	.page-template-page-full_spectrum .l-main.sidebar_left .l-content #blog .content {
		max-width:360px;
		margin:0 auto;
	}
	.page-template-page-full_spectrum .l-main.sidebar_left .l-content #blog .content .article {
		width:100%;
		margin-right:0;
	}
	.page-template-page-full_spectrum .l-main.sidebar_left .l-content #blog .content .article:nth-of-type(3n+3) {
		margin-right:0;
	}
}
@media (max-width: 600px) {
    .header_hor .l-subheader.at_middle {
        height: 50px;
        line-height: 50px;
        box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.22), 0 2px 1px -1px rgba(0, 0, 0, 0.05) !important;
    }
    .l-header.sticky .l-subheader.at_middle {
        height: 50px !important;
        line-height: 50px !important;
        box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.22), 0 2px 1px -1px rgba(0, 0, 0, 0.05) !important;
    }
    header.sticky .l-subheader.at_middle .l-subheader-h {
        height: 50px;
        line-height: 50px;
    }
    .l-header.bg_transparent:not(.sticky) .l-subheader {
        box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.22), 0 2px 1px -1px rgba(0, 0, 0, 0.05) !important;
    }
    .l-header.shadow_thin .l-subheader.at_middle {
        -webkit-transition: none;
        transition: none;
    }
    .l-header.bg_transparent:not(.sticky) {
        background: none;
    }
    .l-header.bg_solid:not(.sticky) {
        background: none;
    }
    .header_hor .l-header.pos_fixed + .l-titlebar {
        padding-top: 50px;
    }
    .single-board_of_directors main.l-content .l-section-h,
    .single-management_team main.l-content .l-section-h,
    .single-patient_stories main.l-content .l-section-h {
        padding: 35px 25px 0 !important;
    }
    .l-main.sidebar_left {
        /* padding: 0 25px; */
    }
    .page-id-7771 main.l-content .l-section {
        padding: 0 25px;
    }
    .home .masthead-inner-pad.left {
        background-position: left center;
    }
    .home .masthead-inner-pad.left-8147 {
        background-position: left -175px center;
    }
    .home .masthead-inner-pad.right-8149 {
        background-position: right -100px center;
    }
    .home .masthead-inner-pad.right-8209 {
        background-position: right -100px center;
    }
    .home .masthead-inner-pad .text-boxes {
        bottom: 20px;
        padding: 0 15px;
    }
    .home .masthead-inner-pad .text-boxes .card.employee-quote {
        width: 100%;
        margin-left: 0;
    }
    .home .masthead-inner-pad .text-boxes .card.patient-story,
    .home .masthead-inner-pad .text-boxes .card.patient-story.w-disease {
        width: 100%;
        margin-top: 0;
        margin-right: 0;
    }
    .home .masthead-inner-pad .text-boxes-flex {
        bottom: 20px;
        padding: 0 15px;
    }
    .home .masthead-inner-pad .text-boxes-flex .card.employee-quote {
        width: 100%;
        margin-left: 0;
    }
    .home .masthead-inner-pad .text-boxes-flex .card.patient-story,
    .home .masthead-inner-pad .text-boxes-flex .card.patient-story.w-disease {
        width: 100%;
        margin-top: 0;
        margin-right: 0;
    }
    .home .masthead-inner-pad .arrow {
        display: none;
    }
    #masthead-life-stories {
        display: none;
    }
    .single-patient_stories .l-canvas .l-titlebar.size_huge .l-titlebar-img.loaded {
        background-position: left center !important;
    }
    .page-id-8842 div.l-main {
        width: 100%;
        padding: 0 25px;
        margin: 0 auto;
    }
	.single-full_spectrum .stickySection {
		padding:0 25px;
	}
	.page-template-page-full_spectrum .social-media .content .title, .single-full_spectrum .social-media .content .title {
		font-size:28px;
	}
}
@media (max-width: 480px) {
    .home .masthead-inner-pad.left-8147 {
        background-position: left -275px center;
    }
    .home .masthead-inner-pad.right-8149 {
        background-position: right -125px center;
    }
    .home .masthead-inner-pad.right-8209 {
        background-position: right -150px center;
    }
	.page-template-page-full_spectrum .l-canvas .l-titlebar.size_huge .l-titlebar-h .l-titlebar-content h1 {
		font-size:32px;
	}
	.single-full_spectrum .social.mobile ul {
		flex-direction:column;
	}
	.page-template-page-full_spectrum .social-media .content .title, .single-full_spectrum .social-media .content .title {
		font-size:24px;
	}
}
@media (max-width: 400px) {
    .home .masthead-inner-pad.left-8147 {
        background-position: left -350px center;
    }
    .home .masthead-inner-pad.right-8149 {
        background-position: right -150px center;
    }
    .home .masthead-inner-pad.right-8209 {
        background-position: right -200px center;
    }
	.page-template-page-full_spectrum .l-canvas .l-titlebar.size_huge .l-titlebar-h .l-titlebar-content h1 {
		font-size:24px;
	}
}
@media (min-width: 1101px) {
    .hidden_for_default {
        display: none !important;
    }
    .l-subheader.at_bottom {
        display: none;
    }
    .l-header {
        position: relative;
        z-index: 111;
        width: 100%;
    }
    .l-subheader {
        margin: 0 auto;
    }
    .l-subheader.width_full {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .l-subheader-h {
        display: flex;
        align-items: center;
        position: relative;
        margin: 0 auto;
        height: inherit;
    }
    .w-header-show {
        display: none;
    }
    .l-header.pos_fixed {
        position: fixed;
        left: 0;
    }
    .l-header.pos_fixed:not(.notransition) .l-subheader {
        transition-property: transform, background, box-shadow, line-height, height;
        transition-duration: 0.3s;
        transition-timing-function: cubic-bezier(0.78, 0.13, 0.15, 0.86);
    }
    .header_hor .l-header.sticky_auto_hide {
        transition: transform 0.3s cubic-bezier(0.78, 0.13, 0.15, 0.86) 0.1s;
    }
    .header_hor .l-header.sticky_auto_hide.down {
        transform: translateY(-100%);
        overflow: hidden;
    }
    .l-header.bg_transparent:not(.sticky) .l-subheader {
        box-shadow: none !important;
        background: none;
    }
    .l-header.bg_transparent ~ .l-main .l-section.width_full.height_auto:first-child > .l-section-h {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .l-header.pos_static.bg_transparent {
        position: absolute;
        left: 0;
    }
    .l-subheader.width_full .l-subheader-h {
        max-width: none !important;
    }
    .headerinpos_above .l-header.pos_fixed {
        overflow: hidden;
        transition: transform 0.3s;
        transform: translate3d(0, -100%, 0);
    }
    .headerinpos_above .l-header.pos_fixed.sticky {
        overflow: visible;
        transform: none;
    }
    .headerinpos_above .l-header.pos_fixed ~ .l-section > .l-section-h,
    .headerinpos_above .l-header.pos_fixed ~ .l-main .l-section:first-of-type > .l-section-h {
        padding-top: 0 !important;
    }
    .l-header.shadow_thin .l-subheader.at_middle,
    .l-header.shadow_thin .l-subheader.at_bottom,
    .l-header.shadow_none.sticky .l-subheader.at_middle,
    .l-header.shadow_none.sticky .l-subheader.at_bottom {
        /* box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08); */
    }
    .l-header.shadow_wide .l-subheader.at_middle,
    .l-header.shadow_wide .l-subheader.at_bottom {
        box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.1), 0 2px 1px -1px rgba(0, 0, 0, 0.05);
    }
    .header_hor .l-subheader-cell > .w-cart {
        margin-left: 0;
        margin-right: 0;
    }
    .l-header:before {
        content: "50";
    }
    .l-subheader.at_top {
        line-height: 40px;
        height: 40px;
    }
    .l-header.sticky .l-subheader.at_top {
        line-height: 0px;
        height: 0px;
        overflow: hidden;
    }
    .l-subheader.at_middle {
        line-height: 100px;
        height: 100px;
    }
    .l-header.sticky .l-subheader.at_middle {
        line-height: 50px;
        height: 50px;
    }
    .l-subheader.at_bottom {
        line-height: 40px;
        height: 40px;
    }
    .l-header.sticky .l-subheader.at_bottom {
        line-height: 40px;
        height: 40px;
    }
    .l-subheader.with_centering .l-subheader-cell.at_left,
    .l-subheader.with_centering .l-subheader-cell.at_right {
        flex-basis: 100px;
    }
    .l-header.pos_fixed ~ .l-main > .l-section:first-of-type > .l-section-h,
    .headerinpos_below .l-header.pos_fixed ~ .l-main > .l-section:nth-of-type(2) > .l-section-h,
    .l-header.pos_static.bg_transparent ~ .l-main > .l-section:first-of-type > .l-section-h {
        padding-top: 140px;
    }
    .headerinpos_bottom .l-header.pos_fixed ~ .l-main > .l-section:first-of-type > .l-section-h {
        padding-bottom: 140px;
    }
    .l-header.bg_transparent ~ .l-main .l-section.valign_center:first-of-type > .l-section-h {
        top: -70px;
    }
    .headerinpos_bottom .l-header.pos_fixed.bg_transparent ~ .l-main .l-section.valign_center:first-of-type > .l-section-h {
        top: 70px;
    }
    .menu-item-object-us_page_block {
        max-height: calc(100vh - 140px);
    }
    .l-header.pos_fixed:not(.down) ~ .l-main .l-section.type_sticky {
        top: 50px;
    }
    .admin-bar .l-header.pos_fixed:not(.down) ~ .l-main .l-section.type_sticky {
        top: 82px;
    }
    .l-header.pos_fixed.sticky:not(.down) ~ .l-main .l-section.type_sticky:first-of-type > .l-section-h {
        padding-top: 50px;
    }
    .l-header.pos_fixed ~ .l-main .vc_column-inner.type_sticky > .wpb_wrapper {
        top: calc(50px + 4rem);
    }
    .l-header.pos_fixed ~ .l-main .woocommerce .cart-collaterals,
    .l-header.pos_fixed ~ .l-main .woocommerce-checkout #order_review {
        top: 50px;
    }
    .l-header.pos_static.bg_solid ~ .l-main .l-section.height_full:first-of-type {
        min-height: calc(100vh - 140px);
    }
    .admin-bar .l-header.pos_static.bg_solid ~ .l-main .l-section.height_full:first-of-type {
        min-height: calc(100vh - 172px);
    }
    .l-header.pos_fixed:not(.sticky_auto_hide) ~ .l-main .l-section.height_full:not(:first-of-type) {
        min-height: calc(100vh - 50px);
    }
    .admin-bar .l-header.pos_fixed:not(.sticky_auto_hide) ~ .l-main .l-section.height_full:not(:first-of-type) {
        min-height: calc(100vh - 82px);
    }
    .headerinpos_below .l-header.pos_fixed:not(.sticky) {
        position: absolute;
        top: 100%;
    }
    .headerinpos_bottom .l-header.pos_fixed:not(.sticky) {
        position: absolute;
        bottom: 0;
    }
    .headerinpos_below .l-header.pos_fixed ~ .l-main > .l-section:first-of-type > .l-section-h,
    .headerinpos_bottom .l-header.pos_fixed ~ .l-main > .l-section:first-of-type > .l-section-h {
        padding-top: 0 !important;
    }
    .headerinpos_below .l-header.pos_fixed ~ .l-main .l-section.height_full:nth-of-type(2) {
        min-height: 100vh;
    }
    .admin-bar.headerinpos_below .l-header.pos_fixed ~ .l-main .l-section.height_full:nth-of-type(2) {
        min-height: calc(100vh - 32px);
    }
    .headerinpos_bottom .l-header.pos_fixed:not(.sticky) .w-cart-dropdown,
    .headerinpos_bottom .l-header.pos_fixed:not(.sticky) .w-nav.type_desktop .w-nav-list.level_2 {
        bottom: 100%;
        transform-origin: 0 100%;
    }
    .headerinpos_bottom .l-header.pos_fixed:not(.sticky) .w-nav.type_mobile.m_layout_dropdown .w-nav-list.level_1 {
        top: auto;
        bottom: 100%;
        box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.1);
    }
    .headerinpos_bottom .l-header.pos_fixed:not(.sticky) .w-nav.type_desktop .w-nav-list.level_3,
    .headerinpos_bottom .l-header.pos_fixed:not(.sticky) .w-nav.type_desktop .w-nav-list.level_4 {
        top: auto;
        bottom: 0;
        transform-origin: 0 100%;
    }
    .headerinpos_bottom .l-header.pos_fixed:not(.sticky) .w-dropdown-list {
        top: auto;
        bottom: -0.4em;
        padding-top: 0.4em;
        padding-bottom: 2.4em;
    }
}
@media (min-width: 601px) and (max-width: 1100px) {
    .hidden_for_tablets {
        display: none !important;
    }
    .l-subheader.at_bottom {
        display: none;
    }
    .l-header {
        position: relative;
        z-index: 111;
        width: 100%;
    }
    .l-subheader {
        margin: 0 auto;
    }
    .l-subheader.width_full {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .l-subheader-h {
        display: flex;
        align-items: center;
        position: relative;
        margin: 0 auto;
        height: inherit;
    }
    .w-header-show {
        display: none;
    }
    .l-header.pos_fixed {
        position: fixed;
        left: 0;
    }
    .l-header.pos_fixed:not(.notransition) .l-subheader {
        transition-property: transform, background, box-shadow, line-height, height;
        transition-duration: 0.3s;
        transition-timing-function: cubic-bezier(0.78, 0.13, 0.15, 0.86);
    }
    .header_hor .l-header.sticky_auto_hide {
        transition: transform 0.3s cubic-bezier(0.78, 0.13, 0.15, 0.86) 0.1s;
    }
    .header_hor .l-header.sticky_auto_hide.down {
        transform: translateY(-100%);
        overflow: hidden;
    }
    .l-header.bg_transparent:not(.sticky) .l-subheader {
        box-shadow: none !important;
        background: none;
    }
    .l-header.bg_transparent ~ .l-main .l-section.width_full.height_auto:first-child > .l-section-h {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .l-header.pos_static.bg_transparent {
        position: absolute;
        left: 0;
    }
    .l-subheader.width_full .l-subheader-h {
        max-width: none !important;
    }
    .headerinpos_above .l-header.pos_fixed {
        overflow: hidden;
        transition: transform 0.3s;
        transform: translate3d(0, -100%, 0);
    }
    .headerinpos_above .l-header.pos_fixed.sticky {
        overflow: visible;
        transform: none;
    }
    .headerinpos_above .l-header.pos_fixed ~ .l-section > .l-section-h,
    .headerinpos_above .l-header.pos_fixed ~ .l-main .l-section:first-of-type > .l-section-h {
        padding-top: 0 !important;
    }
    .l-header.shadow_thin .l-subheader.at_middle,
    .l-header.shadow_thin .l-subheader.at_bottom,
    .l-header.shadow_none.sticky .l-subheader.at_middle,
    .l-header.shadow_none.sticky .l-subheader.at_bottom {
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
    }
    .l-header.shadow_wide .l-subheader.at_middle,
    .l-header.shadow_wide .l-subheader.at_bottom {
        box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.1), 0 2px 1px -1px rgba(0, 0, 0, 0.05);
    }
    .header_hor .l-subheader-cell > .w-cart {
        margin-left: 0;
        margin-right: 0;
    }
    .l-header:before {
        content: "50";
    }
    .l-subheader.at_top {
        line-height: 36px;
        height: 36px;
    }
    .l-header.sticky .l-subheader.at_top {
        line-height: 0px;
        height: 0px;
        overflow: hidden;
    }
    .l-subheader.at_middle {
        line-height: 80px;
        height: 80px;
    }
    .l-header.sticky .l-subheader.at_middle {
        line-height: 50px;
        height: 50px;
    }
    .l-subheader.at_bottom {
        line-height: 50px;
        height: 50px;
    }
    .l-header.sticky .l-subheader.at_bottom {
        line-height: 50px;
        height: 50px;
    }
    .l-subheader.with_centering_tablets .l-subheader-cell.at_left,
    .l-subheader.with_centering_tablets .l-subheader-cell.at_right {
        flex-basis: 100px;
    }
    .l-header.pos_fixed ~ .l-main > .l-section:first-of-type > .l-section-h,
    .headerinpos_below .l-header.pos_fixed ~ .l-main > .l-section:nth-of-type(2) > .l-section-h,
    .l-header.pos_static.bg_transparent ~ .l-main > .l-section:first-of-type > .l-section-h {
        padding-top: 116px;
    }
    .l-header.bg_transparent ~ .l-main .l-section.valign_center:first-of-type > .l-section-h {
        top: -58px;
    }
    .l-header.pos_fixed ~ .l-main .l-section.type_sticky {
        top: 50px;
    }
    .admin-bar .l-header.pos_fixed ~ .l-main .l-section.type_sticky {
        top: 82px;
    }
    .l-header.pos_fixed.sticky:not(.down) ~ .l-main .l-section.type_sticky:first-of-type > .l-section-h {
        padding-top: 50px;
    }
    .l-header.pos_static.bg_solid ~ .l-main .l-section.height_full:first-of-type {
        min-height: calc(100vh - 116px);
    }
    .l-header.pos_fixed:not(.sticky_auto_hide) ~ .l-main .l-section.height_full:not(:first-of-type) {
        min-height: calc(100vh - 50px);
    }
}
@media (max-width: 600px) {
    .hidden_for_mobiles {
        display: none !important;
    }
    .l-subheader.at_top {
        display: none;
    }
    .l-subheader.at_bottom {
        display: none;
    }
    .l-header {
        position: relative;
        z-index: 111;
        width: 100%;
    }
    .l-subheader {
        margin: 0 auto;
    }
    .l-subheader.width_full {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .l-subheader-h {
        display: flex;
        align-items: center;
        position: relative;
        margin: 0 auto;
        height: inherit;
    }
    .w-header-show {
        display: none;
    }
    .l-header.pos_fixed {
        position: fixed;
        left: 0;
    }
    .l-header.pos_fixed:not(.notransition) .l-subheader {
        transition-property: transform, background, box-shadow, line-height, height;
        transition-duration: 0.3s;
        transition-timing-function: cubic-bezier(0.78, 0.13, 0.15, 0.86);
    }
    .header_hor .l-header.sticky_auto_hide {
        transition: transform 0.3s cubic-bezier(0.78, 0.13, 0.15, 0.86) 0.1s;
    }
    .header_hor .l-header.sticky_auto_hide.down {
        transform: translateY(-100%);
        overflow: hidden;
    }
    .l-header.bg_transparent:not(.sticky) .l-subheader {
        box-shadow: none !important;
        background: none;
    }
    .l-header.bg_transparent ~ .l-main .l-section.width_full.height_auto:first-child > .l-section-h {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .l-header.pos_static.bg_transparent {
        position: absolute;
        left: 0;
    }
    .l-subheader.width_full .l-subheader-h {
        max-width: none !important;
    }
    .headerinpos_above .l-header.pos_fixed {
        overflow: hidden;
        transition: transform 0.3s;
        transform: translate3d(0, -100%, 0);
    }
    .headerinpos_above .l-header.pos_fixed.sticky {
        overflow: visible;
        transform: none;
    }
    .headerinpos_above .l-header.pos_fixed ~ .l-section > .l-section-h,
    .headerinpos_above .l-header.pos_fixed ~ .l-main .l-section:first-of-type > .l-section-h {
        padding-top: 0 !important;
    }
    .l-header.shadow_thin .l-subheader.at_middle,
    .l-header.shadow_thin .l-subheader.at_bottom,
    .l-header.shadow_none.sticky .l-subheader.at_middle,
    .l-header.shadow_none.sticky .l-subheader.at_bottom {
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
    }
    .l-header.shadow_wide .l-subheader.at_middle,
    .l-header.shadow_wide .l-subheader.at_bottom {
        box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.1), 0 2px 1px -1px rgba(0, 0, 0, 0.05);
    }
    .header_hor .l-subheader-cell > .w-cart {
        margin-left: 0;
        margin-right: 0;
    }
    .l-header:before {
        content: "50";
    }
    .l-subheader.at_top {
        line-height: 36px;
        height: 36px;
    }
    .l-header.sticky .l-subheader.at_top {
        line-height: 0px;
        height: 0px;
        overflow: hidden;
    }
    .l-subheader.at_middle {
        line-height: 50px;
        height: 50px;
    }
    .l-header.sticky .l-subheader.at_middle, body .l-header.sticky .l-subheader.at_middle {
        line-height: 50px !important;
        height: 50px !important;
    }
    .l-subheader.at_bottom {
        line-height: 50px;
        height: 50px;
    }
    .l-header.sticky .l-subheader.at_bottom {
        line-height: 50px;
        height: 50px;
    }
    .l-subheader.with_centering_mobiles .l-subheader-cell.at_left,
    .l-subheader.with_centering_mobiles .l-subheader-cell.at_right {
        flex-basis: 100px;
    }
    .l-header.pos_fixed ~ .l-main > .l-section:first-of-type > .l-section-h,
    .headerinpos_below .l-header.pos_fixed ~ .l-main > .l-section:nth-of-type(2) > .l-section-h,
    .l-header.pos_static.bg_transparent ~ .l-main > .l-section:first-of-type > .l-section-h {
        padding-top: 50px;
    }
    .l-header.bg_transparent ~ .l-main .l-section.valign_center:first-of-type > .l-section-h {
        top: -25px;
    }
    .l-header.pos_fixed ~ .l-main .l-section.type_sticky {
        top: 50px;
    }
    .l-header.pos_fixed.sticky:not(.down) ~ .l-main .l-section.type_sticky:first-of-type > .l-section-h {
        padding-top: 50px;
    }
    .l-header.pos_static.bg_solid ~ .l-main .l-section.height_full:first-of-type {
        min-height: calc(100vh - 50px);
    }
    .l-header.pos_fixed:not(.sticky_auto_hide) ~ .l-main .l-section.height_full:not(:first-of-type) {
        min-height: calc(100vh - 50px);
    }
}
@media (min-width: 1101px) {
    .ush_image_1 {
        height: 70px !important;
    }
    .l-header.sticky .ush_image_1 {
        height: 40px !important;
    }
}
@media (min-width: 601px) and (max-width: 1100px) {
    .ush_image_1 {
        height: 70px !important;
    }
    .l-header.sticky .ush_image_1 {
        height: 40px !important;
    }
}
@media (min-width: 601px) and (max-width: 900px) {
    .l-header.sticky .l-subheader.at_middle, body .l-header.sticky .l-subheader.at_middle {
        height: 50px !important;
        line-height: 50px !important;
        box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.22), 0 2px 1px -1px rgba(0, 0, 0, 0.05) !important;
    }
    .ush_image_1,
    .l-header.sticky .ush_image_1 {
        height: 35px !important;
    }
}
@media (max-width: 600px) {
    .ush_image_1 {
        height: 35px !important;
    }
    .l-header.sticky .ush_image_1 {
        height: 35px !important;
    }
}
.header_hor .ush_menu_1.type_desktop .w-nav-list.level_1 > .menu-item > a {
    padding-left: 14px;
    padding-right: 14px;
}
.header_hor .ush_menu_1.type_desktop .w-nav-list.level_1 > .menu-item.menu-item-9881 > a {
    padding-left: 20px;
    padding-right: 11px;
}
.header_hor .ush_menu_1.type_desktop .w-nav-list.level_1 > .menu-item.menu-item-8145 > a {
    padding-left: 10px;
    padding-right: 20px;
}
.header_hor .ush_menu_1.type_desktop .w-nav-list.level_1 > .menu-item.menu-item-7961 > a, .header_hor .ush_menu_1.type_desktop .w-nav-list.level_1 > .menu-item.menu-item-7960 > a, .header_hor .ush_menu_1.type_desktop .w-nav-list.level_1 > .menu-item.menu-item-7959 > a {
    padding-left: 20px;
    padding-right: 20px;
}
.header_ver .ush_menu_1.type_desktop .w-nav-list.level_1 > .menu-item > a {
    padding-top: 14px;
    padding-bottom: 14px;
}
.ush_menu_1.type_desktop .menu-item:not(.level_1) {
    font-size: 15px;
}
.ush_menu_1.type_mobile .w-nav-anchor.level_1 {
    font-size: 16px;
}
.ush_menu_1.type_mobile .w-nav-anchor:not(.level_1) {
    font-size: 15px;
}
@media (min-width: 1101px) {
    .ush_menu_1 .w-nav-icon {
        font-size: ;
    }
}
@media (min-width: 601px) and (max-width: 1100px) {
    .ush_menu_1 .w-nav-icon {
        font-size: ;
    }
}
@media (max-width: 600px) {
    .ush_menu_1 .w-nav-icon {
        font-size: ;
    }
}
.ush_menu_1 .w-nav-icon i {
    border-width: 3px;
}
@media screen and (max-width: 1100px) {
    .w-nav.ush_menu_1 > .w-nav-list.level_1 {
        display: none;
    }
    .ush_menu_1 .w-nav-control {
        display: block;
    }
}
@media (min-width: 1101px) {
    .ush_search_1.layout_simple {
        max-width: 240px;
    }
    .ush_search_1.layout_modern.active {
        width: 240px;
    }
    .ush_search_1 {
        font-size: ;
    }
}
@media (min-width: 601px) and (max-width: 1100px) {
    .ush_search_1.layout_simple {
        max-width: 200px;
    }
    .ush_search_1.layout_modern.active {
        width: 200px;
    }
    .ush_search_1 {
        font-size: ;
    }
}
@media (max-width: 600px) {
    .ush_search_1 {
        font-size: ;
    }
}
.ush_menu_1 {
    font-family: "Poppins", sans-serif !important;
    font-size: 16px !important;
}
.ush_search_1 {
    width: 240 !important;
}

/*============================ New Added Style ============================*/
.page-template-page-overview ul#menu-info-about-menu li:nth-child(1) a,
.page-template-page-leadership ul#menu-info-about-menu li:nth-child(2) a,
.page-template-page-partners ul#menu-info-about-menu li:nth-child(3) a,
.page-template-page-typeOfEdit ul#menu-info-about-menu li:nth-child(3) a,
.page-template-page-CRISPR ul#menu-info-about-menu li:nth-child(1) a,
.page-template-page-inVivoTherapies ul#menu-info-about-menu li:nth-child(3) a,
.page-template-page-exVivoTherapies ul#menu-info-about-menu li:nth-child(4) a,
.page-template-page-intellaFullSpectrum ul#menu-info-about-menu li:nth-child(1) a,
.page-template-page-expandAccess ul#menu-info-about-menu li:nth-child(4) a,
.page-template-page-communityPerspectives ul#menu-info-about-menu li:nth-child(3) a,
.page-template-page-clinicalTrials ul#menu-info-about-menu li:nth-child(2) a,
.page-template-page-our-commitment  ul#menu-info-about-menu li:nth-child(1) a,
.page-template-page-scientific-publications ul#menu-info-about-menu li:nth-child(3) a,
.page-template-page-press-kit ul#menu-info-about-menu li:nth-child(6) a {
    color: #d3461e;
    font-weight: 400;
}
.page-template-page-overview ul#menu-info-about-menu li:nth-child(1) a:hover,
.page-template-page-leadership ul#menu-info-about-menu li:nth-child(2) a:hover,
.page-template-page-partners ul#menu-info-about-menu li:nth-child(3) a:hover,
.page-template-page-typeOfEdit ul#menu-info-about-menu li:nth-child(3) a:hover,
.page-template-page-CRISPR ul#menu-info-about-menu li:nth-child(1) a:hover,
.page-template-page-inVivoTherapies ul#menu-info-about-menu li:nth-child(3) a:hover,
.page-template-page-exVivoTherapies ul#menu-info-about-menu li:nth-child(4) a:hover,
.page-template-page-intellaFullSpectrum ul#menu-info-about-menu li:nth-child(1) a:hover,
.page-template-page-expandAccess ul#menu-info-about-menu li:nth-child(4) a:hover,
.page-template-page-communityPerspectives ul#menu-info-about-menu li:nth-child(3) a:hover,
.page-template-page-clinicalTrials ul#menu-info-about-menu li:nth-child(2) a:hover,
.page-template-page-our-commitment  ul#menu-info-about-menu li:nth-child(1) a:hover,
.page-template-page-scientific-publications ul#menu-info-about-menu li:nth-child(3) a:hover,
.page-template-page-press-kit ul#menu-info-about-menu li:nth-child(6) a:hover {
    background: transparent;
}

.page-template-page-pipeline main.l-content,
.page-template-page-scientific-publications main.l-content,
.page-template-page-press-kit main.l-content {
    margin-top: 0px;
} 

.stickySection {
    background: #d3461e;
    z-index: 11;
    position: -webkit-sticky;
    position: sticky;
    /*top: 112px;*/
    top: 80px;
}
.logged-in .stickySection {
    top: 112px;
    /*top: 80px;*/
}
.single-full_spectrum .stickySection {
	padding:0 40px;
}

@media (min-width: 601px) and (max-width: 900px) {
	.stickySection {
    	top: 50px;
	}
	.logged-in .stickySection {
    	top: 82px;
	}
}

@media (max-width: 600px) {
	.single-full_spectrum .stickySection {
		padding:0 25px;
}	
}

.stickyTop .stickySection {
	box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.22), 0 2px 1px -1px rgba(0, 0, 0, 0.05);
}

.stickySection .stickyRow {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 10px 20px;
}

.single-full_spectrum .stickySection .stickyRow {
	max-width: 1140px;
	padding: 10px 0;
}

.page-template-page-our-commitment .stickyRow, .page-template-page-clinicalTrials .stickyRow, .page-template-page-communityPerspectives .stickyRow, .page-template-page-expandAccess .stickyRow {
	max-width:650px;
	margin:0 auto;
}

.page-template-page-scientific-publications .stickySection .stickyRow, .page-template-page-press-kit .stickySection .stickyRow {
	max-width: 1000px;
}

.stickySection .stickyRow ul#menu-info-about-menu {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    margin: 0;
}

.single-full_spectrum .stickySection .stickyRow ul#menu-info-about-menu {
	justify-content: flex-start;
}

.stickySection .stickyRow ul#menu-info-about-menu li a {
    display: inline-block;
    color: #fff;
}

.stickySection .stickyRow ul#menu-info-about-menu li {
    display: inline-block;
    font-size: 16px;
    line-height: 1.25;
    list-style: none;
    text-align: center;
    white-space: nowrap;
    margin: 0px;
    padding: 5px 17px;
}
.single-full_spectrum .stickySection .stickyRow ul#menu-info-about-menu li {
    padding: 5px 0;
}
.stickySection .stickyRow ul#menu-info-about-menu li.current-menu-item a {
    color:#ffb25b;
}
footer .l-section.height_small .widget_nav_menu ul.menu li:nth-child(3) {
    padding-right: 0px!important;
    margin-right: 0px;
}
.page-template-page-scientific-publications main.l-content {
    margin-bottom: 0px;
}
footer#page-footer .vc_col-sm-3,
footer#page-footer .vc_col-sm-6 {
    float: left;
}
.single-board_of_directors main.l-content .l-section-h, .single-management_team main.l-content .l-section-h, .single-patient_stories main .l-main-h.i-cf {
    max-width: 990px;
    padding: 48px 40px!important;
}

.page-template-page-overview td {
	border-bottom:0;
}

.page-template-page-CRISPR td {
	border-bottom:0;
}

.page-template-page-our-commitment .l-sidebar {
	position: absolute;
	z-index: 0;
	bottom: 0;
	opacity: .5;
	padding: 0;
}

.page-template-page-clinicalTrials .w-btn-wrapper {
	margin-bottom:1.5rem;
}

.page-template-page-press-kit .l-sidebar {
	position: absolute;
	z-index: 0;
	bottom: 0;
	opacity: .5;
	padding: 0;
}

.page-template-page-glossary .l-sidebar {
	position: absolute;
	z-index: 0;
	bottom: 0;
	opacity: .5;
	padding: 0;
}

.page-id-7771 form.wpcf7-form {
	margin-bottom:3rem;
}

.page-id-7771 form.wpcf7-form input:not([type="submit"]), .page-id-7771 form.wpcf7-form select, .page-id-7771 form.wpcf7-form textarea {
	border-bottom-color:#e0e0e0;
}

.page-id-7771 iframe {
	margin-bottom:3rem;
}