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

a { transition: color .3s; }
a:hover { text-decoration: none; }

#contentArea a {color: #0690B5; font-weight: 600;}
#contentArea a:hover {color: #BA2A5A; }

#logoPlace {
    width: 125px; 
    height: 125px;
}

#logoPlace a { width: 100%; display: inline-block; height: 100%;}
#siteLogo {
    max-width: 100%;
}

@media (max-width: 768px) {
    #logoPlace {
        width: 75px; 
        height: 75px;
    }
}

#topBarNav {
    background-color: #0f2145;
    color: #ffffff;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    padding: 10px 0px;
}

#topBarNav a {
    color: #fff;
}
#topBarNav a:hover {
    color: #F9F3C0;
}

#topNavLogin a {
    font-weight: 400;
    font-size: 16px;
}

#loginIcon { width: 17px;}

#mainNav {
    background: #cad5d9; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#cad5d9, #cc973b); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#cad5d9, #cc973b); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#cad5d9, #cc973b); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#cad5d9, #a5b9c0); /* Standard syntax */
    border-bottom: #b2bcc0 2px solid;
}

#mainNav .row {
    /*display: block;*/
}
#mainNav .navbar-nav {
    display: flex;
    width:100%;
    box-sizing:border-box; 
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

#mainNav .nav-item {
    display:inline-flex; 
    flex-wrap: wrap;
    flex: 1 1 auto;
    padding: 5px 0px;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    #mainNav .nav-item {
        display: list-item;
    }
}

#mainNav .navbar-nav a {
    color: #ffffff;
    font-size: 1.1em;
    margin-bottom: 0px;
    position: relative;
}

.navSpacing {
    margin-left: 125px;
}
#navSpecialButton {
    text-align: right;
    padding: 20px 0 0 0;
    margin-right: 60px
}

.navbar { padding: 0; }
.nav-link {
    display: block;
    padding: 0.8rem 1rem 0.2rem 1rem;
}

@media (max-width: 768px) {
    .navbar-expand-md.navbar {
        display: block;
        text-align: right;
    }
}

/* BUTTON COLORS AND STYLE OVERWRITES */

.btn {
    border-radius: 10px;
    padding: 0.275rem 1rem;
}
.btn_acs {
    background-color: #0f2145;
    border-radius: 10px;
    color: #fff;
    font-size: 10pt;
    margin-bottom: 10px;
    padding: 0.275rem 1rem;
    text-align: left;
}

.btn-sm {
    border-radius: 8px;
    padding: 0.2rem 0.75rem;
}

.btn-primary {
    color: #fff !important;
    background-color: #0690B5;
    border-color: transparent;
    border-bottom: #067789 solid 4px;
}
.btn-primary:hover {
    background-color: #067789;
    border-color: transparent;
    border-bottom: #035760 solid 4px;
}

.btn-secondary {
    color: #fff !important;
    background-color: #b51f07;
    border-color: transparent;
    border-bottom: #9c1b06 solid 4px;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #b51f07;
    border-color: transparent;
    border-bottom: #9c1b06 solid 4px;
}

.btn-yellow {
    color: #fff !important;
    background-color: #fec535;
    border-color: transparent;
    border-top: #ffe288 solid 4px;
    border-right: #f8ad22 solid 4px;
    border-bottom: #fbb82a solid 4px;
    border-left: #fed563 solid 4px;
}
.btn-yellow:hover {
    color: #fff;
    background-color: #f8ad22;
    border-color: transparent;
    border-bottom: #ffe288 solid 4px;
}

#contentArea .btn-light, #siteFooter .btn-light{
    color: #0474A5 !important;
    background-color: #ffffff;
    border-color: transparent;
    border-bottom: #c1bca4 solid 4px;
}
#contentArea .btn-light:hover {
    color: #08607F !important;
    background-color: #DFF4F3;
    border-color: transparent;
    border-bottom: #a39f8e solid 4px;
}



 /* unsets Bootstrap dropdown arrow */
.dropdown-toggle::after { border: none; opacity: 0; margin-left: 0; }

/* Main navigation mouseover effects (line, then arrow) */
#mainNav .nav-item:not(.dropdown) a::after {content: ''}
#mainNav .nav-item:not(.dropdown) a:hover::after {
    border-top: solid 4px #ffffff;
    width: 90%;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    transition: border .3s;
}

#mainNav .nav-item.dropdown > a::after { content: ''; opacity: 0; transition: opacity .3s; }
#mainNav .nav-item.dropdown > a:hover::after {
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-color: #ffffff transparent transparent transparent;
    opacity: 1;
}

/* MAJOR STYLES FOR HEADERS, ETC  */

h1 {
    color: #EA8246;
    font-weight: 600;
    font-size: 23px;
    line-height: 35px;
    border-left: solid 5px #0690B5;
    padding-left: 10px;
    margin-bottom: 1rem;
}

h2 {
    color: #0f2145;
    font-size: 21px;
    font-weight: 600;
    line-height: 30px;
}

h3 {
    color: #1E1E1E;
    font-size: 19px;
    font-weight: 600;
    line-height: 28px;
}

h4 {
    color: #1E1E1E;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
}

h5 {
    color: #1E1E1E;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}
h6 {
    color: #1E1E1E;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.bg-darkBlue h1, .bg-darkerBlue h1 {border-left: solid 5px #fff;}

.bg-darkBlue h1, .bg-darkBlue h2, .bg-darkBlue h3, .bg-darkBlue h4, .bg-darkBlue h5, .bg-darkBlue h6,
.bg-darkestBlue h1, .bg-darkestBlue h2, .bg-darkestBlue h3, .bg-darkestBlue h4, .bg-darkestBlue h5, .bg-darkestBlue h6 {
    color: #fff !important;
}



.largeText {
    font-size: 22px;
    line-height: 32px;
}

.veryLargeText {
    font-size: 27px;
    line-height: 39px;
}

.smallText {
    font-size: 15px;
    line-height: 22px;
}

.verySmallText {
    font-size: 13px;
    line-height: 20px;
}


/* IMAGE STYLES */

.imgIcon {
    max-width: 22px;
}

/* BOX STYLES OF VARIOUS KINDS  */

.boxShadow {
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
}

.boxTop, .bg-lightGray .boxTop, .bg-lightBlue .boxTop, .bg-white .boxTop {
    color: white;
    background-color: #0474A5;
    border-top-left-radius: 0.3rem!important;
    border-top-right-radius: 0.3rem!important;
    text-align: center;
    margin-bottom: 0;
    padding: 5px 10px;
}

.boxRounded {
    border-radius: 0.3rem!important;
}

.boxRoundedBottom {
    border-bottom-left-radius: 0.3rem!important;
    border-bottom-right-radius: 0.3rem!important;
}

.border-primary {
    border-color: #0690B5!important;
}

.border-secondary {
    border-color: #EA4073 !important;
}

.border-lightBlue {
    border-color: #8dd2cf !important;
}

.bg-lightGray { background-color: #EAE9E4; }
.bg-lightBlue{ background-color: #EEF8F8; }
.bg-white { background-color: #fff; }
.bg-darkBlue{ background-color: #0690B5; }
.bg-darkestBlue { background-color: #0474A5; }

.bg-darkBlue *, .bg-darkestBlue *, .bg-lightGray .bg-darkBlue *, .bg-lightGray .bg-darkestBlue *, .bg-lightBlue .bg-darkBlue *, .bg-lightBlue .bg-darkestBlue *, .bg-white .bg-darkBlue *, .bg-white .bg-darkestBlue * { color: white; }
.bg-darkBlue a, .bg-darkestBlue a { color: white !important; } /* NEED TO CHECK ON LINK COLOR CHILDREN ETC */ 
.bg-darkBlue a:hover, .bg-darkestBlue a:hover { color: #F9F3C0 !important; }

.bg-lightGray *, .bg-lightBlue *, .bg-white *, .bg-darkBlue .bg-lightGray *, .bg-darkBlue .bg-lightBlue *, .bg-darkBlue .bg-white *,.bg-darkestBlue .bg-lightGray *,.bg-darkestBlue .bg-lightBlue *,.bg-darkestBlue .bg-white *  { color: #212529; }

.bg-darkBlue .bg-lightGray a, .bg-darkBlue .bg-lightBlue a, .bg-darkBlue .bg-white a,.bg-darkestBlue .bg-lightGray a,.bg-darkestBlue .bg-lightBlue a,.bg-darkestBlue .bg-white a {color: #0690B5 !important; font-weight: 600;}
.bg-darkBlue .bg-lightGray a:hover, .bg-darkBlue .bg-lightBlue a:hover, .bg-darkBlue .bg-white a:hover,.bg-darkestBlue .bg-lightGray a:hover,.bg-darkestBlue .bg-lightBlue a:hover,.bg-darkestBlue .bg-white a:hover {color: #BA2A5A !important; }


/* FONT STUFF */

.font-weight-bolder {
    font-weight: 900!important;
}
.font-weight-lighter {
    font-weight: 100!important;
}
/* END FONT STUFF */

#siteFooter {
    background: #0f2145;
    border-top: 2px solid #59657f;
    color: #fff !important;
    font-weight: 500;
    padding: 10px;
    text-align: center;
}
#siteFooter a, #siteCopyright a {
    color: #fff !important;
    font-weight: 500;
}
#siteFooter a:hover {
    color: #0690B5;
}
.pageTitle {
 color: #903;
 font-size: 16pt;
 font-weight: bold;
 margin: 10px 0px !importan;
 text-decoration: none; 
}
.meeting_header {
 color: #fff;
 font-weight: 600;
 font-size: 30px;
}
#slider {
 background-color: #08293a;
 border-radius: 5px;
 clear: both;
 color: #fff;
 margin: 0px auto;
 margin-top: 10px;
 padding: 20px 0px;
 max-width: 650px;
 width: 100%;
}
.mySlides {
 margin: 0px auto;
 max-width: 550px;
 width: 100%;
}
.responsive-image_slider {
 height: auto;
 max-width: 550px;
 width: 100%;
}

/* START MOBILE STYLES */
@media only screen and (max-width: 1000px) {
 .hideMobile {
  display: none !important;
 }
 
}
/* END MOBILE STYLES */