/*--------------------------------------------------------
	FONT ASSIGNMENTS
--------------------------------------------------------*/
body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
}
p {
}
.container{
}

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

h1 { 
	font-size: ;
	color:;
}
h2 { font-size: ; }
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;
}

input {
	font-family: 'Roboto', sans-serif;
}

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

#main-header {
    padding: 10px 0px;
}
#logo-wrap {
    margin-top: 15px;
}
#logo-wrap img, #logo-wrap .logo-text {
    display: inline-block;
    vertical-align: middle;
}
#logo-wrap img:hover, #logo-wrap .logo-text:hover, #logo-wrap a:hover {
    background: transparent;
	color: transparent;
	text-decoration: none !important;
}
.logo-text h1 {
    font-size: 23px;
    color: #000;
    font-weight: 300;
    border-top: 5px solid #0072BC;
    border-bottom: 5px solid #8DD8F8;
    padding: 8px 0px;
}
#top-right {
    text-align: right;
    padding-top: 65px;
}
.top-socialmedia-section svg {
    display: inline-block;
    margin-left: 8px;
    height: 40px;
    width: 40px;
    vertical-align: middle;
}
.top-socialmedia-section a, .top-socialmedia-section a:hover {
	background: transparent;
	color: transparent;
	text-decoration: none !important;
}
.top-socialmedia-section {
    display: inline-block;
}
#mobile-menu-col {
    display: inline-block;
}

/*----------------------------------Search Bar*/

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

#nav-wrap {
    height: 50px;
}
.navbar-nav>li a {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 18px;
    background: transparent;
}
.nav>li>a:hover, .nav>li>a:focus {
	background-color: transparent;
	border-bottom: 3px solid #0072BC;
	padding-bottom: 5px;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background: transparent;
}
.nav>li.active>a, .navbar-nav>li.active>a {
	border-bottom: 3px solid #0072BC;
}
.caret {
    color: #0072BC;
    margin-left: 5px;
}

.mobile-login a, .mobile-login svg {
    display: inline-block;
    vertical-align: middle;
}
svg#mem-log-icon {
    width: 24px;
    height: 20px;
    padding-left: 5px;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	background: #0072BC;
	color: #fff;
}
.navbar-nav>li>.dropdown-menu {
    background: rgba(255,255,255,0.8);
}
.dropdown-menu>li>a {
    padding: 10px 20px;
}

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



/* Home Slideshow */ 

.slider-section {
    background: #CECECE;
    margin-top: 15px;
}
.slider-section img {
    width: 100%;
}
.slider-section .carousel-control {
    font-size: 30px;
    color: #0072BC;
    text-shadow: none;
    opacity: 1;
    width: 10%;
}
.slider-section .carousel-caption { 
	position: absolute;
	z-index: 100; 
	background-color: #002857;
	background : rgba(0,114,188,.9);
	padding: 10px 25px;
	left: auto;
	bottom: 0%;
	top: 0px;
	width: 25%;
	text-align: left;
	text-shadow: none;
	right: 7.5%;
}
#slider-wrap .carousel-caption p:last-of-type {
    font-size: 24px;
    color: white;
    font-weight: bold;
    padding: 75px 0px;
}
#slider-wrap .carousel-indicators .active {
    width: 13px;
    height: 13px;
    margin: 0;
    background-color: #2980b9;
    border: #2980b9;
    margin-left: 8px;
}
#slider-wrap .carousel-indicators li {
    width: 13px;
    height: 13px;
    background-color: #fff;
    border: #fff;
    margin-left: 8px;
}
#slider-wrap .carousel-indicators {
    bottom: 0px;
}


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

.carousel-control.left, .carousel-control.right, .carousel-control:hover{
	background-image: none;
	font-size: ;
	font-weight: ;
	z-index: 101;
}
.carousel-control{
	top: ;
	width: ;
}
.carousel-caption { 
	position: absolute;
	z-index: 100; 
	background-color: #002857;
	background : rgba(0,114,188,.9);
	padding: 10px 25px;
	left: auto;
	bottom: 0%;
	top: 0px;
	width: 25%;
	text-align: left;
	text-shadow: none;
	right: 7.5%;
}
@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: 28px;
	font-weight: 600;
	line-height: 33px;
	padding-bottom: 10px;
	display: block;
	color: #fff;
	margin-bottom: 10px;
}
.carousel-caption p:last-of-type {
    font-size: 22px;
    color: #fff;
    font-weight: 300;
    padding: 35px 0px;
    line-height: 36px;
}
.carousel-caption a {
    font-weight: normal;
    background-color: #D7161F;
    max-width: 215px;
    border-radius: 6px;
    padding: 13px 28px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin: 0px auto;
    color: #fff;
    font-size: 22px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background: transparent;
    border: 1px solid #0072BC;
    margin-left: 8px;
}
.carousel-indicators li {
    width: 12px;
    height: 12px;
    background: #0072BC;
    border: #fff;
    margin-left: 8px;
}
.carousel-indicators {
    bottom: 0px;
    display: none;
}

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

.main-content {
    padding: 20px 0px;
}
.main-content h1 {
    color: #000;
    font-size: 28px;
    font-weight: bold;
    border-bottom: 3px solid #D7161F;
    padding-bottom: 3px;
    margin-bottom: 10px;
}
.main-content h2 {
    color: #000;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 3px solid #D7161F;
    padding-bottom: 5px;
}

.event-item {
    border-bottom: 2px solid #CECECE;
    margin-left: 20px;
}
.events-wrap .event-title a {
    color: #000;
    font-size: 18px;
}
h3.event-title {
    padding-left: 20px;
}
span.event-date {
    color: #91979B;
    font-size: 16px;
}
p.event-blurb {
    color: #333333;
    font-size: 16px;
}
p.event-blurb:after {
    border-bottom: 2px solid #CECECE;
}
span.event-date, p.event-blurb {
    padding-left: 20px;
}
.events-wrap .event-title:before {
    content: "";
    cursor: pointer;
    background: #0072BC;
    border: none;
    border-radius: 0px;
    display: block;
    height: 12px;
    width: 12px;
    left: -1em;
    top: 0.8em;
    position: relative;
}

.sponsor-wrap .carousel-control {
    font-size: 30px;
    color: #0072BC;
    text-shadow: none;
    opacity: 1;
}
.sponsor-wrap h2 {
    margin-bottom: 20px;
}
.news-wrap h1 {
    margin-bottom: 15px;
}
.news-image img {
    min-width: 205px;
    min-height: 145px;
}
.news-details {
    padding-left: 0px;
}
.news-item {
    background: #E9EAEB;
    padding: 10px 12px;
    margin-bottom: 20px;
}
a.news-title-link {
    color: #000;
    font-size: 20px;
}
.news-date {
    color: #91979B;
}
.news-readmore {
    padding-top: 5px;
}
.news-readmore a {
    color: #A33329;
}


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

/*--------------------------------------------------------------
						Modal Log In
--------------------------------------------------------------*/
.modal{
	overflow-y: visible;
}
.modal-dialog{
	max-width: 250px;
	margin: 50px auto;
}
.modal-header{
	text-align: center;
}
#login input{
	width: 200px;
	height: 30px;
	border-radius: 5px;
	margin: 0px auto;
	margin-bottom: 10px;
	border: 1px solid #999;
	padding: 3px;
}
#login a{
	margin-top: -5px;
	margin-bottom: 10px;
	display: block;
}
#login input:last-of-type{
	width: 100px;
	margin: none;
}
h6.modal-title {
    color: #333;
    font-size: 18px;
    font-weight: 700;
}
#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 {
    padding: 20px 0px;
}
#footer-inner-wrap {
    border-top: 3px solid #D7161F;
    padding-top: 10px;
}
svg#footer-email-icon {
    display: inline-block;
    width: 44px;
    height: 25px;
}
.mail-txt {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    font-size: 16px;
}
.mail-txt span {
    font-size: 18px;
}
#footer-row p, #footer-row a {
    color: #000;
    font-size: 20px;
    padding-top: 40px;
}
svg#mobile-icon {
	display: inline-block;
    width: 16px;
    height: 25px;
    vertical-align: middle;
}
.phone-txt {
    display: inline-block;
    padding-left: 10px;
    vertical-align: middle;
    padding-top: 5px;
}
.phone-txt a {
    font-size: 16px !important;
}
#footer-social-media {
    text-align: right;
}
#footer-social-media svg {
    display: inline-block;
    margin-left: 8px;
    height: 40px;
    width: 40px;
    vertical-align: middle;
}
#footer-social-media a, #footer-social-media a:hover, #footer-social-media .open>a {
	background: transparent;
	color: transparent;
	text-decoration: none !important;
}


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

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

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


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

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


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

	.carousel-caption p:last-of-type {
	    padding-top: 0px;
	    padding-bottom: 10px;
	    font-size: 18px;
	}
	.carousel-caption a {
	    padding: 13px 18px;
	    font-size: 18px;
	}
	.news-details {
	    padding-left: 35px;
	}
	.mail-txt {
	    font-size: 14px;
	}
	.mail-txt span {
	    font-size: 16px;
	}
	#footer-social-media svg {
	    width: 35px;
	    height: 35px;
	    margin-left: 5px;
	}
}

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

}

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

    #search-input {
	    width: 35%;
	}
	.logo-text h1 {
	    font-size: 20px;
	}
	.slider-section .carousel-caption {
		width: 30%;
		padding: 10px 15px;
	}
	.carousel-caption p:last-of-type {
	    font-size: 16px;
	    line-height: 28px;
	    padding-bottom: 20px;
	    padding-top: 0px;
	}
	.carousel-caption a {
		font-size: 16px;
	}
	.news-details {
	    padding-left: 15px;
    	padding-top: 15px;
	}
	#footer-social-media {
	    text-align: center;
	    margin-top: 30px;
	}	
}


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

    #search-input {
		width: 80%;
	    margin-left: 0px;
	}
	#top-right {
	    text-align: left;
	    padding-top: 25px;
	}
	.slider-section .carousel-caption {
	    display: none;
	}
	.news-details {
	    padding-left: 15px;
	    padding-top: 15px;
	}
	#phone-wrapper {
	    padding-top: 20px;
	}
	#footer-social-media {
	    text-align: center;
	    margin-top: 30px;
	}
}


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

	#search-input {
		width: 100%;
	    margin-left: 0px;
	}
	#main-header {
	    padding-bottom: 5px;
	}
	#top-right {
	    text-align: left;
	    padding-top: 25px;
	}
	.slider-section .carousel-caption {
	    display: none;
	}
	.news-details {
	    padding-left: 15px;
	    padding-top: 15px;
	}
	svg#footer-email-icon {
	    width: 15%;
	}
	.mail-txt {
	    width: 80%;
	}
	#phone-wrapper {
	    padding-top: 20px;
	}
	#footer-social-media {
	    text-align: center;
	    margin-top: 30px;
	}
}


/* Safari Browser */

@media only screen and (-webkit-min-device-pixel-ratio: 1) {
     ::i-block-chrome, .carousel-caption a {
        padding: 13px 27px;
    }
}
