// VALUE:COLOR_2:
// VALUE:COLOR_1:
/*--------------------------------------------------------
	FONT ASSIGNMENTS
--------------------------------------------------------*/
body {
    font-family: 'Arimo', sans-serif;
	font-size: 16px;
    color: #333333;
}
p {
    font-family: 'Arimo', sans-serif;
	font-size: 16px;
    color: #333333;
}
.container {

}

/*--------------------------------------------------------
	H1 - H6
--------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-family: 'Arimo', sans-serif;
    padding-bottom: 20px;
	font-weight: 700;
}

h1 { 
	font-size: 30px;
	color: #212121;
}
h2 {
    font-size: 28px;
    color: #4D4D4D;
}
h3 {
    font-size: 24px;
    color: #D32F2F;
    padding-bottom: 5px;
}
h3 a {
    font-size: 24px;
    color: #D32F2F;
}
h3:hover, h3 a:hover {
    color: #B71C1C;
    text-decoration: none;
}
h4 {
    font-size: 18px;
    color: #666666;
    padding-bottom: 10px;
}
h5 { font-size: 17px; }
h6 { font-size: 16px; }

h1.title {
}
/*--------------------------------------------------------
	LINKS
--------------------------------------------------------*/
a {
	color: #D32F2F;
}
a:hover, a:focus {
	color: #B71C1C;
	-webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
a:is(:hover, :focus) {
    outline: 0px;
}

a:focus-visible {
    outline: 2px solid #386890; /*hex color can be replaced here with org color or link color*/
}

/*--------------------------------------------------------
	IMAGES, Objects
--------------------------------------------------------*/
img {
	border: 0px;
}
/* rows and columns margin inside grid+ */
#gm-canvas .row, #gm-canvas .column {
    margin-top: 1em;
    margin-bottom: 1em;
}

.embed-wrapper { display: contents; }

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

.header-wrap {
    padding: 20px 0px;
}
.logo-wrapper {
    padding: 10px 0px;
}
.logo-wrapper a:hover, .logo-wrapper a:focus {
    text-decoration: none;
}
.logo-wrapper svg {
    max-width: 320px;
}
.social-search-wrap {
    text-align: right;
}

.social-media-links-login-wrapper {
    background-color: #386890;
    padding: 6px 0;
    text-align: right;
}
.social-media-links-wrapper {
    display: inline-block;
    vertical-align: middle;
    margin-top: 12px;
}
.social-media-links-wrapper p {
    display: inline-block;
    vertical-align: middle;
    color: #757575;
    font-size: 15px;
    margin-right: 15px;
    font-family: 'Nunito', sans-serif;
}
.social-media-links-wrapper svg {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 2px;
}

.search-wrapper {
    display: inline-block;
    vertical-align: middle;
    margin-left: 17px;
}

/*--------- Search Bar --------*/
.search-socialMedia-wrap {
    margin-top: 17px;
    display: block;
}
input.search-input {
    height: 30px;
    border: none;
    padding: 1px 0 1px 8px;
    font-size: 15px;
    background: #fff;
    color: #757575;
    -webkit-box-shadow: inset 0 1px 1px transparent);
    box-shadow: inset 0 1px 1px transparent;
}
input.search-input:focus {
    border-color: #178DE5;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.search-input-wrap input::-webkit-input-placeholder { color: #686868; }
.search-input-wrap input:-moz-placeholder { color: #686868; }
.search-input-wrap input::-moz-placeholder { color: #686868; }
.search-input-wrap input:-ms-input-placeholder { color: #686868; }

.search-input-wrap {
    border: 1px solid #274864;
    width: 185px;
    max-width: 100%;
    border-radius: 3px;
}
.search-input-wrap button {
    height: 30px;
    border: none;
    padding: 4px 7px;
    background: #fff;   
    -webkit-box-shadow: inset 0 1px 1px transparent);
    box-shadow: inset 0 1px 1px transparent;
}
.search-input-wrap button:hover, .search-input-wrap button:focus, .search-input-wrap button:active, .search-input-wrap button:active:focus {
	background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}	
.glyphicon-search:before {
    content: url(../images/search_icon.png);
}


/*----------------Social Media Links----------*/
.social-media-links-wrapper a:hover {
    text-decoration: none;
}
.social-media-links-wrapper a:hover svg .cls-fb-icon1, .social-media-links-wrapper a:hover svg .cls-twitter-icon1,
.social-media-links-wrapper a:hover svg .cls-linkedin-icon1 {
    fill: #fff;
    -webkit--webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
/*------------------------------------*/


/*--------- Login modal --------*/
.modal-content {
    border-radius: 4px;
}
.login-modal .modal-dialog {
    max-width: 280px;
    margin: 20px auto;
}
.modal-header {
    background: #386890;
    color: #fff;
    text-align: center;    
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.login-modal .close {
    color: #9BB3C7;
    text-shadow: none;;
    opacity: .8;
}
.login-modal .close:hover, .login-modal .close:focus {
    color: #fff;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.login-modal .modal-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0;
}
.modal-title, .modal-body {
    font-size: 16px;
    text-align: center;
}
.login-modal {
    font-size: 16px;
}
.login-modal input {
    padding: 5px 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid #E1E1E1;
    width: 200px;
}
.login-modal input:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #386890;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#login a {
    text-decoration: underline;
    color: #D32F2F;
    font-weight: 400;
}
#login a:hover, #login a:focus {
    color: #B71C1C;
    text-decoration: none;
}
.login-modal input[type="submit"] {
    background-color: #D32F2F;
    color: #fff;
    border: 2px solid #D32F2F;
    border-radius: 3px;
    padding: 4px 8px 4px;
    margin-top: 10px;
}
.login-modal input[type="submit"]:hover, #login input[type="submit"]:focus {
    background-color: #B71C1C;
    border: 2px solid #B71C1C;
    color: #fff;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

/*---------------------------------------------*/

/*--------------------------------------------------------
	INDEX / MAIN BODY
--------------------------------------------------------*/
/*----------------Slideshow----------*/
#slide-row{
	margin-bottom: 10px;
}
.carousel-control {
    background-image: none;
    top: 0px;
    bottom: auto;
    width: 34px;
    height: 34px;
    margin: auto;
    opacity: 1;
}
.carousel-control:hover .cls-next-icon-1, .carousel-control:focus .cls-next-icon-1, .carousel-control:hover .cls-prev-icon-1, .carousel-control:focus .cls-prev-icon-1 {
    opacity: 1;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.carousel-indicators {
    display: none;
    margin-bottom: -17px;
    margin-left: 0;
    text-align: left;
    padding-left: 16px;
    left: 50px;
    bottom: 40%;
    right: auto;
    top: auto;
    z-index: 101;
}
.carousel-indicators li, .carousel-indicators li.active {
    margin: 0 3px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #fff;
}
.carousel-indicators li.active {
    background-color: #D32F2F;
    border: 2px solid #D32F2F;
}
.caption-btn {
    margin: 2px 0 15px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background-color: #D32F2F;
    color: #fff;
    padding: 4px 15px;
    border: 2px solid #D32F2F;
    border-radius: 2px;
    font-family: 'Arimo', sans-serif;
    font-weight: 700;
    font-size: 15px;
    display: inline-block;
    text-transform: uppercase;
}
.caption-btn:hover, .caption-btn:focus {
	color: #fff;
    background-color: #B71C1C;
    text-decoration: none;
    border-color: #B71C1C;
}
.carousel-caption { 
    position: absolute;
    z-index: 100;
    background-color: rgba(56, 104, 144, 0.8);
    background: rgba(56, 104, 144, 0.8);
    padding: 15px 30px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    top: auto;
    margin: auto;
    width: 100%;
    text-align: left;
    text-shadow: none;
}
@media (max-width: 600px){
	.carousel-caption{
		padding: 0px 10px;
	}

}
a .caption-text {
    text-decoration: underline;
}
.caption-text {
    font-size: 20px;
    font-weight: bold;
    font-family: 'Arimo', sans-serif;
    display: block;
    color: #FFFFFF;
    margin-bottom: 5px;
    text-decoration: underline;
}
a .alt-text {
    text-decoration: none;
}
.alt-text {
    font-size: 18px;
    font-style: normal;
    color: #fff;
    margin-bottom: 5px;
    line-height: 20px;
    font-family: 'Nunito', sans-serif;
}

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



/*---------- Events ----------*/
.event-content {
    background-color: #fff;
    border: 1px solid #E0E0E0;
    border-radius: 3px;
    margin-top: 30px;
}
.event-date {
    background-color: #386890;
    color: #fff;
    padding: 6px 15px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.event-details-wrap {
    padding: 15px 15px;
    color: #4D4D4D;
}
.event-location, .event-blurb {
    color: #4D4D4D;
}
.event-title .ev-title-link {
    color: #666666;
    font-family: 'Arimo', sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
}
.event-title .ev-title-link:hover, .event-title .ev-title-link:focus {
	color: #B71C1C;
	text-decoration: none;
	-webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.event-details-wrap a.more-info-link {
    display: inline-block;
    font-weight: 700;
    font-family: 'Arimo', sans-serif;
    font-size: 13px;
    padding: 6px 15px 4px;
    border: 2px solid #D32F2F;
    border-radius: 2px;
    position: absolute;
    bottom: 15px;
}
.event-details-wrap a.more-info-link:hover, .event-details-wrap a.more-info-link:focus {
	text-decoration: none;
	background-color: #B71C1C;
	border-color: #B71C1C;
	color: #fff;
	-webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
/*---------- END: Events ----------*/

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

/* Custom Style for News Feed Section */
.news-item {
    margin-bottom: 25px;
}
/*.homepage-wrapper .news-item:nth-last-of-type(3), .homepage-wrapper .news-item:nth-last-of-type(2) {
    margin-bottom: 0;
}*/
.homepage-wrapper .news-item:nth-last-of-type(2) {
    margin-bottom: 0;
}
.news-content {
    border: 1px solid #E0E0E0;
    background-color: #FCFCFC;
    border-radius: 2px;
    padding: 15px 15px 60px;
}
.news-content h4 {
    padding-bottom: 10px;
    line-height: 24px;
}
.news-content h4 a {
    color: #212121;
}
.news-content h4 a:hover, .news-content h4 a:focus {
	color: #B71C1C;
	text-decoration: none;
	-webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.news-content hr {
    position: absolute;
    bottom: 35px;
    margin: 0 0 10px;
    width: calc(100% - 60px);
    border-top: .5px solid #E0E0E0;
}
.news-content .date {
    border-radius: 2px;
    position: absolute;
    bottom: 15px;
}

/*---------- END: news_feed_pages ----*/

/*----------Primary-Content-----------*/

#index-content-wrap {
    padding: 40px 0px;
}

.sponsors-slideshow-wrapper .carousel-indicators, .sponsors-slideshow-wrapper .carousel-control {
	display: none;
}
.sponsors-slideshow-wrapper .carousel-inner .item {
    margin: 0 auto;
    text-align: center;
}


/* Membership Section */
#membership-wrap ul {
    padding-left: 20px;
}
#membership-wrap #member-feed-wrapper {
    background-color: #fff;
    border: 1px solid #E0E0E0;
    border-radius: 3px;
    height: 250px;
    overflow: hidden;
}
#membership-wrap #member-feed-wrapper:before {
    /*Label for this section added as a pseudo element because it's an iframe and not easily messed with*/
    background-color: #386890;
    color: #fff;
    padding: 6px 15px;
    content: "New Members";
    height: auto;
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
#membership-wrap iframe {
    margin-left: 10px;
    margin-right: 10px;
}
/* Twitter Feed border and border-radius style */
#twitter-widget-0 {
    border: 1px solid #E0E0E0 !important;
    border-radius: 3px;
    background-color: #fff;
    max-width: 500px !important;
    margin: auto;
    display: block !important;
}
.btn-cls {
    margin: 30px auto 0px;
    text-align: center;
}
.btn-cls a {
    background-color: #D32F2F;
    color: #fff;
    padding: 5px 20px;
    border: 2px solid #D32F2F;
    border-radius: 3px;
    font-family: 'Arimo', sans-serif;
    font-size: 15px;
    display: inline-block;
    width: 230px;
    max-width: 100%;
    text-align: center;
}
.btn-cls a:hover, .btn-cls a:focus {
	text-decoration: none;
	background-color: #B71C1C;
	border-color: #B71C1C;
	-webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}




/* Sponsors Slideshow in the footer */
.sponsors-slideshow-wrapper .carousel {
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
}

.sponsors-slideshow-wrapper img {
    margin: auto;
    max-width: 100%;
}
/*--------------------------------------------------------
	CSS STYLE FOR INNER PAGES
--------------------------------------------------------*/
#subpage {
    min-height: calc(100vh - 329px);
}
.subpage {
    display: block;
    float: none;
    padding: 30px 15px 40px;
}
.subhead-title {
    padding: 20px 15px 10px;
    font-size: 28px;
    color: #386890;
    font-weight: 700;
    font-family: 'Arimo', sans-serif;
}
/*--------------------------------------------------------
	FOOTER
--------------------------------------------------------*/
footer {
    background-color: #274864;
    color: #fff;
}
footer a {
    color: #9BB3C7;
}
footer a:hover, footer a:focus {
    color: #fff;
    text-decoration: none;
}
.footer-content-wrapper {
    padding: 37px 0 32px 0;
}
.footer-content-wrapper a {
    text-decoration: underline;
    color: #333333;
}
.footer-content-wrapper a:hover {
    color: #B71C1C;
    text-decoration: none;
}
.connect-with-us-wrapper h3 {
    font-weight: 700;
}
footer .social-media-links-wrapper {
    float: none;
}
.footer-copyright-credit-wrapper {
    padding: 12px 0 2px;
}
.footer-copyright-credit-wrapper a {
    font-weight: 700;
}
.footer-credit-wrapper {
	text-align: right;
}
/*-----------------------------------Footer Menu*/

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

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

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


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

}


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

    #mobile-menu-col {
        margin-top: -15px;
    }


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

}

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

    .header-wrap {
        padding: 15px 0px;
    }
    .social-media-links-wrapper p {
        font-size: 12px;
        font-weight: bold;
        margin-right: 8px;
    }
    .search-wrapper {
        margin-left: 8px;
    }
    .search-input-wrap {
        max-width: 165px;
    }
        ::i-block-chrome, .search-input-wrap {
            width: 155px;
        }
    .nav-main-wrapper {
        margin-top: 0px;
    }
    #mobile-menu-col {
        margin-top: -15px;
    }

}


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

    .nav-main-wrapper {
        margin-top: 0px;
    }
    .mobile-search-wrap .search-input-wrap {
        width: 100%;
    }
    li.mobile-search-wrap {
        margin-top: 35px;
        margin-bottom: 10px;
        padding-left: 8px;
    }
    .carousel-caption {
        padding: 12px 15px 20px;
        position: relative;
        left: 0;
        width: 100%;
        background: rgba(56, 104, 144, .8);
    }
    #membership-wrap, #newstweet-wrap {
        margin: 30px 0px;
    }
    .footer-content-wrapper .text-right {
        text-align: left;
    }

}

@media (max-width: 480px) {
    .container {}
    .header-wrap .col-xs-7 {
        padding-right: 0px;
    }
    .social-media-links-wrapper svg, svg#burger-menu {
        width: 27px;
        height: 27px;
    }
    .nav-main-wrapper {
        margin-top: 0px;
    }
    .mobile-search-wrap .search-input-wrap {
        width: 100%;
    }
    li.mobile-search-wrap {
        margin-top: 35px;
        margin-bottom: 10px;
        padding-left: 8px;
        padding-right: 8px;
    }
    .carousel-caption {
        padding: 12px 15px 20px;
        position: relative;
        left: 0;
        width: 100%;
        background: rgba(56, 104, 144, .8);
    }
    #membership-wrap, #newstweet-wrap {
        margin: 30px 0px;
    }
    .footer-content-wrapper .text-right {
        text-align: left;
    }

}


/* Safari Browser */

@media only screen and (-webkit-min-device-pixel-ratio: 1) {
     ::i-block-chrome, .logo-wrapper svg {
        height: 86px;
    }
    ::i-block-chrome, .navbar-custom-wrapper ul li a {
    padding-left: 10px !important;
    padding-right: 10px !important;
    }
}


/* Internet Browser */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
    .header-wrap {
        padding: 0px;
    }
    .social-search-wrap {
        margin-top: 35px;
    }
}



