/*
// VALUE:COLOR_1:#175e96
// VALUE:COLOR_2:#175e96
// VALUE:COLOR_3:#1c8f68
*/


/*--------------------------------------------------------
    FONT ASSIGNMENTS
--------------------------------------------------------*/
body {
    z-index: 9;
    position: relative;
    font-size: 16px !important;
    font-family: 'Lato', sans-serif !important;
}
p {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
}
.container {

}

/*--------------------------------------------------------
    H1 - H6
--------------------------------------------------------*/
h1, h2, h3, h4 {
    margin: 0px;
    padding: 0px;
    font-family: 'Lato', sans-serif;
}

h1 { 
    font-size: 40px;
    color: #000; /* REPLACE:COLOR_1    old:#175e96*/
}
h2 { font-size: 28px; }
h3 { font-size: 22px; }

h4 { font-size: 18px;
     color: black; 
}

h1.title {
    margin: 30px 0px;
}

.logo-text-wrap h4 {
    font-style: italic;
}
/*--------------------------------------------------------
    LINKS
--------------------------------------------------------*/
a {
    color: #175e96; /* REPLACE:COLOR_1 */
}
a:hover, a:focus{
    color: #1c8f68; /* REPLACE:COLOR_3 */
}


/*--------------------------------------------------------
    IMAGES, Objects
--------------------------------------------------------*/
img {
    border: 0px;
}

/*--------------------------------------------------------
                        HEADER
--------------------------------------------------------*/
#header-top-wrapper {
    position: relative;
    z-index: 3;
}
.logo-wrap {
    padding-top: 20px;
    padding-bottom: 5px;
}
.logo-wrap a {
    text-decoration: none;
    color: #175e96;
}
.logo-img-wrap {
    display: inline-block;
    vertical-align: middle;
}
.logo-wrap img {
    margin: 0 auto;
    width: 280px;
    max-width: 100%;
}
.logo-wrap a svg {
    max-height: 106px;
}
svg#main-logo {
    width: 280px;
    max-height: 107px;
}
.logo-img-wrap {
    display: inline-block;
    vertical-align: middle;
    margin-right: 40px;
}
.logo-text-wrap {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
	padding-left: 50px;
}
svg#burger {
    width: 35px;
    height: 60px;
    float: right;
    cursor: pointer;
}
.whole-header-wrap {
    position: relative;
}
#mycanvas .page-content {
    display: none;
}
.background {
    background: url('../images/header-background.png') no-repeat 0 0;
    margin-top: -310px;
    min-height: 610px;
    height: 730vh; 
    height: 100vh; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
.background img {
    width: 100%;
}
@media (max-width: 1060px){
    .background {
    background-position: 67%;
    }
}
.caption-wrapper {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    z-index: 1;
}
.caption {
    background-color: rgba(23, 94, 150, 0.7); /* REPLACE_RGB:COLOR_1 */
    padding: 20px 60px;
    max-width: 555px;
    margin: 0;
    position: relative;
    top: 120px;
}
.caption h1 {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
}
.caption p:last-of-type {
    color: #eaeaea;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
}
/*----------------------------------Search Bar*/

.modal-content {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}
.modal-header {
    border-bottom: 1px solid #e5e5e5;
    background-color: #175e96; /* REPLACE:COLOR_1 */
    color: #fff;
    font-size: 16px;
}
.modal-header .close {
    color: #fff;
}
.modal-title {
    font-size: 16px;
}
#login {
    text-align: center;
}
#login input[type="text"] {
    padding: 5px 10px;
    /* margin-top: 6px; */
}
#login input[type="password"] {
    padding: 5px 10px;
    margin-top: 6px;
}
#login input[type="submit"] {
    margin-top: 10px;
    color: #fff;
    background-color: #175e96; /* REPLACE:COLOR_1 */
    padding: 5px 10px;
    border: 1px solid #175e96; /* REPLACE_COLOR:COLOR_1 */
}
#login form a {
    color: #1c8f68; /* REPLACE:COLOR_3 */
}
/*--------------------------------------------------------
                    Desktop Navigation
--------------------------------------------------------*/
.main-menu {
    position: relative;
    background-color: #fff; /* REPLACE_RGB:COLOR_1   old:rgba(23, 94, 150, 0.9) */
    margin-top: 10px;
    height: 70px;
    z-index: 102;
}
#nav_menu {
    margin-left: -30px;
    margin-right: -30px;
    position: relative;
    z-index: 4;
}
#nav_menu .nav-bar-wrapper {
    background-color: #175e96; /* REPLACE:COLOR_1 */
    margin-top: 10px;
    height: 70px;
}
#nav_menu .navbar-nav {
    width: 100%;
}
#nav_menu .navbar-nav>li a{
    /*color: #fff;*/
    line-height: 70px;
    padding-top: 0px;
    padding-bottom: 0px;
    transition: .5s;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
}
#nav_menu .navbar-nav>li a.home-link {
    min-width: 160px;
    text-align: center;
}
#nav_menu .navbar-nav>li>a:hover, #nav_menu .navbar-nav>li>a:focus {
    background-color: #1c8f68;
    color: #fff;
    outline: none;
}
#nav_menu .navbar-nav .open>a {
    background-color: #1c8f68;
    color: #fff;
}
#nav_menu .navbar-nav>li>a:active{
    background-color: #1c8f68;
}
#nav_menu .dropdown-menu {
    background-color: #1c8f68;
    border: none;
    border-bottom: 1px solid #C0D8F9;
    padding: 0;
}
#nav_menu .navbar-nav>li .dropdown-menu a {
    padding: 0px 15px;
    color: #fff;
    background-color: transparent;
    border-top: 1px solid #C0D8F9;
    line-height: 50px;
}
#nav_menu .navbar-nav>li .dropdown-menu a:hover, #nav_menu .navbar-nav>li .dropdown-menu a:focus {
    color: #fff;
    background-color: #14527F;
    transition: .3s;
}
@media (max-width: 992px) {
    .login-search {
        float: right;
        line-height: 70px;
        position: relative;
        z-index: 5;
    }
}
/*@media (min-width: 992px) {
    .login-search {
        float: right;
        line-height: 70px;
        margin-top: -70px;
        position: relative;
        z-index: 5;
    }
    .search-link {
        margin-right: -15px;
        float: right;
    }
}*/
#nav_menu .navbar-nav>li>a.member-login {
    /* color: #fff; REPLACE:COLOR_3    old:#1c8f68*/
}
.search-link {
    margin-top: 24px;
}
li a.search-link:hover, li a.search-link:focus {
    background: transparent !important;
}
#nav_menu .navbar-nav>li>a.search-link:hover, #nav_menu .navbar-nav>li>a.member-login:hover, #nav_menu .navbar-nav>li>a.member-login:focus {
    /*background-color: transparent;*/
}
.search-link img {
    max-width: 100%;
    height: auto;
    display: block;
}
/*--------------------------------------------------------
    INDEX / MAIN BODY
--------------------------------------------------------*/
.row_background_blue {
    color: #ffffff;
    background-color: #fff; /* REPLACE:COLOR_2   old:#175e96*/
    /*padding: 60px 0px;*/
}
/*----------------Slideshow----------*/
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
#slide-row{
    margin-bottom: 10px;
}
#slide-container {
    position: relative;
    z-index: -9;
    top: -255px;
    height: 560px;
}
#slide-container .carousel-inner .item img {
    width: 100%;
    max-height: 803px;
    object-fit: cover;
}
.carousel-control.left, .carousel-control.right, .carousel-control:hover{
    background-image: none;
    font-size: ;
    font-weight: ;
    z-index: 101;
    display: none;
}
.carousel-control{
    top: ;
    width: ;
}
.carousel-caption { 
    position: absolute;
    z-index: 100; 
    background-color: rgba(89, 89, 89, 0.7); /* REPLACE_RGB:COLOR_1   old:rgba(23, 94, 150, 0.7)*/
    padding: 25px 70px;
    left: 105px;
    bottom: 0px;
    right: 0px;
    float: left;
    top: 450px;
    width: 40%;
    height: 115px;
    text-align: left;
    text-shadow: none;
}
.carousel-caption p.caption-text{
    font-size: 40px;
    font-weight: 600;
    line-height: 33px;
    display: block;
    color: #ffffff;
    margin-bottom: 10px;
}
.carousel-caption p.alt-text{
    font-size: 15px;
    color: white;
    margin-bottom: 10px;
}
.carousel-caption a{
    font-weight: 700;
    background-color: #FFE519;
    max-width: 215px;
    display: none;
    border-bottom: 5px solid #E0AB03;
    border-radius: 3px;
    padding: 13px 30px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    margin: 0px auto;
    color: #333;
}
/*----------------End Slideshow------*/

/*---------- news_feed_pages function ----*/
div#news-button-container {
    margin: 10px 0px 0px 0px;
    text-align: right;
}
div#news-button-verbiage {
    margin-right: 10px;
    display: inline-block;
    color: #5DB2D7;
}
div#news-button-container:active{   
    margin: 9px 0px 0px -1px; /* keeps buttons from jumping around when pressed*/
}
div.news-button {
    display: inline-block;
    padding: 5px 10px;
    background-color: #5DB2D7;
    color: black;
    border: 1px solid black;
    border-radius:5px;
    margin: 0px;
}
div.nb-number:hover {
    opacity:0.7; /*buttons move toward backgound color when hovered over*/
    cursor: pointer;
}
div.nb-number:active {
    /* make buttons look like they are being pressed when clicked*/
    opacity:0.6;
    border-width:2px 0px 0px 2px; 
}
div.nb-selected {   
    /* style the selected button */
    opacity:0.5;
}
div#nb-ellipsis-left, div#nb-ellipsis-right {
    background-color: transparent;
    color: #5DB2D7;
    border: 0px;
    margin: 0px;
    padding: 5px;
    font-weight: bold;
}
/*---------- END: news_feed_pages ----*/

/*----------------------------------Primary-Content*/
#subpage {
    padding-top: 60px;
    padding-bottom: 60px;
}
.background-img {
    width: 100%;
}
.page-content {
    padding-top: 60px;
    color: #fff;
    position: relative;
    z-index: 2;
}
.primary-headline {
    /*background-color: #175e96;*/
    /*padding-top: 60px;*/
}
h2.headline-title {
    color: #1c8f68; /* REPLACE:COLOR_3 */
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
}
.primary-headline-image {
    padding-top: 10px;
}
.headline-article {
    color: #175e96;
    margin-top: 25px;
    /*padding-bottom: 60px;*/
}
.about-text {
    padding-left: 15px;
}
h3.recent-news-title, h3.upcoming-events-title {
    color: #1c8f68; /* REPLACE:COLOR_3 */
    font-weight: bold;
}
.news-content, .event-content {
    margin-top: 25px;
    border-left: 2.3px solid #175e96;
    padding-left: 18px;
}
.news-date, .event-date, .event-time {
    color: #000;
    font-size: 14px;
}
h4.news-title a, a.ev-title-link {
    color: #175e96; /* REPLACE:COLOR_1 */
}
.news-description, p.event-blurb {
    color: #3f3f3f;
    font-size: 16px;
    margin-top: 3px;
}
.recent-news-upcoming-events {
    background-color: #fff;
    /*padding-bottom: 60px;*/
}
.recent-news, .upcoming-events {
    /*padding-top: 60px;*/
}
.index-content .container {
    padding-top: 60px;
    padding-bottom: 60px;
}
/*--------------------------------------------------------
    CSS STYLE FOR INNER PAGES
--------------------------------------------------------*/
.subhead {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 20px;
}
.subhead hr {
    margin-top: 3px;
    border-top: 2px solid #1c8f68; /* REPLACE_COLOR:COLOR_3 */
}
/*--------------------------------------------------------
    FOOTER
--------------------------------------------------------*/
.facebook-icon:hover, .twitter-icon:hover, .linkedin-icon:hover, .googleplus-icon:hover {
    text-decoration: none;
}
.facebook-icon svg g .facebook-icon-1 {
    fill: #3b5999;
}
.twitter-icon svg g .twitter-icon-1 {
    fill: #2ca9e1;
}
.linkedin-icon svg g .linkedin-icon-1 {
    fill: #027bb6;
}
.googleplus-icon svg g .googleplus-icon-1 {
    fill: #dd4b38;
}
#footer-row {
    background-color: #fff; /* REPLACE:COLOR_1   old:#175e96*/
    color: #175e96;
    text-align: center;
    min-height: 100px;
    bottom: 0;
    /*position: absolute;*/
    margin-top: 30px;
    left: 0;
    width: 100%;
}
#footer-row a {
    color: #175e96;
    padding-top: 35px;
}
#footer-row p {
    padding-top: 5.5%;
    color: #175e96;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    padding-left: 1px;
    padding-right: 1px;
    text-align: left;
}
#footer-row a {
    color: #175e96;
}
.social-icons-wrapper a svg {
    width: 41px;
    height: 41px;
}
.social-icons-wrapper a span {
    display: inline-block;
    vertical-align: top;
    padding-top: 10px;
    padding-right: 10px;
}
.social-icons-wrapper a:last-child span {
    padding-right: 0px;
}
.social-icons-wrapper {
    text-align: right;
    padding-top: 6%;
    height: 100px;
}
.credits {
    margin-top: 20px;
}


/* Sub Pages */

.subpage {
    min-height: calc(100vh - 356px);
}


/*-----------------------------------Footer Menu*/

/*-------------------------------End-Footer Menu*/

/*--------------------------------------------------------
    MEDIA QUERY
--------------------------------------------------------*/
@media (min-width: 990px) and (max-width: 1199px) {
    .container {}
    #slide-container {
        height: 335px;
    }
    .carousel-caption {
        width: 50%;
        top: 405px;
    }
    .logo-img-wrap {
        width: 30%;
    }
    .logo-text-wrap {
        width: 65%;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    .container {}
    #slide-container {
        height: 181px;
        top: -281px;
    }
    .carousel-caption {
        width: 58%;
        top: 315px;
        padding: 25px 28px;
    }
    .carousel-indicators {
        display: none;
    }
}

@media (max-width: 767px) {
    .container {}
    .logo-img-wrap {
        margin-right: 0px;
    }
    #slide-container {
        height: inherit;
        top: 0;
    }
    .carousel-caption {
       /* width: 70%;
        top: 300px;*/
        display: none;
    }   
    .carousel-indicators {
        display: none;
    }
    .upcoming-events {
        padding-top: 50px;
    }
}

@media (max-width: 480px) { 
    .container {}
    #slide-container {
        height: inherit;
        top: 0;
    }
    .carousel-caption {
        display: none;
    }
    .carousel-indicators {
        display: none;
    }
    .upcoming-events {
        padding-top: 50px;
    }
}
/*------------------------------------------------------------------------------------
                            Dropdown Menus - full/collapsed
--------------------------------------------------------------------------------------*/

.dropdown-menu li{
    width: 100%;
}
/*----------------------------
    Mobile Menu
    
    --- INSTRUCTIONS ---
    For the most part, these mobile menu styles will be exactly like your regular navigation styles.
    There are a few things to watch out for however. I've marked specific items with two hash tags and caps,
    like ##ITEM. 
    
    ##TOP - There are three places where this exists, and each one should be the same as the other three.
            This item tells the mobile menu to start lower than the toggle button.
            
    ##DIRECTION - This item tells your mobile menu which direction to slide in from, and has a few
        different parts. Changing "left" to "top" in each ##DIRECTION would have the menu slide in from the top. Bottom is a bad choice here.
        ##DIRECTION-01 - slides in from the side you specify. This one is set negative as it is the starting position of the menu.
        ##DIRECTION-02 - sets the duration of the slide, and again which direction it slides from.
        ##DIRECTION-03 - sets the "open" position. This will be the zeroed out version of ##DIRECTION-01
    
    --------------------
------------------------------*/

/*---------------------------------------------
        Mobile Menu
---------------------------------------------*/
#mobileMenuWrapper #mobile-menu a {
    color: #175e96; /* REPLACE:COLOR_1 */
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    padding: 5px 5px;
}
#mobileMenuWrapper #mobile-menu a:hover {
    color: #fff;
    background-color: #175e96; /* REPLACE:COLOR_1 */
}

/*-------------------------------------toggle*/
button#mobile-toggle{
    width: 37px;
    height: 37px;
    display: none;
    position: absolute;
    right: 15px;
    bottom: 30px;
    border: 2px solid #002857;
    border-radius: 4px;
    padding: 8px 5px;
    background-color: white;
    box-shadow: 0px 1.5px 1px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}
@media (max-width: 990px) {
    button#mobile-toggle{
        display: inline-block;
    }
}
button#mobile-toggle svg *{
    fill: #002857;
}
/*--------------------------------end--toggle*/
#mobile-menu>li#triggerClose{
    display: inline;
    float: right;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    font-size: 22px;
    cursor: pointer;
}
#mobile-menu>li#mobile-logo{
    position: relative;
    left: -15px;
    top: -10px;
}
#mobile-menu>li#mobile-logo>a{
    display: inline;
    max-width: 80%;
}
#mobile-menu>li #q{
    width: 100%;
}
#mobile-menu>li>a{
    width: 174px;
    min-height: 32px;
    margin-bottom: 6px;
    border-radius: 3px;
    background-color: transparent;
    padding-left: 8px;
    padding-top: 10px;
    padding-right: 5px;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #5485A3;
    -webkit-transition: color .25s;
    transition: color .25s;
    text-decoration: none;
}
#mobileMenuWrapper {
    /*
    The menu wrapper is the div that surrounds the mobile menu.
    You'll want to make sure this has a background of some sort so the text shows up/doesn't appear over other text
    Setting bottom:0px; is needed to make a long menu scroll-able.
    
    
    
    /* REQUIRED */
    position: fixed;
    top:0px;
    bottom: 0px;        /* If having the menu slide in from the top or bottom, comment out this line */
    z-index: 200;
    overflow-y: auto;
    overflow-x: hidden;
    
    /* CHANGEABLE-ISH */
    left: -120%;            /* Change this to left, right, top, or bottom.  You'll also have to make a change in the open state */
    width: 300px;       /* The mobile menu works best with a pre-defined width. Percentages also work great here. */
    
    /* CHANGEABLE */
    background-color: white;
    border-right: 2px solid #014C8D;
    
    /* Transition - bump */
    transition: left .3s; /* ##DIRECTION-02 */
    -webkit-transition: all 300ms cubic-bezier(1.000, 0.010, 0.0, 1.000); /* older webkit */
    -webkit-transition: all 300ms cubic-bezier(1.000, 0.010, 0.0, 1.000); 
    -moz-transition: all 300ms cubic-bezier(1.000, 0.010, 0.0, 1.000); 
    -o-transition: all 300ms cubic-bezier(1.000, 0.010, 0.0, 1.000); 
    transition: all 300ms cubic-bezier(1.000, 0.010, 0.0, 1.000); 
}
#mobileMenuWrapper.open{
    left: 0px;      /* This is required.  If you changed the direction attribute above, change it here too. */
    bottom: 0px;    /* This line is here for bottom/top slide-ins.  See note on bottom above.*/
}

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

/* REQUIRED - Sets the ULs to not have dots, or be spaced in the typical UL fashion. */
#mobileMenuWrapper ul{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

/* OPTIONAL-ISH - These are the settings for the base menu UL */
#mobileMenuWrapper #mobile-menu{
    overflow: auto;
    padding: 15px 15px 15px 10px;
}
/* OPTIONAL-ISH - This sets each link on its own line fo' sho' */
/*#mobileMenuWrapper a, #mobileMenuWrapper div{
    display: block;
}*/

/* OPTIONAL - The actual A's. Style them as you wish*/
/* Top Level / all*/
#mobileMenuWrapper #mobile-menu a {
    display: inline-block;
    width: 100%;
}

/* dropdown only */
#mobileMenuWrapper .mDropdown a {
    padding: 8px;
    margin-bottom: 10px;
}
#mobileMenuWrapper .mDropdown a:hover, #mobileMenuWrapper .mDropdown a:focus {
    text-decoration: none;
}
#mobile-menu > li > ul {
    background-color: rgba(0,0,0,.04);
}
/*------------------------------------------------------------------------------------
                                @Media and Sizes
--------------------------------------------------------------------------------------*/
 /*------ Nav collapse @ Tablet size ------*/
 @media (max-width: 991px) {
    .navbar-header {
    float: none;
    }
    .navbar-toggle {
    display: block;
    }
    .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
    display: none!important;
    }
    .navbar-nav {
    float: none!important;
    margin: 7.5px -15px;
    }
    .navbar-nav>li {
    float: none;
    }
    .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
    display: block!important;
    }
    .collapsing {
    overflow: hidden!important;
    }
    /*.dropdown-menu {
        border: none;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }*/

}
@media (min-width: 768px) and (max-width: 990px) {

}
@media (max-width: 767px) {

}
@media (max-width: 480px) { 

}