﻿.page-content {
    overflow-x: hidden;
}

#p_lt_ctl06_BizForm_viewBiz_pM_lS {
    padding: 2rem;
    margin: auto;
    display: block;
    width: 50%;
}

    #p_lt_ctl06_BizForm_viewBiz_pM_lS::before {
        content: "<span class="fa fa-check fa-lg" style="color:#60bc50"></span>&nbsp;";
    }

.video-container1 {
    position: relative;
    padding-bottom: 38.5%;
    height: 0;
}

    .video-container1 iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

#videotext1 {
    width: 70%;
    position: absolute;
    color: #FFFFFF;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.video-container2 {
    position: relative;
    padding-bottom: 36.5%;
    height: 0;
}

    .video-container2 iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


#videotext2 {
    width: 70%;
    position: absolute;
    color: #FFFFFF !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 999
}

    #videotext2 .headline-sm {
        color: #FFFFFF !important;
    }

.video-container2 .overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    background: black;
    opacity: 0.6;
}

body {
    /*   overflow-x: hidden;*/
    font-family: "Gotham SSm A","Gotham SSm B";
    font-style: normal;
    color: #000;
    font-weight: 300 !important;
}

.subtitle a {
    text-decoration: underline;
    color: #208fd1;
}

.contact a {
    color: #c4d600;
}

.callout {
    font-weight: 500 !important;
    text-transform: uppercase;
    font-size: 0.8rem;
}

.headline {
    color: #0d2c6c;
    font-size: 3rem;
    margin: 2rem;
    line-height: 4rem;
}

#videotext1 .headline {
    font-size: 3vw;
    margin: 2vw;
    line-height: 4vw;
}

.headline-sm {
    color: #0d2c6c;
    font-size: 2rem;
    margin: 2rem;
    line-height: 2.5rem;
}

.width70 {
    width: 70%;
    margin: auto;
    text-align: left;
    display: flex;
    align-items: center;
    padding-top: 2rem;
}

.width80 {
    width: 80%;
    margin: auto;
    padding-bottom: 2rem;
}

.subtitle img {
    float: left;
    margin-right: 5%;
}

.subtitle {
    color: #000;
    font-size: 1.5rem;
    padding-bottom: 2rem;
    line-height: 1.5rem;
}

#videotext1 .subtitle {
    font-size: 1.5vw;
    padding-bottom: 2vw;
    line-height: 2.5vw;
}

.chart-text {
    color: #0d2c6c;
}

section {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.content-wrap .container {
    padding-bottom: 3rem;
}

.green-hr {
    display: none;
}

.blue-bg {
    background: #0d2c6c;
    color: #fff !important;
}

    .blue-bg .headline, .blue-bg .subtitle {
        color: #fff;
    }

.blue-green-gradiant {
    background-image: url(/getattachment/THRIVR/SOCi-Screens.png), linear-gradient(90deg,rgba(0,87,166,1) 60%,rgba(97,191,26,1) 100%);
    background-repeat: no-repeat;
    background-position: 100%;
}

#mobilescreen {
    /*display: none;*/
}

.green-blue-gradiant {
    background: rgb(97,191,26);
    background: linear-gradient(90deg, rgba(97,191,26,1) 21%, rgba(0,87,166,1) 100%);
}

    .green-blue-gradiant .headline-sm {
        color: #ffffff;
    }

    .blue-green-gradiant p, .green-blue-gradiant p {
        color: #ffffff;
    }

.btn-primary {
    background: #60bc50;
    color: #ffffff !important;
    text-transform: uppercase;
    width: 200px !important;
    padding: 15px !important;
    letter-spacing: 0.15em;
}

.ErrorLabel, .EditingFormErrorLabel {
    color: #f12121;
}

.form-control:focus {
    border-color: #60bc50;
    box-shadow: none;
}

.integration-logos {
    display: flex;
    justify-content: space-evenly;
}

@media only screen and (max-width: 960px) {
    #videotext2 {
        width: 100%;
        max-width: 768px;
    }
}


@media only screen and (max-width: 780px) {
    .video-container1 {
        position: relative;
        width: 200vw;
        height: 56vw;
        left: -30%;
    }

    #videotext1 {
        width: 100%;
        max-width: 100vw;
        margin: 0 auto;
        left: 40%;
    }

    .video-container2 {
        position: relative;
        width: 200vw;
        height: 73vw;
        left: -30%;
    }

    #videotext2 {
        width: 100%;
        max-width: 100vw;
        margin: 0 auto;
        left: 40%;
    }
}


@media only screen and (max-width: 600px) {

    .blue-green-gradiant {
        background: rgb(0,87,166);
        background: linear-gradient(180deg, rgba(0,87,166,1) 60%, rgba(97,191,26,1) 100%);
    }

    #mobilescreen {
        display: block;
        padding-top: 2rem;
    }

    .green-blue-gradiant {
        background: rgb(97,191,26);
        background: linear-gradient(180deg, rgba(97,191,26,1) 21%, rgba(0,87,166,1) 100%);
    }

    section {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .header {
        padding-top: 4rem;
    }

    .blue-bg .subtitle {
        padding-bottom: 0;
    }

    .blue-bg p, #videotext2 p {
        margin-left: 1rem !important;
        margin-right: 1rem;
    }

    .blue-bg .width80 {
        padding-bottom: 0 !important;
    }

    #digitalpresence p {
        text-align: left;
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .green-hr {
        display: block;
    }

    .EditingFormControlNestedControl {
        width: 80%;
    }

    .rc-anchor-normal {
        width: 80%;
    }

    .int-image {
        width
    }

    .col-sm-4 {
        margin-bottom: 2rem;
    }

    .subtitle {
        padding-bottom: 0;
    }

    .headline {
        font-size: 2rem;
        margin: 2rem;
        line-height: 2rem;
    }

    .integration-logos {
        display: inline-block;
    }

        .integration-logos img {
            width: 20%;
            margin: 1rem;
        }
}



/*These styles were taken directly from the THRIVR MasterPage configuration in Kentico 12*/
.top-tasks {
    width: 50%;
}

.survey-popup-title {
    display: flex;
    align-items: center;
    font-size: 1.7em;
    color: #0d2c6c;
    margin: 10px 0px;
}

.survey-cancel {
    text-align: right;
    margin-right: -20px;
    margin-bottom: -20px;
    margin-top: -10px;
}

.survey-popup-body {
    font-size: 1.3em;
    text-align: left;
    margin: 10px 0px;
}

.survey-div2, .survey-div3 {
    text-align: center;
}

    .survey-div2 a {
        background-color: #152b69;
        border-color: #152b69;
        color: #fff !important;
        width: 75%;
    }

    .survey-div3 a {
        text-decoration: none;
        color: #152b69;
        font-size: 1.2em;
    }

.survey-popup {
    width: 400px;
    text-align: center;
    background-color: #e4e4e4;
    color: #000;
    border-radius: 6px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: inline-block;
    z-index: 1000;
    animation: .5s slideIn cubic-bezier(.35,.57,.4,.89);
    padding: 20px
}

.privacy-button {
    padding: 10px 20px;
}

.alert-wrap .container {
    max-width: 1170px;
}
