/* Minification failed. Returning unminified contents.
(184,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(185,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(186,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(187,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(197,14): run-time error CSS1039: Token not allowed after unary operator: '-blue'
(211,13): run-time error CSS1039: Token not allowed after unary operator: '-blue'
(231,35): run-time error CSS1039: Token not allowed after unary operator: '-green'
(251,14): run-time error CSS1039: Token not allowed after unary operator: '-blue'
(256,49): run-time error CSS1039: Token not allowed after unary operator: '-blue'
(289,15): run-time error CSS1039: Token not allowed after unary operator: '-green'
(348,32): run-time error CSS1039: Token not allowed after unary operator: '-green'
(483,20): run-time error CSS1039: Token not allowed after unary operator: '-lightblue'
(501,34): run-time error CSS1039: Token not allowed after unary operator: '-green'
(512,15): run-time error CSS1039: Token not allowed after unary operator: '-blue'
(553,17): run-time error CSS1039: Token not allowed after unary operator: '-blue'
(563,19): run-time error CSS1039: Token not allowed after unary operator: '-lightblue'
(590,33): run-time error CSS1039: Token not allowed after unary operator: '-green'
(595,35): run-time error CSS1039: Token not allowed after unary operator: '-green'
(612,17): run-time error CSS1039: Token not allowed after unary operator: '-blue'
(613,28): run-time error CSS1039: Token not allowed after unary operator: '-blue'
(622,28): run-time error CSS1039: Token not allowed after unary operator: '-blue'
(650,30): run-time error CSS1039: Token not allowed after unary operator: '-green'
(659,19): run-time error CSS1039: Token not allowed after unary operator: '-grey'
(683,15): run-time error CSS1039: Token not allowed after unary operator: '-blue'
(708,32): run-time error CSS1039: Token not allowed after unary operator: '-green'
(784,57): run-time error CSS1039: Token not allowed after unary operator: '-blue'
(820,20): run-time error CSS1039: Token not allowed after unary operator: '-lightblue'
(862,31): run-time error CSS1039: Token not allowed after unary operator: '-lightblue'
(869,15): run-time error CSS1039: Token not allowed after unary operator: '-blue'
(1032,15): run-time error CSS1039: Token not allowed after unary operator: '-blue'
(1042,15): run-time error CSS1039: Token not allowed after unary operator: '-blue'
(1112,20): run-time error CSS1039: Token not allowed after unary operator: '-blue'
(1128,31): run-time error CSS1039: Token not allowed after unary operator: '-blue'
(1129,34): run-time error CSS1039: Token not allowed after unary operator: '-blue'
(1131,31): run-time error CSS1039: Token not allowed after unary operator: '-blue'
(1224,15): run-time error CSS1039: Token not allowed after unary operator: '-blue'
(1243,79): run-time error CSS1039: Token not allowed after unary operator: '-blue'
(1273,20): run-time error CSS1039: Token not allowed after unary operator: '-green'
(1315,15): run-time error CSS1039: Token not allowed after unary operator: '-blue'
(1339,10): run-time error CSS1036: Expected expression, found ':'
(1365,17): run-time error CSS1039: Token not allowed after unary operator: '-blue'
(1440,24): run-time error CSS1039: Token not allowed after unary operator: '-green'
(1557,30): run-time error CSS1039: Token not allowed after unary operator: '-green'
(1576,25): 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%;
}
/* Video responsive*/
/*-----------------------------------------------*/
.video-responsive {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 56.25%;
    height: 0;
}

    .video-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }















:root {
	--blue:#00457c;
  --lightblue:#d6ecf7;
  --green: #8dc63f;
  --grey: #f6f6f6;
}
body *, .sm-blue a, .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active
{
  font-family: 'Poppins', sans-serif;
}
h1
{
	    font-size: 35px;
    font-weight: 600;
	color: var(--blue);
}

h2
{
	font-size: 26px;
    font-weight: 500;
    color: #333;
}

h3
{
	font-size:22px;
	font-weight:500;
	color:var(--blue);
}

p, li, a {
    color: #111;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 300;
}
.hidden{
    display:none;
}
.inside p, .inside li, .inside a{
  font-size: 17px;
} 

.innerContWrap a, body[contenteditable="true"] a
,#insideContent a
{
	text-decoration: none;
    border-bottom: 3px solid var(--green);
    font-weight: 500;
}
body[contenteditable="true"] p
{
  font-weight: 300;
}

.short_text
{
    font-weight: 400;
}

#progGridWrap
{
  padding-top:50px;
}

.inside .home-news-desc h2
{
  color:var(--blue);
}

.innerContWrap a.button, .button, #insideContent button, #insideContent input[type="submit"], .button1
{
  background: url('/Images/btn-arrow.svg') var(--blue) no-repeat right 14px center;
  background-size: 16px auto;
  color:#fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  padding:8px 42px 8px 26px;
  margin-top:16px;
  display: inline-block;
  transition: all 0.2s ease;
  border-bottom:0;
}

.button:hover, button:hover, input[type="submit"]:hover, .button1:hover
{
 background-position: right 9px center;
}

img.mega-menu-img{
    max-width:320px;
}

ol {
    list-style: none;
    counter-reset: counter;
}
ol li {
  counter-increment: counter;
  position:relative;
}
ol li::before {
  content: counter(counter) ". ";
  color: var(--green);
  font-weight: 500;
      position: absolute;
    left: -23px;
}







#logo
{
  width:200px;
}
header, footer
{
  padding-top:10px;
  padding-bottom:10px;
  display: inline-grid;
}



#logo, .textSize, .searchPanel
{
  display: inline-block;
}


#footerWrap {
    background-color: #2e2e2e;
    padding:50px 0;
}


#searchWrap
{
  display: none;
}


.contained-width {
    max-width: 1200px;
    margin: 0 auto;
}

.full-width
{
  max-width:none;
  width:100vw;
}

.header-alert
{background:#000000; color:#ffffff; width:100%; padding:15px;}

.searchPanel
{
  border-bottom:5px solid var(--green);
}

.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;
  padding-bottom: 50px;
}

#footerLocations .contained-width, #mainContentHome, #homeContentInner
{
  max-width:1000px;
}



#mainContentInside
{
  display: grid;
  grid-template-columns: 300px 1fr;
  grid-gap: 1px;
  padding: 1px;
  margin-bottom:0px;
}

/* HOME START */
#homeWaves
{
  position: relative;
}
#homeWaves img
{
  width:100vw;
  height: auto;
  position: relative;
/*  top:-50px;*/
  pointer-events: none!important;
 /* background:url('/Images/waves.png') no-repeat;
  background-size: contain;*/
}

#banner, .home .intro
{
/*  opacity: 0;*/
  animation: 2s ease-out 0s 1 fadeIn;
}

@keyframes animateLeft {
  0% {
    left: -100vw;
    opacity: 0;
    margin-top:-80px;
  }
  100% {
    left:0;
    opacity: 1;
    margin-top:0px;
  }
  
}

@keyframes animateRight {
  0% {
    background-position:right -100vw center;
    opacity: 0;
/*    margin-top:-80px;*/
  }
  100% {
    background-position:right 0vw center;
    opacity: 1;
/*    margin-top:0px;*/
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    margin-top:80px;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity:1;
    margin-top:0px;
  }
}



.home #homeWaves
{

  background:url('/Images/wave-right.png') no-repeat;
  background-size: cover;
  animation: 2s ease-out 0s 1 animateRight;
  top:0;            /*-50px;*/
}

.home #homeWaves img
{
  animation: 2s ease-out 0s 1 animateLeft;
}



.inside #homeWaves img
{
  top:0;
}

#breadcrumbs
{
  background: var(--lightblue);
}

.inside #insideContent
{
  margin-top:45px;;
  padding-top: 0!important;
  padding-left:40px;
}

.login-container
{
  display: flex;
}

#LeftMenu .sm-blue.nav
{
      list-style-type: none;
    border-left: 10px solid var(--green);
    border-radius: 0;
      -webkit-box-shadow: initial;
    -moz-box-shadow: initial;
    box-shadow: initial;
    margin-top:0px;
}

#LeftMenu .sm-blue a.current, #LeftMenu .sm-blue a.current:hover
{
  font-weight: 600!important;
  color: var(--blue)!important;
}

#LeftMenu
{
  margin-top: 45px;
  border-right: 1px solid #aaa;
  padding-right: 20px;
}

#LeftMenu .sm-blue a, #LeftMenu .sm-blue a:hover, #LeftMenu .sm-blue a:focus, #LeftMenu .sm-blue a:active
{
  background: transparent!important;
  color: #333;
  font-weight: 400;
  padding:8px 0!important;
  display: block;
  font-size: 17px!important;
}

#LeftMenu .sm-blue ul ul
{
  background: transparent;
}

#LeftMenu .sm-blue.nav
{

}

#LeftMenu ul li ul {
    display: none;
}

#LeftMenu ul li a.current.has-submenu + ul {
    display: block;
}


#breadcrumbs>div
{
    color: var(--blue);
    font-size: 34px;
    font-weight: 500;
    padding: 4px 0;
}


#insideContent input, #insideContent select
{
  border:0;
  background:var(--lightblue);
  padding:8px 12px;
  /*font-weight:19px;*/
}

#utility .searchPanel
{
  width:230px!important;
}
#subUtility .menu-horizontal .sm-blue>li:first-child, #subUtility .menu-horizontal .sm-blue>li, #subUtility .menu-horizontal .sm-blue>li:hover
{
    border-left:0!important;
    border-right:0;
    padding-left:20px!important;
    padding-right:0!important;
}

#subUtility .menu-horizontal .sm-blue a, #subUtility .menu-horizontal .sm-blue a:hover
{
    border-radius:0!important;
    padding-left:0!important;
    padding-right:0!important;
}

#subUtility .menu-horizontal .sm-blue a.current
{
  background: transparent;
  border-bottom: 3px solid var(--green);
  border-radius: 0!important;
}

body #subUtility .menu-horizontal .sm-blue:hover a:hover {
    border-bottom: 3px solid var(--green) !important;
}


#subUtility .menu-horizontal .sm-blue:hover a, #subUtility .menu-horizontal .sm-blue:hover a.current {
    border-color: transparent !important;
}


/*#region Button Donate */

#subUtility .menu-horizontal .sm-blue#Menu_2151 li:last-child {
    top: -10px;
}

/*#subUtility .menu-horizontal .sm-blue#Menu_2151 li:last-child a,*/
#subUtility .menu-horizontal ul.sm-blue a[href='/donatenow'] {
    color: var(--blue) !important;
    border: 3px solid var(--blue) !important;
    height: 40px !important;
    border-radius: 40px !important;
    font-size: 18px;
    line-height: 35px;
    padding: 0 15px !important;
}

#subUtility .menu-horizontal .sm-blue#Menu_2151 li:last-child a:hover {
    border: 3px solid var(--blue) !important;
    color: #02365e !important;
}


/*#endregion */

.sub-arrow
{
  display: none;
}


.intro
{
  display: grid;
  grid-template-columns: 1fr 2fr;
  margin:0 auto;
  margin-top:-20px;
}

.intro img
{
  max-width: 100%;
}
.introRight
{
  padding-left:50px;
  border-left:8px solid var(--green);
}

.introLeft
{
  padding-right:50px;
}
#homeNewsWrap
{
  background:var(--grey);
  padding:50px 0;
}
#homeNewsWrap h2
{
  text-align: center;
  padding:0px 0 20px 0;
}


.jnewssc
{
  /*border: 1px solid #333;*/
  background: #fff;
}

.jnewssc *, .jnewssc
{
  text-decoration: initial!important;
  text-align: left;
}
.jnewssc h3
{
  margin:0 0 9px 0;
  color: var(--blue);
  font-size:22px;
  font-weight: 500;
  line-height: 1.3;
}
.news_description img
{
  width: 100%;
  height: auto;
}

.home-news-desc
{
  padding:18px;
}

.news-time
{
  font-weight: 500;
  font-size:14px;
}

.read_more
{
  text-decoration: none;
  border-bottom:4px solid var(--green);
  padding:0;
  margin-top:10px;
  display: inline-block;color:#222;
  font-weight: 500;
  transition: all 0.5s ease;
}

.newsitem.read_more{
    border-bottom:none;
}

.jnewssc:hover .read_more {
    padding-right: 20px;
}

#footerFoundIntro
{
  max-width: 570px;
  margin:0 auto;
  text-align: center;
}

#footerFoundWrap
{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 50px;
  max-width:1000px;
  margin:0 auto;
  padding-bottom:40px;
}
#footerFoundWrap > div{
    width:auto;
}
#footerFoundWrap > div > img{
    width:100%;
    height:auto;
}
    #footerFoundWrap > div:last-child > img {
        width: 92%;
    }
.singleFound
{
  border-left:5px solid #fff;
  padding-left:30px;
  color: #fff;
  padding-bottom:10px;
}

.singleFound h3
{
  margin-top:0;
  font-weight: 400;
}

.singleFound a
{
  color:#fff;
  background-color: rgba(255,255,255,0.1);
  padding:10px 24px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
}
.singleFound a:not(.button):hover
{
  background-color: rgba(255,255,255,0.3);
}

a.button:hover {
    background-position: right 9px center;
}
#preFooterWrap {
    background: url('/Images/prefooter-waves.png') var(--blue) center center no-repeat;
    background-size: contain;
}

#preFooterWrap .innerContWrap h2:before
{
  content: "";
  position: relative;
  display: block;
  width:100%;
  height:64px;
  background:url('/Images/hands.svg') no-repeat center center;
  background-size: contain;
  margin-bottom:10px;
}

#preFooterWrap .innerContWrap
{
  padding:40px 0;
}

#preFooterWrap h2, #preFooterWrap h3, #preFooterWrap p, #preFooterWrap a
{
  color: #fff;
}
.centerContent
{
  text-align: center;
}

/* HOME END */

/*DEPARTMENTS RPGORAMS SERVICES*/

form[action="./departments"] select
{
  background: var(--lightblue);
  border:0;
  font-size:18px;
  width:240px;
  font-weight:200;
  padding:4px 8px;
}

#progGridWrap img
{
  height:110px;
  width:110px;

}

#progGridWrap .jnewssc
{
  border:0;
}

#progGridWrap .news_description
{
  display: grid;
  grid-template-columns: 120px 1fr;
  grid-column-gap: 10px;
  padding-bottom: 50px;
}

#progGridWrap .news_description>div
{
  padding:0;
  margin:0;
}

#progGridWrap .news_description>div h2
{
  margin:-5px 0 0px 0!important;
  font-size:24px;
}

#progGridWrap .home-news-desc
{
  border-left:12px solid var(--lightblue);
  padding-left:20px!important;
}

.offeredAt
{
  font-weight:400;
  color: var(--blue);
}

body a.read_more
{
    color:#333333!important;
    float: none;
}

.offeredAt strong
{
  font-weight: 500;
  color: #222;
      position: relative;
    padding-left: 23px;
}

#div-wrapper-news h2
{
  margin-top:0;
}

.offeredAt strong:before
{
      content: "";
    background: url(/Images/dept-pin.svg) no-repeat center;
    height: 34px;
    width: 37px;
    left: -10px;
    background-size: contain!important;
    top: -6px;
    display: inline-block;
    position: absolute;
}

/* FOOTER START */

footer
{
  display: grid!important;
  grid-template-columns: 1fr 1fr;
}

footer .innerContWrap
{
  text-align: right!important;
  font-weight: 100;
}

.footLogo
{
  height: 50px;
  width: auto;
}
.footLogo img
{
  width: 100%;
  height: auto;
}
#footerLocations
{
  background: #343434;
  padding:40px 0;
}

#footerLocations .contained-width
{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 42px;
}

.singleLocPin 
{
  background: url('/Images/loc.svg') no-repeat top 8px center;
  background-size: 40px auto;
  padding-top:50px;
  text-align: center;
  font-weight: 200;
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
}



.singleLocPin strong
{
  font-weight: 500;
}



#footerWrap, #footerWrap p, #footerWrap a, .singleLocPin, .singleLocPin strong, .singleLocPin a
{
  color: #ddd;
  font-size: 16px;
}


.singleLocPin:hover
{
  background: url('/Images/loc-hover.svg') no-repeat top 0px center;
  background-size: 40px auto;
  color:#fff!important;
  
}

/* FOOTER END */

#leftMenu
{
  grid-row: span 3;
}

#insideContent, #breadcrumbs, #leftMenu
{
  padding:10px;
}

#banner
{
  max-width: 900px;
    margin: 0 auto;
    text-align: center;
    padding-top:30px;
}

#insideBanner img, #banner img 
{
  width:100%;
  height: auto;
}

#utility
{
    float: right;
    width:650px;
    text-align: right;
}

#utilityClone
{
  display: none;
}
#mobileMenu
{
    float: right;
    margin-top: 10px;
    display: none;
}
#subUtility>a, #utility input
{
  color: #444;
  font-size: 17px;
  text-decoration: none;
  font-weight: 300;
}

#subUtility ul li:last-child a, #subUtility ul li:last-of-type a
/*a[href="/Donate"]*/
{
  font-weight:700!important;
  color: var(--blue)!important;
}

#subUtility ul{
  float: right;
  padding-top: 8px;
}

#subUtility>a:last-of-type
{
  color: var(--blue);
  font-weight: 700;
}

#subUtility>a:after
{
  content: "·";
  display: inline-block;
  padding:0 8px;
}

#subUtility>a:last-of-type:after
{
  display: none;
}

.no-inside-menu #mainContentInside
{
  grid-template-columns: 1fr;
}

.no-inside-menu #leftMenu
{
  display: none;
}

a[name='content'],
a.a-accordion-section {
    border-bottom: none !important;
}

/*HEADER*/

.img-logo
{
  width: auto;
  height: 64px;
  padding-top: 16px;
}
.searchPanel button, .searchPanel-mobile button{
    border: 0;
    background: url(/Images/search.svg) transparent no-repeat center right;
    height: 26px;
    width: 28px;
    background-size: contain;
    float: right;
    transition: all 0.2s ease;
    cursor: pointer;
}
input.searchbutton {
    border: 0;
    background: url(/Images/search.svg) transparent no-repeat center right;
    height: 26px;
    width: 28px;
    background-size: contain;
    float: right;
    transition: all 0.2s ease;
    cursor: pointer;
}

.searchPanel-mobile button {
    background: url(/Images/mobile-search.svg) transparent no-repeat center right;
}

.searchPanel button:hover, .searchPanel-mobile button:hover {
    transform: rotate(-15deg);
}

#mainMenu
{
  background: var(--blue);
  padding:0;
}

#Menu_1
{
  display: flex;
}




#mainMenu .menu-horizontal .sm-blue>li:first-child, #mainMenu .menu-horizontal .sm-blue>li
{
  
  transition: all 0.4s ease;
  border-top: 14px solid var(--blue);
  border-bottom: 14px solid var(--blue);
  border-left:0!important;
  border-right:4px solid var(--blue);
}

#mainMenu .menu-horizontal .sm-blue>li>a.current
/*,#mainMenu .menu-horizontal .sm-blue a:hover, #mainMenu .menu-horizontal .sm-blue a:focus, #mainMenu .menu-horizontal .sm-blue a:active, #mainMenu .menu-horizontal .sm-blue a.highlighted*/
{
  background: #215d8d!important;
/*  border-top: 14px solid #215d8d;
  border-bottom: 14px solid #215d8d;*/
}

#mainMenu .menu-horizontal .sm-blue>li>a.current:before
/*, #mainMenu .menu-horizontal .sm-blue a:hover:before, #mainMenu .menu-horizontal .sm-blue a:focus:before, #mainMenu .menu-horizontal .sm-blue a:active:before, #mainMenu .menu-horizontal .sm-blue a.highlighted:before*/
{
      content: "";
    background: #215d8d;
    height: 14px;
    width: calc(100% + 3px);
    position: absolute;
    top: -14px;
    left: -3px;
}

#mainMenu .menu-horizontal .sm-blue>li>a.current:after
/*, #mainMenu .menu-horizontal .sm-blue a:hover:after, #mainMenu .menu-horizontal .sm-blue a:focus:after, #mainMenu .menu-horizontal .sm-blue a:active:after, #mainMenu .menu-horizontal .sm-blue a.highlighted:after*/
{
      content: "";
    background: #215d8d;
    height: 14px;
    width: calc(100% + 3px);
    position: absolute;
    bottom: -14px;
    left: -3px;
}


#mainMenu .menu-horizontal .sm-blue>li>a
{
  border-left:3px solid #215d8d!important;
  border-radius: 0!important;
  position: relative;
  min-height: 46px;
}

#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, #leftMenu .sm-blue, #leftMenu .sm-blue a, #leftMenu .sm-blue a:hover, #leftMenu .sm-blue a:focus, #leftMenu .sm-blue a:active
{
  background: transparent!important;
  font-weight: 300;
    font-size: 17px;
}

.menu-horizontal .sm-blue a.highlighted
{
  border-left:3px solid #fff!important;
}

/*MEGA MENU*/



#mainMenu .menu-horizontal .sm-blue
{
  position: relative;
  width:100%;
}
#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>a
{
  font-size: 19px;
    color: #555;
    padding: 12px 20px 12px 34px!important;
    position: relative;
    white-space: initial!important;
}

body .accordion-section-title.active {
    background: url(/Images/close-white.svg) no-repeat right 15px center var(--blue)!important;
        background-size: 15px auto!important;
}
.news-item-web h2, .news-item-web h3
{
  margin:0;
}

.news-item-web h3
{
  margin-bottom:10px;
  font-size:17px;
}
.TemplateGrid img
{
  border-radius: 0!important;
  width:100px;
  height: 100px;
}

#html_content ul li,
.innerContWrap ul li{
    position: relative;
}

#Menu_1>li>ul li>a:before, #html_content ul li:before, .innerContWrap  ul li:before
{
  content: "";
  height: 4px;
  width:18px;
  background: var(--green);
  position: absolute;
      left: 0px;
    top: 22px;
    transition: all 0.1s ease;
}

#html_content ul, .innerContWrap  ul
{
  list-style-type: none;
}

#html_content ul li:before, .innerContWrap  ul li:before
{
  left:-26px;
  top:12px;
}
#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-right:370px;
/*  padding-right:33%;*/
  margin-top:14px!important;
  min-height: 350px;
  padding-top:95px;
  margin-left:0!important;
}

#Menu_1>li>ul>li
{
  padding-left:30px;
}


.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;
}

.mega-menu-addy strong
{
  font-weight: 600;
}

.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: grid!important;
    clear: both;
    break-inside: avoid;
    float: right;
    position: absolute;
    top: 25px;
    right: 0;
    border-left:1px solid #aaa;
    padding:0 25px;
}

#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;
}


/*MEGA MENU*/

#leftMenu ul li a{
    color:#000;
}

#subUtility ul li a{
    color:#000;
}






@media (min-width: 768px) {

    .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;
    }
}

/*@media (max-width: 767px) {*/
  @media (max-width: 999px) {

  #mainContentHome
  {
    display: block;
  }
  
  #utility
  {
    display: none;
  }
  #mobileMenu
  {
    display: block;
  }
  .header-alert
  {
    display: none;
  }
  #mainMenu
  {
    display: none;
    height: calc(100vh - 73px);
  }
  .contained-width {
     padding: 0;/* 20px;*/
     width:100%;
  }
  

  #leftMenu
  {
    /*display: none;*/
    order:2;
  }
   
}

/*#region Testimonials */

.testimonials-2-columns {
    display: grid;
    grid-template-columns: 200px 1fr;
    grid-column-gap: 20px;
}

    .testimonials-2-columns div {
        margin-bottom: 30px;
    }

    .testimonials-2-columns img {
        width: 100%;        /*184px;*/
       /* height: 100%;  */     /*184px;*/
        border-radius: 50%
    }

    .testimonials-2-columns h2 {
        margin-top: 0;
        margin-bottom:0px;
    }
    .testimonials-2-columns h3 {
        margin-top: 5px;
        margin-bottom: 0px;
    }
    .testimonials-2-columns p {
        margin-top: 10px;
    }
        /*#endregion */


@media (max-width: 999px) {
    .testimonials-2-columns {
        grid-template-columns: 1fr;
    }

    .testimonials-2-columns img {
        display:none;
    }
}
    /*#region Secondary Menu Mobile */

    .dropTitle {
        display: none !important
    }

    @media (max-width: 767px) {
        .dropTitle {
            display: block !important;
        }

        #leftMenuInner ul li ul li a:before {
            content: "";
            background: #1f4a79;
            position: absolute;
            left: -20px;
            top: 23px;
            font-weight: 500;
        }

        #dropWrap > ul > li:before {
            content: "";
            height: 3px;
            width: 14px;
            display: block;
            position: absolute;
            left: 6px;
            top: 18px;
            background: var(--green);
        }

        #dropWrap > ul li {
            padding-left: 30px !important;
        }

            #dropWrap > ul li ul li {
                padding-left: 0px !important;
            }

            #dropWrap > ul li ul {
                padding-left: 20px;
            }



        #leftMenu #dropWrap li a:hover, #leftMenu ul.sm-blue > li > a.current.has-submenu {
            background-color: transparent !important;
            color: var(--blue) !important;
        }

        #leftMenu {
            display: block;
        }

        #leftMenu, #leftMenuInner {
            background-color: #1f4a79 !important;
        }

            #leftMenuInner h2 {
                color: #ffffff;
                margin-bottom: -3px;
                margin-top: 5px;
            }

        #leftMenuDropWrap {
            width: calc(90vw - 20px);
            margin: 0 5vw;
            /*background: #ffffff;*/
            padding: 10px;
            position: relative;
        }

            #leftMenuDropWrap > div {
                width: 100%;
                background: #e7ecf1;
            }

                #leftMenuDropWrap > div > div > ul {
                    padding: 0 !important;
                    display: grid;
                    position: absolute;
                    z-index: 9;
                    width: 100%;
                    left: 0px;
                    padding: 10px !important;
                    background-color: #ffffff;
                    transform: scaleY(0);
                    -webkit-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.34);
                    box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.34);
                    -webkit-transition: 0.1s ease-in-out;
                    -moz-transition: 0.1s ease-in-out;
                    -o-transition: 0.1s ease-in-out;
                    transition: 0.1s ease-in-out;
                    transform-origin: top center;
                }

        #dropWrap.dropOpen > ul {
            transform: scaleY(1)
        }

        #dropWrap > ul li a {
            font-size: 16px !important;
        }

            #dropWrap > ul li a.current {
                font-weight: 500;
            }

        body #leftMenu a.current {
            background-color: transparent !important;
        }

        .dropTitle {
            color: #363636;
            font-size: 16px;
            font-weight: 400;
            display: block;
            padding: 4px 10px;
            background: url('/Images/FHT/drop-arrow.png') no-repeat center right 10px;
            background-size: 9px 6.5px;
        }
    }


    #dropWrap > ul li {
        position: relative;
    }





    /*#endregion */

    #banner .slick-arrow {
        width: 96px !important;
        height: 96px !important;
        background-size: 50%;
        background-repeat: no-repeat;
        top: 67%;
    }

    #banner .slick-prev.slick-arrow {
        background-image: url(/images/left.png);
        left: -150px;
    }

    #banner .slick-next.slick-arrow {
        background-image: url(/images/right.png);
        right: -200px;
    }

    #banner .slick-arrow:before {
        content: '' !important;
    }

/*#region Sticky SideBar */

.fa {
    color: #fff !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: 2px 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 */

#bottom-footer {
    background-color: #343434;
}

#bottom-footer *{
    color: #ddd;

}

#bottom-footer h1, h2,h3{
    margin-top:0!important;
}
    #bottom-footer p {
        margin-bottom: 0 !important;
    }

