@font-face {
font-family: OpenSans-Bold;
src: url(../fonts/OpenSans-Bold.ttf);
}
@font-face {
font-family: OpenSans-BoldItalic;
src: url(../fonts/OpenSans-BoldItalic.ttf);
}
@font-face {
font-family: OpenSans-ExtraBold;
src: url(../fonts/OpenSans-ExtraBold.ttf);
}
@font-face {
font-family: OpenSans-ExtraBoldItalic;
src: url(../fonts/OpenSans-ExtraBoldItalic.ttf);
}
@font-face {
font-family: OpenSans-Italic;
src: url(../fonts/OpenSans-Italic.ttf);
}
@font-face {
font-family: OpenSans-Light;
src: url(../fonts/OpenSans-Light.ttf);
}
@font-face {
font-family: OpenSans-LightItalic;
src: url(../fonts/OpenSans-LightItalic.ttf);
}
@font-face {
font-family: OpenSans-Regular;
src: url(../fonts/OpenSans-Regular.ttf);
}
@font-face {
font-family: OpenSans-SemiBold;
src: url(../fonts/OpenSans-SemiBold.ttf);
}
@font-face {
font-family: OpenSans-SemiBoldItalic;
src: url(../fonts/OpenSans-SemiBoldItalic.ttf);
}

/* BS Override */


@media (min-width: 1200px) {
    
    header .container,
    .mobile-lab-landing .container,
    footer .container {
        width: 1200px;
    }
}

#Body {
    background: rgb(255, 255, 255);
}

/*Header section*/

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20;
}

.head-top {
    background: #00529b;
    padding: 5px 0 9px;
}

.head-top span {
    color: white;
    font: 16px/22px OpenSans-SemiBoldItalic;
}

.head-bot {
    background: white;
    box-shadow: 0 0 5px 0 rgba(60, 63, 74, 0.4);
    padding-top: 15px;
}

.logo-wrap a {
    opacity: 1;
    transition: opacity 0.3s;
}

.logo-wrap a:hover {
    opacity: 0.78;
}

.mobile-lab-landing {
    padding-top: 129px;
}

/*Menu Section*/

.menu-wrap {
    text-align: right;
}

.menu-wrap .horiz-menu {
    display: inline-block;
}

@media (max-width: 1199px) {
    .menu-wrap .horiz-menu {
        line-height: 53px;
    }
}

@media (min-width: 1200px) {
    .menu-wrap .horiz-menu {
        padding-top: 19px;
    }
}

.menu-wrap .top-level {
    display: inline-block;
    font-size: 0;
    margin: 0;
    position: relative;
}

.menu-wrap .top-level li {
    list-style-type: none;
    position: relative;
}

.menu-wrap .top-level > li {
    display: inline-block;
}

.menu-wrap .top-level > li:last-child a {
    padding: 10px 0 26px 17px;
}

.menu-wrap .top-level > li:hover > a {
    color: #00529b;
}

.menu-wrap .top-level > li:hover .drop-down {
    opacity: 1;
    visibility: visible;
}

.menu-wrap .top-level > li > a,
.menu-wrap .top-level > li > span {
    color: #4a4949;
    display: inline-block;
    font: 16px/22px OpenSans-SemiBold;
    padding: 10px 17px 26px;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .3s ease 0s;
}

.menu-wrap .drop-down {
    border-top: 4px solid #00529b;
    left: 50%;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 100%;
    transform: translateX(-50%);
    transform-style: preserve-3d;
    transition: opacity 0.3s, visibility 0.3s;
    visibility: hidden;
    z-index: 10;
}

.menu-wrap .drop-down li {
    background: #edf2f7;
    margin: 0;
    text-align: left;
    transition: background-color 0.3s;
}

.menu-wrap .drop-down li:first-child a {
    padding-top: 13px;
}


.menu-wrap .drop-down li:not(:last-child) {
    border-bottom: 1px solid #00529b;
}

.menu-wrap .drop-down li:hover {
    background: #00529b;
}

.menu-wrap .drop-down li a {
    color: rgb(74, 73, 73);
    display: block;
    font: 16px/22px OpenSans-SemiBold;
    padding: 7px 20px;
    text-decoration: none;
    transition: color .3s ease 0s;
    white-space: pre;
}

.menu-wrap .drop-down li:hover a,
.menu-wrap .drop-down li:hover .fa.fa-chevron-right {
    color: rgb(255, 255, 255);
}

.menu-wrap .drop-down li:hover .fly-out {
    opacity: 1;
}

.menu-wrap .drop-down li .fa.fa-chevron-right {
    position: absolute;
    right: 10px;
    color: rgb(74, 73, 73);
    z-index: 4;
    top: 12px;
    transition: color .3s ease 0s;
}

.menu-wrap .drop-down::before {
    border-color: #00529b transparent transparent transparent;
    border-style: solid;
    border-width: 8px 11px 0 11px;
    content: "";
    height: 0;
    left: calc(50% - 11px);
    position: absolute;
    top: 0;
    width: 0;
    z-index: 2;
}

.menu-wrap .drop-down li .fly-out {
    position: absolute;
    left: 100%;
    margin: 0;
    opacity: 0;
    top: 0;
    transition: opacity .3s ease 0s;
}


.menu-wrap .drop-down li .fly-out li a {
    color: rgb(74, 73, 73);
    display: block;
    font: 16px/22px OpenSans-SemiBold;
    padding: 7px 20px;
    text-decoration: none;
    transition: color .3s ease 0s;
    white-space: pre;
}

.menu-wrap .drop-down li .fly-out li:hover a {
    color: rgb(255, 255, 255);
}
    
#btnOffCanMenu {
    background: #00529b;
    display: inline-block;
    max-width: 100%;
    padding: 12px;
    text-transform: uppercase;
}

#btnOffCanMenu .fa {
    margin-right: 2px;
}

.hamburger .hamburger-box .hamburger-inner,
.hamburger .hamburger-box .hamburger-inner::before,
.hamburger .hamburger-box .hamburger-inner::after {
    background-color: rgb(74, 73, 73);
    transition: transform .15s ease 0s, background-color .3s ease 0s;
}

.hamburger .hamburger-box:hover .hamburger-inner,
.hamburger .hamburger-box:hover .hamburger-inner::before,
.hamburger .hamburger-box:hover .hamburger-inner::after {
    background-color: rgb(0, 82, 155);
}

#ocmMenuWrapper ul li {
    margin: 0;
}

#ocmMenuWrapper ul .ocmSubMenu {
    padding: 17px 15px;
}

#ocmMenuWrapper .fa.fa-chevron-right {
    display: none;
}

#ocmMenuWrapper .ocmSubMenu .fa.fa-chevron-right {
    display: inline-block;
}

@media screen and (max-width: 1199px) {
   
    .head-bot {
        padding: 10px 0;
    }
    
    .hamburger {
        margin-top: 21px;
    }
}

/*Footer section*/

footer {
    background: #00529b;
    padding: 6px 0 20px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    
    footer {
        padding: 10px 15px;
    }
}   

footer .foot-info {
    font: 16px/24px OpenSans-Regular;
    margin: 11px 0 12px;
}

footer .foot-bot {
    font: 11px/14px OpenSans-Regular;
    letter-spacing: 0.3px;
}

footer .foot-bot .foot-sep {
    margin: 0 2px;
}

footer .foot-bot .loginGroup {
    display: inline-block;
}

footer span {
    color: white;
}

footer a,
footer a:visited,
footer a:link {
    color: white;
    font-family: OpenSans-Regular;
    text-decoration: none;
    transition: color .3s ease 0s;
}

footer a:hover,
footer a:visited:hover,
footer a:link:hover {
    color: rgb( 0, 174, 239);
}

footer .foot-logo img {
    opacity: 1;
    transition: opacity 0.3s;
}

footer .foot-logo img:hover {
    opacity: 0.78;
}

/*Hover section*/

.hover-container {
    overflow: hidden;
    position: relative;
}

.hover-container:hover a {
    background-color: rgba(0, 82, 155, .7);
}

.hover-container .Normal h2 {
    color: white;
    font: 60px/60px OpenSans-ExtraBold;
    margin-bottom: 11px;
    text-shadow: 1px 2px black;
    text-transform: uppercase;
}

.hover-container .fa {
    font: 58px/54px FontAwesome;
    vertical-align: top;
}

.dh-overlay {
    background: rgba( 0, 174, 239, .3);
    height: 100%;
    position: absolute;
    top: -100%;
    width: 100%;
}

.hover-container p {
    color: white;
    font: 24px/26px OpenSans-Regular;
    margin-bottom: 27px;
    text-shadow: 1px 2px black;
}

.hover-bg img {
    min-width: 100%;
}

.hover-container a {
    background-color: rgba( 0, 174, 239, .3);
    border: 1px solid white;
    color: white;
    display: inline-block;
    padding: 0 20px;
    text-shadow: none;
    text-transform: uppercase;
    transition: background-color .3s ease 0s, color .3s ease 0s, border-color .3s ease 0s;
    white-space: nowrap;
}

.hover-container a:hover {
    background: rgba(237, 242, 247, .7);
    border-color: rgb(0, 82, 155);
    color: rgb(0, 82, 155);
    text-decoration: none;
}

.hover-container a span {
    display: inline-block;
    font: 20px/58px OpenSans-SemiBold;
    overflow: hidden;
    padding: 0;
    text-transform: uppercase;
    transition: width 0.4s, padding 0.4s;
    vertical-align: top;
    white-space: nowrap;
}

.top-left-section {
    position: relative;
}

@media (min-width: 1200px) {
    
    .hover-container a span {
        width: 0;
    }
    
    .hover-container:hover a span {
        width: 132px;
    }
    
    .hover-container:hover a span:last-child {
        padding-left: 5px;
    }
    
    .hover-container:hover a span:first-child {
        padding-right: 5px;
    }
}

@media (max-width: 1199px) {
    .hover-container p {
        margin-bottom: 6px;
    }
    
    .hover-container a span {
        padding: 0 5px;
        line-height: 28px;
    }
    
    .hover-container .fa {
        font: 28px/28px FontAwesome;
    }
    
    .top-right-section .DnnModule .DNNModuleContent h2 {
        font: 38px/40px OpenSans-ExtraBold;
    }
    
    .horizontal-section .hover-container a {
        font: 14px/20px OpenSans-SemiBold;
        padding: 5px 13px;
    }
}


@media (min-width: 992px) {
    
    .top-left-section {
        overflow: hidden;
        float: left;
        max-height: 675px;
        width: 45.5%;
    }
    
    .top-left-section .DNNModuleContent {
        max-width: calc(100% - 73px);
        padding-left: 15px;
        position: absolute;
        top: 184px;
        right: 73px;
        text-align: right;
    }
    
    .top-left-section .DNNModuleContent img {
        margin: 0 0 17px 12px;
        max-width: 100%;
    }
    
    .top-right-section {
        float: right;
        width: 54.32%;
    }
  
    .top-right-section .DnnModule {
        position: relative;
    }
    
    .top-right-section .DnnModule:nth-child(2) {
        margin-top: 2px;
    }
  
    .top-right-section .DnnModule:nth-child(2) .DNNModuleContent {
        top: 10px;
    }
  
    .top-right-section .Normal h2 {
        font: 45px/45px OpenSans-ExtraBold;
        margin: 0 0 5px;
        text-shadow: 1px 2px black;
        text-transform: uppercase;
    }
  
    .top-right-section .DNNModuleContent {
        left: 40px;
        padding-right: 15px;
        position: absolute;
        top: 10px;
    }
    
    .horizontal-section .DnnModule .DNNModuleContent {
        left: 0;
        margin: 0 auto;
        padding: 0 15px;
        position: absolute;
        right: 0;
        top: 60px;
        text-align: center;
    }
    
    .horizontal-section .DnnModule:nth-child(1), .horizontal-section .DnnModule:nth-child(2) {
        padding-right: 2px;
    }
    
    .horizontal-section .hover-container:hover a {
        background-color: rgba(0, 82, 155, .7);
    }
    
    .horizontal-section {
        padding-top: 2px;
    }
  
    .horizontal-section > div {
        float: left;
        position: relative;
        width: 33.33%;
    }
  
    .horizontal-section .hover-bg img {
        height: 299px;
        max-width: 200%;
    }
  
    .horizontal-section p {
        font: 24px/28px OpenSans-Regular;
        margin-bottom: 10px;
    }
  
    .horizontal-section .DNNModuleContent {
        position: absolute;
        top: 12.9%;
    }
  
    .horizontal-section .DNNModuleContent a {
        font: 14px/18px OpenSans-Regular;
        padding: 5px 14px;
    }
    
    .horizontal-section .DNNModuleContent a:hover {
        background: rgba(237, 242, 247, .7);
    }
  
    .horizontal-section .Normal h2 {
        font: 40px/40px OpenSans-ExtraBold;
        margin-bottom: 23px;
        text-shadow: 1px 2px black;
        text-transform: uppercase;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hover-container a {
        padding: 0 10px;
    }
    
    .top-left-section .DNNModuleContent {
        max-width: calc(100% - 40px);
        right: 40px;
        top: 40px;
    }
}

@media (max-width: 991px) {
    
    .hover-container p {
        font: 14px/18px OpenSans-Regular;
    }
    
    .hover-container a {
        padding: 5px 8px;
    }
    
    .hover-container a span {
        font: 14px/20px OpenSans-SemiBold;
    }
    
    .hover-container .fa {
        display: none;
    }
    
    .hover-container {
        margin-bottom: 2px;
    }
    
    .hover-container .DNNModuleContent {
        left: 0;
        padding: 0 15px;
        position: relative;
        text-align: center;
        top: 0;
    }
    
    .hover-container .DNNModuleContent .Normal img {
        margin: 10px 0;
        max-width: 250px;
        width: 100%;
    }
    
    .top-left-section {
        float: none;
        height: auto;
        width: 100%;
    }
 
    .dh-overlay {
        display: none;
    }
    
    .hover-bg {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }
  
    .hover-bg img {
        min-height: 100%;
        position: relative;
    }
  
    .hover-container {
        padding: 20px 0;
    }
  
    .DnnModule .hover-container .Normal h2 {
        font: 35px/40px OpenSans-ExtraBold;
        margin: 0 0 5px;
    }
}

@media (min-width: 1550px) {
    
    .top-right-section .DnnModule:nth-child(2) {
        margin-top: 2px;
    }
    
    .top-right-section .DnnModule:nth-child(2) .DNNModuleContent {
        top: 75px;
    }
   
    .top-right-section .DnnModule:nth-child(2) .DNNModuleContent h2 {
        margin-bottom: 28px;
    }
    
    .top-right-section .DNNModuleContent {
        left: 67px;
        top: 101px;
    }
    
    .horizontal-section .DnnModule:first-child .DNNModuleContent {
        top: 82px;
    }
}

/*End dh hover section*/

.mobile-lab-landing .full-width-bg{
    background: url("../images/parallax-bg.jpg");
    background-attachment: fixed;
}

.mobile-lab-landing h2.centered-blue {
    color: #00529b;
    font: 56px/72px OpenSans-ExtraBold;
    margin: 0 0 62px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

.testimonial-slider-wrap .testimonial-slider {
    padding: 0 40px;  
}

.testimonial-slider-wrap .testimonial-slider .slick-slide {
    height: auto;
    margin: 0 15px 10px;    
    padding: 15px 15px 20px;
    background-color: rgb(237, 242, 247);
    box-shadow: 2.9px 4px 4.8px 0.3px rgba(62, 65, 59, 0.2);
}

.testimonial-slider-wrap .testimonial-slider .slick-slide .slick-caption h4 {
    
    color: #333333;
    font: 16px/24px OpenSans-SemiBoldItalic;
    margin-top: 0;
}

.testimonial-slider-wrap .testimonial-slider .slick-slide .slick-caption p {
    
    color: #333333;
    font: 14px/22px OpenSans-SemiBold;
    margin-bottom: 0;
}

.testimonial-slider-wrap .testimonial-slider .slick-slide .slick-caption p span {
    
    color: #00529b;
    font: 14px/22px OpenSans-Bold;
    text-transform: uppercase;
}

.testimonial-slider-wrap .testimonial-slider .slick-arrow {
    position: absolute;
    color: rgb(119, 128, 139);
    font-size: 29px;
    top: 32%;
}
    
.testimonial-slider-wrap .testimonial-slider .slick-arrow.left-btn {
    left: 15px;
}
    
.testimonial-slider-wrap .testimonial-slider .slick-arrow.right-btn {
    right: 15px;
}

.mobile-lab-landing h2.centered-blue span {
    background: white;
    padding: 0 28px;
    position: relative;
    z-index: 2;
}

.mobile-lab-landing .video-callout .Normal > a {
    display: inline-block;
    position: relative;
}

.mobile-lab-landing .video-callout .Normal > a::after {
    background: url("../img/video-overlay.png");
    content: "";
    position: absolute;
    left: calc(50% - 66px);
    top: calc(50% - 66px);
    width: 132px;
    height: 132px;
    z-index: 2;
}

.mobile-lab-landing .blue-box {
    background: #00529b;
    padding: 18px 30px;
    position: absolute;
    right: 25px;
    top: 33px;
    width: 425px;
}

.mobile-lab-landing .blue-box h2 {
    color: white;
    font: 56px/54px OpenSans-ExtraBold;
    margin: 0 0 9px;
    text-transform: uppercase;
}

.mobile-lab-landing .blue-box h3 {
    color: white;
    font: 23px/30px OpenSans-Regular;
    margin: 0;
}

.mobile-lab-landing .blue-box p {
    color: white;
    font: 14px/24px OpenSans-Regular;
}

.mobile-lab-landing .blue-box a {
    color: white;
    display: inline-block;
    float: right;
    font: 20px/24px OpenSans-SemiBold;
    transition: color .3s ease 0s;
}

.mobile-lab-landing .blue-box a .fa {
    font: 40px/40px FontAwesome;
    margin-left: 6px;
    vertical-align: sub;
}

.mobile-lab-landing .blue-box a:hover {
    color: rgb( 0, 174, 239);
    text-decoration: none;
}

@media (min-width: 992px) {
    
    .mobile-lab-landing .main-content {   
        padding: 76px 15px 54px;
    }
    
    .mobile-lab-landing h2.centered-blue::before {
        background: #2b9bd2;
        content: "";
        height: 1px;
        left: 0;
        opacity: .4;
        position: absolute;
        top: 52%;
        width: 100%;
    }
    
    .mobile-lab-landing .content-pane {
        margin-bottom: 40px;
    }
    
    .mobile-lab-landing .full-width-bg {  
        padding: 156px 0 113px;
    }
}

@media (max-width: 991px) {
    .mobile-lab-landing .main-content {
        padding: 15px;
    }
    
    .mobile-lab-landing .content-pane {
        margin-bottom: 15px;
    }
    
    .mobile-lab-landing .full-width-bg {
        padding: 30px 0;
    }
    
    .mobile-lab-landing .video-callout .Normal img {
        display: none;
    }
    
    .mobile-lab-landing .blue-box {
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
    }
  
    .mobile-lab-landing .blue-box a {
        float: none;
        font: 18px/28px OpenSans-SemiBold;
        margin-top: 0;
    }
  
    .mobile-lab-landing .blue-box a .fa {
        font: 28px/28px Fontawesome;
        margin-left: 4px;
    }
}

@media (max-width: 767px) {
    .mobile-lab-landing h2.centered-blue {
        font: 40px/44px OpenSans-ExtraBold;
        margin: 0 0 20px
    }
    
    .mobile-lab-landing h2.centered-blue span {
        padding: 0;
    }
    
    .mobile-lab-landing .blue-box {
        padding: 15px 15px 2px;
    }
    
    .mobile-lab-landing .blue-box h2 {
        font: 40px/44px OpenSans-Bold;
    }
}