/*mobile-styles*/
#overlay {
	height: 640px;
	width: 100%;
	position:relative;
	top: 0;
	left: 0;
}
#overlay img {
	position: relative;
	top: 0;
	left: 0;
	z-index: 9;
	width: 100%;
	height: 640px;
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 2s; /* Firefox < 16 */
    -ms-animation: fadein 2s; /* Internet Explorer */
    -o-animation: fadein 2s; /* Opera < 12.1 */
    animation: fadein 2s;
}
#hero-img {
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
#logo-desktop-nav{
	display: none;
}
#mobile-logo, #mobile-logo a {
	width: 42px;
	margin: 0px auto;
}
#mobile-logo {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}
#mobile-logo img {
	width: 40px;
}
#blue-banner {
	height: 60px;
	background-color: #002453;
}
#desktop-nav {
	display:none;
}

.container.container-top {
	width: 100%;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.container-top .container-top-content {
	width: 1170px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

#nav-icon1 span {
	display: block;
  	position: absolute;
  	height: 3px;
  	width: 100%;
  	border-radius: 2px;
  	opacity: 1;
  	left: 0;
}
#nav-icon1 span:nth-child(1) {
  top: 0px;
  background-color: #CF0A2C;
}

#nav-icon1 span:nth-child(2) {
  top: 8px;
  background-color: #FFCE00;
}

#nav-icon1 span:nth-child(3) {
  top: 17px;
  background-color: #FFCE00;
}
/*open state still needs styling*/
#nav-icon1.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#nav-icon1.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.open {
	visibility: visible;
}

#first-red-button {
	bottom: 10%;
	width: 90%;
}

.gallery-section {
	margin-bottom: 80px;
	position: relative;
}

.events-section {
	margin-bottom: 40px;
}

.facebook-container {
	max-width: 340px;
	margin: 0 auto;
	overflow: hidden;
}

/*Facebook Iframe*/
.fb_iframe_widget iframe {
	height: none;
	position: relative !important;
}

.formbox {
	width: 50%;
}

#gall-events-row h2{
	color: #002453;
}


@media only screen and (max-width: 999px) {

	.monarch-header {
		margin-bottom: 40px;
	}

	.container.container-top {
		width: 100%;
	}
	#weather-nav {
		margin-left: auto;
		width: auto;
	}
	#weather-img img {
		height: 32px;
		width: auto;
		position: relative;
	}
	#temp {
		display: block;
	}
	#temp p,
	#temp span {
		display: none;
	}
	#snow-fall, #per-hour, #overnight {
		display: none;
	}
}
#both-container {
	position: absolute;
}
.hero-area {
	position: relative;
	bottom: 226px;
}
.hero-title {
	position: absolute;
	z-index: 10;
	top: 5%;
	width: 71%;
}
#mega-menu-wrap-Menu {
	z-index: 99;
}
#mega-menu-wrap-Menu .mega-menu-toggle .mega-toggle-block-1::after {
	content: '';
}

.hero-container {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.hero-title h1 {
	font-family: "Helvetica Condensed Black", 'Helvetica' !important;
	line-height: 49px;
	font-size: 46px;
}
.hero-title h4 {
	font-weight: 400;
	line-height: 26px;
}
.hero-title h1, .hero-title h4{
	color: #fff;
	font-family: "Helvetica Neue", "Helvetica", sans-serif;
}
.rectangles-container {
	display: none;
	width: 60px;
}

.home-container {
	margin: 0 auto;
}


#desktop-logo img {
	display: none;
}
.box-gradient {
	background: linear-gradient(0deg, #FFFFFF 0%, #E8E9EE 100%);
}
.box-wrapper {
	width: 100%;
	display: block;
}

.main-boxes {
	display: block;
	justify-content: space-between;
	width: 100%;
	float: left;
}
.box{
	position: relative;
	background-color: #fff;
	height: 184px;
	margin-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
}
.box a img {
	width: 10px;
	margin-right: 10px;
	position: relative;
	bottom: 2px;
}

.b-title h4{
	color: #002453;
	line-height: 24px;
	font-size: 16px;
	font-family: "Helvetica Condensed Black" !important;
	padding-top: 24px;
}
.b-intro p {
	color: #002453;
	line-height: 18px;
}
.b-button {
	position: absolute;
	bottom: 22px;
}
.b-button a {
	color: #CF0A2C;
	font-size: 16px;
	font-weight: 500;
}
#m-events-row {
	clear: both;
	padding-top: 60px;
}
#m-events-row h2 {
	color: #002453;
	font-size: 40px;
	font-family: "Helvetica Condensed Black" !important;
}
#gallimg img {
	width: 100%;
}
#gallbutton {
	background-color: #CF0A2C;
  background-image: url('../../../../uploads/2018/02/chevron-right.png');
  background-position: 90%;
  background-repeat: no-repeat;
  border: none;
  bottom: -35px;
  position: absolute;
  right: 10px;
	z-index: 9;
	width: 95%;
}
#gallbutton a {
	color: #FFFFFF;
	display: block;
	height: 100%;
  font-size: 16px;
  font-weight: 800;
	padding: 24px 45px 24px 24px;
  text-transform: capitalize;
  white-space: nowrap;
	width: 100%;
}
#gallbutton img {
	float: right;
	width: 26px;
	right: 20px;
	position: relative;
}
.newsletter-text {
	padding-top: 30px;
}
.newsletter-text p, .newsletter-box p {
	text-align: center;
	color: #fff;
}
.newsletter-box p {
	font-size: 12px;
	padding-bottom: 82px;
}
.blueness {
	clear: both;
	background-color: #002453;
}
#footer-logo img {
	display: block;
	margin: 0px auto;
	width: 55px;
	margin-top: 53px;
}
#footer-col-10 {
	float: left;
}

/*FOOTER STYLING*/
.formbox-input {
  border: none;
  background-color: #002453;
  color: #fff;
  font-weight: 100;
  padding-left: 15px;
  margin: 0px auto;
  display: block;
}

.formbox-button {
	border: 1px solid #9BA5B8;
	border-radius: 2px;
	position: relative;
	padding: 12px;
}

.formbox-button > button {
	background-image: url('../../../../uploads/2018/02/right-arrow.png');
	background-repeat: no-repeat;
	padding: 12px;
	background-color: transparent;
	position: absolute;
	bottom: 11px;
	right: 12px;
	width: auto;
	height: auto;
}

.formbox {
	display: block;
	margin: 0px auto;
	text-align: center;
	padding: 5px;
}

.formbutton {
	width:13px;
	display:inline;
	position: relative;
	right: 50px;
}

input::placeholder {
	color: #fff;
	padding-left: 15px;
}
.btmonarch, .bgyellow{
	background-color: none !important;
	border-color: none !important;
	border-style: none !important;
}
#footer-col-1 p, #footer-col-4 p, #footer-col-6 p, #footer-col-10 p {
	color: #fff;
	font-size: 14px;
	font-weight: lighter;
}
#footer-col-1 h4, #footer-col-4 h4, #footer-col-6 h4, #footer-col-10 h4 {
	color: #FFCE00;
	font-size: 16px;
	font-family: "Helvetica Condensed Black" !important;
}
#footer-col-11 img {
	display: none;
}
#f-social-media-icons img {
	width: 50px;
	margin-right: 8px;
}
#f-social-media-icons {
	padding-top: 60px;
}
#copyright p, #copyright a {
	color: #fff;
	text-align: left;
	text-decoration: none;
}
#copyright {
	padding-top: 60px;
	padding-bottom: 30px;
}
#footer-mtns-d {
	display: none;
}
#footer-mtns-m img{
	width: 100%;
	margin:0px auto;
}
.alerts {
	position: absolute;
	top: 22px;
	left: 56px;
	color: #FECD2F;
	text-transform: uppercase;
	font-family: "Helvetica Condensed Black" !important;
}
.top-alerts {
    text-align: center;
    display: none;
	color: #FECD2F;
	text-transform: uppercase;
	font-family: "Helvetica Condensed Black" !important;
	padding: 5px 0;
}
@media (min-width: 768px) {
	.alerts {
		left: 60px;
	}
	#overlay {
		height: 690px;
	}
	#overlay img {
		height: 690px;
	}
	#desktop-nav li a {
		color: #fff;
		font-family: "Helvetica Condensed Black" !important;
		font-size: 13px;
	}
	.hero-title {
		position: absolute;
		bottom: 5%;
		width: 35%;
	}
	.hero-title h1 {
		font-size: 76px;
		font-family: "Helvetica Neue";
		line-height: 78px;
	}
	.hero-area {
		position: absolute;
	}
	#m-time {
		display: none;
	}
	#first-red-button {
		bottom: 20%;
		width: initial;
	}
	.box-wrapper {
		top: -80px;
		position: relative;
		z-index: 10;
		display: flex;
		flex-wrap: wrap;
	}

	.whole-box {
		flex: 0 0 48%;
		justify-content: space-around;
		margin: 0px 1%;
		position: relative;
		z-index: 10;
	}

	@media not all and (min-resolution:.001dpcm) { @media {

    .whole-box {
			flex: 0 0 47%;
			margin: 0px 1%;
			justify-content: space-around;
		}

	}}
	.main-boxes {
		position: relative;
	
	}
	.box {
		height: 200px;
	}
	.box-img {
		display: block;
	}
	.box-img img {
		width: 100%;
	}
	#m-events-row {
		display: none;
	}
	#gall-events-row {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 80px;
		margin-top: -40px;
	}

	@media not all and (min-resolution:.001dpcm) { @media {

    #gall-events-row {
			margin-top: 0;
		}

	}}

	@supports (-ms-ime-align: auto) {
	  #gall-events-row {
			margin-top: 0;
		}
	}

	.gallery-section {
		flex: 0 0 49%;
		margin-bottom: 80px;
		position: relative;
	}

	.events-section {
		flex: 0 0 45%;
		/*margin-left: 5%;*/
		text-align: center;
	}

	#gall-events-row h2{
		font-size: 40px;
		font-family: "Helvetica Condensed Black" !important;
		text-align: left;
	}
	#gallimg {
		width: 100%;
	}
	#gallimg img {
		width: 100%;
	}
	#gallbutton {
		bottom: 150px;
		width: 170px;
		right: 50px;
	}
	#gallbutton a {
		color: #fff;
		text-decoration: none;
	}

	/*footer*/
	#footer-col-11 img {
		display: block;
		width: 80px;
	}
	#copyright p {
		text-align: right;
		font-size: 12px;
	}
	#footer-mtns-d {
		display: block;
	}
	#footer-mtns-d img {
		margin: 0px auto;
		width: 100%;
	}
	#footer-mtns-m {
		display: none;
	}
	#footer-col-11, #footer-col-10 {
		float: right;
	}
}
@media (min-width: 1000px) {
	/*desktop styles*/
	.fixed {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
	}
	.rectangles-container {
		display: block;
	}
	.alerts {
		left: 80px;
	}
	nav {
		padding-top: 14px;
		position: relative;

	}
	.hero-title {
		bottom: 25%;
		position: absolute;
		top: auto;
		width: 26%;
	}
	#m-actual-nav {
		display: none;
	}

	#first-red-button {
		bottom: 25%;
		right: 4%;
		width: 268px;
	}

	.whole-box {
		flex: 0 0 22%;
	}

}

	.box {
		height: 226px;
	}
	#nav-icon1{
		display:none;
	}
	#mobile-logo {
		display: none;
	}
	#rectangles {
		position: relative;
		display: block;
	}
	.rect1{
		height: 60px;
		width: 15px;
		position: absolute;
background-color: none !important;

	}
	.rect2 {
		height: 60px;
		width: 45px;
background-color: none !important;

	}
	#logo-desktop-nav {
		position:absolute;
		display: block;
	}
	#desktop-logo {
		position: absolute;
	}
	#desktop-logo img {
		display: block;
		position: relative;
		width: 300px;
		height: auto;
		z-index: 99;
		padding-top: 16px;
	}
	.container.container-top {
		display: flex;
		align-items: center;
		justify-content: space-between;
		height: 60px;
	}

	.container.container-top:before,
	.container.container-top:after {
		content: none;
	}

	#gallbutton {
		bottom: 0;
	}

@media screen and (min-width: 1025px) {
	.gallery-section {
		flex: 0 0 49%;
	}

	.events-section {
		flex: 0 0 45%;
		margin-left: 5%;
	}

	#gallbutton {
		bottom: 0;
	}

	.formbox {
		width: 50%;
	}

}

.monarch-header {
	position: relative;
	z-index: 999;
}

.monarch-header-top {
	background-color: #002453;
	position: fixed;
	width: 100%;
	top: 0;
	z-index:9999;
}

.monarch-header-top-content {
	height: 60px;
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	-webkit-font-smoothing: antialiased;

}

.monarch-header-top-content > a.mobile-logo {
	height: 40px;
	display: none;
}

.monarch-header-top-content a img {
	height: 20px !important;
	width: auto;
	margin-left: 20px;

}

.weather-items {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.weather-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 42px;
}

.weather-item + .weather-item {
	margin-left: 48px;
}

.weather-item span:not(.weather-notification) {
	font-size: 26px;
	font-weight: bold;
	color: #FFF;
	line-height: 1em;
}

.weather-notification {
	display: none;
}

.weather-item label {
	font-size: 11px;
	color: #FFF;
	margin-bottom: 0;
}

.weather-item img {
	position: absolute;
	width: 18px;
	height: auto;
	top: 0;
	left: 0;
	cursor: pointer;
}

.weather-item img + span {
	position: relative;
	left: 16px;
}

.mobile-menu {
	position: relative;
	width: 26px;
	height: 20px;
	display: none;
	background-color: transparent;
	outline: none;
	border: none;
}

.mobile-menu > img {
	width: 20px;
	position: relative;
	left: -4px;
}

#nav-icon1 {
	width: 100%;
}

@media screen and (max-width: 500px) {
	.alerts {
		display: none;
	}
	.top-alerts {
	    display: block;
	}
	.front-slider-wrapper {
        padding-top: 34px;
    }
    .featurebgpanel {
        margin-top: 90px;
    }
}

@media screen and (max-width: 425px) {
	.formbox {
		width: 75%;
	}
}


.monarch-header-bottom {
	position: absolute;
	width: 100%;
	height: 70px;
	display: flex;
	align-items: center;
	top: 60px;
}

.monarch-header-bottom-content {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
}

.monarch-header-bottom-content > a {
	display: block;
	height: 60px;
	position: relative;
}

.monarch-header-bottom-content > a img {
	height: 100%;
	width: auto;
	position: relative;
	left: 4px;
}

@media only screen and (max-width: 1200px) {
	.monarch-header-top-content,
	.monarch-header-bottom-content {
		max-width: 992px;
	}
}

@media only screen and (max-width: 1000px) {
	.monarch-header-top-content {
		padding: 0 18px;
	}

	.monarch-header-top-content > a.mobile-logo {
		display: block;
	}

	.monarch-header-bottom-content > a {
		display: none;
	}

	.weather-item:not(:first-of-type) {
		display: none;
	}
	.weather-item span:not(.weather-notification),
	.weather-item label {
		display: none;
	}

	.weather-notification {
		display: block;
	}

	.weather-item img {
		height: 32px;
		width: auto;
		position: relative;
		top: auto;
		bottom: auto;
	}

	.mobile-menu {
		display: block;
	}

	.mobile-menu > img {
		display: none;
	}

	.mobile-menu.menu-open > img {
		display: block;
	}

	.mobile-menu.menu-open #nav-icon1 {
		display: none;
	}

	.mobile-menu.menu-open ~ .mobile-logo,
	.mobile-menu.menu-open ~ .weather-items {
		display: none;
	}

	.gallery-section {
		flex: 0 0 100%;
	}

	.events-section {
		flex: 0 0 100%;
	}

	#gallbutton {
		bottom: -35px;
	}

}



.menu > li {
	text-transform: uppercase;

}

.menu > li {
	padding: 0;
}

.menu a {
	color: #FFF;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
}

.menu-main-container ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.sub-menu {
	text-transform: uppercase;
	font-family: mr-eaves-xl-modern, sans-serif !important;

}



@media only screen and (min-width: 999px) {

	.monarch-header-bottom-content {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.menu-main-container {
		flex: 0 1 760px;
		margin-left: 140px;
		max-width: 760px;
		min-width: 670px;
	}

	.menu-main-container li {
		padding: 0;
	}


	#menu-main {
		display: flex;
		justify-content: space-between;
	}

	.sub-menu {
		display: none;
	}
}

@media only screen and (min-width: 999px) {

	.monarch-header-bottom:after {
		content: '';
		background-image: linear-gradient(to bottom, #002453, rgba(0, 36, 83, 0.95));
		position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
	}

	.monarch-header-bottom.menu-open:after {
		opacity: 1;
		transition: opacity 0.2s ease-out;
	}

	.monarch-header-bottom:before {
		content: '';
		width: 100%;
		position: absolute;
		background-color: #F0F;
		height: 140px;
		left: 0;
		top: 99%;
		background-color: rgba(0, 36, 83, 0.95);
		border-top: 2px solid #FFCE00;
		opacity: 0;
		z-index: -1;

	}

	.monarch-header-bottom.menu-open:before {
		opacity: 1;
		transition: opacity 0.25s ease-out;
	}

	.menu-main-container {
		min-width: 0;
		margin-left: 100px;
	}

	#menu-main > li {
		height: 70px;
		display: flex;
		align-items: center;
	}

	li.sub-menu-open {
		background-image: url('/wp-content/uploads/2018/02/mountain-nav-icon@2x.png');
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: 76px auto;
	}

	li.sub-menu-open .sub-menu {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		width: 100%;
		position: absolute;
		left: 0;
		right: 0;
		top: 45px;
		margin: auto;
		height: 180px;
		max-width: 1040px;
		padding: 48px 0;
	}
}

li.sub-menu-open .sub-menu li {
	width: 14%;
	margin-bottom: auto;
	line-height: 24px;
}

@media only screen and (max-width: 1000px) {
	.monarch-header-bottom-content {
		position: relative;
	}

	.menu-main-container {
		background-color: #002453;
		width: 100%;
		z-index: 9999999;
		top: 60px;
		position: fixed;
		left: 0;
		padding: 18px;
		height: calc(100vh - 60px);
		overflow: auto;
		transform: scaleY(0);
		transform-origin: 0 0;
		transition: transform 0.25s cubic-bezier(0.4, 0.3, 0.2, 1);
		transition-delay: 0.15s;
	}

	#menu-main {
		opacity: 0;
		transition: opacity 0.15s ease-out;
	}

	.menu-main-container.menu-open {
		transform: scaleY(1);
		transition-delay: 0s;
	}

	.menu-main-container.menu-open #menu-main {
		transition-delay: 0.25s;
		opacity: 1;
	}

	.menu li {
		font-size: 16px;
		line-height: 24px;
		width: auto;
	}

	#menu-main > li > a {
		color: #FFCE00;
	}

	#menu-main > li + li {
		margin-top: 16px;
	}

	.sub-menu li + li {
		margin-top: 4px;
	}
}

@media screen and (min-width: 1001px) and (max-width: 1200px) {
	#gallbutton {
		bottom: 75px;
	}
}

@media only screen and (max-width: 999px) {
	#footer-col-11, #footer-col-10 {
		float: none;
	}
	#nav-icon1 {
		display: block;
	}
}

@media only screen and (max-width: 1200px) {
	li.sub-menu-open .sub-menu {
		max-width: 992px;
	}
}
