
#content .get_started {
    width: 435px;
    height: 84px;
    font-size: 30px;
    line-height: 84px;
    margin: 0 auto;
    margin-top: 40px
}
#content .get_started:before {
    left: -25px;
    border-width: 42px 25px 42px 0
}
#content .get_started:after {
    right: -25px;
    border-width: 42px 0 42px 25px
}

#footer_nav {
    margin: 18px 0
}
#footer_nav a:hover:before {
    display: none
}
footer {
    text-align: center;
    padding-bottom: 40px
}
footer #copyright {
    color: #ffffff;
    font-size: 14px
}
.separator {
    height: 1px;
    position: relative;
    background: #dfdfdf;
    margin: 85px 0
}
.separator:before {
    content: "";
    width: 120px;
    height: 104px;
    top: 50%;
    left: 50%;
    margin: -52.5px 0 0 -60px;
    position: absolute;
    background: url(../images/why_choose_us.png)
}
.separator.benefits:before {
    background-position: 0 0
}
.separator.high_payouts:before {
    background-position: 0 -105px
}
.separator.reporting:before {
    background-position: 0 -210px
}
.separator.targeting:before {
    background-position: 0 -315px
}
.separator.technology:before {
    background-position: 0 -420px
}
#benefits {
    width: 600px;
    margin: 0 auto
}
#benefits p {
    color: #333333;
    font-weight: 600;
    font-size: 18px;
    display: block;
    line-height: 30px;
    position: relative;
    text-align: center
}
#benefits p:before,
#benefits p:after {
    content: "";
    width: 10px;
    height: 14px;
    top: 50%;
    margin-top: -7px;
    position: absolute
}
#benefits p:before {
    left: 0;
    background: url(../images/arrow_left.png)
}
#benefits p:after {
    right: 0;
    background: url(../images/arrow_right.png)
}
#contact_form {
    width: 480px;
    margin: 0 auto;
    margin-top: 70px
}
#contact_form textarea {
    height: 125px
}
#contact_form .btn {
    width: 150px;
    margin: 20px auto 50px auto
}
#signup_form {
    text-align: left
}
#signup_form hr {
    margin-bottom: 30px
}
#signup_form p {
    font-size: 14px;
    line-height: 30px
}
#signup_form p span {
    color: #e60000
}
#signup_form #member_info {
    overflow: hidden;
    font-size: 0;
    margin-top: 35px
}
#signup_form #member_info+hr {
    margin-top: 15px
}
#signup_form #member_info label {
    width: 55%
}
#signup_form #member_info input {
    width: 45%;
    display: inline-block
}
#signup_form label {
    line-height: 42px;
    margin-bottom: 25px;
    vertical-align: middle;
    display: inline-block
}
#signup_form label#budget_lbl p {
    line-height: 1.2em;
    display: inline-block;
    vertical-align: middle
}
#signup_form input {
    vertical-align: middle;
    margin-bottom: 25px
}
#signup_form #captcha {
    font-size: 14px;
    width: 48%;
    margin-left: 2%;
    display: inline-block
}
#signup_form #captcha_lbl {
    vertical-align: top
}
#signup_form #company_info {
    font-size: 0
}
#signup_form #company_info label {
    width: 50%;
    padding-right: 2%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
#signup_form #company_info input {
    width: 48%;
    margin-left: 2%
}
#signup_form h3 {
    margin-bottom: 30px
}
#signup_form #add_info_lbl {
    margin-bottom: 5px;
    font-weight: normal;
    text-transform: none
}
#signup_form textarea {
    height: 85px
}
#signup_form .btn {
    width: 145px;
    margin: 25px auto 0 auto
}
#phone {
    font-size: 24px;
    color: #00498c;
    margin-top: 70px;
    margin-bottom: 15px;
    font-weight: bold
}
.contact_icon {
    font-size: 18px;
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
    display: inline-block
}
.contact_icon:before {
    content: "";
    top: 50%;
    left: 0;
    position: absolute;
    background: url(../images/contact_icons.png)
}
.contact_icon.mail:before {
    width: 20px;
    height: 16px;
    margin-top: -7px;
    background-position: -21px 0
}
.contact_icon.location:before {
    width: 12px;
    height: 20px;
    left: 5px;
    margin-top: -10px;
    background-position: -42px 0
}
.contact_icon.skype:before {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background-position: 0 0
}
input[type="text"],
input[type="password"],
textarea,
select {
    color: #888888;
    height: 42px;
    width: 100%;
    outline: none;
    font-size: 16px;
    margin-bottom: 20px;
    border: 1px solid #dfdfdf;
    padding: 0 10px;
    font-family: 'Open Sans', sans-serif;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s
}
input:focus,
textarea:focus,
select:focus {
    border-color: #00498c
}
textarea {
    resize: none;
    padding: 10px
}
label {
    color: #888888;
    font-size: 14px;
    margin-bottom: 7px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    text-align: left
}
label span {
    color: #e60000
}
.rows {
    overflow: hidden
}
.row-3 {
    width: 33.333%;
    float: left;
    text-align: left;
    padding-right: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.row-3 .contact_icon {
    font-size: 12px;
    margin-bottom: 20px
}
.row-3 .title {
    height: 45px;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    text-transform: uppercase
}
h3 {
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    margin-top: 36px;
    text-transform: uppercase
}

.popup.show {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
}
.popup a {
    color: #00498c;
    font-size: 14px
}
.popup a:hover {
    text-decoration: underline
}
.popup #agreement_separator {
    height: 1px;
    width: 420px;
    margin-left: -18px;
    background: #dfdfdf
}
.popup .checkbox {
    display: none
}
.popup.sign_up .btn {
    width: 200px
}
.popup .btn {
    float: right;
    margin-right: 14px
}
.popup h3 {
    margin-top: 0;
    margin-bottom: 23px;
    position: relative
}
.popup .table {
    width: 100%;
    display: table;
    margin-bottom: 40px;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf
}
.popup .column {
    width: 50%;
    padding: 30px 0;
    vertical-align: top;
    display: table-cell;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.popup .column:first-child {
    padding-right: 18px;
    border-right: 1px solid #dfdfdf
}
.popup .column:last-child {
    padding-left: 18px
}
.popup .close {
    width: 17px;
    height: 17px;
    top: 50%;
    right: 0;
    cursor: pointer;
    margin-top: -8.5px;
    position: absolute;
    background: url(../images/close.png)
}
.popup .state {
    width: 64%
}
.popup .zip {
    width: 30%
}
.popup .left.screen {
    padding-top: 21px;
    width: 30%
}
.popup .right.screen {
    width: 64%
}
.popup .checkbox:checked+.checkbox_lbl:before {
    background: url(../images/checked.png) center center no-repeat
}
.popup .checkbox_lbl {
    color: #333333;
    margin: 20px 0;
    font-weight: normal;
    text-transform: none;
    position: relative;
    padding-left: 30px
}
.popup .checkbox_lbl:before {
    content: "";
    width: 18px;
    height: 18px;
    top: 50%;
    left: 0;
    margin-top: -9px;
    position: absolute;
    border: 1px solid #dfdfdf
}
.popup .link {
    margin-top: 15px
}
.popup .link.left,
.popup .link.right {
    width: auto
}
.popup.sign_in {
    width: 480px
}
.popup.sign_in .checkbox_lbl {
    margin-top: 0
}
.popup.sign_in .table {
    padding: 20px 0;
    margin-bottom: 0
}
.popup.sign_in .login-otp {
  display: none;
}


.video {
    position: relative
}
.video #blackout_video {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    position: absolute;
    background: rgba(0, 73, 140, 0.6)
}
.video #play {
    width: 180px;
    height: 180px;
    top: 50%;
    left: 50%;
    z-index: 100;
    margin: -90px 0 0 -90px;
    cursor: pointer;
    position: absolute;
    background: url(../images/play.png)
}