@font-face {
    font-family: 'Gotham-Black';
    src: url('fonts/Gotham-Black.eot');
    src: url('fonts/Gotham-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gotham-Black.svg#Gotham-Black') format('svg'),
        url('fonts/Gotham-Black.ttf') format('truetype'),
        url('fonts/Gotham-Black.woff') format('woff'),
        url('fonts/Gotham-Black.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Medium.woff2') format('woff2'),
        url('fonts/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

.header-quiz .bg {
    background-color: #4c88cc;
    border-radius: 20px;
    padding-bottom: 20px;
    margin-left: 33px;
    max-height: 260px;
}

.header-quiz .bg .star-desktop {
    position: relative;
    top: -90px;
    max-width: 317px;
}


.header-quiz .header-content {
    position: relative;
    top: -82px;
}

.header-quiz .bg .triangle {
    width: 66px;
    height: 55px;
    border-bottom: solid 60px #4c88cc;
    border-left: solid 40px transparent;
    border-right: solid 40px transparent;
    position: absolute;
    left: -3px;
    bottom: 59%;
}

#main>article {
    background-color: #0057b8;
    color: white;
    font-family: 'Montserrat', sans-serif;
}

h2 {
    font-family: 'Montserrat', sans-serif;
}

#main .wrap {
    max-width: 1070px;
}

#main input[type="radio"] {
    visibility: hidden;
    position: absolute;
    height: 100%;
}

#main .gform_heading {
    display: none;
}

#main form {
    margin: 0 60px;
}

@media only screen and (max-width: 576px) {
    #main form {
        margin: 0 15px;
    }
}

#main form li {
    width: 100%;
}

#main form li .image-container, .regs-review .image-container {
    float: left;
    width: 12%;
}

@media only screen and (max-width: 768px) {
    #main form li .image-container, .regs-review .image-container {
        float: none;
        margin: 0 auto;
        margin-bottom: 20px;
        width: 107px;    
    }
}

@media only screen and (max-width: 576px) {
    #main form li .image-container, .regs-review .image-container {
        margin-bottom: 18px;
    }
}

#main form li .image-container .number, .regs-review .image-container .number {
    font-size: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    width: 117px;
    height: 117px;
    display: block;
    text-align: center;
    z-index: 1;
    position: relative;
    margin-top: 15px;
    top: 12px;
}

@media only screen and (max-width: 768px) {
    #main form li .image-container .number, .regs-review .image-container .number {
        font-size: 65px;
    }
}

#main form li .image-container img, .regs-review .image-container img {
    position: absolute;
}

#main form li .field-container, .regs-review .field-container {
    padding-left: 122px;
    float: right;
    width: 88%;
    margin-bottom: 70px;
    position: relative;
}

@media only screen and (max-width: 576px) {
    #main form li .field-container, .regs-review .field-container {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 768px) {
    #main form li .field-container, .regs-review .field-container {
        float: none;
        width: 100%;
        text-align: center;
        padding-left: 0 !important;
    }
}

#main form li .field-container img {
    position: absolute;
    top: -2%;
    right: 3%;
}

@media only screen and (max-width: 576px) {
    #main form li .field-container img {
        top: -30px;
    }
}

#main form li .field-container .gfield_label {
    width: 500px;
    font-size: 30px;
    line-height: 40px;
    color: #fefefe;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

@media only screen and (max-width: 768px) {
    #main form li .field-container .gfield_label {
        width: 100%;
        font-size: 30px;
        line-height: 35px;
    }
}

@media only screen and (max-width: 576px) {
    #main form li .field-container .gfield_label {
        font-size: 18px;
        line-height: 24px;
    }
}

#main .gfield_radio li {
    display: inline;
}

#main .gfield_radio li label {
    cursor: pointer;
    text-transform: uppercase;
    border: none;
    width: 105px;
    padding: 9px 0;
    max-height: 49px;
    text-align: center;
    display: inline-block;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    margin-right: 20px;
    border-radius: 6px;
    font-size: 25px;
    font-weight: 900;
    line-height: 30px;
    letter-spacing: -0.01px;
    color: #fefefe;
    background: #f2a900;
    font-family: 'Montserrat', sans-serif;
}

@media only screen and (max-width: 576px) {
    #main .gfield_radio li label {
        margin-right: 10px;
        width: 75px;
        padding: 0px 0;
    }
}

#main .article-header .d-2of5 {
    width: 26%;
    padding: 0;
}

@media only screen and (max-width: 768px) {
    #main .article-header .d-2of5 {
        display: none;
    }
}

#main .article-header .d-3of5 {
    width: 74%;
}

@media only screen and (max-width: 768px) {
    #main .article-header .d-3of5 {
        width: 100%;
        height: 590px;
    }
}

@media only screen and (max-width: 576px) {
    #main .article-header .d-3of5 {
        height: 250px;
    }
}

#main .article-header .d-3of5 .wrapper {
    position: relative;
    top: -20px;
    min-height: 415px;
    text-align: center;
    max-width: 779px;
}

#main .article-header .d-3of5 .wrapper a {
    color: white;
}

.results .img-center {
    display: none;
}

.egg-mobile, .wrapper .star-mobile, .wrapper .star-mobile-xs {
    display: none;
}

@media only screen and (max-width: 768px) {
    #main .article-header .d-3of5 .wrapper {
        min-height: 350px;
        background: url(images/rectangle-mobile.png);
        border-radius: 15px;
    }

    .egg-mobile {
        display: block;
        text-align: center;
        position: relative;
        top: -140px;
    }

    .egg-mobile .triangle {
        position: absolute;
        top: 55px;
        max-width: 200%;
        width: 6%;
        margin-left: -24px;
    }

    .wrapper .star-mobile {
        margin-top: -90px;
        display: inline-block;
    }

    .header-quiz .bg .star-desktop {
        display: none;
    }
}

@media only screen and (max-width: 576px) {
    #main .article-header .d-3of5 .wrapper {
        min-height: 220px;
    }

    .wrapper .star-mobile {
        display: none;
    }
    
    .wrapper .star-mobile-xs {
        display: inline-block;
        margin-top: -90px;
    }

    .egg-mobile .triangle {
        position: absolute;
        top: 55px;
        max-width: 100%;
        width: auto;
        margin-left: -5px;   
    }
}

#main .article-header .d-3of5 .img-bg {
    position: absolute;
    top: -30px;
    left: 0;
}

@media only screen and (max-width: 768px) {
    #main .article-header .d-3of5 .img-bg {
        display: none;
    }
}

#main .article-header .d-3of5 .logo {
    position: relative;
    z-index: 1;
    margin-top: 10px;
}

#main .article-header .d-3of5 .logo.logo-mobile {
    display: none;
}

#main .article-header .header-quiz {
    padding-top: 170px;
}

@media only screen and (max-width: 768px) {
    #main .article-header .header-quiz {
        padding-top: 220px;
    }
}

@media only screen and (max-width: 576px) {
    #main .article-header .header-quiz {
        padding-top: 130px;
    }
}

.sub-heading .wrap {
    text-align: center;
}

.sub-heading .wrap>div {
    width: 500px;
    margin: 0 auto;
}

@media only screen and (max-width: 768px) {
    .sub-heading .wrap>div {
        width: 100%;
    }

    .sub-heading img {
        display: none;
    }
}

.sub-heading .wrap h2 {
    font-size: 33px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    line-height: 40px;
}

@media only screen and (max-width: 768px) {
    .sub-heading .wrap h2 {
        font-size: 32px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 900;
        line-height: 35px;
    }
}

@media only screen and (max-width: 576px) {
    .sub-heading .wrap h2 {
        font-size: 18px;
        line-height: 20px;
        padding-top: 80px;
    }
}


header h1 {
    position: relative;
    z-index: 1;
    width: 520px;
    margin: 0 auto;
    text-align: center;
    font-weight: 800;
    line-height: 48px;
    font-size: 41px;
    text-transform: none;
    font-family: 'Montserrat', sans-serif;
}

header .wrapper p {
    position: relative;
    z-index: 1;
    width: 468px;
    margin: 0 auto;
    margin-top: 12px;
    font-weight: 600;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Montserrat', sans-serif;
}

@media only screen and (max-width: 768px) {
    header .wrapper p {
        width: 80%;
    }
}

header .wrapper p span {
    font-weight: 900;
}

body .gform_wrapper ul li.field_description_below div.ginput_container_radio {
    margin-top: 30px !important;
}

@media only screen and (max-width: 576px) {
    body .gform_wrapper ul li.field_description_below div.ginput_container_radio {
        margin-top: 20px !important;
    }
}

body .gform_wrapper ul li.gfield {
    border-bottom: 1px solid #4c88cc;
    margin-bottom: 65px;
}

@media only screen and (max-width: 576px) {
    body .gform_wrapper ul li.gfield {
        border-bottom: 1px solid #4c88cc;
        margin-bottom: 30px;
    }
}

body .gform_wrapper ul li.gfield:last-child {
    border: none;
}

.gform_wrapper ul.gfield_radio {
    margin: 0px 0 !important;
}

.gform_footer {
    width: 399px !important;
    margin: 0 auto !important;
    padding-top: 0;
}

@media only screen and (max-width: 768px) {
    .gform_footer {
        width: 100% !important;
    }
}

.gform_wrapper input[type=submit] {
    padding: 25px;
    font-size: 30px !important;
    font-weight: 400;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: -0.012px;
    color: #0057b8;
    background-color: #ffff;
    border-radius: 6px;
    font-weight: 900;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -0.012px;
}

@media only screen and (max-width: 768px) {
    .gform_wrapper input[type=submit] {
        font-size: 20px !important;
    }
}

@media only screen and (max-width: 576px) {
    .gform_wrapper input[type=submit] {
        padding: 15px;
    }

    .gform_footer {
        width: 85% !important;
    }
}

.text-center {
    display: none;
    text-align: center;
    padding-bottom: 190px;
}

.text-center.show {
    display: block;
}

.text-center.bg-answered {
    display: block;
}

@media only screen and (max-width: 768px) {
    .text-center {
        padding-bottom: 70px;
    }
}

.text-center.bg-answered {
    background-color: #89b644;
    padding-top: 50px;
}

.text-center a {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: white;
    text-decoration: none;
}

.text-center a span{
    text-decoration: underline;
}

.gform_wrapper {
    margin: 140px 0 !important;
}

.gform_wrapper:first-child {
    margin: 85px 0 !important;
}

section.entry-content {
    padding-top: 0;
}

input[type="radio"]:checked+label,input[type="radio"]:hover+label{
    color: #0057b8 !important;
    /* font-weight: 400 !important; */
    /* line-height: 33px !important; */
    background: white !important;
    /* font-size: 25px !important; */
}

.quiz .gform_wrapper {
    max-width: 1070px;
    margin: 85px auto 0 auto !important;
    padding-bottom: 140px;
}

@media only screen and (max-width: 576px) {
    .quiz .gform_wrapper {
        margin: 30px auto 0 auto !important;
    }
}

@media only screen and (max-width: 768px) {
    .quiz .gform_wrapper {
        padding-bottom: 40px;
    }
}

.results {
    background-color: #89b644;
    padding-top: 260px;
    position: relative;
    overflow: hidden;
    padding-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .results {
        min-height: 500px;
        padding-top: 90px;
    }
}

.results .img-bg {
    margin-top: -70px;
    margin-left: -58px;
}

.results .logo {
    position: relative;
    z-index: 1;
    padding-left: 0;
}

@media only screen and (max-width: 576px) {
    .results .logo {
        left: 0 !important;
    }
}

@media only screen and (max-width: 768px) {
    .results .logo {
        max-width: 216px;
    }
}

.results .images_container {
    text-align: center;
    width: 102%;
    position: absolute;
    top: -65%;
    z-index: 1;
}

.results .text {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 25px;
}

@media only screen and (max-width: 576px) {
    .results .text {
        left: 0  !important;
    }
}

@media only screen and (max-width: 768px) {
    .results .text {
        top: 0;
        max-width: 100%;
    }
}

.results p{
    color: white;
    font-size: 22px;
    text-align: center;
    line-height: 29px;
    width: 401px;
    font-weight: 600;
    margin: 0 auto;
    max-width: 100%;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 12px;
}

@media only screen and (max-width: 768px) {
    .results p {
        font-size: 15px;
        font-weight: 400;
        line-height: 17px;
        margin-bottom: 20px;
        color: #323232;
    }
}

.results .text h2 {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    line-height: 36px;
    font-weight: 800;
    margin-bottom: 5px;
}

.results .text h2 span {
    font-size: 64.8px;
    font-weight: 900;
    line-height: 34.02px;
    letter-spacing: 2.20909px;
    margin-bottom: -5px;
    display: block;
}

.results .wrap {
    position: relative;
}

.results .wrapper {
    position: relative;
    left: -13%;
    max-width: 591px;
}

@media only screen and (max-width: 768px) {
    .results .wrapper {
        left: 0;
        padding: 10px 35px;
        margin: 0 15px;
        border-radius: 15px;
    }

    .results .text {
        padding: 5px 15px;
    }

    .results .text::before {
        display: none;
    }

    .results .text h2 span {
        display: block;
        margin-bottom: 10px;
        font-size: 50px;
    }
}

.results .egg {
    max-width: 145%;
    position: relative;
    top: -135px;
    left: -60px;
}

.results .wrap {
    width: 100%;
    margin: 0 auto;
}

.results .section-bg {
    width: 100%;
    position: absolute;
    top: 0;
}

.results .section-bg img {
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .results .section-bg {
        min-height: 750px;
    }
}

.results .device {
    position: absolute;
    top: 660px;
    right: 312px;
}

.results .pet {
    position: absolute;
    top: 580px;
    right: 445px;
}

.regs-review {
    min-height: 2303px;
    background-color: #89b644;
}

@media only screen and (max-width: 768px) {
    .regs-review {
        min-height: auto;
    }
}

.regs-review .regs-wrap {
    display: block;
    max-width: 1207px;
    margin: 0 auto;
    position: relative;
    border-radius: 20px;
    min-height: 2253px;
    background: #0057b8;
    padding: 90px 112px 0;
}

@media only screen and (max-width: 768px) {
    .regs-review .regs-wrap {
        margin: 0 15px;
        min-height: auto;
    }
}

@media only screen and (max-width: 1024px) {
    .regs-review .regs-wrap {
        padding: 90px 12px 0;
    }

    #main .article-header .d-3of5 .logo.logo-mobile {
        display: inline-block;
    }
}

@media only screen and (max-width: 1207px) {
    .regs-review .regs-wrap {
        max-width: 100%;
    }
}

.regs-review .answer-wrap {
    display: block;
    width: 1002px;
    margin: 0 auto;
    max-width: 100%;
}

@media only screen and (max-width: 1207px) {
    .regs-review .regs-wrap {
        max-width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .regs-review .regs-wrap {
        padding-bottom: 20px;
    }
}

.regs-review h2 {
    position: relative;
    text-align: center;
    width: 389px;
    margin: 0 auto;
    background: white;
    color: black;
    font-size: 31px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    padding: 20px;
    font-family: 'Gotham-Black', sans-serif;
}

@media only screen and (max-width: 576px) {
    .regs-review h2 {
        width: 58%;
        font-size: 17px;
        padding: 12px 20px;
    }
}

.regs-review .field-container {
    padding-left: 38px;
    padding-top: 25px;
    width: 71.4%;
    float: left;
    margin-bottom: 37px;
}

@media only screen and (max-width: 768px) {
    .regs-review .field-container {
        width: 100%;
        float: none;
        padding-top: 0px;
    }
}


.regs-review .field-container label {
    font-size: 23px;
    font-weight: 600;
    line-height: 32px;
    color: #fefefe;
    font-family: 'Montserrat', sans-serif;
}

@media only screen and (max-width: 576px) {
    .regs-review .field-container label {
        font-size: 13px;
        line-height: 0.8em;
        padding: 0 10px;
        font-weight: normal;
        font-family: 'Gotham';
        color: #fefefe;
        line-height: 1.2em;
    }
}

.regs-review .field-container div {
    font-weight: 900;
    font-size: 23px;
    line-height: 23.54px;
    margin-top: 10px;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
}

@media only screen and (max-width: 576px) {
    .regs-review .field-container div {
        font-size: 13px;
        line-height: 1.2em;
        font-weight: 400;
    }

    .regs-review .field-container .label-container {
        margin: 0 auto;
        position: relative;
        top: 5px;
    }

    .regs-review .field-container .user-answer {
        font-size: 14px;
        font-family: 'Gotham';
        line-height: 24px;
        color: #fefefe;
        margin-top: 5px;
        font-weight: bold;
    }
}

.regs-review .field-container .answer {
    position: relative;
}

@media only screen and (max-width: 768px) {
    .regs-review .field-container .answer {
        background: url(images/rectangle-mobile.png);
        border-radius: 5px;
        margin-right: 50px;
    }
}

@media only screen and (max-width: 768px) and (min-width: 576px) {
    .regs-review .field-container .answer {
        margin-right: 120px;
    }
}

.regs-review .field-container .answer img {
    position: absolute;
    min-height: 150px;
}

@media only screen and (max-width: 768px) {
    .regs-review .field-container .answer img {
        display: none;
    }
}

.regs-review .field-container .answer p {
    padding: 30px;
    font-size: 20px;
    position: relative;
    padding-right: 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    line-height: 28px;
}

@media only screen and (max-width: 768px) {
    .regs-review .field-container .answer p {
        padding: 15px !important;
        font-size: 14px;
        position: relative;
        padding-right: 15px;
        text-align: left;
        width: 90%;
    }
}

@media only screen and (max-width: 576px) {
    .regs-review .field-container .answer p {
        font-family: 'Gotham';
        color: #fefefe;
        line-height: 16px;
    }
}


.regs-review .egg-container {
    padding-top: 35px;
    width: 16%;
    position: absolute;
    right: 70.2px;
}

@media only screen and (max-width: 768px) {
    .regs-review .egg-container {
        float: none;
        position: absolute;
        bottom: -10px;
        right: -60px;
        width: 160px;
    }
}

@media only screen and (max-width: 576px) {
    .regs-review .egg-container {
        bottom: 6px;
        right: -32px;
        width: 110px;
    }
}

.regs-review .egg-container img{
    max-width: 122.27%;
    margin-left: -20px;
}

@media only screen and (max-width: 1024px) {
    .regs-review .egg-container img {
        max-width: 100%;
        margin-left: 40px;
    }

    .regs-review .egg-container {
        padding-top: 60px;
    }
}

@media only screen and (max-width: 576px) {
    .regs-review .image-container {
        width: 50px;
    }
    .regs-review .regs-wrap {
        padding-top: 30px;
        margin: 0 10px;
    }
    .regs-review .image-container .number {
        font-size: 24px;
        margin-top: 0;
        width: initial;
        height: initial;
    }
    .regs-review .image-container img {
        width: 50px;
    }
    .regs-review .egg-container img{
        margin-left: -10px;
    }
}

.regs-review .question-answer-wrap {
    border-bottom: 1px solid #4c88cc;
    margin-bottom: 25px;
}

.regs-review .question-answer-wrap:last-child .field-container {
    margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
    .regs-review .question-answer-wrap {
        position: relative;
    }
}

.regs-review .answer-wrap h3 {
    width: 680px;
    margin: 0 auto;
    font-size: 30px;
    font-weight: 900;
    text-align: center;
    padding-top: 45px;
    line-height: 34px;
    max-width: 100%;
}

@media only screen and (max-width: 576px) {
    .regs-review .answer-wrap h3 {
        font-size: 17px;
        font-weight: 400;
        line-height: 19px;
        padding: 0 15px;
    }
}

.regs-review .quick-links {
    max-width: 904px;
    margin: 0 auto;
    margin-top: 75px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* flex-wrap: wrap; */
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.regs-review .quick-links .quick-link {
    flex: 0 1 auto;
    width: 33.333333333%;
    position: relative;
    text-align: center;
    background-color:white;
    border-radius: 10px;
    margin: 0 15px;
}

.regs-review .quick-links .quick-link .quick-link-image {
    position: absolute;
    width: 100%;
    height: 0;
}

@media only screen and (max-width: 768px) and (min-width: 576px) {
    .regs-review .quick-links {
        margin-top: 50px;
        margin-bottom: 140px;
    }
}

@media only screen and (max-width: 576px) {
    .regs-review .quick-links {
        margin-top: 20px;
    }
}

.regs-review .quick-links .col {
    max-width: 33.333333333%;
    width: 33.333333333%;
    float: left;
    text-align: center;
    padding: 0 15px;
    position: relative;
}

@media only screen and (max-width: 576px) {
    .regs-review .quick-links {
        padding-left: 10px;
        padding-right: 10px;
    }

    .regs-review .quick-links .quick-link {
        width: 48%;
        float: left;
        text-align: center;
        padding: 0 0;
        position: relative;
        margin-bottom: 20px;
    }

    .regs-review .quick-links {
        flex-direction: column !important;
    }

    .regs-review .quick-links .enter-competition {
        width: 100%;
        max-width: 100%;
        margin-bottom: 40px;
    }

    .regs-review .quick-links .enter-competition div{
        margin-right: 0 !important;
        height: 44px !important;
        max-width: 94% !important;
    }

    .regs-review .quick-links .facebook-share div{
        margin-right: 0 !important;
    }
}

.regs-review .quick-links .quick-link {
    text-align: center;
}

.regs-review .quick-links .quick-link .quick-link-text {
    background-color: white;
    color: #0057b8;
    font-weight: 800;
    font-size: 27px;
    line-height: 28px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-align: center;
    top: 0;
    position: absolute;
    border-radius: 10px;
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .regs-review .quick-links .quick-link .quick-link-text {
        font-weight: 400;
        font-size: 16px;
        line-height: 21px;
        /* padding-top: 40px;
        padding-bottom: 12px; */
    }
}

@media only screen and (max-width: 576px) {
    .regs-review .quick-links .quick-link .quick-link-text {
        position: relative;
        font-weight: 400;
        font-size: 13px;
        line-height: 16px;
        display: flex;
        text-align: center;
        justify-content: center;
        flex-direction: column;
        height: 100%;
    }
}

.regs-review .quick-links .quick-link .quick-link-text a{
    color: #0057b8;
    text-decoration: none;
    display:block;
    padding-top: 48px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 10px;
}

.regs-review .quick-links .quick-link img {
    position: relative;
    z-index: 1;
    top: -30px;
    pointer-events: none;
}

@media only screen and (max-width: 576px) {
    .regs-review .quick-links .quick-link img {
        display: none;
    }
    .regs-review .quick-links .quick-link .quick-link-text a{
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.regs-review .quick-links .enter-competition img {
    top: -45px;
}

@media only screen and (max-width: 576px) {
    .regs-review .quick-links .enter-competition img {
        display: block;
        position: absolute;
        right: 0;
        top: -15px;
        max-width: 63px;    
    }
}

.regs-review .retake-quiz {
    padding-left: 0 !important;
}

@media only screen and (max-width: 768px) and (min-width: 576px) {
    .regs-review .retake-quiz {
        /* padding-left: 15px !important; */
    }
}

.regs-review .enter-competition {
    padding-right: 0 !important;
}

.header-quiz .egg-xs {
    display: none;
}

.gform_wrapper .gfield_required {
    display: none;
}

.gform_wrapper div.validation_error {
    color: #f2a900 !important;
    border-top: 2px solid #f2a900 !important;
    border-bottom: 2px solid #f2a900 !important;
}

.gform_wrapper .validation_message {
    color: #f2a900 !important;
}

@media only screen and (max-width: 576px) {
    .header-quiz .egg-xs {
        display: inline-block;
        position: relative;
        top: 35px;
    }

    .header-quiz .egg-sm {
        display: none;
    }
}

@media only screen and (max-width: 768px) and (min-width: 576px) {
    .regs-review .egg-container {
        position: absolute;
        bottom: 0px;
        right: 0;
        width: 20% !important;
    }
}

@media only screen and (max-width: 1024px) {
    .results {
        padding-top: 110px;
    }

    .results .logo {
        width: 85%;
        left: -15px;
        top: -15px;
    }

    .results .egg {
        max-width: 100%;
        position: relative;
        top: -37px;
        left: 15px;
    }

    .results .text h2 span {
        display: block;
        font-size: 45.8px;
        margin-bottom: 7px;
    }
    
    .results .text {
        position: relative;
        z-index: 2;
        top: -5px;
        left: -13px;
        width: 100%;
    }

    .results .text h2 {
        text-align: center;
        font-size: 20px;
        padding: 0 30px;
    }

    .results p {
        font-size: 15px;
        line-height: 20px;
        width: 270px;
    }

    .results .device {
        top: 68px;
    }

    .results .pet {
        top: 350px;
    }

    .regs-review .field-container .answer p {
        padding: 20px;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 780px) {
    .results .text {
        top: 40px;
    }

    .results {
        padding-bottom: 0;
    }

    .results .pet {
        right: 100px;
    }
}

@media only screen and (max-width: 870px) {
    .results .text {
        top: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .results .text {
        top: -5px;
    }

    .results {
        padding-bottom: 200px;
    }

    .results .egg {
        width: 185px;
        position: absolute;
        max-width: 100%;
        z-index: 1;
        bottom: -180px;
        left: 40px;
        top: auto;
    }

    .results .images_container {
        text-align: center;
        width: 100%;
        position: absolute;
        top: -50px;
        z-index: 1;
        left: 0;
    }

    .results .images_container .img-bg{
        display: none;
    }

    .results .device {
        max-width: 129px;
        right: -20px;
        top: 330px;
    }

    .results .pet {
        max-width: 75px;
        top: 435px;
        right: 55px;
    }

    .m-all {
        float: left;
        padding-right: 0.75em;
        width: 100%;
        padding-right: 0;
    }

    .results .m-all {
        float: none !important;
    }

    .results .img-center {
        text-align: center;
        height: 0;
        display: block;
    }
    
    .results .img-center img {
        position: relative;
        z-index: 0;
        top: 4px;
    }
}

@media only screen and (max-width: 360px) {
    .results .egg {
        left: 5px;
    }

    .results .img-center img {
        left: 15px;
    }

    .results {
        min-height: 570px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 768px) {
    #main .article-header .d-3of5 .wrapper {
        min-height: 420px;
    }
}

.tablet-show {
    display: none;
}

@media only screen and (max-width: 1024px) {
    header h1 {
        font-size: 37px;
    }

    .header-quiz .header-content {
        top: -80px;
    }

    .header-quiz .bg {
        padding-bottom: 0px;
        max-height: 270px;
    }
}

@media only screen and (max-width: 922px) and (min-width: 768px){
    header h1 {
        width: 90%;
        font-size: 35px;
    }

    .tablet-show {
        display: block;
    }

    header .wrapper p {
        width: 90%;
        margin-top: 10px;
    }

    .header-quiz .bg {
        max-height: 240px;
    }

    .header-quiz .header-content {
        top: -90px;
    }

    #main .article-header .d-3of5 .wrapper {
        min-height: 280px;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 922px) {
    #main .article-header .d-3of5 .img-bg {
        min-height: 350px;
    }
}

@media only screen and (min-width: 1024px) {
    #main .article-header .d-3of5 .img-bg {
        min-height: 395px;
    }
}

@media only screen and (max-width: 768px) {
    header h1 {
        padding-top: 10px;
        line-height: 41px;
        font-size: 34px;
        width: 85%;
        left: 0;
    }

    .header-quiz .header-content {
        top: 0;
    }

    #main .article-header .d-3of5 .wrapper {
        top: -80px;
        min-height: 280px;
    }

    .header-quiz .bg .triangle {
        display: none;
    }

    .quiz .gform_wrapper {
        margin: 10px auto 0 auto !important;
    }
}

@media only screen and (max-width: 576px) {
    header h1 {
        font-size: 26px;
        line-height: 30px;
        width: 100%;
    }

    #main .article-header .d-3of5 .wrapper {
        top: -80px;
        min-height: 235px;
    }

    header .wrapper p {
        font-size: 15px;
        line-height: 22px;
    }

    .header-quiz .bg {
        margin-left: 0;
    }

    .header-quiz .header-content {
        top: 0;
        padding: 0 20px;
    }

    .article-header {
        margin-bottom: 20px;
    }
}

.tooltiptext {
    background: url(images/tooltip-box.png);
    background-repeat: no-repeat;
    background-position: top;
    max-width: 330px;
    position: absolute;
    display: block;
    width: 100%;
    top: 32px;
    right: -107px;
    z-index: 2;
    padding: 0 20px;
    text-align: center;
    visibility: hidden;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    min-height: 155px;
}

@media only screen and (max-width: 1200px) {
    #main form li .field-container img {
        right: 14%;
    }

    .tooltiptext {
        right: -33px;
        background-position: center;
    }

    .regs-review .quick-links .quick-link {
        margin: 0 20px;
    }

    .regs-review .field-container .answer p {
        font-size: 18px;
        padding-top: 10px;
    }

    .regs-review .regs-wrap {
        min-height: 2170px;
    }

    .regs-review .quick-links .quick-link .quick-link-text a {
        padding-left: 25px;
        padding-right: 25px;
    }

    .regs-review .quick-links .quick-link .quick-link-text {
        font-size: 24px;
    }
}

@media only screen and (max-width: 1100px) {
    .regs-review .regs-wrap {
        min-height: 2230px;
    }

    .text-center.bg-answered {
        text-align: center;
        padding-bottom: 215px;
    }
}

@media only screen and (max-width: 800px) {
    .regs-review .quick-links .quick-link .quick-link-text a {
        padding-left: 15px;
        padding-right: 15px;
        text-transform: capitalize;
    }
}

@media only screen and (max-width: 1024px) {
    .tooltiptext {
        position: absolute;
        display: block;
        width: 100%;
        top: auto;
        right: -17px;
    }

    #main form li .field-container img {
        position: relative;
        float: right;
        top: -40px;
        right: 20%;
    }
}

@media only screen and (max-width: 945px) {
    .tooltiptext {
        right: -35px;
    }
}

@media only screen and (max-width: 945px) {
    .tooltiptext {
        right: -40px;
    }
}

@media only screen and (max-width: 768px) {
    .tooltiptext {
        right: -7px;
        background: url(images/Tooltip-mobile.png);
        background-repeat: no-repeat;
    }

    #main form li .field-container img {
        right: 1px;
        top: -33px;
    }


}

.tooltiptext a {
    color: #f2a900;
    text-decoration: none;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.caret-cont {
    height: 48px;
    width: 48px;
    display: block;
    margin: 0 auto;
    transition: width, 0.2s;
}

.caret-cont .caret {
    width: 44px;
    transition: all .2s ease-in-out;
}

.caret-cont:hover .caret {
    transform: scale(1.1);
}

@media only screen and (max-width: 1024px) and (min-width: 780px) {
    .results .text {
        /* top: 40px; */
        padding: 20px;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 871px) {
    .results .pet {
        top: 380px;
    }
}

  @media only screen and (max-width: 870px) {
    .results .text {
      /* top: 10px; */
      top: -13px;
    }
  }
  
  @media only screen and (max-width: 1024px) {
    .results .text {
      /* position: relative; */
    }
    .results .text h2 {
      /* padding: 0 30px; */
      padding: 0;
    }
  }
  
  .results .text {
    /* z-index: 2; */
    /* top: 75px; */
    z-index: 1;
    background-color: #59b8e1;
    border-radius: 20px;
  }

  .results .text:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 50px 40px;
    border-color: transparent transparent #59b8e1 transparent;
    position: absolute;
    left: -40px;
    content: "";
    top: 60%;
  }
  
  .results .logo {
    /* z-index: 1; */
    z-index: 3;
    width: 70%;
  }
  
  .results .images_container {
    /* width: 102%; */
    /* top: -65%; */
    /* z-index: 1; */
    width: 100%;
    top: -105px;
    z-index: 3;
  }

  @media only screen and (max-width: 1024px) {
    .results .images_container {
        top: -53px;
    }
  }
  
  /* #main .wrap {
    max-width: 1120px;
} */

  
  #main .article-header .d-3of5 .logo {
    left: 0;
    max-width: 109px;
  }

.quick-link {
    transition: all .2s ease-in-out;
}

.quick-link:hover {
    transform: scale(1.1);
}
  
@media screen and (max-width: 768px) {
    header .wrapper p, #main .article-header .d-3of5 .logo {
        left: 0;
    }
}


/* quiz-style.css | http://your-gas-website.test/wp-content/themes/atco/quiz-style.css?ver=4.9.10 */

@media only screen and (max-width: 576px) {
    .header-quiz .egg-xs {
      top: 40px;
    }
    header .wrapper p {
        /* width: 80%; */
        width: 100%;
      }
      .results .text {
        left: 0;
        padding-bottom: 45px;
    }
  }
  
  .welcome-egg {
    max-width: 144%;
    position: relative;
    left: -69px;
    top: -60px;
  }
  
  .result-wrap {
    max-width: 1300px !important;
  }

@media screen and (min-width: 1200px) {
    #main .article-header .d-3of5 .logo {
        top: -78px;
    }

    #main .article-header .header-quiz {
        margin-bottom: -80px;
    }

    #gform_fields_6 {
        max-width: 905px !important;
        margin: 0 auto !important;
    }
}

@media screen and (max-width: 1400px) {
    .results .pet {
        position: absolute;
        top: 60%;
        right: 20%;
    }
    .results .device {
        position: absolute;
        top: 60%;
        right: 10%;
    }
}

@media screen and (max-width: 1024px) {
    .results {
        margin-bottom: 0px;
    }

    .results .device {
        position: absolute;
        top: 80%;
        right: 4%;
    }

    .results .pet {
        position: absolute;
        top: 67%;
        right: 15%;
        width: 200px;
    }

    .regs-review {
        top: -5px;
        position: relative;
    }

    .text-center.bg-answered {
        margin-top: -7px;
    }

    .results .device {
        position: absolute;
        top: 84%;
        right: 7%;
        width: 40px;
    }
    #main form li .field-container, .regs-review .field-container {
        padding-left: 80px;
    }
}

@media screen and (max-width: 1024px) {
    .results .text h2 {
        line-height: 19px;
    }

    .results p {
        font-size: 12px !important;
        font-weight: 500;
        line-height: 15px !important;
        margin-bottom: 20px;
        color: white;
    }

    .results .text {
        left: 0;
    }
}
@media screen and (max-width: 768px) {
    .results .wrapper {
        padding: 10px 10px;
        margin: 0 auto;
    }

    .results .egg {
        width: 250px;
        z-index: 2;
    }

    .results .pet {
        position: absolute;
        top: 82%;
        right: 25%;
    }

    .results .device {
        position: absolute;
        top: 86%;
        right: 12%;
        width: 21px;
    }

    .regs-review .quick-links .quick-link {
        margin: 0 10px;
    }

    .regs-review .quick-links .quick-link .quick-link-text a {
        padding-left: 10px;
        padding-right: 10px;
        text-transform: capitalize;
    }

    .regs-review .quick-links .quick-link .quick-link-text {
        font-size: 20px;
    }
}

@media screen and (max-width: 576px) {
    .regs-review .quick-links .quick-link {
        margin: 0 20px 20px 20px;
    }

    .regs-review .regs-wrap {
        min-height: 1690px;
    }

    .text-center.bg-answered {
        text-align: center;
        padding-bottom: 60px;
    }

    .regs-review .quick-links {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 922px) {
    #main .article-header .d-3of5 .logo {
        top: -90px;
    }
}

@media only screen and (min-width: 923px) and (max-width: 1200px) {
    #main .article-header .d-3of5 .logo {
        top: -75px;
    }
}

@media only screen and (max-width: 340px) {
    #main .article-header .d-3of5 .wrapper {
        min-height: 250px;
    }
}

@media only screen and (min-width: 1025px) and (max-width:1102px) {
    .results .pet, .results .device {
        top: 63%;
    }
}

@media only screen and (min-width: 1024px) and (max-width:1024px) {
    .results .egg {
        top: 30px;
    }
    .results .pet {
        top: 73%;
    }

    .results .device {
        top: 91%;
    }
}

@media screen and (min-width: 1400px) and (max-width:1800px) {
    .results .wrapper {
        top: -115px;
    }
}

@media screen and (min-width: 1200px) and (max-width:1400px) {
    .results .device {
        position: absolute;
        top: 75%;
        right: 10%;
    }

    .results .egg {
        top: -75px;
        left: -60px;
    }

    .results .pet {
        top: 65%;
    }
}

@media screen and (min-width: 400px) and (max-width: 576px) {
    header .wrapper p {
        padding: 10px;
    }

    #main .article-header .d-3of5 .wrapper {
        min-height: 220px;
    }
}