@charset "UTF-8";
/* CSS Document */

@import url("https://use.typekit.net/ovo3acr.css");

#trueFlixForm .textBoxCls {
  width: 100%;
  height: 40px;
  border:none;
  color: #004973;
  font-family: sofia-pro, sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  box-sizing:border-box;
  outline-color: transparent;
  outline-style: none;
  padding-left:8px;
  margin-top:5px;
  border-radius: 6px;
  border: solid 2px #7fbee3;
  background-color: #ffffff;

}

#trueFlixForm .labelCls {
	font-family: sofia-pro, sans-serif;
  font-size: 16px !important;
  font-style: normal;
  font-stretch: normal;
  line-height: 22px;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0px;
  margin-top:0px;
  padding-top:0px;
  font-weight:400;
  color: #004973;
}

#trueFlixForm header {
	display:none;
}

#trueFlixForm .containerSpanCls {
	padding:0px;
	margin:0px;
	margin-bottom:28px;
}

.sendBtnCls {
padding:0px;
  width: 180px;
  height: auto;
  background: #e6792b;;
  color: #FFF;
  font-family: sofia-pro, sans-serif;
  font-size: 26px;
  line-height:26px;
  letter-spacing: 0.5px;
  border-radius: 5px;
  border: none;
  font-weight:900;
  padding-top:8px;
  padding-bottom:13px;
  -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

#trueFlixForm .error {
	background-color:transparent !important;
}

#trueFlixForm p {
	padding-bottom:20px;
}

#trueFlixForm .hideMe {
	display:none;
}

.errorCls,.emailErrorCls,.recaptchaError{
	color:red;
	font-family: sofia-pro, sans-serif;
    font-size: 16px;
    position:relative;
	padding-bottom:28px;
	display:block;
	margin-top:15px;
    
}
.errorTextBoxCls{
	border-color:red;
	margin-bottom:0;
	display:block;
}
.emailConfirmationDiv{
	width: 1440px;
    height: 200px;
    color: #004973;
    font-family: SofiaProMedium;
    font-size: 26px;
    line-height: 34px;
    text-align: center;  
    background-color: #a5d9f0;
    position: relative;
    bottom: 25px;
    transform: translateX(16%);
    box-shadow:1px 1px 1px 0 #000;
    padding-top:50px;
}
.g-recaptcha{
	margin-top:20px;
}
.hidden{
	display:none;
}