.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1;
}

i {
  line-height: inherit;
}

i.left {
  float: left;
  margin-right: 15px;
}

i.right {
  float: right;
  margin-left: 15px;
}

i.tiny {
  font-size: 1rem;
}

i.small {
  font-size: 2rem;
}

i.medium {
  font-size: 4rem;
}

i.large {
  font-size: 6rem;
}

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

.left-align {
  text-align: left;
}

.right-align {
  text-align: right;
}

.mar-b {
  margin-bottom: 22px;
}

.mr15 {
  margin-right: 15px;
}

a:active, a:focus {
  outline: none;
}

input, textarea {
  outline: none;
}

input:active, textarea:active {
  outline: none;
}

:focus {
  outline: none;
}

textarea {
  resize: none;
}

textarea {
  resize: vertical;
}

textarea {
  resize: horizontal;
}

.relative {
  position: relative;
}

.clear {
  clear: both;
}

@media screen and (max-width: 767px) {
  .no-pad-mob {
    padding: 0 !important;
  }
}

.bg-white {
  background: #fff;
}

.fnone {
  float: none;
}

body {
  background: #f6f6f6;
}

.header-signup {
  position: relative;
  height: 69px;
  line-height: 69px;
  background: #d6000c;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .header-signup {
    margin-bottom: 24px;
  }
}

.header-signup img { /* AK: it's same as .header-plain img */
  margin: 4px auto; /* horizontal center */
  width: 150px;
  height: 59px;
}

.signup-wrapper {
  position: relative;
  width: 824px;
  margin: 0 auto 74px auto;
}

@media screen and (max-width: 991px) {
  .signup-wrapper {
    width: 714px;
  }
}

@media screen and (max-width: 767px) {
  .signup-wrapper {
    width: auto;
  }
}

.col-sw {
  padding-left: 0px;
  padding-right: 0px;
}

@media screen and (max-width: 767px) {
  .col-sw {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.col-sw > div {
  padding-right: 10px;
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  .col-sw > div {
    padding-right: 5px;
    padding-left: 5px;
  }
}

.form-wrapp {
  float: right;
}

.text-sign {
  float: left;
}

@media screen and (max-width: 767px) {
  .text-sign .title-signup {
    height: 35px;
  }
}

.text-sign p {
  font-size: 14px;
  font-weight: 300;
  margin: 0 0 28px 0;
}

@media screen and (max-width: 992px) {
  .text-sign p {
    margin: 0 0 16px 0;
  }
}

.text-sign a {
  color: #d6000c;
}

.title-signup {
  position: relative;
  height: 29px;
  color: #b9b9b9;
  text-align: center;
  font-weight: 300;
}

.title-signup a {
  color: #d6000c;
  text-decoration: none;
}

.form-signup-wrapper {
  position: relative;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
}

.form-signup-wrapper .fs-title {
  position: relative;
  font-size: 20px;
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #dedede;
}

.form-signup-wrapper .element-wrapper {
  position: relative;
  padding: 22px 70px;
  border-bottom: 1px solid #dedede;
}

@media screen and (max-width: 992px) {
  .form-signup-wrapper .element-wrapper {
    padding: 22px 29px;
  }
}

@media screen and (max-width: 767px) {
  .form-signup-wrapper .element-wrapper {
    padding: 22px 10px;
  }
}

.form-signup-wrapper .element-wrapper .sign-input {
  display: block;
  position: relative;
  outline: none;
  border: 2px solid #7e7e7e;
  border-radius: 3px;
  padding: 8px 10px;
  width: 100%;
  /* text-transform: uppercase; */
}

.form-signup-wrapper .element-wrapper textarea.sign-input {
  height: 40px;
}

.form-signup-wrapper .element-wrapper ::-webkit-input-placeholder {
  font-weight: 300;
  font-style: italic;
  color: #a4a4a4;
}

.form-signup-wrapper .element-wrapper :-moz-placeholder {
  /* text-transform: capitalize; */
  font-weight: 300;
  font-style: italic;
  color: #a4a4a4;
}

.form-signup-wrapper .element-wrapper ::-moz-placeholder {
  font-weight: 300;
  font-style: italic;
  color: #a4a4a4;
}

.form-signup-wrapper .element-wrapper :-ms-input-placeholder {
  font-weight: 300;
  font-style: italic;
  color: #a4a4a4;
}

.form-signup-wrapper .element-wrapper .SumoSelect
> .CaptionCont {
  border: 2px solid #7e7e7e;
  border-radius: 3px;
  padding: 8px 10px;
}

.form-signup-wrapper .element-wrapper .SumoSelect
> .CaptionCont > label > i {
  background: url(../i/red-arrow.png) no-repeat;
}

.form-signup-wrapper .element-wrapper .SumoSelect
> .CaptionCont .placeholder {
  text-transform: none; /* override uppercase of .SumoSelect */
  font-weight: 300;
  color: #a4a4a4;
}

.form-signup-wrapper .element-wrapper .SumoSelect
> .CaptionCont > span {
  text-transform: none; /* override uppercase of .SumoSelect */
}

.form-signup-wrapper .buttons-wrapper {
  position: relative;
  padding: 21px 20px;
  overflow: hidden;
}

@media screen and (max-width: 992px) {
  .form-signup-wrapper .buttons-wrapper {
    padding: 21px 29px;
  }
}

.form-signup-wrapper .buttons-wrapper button {
  display: block;
  position: relative;
  border: none;
  border-radius: 3px;
  background: #d6000c;
  width: 160px;
  height: 40px;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
}

@media screen and (max-width: 992px) {
  .form-signup-wrapper .buttons-wrapper button {
    width: 100px;
  }
}

.form-signup-wrapper .buttons-wrapper button:hover {
  background: #950008;
}

.form-signup-wrapper .buttons-wrapper button.previous {
  display: none;
  float: left;
}

.form-signup-wrapper .buttons-wrapper button.sign-up {
  display: none;
  float: right;
}

.form-signup-wrapper .buttons-wrapper button.next {
  float: right;
}

.step-1 {
  display: block;
}

.step-1 .mgn-btm-form {
  margin-bottom: 21px;
}

.step-2-target,
.step-2-agency,
.step-3 {
  display: none;
}

.step-2 .mgn-btm-form {
  margin-bottom: 19px;
}

.email-info {
  font-size: 13px;
  font-weight: 300;
  color: #a4a4a4;
  padding: 5px 6px 0;
  margin: 0;
}

.checked-sign {
  margin: 5px 0 12px;
}

.checked-sign span {
  font-size: 14px;
  font-weight: 300;
  color: #a4a4a4;
}

.checked-sign .quest-check {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  background: url(../i/question.png) no-repeat;
  vertical-align: middle;
  margin-left: 11px;
}

.checked-sign .quest-check:hover {
  background-position: 0 -16px;
}

.checkbox-sign {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  background: url(../i/check-sign.png) no-repeat;
  vertical-align: 0px;
  margin-right: 8px; /*16px;*/
}

.checkbox-sign.checked {
  background-position: 0 -20px;
}

.checkbox-sign input {
  opacity: 0;
  margin: 0;
  padding: 0;
}


/* AK */
@media (min-width: 576px) { /* SM+ */
    .grecaptcha-badge {
        bottom: 26px !important;
    }
}
