/*--------------------------------------------------------
	FONT ASSIGNMENTS
--------------------------------------------------------*/
body {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 16px;
    line-height: 21.2px;
	color: #353433;
}
body #mheader_5_wrapper {
	font-size: 16px;
}
p {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 16px;
    line-height: 21.2px;
}
.container {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 16px;
    line-height: 21.2px;
}

/*--------------------------------------------------------
	H1 - H6
--------------------------------------------------------*/
h1, h2, h3, h4 {
	margin: 0 0 30px 0;
	padding: 0px;
	font-family: 'Barlow', sans-serif;
    color: #212E4E;
    font-weight: 700;
}

h1, #mheader_5_wrapper .container h1 { 
	font-size: 30px;
	color: #212E4E;
    font-weight: 700;
}
h2 { font-size: 26px; }
h3 { font-size: 22px; }
h4 { font-size: 18px; }

h1.title {
}
/*--------------------------------------------------------
	LINKS
--------------------------------------------------------*/
a {
	color: #640018;
}
a:hover, a:focus{
	color: #890027;
    transition: .3s;
}


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

/*--------------------------------------------------------
						HEADER
--------------------------------------------------------*/
.header-wrapper {
    background-color: #012A58;
    padding: 30px 0;
}
/*----------------------------------Search Bar*/

/*--------------------------------------------------------
					Desktop Navigation & Login Form
--------------------------------------------------------*/

.navbar-nav>li a{
	color: ;
	font-family: ;
}
.nav>li>a:hover, .nav>li>a:focus {
	background-color: transparent;
}
.login-nav-wrapper {
    text-align: right;
    margin-top: 15px;
}
.login-nav-wrapper input::-webkit-input-placeholder { color: #333333; }
.login-nav-wrapperinput:-moz-placeholder { color: #333333; }
.login-nav-wrapper input::-moz-placeholder { color: #333333; }
.login-nav-wrapper input:-ms-input-placeholder { color: #333333; }
#login input {
    /*height: 38px;*/
    margin-left: 8px;
    border: none;
    font-size: 15px;
    font-family: 'Nunito Sans', sans-serif;
}
#login input[type="text"] {
    /*background-image: url(../images/username_icon.svg) !important;*/
    background-color: #fff;
    background-repeat: no-repeat;
    padding: 8px 10px 8px 35px;
    background-position: 10px 10px;
    max-width: 180px;
}
#login input[type="password"] {
    /*background-image: url(../images/password_icon.svg) !important;*/
    background-color: #fff;
    background-repeat: no-repeat;
    padding: 8px 10px 8px 35px;
    background-position: 10px 10px;
    max-width: 180px;
}
#login input[type="submit"] {
    background-color: #640018;
    border: 1px solid #640018;
    color: #fff;
    padding: 8px 25px;
    font-weight: 600;
    font-size: 15px;
    font-family: 'Nunito Sans', sans-serif;
}
#mobile-menu #login {
    margin-top: 2px;
    margin-bottom: 10px;
    display: none;
}
#mobile-menu .modal-header {
    display: none;
}
#mobile-menu #login input {
    margin-top: -10px;
    display: inline-block;
}
#mobile-menu #login input[type="submit"] {
    margin-top: 10px;
}
#mobile-menu #login form img {
    display: inline-block;
    margin-right: -14px;
    margin-bottom: -41px;
    margin-top: 0px;
    z-index: 999;
    position: relative;
}
#login form img {
    margin-right: -33px;
    margin-left: 20px;
    margin-top: -5px;
    z-index: 999;
    position: relative;
}
@-moz-document url-prefix() {
    #login form img  {
        position:absolute;
        margin-top: 15px;
    }
}
#mobile-menu #login input[type="text"], #mobile-menu #login input[type="password"] {
    width: calc(100% - 10px);
    max-width: 100%;
    margin-right: 8px;
}
#mobile-menu #login a {
    margin-left: 7px;
    margin-top: 6px;
}
#nav_menu {
    padding: 0;
    margin-top: 33px;
    margin-bottom: -8px;
}
#nav_menu ul.nav.navbar-nav {
    float: right;
}
#nav_menu .navbar-nav>li a:hover, 
#nav_menu .navbar-nav>li a:focus,
#nav_menu .navbar-nav>li a.active, 
#nav_menu .navbar-nav>li.open a {
    background-color: transparent;
    color: #C9C9C9;
    transition: .3s;
}
#nav_menu .navbar-nav>li .dropdown-menu {
    background-color: #012A58;
    border: none;
    padding-top: 0;
    margin-top: 12px;
    border-radius: 0;
}
#nav_menu .navbar-nav>li .dropdown-menu a {
    color: #fff;
    padding: 10px 15px;
    border-top: 1px solid #fff;
}
#nav_menu .navbar-nav>li .dropdown-menu a:hover {
    background-color: #fff;
    color: #012A58;
    transition: .3s;
}
#nav_menu .navbar-nav .linkedin-link-wrapper {
    margin-top: 0px;
    margin-left: 10px;
    height: 31px;
}
#nav_menu .navbar-nav a.linkedin-link, li.linkedin-link-wrapper a {
    padding: 0;
}
#mobile-menu .linkedin-link-wrapper a {
    padding: 0;
}
#nav_menu .navbar-nav a {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding-top: 8px;
    padding-bottom: 0;
    font-family: 'Nunito Sans', sans-serif;
}
/*--------------------------------------------------------
	INDEX / MAIN BODY
--------------------------------------------------------*/
/*----------------Slideshow----------*/
#slide-row {
	margin-bottom: 10px;
}
.carousel-control.left, .carousel-control.right, .carousel-control:hover{
	background-image: none;
	font-size: ;
	font-weight: ;
	z-index: 101;
}
.carousel-control{
	width: 10%;
}
.caption-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}
.caption-wrapper .container {
    left: 0;
    right: 0;
    height: 100%;
    padding-top: 30px;
}
.carousel-caption { 
	position: inherit;
    z-index: 100;
    background-color: rgba(1, 42, 88, 0.6);
    padding: 22px 30px 28px;
    left: 0;
    bottom: 80px;
    right: auto;
    top: auto;
    width: 70%;
    text-align: left;
    text-shadow: none;
}
.homepage-slideshow-wrapper .carousel-indicators {
    display: none;
}
.carousel-caption .caption-link, .btn-cls {
    background-color: #640018;
    color: #fff;
    padding: 10px 25px;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    margin-top: 15px;

}
.caption-link:hover, .caption-link:focus, .btn-cls:hover, .btn-cls:focus, #login input[type="submit"]:hover, #login input[type="submit"]:focus {
	text-decoration: none;
	background-color: #890027;
	transition: .3s;
}
@media (max-width: 600px){
	.carousel-caption{
		padding: 0px 10px;
	}

}
.carousel-caption .caption-text {
    font-size: 40px;
    font-weight: 700;
    line-height: 42px;
    display: block;
    color: white;
    margin-bottom: 10px;
    font-family: 'Barlow', sans-serif;
}
.carousel-caption .alt-text {
	font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    color: white;
}

/*----------------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*/
.homepage-content-wrapper {
    padding-bottom: 40px;
}
.homepage-slideshow-wrapper {
    margin-bottom: 30px;
}
.homepage-slideshow-wrapper img {
    width: 100%;
}
.homepage-content-wrapper>.container>.row>.column {
    margin-top: 30px;
    margin-bottom: 30px;
}
.homepage-content-wrapper>.container>#sponsors_wrapper>.column,
.homepage-content-wrapper>.container>#sponsors>.column,
.homepage-content-wrapper>.container>#sponsors2>.column,
.homepage-content-wrapper>.container>#sponsors3>.column,
.homepage-content-wrapper>.container>#sponsors4>.column,
.homepage-content-wrapper>.container>#sponsors5>.column {
    margin-top: 0;
    margin-bottom: 0;
}
.event-item {
    margin-bottom: 25px;
}
.event-date-wrap {
    background-color: #6B5E4C;
    color: #fff;
    padding: 2px 0 6px;
    max-width: 36px;
    width: 36px;
    text-align: center;
    float: left;
    margin-top: 6px;
}
.event-month {
    font-size: 15px;
    font-weight: 700;
}
.event-date {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 10px;
}
.event-details-wrap {
    padding-left: 50px;
}
.event-title {
    margin-bottom: 5px;
}
.event-title a {
    font-weight: 600;
    text-decoration: underline;
}
#sponsors .column .gm-content, #sponsors2 .column .gm-content {
    min-height: 120px;
}
#sponsors .column img, #sponsors2 .column img, #sponsors3 .column img, #sponsors4 .column img, #sponsors5 .column img {
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    max-width: calc(100% - 30px);
    max-height: 90px;
}
#sponsors .col-md-6:first-of-type img, #sponsors2 .col-md-6:first-of-type img, #sponsors3 .col-md-6:first-of-type img,
#sponsors4 .col-md-6:first-of-type img, #sponsors5 .col-md-6:first-of-type img {
    position: absolute;
    right: 30px;
    left: auto;
    margin: auto;
    top: 0;
    bottom: 0;
}
#sponsors .col-md-6:last-of-type img, #sponsors2 .col-md-6:last-of-type img, #sponsors3 .col-md-6:last-of-type img,
#sponsors4 .col-md-6:last-of-type img, #sponsors5 .col-md-6:last-of-type img {
    position: absolute;
    left: 30px;
    right: auto;
    margin: auto;
    top: 0;
    bottom: 0;
}
#sponsors .col-md-4:first-of-type img, #sponsors2 .col-md-4:first-of-type img, #sponsors3 .col-md-4:first-of-type img,
#sponsors4 .col-md-4:first-of-type img, #sponsors5 .col-md-4:first-of-type img {
    position: absolute;
    right: 30px;
    left: auto;
    margin: auto;
    top: 0;
    bottom: 0;
}
#sponsors .col-md-4:last-of-type img, #sponsors2 .col-md-4:last-of-type img, #sponsors3 .col-md-4:last-of-type img,
#sponsors4 .col-md-4:last-of-type img, #sponsors5 .col-md-4:last-of-type img {
    position: absolute;
    left: 30px;
    right: auto;
    margin: auto;
    top: 0;
    bottom: 0;
}
/*--------------------------------------------------------
	CSS STYLE FOR INNER PAGES
--------------------------------------------------------*/
.row_wrapper {
    margin: 30px 0;
    padding-top: 30px;
}
.subpage {
    margin-top: 30px;
}
.subpage>.container>.row {
    height: calc(100vh - 360px);
}
/*--------------------------------------------------------
	FOOTER
--------------------------------------------------------*/
/*-----------------------------------Footer Menu*/
.footer-wrap {
    background-color: #012A58;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 70px;
}
.org-name {
    font-weight: 600;
}
.credit-wrapper {
    text-align: right;
}
.credit-wrapper a {
	color: #fff;
	font-weight: 600;
	text-decoration: underline;
}
/*-------------------------------End-Footer Menu*/

/*--------------------------------------------------------
	UTILITIES
--------------------------------------------------------*/
@media (max-width: 1199px) {
	#nav_menu {
	    display: none !important;
	}
	.login-wrapper {
	    display: inline-block;
	}
	.nav-main-wrapper {
	    float: right;
	    margin-top: 15px;
	    margin-left: 25px;
	}
	.login-nav-wrapper {
	    margin-top: 62px;
	}
    #sponsors .col-md-6:first-of-type img, #sponsors2 .col-md-6:first-of-type img, #sponsors3 .col-md-6:first-of-type img,
    #sponsors4 .col-md-6:first-of-type img, #sponsors5 .col-md-6:first-of-type img {
        right: 15px;
    }
    #sponsors .col-md-6:last-of-type img, #sponsors2 .col-md-6:last-of-type img, #sponsors3 .col-md-6:last-of-type img,
    #sponsors4 .col-md-6:last-of-type img, #sponsors5 .col-md-6:last-of-type img {
        left: 15px;
    }
    .homepage-slideshow-wrapper {
        margin-bottom: 0px;
    }
    .caption-wrapper {
        position: relative;
        background-color: rgba(1, 42, 88, 0.8);
    }
    .caption-wrapper .container {
        padding-top: 0;
    }
    .carousel-caption {
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: transparent;
        padding: 30px 0px;
    }
    .caption-wrapper {
        height: 250px;
    }
    .subpage>.container>.row {
        height: calc(100vh - 352px);
    }
}
@media (max-width: 991px) {
	#sponsors .column {
		width: 33.33333333%;
	}
    #sponsors .col-md-6 {
        width: 50%;
    }
	#sponsors .column img {
		left: 0;
		right: 0;
	}
	.login-nav-wrapper input[type="text"], .login-nav-wrapper input[type="password"] {
	    width: 140px;
	}
	.login-nav-wrapper {
	    margin-top: 35px;
	}
    .subpage>.container>.row {
        height: calc(100vh - 325px);
    }
}
@media (max-width: 767px) {
    .login-wrapper {
        display: none;
    }
    #mobile-menu #login {
        display: block;
    }
    #mobile-menu .modal-header {
        display: block;
    }
    .header-wrapper {
        padding: 15px 0;
    }
    .logo-wrapper a img {
        max-height: 80px;
    }
    .login-nav-wrapper {
        margin-top: 20px;
    }
    .caption-wrapper {
            height: 275px;
    }
    .copyright-wrapper, .credit-wrapper {
        text-align: center;
    }
    .subpage>.container>.row {
        height: calc(100vh - 332px);
    }
}
@media (max-width: 600px) {
    .row#sponsors .column {
        width: 50%;
    }
    .row#sponsors .column img {
        right: 0;
        left: 0;
    }
    .caption-wrapper {
        height: 340px;
    }
    #sponsors .col-md-4:last-of-type img, #sponsors2 .col-md-4:last-of-type img, #sponsors3 .col-md-4:last-of-type img,
    #sponsors4 .col-md-4:last-of-type img, #sponsors5 .col-md-4:last-of-type img {
        left: 0;
        right: 0;
    }
}
@media (max-width: 480px) {
    .caption-wrapper {
        height: 405px;
    }
}
