@font-face {
  font-family: 'MarkProBold';
  src: url('../fonts/MarkPro-Bold.otf');
}

@font-face {
  font-family: 'MarkProLight';
  src: url('../fonts/MarkPro-Light.otf');
}


/* ==================================================================================== */
/* Landing Page */
/* ==================================================================================== */
#landing-page, #landing-page-1075{
  width: 990px;
  height: 700px;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  color: #fff;
  font-family: 'MarkProBold', sans-serif;
  padding-top: 30px;
	}
	
#landing-page-1075 {
	width: 1075px;
	}

#landing-page-inner {
	 background: #5acae7;
	 display: block;
	 height: 675px;
	}
#landing-page a, #landing-page a:focus {
	color: #fff;
	}
#landing-page .row {
	padding: 28px 28px 22px 28px;
	}
#landing-page .row2 {
	padding: 0 28px 28px 28px;
	}
.landing-title {
	font-size: 38px;
    line-height: 42px;
	}	
	
.landing-col {
	float: left;
	width: 210px;
	margin-right: 25px;
	}
#landing-col3 {
	margin-right: 44px;
	}
#landing-col4 {
	margin-right: 0px;
	background: none;
	padding-top: 30px;
	font-weight: 500;
    font-family: 'Catamaran', sans-serif;
	}
#landing-col4 .p1, #landing-col4 .p2 {
	font-size: 18px;
    line-height: 20px;
    letter-spacing: 1.4px;
	padding-bottom: 15px;
	}
#landing-col4 .p2 {
	font-size: 15px;
	font-weight: 200;
	padding-top: 4px;
	}
	
#landing-col4 .p2 a {
	font-weight: 500;
	}
#landing-col4 a {
	color: #fff;
	text-decoration: underline;
	}
#landing-col4 img {
	float: right;
	margin-top: 18px;
	}
.landing-col-title span {
	font-size: 13px;
    font-weight: 100;
    text-transform: uppercase;
    line-height: 15px;
	margin-bottom: 8px;
	display: inline-block;

	}
.landing-col-title img {
	display: inline-block;
	margin-bottom: -3px;
	}
.landing-tile {
	background: #fff;
	color: #5acae7;
	font-size: 14px;
	line-height: 15px;
	padding: 6px;
	margin-bottom: 15px;
	}
#landing-col4 .landing-tile {
	background: none;
	color: #fff;
	}
.landing-tile-caption {
	margin-top: 6px;
	}
.landing-close {
	position: absolute;
	right: 25px;
	padding: 4px;
	height: 25px;
	width: 25px;
	top: 12px;
	background: #fff;
	font-weight: bold;
	}
.landing-close .nest-close-button-wrapper2 {
	margin-top: 4px;
background: none;
text-align: center;
color: #5acae7;
	}
#landing-page-1075 .landing-close .nest-close-button-wrapper2 {
	color: #0a7942;
	}
#landing-page-1075 .landing-close {
	right: 28px;
	}
.page-id-70542 .nest-close-button-wrapper .nest-close-button, #landing-subtitle-mobile {
	display: none;
	}
.desktop-br {
	display: inline;
	}
.mobile-br {
	display: none;
	}
.nest-close-button-wrapper {
	display: none;
	}
#landing-page .nest-close-button-wrapper {
	display: block;
	}
.no-pad {
	padding: 0;
	}
.floatleft img {
	padding: 0;
	margin: 0;
	display:block;
	}
.floatleft {
	float: left;
	}
.pln {
	position: fixed;
	bottom: 35px;
	right: 35px;
	}
#landing-page-1075 #landing-page-m {
	display: none;
	}
	
/* ==================================================================================== */
/* MEDIA QUERY 599 - 1 Mobile */
/* ==================================================================================== */

   @media only screen and (device-width: 599px), only screen and (min-width: 1px) and (max-width: 767px) {

/* Landing Page */
#landing-page, #landing-page-1075 {
	width: 320px;
	height: 100%;
	}
#landing-page-inner {
    background: #5acae7;
    display: block;
    height: 2730px;
}
#landing-page-1075 #landing-page-d {
	display: none;
	}
#landing-page-1075 #landing-page-m {
	display: block;
	}
.landing-col {
	width: 100%;
	margin: 0 0 25px 0;
	}
#landing-col4 {
	padding: 0;
	}
#landing-col4 img {
	float: left;
	width: 100%;
	}
#landing-col4 .p1 {
	display: none;
	}
#landing-col4 .p2 {
	padding-top: 20px;
	border-top: 7px solid #fff;
	font-size: 18px;
	line-height: 24px;
	}
#landing-page .row2 {
	padding: 28px 28px 28px 28px;
	}
.toprow-mobile {
	color: #5acae7;
	background: #fff;
	margin-bottom: 10px;
	}
.landing-title {
	padding-top: 25px;
	}
#landing-subtitle-mobile {
	display: block;
    margin-top: 20px;
	}
.landing-close .nest-close-button-wrapper2 {
    font-size: 12px;
	color: #fff;
	margin-top: 2px;
}
.landing-close {
    position: absolute;
    right: 15px;
    padding: 4px;
    height: 15px;
    width: 15px;
    top: 44px;
    background: #5acae7;
    font-weight: bold;
	color: #fff;
}
#landing-page-1075 .landing-close {
	display: none;
	}
.desktop-br {
	display: none;
	}
.mobile-br {
	display: inline;
	}

}
	
