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

body,
p,
.container {
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
    line-height: 19.2px;
    color: #7D776E;
}


/*--------------------------------------------------------
	H1 - H6
--------------------------------------------------------*/

h1,
h2,
h3,
h4 {
    margin: 0 0 20px 0;
    padding: 0px;
    font-family: 'Cabin Condensed', sans-serif;
    color: #5992B3;
}

h1 {
    font-size: 34px;
    color: #5992B3;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 23px;
}

h4 {
    font-size: 18px;
}

h1.title,
#mheader_5_wrapper #mycanvas h1 {
    font-size: 34px;
    color: #5992B3;
}


/*--------------------------------------------------------
	LINKS
--------------------------------------------------------*/

a {
    color: #63878D;
}

a:hover,
a:focus {
    color: #EA792E;
    text-decoration: none;
}


/*--------------------------------------------------------
	IMAGES, Objects
--------------------------------------------------------*/

img {
    border: 0px;
}

hr {
    border-top: 1px solid #7D776E;
    margin: 5px 0;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    margin: auto;
}


/*Google Search page*/

.gsc-input .gsc-input-box {
    height: 30px;
}

#gs_tti50 {
    padding: 2px 10px;
}

.gsc-search-button:after {
    content: "Search";
    margin-left: -49px;
    margin-top: 12px;
    position: absolute;
}

.gsc-search-button input.gsc-search-button-v2 {
    height: 30px;
    margin-top: 5px;
    cursor: pointer;
}

.gsst_a .gscb_a {
    margin-top: 3px;
}


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

.header-wrapper {
    padding: 25px 0;
}

.logo-wrapper {
    float: left;
}

.social-links-search-wrapper {
    float: right;
    margin-top: 42px;
}

.logo-wrapper a img {
    display: inline;
}

.logo-wrapper .org-name-wrapper {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Cabin Condensed', sans-serif;
    line-height: 22px;
    color: #007CC3;
    margin-left: 25px;
}

.logo-wrapper a:hover,
.logo-wrapper a:focus {
    text-decoration: none;
}

.social-links-search-wrapper a {
    height: 34px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
}

.social-links-search-wrapper a:hover .linked-icon-cls-1,
.social-links-search-wrapper a:focus .linked-icon-cls-1,
.social-links-search-wrapper a:hover svg#fb-icon .st0,
.social-links-search-wrapper a:focus svg#fb-icon .st0,
.social-links-wrapper a:hover .linked-icon-cls-1,
.social-links-wrapper a:focus .linked-icon-cls-1,
.social-links-wrapper a:hover svg#fb-icon .st0,
.social-links-wrapper a:focus svg#fb-icon .st0 {
    fill: #34B7EA;
    transition: .3s;
}

.join-btn-wrapper {
    background-color: #1393D3;
    padding: 6px 40px;
    border-radius: 1px;
    border: 1px solid #34B7EA;
    color: #fff;
    min-height: 35px;
}


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

.searchbox .q {
    height: 35px;
    padding: 4px 30px 4px 10px;
    border: 1px solid #7D776E;
    border-radius: 1px;
    color: #666666;
    width: 196px;
}

.searchbox .input-group-btn {
    float: right;
    margin-left: -10px;
    position: absolute;
    display: inline;
    -moz-margin-top: -32px;
}

.header-wrapper .searchbox .input-group-btn button {
    height: 35px;
    background: none;
    border: none;
    padding: 8px 8px;
    margin-left: -24px;
}

.search-icon:before {
    content: url(../images/search-icon.png);
}

.searchbox {
    display: inline-block;
    vertical-align: middle;
}


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

.nav-login-wrapper {
    background-color: #077CC0;
    height: 50px;
}

#nav_menu {
    padding: 0px;
}

#nav_menu .navbar-nav {
    width: 100%;
}

.nav li.member-login {
    float: right;
}

#nav_menu .navbar-nav>li>a {
    border-left: 1px solid #34B7EA;
}

#nav_menu .navbar-nav>li a {
    color: #fff;
    font-size: 16px;
    font-family: 'Cabin', sans-serif;
    padding-left: 20px;
    padding-right: 20px;
}

#nav_menu .navbar-nav>li a:hover,
#nav_menu .navbar-nav>li a:focus,
#nav_menu .navbar-nav>li.open>a {
    background-color: #1393D3;
    transition: .3s;
}

#nav_menu .navbar-nav>li.open .dropdown-menu {
    background-color: #1393D3;
    border: 1px solid #34B7EA;
    border-top: none;
    padding: 8px 0;
}

#nav_menu .navbar-nav>li.open .dropdown-menu>li a {
    padding: 5px 20px;
}

#nav_menu .navbar-nav>li.open .dropdown-menu>li.open>a {
    background-color: #14A6E0;
}

#nav_menu .navbar-nav>li.open .dropdown-menu>li a:hover,
#nav_menu .navbar-nav>li.open .dropdown-menu>li a:focus {
    background-color: #14A6E0;
    transition: .3s;
}

#nav_menu .navbar-nav>li:nth-last-of-type(2) a {
    border-right: 1px solid #34B7EA;
}

#nav_menu .nav .member-login a {
    background-color: #1393D3;
    padding: 7px 20px;
    border-radius: 1px;
    border: 1px solid #34B7EA;
    margin-top: 7px;
}

#nav_menu .nav .member-login a:hover,
#nav_menu .nav .member-login a:focus,
.social-links-search-wrapper a:hover,
.social-links-search-wrapper a:focus,
.social-links-wrapper a:hover,
.social-links-wrapper a:focus {
    background-color: #34B7EA;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: #fff;
    text-decoration: none;
}

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

.nav>li>a:hover,
.nav>li>a:focus {
    background-color: transparent;
}

#mobile-toggle {
    float: right;
    margin-top: 42px;
    width: 35.2px;
    height: 35.2px;
    cursor: pointer;
}


/*--------- Login modal --------*/

.modal-content {
    border-radius: 4px;
    font-family: 'Cabin', sans-serif;
}

.login-modal .modal-dialog {
    max-width: 300px;
    margin: auto;
    margin-top: 15px;
}

.modal-header {
    background: #077CC0;
    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: #fff;
    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;
    opacity: 1;
}

.login-modal .modal-title {
    font-size: 16px;
    padding: 0;
    color: #fff;
}

.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 #D6DAE8;
    width: 200px;
}

.login-modal input:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #34B7EA;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

#login a {
    text-decoration: underline;
    border: none;
    color: #63878D;
    font-weight: 400;
}

#login a:hover,
#login a:focus {
    color: #EA792E;
    outline: none;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.login-modal input[type="submit"] {
    background-color: #1393D3;
    color: #fff;
    border: 1px solid #34B7EA;
    border-radius: 2px;
    padding: 6px 8px 5px;
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
}

.login-modal input[type="submit"]:hover,
#login input[type="submit"]:focus {
    background-color: #34B7EA;
    border: 1px solid #34B7EA;
    color: #fff;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    outline: none;
}


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

.content-wrapper {
    padding: 20px 15px;
    min-height: calc(100vh - 320px);
}

.content-wrapper>.row>.column {
    padding: 20px 15px;
}


/*----------------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 {
    top: ;
    width: ;
}

.carousel-caption {
    position: absolute;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 10px 15px 20px;
    left: 0;
    bottom: 0px;
    right: 0px;
    top: auto;
    width: 100%;
    text-align: left;
    text-shadow: none;
}

.caption-text {
    font-family: 'Cabin Condensed', sns-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
    color: white;
    margin-bottom: 5px;
}

.alt-text {
    color: white;
    margin-bottom: 10px;
}

.carousel-indicators {
    /*display: none;  */
    bottom: 0px;
    z-index: 101;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    margin: 0 3px;
    background-color: #fff;
}

.carousel-indicators li.active {
    margin: 0 3px;
    background-color: #EA792E;
    border-color: #EA792E;
}

.carousel:nth-of-type(1) {
    margin-bottom: 40px;
}


/*Sponsors Slideshow*/

.carousel:nth-of-type(2),
.sponsors-on-mobile-wrapper .carousel {
    padding: 0 25px;
    margin-top: 80px;
}

.carousel:nth-of-type(2) .carousel-indicators,
.sponsors-on-mobile-wrapper .carousel .carousel-indicators {
    display: none;
}

.carousel:nth-of-type(2) .carousel-control,
.sponsors-on-mobile-wrapper .carousel .carousel-control {
    color: #015591;
    font-size: 40px;
    opacity: 1;
    text-shadow: none;
    width: 11px;
    height: 28px;
    margin: auto;
}

.carousel:nth-of-type(2) .carousel-control.left,
,
.sponsors-on-mobile-wrapper .carousel .carousel-control.left {
    left: 0;
}

.carousel:nth-of-type(2) .carousel-control.right,
.sponsors-on-mobile-wrapper .carousel .carousel-control.right {
    right: 0;
}

.carousel .carousel-inner [class*="col-"] {
    text-align: center;
}


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

.event-title {
    margin-bottom: 4px;
    line-height: 26px;
    font-weight: 700;
}

.event-item {
    margin-bottom: 20px;
    padding-top: 10px;
}


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


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

.footer-wrap {
    background-color: #015591;
    color: #fff;
    padding: 25px 0 15px;
}

.affiliate-logo-wrapper {
    text-align: right;
}

.copyright-wrapper p:first-of-type {
    margin-bottom: 2px;
}

.copyright-wrapper p {
    line-height: 19.2px;
    color: #fff;
}

.copyright-wrapper>p:last-of-type {
    margin-top: 15px;
}

.copyright-wrapper a {
    color: #fff;
    text-decoration: underline;
}


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


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


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

@media (max-width: 991px) {
    .social-links-search-wrapper,
    .nav-login-wrapper {
        display: none;
    }
    .header-wrapper {
        padding-bottom: 0;
    }
    .content-wrapper {
        padding-top: 10px;
        min-height: calc(100vh - 245px);
    }
    .content-wrapper .title {
        margin-top: 20px;
    }
    .sponsors-on-mobile-wrapper .carousel {
        margin-top: 0px;
    }
}

@media (max-width: 767px) {
    .carousel:nth-of-type(2) .carousel-control.left,
    .sponsors-on-mobile-wrapper .carousel .carousel-control.left {
        left: 30%;
    }
    .carousel:nth-of-type(2) .carousel-control.right,
    .sponsors-on-mobile-wrapper .carousel .carousel-control.right {
        right: 30%;
    }
    .affiliate-logo-wrapper,
    .copyright-wrapper {
        text-align: center;
    }
    .affiliate-logo-wrapper {
        margin-bottom: 15px;
    }
    .logo-wrapper a img {
        max-width: 160px;
    }
    .logo-wrapper .org-name-wrapper {
        margin-left: 20px;
        font-size: 16px;
        line-height: 19.2px;
    }
    .content-wrapper {
        padding-top: 5px;
    }
    .carousel-caption {
        position: relative;
        background-color: #077CC0;
        min-height: 160px;
    }
}

@media (max-width: 600px) {
    .carousel-caption {
        min-height: 210px;
    }
}

@media (max-width: 480px) {
    .carousel:nth-of-type(2) .carousel-control.left,
    .sponsors-on-mobile-wrapper .carousel .carousel-control.left {
        left: 25%;
    }
    .carousel:nth-of-type(2) .carousel-control.right,
    .sponsors-on-mobile-wrapper .carousel .carousel-control.right {
        right: 25%;
    }
    .logo-wrapper .org-name-wrapper {
        margin-left: 0px;
        margin-top: 10px;
        display: block;
    }
    #mobile-toggle {
        /* margin-top: 3px;*/
    }
    .content-wrapper {
        padding-top: 0px;
    }
    .carousel-caption {
        min-height: 230px;
    }
}

@media (max-width: 400px) {
    .carousel-caption {
        min-height: 280px;
    }
}

@media (max-width: 350px) {
    .carousel-caption {
        min-height: 315px;
    }
}