  ﻿/* #region Fonts*/
@font-face {
    font-family: "Trade Gothic";
    src: url(/fonts/tradegotic/TradeGothicLTStd-BdCn20.otf) format('opentype');
}

@font-face {
    font-family: "Trade Gothic Regular";
    src: url(/fonts/tradegotic/TradeGothicLTStd.otf) format('opentype');
}

@font-face {
    font-family: "Trade Gothic Light";
    src: url(/fonts/tradegotic/TradeGothicLTStd-Light.otf) format('opentype');
}

@font-face {
    font-family: "Fira Mono";
    src: url(/fonts/fira/FiraMono-Regular.otf) format('opentype');
}

@font-face {
    font-family: "HelveticaNeueLTPro MdCn";
    src: url(/fonts/helvetica/HelveticaNeueLTPro-MdCn.otf) format('opentype');
}

@font-face {
    font-family: "HelveticaNeueLTPro Cn";
    src: url(/fonts/helvetica/HelveticaNeueLTPro-Cn.otf) format('opentype');
}

@font-face {
    font-family: "HelveticaNeueLTPro Roman";
    src: url(/fonts/helvetica/HelveticaNeueLTPro-Roman.otf) format('opentype');
}

@font-face {
    font-family: "HelveticaNeueLTPro BdCn";
    src: url(/fonts/helvetica/HelveticaNeueLTPro-BdCn.otf) format('opentype');
}

@font-face {
    font-family: "HelveticaNeue";
    src: url(/fonts/helvetica/HelveticaNeueLTPro-Lt.otf) format('opentype');
}
/*#endregion*/

/* #region ExportCss*/
.dropdown-active:not(.open) {
    background-color: rgb(250,226,0) !important;
}

.dropdown-active > a {
    color: rgb(0,71,133) !important;
}



@media only screen and (min-width: 769px) {
    .nav > li > a.dropdown-toggle {
        display: none !important;
    }
}

@media only screen and (max-width: 768px) {
    .nav > li.dropdown {
        display: inline-block !important;
        width: 100%;
    }

        .nav > li.dropdown.open {
            background-color: #428bd0;
        }


    .nav > li > a.dropdown-toggle {
        display: nonset !important;
        width: auto;
        float: left;
        width: 40px;
    }

    .nav > li > a.dropdown-fake {
        width: auto;
        float: left;
    }
}

/*#endregion*/
/*#region General*/
html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

input:focus {
    outline: none;
}

.navbar-brand {
    background: url(/img/logo-temp.png) no-repeat scroll center center;
    display: inline-block;
    /*width: 300px;*/
    background-size: 200%;
    padding: 0px;
}


body {
    overflow-x: hidden;
}

.header .container-fluid, .header .navbar-collapse {
    /*line-height: 0px;*/
    overflow: hidden;
}

/*#endregion*/

/* #region Header*/
.header .navbar-header {
    padding-left: 100px;
    padding-right: 15px;
}

.navbar-form {
    right: 0px;
    float: right !important;
    margin-top: 0px;
    margin-right: 80px;
    padding-right: 0px;
}

.main-navigation {
    text-align: right;
    display: inline-block;
    /*background-color: rgb(10,45,116);*/
	/*font-family: HelveticaNeueLTPro MdCn;*/
	font-weight: bold;
}



.main-navigation ul.nav {
    float: right;
    line-height: 0px;
    margin-right: 51px;
}

ul.navbar-nav li.dropdown:last-of-type ul.dropdown-menu {
    right: 0px !important;
    left: unset;
}

.sfsearchBox .sfsearchTxt {
    border: none;
    background-color: #f2f3f5;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: 'DM Sans', sans-serif;
	font-size: medium;
	margin-left: 5px;
}

.search-oval-effect{
	border: #f2f3f5 solid 2px;
    border-radius: 25px;
    padding: 1px;
	background-color: #f2f3f5;
}

.sfsearchBox .input-group-btn .sfsearchSubmit {
    background-color: #f2f3f5;
    border: none;
    border-radius: 0px;
    background: url(/img/icons/magnifier.png) no-repeat;
    background-size: 20px;
    background-position: center;
    height: 34px;
}

/* #region Nav menu */
ul.utility-nav {
    background-color: #ffffff00;
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 99999;
    height: 0px;
    line-height: 21px;
    width: auto;
    margin-top: 20px;
    margin-right: 80px;
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  /* For portrait layouts only */
	ul.utility-nav {
		top: 85px;
		margin-right: 60px;
	}
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
  /* For landscape layouts only */
	ul.utility-nav {
		top: 90px;
	}
}

    ul.utility-nav li {
        float: left;
        display: inline;
        text-align: left;
    }

.utility-nav li:last-child {
    /*background-color: #FFF;*/
    width: auto;
}

.utility-nav > li > a {
    color: white !important;
    margin: 0px;
    padding: 0px 0px 0px 18px;
    /*font-family: "HelveticaNeueLTPro Cn";*/
    letter-spacing: 1px;
    font-size: 15px;
    text-align: left;
}

    .utility-nav > li > a:hover {
        color: rgb(0,167,225) !important;
    }

.main-navigation ul.navbar-nav li.dropdown:not(:first-child):before {
    content: '';
    display: block;
    float: left;
    color: #e7e9ef;
    font-size: 30px;
	font-weight: 100 !important;
}

.main-navigation ul.navbar-nav div {
    border-left: 2px solid #f0f1f5;  
	height: 22px;
}

.main-navigation ul.navbar-nav div:first-child {
    display: none;   
}


/*#endregion */
.dropdown-menu {
    left: 1px;
    min-width: 100% !important;
    padding-bottom: 15px;
    border-radius: 0px;
}

.main-navigation .dropdown-menu {
    border: 0px;
}

.main-navigation .navbar-nav > li > a {
    font-family: 'DM Sans', sans-serif;
    /*font-size: 1.3vw;*/
    padding-top: 16px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover,
.main-navigation .dropdown-menu {
    background-color: #0e245b;
    color: white;
}


.dropdown-menu > li > a {
    color: white !important;
    font-weight: 500;
	background-color: #0e245b;	
}

.dropdown-menu > li > a:hover {
    color: white !important;
	background-color: #0e245b;	
	text-decoration: underline;
}

element.style {
}

.home #home-rotator {
    margin-bottom: 0px;
    box-shadow: none;
}
/*#endregion */

/*#region Yellow band*/
.sch-yellow-band {
    width: 100%;
    /*background: rgb(249,225,2);
    background: linear-gradient(90deg, rgba(249,225,2,1) 0%, rgba(246,184,42,1) 100%);*/
    padding-bottom: 30px !important;
}

    .sch-yellow-band .sf_colsIn .col-md-4 {
        padding: 40px 0px 10px 0px;
    }

    .sch-yellow-band .container .row {
        margin-left: auto;
		margin-right: auto;
		padding-left: 70px;
    }

    .sch-yellow-band .sfContentBlock {
        text-align: center;
    }

		.sch-yellow-band .sfContentBlock h1 {
			margin: 0 auto;
			width: auto;
			text-align: left;
			font-family: "HelveticaNeueLTPro Cn";
			/*text-transform: uppercase;*/
			font-size: 30px;
			color: rgb(10,45,116);
			padding: 0px 15px;
		}

		.sch-yellow-band .sfContentBlock h6 {
			font-family: "HelveticaNeueLTPro Roman";
			color: rgb(10,45,116);
			font-size: 18px;
			font-weight: 100;
			padding: 0px 15px;
			text-align: left;
		}
		
		.sch-yellow-band .sfContentBlock .icon-boosted {
			max-width: 64px;
			margin-top: 10px;
			float: left;
			margin-right: 20px;
			width: 10%;
		}
		.sch-yellow-band .sfContentBlock .icon-care {
			max-width: 88px;
			margin-top: 10px;
			float: left;
			margin-right: 20px;
			width: 15%;
		}
		.sch-yellow-band .sfContentBlock .icon-tested {
			max-width: 93px;
			margin-top: 10px;
			float: left;
			margin-right: 20px;
			width: 15%;		
		}

        .sch-yellow-band .sfContentBlock .button {
            font-family: "HelveticaNeueLTPro MdCn";
            text-transform: uppercase;
            color: rgb(10,45,116);
            font-size: 17px;
            margin-top: 20px;
            background-color: white;
            display: inline-block;
        }

            .sch-yellow-band .sfContentBlock .button div {
                display: inline-block;
                padding-bottom: 1px;
            }

                .sch-yellow-band .sfContentBlock .button div.title {
                    padding-left: 10px;
                    display: inline-block;
                    padding-right: 5px;
                    letter-spacing: .8px;
                }

            .sch-yellow-band .sfContentBlock .button a {
                color: rgb(10,45,116);
            }

            .sch-yellow-band .sfContentBlock .button:hover a {
                color: rgb(0,167,225);
            }

            .sch-yellow-band .sfContentBlock .button .arrow {
                background-color: #F1F5F8;
                color: rgb(0,167,225);
                padding-left: 7px;
                padding-right: 7px;
            }

                .sch-yellow-band .sfContentBlock .button .arrow a {
                    font-family: "Fira Mono";
                    font-size: 22px;
                    color: rgb(0,167,225);
                }

            .sch-yellow-band .sfContentBlock .button:hover .arrow a,
            .sch-yellow-band .sfContentBlock .button:hover .arrow {
                color: white;
                background-color: rgb(0,167,225);
            }

@media only screen and (min-device-width: 481px) and (max-device-width: 1180px) and (orientation:portrait) {
  /* For portrait layouts only */
    .sch-yellow-band .container .row {
        margin-left: auto;
		margin-right: auto;
		padding-left: 30px;
    }
		.sch-yellow-band .sfContentBlock h1 {
			font-size: 26px;
		}

		.sch-yellow-band .sfContentBlock h6 {
			font-size: 14px;
		}
		
		.sch-yellow-band .sfContentBlock .icon-boosted {
		}
		.sch-yellow-band .sfContentBlock .icon-tested {
		}
		.sch-yellow-band .sfContentBlock .icon-care {
		}
		
    .sch-icons-band ul {
        text-align: center;
    }		
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1180px) and (orientation:landscape) {
  /* For landscape layouts only */
      .sch-yellow-band .container .row {
        margin-left: auto;
		margin-right: auto;
		padding-left: 40px;
    }
		.sch-yellow-band .sfContentBlock h1 {
			font-size: 28px;
		}

		.sch-yellow-band .sfContentBlock h6 {
			font-size: 16px;
		}
		
		.sch-yellow-band .sfContentBlock .icon-boosted {
		}
		.sch-yellow-band .sfContentBlock .icon-tested {
		}
		.sch-yellow-band .sfContentBlock .icon-care {
		}		
		.sch-icons-band ul {
			text-align: center;
		}			
}

/* #endregion*/

/* #region Icons Band*/

.sch-icons-band {
    margin-top: 50px !important;
}

    .sch-icons-band ul {
        list-style: none;
        /*width: 960px;*/
		width: 1315px;
        margin: 0 auto;
		/*text-align: center;*/
        max-width: 100%;
    }

        .sch-icons-band ul li {
            display: inline-block;
            width: 165px;
            margin-left: 5px;
        }

            .sch-icons-band ul li .icon {
                display: block;
                height: 100px;
                background-size: 70px;
                background-position: center;
                background-repeat: no-repeat;
            }

                .sch-icons-band ul li .icon a {
                    display: block;
                    width: 100%;
                    height: 100%;
                }

            .sch-icons-band ul li .title {
                font-family: "HelveticaNeueLTPro Cn";
                text-align: center;
                font-size: 23px;
                font-weight: 100;
                color: rgb(0,92,184);
                letter-spacing: .8px;
                line-height: 25px;
            }

                .sch-icons-band ul li .title a {
                    color: rgb(0,92,184);
                }

            .sch-icons-band ul li:hover .title a {
                color: rgb(0,167,225);
            }

            .sch-icons-band ul li .specialties {
                background-image: url(/img/icons/specialties.png);
            }

            .sch-icons-band ul li:hover .specialties {
                background-image: url(/img/icons/specialtieshover.png);
            }

            .sch-icons-band ul li .schedule {
                background-image: url(/img/icons/schedule.png);
            }

            .sch-icons-band ul li:hover .schedule {
                background-image: url(/img/icons/schedulehover.png);
            }

            .sch-icons-band ul li .test {
                background-image: url(/img/icons/test.png);
            }

            .sch-icons-band ul li:hover .test {
                background-image: url(/img/icons/testhover.png);
            }

            .sch-icons-band ul li .doctor {
                background-image: url(/img/icons/doctor.png);
            }

            .sch-icons-band ul li:hover .doctor {
                background-image: url(/img/icons/doctorhover.png);
            }

            .sch-icons-band ul li .portals {
                background-image: url(/img/icons/portals.png);
            }

            .sch-icons-band ul li:hover .portals {
                background-image: url(/img/icons/portalshover.png);
            }

            .sch-icons-band ul li .pay {
                background-image: url(/img/icons/pay.png);
            }

            .sch-icons-band ul li:hover .pay {
                background-image: url(/img/icons/payhover.png);
            }

            .sch-icons-band ul li .class {
                background-image: url(/img/icons/class.png);
            }

            .sch-icons-band ul li:hover .class {
                background-image: url(/img/icons/classhover.png);
            }

            .sch-icons-band ul li .fix-title {
                width: 80px;
                margin: 0 auto;
            }

            .sch-icons-band ul li .fix-title.services {
                width: 180px;
            }
/*#endregion*/

/* #region InfoCards*/
.sch-info-cards {
    margin-top: 60px !important;
    margin-bottom: 100px !important;
}

    .sch-info-cards .info-card .content {
        background-color: rgb(0,167,225);
        padding: 20px 20px 15px 25px;
        color: white;
        height: 180px;
        position: relative;
        line-height: 22.85px;
    }

    .sch-info-cards .info-card .image {
        width: 100%;
        padding-bottom: 75%;
        overflow: hidden;
        position: relative;
    }

        .sch-info-cards .info-card .image img {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            min-width: 100%;
            min-height: 100%;
        }


    .sch-info-cards .info-card .content .title {
        font-family: "HelveticaNeueLTPro MdCn";
        font-size: 19px;
        vertical-align: middle;
        letter-spacing: 0.5px;
    }

    .sch-info-cards .info-card .content .info {
        font-family: "HelveticaNeueLTPro Cn";
        font-weight: 100;
        font-size: 15px;
        padding-top: 5px;
        letter-spacing: .8px;
    }

    .sch-info-cards .info-card .content .titleUpper {
        text-transform: uppercase;
        font-size: 20px;
    }


    .sch-info-cards .sfContentBlock .button {
        font-family: "HelveticaNeueLTPro MdCn";
        text-transform: uppercase;
        color: rgb(10,45,116);
        background-color: rgb(250,226,0);
        display: inline-block;
        position: absolute;
        bottom: 30px;
        height: 24px;
    }

        .sch-info-cards .sfContentBlock .button div {
            display: inline-block;
            height: 24px;
            font-size: 15px !important;
            white-space: nowrap;
            line-height: 24px;
        }

            .sch-info-cards .sfContentBlock .button div.title {
                padding-left: 10px;
                padding-right: 8px;
            }

        .sch-info-cards .sfContentBlock .button a {
            color: rgb(10,45,116);
        }

        .sch-info-cards .sfContentBlock .button:hover a {
            color: #F1F5F9;
        }

        .sch-info-cards .sfContentBlock .button .arrow {
            background-color: rgb(10,45,116);
            padding-left: 7px;
            padding-right: 7px;
        }

            .sch-info-cards .sfContentBlock .button .arrow a {
                font-family: "Fira Mono";
                color: white;
            }

        .sch-info-cards .sfContentBlock .button:hover .arrow a,
        .sch-info-cards .sfContentBlock .button:hover .arrow {
            color: rgb(10,45,116);
            background-color: #F1F5F9;
        }



/* #endregion*/

/* #region SEO Message*/
.seo-message > h1 {
    font-family: "HelveticaNeue";
    width: 860px;
    font-size: 28px;
    padding: 0% 5%;
    text-align: center;
    color: rgb(10,45,116);
    margin: 0 auto;
    margin-bottom: 30px;
    line-height: 40px;
    max-width: 100%;
}
/* #endregion*/


/* #region Logos*/
.logosList {
}

    .logosList ul {
        list-style: none;
        width: 1100px;
        margin: 0 auto;
        text-align: center;
    }

        .logosList ul li {
            display: inline-block;
            height: 100px;
            width: 300px;
            background-size: 300px;
            background-repeat: no-repeat;
            background-position: center left;
            margin-left: 20px;
        }


            .logosList ul li.schospital {
                background-image: url(/img/logos/schospital.png);
            }

            .logosList ul li.scfoundation {
                background-image: url(/img/logos/scfoundation.png);
            }

            .logosList ul li.galter {
                background-image: url(/img/logos/galterhover.png);
                background-size: 160px;
                width: 160px;
            }

            .logosList ul li.scmedical {
                background-image: url(/img/logos/scmedical.png);
                background-size: auto 50px;
            }

            .logosList ul li.scpartners {
                background-image: url(/img/logos/scpartners.png);
                background-size: auto 50px;
            }

            .logosList ul li.schospital:hover {
                background-image: url(/img/logos/schospitalhover.png);
            }

            .logosList ul li.scfoundation:hover {
                background-image: url(/img/logos/scfoundationhover.png);
            }

            .logosList ul li.galter:hover {
                background-image: url(/img/logos/galter.png);
            }

            .logosList ul li.scmedical:hover {
                background-image: url(/img/logos/scmedicalhover.png);
            }

            .logosList ul li.scpartners:hover {
                background-image: url(/img/logos/scpartnershover.png);
            }

            .logosList ul li a {
                display: block;
                width: 100%;
                height: 100%;
            }
/* #endregion*/
/* #region footer*/
.footer {
    background-color: white;
    padding: 0px;
    
}

    .footer .footer-image img {
        width: 100%;
    }
/*
    .footer .footer-social {
        width: 100%;
        background-color: rgb(10,45,116);
        display: block;
        text-align: center;
        vertical-align: middle;
        padding-top: 70px;
        padding-bottom: 60px;
        color: white;
    }
*/
        .footer .footer-social ul {
            list-style: none;
            padding: 0px;
            margin: 0px;
        }

            .footer .footer-social ul li {
                display: inline-block;
                font-size: 45px;
                margin-right: 10px;
                color: rgb(250,226,0);
            }

                .footer .footer-social ul li a {
                    color: rgb(250,226,0);
                }

                .footer .footer-social ul li:hover, .footer .footer-social ul li:hover a {
                    color: rgb(0,167,225);
                }

        .footer .footer-social .phone {
            font-family: "HelveticaNeueLTPro MdCn";
            font-size: 40px;
            color: white;
        }

            .footer .footer-social .phone a,
            .footer .footer-social .phone a:hover,
            .footer .footer-social .phone a:focus,
            .footer .footer-social .phone a:visited {
                color: white;
            }


/*#region Footer Menu*/
.footer-nav {
    /*background-color: rgb(0,167,225);*/
    padding-top: 50px;
    /*padding-bottom: 50px;*/
}

.footer-nav ul {
	list-style: none;
	margin: 0 auto;
	text-align: left;
	padding: 0px;
	max-width: 1400px;
	width: auto;
}

.footer-nav ul.footerMenuList {
	padding-left: 50px;
	display: table;
}

ul.footerMenuList > li {
	line-height: 1.8;
}	
	

.footer-nav ul li.parent {
	display: inline-table;
	margin-right: 30px;
	text-align: left;
}

.footer-nav ul li.parent:nth-child(odd) {
	padding-bottom: 30px;
}

.footer-nav ul li.parent a, .footer-nav ul li.parent ul li a {
	color: #0b1b42;
}


.footer-nav ul li.parent a {
	/*font-family: "HelveticaNeueLTPro BdCn";*/
	text-transform: uppercase;
	/*font-size: 18px;*/
	letter-spacing: .01em;
	font-weight: bold;
}


.footer-nav ul li.parent ul li a {
	/*font-family: "HelveticaNeueLTPro Roman";*/
	text-transform: none;
	font-size: 14px;
	letter-spacing: .02em;
	font-weight: bold;
}

.footer-nav ul li.parent ul li a:hover {
	text-decoration: underline;
}

.footer-nav ul li.parent ul {
	text-align: left;
	padding: 0px;
	margin-top: 10px;
}

.footer-end {
    /*padding-top: 60px;*/
    padding-bottom: 50px;
    /*background-color: #F1F5F8;*/
}

.footer-links {
    font-family: "HelveticaNeueLTPro BdCn";
    text-transform: none;
    letter-spacing: .02em;
    font-weight: 100;
    text-align: center;
    margin: 0px;
}

    .footer-links a {
        font-size: 18px;
    }

        .footer-links a:hover {
            color: rgb(0,167,225);
        }

    .footer-links li:after, .footer-contact li:not(:last-child):after {
        content: "•";
        padding-left: 10px;
        color: rgb(0,71,133);
        font-size: 16px;
        font-weight: 600;
    }

.footer-contact {
    list-style: none;
    margin: 0 auto;
	list-style-type: none;
	margin-left: 60px;
}

.footer-contact li {
	/*font-family: "HelveticaNeueLTPro Roman";*/
	display: initial;
	color: #2a2a2a;
	font-size: 14px;
}

.footer-contact li:not(:last-child):after {
	content: "";
	padding-left: 10px;
	padding-right: 5px;
	color: #7c7d7f;
	font-size: 12px;
	font-weight: 600;
}


/*#endregion*/

.main-navigation.footer {
    display: none;
}

.main-navigation .utility-nav {
    display: none !important;
}
/*#endregion*/

@media (max-width: 768px) {

    body {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }


    .main-navigation.footer {
        display: inline-block;
        margin-top: 0px;
    }

    .navbar-right {
        display: none;
    }

    .sch-yellow-band {
        height: auto;
        padding-bottom: 50px !important;
    }
		.sch-yellow-band .container .row {
			margin-left: auto;
			margin-right: auto;
			padding-left: 0;
		}

    .navbar-brand {
        /*height: 41px;*/
        /*margin-top: 5px;*/
        /*background-size: 70% auto;*/
        width: 200px;
        padding: 0px;
        margin: 0px;
        /*background-position: left;*/
        display: inline-block;
        margin-left: 10px;
    }

    .header .navbar-header {
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
    }

    .sch-icons-band ul {
        width: auto;
        text-align: center;
        padding: 0px;
        padding-right: 10px;
    }

    .sch-icons-band {
        height: auto;
        margin-top: 30px !important;
    }

    .sch-info-cards {
        margin-top: 30px !important;
        margin-bottom: 80px !important;
    }

        .sch-info-cards .col-md-4 {
            padding: 0px !important;
        }

        .sch-info-cards .sfContentBlock a {
            color: white;
        }

        .sch-info-cards .sfContentBlock .button div.title {
            line-height: 25px;
            padding-top: 1px;
        }

        .sch-info-cards .sfContentBlock .button .arrow {
            line-height: 25px;
        }

    .info-card {
        padding-top: 20px;
    }

    .seo-message > h1 {
        font-family: 'DM Sans', sans-serif;
        font-size: 20px;
        padding: 0% 1%;
        line-height: 20px;
        width: 100%;
    }

    .logosList ul {
        width: 100%;
        padding: 0px;
		margin-top: 10px;
    }

        .logosList ul li {
            width: 90% !important;
            background-position: center center;
            padding: 0px;
            margin-left: 0px;
            background-size: 100%;
            height: 85px;
        }


    .footer {
        margin-top: 80px;
    }

    .navbar-form {
        padding: 40px;
        position: unset;
        float: right !important;
        margin: 0 auto;
        padding: 10px;
    }

    .navbar-toggle.mSearchToggle {
        background-color: white;
        border: medium none;
        border-radius: 0px;
        margin-bottom: 0;
        margin-right: 0px;
        margin-top: 7px;
        padding: 5px 0px 0px 0px;
    }

        .navbar-toggle.mSearchToggle:hover, .navbar-toggle.mSearchToggle:focus,
        .navbar-toggle.mMenuToggle:hover, .navbar-toggle.mMenuToggle:focus, .navbar-toggle.mMenuToggle {
            background-color: white;
        }

        .navbar-toggle.mSearchToggle img {
            width: 20px;
        }

    .navbar-toggle.mMenuToggle {
        background-color: white;
        background-image: none;
        border: none;
        border-radius: 0px;
        float: right;
        margin-bottom: 0;
        margin-right: 0;
        margin-top: 0;
        padding: 12px 14px;
        position: relative;
    }

        .navbar-toggle.mMenuToggle img {
            width: 25px;
        }

        .navbar-toggle.mMenuToggle.collapsed .closeMenu,
        .navbar-toggle.mMenuToggle:not(.collapsed) .open {
            display: none;
        }

    .main-navigation, .nav > li.dropdown.open,
    .main-navigation ul.dropdown-menu li a,
    .main-navigation ul.dropdown-menu li a:hover, .main-navigation ul.nav li a,
    .main-navigation ul.nav li a:hover, .main-navigation ul.nav li a:focus {
        /*background-color: rgb(0,167,225) !important;*/
    }

        .main-navigation ul.nav li {
            display: inline;
            text-align: left;
            border-bottom: 0px;
            padding-left: 0px;
        }

            .main-navigation ul.nav li a {
                /*font-family: "Trade Gothic";*/
                /*font-size: 18px;*/
            }

                .main-navigation ul.nav li a.dropdown-toggle {
                    font-size: 15px;
                    font-weight: 100;
                    float: left !important;
                    position: relative;
                    color: #235ff8;
                    left: 15px;
                    top: 2px;
                }

        .main-navigation ul.dropdown-menu li a {
            /*font-family: "Trade Gothic Light";*/
            text-transform: none;
            font-size: 15px;
            padding-left: 60px !important;
			background-color: #0e245e
        }

            .main-navigation ul.dropdown-menu li a:hover {
                color: rgb(0,71,133) !important;
            }

    .dropdown a .glyphicon-chevron-down:before {
        content: '>' !important;
        font-weight: 900;
        font-size: 20px;
        font-family: "Fira Mono";
        position: relative;
        top: -3px;
        left: -20px;
    }

    .dropdown.open a .glyphicon-chevron-down:before {
        content: '>' !important;
        top: 10px;
        left: 1px;
    }


    .dropdown.open a .glyphicon-chevron-down {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
    }

    .main-navigation, .main-navigation ul.nav {
        overflow: hidden;
        right: 0px;
        margin: 0px;
    }

    .home #home-rotator .carousel-inner .item img {
        width: auto;
        max-width: unset;
        max-height: unset;
        min-height: unset;
        height: 350px;
    }

    .home #home-rotator {
        display: block;
    }

    .main-navigation .utility-nav {
        display: inline-block !important;
        right: 0px;
        background-color: #0e245e !important;
		color: white;
    }

    .utility-nav ul.nav li a {
        padding-top: 7px;
    }

    .collapse.in {
        background-color: white;
    }

    .sch-yellow-band .sfContentBlock h1 {
        letter-spacing: -.02em;
    }

    .sch-icons-band ul li {
        width: 125px;
        margin-top: 20px;
    }


        .sch-icons-band ul li .icon {
            height: 90px;
        }

        .sch-icons-band ul li .title {
            font-size: 19px;
        }

            .sch-icons-band ul li .fix-title.services {
                width: auto;
            }

        .sch-icons-band ul li .fix-title {
            width: 150px !important;
			margin-left: -10px;
        }
			
    .footer-links a {
        font-size: 15px;
    }

    .footer-contact li {
        display: block;
    }

        .footer-contact li:not(:last-child):after {
            content: "";
        }

    .main-navigation .utility-nav > li > a {
        font-size: 16px !important;
    }

    .main-navigation .utility-nav > li > a {
        font-size: 15px !important;
        padding-top: 8px !important;
    }


    .sch-yellow-band .sf_colsIn .col-md-4 {
        padding: 0px 0px 0px 0px;
    }
}


/* #region ExportCss*/
.dropdown-active:not(.open) {
    background-color: #0e245b !important;
}

.dropdown-active > a {
    color: white !important;
}




@media only screen and (max-width: 768px) {
    .nav > li > a.dropdown-toggle {
        display: none !important;
    }

    .footer-nav ul.footerMenuList {
        display: none;
    }

    .nav > li.dropdown {
        display: inline-block !important;
        width: 100%;
    }

        .nav > li.dropdown.open {
            background-color: #0e245e;
			color: white;
        }


    .nav > li > a.dropdown-toggle {
        display: unset !important;
        width: auto;
        float: left;
        width: 40px;
    }

    .nav li a.dropdown-fake {
        width: auto;
        float: left;
        padding-right: 17px;
        padding-top: 15px;
    }

    li.dropdown  a.drop-button {
        color: #235ff8;
        line-height: 25px;
        padding-top: 10px;
        width: auto;
        display: block;
        padding-left: 15px;
        float: left;
    }
	
	li.dropdown.open  a.drop-button {
        color: white !important;
        
    }
	

    .carrousel-mobile .item div.sfimageWrp {
        overflow: hidden;
        position: relative;
        width: 100%;
        padding-bottom: 100%;
    }

        .carrousel-mobile .item div.sfimageWrp img {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            min-height: 100%;
        }
}

.socialShare {
    clear: left;
    border: none;
    text-align: left;
    padding-left: 15px;
}

    .socialShare .RadSocialShare {
        border: none;
        margin-left: 0px;
        display: inline-block;
        padding-right: 0px;
        margin-bottom: 10px;
        background-color: #428bd0;
        color: white;
    }

.RadSocialShare .sshContent li:first-child {
    color: white;
}

.RadSocialShare .sshContent li .sshIcon {
    width: 20px;
    height: 20px;
    border-radius: 2px;
}

.sshShareOnTwitter {
    background: url(/img/socialicns.png) -27px 0px no-repeat !important;
}

.sshMailTo {
    background: url(/img/socialicns.png) -53px 0px no-repeat !important;
}

.RadSocialShare .sshContent li:first-child:before {
    content: "\f064";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 5px;
}

/*#endregion*/
.drButton {
    max-width: 148px;
    float: left;
    clear: both;
}

.dr-newPatients {
    font-style: italic;
    font-size: 12px;
    padding-top: 8px;
    color: grey;
}

.needHelp-container {
    background-image: url(/img/HelpChoosing.jpg);
    min-height: 365px;
}

    .needHelp-container div {
        top: 20%;
    }

        .needHelp-container div p {
            background-color: rgb(10,45,116);
            color: white;
            width: 92%;
        }

            .needHelp-container div p a {
                color: white;
                font-weight: bold;
            }

                .needHelp-container div p a:hover {
                    color: white;
                }

@media only screen and (max-width: 768px) {
    .needHelp-container div {
        top: 15%;
    }
}



@media (max-width: 769px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: 10px;
    }

    div.navbar-collapse.collapse:not(.in) {
        display: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .main-navigation, .main-navigation ul.nav {
        display: inline-block;
    }

    .visible-xs {
        display: block !important;
    }

    .hidden-xs {
        display: none !important;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: -5px;
        margin-bottom: -5px;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-collapse ul.utility-nav {
        position: static;
    }
}

@media (width: 768px) {
    .navbar-collapse ul.utility-nav {
        width: 100%;
        padding-left: 20px;
    }
}

@media (max-width: 1024px) {
    ul.utility-nav {
        top: 86px;
    }

        ul.utility-nav > li > a {
            font-size: .85em !important;
        }
}


.accordion-main {
    width: 100%;
}

    .accordion-main div div.card-header {
        border: 1px solid rgb(55,80,131);
        background: rgb(10,45,116);
        border-top: 0px;
        padding: 10px 0px;
    }

        .accordion-main div div.card-header.first-header {
            border: 1px solid rgb(55, 80, 131);
        }

        .accordion-main div div.card-header button {
            color: white;
            text-decoration: none;
            border: 0px;
            background: none;
            outline: none !important;
            width: 100%;
            text-align: left;
            position: relative;
            overflow: hidden;
			white-space: normal;
			padding-right: 25px;
        }

            .accordion-main div div.card-header button::after {
                float: right;
                font-family: FontAwesome;
                content: "";
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                top: 50%;
                position: absolute;
                display: block;
                top: 50%;
                right: 15px;
                font-size: 20px;
            }

            .accordion-main div div.card-header button.collapsed::after {
                content: "";
            }

        .accordion-main div div.card-header:hover {
            background: linear-gradient( 90deg, rgba(249,225,2,1) 0%, rgba(246,184,42,1) 100%);
        }


            .accordion-main div div.card-header:hover button {
                color: rgb(10,45,116);
            }

    .accordion-main div.collapse.in {
        background: none;
    }

    .accordion-main div div.card-body {
        border: 1px solid rgb(55,80,131);
        border-top: 0px;
        padding: 10px 15px;
    }

#accordionSecondary div div.card-header {
	background-color: #428bd0 !important;
}

.newsletterImage{
	box-shadow: 0 10px 10px -2px #c4c4c4;
	margin-bottom: 30px;
}

.newsletterImage img{
	width: 100%;	
}

#topSearchBar_search_bar{
background-color: white;
}

/*
input[type="text"].sfsearchTxt.form-control{
	background-color: #f2f3f5;
	color: #2a2a2a;
	
}
*/
input[type="text"].sfsearchTxt.form-control::placeholder{
	opacity: 1;
	color: #2a2a2a;
	
}
#btnMeetHappyHealth {
	background-color: #235ff8;
	color: #ffffff;
	padding: 10px 20px;
	border-radius: 25px;
	font-size: large;
	
	
}

#btnMeetHappyHealth:hover {
	color: black;
	background-color: #91affc;
}

.topHeaderEndeavor{
	background-color: #235ff8;
	color: #ffffff;
	padding: 15px;	
	border-radius: 0px 0px 50px 0px;
	font-family: 'DM Sans', sans-serif;
	font-size: medium;
	padding-left: 50px;
	margin-bottom:10px;
}

@media (max-width: 768px){
	.topHeaderEndeavor{
		padding-left: 10px;
	}
	
	.main-navigation ul.navbar-nav li.dropdown:not(:first-child):before {
    content: '';
    display: block;
    float: center;
    color: #e7e9ef;
    font-size: 34px;
}

	#utilityUl {
		display: none !important;
	}
	
	#footerDesktop {
		display: none !important;
	}
	
	#footerMobile {
		color: #0b1b42;
		margin-top: 10px;
	}
	
	#footerMobile a {
		color: #0b1b42;
		padding-left: 5px;
		padding-right: 5px;
	}	
	
	.main-navigation.footer{
		display: none;
	}
	
	#bottomNavigationUl{
		width: 100%;
	}
	
	#bottomNavigationUl > li{
		padding: 5px 0px 5px 0px;
		font-weight:600;
		font-size: 15px;
	}
	
	#bottomNavigationUl  li{		
		font-weight:600;
		font-size: 15px;
	}
	
	#imgDesktopBrand {
		display: none;
	}
	
	#home-video {		
		
		height: 400px;
	}
	
	.flex-home-container {
		margin: 20px;
	}
	
	.flex-home-container2 {
		margin-left: 20px;
	}
	
	
	
}

@media (max-width: 992px){
	.flex-home-container {
		margin: 20px;		
	}
	
	.flex-home-container2 {
		margin-left: 20px;
	}
}

@media (min-width: 400px){
	.top-panel div:nth-child(1) { 	
		margin-left: 0px;
		text-align: center;
	}
	
	.top-panel div:nth-child(2) { 		
		text-align: center;
	}
	
	.top-panel div:nth-child(3) { 		
		text-align: center;
	}
	
	.top-panel div { 		
		justify-content: center;
	}
	
	.flex-home-container {
		
	}
	
	.flex-home-container2 {
		
	}
	
	.top-panel {
		height: 180px;
	}
	
}	

@media (min-width: 769px){
	#footerMobile {
		display: none !important;
	}
}

@media (min-width: 768px){
	#imgMobileBrand {
		display: none !important;
	}
	
	#utilityUl > li > a {
		font-size:14px;
		padding-left: 1px;
		margin-top: 5px;
		color: #0b1b42;
		font-weight: 500;
	}
	
	#imgDesktopBrand {
		margin-left: 50px;
	}	
	
	#bottomNavigationUl {
		display: none !important;
	}	
	
	
}

#utilityUl > li > a:hover {
	text-decoration: underline;
}

.top-panel img {
	height: 80px;	
}

.top-panel {
	background-color: #d4dfff;
	margin-bottom: 20px;
	justify-content: center;
	border-radius: 8px;
}

.top-panel div:nth-child(1) { 	
	align-self: center;
	font-size: 20px;
	padding-top: 4px;
}

.top-panel div:nth-child(2) { 
	align-self: center;
}

.top-panel div:nth-child(3) { 
	align-self: center;
	margin-left: 20px;
}

.top-panel div:nth-child(3) a:nth-child(1) { 
	background-color: #245ff9;
	padding: 10px 25px 10px 25px;
	font-weight:bold;
	letter-spacing: 1px;
	border-color: #245ff9;
	border-width: 2px;
}

.top-panel div:nth-child(3) a:nth-child(2) { 
	background-color: white;
	color: #245ff9;
	border-color: #245ff9;
	padding: 10px 25px 10px 25px;
	margin-left: 20px;
	border-width:2px;
	font-weight:bold;
	letter-spacing: 1px;
}

.flex-home-container {
	display: flex;	
	/* background-color: #0e245e;		 */
	margin-right: 20px;
}

.flex-home-container div:nth-child(1) { 
	width:100px;
	text-align: center;
	margin-top: 10px;
}

.flex-home-container div:nth-child(2) { 
	margin-left: 20px;
	margin-right: 20px
}

.flex-home-container div:nth-child(2) div:nth-child(1) { 
	color: #245ff9;
	font-size: 30px;
	width: 100%;
	text-align: left;
	font-weight: bold;
}

.flex-home-container div:nth-child(2) div:nth-child(2) { 
	/* color: white; */
	margin-left: 0px;
	font-size: 20px;
}

.flex-home-container div:nth-child(2) div:nth-child(3) a { 
	color: white;
	margin-left: 0px;
	background-color: #245ff9;
	padding: 10px 25px 10px 25px;	
	margin-top:20px;
}

.flex-home-container2 {
		display: flex;		
		/* background-color: #92affd;		 */
		margin-right: 20px;
}

.flex-home-container2 div:nth-child(1) { 
	width:100px;
	text-align: center;
	margin-top: 10px;
}

.flex-home-container2 div:nth-child(2) { 
	margin-left: 20px;
	margin-right: 20px
}

.flex-home-container2 div:nth-child(2) div:nth-child(1) { 
	color: #F15624;
	font-size: 30px;
	width: 100%;
	text-align: left;
	font-weight: bold;
}

.flex-home-container2 div:nth-child(2) div:nth-child(2) { 
	/* color: white; */
	margin-left: 0px;
	font-size: 20px;
	
}

.flex-home-container2 div:nth-child(2) div:nth-child(3) a { 
	color: white;
	margin-left: 0px;
	background-color: #245ff9;
	padding: 10px 25px 10px 25px;
	margin-top:20px;
}

.flex-home-container img { 	
	margin-left: 18px;
	height: 63px;
	margin-top: 10px;
}

.flex-home-container2 img { 	
	margin-left: 18px;
	height: 63px;
	margin-top: 10px;
}

.flex-home-container {	
	/* box-shadow: 3px 3px 5px #dbdbdb;		 */
}
	
.flex-home-container2 {		
	/* box-shadow: 3px 3px 5px #dbdbdb;		 */
}	

.flex-home-container2 .btn {	
	box-shadow: 1px 1px 5px #696f7d;		
}

.top-panel .btn {	
	box-shadow: 1px 1px 5px #696f7d;		
}

@media (min-width: 1024px){	
	.top-panel  {
		display: flex;
		height: 100px;
	}
	
	.top-panel div:nth-child(1) { 
		/*margin-left: 100px;*/
	}	
}

.flex-home-container{
	padding-bottom: 20px;
}

.flex-home-container2{
	padding-bottom: 20px;
}

@media (max-width: 449px) {	
	.flex-home-container {
		
				
	}
	
	.flex-home-container2 {
		
	}	
	
	.flex-home-container div:nth-child(2) div:nth-child(1) {		
	}
}

@media (min-width: 450px) and (max-width: 638px) {	
	.flex-home-container {
		
				
	}
	
	.flex-home-container2 {
		
	}	
	
	.flex-home-container div:nth-child(2) div:nth-child(1) {		
	}
}

@media (min-width: 639px) and (max-width: 991px){	
	.flex-home-container {
		
				
	}
	
	.flex-home-container2 {
		
		
		
	}	
}

@media (min-width: 992px) and (max-width: 1139px){	
	.flex-home-container {
		
		width: 300px;		
	}
	
	.flex-home-container2 {
		
		width: 300px;
		margin-top: 20px;
	}	
}

@media (min-width: 1140px) and (max-width: 1323px){	
	.flex-home-container {
		
		width: 360px;		
	}
	
	.flex-home-container2 {
			
		width: 360px;
		margin-top: 20px;
	}	
}

@media (min-width: 1323px) and (max-width: 1399px){	
	.flex-home-container {
		
		width: 440px;		
	}
	
	.flex-home-container2 {
			
		width: 440px;
		margin-top: 20px;
	}	
}

@media (min-width: 1400px){	
	.flex-home-container {
		
		width: 450px;		
	}
	
	.flex-home-container2 {
			
		width: 450px;
		margin-top: 20px;
	}	
	
}

.learnMore{
	color: white;
	font-weight: bold;
	letter-spacing: 1px;
}

.learnMore:hover{
	color: white;
	text-decoration: underline;
}

ul.footer-contact li a {
	color: #2a2a2a;
}

ul.footer-contact li a:hover {
	text-decoration: underline;
}

#learn-more-get:hover {
	color: black;
	background-color: #91affc;
}

#learn-more-top:hover {
	color: black;
	background-color: #91affc;
}

#btn-meet:hover {
	color: white;
	background-color: #0b1b42;
}

#btn-read:hover {
	color: white;
	background-color: #0b1b42;
}



#learn-more-get {
	border-color: #245ff9;	
	font-weight:bold;
	letter-spacing: 1px;
}

#learn-more-top {
	border-color: #245ff9;	
	font-weight:bold;
	letter-spacing: 1px;
}

.footer-social > a{
	margin-right: 5px;
}

#footerDesktop{
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}	

.seo-message{
	
}

.container{
	padding-left: 0px;
	padding-right: 0px;
}

.band-color {
	background-color: #e1f5fc;
	height: 200px;
	display: flex;
	align-items: center;
}	

.band-color > h1 {
    font-family: "HelveticaNeue";
    width: 860px;
    font-size: 28px;
    padding: 0% 5%;
    text-align: center;
    color: rgb(10,45,116);
    margin: 0 auto;
    
    line-height: 40px;
    max-width: 100%;
}

@media (max-width: 600px){	
	.band-color {		
		height: 150px;
		
	}	

	.band-color > h1 {
		font-size:16px;	
		line-height: 20px;
	}	
}

@media (min-width: 1323px){	
	#mainVideo{
		position:absolute;top:0;left:0;width:100%;height:403px;
	}	
}

@media (min-width: 1140px) and (max-width: 1322px){	
	#mainVideo{
		position:absolute;top:0;left:0;width:100%;height:430px;
	}	
}

@media (min-width: 992px) and (max-width: 1139px){	
	#mainVideo{
		position:absolute;top:0;left:0;width:100%;height:600px;
	}	
}

@media (max-width: 991px){	
	#mainVideo{
		position:absolute;top:0;left:0;width:100%;height:100%;
	}	
}

@media (max-width: 1023px){	
	.top-panel > div{
		display: block !important;
	}
	
	.top-panel > div > div{
		text-align: center;
	}
}

@media (max-width: 400px){	
	.top-panel {
		height:140px !important;
	}

	.top-panel img{
		height:50px !important;
	}
	
	.top-panel div:nth-child(3) a:nth-child(1) { 		
		padding: 10px 20px 10px 20px;
		font-weight:bold;
		
	}
	
	.top-panel div:nth-child(3) a:nth-child(2) { 		
		padding: 10px 20px 10px 20px;
		font-weight:bold;
		
	}
	
	.flex-home-container2 div:nth-child(2) div:nth-child(1) {
		font-size: 25px;
	}
	
	.flex-home-container2 div:nth-child(2) div:nth-child(2) {
		font-size: 20px;
	}
	
	.flex-home-container div:nth-child(2) div:nth-child(1) {
		font-size: 25px;
	}
	
	
	
}

.topHeaderEndeavor {
	display: flex;
	width: 570px;
}

#topHeaderText{
	margin-right: 30px;
}

@media (max-width: 575px){	
	.topHeaderEndeavor {
		display: block;
		width: 100%;	
	}
	
	.flex-home-container{
		margin-left: 0px;
		margin-right: 0px;
		
	}
	.flex-home-container2{
		margin-left: 0px;
		margin-right: 0px;
	}
	
}

@media (max-width: 433px){	
	.topHeaderEndeavor {
		display: block;
		width: 100%;	
	}
	#topHeaderText{
		margin-right: 0px;
	}	
}

#foreground-text{
  position:absolute;
  top:55%;
  width:100%;
  text-align:center;
  margin:0 auto;
  font-size: 28px;
  color: white;  
  font-family: 'DM Sans', sans-serif;
}

#foreground-text-inner{
	display: grid;
}	

@media (max-width: 620px){	
	#foreground-text{	 
	  top:55%;
	  width:100%;	 
	  margin:0 auto;
	  font-size: 20px;	 
	}
}

@media (max-width: 485px){	
	#foreground-text{	 
	  top:60%;
	  width:100%;	 
	  margin:0 auto;
	  font-size: 15px;	 
	}
}

@media (min-width: 400px){	
	#footer-logo{
		height: 128px;	
	}	
}

@media (max-width: 399px){	
	#footer-logo{
		height: 108px;	
	}	
}

@media (max-width: 991px){	
	.footer-social {			
		justify-content: center;
		margin-top: 30px;
	}	
}

.footer-social {	
	display: flex;
	margin-right: 60px;	
}

.footer-social a{		
	padding-left: 5px;
	padding-right: 5px;
}

@media (max-width: 1080px){	
	#footerDesktop{
		flex-direction: column;
	}
	
	.footer-contact {
		margin-left: 0px;
	}
	
	.footer-social {
		margin-top: 20px;
		margin-right: 0px;	
	}
	
}

#tagline{
	font-size: 16px;
	margin-bottom: 20px;
}

@media (min-width: 769px){	
	#tagline{
		display: none;
	}
	
}

@media (min-width: 1400px){	
	 .top-panel{
		width: 1250px;
	 }
}

@media (min-width: 1323px) and (max-width: 1399px){	
	 .top-panel{
		width: 1240px;
	 }
}

@media (min-width: 1140px) and (max-width: 1322px){	
	 .top-panel{
		width: 1157px;
	 }
}

.footer-social img {
	height: 20px;
	
}

#videoButton{
	height: 60px;
}

#playVideo{
	display: none;
}

