﻿/* ----------------------------------------------------------------------------
	[1.0] HTML
---------------------------------------------------------------------------- */
body {
    margin: 0;
}

a {
    color: #337ab7;
    text-decoration: none;
}

/* RTE */
h2 {
    font-weight: bold;
    font-size: calc(1.325rem + .9vw);
    margin-top: 0;
    margin-bottom: .5rem;
    line-height: 1.2;
    color: #2168a9;
    border-color: #515151;
    border-bottom: 1px solid #515151;
    font-size: 1.3em;
}

h4 {
    color: #cd2026 !important;
    font-weight:normal !important;
}


h3, h4, h5, blockquote {
    border-color: #0266CD;
    color: #0266CD;
    font-weight: bold;
}



/* ----------------------------------------------------------------------------
	[1.1] Layout
---------------------------------------------------------------------------- */
.contentContainer {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 12px;
    margin-bottom: 36px;
}

.pageUpdate {
    font-size: 0.8em;
}

.hrpattern {
    border: 9px solid #cd2026;
    margin: 0;
    opacity: 100%;
}

.translation-bar {
    text-align: center;
    background-color: #eee;
    padding: 8px 1em;
    max-width: 100% !important;
}

.translation-bar * {
    margin: 0;
    display: inline-block;
}

.translation-bar .instruction {
    padding-right: .5em;
}

.bg-fhd {
    background-color: #7F929B !important;
}

#siteLogo {
    margin-top: 12px;
    margin-bottom: 22px;
    vertical-align: middle;
}


.bg-fhd-main {
    background-color: #657982;
}

.bg-primary {
    background-color: #1a5387 !important;
}

.topAnchor {
    display: block;
    position: relative;
    top: -150px;
}


/* ----------------------------------------------------------------------------
	[2.0] Header
---------------------------------------------------------------------------- */
.headerGroup {
    padding-left: 0px;
    padding-right: 0px;
}

body header nav div.navbar-brand img {
    background: white;
    width: 229px;
}



/* ----------------------------------------------------------------------------
	[2.1] DOS Banner
---------------------------------------------------------------------------- */
.navbar {
    padding: 0px;
}

.navbar-brand img {
    width: 150px;
    transition: width 0.5s;
    padding-right: 0px;
}

.dosNavBar {
    background: black;
    border-bottom: 4px solid #b40d0d;
}

#headerSearch {
    margin-top: 12px;
    margin-bottom: 12px;
}
/*
#searchBar input {
    outline: none;
}

#searchBar input[type=search] {
    color: transparent;
    cursor: pointer;
    width: 15px;
    background: #ededed url("images/search-icon.png") no-repeat 9px center;
    border: solid 1px #ccc;
    border-radius: 10em;
    padding: 3px 8px 3px 2px;
    transition: all .5s;
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
}
*/



/* ----------------------------------------------------------------------------
	[2.2] Mega Menu
---------------------------------------------------------------------------- */
.stickyHeader {
    position: sticky;
    top: 0;
    z-index: 10000;
}

.mega-menu {
    z-index: 999;
}

.mega-menu-title {
    padding-top: 12px;
    padding-left: 12px;
}

#megaMenuBar ul li button {
    position: relative;
    font-weight: bold;
    font-size: 1.4rem;
    padding: .25rem .5rem;
    transition-property: font-size,font-weight,padding;
    transition-duration: .5s;
    transition-timing-function: ease;
}

.megaMenuSeperator {
    background-color: white;
}

.mega-menu-item-label-plus::after {
    content: "\F279";
    font-family: bootstrap-icons;
    position: absolute;
    right: 8px;
}

#megaMenuBar ul li button.deployed::after {
    content: "\F27C";
    font-family: bootstrap-icons;
    position: absolute;
    bottom: 4px;
    right: 8px;
}

#megaMenuItems ul, .mega-menu-childitem ul {
    list-style: none;
}

.mega-menu-childitem {
    font-size: 1.4em;
    margin-bottom: 12px;
}

.mega-menu-childitem small {
    font-size: 0.6em;
    display: block;
    margin-left: 46px;
}

.mega-menu-childitem img {
    height: 45px;
    padding-top: 12px;
    margin-right: 12px;
    margin-bottom: 12px;
}

#megaMenuBar .bg-primary {
    background-color: #1a5387 !important;
}



/* ----------------------------------------------------------------------------
	[2.3] Main Navigation
---------------------------------------------------------------------------- */
#navbar2 ul {
    font-size: 1.3rem;
    transition: font-size 1s;
}

#navbar2 .nav-link {
    color: white;
}

#navbar2 a {
    /* color: #3f4a4d; */
    color: white;
}

#navbar2 a:hover {
    color: black;
    background: white;
}

.navbar-brand-sm {
    display: block;
}



/* ----------------------------------------------------------------------------
	[2.4] Search CSS
---------------------------------------------------------------------------- */
#searchBar input {
    outline: none;
}

#searchBar input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
}

#searchBar input::-webkit-search-decoration, #searchBar input::-webkit-search-cancel-button {
    display: none;
}

#searchBar input[type=search] {
    -moz-border-radius: 10em;
    -moz-transition: all .5s;
    -webkit-border-radius: 10em;
    -webkit-transition: all .5s;
    background: #ededed url(/images/search-icon.png) no-repeat 9px center;
    border: solid 1px #ccc;
    border-radius: 10em;
    /*padding: 9px 10px 9px 32px;*/
    padding: 3px 8px 3px 2px;
    transition: all .5s;
    width: 55px;
}

#searchBar input[type=search]:focus {
    -moz-box-shadow: 0 0 5px #6dcff6;
    -webkit-box-shadow: 0 0 5px #6dcff6;
    background-color: #fff;
    border-color: #66CC75;
    box-shadow: 0 0 5px #6dcff6;
    width: 130px;
}

#searchBar input:-moz-placeholder {
    color: #999;
}

#searchBar input::-webkit-input-placeholder {
    color: #999;
}

#searchBar input[type=search] {
    color: transparent;
    cursor: pointer;
    padding-left: 10px;
    width: 15px;
}

/*target only IE*/

#searchBar input[type=search]:hover {
    background-color: #fff;
}

#searchBar input[type=search]:focus {
    background-color: #fff;
    color: #000;
    cursor: auto;
    padding-left: 32px;
    width: 130px;
}

#searchBar input:-moz-placeholder {
    color: transparent;
}

#searchBar input::-webkit-input-placeholder {
    color: transparent;
}

.ezsearch-form {
    display: none;
}



/* ----------------------------------------------------------------------------
	[3.0] Banner
---------------------------------------------------------------------------- */
.big-banner {
    height: calc(100vh - 280px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.big-banner .card {
    width: 90%;
    overflow: hidden;
    padding: 1.25rem;
    background-color: rgba(100, 140, 160, 0.9);
}

.big-banner .card .card-body {
    margin-left: 2rem;
    margin-right: 2rem;
}

.big-banner .card .card-body a {
    color: tan;
    display: block;
    font-weight: bold;
    text-decoration: none;
}



/* ----------------------------------------------------------------------------
	[3.1] Main Carousel
---------------------------------------------------------------------------- */
#MainBannerCarousel .carousel-inner .carousel-item {
    background-position: 50% 50%;
    background-size: cover;
    max-height: 600px;
    vertical-align: top;
    width: 100%;
}

#MainBannerCarousel .carousel-inner .carousel-item img {
    width: 100%;
    height: 100%;
}

.footer-bar {
    border-top: 4px solid #b40d0d;
}

.nav {
    margin:auto;
    width:250px;
}


/* ----------------------------------------------------------------------------
	[3.2] Page Navigation
---------------------------------------------------------------------------- */
.pageNavParent {
    background-color: #656A82 !important;
    text-align: center;
}

.pageNavSubParent {
    text-align: center;
    background-color: #657982;
}

.pageNavSubParent a {
    color: white;
    text-decoration: none;
    font-size: 1.2em;
    display: block;
    padding: 6px;
}

.pageNavParent a {
    color: white;
    text-decoration: none;
    font-size: 1.2em;
    display: block;
    padding: 6px;
}

.pageNav .list-group-item {
    padding: 0;
}

.pageNav .list-group-item a {
    display: block;
    padding: 8px;
}

.pageNav .list-group-item a:hover {
    display: block;
    padding: 8px;
    color: white;
    background-color: #7C6582;
}



/* ----------------------------------------------------------------------------
	[3.3] Panels
---------------------------------------------------------------------------- */
.panel-333333 .panel-left h4, .panel-333333 .panel-center h4, .panel-333333 .panel-right h4 {
    background-color: #cd2026;
}

.panelContainer {
    margin-top: 12px;
    margin-bottom: 46px;
}

.panel h3 {
    margin-top: 6px;
    padding-top: 0;
}

.panel h4 {
    background-color: red;
}


.panel-column h4 {
    color: white;
    font-weight: bold;
    padding: 6px;
}

.panelFeatureBoxRow-image-zoom:hover img {
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
    transition: all 0.4s ease;
}



/* ----------------------------------------------------------------------------
	[3.4] Featured Items
---------------------------------------------------------------------------- */
.panelFeatureBoxRow {
    margin-bottom:12px;
}

.panelFeatureBoxRow-image-zoom figure {
    overflow: hidden;
    margin: 0px;
}

.panelFeatureBoxRow-meta {
    -webkit-transition: all 0.45s ease;
    background-color: #cd2026;
    padding: 15px 18px;
    position: relative;
    transition: all 0.45s ease;
}

.panelFeatureBoxRow-meta {
    height: 90px;
}

.panelFeatureBoxRow-meta h4 {
    background-color: #cd2026;
    color: white;
    text-align: center;
}

.panelFeatureBoxRow-meta a {
    text-decoration: none;
    color: white;
}



/* ----------------------------------------------------------------------------
	[3.5] Feature Panel
---------------------------------------------------------------------------- */
.featureBox {
    background-color: #d9d9d9;
    box-shadow: 0px 0px 6px 3px #4f4f4f;
    padding: 12px;
}

.featuredEventCard {
    border: 4px solid #0d2943;
    background-color: #2168a9;
    margin: 0 auto;
    margin-top: 24px;
    margin-bottom: 24px;
    padding: 12px;
    color: white;
}

.featuredEventCard a {
    color: white;
}

.featuredEventCard .card-title {
    border-bottom: 4px solid #0d2943;
    font-size: 1.2em;
    font-weight: bold;
    padding-bottom: 12px;
}

.featuredItemsBox {
    margin: 12px;
    background-color: #d2f0f8;
    border: 1px solid;
    padding: 12px;
}

.featuredItemsBox a {
    color: black;
    text-decoration: none;
}

.featuredItemsBox img {
    margin-right: 12px;
    height: 25px;
}

.featuredItemBoxText {
    font-size: 0.9em;
    color: red;
}

[id*="mm"] {
    background-color: #ffffff;
    border: #457385 4px solid;
}

[id*="mm"] a {
    color: black;
    text-decoration: none;
}



/* ----------------------------------------------------------------------------
	[3.6] Meeting Cards
---------------------------------------------------------------------------- */
.meetingsCard {
    border: 4px solid #2168a9;
    background-color: #1a5387;
    color: white;
    margin: 0 auto;
    margin-top: 24px;
    margin-bottom: 24px;
    padding: 12px;
}

.meetingsCard .card-body {
    padding-top: 0px;
}

.meetingsCard .card-title {
    margin-top: 0px;
    padding-bottom: 12px;
    border-bottom: 2px solid white;
}

.meetingsCard a {
    color: white;
    text-decoration: none;
}



/* ----------------------------------------------------------------------------
	[3.7] Child Pages 
---------------------------------------------------------------------------- */
.child-pages {
    margin-top: 1.5em;
}

.list-grid .row {
    margin-bottom: 1.5em;
}

.list-grid .item-content {
    max-width: 250px;
}

.child-item .title {
    font-family: inherit;
    font-size: 22px;
    font-weight: bold;
    display: block;
    color: #328bdc;
    border: none;
    margin: 0;
}



/* ----------------------------------------------------------------------------
	[3.8] Sidebar
---------------------------------------------------------------------------- */
.sidebar {
    margin-left:0px;
    padding-left:0px;
    display:flow;
}

.sidebar ul {
    margin-left:0px;
}

.sidebar {
    word-wrap: break-word
}

.integrityH3{ 
    font-size:30px;
    border:none;
    text-align:center;
}

.integrityHR {
    border-top: 8px solid #2168a9;
}


/* ----------------------------------------------------------------------------
	[3.9] Runoffs
---------------------------------------------------------------------------- */
.runoffAnchor {
    display:block;
    position:relative;
    top:-55px;
}



/* ----------------------------------------------------------------------------
	[4.0] Media
---------------------------------------------------------------------------- */
@media (max-width:768px) {
    .stickyHeader {
        position: initial;
        top: 0;
        z-index: 0;
    }

    .two-cards .col-md-6 {
        margin-bottom: 24px;
    }
}

@media (min-width: 576px) {
    .navbar-brand-sm {
        display: none;
    }

    div#megaMenuItems > div {
        width: 100% !important;
        max-height: none !important;
    }

    .big-banner .card {
        width: 50%;
        padding: 1rem;
    }

    .big-banner .card .card-body {
        margin: 0;
    }

    .big-banner .card {
        width: 50%;
        padding: 1rem;
    }

    .big-banner .card .card-body {
        margin: 0;
    }
}

@media (max-width:1051px) {
    .panelFeatureBoxRow-meta {
        height: 140px;
    }
}

@media (max-width:635px) {
    .panelFeatureBoxRow-meta {
        height: 190px;
    }
}

@media (max-width:574px) {
    .panelFeatureBoxRow-meta {
        height: 90px;
    }
}


