/*--------------------------------------------------------
	FONT ASSIGNMENTS
--------------------------------------------------------*/

:root {
    --header-height: 144px;
    --footer-height: 156px;
    --blue: #1c4781;
    --blue-light: #265796;
}

body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #161616;
    line-height: normal;
}
p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #161616;
    
}
.container{
}

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

h1 {
    font-size: 30px;
    color: #17607D;
    font-weight: bold;
    padding-bottom: 20px;
}
h2 {
    font-size: 28px;
    color: #17607D;
    font-weight: bold;
    padding-bottom: 25px;
}
h2 {
    font-size: 24px;
    color: #17607D;
    font-weight: bold;
    padding-bottom: 25px;
}
h2 a {
    text-decoration: none;
    color: #043A6B;
}
h2 a:hover {
    text-decoration: none;
    color: #EE870C;
}
h3 { font-size: ; }
h4 { font-size: ; }

h1.title{
	margin-top: 15px;
}
/*--------------------------------------------------------
	LINKS
--------------------------------------------------------*/
a {
	color: ;
	font-family: 'Roboto', sans-serif;
}
a:hover, a:focus{
	color: ;
}


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

/*--------------------------------------------------------
						HEADER
--------------------------------------------------------*/


/* CSS STYLE FOR HEADER TOP*/

.header-top-wrapper {
    padding: 15px 0px;
    position: relative;
    background: #999999;
    min-height: 144px;
    height: auto;
}
#header-left-wrap {
    padding-top: 22px;
}
#header-left-wrap img {
    max-width: 210px;
    width: 100%;
}
#header-left-wrap a {
    text-decoration: none;
}
svg#logo-new {
    margin-top: 7px;
    display: block;
    max-width: 100%;
    height: auto;
}
@media (max-width: 450px){
    svg#logo-new {
        margin: 0px auto;
    }
}
#header-right-wrap {
    padding-top: 5px;
    text-align: right;
    padding-left: 0px !important;
}

.search-member-wrap {
    margin-bottom: 20px;
}
.social-media-wrap {
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px;
    margin-right: 10px;
}
.social-media-wrap a {
    text-decoration: none;
}
.social-media-wrap svg {
    width: 30px;
    height: 30px;
    margin-left: 10px;
}
.social-media-wrap a:hover svg#fb-icon .cls-1, .social-media-wrap a:hover svg#twitter-icon .cls-1,
.social-media-wrap a:hover svg#youtube-icon .cls-1, .social-media-wrap a:hover svg#linkedin-icon .cls-1 {
    fill: #D64700;
    stroke: none;
}


/* Search Bar */

#search-input {
    max-width: 165px;
    display: inline-block;
    margin-top: 0px;
    vertical-align: middle;
}
.search-main-wrap {
    display: inline-block;
    vertical-align: middle;
    margin-top: 20px;
}
.search-input {
    background: transparent;
    border: 2px solid #fff;
}
#search-input ::-webkit-input-placeholder {
   color: #17607D;
}

#search-input :-moz-placeholder { /* Firefox 18- */
   color: #17607D;  
}

#search-input ::-moz-placeholder {  /* Firefox 19+ */
   color: #17607D;  
}

#search-input :-ms-input-placeholder {  
   color: #17607D;  
}
.glyphicon-search:before {
    content: url("../images/search-icon.png");
}
#search-input input {
    border: 0px;
    box-shadow: none;
    height: 30px;
    color: #17607D;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    padding-left: 6px;
    padding-bottom: 8px;
}
#search-input button {
    background: #fff;
    box-shadow: none;
    border: 0;
    color: #fff;
    border-left: 0px;
    padding: 4px 5px;
    height: 30px;
    border-radius: 0px;
}
.input-group.search-input-wrap {
    background: #fff;
}



/*--------------------------------------------------------
					Desktop Navigation
--------------------------------------------------------*/

.navbar-nav>li a{
	color: ;
	font-family: ;
}
.navbar-nav>li>a:hover, .navbar-nav>li>a:focus {
}

/*--------------------------------------------------------
                    Mobile Navigation
--------------------------------------------------------*/


/*--------------------------------------------------------
	INDEX / MAIN BODY
--------------------------------------------------------*/






/*----------------Slideshow----------*/

#slide-container img {
    width: 100%;
}
.carousel-control {
    display: none;
}
.carousel-caption {
    position: absolute;
    z-index: 100;
    background: rgba(0, 0, 0, .5);
    padding: 45px 20px;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 32%;
    text-align: left;
    text-shadow: none;
}
.carousel-indicators {
    display: none;
}
.carousel-indicators li {
    width: 20px;
    height: 20px;
    background: #fff;
    border: 0px;
    margin: 0 auto;
    margin-left: 10px;
}
.carousel-indicators .active {
    background: #043A6B;
    width: 20px;
    height: 20px;
    margin-left: 10px;
}




@media (min-width: 990px) and (max-width: 1199px) {
    .carousel-caption{
        
    }
}
@media (max-width: 990px){
    .carousel-caption{
        
    }
    #slide-row .col-md-12{
        
    }
}
.carousel-caption p:first-of-type {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 30px;
}
.carousel-caption p:last-of-type {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    line-height: 24px;
    padding-bottom: 20px;
}
.carousel-caption a:hover {
    text-decoration: none;
}
a.caption-link {
    color: #fff;
    font-size: 18px;
    text-decoration: underline;
}


/*----------------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*/


/*--------------------------------------------------------
	CSS STYLE FOR HOME PAGE CONTENT
--------------------------------------------------------*/
.main-content {
    padding: 40px 0px;
}
.secondary-section-wrap {
    margin-top: 30px;
}


.quicklinks-wrap {
    margin-bottom: 40px;
}
.quicklinks-wrap ul {
    padding: 0;
    margin: 0;
}
.quicklinks-wrap li {
    list-style: none;
}
.quicklinks-wrap li a {
    color: #D64700;
    font-size: 19px;
    text-decoration: underline;
}
.quicklinks-wrap li a:hover {
    color: #17607D;
}


/* Events */

.events-wrap {
    margin-bottom: 40px;
}
.events-wrap h2 {
    padding-bottom: 15px;
    text-decoration: underline;
}
.events-wrap h2 a {
    font-size: 24px;
    color: #17607D;
    font-weight: bold;
    text-decoration: underline;
}
.events-wrap h2 a:hover {
    color: #D64700;
}
.event-item {
    padding: 10px 0px 0px;
}
.event-details-wrap {
    padding-left: 5px;
}
.event-date-wrap {
    width: 45px;
    background: #002A4A;
}
.event-date {
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    padding: 2px 0px 0px;
}
.event-month {
    background: #002A4A;
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding-bottom: 4px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    margin-top: -5px;
}
.event-date {
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 0px 0px;
    font-family: 'Open Sans', sans-serif;
    padding-top: 2px;
}
#event-container {
    padding-left: 0px;
}
a.ev-title-link {
    font-size: 21px;
    font-family: 'Roboto', sans-serif;
    color: #D64700;
    font-weight: bold;
    text-decoration: underline;
}
a.ev-title-link:hover {
    color: #17607D;
}
h3.event-title {
    margin: 0;
    padding-bottom: 5px;
    line-height: 22px;
}
p.day-and-time {
    color: #043A6B;
    font-style: italic;
    font-size: 18px;
}


/* See something */

.see-some-wrap {
    padding: 30px 0px;
}
.see-some-wrap p {
    padding: 5px 0px;
}
.see-some-wrap p strong{
    font-size: 18px;
}
p.green a {
    color: #72A436;
    text-decoration: none;
}
p.blue a {
    color: #2F86AC;
    text-decoration: none;
}


/*--------------------------------------------------------
	CSS STYLE FOR INNER PAGES
--------------------------------------------------------*/

div#subpage {
    padding: 40px 0px;
}

@media (max-width: 767px) {
    div#subpage {
        padding: 40px 15px;
    }
}

#subpage {
    min-height: calc(100vh - var(--header-height) - var(--footer-height))
}



/*--------------------------------------------------------------
                        Modal Log In
--------------------------------------------------------------*/
.modal{
    overflow-y: visible;
}
.modal-dialog{
    max-width: 250px;
    margin: 50px auto;
}
.modal-header{
    text-align: center;
}
.modal-body {
    padding: 15px 23px;
}
#login input{
    width: 200px;
    height: 30px;
    border-radius: 5px;
    margin: 0px auto;
    margin-bottom: 10px;
    border: 1px solid #999;
    padding: 3px;
}
#login input[type="submit"] {
    background: #002A4A;
    color: #fff;
    border: 1px solid #002A4A !important;
    border-radius: 0px !important;
    padding: 0px;
}
#login input[type="submit"]:hover {
    background: #FF9311;
    border: 1px solid #FF9311 !important;
    color: #fff;
}
#login a {
    margin-bottom: 10px;
    display: block;
    color: #D64700;
}
#login input:last-of-type{
    width: 100px;
    margin: none;
}
h6.modal-title {
    color: #002A4A;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
#login input {
    width: 200px !important;
    height: 30px;
    border-radius: 5px;
    margin: 0px auto;
    margin-bottom: 10px;
    border: 1px solid #999;
    padding: 3px;
}


/*--------------------------------------------------------
	FOOTER
--------------------------------------------------------*/

#footer-row {
    background: #002A4A;
    color: #fff;
    padding: 35px 0px 45px 0px;
}
.footer-wrapper p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #fff;
}
.footer-wrapper p a {
    color: #D64700;
    text-decoration: underline;
}
.footer-wrapper p a:hover { 
    color: #FF9311;
}
.footer-wrapper strong, .footer-wrapper a {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    color: #fff;
    font-size: 16px;
}


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

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

/*--------------------------------------------------------
	UTILITIES
--------------------------------------------------------*/

/*----------- MEDIA QUERY --------------------*/

@media (min-width: 1000px) {
	.container {}
}


@media (min-width: 990px) and (max-width: 1199px) {
	.container {}

    #header-right-wrap {
        padding-top: 38px;
        padding-left: 0px !important;
    }
    #mobile-menu-col {
        top: -3px !important;
        margin-left: 15px;
    }
    .event-details-wrap {
        padding-left: 10px;
    }
}

@media (max-width: 991px) {

}

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

    #header-right-wrap {
        padding-top: 38px;
        padding-left: 0px !important;
    }
    #mobile-menu-col {
        top: -3px !important;
        margin-left: 15px;
    }
    #event-container {
        padding-left: 15px;
    }
    .event-details-wrap {
        padding-left: 15px;
    }
}


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

    #header-left-wrap img {
        margin: 0 auto;
    }
    #header-right-wrap {
        padding-top: 25px;
        text-align: center;
        padding-left: 15px !important;
    }
    #mobile-menu-col {
        top: 3px !important;
        margin-left: 10px;
        float: none !important;
    }
    .quicklinks-wrap {
        margin-top: 30px;
    }

}


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

    #header-left-wrap img {
        margin: 0 auto;
    }
    #header-right-wrap {
        padding-top: 25px;
        text-align: center;
        padding-left: 15px !important;
    }
    #search-input {
        margin-top: 10px;
    }
    #mobile-menu-col {
        top: 7px !important;
        margin-left: 10px;
        float: none !important;
    }
    .quicklinks-wrap {
        margin-top: 30px;
    }
}

/* Safari Browser */

@media only screen and (-webkit-min-device-pixel-ratio: 1) {
     ::i-block-chrome, svg#main-logo {
    }
    ::i-block-chrome, svg#footer-logo {
    }
}

/* Internet Browser */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
    
}

/*--------------------------------------------------------
	MMS - EVENTS
--------------------------------------------------------*/
.evr-small-text{
	font-size: 12px !important;
}


/* admin menu */

@media (max-width: 767px) {
    .main-admin-navbar .navbar-nav .open .dropdown-menu>li>a {
        color: white;
    }

    .main-admin-navbar .dropdown-menu>li>a:is(:hover, :focus) {
        background-color: var(--blue-light);
    }
}

.main-admin-navbar .nav>li>a:focus, .main-admin-navbar .nav>li>a:hover {
    background-color: var(--blue-light); 
    color: white !important;
}

.main-admin-navbar .nav .open>a, .main-admin-navbar .nav .open>a:focus, .main-admin-navbar .nav .open>a:hover {
    background-color: var(--blue-light);    
}

/* members menu */

@media (max-width: 767px) {
    #member_menu_wrap_5 .navbar-nav .open .dropdown-menu>li>a {
        color: white;
    }

    #member_menu_wrap_5 .dropdown-menu>li>a:is(:hover, :focus) {
        background-color: var(--blue-light);
    }
}

#member_menu_wrap_5 .navbar {
    background-color: var(--blue); 
}

#member_menu_wrap_5 .navbar-default .navbar-nav>li>a {
    color: white !important;
}

#member_menu_wrap_5 .nav>li>a:focus, #member_menu_wrap_5 .nav>li>a:hover {
    background-color: var(--blue-light); 
}

#member_menu_wrap_5 .nav .open>a, #member_menu_wrap_5 .nav .open>a:focus, #member_menu_wrap_5 .nav .open>a:hover {
    background-color: var(--blue-light);    
}
