/* Minification failed. Returning unminified contents.
(73,1): run-time error CSS1019: Unexpected token, found '}'
(179,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(180,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(181,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(182,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(183,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(184,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(480,16): run-time error CSS1039: Token not allowed after unary operator: '-blue'
(503,17): run-time error CSS1039: Token not allowed after unary operator: '-blue'
(551,17): run-time error CSS1039: Token not allowed after unary operator: '-blue'
(563,16): run-time error CSS1039: Token not allowed after unary operator: '-blue'
(585,17): run-time error CSS1039: Token not allowed after unary operator: '-blue'
(629,17): run-time error CSS1039: Token not allowed after unary operator: '-blue'
(688,28): run-time error CSS1039: Token not allowed after unary operator: '-blue'
(699,28): run-time error CSS1039: Token not allowed after unary operator: '-blue'
(1100,34): run-time error CSS1062: Expected semicolon or closing curly-brace, found '!important'
(1699,17): run-time error CSS1039: Token not allowed after unary operator: '-blue'
(1748,26): run-time error CSS1030: Expected identifier, found '>'
(1748,28): run-time error CSS1030: Expected identifier, found 'span'
(1748,39): run-time error CSS1031: Expected selector, found ')'
(1748,39): run-time error CSS1025: Expected comma or open brace, found ')'
(1940,21): run-time error CSS1039: Token not allowed after unary operator: '-blue'
 */
body .sm-blue a, body .sm-blue a:hover, body .sm-blue a:focus, body .sm-blue a:active
{
  text-shadow: none;
}

/*TABLE WIDGET container*/
#html_content{
    display:grid;
}
/*---------*/

.sdt_box_item img
{
  display: inline-block;
}



.ms-slide .ms-caption
{
  background-color: #000000;
  font-size:20px;
}



/* START CSS */

img
{
  display: block;
}
*
{
  font-family: sans-serif;
}

body, html
{
  padding:0; margin:0;
  width:100vw;
  overflow-x: hidden;
}


body.home header #logo a {
    pointer-events: none;
}


.nosize
{
  font-size:0;
  opacity: 0;
  position: fixed;
  left:-99999px;
  top:-9999px;
}




.contained-width, .full-width
{
  display: block;
}


body.no-inside-menu #leftMenu
{
  display: none!important;
}
}


/* MOBILE MENU */

#nav-icon {
  width: 40px;
  height: 30px;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #000000;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}


#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
  top: 12px;
}

#nav-icon span:nth-child(4) {
  top: 24px;
}

#nav-icon.open span:nth-child(1) {
  top: 15px;
  width: 0%;
  left: 50%;
}

#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}















*:not(.fa), .sm-blue a, .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active {
    font-family: 'Cabin', sans-serif!important;
}


html {
    font-size: 62.5%;
}
body {
    font-weight: 300;
    font-size: 1.6rem;
}
:root {
    --blue: #00457c;
    --lightblue: #d6ecf7;
    --green: #8dc63f;
    --grey: #f6f6f6;
    --white: #ffffff;
    --darkblue: #1b3e6a;
}
h1 {
    /*font-size: 4.4rem !important;
    font-weight: 300;
    color: #1b3e6a;*/
    font-weight: 400;
    font-size: 4.4rem !important;
    color: #333333;
}
h2 {
	font-size:3.0rem !important;
	font-weight:bold;
	color:#000000;
}
h3 {
	font-size:2rem !important;
	font-weight:300;
	color:#000000;
}
h4 {
	font-size:1.8rem !important;
	font-weight:700;
	color:#1b3e6a !important;
}
h5 {
    font-size: 1.8rem !important;
    text-transform: uppercase;
    color: #555 !important;
}
p, li {
    font-weight: normal;
    color: #333;
    font-size: 16px;
}
a {
	text-decoration: underline;
    color: #1b3e6a;
}
ol {
  list-style: none;
  counter-reset: counter;
  padding-left: 0;
}
ol li {
  counter-increment: counter;
}
ol li::before {
    content: counter(counter) ". ";
    color: #1B3E6A !important;
    font-weight: bold;
    position: absolute;
    left: 25px;    
}
#html_content ul {
    list-style: none;
    padding-left: 0;
    margin-left: 15px;
    padding-left: 30px;
}

#html_content ol {
    margin-left: 20px;
    padding-left: 30px;
}

#html_content ul li
{
    position: relative;
    margin-bottom: 8px;
}
#html_content ul li::before {
         content: "";
    /* content: "\2022"; */
    /* color: #259ACC !important; */
    /* margin-right: 10px; */
    position: absolute;
    left: -23px;
    top: 7px;
    height: 11px;
    width: 15px;
    background: url(/images/bullet.png) no-repeat center center;
    background-size: contain;
}

form[action="./departments"] #html_content ul li::before
{
    top:15px;
}

form[action="./departments"] #html_content ul li a
{
/*    text-decoration: none;*/
font-size:18px;
}
form[action="./departments"] #html_content ul li br
{
    display: none!important;
}

blockquote {
    border-left: 4px solid #1D507E;
    font-size: 22px;
    margin: 20px 0 20px 0 ;
    padding-left: 20px;
    font-size: 300px !important;
}
/*#logo{
  max-width:180px;
}*/
#logo img{
    width: 100%;
    height: auto;
  }
header, footer {
  display: inline-grid;
  width:100%;
}
header{
  min-height:75px;
}
body.home header #logo a {
    pointer-events: none;
}
body.home .body-top {
    background-image: url('/Images/huron/top-banner.jpg');
    min-height: 400px;
    background-repeat: no-repeat;
    position: relative;
    padding-bottom: 230px;
    background-position: center top;
    background-size: cover;
}
#logo, .textSize {
  display: inline-block;
}
.textSize {
  float:right;
}
.contained-width {
  max-width:1140px;
  margin:0 auto;
  width: 100%
}
.full-width {
  max-width:none;
  width:100vw;
}
.header-alert {
    background:#000; 
    color:#fff; 
    width:100%; 
    padding:15px;
}
.textSize {
      padding: 7px 0 0 15px;
}
fieldset {
    border:0;
}
#spGrow a, #spShrink a {
    text-decoration: none;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    padding: 3px;
    width: 20px;
    display: inline-block;
    text-align: center;
    background: #000000;
}
#mainContentHome {
  display: grid;
  grid-gap: 1px;
  background-color: #000000;
  padding: 1px;
}
#mainContentHome > div {
  background-color: #ffffff;
  padding: 20px;
}
#homeContentInner {
	display: grid;
	grid-template-columns: 33% 33% 33%;
}
#mainContentInside {
  display: grid;
  grid-template-columns: 300px 1fr;
  grid-gap: 1px;
  padding: 1px;
}
#mainContentInside>div {
  background-color: #ffffff;
}
#leftMenu {
  grid-row: span 3;
}
#insideContent, #breadcrumbs, #leftMenu {
  padding:10px;
}
#insideBanner img {
  width:100%;
  height: auto;
}
#utility {
    float: right;
}
#mobileMenu {
    margin-top: 10px;
    display: none;
    position: absolute;
    width: 100;
    right: 30px;
    top: 10px;
}
.no-inside-menu #mainContentInside {
  grid-template-columns: 1fr;
}
.no-inside-menu #leftMenu {
  display: none;
}
/*Glossary*/
#servicesGlossary h2 {
    display: inline-block;
}
#servicesGlossary h2.inactive {
    color: Silver;
}
/*#region MENU - Horizontal */
#mainMenu {
    background-color: transparent;
    padding: 4.0rem 0;
}
#Menu_1 {
    display: flex;
    align-items: center;
}
.sm li, .sm a {
    position: static !important;
}
#Menu_1 > li > ul {
    padding-right: 20px !important
}
.hide{
    display:none !important;
    }
    #Content_ctl00_dlECards {
        width: 100% !important;
    }
#mainMenu .menu-horizontal .sm-blue > li:first-child, 
#mainMenu .menu-horizontal .sm-blue > li {
    transition: all 0.4s ease;
    /* border-top: 14px solid var(--white);
    border-bottom: 14px solid var(--white); */
    border-left: 0 !important;
}
#mainMenu .menu-horizontal .sm-blue > li > a.current {
    background: #215d8d !important;
}
#mainMenu .menu-horizontal .sm-blue > li > a.current:before {
    content: "";
    height: 14px;
    width: calc(100% + 3px);
    position: absolute;
    top: -14px;
    left: -3px;
}
#mainMenu .menu-horizontal .sm-blue > li > a.current:after {
    content: "";
    background: #215d8d;
    height: 14px;
    width: calc(100% + 3px);
    position: absolute;
    bottom: -14px;
    left: -3px;
}
#mainMenu .menu-horizontal .sm-blue > li > a {
    border-radius: 0 !important;
    position: relative;
}
/* #mainMenu .menu-horizontal .sm-blue > li > a:hover {
    border-left: 3px solid #fff !important;
} */
.menu-horizontal .sm-blue > li {
    flex: auto;
}
.menu-horizontal .sm-blue {
    box-shadow: initial !important;
}
.menu-horizontal .sm-blue a, .menu-horizontal .sm-blue a:hover, .menu-horizontal .sm-blue a:focus, .menu-horizontal .sm-blue a:active, .menu-horizontal .sm-blue a.highlighted {
    padding: 0px 20px !important;
}
.menu-horizontal .sm-blue, .menu-horizontal .sm-blue a, .menu-horizontal .sm-blue a.highlighted, .menu-horizontal .sm-blue a:hover, .menu-horizontal .sm-blue a:focus, .menu-horizontal .sm-blue a:active {
    background: transparent !important;
    font-weight: 500;
    font-size: 19px;
    color:var(--blue);
}
/* .menu-horizontal .sm-blue a.highlighted {
    border-left: 3px solid #fff !important;
} */
img.mega-menu-img {
    max-width: 300px;
    width: 100%;
    height: auto;
    min-height: 188px;
}
.menu-horizontal .sm-blue ul {
    border: none !important;
}
/*MEGA MENU*/
#mainMenu .menu-horizontal .sm-blue {
    position: relative;
    align-items: center;
}
#mainMenu .menu-horizontal .sm-blue > li {
    position: initial;
}
#mainMenu .menu-horizontal .sm-blue > li > ul > li > a.current {
    color: var(--blue);
    font-weight: 600;
}
#Menu_1 > li > ul li ul {
    display: none !important;
}
#Menu_1 > li > ul li {
    padding-bottom: 15px;
    min-width: 230px;
}
    #Menu_1 > li > ul li > a {
        font-size: 2rem;
        color: #000;
        padding: 0 !important;
        position: relative;
        white-space: initial !important;
        line-height: 20px;
    }

#Menu_1 > li > ul.sm-nowrap li a {
    white-space: normal; /* allow line breaks */
    word-wrap: break-word; /* wrap long words if needed */
    line-height: 1.4; /* space between lines */
    max-width: 20em; /* restrict width so it wraps */
    display: inline-block; /* allows max-width to work */
}
#Menu_1 > li > ul li > a:hover {
    color: #555;
}
#Menu_1 > li > ul li > a:hover:before {
    left: 5px;
}
#Menu_1 > li > ul {
    max-width: initial !important;
    min-width: initial !important;
    column-count: 2;
    padding-left: 300px;
    margin-top: 14px !important;
    min-height: 186px;                  /*350px;*/
    padding-top: 25px;                  /*95px;*/
    margin-left: 0 !important;
}
#Menu_1 > li > ul > li {
    padding-left: 5px;
    position: relative;
    z-index: 1;
}
.mega-menu-title {
    color: var(--blue);
    font-size: 28px !important;
    font-weight: 500;
    margin-bottom: 15px;
    position: absolute;
    margin-top: -60px !important;
    height: 60px;
    width: inherit;
}
.mega-menu-addy {
    font-weight: 300;
    font-size: 16px;
    color:var(--blue);
    margin-bottom: 0 !important;
    text-align: center;
    position: absolute;
    right: 0px;
    left: 0;
    bottom: 0;
}
.mega-menu-addy strong {
    font-weight: 700;
    font-size: 18px;
    background: transparent;
    padding: 8px 10px;
    color: #1b3e6a;
    z-index: 5;
    text-transform: uppercase;
    line-height: 20px;
    position: relative;
    z-index: 1;
}
.mega-menu-addy a {
    font-weight: 500;
    color: var(--blue);
    border-left: 0 !important;
    min-height: initial;
    margin-left: 0 !important;
}
.mega-hosp-details {
    display: inline-block !important;
    clear: both;
    break-inside: avoid;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    height: 186px;
    width: 300px;
    overflow: hidden;
}
.mega-hosp-details:after,
.mega-hosp-details:before {
  content: "";
  position: absolute;
  top: 0;
  left: auto;
  width: 40%;
  height: 100%;
  right: 0;
  background-clip: content-box;
}

.mega-hosp-details:after {
  background-image: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1));
}

.mega-menu-addy {
  background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1)) !important;
  padding: 27px 0px 20px !important;
}

#mainMenu .menu-horizontal .sm-blue > li .mega-menu-addy a {
    min-height: initial;
    border-left: 0 !important;
    display: inline-block !important;
    font-weight: 600;
    font-size: 16px;
    color: var(--blue);
    padding: 0 0 0 5px !important;
}
/*#endregion */
nav.container.main_nav{
    display:grid;
    grid-template-columns: 2fr 7fr 0.5fr;
    align-items: center;
}
/*#region Search Button Toggle */
#searchBtnHead {
    display: flex;
    min-width: 20px;
    margin-top: 1px;
    justify-self: end;
    cursor: pointer;
}
#searchToggle, 
.searchPanel button {
    display: inline-block;
    height: 32px;
    width: 32px;
    background: url('/Images/huron/search.png') no-repeat center center;
    background-size: 32px 32px;
    /*opacity: 0.5;*/
    margin-top: 1px;
    justify-self: end;
    cursor: pointer;
    border: 0;
}
.searchPanel button {
    background-image: url('/Images/huron/search-white.png');
}
#searchToggle {
    display: flex;
    align-items: center;
}
.fa-search:before {
    display: none !important;
}
#searchToggle:hover, 
.searchPanel button:hover {
    opacity: 0.8;
}
#hiddenSearch {
    display: none;
    overflow: hidden;
    width: 100%;
    transition: all 0.2s;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 5rem 0;
    z-index: 9999999999; /*99999*/
}
#hiddenSearch.open {
    display: flex;
    align-items: center;
    background-color: var(--blue);
}
@media (max-width: 991.9px) {
    #hiddenSearch {
        padding: 2rem 5%;
        width: 90%;
    }
}
#searchToggle-close {
    background: url('/Images/huron/search-close.png') no-repeat center center #ffffff;
    background-size: 20px 20px;
    background-color: var(--blue);
}
.contained-searchbox {
    max-width: 1200px;
    display: grid;
    grid-template-columns: 10fr 1fr;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.body-top .innerContWrap {
    max-width: 50%;
}
.body-top h1 {
    font-size: 10rem !important;
    font-weight: 900 !important;
    line-height: 9rem;
    margin-bottom: 2.5rem;
    text-align: left;
    background-clip: text; 
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(#3074c8, #002c7a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 4;
}
.body-top h1 span {
    background: url(/Images/icon-h1.png) no-repeat left bottom;
    display: block;
    background-position: 0px 7px;
    padding-left: 80px;
    background-size: auto 75%;
}
.body-top .section-content {
    padding-left: 38px;
    padding-right: 30px;
    max-width: 370px;
}
.body-top p {
    margin-bottom: 20px;
    font-size: 2.0rem;
    font-weight: 400;
    line-height: 2.8rem;
}
.body-top a.button {
    padding: 16px 60px 16px 65px;
}

.mega-hosp-details p.mega-menu-addy, .mega-hosp-details p.mega-menu-addy strong{
    line-height: 2.0rem !important;
}
/*#endregion */
/*#region Buttons */
a.button, .button-primary, .button-secondary{
    background: url(/Images/icon-button.png) no-repeat left #1B3E6A !important;
    color: #ffffff !important;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 16px 40px 16px 56px;
    border: 0 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    position: relative;
    display: inline-block !important;
    clip-path: polygon(0 1%, 100% 0%, 95% 100%, 0% 100%);
    padding-left: 64px;
    min-width: 80px;
    letter-spacing:3px;
}
a.button:hover, .button-primary:hover, .button-secondary:hover {
    background: url(/Images/icon-button-hover.png) no-repeat left #1D507E !important;
    clip-path: polygon(0 1%, 100% 0%, 100% 100%, 0% 100%);
    transition: all 0.3s ease;
}

.button-primary a, .button-secondary a{
    color: #ffffff !important;
    text-decoration: none !important;

}

.button-border-blue {
    border-radius: 10px;
    padding: 8px 18px;
    font-weight: 500;
    color: #1b3e6a;
    border: 2px solid #1b3e6a;
    background-size: 22px auto;
    cursor: pointer !important;
}

.button-border-blue a{
    color: #1b3e6a!important;
    text-decoration: none !important;

}

hr {
    border-color: #1D507E;
}
/*#html_content .button {
    color: #1B3E6A;
    border: 1px solid #1B3E6A;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
}*/
/*a.button:before {
    content: url('/Images/huron/huron-symbol.png');
    position:absolute;
    top:0;
    left:0;
    max-height:57px;
}*/
/*#endregion */
/*#region HOME */
.funds-section {
    padding-top: 12rem;
    padding-bottom: 10rem;
}
.funds-section-content {
    display: grid;
    grid-template-columns:1fr 1fr;
}
.funds-section-content .thumbnail-frame img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}
.funds-section-content p { 
    font-size: 2.9rem;
    line-height: 4.2rem;
    margin-top: 4rem;
    font-weight: 400;
}
.funds-section-content p a { 
    color: #1b3e6a;
    text-decoration: none;
    font-weight: 400;
}
.funds-section-content .funds-content-right .innerContWrap {
    position: relative;
    z-index: 2;
    text-align: right;
    margin-right: 0;
}
.section-blog {
    padding-top: 3rem;
    padding-bottom: 3.0rem;
    background-color: #f8f8f8;
}
.blog-title h2,
.blog-title h3,
.blog-title p {
    font-size: 3.4rem;
    text-align: center;
    font-weight: 300;
    margin: 0 !important;
}
.section-blog .slick-slide {
    background: #fff !important;
    margin-right: 30px;
}
/*#endregion */

/*#region Footer */
#pre-pre-footer {
    background: url(/Images/footer-upper.jpg) no-repeat right center #1b3e6a;
    padding: 10rem 0;
    background-size: cover;
}
#pre-pre-footer p, #pre-pre-footer h2{
    color:#ffffff;
}
.pre-footer-inner {
    width: 60%;
}
.pre-footer-inner h2 {
    font-size: 4rem !important;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0;
}
.pre-footer-inner p {
    font-size: 2.2rem;
    line-height: normal;
    font-weight: 400;
    margin-top: 0;
}
.pre-footer-wrap {
    display: flex;
    gap: 15px;
}
.pre-footer-card {
    background: rgba(248, 248, 248, 0.1);
    border-radius: 0.8rem;
    padding: 30px 3%;
    width: 43%;
}
.pre-footer-card p {
    font-size: 1.8rem;
    line-height: normal;
    color: #fff;
}
    .pre-footer-card a.button, .button-secondary {
        /*    background: url(/Images/btn-light.png) no-repeat left center #259ACC !important;
*/ background: url(/Images/btn-light.png) no-repeat left center #1C7EA8 !important;
        padding: 10px 56px;
        min-width: 90px;
    }
.pre-footer-card a.button:hover, .button-secondary:hover {
    background: url(/Images/btn-light-hover.png) no-repeat left center #259ACC !important;
}

#pre-footer {
    padding: 3.5rem 0 6rem;
}
#pre-footer > div{
    display:grid;
    grid-template-columns:1fr 1fr 1fr 1fr;
    grid-column-gap: 30px;
}
#pre-footer a.button {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}
#pre-footer .pre-footer-img img {
    max-width: 90%;
}
footer {
    background: #f8f8f8;
    padding: 2.5rem 0;
    color: #706F6F; /*#757575;*/
    font-size: 1.2rem;
    text-align: left;
    text-transform: uppercase;
}
footer > div {
    display: grid!important;
    grid-template-columns: 1fr 1fr!important;
}
footer > div > div:last-child{
    text-align:right;
}
footer a:hover {
    text-decoration: none !important;
}
#pre-footer h2 {
    font-size: 2.2rem !important;
    font-weight: 400;
    color: #757575;
}
#pre-footer ul {
    list-style: none;
    padding-left: 0;
}
#pre-footer ul li {
    display: flex;
    align-items: start;
    margin-bottom: 8px;
    font-size: 1.4rem;
}
#pre-footer ul li em {
    margin-right: 5px;
    display: inline-block;
}
#pre-footer a:hover {
    text-decoration: none !important;
}
.menu-horizontal .sm-blue a span.sub-arrow {
    top: auto;
    margin-top: 0;
    bottom: -12px;
    display: none;
}
.menu-horizontal .sm-blue>li {
    border: none !important;
}
.menu-horizontal .sm-blue a.current {
    color: #000 !important;
}
/*#endregion */
/*Insight Page*/
.title-bar {
    background: #f8f8f8;
    min-height:91px;
}
.inside .title-bar #breadcrumbs {
    padding-left: 311px;
    padding-top: 18px;
}
body.resources .title-bar #breadcrumbs {
    padding-left: 0;
}
#breadcrumbs .sub-title {
    color: #1b3e6a;
    font-weight: 800;
    font-size: 16px;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin-bottom: 0px !important;
}

.sm-blue a, .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active
{

    font-weight: 500!important;
}

#dropWrap > ul,
#leftMenu > ul {
    margin: 0 !important;
    padding: 0px !important;
}

#leftMenu>ul>li>a{
    padding:8px 20px;
}

#leftMenu .sm-blue a
{
    padding-left:20px!important;
    padding-right:20px!important;

    padding-top:6px!important;
    padding-bottom:6px!important;
    display: block;
    position:relative;
}

#mainMenu .sm-blue ul
{
    background: #fff!important;
}

.sm-blue a span.sub-arrow
{
    background: transparent!important;
}

body #leftMenu .sm-blue a.highlighted
{
    background: #1b3e6a !important;
    color: #fff!important;
}

body #leftMenu .sm-blue a.highlighted:hover, #leftMenu .sm-blue a.current
{
    background: #1b3e6a !important;
    color: #fff!important;
}

/*#leftMenu>ul>ul>li
{
    background: transparent;
}*/

.inside #breadcrumbs h1 {
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 3.4rem !important;
    color: #333333;
}
#leftMenu ul li > ul{
    display:none;
}
#leftMenu ul li a.current.has-submenu + ul {
    display: block;
    margin-top: 10px;
}
#leftMenu {
    position: relative;
    top: -84px;
    max-width: 260px;
    width: 100%;
    background-color: transparent !important;
}
#leftMenu .sm-blue {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    border:1px solid #ccc!important;
    background: #fff !important;
    padding-top: 20px;
    padding-bottom: 60px;
}
#leftMenu ul {
    list-style: none !important;
    padding-left:0;
}
#leftMenu .sm-blue>li {
    font-size: 2.0rem;
    font-weight: 400 !important;
    color: #000;
    list-style: none !important;
    padding-bottom: 0px;
} 
    #leftMenu .sm-blue a, 
    #leftMenu .sm-blue a:hover, 
    #leftMenu .sm-blue a:focus, 
    #leftMenu .sm-blue a:active  {
        background: transparent; !important;
    }

   body #leftMenu .sm-blue a.current
    {
        color: #fff!important;
    }

    body #leftMenu .sm-blue a.current:hover
    {
        background: #1b3e6a !important;
    }


    #leftMenu .sm-blue a:hover, 
    #leftMenu .sm-blue a:focus, 
    #leftMenu .sm-blue a:active  {
        background: #e1ecf1 !important;
    }
#leftMenu .sm-blue a {
    padding-left: 0;
    padding-right: 0;
    color: #000 !important;
}

#leftMenu .sm-blue a.current, #leftMenu .sm-blue a:hover {
    color: #1b3e6a !important;
    position:relative;
}
#leftMenu .sm-blue a span.sub-arrow{
   /* left:-34px!important;*/
}
.sm-blue > li:last-child > a {
    border-radius: 0 !important;
}
.content-col-2 {
    display: flex;
    align-items: start;
    gap: 40px;
}
.content-col-2 a {
    color: #1b3e6a !important;
}
.content-col-2 p {
    font-weight: 400;
}
#html_content h2 {
    font-size: 2.2rem;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 0px;
}
#insideBanner{
    padding-top: 5px;
}
#html_content {    
    padding-bottom: 35px;
}
#html_content h3, 
#html_content h4, 
#html_content h5 {
    font-weight: 400;
    margin-bottom: 0 !important;
}
#html_content p, #html_content li {
    line-height: 24px;
}
#html_content input[type=text], #html_content input[type=password], #html_content textarea, #html_content select {
    padding: 8px 15px;
}
.buttons-bar {
    display: flex;
    justify-content: center;
    padding-top: 15px;
}
.button-rounded {
    background:#1B3E6A !important;
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 500;
    padding: 12px 30px;
    border: 0 !important;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    border-radius: 30px;
    cursor: pointer;
}
.button-rounded:hover {
    opacity: 0.9;
}
.buttons-bar .button-primary {
    margin-bottom: 0 !important;
}
.buttons-bar .button-rounded {
    margin-left: 5px;
    margin-right: 5px;
}
.buttons-bar .button-primary, .buttons-bar .button-secondary {
    height: 45px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
}
#div-wrapper-news > div:first-child {
    padding: 0 !important;
}

/* .all-news, 
body .newsWrap .slick-prev, 
body .newsWrap .slick-next {
    display: none !important;
    opacity: 0 !important;
} */
/*======================= Medai ================================== */
/*Media min Width 990px===============================start*/
@media (min-width: 990px) {
    .newsWrap a.jnewssc {
        width: auto !important;
        height: auto !important;
    }
    .col-3 > div.rowSub, .grid3col {
        display: grid !important;
        grid-template-columns: 1fr 1fr 1fr;
        grid-column-gap: 30px;
        grid-row-gap: 30px;
    }
   /* #dropWrap > ul {
        padding-left: 30px;
    }*/
    #dropWrap > ul ul {
        /*margin-left: -30px;*/
        list-style-type: none;
        display: none;
    }
    #dropWrap > ul li a.current + ul {
        display: block;
    }
    /*#dropWrap > ul ul li {
        position: relative;
    }
    #dropWrap > ul ul li:before {
        content: "";
        height: 20px;
        width: 19px;
        border-radius: 50%;
        top: 10px;
        left: -15px;
        position: absolute;
        background: url(/Images/arrow-blue-right.svg) no-repeat center left;
        background-size: contain !important;
    }
    #dropWrap > ul ul ul li:before {
        content: "";
        height: 6px;
        width: 6px;
        border-radius: 50%;
        top: 17px;
        left: -1px;
        position: absolute;
        background: var(--green);
        background-size: contain !important;
    }*/
    #dropWrap > ul ul a {
        font-size: 16px;
    }
    .thumbnail-frame {
        max-width: 650px;
        width: 100%;
    }
    .funds-section-content .funds-content-right .innerContWrap {
        left: 0;
        margin-left: -155px;
    }
}
/*Media Max Width 1200px and Min Width 991px       ===============================start*/
@media (max-width: 1200px) and (min-width: 990px) {
    .body-top .innerContWrap {
        max-width: 64%;
    }
}
/*Media Max Width 1200px===============================start*/
@media (max-width: 1200px) {
    .contained-width {
        width: 95%;
    }
    #pre-pre-footer {
        background: url(/Images/footer-upper.jpg) no-repeat left center #1b3e6a;
    }
}
/*Media Max Width 991px===============================start*/
@media (max-width: 990px) {
    /* #searchToggle {
        display: none;
    } */
    header {
        min-height: 90px;
    }
    #mainContentHome {
        display: block;
    }
    #mainContentHome>div {
        border:1px solid #000000;
    }
    #utility {
        display: none;
    }
    #mobileMenu {
        display: block;
    }
    .header-alert {
        display: none;
    }
    #mainMenu {
        display: none;
        background: #000000;
    }
    #mainContentInside {
        grid-template-columns: 1fr;
    }
    #leftMenu {
        display: none;
        order:2;
    }
    #nav-icon {
        background: #1b3e6a;
        width: 60px;
        height: 54px;
        border-radius: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #nav-icon span {
        color: #fff;
        background: #fff;
        width: 50%;
        left: auto;
    }
    #nav-icon span:nth-child(1) {
        top: 15px;
    }
    #nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
        top: 24px;
    }
    #nav-icon span:nth-child(4) {
        top: 34px;
    }
    #logo {
        margin-top: 12px;
    }
    #mainMenu {
        background-color: #1b3e6a;
        padding: 2rem 0;
        position: absolute;
        z-index: 100;
        top: 90px;
        left: 0;
        right: 0;
    }
    #Menu_1 > li > ul {
        background-color: #18385f;
        column-count: 1;
        padding-right: 0;
        margin-top: 14px !important;
        min-height: 10px;
        padding-top: 15px;
        padding-bottom: 5px;
        padding-left: 0;
        display: none;      /*block !important;*/
        width: 100%;
        box-shadow: none !important;
    }
    #Menu_1 > li > a.current ~ ul {
        display:block
    }

    
    #Menu_1 > li > ul li > a {
        color: #fff;
        font-size: 2.2rem;
        font-weight: 500;
        line-height: 4rem;
        text-align: center;
    }
    .mega-hosp-details:after {
        display: none;
    }
    #mainMenu ul {
        flex-direction: column;
    }
    .menu-horizontal .sm-blue a, 
    .menu-horizontal .sm-blue, 
    .menu-horizontal .sm-blue a, 
    .menu-horizontal .sm-blue a.highlighted, 
    .menu-horizontal .sm-blue a:hover, 
    .menu-horizontal .sm-blue a:focus, 
    .menu-horizontal .sm-blue a:active {
        color: #fff;
        font-size: 3.2rem;
        font-weight: 500;
        line-height: 6rem;
        text-align: center;
    }
    .menu-horizontal .sm-blue ul {
        position: static !important;
    }
    .menu-horizontal .sm-blue a {
        line-height: 3.5rem !important;
    }
    .menu-horizontal .sm-blue>li {
        padding-bottom: 25px !important;
        width: 100%;
    }
    .inside .title-bar #breadcrumbs {
        padding-left: 0;
    }
    .content-col-2 {
        display: inherit;
    }
    .img-bar {
        float: left;
        margin-right: 30px;
        margin-bottom: 50px;
    }
    .img-bar img {
        width: 100%;
    }
    .mega-hosp-details {
        display: none !important;
        clear: both;
        break-inside: avoid;
        position: relative;
        top: auto;
        right: auto;
        padding: 0 25px;
    }
    body.home .body-top {
        background-position: top;
        background-repeat: no-repeat;
    }
    .body-top .innerContWrap {
        max-width: 75%;
    }
    .body-top h1 {
        font-size: 9rem !important;
        line-height: 8rem;
    }
    .body-top h1 span {
        background-position: 0;
        background-size: 54px;
        padding-left: 70px;
    }
    .body-top .section-content {
        padding-left: 20px;
        padding-right: 35px;
    }
    .funds-section-content p {
        font-size: 2.5rem;
        line-height: 3rem;
        margin-top: 25px;
    }
    /* .funds-section-content .funds-content-right .innerContWrap {
         left: -100px;
        margin-right: -80px; 
    } */
    .funds-section {
        padding-top: 8rem;
        padding-bottom: 5rem;
    }
    .section-blog {
        padding-top: 4rem;
        padding-bottom: 3rem;
    }
    .blog-title p {
        font-size: 2.4rem;
        margin: 0 0 20px !important;
    }
    #pre-pre-footer {
        padding: 4rem 0;
    }
    .pre-footer-inner {
        width: 98%;
    }
    #pre-pre-footer p, #pre-pre-footer h2 {
        padding-right: 70px;
    }
    #pre-pre-footer .pre-footer-card p, #pre-pre-footer .pre-footer-card h2  {
        padding-right: 0;
    }
    #pre-footer .contained-width {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 30px;
        justify-content: space-between;
    }
    #pre-footer h2 {
        font-size: 1.6rem;
    }
    #pre-footer .contained-width .outterContWrap {
        width: 42%;
    }
    #pre-footer .contained-width .outterContWrap img {
        width: 100%;
        height: auto;
    }
    #logo {
        max-width: 180px;
    }
    #logo img {
        width: 100%;
        min-width: 170px;
    }
    #searchBtnHead {
        position: absolute;
        right: 115px;
        top: 32px;
    }
    .div_table.news_description {
        display: grid;
        grid-template-columns: 1fr !important;
    }
    .funds-section-content .funds-content-right .innerContWrap {
        left: -80px;
    }
}
/*Media Max Width 768px===============================start*/
@media (max-width: 769.8px) {
    .body-top .innerContWrap {
        max-width: 70%;
    }
    .funds-section-content {
        display: grid;
        grid-template-columns: 1fr !important;
        padding-top: 50px;
    }
    .funds-content-right {
        padding-left: 40%;
    }
    
    #pre-footer a.button {
        padding-left: 15px !important;
        padding-right: 40px !important;
    }
    a.button {
        font-size: 1.3rem;
        padding: 12px 48px 12px 64px;
        font-weight: 500 !important;
    }
    body.home .body-top {
        /* background-position: left !important; */
        background-size: cover;
    }
    .body-top h1 {
        font-size: 7rem !important;
        line-height: 6rem;
    }
    .body-top h1 span {
        padding-left: 60px;
    }
    .div_table.news_description {
        grid-template-columns: 1fr !important;
    }
    .funds-section-content .funds-content-right .innerContWrap {
        margin-right: 20px;
        margin-left: 20px;
        margin-top: -300px !important;
    }
    .funds-section-content .thumbnail-frame .innerContWrap {
        position: relative;
        left: 0;
        margin-right: 33%;
    }
    .section-blog .slick-slide {
        margin-right: 0;
    }
    .funds-section-content .funds-content-right .innerContWrap {
        left: -10px;
    }
    .funds-section-content p {
        font-size: 2rem;
        line-height: 2.5rem;
    }

}
/*Media Max Width 580px===============================start*/
@media (max-width: 580px) {
    .body-top .innerContWrap {
        max-width: 85%;
    }
    .body-top h1 {
        font-size: 4rem !important;
        line-height: 4rem;
    }
    .body-top h1 span {
        background-position: 0;
        background-size: 32px;
        padding-left: 42px;
    }
    .div_table.news_description {
        display: grid;
        grid-template-columns: 1fr !important;
        grid-template-columns: 0;
    }
    .section-blog .slick-slide {
        margin-right: 0;
    }
    .funds-section-content {
        display: grid;
        grid-template-columns: 1fr !important;
        min-height: 360px;
    }
    .funds-section-content .funds-content-right .innerContWrap {
        margin-right: 20px;
        margin-left: 20px;
        margin-top: 60px !important;
    }
    .funds-section-content .thumbnail-frame .innerContWrap {
        position: absolute;
        left: -143px;
        right: 20%;
        margin-right: 0;
        overflow: hidden;
    }
    .funds-section-content .thumbnail-frame img {
        width: auto;
        height: 390px;
        border-radius: 1rem;
    }
    .funds-section-content .funds-content-right a.button {
        min-width: 80px;
    }
    #html_content {
        padding-top: 10px;
    }
    .img-bar {
        max-width: 40%;
        margin-left: 0;
        margin-right: 3%;
        margin-bottom: 5px;
    }
    .inside #breadcrumbs h1 {
        font-size: 3rem !important;
    }
    #html_content h2 {
        margin-bottom: 10px;
    }
    .funds-section-content p {
        margin-top: 15px;
    }
    .funds-section-content p {
        font-size: 2rem !important;
        line-height: 2.5rem;
    }
    .funds-section-content .funds-content-right .innerContWrap {
        margin-top: -310px;
    }
    .pre-footer-wrap {
        flex-direction: column !important;
    }
    .pre-footer-card {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    #pre-footer .contained-width {
        flex-direction: column;
    }
    #pre-footer .contained-width .outterContWrap {
        width: 100%;
    }
    #pre-pre-footer p, #pre-pre-footer h2 {
        padding-left: 10px;
        padding-right: 10px;
    }
}
/*Media Max Width 486px ================================start*/
@media (max-width: 486px) {
.funds-section-content .funds-content-right .innerContWrap {
    margin-top: 30px !important;
}
.funds-section-content p {
    font-size: 1.8rem !important;
    line-height: 2rem;
}
}
/*Media Max Width 370px===============================start*/
@media (max-width: 370px) {
    .body-top h1 {
        font-size: 4rem !important;
        line-height: 4rem;
    }
}

.offeredAt {
    font-weight: 500;
    color: var(--blue);
    position: relative;
    padding-left: 23px;
}

.offeredAt strong:after {
    content: "";
    background: url(/Images/dept-pin.svg) no-repeat center;
    height: 30px;
    width: 30px;
    left: -3px;
    background-size: contain !important;
    top: -8px;
    display: inline-block;
    position: absolute;
}

.offeredAt strong{
    font-weight: 500;
    color: #1c7ea7;   /*#259ACC;*/

}
#servicesWrapper .serviceitem {
    position: relative;
    display: block;
    /* float: left; */
/*    width: 301px;*/
    margin-right: 30px;
    padding-bottom: 10px;
}
#servicesWrapper h2 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-bottom-color: #1b3e6a;
    color: #1b3e6a !important;
}
#servicesWrapper ul {
    padding-left: 15px;
}
#servicesWrapper li {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #cccccc;
    line-height: 40px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#html_content a:not(:has(> span.button)),
#html_content li a:not(:has(> span.button)) {
    text-decoration: none;
    color: #1b3e6a;
    border-bottom: solid 2px #259ACC;
    /*border-bottom: dashed 2px #259ACC;*/
}
#Content_ctl00_ddlHospitals {
    margin-bottom: 10px;
}

#servicesGlossary a
{
    border: 0!important;
}

#servicesGlossary a:hover
{
    border: 0!important;
    color:#259ACC!important;
}




/*#region Testimonials */

.testimonials-1-column,
.community-1-column {
    display: grid;
    grid-template-columns: 1fr
}

    .testimonials-1-column img {
        width: 75px;
       /* height: auto;
        border-radius: 50%*/
    }

    .testimonials-1-column h3,
    .community-1-column h3 {
        font-weight: normal;
    }

    .testimonials-1-column > div {
        display: grid;
        grid-template-columns: 120px 1fr;
        margin-bottom: 20px;
    }

    .testimonials-1-column h2,
    .community-1-column h2 {
        margin-bottom: 10px;
    }

.community-1-column {
    margin-bottom: 20px;
}


.testimonials-2-columns {
    display: grid;
    grid-template-columns: 200px 1fr;
    grid-column-gap: 20px;
}

    .testimonials-2-columns div {
        margin-bottom: 20px;
    }

    .testimonials-2-columns img {
        width: 184px;
       /* height: 184px;
        border-radius: 50%*/
    }

    .testimonials-2-columns h2 {
        margin-top: 0;
    }

    .testimonials-2-columns h3 {
        margin-top: 0;
        margin-bottom: 10px;
        color: #455560;
        font-family: Cabin, 'Cabin', sans-serif;
        font-size: 24px;
        font-weight: 300;
        /*letter-spacing: 2px;*/
        line-height: initial;
        /*text-transform: uppercase;*/
    }

.testimonials-4-columns {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 20px;
}

    .testimonials-4-columns div {
        margin-bottom: 30px;
        text-align: left;
    }

    .testimonials-4-columns img {
        width: 100%;
        height: auto;
        /*border-radius: 50%;*/
    }

    .testimonials-4-columns h2 {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .testimonials-4-columns h3 {
        margin-top: 0;
        margin-bottom: 10px;
        color: #455560;
        font-family: Cabin, 'Cabin', sans-serif;
        font-size: 24px;
        font-weight: 300;
        /*letter-spacing: 2px;*/
        line-height: initial;
        /*text-transform: uppercase;*/
    }

.lbl-bio {
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
}

.testimonials-4-columns .div-staff-desc {
    display: none;
    text-align: left;
}

@media screen and (max-width: 1000px) {

    .testimonials-4-columns {
        grid-template-columns: 1fr 1fr;
    }

        .testimonials-4-columns div {
            text-align: center;
        }

        .testimonials-4-columns img {
            width: 70%;
        }
}

@media (max-width: 767px) {


    #mainMenu ul li ul li a.current
    {
        background-color: #e1ecf1 !important;
    }
    #pre-footer>div.contained-width
    {
        display: grid!important;
        grid-template-columns: 1fr 1fr!important;
    }

    #pre-footer *
    {
        text-align: center;
        align-items: center;
        align-self: center;
    }

    #pre-footer>div.contained-width img
    {
        max-width: 30vw!important;
    }


    .testimonials-4-columns {
        grid-template-columns: 1fr;
    }

        .testimonials-4-columns img {
            width: 50%;
        }

    .testimonials-2-columns {
        grid-template-columns: 1fr;
    }

    #Menu_1 > li > ul li > a
    {
        color: var(--blue)!important;
    }

    .menu-horizontal .sm-blue a.current
    {
        color:#fff!important;
        
    }

    body #Menu_1 > li > ul li
    {
        padding:8px 0!important;
    }

    .menu-horizontal .sm-blue a, .menu-horizontal .sm-blue, .menu-horizontal .sm-blue a, .menu-horizontal .sm-blue a.highlighted, .menu-horizontal .sm-blue a:hover, .menu-horizontal .sm-blue a:focus, .menu-horizontal .sm-blue a:active
    {
        font-size: 25px!important;
    }

  body #nav-icon, body #nav-icon *{
        color: #1b3e6a!important;
        background: transparent;
    }
    #searchToggle
    {
        position: relative;
        top:-3px;
    }


    body #nav-icon span
    {
        background: #1b3e6a!important;
        width:70%;
    }

    body .menu-horizontal .sm-blue>li
    {
        padding:14px!important;
        -webkit-box-shadow: 0px 2px 5px 0px rgba(0,36,64,0.26);
-moz-box-shadow: 0px 2px 5px 0px rgba(0,36,64,0.26);
box-shadow: 0px 2px 5px 0px rgba(0,36,64,0.26);
border-bottom: 1px solid rgba(0,36,64,0.36);;
    }
}
/*#endregion */

/*#region Sticky SideBar */

.fa {
    color: #fff !important;
    font-size:30px!important;
}

.icon-bar {
    position: fixed;
    top: 352px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
    z-index: 1000;
}

    .icon-bar a {
        display: block;
        text-align: center;
        padding: 10px 10px;
        transition: all 0.3s ease;
        color: white;
        font-size: 18px;
        border-radius: 8px;
        margin-bottom: 5px;
    }

        .icon-bar a:hover {
            background-color: #000;
        }

.facebook {
    background: #3B5998;
    color: white;
}

.twitter {
    background: #55ACEE;
    color: white;
}

.google {
    background: #dd4b39;
    color: white;
}

.linkedin {
    background: #007bb5;
    color: white;
}

.youtube {
    background: #bb0000;
    color: white;
}

.instagram {
    background: #dd4b39;
    color: white;
}



/*#endregion */

