/* Minification failed. Returning unminified contents.
(635,1): run-time error CSS1019: Unexpected token, found '}'
 */
/*! jQuery UI - v1.11.4 - 2015-08-27
* http://jqueryui.com
* Includes: core.css
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}
body {
}

/* Set padding to keep content from hitting the edges */
.body-content {
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/*===================
RESET
=====================*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}
p {
    margin-bottom: 16px;
}
/*===================
Global Styles
=====================*/
 body {
    font-family: 'Poppins', sans-serif;
    color: #0B0F0A;
    line-height: 1.3;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.h1 {
    font-size: 36px;
}
.h2 {
    font-size: 30px;
}
.h3 {
    font-size: 24px;
}
.h4 {
    font-size: 20px;
}
.h5 {
    font-size: 18px;
}
.h6 {
    font-size: 17px;
}
a {
    color: #FAFF14;
}
a:hover {
    color: #ffffff;
}
.btn-lg {
    padding: 1rem 1.5rem;
}
.secondary .btn-lg {
    padding: .5rem 1.5rem;
    width: 100%;
}
.btn-yellow {
    background: #FAFF14;
}
.btn-black {
    background: #111111;
    color:#ffffff;
    border: none;
}
    .btn-black:hover {
        background: #FAFF14;
        color: #111111;
        border:none;
    }
/*===================
Bootstrap Overrides
=====================*/
navbar {
    padding: 0.5rem 0 !important;
}
.btn-outline-primary {
    color: #ffffff;
    border-color: #ffffff;
}
    .btn-outline-primary:hover {
        color: #fff;
        background-color: #0B0F0A;
        border-color: #0B0F0A;
    }
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
/*===================
Custom Styles
=====================*/
.Poppins {
    font-family: 'Poppins', sans-serif;
}
.Montserrat {
    font-family: 'Montserrat', sans-serif;
}
.fw600 {
    font-weight: 600;
}
.white {
    color: #ffffff;
}
.black {
    color: #0B0F0A;
}
.pink {
    color: #FF206E;
}
.yellow {
    color: #FAFF14;
}
.cyan {
    color: #6cc5be;
}
.gray {
    color: #ECF1F3;
}
.black-bg {
    background: #0B0F0A;
}
.pink-bg {
    background: #FF206E;
}
.yellow-bg {
    background: #FAFF14;
}
.cyan-bg {
    background: #6cc5be;
}
.gray-bg {
    background: #ECF1F3;
}
.cyan-yellow-bg, .pink-cyan-bg, .cyan-pink-bg {
    position: relative;
}
.cyan-yellow-bg {
    background: #6cc5be;
}
.pink-cyan-bg {
    background: #FF206E;
}
.cyan-pink-bg {
    background: #6cc5be;
}
.cyan-yellow-bg, .pink-cyan-bg {
    position: relative;
}
    .cyan-yellow-bg:before, .pink-cyan-bg:before, .cyan-pink-bg:before {
        content: '';
        height: 80%;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .cyan-yellow-bg:before {
        background: #FAFF14;
    }
    .pink-cyan-bg:before {
        background: #6cc5be;
    }
    .cyan-pink-bg:before {
        background: #FF206E;
    }
/*===================
Header
=====================*/
header {
    padding: 25px 0;
    height: 120px;
}
.is-sticky header#sticker {
    box-shadow: 0 5px 5px rgba(000,000,000,.35);
    background: #FF206E;
}
/*----Navigation----*/
nav a {
    color: #ffffff;
}
    nav a:hover, nav .active {
        color: #FAFF14;
    }
.navbar-toggler {
    position: absolute;
    top: -40px;
    right: 0;
    background: black;
}
.navbar-collapse.show {
    background: #0B0F0A;
    padding: 8px;
    z-index: 99999999;
    position: relative;
    border-radius: 15px;
}
    .navbar-collapse.show:before {
        content: '';
        height: 0;
        width: 0;
        position: absolute;
        border-top: 10px solid transparent;
        border-bottom: 10px solid #0B0F0A;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        position: absolute;
        top: -18px;
        right: 0;
        left: 0;
        margin: 0 auto;
    }
.navbar-collapse.show .nav-item {
    border-bottom: 1px solid #fff;
    font-size: 20px;
    padding: .25rem 0;
}
.navbar-collapse.show .nav-item:nth-child(5), .navbar-collapse.show .nav-item:last-child {
    border-bottom: 0;
}
/*===================
SL Tool
=====================*/
.SL-tool-wrapper {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}
.SL-input-field {
    width: 100%;
    background: #eaeef0;
    border: 0;
    border-radius: 8px;
    padding: 1rem 1.5rem;
    font-size: 24px;
}
.SL-tool-wrapper ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #0B0F0A;
}

.SL-tool-wrapper ::-moz-placeholder { /* Firefox 19+ */
    color: #0B0F0A;
}

.SL-tool-wrapper :-ms-input-placeholder { /* IE 10+ */
    color: #0B0F0A;
}

.SL-tool-wrapper :-moz-placeholder { /* Firefox 18- */
    color: #0B0F0A;
}
.scoreNum {
    font-size: 500%;
}
.results-col-text {
    width: 100%;
    margin: 0 auto;
}
.results-col-text ul {
    width: 100%;
    padding: 0;
}
.results-col-text ul li {
    border-bottom: 1px solid #fff;
}
#divResults {
    margin-bottom: 20px;
}
.slFormSubscribeWrapper {
    /*background: #0B0F0A;
    border-radius: 20px;*/
    margin-top: 20px;
}
.field-validation-error {
    color: #FAFF14;
}
.input-validation-error {
    margin-bottom: 10px;
}
.chatgpt-badge {
    max-width: 200px;
}
#divResults .divAddOnPrivacy p {
    color: #ffffff;
    font-size: 10px;
    margin: 12px auto;
}
/*===================
AI feature
=====================*/
#AI_options {
    padding: 20px;
    overflow: hidden;
}
#AI_options .rcol {
    display: flex;
    flex: 1;
    position: relative;
    align-self: stretch;
    padding: 25px;
    background: url('images/Global/Speech-bubble-2.svg') no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 2;
    }
#AI_options .rcol .speech_bubble_container {
    padding: 45px 25px;
    align-self: center;
    margin: auto;
}
#AI_options .lcol p {
    margin-bottom: 0;
}
#AI_options .lcol .row {
    margin-bottom: 10px;
}
#AI_options .rcol img {
    z-index: 1;
}
#AI_options .rcol .speech_bubble_container p {
    margin: 0;
}
.ai_robot {
    width: 100%;
    max-width: 120px;
    display: block;
    margin: 0 auto;
}
/*===================
Articles
=====================*/
.articles .panel {
    background: #FF206E;
    border-radius: 20px;
    margin-bottom: 20px;
    color: #ffffff;
    overflow: hidden;
}
.articles p {
    color: #ffffff;
}
.articles a {
    color: #FAFF14;
}
.articles .panel-body, .articles h4 {
    padding: 15px;
    text-align: center;
}
.articles .panel-body p, .mobile-social-share, .articles .panel-default .panel-body {
    display: none;
}
/*===================
Sections
=====================*/
    section {
        padding: 25px 0;
    }
.home .featured {
    min-height: 50vh;
    padding-top: 0;
}
.featured {
    padding-top: 0;
}
    .featured h1 span {
        border-bottom: 4px solid #FAFF14;
    }
.secondary .grid-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
}

.secondary .grid-item {
    padding: 20px;
    border-radius: 10px;
}
/*.secondary .grid-item img {
    width: 80px;
}*/
.secondary .card {
    border: 0;
    border-radius: 14px;
    overflow: hidden;
}
.secondary .card-col {
    padding: 0 8px;
}
.secondary .card a {
    color: #0B0F0A;
}
.secondary .card a:hover {
    text-decoration: none;
}
    .secondary .card a div {
        transition: all .25s ease-in-out;
    }
    .secondary .card a:hover div {
        background: #FAFF14;
    }
.secondary .card-outline {
    border: 1px solid #666;
    background: none;
    border-radius: 14px;
    padding: 15px;
    transition: all .25s ease-in-out;
}
    .secondary .card-outline:hover {
        background: #171717;
    }
.calendar-graphic, .podcast-graphic {
    transform: scale(1);
    animation: shake 8s linear infinite;
}
.podcast-graphic {
    animation-delay: 3.25s;
}
@keyframes shake {
    0% {
        transform: scale(1) rotate(0);
    }
    1% {
        transform: scale(1) rotate(0);
    }
    2% {
        transform: scale(1.1) rotate(-8deg);
    }
    3% {
        transform: scale(1.06) rotate(6deg) translateY(-5px);
    }
    4% {
        transform: scale(1) rotate(0) translateY(0);
    }
    5% {
        transform: scale(1.0125) rotate(-8deg);
    }
    6% {
        transform: scale(1.15) rotate(6deg);
    }
   7% {
        transform: scale(1) rotate(0);
    }

}
.secondary input[type=text], .secondary input[type=button] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

.content-wrapper {
    border-radius: 20px;
}
.media-kit section#about, .media-kit section#audience-profile, .media-kit section#specs, .media-kit section#unique-advertising {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 200px;
}
.media-kit section#audience-profile {
    padding-top: 300px;
}
.media-kit section#audience-profile div h2, .media-kit section#audience-profile div p {
    margin: 0;
}
#audience-profile .grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}

#audience-profile .grid-item {
    padding: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: all .25s ease-out;
}

    #audience-profile .grid-item:nth-child(3) {
        grid-row-start: 2;
        grid-row-end: 4;
    }

.ad-specs-data {
    width: 100%;
}
.ad-specs-data tr {
    border-bottom: 1px solid #ffffff;
}
.ad-specs-data td {
    padding: 0;
    display: block;
    width: 100%;
}
.videos .grid-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
}
.videos .grid-item {
    border-radius: 20px;
    overflow:hidden;
}
#advertise .grid-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
    align-items: flex-end;
}
#advertise .grid-item img {
    animation: distort 7s ease-out alternate infinite;
}
#advertise .grid-item:nth-child(1) img {
    animation-delay: 2.25s;
}
#advertise .grid-item:nth-child(4) img {
    animation-delay: 1.75s;
}
#advertise .grid-item:nth-child(3) img {
    animation-delay: 1s;
}

@keyframes distort {
    0% {
        transform: scaleX(.97);
    }

    2% {
        transform: scaleX(1.03);
    }

    4% {
        transform: scaleY(1.15);
    }

    6% {
        transform: scaleX(1);
    }

    7% {
        transform: scaleY(.98);
    }

    9% {
        transform: scaleY(1);
    }
}

}
/*===================
Newsletter signup
=====================*/
.newsletter-form-wrapper {
    max-width: 500px;
    margin: 0 auto
}

.newsletter-input-field {
    width: 100%;
    background: #eaeef0;
    border: 0;
    border-radius: 8px;
    padding: 1rem 1.5rem;
    font-size: 24px;
    margin: 0 auto;
}
#miniformContainer ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #0B0F0A;
}

#miniformContainer ::-moz-placeholder { /* Firefox 19+ */
    color: #0B0F0A;
}

#miniformContainer :-ms-input-placeholder { /* IE 10+ */
    color: #0B0F0A;
}

#miniformContainer :-moz-placeholder { /* Firefox 18- */
    color: #0B0F0A;
}

/*===================
Footer
=====================*/
footer {
    padding: 25px 0;
}
footer a {
    color: #ffffff;
}
    footer a:hover, .footer a span:hover {
        color: #FAFF14;
    }
#divAddOnPrivacySection {
    background: #0B0F0A;
    border-top: 1px solid #1a1a1a;
}
#divAddOnPrivacySection p {
    color: #fff;
    font-size: 11px;
}
#divAddOnPrivacySection p:last-child {
    margin-bottom: 0;
}
@media (min-width: 576px) {

}
@media (min-width: 768px) {
    .h1 {
        font-size: 45px;
    }

    .h2 {
        font-size: 38px;
    }

    .h3 {
        font-size: 32px;
    }

    .h4 {
        font-size: 28px;
    }

    .h5 {
        font-size: 24px;
    }

    .h6 {
        font-size: 18px;
    }

    section {
        padding: 45px 0;
    }
    #divAddOnPrivacySection {
        padding: 25px 0;
    }
    .primary {
        padding-top: 50px;
    }

    .secondary .grid-container {
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
    }

    .media-kit section#about, .media-kit section#audience-profile, .media-kit section#specs, .media-kit section#unique-advertising {
        padding-top: 0;
    }

    .media-kit section#audience-profile {
        padding-top: 180px;
    }

    #audience-profile .grid-container {
        grid-template-columns: 1fr;
    }

    footer {
        padding: 40px 0;
    }

    .ad-specs-data tr {
        transition: all .25s ease-out;
    }

        .ad-specs-data tr:hover {
            background: #0b0f0a;
        }

    .ad-specs-data td {
        padding: 1em 0;
        display: table-cell;
    }

        .ad-specs-data td:first-child {
            width: 40%;
        }

        .ad-specs-data td:nth-child(2), .ad-specs-data td:last-child {
            width: 30%;
        }

    .videos .grid-container {
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
    }

    #advertise .grid-container {
        grid-template-columns: 1fr 1fr;
    }
    #advertise .grid-item:last-child {
        grid-column-start: 1;
        grid-column-end: 3;
    }
            #AI_options .lcol .row {
                margin-bottom: 0;
            }
    #AI_options .rcol {
        max-width: 350px;
        margin: 40px auto 0 auto;
    }
        #AI_options .rcol .speech_bubble_container {
            padding: 25px 60px 25px 45px;
        }
    .ai_robot {
        width: 100%;
        max-width: 200px;
    }
    .chatgpt-badge {
        max-width: 240px;
    }

}
@media (min-width: 992px) {
    .h1 {
        font-size: 65px;
    }

    .h2 {
        font-size: 50px;
    }

    .h3 {
        font-size: 42px;
    }

    .h4 {
        font-size: 36px;
    }

    .h5 {
        font-size: 30px;
    }

    .h6 {
        font-size: 24px;
    }
    header {
        height: auto;
    }
    .navbar-expand-lg .navbar-nav {
        width: 100%;
        justify-content: space-around;
    }
    nav li {
        border-bottom: 2px solid transparent;
    }

        nav li:hover {
            border-bottom: 2px solid #FAFF14;
        }

        nav li:last-child:hover {
            border-bottom: 2px solid transparent;
        }
    #AI_options {
        flex-direction: row !important;
        padding: 40px 20px 80px 20px;
        overflow: hidden;
    }

        #AI_options .lcol {
            flex: 1.5;
        }

            #AI_options .lcol .row {
                margin-bottom: 0;
            }

            #AI_options .lcol p {
                font-size: 18px;
                margin-bottom: 8px;
            }

        #AI_options .rcol {
            display: flex;
            flex: 1;
            position: relative;
            align-self: stretch;
            padding: 25px;
            background: url('images/Global/Speech-bubble-2.svg') no-repeat;
            background-position: center;
            background-size: contain;
            z-index: 2;
            margin: 0;
        }

            #AI_options .rcol .speech_bubble_container {
                padding: 25px 45px 25px 45px;
                align-self: center;
                margin: auto;
            }

            #AI_options .rcol img {
                z-index: 1;
            }

            #AI_options .rcol .speech_bubble_container p {
                margin: 0;
            }

    .ai_robot {
        width: 100%;
        max-width: 120px;
        display: block;
        position: absolute;
        bottom: 10px;
        right: 10px;
    }
    .nav-link {
        font-size: 12px;
    }
}
@media (min-width: 1200px) {
    header {
        margin-bottom: 100px;
    }
    .featured .panel {
        margin-bottom: 100px;
    }
    .secondary .grid-container {
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 20px;
    }
        /*Uncomment below to have split first column*/
        /*.secondary .grid-container .grid-item:nth-child(2) {
            grid-row-start: 2;
        }

        .secondary .grid-container .grid-item:nth-child(3),
        .secondary .grid-container .grid-item:nth-child(4) {
            grid-row-start: 1;
            grid-row-end: 3;
        }*/
    .results-col-text ul li {
        padding: 0 15%;
    }
    #audience-profile .grid-container {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
    #audience-profile .grid-container {
        grid-template-columns: 1fr 1fr;
    }
    #audience-profile .grid-item:hover {
        background: #FF206E;
        transform: scale(1.05);
    }
    #audience-profile .grid-item:nth-child(3) {
        grid-row-start: 1;
        grid-row-end: 3;
    }
    /*#advertise .grid-item {
        transition: all .25s ease-in;
        transform: translateY(0);
    }

        #advertise .grid-item:hover {
            transform: translateY(-4px);
        }*/
    #AI_options .rcol {
        margin-bottom: 35px;
    }
    .chatgpt-badge {
        position: absolute;
        right: -150px;
        max-width: 200px;
    }
    .nav-link {
        font-size: 16px;
    }

}
@media (min-width: 1366px) {
    .videos .grid-container {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .chatgpt-badge {
        right: -190px;
        max-width: 240px;
    }
    #divResults .divAddOnPrivacy p {
        margin: 20px auto;
        width: 80%;
    }

}
@media (min-width: 1400px) {
}
@media (min-width: 1600px) {
    .home .featured .primary {
        padding-top: 140px;
    }
    .chatgpt-badge {
        right: 0;
    }
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1570px;
    }
    #divResults .divAddOnPrivacy p {
        width: 50%;
    }

}
@media (min-width: 1920px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1570px;
    }
    #slScoreContent {
        max-width: 65% !important;
        margin: 0 auto;
    }
}
