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

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,700);

:root {
    --header-height: 208px;
    --footer-height: 134px;
    overflow-x: clip;
}


body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

p {
    font-family: 'Open Sans', sans-serif;
    line-height: 20px;
    font-size: 18px;
}


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

h1,
h2,
h3,
h4 {
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

h1,
h2,
h3,
h4 {
    font-size: 28px;
    color: #990033;
}

/* h2 {
    font-size: ;
}

h3 {
    font-size: ;
}

h4 {
    font-size: ;
} */

h1.title {
    font-size: 28px;
    color: #990033;
    margin-top: 20px;
    margin-bottom: 10px;
}

#subpage {
    min-height: 400px;
}

#subpage p {
    color: #000000;
    font-size: 18px;
}

#subpage h2 {
    margin-bottom: 10px;
}


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

a {
    color: #0d4fa0;
}

a:hover,
a:focus {
    color: #0d4fa0;
}


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

img {
    border: 0px;
}

.st1 {
    fill: #fff !important;
    stroke: none !important;
    stroke-miterlimit: 0 !important;
}

svg#site-logo {
    width: 360px;
    height: 103px;
}

svg#site-logo .st0 {
    fill: #990033;
}

svg#facebook-icon {
    width: 44px;
    height: 44px;
}

svg#twitter-icon {
    width: 44px;
    height: 44px;
}

svg path.st0 {
    fill: #FFFFFF;
}

.social-wrap svg#facebook-icon .st0 {
    fill: #336699;
}

#mobile-menu-col svg#mobile-menu-icon .st1 {
    fill: #ffffff !important;
    stroke: #ffffff !important;
    stroke-width: 6px;
    stroke-miterlimit: 0 !important;
}

svg#burger {
    width: 51px;
    height: 51px;
    float: right;
    fill: #990033;
}

#logo-wrap img {
    margin-top: 30px;
}


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

.top-header {
    margin-top: 27.85px;
}

.social-wrap {
    display: -webkit-box;
    display: flex;
    display: inline-flex;
    float: right;
}

span.logo-text {
    font-weight: bold;
    font-size: 30px;
    letter-spacing: -0.75px;
    color: #820024;
    color: rgb(130, 0, 36);
    display: inline-block;
    margin-top: 50px;
    margin-bottom: 15px;
    float: right;
}


/*--------------------------------------------------------
					SEACHBOX | HEADER
--------------------------------------------------------*/

#searchbox {
    width: 315px;
    height: 44px;
    margin-right: 8px;
    border: 1px solid #B2B2B2;
    background: #ffffff;
}

::-webkit-input-placeholder {
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-size: 14px;
    color: #333333;
}

:-moz-placeholder {
    /* older Firefox*/
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-size: 14px;
    color: #333333;
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-size: 14px;
    color: #333333;
}

:-ms-input-placeholder {
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-size: 14px;
    color: #333333;
}

.social-wrap a {
    margin-right: 8px;
}

#searchbox input.search-button {
    background-image: url(../images/search-icon.jpg);
    margin: 0;
    padding: 0;
    width: 24px;
    height: 24px;
    border: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
}

input#q {
    height: 44px;
    background: transparent;
    border-right: none;
}

span.input-group-addon {
    background: transparent;
    border-radius: 0;
    padding: 6px 12px 7px;
}

.search-wrap-mobile #searchbox {
    width: auto;
    height: 44px;
    background: #ffffff;
    margin-top: 20px;
    margin-bottom: 20px;
}


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

#nav-wrap {
    background-color: #60011E;
}

#nav-wrap #nav_menu {
    padding-inline: 0;
}

#nav-wrap .navbar-nav>li a {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

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

.navbar-nav {
    /*margin: 7.5px -50px !important;*/
    margin: 0;
    display: flex;
    width: 100%;
}

#nav-wrap .nav .open>a,
#nav-wrap .nav .open>a:focus,
#nav-wrap .nav .open>a:hover {
    background-color: #990033;
    border-color: #990033;
    color: white;
}

#nav-wrap .dropdown-menu {
    background-color: #990033;
}

#nav-wrap .dropdown-menu>li>a:focus,
#nav-wrap .dropdown-menu>li>a:hover {
    color: #990033;
    text-decoration: none;
    background-color: #FFFFFF;
}

#nav-wrap .navbar-nav>li>.dropdown-menu {
    margin-top: 0px;
}


/*ul.dropdown-menu.men-level- li:first-of-type {
    display: none;
}*/

#nav-wrap ul.dropdown-menu.men-level- li {
    border: none !important;
}

#nav-wrap ul.nav>li:nth-child(5) {
    border-left: 1px solid #fff;
}

#nav-wrap ul.nav>li {
    border-right: 1px solid #fff;
    flex-grow: 1;
    text-align: center;
}

/* #nav-wrap ul.nav>li:last-of-type {
    border: none;
} */

#nav-wrap li.dropdown.t0:last-of-type {
    background: #0D4FA0;
}

#nav-wrap .caret {
    margin-left: 5px;
}

#mobile-menu .caret {
    margin-left: 5px;
}

/*--------------------------------------------------------
					INDEX / PRIMARY
--------------------------------------------------------*/

#main-content {
    margin-top: 25px;
}

#slider {
    margin-bottom: 30px;
    margin-top: 25px;
}

#primary h1 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.welcome-text {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
}

.welcome-text p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 20px;
    color: #333333;
}

.news-wrapper {
    margin-bottom: 15px;
    margin-left: 20px;
}

.news-date {
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    margin-left: 35px;
}

h4.side a {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    /* color: #333333; */
    font-weight: 600;
    text-decoration: none;
}

h4.side a::before {
    content: url(../images/square.jpg);
    margin-right: 20px;
}

.welcome-text,
.new-feed {
    border-bottom: 2px solid #B2B2B2;
}

.welcome-text h1 {
    margin-top: 0px !important;
}

.new-feed,
.event-feed h2 {
    margin-top: 23.5px;
}


/*--------------------------------------------------------
					INDEX / SECONDARY
--------------------------------------------------------*/

.quick-links h1 {
    margin-bottom: 0px !important;
}

.logo-text span {
    font-weight: bold;
    font-size: 30px;
    letter-spacing: -0.75px;
    color: #820024;
    color: rgb(130, 0, 36);
}

.donate ul {
    display: initial;
    list-style: none;
}

.donate li {
    margin-bottom: 20px;
}

.donate li:last-of-type {
    margin-bottom: 0px;
}

.donate a {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    /*    color: #333333;
    color: rgb(51, 51, 51);
    text-decoration: underline;*/
}

.quick-links h1 {
    margin-bottom: 0;
}

.quick-links {
    padding: 20px 0 0;
}

.quick-links ul {
    display: inline;
}

.quick-links li {
    list-style: none;
    margin-bottom: 20px;
}

.quick-links li a {
    font-size: 18px;
    line-height: 20px;
    /*    color: #333333;
    text-decoration: none;*/
    font-weight: 600;
}

#secondary .sponsor2 {
    text-align: center;
    margin-bottom: 40px;
}

#secondary .sponsors {
    margin-top: 10px;
    /* text-align: center; */ /* client requested this left aligned */
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#secondary .sponsors img {
    max-width: 100%;
    height: auto;
}


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

.carousel-indicators li {
    width: 15px;
    height: 15px;
    background-color: rgba(0, 0, 0, .5);
    margin: 1px 1px 1px 2px;
}

#slider .carousel-indicators .active {
    width: 15px;
    height: 15px;
    margin: 1px 1px 1px 2px;
}

/* .carousel-control {
    top: ;
    width: ;
} */

.carousel-inner {
    z-index: 14;
}

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

@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{
	line-height: 33px;
	padding-bottom: 10px;
	border-bottom: 3px solid #FFE519;
	display: block;
	color: #FFE519;
	font-size: 28px;
	margin-bottom: 10px;
}*/

.carousel-caption p {
    font-weight: 600;
    font-size: 16px;
    font-family: serif;
    font-style: italic;
    color: white;
    margin-bottom: 10px;
}


/*.carousel-caption a{
	font-weight: 700;
	background-color: #FFE519;
	max-width: 215px;
	display: block;
	border-bottom: 5px solid #E0AB03;
	border-radius: 3px;
	padding: 13px 30px;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	margin: 0px auto;
	color: #333;
}*/


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

#find-find {
    background-image: url('../images/find-bg.png');
    height: 335px;
    margin-left: -50px;
    width: 327px;
}

.find {
    margin-top: 15px;
    text-align: center;
    margin-left: 35px;
}

.find a {
    text-decoration: underline;
    font-size: 16px;
    font-style: italic;
    color: #ffffff;
}

.find p {
    font-size: 16px;
    text-align: center;
}

.find p span {
    font-weight: bold;
    font-size: 28px;
    color: #FFFFFF;
    color: rgb(255, 255, 255);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    line-height: 1.1;
}

.form-horizontal .form-group {
    margin-right: -40px;
    margin-left: 10px;
}

form.form-horizontal .form-control {
    border-radius: 0;
    font-size: 16px;
    color: #333333;
}

.btn-find {
    width: 100%;
    border-radius: 0;
    padding: 10px 10px;
    font-size: 16px;
    text-transform: uppercase;
    color: #000000;
    background: #F4CA19;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

form.form-horizontal b {
    color: #000;
    font-size: 16px;
    font-weight: 800;
}


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

#footer-row {
    background-color: #60011E;
    color: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
}

#footer-row p {
    font-size: 14px;
}

#footer-row a {
    color: #ffffff;
}

#footer-row img {
    display: block;
    padding: 10px 0;
    max-width: 100%;
    height: auto;
}

@media (max-width: 991px) {
    #footer-row img {
        margin-inline: auto;
    }
}

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


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


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

@media (max-width: 1199px) {
    #nav-wrap {
        background-color: transparent;
    }
    span.logo-text {
        font-size: 28px;
        letter-spacing: -1.7px;
    }
    .find {
        margin-top: 45px;
    }
    .find a {
        font-size: 13px;
    }
    #find-find {
        width: 278px;
        height: 277px;
        margin-top: -1px;
    }
    .find p span {
        font-size: 23px;
    }
    .btn-find {
        padding: 5px 5px;
        font-size: 13px;
    }
    #logo-wrap img {
        width: 272px;
        height: 78px;
        margin-top: 50px;
    }
    .sponsors img {
        margin-bottom: 20px;
    }
    .sponsors img:last-of-type {
        margin-bottom: 0px;
    }
}

@media (max-width: 991px) {
    #footer-row p {
        text-align: center;
    }
    #find-find {
        width: 100%;
        height: auto;
        margin-top: -1px;
        background-color: #0D4FA0;
        margin-left: 0;
    }
    .find {
        margin-top: 15px;
    }
    form.form-horizontal .form-control {
        display: inline;
        width: 50%;
    }
    .social-wrap {
        margin-top: -85px;
    }
    span.logo-text {
        float: left;
        letter-spacing: -2.7px;
    }
    .sponsors img {
        margin-bottom: 0px;
    }
    .carousel.slide {
        margin-left: -15px;
        margin-right: -15px;
    }
    .btn-find {
        width: 50%;
    }
    .social-wrap {
        margin-top: -75px;
    }
    #logo-wrap img {
        margin-top: 0;
    }
    .form-horizontal .form-group {
        margin-right: -100px;
        margin-left: 20px;
    }
}

@media (max-width: 750px) {
    .social-wrap {
        margin-top: -140px;
    }
    #logo-wrap img {
        margin-top: 60px;
    }
}

@media (max-width: 678px) {
    .social-wrap #searchbox {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1008px) {
    .container {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media (max-width: 817px) {
    .form-horizontal .form-group {
        margin-right: 0px;
        margin-left: 0px;
    }
    .form-horizontal .form-group {
        margin-right: 0px;
        margin-left: 0px;
    }
}

@media (max-width: 499px) {
    .social-wrap {
        display: none;
    }
}

@media (max-width: 400px) {
    form.form-horizontal .form-control {
        width: 100%;
    }
    .btn-find {
        width: 100%;
    }
}