@charset "utf-8";
/* CSS Document */
/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
 #mktoStyleLoaded{
  background-color: #f8f8f8;
  padding-left: 50px;
}

#form-area .mktoForm .mktoButtonWrap.mktoDownloadButton .mktoButton {
    position: relative;
    display: inline-block;
    font: bold 16px/1 "helvetica neue", helvetica, arial, sans-serif;
    transition: all 125ms ease-in-out;
    vertical-align: top;
    height: 36px;
    line-height: 35px;
    padding: 0 25px;
    font-size: 14px;
    color: white;
    text-align: center;
    text-decoration: none;
    background-image: none;
background-color: #df3a39;
    cursor: pointer;
font-weight: 600;
box-shadow: none;
border-radius: 4px;
text-shadow: none;
 border-color: #df3a39 #df3a39 #df3a39;
    
}

.mktoForm select.mktoField {
  padding:3px 3px;
}
.mktoForm fieldset{
    display: block;
    margin-top: 0em;
}

#form-area .the-form h3 {
  margin-bottom: 20px;
}
    
#form-area .the-form p.submit {
  margin-top: 30px;
}
    
#form-area label.mktoLabel.mktoHasWidth {
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
  color:#000;
}

#form-area input {
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #666;
	font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
	font-size: 16px;
	padding: 10px;
	width: 100% !important;
}
mktoForm.form-icon .form-group {
    min-height: 40px;
    position: relative;
}
.form-group {
    margin-bottom: 15px;
}

#form-area .mktoForm .mktoLayoutAbove .mktoRequiredField .mktoAsterix {
    color: #FFF;
        float: right;
    padding-left: 0;
    padding-right: 0px;
}

#paid-003-basic-benefits .basic-hero .form-bg input, #paid-003-basic-benefits .basic-hero .form-bg .select2-selection--multiple {
    background-color: #f8f8f8;
}

mktoForm.form-icon .form-group input, form.form-icon .form-group .form-control {
    color: #303030;
    padding-left: 50px;
    width: 100%;
}
#form-area {
  background-color: #FFF;
  margin: auto;
  
}
    
#form-area .mktoButtonRow {
    display: inline-block;
    position: relative;
}
#form-area .mktoForm .mktoButtonWrap.mktoSkip button.mktoButton {
    background: #EC4847;
}


#form-area .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
    -webkit-transition: all 125ms ease-in-out;
    transition: all 125ms ease-in-out;
	background-color: #EC4847;
}

#form-area .mktoForm {
	width: 100% !important;
}

#form-area .mktoForm .mktoLabel {
	font-size: 14px;
	float: none;
	width: 100% !important;
	color:#FFF;
}
    
#form-area .mktoForm .mktoFormCol {
	float: none;
}	

#form-area .mktoForm .mktoGutter,
#form-area .mktoForm .mktoOffset {
	height: 1px
}

#form-area .mktoForm .mktoFieldWrap {
	float: none;
}

#form-area img {
  width: 230px;
  margin: auto;
  margin-bottom: 30px;
}
    
#form-area .mktoButtonRow {
	width: 100%;
	text-align:center;
}
    
#form-area .the-form form.form p label {
  width: 150px;
  color: #6a6a6a;
  font-weight: bold;
  text-transform: uppercase;
}
#footer-content {
  margin-top: 20px;
}
/* ********** 
  mobile 
**********  */
@media (max-width: 767px) {
	
	#header {
		padding-bottom: 40px;
	}
	
	.logo-gusto-white {
		min-height: 40px;
		width: 100px;
	}
		
	h1, h1#header-title {
		font-size: 36px;
		line-height: 40px;
		margin: 15px;
	}
	
	h2 {
		line-height: 34px;
		font-size: 30px;
	}
	
	#form-area {
		padding: 45px 15px;
	}

}
@media (max-width: 479px) {
	
	#form-area .mktoForm {
		padding: 0;
	}
	
	#form-area input {
		margin-top: 5px;
		padding: 20px 10px;
	}
}