@charset "utf-8";
/* CSS Document */

/* COLORS
    dark blue - #003046;
    blue - #00B9F2;
    light blue - #00baf2;
*/

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* NAV CSS
--------------------------------------------- */

.topNavContainer
{
    background-color: #999;
}

.subNavContainer
{
    background-color: #B6B6B6;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.headerRow
{
    box-sizing:border-box;
		height: auto;
		display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: center;
    justify-content: space-between;
    padding: 1rem;
}

.row.headerRow
{
    padding-left: 0;
    padding-right: 0;
}

.subNavRow
{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navLogoContainer
{
    font-family: "Helvetica Neue",Arial,sans-serif;
    font-weight: bold;
    font-size: 1.3rem;
    color:white;
    text-transform:capitalize;
    display:inline-block;
    letter-spacing:1px;
}

.navLogo
{
    height: auto;
    padding-right:3rem;
}

.navCenterLogo .navLogoContainer
{
    text-align: center;
}

.navCenterLogo .is-dropdown-submenu-parent
{
    margin: 0 auto;
}

.navLinkContainer
{
    /* margin: 0 auto; */
    text-align: center;
    font-family: "Helvetica Neue",Arial,sans-serif;
    font-weight: bold;
    color: white;
    text-transform: capitalize;
    display: inline-block;
    letter-spacing:1px;

}

.navLinkContainer a, .navLinkContainer a:active, .navLinkContainer a:hover {
    display: inline-block;
    padding: 0.5rem 0;
    margin: 0 1.2rem;
    outline: inherit;
    color: white;
    opacity: 0.85;
    cursor: pointer;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}
.navWithSearch .navLinkContainer
{
    text-align: right;
}

.navLinkContainer a:hover {
    border-bottom: 1px solid #ccc;
    padding: 0.5rem 0;
}

/* .mobileQuickLinksDYN {
  display: none;
} */
@media screen and (min-width: 64em)
{
    .mobileQuickLinksDYN {
        display: none;
    }
}

/*** single page title bar CSS ***/
.singlePageTitleBar .navLogoContainer a img {
    -webkit-transition: width 0.05s, height 0.05s ease;
    -moz-transition: width 0.05s, height 0.05s ease;
    -ms-transition: width 0.05s, height 0.05s ease;
    -o-transition: width 0.05s, height 0.05s ease;
    transition: width 0.05s, height 0.05s ease;
}

.singlePageTitleBar.navbar-fixed .navLogoContainer a img {
    width: 25%;
    height: auto;
}

.headerCenteredLogoNavLR.singlePageTitleBar .navLogoContainer {
    text-align: center;
}

/** nav menu css **/
.dropdown.menu a.navMenuTitle
{
    background-color: white;
    color: #666;
    border-radius: 50px;
    padding: 0.7rem 1rem;
    font-size: 0.9rem;
    text-decoration: none;
    min-width: 200px;
}

.navWithMenu .is-dropdown-submenu
{
    background-color: #ccc;
    color: black;
    border: 1px solid #999;
}

.navWithMenu .is-dropdown-submenu
{
    width:90%;
    border-radius:5px;

}

.navWithMenu .menu {
    justify-content: flex-end;
}


.dropdown.menu > li.opens-right > .is-dropdown-submenu {
    right: 0;
    left: 0;
    margin: auto;
    width: 85%;
}

.dropdown .is-dropdown-submenu a, .dropdown .is-dropdown-submenu a:hover, .dropdown .is-dropdown-submenu a:visited, .dropdown .is-dropdown-submenu a:active
{
    display: block;
    padding: .7rem 1rem;
    margin: 0;
}

.is-dropdown-submenu-parent
{
    position: relative;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after
{
    right: 0;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a
{
    padding-right: 2rem;
}

.openmenu
{
    display: block;
    z-index: 1000000;
}

/* quicklinks as dropdown menu */
.quickLinks .dropdown.menu
{
    color: #666;
    z-index: 100000000000000;
}
.quickLinks .dropdown.menu a.navMenuTitle
{
    background-color: transparent;
    color: white;
    border-radius: 0;
    padding: 0;
    font-size: 0.9rem;
    text-decoration: none;
    min-width: 200px;
}

.quickLinks .is-dropdown-submenu {
    z-index: 200;
    min-width: 200px;
    border: none;
    background: #282D39;
}

.quickLinks .dropdown.menu > li.opens-right > .is-dropdown-submenu {
    z-index: 100000000000000;
}

.quickLinks .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    border-color: #fff transparent transparent;
}

/* change bg color of hover on menu items */
/* border none prevents slight shift when hovering */
.menu.vertical.submenu a:hover, a.navMenuTitle:hover
{
    border: none;
    background-color: #999;
}

.quickLinks  .menu.vertical.submenu a:hover, a.navMenuTitle:hover {
    border: none;
    background-color: #b0b4c1;
}

/** subnav css **/
.subNavRow
{
    display: flex;
    justify-content: flex-start;
    padding: 0;
    align-items: center;
    width: 95%;
    overflow: hidden;
    overflow-x: auto;
    margin-bottom: -25px;
    padding-bottom: 25px;
}

.subNavRow a, .subNavRow a:visited, .subNavRow a:active
{
    padding: 0.5rem 0.4rem;
    margin: 0 1.2rem;
    color: #e4e4e4;
    text-decoration: none;
    white-space: nowrap;
}

.subNavRow a:first-child
{
    margin-left: 0;
}

.subNavRow a:hover {
    background-color: #d5d5d5;
    color: #4C4C4C;
    padding: 0.5rem 0.4rem;
    margin: 0 1.2rem;
}

.subNavRow a:first-child:hover
{
    margin-left: 0;
}

.subNavRow a.button, .subNavRow a.button:hover
{
    padding: 0.5rem 1rem 0.6rem 1rem;
    margin-bottom: 0;
    min-width: auto;
    cursor: pointer;
}

/*** dropdown CSS ***/

.subNavMenu .subNavRow
{
    display: block;
    padding: 0;
    margin: 0.6rem;
    flex-basis: 100%;
}

.subNavMenu .subNavRow a, .subNavMenu .subNavRow a:visited, .subNavMenu .subNavRow a:active
{
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin: 0;
    text-decoration: none;
    color:#666;
    padding: 0.7rem 1rem;
}

.subNavMenu .subNavRow a:hover
{
    text-decoration: underline;
    padding: 0.7rem 1rem;
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin: 0;
    text-decoration: none;
}

.subNavMenu .dropdown.menu > li.is-dropdown-submenu-parent > a:hover
{
    padding-right: 2rem;
    padding-left: 2rem;
}

.subNavMenu .dropdown.menu
{
    justify-content: center;
}

.subNavMenu .subNavRow a.activeSubNav
{
    border-bottom: 1px solid #ccc;
    background-color: #d5d5d5;
    color: #4C4C4C;
}

.subNavRow a.button-globalSubNavCTA, .subNavRow a.button-globalSubNavCTA:hover, .subNavRow a.button-globalSubNavCTA:visited, .subNavRow a.button-globalSubNavCTA:active
{
      margin-left: auto;
      cursor: pointer;
      margin-top: 0.2rem;
      margin-right: 1.2rem;
      margin-bottom: 0.3rem;
}


/*** quicklinks css ***/
.quickLinks
{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    box-sizing:border-box;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    background-color:#282D39;
    color:white;
    font-size:0.8rem;
    box-sizing:border-box;
    opacity:0.9;
    float: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 200;
    position: relative;
}

.quickLinks .row
{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-grow: 1;
}

.quickLinks a, .quickLinks a:active, .quickLinks a:hover {
    outline:inherit;
    color:white;
    cursor:pointer;
    display: inline-flex;
    padding: 0 0.9375rem;
}

/*** admin links css */
.adminLinks
{
    flex-grow: 2;
    display: inline-flex;
    justify-content: flex-end;
}


.navLogoContainer a img
{
     -webkit-transition: width 0.05s, height 0.05s ease;
     -moz-transition: width 0.05s, height 0.05s ease;
     -ms-transition: width 0.05s, height 0.05s ease;
     -o-transition: width 0.05s, height 0.05s ease;
     transition: width 0.05s, height 0.05s ease;
}

/* fixed navbar CSS on large */

.navbar-fixed
{
    position:fixed;
    z-index:200;
    top: 0;
    left: 0;
}

.preventFixedBar
{
    position: relative !important;
}

.singlePageTitleBar.preventFixedBar.navbar-fixed .navLogoContainer a img {
    width: auto;
    height: auto;
}

.topNavContainer.navbar-fixed
{
    font-size: 1rem;
    display: block;
}

.subNavContainer.navbar-fixed
{
    font-size: 0.8rem;
}

.topNavContainer.navbar-fixed .headerRow
{
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
}

/*
.navbar-fixed .navLinkContainer
{
   font-size: 0.8rem;
} */

.navbar-fixed .navLogoContainer a img
{
  width: auto;
  height: auto;
}

/* END fixed navbar CSS */

.title-bar {
    display:none;
}

.title-bar-right {
    float: right;
    text-align: right;
}

.title-bar-left {
    float: left;
    text-align: left;
}

.siteSearch
{
    border:none;
    background-color:transparent;
    color:white;
    opacity:0.8
}

/* a.standardLink.search, a.standardLink.search:hover, a.standardLink.search:active, a.standardLink.search:visited
{
    color: white;
} */

.search .far.fa-search
{
    font-size: 1.4rem;
}

/** selected nav css **/

a.activeTopNav
{
    border-bottom: 1px solid #fff;
}

.menu.vertical.submenu a.activeTopNav
{
    border:none;
    background-color: #999;
}

.subNavRow a.activeSubNav
{
    background-color: #d5d5d5;
    color: #4C4C4C;
}

.center-horizontally
{
    justify-content: center;
}

.subNavMenu .subNavRow.center-horizontally
{
    justify-content: center;
    flex-basis: content;
}

.subnav-Next, .subnav-Prev
{
    display: inline-flex;
    flex-grow: 2;
    justify-content: center;
    color: white;
    cursor: pointer;
    width: 40px;
}

.subnav-Next
{
    border-left: 1px solid #ccc;
}

.subnav-Prev
{
    border-right: 1px solid #ccc;
}

.subnav-Prev-arrows::before
{
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: "\f0d9";
}

.subnav-Next-arrows::before
{
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: "\f0da";
}

.subnav-Prev.subnav-Prev-hide, .subnav-Next.subnav-Next-hide
{
    border: none;
}

.subnav-Prev-hide::before, .subnav-Next-hide::before
{
    content: "";
}

.navLogoContainer a:hover, .navLogoContainer a:visited, .navLogoContainer a:active
{
    text-decoration: none;
    border: none;
}

/*** center logo css ***/

.headerCenteredLogoNavLR .navLogoContainer
{
    display: inline-flex;
    justify-content: center;
}

.constrainSectionDivider {
    margin: auto;
    max-width: 90rem;
}

/*** logo only header ***/
.logo-only-container
{
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-only-container .logo-only
{
    width: 20%;
    padding: 1rem 0;
    text-align: center;
}


@media screen and (max-width: 39.9375em) {

    .logo-only-container
    {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .logo-only-container .logo-only
    {
        width: 15%;
        padding: 1rem 0;
        text-align: center;
    }

}

@media screen and (max-width: 63.9375em) {
    .off-canvas
    {
        background: #000;
        padding-top: 0;
    }

    .off-canvas .subNavContainer
    {
        display: none;
    }

    .off-canvas .mobile-nav-logo
    {
        text-align: center;
        padding: 0.5rem 0;
    }

    header .quickLinks, header .topNavContainer
    {
        display:none;
    }

    .headerHome
    {
        height: 100%;
    }

    .headerRow
    {
        flex-direction: column;
    }

    .topNav
    {
        width:100%;
        height:100%;
    }

    .navLogoContainer {
        display: none;
    }

    .navLogo-mobile
    {
        height: 45px;
        padding: 0 0.5rem;
    }

    .navLinkContainer {
        text-align: left;
        width:100%;
        padding: 0;
        padding-bottom: 2rem;
    }

    .navLinkContainer a, .navLinkContainer a:active, .navLinkContainer a:hover {
        display: block;
        font-size: 1rem;
        padding: 0.5rem 1rem 0.5rem 0;
        border-bottom: 1px solid #adadad;
        margin:0;
        margin-bottom: 0.5rem;
    }

    .navLinkContainer a:hover {
        color: #2ba6cb;
    }

    .navLinkContainer a::before {
        width: 1rem;
        margin: 0 0.2rem;
        content: " ";
        display: inline-block;
    }

    .navLinkContainer > div {
        width:100% !important;
    }

    /* .socialLinkContainer
    {
        width:100%;
    } */

    .title-bar {
        color: #fff;
        display: flex;
    }

    /** subnav css **/
    .subNavContainer {
        overflow: hidden;
    }

    .subNavRow
    {
        width: 95%;
        overflow: hidden;
        overflow-x: hidden;
        overflow-x: auto;
        margin-bottom: -25px; /* maximum width of scrollbar */
        padding-bottom: 25px; /* maximum width of scrollbar */
    }

    .center-horizontally {
        justify-content: left;
    }

    /** selected nav css **/

    a.activeTopNav
    {
        color: #2ba6cb;
    }

    a.activeTopNav::before
    {
        font-family: "Font Awesome 6 Pro";
        font-weight: 900;
        content: "\f0da";
    }

    .quickLinks
    {
        flex-direction: column;
        align-items: flex-start;
    }

    .quickLinks .row
    {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin: 0;
    }

    .quickLinks a, .quickLinks a:active, .quickLinks a:hover {
        padding: 0;
        margin-bottom: 0.6rem;
    }

    .quickLinks .fa, .quickLinks .far, .quickLinks .fab {
        padding: 0;
        margin-right: 0.6rem;
        font-size: 1rem;
        width: 1rem;
        float: none;
        text-align: center;
    }

    .quickLinks .fa::before, .quickLinks .far::before
    {
        display: inline-block;
        padding: 0;
        margin: 0;
    }

    .quickLinks .fa-map-marker
    {
        font-size: 1.1rem;
    }

    /*** single page nav css ***/
    .singlePageTitleBar .title-bar-left,
    .singlePageTitleBar .title-bar-title
    {
        display: none;
    }

    .singlePageTitleBar .title-bar-right
    {
        width: 100%;
        text-align: center;
    }

    .singlePageTitleBar .navLogo-mobile {
        height: 45px;
        padding: 0 0.5rem;
    }

    .topNavContainer.singlePageTitleBar,
    .singlePageTitleBar .title-bar
    {
        background-color: #003046;
        opacity: 1.0;
    }

    /*** logo only header ***/
    .logo-only-container
    {
        width: 45%;
    }

}

@media screen and (min-width: 1025px)
{

    .title-bar {
        display:none;
    }

    .mobileCls,
    .mobileNavControl
    {
        display: none;
    }
}