@charset "UTF-8";
.yellow-bar{
  float:left;
  background: transparent url(../_images/template-menu-gradient.png) no-repeat;
  background-size: 100% 100%;
  min-width:20px;
  padding-top: .1em;
  padding-bottom: .1em; 
  padding-left: 1.5em; 
  padding-right: 1.5em;
  border:#fff 2px solid;
  flex:auto;
}
.skip-to-content-link {
    background: #fcfcfc;
    height: 30px;
    left: 50%;
    padding: 8px;
    position: absolute;
    transform: translateY(-100%);
    transition: transform 0.3s;
}
.skip-to-content-link:focus {
    transform: translateY(0%);
}
a:focus-visible {
    outline: 2px solid #333;
}

.inner-content {
    clear: both;
}
h1, h1 a {
    color: #5d589f !important;
    font-weight: 800;
    font-size: 2.75rem;
    text-decoration: none;
    display: block;
    width: 90%;
    line-height: 1.1em;
    position: relative;
    z-index: 3;
}
h1 a:hover {
    color: #0094cb !important;
    text-decoration: none;
}
h2 {
    color: #5d589f;
    font-size: 2.75em;
    font-weight: 700;
}
#disp-content h3, ul.disp-h3 li, .panel>h4 {
    color: #0094cb;
    font-weight: 700;
    font-size: 1.2em
}
h4{
    font-size: 1.0em;
    line-height: 1.4em;
    font-weight: 700;
    color: #2c3135;
}
#disp-content a, #disp-content a:hover {
    color: #1745db;
}
#disp-content a:hover {
    color: #0094cb;
}

ol { 
   list-style-type: decimal !important; 
   list-style-position: inside; 
}

.tagline {
    color: #5d589f;
    font-weight: 500;
    font-size: 1.2em
}
/* Normal DISP Nav*/

#disp-normal-nav{
	display:flex; 
    justify-content: flex-start;
  	line-height:normal;
    align-items: stretch;
  margin-top:-1em;
}
#disp-normal-nav .disp-menu-trigger:nth-child(odd){
    background-color: #0094cb;
}
#disp-normal-nav .disp-menu-trigger:nth-child(even){
    background-color: #5d589f;
}
#disp-normal-nav a{
	text-decoration:none;  
  color:white;
    font-size: 1.3em;
    text-align: center;
    line-height: 1.167em;
    font-weight: 700;
    letter-spacing: 1px;
}

.disp-menu-trigger{
    font-size: 90%;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 1em;
    padding-right: 1em; 
  line-height:1.4em;
    border: #fff 2px solid;
}

.submenu{
    text-align: left;
  	display:none;
    position: absolute;
    margin-top: 13px;
    float: left;
    /*background-color: #0094cb;*/
    margin-left: -14px;
}

#disp-normal-nav .disp-menu-trigger:nth-child(odd) .submenu{
    background-color: #0094cb;
}
#disp-normal-nav .disp-menu-trigger:nth-child(odd) .submenu .menuitem:hover{
    background-color: #00569E;
}
#disp-normal-nav .disp-menu-trigger:nth-child(even) .submenu{
    background-color: #5d589f;
}
#disp-normal-nav .disp-menu-trigger:nth-child(even) .fr-submenu{
    margin-top:13px;
  margin-left:-15px;
}
#disp-normal-nav .disp-menu-trigger:nth-child(even) .submenu .menuitem:hover{
    background-color: #3d3a6c;
}
.submenu .menuitem{
 
    padding-top: 1.1em;
    padding-bottom: 1.1em;
    padding-left: 1.5em;
    padding-right: 3.5em;
  
}
#disp-normal-nav .submenu>.menuitem>a{
 font-size:1.3em;
  font-weight:500;
}

/*.navigation>.wrapper>.nav a{
 	padding-right:90px;
}*/

/*
.submenu .menuitem:hover{
    background-color: #00569E;
}*/
/* Normal DISP Nav*/

/*~~~~~~ disp nav ~~~~~~*/
.disp-nav {
    background-color: transparent;
    margin-top: 30px;
    height: auto;
}
.disp-nav a{
	margin:2px;
}
.disp-nav a:focus{
    outline: 1px solid white;
}
.disp-nav ul {
    position: relative;
    z-index: 900;
}
.disp-nav li {
    padding-top: .75em;
    padding-bottom: .75em;
    padding-left: 1.5em;
    padding-right: 1.5em;
}
.disp-nav li a {
    font-weight: 700;
}
.disp-nav li:hover a {
    text-decoration: none !important;
    color: #fff !important;
}
.disp-nav li:nth-child(odd) {
    background-color: #0094cb;
}
.disp-nav li:nth-child(even) {
    background-color: #5d589f;
}
.disp-nav #disp-normal-nav li:last-child {
    background: transparent url(../_images/template-menu-gradient.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    min-width: 220px;
    top: -3px;
  	padding-bottom:1em;
}
.disp-nav #disp-normal-nav li ul li:last-child {
    background: unset;
}
.disp-nav ul li.dropdown > a {
    display: block;
    width: 100%;
    padding: 0;
    font-size: 1.2em;
    text-align: center;
}
.disp-nav .dropotron {
    background: inherit;
    width: 300px;
    top: 47px;
    position: absolute;
    margin-left: -21px;
    border-top: 0px solid #fff;
}
.disp-nav li ul li {
    background-color: transparent !important;
    width: 100%;
}
.disp-nav .dropotron > li a {
    color: #fff;
}
.disp-nav li:nth-child(odd) li:hover {
    background-color: #00569e !important;
}
.disp-nav li:nth-child(even) li:hover {
    background-color: #383276 !important;
}

/* side nav */
#sidemenu-column ul li ul {
    margin-top: 5px;
    display: none;
}
a.disp-nested-trigger::after {
    content: '►';
    margin-left: 1.5em;
  	text-decoration: none;
}
a.disp-nested-trigger.expand::after {
    content:'▼';    
    margin-left: 1.5em;
  	text-decoration: none;
}

/* mobile */
 
.mobile-hidden{
  display:block;   
}
.mobile-only{
  display:none;
}
#disp-mobile-nav {
    display: none;
}
#disp-mobile-nav.slicknav_menu {
    background-color: transparent;
    margin-top: -10px;
    max-width: 100%;
    padding: 0;
}
#disp-mobile-nav.slicknav_menu a.slicknav_btn {
    margin: 0;
    border-radius: 0px;
    background-color: #5d589f;
    text-shadow: none;
    padding: 1em 2em;
    position: relative;
    z-index: 900;
}
#disp-mobile-nav.slicknav_menu .slicknav_menutxt {
    text-shadow: none;
}
#disp-mobile-menu {
    margin-top: 50px;
    display: none;
    z-index: 800;
    position: absolute;
    width: 100%;
}
#disp-mobile-menu li {
    display: block;
    width: 100% !important;
    text-align: left;
}
#disp-mobile-menu li a {
    padding: 0 20px;
    display: block;
}
#disp-mobile-menu li ul {
    margin-left: 20px;
    display: none;
}
h1 {
    padding-right: 170px !important;
}
#sidemenu-column ul li ul.expand, #disp-mobile-menu li ul.expand {
    display: block;
}
/*~~~~~~ /disp nav ~~~~~~*/


/*~~~~~~ content ~~~~~~*/
.col-1-4 {
    padding-top: 10px;
}
/*~~~~~~ /content ~~~~~~*/


/*~~~~~~ bluebar ~~~~~~*/
.bluebar {
    clear: both;
    background: #0094cb;
    min-height: 100px;
    text-align: center;
    padding: 20px 0;
}
#bluebar-logo {
    background-image: url(../_images/home-icon4-desktop.png);
    background-repeat: no-repeat;
    width: 132px;
    height: 118px;
    margin: 20px auto;
}
.bluebar h3 {
    display: block;
    font-style: italic;
    font-size: 2rem;
    color: #fff;
    margin: 1em 3em;
}
.social-wrapper {
    padding: 20px 0;
}
/*~~~~~~ /bluebar ~~~~~~*/



/*~~~~~~ media queries ~~~~~~*/
@media screen and (max-width: 1480px) { 
}

@media screen and (max-width: 1024px) {
    .wrapper {
        padding-right: 0px;
    }
    h1, h1 a {
        width: 100%;
    }
    .social-wrapper {
        padding-left: 20px !important;
    }
    .disp-nav ul li {
        width: calc(19% - 9px);
    }
    .menu-gradient {
        width: 6% !important;
        min-width: unset !important;
        top: 0 !important;
    }
    .disp-nav ul li.dropdown > a ,.disp-nav .disp-menu-trigger>a{
        font-size: 1.0em;
    }
    .disp-nav {
        margin-top: 20px;
    }
    #bluebar-logo {
        background-image: url(../_images/home-icon4-tablet.png);
        width: 120px;
        height: 107px;
    }

    #disp-normal-nav a{
      font-size: 1.1em;
  	}
  #disp-normal-nav .submenu>.menuitem>a{
  	font-size:1.1em;
  }  
  #disp-normal-nav .disp-menu-trigger:nth-child(even) .fr-submenu{
    margin-top:13px;
    margin-left:-14px;
  }
 
}
@media screen and (max-width: 926px) {
  #disp-normal-nav .disp-menu-trigger:nth-child(even) .fr-submenu{
    margin-top:13px;
    margin-left:-15px;
  }
}
@media screen and (max-width: 917px) {
    h1, h1 a {
        font-size: 2.5rem;
    }
    .disp-nav .dropotron {
        margin-left: -10px;
    }
    .disp-nav ul li.dropdown > a {
        font-size: .9em;
    }
    .disp-nav li {
        padding-left: 10px;
        padding-right: 10px;
    }
    .disp-nav {
        margin-top: 3vw;
    }
}
 
@media screen and (max-width: 836px) {
    h1, h1 a {
        font-size: 2.25rem;
    }
    .disp-nav {
        margin-top: 2vw;
    }
}

@media screen and (max-width: 767px) { /* ~~~~~~ DISP menu changover ~~~~~~*/
    .wrapper { padding-left: 0; }
    div.breadcrumb, h1, #disp-content {
        padding-left: 20px;
        padding-right: 20px !important;
    }
    h1, h1 a {
        width: 90%;
        font-size: 5.5vw;
    }
    #disp-normal-nav {
        display:none;
    }
    #disp-mobile-nav {
        display: block;
    }
    .disp-nav li {
        padding-left: 10px;
        padding-right: 10px;
    }
    .columns {
        margin-top: -30px;
    }
  
    .mobile-hidden{
      display:none;   
    }
    .mobile-only{
      display:block;
    }
}

@media screen and (max-width: 647px) {
    #disp-mobile-nav.slicknav_menu {
        margin-top: 0px;
    }
    h1, h1 a {
        width: 100%;
    }
}
@media screen and (max-width: 524px) {
    h1, h1 a {
        font-size: 8.0vw;
    }
    .bluebar h3 {
        font-size: 7.5vw;
        margin: 1em 1em;
    }
}

/*Footer*/

.footer a:focus{
	outline:1px solid white; 
}

/*Accordion*/
/* Style the buttons that are used to open and close the accordion panel */

.custom-accordion {
    color: #5d589f;
    font-weight: 700;
    font-size: 1.2em;   
    display: grid;
    grid-template-columns: 11fr 1fr;
    align-items: center;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: 0.5em 0.5em 0.5em 0.7em;
    border: 1px solid rgb(225, 228, 92);
    background: rgb(225, 228, 92);    
    margin-top: 0.5em !important;
    border-radius:3px;
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 1.5em;
    width: 100%;
    text-align: left;
}
.custom-accordion span{    
  margin-left: 30px;
}
/* Style the accordion panel. Note: hidden by default */
.panel{
    border: 1px solid rgb(225, 228, 92);
    background: #fff;
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel.show{
  display: block!important;
}
.panel span {
  font-weight: 700;
}

a.close-button{
    background-color: #0094cb;
}
a.close-button:hover{
    background-color: #5D589F;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */

/*~~~~~~ /media queries ~~~~~~*/


/*~~~~~~ troubleshooting ~~~~~~*/
/*
@media screen and (max-width: 1024px) {
    .content {background-color:yellow;}
}

@media screen and (max-width: 906px) {
    .content {background-color:orange;}
}

@media screen and (max-width: 836px) {
    .content {background-color:red;}
}

@media screen and (max-width: 767px) {
    .content {background-color:green;}
}

@media screen and (max-width: 647px) {
    .content {
        background-color: blue;
    }
}*/