/*--------------------------------------------------------
	FONT ASSIGNMENTS
--------------------------------------------------------*/
:root {
	--header-height: 135px;
	--footer-height: 119px;
}

body {
	font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #2C2C2D;
}

p {
	font-family: 'Lato', sans-serif;
}

/* .container{
} */

em {
    color: #2C2C2D;
}

/*--------------------------------------------------------
	H1 - H6
--------------------------------------------------------*/
h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	font-family: 'Oswald', sans-serif;
    font-weight: 300;
    letter-spacing: 5px;
    color: #000;
}

h1 { 
	font-size: 48px;
	/* color:; */
}
h2 { font-size: 42px; }
/* h3 { font-size: ; }
h4 { font-size: ; } */

h1.title{
	margin-top: 15px;
}
/*--------------------------------------------------------
	LINKS
--------------------------------------------------------*/
a {
	color: #2C2C2D;
	font-family: 'Lato', sans-serif;
	font-style: italic; 
}
a:hover, a:focus{
	color: #968242;
}
#mheader_5_wrapper a {
	font-style: normal;
}


/*--------------------------------------------------------
	IMAGES, Objects
--------------------------------------------------------*/
img {
	border: 0px;
}


/*--------------------------------------------------------
	Custom Fonts
--------------------------------------------------------*/
@font-face {
font-family: 'Letter Gothic Std';
font-style: normal;
font-weight: normal;
src: local('Letter Gothic Std'), url('LetterGothicStd.woff') format('woff');
}

/*--------------------------------------------------------
						HEADER
--------------------------------------------------------*/

/*--------------------------------------------------------
		TOP HEADER
--------------------------------------------------------*/
#top-wrap-header {
    border-bottom: 1px solid #999965;
    height: auto;
    padding-bottom: 1px;
}
.mobile-search-menu {
    top: 15px !important;
    text-align: right;
    position: relative;
}
.mobile-search-menu #search-input {
    display: inline-block;
    margin-top: 0px !important;
    position: relative;
    top: -10px !important;
}

svg#fb-icon, svg#mobile-fb-icon {
    width: 20px;
    height: 20px;
}
.fb-wrap a {
	text-decoration: none;
}
.fb-wrap a:hover svg#fb-icon .cls-1 {
   /* fill: none;
    stroke: #968242; */
}

/*--------------------------------------------------------
		MAIN HEADER
--------------------------------------------------------*/

#main-header {
    padding-top: 10px;
    position: relative;
    z-index: 4;
    background: #fff;
    padding-bottom: 10px;
}
.index-background {
    background: url('../images/header-image.jpg') repeat-x 0 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: block;
    max-width: 100%;
    position: relative;
    width: 100%;
    z-index: 2;
    margin-top: -120px;
    min-height: 895px;
    max-height: 895px;
}
#mycanvas .index-background {
    display: none;
}

.home-featured {
    padding-top: 40px;
}
.home-featured h1 {
    color: #fff;
    font-size: 72px;
    font-weight: bold;
}
.home-featured hr {
    border-top: 1px solid #fff;
}
.home-featured, .home-featured p {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}
.home-featured a {
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
    border: 2px solid #fff;
    padding: 10px 25px;
    position: relative;
    top: 35px;
}
.home-featured a:hover, .home-featured a:focus {
	background: #fff;
	color: #383838;
	text-decoration: none;
}



/*----------------------------------Search Bar*/

/*--------------------------------------------------------
					Desktop Navigation
--------------------------------------------------------*/

.navbar-nav>li a{
	color: inherit;
	font-family: 'Lato', sans-serif;
}
.nav>li>a:hover, .nav>li>a:focus {
	background-color: transparent;
}

/*--------------------------------------------------------
	INDEX / MAIN BODY
--------------------------------------------------------*/


/* Home Featured Section */


/* Home Content */

.home-primary-section {
    padding: 70px 0px;
    font-size: 24px;
    color: #383838;
    text-align: center;
}
.home-primary-section h1 {
    text-transform: uppercase;
    font-size: 48px;
    padding-bottom: 35px;
    color: #000;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    letter-spacing: 5px;
    border-bottom: 1px solid rgba(124,124,124,0.5);
}
.more-info {
    padding-top: 35px;
}
.more-info a {
    text-transform: uppercase;
    color: #8D9E5E;
    font-size: 24px;
    font-weight: bold;
}
.more-info i.fa.fa-long-arrow-right {
    padding-right: 15px;
}

.home-secondary-section:not(#mycanvas .home-secondary-section) {
    padding: 70px 0px;
    font-size: 24px;
    color: #383838;
    text-align: center;
}
.home-secondary-section h2 {
	text-transform: uppercase;
    font-size: 42px;
    padding-bottom: 35px;
    color: #000;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    letter-spacing: 5px;
    border-bottom: 1px solid rgba(124,124,124,0.5);
}



.quicklinks-wrap a {
    font-style: normal;
}
.quicklinks-wrap ul {
    text-align: left;
    padding-top: 30px;
    padding-left: 0px;
    column-count: 2;
}
.quicklinks-wrap ul li {
    list-style: none;
    padding-bottom: 5px;
    padding-left: 20px;
}
.quicklinks-wrap ul li:before {
    content: "•";
    color: #2C2C2D;
    display: block;
    height: 0;
    width: 0;
    left: -0.8em;
    top: 0em;
    position: relative;
}


/* Home Featured Events and News */

.primary-one-wrap:not(#mycanvas .primary-one-wrap) {
	padding: 0px !important;
	margin-bottom: 80px;
}
.primary-one-wrap:not(#mycanvas .primary-one-wrap) img {
	width: 100%;
}

.primary-two-wrap:not(#mycanvas .primary-two-wrap) {
	padding: 0px !important;
	margin-bottom: 80px;
}
.primary-two-wrap img:not(#mycanvas .primary-two-wrap) {
	width: 100%;
}

.home-featured-section h2 {
    text-transform: uppercase;
    padding-bottom: 20px;
}
.upcoming-events-inside {
    background: #87D0FF;
    text-align: center;
    padding: 175px 0px;
    color: #000;
}
.upcoming-events-inside a.view {
    color: #000;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 500;
    border: 1px solid #000;
    padding: 10px 85px;
    position: relative;
    top: 35px;
    font-style: normal;
    font-family: 'Oswald', sans-serif;
}
.upcoming-events-inside a.view:hover, .upcoming-events-inside a.view:focus {
	text-decoration: none;
	background: #000;
	color: #fff;
}

.whats-new-inside {
    background: #A1978F;
    text-align: center;
    padding: 175px 0px;
    color: #fff;
}
.whats-new-inside h2 {
	color: #fff;
}
.whats-new-inside a.view {
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 500;
    border: 1px solid #fff;
    padding: 10px 85px;
    position: relative;
    top: 35px;
    font-style: normal;
    font-family: 'Oswald', sans-serif;
}
.whats-new-inside a.view:hover, .whats-new-inside a.view:focus {
	text-decoration: none;
	background: #fff;
	color: #000;
}


/*----------------Slideshow----------*/

#slide-container img {
	width: 100%;
}

#slide-row{
	margin-bottom: 10px;
}

@media (max-width: 767px) {
	#slide-container .carousel-indicators {
		display: none;
	}	
}


.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, 0, 0, .6);
	padding: 10px 15px;
	left: initial;
	bottom: initial;
	right: 0px;
	top: 0px;
	width: 35%;
	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{
	font-size: 28px;
	font-weight: 600;
	line-height: 33px;
	padding-bottom: 10px;
	border-bottom: 3px solid #FFE519;
	display: block;
	color: #FFE519;
	margin-bottom: 10px;
}
.carousel-caption p:last-of-type{
	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: 'Lato', sans-serif;
	text-align: center;
	margin: 0px auto;
	color: #333;
}
a.carousel-control.left, a.carousel-control.right {
    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*/

/*--------------------------------------------------------
	CSS STYLE FOR INNER PAGES
--------------------------------------------------------*/

#subpage {
    min-height: calc(100vh - var(--header-height) - var(--footer-height));
}

/*--------------------------------------------------------
	FOOTER
--------------------------------------------------------*/

#footer-row {
    background: #968242;
    color: #fff;
    padding: 30px 0px 30px;
    text-align: center;
}
.footer-wrapper p {
    color: #fff;
    font-size: 24px;
    padding-top: 15px;
}
.footer-wrapper a {
	color: transparent;
	}
.footer-text a {
    color: #fff;
    font-size: 24px;
    padding-top: 15px;
    font-style: normal;
}
.footer-social-media svg {
    display: inline-block;
    margin-left: 25px;
    height: 50px;
    width: 50px;
}
svg#fb-icon {
    margin-left: 0px !important;
}

/*-----------------------------------Footer Menu*/

/*-------------------------------End-Footer Menu*/


/*--------------------------------------------------------------
						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-bottom: 5px;
    display: block;
    font-size: 16px;
    font-style: normal;
}
#login input:last-of-type{
	width: 100px;
	margin: none;
}
h6.modal-title {
    color: #968242;
    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;
    font-size: 16px;
}
#login input[type="submit"] {
    background: #968242;
    color: #fff;
}


/*--------------------------------------------------------
	UTILITIES
--------------------------------------------------------*/


/*----------- MEDIA QUERY --------------------*/


/* @media (min-width: 1000px) {
    .container {}
} */

@media (min-width: 989px) {
    #logo-wrap img {
	    max-width: 180px;
	}
	.visible-lg {
	    display: block!important;
	}
	.hidden-lg {
	    display: none!important;
	}
}


@media (min-width: 990px) and (max-width: 1199px) {
    /* .container {} */

  	.mobile-search-menu {
	    top: 55px !important;
	}
	.home-featured {
	    padding-top: 10px;
	}
	.home-featured hr {
	    margin-top: 15px;
	    margin-bottom: 15px;
	}
	.home-featured, .home-featured p {
	    font-size: 20px;
	}
	.home-featured h1 {
	    font-size: 60px;
	}
	.home-featured a {
	    font-size: 26px;
	    top: 20px;
	}

}

/* @media (max-width: 991px) {
    .container {}

} */

@media (min-width: 768px) and (max-width: 990px) {
    /* .container {} */

    .index-background {
	    min-height: 495px;
	    max-height: 495px;
	}
	.mobile-search-menu {
		top: 55px !important;
	}
	.home-primary-section {
	    padding: 50px 0px;
	    font-size: 20px;
	}
	.home-primary-section h1 {
	    font-size: 38px;
	}
	.upcoming-events-inside h2, .whats-new-inside h2 {
	    font-size: 34px;
	}

}


@media (max-width: 767px) {
    /* .container {} */

    .mobile-search-menu {
	    top: 55px !important;
	}
    .quicklinks-wrap ul {
	    column-count: 1;
	}

	.upcoming-events-inside {
	    padding: 105px 0px;
	}
	.primary-one-wrap:not(#mycanvas .primary-one-wrap) {
	    margin-bottom: 0px;
	}
	.whats-new-inside {
	    padding: 105px 0px;
	}
	.primary-two-wrap:not(#mycanvas .primary-two-wrap) {
	    margin-bottom: 50px;
	}

	.home-primary-section {
	    padding: 35px 0px;
	    font-size: 18px;
	}
	.home-primary-section h1 {
	    font-size: 26px;
	    padding-bottom: 20px;
	}
	.home-secondary-section:not(#mycanvas .home-secondary-section) {
	    padding: 35px 0px;
	    font-size: 18px;
	}
	.home-secondary-section h2 {
	    font-size: 24px;
	    padding-bottom: 20px;
	}
	.footer-wrapper p, .footer-wrapper a {
	    font-size: 18px !important;
	}
}


@media (max-width: 480px) {
    /* .container {} */

    #logo-wrap img {
	    max-width: 100%;
		height: auto;
	}
	#nav-wrap {
	    margin-top: 0px !important;
	}
	svg#burger {
	    width: 55px !important;
	    height: 55px !important;
	}
	.mobile-search-menu {
	    top: 55px !important;
	}
	.upcoming-events-inside {
	    padding: 105px 0px;
	}
	.primary-one-wrap:not(#mycanvas .primary-one-wrap) {
	    margin-bottom: 0px;
	}
	.whats-new-inside {
	    padding: 105px 0px;
	}
	.primary-two-wrap:not(#mycanvas .primary-two-wrap) {
	    margin-bottom: 50px;
	}


	.home-primary-section {
	    padding: 35px 0px;
	    font-size: 18px;
	}
	.home-primary-section h1 {
	    font-size: 26px;
	    padding-bottom: 20px;
	}
	.home-secondary-section:not(#mycanvas .home-secondary-section) {
	    padding: 35px 0px;
	    font-size: 18px;
	}
	.home-secondary-section h2 {
	    font-size: 24px;
	    padding-bottom: 20px;
	}
	.footer-wrapper p, .footer-wrapper a {
	    font-size: 20px;
	}
}


/* Safari Browser */

@media only screen and (-webkit-min-device-pixel-ratio: 1) {
     ::i-block-chrome, #logo-wrap svg {
        height: 15% !important;
    }
    ::i-block-chrome, #top-wrap-header {
        height: 900px;
    }
    ::i-block-chrome, .top-head-opacity {
        height: 900px;
    }
}

/* Internet Browser */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
   	#nav-wrap {
   		margin-top: 40px !important;
   } 
}


/* MMS Admin Menu */
.main-admin-nav.nav .open>a {
	background-color: #a99453 !important;
}
