body .text-primary {
    color: #fff;
}
body .btn-primary {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
body a {
    color: #000;
}

.dropdown-menu.hover .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu.hover li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu.hover {
    display: block;
}

.nav-tabs .dropdown-menu.hover, .nav-pills .dropdown-menu.hover, .navbar .dropdown-menu.hover {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}

.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}


body a {
    cursor: pointer;
}

@media (min-width: 1200px) {
    .pull-left-lg {
        float: left;
    }
    .pull-right-lg {
        float: right;
    }
}

body .h1, body .h2, body .h3, body .h4, body .h5, body .h6, body h1, body h2, body h3, body h4, body h5, body h6 {
    margin-top: 30px;
}

body.page {
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: #7f7f7f;
    font-family: "Roboto",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
}

body a {
    text-decoration: none;
}

body a:hover {
    text-decoration: underline;
}

body .connect input.form-control {
    background-color: #e9e8e7;
    border: 1px solid #e9e8e7;
    border-radius: 0;
    border: none;
    font-size: 12px;
    outline: none;
    box-shadow: none;
    height: 32px;
}

body input.form-control:focus {
    border: 1px solid #d4d3d2;
    outline: none;
    box-shadow: none;
}

body .h1, body .h2, body .h3, body h1, body h2, body h3 {
    font-family: inherit;
    font-weight: 300;
}

body .btn {
    border-radius: 2px;
    text-transform: uppercase;
}

body .btn-white {
    background-color: #fff;
    border-color: #fff;
}

body .btn-white:hover {
    background-color: #fff;
    border-color: #fff;
    color: #000 !important;
}

.margin-top {
    margin-top: 15px;
}

.margin-right {
    margin-right: 15px;
}

.margin-bottom {
    margin-bottom: 15px;
}

.margin-left {
    margin-left: 15px;
}

body > .header,
body > .footer {
    background-color: #fff;
    color: #eee;
}

body > .header {
    left: 0;
    min-height: 100px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
}

body > .header .navbar-header {
    max-width: 300px;
    width: 100%;
}

body > div:nth-child(2) {
    margin-top: 100px;
}

@media only screen and (max-width : 768px) {

    body > .header {
        left: auto;
        min-height: 100px;
        position: static;
        right: auto;
        top: auto;
        z-index: 999;
    }

    body > .header .navbar-header {
        max-width: 100%;
    }

    body > div:nth-child(2) {
        margin-top: 0;
    }

}

body > .header .logo {
    overflow: hidden;
    text-indent: -999em;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 100%;
    line-height: 1;
    padding: 0;
    margin: 10px 0 0 0;
    width: 100%;
    min-height: 80px;
    min-width: 250px;
}

body > .header .top-menu {
    padding: 15px 0;
}

body > .header .nav.top {
    padding: 15px 0;
}

body > .header .nav.top .btn-primary {
    color: #fff;
}

/*body > .header .nav.top > li:last-child {
    padding-left: 12px;
}*/

body > .header .top-menu > div {
    width: auto;
    line-height: 1;
    padding: 0;
}

body > .header .top-menu > div.phone span {
    border-right: 1px solid #a1a1a1;
    padding: 0 12px;
    margin: 5px 0;
    display: block;
    font-weight: bold;
}

body > .header .top-menu > div.email a {
    color: #a1a1a1;
    padding: 0 12px;
    margin: 5px 0;
    display: block;
}

body > .header .top-menu > div.login {
    padding-top: 0;
    padding-bottom: 0;
}

body > .header .top-menu > div a {
    color: #a1a1a1;
}

body > .header .top-menu > div .btn {
    color: #fff;
    padding: 2px 15px;
}

body > .header .nav.main .dropdown-menu {
    left: 0;
    right: auto;
}

body > .header .nav.main > .open > a,
body > .header .nav.main > .open > a:focus,
body > .header .nav.main > .open > a:hover {
    background-color: inherit;
    color: #b70100;
}

body > .header .navbar {
    background-color: inherit;
    border: none;
    border-radius: 0;
    margin-bottom: 10px;
}

body > .header .navbar .navbar-nav > li > a {
    color: #a1a1a1;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    padding: 8px 12px;
}

body > .header .navbar .navbar-nav > li > a.info-request-toggle {
    color: #fff;
    margin-right: 5px;
}

body > .video::before {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

body > .video {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

body > .video > video {
    position: fixed;
    left: 50%;
    top: 50%;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: -1;
}

body > .video > .container {
    position: relative;
    z-index: 2;
    color: #fff;
}

body > .video > .container > .info {
    padding-top: 20%;
    padding-bottom: 20%;
}

body.home2 > .video > .container > .info {
    padding-top: 0%;
    padding-bottom: 40%;
}

body.home2 #info-request-static {
    margin: 0 0 50px;
}

body.home3 #info-request-static {
    margin: -180px 0 0;
}

body.home3 #info-request-static > form {
    background-image: none;
    padding: 10px;
}

body.home2 .bg-box,
body.home3 .bg-box {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 15px;
}

body > .video > .container > .info h1 {
    margin-top: 0;
}

body .white-row {
    background-color: #fff;
    padding-top: 3%;
    padding-bottom: 3%;
}

body .grey-row {
    background-color: #f7f7f7;
    padding-top: 3%;
    padding-bottom: 3%;
}

body .white-row img,
body .grey-row img,
body .white-row video,
body .grey-row video {
    width: 100%;
    max-width: 500px;
    border: 5px solid #eee;
}

body .white-row > div > div:first-child > h1,
body .grey-row > div > div:first-child > h1 {
    margin-top: 0;
}

body > .why {
    background-color: #fff;
    padding-top: 3%;
    padding-bottom: 3%;
}

body > .why .fa {
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 30px;
    letter-spacing: 0;
    line-height: 30px;
    margin: -6px 6px 0 0;
    text-align: center;
    vertical-align: middle;
    width: 30px;
}

body > .instructional {
    color: #fff;
    position: relative;
}

body > .instructional:before {
    background-color: #fff;
    content: "";
    display: block;
    width: 100%;
    height: 35px;
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
}

body > .instructional:after {
    background-color: #fff;
    content: "";
    display: block;
    width: 100%;
    height: 75px;
    z-index: 0;
    position: absolute;
    left: 0;
    bottom: 0;
}

body > .instructional .container > div:first-child {
    z-index: 1;
}

body > .instructional .container > div:last-child {
    padding-top: 35px;
    padding-bottom: 75px;
}

body > .instructional img {
    max-width: 100%;
    padding-right: 5%;
}

body > .instructional .btn {
    margin-bottom: 10%;
}

body > .news {
    background-color: #fff;
    padding-top: 3%;
    padding-bottom: 5%;
}

body > .news img {
    max-width: 100%;
}

body > .news > .container > div {
    padding-top: 3%;
    padding-bottom: 5%;
}

body > .events {
    background-color: #f7f7f7;
    padding-top: 3%;
    padding-bottom: 3%;
}

body > .events > .container > div {
    padding: 3% 25px 5%;
}

body > .connect {
    background-color: #f7f7f7;
    padding-top: 0;
    padding-bottom: 3%;
}

body > .connect > .container:first-child {
    border-top: 1px solid #e9e8e7;
}

body > .connect > .container:first-child div {
    padding: 3% 0;
}

body > .connect > .container:first-child .input-group {
    padding: 0;
}

body > .connect > .container:first-child .input-group .input-group-btn  {
    padding-left: 10px;
}

body > .connect > .container:first-child h2 {
    margin: 0;
    vertical-align: middle;
    font-size: 24px;
    line-height: 32px;
}

body > .connect > .container:last-child div {
    padding-top: 3%;
    padding-bottom: 3%;
}

body > .connect > .container:last-child > div:first-child a {
    color: inherit;
}

body > .connect .social a {
    font-size: 30px;
    padding: 0 5px 0 0;
}

body > .connect .social a:last-child {
    padding: 0;
}

body > .footer {
    background-color: #f7f7f7 !important;
    color: #666767;
    font-size: 11px;
    font-weight: 500;
    padding-bottom: 3%;
    padding-top: 3%;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
}

/*body {
    position: relative;
}

body::before {
    content: "";
    background-color: #191919;
    height: 500px;
    position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
    top: -500px;
}

body::after {
    content: "";
    background-color: #191919;
    height: 500px;
    position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
    top: 100%;
}*/

body > .footer .logo {
    display: block;
    margin-bottom: 15px;
    max-width: 100%;
    width: 150px;
}

body > .footer h4 {
    margin: 0;
}

body > .footer .kw {
    padding-bottom: 25px;
    padding-top: 25px;
}

body > .footer .social {
    padding-bottom: 25px;
    padding-top: 15px;
    text-align: center;
}

body > .footer .social a {
    font-size: 28px;
    margin-right: 5px;
}

body > .footer .ep img {
    background-color: transparent !important;
    width: 100%;
    max-width: 200px;
    display: inline-block;
    margin: 0 5px 0 0;
}


@media (min-width: 768px) {

    body > .footer .ep {
        padding-left: 100px;
    }
    
}

body > .footer .ep p {
    color: #fff;
    font-size: 10px;
    line-height: 1.5;
    padding-top: 8px;
    text-transform: none;
}

body > .footer .copyright {
    padding-bottom: 15px;
    padding-top: 15px;
}

.course-name {
    width: 400px;
    display: inline-block;
}

.course-number {
    display: inline-block;
}


body .img-row {
    background-attachment: fixed;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    padding-bottom: 3%;
    padding-top: 3%;
    position: relative;
}

body .img-row::before {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
}

.text-box {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    color: #333;
    display: inline-block;
    margin-bottom: 2%;
    margin-top: 2%;
    padding: 3% 5%;
}

.text-box.primary {
    background-color: rgba(183, 1, 0, 0.85);
    color: #fff;
}

body #demo-player {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 999;
}

body #demo-player > iframe {
    background-color: #fff;
    border: none;
    box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.2);
    display: block;
    margin: 150px auto;
    overflow: hidden;
    position: relative;
    width: 600px;
    height: 275px;
}

body #demo-player .close {
    border: none;
    color: #fff;
    float: none;
    left: 50%;
    margin-left: 305px;
    opacity: 1;
    padding: 5px;
    position: absolute;
    text-shadow: none;
    top: 145px;
}

body #info-request {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 999;
}

body #info-request > form {
    background-color: #fff;
    background-image: url("../img/sales-license-6.jpg");
    background-position: center -5%;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 8px;
    box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.2);
    display: block;
    margin: 150px auto;
    max-width: 400px;
    overflow: hidden;
    padding: 150px 10px 10px;
    position: relative;
    width: 100%;
}

body.online #info-request > form {
    background-image: url("../img/491365886.jpg");
}

@media (min-width: 768px) {
    
    body #info-request.right {
        background-color: transparent;
        left: 50%;
    }

    body #info-request.right > form {
        margin-top: 120px;
    }
    
}

@media (max-width: 768px) {
    
    body #info-request {
        overflow-y: scroll;
    }
    
}


body #info-request > form > div {
    background-color: #fff;
    padding-top: 10px;
}

body #info-request .close {
    border: none;
    color: red;
    float: none;
    opacity: 1;
    line-height: 1;
    padding: 0 5px;
    position: absolute;
    right: 0;
    text-shadow: none;
    top: 0;
}

body #info-request label {
    color: #555;
    display: block;
    font-size: 16px;
    line-height: 1.2;
    margin: 0;
    padding: 0 5px;
    text-align: left;
}

body #info-request .input-group {
    padding: 3px 0;
}

body #info-request .input-group .fa {
    width: 15px;
    display: inline-block;
}

body #info-request .input-group .input-group-addon strong {
    width: 15px;
    text-align: center;
    display: inline-block;
}

body #info-request input[type="text"],
body #info-request input[type="email"],
body #info-request input[type="tel"] {
    background-color: #fff;
    min-width: 200px;
    border: 1px solid #ccc;
    border-radius: 0;
}

#contact-form .input-group {
    padding: 2%;
}

#contact-form textarea {
    height: 150px;
}

body div#map {
    height: 600px;
    padding: 0;
}

body #info-request-static {
    max-width: 400px;
    text-align: center;
    z-index: 999;
    margin-bottom: 30px;
}

body.home #info-request-static {
    margin-top: -120px;
}

body.home #info-request-static > form {
    background-image: none !important;
    padding: 10px;
}

body.home .bg-box h2 {
    margin-top: 0;
}

body #info-request-static > form {
    background-color: #fff;
    background-image: url("../img/sales-license-6.jpg");
    background-position: center -5%;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 0 0 8px 8px;
    box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.2);
    display: block;
    margin: 0px auto;
    overflow: hidden;
    padding: 150px 10px 10px;
    position: relative;
    width: 100%;
}

body.online #info-request-static > form {
    background-image: url("../img/491365886.jpg");
}

body #info-request-static > form > div {
    background-color: #fff;
    padding-top: 10px;
}

body #info-request-static label {
    color: #555;
    display: block;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.8;
    margin: 0;
    padding: 3px 5px 3px 25px;
    position: relative;
    text-align: left;
}

body #info-request-static .input-group {
    padding: 3px 0;
}

body #info-request-static .input-group .fa {
    width: 15px;
    display: inline-block;
}

body #info-request-static .input-group .input-group-addon strong {
    width: 15px;
    text-align: center;
    display: inline-block;
}

body #info-request-static input[type="text"],
body #info-request-static input[type="email"],
body #info-request-static input[type="tel"] {
    background-color: #fff;
    min-width: 200px;
    border: 1px solid #ccc;
    border-radius: 0;
}

body #info-request-static input[type="checkbox"],
body #info-request-static input[type="radio"] {
    margin: 4px 0 0 -20px;
    position: absolute;
}

body #info-request-static .header {
    box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.2);
    margin-top: 30px;
    text-align: center;
}

body #info-request-static .header .btn {
    background-color: #ecb429;
    border-color: #ecb429;
    border-radius: 8px 8px 0 0;
    color: #fff !important;
    cursor: default !important;
    font-size: 24px;
    text-transform: none;
    width: 100%;
}

@keyframes bounceRight {
    0%, 60% {
        padding-bottom: 8px;
        background-color: #ecb429;
    }
    70% {
        padding-bottom: 25px;
        background-color: #ffcf57;
    }
    80% {
        padding-bottom: 15px;
        background-color: #ffcf57;
    }
    90% {
        padding-bottom: 25px;
        background-color: #ffcf57;
    }
    100% {
        padding-bottom: 8px;
        background-color: #ecb429;
    }
}

@keyframes bounceBottom {
    0%, 60% {
        margin-bottom: 8px;
    }
    70% {
        margin-bottom: 25px;
    }
    80% {
        margin-bottom: 15px;
    }
    90% {
        margin-bottom: 25px;
    }
    100% {
        margin-bottom: 8px;
    }
}

body > #right-nav {
    display: none;
    margin: 0 -50px 0 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.15s ease-out 0s;
    z-index: 99;
}

body > #right-nav.show {
    margin-right: 0;
}

body > #right-nav > a {
    animation: 2s ease 0s normal none infinite running bounceRight;
    background-color: #ecb429;
    border-radius: 4px 4px 0 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    transform: rotate(-90deg) translate(50%, -50%);
    transform-origin: right center 0;
    transition: all 0.15s ease-out 0s;
}

body > #right-nav > a:hover {
    background-color: #ffcf57 !important;
    border-radius: 0;
    padding-bottom: 15px;
}

body > #bottom-nav {
    background-color: rgba(0, 0, 0, 0.75);
    border: 1px solid #fff;
    box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.2);
    bottom: 25px;
    color: #fff;
    display: none;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0;
    max-width: 300px;
    padding: 10px;
    position: fixed;
    right: 25px;
    text-align: center;
    transition: all 0.15s ease-out 0s;
    transform: translateY(120%);
    width: 100%;
    z-index: 99;
}

body > #bottom-nav.bounce {
    animation: 2s ease 0s normal none infinite running bounceBottom;
}

body > #bottom-nav.show {
    transform: translateY(0);
}

body > #bottom-nav p {
    font-size: 14px;
    line-height: 1;
    padding: 10px 0 0;
    text-align: left;
}

body > #bottom-nav img {
    float: right;
    max-width: 100%;
    width: 40%;
}

body > #bottom-nav a {
    background-color: #000;
    border: 1px solid #fff;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    margin: 10px 0 0 0;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    transition: all 0.15s ease-out 0s;
}

body > #bottom-nav > a:hover {
    background-color: #ecb429;
    color: #fff;
    border-color: #fff;
}

body.bh > #bottom-nav > a:hover { background-color: #552448; }
body.bhg > #bottom-nav > a:hover { background-color: #419638; }
body.c21 > #bottom-nav > a:hover { background-color: #ecb429; }
body.cb > #bottom-nav > a:hover { background-color: #002a76; }
body.era > #bottom-nav > a:hover { background-color: #920f3c; }
body.exit > #bottom-nav > a:hover { background-color: #00404a; }
body.kw > #bottom-nav > a:hover { background-color: #b70100; }
body.rm > #bottom-nav > a:hover { background-color: #3f4c9a; }
body.so > #bottom-nav > a:hover { background-color: #002b5c; }
body.zip > #bottom-nav > a:hover { background-color: #f57921; }

body .info.col-md-7 img {
    max-width: 300px;
}

@media screen and (max-device-width: 1024px) {
    
    body .img-row {
        background-attachment: scroll;
    }
    
}

#audio-crash-course .btn {
    margin: 10px 0 30px;
}

body > .anchor {
    position: relative;
    top: -100px;
}

#info-request.first {
    display: none;
}
    
/* pages */

body.join-our-team.live #our-real-estate-school-wrap {
    background-image: url("../img/5.jpg");
}

body.join-our-team.online #our-real-estate-school-wrap {
    background-image: url("../img/13.jpg");
}

body.sales-license #fast-track-online-wrap {
    background-image: url("../img/3.jpg");
}

body.sales-license #live-crash-courses-wrap {
    background-image: url("../img/live-crash-courses.jpg");
}

body.continuing-education #fast-track-online-license-renewal-wrap {
    background-image: url("../img/continuing-education-1.jpg");
}

body.continuing-education #how-courses-work-wrap {
    background-image: url("../img/continuing-education-3.jpg");
}

body.broker-license #fast-track-online-wrap {
    background-image: url("../img/4.jpg");
    background-position: center 100px;
}

body.broker-license #how-courses-work-wrap {
    background-image: url("../img/broker-license-4.jpg");
}

body.broker-license #how-courses-work h1,
body.broker-license #how-courses-work h4 {
    margin-top: 0;
}

body.broker-license #live-crash-courses-wrap {
    background-image: url("../img/live-crash-courses.jpg");
}

body.test-prep #live-crash-courses-wrap {
    background-image: url("../img/live-crash-courses.jpg");
}

body.real-estate-sales-license #statements-wrap {
    background-image: url("../img/6.jpg");
}

body.real-estate-brokers-license #statements-wrap {
    background-image: url("../img/7.jpg");
}

body.continuing-education-info #statements-wrap {
    background-image: url("../img/8.jpg");
}

body.contact #students-wrap {
    height: 400px;
    background-image: url("../img/students.jpg");
}

body.contact #contact-us-wrap h3 {
    margin-top: 15px;
    padding: 0 3%;
}

body.sales-license .seven-simple-steps-wrap ol > li {
    font-weight: bold;
}

body.sales-license .seven-simple-steps-wrap ol > li * {
    font-weight: normal;
}

body.about #difference-wrap {
    min-height: 800px;
}

body.bh .footer img.logo {
    margin-top: -25px;
}

@media (min-width: 768px) {
    .equal-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .equal-height > [class*="col-"] {
        display: -webkit-flex;
        display: flex;
        -webkit-box-flex:1;
        -webkit-flex:1;
        flex:1;
        flex-direction: column;
        padding-bottom: 40px;
    }

    .equal-height > [class*="col-"] > .btn {
        position: absolute;
        bottom: 0;
    }
}

body.about #about-wrap {
    min-height: 800px;
}

body .large-video {
    position: relative;
    width: 100%;
}
body .large-video > div {
    height: 100%;
    left: 0;
    padding: 15% 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99;
}
body .large-video::before {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
body .large-video video {
    border: medium none !important;
    height: auto;
    margin-bottom: -8px;
    min-width: 100%;
}
body .large-video p {
    color: #fff;
}

@media (max-width: 992px) {
body div#info-request {
    left: 0 !important;
    overflow-y: scroll !important;
}
body #info-request > form {
    margin-bottom: 3% !important;
    margin-top: 3% !important;
    width: 90% !important;
}
.grey-rowx > .container {
    padding: 0;
}
body .large-video .pull-right {
    float: none;
    overflow: hidden;
}
body .large-video {
    overflow: hidden;
    height: auto;
}
body .large-video > div {
    background-color: transparent;
    height: auto;
    left: auto;
    overflow: hidden;
    padding: 5% 0;
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    z-index: 99;
}
body .large-video video {
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

body.home .white-row .btn,
body.home .grey-row .btn {
    margin-bottom: 18px;
}

}

body .navbar-default .navbar-toggle {
    margin: 8px -20px 0 0;
}

body.home .bg-box {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 15px;
}

body.home.rm .bg-box,
body.home.bh .bg-box,
body.home.cb .bg-box,
body.home.so .bg-box,
body.home.exit .bg-box {
    background-color: rgba(255, 255, 255, 0.3);
}

body.join-our-team.bhg #top-wrap { background-image: url('http://bhgrecareer.com/wp-content/uploads/2014/11/sold.jpg'); }
body.join-our-team.rm #brand-wrap { background-image: url('../img/5.jpg'); }
body.join-our-team.zip #who-we-are-wrap { background-image: url('../img/5.jpg'); }
body.join-our-team.era #changing-companies-wrap { background-image: url('../img/5.jpg'); }
body.join-our-team.exit #exit-training-wrap { background-image: url('../img/5.jpg'); }

body.join-our-team.rm #brand-wrap h1 {
    color: #d6223b;
}

body.home .bg-box h1,
body.home .bg-box h2 {
    font-weight: bold;
}

#info-request .referred_by {
    padding: 10px 0;
}

#info-request .referred_by > div:first-child {
    font-size: 14px;
    padding: 3px 0 0;
}

#info-request .referred_by select {
    padding: 4px;
    border: 1px solid #ccc;
    width: 100%;
}

body.c21 .bg-primary-grad-left p,
body.c21 .bg-primary-grad-left h1,
body.c21 .bg-primary-grad-left h2,
body.c21 .bg-primary-grad-left h3,
body.c21 .bg-primary-grad-left h4,
body.zip .bg-primary-grad-left p,
body.zip .bg-primary-grad-left h1,
body.zip .bg-primary-grad-left h2,
body.zip .bg-primary-grad-left h3,
body.zip .bg-primary-grad-left h4 {
    color: #333 !important;
}

body .large-video > div {
    padding-top: 24%;
    padding-bottom: 0%;
}

body.kw .large-video > div { padding-top: 28%; }
body.bh .large-video > div { padding-top: 20%; }
body.bhg .large-video > div { padding-top: 20%; }
body.c21 .large-video > div { padding-top: 20%; }
body.era .large-video > div { padding-top: 23%; }
body.exit .large-video > div { padding-top: 20%; }
body.so .large-video > div { padding-top: 23%; }
body.zip .large-video > div { padding-top: 23%; }

body.home .bg-box { float: right; }

@media (min-width: 992px) {
    body.home #info-request-static {
        margin-top: -64%;
    }
    
    body.home.kw #info-request-static { margin-top: -73%; }
    body.home.bh #info-request-static { margin-top: -54%; }
    body.home.bhg #info-request-static { margin-top: -54%; }
    body.home.c21 #info-request-static { margin-top: -54%; }
    body.home.era #info-request-static { margin-top: -61%; }
    body.home.exit #info-request-static { margin-top: -54%; }
    body.home.so #info-request-static { margin-top: -61%; }
    body.home.zip #info-request-static { margin-top: -61%; }
}

body.c21.join-our-team h3 {
    font-weight: bold;
}