/*
// VALUE:COLOR_1:#000000
// VALUE:COLOR_2:#D3380F
*/

/*--------------------------------------------------------
    GPE
--------------------------------------------------------*/

.row_background {
    background: #e4e4e4;
}
#spacer-bg, #spacer-bg .column {
    display: block;
    height: 60px;
}
#spacer-sm, #spacer-sm .column {
    display: block;
    height: 30px;
}
/*--------------------------------------------------------
	FONT ASSIGNMENTS
--------------------------------------------------------*/

:root {
    --header-height: 399px;
    --menu-height: 116px;
    --footer-height: 369px;
}

body {
	font-family: 'Lato', sans-serif;
    font-size: 24px;
}
p {
	font-family: 'Lato', sans-serif;
}
.container{
}
em {
    color: #2C2C2D;
}
/*--------------------------------------------------------
	H1 - H6
--------------------------------------------------------*/
h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}

h1 { 
	font-size: 48px;
	/* color:; */
}
h2 { font-size: 40px; }
/* h3 { font-size: ; }
h4 { font-size: ; } */

h1.title{
	margin-top: 15px;
}
/*--------------------------------------------------------
	LINKS
--------------------------------------------------------*/
a {
	/* color: ; */
	font-family: 'Lato', sans-serif;
}
/* a:hover, a:focus{
	color: ;
} */

a.view {
    display: inline-block;
    margin-block: 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 5px;
    border: 1px solid #fff;
    padding: 10px 85px;
    /* position: relative;
    top: 35px; */
    font-style: normal;
    font-family: 'Oswald', sans-serif;
}
a.view:hover, 
a.view:focus {
	text-decoration: none;
	background: #fff;
	color: #000;
}

/*--------------------------------------------------------
	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-social-media {
    margin-bottom: 25px;
}
.top-social-wrap ul li {
    display: inline-block;
}
.top-social-wrap ul {
    padding: 0px;
}
.top-social-wrap ul li a {
    color: #fff;
    font-size: 16px;
    /* padding: 20px; */
}

.sub-top-only #logo-wrap {
    padding-bottom: 20px;
}
#logo-wrap svg {
    width: 185px;
    height: 145px;
}
#logo-wrap img {
    margin: 0 auto;
    height: 150px !important;
}

.top-featured-section {
    color: #fff;
    padding: 60px 0px;
    font-size: 20px;
    margin-bottom: 123px;
}
.top-featured-section h1 {
    font-size: 80px;
    padding-bottom: 35px;
}

.mobile-search-menu {
    top: 5px !important;
    text-align: right;
    position: relative;
}
.mobile-search-menu #search-input {
    display: inline-block;
    margin-top: 0px !important;
    position: relative;
}
.glyphicon-search:before {
    content: url("https://host7.viethwebhosting.com/~egp1/images/search-icon.png");
}


.search-wrap svg {
    width: 28px;
    height: 28px;
}


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

#main-header {
    background: transparent;
    padding: 15px 0px;
}


.main-header {
    overflow: auto;
    position: relative;
}

.nav-wrap {
  position: absolute;
  top: 155px;
  left: 20px;
  right: 20px;
  .fix-nav & {
    position: fixed;
    top: 10px;
  }
}

.top {
  height: 250px;
  padding-top: 40px;
}
.hero {
  width: 200px;
  height: 100px;
  background: #ccc;
  margin: 0 auto;
}




/*--------------------------------------------------------
			HOME FEATURED CSS
--------------------------------------------------------*/

#top-header-wrap {
	background: url(https://host7.viethwebhosting.com/~egp1/images/top-featured-image.png) 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%;
    /*overflow: hidden;*/
    min-height: 67vw;
    max-height: 100%;
    /*height: 1390px;*/
}
.top-opacity {
    background: rgba(0,0,0,0.6); /* REPLACE_RGB:COLOR_1 */
    background-size: cover;
    display: block;
    max-width: 100%;
    position: relative;
    width: 100%;
    /*overflow: hidden;*/
    min-height: 67vw;
    max-height: 100%;
    padding-top: 80px;
}


/* Home Featured Events and News */

.home-featured-section {
    margin-top: 6px;
}
.upcoming-events-wrap {
	padding: 0px !important;
	margin-bottom: 80px;
}
.upcoming-events-wrap img {
	width: 100%;
}
.whats-new-wrap {
	padding: 0px !important;
	margin-bottom: 80px;
}
.whats-new-wrap img {
	width: 100%;
}
.home-featured-section h2 {
	text-transform: uppercase;
    font-size: 72px;
    padding-bottom: 25px;
}
.upcoming-events-inside {
	background: url(../images/camp_kids.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%;
    text-align: center;
    color: #fff;
    overflow: hidden;
    /* height: 34vw; */
}
.upcoming-events-inside .opacity {
	background: rgba(0,0,0,0.6); /* REPLACE_RGB:COLOR_1 */
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: block;
    max-width: 100%;
    position: relative;
    width: 100%;
    text-align: center;
    padding: 90px 0px;
    color: #fff;
    overflow: hidden;
    height: 100%;
}
.upcoming-events-inside a.view {
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 5px;
    border: 1px solid #fff;
    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: #fff;
	color: #000;
}
.whats-new-inside {
    background: url(../images/camp_jump.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%;
    text-align: center;
    color: #fff;
    overflow: hidden;
    /* height: 34vw; */
}
.whats-new-inside .opacity {
	background: rgba(0,0,0,0.6); /* REPLACE_RGB:COLOR_1 */
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: block;
    max-width: 100%;
    position: relative;
    width: 100%;
    text-align: center;
    padding: 90px 0px;
    color: #fff;
    overflow: hidden;
    height: 100%;
}
.whats-new-inside h2 {
	color: #fff;
}
.whats-new-inside a.view {
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 5px;
    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;
}

/*--------------------------------------------------------
    DEFAULT Events
--------------------------------------------------------*/
.simplified-event-item {
    margin-bottom: 20px;
}
.simplified-event-item .event-content {
    display: table;
    width: 100%;
}
.simplified-event-item .event-date-wrap {
    width: 80px;
    display: table-cell;
    vertical-align: middle;
    border-radius: 2px;
    background-color:  #000; /* REPLACE_RGB:COLOR_1 */
    border: 1px solid  #000; /* REPLACE_RGB:COLOR_1 */
    text-align: center;
    padding: 15px;
    color: #fff;
}
.simplified-event-item .event-month {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    padding-bottom: 5px;
}
.simplified-event-item .event-day {
    font-size: 20px;
    font-weight: 500;
    line-height: 18px;
}
.simplified-event-item .event-details-wrap {
    padding: 0 15px;
}
.simplified-event-item .event-title {
    margin: 0;
}
.simplified-event-item .ev-title-link {
    color: #000; /* REPLACE_RGB:COLOR_1 */
}
.simplified-event-item .event-link {
    color: #D3380F; /* REPLACE_RGB:COLOR_1 */
    text-decoration: underline;
    font-weight: 700;
    font-size: 18px;
}
.simplified-event-item .event-blurb {
    padding-top: 8px;
}

/* Home What's Happening (News) */

#featured-news-wrap {
	background: url(../images/campfire.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%;
    overflow: hidden;
    /* height: 33vw; */
    text-align: center;
    background-position: center;
}
.featured-news-opacity {
    background: rgba(0,0,0,0.6); /* REPLACE_RGB:COLOR_1 */
    background-size: cover;
    display: block;
    max-width: 100%;
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%;
    padding: 20px 0px;
}
#featured-news-wrap h1 {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 72px;
    padding-bottom: 15px;
}
#featured-news-wrap .view a {
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: bold;
    border: 2px solid #fff;
    padding: 10px 75px;
    position: relative;
    top: 35px;
}
#featured-news-wrap .view a:hover, #featured-news-wrap .view a:focus {
	background: #fff;
	color: #383838;
	text-decoration: none;
}
#featured-news-wrap .view {
    margin-top: 40px;
}
svg#feat-news {
    width: 300px;
    height: 300px;
}


.fixed {
    width: 100% !important;
    left: 0 !important;
    position: fixed !important;
    top: 0 !important;
    z-index: 99 !important;
    bottom: auto !important;
}

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

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

.navbar-nav>li a{
	/* color: ; */
	font-family: 'Lato', sans-serif;
    font-size: 16px;
}
.navbar-nav>li>a:hover, .navbar-nav>li>a:focus {
	background-color: transparent;
}

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

body:has(#main-menu.fixed) .home-featured-section {
    padding-top: calc(var(--menu-height));
}

.index-content .container {
    padding-top: 20px;
    padding-bottom: 20px;
}


/* Home Content */

.home-intro-section {
    color: #fff;
    padding: 255px 0px;
    font-size: 20px;
    text-align: center;
}
.home-intro-section h1 {
    font-size: 72px;
    color: #fff;
    padding-bottom: 70px;
}
.read-more a {
    border: 1px solid #fff;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    padding: 20px 65px;
    position: relative;
    top: 90px;
}
.read-more a:hover, .read-more a:focus {
	background: #fff;
	color: #000;
	text-decoration: none;
}

.home-primary-section {
    padding: 80px 0px;
    font-size: 24px;
    color: #000;
    text-align: center;
}
.home-primary-section h1 {
    text-transform: uppercase;
    font-size: 48px;
    padding-bottom: 35px;
    color: #000;
    font-weight: bold;
    border-bottom: 1px solid rgba(124,124,124,0.5);
    margin-bottom: 30px;
}

.home-secondary-section {
    padding: 60px 0px;
    font-size: 24px;
    color: #000;
    text-align: center;
}
.home-secondary-section h2 {
    text-transform: uppercase;
    font-size: 42px;
    padding-bottom: 35px;
    color: #000;
    font-weight: bold;
    border-bottom: 1px solid rgba(124,124,124,0.5);
    margin-bottom: 30px;
}
.more-info {
    padding-top: 35px;
}
.more-info a {
    text-transform: uppercase;
    color: #D3380F; /* REPLACE:COLOR_2 */
    font-size: 24px;
    font-weight: bold;
}
.more-info i.fa.fa-long-arrow-right {
    padding-right: 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: #002857;
	background : rgba(0,0,0,.6); /* REPLACE_RGB:COLOR_1 */
	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: 'Montserrat', sans-serif;
	text-align: center;
	margin: 0px auto;
	color: #333;
}

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

/* Sub Pages */

#subpage {
    min-height: calc(100vh - var(--header-height) - var(--footer-height));
}

body:has(#main-menu.fixed) #subpage {
    padding-top: var(--menu-height);
}

/*--------------------------------------------------------------
						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 {
    background: #ffffff;
    color: #000000;
    padding: 20px 0px 20px;
    text-align: center;
}
.footer-wrapper p {
	font-family: 'Lato', sans-serif;
    color: #000;
    font-size: 18px;
    padding-top: 15px;
}
.footer-wrapper a {
	color: #000;
	}
.footer-text a {
    color: #000;
    font-size: 18px;
    padding-top: 15px;
}
.footer-logo svg#footer-logo {
    width: 165px;
    height: 144px;
}
.footer-logo img {
    margin: 0 auto;
    height: 150px !important;
}

.footer-social-media svg#fb-icon {
    margin-left: 0px;
}
.footer-social-media svg {
    display: inline-block;
    margin-left: 30px;
    height: 92px;
    width: 92px;
}
.footer-social-media a:hover, .footer-social-media a:focus {
    background: transparent;
    color: transparent;
}
.fb-img {
    margin-left: 0px !important;
}

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

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

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


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

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


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

    .mobile-search-menu #search-input {
	    top: -3px !important;
	}

    .upcoming-events-inside .opacity, .whats-new-inside .opacity {
    	padding: 80px 0px;
    }
	.home-featured-section h2 {
	    font-size: 50px;
	    padding-bottom: 10px;
	}
	#featured-news-wrap h1 {
	    font-size: 50px;
	}
	svg#feat-news {
	    width: 200px;
	    height: 200px;
	}
	.featured-news-opacity {
		padding: 30px 0px;
	}

}

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

}

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

    .index-content .container {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .mobile-search-menu #search-input {
	    top: -3px !important;
	}
	.home-featured-section h2 {
	    font-size: 50px;
	    padding-bottom: 10px;
	}
	.upcoming-events-inside .opacity, .whats-new-inside .opacity {
    	padding: 30px 0px;
    }
    #featured-news-wrap h1 {
	    font-size: 50px;
	}
	svg#feat-news {
	    width: 150px;
	    height: 150px;
	}

}


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

    .index-content .container {
        padding-top: 0px;
        padding-bottom: 0px;
    }
	.upcoming-events-wrap {
    	margin-bottom: 0px;
    }
    /* .upcoming-events-inside, .upcoming-events-inside .opacity, .whats-new-inside, .whats-new-inside .opacity {
    	height: 52vw;
    } */
    .upcoming-events-inside .opacity, .whats-new-inside .opacity {
    	padding: 60px 0px;
    }
    .upcoming-events-inside a.view, .whats-new-inside a.view {
	    padding: 10px 60px;
	    top: 20px;
    }
    .whats-new-wrap {
	    margin-bottom: 50px;
	}
    .featured-news-opacity {
        padding: 20px 0px;	
    }
    #featured-news-wrap h1 {
	    font-size: 55px;
	    padding-bottom: 5px;
	}
	svg#feat-news {
	    width: 90px;
	    height: 90px;
	}
	.home-secondary-section {
	    padding: 50px 0px;
	}

	.mobile-search-menu {
	    top: 3px !important;
	}
	svg#burger {
	    width: 35px;
	    height: 35px;
	    vertical-align: middle;
	}
	.home-featured-section h2 {
	    font-size: 55px;
	    padding-bottom: 10px;
	}
	.view {
	    margin-top: 15px;
	}
	.view a {
	    padding: 10px 45px;
	    font-size: 24px;
	}
	.footer-social-media svg#fb-icon, .footer-social-media svg {
	    margin: 10px 15px;
	}
}

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

	.upcoming-events-wrap {
    	margin-bottom: 0px;
    }
    /* .upcoming-events-inside, .upcoming-events-inside .opacity, .whats-new-inside, .whats-new-inside .opacity {
    	height: 52vw;
    } */
    .upcoming-events-inside .opacity, .whats-new-inside .opacity {
    	padding: 40px 0px;
    }
    .upcoming-events-inside a.view, .whats-new-inside a.view {
	    padding: 10px 60px;
	    top: 20px;
    }
    .whats-new-wrap {
	    margin-bottom: 50px;
	}
    .featured-news-opacity {
        padding: 10px 0px;	
    }
    #featured-news-wrap h1 {
	    font-size: 45px;
	    padding-bottom: 5px;
	}
	svg#feat-news {
	    width: 90px;
	    height: 90px;
	}
	.home-secondary-section {
	    padding: 50px 0px;
	}

	.mobile-search-menu {
	    top: 3px !important;
	}
	svg#burger {
	    width: 35px;
	    height: 35px;
	    vertical-align: middle;
	}
	.home-featured-section h2 {
	    font-size: 45px;
	    padding-bottom: 10px;
	}
	.view {
	    margin-top: 15px;
	}
	.view a {
	    padding: 10px 45px;
	    font-size: 24px;
	}
	.footer-social-media svg#fb-icon, .footer-social-media svg {
	    margin: 10px 15px;
	}

}

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

    .index-content .container {
        padding-top: 5px;
        padding-bottom: 0px;
    }
    .top-featured-section h1 {
	    font-size: 70px;
	}

	.top-social-wrap ul li a {
	    padding: 30px;
	}

	.upcoming-events-wrap {
    	margin-bottom: 0px;
    }
    /* .upcoming-events-inside, .upcoming-events-inside .opacity, .whats-new-inside, .whats-new-inside .opacity {
    	height: 52vw;
    } */
    .upcoming-events-inside .opacity, .whats-new-inside .opacity {
    	padding: 17px 0px;
    }
    .upcoming-events-inside a.view, .whats-new-inside a.view {
	    padding: 10px 60px;
	    top: 20px;
    }
    .whats-new-wrap {
	    margin-bottom: 50px;
	}
    .featured-news-opacity {
        padding: 5px 0px;	
    }
    #featured-news-wrap h1 {
	    font-size: 30px;
	    padding-bottom: 5px;
	}
	svg#feat-news {
	    width: 60px;
	    height: 60px;
	}
	.home-secondary-section {
	    padding: 50px 0px;
	}


	.mobile-search-menu {
	    top: 3px !important;
	}
	svg#burger {
	    width: 35px;
	    height: 35px;
	    vertical-align: middle;
	}

	.home-featured-section h2 {
	    font-size: 30px;
	    padding-bottom: 10px;
	}
	.view {
	    margin-top: 15px;
	}
	.view a {
	    padding: 10px 45px;
	    font-size: 24px;
	}

	.footer-social-media svg#fb-icon, .footer-social-media svg {
	    margin: 10px 15px;
	}

}


/* Safari Browser */

@media only screen and (-webkit-min-device-pixel-ratio: 1) {
    ::i-block-chrome, #top-wrap-featured {
        height: 1374px;
    }
    ::i-block-chrome, .top-opacity {
        height: 1374px;
    }
}

/*----------------------------
    MMS Member Icons Menu
------------------------------*/
@media (min-width: 1200px){
    .nav-tabs li.dropdown {
        width: 190px;
    }
}
@media (min-width: 990px) and (max-width: 1200px) {
    .nav-tabs li.dropdown {
        width: 155px;
    }
}
@media (min-width: 767px) and (max-width: 990px) {
    .nav-tabs li.dropdown {
        width: 120px;
    }
}

/*------------------------------------------------------------------------------------
                            Main Menu CSS
--------------------------------------------------------------------------------------*/

#main-menu {
    background: rgba(0,0,0,0.7); /* REPLACE_RGB:COLOR_1 */
    position: relative;
    bottom: 0%;
    width: 100%;
}
#main-menu.fixed {
    background: #000;
}
#nav_menu .navbar-nav {
    position: relative;
    display: inline-block;
    float: none;
    vertical-align: middle;
}
#nav_menu .navbar-nav>li>a {
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    padding: 48px;
    text-transform: uppercase;
}


#nav_menu .navbar-nav>li a:hover, #nav_menu .navbar-nav>li a:focus {
    background: #fff;
    color: #000;
}
#nav_menu .navbar-nav>li.search-wrap a:hover, #nav_menu .navbar-nav>li.search-wrap a:focus {
    background: transparent;
    color: #000;
}

#nav_menu li.search-wrap a {
    padding-top: 45px;
    padding-bottom: 30px;
    vertical-align: middle;
}


/*------------------------------------------------------------------------------------
                            Dropdown Menus - full/collapsed
--------------------------------------------------------------------------------------*/

.dropdown-menu {
    background: #000;
    border: 0;
    border-radius: 0px;
    padding: 0px 0;
}
.dropdown-menu li{
    width: 100%;
}
.dropdown-menu>li>a {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 15px;
}

/*----------------------------
    Mobile Menu
    
    --- INSTRUCTIONS ---
    For the most part, these mobile menu styles will be exactly like your regular navigation styles.
    There are a few things to watch out for however. I've marked specific items with two hash tags and caps,
    like ##ITEM. 
    
    ##TOP - There are three places where this exists, and each one should be the same as the other three.
            This item tells the mobile menu to start lower than the toggle button.
            
    ##DIRECTION - This item tells your mobile menu which direction to slide in from, and has a few
        different parts. Changing "left" to "top" in each ##DIRECTION would have the menu slide in from the top. Bottom is a bad choice here.
        ##DIRECTION-01 - slides in from the side you specify. This one is set negative as it is the starting position of the menu.
        ##DIRECTION-02 - sets the duration of the slide, and again which direction it slides from.
        ##DIRECTION-03 - sets the "open" position. This will be the zeroed out version of ##DIRECTION-01
    
    --------------------
------------------------------*/

/*---------------------------------------------
        Mobile Menu
---------------------------------------------*/

/*-------------------------------------toggle*/
button#mobile-toggle{
    width: 37px;
    height: 37px;
    display: none;
    position: absolute;
    right: 15px;
    bottom: 30px;
    border: 2px solid #002857;
    border-radius: 4px;
    padding: 8px 5px;
    background-color: white;
    box-shadow: 0px 1.5px 1px rgba(0,0,0,0.3); /* REPLACE_RGB:COLOR_1 */
    cursor: pointer;
}
@media (max-width: 990px) {
    button#mobile-toggle{
        display: inline-block;
    }
}
button#mobile-toggle svg *{
    fill: #002857;
}
/*--------------------------------end--toggle*/
#mobile-menu>li#triggerClose{
    display: inline;
    float: right;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    font-size: 22px;
    cursor: pointer;
}
#mobile-menu>li#mobile-logo{
    position: relative;
    left: -15px;
    top: -10px;
}
#mobile-menu>li#mobile-logo>a{
    display: inline;
    max-width: 80%;
}
#mobile-menu>li #q{
    width: 100%;
}
#mobile-menu>li>a{
    width: 174px;
    min-height: 32px;
    margin-bottom: 6px;
    border-radius: 3px;
    background-color: transparent;
    padding-left: 8px;
    padding-top: 10px;
    padding-right: 5px;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    color: #5485A3;
    -webkit-transition: color .25s;
    transition: color .25s;
    text-decoration: none;
    text-transform: uppercase;
}
#mobileMenuWrapper {
    /*
    The menu wrapper is the div that surrounds the mobile menu.
    You'll want to make sure this has a background of some sort so the text shows up/doesn't appear over other text
    Setting bottom:0px; is needed to make a long menu scroll-able.
    
    
    
    /* REQUIRED */
    position: fixed;
    top:0px;
    bottom: 0px;        /* If having the menu slide in from the top or bottom, comment out this line */
    z-index: 200;
    overflow-y: auto;
    overflow-x: hidden;
    
    /* CHANGEABLE-ISH */
    left: -120%;            /* Change this to left, right, top, or bottom.  You'll also have to make a change in the open state */
    width: 300px;       /* The mobile menu works best with a pre-defined width. Percentages also work great here. */
    
    /* CHANGEABLE */
    background: #000;
    border-right: 7px solid #fff;
    
    /* Transition - bump */
    transition: left .3s; /* ##DIRECTION-02 */
    -webkit-transition: all 300ms cubic-bezier(1.000, 0.010, 0.0, 1.000); /* older webkit */
    -webkit-transition: all 300ms cubic-bezier(1.000, 0.010, 0.0, 1.000); 
    -moz-transition: all 300ms cubic-bezier(1.000, 0.010, 0.0, 1.000); 
    -o-transition: all 300ms cubic-bezier(1.000, 0.010, 0.0, 1.000); 
    transition: all 300ms cubic-bezier(1.000, 0.010, 0.0, 1.000); 
}
#mobileMenuWrapper.open{
    left: 0px;      /* This is required.  If you changed the direction attribute above, change it here too. */
    bottom: 0px;    /* This line is here for bottom/top slide-ins.  See note on bottom above.*/
}

/* REQUIRED - Dropdown menu item transition states*/
#mobileMenuWrapper .mDropdown {
    display:none;
}
#mobileMenuWrapper .mDropdown.open{
    display: block;
}

/* REQUIRED - Sets the ULs to not have dots, or be spaced in the typical UL fashion. */
#mobileMenuWrapper ul{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

/* OPTIONAL-ISH - These are the settings for the base menu UL */
#mobileMenuWrapper #mobile-menu{
    overflow: auto;
    padding: 15px 15px 15px 10px;
}
/* OPTIONAL-ISH - This sets each link on its own line fo' sho' */
/*#mobileMenuWrapper a, #mobileMenuWrapper div{
    display: block;
}*/

/* OPTIONAL - The actual A's. Style them as you wish*/
/* Top Level / all*/
#mobileMenuWrapper #mobile-menu a {
    display: inline-block;
    width: 100%;
}

/* dropdown only */
#mobileMenuWrapper .mDropdown a {
    padding: 8px;
    margin-bottom: 10px;
}
#mobile-menu > li > ul {
    background-color: rgba(0,0,0,.04); /* REPLACE_RGB:COLOR_1 */
}

/*--------------------------------------------------------
    MOBILE MENU
--------------------------------------------------------*/

#mobileMenuWrapper.open {
    left: 0px;
    bottom: 0px;
}
#mobileMenuWrapper #mobile-menu {
    overflow: auto;
    padding: 0px 20px 10px;
}
#mobileMenuWrapper ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
#mobile-menu > li#triggerClose {
    color: #fff;
    float: right;
    display: inline;
    font-size: 22px;
    cursor: pointer;
    transform: rotate(45deg);
}
#mobileMenuWrapper #mobile-menu a {
    width: 100%;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 15px;
    text-decoration: none !important;
    text-transform: uppercase;
}
#mobileMenuWrapper #mobile-menu a:hover, #mobileMenuWrapper #mobile-menu a:focus {
    background: #fff;
    color: #000;
    border-radius: 0px;
}
#mobileMenuWrapper ul.mDropdown {
    margin: 0 15px;
    display: none;
}
#mobileMenuWrapper .mDropdown.open {
    display: block;
}
#mobile-menu a {

}
#mobile-toggle {
    border: none;
    background: transparent;
    box-shadow: none;
    cursor: pointer;
}
#mobile-logo {
    width: 40%;
    float: left;
    margin-top: 27px;
    margin-bottom: 20px;
}
#mobile-logo a {
    margin: 0 !important;
}
#mobile-logo svg#logo {
    width: 250px;
    max-width: 250px;
}
svg#burger {
    width: 40px;
    height: 40px;
}

#mobile-menu-col {
    display: inline-block;
}


/* Custom Mobile Menu */

#mobile-menu-col {
    display: inline-block;
    vertical-align: middle;
}
.mobile-search-menu #search-input {
    display: inline-block;
    vertical-align: middle;
    top: 0px;
}
.mobile-search-menu #search-input svg {
    width: 23px;
    height: 23px;
}


/*------------------------------------------------------------------------------------
                                @Media and Sizes
--------------------------------------------------------------------------------------*/
 /*------ Nav collapse @ Tablet size ------*/
 @media (max-width: 991px) {
    .navbar-header {
    float: none;
    }
    .navbar-toggle {
    display: block;
    }
    .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
    display: none!important;
    }
    .navbar-nav {
    float: none!important;
    margin: 7.5px -15px;
    }
    .navbar-nav>li {
    float: none;
    }
    .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
    display: block!important;
    }
    .collapsing {
    overflow: hidden!important;
    }
    /*.dropdown-menu {
        border: none;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }*/

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

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

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

}