﻿body {
    background: white;
}

.hero-banner {
    height: calc(100vh - 59px);
    margin-bottom: 0
}

@media (min-width: 80rem) {
    .hero-banner {
        height: 700px;
    }
}



.banner-bg-contain {
    height: 100%;
    background: url("../img/type_keys.jpg") center/cover no-repeat;
}
 
.b2b .banner-bg-contain {
    background: url("../img/b2b_sm.jpg") center/cover no-repeat;
}

.b2b-black-friday .banner-bg-contain {
    background: url("../img/b2b_sm.jpg") center/cover no-repeat;
}

.mps .banner-bg-contain {
    background: url("../img/mps_sm.jpg") center/cover no-repeat;
}

.dms .banner-bg-contain {
    background: url("../img/dms_sm.jpg") center/cover no-repeat;
}

.mits .banner-bg-contain {
    background: url("../img/mits_sm.jpg") center/cover no-repeat;
}

.mfps .banner-bg-contain {
    background: url("../img/mfps_sm.jpg") center/cover no-repeat;
}

.virtual .banner-bg-contain {
    background: url("../img/virtual-sm.jpg") center/cover no-repeat;
}
.reg .banner-bg-contain {
    background: url("../img/type_keys.jpg") center/cover no-repeat;
}

@media (min-width: 80rem) {
    .banner-bg-contain {
        background: url("../img/hero_banner.jpg") center/cover no-repeat;
    }

    .b2b .banner-bg-contain {
        background: url("../img/b2b.jpg") center/cover no-repeat;
    }
	
	    .b2b-black-friday .banner-bg-contain {
        background: url("../img/b2b-black-friday.jpg") center/cover no-repeat;
    }
    

    .mps .banner-bg-contain {
        background: url("../img/mps.jpg") center/cover no-repeat;
    }

    .dms .banner-bg-contain {
        background: url("../img/dms.jpg") center/cover no-repeat;
    }

    .mits .banner-bg-contain {
        background: url("../img/mits.jpg") center/cover no-repeat;
    }

    .mfps .banner-bg-contain {
        background: url("../img/mfps.jpg") center/cover no-repeat;
    }
	
	.virtual .banner-bg-contain {
        background: url("../img/virtual-selling-1920.jpg") center/cover no-repeat;
    }

    .reg .banner-bg-contain {
        background: url("../img/type_keys.jpg") center/cover no-repeat;
    }
}

.banner-overlay {
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: relative;
}

.banner-overlay .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.banner-cta {
    padding: 60px 0 0 0;
    text-align: center;
}

.banner-cta a {
    margin: 5px 15px;
    padding-top: 5px;
    display: inline-block;
    width: 150px;
    height: 38px;
    background: transparent;
    font-family: 'Lato', 'Verdana', 'Helvetica', sans-serif;
    color: white;
    font-size: 1rem;
    font-weight: 700;
    border: solid 1px white;
    border-radius: 6px;
    text-decoration: none;
    transition: all .3s ease;
}

.banner-cta a:hover {
    background: white;
    color: #ec232d;
}

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

.title-wrap h1 {
    font-family: 'Rubik', 'Helvetica', sans-serif;
    color: white;
    font-size: 2rem;
    margin: 0;
}

.title-wrap span {
    font-family: 'Lato', 'Verdana', 'Helvetica', sans-serif;
    color: white;
    font-size: 1rem;
}

@media (min-width: 80rem) {
    .title-wrap h1 {
        font-size: 4.5rem;
        line-height: 4rem;
        margin-bottom: 15px;
    }

    .title-wrap span {
        font-size: 1.5rem;
    }

    .banner-cta a {
        margin: 0 15px;
    }
}

.vid-desc {
    background: white;
    text-align: center;
    padding: 120px 0;
}

.vid-desc .container {
    padding: 0;
}

.vid-desc .row {
    margin: 0;
}

.vid-wrap {
    margin-bottom: 30px;
}

@media (min-width: 80rem) {
    .vid-desc .row {
        margin: 0 -15px;
    }

    .vid-wrap {
        margin-bottom: 0;
    }
}

.vid-wrap img {
    width: 100%;
}

.vid-wrap .vid-wrap-inner {
    width: 100%;
    position: relative;
}

.course-desc p {
    font-family: 'Lato', 'Verdana', 'Helvetica', sans-serif;
    font-size: 1rem;
}

.course-desc .benefits-span {
    font-family: 'Lato', 'Verdana', 'Helvetica', sans-serif;
    font-size: 1rem;
}

.course-desc h2 {
    line-height: 32px;
}

.course-desc ul {
    text-align: left;
    display: inline-block;
    float: left;
    width: 230px;
    padding-left: 12px;
}

.course-desc li {
    position: relative;
}

.course-desc li:before {
    content: "\2022";
    position: absolute;
    left: -12px;
    color: #ec232d;
}

.course-desc img {
    width: 32px;
}

@media (min-width: 80rem) {
    .course-desc p {
        text-align: left;
        font-size: 1.125rem;
        margin: 0;
    }

    .course-desc h2 {
        text-align: left;
        font-size: 1.85rem;
        line-height: 40px;
        font-weight: 500;
    }

    .course-desc h3 {
        text-align: left;
        font-size: 1.5rem;
        line-height: 40px;
        font-weight: 400;
        margin: 0 0 5px 0;
    }

    .course-desc li {
        margin-bottom: 10px;
    }

    .course-desc .benefits-span {
        font-size: 1.125rem;
        margin: 0;
    }

    .course-desc img {
        width: 32px;
        margin: 0 15px 0 0;
    }
}

@media (min-width: 93.75rem) {
    .course-desc ul {
        width: 260px;
    }
}

.hr {
    width: 50%;
    background: #cccccc;
    display: none;
}

.hr-red {
    width: 120px;
    text-align: left;
    border: solid 1.5px #ec232d;
}

@media (min-width: 80rem) {
    .hr {
        display: block;
    }
}

@media (min-width: 80rem) {
    .hr {
        margin: 15px 0 8px 0;
    }
}

.price-wrap {
    font-family: 'Lato', 'Verdana', 'Helvetica', sans-serif;
    font-size: 1.35rem;
}

.price-wrap strong {
    margin-left: 15px;
}

@media (min-width: 80rem) {
    .price-wrap {
        margin-bottom: 15px;
        font-size: 1.25rem;
        text-align: left;
    }
}

.price-linethru {
    text-decoration: line-through;
}

.price {
    font-size: 2rem;
    font-weight: 700;
    color: #ec232d;
}

.buy-button {
    display: block;
    margin: 10px auto;
    width: 150px;
    height: 38px;
    font-family: 'Lato', 'Verdana', 'Helvetica', sans-serif;
    font-size: 1rem;
    color: black;
    font-weight: 700;
    line-height: 1rem;
    text-transform: uppercase;
    text-decoration: none;
    background: transparent;
    padding: 12px;
    border: solid 1px #ec232d;
    border-radius: 6px;
    text-align: center;
    transition: all .3s ease;
}

.buy-button:hover {
    color: white;
    background: #ec232d;
    text-decoration: none;
}

.buy-button.download {
    color: white;
    border: solid 1px #0a78b7;
    background: #0a78b7;
}

.buy-button.download:hover {
    color: black;
    background: transparent;
}

.buy-button.download.b2b {
    border: solid 1px #ec232d;
    background: #ec232d;
}

.buy-button.download.b2b:hover {
    background: transparent;
}

.buy-button.download.b2b {
    border: solid 1px #ec232d;
    background: #ec232d;
}

.buy-button.download.b2b:hover {
    background: transparent;
}


.mps .buy-button.download {
    border: solid 1px #8c4cac;
    background: #8c4cac;
}

.mps .buy-button.download:hover {
    background: transparent;
}

.dms .buy-button.download {
    border: solid 1px #37ae52;
    background: #37ae52;
}

.dms .buy-button.download:hover {
    background: transparent;
}

.mits .buy-button.download {
    border: solid 1px #2aa5cf;
    background: #2aa5cf;
}

.mits .buy-button.download:hover {
    background: transparent;
}

.mfps .buy-button.download {
    border: solid 1px #ffa500;
    background: #ffa500;
}

.mfps .buy-button.download:hover {
    background: transparent;
}

@media (min-width: 80rem) {
    .buy-button {
        display: inline-block;
        margin: 0 0 0 30px;
    }
}

.rick-profile {
    background: #ec232d;
    text-align: center;
    position: relative;
}

.rick-profile h3 {
    text-transform: uppercase;
    color: white;
}

.rick-image-wrap {
    position: relative;
    height: 440px;
}

.rick-image-wrap img {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 440px;
    margin: 0;
    z-index: 1;
}

.rick-profile p {
    color: white;
    font-size: 1rem;
    margin-bottom: 0;
}

.rick-profile span {
    color: white;
    font-size: 1.5rem;
}

.rick-profile a {
    display: inline-block;
    width: 150px;
    height: 38px;
    font-family: 'Lato', 'Verdana', 'Helvetica', sans-serif;
    font-size: 1rem;
    color: white;
    font-weight: 700;
    line-height: 1rem;
    text-transform: uppercase;
    text-decoration: none;
    background: #252525;
    margin: 15px 0;
    padding: 12px 14px;
    border-radius: 6px;
    transition: all .3s ease;
}

.rick-profile a:hover {
    color: #ec232d;
    background: white;
}

.profile-title {
    padding-top: 45px;
}

.profile-title h4 {
    font-family: 'Rubik', 'Helvetica', sans-serif;
    color: white;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.profile-title img {
    width: 120px;
    height: 120px;
    position: static;
}

.profile-title span {
    font-size: 3.25rem;
    text-transform: uppercase;
}

@media (min-width: 80rem) {
    .rick-profile {
        padding: 60px 0 0 0;
    }

    .profile-title {
        display: inline-block;
        float: right;
        text-align: left;
    }

    .rick-image-wrap {
        height: 500px;
    }

    .rick-image-wrap img {
        max-height: 500px;
    }

    .profile-title span {
        font-size: 2.6rem;
    }

    .logo-watermark {
        position: absolute;
        bottom: 0;
        right: -20px;
        width: 680px;
        opacity: .15;
    }
}

.input-wrap {
    display: inline-block;
    padding: 0 15px;
    width: 45%;
}

.form-wrap label {
    float: left;
    font-family: 'Rubik', 'Helvetica', sans-serif;
    color: white;
    font-size: 1.25rem;
}

.form-wrap input {
    margin-bottom: 30px;
}

.form-wrap p {
    font-size: 1rem;
    margin-bottom: 15px;
}

.form-wrap input[type="submit"i] {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 15px auto;
    padding: 0;
    display: block;
    width: 150px;
    height: 38px;
    background: #252525;
    font-size: 1.25rem;
    transition: all .3s ease;
}

#course-page-form {
    margin: 15px auto;
    padding: 0;
    display: block;
    width: 150px;
    height: 38px;
    background: #252525;
    font-size: 1.25rem;
    transition: all .3s ease;
}

.form-wrap input[type="submit"i]:hover {
    background: white;
    color: #ec232d;
}

#course-page-form:hover {
    background: white;
    color: #ec232d;
}

.form-text-highlight {
    font-size: 1rem !important;
    font-weight: 600;
}

@media (min-width: 75rem) {
    .teaser-video-wrap {
        margin-top: 30px;
    }

    .teaser-video-wrap img {
        width: 560px;
        height: 315px;
    }

    .form-wrap {
        padding-top: 50px;
    }
}

.main-content {
    position: relative;
    background: #fafafa;
    padding: 0;
}

.main-content article {
    padding: 0;
}

.main-content .main-content-overlay {
    width: 100%;
    height: 100%;
    background: rgba(10, 120, 183, 0.97);
}

.vid-modules {
    padding: 0;
}

.main-content .main-content-title {
    position: relative;
    text-align: center;
    padding: 60px 0 30px 0;
}

.main-content .main-content-title img {
    width: 60px;
}

.main-content .main-content-title h2 {
    font-family: 'Rubik', 'Helvetica', sans-serif;
    color: black;
    font-size: 2.5rem;
    font-weight: 300;
    margin: 15px 0 0 0;
}

.main-content .main-content-title .triangle-contain {
    position: absolute;
    top: 0;
    right: 0;
    width: 140px;
}

.main-content .main-content-title .triangle-contain img {
    width: 100%;
}

.b2b .article-content:last-child .left-section:last-child .left-text-title-wrap:last-child .number-wrap {
    padding: 7px 3px 0 0;
}

@media (min-width: 75rem) {
    .main-content {
        padding: 0;
    }

    .main-content .row {
        display: flex;
        flex: 1;
    }

    .main-content .main-content-title .triangle-contain {
        width: 260px;
    }
}

.left-section {
    padding: 0 15px;
}

@media (min-width: 80rem) {
    .left-section {
        padding: 0 30px;
        display: inline-block;
        width: 49%;
    }

    .article-content {
        display: flex;
    }

    .vid-modules {
        padding: 0 0 60px 0;
    }
}

.gap-holder {
    background: #252525;
}

.left-text-title-wrap {
    display: flex;
    margin: 15px 0;
}

.number-wrap {
    height: 32px;
    background: #0a78b7;
    margin-right: 15px;
    padding: 7px 9px;
}

.b2b .number-wrap {
    background: #ec232d;
}

.mps .number-wrap {
    background: #8c4cac;
}

.dms .number-wrap {
    background: #37ae52;
}

.mits .number-wrap {
    background: #2aa5cf;
}

.mfps .number-wrap {
    background: #ffa500;
}

.number-wrap span {
    font-family: 'Lato', 'Verdana', 'Helvetica', sans-serif;
    color: white;
    font-size: 1.85rem;
    font-weight: 800;
    line-height: 1rem;
}

.left-text-title h3 {
    font-family: 'Rubik', 'Helvetica', sans-serif;
    color: black;
    font-size: 1.25rem;
}

@media (min-width: 80rem) {
    .left-text-title h3 {
        font-size: 1.5rem;
    }

    .b2b .left-text-title h3 {
        margin: 0;
    }
}

.left-text {
    font-family: 'Lato', 'Verdana', 'Helvetica', sans-serif;
    color: black;
}

.left-text .p {
    display: inline-block;
}

.left-text .ul {
    display: inline-block;
}

.left-text ul {
    list-style-type: disc;
    padding-left: 30px;
}

@media (min-width: 80rem) {
    .left-text {
        margin: 15px 0 0 0;
    }

    .b2b .left-text {
        margin: 0;
    }
}

.training-includes-wrap {
    padding: 0;
    background: #252525;
}

.training-includes {
    padding: 60px 15px 30px 65px;
    background: #252525;
}

.training-includes h3 {
    font-size: 1.5rem;
    color: white;
}

.training-includes ul {
    color: white;
    text-align: left;
    list-style-type: disc;
}

.training-includes span {
    display: block;
    margin: 15px auto 0 auto;
    text-align: center;
    color: white;
    list-style-type: disc;
}

.download-bro {
    margin: 0 auto;
    text-align: left;
}

.download-bro span {
    font-size: 1.25rem;
}

.left-text a {
    width: 180px;
    margin: 0;
    padding: 11px;
}

.other-courses {
    margin-top: 30px;
    padding: 30px 15px;
    background: #252525;
}

.other-courses h3 {
    text-align: center;
    font-size: 1.25rem;
    color: white;
}

.other-courses ul {
    color: white;
    text-align: center;
}

.other-courses span {
    display: block;
    margin: 0 auto;
    text-align: center;
    color: white;
}

.other-courses a {
    color: white;
    display: inline-block;
    background: #ec232d;
    width: 70%;
    margin-bottom: 15px;
    padding: 0 15px;
    border-radius: 6px;
    transition: all .3s ease;
}

.other-courses a:hover {
    background: white;
    color: black;
}

.other-courses img {
    width: 140px;
    margin: 15px auto;
    display: block;
}

.other-courses img:nth-child(3) {
    width: 260px;
    margin: 15px auto;
}

@media (min-width: 75rem) {
    .training-includes-wrap img {
        position: absolute;
        bottom: 0;
    }
}

@media (min-width: 80rem) {
    .training-includes {
        padding: 60px 15px 30px 200px;
    }

    .training-includes h3 {
        font-size: 2rem;
    }

    .training-includes ul {
        padding-left: 20px;
    }

    .other-courses {
        height: 536px;
    }

    .left-text a {
        width: 260px;
    }
}

@media (min-width: 93.75rem) {
    .training-includes-wrap img {
        position: static;
    }

    .other-courses {
        height: auto;
    }
}

.slogan {
    background: #ec232d;
    text-align: center;
    padding: 15px 0;
}

.slogan .container {
    padding: 0;
}

.slogan .row {
    margin: 0;
}

@media (min-width: 80rem) {
    .slogan {
        padding: 60px;
    }
}

.slogan img {
    width: 220px;
    margin-bottom: 15px;
}

.slogan h2 {
    font-family: 'Rubik', 'Helvetica', sans-serif;
    font-size: 3rem;
    color: white;
    margin: 0;
}

.slogan a {
    display: inline-block;
    width: 220px;
    height: 38px;
    font-family: 'Lato', 'Verdana', 'Helvetica', sans-serif;
    font-size: 1rem;
    color: white;
    font-weight: 700;
    line-height: 1rem;
    text-transform: uppercase;
    text-decoration: none;
    background: #252525;
    margin: 15px 0;
    padding: 11px;
    border-radius: 6px;
}

.video-cover {
    margin: 0 auto;
}

.down-arrow {
    position: absolute;
    bottom: -140px;
    left: 50%;
    width: 32px;
    animation: bounce 2s infinite;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateX(-50%) translateY(0);
    }

    40% {
        transform: translateX(-50%) translateY(-30px);
    }

    60% {
        transform: translateX(-50%) translateY(-15px);
    }
}

.down-arrow img {
    width: 100%;
}

.d-flex {
    display: flex;
    align-items: stretch;
}

@media (min-width: 768px) {
    .down-arrow {
        bottom: -180px;
    }
}

@media (min-width: 996px) {
    .down-arrow {
        bottom: -220px;
    }

    .d-lg-flex {
        display: flex;
        align-items: stretch;
    }
}

.pricing.boxed.boxed--border {
    padding: 0 0 5.5em 0;
    margin-bottom: 0;
    height: 100%;
}

.pricing .label {
    top: 5px;
    right: 10px;
}

.text-white {
    color: #ffffff !important;
}

.nav-text {
    font-weight: 600 !important;
    color: #333333 !important;
    line-height: 0 !important;
    opacity: 1 !important;
    display: inline-block;
    position: relative;
}

@media (min-width: 996px) {
    .nav-text {
        font-size: 1em !important;
    }
}

.nav-text:hover,
.nav-text:focus {
    color: #ec232d !important;
}

.nav-text:after {
    content: "";
    position: absolute;
    background: #ec232d;
    width: 100%;
    height: 5px;
    left: 0;
    top: 35px;
    transform: scaleX(0);
    transform-origin: center;
    transition: all .3s ease;
}

.nav-text:hover:after,
.nav-text:focus:after {
    transform: scaleX(1);
}



@media (min-width: 996px) {
    .bar .menu-horizontal {
        padding: 0;
        top: 1px;
    }

    .bar .logo {
        top: 0;
    }
}

.sa-height {
    height: 86px;
}

.top-social {
    width: 100%;
    height: 30px;
    background: #ec232d;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

.top-social i {
    font-size: 1.75rem;
    color: white;
    margin: 3px 0 0 5px;
}

.top-social a {
    transition: all .3s ease;
}

.top-social a:hover,
.top-social a:focus {
    opacity: .7;
}

@media (min-width: 996px) {
    .top-social i {
        font-size: 1.5rem;
        margin: 3px 0 0 5px;
    }

    .p-0 {
        padding: 0;
    }
}

.home-hr {
    width: 24%;
    border: solid 3px #ec232d;
}

@media (min-width: 996px) {
    .vlog-featured iframe {
        width: 840px;
        min-height: 472.5px;
    }
}

.protips-cta-overlay {
    padding: 30px 15px;
}

.protips-cta-overlay img {
    width: 180px;
}

.protips-cta h3 {
    margin: 15px 0;
}

.protips-cta span:nth-child(3) {
    font-size: 2em;
}

.protips-cta span {
    font-size: 1.25em;
}

.protips-cta a {
    margin-top: 15px;
}

.protips-viewmore {
    margin-top: 30px;
    height: 127px;
    background: #ec232d;
    display: flex;
    justify-content: center;
    align-items: center;
}

.protips-viewmore a {
    margin: 0;
    text-decoration: none;
    display: inline-block;
    position: relative;
}

.protips-viewmore a:after {
    content: "â†“";
    position: absolute;
    top: -30px;
    right: -20px;
    opacity: 0;
    transition: all .5s ease;
}

.protips-viewmore a:hover:after {
    top: 0;
    right: -20px;
    opacity: 1;
}

.pad-adj {
    padding: 0 12px;
}

.vid-modules-num {
    font-size: 1.75em;
    color: #ec232d !important;
}

#vid-start iframe {
    min-height: 200px;
}

#event-high {
    background-position: left center !important;
}

.header-dropdown ul {
    position: absolute;
    background: white;
    padding: 10px;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}

.header-dropdown:hover ul {
    visibility: visible;
    opacity: 1;
}

.header-dropdown a:hover:after {
    transform: scaleX(0);
}

.header-dropdown ul li a {
    color: black;
}

.header-dropdown ul li a:hover {
    color: #ec232d;
}

/** {*/

/*background: #000000 !important;*/

/*color: #00ff00 !important;*/

/*outline: solid #ff0000 1px !important;*/

/*}*/