* {
  box-sizing: border-box;
}

html, body {
  padding: 0;
  margin: 0;
  background: #efefef;
  font-family: 'Roboto', sans-serif;
}

/* Fonts */

@font-face {
  font-family: 'Poppins-Medium';
  src: url('//www.lifecellhair.com/offers/fonts/Poppins-Medium.eot');
  src: url('//www.lifecellhair.com/offers/fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
       url('//www.lifecellhair.com/offers/fonts/Poppins-Medium.ttf')  format('truetype'),
       url('//www.lifecellhair.com/offers/fonts/Poppins-Medium.svg#svgRaleway-Bold') format('svg');
       font-style: normal; font-weight:700;
}

@font-face {
  font-family: 'Poppins-SemiBold';
  src: url('//www.lifecellhair.com/offers/fonts/Poppins-SemiBold.eot');
  src: url('//www.lifecellhair.com/offers/fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
       url('//www.lifecellhair.com/offers/fonts/Poppins-SemiBold.ttf')  format('truetype'),
       url('//www.lifecellhair.com/offers/fonts/Poppins-SemiBold.svg#svgRaleway-Bold') format('svg');
       font-style: normal; font-weight:700;
}

/* Common */

.wrapper {
  width: 100%;
  margin: 0 auto;
}

.content {
  width: 800px;
  margin: 0 auto;
}

.container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

/* Header */

.top-header {
  width: 100%;
  height: 60px;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.21);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.21);
  box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.21);
  position: relative;
  z-index: 10;
  background: #ffffff;
}

.header .logo {
  float: left;
  margin-left: 20px;
}

.header .sponsor-logos {
  float: right;
  margin-right: 40px;
}

.main-banner {
  width: 100%;
  z-index: 5;
  position: relative;
  text-align: center;
  -webkit-box-shadow: 0px 0px 33px 0px rgba(0,0,0,0.11);
  -moz-box-shadow: 0px 0px 33px 0px rgba(0,0,0,0.11);
  box-shadow: 0px 0px 33px 0px rgba(0,0,0,0.11);
  height: 441px;

}

.main-banner img {
  display: block;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

/* Content */

.content {
  -webkit-box-shadow: 0px 0px 33px 0px rgba(0,0,0,0.11);
  -moz-box-shadow: 0px 0px 33px 0px rgba(0,0,0,0.11);
  box-shadow: 0px 0px 33px 0px rgba(0,0,0,0.11);
  min-height: 800px;
  display: table;
}

.bg-blue {
  background: url('images/content-bg-blue.jpg') bottom center no-repeat #ffffff;
}

.bg-black {
  background: url('images/content-bg-black.jpg') bottom center no-repeat #ffffff;
}

.bg-purple {
  background: url('images/content-bg-purple.jpg') bottom center no-repeat #ffffff;
}

.bg-pink {
  background: url('images/content-bg-pink.jpg') bottom center no-repeat #ffffff;
}

.left-content {
  width: 500px;
  float: left;
  padding-top: 40px;
  padding-left: 30px;
}

.intro {
  text-align: center;
  color: #000000;
  font-size: 24px;
  font-family: 'Poppins-Medium';
  line-height: 26px;
}

.intro strong {
  color: #e0005f;
  font-size: 24px;
  font-family: 'Poppins-SemiBold';
  line-height: 26px;
}

.separator {
  width: 426px;
  height: 16px;
  background: url('images/hr.png') 0 0 no-repeat;
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
}

.day-banner {
  width: 520px;
  height: 125px;
  margin-left: -55px;
  margin-top: -40px;
}

.content-block {
  margin-top: 20px;
}

.content-block .title {
  padding-left: 14px;
  color: #000000;
  font-size: 24px;
  font-family: 'Poppins-Medium';
  line-height: 26px;
}

.content-block .title strong {
  color: #e0005f;
  font-size: 24px;
  font-family: 'Poppins-SemiBold';
  line-height: 26px;
}

.block-content {
  margin-bottom: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

.block-content.large {
  font-size: 17px;
  font-weight: 400; 
}

.block-content.small {
  font-size: 15px;
  font-weight: 400;

}

.right-content {
  width: 300px;
  float: right;
}

.form-container {
  width: 395px;
  height: 707px;
  padding: 166px 100px 10px 57px;
  margin-top: -315px;
  z-index: 20;
  position: relative;
  margin-left: -27px;
  background-size: 517px;
  background: url(images/container-form.png) no-repeat;
  background-size: 380px;
}
.where-to-send{ 
  margin-top: -130px;
  font-size: 29px;
  color: #ea2c4d;
  font-weight: 100;
  font-style: italic;

}

.product-container {
  text-align: center;
  margin-bottom:-10px;
  margin-top: 100px;
}

.rush-btn {
  text-align: center;
}

.rush-btn a {
  display: block;
  transition: opacity 0.3s ease;
  opacity: 1;
}

.rush-btn a:hover {
  opacity: 0.9;
}

.rush-btn a img {
  display: inline-block;
}

/* Footer */

.footer {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-align: center;
  font-size: 10px;
  line-height: 14px;
  margin-top: 20px;
  margin-bottom: 40px;
}

/* Form */

/*form*/
/* #fields_state is forced/added to this style because
LL ajax "State population" select fields refreshes this
field without a .field class for type input */
.field, #fields_state, .select-field {
    width: 100%;
    height: 30px;
    line-height: 24px;
    border: none;
    background-image: none;
    background: #ffffff;
    color: #2d2b2b;
    font-weight: bold;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    padding: 4px 5%;
    font-size: 13px;
    font-weight: normal;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px lightgrey solid;
    font-family: Arial, sans-serif;
}



#fields_fname {
    float: left;
    color: gray; 
}
#fields_lname {
    float: right;
    color: gray; 

}

.select-field {
    width: 100%;
    height: 30px;
    line-height: 24px;
    border: 1px #D1D1D1 solid;
    color: #666666;
    font-weight: bold;
    margin: 2px 0px;
    padding: 0;
    position: relative;
    margin-bottom: 8px;
}
select#fields_state {
    width: 100%;
    height: 30px;
    line-height: 24px;
    border: 1px #D1D1D1 solid;
    color: #666666;
    font-weight: bold;
    margin: 2px 0px;
    padding: 0;
    position: relative;
    margin-bottom: 5px;
}
/* Workaround for limelight hardcoding select width */
.select-outer {
    width:auto !important;
}
#opt_in_form {
	font-family: 'MyriadPro-Regular';
}
.fields {
	width:194px;
	height:24px;
	line-height:24px;
	border:none;
	background:url(../images/TextFIeld_BG.jpg) left top no-repeat;
	color: #666666;
	font-weight:bold;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: -20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
  padding-left: 5px;
  color: gray; 

}

input.field[type="text"] {
    margin-top: 2px;
    padding-left: 10px;
    color: gray; 

}
input.rush_order_btn {
	width: 234px;
  height: 66px;
  display: block;
  margin: 0;
  background: url('images/btn-rush-btn.png') no-repeat;
  border: none;
  margin: 0 0 0 -2px;
  transition: opacity 0.3s ease;
  opacity: 1;
  outline: none;
}
input.rush_order_btn:hover {
  opacity: 0.9;
}

.user_form_fields {
	padding: 0 24px;
	position: relative;
	z-index: 50;
	background-color: #ffffff;
}
.send-to {
	text-align: center;
    font: 16px 'ArialNarrow-Bold',sans-serif;
    margin: -14px 0 14px 0;
    position: relative;
    z-index: 40;
    background-color: #ffffff;
}
img#error_arrow {
    position: absolute;
    height: 50px;
    width: 100px;
    left: 310px;
}
.red {
	color: #dc0000;
}
form#opt_in_form .accept-terms-message {
    float: left;
    font-size: 10px;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 10px;
}
form#opt_in_form .accept-terms-message label[for=term-clicky] {
    float: left;
    width: 87%;
    margin-left: 5px;
    font-size: 12px;
}
form#opt_in_form .accept-terms-message #term-clicky {
    float: left;
}
.form-fields {
	margin-top: 10px;
}
.form-inner{ 
  margin-top: -21px;
}
#terms_index_div span {
  font-size: 13px !important;
  font-family: 'Tahoma', sans-serif !important;
  color: #696969 !important;
}

#terms_index_div span a {
    color: #696969 !important;
}

.privacy-link {
  font-family: 'Tahoma', sans-serif;
  font-size: 13px;
  color: #598b2c;
  text-decoration: none;
  font-weight: bold;
}
b { 
  font-weight: 400; 
}