* {
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
html, body {
  height: 100%;
  font-size: 16px;
}
body {
  margin: 0px;
  padding: 0px;
  font-family: Avenir-Regular, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  background: url(/images/header.png) repeat-x #f0f0f0;
}
a {
  color: #000;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
a:hover {
  text-decoration: none;
  color: #1290d8;
}
strong {
  font-weight: normal;
  font-family: Avenir-Demi;
}
h1, h2, h3, h4 {
  font-weight: normal;
  margin: 0 0 .5rem 0;
  color: #231f20;
  webkit-transition: font-size 0.3s ease;
  transition: font-size 0.3s ease;
}
h1 {
  font-size: 3.5rem;
  line-height: 4rem;
}
h2 {
  font-family: Avenir-Demi;
  font-size: 2.5rem;
  line-height: 2.5rem;
  text-transform: uppercase;
  margin-top: .5rem;
}
h3 {
  font-size: 2rem;
  line-height: 2rem;
}
h4 {
  font-size: 2rem;
  line-height: 2rem;
}
form {
  margin: 0;
  padding: 0;
}
img {
  border: none;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
li {
  display: block;
  padding-left: 20px;
  background: url(/images/bllt.svg) no-repeat left center;
  margin-bottom: .4rem;
}
input[type=text], input[type=password], input[type=email], input[type=tel], textarea, select {
  position: relative;
  border: solid 1px #ddd;
  line-height: 1.5;
  text-decoration: none;
  text-align: left;
  color: #000;
  outline: none;
  vertical-align: middle;
  background: #fff;
  cursor: default;
  font-family: Avenir-Regular, Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  padding: .8rem;
  width: 100%;
}
select {
  text-overflow: '';
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 3rem;
}
input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=tel]:focus, textarea:focus, select:focus {
  border-color: #1290d8;
}
::-webkit-input-placeholder {
  color: #0c0c0c;
  opacity: 1;
}
:-moz-placeholder {
  color: #0c0c0c;
  opacity: 1;
}
::-moz-placeholder {
  color: #0c0c0c;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #0c0c0c;
  opacity: 1;
}
button, input[type=submit] {
  font-family: Avenir-Light;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  background-color: #000;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.5;
  padding: .8rem;
  border: solid 1px #fff;
  cursor: pointer;
  width: 100%;
  vertical-align: top;
}
button:hover, input[type=submit]:hover {
  background: rgb(112,112,112);
  background: -moz-linear-gradient(top,  rgba(112,112,112,1) 0%, rgba(0,0,0,1) 50%, rgba(94,94,94,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(112,112,112,1) 0%,rgba(0,0,0,1) 50%,rgba(94,94,94,1) 100%);
  background: linear-gradient(to bottom,  rgba(112,112,112,1) 0%,rgba(0,0,0,1) 50%,rgba(94,94,94,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#707070', endColorstr='#5e5e5e',GradientType=0 );
}
header {
  height: 160px;
  padding-top: 20px;
}
#main {
  max-width: 1600px;
  margin: 0 auto;
}
#logo img {
  height: 82px;
}
#sign_in_block {
  color: #fff;
  float: right;
  word-spacing: .5rem;
  padding-top: 16px;
}
#sign_in_block input, #sign_in_block button {
  display: inline-block;
  width: auto;
  font-size: 1.25rem;
  line-height: 1.25rem;
  padding: .5rem .8rem;
  height: 40px;
  width: 10rem;
}
#sign_in_block button {
  text-transform: none;
  width: auto;
}
#left_clmn {
  width: 66%;
  float: left;
  padding: 0 2rem 2rem 3rem;
  font-size: 1.1rem;
}
#right_clmn {
  width: 34%;
  float: left;
  padding: 0 3rem 2rem 2rem;
}
#info_block {
  background-color: #f6f6f6;
  border: solid 1px #bdbdbd;
  padding: 1.5rem;
  text-align: center;
  overflow: hidden;
}
#info_block h3 {
  font-family: Avenir-Demi;
  font-size: 1.1rem;
  text-transform: uppercase;
  line-height: normal;
  margin: 1rem 0;
}
.info_icn {
  width: 50%;
  float: left;
  text-align: center;
  padding: 1.5rem .5rem;
  font-size: .8rem;
  text-transform: uppercase;
  min-height: 150px;
}
.info_icn img {
  display: block;
  margin: 0 auto 1rem auto;
  height: 44px;
}
#privacy {
  text-align: center;
  font-size: 1.2rem;
  clear: both;
  padding-bottom: 1rem;
}
#privacy a {
  white-space: nowrap;
}
#sign_up_form {
  padding: 2rem;
  background-color: #2f2f2f;
  position: relative;
  margin-top: 3rem;
  padding-top: 1rem;
}
#sign_up_form:before {
  display: block;
  content: '';
  width: 306px;
  height: 434px;
  background: url(/images/dog.jpg) no-repeat;
  position: absolute;
  left: 0;
  top: -434px;
}
#left_clmn p {
  margin-left: 340px;
  text-align: justify;
}
#sign_up_form h3 {
  font-size: 2.2rem;
  color: #fff;
  margin: 0 .5rem 1rem .5rem;
}
#sign_up_form h3 span {
  font-family: Avenir-Demi;
}
#sign_up_form .form-group, #sign_up_form button {
  width: 31%;
  margin: .5rem;
}
#signup_fname, #signup_lname, #signup_email, #signup_phone, #signup_company {
  padding-left: 3rem;
  background-position: 1rem center;
  background-repeat: no-repeat;
}
#signup_fname, #signup_lname {
  background-image: url(/images/icn_login.svg);
}
#signup_email {
  background-image: url(/images/icn_mail.svg);
}
#signup_phone {
  background-image: url(/images/icn_phone.svg);
}
#signup_company {
  background-image: url(/images/icn_biz.svg);
}


#login-form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

#login-form .form-group {
  float: left;
  margin-right: 1rem;
}

#signUp-form .form-group {
  float: left;
}

#login-form .help-block, #signUp-form .help-block {
  position: absolute;
  width: 100%;
  font-size: 0.7rem;
  margin: 0;
  color: orange;
  font-weight: bold;
}

#sign_in_block .form-group input {
  width: 100%;
}

#signUp-form .field-signupform-confirmcheck {
  display: inline-block;
  width: 100%;
  color: white;
  clear: both;
  float: none;
  margin-bottom: 0;
}

#signUp-form .field-signupform-confirmcheck a {
  color: white;
  text-decoration: underline;
}

div.faq-list ol li {
  display: list-item;
  background: none;
}

div.faq-list h4 {
  margin-top: 20px;
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
}

@media screen and (max-width: 1650px) {
  header {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 1550px) {
  .info_icn {
    width: 100%;
    padding: 1rem;
    min-height: inherit;
  }
}
@media screen and (max-width: 1470px) {
  #sign_up_form .form-group, #sign_up_form button {
    width: 46%;
  }
}
@media screen and (max-width: 1300px) {
  #sign_up_form:before {
    display: none;
  }
  #left_clmn p {
    margin-left: 0;
  }
}
@media screen and (max-width: 1000px) {
  #sign_up_form .form-group, #sign_up_form button {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  #sign_up_form h3 {
    margin-left: 0;
    text-align: center;
  }
}
.c-phone {
  position: relative;
  top: -10px;
}
@media screen and (max-width: 999px) {
  #left_clmn, #right_clmn {
    float: none;
    width: 100%;
    padding: 1rem;
  }
  #logo {
    position: absolute;
    left: 50%;
    top: 1rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  header {
    height: auto;
    background-color: #000;
    border-bottom: solid 6px #c0c0c0;
  }
  #sign_in_block {
    float: none;
    text-align: center;
    padding: 100px 0 20px 0;
  }
  #sign_in_block .form-group, #sign_in_block button {
    width: 100%;
    margin-bottom: .5rem;
  }
  #login-form .help-block, #signUp-form .help-block {
    position: relative;
  }
  .c-phone {
    top: 5px;
  }
}

#video-container {
  float: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9999;
}

.video-center-modal .wr-in {
  display: table;
  height: 100%;
  width: 100%;
}

.video-center-modal .inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.video-center-modal .inner > .vide-box {
  text-align: center;
  width: 90%;
  max-width: 90%;
  display: inline-block;
}

.flex-video embed, .flex-video iframe, .flex-video object, .flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-center-modal .close-reveal-modal {
  color: #ffffff;
  font-size: 2.75rem;
  position: absolute;
  left: 1.25rem;
  top: 1.25rem;
  z-index: 1;
  line-height: 1;
  cursor: pointer;
}