/* #Site Styles
================================================== */
body {
    background: #fff;
}

.container {
    position: relative;
}

.section {
    position: relative;
}

form {
    margin: 0;
}

.video-popup-wrap {
    position: relative;
    background: #000;
    padding: 0px;
    width: auto;
    max-width: 640px;
    margin: 20px auto;
    box-shadow: 1px 1px 10px #000;
}

.video-js {
    padding-top: 56.25% !important;
    max-width: 100%;
    height: auto;
}

.mfp-container {
    background-color: rgba(2, 23, 48, 0.5);
}

.vjs-fullscreen {
    padding-top: 0px !important;
}

/* HEADER */
.fixed-top {
    z-index: 200;
    top: 0;
    position: relative;
    border-top: 10px solid #D90000;
    width: 100%;
    transition: all .7s ease;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.login-wrap {
    width: 100%;
    background: #D90000;
    color: #fff;
    text-align: left;
    font-size: 16px;
}

.login-wrap .login {
    padding-bottom: 10px;
}

.login-wrap .login-input {
    padding-bottom: 10px;
    width: 100%;
}

.login-wrap .login a {
    color: #fff;
    padding-left: 10px;
}

.login-wrap .login {}

.login-wrap .login input {
    margin-bottom: 0;
}

.login-wrap .login-input.remember-me {
    width: 100%;
}

.login-wrap .login input[type="text"],
.login-wrap .login input[type="password"] {
    margin-bottom: 0;
    border-radius: 8px;
    border: 0;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    width: 100%;
}

.login-wrap .login input[type="submit"] {
    background: rgba(0, 0, 0, 0.5);
    border: 0px solid #fff;
    border-radius: 8px;
    height: 38px;
    line-height: 38px;
    margin-right: 20px;
    margin-bottom: 0;
    width: 100%;
}

.login-wrap .login input[type="submit"]:hover {
    background: rgba(0, 0, 0, 0.4);
}

.login-wrap .login ::-webkit-input-placeholder {
    /* Safari, Chrome and Opera */
    color: rgba(255, 255, 255, 0.5);
}

.login-wrap .login :-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.5);
}

.login-wrap .login ::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.5);
}

.login-wrap .login :-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(255, 255, 255, 0.5);
}

.login-wrap .login ::-ms-input-placeholder {
    /* Edge */
    color: rgba(255, 255, 255, 0.5);
}

.login-wrap .login :placeholder-shown {
    /* Standard one last! */
    color: rgba(255, 255, 255, 0.5);
}

.login-wrap .login .login-input {
    display: inline-block;
}

.login-wrap .welcome-message {
    text-align: right;
    font-size: 12px;
    text-transform: uppercase;
}

.login-wrap .welcome-message a.button {
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0;
    margin-left: 20px;
    text-align: center;
    width: auto;
    padding: 0 40px;
}

.section.header-wrap .row {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 30px 0;
    transition: all .4s ease;
}

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

#logo {
    position: relative;
}

#logo img {
    display: block;
    width: 135px;
}

/* Larger than mobile */
@media (min-width: 420px) {

    #logo img {
        display: block;
        width: 200px;
    }
}

/* Larger than tablet (also point when grid becomes active) */
@media (min-width: 800px) {

    .fixed-top.stuck {
        position: fixed;
        background: rgba(7, 26, 47, 0.97);
        -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
    }

    .fixed-top.stuck .section.header-wrap .row {
        border: 0;
    }

    .login-wrap .login-input {
        padding-bottom: 0px;
        width: auto;
    }

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

/* Larger than desktop */
@media (min-width: 1000px) {

    .login-wrap .login-input.remember-me {
        width: auto;
    }
}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}

/* SITE TOP (wraps header and intro content) */
.site-top {
    position: relative;
    display: block;
    border-bottom: 10px solid #D90000;
    background: #fff url(/images/site-bg.jpg) center no-repeat;
    /* background-attachment: fixed; */
    background-size: cover;
    min-height: 40vw;
    text-align: center;
}

.pages .site-top {
    position: relative;
    display: block;
    border-bottom: 10px solid #D90000;
    background: #fff url(/images/site-bg.jpg) center bottom no-repeat;
    /* background-attachment: fixed; */
    background-size: cover;
    min-height: 200px;
    text-align: center;
}

.site-top:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(7, 26, 47, 0.9);
    z-index: 1;
}

.bottom-border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}

.bottom-border img {
    position: relative;
    z-index: 3;
    padding-bottom: 20px;
    display: block;
    margin: 0 auto;

}

.pages .bottom-border img {
    width: 100px;
}

.bottom-border:before {
    content: "";
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 130px;
    z-index: 1;
}

.bottom-border:after {
    content: "";
    height: 120px;
    background: rgba(255, 255, 255, 0.2);
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.pages .bottom-border:before {
    bottom: 60px;
}

.pages .bottom-border:after {
    height: 50px;

}

/* INTRO CONTENT */
.section.intro-wrap {
    z-index: 3;
    padding: 60px 0;
}

.intro {
    padding: 0 8vw;
    padding-bottom: 280px;
    color: #B7BDC3;
    box-sizing: border-box;
}

.pages .intro {
    padding-bottom: 100px;
}

.intro h1 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 500;
}

.pages .intro h1 {
    color: #B7BDC3;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 10px;
    font-weight: 300;
}

.intro h2 {
    padding: 30px 0;
    padding-top: 0;
    color: #fff;
    font-weight: 300;
}

.intro strong {
    color: #fff;
}

.intro .button {
    margin: 10px 0px;
    width: 100%;
}

/* Larger than tablet (also point when grid becomes active) */
@media (min-width: 800px) {

    .intro .button {
        margin: 10px 20px;
        width: 250px;
    }

    .pages .bottom-border img {
        width: 100px;
    }
}

/* Larger than desktop */
@media (min-width: 940px) {

    .intro h1 {
        font-size: 5rem;
    }

    .intro h2 {
        padding: 30px 0;
    }
}

/* Larger than Desktop HD */
@media (min-width: 1100px) {

    .intro h1 {
        font-size: 6rem;
    }
}

/* CONTENT */
.section.content-wrap {
    background: #DCD6CA;
    min-height: 400px;
    padding: 60px 0;
}

.home .section.content-wrap {
    text-align: center;
}

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

.home .testimonials-wrap {
    font-size: 8vw;
    font-weight: 300;
    line-height: 1.3;
    font-style: italic;
}

/* Larger than phablet  */
@media (min-width: 550px) {

    .home .testimonials-wrap {
        font-size: 6vw;
    }
}

/* Larger than tablet (also point when grid becomes active) */
@media (min-width: 800px) {

    .home .testimonials-wrap {
        font-size: 4rem;
    }
}

.companies-using-wrap {
    padding-top: 60px;
    text-align: center;
}

.companies-using-wrap img {
    max-width: 100%;
    width: auto;
}

.companies-using-wrap h3 {
    font-weight: 500;
    color: #021730;
    position: relative;
    padding: 0 20px;
    margin-bottom: 20px;
    display: inline-block;
    background: #DCD6CA;
    z-index: 4;
}

.companies-using-wrap .line {
    content: " ";
    position: relative;
    display: inline-block;
    top: 30px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #C1BCB2;
    z-index: 3;
}

/* FOOTER */
.section.footer-wrap {
    padding: 40px 0;
    border-bottom: 1px solid rgba(84, 84, 84, 0.2);
}

.footer-left {}

.footer-left img {
    max-width: 100%;
    width: 556px;
    display: block;
}

.footer-right {
    padding-top: 3vw;
    text-align: right;
}

.footer-right .attn.button {
    display: block;
    width: 150px;
    font-size: 12px;
    float: left;
}

.footer-right a.social-button {
    color: #545454;
    position: relative;
    transition: all .7s ease;
    float: left;
    line-height: 49px;
    font-size: 20px;
    top: -5px;
}

.footer-right a.social-button:hover {
    color: #D90000;
}

/* CREDITS */
.section.credits-wrap {
    padding: 20px 0;
    text-align: center;
}

.footer-nav {
    padding: 20px 0;
}

.footer-nav a {
    color: #545454;
    padding: 0 3px;
    font-size: 5vw;
    display: inline-block;
}

.footer-nav a:hover {
    color: rgba(84, 84, 84, 0.5);
    text-decoration: none;
}

/* Larger than phablet  */
@media (min-width: 550px) {


    .footer-nav a {
        font-size: 3vw;
    }
}

/* Larger than tablet (also point when grid becomes active) */
@media (min-width: 800px) {

    .footer-right .attn.button {
        display: inline-block;
        width: auto;
        font-size: inherit;
        float: none;
    }

    .footer-right a.social-button {
        float: none;
    }

    .footer-nav a {
        font-size: inherit;
    }
}

.footer-nav a:after {
    content: "|";
    opacity: .5;
    padding-left: 6px;
}

.footer-nav a:last-of-type:after {
    display: none;
}

.credits {
    font-size: 1.6rem;
}

/* HELP PAGE */

body.help {}

body.help .main {
    position: relative;
}

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

/* Larger than tablet (also point when grid becomes active) */
@media (min-width: 800px) {

    body.help .main:after {
        content: "";
        top: 0;
        position: absolute;
        right: -4%;
        height: 100%;
        border-right: 1px solid #C1BCB2;
    }

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

.help-side .help-nav {
    background: #C1BCB2;
    padding: 20px 0;
    margin-bottom: 20px;
    border-radius: 10px;
}

.help-side input[type="text"] {
    position: relative;
    border-radius: 100px 0 0 100px;
    float: left;
    width: 70%;
}

.help-side input[type="submit"] {
    line-height: 37px;
    height: 37px;
    padding: 0;
    position: relative;
    top: 1px;
    left: 0px;
    width: 30%;
    text-align: center;
    border-radius: 0 100px 100px 0;
}

.help-nav ul,
.help-nav li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}

.help-nav li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
}

.help-nav li a {
    color: #021730;
    text-decoration: none;
    padding: 5px 20px;
    display: block;
}

.help-nav li a:hover {
    background: rgba(2, 23, 48, 0.1);
}

.help-nav li.selected a {
    background: #021730;
    color: #fff;
}

.help-main ul,
.help-main li {
    list-style: none;
    maring: 0;
    padding: 0;
}

.help-main li {
    list-style: none;
    maring: 0;
    padding: 0;
}

.help-main li a {
    position: relative;
    z-index: 1
}

.help-main ul .help-answer,
.help-main ul .help-answer.hidden {
    background: #C1BCB2;
    padding: 20px;
    border-radius: 10px;
    height: 0;
    opacity: 0;
    margin-top: -40px;
    overflow: hidden;
    z-index: -1;
    transition: all .7s ease;
}

.help-main ul .help-answer.visible {
    height: auto;
    opacity: 1;
    margin: 0;
    padding: 20px;
    overflow: visible;
    z-index: 1;
    margin-bottom: 30px;
    position: relative;
}

:target:before {
    content: "";
    display: block;
    height: 150px; /*same height as header*/
    margin-top: -150px; /*same height as header*/
    position: relative;
}

/* TABLES */

table.chart-table {
    width: 100%;
}

table.chart-table td.head {
    background: #001730;
    color: #fff;
    text-transform: capitalize !important;
}

table.chart-table td h3 {
    text-transform: capitalize !important;
    margin-bottom: 0;
}

table.chart-table td:first-of-type {
    width: 100px !important;
    font-weight: 500;
    text-transform: uppercase;
}

table.enterprise-table td:first-of-type {
    width: 50% !Important;
}

table.enterprise-table h3 {
    font-size: 20px;
    font-weight: bold;
}

/* Larger than tablet (also point when grid becomes active) */
@media (min-width: 800px) {

    table.chart-table td:first-of-type {
        width: 300px !important;
    }

    table.enterprise-table td:first-of-type {
        width: 50% !Important;
    }

    table.enterprise-table h3 {
        font-size: 24px;
    }
}

/* CONTACT PAGE */

.contact-form {
    line-height: 1.2;
    max-width: 300px;
}

.contact-form input[type="text"],
.contact-form input[type="password"],
.contact-form textarea {
    width: 100%;
    border: 0;
    margin: 0;
    margin-bottom: 10px;
}

/* SIGNUP PAGE */

.get-started-form {
    background: #C1BCB2;
    padding: 20px;
    border-radius: 10px;
    line-height: 1.2;
}

.get-started-form h3.center {
    text-align: center;
    background: #DCD6CA;
    margin: 0 -20px;
    padding: 20px 0;
    margin-bottom: 30px;
}

.get-started-form p {
    margin: 0;
}

#contactform {
    text-align: left;
}

.recoverform {
    max-width: 300px;
    margin: 0 auto;
}

.recoverform input {
    width: 100%;
    margin-bottom: 10px;
}

.get-started-form input[type="text"],
.get-started-form input[type="password"],
.get-started-form select,
#contactform input[type="text"],
#contactform input[type="password"],
#contactform textarea {
    width: 100%;
    border: 0;
    margin: 0;
    margin-bottom: 10px;
}

.get-started-form input[type="submit"] {
    border: 0;
    margin: 0;
}

.validation-advice,
.formError p {
    background: #D90000;
    padding: 10px;
    margin: 0;
    margin-top: -10px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

.signup-support {
    background: #C1BCB2;
    padding: 20px;
    border-radius: 10px;
}

.formError p:empty {
    display: none;
}

.signup-section {
    margin-bottom: 10px;
}

/* PR ITEM */

.pr-item {
    border-bottom: 1px solid #C1BCB2;
    padding-bottom: 30px;
    margin-bottom: 20px;
}


