/* imports */
@import url(http://fonts.googleapis.com/css?family=Lobster);

/* resets */
*,
*:before,
*:after {
  box-sizing: border-box;
}
.clearfix:after {
	content: "";
  display: table;
  clear: both;
}

/* global */
body {
  background-color: #FFFFFF;
  color: #000000;
  font-family: OpenSans,Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 15px;
  line-height: 1.5em;
  margin:0;
  padding:0;
}
.wrapper {
  margin: 0 auto;
  padding: 0px;
  max-width: 100%;
  background-color: #fff;
}	
h1 {
	font: 40px/1.1em OpenSans,Helvetica Neue,Helvetica,Arial,sans-serif;
	padding-bottom:0.25em;
	padding-top: 0.5em;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

h2 {
	font: 30px/1.1em OpenSans,Helvetica Neue,Helvetica,Arial,sans-serif;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

h3 {
	font: 24px/1.3em OpenSans,Helvetica Neue,Helvetica,Arial,sans-serif;
	padding-bottom:0.5em;
	padding-top: 0.5em;
	font-weight: bold;
	color: #983222;
	text-align: center;
}

.ty {
	font: 24px/1.3em OpenSans,Helvetica Neue,Helvetica,Arial,sans-serif;
	font-weight: bold;
	color: #983222;
	text-align: center;
}

.smallprint {
	font-size:16px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.tmTxt {
	font-size:10px; 
	padding-top:2em;	
}
p, li, div { 
  	font-size: 18px;
  	font: OpenSans,Helvetica Neue,Helvetica,Arial,sans-serif;
  	line-height:1.3em; 
	color:#333;
	padding-top: 0.5em;
}
.finePrint {
	font-size: 14px;
	padding-top: 1.5em;
}
.padPOI {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0.5em;
}

.referral {
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding-bottom: 0.5em;
	padding-top: 1em;
	padding-left: 10px;
	padding-right: 10px;
}

.section1{
	background-color: #FFFFFF;
	padding-bottom: 1em;
}

.section-smallprint {
	padding-bottom: 2em;
}

.section2{
	background-color: #253746;
	padding-top: 2em;
	padding-bottom: 3em;
}

.section3{
	background-color: #f2f2f2;
	padding-top: 1.5em;
	padding-bottom: 2.5em;
	text-align: center;
}

.section3-note {
	width: 670px;
}

.clientNameField {
	width: 50%;
}

.referralField {
	padding-left: 25px !important;
	padding-right: 25px !important;
}

.mobile-display {
	display: none;
}


/* form */
form.form {
    color: #666;
    font: 100%/120% Tahoma,Arial,Helvetica,Verdana,sans-serif;
    font-size: 13px;
    margin: .5em 0 1em 0;
    padding: .5em;
}
input[type=email]{
    border-radius: 5px;
    border: 1px solid #DADADA;
    width: 100%;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    background-color: white;
    margin-bottom: 8px;
    padding: 7px 0px 7px 10px;
    color: #777777;
}
input[type=text]{
    border-radius: 5px;
    border: 1px solid #DADADA;
    width: 100%;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    background-color: white;
    margin-bottom: 8px;
    padding: 7px 0px 7px 10px;
    color: #777777;
}
input[type=submit]{
	background: #ebb700;
    border: 0 none;
    border-radius: 4px;
    cursor: pointer;
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: 700;
    padding: 10px 42px;
}

select {
	width: 100%;
	height: 46px;
	border-radius: 5px;
	font-family: 'Open Sans',sans-serif;
	border: 1px solid #DADADA;
	font-size: 14px;
	background-color: white;
	margin-bottom: 10px;
	color: #777777;
	padding-left: 5px;
}

p.select {
    overflow: hidden;  
    border-radius: 20px;
    border: 1px solid #DADADA;
    background: #fff;
    margin-bottom: 8px !important;
    margin-top: 2px !important;
}

 p.select select {
    width: 100% !important;
border: 0;
   border-radius: 0;
   -webkit-appearance: none;
   margin-bottom:0px;
   padding-left: 5px;
   -moz-appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}



/* button */
.submit {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
    font-size: 14px;
    border-radius: 3px;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    background-color: #F0AB00;
    font-size: 26px;
    color: #253746;
    padding: 12px 20px;
}



.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
    font-size: 14px;
    border-radius: 3px;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
}

.btn-default {
    color: #fff;
    background-color: #ebb700;
    border-color: transparent;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 3px;
    margin: 1em 1em 0 0;
}

a.btn-audio:hover{
	color: #fff;
    background-color: #ebb700;
    }
    
a.btn-default:hover{
	color: #ebb700;
    background-color: #fff;
    }
    
a.btn-lg:hover{
    color:#fff;
	background: #6e787f;
    }

/* button for thank you page */
.btn-ty {
    transition: all 150ms ease-in-out 0s;
	text-decoration: none;
	max-width:100%;
}
.btn-ty, .form-control, body {
    text-rendering: optimizelegibility;
}
.btn-ty-primary {
    background-color: #F0AB00;
	border-color: #F0AB00;
    color: #fff;
}
.btn-ty {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 20px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.btn-ty-primary:hover {
	background-color:#F0AB00;
	color: #FFFFFF;
}
.btn-ty:hover {
	text-decoration: none;
	background-color: #F0AB00;
}
.btn-ty:focus, .btn-ty.focus {
	text-decoration: none;
	background-color: #F0AB00;
	border-color: #F0AB00;
}

/* grid */
.row {
  margin: 0px;
}
.row:last-child {
  margin-bottom: 0;
}
[class*="col-"] {
  padding:5px 15px 5px 15px;
}

.formcell{
	padding-right: 10px;
    padding-left: 0px;
}


@media all and ( min-width: 888px ) {
  
  .col-2-3 {
    float: left;
    width: 66.66%;
  }
  .col-1-2 {
    float: left;
    width: 50%;
  }
  .col-1-3 {
	float: left;
    width: 33.3%;
  }
  .col-1-4 {
    float: left;
    width: 25%;
  }
  .col-1-5 {
    float: left;
    width: 20%;
  }	
  .col-1-8 {
    float: left;
    width: 12.5%;
  }
  .col-2-5 {
    float: left;
    width: 40%;
  }
  .col-3-5 {
    float: left;
    width: 60%;
  }
  .col-3-4 {
    float: left;
    width: 75%;
  }
  .col-1-12 {
    float:left;
	width:7%;
  }	
   #myModal .modal-dialog  {
 	width:500px;
	align-content:center;
  }
  .phoneMiddle {
	  padding-top:40px;
  }
	.arrowdiv{
		position: relative;
	}
	.arrowdiv img{position: absolute; margin-top: 10px;margin-bottom: auto; max-width: 100%; width:10px; height: auto}
}

/* iPads (portrait and landscape) ----------- 768*/
@media only screen 
and (min-width : 620px)
and (max-width : 887px) {
.col-2-3 {
   float: left;
   width: 100%;
 }
.col-1-3 {
   float: left;
   width: 100%;
	padding-top: 1.5em;
 }
	
.clientNameField {
	width: 100%;
}	
.section3{
	background-color: #f2f2f2;
	padding-top: 1.5em;
	padding-bottom: 2.5em;
	text-align: center;
}
	
.section3-note {
	width: 600px;
}	
	
.referralField {
	padding-left: 15px !important;
	padding-right: 15px !important;
}	
h1 {
	margin-bottom: 0;
	padding-bottom: 0;
}
.formSize {
	width: 80%;
}
	
.mobile-display {
	display: block;
}

.desktop-display {
	display: none;
}

	
}

@media only screen 
and (min-width : 400px) 
and (max-width : 620px) {

.section3{
	background-color: #f2f2f2;
	padding-top: 1.5em;
	padding-bottom: 2.5em;
	text-align: center;
}	
.section3-note {
	width: 420px;
}
#webinarForm {
	margin-right:0 !important;
	padding-top: 0 !important;	
	padding-left: 0 !important;
	padding-bottom: 0 !important;
	padding-right: 0 !important
}
	
.clientNameField {
	width: 100%;
}	

.referralField {
	padding-left: 15px !important;
	padding-right: 15px !important;
}	
	
/* button for thank you page */
.btn-ty {
    transition: all 150ms ease-in-out 0s;
	text-decoration: none;
	max-width:100%;
}
.btn-ty, .form-control, body {
    text-rendering: optimizelegibility;
}
.btn-ty-primary {
    background-color: #F0AB00;
	border-color: #F0AB00;
    color: #fff;
}
.btn-ty {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 20px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.btn-ty-primary:hover {
	background-color:#F0AB00;
}
.btn-ty:hover {
	text-decoration: none;
	background-color: #F0AB00;
}
.btn-ty:focus, .btn-ty.focus {
	text-decoration: none;
	background-color: #F0AB00;
	border-color: #F0AB00;
}	
.circle {
	padding-left: 50px !important;
	padding-right: 50px !important;
	padding-bottom: 20px !important;
}
.section1{
	background-color: #FFFFFF;
	padding-bottom: 1em;
}
.ty {
	font: 20px/1.3em OpenSans,Helvetica Neue,Helvetica,Arial,sans-serif;
	font-weight: bold;
	color: #983222;
	text-align: center;
}
.formSize {
	width: 90%;
}	
.mobile-display {
	display: block;
}

.desktop-display {
	display: none;
}		
}

/* Smartphones (portrait and landscape) ----*/
@media only screen 
and (min-width : 100px) 
and (max-width : 400px) {
#webinarForm {
	margin-right:0 !important;
	padding-top: 0 !important;	
	padding-left: 0 !important;
	padding-bottom: 0 !important;
	padding-right: 0 !important
}


h1 {
	font: 30px/1.1em OpenSans,Helvetica Neue,Helvetica,Arial,sans-serif;
	padding-top:0;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 0;
}

h2 {
	font: 26px/1.1em OpenSans,Helvetica Neue,Helvetica,Arial,sans-serif;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

h3 {
	font: 20px/1.3em OpenSans,Helvetica Neue,Helvetica,Arial,sans-serif;
	padding-bottom:0.5em;
	padding-top: 0.5em;
	font-weight: bold;
	color: #983222;
	text-align: center;
}
	
.clientNameField {
	width: 100%;
}	
.section3{
	background-color: #f2f2f2;
	padding-top: 1.5em;
	padding-bottom: 2em;
	text-align: center;

}
	
.section3-note {
	padding-left: 0.5em;
	padding-right: 0.5em;
	width: auto;
}

.referralField {
	padding-left: 15px !important;
	padding-right: 15px !important;
}	
	
/* button for thank you page */
.btn-ty {
    transition: all 150ms ease-in-out 0s;
	text-decoration: none;
	max-width:100%;
}
.btn-ty, .form-control, body {
    text-rendering: optimizelegibility;
}
.btn-ty-primary {
    background-color: #F0AB00;
	border-color: #F0AB00;
    color: #fff;
}
.btn-ty {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 20px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.btn-ty-primary:hover {
	background-color:#F0AB00;
}
.btn-ty:hover {
	text-decoration: none;
	background-color: #F0AB00;
}
.btn-ty:focus, .btn-ty.focus {
	text-decoration: none;
	background-color: #F0AB00;
	border-color: #F0AB00;
}	
.circle {
	padding-left: 50px !important;
	padding-right: 50px !important;
	padding-bottom: 20px !important;
}
.section1{
	background-color: #FFFFFF;
	padding-bottom: 1em;
}
.ty {
	font: 20px/1.3em OpenSans,Helvetica Neue,Helvetica,Arial,sans-serif;
	font-weight: bold;
	color: #983222;
	text-align: center;
}
.formSize {
	width: 90%;
}	
.mobile-display {
	display: block;
}

.desktop-display {
	display: none;
}	
}
}