/* Minification failed. Returning unminified contents.
(73,1): run-time error CSS1019: Unexpected token, found '}'
(170,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(171,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(172,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(173,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(174,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(175,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(176,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(177,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(178,5): run-time error CSS1062: Expected semicolon or closing curly-brace, 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 '-'
(545,17): run-time error CSS1039: Token not allowed after unary operator: '-blue'
(548,27): run-time error CSS1039: Token not allowed after unary operator: '-light-blue'
(613,17): run-time error CSS1062: Expected semicolon or closing curly-brace, found '#bannerContent'
(1069,22): run-time error CSS1039: Token not allowed after unary operator: '-green'
(1073,22): run-time error CSS1039: Token not allowed after unary operator: '-yellow'
(1077,22): run-time error CSS1039: Token not allowed after unary operator: '-grey'
(1081,22): run-time error CSS1039: Token not allowed after unary operator: '-green'
(1110,22): run-time error CSS1039: Token not allowed after unary operator: '-yellow'
(1114,22): run-time error CSS1039: Token not allowed after unary operator: '-grey'
(1118,22): run-time error CSS1039: Token not allowed after unary operator: '-greenbg'
 */
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%;
}















* {
    font-family: 'Montserrat', sans-serif !important;
}
:root {
    --purple: #573494;
    --darkpurple: #4b2a85;
    --pink: #a23193;
    --green: #83c8bc;
    --grey: #f2f2f2;
    --grey-dark: #eefdfb;
    --medgrey: #53565a;
    --darkgrey: #414346;
    --bs-success-pink: #ffc0cb;
    --light-blue: #f1f7ff;
    --orange: #fe6106;
    --greenbg: #007d79;
    --yellow: #f1c303;
    --notblack: #1e1e1e;
    --purplenew: #FAFCFF;
}

html, body, h1, h2, h3, h4, h5, h6, p, li, a, span {
    font-family: 'Montserrat', sans-serif !important;
}
html, body {
    font-weight: 400;
}
h1 {
    font-size: 28px;
    font-weight: 700;
    color: #4d802d;
}
#html_content h1 {
    border-bottom: 2px solid #e5e5e5;
    font-weight: 600;
    margin-top: 0;;
    padding-bottom: 12px;
}
h2 {
	font-size:24px;
	font-weight:700;
	color:#000000;
}
#html_content h2 {
    color: #30571E;
    font-weight: 600;
    font-size: 18px;
}
h3 {
	font-size:18px;
	font-weight:700;
	color:#000000;
}
#html_content h3 {
    color: #4d802d;
    font-weight: 600;
    font-size: 16px;
}
p, li, a {
    font-weight: 400;
    /*color: #444;
    font-size: 14px;*/
    /*direction: rtl;*/
    color: #000;
    font-size: 14.5px;
}
a {
	text-decoration: underline;
}
ol {
  list-style: none;
  counter-reset: counter;
}
ol li {
  counter-increment: counter;
}
ol, ul {
    padding-left: 15px;
    position: relative;
}
ol li::before {
  content: counter(counter) ". ";
  color: #2d538f;
  font-weight: 700;
  position:absolute;
  left:12px;
}

#html_content ul {
    padding-left: 30px;
}
#html_content ol {
    padding-left: 32px;
}
.button {
    background-color: #385c94;
    color: #fff !important;
    font-size: 15px;
    display: inline-block;
    padding: 12px 30px !important;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
}
.breadcrumbs a:after {
    background: url(../Images/breadcrumb-arrow.jpg) no-repeat;
    content: '' !important;
    width: 5px;
    height: 7px;
    top: 6px;
}
nav.breadcrumbs div, nav.breadcrumbs div a {
    color: #2d538f !important;
    font-weight: 600;
    text-decoration:  none;
    text-transform: uppercase;
}
#logo {
  width:290px;
}
#logo img {
    width: 100%;
    height: auto;
}
header, footer {
  padding-top:10px;
  padding-bottom:10px;
  display: inline-grid;
}
#logo, .textSize, .searchPanel
{
  display: inline-block;
}
.textSize, .searchPanel
{
  float:right;
}
.banCapBox a {
    border: 1px solid #fff;
    padding: 10px 30px;
    border-radius: 50px;
    text-decoration:  none;
}
.searchPanel {
  border: 1px solid #0f79c8 !important;
}
.searchPanel button {
    background: transparent !important;
    border: none !important;
}
.searchPanel .fa-search {
    background: url(../Images/icon-search.png) no-repeat;
    width: 17px !important;
    height: 17px !important;
    display: block;
    background-color: transparent !important;
    border: none !important;
}
.searchPanel input {
    color: #2d538f !important;
    width: 240px !important;
    padding-left:  20px !important;
    font-weight: 600 !important;
}
.searchPanel input:focus {
    outline: none;
}
#headerSocial {
    display: inline-block;
}
#headerSocial a, .textSize a {
    margin: 0px;
    transition: all 0.1s ease;
}
.textSize a:hover, 
#footerSocial a:hover, 
#headerSocial a:focus, 
.textSize a:focus, 
#footerSocial a:focus {
    transform: rotate(0deg);
    outline: none;
}

#headerSocial a:before, 
#utility > div > a:first-of-type:before {
    display: none;
}
#headerSocial a {
    display: inline-block;
    height: 32px;
    width: 32px;
    margin-right: 8px;
    /* background-size: cover !important; */
}
#headerSocial a.instagram {
    background: url(../Images/Riverside/icon-insta.png) no-repeat; 
}
#headerSocial a.facebook {
    background: url(../Images/Riverside/icon-facebook.png) no-repeat;
}
#headerSocial a.youtube {
    background: url(../Images/Riverside/icon-youtube.png) no-repeat;
    height: 33px !important;
}
.contained-width {
  max-width:1400px;
  margin:0 auto;
}
.full-width {
  max-width:none;
  width:100vw;
}
.header-alert {
    background:#000000; 
    color:#ffffff; 
    width:100%; 
    padding:15px;
}
.searchPanel {
    border:3px solid #000000;
}
.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;
}
#homeContentInner {
	display: grid;
	grid-template-columns: 33% 33% 33%;
}
#mainContentInside {
    display: grid;
    grid-template-columns: 300px 1fr;
    /*background-color: #000000;*/
    grid-gap: 1px;
    padding: 1px;
    margin-top: 30px;
    margin-bottom: 0;
}
#mainContentInside>div {
  background-color: #ffffff;
}
#mainMenu {
    margin-bottom: 10px;
}
.mainmenu.menu-horizontal .sm-blue.nav.navbar-nav {
    display: flex;
    justify-content: space-around;
}
.sm:after {
    display: none;
}
.sm-blue a, .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active {
    font-size: 14px !important;
    font-weight: 400 !important;
    text-transform: uppercase;
}
ul#Menu_2, ul#Menu_2 li a {
    font-weight: 700 !important;
}
#leftMenu {
  grid-row: span 3;
  padding: 20px 0 !important;
}
#leftMenu h2 {
    padding-left: 20px;
}
#leftMenu .sm-blue a {
    padding-left: 20px;
    padding-right: 20px;
}
#insideContent, #breadcrumbs, #leftMenu {
  padding:10px;
}
#breadcrumbs {
    padding-left: 25px !important;
}
#insideContent {
    padding-left: 25px;
    padding-top: 0;
}
#insideBanner img {
  width:100%;
  height: auto;
}
#utility {
    float: right;
}
#mobileMenu {
    float: right;
    margin-top: 10px;
    display: none;
}
.no-inside-menu #mainContentInside {
  grid-template-columns: 1fr;
}
.no-inside-menu #leftMenu {
  display: none;
}
/*#region Left Menu */
.menu-horizontal .sm-blue a.current, #leftMenu .sm-blue a.current {
    background: #e4f0ff !important;
    color: #2d538f !important;
}
.menu-horizontal .sm-blue a:hover, .menu-horizontal .sm-blue a:focus, .menu-horizontal.sm-blue a:active, .menu-horizontal .sm-blue a.highlighted {
    background: #e4f0ff !important;
    color: #2d538f !important;
    border-radius: 0 !important;
}
#leftMenu .sm-blue a.has-submenu, #leftMenu .sm-blue a.has-submenu:hover {
    background: url(../Images/menu-bullet-icon.png) no-repeat 7px #f1f7ff !important;
    font-weight: 600 !important;
}
#leftMenu .sm-blue a.has-submenu.current, 
#leftMenu .sm-blue a.has-submenu.current:hover,
#leftMenu .sm-blue a.has-submenu.highlighted, 
#leftMenu .sm-blue a.has-submenu.highlighted:hover, 
#leftMenu .sm-blue a.has-submenu.highlighted:focus {
    background: url(../Images/menu-bullet-icon-down.png) no-repeat 7px #e4f0ff !important;
    font-weight: 600 !important;
}
.sm-blue ul a, 
.sm-blue ul a:hover, 
.sm-blue ul a:focus, 
.sm-blue ul a:active,
#leftMenu .sm-blue a, 
#leftMenu .sm-blue a:hover, 
#leftMenu .sm-blue a:focus, 
#leftMenu .sm-blue a:active {
    border-left: none !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.menu-horizontal .sm-blue ul {
    background-color: #f1f7ff !important;
    width: 250px !important;
    max-width: 250px !important;
    border: 0 !important;
}
.menu-horizontal .sm-blue ul li {
    border-bottom: 1px solid #cfe4f7;
}
.menu-horizontal .sm-blue ul li:last-child {
    border-bottom: none !important;
}
.sm-blue a, .sm-blue a:hover  {
    font-weight: 600 !important;
}
#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;
    padding-left: 0;
}
#leftMenu .sm-blue a.current, 
#leftMenu .sm-blue a.current:hover {
    font-weight: 600 !important;
    color: var(--blue) !important;
}
#leftMenu {
    background-color:var(--light-blue)!important;
}
#leftMenu h2 {
    color: #2d538f;
    font-size: 14px;
    /*font-weight: 14px;;*/
}

#leftMenu .sm-blue a, 
#leftMenu .sm-blue a:hover, 
#leftMenu .sm-blue a:focus, 
#leftMenu .sm-blue a:active {
    background: #e4f0ff !important;
    font-weight: 400;
    display: block;
    font-size: 14px !important;
    border-bottom: 1px solid #dfe8f5;
    text-transform: capitalize;
    color: #2d538f;
    padding: 7px 10px;
}
#leftMenu .sm-blue a {
    color: #222222;
    background: transparent !important;
}
#leftMenu .sm-blue ul ul {
    background: transparent;
}

#leftMenu ul li ul {
    display: none!important;
}
#leftMenu ul li a.current.has-submenu + ul {
    display: block!important;
    list-style: none;
    padding-left: 0;
}
#leftMenu ul li a.current.has-submenu + ul li a,
#leftMenu ul li a.current.has-submenu + ul li a.current,
#leftMenu ul li a.current.has-submenu + ul li a:hover,
#leftMenu ul li a.current.has-submenu + ul li a.current:hover {
    padding-left: 40px !important;
    background-position-x: 18px !important;
}
#leftMenu ul li a.current.has-submenu + ul li a.has-submenu + ul li a,
#leftMenu ul li a.current.has-submenu + ul li a.has-submenu + ul li a:hover {
    padding-left: 50px !important;
}
.sm-blue ul {
    background: transparent !important; /*#e4f0ff !important;*/
}
/*#endregion */
/*Glossary*/
#servicesGlossary h2 {
    display: inline-block;
}
#servicesGlossary h2.inactive {
    color: Silver;
}
/*#region Banner Gallery */
#banner > div{
    position:unset!important;
}
#bannerText h1,
#bannerText a {
    color: #fff;#bannerContent
}
#bannerText h1 {
    font-size: 38px;
    font-weight: 700;
}
#bannerText h1 span{
    display: block;
    font-size: 24px;
    font-weight: 300;
}
#bannerContent {
    display: grid;
    grid-template-columns: 2fr 1fr;
    background-color: #ffffff;
    grid-column-gap: 5px;
    position: relative;
    margin-bottom: 20px;
}
#bannerContent > div:last-child {
    background: url('../Images/bg-banner-right.jpg') no-repeat;
    text-align: right;
    padding: 60px;
}
/*#endregion */

/*#region Footer */

/*#region Footer */
#pre-pre-footer .contained-width {
    position: relative;
}
#pre-pre-footer .pre-footer-inner {
    background: url(/Images/bg-mid-bar.png) no-repeat left center #1b3e6a;
    padding: 20px 0;
    background-size: cover;
    text-align: center;
    font-size: 24px;
    color: #fff;
    width: 100%;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#pre-pre-footer .pre-footer-inner .outterContWrap.slick {
    width: 100%;
}
#pre-pre-footer .pre-footer-inner p {
    padding-bottom: 0;
    margin-bottom: 0;
}
#pre-pre-footer .pre-footer-inner a {
    color:#000;
    border: 1px solid #000;
    border-radius: 50px;
    text-decoration: none;
    padding: 10px 30px;
    margin-top: 30px;
    display: inline-block;
}
.breadcrumbs > div >div {
    display: flex;
}
@media (min-width: 1024px) {
    #pre-pre-footer .pre-footer-inner a {
        position: absolute;
        right: 140px;
        top: 5px;
        margin-top: 0;
}
}
@media (max-width: 1024px) {
    #pre-pre-footer .pre-footer-inner p {
        text-align: right;
    }
}
#pre-pre-footer, #pre-pre-footer p, #pre-pre-footer h2, #pre-pre-footer a {
    color: #ffffff;
}
.pre-footer-inner {
    width: 60%;
}
.pre-footer-inner h2 {
    font-size: 2rem !important;/*4rem !important;*/
    color:#000!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 {
    background: url(/Images/btn-light.png) no-repeat left center #259ACC !important;
    padding: 10px 56px;
    min-width: 90px;
}
.pre-footer-card a.button:hover {
    background: url(/Images/btn-light-hover.png) no-repeat left center #259ACC !important;
}
#pre-footer,
body.inside footer{
    background: #f8f8f8;
    padding: 2rem 0;
}
#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%;
}
#pre-footer h2{
    text-transform:uppercase;
}
footer {
    background: #ffffff;
    padding: 2.5rem 0;
    color: #757575;
    font-size: 1.2rem;
    text-align: left;
    /*text-transform: uppercase;*/
    width:100%;
}
@media (min-width: 990px) {
    footer > div {
        display: flex !important;
        width: 100%;
        align-items: center;
        justify-content: space-between;
    }
}

footer > div > div:last-child
{
    text-align: right;
}
footer > div > div:last-child > div{
    float:right;
}
footer a {
    color: #2d538f !important;
    font-weight: 600;
}
footer a:hover {
    text-decoration: none !important;
}

#pre-footer h2 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #545454;
}

#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,
footer a{
    text-decoration:none;
}

#pre-footer a:hover {
    text-decoration: none !important;
}
.footer-list {
    display: flex;
    list-style: none;
    align-items: center;
    margin-left: 0;
    padding-left: 0;
}
.footer-img-thumb {
    max-width: 300px;
    width: 100%;
    height: auto;
}
.menu-moile {
    display: none;
}
/*#endregion */
@media (max-width: 1200px) {
    .footer-list {
        flex-wrap: wrap;
    }
}
/*mobile nav*/
@media (max-width: 1024px) {
    #logo {
        width: 200px;
    }
    #nav-icon {
        width: 35px;
        height: 35px;
        position: relative;
        background: #2d538f;
        border-radius: 10px;
        padding: 5px;
    }
    #bannerContent > div:last-child {
        background-size: cover;
        padding: 20px 20px 40px;
        text-align: left;
    }
    #bannerText {
        display: block !important;
    }
    #nav-icon span {
        background: #fff;
        width: 64%;
        height: 4px;
        left: 8px;
    }
    #nav-icon span:nth-child(1) {
        top: 12px;
    }
    #nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
        top: 20px;
    }
    #nav-icon span:nth-child(4) {
        top: 28px;
    }
    .sm-blue.nav.navbar-nav {
        flex-direction: column;
        padding-top: 15px;
        padding-bottom: 20px;
    }
    .sm-blue.nav.navbar-nav li a {
        text-align: center;
    }
    #mainContentHome {
        display: block;
    }
    .menu-horizontal .sm-blue ul {
        background: #e4f0ff !important;
        color: #2d538f !important;
        max-width: 100% !important;
        width: 100% !important;
    }
    .sm-blue ul a, .sm-blue ul a:hover, .sm-blue ul a:focus, .sm-blue ul a:active {
        color: #2d538f !important;
    }
    /* #mainContentHome>div {
        border:1px solid #000000;
    } */
    #utility {
        display: none;
    }
    #mobileMenu {
        display: block;
    }
    .header-alert {
        display: none;
    }
    #mainMenu {
        display: none;
        /* height: calc(100vh - 73px); */
        background: #42659a !important;
        margin-bottom: 0;
        padding-left: 0;
        padding-right: 0; 
        width:100%;
    }
    .menu-horizontal .sm-blue {
        background: #42659a !important;
    }
    .menu-horizontal .sm-blue a, .menu-horizontal .sm-blue a:hover, .menu-horizontal .sm-blue a:focus, .menu-horizontal .sm-blue a:active {
        background: transparent !important;
    }
    .contained-width {
        padding: 0 3%;
        width: 93%;
    }
    #pre-pre-footer .contained-width {
        padding: 0 !important;
        width: 100% !important;
    }
    #bannerContent.contained-width {
        padding: 0;
        width: 100%;
    }
    #mainContentHome {
        margin-top: 30px;
    }
    #mainContentInside {
        grid-template-columns: 1fr;
    }

    #leftMenu {
        /*display: none;*/
        order:2;
    }
    #bannerContent {
        grid-template-columns: 1fr !important;
    }
    .ms-bullets.ms-dir-h{
        bottom:20px!important;
    }
    #pre-footer > div {
        display: grid;
        grid-template-columns: 2fr 2fr;
        grid-column-gap: 10px;
        padding-bottom: 0;
    }
    #pre-footer {
        padding-bottom: 10px;;
        padding-top: 10px;;
    }
    .innerContWrap div:last-child {
        width:  100%;
    }
    footer > div {
        grid-template-columns: 1fr!important;
    }
    #pre-pre-footer .pre-footer-inner .outterContWrap.slick .innerContWrap {
        padding-left: 20px;
        padding-right: 20px;
    }
    #mainContentHome.contained-width {
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 100%;
    }
    
    /* .innerContWrap div:last-child {
        text-align: right !important;
    } */
    .footer-list {
        flex-wrap: wrap;
    }
    #leftMenu {
        display: none;
    }
    .menu-moile {
        display: block;
        padding-top: 0 !important;
    }
    .menu-moile .sm-blue.nav.navbar-nav  {
        padding-top: 0 !important;
    }

    #Menu_1 {
        padding-bottom: 20px !important;
        background-color: #2d538f !important;
    }
}
@media (max-width: 768px) {
    .quicklink-tumbnail-wrap {
        width: 100%;
    }
    #bannerText h1 {
        font-size: 20px !important;
    }
    #bannerText h1 span {
        font-size: 18px !important;
    }
    #pre-pre-footer .pre-footer-inner {
        background: url(/Images/pre-footer-bg-mobile.jpg) no-repeat left center #1b3e6a;
        background-size: 100%;
    }
    .footer-list .list-separator {
        display: none;
    }
    .breadcrumbs a, .breadcrumbs div {
        font-size: 12px;
    }
    footer > div > div:last-child > div {
        float: none;
        margin-top: 20px;
    }
}
@media (max-width: 550px) {
    .footer-list {
        flex-direction: column;
        align-items: start;
        margin-bottom: 0;
        padding-bottom: 0;
        margin-top: 0;
    }
}
ul#Menu_2,
ul#Menu_2 li a {
    background: #fff !important;
    color: #2d538f;
}

#leftMenu ul li::marker{
    content:'';
}

.hide{
    display:none;
}
/*#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: 184px;
	height: 184px;
	border-radius: 50%
}

.testimonials-2-columns h2{
	margin-top:0
}
/*#endregion */

/*#region ROW_COLUMNS */

.green {
    background: var(--green);
}

.yellow {
    background: var(--yellow);
}

.grey, .default.col-2 {
    background: var(--grey);
}

.green {
    background: var(--green);
}

.col-2 > div.rowSub, .grid2col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 5vw;
}

.col-3 > div.rowSub, .grid3col {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.col-4 > div.rowSub, .grid4col {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 5vw;
}

.col-4 > div.rowSub, .grid4col {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 5vw;
}

.col-1.yellow, .col-2.yellow, .col-3.yellow, .col-4.yellow {
    background: var(--yellow);
}

.col-1.grey, .col-2.grey, .col-3.grey, .col-4.grey {
    background: var(--grey);
}

.col-1.green, .col-2.green, .col-3.green, .col-4.green {
    background: var(--greenbg);
}


@media (max-width: 767px) {

    .col-3 > div.rowSub, .grid3col, .col-2 > div.rowSub, .grid2col {
        grid-template-columns: 1fr;
    }

    .col-4 > div.rowSub, .grid4col {
        grid-template-columns: 1fr 1fr;
    }

    .col-3 > div.rowSub, .grid3col, .col-2 > div.rowSub, .grid2col, .col-4 > div.rowSub, .grid4col {
        grid-row-gap: 20px;
    }

    .col-1 .rowSub, .col-2 .rowSub, .col-3 .rowSub, .col-4 .rowSub {
        padding-top: 6vw;
        padding-bottom: 6vw;
    }
}

@media (max-width: 500px) {

    .col-4 > div.rowSub, .grid4col {
        grid-template-columns: 1fr;
    }
}



/*#endregion */
