/*************************************** Mixins *******************************/
 :root {
    /* Dark blue */
     --brand-color1: #112f60;
     --brand-color1-rgb: 17, 47, 96;
    /* Camas Blue */
     --brand-color2: #3A7AB2;
    /* passes color contrast for .threeButtonWrapper */
     --brand-color2-a11y: #3A71B0;
    /* GOLD - default alert color*/
     --brand-color3: #f5a603;
     --brand-color3-rgb: 245, 166, 3;
    /* WHITE*/
     --brand-color4: #ffffff;
     --brand-color4-rgb: 255, 255, 255;
    /* Black */
     --brand-color5: #000000;
     --brand-color5-rgb: 0, 0, 0;
    /* green */
     --brand-color6: #085b4b;
     --brand-color6-rgb: 8, 91, 75;
    /* Fair blue */
     --brand-color7: #edf5fb;
     --brand-color7-rgb: 237, 245, 251;
    /* Gray */
     --brand-color8: #F3F4F6;
}
/*********************************** updates***********************************/
 .shadow-sm {
     box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1) !important;
}
 .shadow-text {
     text-shadow: 1px 1px 1px rgba(74, 148, 211, .5) !important;
}
 ::marker {
     color: #ac7503;
}
/*********************************** WYSIWG shortcodes ************************/
 .blue-font {
     color: var(--brand-color1) !important;
}
 .lt-blue-font {
     color: var(--brand-color2) !important;
}
 .white {
     color: var(--brand-color4) !important;
}
 .gold {
     color: var(--brand-color3) !important;
}
 .black {
     color: var(--brand-color5) !important;
}

/*********************************** mt template ******************************/
 ul#template-header-social a.nav-link {
     color: var(--brand-color4);
     padding: 3px;
}
 #template-header-nav .dropdown-menu {
     margin: 0 0 0 -9rem;
}
 #template-header-wrapper {
     background-color: var(--brand-color1);
}
 #template-header .social-policy {
     display: none;
}
#template-page-wrapper {
    padding: 38px 0 0 !important; /* !important needed to override template.css */
}  
/*********************************** GLOBAL ***********************************/
 html {
     overflow-x: hidden;
     position: relative;
}
 body {
     font-family: 'Roboto', sans-serif;
     overflow-x: hidden;
     font-weight: 400;
}
 main {
     font-size: 1.125rem;
     line-height: 175%;
}
 main h1, .hero h1, .h1 {
     color: var(--brand-color5);
     font-weight: 800;
     text-transform: uppercase;
}
 .hero h1 {
     color: var(--brand-color4);
}
 main h2, .h2, h2 {
     text-transform: uppercase;
     font-weight: 800;
     color: var(--brand-color1);
     letter-spacing: 1px;
}
 main h3, .h3, h3 {
     color: var(--brand-color2);
     text-transform: uppercase;
     font-weight: 600;
     letter-spacing: 1px;
}
 main h4, .h4, h4 {
     text-transform: uppercase;
     font-weight: 400;
     letter-spacing: 1px;
     margin-top: 2em !important;
}
 main h5, .h5, h5 {
     text-transform: uppercase;
     font-weight: 400;
     letter-spacing: 1px;
}
 main h6, .h6, h6 {
     text-transform: uppercase;
     font-weight: 400;
     letter-spacing: 1px;
}
 a:not(.nav-link):not(.dropdown-item):not(.btn):not(.fc-event):not(.card-text):not(.carousel-text) {
     color: #2f628f;
     text-decoration: underline;
}
 a:not(.nav-link):not(.dropdown-item):not(.btn):not(.fc-event):hover {
     text-decoration-thickness: 2px !important;
}
 iframe {
     border: 0;
}
 table th {
     font-weight: bold;
}
 fieldset, form, table {
     margin: 0;
}
 figure {
     margin: 0 auto 15px auto;
}
 figure img {
     display: block;
     margin: 0 auto;
}
 figure>figcaption {
     text-align: center;
     margin: 20px 0 40px 0;
     color: gray;
}
 .blockquote, blockquote {
     position: relative;
     max-width: 80%;
     margin: 20px auto;
     padding: 30px 45px;
     border: thin solid lightgray;
     text-align: right;
     color: gray;
}
 blockquote p {
     text-align: center;
     font-style: italic;
     color: initial;
}
 blockquote:before, blockquote:after {
     position: absolute;
     width: 60px;
     height: 60px;
     z-index: 10;
     display: inline-block;
     content: "";
     background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' class='bi bi-quote' fill='lightgray' xmlns='http://www.w3.org/2000/svg'><path d='M12 12a1 1 0 0 0 1-1V8.558a1 1 0 0 0-1-1h-1.388c0-.351.021-.703.062-1.054.062-.372.166-.703.31-.992.145-.29.331-.517.559-.683.227-.186.516-.279.868-.279V3c-.579 0-1.085.124-1.52.372a3.322 3.322 0 0 0-1.085.992 4.92 4.92 0 0 0-.62 1.458A7.712 7.712 0 0 0 9 7.558V11a1 1 0 0 0 1 1h2Zm-6 0a1 1 0 0 0 1-1V8.558a1 1 0 0 0-1-1H4.612c0-.351.021-.703.062-1.054.062-.372.166-.703.31-.992.145-.29.331-.517.559-.683.227-.186.516-.279.868-.279V3c-.579 0-1.085.124-1.52.372a3.322 3.322 0 0 0-1.085.992 4.92 4.92 0 0 0-.62 1.458A7.712 7.712 0 0 0 3 7.558V11a1 1 0 0 0 1 1h2Z'/></svg>");
     background-repeat: no-repeat;
     background-size: 4rem 4rem;
     background-color: var(--brand-color4);
}
 blockquote:before {
     top: -20px;
     left: -20px;
}
 blockquote:after {
     bottom: -20px;
     right: -20px;
     transform: rotate(180deg);
}
 .border {
     border: 1px solid #dee2e6 !important;
     padding: 1rem;
}
 .reverse {
     flex-direction: none;
}
 .rowheading {
     padding-left:.5em;
}

.h1-container.visually-hidden + .first-row .row-heading,
.container.first-row:not(.has-heading) .row {
    margin-top: 20px;
}

/*** Make YouTube embeds responsive -- requires removing the height and width from the <iframe> ***/
 iframe.youtube-responsive {
     aspect-ratio: 16 / 9;
}
/*********************************** Global Styles for widgets ***********************************/
 body,h1,h2,h3,h4,h5,h6,a,span,p {
     font-family: 'Roboto', sans-serif!important;
}
 h1, .h1 {
     font-size: 1.5em!important;
}
.page-h1 {
    margin-top: 20px;
}
 h2, .h2 {
     font-size: 1.4em!important;
}
 h3, .h3 {
     font-size: 1.215em!important;
}
 h4, .h4 {
     font-size: 1.138em!important;
     margin-top: 2em !important;
}
 h5, .h5 {
     font-size: 1.067em!important;
}
 h6, .h6 {
     font-size: 0.937em!important;
}
 body, p, li {
     line-height: 24px;
     line-height: 1.5em;
}
 .space-evenly {
     justify-content:space-evenly;
}
 .center {
     justify-content:center;
}
 .space-around {
     justify-content:space-around;
}
 .space-between {
     justify-content:space-between;
}
 .fixed-position {
     position: fixed;
}
 .carousel a:not(.nav-link):not(.dropdown-item):not(.btn):not(.fc-event):hover {
     text-decoration:none;
}
 .list-group-item.list-group-item-action {
     padding-left:20px!important;
}
 .accordion-header .accordion-button:not(.collapsed) {
     color:var(--brand-color1);
     background-color: var(--brand-color7) !important;
}
 .fsSubmitButton {
     background-color: var(--brand-color2) !important;
}
 .fsSubmitButton:hover {
     background-color: var(--brand-color1) !important;
}
 .anchor-target {
     scroll-margin-top: 140px;
}
/******************************** TOOLS ***************************************/
 .anchor {
     display: block;
     height: 120px;
     scroll-margin-top: 120px;
     margin-top: -120px;
     visibility: hidden;
}
/******************Skip to Content*************/
 .skip-to-main a {
     color: var(--brand-color1);
     display: inline-block;
     left: -9999px;
     list-style: none;
     opacity: 0;
     padding: 10px 20px;
     pointer-events: none;
     position: absolute;
     z-index: 99999;
     text-transform: capitalize;
     text-decoration: underline !important;
     margin-top: 2px;
     font-size: 18px;
     font-weight: 600;
}
 .skip-to-main a:focus {
     left: 50%;
     transform: translateX(-50%);
     opacity: 1;
     background: var(--brand-color7);
     color: var(--brand-color1);
     margin-top: 1.5rem;
     z-index: 100002;
     text-decoration: underline !important;
}
/*********************************** BLOCK COLORS *****************************/
 .blockColor1 {
     background-color: var(--brand-color1);
     color: var(--brand-color4);
     padding: 1rem;
}
 .blockColor1 .card-text.block_card {
     background-color: var(--brand-color1);
     color: var(--brand-color4);
     font-size: 1rem;
}
 .blockColor1 p {
     background-color: var(--brand-color1);
     color: var(--brand-color4);
}
 .blockColor1 a {
     background-color: var(--brand-color1);
     color: var(--brand-color4);
}
 .blockColor1 li.nav-item {
     background-color: var(--brand-color1);
     color: var(--brand-color4);
}
 .blockColor1 li.nav-item a {
     background-color: var(--brand-color1);
     color: var(--brand-color4);
}
 .blockColor2 {
     background-color: var(--brand-color7);
     padding: 1rem;
}
 .blockColor2 p {
     background-color: var(--brand-color7);
}
 .blockColor2 a {
     background-color: var(--brand-color7);
}
 .blockColor2 li.nav-item {
     background-color: var(--brand-color7);
}
 .blockColor2 li.nav-item a {
     background-color: var(--brand-color7);
}
 .blockColor3 {
     background-color: var(--brand-color3);
     color: var(--brand-color5);
     padding: 1rem;
}
 .blockColor4 {
     background-color: var(--brand-color4);
     padding: 1rem;
}
 .blockColor5 {
     background-color: var(--brand-color5);
     padding: 1rem;
}
 .blockColor6, .blockColor6 a {
     background-color: var(--brand-color2);
     color: var(--brand-color4);
     padding: 1rem;
}
/*********************************** HEADER ***********************************/
 #template-page-wrapper header {top:40px;background:#fff}
 .header_wrapper {
     background:#fff;
     z-index: 2;
     width: 100%;
     min-height: 90px;
     justify-content: center;
}
 .top_logo_bar .heading {
     display: block;
     line-height: 1.4rem;
     margin-left: .5rem;
     min-width: 10rem;
}
 .agency-site-name {
     font-size: 1.35rem;
}
 .agency-slogan {
     font-size: .8rem;
}
 img#header-logo {
    width: clamp(70px, 50%, 110px); /* Changed 250px to 110px */
    max-width: 110px; /* Prevent scaling beyond intrinsic width */
    height: auto;
    z-index: 99;
}
 .container h1.heading.carouselHeading {
     margin: 0 auto !important;
}
 .carouselHeading {
     color:#fff;
}
/*********************************** NAVIGATION *******************************/
/********Hover and Focus Instead of Click Open ***********/
.mobile-main-nav ul.mobile-view .dropdown:hover .dropdown-menu,
.mobile-main-nav ul.mobile-view .dropdown:focus-visible .dropdown-menu,
.mobile-main-nav ul.mobile-view .dropdown:focus-within .dropdown-menu,
ul.navbar-nav .dropdown:hover .dropdown-menu,
ul.navbar-nav .dropdown:focus-visible .dropdown-menu,
ul.navbar-nav .dropdown:focus-within .dropdown-menu {
     display: block;
     margin-top: 0;
}
 .dropdown-item:focus, .dropdown-item:hover {
     color: var(--brand-color4);
     background-color: transparent;
}
 nav.navbar {
     z-index: 99;
     width: 100% !important;
}
 nav.navbar .dropdown-menu {
     width: clamp(320px, 85vw, 1500px);
     margin: 0 0 0 auto;
     right: 0;
     box-shadow: var(--bs-box-shadow)!important;
}
.dropdown-menu.mega-menu {
    background: none;
    border: none !important;
}
 nav.navbar .secondary-nav {
     width: 100%;
     text-align: right;
}
 .navbar .nav-link {
     color: var(--brand-color1);
     font-size: 1.25rem;
}
.custom-dropdown-menu .nav-link {
    font-size:1rem;
}
 a.nav-link.dropdown-toggle {
     float: right;
}
 .navbar-expand-lg .navbar-nav {
     flex-direction: row;
}
 li.nav-item.dropdown.mega-drop:hover, li.nav-item.dropdown.mega-drop:focus-visible, li.nav-item.dropdown.mega-drop:focus-within, li.nav-item.dropdown.mega-drop > .nav-link.parent-link-top-nav:focus-visible {
     background-color: var(--brand-color2);
     color: white !important;
}
 li.nav-item.dropdown.mega-drop:hover a, li.nav-item.dropdown.mega-drop:focus-visible a, li.nav-item.dropdown.mega-drop:hover a:hover, li.nav-item.dropdown.mega-drop:focus-visible a:hover, li.nav-item.dropdown.mega-drop:focus-within a {
     color: white !important;
}
 img#banner {
     max-height: 400px;
}
 .nav_title a {
     font-size: calc(11px + 0.1vh + .5vmin);
     font-weight: 600;
}
 ul.nav.flex-column {
     font-size: 14px;
     font-weight: 400;
}

 .dropdown:hover .parent-link {
     background-color: var(--brand-color2);
     color: var(--brand-color4);
}
 a.parent-link.nav-link:active {
     color: var(--brand-color2) !important;
}
 .dropdown:hover .dropdown-toggle {
     color: var(--brand-color4);
}
 .navbar-nav .dropdown-menu {
     background-color: var(--brand-color2);
     border: 1px solid var(--brand-color2) !important;
}
 .dropdown-menu.rounded-0 {
     padding: 0;
     right: 0;
}
 .dropdown-item.active, .dropdown-item:active {
     color: var(--brand-color4);
     text-decoration: none;
     background-color: var(--brand-color2);
}

a.dropdown-item.active {
    font-size: 16px !important;
    line-height: 32px !important;
    font-weight: 400;
}
/*************************** 3rd level nav - custom nav ***********************/
 .nav-intro .title {
     font-size: 20px;
     font-weight: 400;
     text-transform: uppercase;
}
 .nav-intro .subhead {
     font-weight: 600;
}
 .nav-intro .title, .nav-intro .subhead {
     padding-left: 30px;
}
 .desktop-only {
     display: block;
}
 .mobile-only {
     display: none;
}


.custom-dropdown-menu {
     min-width: 50vw;
}
 
 .custom-dropdown-menu .nav-link {
     color: var(--brand-color5);
}
 
 .custom-dropdown-menu .drop-down-1 {
     width: 35%;
     height:100%;
     max-height: 420px;
     background-color: var(--brand-color7);
}
.custom-dropdown-menu .nav-pills .nav-link.active {
    margin-right: 2.5rem;
    position: relative;
    padding-right: 2.5rem;
}
.custom-dropdown-menu .nav-pills .nav-link.active::after {
    content: '';
    position: absolute;
    right: -2rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 1.25rem solid transparent;
    border-bottom: 1.25rem solid transparent;
    border-left: 2rem solid var(--brand-color2);
}
 
 .custom-dropdown-menu .drop-down-2 {
     width: 65%;
     background-color: var(--brand-color2);
     padding: 2rem;
     height:420px;
}
 
 .custom-dropdown-menu .drop-down-2 .nav-link {
     text-decoration: underline;
}
 
 .custom-dropdown-menu .nav-highight {
     display: none;
     clear: both;
     max-width: 75%;
     margin: 3rem 3% 0;
}
 
 .custom-dropdown-menu .nav-highight .blue-font {
     padding: .5rem .75rem;
     font-weight: 600;
}
 
 .custom-dropdown-menu a.highlight-arrow {
     background-image: url("data:image/svg+xml, <svg viewBox='0 0 16 16' class='bi bi-arrow-right' fill='white' width='50' height='37' xmlns='http://www.w3.org/2000/svg'><path d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8'/></svg>");
     background-repeat: no-repeat;
     vertical-align: middle;
     width: 35px;
     height: 35px;
     display: block;
     padding: 1rem;
     margin: 8px;
}
 
 .custom-dropdown-menu .highlight-row {
     background-color: var(--brand-color3);
     width: 50px;
     height: 50px;
     float: right;
     margin: 0 -6px 0 0;
     padding: 0;
     right: 0;
     bottom: 0;
     position: relative;
}
 
 .custom-dropdown-menu .highlight-arrow-wrapper {
     width: 10%;
     float: right;
     margin: 0;
     bottom: -2.4rem;
     right: -2.5rem;
     position: relative;
}
 
 .custom-dropdown-menu .main-nav {
     margin: 0 auto;
     padding: 1rem;
}
 
 .custom-dropdown-menu .nav-pills button {
     text-align: left;
}
 
 .custom-dropdown-menu button.nav-link {
     letter-spacing: .125em;
     text-transform: uppercase;
}
 
 .custom-dropdown-menu .nav-pills .nav-link.active,
 .custom-dropdown-menu .nav-pills .nav-link:is(:hover,:focus),
 .nav-pills .show>.nav-link {
     text-transform: uppercase;
     border-radius: 0;
     background-color: var(--brand-color2);
     color:#fff;
}
 
 .custom-dropdown-menu .dd-navlist-wrapper {
     width: 100%;
     height:420px;
     float: right;
     background-color:var(--brand-color7);
}
 
 .custom-dropdown-menu .dd-navlist-wrapper .nav-link {
     padding-left: 2.5rem !important;
     transition: margin .25s ease-in-out;
}
 
 .custom-dropdown-menu #v-pills-tabContent, 
 .custom-dropdown-menu #v-pills-tabContent a {
     color: var(--brand-color4);
}
 
 .custom-dropdown-menu .nav-col-1 {
     float: left;
     line-height: 0;
     margin-bottom: 1rem;
}
 
 .custom-dropdown-menu .nav-col-2 {
     float: left;
     line-height: 0;
     margin-bottom: 1rem;
}
 
 .custom-dropdown-menu .nav-col-3 {
     float: left;
     line-height: 0;
     margin-bottom: 1rem;
}
 
/**********************************Dropdown NAV *******************************/
/* .dropdown-menu, .dropdown .dropdown-item {
     */
    /* border: none;
     */
    /* color: var(--brand-color4);
     */
    /* 
}
 */
/* .nav-link {
     */
    /* display: inline-block;
     */
    /* color: var(--brand-color1);
     */
    /* 
}
 */
/* .parent-link-top-nav {
     */
    /* font-size: calc(15px + 0.1vh + .5vmin);
     */
    /* font-weight: 400;
     */
    /* 
}
 */
/* .dropdown-menu {
     */
    /* color: var(--brand-color4);
     */
    /* height: 100%;
     */
    /* background-color: var(--brand-color2);
     */
    /* min-height: 250px;
     */
    /* padding: 1rem;
     */
    /* 
}
 */
/*.dropdown-item {
     */
    /* color: var(--brand-color4);
     */
    /* position: absolute;
     */
    /* z-index: 1000;
     */
    /* 
}
 */
/*.dropdown-item.active, .dropdown-item:active {
     */
    /* color: var(--brand-color4) !important;
     */
    /* text-decoration: none;
     */
    /* background-color: var(--brand-color2);
     */
    /* 
}
 */
/* a.nav-link.dropdown-toggle.dropdown-item.carat-dd {
     */
    /* display: none;
     */
    /* 
}
 */
/**************************************Eyebrow Nav*****************************/
 main nav.eyebrow-nav {
     display: none;
}
 .mobile-eyebrow {
     display: none;
}
 ul.eyebrow-nav-list li {
     flex-direction: row;
     text-align: right;
     justify-content: end;
     display: flex;
}
 .eyebrow-nav {
     min-height: 1rem;
}
 .eyebrow-nav ul li a {
     text-transform: uppercase;
     font-weight: 800;
     margin: 0 10px;
     color: var(--brand-color2) !important;
}
 .eyebrow-nav ul {
     padding: .5em 0 .2em 0;
}
 .eyebrow-nav ul li {
     list-style-type: none !important;
}
 .eyebrow-nav li a {
     color: var(--brand-color1) !important;
}
/**************************************Sidebar*********************************/
 .sidebar ul.nav.flex-column {
     font-size: 1rem;
}
 .sidebar ul {
     margin-bottom: 0;
     padding-left: 0;
     list-style: none;
}
 .sidebar .nav-link {
     margin-bottom: 0.5rem;
     padding: 0 0 0px 5px;
     color: var(--brand-color1);
     line-height: 1;
     font-size: 1rem;
     float:none!important;
}
 .sidebar ul li ul {
     margin-left: 15px;
}
 .sidebar .accordion-body {
     padding: 1rem 0 0 2.5rem;
     list-style: none;
}
 .sidebar .accordion-button:focus {
     z-index: 3;
     border-color: none;
     outline: 0;
     box-shadow: none;
}
 .sidebar .accordion-button:not(.collapsed) {
     color: var(--brand-color1)!important;
     background-color: var(--brand-color2)!important;
     box-shadow: none;
}
 .sidebar button.accordion-button.sidebar-title-top.collapsed {
     color: var(--brand-color4);
     background-color: var(--brand-color2);
}
 .sidebar .sidebar-title-bottom {
     padding: 1rem 1.25rem;
     font-size: 1rem;
}
 .sidebar .accordion-item:last-of-type .accordion-button.collapsed {
     border-bottom-right-radius: 0;
     border-bottom-left-radius: 0;
}
 .sidebar .accordion-item:last-of-type {
     border-bottom-right-radius: 0;
     border-bottom-left-radius: 0;
     border: 0;
}
 .sidebar .accordion-item:first-of-type .accordion-button {
     border-top-left-radius: 0;
     border-top-right-radius: 0;
}
 .sidebar .accordion-button::after {
     display: none;
}
 .sidebar .accordion-button:not(.collapsed)::after {
     display: none;
}
 .sidebar .subfolder {
     display:none;
     padding-top:5px;
}
 .sidebar .subfolder .nav-item {
     padding:0px;
     margin:0px;
}
 .sidebar .subfolder.active {
     display:block;
}
.sidebar-padding h1 {
    text-align: center;
}
 .side {
     width: 100%;
}
 .side .list-group {
     margin-top: -10px;
}
 .side .widget-title {
     display: none;
}
 .side a.program-title {
     background-color: var(--brand-color2);
     color: var(--brand-color4) !important;
     margin: 0;
     padding: 0.5rem 1rem;
     text-align: left !important;
}
 .side a.list-group-item.list-group-item-action {
     background-color: var(--brand-color1);
     color: var(--brand-color4) !important;
     border: 0;
     border-radius: 0;
     padding: 0 1rem 0.5rem;
}
 li.child-folder-link.nav-item a {
     display: block;
     line-height: 1.5;
}
 li.child-folder-link.nav-item {
     margin-top: -1rem;
}
 #sidebarMenu>div>div.blockColor1>ul>li a {
     color: var(--brand-color4);
     line-height: 2;
}
 .sidebar-menu-wrap button .sidebar-open>i {
     visibility: hidden;
}
 .sidebar-menu-wrap button .sidebar-close>i {
     visibility: visible;
}
 .sidebar-menu-wrap.fixed.closed button .sidebar-open>i {
     visibility: visible;
}
 .sidebar-menu-wrap.fixed.closed button .sidebar-close>i {
     visibility: hidden;
}
 .sidebar-menu-wrap.open.fixed.closed .sidebar-items {
     visibility: hidden;
}
 .sidebar-menu-wrap.open .sidebar-items {
     visibility: visible;
}
 .sidebar-menu-wrap.open button.open-button {
     border: 0;
     background-color: transparent;
     display: none;
}
 .sidebar-menu-wrap.open button.close-button {
     height: 40px;
     position: absolute;
     top: 0;
     right: 5px;
     border: 0;
     background-color: transparent;
     color: var(--brand-color4);
     margin: 0 0 -2rem 14rem;
     display: block;
     z-index: 10;
}
 .sidebar-menu-wrap.open {
     animation: fadeInAnimation ease 2s;
     animation-iteration-count: 1;
     animation-fill-mode: forwards;
}
 .sidebar-menu-wrap.open.fixed.closed {
     animation: fadeInAnimation ease 2s;
     animation-iteration-count: 1;
     animation-fill-mode: forwards;
}
 .sidebar-menu-wrap.open.fixed.closed button.close-button {
     display: none;
}
 .sidebar-menu-wrap.open.fixed.closed button.open-button {
     border: 0;
     background-color: transparent;
     display: block;
}
/*********************************** nav bar toggler **************************/
 .navbar-toggler .line {
     width: 20px;
     height: 2px;
     background-color: var(--brand-color1);
     display: block;
     margin: 6px auto;
     -webkit-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
 .navbar-toggler[aria-expanded="true"] .line {
     width: 25px;
}
 .navbar-toggler[aria-expanded="true"] .line:nth-child(2) {
     width: 0;
}
 .navbar-toggler[aria-expanded="true"] .line:nth-child(1), .navbar-toggler[aria-expanded="true"] .line:nth-child(3) {
     -webkit-transition-delay: 0.3s;
     -o-transition-delay: 0.3s;
     transition-delay: 0.3s;
}
 .navbar-toggler[aria-expanded="true"] .line:nth-child(1) {
     -webkit-transform: translateY(8px) translateX(2px) rotate(45deg);
     -ms-transform: translateY(8px) translateX(2px) rotate(45deg);
     transform: translateY(8px) translateX(2px) rotate(45deg);
}
 .navbar-toggler[aria-expanded="true"] .line:nth-child(3) {
     -webkit-transform: translateY(-8px) translateX(1px) rotate(135deg);
     -ms-transform: translateY(-8px) translateX(1px) rotate(135deg);
     transform: translateY(-8px) translateX(1px) rotate(135deg);
}
 data-bs-theme="dark" .navbar-toggler {
     border-color: transparent;
}
 .navbar-toggler:focus {
     box-shadow: none;
}
/*********************************** SEARCH ***********************************/
 .gsc-control-cse.gsc-control-cse-en {
     visibility: hidden;
     width: 0px;
}
 .gsc-search-box.gsc-search-box-tools {
     display: none;
}
 .gsc-modal-background-image-visible {
     visibility: visible;
}
 .gsc-control-cse {
     padding: 0 !important;
}
/*********************************** BREADCRUMBS ******************************/
 .breadcrumb {
     font-size: 75%;
}
 .breadcrumb-item.active {
     color: #6c757d;
}
 .buttonNav {
     float: left;
     margin: 1rem auto;
}
/*********************************** BUTTONS **********************************/
 .btn {
     border-radius: 0;
}
 .rounded {
     border-radius: 10px !important;
}
 .btn-xl {
     padding: 1rem 2rem;
     font-size: 2.5rem;
}
 .site-btn {
     display: inline-block;
     padding: 10px 50px 10px 10px !important;
     color: var(--brand-color1);
     border: solid 1px var(--brand-color1);
     background-color: #fff;
     background-image: url("data:image/svg+xml, <svg viewBox='0 0 16 16' class='bi bi-arrow-right' fill='%23112f60' width='16' height='16' xmlns='http://www.w3.org/2000/svg'><path d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8'/></svg>");
     background-repeat: no-repeat;
     background-position-x: right;
     background-size: 45px;
     background-position-y: center;
     text-transform: uppercase;
     text-decoration: none;
     cursor: pointer;
     transition: linear 0.2s all;
     margin: 5px;
     text-align: center;
}
 .site-btn:hover {
     background-image: url("data:image/svg+xml, <svg viewBox='0 0 16 16' class='bi bi-arrow-right' fill='%23f5a603' width='16' height='16' xmlns='http://www.w3.org/2000/svg'><path d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8'/></svg>");
     border: 1px solid var(--brand-color1) !important;
     box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
     transition: linear 0.2s all;
}
 .site-btn:hover a {
     color: var(--brand-color1) !important;
     text-decoration: none !important;
}
 .site-btn-solid {
     display: inline-block;
     padding: 10px 50px 10px 10px !important;
     background-color: var(--brand-color1);
     border: none;
     color: var(--brand-color7);
     background-image: url("data:image/svg+xml, <svg viewBox='0 0 16 16' class='bi bi-arrow-right' fill='white' width='50' height='37' xmlns='http://www.w3.org/2000/svg'><path d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8'/></svg>");
     background-repeat: no-repeat;
     background-position-x: right;
     background-size: 45px;
     background-position-y: center;
     text-transform: uppercase;
     text-decoration: none;
     cursor: pointer;
     transition: linear 0.2s all;
     margin: 5px;
     text-align: center;
}
 .site-btn-solid:hover {
     background-image: url("data:image/svg+xml, <svg viewBox='0 0 16 16' class='bi bi-arrow-right' fill='%23f5a603' width='16' height='16' xmlns='http://www.w3.org/2000/svg'><path d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8'/></svg>");
     box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
     transition: linear 0.2s all;
}
 .site-btn-solid:hover a {
     color: #fff !important;
     text-decoration: none !important;
}
 .site-btn-solid-light {
     display: inline-block;
     padding: 10px 50px 10px 10px !important;
     background-color: var(--brand-color7);
     border: none;
     color: var(--brand-color1);
     background-image: url("data:image/svg+xml, <svg viewBox='0 0 16 16' class='bi bi-arrow-right' fill='%23112f60' width='16' height='16' xmlns='http://www.w3.org/2000/svg'><path d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8'/></svg>");
     background-repeat: no-repeat;
     background-position-x: right;
     background-size: 45px;
     background-position-y: center;
     text-transform: uppercase;
     text-decoration: none;
     cursor: pointer;
     transition: linear 0.2s all;
     margin: 5px;
     text-align: center;
}
 .site-btn-solid-light:hover {
     background-image: url("data:image/svg+xml, <svg viewBox='0 0 16 16' class='bi bi-arrow-right' fill='%23f5a603' width='16' height='16' xmlns='http://www.w3.org/2000/svg'><path d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8'/></svg>");
     box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
     transition: linear 0.2s all;
}
 .site-btn-solid-light:hover a {
     color: var(--brand-color1) !important;
     text-decoration: none !important;
}
 .btn.calltoaction {
     color: var(--brand-color4);
     background: var(--brand-color1);
     text-align: left;
     background-image: url("data:image/svg+xml, <svg viewBox='0 0 16 16' class='bi bi-arrow-right' fill='white' width='50' height='37' xmlns='http://www.w3.org/2000/svg'><path d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8'/></svg>");
     background-repeat: no-repeat;
     background-position-x: right;
     background-size: 45px;
     background-position-y: center;
     margin: 10px auto;
     display: block;
     width: 100%;
     text-transform: uppercase;
     max-width: 300px;
}
 .btn.calltoaction a {
     color: var(--brand-color4) !important;
}
 .btn.calltoaction:hover {
     background-image: url("data:image/svg+xml, <svg viewBox='0 0 16 16' class='bi bi-arrow-right' fill='%23f5a603' width='16' height='16' xmlns='http://www.w3.org/2000/svg'><path d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8'/></svg>");
     box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
     transition: linear 0.2s all;
}
 .btn.calltoaction-light {
     color: var(--brand-color1);
     background: var(--brand-color7);
     text-align: left;
     background-image: url("data:image/svg+xml, <svg viewBox='0 0 16 16' class='bi bi-arrow-right' fill='%23112f60' width='16' height='16' xmlns='http://www.w3.org/2000/svg'><path d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8'/></svg>");
     background-repeat: no-repeat;
     background-position-x: right;
     background-size: 45px;
     background-position-y: center;
     margin: 10px auto;
     display: block;
     width: 100%;
     text-transform: uppercase;
     max-width: 300px;
}
 .btn.calltoaction-light a {
     color: var(--brand-color1) !important;
}
 .btn.calltoaction-light:hover {
     background-image: url("data:image/svg+xml, <svg viewBox='0 0 16 16' class='bi bi-arrow-right' fill='%23f5a603' width='16' height='16' xmlns='http://www.w3.org/2000/svg'><path d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8'/></svg>") !important;
     box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
     transition: linear 0.2s all;
}
 .btn.calltoaction-light:hover a {
     color: var(--brand-color1)!important;
     text-decoration: none!important;
}
 .btn-primary {
     background-color: var(--brand-color7);
     color: var(--brand-color1);
     border: none;
     font-size: 1rem;
     text-align: left;
     background-image: url("data:image/svg+xml, <svg viewBox='0 0 16 16' class='bi bi-arrow-right' fill='%23112f60' width='16' height='16' xmlns='http://www.w3.org/2000/svg'><path d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8'/></svg>");
     background-repeat: no-repeat;
     background-position-x: right;
     background-size: 45px;
     background-position-y: center;
     text-transform: uppercase;
     width: 100%;
     max-width: 100%;
     min-width: 250px;
     float: none;
     padding: 1rem;
     margin: 10px auto;
}
 .btn-primary .btn-title {
     color: var(--brand-color2);
     font-size: 1.5rem;
     font-weight: 200;
     text-transform: uppercase;
}
 .btn-primary span {
     display: block;
     text-transform: uppercase;
     font-weight: 700;
     font-size: 0.75rem;
}
 .btn-primary:hover {
     background-color: var(--brand-color7);
     color: var(--brand-color1);
     border: none;
     box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
     background-image: url("data:image/svg+xml, <svg viewBox='0 0 16 16' class='bi bi-arrow-right' fill='%23f5a603' width='16' height='16' xmlns='http://www.w3.org/2000/svg'><path d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8'/></svg>");
     transition: linear 0.2s all;
}
 .btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
     background-color: var(--brand-color7);
     border-color: var(--brand-color7);
     color: var(--brand-color2);
}
 .btn-primary.disabled, .btn-primary:disabled {
     color: var(--brand-color5);
     background-color: rgba(var(--brand-color1-rgb), .35);
     border-color: rgba(var(--brand-color1-rgb), .5);
}
 .btn.btn-secondary, .btn-secondary {
     background-color: var(--brand-color1) !important;
     border: none;
     color: var(--brand-color4) !important;
     font-size: 1rem;
     text-align: left;
     background-image: url("data:image/svg+xml, <svg viewBox='0 0 16 16' class='bi bi-arrow-right' fill='white' width='50' height='37' xmlns='http://www.w3.org/2000/svg'><path d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8'/></svg>");
     background-repeat: no-repeat;
     background-position-x: right;
     background-size: 45px;
     background-position-y: center;
     text-transform: uppercase;
     width: 100%;
     max-width: 100%;
     min-width: 250px;
     float: none;
     padding: 1rem;
     margin: 10px auto;
}
 .btn.btn-secondary .btn-title, .btn-secondary .btn-title {
     color: var(--brand-color4);
     font-size: 1.5rem;
     font-weight: 200;
     text-transform: uppercase;
}
 .btn.btn-secondary span, .btn-secondary span {
     display: block;
     color: var(--brand-color4);
     text-transform: uppercase;
     font-weight: 700;
     font-size: 0.75rem;
}
 .btn-secondary:hover, .btn-secondary.focus, .btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
     background-image: url("data:image/svg+xml, <svg viewBox='0 0 16 16' class='bi bi-arrow-right' fill='%23f5a603' width='16' height='16' xmlns='http://www.w3.org/2000/svg'><path d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8'/></svg>");
     box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
     transition: linear 0.2s all;
     text-decoration: none !important;
}
 .btn-secondary.disabled, .btn-secondary:disabled {
     color: var(--brand-color4);
     background-color: rgba(var(--brand-color2-rgb), .35);
     border-color: rgba(var(--brand-color2-rgb), .5);
}
 .btn-tertiary {
     background-color: var(--brand-color7);
     border-color: var(--brand-color7);
     color: var(--brand-color1);
     font-size: 1rem;
     text-align: left;
     text-transform: uppercase;
     width: 100%;
     max-width: 100%;
     min-width: 250px;
     float: none;
     padding: 1rem;
     margin: 0 auto;
}
 .btn-tertiary .btn-title {
     color: var(--brand-color2);
     font-size: 1.5rem;
     font-weight: 200;
     text-transform: uppercase;
}
 .btn-ptertiary span {
     display: block;
     text-transform: uppercase;
     font-weight: 700;
     font-size: 0.75rem;
}
 .btn-tertiary:hover {
     background-color: var(--brand-color7);
     border-color: var(--brand-color7);
     box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
     color: var(--brand-color1);
     background-image: url("data:image/svg+xml, <svg viewBox='0 0 16 16' class='bi bi-arrow-right' fill='%23112f60' width='16' height='16' xmlns='http://www.w3.org/2000/svg'><path d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8'/></svg>");
     background-repeat: no-repeat;
     background-position-x: right;
     background-size: 45px;
     background-position-y: center;
     background-origin: content-box;
}
 .btn-tertiary.focus, .btn-tertiary:focus, .btn-tertiary:not(:disabled):not(.disabled).active, .btn-tertiary:not(:disabled):not(.disabled):active, .show > .btn-tertiary.dropdown-toggle {
     background-color: var(--brand-color7);
     border-color: var(--brand-color7);
     color: var(--brand-color2);
}
 .btn-tertiary.disabled, .btn-tertiary:disabled {
     color: var(--brand-color5);
     background-color: rgba(var(--brand-color1-rgb), 0.35);
     border-color: rgba(var(--brand-color1-rgb), 0.5);
}
 .btn a {
     text-decoration: none !important;
}
/*********************************** WIDGETS **********************************/
 .content-block:not(:last-child) {
     margin-bottom: 30px;
}
 .widget-title {
     display: block;
     font-weight: 700;
     text-align: left;
     margin-left: 24px;
}
 h3.widget-title {
     margin-left: 24px;
}
/*********************************** ACCORDIONS/TABS **************************/
 .nav-tabs {
     flex-direction: column;
}
 .accordion-button {
     margin-bottom: 0;
     text-transform: none;
}
 .accordion-button::after {
     content: "+";
     background-image: none;
     transition: transform .2s ease-in-out;
     color: var(--brand-color3);
     font-size: 2rem;
     margin-top: -1rem;
}
 .accordion-button:not(.collapsed)::after {
     content: "-";
     background-image: none;
     color: var(--brand-color3);
     font-size: 2rem;
     margin-top: 2rem;
}
 .accordion-button:is(:hover,:focus){
     background: var(--brand-color7);
}
 .accordion-button:focus {
     z-index: 3;
     border-color: #86b7fe;
     outline: 0;
     box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
 .accordion-item {
     background-color: #fff;
     border-top: 1px solid rgba(0, 0, 0, .125);
     border-bottom: 1px solid rgba(0, 0, 0, .125);
}
 .accordion-collapse {
     background-color: var(--brand-color7);
     border-color: #86b7fe;
     outline: 0;
     box-shadow: 0 0 0 .12.5rem rgba(13, 110, 253, .25);
}
/*FAQ*/
 .faq-button-container {
     width: 50%;
     padding: 10px;
}
 .accordion.faq .accordion-header {
     position: relative;
}
/*********************************** BANNER ***********************************/
 .banner {
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
     height: 600px;
     margin-bottom: 50px;
}
 .banner-location {
     width: 20%;
     float: none;
     margin: -5rem 20% 0;
     clear: both;
     text-transform: uppercase;
}
 .location-text {
     font-size: .8rem;
     font-weight: 800;
     text-transform: uppercase;
}
 .location-text img {
     max-width: 17px;
     margin: -5px 0 0;
}
/********************************** CALENDAR **********************************/
/*Full Calendar*/
/*Event List Widget*/
/*********************************** Link List Widget *************************/
 .link-list-wrapper {
     margin: 0 auto;
     background-color: transparent !important;
     width: 70%;
     padding: 2rem 0;
}
 .link-list-wrapper .link-list-body {
     max-width: 100%;
     margin: 0 auto;
     display: block;
     position: relative;
     float: none;
}
 .link-list-wrapper .list-col.list-title {
     float: left;
     margin: 0;
     padding: 0;
     font-size: 1.25rem;
     color: var(--brand-color1);
}
 .link-list-wrapper .navigation-list-title {
     float: right;
     padding-right: 5px;
}
 .link-list-wrapper .list-col.list-title {
     float: left;
     margin: 0;
     padding: 0;
     display: block;
     width: 50%;
     text-align: right;
}
 .link-list-wrapper .list-col.list-items {
     float: left;
     padding: 0;
     margin: 0;
     width: 50%;
}
 .link-list-wrapper #linkListNav>button>div>div.link-listing-firstchild:not(:first-child) {
     display: none;
}
 .link-list-wrapper .link-listing a {
     background-color: transparent;
     color: #2f628f !important;
     font-size: 1.25rem;
}
 .link-list-wrapper .link-listing {
     padding: 5px 0;
     border-bottom: 1px inset;
}
 .link-list-wrapper button.accordion-button.collapsed:not(:first-child) {
     display: none;
}
 .link-list-wrapper #linkListNav>button:not(:first-child) {
     display: none;
}
 .link-list-wrapper button.accordion-button {
     width: 100%;
     float: left;
     margin: -5px auto 0;
     text-align: left;
}
 .link-list-wrapper #collapseOne>div>div a, .link-list-wrapper #collapseOne>div>div {
     background-color: var(--brand-color4);
}
 .link-list-wrapper .accordion-button:not(.collapsed) {
     box-shadow: none;
}
 .link-list-wrapper .link-listing-firstchild, .link-list-wrapper .link-listing-firstchild a {
     width: 85%;
     font-size: 1.5rem;
     color: #2f628f !important;
     padding-top: 10px;
     padding-bottom: 10px;
}
 .link-list-wrapper .accordion-body {
     padding: 0.4rem;
     border-top: 1px solid;
     max-width: 100%;
     background-color: var(--brand-color4);
}
 .link-list-wrapper .accordion-button:focus {
     box-shadow: none;
}
 .link-list-wrapper #collapseOne>div>div:nth-child(1) {
     display: none;
}
 .link-list-wrapper #linkListNav>button:nth-child(2)>div>img {
     width: 15px;
}
 .link-list-wrapper .link-list-accordion {
     margin-top: -10px;
     float: left;
}
 .link-list-wrapper .accordion-item {
     background-color: transparent;
     border: 0;
}
 .link-list-wrapper .accordion-button {
     background-color: transparent;
     border: 0;
     padding: 5px 6px 0;
}
 .link-list-wrapper .accordion-button::after {
     display: none;
}
 .link-list-wrapper .accordion-button:not(.collapsed)::after {
     display: none;
}
 #linkListNav .link-list-caret {
     margin: -35px 0 0 18.5rem;
     width: 60px;
     color:var(--brand-color3);
}
/*********************************** THREE BUTTON NAV ************************************/
 .buttonNav {
     margin: 1rem auto;
}
 .threeButtonWrapper {
     display: flex;
     margin: 0 auto;
}
 .threeButtonWrapper .btn-title {
     color: var(--brand-color2);
     font-size: 1.5rem;
     font-weight: 400;
     text-transform: uppercase;
}
 .threeButtonWrapper .sub-title {
     font-weight: 800;
     color: var(--brand-color1);
}
 .container .threeButtonWrapper {
     max-width: 1320px !important;
}
 a.threeButton-link {
     text-decoration: none !important;
}

.threeButton-link > div.btn-title {
    text-decoration: underline;
}
/*********************************** CARDS ************************************/
 .card_wrapper {
     background-color: var(--brand-color4);
     box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
     width: 23%;
     margin: 0 auto 1rem;
     padding: 0;
     max-width: 450px;
}
 .card {
     border: 0;
     border-radius: 0;
}
 .btn-readMore {
     padding: 1rem 0;
     font-weight: 600;
}
 .card_wrapper a {
     text-decoration: none !important;
}
 a.readMore-link {
     text-decoration: underline !important;
}
 .container .cards {
     max-width: 1320px !important;
}
 .cards {
     margin: 2rem auto;
}
 .container .card {
     border: 0;
     border-radius: 0;
     z-index: 1;
}
 .container .card .card-body {
     margin: 0;
     padding: 15px;
     line-height: 1.3rem;
}
 .container .card .card-title {
     font-size: 1.25rem;
     font-weight: bold;
}
 .container .card .block_card {
     background-color: transparent;
}
 .container .card img.rounded-circle {
     max-width: 150px;
}
 .container .card .block_card img {
     max-height: 425px;
}
 .container .card .card-body i {
     margin: 0 auto;
     text-align: center;
     display: block;
}
 .container .card .card-title {
     font-size: 1.25rem;
     font-weight: 600;
     color: var(--brand-color2);
}
 .block_card img {
     max-height: 250px !important;
     width: 100%;
}
 .card-body:empty {
     display: none;
}
 .tile_layout {
     margin: 0 auto;
}
 .container-fluid .cards {
     width: 100%;
     margin: .5rem auto;
}
 .container-fluid .cards .card-space-wrapper {
     margin: 0 auto;
     display: inherit;
     position: relative;
     float: none;
}
 .container-fluid .cards .tile-block-wrap {
     max-width: 100%;
     margin: 0 auto;
     justify-content: center;
     display: flex;
}
 .container-fluid .cards .tile-layout-4 {
     width: 23%;
     margin: 0 auto;
     padding: 0;
     max-width: 450px;
     display: inline-block;
     float: none;
}
/*********************************** CARD -blocks image full width ************************************/
 .block_fwimg {
     display: block;
     align-items: center;
     margin: 0 auto;
     color: var(--brand-color1);
}
 .card .card-title {
     font-size: 1.25rem;
     font-weight: 400;
     color: var(--brand-color2);
}
 .fw_card-body {
     padding: 1rem;
     margin: 0 20px;
}
 .fw_card-bodyhide {
     overflow: hidden;
     height: 100%;
}
 .fw_card-bodyhide img {
     padding: 0;
     margin: 0;
     background-size: cover;
     width: 100%;
}
/*********************************** CAROUSEL *********************************/
 .carousel h1, .carousel .h1, .carousel h2, .carousel .h2, .carousel h3, .carousel .h3, .carousel h4, .carousel .h4, .carousel h5, .carousel .h5, .carousel h6, .carousel .h6 {
     color: var(--brand-color4);
}
 .carousel-inner {
     z-index: 1;
     height:600px;
}
 .carousel>div.carousel-inner>div.carousel-item>img {
     position: absolute;
     z-index: 1;
     height:600px;
     width:100%;
     object-fit:cover;
     object-position:top;
}
 .carousel:focus-visible {
     border: 2px solid #000;
}
 .carousel-text {
     color: var(--brand-color4);
}
 .carousel-caption {
     position: absolute;
     right: 0;
     bottom: 30%;
     left: 0;
     padding-top: 0;
     padding-bottom: 0;
     color: var(--brand-color4);
     text-align: center;
}
 .carousel-item {
     background: transparent;
     transition: width .1s ease-out;
}
 .carousel-item.active {
     display: flex;
}
 .carousel-indicators [data-bs-target] {
     width: 5px;
     height: 5px 
}
 .carousel-indicators {
     display: none;
}
 .carousel-caption a:not(.btn) {
     color: white !important;
}
 .carousel-caption a:not(.btn):hover {
     text-decoration: none !important;
}
 .carousel-pause-start-button {
     left: 0;
     position: absolute;
     top: 0;
     z-index: 100;
     color: var(--brand-color2);
     border: 2px solid var(--brand-color1);
     border-radius: 6px;
}
 button.carousel-control-prev {
     width: 5%;
     margin-top: 5%;
}
 button.carousel-control-next {
     width: 5%;
     margin-top: 5%;
}
 .carousel-control-next, .carousel-control-prev {
     backdrop-filter: drop-shadow(5px 5px 5px black);
     opacity: 1;
     z-index: 100;
}
 .carousel-control-prev:hover, .carousel-control-prev:focus-visible {
     transform: var(--bs-icon-link-transform, translate3d(-0.25em, 0, 0));
     border: 2px solid white;
}
 .carousel-control-next:hover, .carousel-control-next:focus-visible {
     transform: var(--bs-icon-link-transform, translate3d(-0.25em, 0, 0));
     border: 2px solid white;
}
 .carousel-hero {
     position: relative;
     z-index: 10;
     margin: 0;
     top: 8rem;
     left: 0;
}
 .carousel-hero .heading-wrapper {
     display: block;
     position: relative;
     left: 13rem;
     top: 17rem;
     width: 575px;
}
 .carousel-hero .caption {
     position: relative;
     background: rgba(var(--brand-color1-rgb), 0.9);
     border-left: 5px solid #f5a603;
     border-top: 0;
     padding: 20px;
     padding: 20px 20px;
     color: var(--brand-color4);
     width: 500px;
     margin: 0;
     text-align: left;
     height: 150px;
}
 .carousel-hero .caption h1.heading {
     display: block;
     text-transform: uppercase;
     color: var(--brand-color4);
     font-size: 1.25rem;
     padding: 0;
     margin: 0;
     font-weight: 400;
}
 .carousel-hero .caption .subheading {
     display: block;
     text-transform: uppercase;
     color: var(--brand-color4);
     font-size: 1rem;
     font-weight: 600;
     line-height: 1.2rem;
     padding-top: 10px;
}
 .carousel-hero .caption p {
     display: block;
     color: var(--brand-color4);
     font-size: 0.9rem;
     font-weight: 400;
}
 a.carousel-arrow:hover {
     background-color: var(--brand-color2);
}
 a.carousel-arrow {
     float: right;
     margin: 0;
     background-color: #0a2244;
     height: 100%;
     position: relative;
     width: 6rem;
     min-height: 150px;
     left: 0;
     top: -9.4rem;
}
 a.carousel-arrow.heading-arrow {
     background-image: url("data:image/svg+xml, <svg viewBox='0 0 16 16' class='bi bi-arrow-right' fill='white' width='50' height='37' xmlns='http://www.w3.org/2000/svg'><path d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8'/></svg>");
     background-repeat: no-repeat;
     vertical-align: middle;
     display:grid;
     background-position: center;
}
 .banner-location-carousel {
     background: transparent;
     margin: 0;
     z-index: 999;
     position: absolute;
     width: 100%;
     left: 13.5rem;
     bottom: -10rem;
     height: 2rem;
}
 .location-text.white.shadow-text {
     color: var(--brand-color4);
}
/************************* FILE TREE ***************************************/
 .file-tree .file-tree-heading {
     margin: 0 0 .5rem;
}
 .file-tree .tree-item-folder[aria-selected="true"] > span, .file-tree .tree-item-doc[aria-selected="true"] a {
     background-color: #202b37;
     color: #eac744;
}
 .file-tree a {
     color: #395E78;
}
 .file-tree a:hover {
     border-color: transparent;
}
 .file-tree .tree-item-doc:focus-visible a {
     background-color: #202b37;
     color: #fff;
}
 .file-tree ul, .file-tree li {
     list-style-type: none;
}
 .file-tree li {
     cursor: pointer;
}
 .file-tree .tree-item-folder > span:hover, .file-tree .tree-item-doc a:hover {
     background-color: #202b37;
     color: #fff;
}
 .file-tree li.tree-item-folder[aria-selected="true"]:focus-visible, .file-tree li.tree-item-folder:focus-visible, .file-tree [tabindex="-1"]:focus:not(:focus-visible) {
     outline: 3px solid #000 !important;
}
 .file-tree .tree-item-folder {
     margin-bottom: 10px;
     margin-top: 10px;
     padding-left: .75rem;
}
 .file-tree .folder-contents {
     padding-left: 30px;
     border-left: 1px solid #ddd;
}
 .file-tree .folder-contents .btn-block {
     margin-top: 0px;
}
 .file-tree .btn-block:focus {
     box-shadow: none;
}
 .file-tree .folder:before, .file-tree a:before {
     font-family: "Font Awesome 6 Free";
     font-weight: 900;
     margin-right: 5px;
}
/* closed folder */
 .file-tree .folder[aria-expanded="false"]:before {
     content: "\f07b";
}
/* open folder */
 .file-tree .folder[aria-expanded="true"]:before {
     content: "\f07c";
}
/* default file link */
 .file-tree a:before {
     content: "\f15c";
}
 .file-tree a[href$=".pdf"]:before {
     content: "\f1c1";
}
 .file-tree a[href$=".mp4"]:before {
     content: "\f1c8";
}
 .file-tree a[href$=".png"]:before, .file-tree a[href$=".jpg"]:before {
     content: "\f1c5";
}
 .file-tree a[href$=".doc"]:before, .file-tree a[href$=".docx"]:before {
     content: "\f1c2";
}
 .file-tree a[href$=".ppt"]:before, .file-tree a[href$=".pptx"]:before {
     content: "\f1c4";
}
 .file-tree a[href$=".xls"]:before, .file-tree a[href$=".xlsx"]:before {
     content: "\f1c3";
}
/***************************banner*****************************/
 .hero {
     height: 350px;
     width: 100%;
     margin: 0 15%;
     display: block;
     left: 0;
     max-width: 650px;
}
 .hero .heading-wrapper {
     position:relative;
     margin: 8rem 0 0 4rem;
     width: 500px;
}
 .hero .caption {
     position: relative;
     background: rgba(var(--brand-color1-rgb), 0.9);
     border-left: 5px solid var(--brand-color3);
     border-top: 0;
     padding: 20px 70px 20px 20px;
     color: var(--brand-color4);
     width: 500px;
     min-height: 50px;
}
 .hero .caption .caption-wrap {
     margin: 0 auto;
}
 .hero .caption h1.heading {
     display: block;
     text-transform: uppercase;
     color: var(--brand-color4);
     font-size: 1.25rem;
     font-weight: 400;
}
 .hero .caption .heading {
     display: block;
     text-transform: uppercase;
     color: var(--brand-color4);
     font-size: 1rem;
     font-weight: 600;
}
 .hero .caption .heading span {
     display: block;
     text-transform: uppercase;
     font-weight: 700;
     font-size: 0.75rem;
     color: var(--brand-color4);
}
 .hero .caption p {
     display: block;
     color: var(--brand-color4);
     font-size: 0.9rem;
     font-weight: 400;
}
 .caption-arrow:hover {
     background-color: var(--brand-color2);
}
 .caption-arrow {
     position:absolute;
     z-index: 20;
     background: var(--brand-color1);
     height: 100%;
     display: flex;
     align-items: center;
     right: -30px;
     text-decoration:none!important;
}
 .caption-arrow .arrow {
     background-image: url("data:image/svg+xml, <svg viewBox='0 0 16 16' class='bi bi-arrow-right' fill='white' width='50' height='37' xmlns='http://www.w3.org/2000/svg'><path d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8'/></svg>");
     background-repeat: no-repeat;
     width: 60px;
     display: block;
     font-size: 2rem;
     text-decoration:none!important;
}
 .caption-arrow .heading-arrow {
     width: 50px;
     padding: .5rem;
}
/*********************************** CAROUSEL Icon Block *********************************/
 .card-img-overlay {
     top: 70px;
     border-radius: 0;
     text-align: center;
     margin: 0 auto;
     display: block;
     max-width: 224px;
}
 .carousel-button {
     margin: -80px auto 70px !important;
     z-index: 999;
     display: block;
     position: relative;
     max-width: 1250px;
}
 #tile-carousel {
     max-width: 1230px;
     margin: 0 auto;
}
 #tile-carousel>div>div.carousel-item.active .card {
     background-color: transparent;
     min-height: 180px;
}
 #tile-carousel img {
     max-width: 50px;
     margin: 15px auto 0;
     max-height: 50px;
}
 .carousel-inner .carousel-item-next, .carousel-inner .carousel-item-prev {
     display: flex;
}
 .carousel-inner .carousel-item-end, .carousel-inner .carousel-item-start {
     transform: translateX(0);
}
 .carousel-inner .carousel-item-end.active, .carousel-inner .carousel-item-next {
     transform: translateX(25%);
}
 .carousel-inner .carousel-item-start.active, .carousel-inner .carousel-item-prev {
     transform: translateX(-25%);
}
 button.btn.btn-sm.btn-primary.pull-left, button.btn.btn-sm.btn-primary.pull-right {
     background-color: transparent;
     color: white;
     font-size: 16px;
     border: 0;
}
/*********************************** TILES ************************************/
 .tile {
     display: block;
     position: relative;
     float: left;
     width: 100%;
     height: 100%;
     overflow: hidden;
     border: 0;
     min-height: 250px;
     margin-top: 1rem;
     background-color: rgba(var(--brand-color3-rgb), 0.2);
     box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
 a.tile:is(:hover,:focus) {
     background-color: rgba(var(--brand-color3-rgb), 0.1);
     outline: 2px solid rgba(var(--brand-color3-rgb), 0.12);
}
 .tile .overlay {
     width: 100%;
     height: 100%;
     overflow: hidden;
     padding: 1rem;
}
 .tile h2 {
     position: relative;
     margin-bottom: 0;
     padding: 0;
     overflow: hidden;
     font-size: 18px;
     text-transform: uppercase;
     font-weight: 400;
     text-align: center;
     color: var(--brand-color4);
}
 .tile p {
     padding: 0 0 5px 0;
     background-color: rgba(var(--brand-color1-rgb), 0.75);
     color: var(--brand-color4);
}
 .card_title_tile {
     font-weight: 500;
     font-size: 4rem;
     line-height: 4rem;
     padding: 1rem;
     text-align: center;
     color: var(--brand-color3);
     margin: 1rem 0;
}
/*********************************** Tables - Simple DataTable Style ****************************/
.datatable-hidden {
    display: none;
}
 .mobileTables th[style] {
     width: unset!important;
}
 .mobileTables th {
     min-width: 15ch;
}
 .mobileTables th button {
     width: 100%;
     height: 100%;
     text-align: left !important;
     border: none;
     background: none;
     position: relative;
     font-weight: 500;
     padding-right: 1.25rem;
     align-items: center;
}
 .mobileTables th button:is(:hover,:focus,:focus-within), .mobileTables [role="gridcell"]:focus, .mobileTables [role="gridcell"] *:focus, .mobileTables [role="grid"] [tabindex="0"]:focus {
     outline: inherit;
     outline-style: dotted;
     outline-width: 1px;
     outline-offset: 7px;
}
 .mobileTables th[data-sortable] button:before {
     opacity: 0.3;
     position: absolute;
     display: block;
     content: "\25B2" / "";
     width: auto !important;
     height: auto;
     border: none !important;
     right: 0;
     top: -.55rem;
     font-size: .75rem;
     align-content: center;
}
 .mobileTables th[data-sortable] button:after {
     opacity: 0.3;
     position: absolute;
     display: block;
     content: "\25BC" / "";
     width: auto !important;
     height: auto;
     border: none !important;
     right: 0;
     bottom: -1rem;
     font-size:.75rem;
     align-content: center;
}
 .mobileTables th[aria-sort="ascending"] button:before, .mobileTables th[aria-sort="descending"] button:after {
     opacity: 0.95 !important;
}
 .mobileTables th[aria-sort="ascending"] button:after, .mobileTables th[aria-sort="descending"] button:before {
     opacity: 0.45 !important;
}
 .mobileTables .table-responsive select {
     height: 2.5rem;
     border-radius: 9999px;
     padding: 0 2rem 0 1.5rem;
}
 .mobileTables .table-responsive select+label {
     font-weight: 500;
     font-size: .9rem;
}
 .mobileTables .table {
     width: 100%;
}
 th, td {
     min-width: 100%;
     min-width: -moz-available;
}
 .mobileTables table.dataTable > tbody > tr > th, .mobileTables table.dataTable > tbody > tr > td {
     padding: .75rem;
}
 .mobileTables table.dataTable > thead > tr > th, .mobileTables table.dataTable > thead > tr > td {
     padding: .75rem;
     border-bottom: 1px solid;
}
 .mobileTables table.dataTable > tbody > tr > th:focus-visible, .mobileTables table.dataTable > tbody > tr > td:focus-visible {
     outline: 2px solid #000;
}
 .mobileTables table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before, .mobileTables table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:after, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:before, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:after, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after, table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before, table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:after, table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:before, table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:after, table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before, table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:after, table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:before, table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
     left: 0;
     opacity: 0.25;
     line-height: .7rem;
     font-size: 0.8em;
}
 .mobileTables .card:is(:hover,:focus) {
     box-shadow:unset 
}
 .mobileTables .row:last-child {
     justify-content: start!important;
}
 .mobileTables .datatable-search input {
     min-width:300px 
}
 .mobileTables .page-link {
     font-size:1rem;
     font-weight:500;
     height:100%;
     display:flex!important;
     align-items:center;
}
 .mobileTables .page-link:is(.first,.previous,.next,.last) {
     font-size: 1.25rem;
}
 .mobileTables .table-bordered.no-collapse-table>:not(caption)>*:not(th,tr) {
     border-width: 0 !important;
}
 .mobileTables .table-bordered.no-collapse-table>:not(caption)>*>*:not(th,tr) {
     border-width: 0 var(--bs-border-width);
}
 .mobileTables .table.no-collapse-table>:not(caption)>*>*:not(th,tr) {
     background: unset;
     color: unset;
}
 .mobileTables :is(.datatable-top, .datatable-bottom) {
     padding: 8px 10px;
     align-items: center;
     display: flex;
     margin-bottom: .5rem;
}
 .mobileTables .datatable-dropdown {
     margin-right: auto;
}
/***** AGENCY Mobile Tables STYLE ***/
 .mobileTables th, .mobileTables th button, .mobileTables table.table.dataTable>:not(caption)>*>th {
     background:var(--brand-color1);
     color: #fff;
     align-content: center;
}
/*Pagination*/
 .mobileTables .page-item.active .page-link {
     background-color: var(--brand-color1);
     border-color: var(--brand-color1);
}
 .mobileTables .page-link {
     color: var(--brand-color1);
}
/***** end AGENCY STYLE ***/
 @media all and (max-width: 991px) {
    /*****************Mobile Table***********/
     .mobileTables .responsiveTablesLarge colgroup {
         width:0;
    }
     .mobileTables .responsiveTables colgroup {
         width:0;
    }
     .mobileTables table:is(.responsiveTablesLarge, .dataTable) {
         display: flex;
         overflow:hidden;
         width: 100%;
         position:relative;
         justify-content:center 
    }
     .mobileTables table>:not(:first-child) {
         border-top: unset;
    }
     .mobileTables table:is(.responsiveTablesLarge, .dataTable) thead {
         display: flex;
         flex-shrink: 0;
         min-width: -webkit-min-content;
         min-width: -moz-min-content;
         min-width: min-content;
         float: left;
         overflow-x:scroll;
         overflow-y:hidden;
         scrollbar-color:var(--brand-color1 var(--background-gray));
         scrollbar-width: thin;
    }
    .mobileTables table.one-row-table thead {
         overflow-x:hidden;
    }
     .mobileTables table:is(.responsiveTablesLarge, .dataTable) tbody {
         display: flex;
         position: relative;
         overflow-x: auto;
         overflow-y: hidden;
         scrollbar-color: var(--brand-color1, gray) transparent;
         scrollbar-width: thin;
    }
     .mobileTables table:is(.responsiveTablesLarge, .dataTable) :is(thead, tbody) tr {
         display: flex;
         flex-direction: column;
         min-width: -webkit-min-content;
         min-width: -moz-min-content;
         min-width: min-content;
         flex-shrink: 0;
         max-width: 50vw;
         text-wrap: auto;
         flex:1 1 100%;
         border-width: 0;
    }
     .mobileTables table:is(.responsiveTablesLarge, .dataTable) th {
         max-width:200px;
    }
     .mobileTables table:is(.responsiveTablesLarge, .dataTable) td {
         max-width:50vw;
    }
     .mobileTables table.dataTable:is(.responsiveTablesLarge, .dataTable) :is(th,td) {
         text-align: left!important;
         border-width: 1px;
         white-space: normal;
    }
     .mobileTables table.dataTable:is(.responsiveTablesLarge, .dataTable) th[colspan]:not([colspan="1"]), .mobileTables table.dataTable:is(.responsiveTablesLarge, .dataTable) tfoot {
         display: none;
    }
     .mobileTables table:is(.responsiveTablesLarge, .dataTable) thead th:last-child{
         border-bottom: none;
    }
     .mobileTables table.dataTable:is(.responsiveTablesLarge, .dataTable) > tbody > tr:last-of-type {
         z-index: 1;
         position: relative;
    }
     .mobileTables table.dataTable:is(.responsiveTablesLarge, .dataTable) > tbody > tr:last-child > * {
         border-bottom: inherit;
    }
     .mobileTables table:is(.responsiveTablesLarge, .dataTable) td, .mobileTables table:is(.responsiveTablesLarge, .dataTable) th {
         padding: .5rem;
         vertical-align: middle;
         box-sizing: border-box;
         font-size: .9rem;
         text-overflow: ellipsis;
         display:grid;
         overflow-y:auto;
         overflow-x:hidden;
         scrollbar-width: thin;
         flex:1 1 100%;
         min-width: 20vw;
         min-height: 60px;
         justify-content: start;
         align-items: anchor-center;
    }
     .mobileTables .table-bordered>:not(caption)>*>* {
         border-width:0 0 1px;
    }
     .mobileTables table:not(.desktopView).dataTable:is(.responsiveTablesLarge, .dataTable) > tbody > tr:last-of-type {
         z-index: 10;
         position: relative;
    }
}
/****** END Table - Simple DataTables Styles *********************/
/*********************************** background Image ****************************/
 .bkgimg-caption .text-center {
     position: relative;
     padding: 30px;
     display: block;
     clear: both;
     margin: -24% auto 5%;
     color: var(--brand-color4);
     filter: drop-shadow(2px 4px 6px black);
}
 .bkgimg-caption .text-start {
     position: relative;
     padding: 30px;
     display: block;
     clear: both;
     margin: -24% 15px 4%;
     color: var(--brand-color4);
     filter: drop-shadow(2px 4px 6px black);
}
 .bkgimg-caption .text-end {
     position: relative;
     padding: 30px;
     display: block;
     clear: both;
     margin: -24% 15px 0;
     color: var(--brand-color4);
     float: right;
     filter: drop-shadow(2px 4px 6px black);
}
 .bkgimg_heading {
     font-size: 4rem;
     line-height: 5rem;
     font-weight: bold;
}
 .bkgimg_heading a {
     color: var(--brand-color4) !important;
}
 .bkgimg_text {
     font-size: 2rem;
}
 img.bkimg_slide {
     background-position: center;
     background-size: cover;
     margin: 0 auto 0;
     display: block;
     width: 100%;
}
/*********************************** NEWS *************************************/
 .news-article-container {
     padding: 2rem;
}
 .loader {
     display: inline-block;
     margin-top: 20px;
     font-size: 150px;
     width: 100%;
     color: 051C2C;
     text-align: center;
     -webkit-animation-name: beat;
     animation-name: beat;
     -webkit-animation-iteration-count: infinite;
     animation-iteration-count: infinite;
     -webkit-animation-duration: 2.5s;
     animation-duration: 2.5s;
}
 @-webkit-keyframes beat {
     0% {
         -webkit-transform: scale(1);
         transform: scale(1);
    }
     5% {
         -webkit-transform: scale(1.05);
         transform: scale(1.05);
    }
     10% {
         -webkit-transform: scale(1);
         transform: scale(1);
    }
     25% {
         -webkit-transform: scale(1);
         transform: scale(1);
    }
     30% {
         -webkit-transform: scale(1.05);
         transform: scale(1.05);
    }
     40% {
         -webkit-transform: scale(1);
         transform: scale(1) 
    }
     50% {
         -webkit-transform: rotate(360deg);
         transform: rotate(360deg);
    }
}
 @keyframes beat {
     0% {
         -webkit-transform: scale(1);
         transform: scale(1);
    }
     5% {
         -webkit-transform: scale(1.05);
         transform: scale(1.05);
    }
     10% {
         -webkit-transform: scale(1);
         transform: scale(1);
    }
     25% {
         -webkit-transform: scale(1);
         transform: scale(1);
    }
     30% {
         -webkit-transform: scale(1.05);
         transform: scale(1.05);
    }
     40% {
         -webkit-transform: scale(1);
         transform: scale(1) 
    }
     50% {
         -webkit-transform: rotate(360deg);
         transform: rotate(360deg);
    }
}
 .article-title {
     font-size: 3rem;
     font-weight: 600;
     margin: 15px 0;
     color: var(--brand-color1);
     line-height: 1;
}
 .article_img {
     font-size: 0;
}
 .article {
     max-width: 30%;
     margin: 10px;
     float: left;
}
 .news-subtitle {
     font-size: 20px;
     font-weight: 500;
     color: var(--brand-color1);
}
 img.news-image {
     max-width: 350px;
     float: left;
     padding: 15px;
     color: var(--brand-color1);
     margin: 0 20px 20px;
}
 .title {
     font-size: 20px;
     font-weight: 600;
}
 .news.container.row {
     margin: 0 auto;
}
/*********************************** youtube video ***********************************/
 .youtube_video iframe {
     height: 100%;
     min-height: 500px;
     margin: 3rem;
}
 .arc iframe {
     height: 100%;
     min-height: 500px;
}
/*********************************** PRE-FOOTER ***********************************/
 .footer-mt-wrapper {
     background-color: var(--brand-color1);
     height: 30px;
}
 img.footer-mt {
     max-width: 75px;
     display: block;
     margin: 0 auto;
     scale: 2.5;
     transform: translateY(-.3rem); /* this may need adjusted based on what image is used */
}

/*********************************** FOOTER ***********************************/
 #footer-menu-wrapper {
     color: var(--brand-color4);
     width: 100%;
     padding: 4rem 0 !important;
     background-color: var(--brand-color2);
}
 #footer-menu-wrapper a {
     color: var(--brand-color4) !important;
}
 li.footer-link-text {
     list-style: none !important;
     text-transform: uppercase;
     font-weight: 800;
}
 li.footer-link-text a {
     color: var(--brand-color4) !important;
}
 .row.gy-3.mt-1.reverse {
     text-align: left;
}
 footer .text-lg-start.row>div>div.footer-col {
     float: left;
     text-align: left;
     margin: 0 15px;
     display: block;
     max-width: 30%;
     overflow: hidden;
}
 .footer-content {
     padding: 1rem 1rem 0;
     margin: 0 10%;
     display: block;
     position: static;
}
 #footer-menu-wrapper * {
     line-height: 2.25rem;
}
 #footer-menu-wrapper a:not(.btn) {
     color: var(--brand-color5);
}
 #footer-menu-wrapper img {
     display: block;
     margin: -.5em auto 0;
     max-width: 250px;
     float: left;
}
 footer .list-unstyled li {
     margin-bottom: 1em;
}
 footer .social-links i {
     font-size: 24px;
     color: var(--brand-color4);
}
 footer .social-links img {
     display: block;
     width: 24px;
}
 .footer-title {
     font-size: 1.75rem;
}
 .footer-content {
     padding: 2rem 2rem 0 2rem;
}
/*********************************** social links ***********************************/
 ul.social-links.nav {
     margin: 0;
     display: flex;
     float: left;
     padding: 0;
}
 ul.social-links.nav .nav-link {
     display: block;
     padding: 0 0.2rem;
}
 ul.social-links.nav li.nav-item {
     float: right;
     display: inline;
     margin: 0 0.5rem 0 0rem;
}
/*********************************** TABLES ***********************************/
 th, td {
     min-width: 100%;
}
/*********************************** MOBILE RESPONSIVE ***********************************/
 @media (max-width: 1400px) {
     .fw_card-bodyhide {
         overflow: hidden;
         height: 100%;
         max-height: 500px;
    }
}
 @media (max-width: 1355px) {
     .parent-link-top-nav {
         font-size: calc(11px + 0.1vh + .5vmin);
    }
}
 @media (max-width: 1080px) {
     .parent-link-top-nav {
         font-size: calc(10px + 0.1vh + .5vmin);
    }
     .eyebrow-nav ul li a {
         font-size: .78rem;
    }
}
 @media (max-width: 992px) {
     ul.social-links.nav {
         margin: 0 auto;
         display: flex;
         float: none;
         padding: 0;
    }
    /************* mobile tables ****************************/
    .mobileTables .datatable-header {
        display: block !important;
    }
    .mobileTables .datatable-header > * {
        margin-bottom: 20px;
    }
    /**************mobile tiles***********************************************/
     .container-fluid .cards .tile-block-wrap {
         max-width: 100%;
         margin: 0 auto;
         justify-content: center;
         display: block;
    }
     .container-fluid .cards .tile-layout-4 {
         width: 47%;
         margin: 0.5rem;
         padding: 0;
         max-width: 450px;
         display: block;
         float: left;
    }
    /**************carousel*********************/
     .carousel_banner_heading, .carousel_banner_heading a {
         font-size: 5rem;
         line-height: 1rem;
    }
     .carousel-inner {
         height: 450px;
    }
     .carousel-hero {
         position: relative;
         z-index: 10;
         margin: 0 auto;
         top: 15rem;
         left: 0;
    }
     .carousel-hero .heading-wrapper {
         display: block;
         margin: 0 auto;
         width: 100%;
         float: none;
         left: 0;
         top: -2rem;
         position: relative;
    }
     .carousel-hero .caption {
         margin: 0 auto;
    }
     .carousel-hero .caption h1.heading {
         text-align: center;
    }
     .carousel-hero .caption .subheading {
         text-align: center;
    }
     .carousel-hero .caption p {
         text-align: center;
    }
     .carousel-hero .caption {
         position: relative;
         background: rgba(var(--brand-color1-rgb), 0.9);
         border-top: 5px solid var(--brand-color3);
         border-left: 0;
         padding: 20px 11px;
         color: var(--brand-color4);
         max-width: 100%;
         margin: 0 auto;
         text-align: left;
         min-height: 50px;
         float: none;
    }
     .carousel-item {
         height: 100%;
    }
     .caption-arrow {
         float: right;
         margin: 0 auto;
         background-color: var(--brand-color1);
         z-index: 1;
         width: 100%;
         height: 100px;
         min-height: 100%;
    }
     .banner-location-carousel {
         margin: 0;
         top: -3rem;
         left: 6.5rem;
    }
     a.carousel-arrow {
         float: none;
         margin: 0 auto;
         background-color: var(--brand-color1);
         height: 65px;
         min-height: 65px;
         width: 500px;
         display: block;
         top: 0;
    }
     a.carousel-arrow .heading-arrow {
         background-image: url("data:image/svg+xml, <svg viewBox='0 0 16 16' class='bi bi-arrow-right' fill='white' width='50' height='37' xmlns='http://www.w3.org/2000/svg'><path d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8'/></svg>");
         background-repeat: no-repeat;
         font-size: 36px;
         vertical-align: middle;
         margin: 0 45%;
    }
    /**************banner*********************/
     .banner {
         max-height: 300px;
    }
     .hero {
         position: relative;
         width: 100%;
         margin: 0 auto;
         display: block;
         max-width: 100%;
         float: none;
    }
     .hero .heading-wrapper {
         margin: 14rem auto 0;
         width: 500px;
    }
     .hero .caption {
         position: relative;
         background: rgba(var(--brand-color1-rgb), 1);
         border-top: 5px solid var(--brand-color3);
         padding: 1rem;
         margin: -45px auto 0;
         color: var(--brand-color4);
         height: 100%;
         max-width: 100%;
         text-align: center;
         border-left: 0;
         width: 100%;
    }
     .banner-location {
         width: 50%;
         float: none;
         margin: -5rem 20% 0;
         clear: both;
    }
     .caption-arrow {
         float: right;
         margin: 0 auto;
         background-color: var(--brand-color1);
         z-index: 1;
         width: 100%;
         height: 100px;
         min-height: 100%;
    }
     .caption-arrow .heading-arrow {
         background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-down-short' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M8 4a.5.5 0 0 1 .5.5v5.793l2.146-2.147a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 1 1 .708-.708L7.5 10.293V4.5A.5.5 0 0 1 8 4'/></svg>");
         background-repeat: no-repeat;
         font-size: 36px;
         vertical-align: middle;
         margin: 0 45%;
    }
    /**************First Row When There's a Banner***************/
    .banner ~ .first-row {
        margin-top: 10px;
    }
    /**************link-list-wrapper*********************/
     .link-list-wrapper {
         width: 100%;
    }
    /**************sidebar*********************/
     .sidebar-menu {
         display: none;
    }
    /***********************************mobile footer********************************/
     .footer img {
         float: none;
    }
     .row.gy-3.mt-1.reverse {
         text-align: center;
    }
    /***********************************mobile nav********************************/
     .nav-parent-item button.btn.btn-mobile {
         color: var(--brand-color4);
         font-weight: bold;
         height: 4rem;
    }
     .dropdown-menu.rounded-0.mobile-drop.show a.dropdown-item.dropdown-toggle {
         color: var(--brand-color4);
    }
     a.dropdown-parent-item.parent-links.nav-link {
         font-size: 1rem;
    }
     .mobile-back-wrapper button.btn.btn-mobile {
         color: var(--brand-color5);
         font-weight: bold;
    }
     #collapseMobile .card-body {
         background-color: var(--brand-color2);
    }
     .btn.btn-mobile {
         float: none;
         margin: 1rem auto 0;
         z-index: 999;
         position: relative;
         width: 100%;
         height: 2rem;
         text-align: left;
    }
     .dropdown-parent .btn.btn-primary {
         float: none;
         margin: 1rem auto 0;
         z-index: 999;
         position: relative;
         width: 100%;
         height: 65px;
         text-align: left;
    }
     .nav-item-parent.dropdown-parent-menu.parent-mobile-drop.rounded-0.hidden {
         visibility: hidden;
    }
     .nav-item-parent.dropdown-parent-menu.parent-mobile-drop.rounded-0 {
         visibility: visible;
    }
     .dropdown-menu.rounded-0.dropdown-submenu.show {
         visibility: visible;
    }
     .dropdown-menu.mobile-drop.rounded-0.show.hidden {
         visibility: hidden;
    }
     .navbar-nav.mobile-only.mobile-drop.collapse.show.hidden {
         visibility: hidden;
    }
     .dropdown-menu.mobile-drop.rounded-0.show {
         visibility: visible;
    }
     .dropdown-menu-parent.rounded-0 {
         display: none;
    }
     .dropdown-menu-parent.rounded-0.show {
         display: block;
    }
     .mobile-main-nav>li a {
         color: var(--brand-color4) !important;
         font-size: 1.5rem;
    }
     .dropdown-submenu.show .mobile-parent-wrapper div a {
         background-color: var(--brand-color2) !important;
    }
     .mobile-parent-wrapper {
         padding: 1rem;
         background-color: var(--brand-color2);
         z-index: 500;
         position: relative;
    }
     .dropdown-menu.mobile-drop.rounded-0.show {
         background-color: var(--brand-color1);
    }
     #navbarCollapse>div.mobile-main-nav>li>div>div.dropdown-menu.rounded-0.dropdown-submenu.show {
         background-color: transparent;
    }
     .dropdown-menu.rounded-0.show {
         left: -3rem;
         top: 0;
         padding: 1rem 2rem;
         line-height: 2;
    }
     .navbar-expand-lg .navbar-nav .dropdown-menu {
         position: relative;
    }
     a.nav-link.dropdown-toggle {
        float: none;
        color: var(--brand-color4);
    }
     .navbar-nav {
         display: block;
    }
     .desktop-only {
         display: none;
    }
     .mobile-only {
         display: block;
    }
    .mobile-only .custom-dropdown-menu .drop-down-1,
    .mobile-only .custom-dropdown-menu .drop-down-2,
    .mobile-only .custom-dropdown-menu .dd-navlist-wrapper {
        height: auto;
    }
    .mobile-only .custom-dropdown-menu .drop-down-2 {
        padding: 0 2rem;
    }
    .mobile-only .custom-dropdown-menu .dd-navlist-wrapper .nav-link {
        padding-left: .5rem !important;
    }
     #navbarCollapse.show .mobile-only {
         background-color: var(--brand-color2);
         color: var(--brand-color5);
    }
     .mobile-main-nav .mobile-back-wrapper {
         background-color: var(--brand-color7);
         color: var(--brand-color5);
         padding: 2rem;
         top: 0;
         position: relative;
         margin: 0;
    }
     .mobile-main-nav a.nav-link-mobile {
         font-size: 1.5rem;
         color: white !important;
         padding: 1rem;
         line-height: 2;
    }
     .mobile-main-nav .accordion .accordion-item button.accordion-button, .mobile-main-nav .mobile-main-nav .accordion .accordion-item button.accordion-button a {
         background-color: var(--brand-color2);
         color: var(--brand-color4);
    }
     .mobile-main-nav .dropdown-menu.rounded-0.show {
         display: block;
         color: var(--brand-color4);
    }
     .mobile-main-nav .dropdown-menu.rounded-0.dropdown-submenu.show, .mobile-main-nav .dropdown-menu.rounded-0.dropdown-submenu.show a {
         color: var(--brand-color4);
         font-size: 1rem;
         font-weight: 600;
         padding-left: 1rem;
    }
     .mobile-main-nav button.accordion-button.collapsed {
         background-color: var(--brand-color2);
    }
     .mobile-nav-submenu {
         background-color: var(--brand-color1);
         color: var(--brand-color4);
         padding: 2rem;
    }
     ul.navbar-nav.mobile-nav, ul.navbar-nav.mobile-nav a {
         width: 100%;
         color: var(--brand-color5);
    }
     .mobile-main-nav .blockColor1, .mobile-main-nav .blockColor1 a {
         background-color: var(--brand-color1);
         color: var(--brand-color4) !important;
    }
     .mobile-main-nav .accordion-item {
         background-color: transparent;
         border-top: 1px solid rgba(0, 0, 0, .125);
         border-bottom: 1px solid rgba(0, 0, 0, .125);
    }
     .mobile-main-nav .nav-link {
         display: block;
         color: var(--brand-color5);
    }
     .mobile-main-nav .dropdown-toggle::after {
         display: none;
         float: right;
         font-size: 1.5rem;
         margin: 7px 0 0 1rem;
    }
     .mobile-main-nav .accordion-button::after {
         display: none;
    }
     nav.navbar {
         float: none;
    }
     nav.navbar .dropdown-menu {
         width: 100vw;
         margin-left:0;
    }
     #navbarCollapse.show {
         padding: 0;
         min-width: 100%;
         top:0;
         position: relative;
         z-index: 9999;
         overflow-y:auto;
         overflow-x:hidden;
    }
     .container.drp_dwn_menu {
         margin: 0;
    }
     .row.top_nav {
         display: none;
    }
     .collapse.navbar-collapse li {
         display: none;
    }
     .show.navbar-collapse li {
         display: block;
         width: 100%;
    }
     a.nav-link.dropdown-toggle.dropdown-item.carat-dd {
         font-size: 12px;
         margin: 0 0 0 2px;
         display: block;
    }
     .dropdown-menu.rounded-0.mega-menu.show {
         background-color: var(--brand-color1);
         position: static;
    }
     .dropdown-menu.rounded-0.mega-menu.show {
         background-color: var(--brand-color1);
         border: 0;
         margin: 0;
         max-width: 100%;
    }
     .dropdown-toggle::after {
         float: right;
    }
     #navbarCollapse>ul>li:nth-child(1) .dropdown-menu {
         min-height: 1vh;
    }
     #navbarCollapse>ul>li:nth-child(2) .dropdown-menu {
         min-height: 1vh;
    }
     #navbarCollapse>ul>li:nth-child(3) .dropdown-menu {
         min-height: 1vh;
    }
     #navbarCollapse>ul>li:nth-child(4) .dropdown-menu {
         min-height: 1vh;
    }
     .btn-primary {
         background-image: url("/_docs/main-assets/arrow.svg");
         background-repeat: no-repeat;
         background-position-x: right;
         background-size: 45px;
         background-position-y: center;
    }
     .btn.btn-primary {
         float: none;
         margin: 1rem auto 0;
    }
    /************************************************************eyebrow nav mobile*************************/
     .eyebrow-nav {
         display: none;
    }
     .mobile-eyebrow .eyebrow-nav, .mobile-eyebrow {
         display: block;
    }
     ul.eyebrow-nav-list li {
         text-align: left;
    }
     #navbarCollapse.show .mobile-eyebrow .eyebrow-nav {
         min-height: 1rem;
    }
     #navbarCollapse.show .mobile-eyebrow .eyebrow-nav ul.eyebrow-nav-list {
         background-color: var(--brand-color7);
         width: 100%;
         padding: 1rem;
         line-height: 2;
         top: -1rem;
         position: relative;
    }
     #navbarCollapse.show .mobile-eyebrow .eyebrow-nav ul li a {
         text-transform: uppercase;
         font-weight: 800;
         color: var(--brand-color1);
         width: 100%;
    }
     #navbarCollapse.show .mobile-eyebrow .eyebrow-nav ul {
         margin: 1rem 0;
    }
    /*******************homepage**************/
     .hp-buttons .btn-primary {
         min-width: 350px;
         float: none;
         display: block;
         margin: 1rem auto;
    }
    /*******************cards**************/
     .card_wrapper {
         width: 46%;
         margin: 1rem auto;
    }
    /*******************background images***************/
     .bkgimg-caption.text-start {
         margin: -35% 15px 10%;
    }
     .bkgimg-caption.text-center {
         margin: -35% auto 10%;
    }
     .bkgimg-caption.text-end {
         margin: -35% 15px 10%;
    }
     .bkgimg-caption.text-center {
         margin: -35% auto 10%;
    }
     .block_fwimg {
         padding: 0;
    }
     .bkgimg_text {
         font-size: 1.5rem;
    }
     .bkgimg_heading {
         font-size: 3rem;
         line-height: 3rem;
         font-weight: bold;
    }
     img.bkimg_slide {
         min-height: 30vh;
    }
    /*******************news***************/
     .card.block_fw {
         max-height: 100%;
         filter: none;
    }
     .fw_card-bodyhide {
         overflow: hidden;
         height: 100%;
         max-height: 100%;
    }
     .article {
         max-width: 100%;
         clear: none;
         margin: 0;
    }
     .news-gallery .article {
         max-width: 45%;
         clear: right;
         margin: 15px;
         float: left;
    }
     .news .thumb {
         filter: none;
         width: auto;
         height: auto;
    }
}
 @media (min-width: 993px) {
     .social-policy {
         margin-left: -13px;
    }
}
 @media (max-width: 860px) {
     .article {
         max-width: 100%;
         float: none;
    }
     .news-gallery .article {
         max-width: 95%;
         clear: right;
         margin: 15px auto;
         float: none;
    }
    /*******************background images***************/
     .bkgimg-caption.text-center {
         padding: 0;
         margin: -48% 15px 7%;
         ;
    }
     .bkgimg-caption.text-end {
         margin: -48% 15px 7%;
         padding: 0;
    }
     .bkgimg-caption.text-start {
         margin: -48% 15px 7%;
         padding: 0;
    }
     .bkgimg_heading {
         font-size: 2.5rem;
         line-height: 2rem;
    }
    /*******************footer***************/
     .footer-content {
         padding: 15px 0;
         margin: 0 5%;
         display: block;
         position: static;
    }
     .footer.text-lg-start.row>div>div.footer-col {
         max-width: 100%;
    }
}
/*Medium devices (tablets,768px or less)*/
 @media (max-width: 768px) {
    .h1-container {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
     .card_wrapper {
         width: 100%;
    }
     .banner-location-carousel {
         margin: 0;
         top: -2rem;
         left: 0;
    }
     .carousel-inner {
         height: 350px;
    }
     .carousel-hero {
         margin: 0 auto;
         top: 7rem;
    }
     .carousel-hero .heading-wrapper {
         display: block;
         margin: 0;
         width: 100%;
         float: none;
         position: relative;
         left: 0;
    }
     .carousel-hero .caption {
         max-width: 100%;
         margin: 0 auto;
         text-align: center;
         min-height: 50px;
         float: none;
    }
     a.carousel-arrow {
         float: none;
         margin: 0 auto;
         background-color: var(--brand-color1);
         height: 65px;
         min-height: 65px;
         width: 31.25rem;
         display: block;
    }
     #linkListNav .link-list-caret {
         margin: -3rem 0 0 14rem;
         width: 50px;
         float: left;
    }
     .link-list-wrapper .link-listing-firstchild, .link-list-wrapper .link-listing-firstchild a {
         width: 100%;
         font-size: 1.25rem;
         color: var(--brand-color2) !important;
         padding: 0px 0 1rem 0;
         margin: 0 0 0 -7rem;
         float: left;
    }
     .link-list-wrapper .list-col.list-title {
         float: none;
         margin: 0 auto;
         padding: 0;
         display: block;
         width: 100%;
         text-align: center;
    }
     .link-list-wrapper .navigation-list-title {
         float: none;
         padding-right: 5px;
         text-align: center;
    }
     .link-list-wrapper .list-col.list-items {
         float: none;
         padding: 0;
         margin: 0 auto;
         width: 80%;
         text-align: center;
    }
     .link-list-wrapper .list-col.list-items button.accordion-button {
         width: 100%;
         float: none;
         margin: 0 5rem;
         text-align: center;
    }
     .link-list-wrapper .list-col.list-items button.accordion-button:not(:first-child) {
         display: none;
    }
     #tile-carousel {
         max-width: 300px;
         margin: 0 auto;
    }
     .carousel-button {
         margin: -115px auto 70px !important;
         max-width: 325px;
    }
     .sticky-top {
         top: 0;
    }
     .sidebar {
         border: 0 !important;
         text-align: center;
    }
    /*******************Tabs To Accordions***************/
     .tab-content >.tab-pane {
         opacity: 1;
    }
     .footer [class^="col-"] {
         margin-bottom: 15px;
    }
    /*******************newsl***************/
     main .news-gallery .article {
         max-width: 100%;
    }
     .news-gallery .article img.thumb {
         float: none;
         max-height: 250px;
         margin: 0 auto;
         display: block;
    }
    /*******************carousel***************/
     .carousel-button {
         margin: -81px auto 50px auto !important;
         max-width: 60%;
    }
     .carousel-caption {
         position: initial;
         padding: 30px 15px;
    }
     .carousel-caption h5, .carousel-caption p {
         text-shadow: none;
    }
     .carousel-caption a:not(.btn) {
         color: initial !important;
    }
     .carousel-indicators {
         display: none;
    }
    /*******************Tile block***************/
     .tile {
         position: relative;
         float: none;
         width: 100%;
         height: 100%;
         overflow: hidden;
         border: 0;
         cursor: default;
         min-width: 285px;
         margin-top: 10px;
         min-height: 96px;
    }
    /*******************mobile nav***************/
     .navbar .nav-link.hover~.dropdown-menu {
         display: none;
         margin-top: 0;
    }
     .navbar .nav-link.hover:hover~.dropdown-menu, .navbar .nav-link.hover~.dropdown-menu:hover {
         display: block;
    }
     .dropdown-item.dropdown-toggle.hover~.dropdown-menu {
         display: none;
    }
     .navbar .dropdown-item.dropdown-toggle.hover:hover~.dropdown-menu, .navbar .dropdown-item.dropdown-toggle.hover~.dropdown-menu:hover {
         display: block;
    }
     .row.gx-5 {
         margin-right: calc(-.5 * 4rem);
         margin-left: calc(-.5 * 4rem);
    }
     .row.gx-5>* {
         padding-right: calc(4rem * .5);
         padding-left: calc(4rem * .5);
    }
    /****************** mobile tables **************/
    .datatable-footer {
        flex-direction: column;
    }
    .datatable-info {
        margin-bottom: 2rem !important; /* !important needed to override BS */
        width: 100%;
    }
    /*******************footer***************/
     .footer.text-lg-start.row>div>div.footer-col {
         float: none;
         text-align: center;
    }
     main .news-gallery .article {
         max-width: 43%;
    }
     .bkgimg_text {
         font-size: 1.2rem;
    }
}
 @media (max-width: 575px) {
     .dropdown-menu.rounded-0.show {
         padding: 1rem 3rem 0;
    }
     .caption-arrow .heading-arrow {
         margin: 0 42%;
    }
     .banner .heading-wrapper {
         width: 350px;
    }
     .hero {
         max-width: 375px;
    }
     .banner-location {
         width: 50%;
         float: none;
         margin: -5rem 5% 0;
         clear: both;
    }
    /*******************background image***************/
     img.bkimg_slide.img-fluid {
         min-height: 25vh;
    }
     .bkgimg-caption.text-center {
         padding: 15px;
         margin: -40% auto 10%;
    }
     .bkgimg-caption.text-start {
         padding: 15px;
         margin: -40% auto 10%;
    }
     .bkgimg-caption.text-end {
         padding: 15px;
         margin: -40% auto 10%;
    }
     .bkgimg_heading {
         font-size: 2rem;
         line-height: 2rem;
    }
     .col-xs-12.col-lg-6.pull-right.mt-5.grn-sign-form {
         float: none !important;
         text-align: center;
         margin: 0 -16%;
         display: block;
    }
     .email_signup_title {
         font-size: 2rem;
         line-height: 3rem;
         font-weight: 600;
    }
     .email_signup_text {
         font-size: 14px;
         margin-bottom: 0;
    }
     main .news-gallery .article {
         max-width: 100%;
         display: block;
         margin: 0 auto;
         float: none;
    }
    /***********************************mobile tiles ***********************************/
     .container-fluid .cards .tile-layout-4 {
         width: 100%;
         margin: 0 auto;
         display: block;
         float: none;
    }
}
 @media (max-width: 450px) {
     .rowheading {
         padding-left: .7em !important;
    }
     .mobile-main-nav .mobile-back-wrapper {
         margin: -30rem 0 0 0;
    }
     .card_wrapper {
         padding: 1rem;
    }
     .footer-social {
         margin: 0 auto !important;
    }
}
/*********************************** LARGE SCREEN RESPONSIVE ***********************************/
 @media (min-width: 576px) {
     .container .cards {
         max-width: 540px !important;
    }
     .container .threeButtonWrapper {
         max-width: 540px !important;
    }
}
/*Medium devices (tablets, 768px or more)*/
 @media (min-width: 768px) {
     .container .threeButtonWrapper {
         max-width: 720px !important;
    }
     .container .cards {
         max-width: 720px !important;
    }
     .navbar .nav-link.hover~.dropdown-menu {
         display: none;
         margin-top: 0;
    }
     .navbar .nav-link.hover:hover~.dropdown-menu, .navbar .nav-link.hover~.dropdown-menu:hover {
         display: block;
    }
     .dropdown-item.dropdown-toggle.hover~.dropdown-menu {
         display: none;
    }
     .navbar .dropdown-item.dropdown-toggle.hover:hover~.dropdown-menu, .navbar .dropdown-item.dropdown-toggle.hover~.dropdown-menu:hover {
         display: block;
    }
     .row.gx-5 {
         margin-right: calc(-.5 * 4rem);
         margin-left: calc(-.5 * 4rem);
    }
     .row.gx-5>* {
         padding-right: calc(4rem * .5);
         padding-left: calc(4rem * .5);
    }
    /*Tabs To Accordions*/
     .nav-tabs {
         display: flex;
         flex-direction: row;
    }
     .tab-content .accordion {
         border: none;
    }
     .tab-content .accordion .accordion-header {
         display: none;
    }
     .tab-content .accordion .collapse {
         display: block;
    }
}

 @media (min-width: 992px) {
     .container .threeButtonWrapper {
         max-width: 960px !important;
    }
     .container .cards {
         max-width: 960px !important;
    }
     .navbar-expand-lg .navbar-nav {
         flex-direction: row;
    }
     .row.top_nav {
         padding: 15px 2% 5px 0;
    }
     .top_nav_wrapper {
         float: right;
         text-align: right;
         padding: 0 10px;
         margin: 0;
    }
     .top_nav {
         padding: 0 20px;
    }
     .top_nav li, .top_nav div li a {
         width: 100%;
         text-align: right;
         padding: 0 5px 5px;
         font-size: 15px;
         max-width: 100%;
         color: var(--brand-color7) !important;
         display: inline;
    }
     .navbar-expand-lg {
         flex-wrap: nowrap;
         justify-content: flex-start;
    }
}
 @media (min-width: 1200px) {
     .container .threeButtonWrapper {
         max-width: 1140px !important;
    }
     .container .cards {
         max-width: 1140px !important;
    }
}
 @media (min-width: 1400px) {
     .fw_card-bodyhide {
         overflow: hidden;
         height: 100%;
    }
     .card.block_fw {
         max-height: 560px;
    }
}
/*************************** Blank-2025 Cards *****************************************/
 .site-cardWrapper {
     display:flex;
     flex-wrap:wrap;
     gap:1.5rem;
}
 .site-cardWrapper.sml {
     justify-content:center;
}
 .site-card {
     position:relative;
     width:32%;
     min-width:300px;
     border:solid 1px var(--brand-color8);
     box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
 a.site-card:before {
     content:'';
     width:50px;
     height:40px;
     position:absolute;
     bottom:5px;
     right:10px;
     background-image: url("data:image/svg+xml, <svg viewBox='0 0 16 16' class='bi bi-arrow-right' fill='%23f5a603' width='16' height='16' xmlns='http://www.w3.org/2000/svg'><path d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8'/></svg>");
     background-size:contain;
     transition:linear .2s all;
     background-repeat: no-repeat;
}
 a:hover.site-card:before {
     right:5px;
}
 .site-card.smlcard {
     width:16%;
     min-width:16%;
     flex-grow: 0 !important;
     flex-basis:250px;
     margin-right:.3%;
     margin-left:.3%;
     padding:5px;
     padding-bottom:40px;
     margin-bottom:20px;
     text-align:center;
}
 .site-cardcontent {
     padding:20px;
}
 .site-card-title {
     font-size: 1.296em;
     color: var(--brand-color5);
     font-weight: 700;
     text-rendering: optimizeLegibility;
     padding-top: 0.273em;
     line-height: 1.15538em;
     padding-bottom: 0.273em;
}
 .card-smlcard-title {
     font-size: 1.296em;
     color: var(--brand-color2);
     font-weight: 700;
     text-rendering: optimizeLegibility;
     padding-top: 1em;
     line-height: 1.15538em;
}
 .site-sub-title {
     font-size: 1rem;
     font-weight: 600;
     color: #ac7503;
}
 .site-card-content {
     padding-top:10px;
     color: var(--brand-color5) !important;
     ul {
         padding-left:20px;
    }
}
 .site-cardWrapper a.site-card {
     text-decoration: none!important;
     transition:linear .2s all;
}
 .site-cardWrapper a.site-card:hover {
     box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
 .site-card-cta {
     display:block;
    /*position:absolute;
     */
    /*bottom:15px;
     */
    /*left:20px;
     */
     color: var(--brand-color2)!important;
    /*text-decoration: none!important;
     */
     transition:linear .2s all;
     width: 100%;
     font-weight:700;
     padding:8px;
     margin-top:20px;
     text-transform:Capitalize;
}
 .site-card-cta:hover {
     color: #ac7503 !important;
     text-decoration: none!important;
}
 .site-card-image {
     width: 100%;
     min-height: 200px;
     object-fit: cover;
     object-position: top center;
     aspect-ratio: 16/9;
}
 .horzcard {
     display:flex;
     width:100%;
     margin-bottom:40px;
     align-items:center;
     background: rgba(var(--brand-color3-rgb),0.03);
}
 .horzcard img {
     display:block;
     order:1;
     width:30%;
     object-position: center;
     min-height:150px;
     max-height:800px;
     float: left;
     height: 100%;
}
 .horzcard .contentbox {
     margin:1.5rem;
}
 .horzcard .site-contentbox {
     position:relative;
     order:2;
     width:70%;
     padding:40px;
     padding-bottom:55px;
     background-color:var(--brand-color7);
}
 .horzcard .site-contentbox .site-card-cta {
     padding-left:20px;
}
 .horzcard.card-right .contentbox{
     order:1;
}
 .horzcard.card-left .contentbox {
     order: 2;
}
 .horzcard.card-right img {
     order: 2;
}
 .autocardnav .site-card {
     margin-left:.5%;
     margin-right:.5%;
}
 .statCard {
     padding: 30px;
     margin: 10px 5px;
     background-color: #FAEACF;
     width: 32%;
}
 .statCard-stat {
     font-size: 2.5em;
     line-height: 1;
     text-align: center;
     color: var(--brand-color2);
}
 .statCard-title {
     text-align: center;
     padding-top: 10px;
}
/***************************** Side Bar ************************************/
 .sidebar-menu-wrap.open.fixed.closed {
     width: 60px;
     height: 120px;
}
 .header_wrapper {
     z-index:1000;
}
 .blockColor1.sidebar-current-nav {
     padding:0px;
}
 .blockColor1.sidebar-current-nav a.nav-link {
     padding:5px 5px;
}
 .sidebar-items {
     padding-bottom:10px;
}
 .sidebar-menu-wrap .nav-link.sidenav1 {
     padding-top:15px!important;
     padding-bottom: 10px !important;
     background-color:var(--brand-color7)!important;
     color:var(--brand-color1)!important;
}
 .sidebar-menu-wrap .sidebar-close {
     padding-top: 1em;
}
 .sidebar-menu-wrap .sidebar-close i {
     color:var(--brand-color1);
}
 .sidebar-menu-wrap .folder {
     position:relative;
     padding: 5px 5px;
     padding-left: 5px;
     transition:linear .2s all;
}
 .sidebar-menu-wrap .folder .fa-plus,.fa-minus {
     position:absolute;
     right: 10px !important;
     color:#f5a603;
     top:8px;
}
 .sidebar-menu-wrap .folder span {
     transition:linear .2s all;
     cursor:pointer;
}
 .sidebar-menu-wrap .folder span:hover {
     font-weight:500;
     margin-left:-4px;
}
 .sidebar-menu-wrap a {
     transition:linear .2s all;
}
 .sidebar-menu-wrap folder:hover, .sidebar-menu-wrap a:hover {
     font-weight:500;
}
 .sidebar-menu .nav-link, .sidebar-menu .nav-item {
     float:none!important;
     width:100%;
     text-align:left;
     background-color:transparent!important;
     margin-left:0px;
}

 header .list-group-flush .list-group-item {
     color: white;
     background: transparent;
     border-color: #aaa;
}
 .sidebar-menu {
     position: fixed;
     margin: auto;
     z-index: 100;
     top: 165px;
     max-width: 250px;
     min-width: 250px;
     max-height: 80vh;
     overflow: auto;
     -ms-overflow-style: none !important;
    /* Internet Explorer 10+ */
     scrollbar-width: none !important;
    /* Firefox */
}
 .sidebar-menu::-webkit-scrollbar {
     display: none !important;
    /* Safari and Chrome */
}
 .sidebar-menu-fade {
     position: sticky;
     bottom: 0;
     left: 0;
     width: 100%;
     height: 40px;
     background: linear-gradient(to top, #112f60, rgba(17, 47, 96, 0));
     pointer-events: none;
    /* Allows interaction with content beneath */
     z-index: 1;
     display: block;
     transition: opacity 0.3s ease-in-out;
     opacity: 1;
}
 .sidebar-menu-wrap.open.closed.fixed .sidebar-menu-fade, .sidebar-menu-wrap.open.closed.fixed .scroll-indicator {
     opacity: 0;
     display: none;
}
 .scroll-indicator {
     position: sticky;
     bottom: 0;
     left: 0;
     right: 0;
     padding-bottom: 10px;
     text-align: center;
     font-size: 1.5em;
     color: white;
    /* Adjust to match your design */
     z-index: 2;
     pointer-events: none;
    /* Prevents the arrow from blocking interaction with the sidebar */
     display: none;
    /* Hidden by default, controlled by JS */
}
/****************************** News Styles ********************************/
 .site-news-container {
     margin-top: 50px;
}
 .filter-div {
     position: relative;
     display: inline-flex;
     vertical-align: middle;
     width: 49% !important;
}
 .filter-group {
     margin-top: 10px;
     display:flex;
     align-items:center;
     align-content:center;
     flex-wrap:wrap;
}
 .filter-btn-primary {
    background-color: var(--brand-color7);
    border-color: var(--brand-color7);
    color: var(--brand-color1);
    text-transform: uppercase;
    width: 100%;
    min-width: fit-content;
    max-width: 12%;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: .9rem;
}
 .filter-btn-primary .btn-title {
     color: var(--brand-color2);
     font-size: 1.5rem;
     font-weight: 200;
     text-transform: uppercase;
}
 .filter-btn-primary span {
     display: block;
     text-transform: uppercase;
     font-weight: 700;
     font-size: 0.75rem;
}
 .filter-btn-primary:hover {
     box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
 .filter-active {
     background-color: var(--brand-color1);
     border-color: var(--brand-color1);
     color: var(--brand-color4);
}
 .filterWrapper {
     margin:0 auto;
     width:500px;
}
 .selectLabel {
     font-size: 1.25rem;
     color: var(--brand-color1);
}
 .programFilter {
     margin-top: 10px;
     background-color: var(--brand-color7);
     padding: 20px 0;
}
 select#programFilter {
     background-color: transparent;
     border: 0 !important;
     font-size: 1.25rem;
     color: var(--brand-color2);
}
 .latestNewsCard {
     width:100% !important;
     max-width: 70ch;
     overflow: hidden;
}
 .latestNewsCard .cta {
     font-size: 1.2em;
     margin-bottom: 90px;
}
 .latestNewsCard .tags {
     position: absolute;
     bottom: 0;
     left: 0;
     padding: 20px;
}
 #news .category {
     margin: 0;
     font-weight: 700;
     font-size: 12px;
     text-transform: uppercase;
}
 .news-summary {
     width: 500px;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
}
 .news-gallery .article {
     clear:both!important;
     max-width:100%!important;
     width:100%;
}
 .news-gallery .article img.thumb {
     padding-right: 20px !important;
     padding-left: 0 !important;
     padding-bottom: 0 !important;
     width: 33% !important;
}
 .news-gallery .article {
     display: flex;
     max-width: 22%;
     clear: right;
     margin: 20px 0 !important;
}
 .news-gallery .article img.thumb {
     float: none !important;
     max-height: 250px;
     max-width: 350px;
}
 .news-gallery .article:last-child {
     border-bottom: 0 !important;
}
 .news-gallery .thumb {
     object-fit: cover;
}
 .news-gallery .news-button {
     margin: 2rem auto;
     display: block;
}
 .news-gallery-list .article {
     min-width: 100%;
     margin: 10px auto;
     border-bottom: 1px solid var(--brand-color1);
     padding: 25px !important;
     min-height: 300px;
     float: none;
}
 .news-gallery-list .summary {
     width: 65%;
}
 .dropdown-menu .col-xs-6 {
     overflow-y: auto;
     overflow-x: hidden;
     scrollbar-width: thin;
}
 .sidebar-menu-wrap .folder.nav-item {
     padding-right:22px;
}
 .subfolder.nav {
     width:calc(100% + 10px);
}
 .article-image-container .img-caption-container {
     position: absolute;
     bottom: 0;
     left: 0;
     width: 100%;
}
 .img-caption {
     cursor: pointer;
     position: absolute;
     bottom: 28px;
     left: 0;
     right: 0;
     z-index: 2;
     background-color: rgba(0, 0, 0, 0.5);
     padding: 10px;
     margin: 0 20px;
     color: #fff;
}
 .caption-preview {
     cursor: pointer;
     position: absolute;
     bottom: 28px;
     left: 0;
     z-index: 2;
     background-color: rgba(0, 0, 0, 0.5);
     padding: 10px;
     margin: 0 20px;
     color: #fff;
}
 .caption-preview i {
     transition: transform 0.2s ease;
}
 .caption-preview:hover .fa-chevron-up {
     transform: translateY(-5px);
}
 .img-caption.hidden {
     display: none;
}
 .img-caption {
     display: block;
}
/**************************** Alert Banner *********************************/
 .alert-wrapper {
     display: flex;
     font-size: 1.2em;
     margin-bottom:20px;
     align-items: center;
}
 .alert-default {
     background:var(--brand-color3);
     color:var(--body-text);
}
 .alertIcon {
     display: flex;
     align-items: center;
     justify-content: center;
}
 .fa-triangle-exclamation {
     scale: 200%;
     margin: 15px;
}
 .alertText {
     padding-left: 20px;
}
/**************************** Brand Logos **********************************/
 .logoRow {
     display: flex;
}
 .logoContainer {
     width: 45%;
     margin: 10px;
     border: 1px solid #112f60;
}
 .navy-bg {
     background-color: #112f60;
}
 .logoLinks {
     background-color: #ffffff;
     display: flex;
     justify-content: center;
     border-top: 1px solid #112f60;
}
 .logoLinks a {
     margin: 0 5px;
     background-color: #fff !important;
}
/**************************** Accordions ***********************************/
 .accordion-item:first-of-type {
     border-top-right-radius: 0 !important;
     border-top-left-radius: 0 !important;
}
 .accordion-item:first-of-type .accordion-button {
     border-top-left-radius: 0 !important;
     border-top-right-radius: 0 !important;
}
 .accordion-item:last-of-type .accordion-button.collapsed {
     border-top-right-radius: 0 !important;
     border-top-left-radius: 0 !important;
}
 .accordion-item:last-of-type {
     border-bottom-right-radius: 0 !important;
     border-bottom-left-radius: 0 !important;
}
 .accordion-item:last-of-type .accordion-collapse {
     border-bottom-right-radius: 0 !important;
     border-bottom-left-radius: 0 !important;
}
 .accordion-item:last-of-type .accordion-button.collapsed {
     border-bottom-right-radius: 0 !important;
     border-bottom-left-radius: 0 !important;
}
 .accordion-header button span {
     font-weight: 700;
}
/**************************** Tabs *****************************************/
 .nav-tabs .nav-link {
     border-top-left-radius: 0 !important;
     border-top-right-radius: 0 !important;
}
 .nav-tabs .nav-link.active {
     background-color: var(--brand-color7) !important;
     font-weight: 700 !important;
     color: var(--brand-color1) !important;
     border-bottom: 1px solid var(--brand-color7) !important;
}
 .nav-tabs .nav-link.show.active {
     background-color: var(--brand-color7)!important;
     font-weight: 700 !important;
     color: var(--brand-color1) !important;
     border-bottom: 1px solid var(--brand-color7) !important;
}
 .tab-pane {
     border-right: 1px solid rgba(0, 0, 0, 0.125) !important;
     border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
     border-left: 1px solid rgba(0, 0, 0, 0.125) !important;
}
 .button {
     transition:linear .2s all;
     color:var(--brand-color2);
     border:solid 1px #3A7AB2;
     padding:10px;
}
 .button:hover {
     color:var(--brand-color1);
}
/**************************** Newsletter Articles **************************/
 .article-image-container {
     position: relative;
     padding: 20px;
}
 .img-caption {
     position: absolute;
     bottom: 28px;
     left: 0;
     right: 0;
     z-index: 2;
     background-color: rgba(0, 0, 0, 0.5);
     padding: 10px;
     margin: 0 20px;
     color: #fff;
}
/*********** row fix ******/
 .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
     padding-left:0px;
     padding-right:0px;
}
 .container h3 {
     padding-left:0px;
     padding-right:0px;
}
/**************************** Media Queries ********************************/
 @media only screen and (max-width: 366px) {
     #template-search-item {
         display:none;
    }
}
 @media only screen and (max-width: 425px) {
     .latestNewsContainer {
         flex-direction: column;
    }
     .news-gallery .article img.thumb {
         max-width: 100%;
         padding-right: 0 !important;
         margin: 0 0 10px 0 !important;
    }
     .filter-btn-primary {
         min-width: 100%;
    }
     .filterWrapper {
         font-size: .7em;
         margin: 0 20px;
         display: flex;
         flex-direction: column;
    }
     .selectLabel {
         font-size: 1rem;
    }
     select#programFilter {
         width: 350px;
         font-size: 1rem;
    }
     .alert-wrapper {
         flex-direction: column;
    }
     .alertText {
         padding: 10px 0 0 0;
    }
}
 @media only screen and (max-width: 576px) {
     #template-header-wrapper.fixed-top {
         position: fixed !important;
    }
     .latestNews1, .latestNews2, .latestNews3 {
         width: 100%;
    }
}
 @media only screen and (max-width: 768px){
     .news-gallery .article img.thumb {
         padding-left: 0 !important;
         padding-bottom:20px;
         width: 100% !important;
    }
     .news-gallery .article {
         flex-direction: column;
    }
}
 @media (max-width: 790px) {
     .site-card {
         min-width:100%;
    }
     .carousel-inner {
         overflow: visible;
    }
     .carousel-item.active {
         flex-direction: column-reverse;
    }
     .banner-location-carousel {
         left: 1rem;
    }
     .carousel>div.carousel-inner>div.carousel-item>img {
         position: absolute;
         top: 0px;
         right: 0px;
         left: 0px;
         height: 300px;
    }
     .carousel-hero {
         margin: 0 auto;
         bottom: 0;
         left: 0;
         right: 0;
         top: -8rem;
    }
     .carousel-hero .caption {
         background: var(--brand-color1);
    }
     a.carousel-arrow {
         background: var(--brand-color2);
    }
     a.carousel-arrow .heading-arrow {
         transform: rotate(270deg);
    }
     .threeButtonWrapper {
         padding-top: 3rem !important;
         margin-top: 10px !important;
    }
     .footer-links {
         padding: 0;
    }
     .footer-social {
         text-align: center;
    }
     .row {
         --bs-gutter-x: 0;
    }
     #navbarCollapse.show .mobile-eyebrow .eyebrow-nav ul.eyebrow-nav-list {
         padding: 20px 40px !important;
    }
}
 @media (max-width: 992px){
     .footer-social {
         margin: 0px;
         width: 100%;
    }
     #navbarCollapse.show .btn.btn-primary {
         max-width:100%;
         width:100%;
    }
     #navbarCollapse.show .navbar-nav.mobile-only {
         height:calc(100vh - 250px);
         overflow: scroll;
    }
    #navbarCollapse .navbar-nav.desktop-only {
        display: none !important; /* !important needed to override BS */
    }
     #navbarCollapse.show .navbar-nav.mobile-only .dropdown-menu a {
         color:#ffffff!important;
    }
     #navbarCollapse.show .navbar-nav.mobile-only .mobile-main-nav a{
         display:inline-block;
         line-height:20px;
    }
     .fixed-top #template-header-nav .dropdown-menu {
         position: fixed !important;
         transform: initial !important;
         inset: initial !important;
         min-width: 100vw;
         max-width: 100vw;
         right: 0px !important;
         left: 0px !important;
         top: 48px !important;
         margin-top: 0px !important;
    }
     img#header-logo {
         height:100%;
        /* this fix is for iphone */
    }
     .mobile-main-nav .dropdown-menu.rounded-0.dropdown-submenu.show {
         position: fixed;
         top: 39px !important;
         left: 0px !important;
         padding: 0px !important;
    }
     .mobile-main-nav .dropdown-menu.rounded-0.dropdown-submenu.show .mobile-nav-submenu {
         position: relative;
         left: 0px !important;
         right: 0px !important;
         width: 100vw;
         height: 100vh;
         max-width: 100vw !important;
    }
     .mobile-main-nav .dropdown-menu.rounded-0.dropdown-submenu.show .mobile-back-wrapper {
         margin:0px!important;
    }
     .mobile-main-nav .dropdown-menu.rounded-0.dropdown-submenu.show .dropdown-item.active, .dropdown-item:active, .dropdown-item.main-links.active {
         background-color:transparent!important;
         text-decoration: underline!important;
    }
     .caption-arrow .arrow .heading-arrow {
         background-image: none;
    }
     .banner .heading-wrapper .caption-arrow {
         width:10%;
    }
}
 @media (min-width: 1024px){
     .sidebar-padding {
         padding: 0 280px;
    }
     .sidebar-padding-left {
         padding: 0 0 0 280px;
    }
    .sidebar-padding h1 {
        text-align: left;
    }
}
 @media (min-width: 1200px) {
     .banner {
         margin-bottom: 130px;
    }
     .banner-location {
         margin:-10rem 20% 0;
    }
}
 @media (max-width: 1455px) {
     .latestNews1, .latestNews2, .latestNews3 {
         width: 100% !important;
         min-width: 100% !important;
    }
     .latestNewsContainer {
         flex-wrap: wrap;
    }
}
 