/*
Theme Name:     Kallyas Child Theme
Theme URI:      http://kallyas.net/demo/
Description:    Child theme for the Kallyas theme
Author:         Hogash
Author URI:     http://themeforest.net/user/hogash
Template:       kallyas
Version:        4.0.0
Tags: dark, light, left-sidebar, right-sidebar, fluid-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, full-width-template, theme-options, translation-ready
Text Domain:  zn_framework
*/
#totop {
    display: none !important;
}

.no-scroll {
    min-height: 100%;
    overflow: hidden;
    position: fixed;
    width: 100%;
}

.ui-accordion .ui-accordion-header,
.ui-accordion .ui-accordion-content {
    border-radius: 0px;
    outline: none;
}
.ui-accordion .ui-accordion-content {
    /*padding: 1em .8em !important;*/
    padding-left: 1em !important;
    padding-right: 1em !important;
}
.fix-clear {
    clear: both;
}
.no-margin-bottom {
    margin-bottom: 0px !important;
}
.site-header {
    background: #ffffff !important;
}
.main-nav > ul > .menu-item > a {
    text-decoration: none;
    color: #595959;
}
.header--sticky.header--not-sticked.site-header .site-header-row .main-nav > ul > .menu-item > a {
    font-weight: 700;
}
.site-header .main-nav.mainnav--active-text > ul > .menu-item.active > a,
.site-header .main-nav.mainnav--active-text > ul > .menu-item > a:hover,
.site-header .main-nav.mainnav--active-text > ul > .menu-item:hover > a,

.header--sticky.header--not-sticked.site-header .site-header-row .main-nav > ul > .menu-item.active > a,
.header--sticky.header--not-sticked.site-header .site-header-row .main-nav > ul > .menu-item > a:hover,
.header--sticky.header--not-sticked.site-header .site-header-row .main-nav > ul > .menu-item:hover > a
{
    color: #e81762 !important;
}

.site-header.site-header--absolute+.site-content {
    padding-top: 50px;
}
.site-header .siteheader-container,
.site-header-main-right,
.site-header-main-left { max-height: 75px }

.site-footer {
    color: #000000;
    text-align: center;
}
.site-footer .row {
    width: 563px;
    margin: auto;
}
.site-footer a {
    color: #D5155C;
    text-decoration: none;
}
.site-footer a:hover {
    color: #AC114B;
}
.site-footer-bottom {
    border: none;
}

.main-nav ul ul.sub-menu .menu-item>a {
    color: #ffffff;
    background-color: #D5155C;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 400;
}
.main-nav ul ul.sub-menu .menu-item.active>a,
.main-nav ul ul.sub-menu .menu-item a:hover {
    background: #AC114B;
    color: #ffffff;
}

.main-nav ul ul.sub-menu {
   position: absolute;
   border-radius: 0px;
   border: none;
   box-shadow: none;
   padding: 0px;
/*   background: transparent;*/
}

.site-content .container-full .cc_content_post_banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.site-content .container-full .cc_content_post_banner .container {
    position: relative;
}
.site-content .container-full .cc_content_post_banner .cc_site_title {
    display: table;
    width: 100%;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase !important;
}
.site-content .container-full .cc_content_post_banner .cc_site_title .outer {
    display: table-cell;
    vertical-align: middle;
    height: 300px;
    margin-bottom: 50px;
}

.site-content .container-full .cc_content_post_banner .cc_site_title h1 {
    font-size: 32px;
    font-weight: normal; /*lighter;*/
    letter-spacing: 1.6px;
}
.site-content .container-full .cc_content_post_banner .cc_site_title h2,
.ui-accordion .ui-accordion-header {
    font-size: 22px !important;
    font-weight: lighter;
    letter-spacing: 1.6px;
}
.site-content .container-full .cc_content_post_banner .cc_site_title h2:after {
    content: '';
    position: relative;
    height: 2px;
    width: 30px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    z-index: 1;
    background-color: #E81762;
    margin-top: 20px;
}

#the-content-page blockquote {
    color: #989898 !important;
    border-left: solid 3px #E81762;
    margin-left: 0px;
}
#the-content-page blockquote p {
    color: #989898 !important;
}

#the-content-page h1,
#the-content-page h2 {
    color: #262626;
}

#the-content-page p {
    color: #595959;
}

#the-content-page .fact-box {
    float: right;
    border-top: solid 3px #E81762;
    background: #F8F8F8;
    box-sizing: border-box;
    padding: 1.5em 1.2em;
}


.ui-accordion {
    border-top: solid 1px #D2D2D2 !important;
    padding-bottom: 50px !important; /* 100px !important;*/
    font-family: Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif !important;
}
.accordions .accordions-head-title, .accordions .accordion-icons {
    font-weight: lighter;
}
.accordion-icons {
    float: right !important;
    line-height: 30px;
}
.accordions .accordions-head-title {
    padding: 0px !important;
}

.ui-accordion .ui-accordion-header {
    border: none;
}
.ui-accordion .ui-accordion-content {
    border: none;
    border-bottom: solid 1px #D2D2D2;
}
.ui-accordion .ui-state-default {
    background: transparent;
    border-bottom: solid 1px #d2d2d2 !important;
}
.ui-accordion .ui-accordion-header-active {
    border-bottom: none !important;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: unset;
    top: 50%;
    right: .5em;
}
.ui-accordion .ui-accordion-content {
    font-size: 18px;
    color: #595959;
    line-height: 28px;
}
.ui-state-active .ui-icon,
.ui-state-hover .ui-icon:hover,
.ui-accordion .ui-icon {
    background-image: url(images/icon-plus-90.svg);
}
.ui-accordion .ui-icon {
    background-size: contain;
    background-position: center;
}
.ui-state-active .ui-icon {
    background-image: url(images/icon-minus-90.svg) !important;
}
.ui-accordion .ui-icon {
    background-image: url(images/icon-plus-90.svg);
}
.ui-state-hover .ui-icon {
    background-image: url(images/icon-plus-90.svg) !important;
}
.wp-caption-text {
    font-size: 14px !important;
    color: #989898;
    line-height: 19px !important;
    font-weight: 400 !important;
}

#the-content-page .box-links {
    box-sizing: border-box;
    border: solid 1px #D2D2D2;
    padding: 30px;
    font-size: 20px;
    margin: 25px 0px;
}
#the-content-page .box-links p {
    margin-bottom: 0px;
}
#the-content-page .box-links ul {
    list-style: none;
    padding:0px;
    margin: 0px;
}
#the-content-page .box-links ul li {
    padding: 5px 0px 5px 20px;
    background-image: url(images/icon-link-yellow.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 15px 15px;
    background-position-y: 9px;
}
#the-content-page .ui-accordion a,
#the-content-page .box-links a,
#the-content-page a,
#the-content-page p a {
    color: #D5155C !important;
}
#the-content-page .ui-accordion a:visited,
#the-content-page .box-links a:visited,
#the-content-page p a:visited,
#the-content-page a:visited {
    color: #AC114B;
}
#the-content-page .ui-accordion a:hover,
#the-content-page .box-links a:hover,
#the-content-page p a:hover,
#the-content-page a:hover {
    color: #AC114B;
    border-bottom: solid 1px;
}
#the-content-page .ui-accordion a:active,
#the-content-page .box-links a:active,
#the-content-page p a:active,
#the-content-page a:active {
    color: #E81762;
}
.pre-footer-question {
    margin-bottom: 50px;
}
.cc-share-buttons {
    text-align: center;
    margin: 100px 0px;
    text-transform: uppercase;
}
.cc-share-buttons .heateor_sss_sharing_container div:nth-child(1){
    font-weight: bold;
    padding-top: 9px;
    /* padding: 20px 20px; */
    font-size: 27px;
    font-weight: 100 !important;
    text-transform: uppercase;
    padding-left: 30px;
    padding-right: 30px;
    color: #989898;
}
.cc-share-buttons .heateor_sss_sharing_container{
    position: relative;
    margin: auto;
    display: inline-flex;
    box-sizing: content-box;
    border: solid 1px #f2f2f2;
    height: 62px;
    overflow: hidden;
}
.cc-share-buttons ul.heateor_sss_sharing_ul li {
    border-left: solid 1px #f2f2f2 !important;
}
.cc-share-buttons ul.heateor_sss_sharing_ul li .heateorSssSharing {
    margin: 0px;
}
.heateor_sss_horizontal_sharing .heateorSssSharing {
    background: transparent;
}
.cc-share-buttons .heateorSssFacebookSvg {
    background: url(/wp-content/themes/kallyas-child/images/icon-facebook-62.svg) no-repeat center center;
}
.cc-share-buttons .heateorSssTwitterSvg {
    background: url(/wp-content/themes/kallyas-child/images/icon-twitter-62.svg) no-repeat center center;
}
.cc-share-buttons .heateorSssEmailSvg {
    background: url(/wp-content/themes/kallyas-child/images/icon-email-62.svg) no-repeat center center;
}

.cc-question-form {
    margin: auto;
}
.cc-question-form h2{
    text-align: center;
    text-transform: uppercase;
}
.cc-question-form p.intro {
    text-align: center;
    font-weight: normal;
}
.cc-question-form .question-name {
    float: left;
}
.cc-question-form .question-email {
    float: right
}
.cc-question-form .question-name,
.cc-question-form .question-email {
    width: 49%;
}
.cc-question-form .question-question {
    clear: both;
}
.cc-question-form input {
    border-radius: 3px;
}
.cc-question-form .question-submit {
    margin-top: 30px;
}
.cc-question-form .question-submit input {
    float: right;
    width: 220px !important;
    background-color: #D5155C;
    color: #ffffff;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    font-size: 16px !important;
}
.cc-question-form .question-submit input:hover {
    background-color: #AC114B;
    border-color: #AC114B;
}

.cc-question-form .question-submit input:active {
    background-color: #E81762;
    border-color: #E81762;
}

.cc-question-form .question-submit .ajax-loader {
    float: right;
    margin-right: 20px;
    margin-top: 15px;
}

.cc-newsletter .wpcf7-text,
.cc-question-form .wpcf7-text {
    box-shadow: none !important;
    border: solid 1px #d2d2d2;
    background-color: #ffffff;
    font-size: 16px !important;
}

.cc-question-form .wpcf7-not-valid,
.cc-newsletter .wpcf7-not-valid {
    border: solid 1px red !important;
}
.cc-question-form span.wpcf7-not-valid-tip,
.cc-newsletter span.wpcf7-not-valid-tip {
    /*display: none !important;*/
}

.cc-newsletter input[type="email"]::-webkit-input-placeholder,
.cc-question-form input[type="email"]::-webkit-input-placeholder,
.cc-newsletter input[type="text"]::-webkit-input-placeholder,
.cc-question-form input[type="text"]::-webkit-input-placeholder
{ /* Chrome/Opera/Safari */
  color: #989898;
  font-weight: 100;
}
.cc-newsletter input[type="email"]::-moz-placeholder,
.cc-question-form input[type="email"]::-moz-placeholder,
.cc-newsletter input[type="text"]::-moz-placeholder,
.cc-question-form input[type="text"]::-moz-placeholder
{ /* Firefox 19+ */
  color: #989898;
  font-weight: 100;
}
.cc-newsletter input[type="email"]:-ms-input-placeholder,
.cc-question-form input[type="email"]:-ms-input-placeholder,
.cc-newsletter input[type="text"]:-ms-input-placeholder,
.cc-question-form input[type="text"]:-ms-input-placeholder
{ /* IE 10+ */
  color: #989898;
  font-weight: 100;
}
.cc-newsletter input[type="email"]:-moz-placeholder,
.cc-question-form input[type="email"]:-moz-placeholder,
.cc-newsletter input[type="text"]:-moz-placeholder,
.cc-question-form input[type="text"]:-moz-placeholder
{ /* Firefox 18- */
  color: #989898;
  font-weight: 100;
}
/*
.cc-newsletter .your-question input[type="text"]::-webkit-input-placeholder,
.cc-question-form .your-question input[type="text"]::-webkit-input-placeholder,
.cc-newsletter .your-question input[type="text"]::-moz-placeholder,
.cc-question-form .your-question input[type="text"]::-moz-placeholder,
.cc-newsletter .your-question input[type="text"]:-ms-input-placeholder,
.cc-question-form  .your-question input[type="text"]:-ms-input-placeholder,
.cc-newsletter .your-question input[type="text"]:-moz-placeholder,
.cc-question-form .your-question input[type="text"]:-moz-placeholder
{
    margin-left: 50px !important;
}
*/
div.wpcf7-response-output {
    width: 662px;
    margin: auto !important;
    display: none !important;
}


.frontpage_section_question .cc-question-form .success-response-output,
.pre-footer-question .cc-question-form .success-response-output,
.frontpage-section-newsletter .cc-newsletter .success-response-output,
.pre-footer-newsletter .cc-newsletter .success-response-output {
    display: none;
    font-size: 18px;
    line-height: 28px;
    margin-top: 50px;
    text-align: center;
}
.frontpage_section_question .cc-question-form .success-response-output a,
.pre-footer-question .cc-question-form .success-response-output a {
    color: #D5155C;
}
.frontpage_section_question form.sent .cc-question-form .success-response-output,
.pre-footer-question form.sent .cc-question-form .success-response-output,
.frontpage-section-newsletter form.sent .cc-newsletter .success-response-output,
.pre-footer-newsletter form.sent .cc-newsletter .success-response-output {
    display: block !important;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.frontpage-section-newsletter form.sent .cc-newsletter .success-response-output,
.pre-footer-newsletter form.sent .cc-newsletter .success-response-output {
    color: #f3f3f3;
}
.frontpage-section-newsletter form.sent .cc-newsletter .success-response-output p,
.pre-footer-newsletter form.sent .cc-newsletter .success-response-output p {
/*    color: #D2D2D2;
    font-size: 19px;*/
    color: #D2D2D2;
    font-size: 28px;
    line-height: 34px;
}
.frontpage_section_question form.sent .wpcf7-response-output,
.frontpage_section_question form.sent .cc-question-form .cc-form-container,
.pre-footer-question form.sent .wpcf7-response-output,
.pre-footer-question form.sent .cc-question-form .cc-form-container,
.frontpage-section-newsletter form.sent  .wpcf7-response-output,
.frontpage-section-newsletter form.sent .cc-newsletter .cc-form-container,
.pre-footer-newsletter form.sent .wpcf7-response-output,
.pre-footer-newsletter form.sent .cc-newsletter .cc-form-container {
    display: none !important;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.frontpage_section_question .cc-question-form .cc-form-container input[type=text],
.frontpage_section_question .cc-question-form .cc-form-container input[type=email],
.pre-footer-question  .cc-question-form .cc-form-container input[type=text],
.pre-footer-question  .cc-question-form .cc-form-container input[type=email],
.cc-newsletter input[type=text],
.cc-newsletter input[type=email] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


.frontpage-section-newsletter .cc-newsletter .success-response-output
.pre-footer-newsletter .cc-newsletter .success-response-output {
    width: 60%;
    margin: auto;
    color: #F3F3F3;
    letter-spacing: .1em;
    text-align: center;
    display: none;
}

.frontpage-section-newsletter .cc-newsletter .success-response-output h4,
.pre-footer-newsletter .cc-newsletter .success-response-output h4 {
    font-size: 30px;
    color: #D5155C;
    margin-bottom: 30px;
    text-align: center;
    line-height: 41px;
}
.frontpage_section_question .cc-question-form .success-response-output h4,
.pre-footer-question .cc-question-form .success-response-output h4 {
    font-size: 22px;
    color: #D5155C;
    margin-bottom: 30px;
    text-align: center;
    padding-top: 30px;
}

.frontpage_section_question .cc-question-form .success-response-output:after,
.pre-footer-question .cc-question-form .success-response-output:after {
    content: '';
    position: relative;
    height: 4px;
    width: 30px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    z-index: 1;
    background-color: #D5155C;
    margin-top: 20px;
}
.pre-footer-newsletter {
    background-color: #212529;
}
.pre-footer-question .outer,
.pre-footer-newsletter .outer {
    margin: auto;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    /*width: 750px;*/
}
.cc-newsletter h2{
    margin: auto;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 15px;
}
.cc-newsletter h2:after {
    content: '';
    position: relative;
    height: 2px;
    width: 30px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    z-index: 1;
    background-color: #BBBBBB;
    margin-top: 20px;
}
.cc-newsletter label,
.cc-newsletter p.intro,
.cc-question-form label {
    font-weight: 100;
}
.cc-newsletter p.intro {
    text-align: center;
    margin: auto;
    color: #ffffff;
    line-height: 24px; /*19px;*/
    margin-bottom: 50px;
    font-size: 20px !important; /*16px !important;*/
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.cc-newsletter label {
    color: #ffffff;
    font-size: 18px !important;
    font-size: 1em;
    line-height: 24px;
}
.cc-newsletter .newsletter-name,
.cc-newsletter .newsletter-email {
    float: left;
    box-sizing: border-box;
}
.cc-newsletter .newsletter-email {
}
.cc-newsletter .newsletter-submit {
    float: right;
    box-sizing: border-box;
}
.cc-newsletter .newsletter-submit input {
    background-color: #D5155C;
    color: #ffffff;
    font-weight: normal;
    letter-spacing: 1.1px;
    border: solid 1px #D5155C !important;
    font-size: 16px !important;
}
.cc-newsletter .newsletter-submit input:hover {
    background-color: #AC114B;
    border-color: #AC114B;
}
.cc-newsletter .newsletter-submit input:active {
    background-color: #E81762;
    border-color: #E81762;
}
.cc-newsletter input {
    border-radius: 3px !important;
    box-shadow: none !important;
/*    margin-top: 10px;*/
}
.cc-newsletter .newsletter-name input,
.cc-newsletter .newsletter-email input {
    border: solid 1px #d2d2d2;
}

.cc-newsletter .wpcf7-response-output {
    color: #ffffff;
}

/* start - overriding quiz style */

.tqb-template-style-1 .tqb-question-wrapper {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif !important;
    margin-top: 20px;
}
.tqb-template-style-1 .tqb-question-wrapper .tqb-question-container .tqb-question-description,
.tqb-template-style-1 .tqb-question-wrapper .tqb-question-container .tqb-question-text,
.tqb-template-style-1 .tqb-question-wrapper .tqb-question-container .tqb-question-heading {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif !important;
    text-align: center !important;
}
.tqb-template-style-1 .tqb-question-wrapper .tqb-question-container .tqb-question-heading {
    font-size: 22px !important;
    line-height: 30px !important;
    letter-spacing: .8px !important;
    font-weight: 600 !important;
/*    color: #E81762 !important;*/
}
.tqb-template-style-1.reduce_size  .tqb-question-wrapper .tqb-question-container .tqb-question-text,
.myth-box-quiz .reduce_size .tqb-question-text {
    font-size: .7em !important;
    line-height: 1.5em !important;
    margin: 10px !important;
}
.tqb-template-style-1.reduce_size .tqb-question-wrapper .reduce_size .tqb-answers-container,
.myth-box-quiz .reduce_size .tqb-answers-container {
    margin-top: 15px !important;
}
.tqb-template-style-1.reduce_size .tqb-question-wrapper .reduce_size .tqb-answers-container,
.myth-box-quiz .reduce_size .tqb-answers-container {
    margin-top: 20px;
}

.tqb-template-style-1 .tqb-question-wrapper .tqb-question-container .tqb-question-description,
.tqb-template-style-1 .tqb-question-wrapper .tqb-question-container .tqb-question-text {
    font-weight: normal !important;
    font-size: 16px !important;
    line-height: 22px !important;
    letter-spacing: .5px !important;
    margin: 20px 10px !important;
}
.tqb-template-style-1 .tqb-question-wrapper .tqb-answers-container {
    width: fit-content;
    margin: auto;
    text-align: center;
}
.tqb-template-style-1 .tqb-question-wrapper .tqb-answers-container .tqb-answer-inner-wrapper {
    width: 120px; /*135px !important;*/
    display: inline-block !important;
    background-color: #F9AE41 !important;
    margin-left: 8px !important;
    margin-right: 8px !important;
    width: fit-content !important; /*135px !important;
    max-width: 135px !important;*/
    min-width: 185px;
}
.tqb-template-style-1 .tqb-question-wrapper .tqb-answers-container .tqb-answer-inner-wrapper:hover {
    background-color: #D5155C !important;
    color: #ffffff !important;
}
.tqb-template-style-1 .tqb-question-wrapper .tqb-answers-container .tqb-answer-inner-wrapper:last-child {
    margin-left: 20px;
}
.tqb-template-style-1 .tqb-question-wrapper {
    background: transparent !important;
}
.tqb-template-style-1 .tqb-question-wrapper .tqb-answers-container .tqb-answer-inner-wrapper .tqb-answer-text {
    text-align: center;
    padding-left: 0px !important;
    font-size: 20px !important;
    line-height: 27px;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif !important;
}
.tqb-template-style-1 .tqb-question-wrapper .tqb-answers-container .tqb-answer-inner-wrapper .tqb-answer-text:before {
    content: none !important;
    display: none !important;
}
.tqb-template-style-1 .tqb-question-wrapper {
    padding: 20px;
}
.tve_flt .tqb-template-style-1 .tqb-result-template-1 {
    background: transparent !important;
    margin: 15px !important;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif !important;
    /*width: 440px !important;*/
    margin: auto !important;
    margin-top: 0px !important; /*15px !important;*/
    margin-left: 50px !important;
    margin-right: 50px !important;
}
.tve_flt .tqb-template-style-1 .tqb-result-template-1 h2 {
    font-size: 21px !important;
    margin: 0px !important;
    padding: 0px 0px 10px 0px !important;
    color: #D5155C !important;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif !important;
    line-height: 28px !important;
    font-weight: 700 !important;
}
.tve_flt .tqb-result-template-1 p {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif !important;
/*    font-size: 15px !important;
    line-height: 20px !important;
*/
    font-size: 12px !important;
    line-height: 18px !important;
}
.tve_flt .tqb-result-template-1 strong {
    font-size: 16px !important;
    font-weight: 600 !important;
}
.tve_social_custom.tve_style_5 .tve_s_icon {
    height: 33px !important;
    padding: 4px 0px !important;
    font-size: 18px !important;
}

.cc_hrv_wrapper {
    display: table;
    border: solid 2px #ffffff;
    margin: auto;
    margin-top: 20px;
    width: 213px; /*285px*/
}
.cc_hrv_wrapper .thrv_wrapper div,
/*.cc_hrv_wrapper .thrv_social,*/
.cc_hrv_wrapper .thrv_text_element {
    display: table-cell !important;
    vertical-align: middle;
}
.cc_hrv_wrapper .thrv_text_element {
    padding: 0 7px;
}
.thrv_wrapper {
    margin-top: 0px !important;
}
.thrv_wrapper div, .thrv_wrapper .thrv_countdown_timer div {
    background-color: transparent !important;
}
.tve_style_5 .tve_s_fb_share,
.tve_style_5 .tve_s_t_share,
.tve_style_5 .tve_s_g_share {
    border: none !important;
    border-left: solid 2px #ffffff !important;
    margin: auto;
}
.tve_style_5 .tve_s_t_share .tve_s_link,
.tve_style_5 .tve_s_fb_share .tve_s_link,
.tve_style_5 .tve_s_g_share .tve_s_link {
    color: #ffffff !important;
}
.tve_flt .tqb-result-template-1 .thrv_social_custom {
    margin: 0px !important;
}
.cc_hrv_wrapper .thrv_text_element p {
    letter-spacing: .5px !important;
    font-size: 10px !important;
}

/* end - overriding quiz style*/

.search-page-form {
    float: none;
    margin: auto;
}
.search-page-form .gensearch__input {
    border: 1px solid #d9d9d9;
    border-radius: 3px;
}
.search-page-form .gensearch__submit {
    background-color: #D5155C;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif !important;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    border-radius: 3px;
    border-bottom-left-radius: unset;
    border-top-left-radius: unset;
    display: block;
    margin-top: -1px;
    margin-right: -1px;
    letter-spacing: 1.7px;
}
.search-page-form .gensearch__submit:after{
    content: unset;
}

.kl-blog-item-container.zn_columns .kl-blog-item-title {
    font-size: 22px;
    line-height: 28px;
}
.kl-blog-item-details {
    display: none;
}
.kl-blog-item-container.zn_columns .kl-blog-item-content {
    font-size: 16px;
    line-height: 26px;
}
.kl-blog-item-container.zn_columns .kl-blog-item-title {
    padding-top: 10px;
}
.kl-searchpage-nores,
.kl-searchpage-nores-text {
    text-align: center;
}
.kl-searchpage-nores-text:after {
    content: '';
    position: relative;
    height: 2px;
    width: 30px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    z-index: 1;
    background-color: #D5155C;
    margin-top: 50px;
    margin-bottom: 50px;
}
.cc_content_search_banner {
    background-image: url(./images/search-page-top-bg.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    height: unset; /*300px;*/
    background-size: cover;
    padding-top: 50px; /*100px;*/
    padding-bottom: 50px;
}
.cc_content_search_banner .u-mb-30 {
    margin-bottom: unset !important;
}
.kl-searchpage .itemHeader .parent-tag {
    background-color: #F9AE41;
    color: #ffffff;
    padding: 6px;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1.1px;
}
.kl-searchpage .kl-blog-item-container {
    margin-bottom: unset;
    box-shadow: unset;
}
.kl-searchpage .kl-blog-item-content strong {
    color: #F9AE41 !important;
}

.znResMenu-dark.zn-res-menu-nav li a {
    color: #ffffff;
}
.znResMenu-dark.zn-res-menu-nav li a:hover {
    background-color: #AC114B;
}
.znResMenu-dark.zn-res-menu-nav, .znResMenu-dark.zn-res-menu-nav li div.zn_mega_container, .znResMenu-dark.zn-res-menu-nav li ul.sub-menu {
    background-color: #D5155C;
}
.znResMenu-dark.zn-res-menu-nav li.active>a {
    background-color: #E81762;
}
.site-content .container-full .cc_content_post_banner {
    margin-bottom: 50px;
}
.site-content .container-full .cc_content_post_banner .cc_site_title .outer {
    height: unset;
}
.main-nav ul ul.sub-menu .menu-item a, .main-nav .zn_mega_container .menu-item a {
    font-weight: normal !important;
}


.zn-SliderNav.zn-SliderNav--style3 .znSlickNav-next svg {
    left: calc(50% - .3em);
}

.cc_bg_overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(53,53,53,0.2);
    pointer-events: none;
}

.myth-box-quiz .tqb-shortcode-wrapper,
.myth-box-quiz .tqb-shortcode-old-content,
.myth-box-quiz .tqb-shortcode-new-content {
    min-height: unset !important;
    min-width: unset !important;
}

.myth-box-quiz {
    display: table;
    position: relative;
}
.myth-box-quiz #tve_editor {
    position: absolute;
    height: 100%;
    width: 100%;
    display: table;
}
.myth-box-quiz #tve_editor .tqb-shortcode-wrapper {
    display: table-cell;
    vertical-align: middle;
}
.myth-box-quiz .tqb-template-style-1 .tqb-question-wrapper {
/*    margin-top: 0px;*/
    margin: auto;
    /* padding: 0px; */
    padding-top: 0px;
    padding-bottom: 0px;
}

.tve_flt .tqb-template-style-1 .tqb-result-template-1, .tve_flt .tqb-template-style-1 .tqb-result-template-2, .tve_flt .tqb-template-style-1 .tqb-result-template-3 {
    max-width: unset;
}

.full-width {
    width: calc(100% + 30px) !important;
    margin-left: -15px !important;
}
.full-width img{
    width: 100%  !important;
}

.tqb-template-style-1 .tqb-question-wrapper .tqb-answers-container .tqb-answer-inner-wrapper .tqb-answer-action {
    padding-left: 25px;
    padding-right: 25px;
}

#the-content-page .wp-caption p {
    color: #989898 !important;
}
    #the-content-page .intro {
        font-size: 20px;
        line-height: 36px;
        color: #595959;
    }

    #the-content-page p,
    #the-content-page ul,
    #the-content-page ol {
        font-size: 18px;
        color: #595959;
        line-height: 28px;
    }
    #the-content-page ul,
    #the-content-page ol {
        padding-left: 30px;
        margin-bottom: 30px;
    }
    #the-content-page blockquote {
        padding-left: 50px;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    #the-content-page blockquote p {
        font-size: 22px;
        line-height: 40px;
        letter-spacing: 0.7px;
    }

    #the-content-page h1 {
        font-size: 30px;
        line-height: 38px;
    }
    #the-content-page h2 {
        font-size: 22px;
        line-height: 28px;
        padding-top: 20px;
        padding-bottom: 10px;
    }

    #the-content-page h3 {
        font-size: 20px;
        line-height: 26px;
    }

.site-footer .row .widget_text h2 {
    color: #595959;
}

.mythbusting-boxes .myth-box-intro .explainer {
    font-weight: normal !important;
}
@media screen and (min-width: 1200px ) {

    .zn_sortable_content {
        margin-top: 75px;
    }
    .mythbusting-boxes {
        width: 1080px;
    }

    .mythbusting-boxes .myth-box-item {
        /*display: inline-block;*/
        float: left;
    }
    .site-content .container-full .cc_content_post_banner {
        height: 300px;
    }

    .kl-skin--light .page-title {
        margin-top: 50px;
    }

    .cc-question-form {
        width: 660px;
    }
    .cc-question-form h2{
        font-size: 30px !important;
        line-height: 41px  !important;
        letter-spacing: 1.5px  !important;
    }
    .cc-question-form p.intro {
        font-size: 20px  !important;
        line-height: 28px  !important;
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }
    .cc-question-form label {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .cc-question-form .question-question,
    .cc-question-form .question-submit {
        margin-top: 25px;
    }
    .cc-question-form .question-submit {
        margin-bottom: 25px;
    }


    .pre-footer-newsletter {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .pre-footer-newsletter .outer {
        width: 825px;
        padding: unset;
    }
    .cc-newsletter .newsletter-name,
    .cc-newsletter .newsletter-email {
        width: 309px;
    }
    .cc-newsletter .newsletter-email {
        margin-left: 20px;
    }
    .cc-newsletter .newsletter-submit {
        width: 165px;
    }

    .pre-footer-question,
    .frontpage_section_question {
        min-height: 435px;
    }
    .pre-footer-newsletter,
    .frontpage-section-newsletter {
/*        min-height: 473px;*/
        padding-top: 76px;
        padding-bottom: 76px;
    }
    #the-content-page .box-links ul li {
        background-position-y: 12px;
    }
    #the-content-page .box-links {
        padding: 40px;
    }
    #the-content-page .box-links ul {
        margin-left: 30px;
    }
    .tve_flt .tqb-template-style-1 .tqb-result-template-1 h2 {
        /*padding: 20px 0px 20px 0px !important;*/
        padding: 0px 0px 20px 0px !important;
    }
    .site-footer .row .widget_text h2 {
        font-size: 26px;
    }
}
@media screen and (min-width: 570px) {
    .mythbusting-boxes {
        float: unset;
        text-align: center;
/*        width: unset;*/
    }
    .mythbusting-boxes .myth-box-item {
        width: 540px;
        height: 405px;
        margin: auto;
        text-align: left;
    }

    .front-mythbusting-boxes {
        text-align: center;
    }
    .mythbusting-boxes .myth-box-intro .outer {
        margin: 53px 45px;
    }
    .mythbusting-boxes .myth-box-intro .inner {
        margin-top: 39px;
        margin-bottom: 20px;
    }
    .mythbusting-boxes .myth-box-intro .myth {
        font-size: 14px;
        line-height: 19px;
        letter-spacing: .44px;
    }
    .mythbusting-boxes .myth-box-intro .fact {
        font-size: 14px;
        line-height: 19.5px;
        letter-spacing: .42px;
    }
    .mythbusting-boxes .myth-box-intro .explainer {
        font-size: 13px;
        line-height: 19px;
        letter-spacing: .41px;
    }

    .mythbusting-boxes .myth-box-video .video,
    .mythbusting-boxes .myth-box-factsheet .banner {
        height: 270px;
    }

    .mythbusting-boxes .myth-box-video .outer,
    .mythbusting-boxes .myth-box-factsheet .outer {
        margin-left: 45px;
        margin-right: 45px;
    }
    .site-content .container-full .cc_content_post_banner .cc_site_title .outer {
        height: 300px;
    }
    .site-footer .row .widget_text h2 {
        font-size: 26px;
    }
}

@media screen and (max-width: 569px) {
    .mythbusting-boxes {
        float: unset;
        text-align: center;
        width: unset;
        margin-left: 10px;
        margin-right: 10px;
    }
    .mythbusting-boxes .myth-box-item {
        width: 100%;
        text-align: left;
    }

    .mythbusting-boxes .myth-box-intro .outer {
        margin: 43px 35px;
    }
    .mythbusting-boxes .myth-box-intro .inner {
        margin-top: 39px;
        margin-bottom: 20px;
    }
    .mythbusting-boxes .myth-box-intro .myth {
        font-size: 14px;
        line-height: 19px;
        letter-spacing: .44px;
    }
    .mythbusting-boxes .myth-box-intro .fact {
        font-size: 14px;
        line-height: 19.5px;
        letter-spacing: .42px;
    }
    .mythbusting-boxes .myth-box-intro .explainer {
        font-size: 13px;
        line-height: 19px;
        letter-spacing: .41px;
    }

    .mythbusting-boxes .myth-box-video .video,
    .mythbusting-boxes .myth-box-factsheet .banner {
        height: 270px;
    }

    .mythbusting-boxes .myth-box-video .outer,
    .mythbusting-boxes .myth-box-factsheet .outer {
        margin-left: 35px;
        margin-right: 35px;
        padding-bottom: 20px;
    }
    .mythbusting-boxes .myth-box-quiz {
        max-height: 400px;
        height: 400px;
    }
    .tqb-template-style-1 .tqb-question-wrapper {
        padding: 20px;
    }
    .tqb-template-style-1 .tqb-question-wrapper .tqb-answers-container .tqb-answer-inner-wrapper {
        width: fit-content;
    }
    .tve_flt .tqb-template-style-1 .tqb-result-template-1 {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }

    .cc-question-form .question-name, .cc-question-form .question-email {
        width: 100%;
        margin-bottom: 20px;
    }
    .frontpage-section-newsletter,
    .pre-footer-newsletter {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .cc-newsletter .newsletter-name, .cc-newsletter .newsletter-email {
        float: unset;
        width: 100%;
        margin-top: 20px;
    }
    .site-footer {
        padding-top: 20px;
    }
    .site-footer .row {
        width: 100%;
    }
    .site-footer .row .widget_text {
        margin-bottom: 0px;
    }
    .site-footer .row .widget_text h2 {
        font-size: 1.5em;
    }
    .site-footer .row .widget_media_image h3 {
        display: none;
    }
    .site-footer .row .widget_media_image img {
        width: 50%;
    }

    .tve_flt .tqb-template-style-1 .tqb-result-template-1 {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }
    .tve_flt .tqb-result-template-1 strong {
        font-size: 12px !important;
        line-height: 0em !important;
    }

    .cc-question-form h2,
    .cc-newsletter h2 {
        font-size: 24px;
    }
    .cc-question-form p.intro,
    .cc-newsletter p.intro {
        text-align: center;
        font-weight: normal;
        font-size: 13px !important;
        margin-left: 10px;
        margin-right: 10px;
        line-height: 19px;
    }
    .cc-newsletter label,
    .cc-question-form label {
        font-size: 16px !important;
    }
}


@media screen and (min-width: 570px) and (max-width: 844px ) {
    .cc-question-form .question-name, .cc-question-form .question-email {
        width: 49%;
        margin-bottom: 20px;
    }
    .cc-newsletter .newsletter-name, .cc-newsletter .newsletter-email {
        float: left;
        box-sizing: border-box;
        width: 48%;
    }
    .cc-newsletter .newsletter-email {
        float: right;
    }

    .frontpage_section_question .question-question {
        margin-top: 25px;
    }
    .pre-footer-newsletter {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .site-content .container-full .cc_content_post_banner .cc_site_title .outer {
        height: 200px;
    }
}

@media screen and (min-width: 845px) and (max-width: 1199px ) {
    .pre-footer-newsletter {
        padding: 50px 0px;
    }
    .pre-footer-question .outer,
    .frontpage_section_question .znColumnElement-innerWrapper {
        width: 662px;
    }
    .frontpage_section_question .question-question {
        /*margin-top: 25px;*/
    }
    .cc-question-form .question-name, .cc-question-form .question-email {
        width: 49%;
        margin-bottom: 20px;
    }
    .frontpage-section-newsletter .container,
    .pre-footer-newsletter .outer {
        width: 825px !important;
        box-sizing: border-box;
        padding: 0px;
        text-align: left;
        margin: auto;
    }
    .cc-newsletter .newsletter-name, .cc-newsletter .newsletter-email {
        float: left;
        box-sizing: border-box;
        width: 38%;
    }
    .cc-newsletter .newsletter-email {
        float: left;
        margin-left: 10px;
    }
}
@media screen and (max-width: 767px) {
    .site-header.site-header--absolute {
        position: fixed !important;
    }
    .frontpage-banner .container {
        min-height: unset !important;
    }
    .frontpage-carousel-explainers .image-boxes-title {
        font-size: 1.3em;
    }

    .cc-question-form .question-submit input,
    .cc-newsletter .newsletter-submit {
        float: unset;
        width: 100% !important;
    }
}

@media screen and (max-width: 767px) {
    body.home #page_wrapper {
        background-position-y: 235px;
    }

}
@media screen and (max-width: 390px) {
    .frontpage-key-issues .zn-Slider-item .znColumnElement-innerContent .dn-heading {
        font-size: .9em;
    }
    .tqb-template-style-1 .tqb-question-wrapper .tqb-answers-container .tqb-answer-inner-wrapper:last-child {
        margin-left: 0px;
    }
    .tqb-template-style-1 .tqb-question-wrapper .tqb-answers-container {
        margin-top: 0px !important;
    }
    .tqb-template-style-1 .tqb-question-wrapper .tqb-question-container .tqb-question-description {
        margin: 20px 10px !important;
    }
    .tqb-template-style-1 .tqb-question-wrapper {
        padding: 20px !important;
    }
    .cc_hrv_wrapper {
        margin-top: 30px !important;
    }
}
@media screen and (min-width: 310px) and (max-width: 390px) {
    .site-footer .row .widget_text h2 {
        font-size: 1.1em;
    }
}

@media screen and (max-width: 309px) {
    .site-footer .row .widget_text h2 {
        font-size: 1em;
    }
}
@media screen and (min-width: 770px) {
    #the-content-page .fact-box {
        width: 405px;
        font-size: 18px;
        line-height: 32px;
        padding: 50px 40px;
        margin-left: 40px;
    }
}
@media screen and (dth: 320px) {
    .tqb-template-style-1 .tqb-question-wrapper {
        padding: 20px;
    }
    .tqb-template-style-1 .tqb-question-wrapper .tqb-answers-container .tqb-answer-inner-wrapper:last-child {
        margin-left: 0px;
    }
}


.cc-top-search-bar {
    position: relative;
    background-color: #D2D2D2;
    display: none;
}
.cc-top-search-bar .container {
    position: relative;
    padding: 50px 30px 40px;
}

.cc-top-search-bar  .button-close {
    position: absolute;
    top: 15px;
    right: 20px;
}
.cc-top-search-bar  .button-close img {
    width: 15px;
}
.cc-top-search-bar .gensearch__input {
    width: calc(100% - 85px) !important;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-right: none;
}
.cc-top-search-bar .gensearch__submit {
    background-color: #d5155c;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: bold;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 0 15px;
    width: 85px;
    margin-top: -1px;
}
.cc-top-search-bar .gensearch__submit:after {
    content: none;
}
@media screen and (min-width: 650px) {
    .cc-top-search-bar .container {
        width: 580px;
    }
}

.cc-head-main-nav {
    display: none;
}
#header {
/*    max-height: 50px;*/
    /*overflow: hidden;*/
}
.frontpage-banner {
    margin-top: 50px !important;
}
.site-header .site-header-main {
    max-height: 50px;
}

.cc-head-mobile-search {
    width: 53px;
    text-align: center;
    border-left: solid 1px;
    height: 50px;
}

.cc-mobile-nav-icon {
    border-left: 0;
    border-right: 1px;
}
.cc-head-mobile-search img {
    width: 20px;
}
.site-header .siteheader-container {
    padding: 0px;
}
.cc-head-mobile-search a {
    display: block;
    line-height: 50px;
}
.cc-mobile-nav-icon{
    width: 53px;
    border-right: solid 1px;
    margin-right: 17px;
    display: block;
}
#header .fxb-sm-half {
    flex-basis: unset;
}
#header .site-logo-img {
    height: 28px;
}
.mobile-hamburger-button {
    display: block;
    text-align: center;
    line-height: 50px;
}
@media screen and (min-width: 993px) {
    #header {
        /*max-height: 75px;*/
    }
    #header .fxb-sm-half {
        flex-basis: auto;
    }
    #header .site-logo-img {
        height: auto
    }
    .frontpage-banner {
        margin-top: 0px !important;
    }
    .site-header.site-header--absolute+.site-content {
        padding-top: 75px;
    }
    .cc-head-main-nav {
        display: block;
        margin-right: 15px;
    }
    .logo-container {
        margin-left: 15px;
    }
    .cc-head-mobile-search,
    .cc-mobile-nav-icon {
        display: none;
    }
    .site-header .site-header-main {
        max-height: 75%;
    }
}


.cc-mobile-menu {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 999;
    height: 100vh;
    max-width: 400px;
    display: none;
    width: 0;
}
.cc-mobile-menu .container-menu {
    background-color: #d5155c;
    color: #ffffff;
    width: calc(100% - 50px); /*260px; /*273px;*/
    overflow: auto; /*hidden;*/
    float: left;
    height: 100vh;
}

.cc-mobile-menu .container-close {
   background-color: #d5155c;
   width: 50px;
   overflow: hidden;
   float: left;
}
.cc-mobile-menu .container-close a {
    display: block;
    line-height: 50px;
    text-align: center;
}
.cc-mobile-menu .container-close img {
    width: 22px;
    height: 22px;
}
.cc-mobile-menu .container-menu a {
    color: #ffffff;
    text-transform: uppercase;
    display: block;
    padding: 7px 10px;
    font-size: 1.3em;
}
.cc-mobile-menu .container-menu ul,
.cc-mobile-menu .container-menu ul li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    font-weight: 600;
}
.cc-mobile-menu .container-menu ul li {
    /*margin: 15px 0px;*/
}
.cc-mobile-menu .container-menu .outer {
    margin: 40px;
}

.cc-mobile-menu .container-menu ul li ul.sub-menu {
    margin-left: 20px;
    margin-bottom: 20px;

}
.cc-mobile-menu .container-menu ul li ul.sub-menu li{
    margin: 5px 0px;
    font-weight: 400;
}
.cc-mobile-menu .menu-item-has-children ul.sub-menu {
    /*display: none;*/
}

.cc-mobile-menu li.menu-item-has-children a:after {
    content: '';
    padding-right: 30px;
    background-image: url(images/icon-arrow-down-white.svg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 15px;
    /*background-position-x: 150px;*/
}
.cc-mobile-menu li.menu-item-has-children .sub-menu a:after {
    background: none;
}
.cc-mobile-menu li.menu-item-has-children a.expanded:after {
    background-image: url(images/icon-arrow-up-white.svg) !important;
}
.cc-mobile-menu li.menu-item-has-children .sub-menu a {
    padding-right: 0px !important;
    background-image: none !important;
    padding: 0px 10px;
}
.cc-mobile-menu .container-menu ul li a:hover {
    background-color: #AC114B;
}

.mobile_overlay {
   height: 100%;
   width: 100%;
   position: fixed;
   z-index: 1;
   top: 0;
   left: 0;
   background-color: rgb(0,0,0);
   background-color: rgba(0,0,0, 0.5);
   overflow-x: hidden;
   transition: 0.5s;
   display: none;
}


@media screen and (max-width: 1000px) {
    body.home #page_wrapper {
        background-position-y: 235px !important;
    }

}

.mythbusting-boxes .myth-box-video .video,
.mythbusting-boxes .myth-box-factsheet .banner {
    background-size: cover;
    background-position: center;
}
.mythbusting-boxes .myth-box-video .banner a,
.mythbusting-boxes .myth-box-factsheet .banner a {
    display: block;
    height: 100%;
    width: 100%;
}
.mythbusting-boxes .myth-box-video .banner a img,
.mythbusting-boxes .myth-box-factsheet .banner a img {
    width: 100%;
}

.mythbusting-boxes .myth-box-video .banner,
.mythbusting-boxes .myth-box-factsheet .banner {
    height: auto;
}

.mythbusting-boxes .myth-box-item .tab div {
    width: unset !important;
    display: inline-block;;
}

@media screen and (max-width: 320px) {
    #header .site-logo-img {
        height: 22px;
    }
}


@media screen and (min-width: 1200px) {
    .fourOfour-search-box {
        width: 866px;
        margin: auto;
    }

    .mythbusting-boxes .myth-box-video .banner,
    .mythbusting-boxes .myth-box-factsheet .banner {
        background-size: cover;
        background-position: center;
        height: 270px;
    }
    .mythbusting-boxes .myth-box-video .banner a img,
    .mythbusting-boxes .myth-box-factsheet .banner a img {
        display: none;
    }
}
@media screen and (max-width: 700px) {
    .wp-caption {
        width: 100% !important;
    }
}

@media screen and (max-width: 700px) {
    .frontpage_section_explainers .znColumnElement {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .frontpage_section_explainers .zn-SliderNav .znSlickNav-prev {
        margin-right: 0px !important;
    }

    .frontpage_section_explainers .zn-SliderNav .znSlickNav-next {
        margin-left: 0px !important;
    }

    .frontpage_section_keyissues .znSlickNav-prev {
        margin-right: -3px;
    }
    .frontpage_section_keyissues .znSlickNav-next {
        margin-left: -3px;
    }
}
