/*
// VALUE:COLOR_1:#0154a0  
// VALUE:COLOR_2:#004380
*/

/*--------------------------------------------------------
    GPE
--------------------------------------------------------*/
#spacer-bg, #spacer-bg .column {
    display: block;
    height: 60px;
}
#spacer-sm, #spacer-sm .column {
    display: block;
    height: 30px;
}
/*--------------------------------------------------------
    FONT ASSIGNMENTS
--------------------------------------------------------*/
body {
    font-weight: 400;
    font-size: 20px;
    font-family: 'Source Sans Pro', sans-serif;
}

p {
    color: #383838;
    margin: 20px 0;
    font-size: 20px;
    font-weight: 400;
    /*line-height: 24px;*/
    font-family: 'Source Sans Pro', sans-serif;
}

/*--------------------------------------------------------
    ALIGNMENT
--------------------------------------------------------*/
.txt-c { text-align: center; }
.txt-l { text-align: left; }
.txt-r { text-align: right; }

/*--------------------------------------------------------
    H1 - H6
--------------------------------------------------------*/
h1 {
    color: #494A4C;
    font-size: 38px;
    margin-top: 25px;
    font-weight: bold;
    margin-bottom: 15px;
    letter-spacing: -1px;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
}
h2 {
    color: #383838;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -1px;
    font-family: 'Source Sans Pro', sans-serif;
}
h3 {
    color: #494A4C;
    font-size: 28px;
    margin-top: 25px;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: -1px;
    font-family: 'Source Sans Pro', sans-serif;
}
h4 {
    color: #094670;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -1px;
    font-family: 'Source Sans Pro', sans-serif;
}

/*--------------------------------------------------------
    LINKS
--------------------------------------------------------*/
.read-more a {
    background-color: #0154a0; /* REPLACE:COLOR_1 */
    height: 48.042px;
    width: 123.583px;
    padding: 12px 16px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    border: 0;
    box-shadow: 0 5px 0 #004380; /* REPLACE_COLOR:COLOR_2 */
    transition: all .1s linear;
}
.read-more a:active {
    box-shadow: 0 0 0 #AD9739;
    transform: translateY(3px);
}
#wide-background {
    /*background-image: url("../images/wide-bg.png");*/
    background-repeat: repeat-x;
    background-size: 1px 460px;
    min-height: 460px;
}

/*--------------------------------------------------------
    IMAGES
--------------------------------------------------------*/
img { border: 0px; max-width: 100%;}

/*--------------------------------------------------------
    MODAL LOGIN
--------------------------------------------------------*/
.modal-dialog {
    width: 280px;
    margin: auto;
    display: block;
    text-align: center;
}
.modal-body {
    padding: 10px 20px 20px;
}
.modal-header button {
    width: 20px;
    margin-top: -15px;
    box-shadow: none;
}
#login form input {
    border: 1px solid #E3E3E3;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 10px 0 0;
}

/*--------------------------------------------------------
    HEADER
--------------------------------------------------------*/
#header-wrap {
    padding-top: 25px;
}
#header-left .logo-wrap svg#logo {
    max-width: 100%;
    width: 252px;
    height: 89px;
}
    .logo-wrap a:hover {
        text-decoration: none;
    }
    svg#logo path#circle {
        fill: #0154a0; /* REPLACE:COLOR_1 */
    }
    svg#logo text {
        font-weight: 900;
        font-family: Source Sans Pro;
        fill: #6D6E71;
    }
    svg#logo text:hover {
        text-decoration: none;
    }

#header-right #searchbox .input-group-addon {
    top: -1px;
    border-radius: 0px;
    position: relative;
    background-color: #6D6E71;
    padding: 7px 12px 6px 12px;
}
#header-right #searchbox .input-group-addon .search-button {
    background-image: url("../images/search-icon.png");
    margin: 0;
    padding: 0;
    width: 23px;
    height: 23px;
    border: none;
    background-color: transparent;
    color: transparent;
}
#header-right #searchbox .input-group #q {
    width: 77%;
    float: right;
    background-color: transparent;
}
#header-right .search-wrap {
    padding-bottom: 10px;
}
#header-right .social-wrap {
    text-align: right;
}
#header-right .social-wrap p {
    width: 25%;
    float: left;
    color: #6D6E71;
    font-size: 16px;
    font-weight: 600;
    text-align: right;
    line-height: 16px;
    margin: 0 0 0 40px;
}
#header-right .social-wrap a:hover,
#header-right .social-wrap a:focus {
    outline: transparent;
    text-decoration: none;
}
.social-wrap svg:not(:root) {
    width: 33px;
    height: 33px;
    border: 1px solid #0154a0; /* REPLACE_COLOR:COLOR_1 */
}

    g#facebook rect, g#twitter rect, g#linkedin rect, g#contact rect  {
        stroke: transparent;
    }
    g#facebook path, g#twitter path {
        fill: #0154a0; /* REPLACE:COLOR_1 */
    }
    g#linkedin g#ob circle, g#linkedin g#ob rect, g#linkedin g#ob path {
        fill: #0154a0; /* REPLACE:COLOR_1 */
    }
    g#contact g#ob path, g#contact g#ob polygon {
        fill: #0154a0; /* REPLACE:COLOR_1 */
    }

#nav-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
}
#nav_menu {
    padding: 0;
    background: transparent;
}
    @media (max-width: 991px) {
        #nav_menu {
            display: none !important;
        }
    }
    
#nav_menu .navbar-nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    float: none;
    background-color: #0154a0; /* REPLACE:COLOR_1 */
}
#nav_menu .navbar-nav>li {
    text-align: center;
    border-left: 2px solid #ffffff;
    align-self: center;
    flex-grow: 1;
}
#nav_menu .navbar-nav>li:first-child {
    border-left: 0px;
}


/*#nav-col .nav .caret { 
    display: none;
}*/
#nav_menu .navbar-nav > li > a {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 25px 15.5px 25px 15.5px !important;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
}
#nav-col .navbar-nav > li > a:hover,
#nav-col .navbar-nav > li > a:focus {
    background-color: #be1018;
}
#nav-col .navbar-nav .open > a,
#nav-col .navbar-nav .open > a:hover,
#nav-col .navbar-nav .open > a:focus {
    background-color: #6D6E71;
}
#nav-col .navbar-nav > li:last-child {
    border-right: none;
}
#nav-col .navbar-nav > li:last-child > a:hover,
#nav-col .navbar-nav > li:last-child > a:focus {
    border-right: 2px solid #6D6E71;
}

#q {
    height: 38px;
    color: #6D6E71;
    border: 1px solid #6D6E71;
}


/*--------------------------------------------------------
    MOBILE MENU
--------------------------------------------------------*/
#mobileMenuWrapper {
    position: fixed;
    top: 0px;
    bottom: 0px;
    z-index: 100;
    overflow-y: auto;
    overflow-x: hidden;
    left: -120%;
    width: 315px;
/*    height: 520px;*/
    background-color: #FFF;
    border: 1px solid #CCC;
    transition: all 300ms cubic-bezier(1, 0.01, 0, 1) 0s;
}
#mobileMenuWrapper.open {
    left: 0px;
    bottom: 0px;
}
#mobileMenuWrapper #mobile-menu {
    overflow: auto;
    padding: 0px 20px 10px;
}
#mobileMenuWrapper ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
#mobile-menu > li#triggerClose {
    display: inline;
    float: right;
    transform: rotate(45deg);
    font-size: 22px;
    cursor: pointer;
}
#mobileMenuWrapper #mobile-menu a {
    display: inline-block;
    width: 100%;
    margin: 10px 0 0 0;
}

/* REQUIRED - Dropdown menu item transition states*/
#mobileMenuWrapper .mDropdown {
    display:none;
}
#mobileMenuWrapper .mDropdown.open{
    display: block;
}

#mobileMenuWrapper ul.mDropdown {
    margin: 0 15px;
    display: none;
}

#mobile-menu a {
    color: #6D6E71;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
#mobile-toggle {
    border: none;
    background: transparent;
    box-shadow: none;
    cursor: pointer;
}
#mobile-menu-col {
    float: right;
}
#mobile-logo {
    width: 40%;
    float: left;
    margin-top: 27px;
    margin-bottom: 20px;
}
#mobile-logo a {
    margin: 0 !important;
}
#mobile-logo svg#logo {
    width: 250px;
    max-width: 250px;
}
    svg#burger {
        width: 32px;
        height: 32px;
    }
    svg#burger rect {
        fill: #0154a0; /* REPLACE:COLOR_1 */
    }

#mobile-search {
    margin-top: 35px;
}
#mobile-search .input-group-addon {
    top: -1px;
    border-radius: 0px;
    position: relative;
    background-color: #6D6E71;
    padding: 7px 12px 6px 12px;
}
#mobile-search #q {
    width: 92%;
    float: right;
}
#mobile-search .input-group-addon .search-button {
    background-image: url("../images/search-icon.png");
    margin: 0;
    padding: 0;
    width: 23px;
    height: 23px;
    border: none;
    background-color: transparent;
}
.mobile-social-icons {
    display: inline-block;
    float: right;
    padding: 5px 2px 0 5px;
}
.mobile-social-icons a {
    margin: 0 !important;
}
.mobile-social-icons a svg {
    width: 33px;
    border: 1px solid #0154a0; /* REPLACE_COLOR:COLOR_1 */
}

#mobile-menu li.mobile-search-wrap {
    margin-top: 35px;
    margin-bottom: 15px;
}
#mobile-menu .mobile-search-wrap input#q {
    background-color: transparent;
}
#mobile-menu .mobile-search-wrap input.search-button {
    background-image: url(../images/search-icon.png);
    margin: 0;
    padding: 0;
    width: 23px;
    height: 23px;
    border: none;
    background-color: transparent;
}
#mobile-menu .mobile-search-wrap .input-group-addon {
    border-radius: 0px;
    position: relative;
    background-color: #6D6E71;
    padding: 7px 12px 6px 12px;
    border: 0px;
}

#mobile-menu li.social-wrap {
    display: inline-block;
}
#mobile-menu li.social-wrap a {
    margin: 0 !important;
}


/*--------------------------------------------------------
    INDEX / MAIN BODY
--------------------------------------------------------*/
.carousel {
    border: 5px solid #6D6E71;
}
#index-wrap {
    padding-bottom: 45px;
}
.read-btn button {
    background-color: #0154a0; /* REPLACE:COLOR_1 */
    height: 48.042px;
    width: 123.583px;
    padding: 12px 16px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    border: 0;
    box-shadow: 0 5px 0 #004380; /* REPLACE_COLOR:COLOR_2 */
    transition: all .1s linear;
}
.read-btn button:active {
    box-shadow: 0 0 0 #AD9739;
    transform: translateY(3px);
}
#main-content-col button{
    display: none;
}
#main-content-col img:nth-of-type(1){
    max-width: 75%;
    height: auto;
}
#events-section-wrap {
    margin-top: 25px;
}
.event-item {
    margin: 20px 0px 40px;
}
.event-item img{
    display: none;
}
a.news-title-link,
a.ev-title-link {
    color: #094670;
}
a.news-title-link:hover,
a.ev-title-link:hover {
    color: #be1018;
}
a.news-more-info-link,
a.ev-more-info-link {
    color: #fff;
}
/*.news-date,*/
.event-date {
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: 400;
}
.news-title,
.event-title {
    margin: 0px;
}
.news-blurb,
.event-blurb {
    float: left;
    font-size: 16px;
    margin-bottom: 20px;
    width: 100%;
}

/*--------------------------------------------------------
    DEFAULT Events
--------------------------------------------------------*/
h4.event-title {
    margin-top: 10px;
}
a.ev-title-link {
    font-size: 18px;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
}
.event-month {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-style: italic;
    margin-top: 3px;
}
p.event-blurb {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    margin-top: 3px;
}
/*--------------------------------------------------------
    CSS STYLE FOR INNER PAGES
--------------------------------------------------------*/
#main-container-page {
    padding-bottom: 90px;
    background-color: #ffffff;
}
#page {
    min-height: calc(100vh - 451px);
    padding-top: 30px;
}
/*#page {
    color: #cbcbcb;
    padding-top: 30px;
    padding-bottom: 50px;
}
#page h2 {
    margin: 0 0 25px 0;
}*/

/*--------------------------------------------------------
    FOOTER
--------------------------------------------------------*/
#footer-container {
    margin-top: 45px;
    background-color: #0F0B02;
}
#footer-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
}
/*#footer-wrap #footer-left {
    padding-left: 0px;
}*/
#footer-wrap #footer-left p {
    margin: 0;
    color: #fff;
    font-size: 18px;
    text-align: left;
}
#footer-wrap #footer-left a {
    color: #FFF;
    font-size: 18px;
    text-align: left;
}
/*#footer-wrap #footer-right {
    padding-right: 0px;
}*/
#footer-wrap #footer-right p {
    margin: 0;
    color: #fff;
    font-size: 18px;
    text-align: right;
}
#footer-wrap #footer-right a {
    color: #fff;
    font-size: 18px;
}

/* ------------------------------------------------ */
/*   Media Query
/* ------------------------------------------------ */
@media (min-width: 990px) and (max-width: 1199px) { 
    #wide-background {
        background-size: 1px 420px;
        min-height: 420px;
    }
    #header-right .social-wrap p {
        width: 26%;
        margin: 0
    }
    #header-right #searchbox .input-group #q {
        width: 100%;
    }
    #nav-col .nav > li > a {
        padding: 17px 9px 17px 10px !important;
        font-size: 18px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    p {
        font-size: 20px;
    }
    h1 {
        font-size: 38px;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 28px;
    }
    h4 {
        font-size: 20px;
    }
    #wide-background {
        background-size: 1px 300px;
        min-height: 300px;
    }
    #header-wrap {
        padding-bottom: 25px;
    }
    #header-right .search-wrap, #header-right .social-wrap {
        display: none;
    }
    #nav-col {
        display: none;
    }
    #nav-wrap {
        padding: 0;
    }

    .event-item {
        float: left;
    }
    .event-item img {
        float: left;
    }
    .event-details {
        float: right;
        /*width: 62%;
        padding-left: 10px;*/
    }
    #footer-wrap #footer-left p,
    #footer-wrap #footer-left a,
    #footer-wrap #footer-right p,
    #footer-wrap #footer-right a {
        text-align: center;
    }
    #footer-wrap #footer-left p {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    p {
        font-size: 20px;
    }
    h1 {
        font-size: 38px;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 28px;
    }
    h4 {
        font-size: 20px;
    }
    #wide-background {
        background-size: 1px 300px;
        min-height: 300px;
    }
    #header-wrap {
        padding-bottom: 25px;
    }
    #header-right .search-wrap, #header-right .social-wrap {
        display: none;
    }
    #nav-col {
        display: none;
    }
    #nav-wrap {
        padding: 0;
    }

    .event-item {
        float: left;
    }
    .event-item img {
        float: left;
    }
    .event-details {
        float: right;
        width: 100%;
    }
    #footer-wrap #footer-left p,
    #footer-wrap #footer-left a,
    #footer-wrap #footer-right p,
    #footer-wrap #footer-right a {
        text-align: center;
    }
    #footer-wrap #footer-left p {
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    p {
        font-size: 18px;
    }
    h1 {
        font-size: 34px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    h2 {
        font-size: 28px;
    }
    h3 {
        font-size: 26px;
    }
    h4 {
        font-size: 19px;
    }
    #wide-background {
        background-size: 1px 240px;
        min-height: 240px;
    }
    #header-wrap {
        padding-bottom: 25px;
    }
    #header-right .search-wrap, #header-right .social-wrap {
        display: none;
    }
    #nav-col {
        display: none;
    }
    #nav-wrap {
        padding: 0;
    }

    .event-item {
        float: left;
    }
    .event-item img {
        float: left;
    }
    .event-details {
        float: right;
        width: 100%;
    }
    #footer-wrap #footer-left p,
    #footer-wrap #footer-left a,
    #footer-wrap #footer-right p,
    #footer-wrap #footer-right a {
        font-size: 16px;
        text-align: center;
    }
    #footer-wrap #footer-left p {
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) { 

}

/*----------------Navigation------------*/
/*----------------------------
    special for this one 
------------------------------*/
.navigation.row > .col-md-12 {
    padding: 0px;
}
.navigation.row { }

/*----------------------------
    The Wrapper
------------------------------*/
.nav-wrapper {
    background-color: #335526;
    position: relative;
    min-height: 35px;
}

/*----------------------------
    The Toggle
------------------------------*/
.navbar-toggle {
    width: 70%;
    border: 0px;
    padding: 0px;
    float: right;
    display: none;
    margin-top: 0px;
    text-align: right;
    font-weight: 700;
    padding-top: 7px;
    padding-bottom: 7px;
}

.navbar-toggle:focus {
    border: 0px;
    outline: 0px;
}

.navbar-toggle > span{
    color: #ffffff;
}

/*----------------------------
    Full State
------------------------------*/
.navbar-nav {
    margin: 0px;
}
.navbar-nav ul { }
.navbar-nav li {
    position:relative;
    float: left;
    list-style-type: none;
}
#nav_menu li:hover {
    background-color: #ad6336;
}
#nav_menu li a { 
    color: #000;
    font-weight: 400;
    padding-top: 20px;
    padding-bottom: 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
}
#nav_menu li a:hover, #nav_menu li a:focus,
.navbar-nav .open>a, .navbar-nav .open>a:focus, .navbar-nav .open>a:hover {
    color: #fff;
    background: #be1018; /* REPLACE:COLOR_1 */
}

/*#nav_menu_top_menu ul, #nav_menu ul {
    float: right;
}*/

#nav_menu_top_menu li a {
    color: #000;
    font-weight: 400;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    margin: 8px 0 5px;
}
#nav_menu_top_menu li a:hover {
    text-decoration: underline;
}

li.mLogin a {
    border: 3px solid #000;
    font-weight: bold !important;
    text-decoration: none !important;
    margin: 5px 0 5px !important;
}
li.mLogin a:hover {
    background-color: #fff !important;
    border: 3px solid #fff;
}

/*------ Third level Items/Multi Tier */
.navbar-nav li ul li a { }
.navbar-nav li ul li a:hover { }

/*------ On Hover/Focus/.open */
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus { }

.navbar-nav .open > a, .navbar-nav .open > a:hover,
.navbar-nav .open > a:focus, .navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
}


/*----------------------------
    Collapsed State
------------------------------*/
.navbar-collapse.collapse {
    position: relative;
}
.navbar-collapse{
    max-height: none;
    padding: 0px;
}

/*----------------------------
    Dropdown Menus - full/collapsed
------------------------------*/
.dropdown-menu { }
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    text-decoration: none;
}
.dropdown-menu li {
    width: 100%;
}

/*----------------------------
    @Media and Sizes
------------------------------*/
@media (min-width: 768px) and (max-width: 990px) {
    .navbar-nav li a {
        font-size: 11px;
    }
}
@media (max-width: 767px) {
    .navbar-collapse {
        clear: both;
        margin-top: 8px;
    }
    .navbar-collapse, .navbar-nav {
        width: 100%;
    }
    .navbar-nav li {
        width: 100%;
        height: auto;
        display: block;
        padding-top:0px;
        text-align: center;
    }
    .navbar-nav li a {
        margin: auto;
        height: auto;
        width: 100%;
        font-size:16px;
        padding-top: 5px;
        padding-top: auto;
        padding-bottom: 6px;
    }
    .navbar-toggle {
        clear: both;
        padding: 0px;
        margin: 0px auto;
        margin-right: 20px;
        display: inline-block;
    }
    .dropdown li {
        width: 100%;
        display: block;
        background-color: #91A9A0;
    }
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 0px;
    }
    .navbar-nav .open .dropdown-menu {
        margin-top: 6px;
    }
    .nav-row {
        height: auto;
        max-height: none;
    }
    .small-text {
        display: none !important;
    }
    .navbar-collapse.collapse {
        display: none !important;
        position: static;
    }
}
@media (max-width: 480px) { 
    .navbar-toggle {
        display: inline;
    }
    .navbar-nav li {
        width: 100%;
        height: auto;
        display: block;
        padding-top:0px;
        text-align: center;
    }
    .dropdown li {
        width: 100%;
        display: block;
        background-color: #91A9A0;
    }
    .navbar-nav li a {
        width: 100%;
        margin: auto;
        height: auto;
        font-size:16px;
        padding-top: 5px;
        border-left: none;
        padding-top: auto;
        border-right: none;
        padding-bottom: 6px;
    }
    .navbar-nav li { }
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 0px;
    }
    .open {
        height: auto !important;
    }
    .open a {
        display:block;
    }
    .navbar-nav .open .dropdown-menu {
        margin-top:6px;
    }
    .hlp-wrapper {
        display:none;
    }
    .vid-feature iframe {
        max-width: none !important;
        max-height: none !important;
    }
}

.navbar-collapse{
    border: 0px;
    box-shadow: none;
}