/*CUSTOM FONTS */
@font-face {
    font-family: 'louisianaregular';
    src: url('fonts/louisiana-webfont.eot');
    src: url('fonts/louisiana-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/louisiana-webfont.woff2') format('woff2'),
         url('fonts/louisiana-webfont.woff') format('woff'),
         url('fonts/louisiana-webfont.ttf') format('truetype'),
         url('fonts/louisiana-webfont.svg#louisianaregular') format('svg');
    font-weight: 400 !important;
    font-style: normal !important;

}


@font-face {
    font-family: 'superclarendonregular';
    src: url('fonts/superclarendon_regular-webfont.eot');
    src: url('fonts/superclarendon_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/superclarendon_regular-webfont.woff2') format('woff2'),
         url('fonts/superclarendon_regular-webfont.woff') format('woff'),
         url('fonts/superclarendon_regular-webfont.ttf') format('truetype'),
         url('fonts/superclarendon_regular-webfont.svg#superclarendonregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face { 
    font-family: 'superclarendonlight';
    src: url('fonts/superclarendon_light-webfont.eot');
    src: url('fonts/superclarendon_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/superclarendon_light-webfont.woff2') format('woff2'),
         url('fonts/superclarendon_light-webfont.woff') format('woff'),
         url('fonts/superclarendon_light-webfont.ttf') format('truetype'),
         url('fonts/superclarendon_light-webfont.svg#superclarendonlight') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
	background-color:#ff921d;
	margin:0;
    font-size: 18px;
    line-height: 20px;
	font-family: 'louisianaregular';
    color: #fff;
	font-weight:normal;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}

.content {
	width:926px;
	-moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
	background-color: #fff; /* layer fill content */
	height: auto;
	box-shadow: rgb(126, 126, 126) 1px 5px 16px 0px;  
	text-align: center;
	padding:30px;
	 display: block;
  	margin-left: auto;
  	margin-right: auto;
	margin-top:70px;
}

.landing-page {
  margin:0;
  padding:10px;
  position: relative;
  display: inline-block;
  max-width: 100%;
}

.header {
	width: 80%;
    margin-bottom: 30px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.sub-header {
	width: 80%;
    margin-bottom: 52px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}


.landing-page .left-col {
  width:50%;
  float:left;
}

.landing-page .left-col img {
  max-width: 450px;	
}



.landing-page .right-col {
  width:40%;
  float:right;
  text-align:center;
  padding-right:25px;
}


.thankyou-page {
  margin:0;
  padding:10px;
  position: relative;
  display: inline-block;
  max-width: 100%;
}

.thankyou-page .left-col img {
	max-width: 360px;
}

.thankyou-page .left-col {
  width:50%;
  float:left;
}

.thankyou-page .left-col img {
  max-width: 450px;	
}



.thankyou-page .right-col {
     width: 29%;
    float: right;
    text-align: center;
    padding-right: 100px;
    margin-top: 85px;
}

h3 {
    font-size: 38px;
	font-weight:bold;
    margin-top: 0;
    margin-bottom: 15px;   
    line-height: 1.25;
    font-family: 'superclarendonregular';
    color: #53b7e8;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	
}

h1 {
    font-size: 65px;
	font-weight:bold;
    margin-top: 0;
    margin-bottom: 15px;   
    line-height: 67px;
    font-family: 'superclarendonregular';
    color: #53b7e8;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	
}

h4 { 
    font-size: 25px;
	font-weight:normal;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1.25;
    font-family: 'superclarendonregular';
    color: #777777;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	
}

.blue {
  color: #53b7e8;	
}



/* CONVERT KIT FORM STYLES */

/*Layout */
  .ck_form.ck_naked {
  /* divider image */
	background: transparent;
	line-height: 1.5em;
	overflow: hidden;
	color: #666;
	font-size: 14px !important;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	clear: both;
	margin: 0px 0px;
	text-align: left;
}

.ck_form.ck_naked p { 
	padding: 0px;
}

.ck_form, .ck_form * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ck_form.ck_naked .ck_form_fields {
	width: 100%;
	float: left;
}
/* Form fields */

.ck_errorArea {
	display: none; /* temporary */
}

#ck_success_msg {
	padding: 10px 10px 0px;
	border: solid 1px #ddd;
	background: #eee;
}

.subscribe-fields-wrapper {
	margin-left: 35px;
    margin-top: 0px;
}

.ck_form.ck_naked .subscribe-fields-wrapper  input[type="text"], .ck_form.ck_naked .subscribe-fields-wrapper input[type="email"] {
	padding: 10px 8px;
	width:285px;
	border: 1px solid #91ccef; /* stroke */
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
	background-color: #fff; /* layer fill content */
	margin-bottom: 5px;
	height: auto;
	float: left;
	margin: 0px;
	margin-right: 1%;
	height: 40px;
	margin-bottom:5px;
	font-size:17px;
}

.ck_form.ck_naked .subscribe-fields-wrapper .ck_subscribe_button{
    font-size: 20px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: none repeat scroll 0 0 #ff921d;
    color: #fff;
    width: 87%;
    height: 40px;
    padding:0px 0px 0px 0px !important;
    line-height:0px;
	-webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
}

  
  .ck_form.ck_naked input[type="text"], .ck_form.ck_naked input[type="email"] {
	width: 34%;
  }
  
  .ck_form.ck_naked input[type="email"] {
	width: 44%;
  }
  
.ck_form.ck_naked input[type="text"], .ck_form.ck_naked input[type="email"] {
	padding: 10px 8px;
	border: 1px solid #91ccef; /* stroke */
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
	background-color: #fff; /* layer fill content */
	margin-bottom: 5px;
	height: auto;
	float: left;
	margin: 0px;
	margin-right: 1%;
	height: 40px;
}

.ck_form input[type="text"]:focus, .ck_form input[type="email"]:focus {
	outline: none;
	border-color: #aaa;
}


.ck_form.ck_naked .ck_subscribe_button{
    font-size: 25px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: none repeat scroll 0 0 #91ccef;
    color: #fff;
    width: 17%;
    height: 40px;
    padding:0px 0px 8px 0px !important;
    line-height:0px;
	-webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
}
  
  
.ck_converted_content {
  display: none;
	background: #fff;
}

.page .ck_form.ck_naked {
	margin: 50px auto;
	max-width: 700px;
}


@media screen and (max-width: 767px){
.content {
	width:87%;
	margin-top:20px;
	padding: 11px 0px 0px 23px;
}

.landing-page .left-col {
  width:100%;
  float:left;
}

.landing-page .left-col img {
    width: 85%;
    margin-right: 45px;
}

.landing-page .right-col {
  width:100%;
  float:right;
  text-align:center;
  padding-left:20px;
}

.thankyou-page {
  margin-right:10px;
}

.thankyou-page .left-col {
  width:100%;
  float:left;
}

.thankyou-page .left-col img {
    width: 85%;
    margin-right: 50px;
}

.thankyou-page .right-col {
  width:100%;
  float:right;
  text-align:center;
  padding-left:0px;
  padding-right:30px;
  margin-top:25px;
}

h1 {
 font-size:30px;
 line-height:32px;
}

.thankyou-page h4 {
 font-size:22px;
}

.thankyou-page .header {
 margin-bottom:15px;
 margin-right:60px;
}

.thankyou-page .sub-header {
 margin-bottom:25px;
 margin-right:60px;
}


}


