.margin-top-30 {
    margin-top: 30px;
}
.padding-top-15 {
    padding-top: 15px;
}
.title-v1 {
    color: #000;
    margin: 10px 0 7px;
}
#home-top {
    position: relative;
    width: 100%;
    overflow: hidden;
    text-align: center;
    background: linear-gradient(
        90deg,
        rgba(165, 158, 150, 1) 0,
        rgba(235, 234, 232, 1) 45%
    );
}
#intro {
    width: 75%;
    margin: 0 auto;
    text-align: center;
}
.content {
    padding-bottom: 0;
}
.icon-close,
.icon-plus {
    vertical-align: middle;
    display: inline-block;
    font-size: 22pt;
}
.btn-modal-footer {
    margin-bottom: 20px;
    text-align: center;
}
.btn-modal-footer:hover {
    background: #0d488b;
}
.modal-header {
    height: 50px;
    padding: 10px;
    background: #3a75b8 !important;
}
.modal-title {
    color: #fff;
    font-size: 24px;
}
.control-label {
    padding-right: 0;
}
.close {
    opacity: 0.3;
    font-size: 20pt !important;
}
#spinner {
    margin-right: 10px;
    font-size: 27pt;
    visibility: hidden;
    position: relative;
    top: 5px;
}
.bootstrap-dialog-close-button button {
    opacity: 0.8;
}
.bootstrap-dialog-footer-buttons button {
    background-color: #3a75b8;
    color: #fff;
    padding: 5pt 10pt 5pt 10pt;
    margin-bottom: 10pt;
}
.modal-content {
    max-width: 426px;
}
#video-model-content {
    max-width: 800px;
}
#explore-features {
    color: #fff;
    cursor: pointer;
    background-color: #3a75b8;
    font-size: 1.2em;
    padding: 6pt 10pt;
    margin: 8pt auto 8pt;
    border-radius: 20px;
    display: inline-block;
}
#mobile-links {
    background-color: #e0e0e0;
    border-top: 1px solid #a0a0a0;
    text-align: center;
    max-width: 100vw;
}
#mobile-links-div {
    display: inline-block;
    text-align: left;
    padding-top: 10pt;
    padding-bottom: 5pt;
}
.mobile-link-item {
    font-size: 1.15em;
    padding: 10pt;
    border-bottom: 1px solid #b0b0b0;
}
.mobile-link-item > a:link {
    color: #000;
}
.mobile-link-item > a:visited {
    color: #000;
}
@media (max-width: 992px) {
    #mobile-links {
        display: block;
    }
    #explore-features-div {
        display: none;
    }
}
@media (min-width: 993px) {
    #mobile-links {
        display: none;
    }
    #explore-features-div {
        display: block;
    }
}
@media (min-width: 992px) {
    .content {
        /*padding-top: 16px !important;*/
    }
}
@media (max-width: 991px) {
    .content {
        /*padding-top: 5px !important;*/
    }
}
#home-title1 {
    position: absolute;
    top: 15%;
    right: 10%;
    font-family: vc-bold, sans-serif;
    font-size: 2.4rem;
    line-height: 2.8rem;
}
#home-title1 > .home-buttons {
    font-size: 11pt;
    border-radius: 30pt;
    padding: 0 10pt;
    line-height: 3em;
    margin-left: 20pt;
    letter-spacing: 1px;
}
#home-title1 a {
    color: #fff;
}
.home-buttons {
    background-color: #f09000;
    color: #fff;
    font-size: 0.82em;
    padding: 4pt 8pt;
    border-radius: 20px;
    display: inline-block;
    font-family: vc-regular, sans-serif;
    text-shadow: 1px 1px 2px #000;
    cursor: pointer;
}
#highlight-title {
    text-align: center;
    margin: 0 auto;
    max-width: 1536px;
    background-color: #ebeae8;
    padding: 10pt;
}
#highlight-title div, h1 {
    font-family: vc-bold, sans-serif;
    max-width: 660px;
    margin: auto;
    font-size: 1.8rem;
    line-height: 2rem;
    color: #444444;
}
#choose-viewclix {
    padding: 20pt 80pt;
}
#main-img {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
}
#prioritizing-privacy {
    padding: 0 80pt;
}
#prioritizing-privacy {
    margin-top: 0;
}
#prioritizing-privacy div {
    width: 300px;
    text-align: center;
    padding: 0 8pt 8pt;
}
#prioritizing-privacy img {
    padding-bottom: 10pt;
}
#connect-anywhere > div:nth-child(2),
#personal-connection > div:first-child,
#read-reviews > div:first-child,
#viewclix-first > :nth-child(2),
#smile-inducing > div:first-child {
    max-width: 30%;
}
#read-reviews h2 {
    margin-right: 8pt;
    font-size: 18pt;
    font-family: vc-regular, sans-serif;
}
#featured-by {
    padding: 0;
}#featured-by img {
    padding: 8pt 10pt;
}
#viewclix-first img, #read-reviews img {
    border-radius: 2rem / 1rem;
}
#personal-connection img, #smile-inducing img, #viewclix-first img, #read-reviews img {
    max-width: 600px;
    padding: 0 10pt;
}
#connect-anywhere img {
    max-width: 260px;
}
@media (max-width: 992px) {
    #home-title1 {
        top: 12%;
        font-size: 2rem;
        line-height: normal;
        text-align: right;
    }
    #prioritizing-privacy {
        flex-wrap: nowrap;
    }
    .center-sm {
        text-align: center;
    }
    #choose-viewclix {
        padding: 20pt 40pt;
    }
}
@media (max-width: 820px) {
    #intro {
        width: 100%;
        margin: 0;
    }
    #home-title1 {
        font-size: 24pt;
        top: 12%;
        padding-bottom: 10pt;
    }
    #home-title1 > .home-buttons {
        margin-top: 10pt;
    }
    .flex-reverse .vc-row-text {
        order: 2;
    }
    /*.flex-reverse > div:nth-child(1) {*/
    /*    flex-basis: 100%;*/
    /*    order: 1;*/
    /*}*/
    .vc-row-text {
        max-width: 90vw !important;
    }
    #new-play-video {
        margin-left: 0 !important;
    }
}
@media (max-width: 320px) {
    #intro h2 {
        font-size: 23px;
    }
}
@media (max-width: 480px) {
    #home-title1 {
        font-size: 15pt;
        top: 14px;
        opacity: 1;
        right: 10px;
    }
    #home-title1 > .home-buttons {
        font-size: 0.65em;
        line-height: 2.5em;
        margin-top: 6pt;
    }
    .home-buttons {
        font-size: 1em;
        text-shadow: none;
    }
    #highlight-title div {
        font-size: 1.4rem;
        line-height: 1.6rem;
    }
    #choose-viewclix {
        padding: 10pt 20pt;
    }
    #prioritizing-privacy {
        flex-wrap: wrap;
    }
    #prioritizing-privacy div {
        width: 300px;
        margin: auto;
    }
    #intro-container {
        padding-right: 5px;
        padding-left: 5px;
    }
    #intro {
        padding-right: 10px;
        padding-left: 10px;
    }
    #intro h2 {
        line-height: 1.1em;
    }
    #main-img {
        left: 48.5%;
        height: 170px;
    }
    #home-top > img {
        top: 12px;
        transform: scale(1.3);
        position: relative;
    }
    h2 {
        font-size: 1.5rem;
        line-height: 1.8rem;
    }
    #featured-by > div:nth-child(3){
        flex-basis: 100%;
    }
    #connect-anywhere img {
        max-width: 180px;
    }
    #read-reviews img {
        max-width: 90vw;
    }
    .frame-picture {
        max-width: 320px !important;
    }
}
.headline-center h2 {
    padding-bottom: 0;
    color: #000 !important;
}
.headline-center h2:after {
    width: 0;
    height: 0;
}

/* OLD Styles
.check-circle::before {
    height:24px;
    padding-right:10px;
    vertical-align: -webkit-baseline-middle;
    content:url('/static/img/check-circle.png');
}
.bullet::before {
    height:10px;
    padding-right:7px;
    position: relative;
    top: -2px;
    content:url('/static/img/bullet-o.png');
}
.bullet {
    font-size: 1.05em;
    color:black;
    margin-left: 15pt;
    text-indent: -15pt;
    line-height: 1.2em;
    margin-bottom: 10pt;
}
#auto-video {
    position:absolute;
    top:200px;
    left:300px;
}
#playBtn {
    z-index: 2;
    width:48px;
    position:absolute;
    cursor: pointer;
    display: none;
}
*/