﻿/* ----------------------------------------- Fonts ---------------------------------------------------- */

@font-face {
    font-family: 'montserratregular';
    src: url('/static/fonts/montserrat-regular-webfont.eot');
    src: url('/static/fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/static/fonts/montserrat-regular-webfont.woff') format('woff'), url('/static/fonts/montserrat-regular-webfont.ttf') format('truetype'), url('/static/fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('OpenSans-Regular-webfont.eot');
    src: url('OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('OpenSans-Regular-webfont.woff') format('woff'), url('OpenSans-Regular-webfont.ttf') format('truetype'), url('OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansbold';
    src: url('OpenSans-Bold-webfont.eot');
    src: url('OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('OpenSans-Bold-webfont.woff') format('woff'), url('OpenSans-Bold-webfont.ttf') format('truetype'), url('OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}



/* ----------------------------------------- /Fonts --------------------------------------------------- */

html{
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}


body {
    background: #DADADA;
    font-family: 'Open Sans', sans-serif;
    //font-family: montserratregular;
    font-weight: 400;
}

p {
    font-size: 0.938em;
    margin: 10px 0;
    font-family: 'Open Sans', sans-serif;
}

    p.smaller {
        padding: 0;
        font-size: 0.938em;
    }

    p.intro-big {
        font-family: montserratregular;
        font-size: 1.125em;
    }

    p.intro {
        font-family: montserratregular;
        font-size: 1em;
    }

.blue-intro {
    background: #5cadd2;
    padding: 4px 55px 4px 55px;
    margin-top: 20px;
}

    .blue-intro p {
        font-family: montserratregular;
        font-size: 1em;
        color: #ffffff;
    }

h2 {
    text-align: center;
    color: #a496d0;
    font-size: 2.063em;
    font-family: montserratregular;
    padding: 25px 0;
    text-transform: uppercase;
    margin: 0;
}

h3 {
    text-align: left;
    color: #5cadd2;
    font-size: 1.750em;
    font-family: montserratregular;
    padding: 5px 0 0 0;
    margin: 0;
}

h4 {
    margin: 20px 10px 5px 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.125em;
}

.panel h4 {
    margin: 20px 10px 10px 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.125em;
    line-height: 1.4em;
}

.archTitle {
    display: block;
    padding-top: 20px;
}

p a {
    /*margin: 0 5px;*/
}

.page-content {
    padding: 30px 40px;
}

.page-content-bottom {
    padding: 0 40px 30px 40px;
}

.page-content ul {
    font-size: 0.938em;
    font-family: 'Open Sans', sans-serif;
}

    .page-content ul li a {
        /*margin: 0 10px;*/
    }

.page-content ol {
    color: #a496d0;
}

    .page-content ol li span {
        color: #333434;
    }

button.small, .button.small {
    background: #a496d0;
    color: #fff;
    margin: 10px auto;
    text-align: center;
    font-size: 1em;
    padding: 10px 20px;
    font-family: montserratregular;
}

.text-center button.small.button {
    font-size: 1.3em;
    border-radius: 5px;
    padding: 10px 30px;
    margin: 30px;
}

    .text-center button.small.button span {
        margin-right: 10px;
        float: left;
    }

.row.page-header h1 {
    text-align: center;
    color: #ffffff;
    font-family: montserratregular;
    font-size: 1.750em;
    font-weight: normal;
    text-transform: uppercase;
    padding-top: 10px;
}

.row.whats-right {
    background: #f5aeae;
    padding: 30px 0;
    font-family: montserratregular;
}

    .row.whats-right .columns .circle {
        background: #5cadd2;
        border-radius: 50%;
        width: calc(100% - 20px);
        height: auto;
        position: relative;
        padding-top: calc(100% - 20px);
        text-align: center;
        margin: 10px;
    }

        .row.whats-right .columns .circle .inner {
            position: absolute;
            text-align: center;
            color: #fff;
            top: 0;
            padding: 10px 30px;
            font-size: 0.9em;
            display: table;
            vertical-align: middle;
            font-family: montserratregular;
        }

            .row.whats-right .columns .circle .inner .content {
                display: table-cell;
                vertical-align: middle;
                font-family: montserratregular;
            }

.row.whats-right .columns .circle .inner img {
    display: block;
    margin: 5px auto;
    max-width: 80%;
    height: auto;
}

.row.whats-right p {
    text-align: center;
    color: #fff;
    margin: 5px 0 30px 0;
    padding: 0 100px;
    font-family: montserratregular;
    font-size: 1.125em;
    line-height: 1.3em;
}



.row.whats-right h2 {
    text-align: center;
    color: #fff;
    padding: 10px 0 0 0;
    margin: 0;
    text-transform: uppercase;
}

.row.whats-right h3 {
    text-align: center;
    color: #fff;
    padding: 15px 0 0 0;
    margin: 0;
    text-transform: uppercase;
}

.row.whats-right .columns .inner a {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.row.whats-right .columns .inner p {
    margin-bottom: 10px;
}

.row.whats-right button.small, .row.whats-right .button.small {
    color: #fff;
    background: #a496d0;
}

.row.whats-right .columns .inner p {
    margin-bottom: 5px;
    font-family: montserratregular;
    margin-top: 0;
    padding: 5px 0 5px 0;
}

.row.whats-right .columns .inner a {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-family: montserratregular;
}

.row.fact-fiction p {
    padding: 0 5px 10px 5px;
    color: #333434;
    font-size: 1em;
    line-height: 1.3em;
}

.row.download {
    padding: 20px 5px;
    background: #5cadd2;
    margin: 20px auto 0 auto;
    color: #fff;
}

    .row.download button.small.pdf, .row.download .button.small.pdf {
        background: #fff;
        border-radius: 10px;
        color: #a496d0;
        text-align: left;
        min-height: 50px;
        padding-right: 10px;
    }


    .row.download a {
        color: #fff;
    }

    .row.download button.small.pdf span, .row.download .button.small.pdf span {
        display: block;
        float: left;
        width: calc(100% - 80px);
    }

    .row.download button.small.pdf img, .row.download .button.small.pdf img {
        display: block;
        float: right;
        margin-left: 10px;
        margin-top: -2px;
    }


.row.choice {
    padding: 30px 0 30px 0;
}

    .row.choice h2 {
        color: #a496d0;
        padding: 0;
        margin: 0;
    }

    .row.choice .questions {
        margin: 40px 0;
    }

    .row.choice button.small, .row.choice .button.small {
        text-align: center;
        color: #fff;
        background: #a496d0;
    }

    .row.choice .questions img.choice-question {
        max-width: 90%;
        height: auto;
        display: inline-block;
        margin: 10px 0;
    }

    .row.choice .questions .large-3 {
        float: left;
        text-align: center;
    }

.row.fact-fiction {
    padding: 30px;
    text-align: center;
}

    .row.fact-fiction h2 {
        padding: 10px 20px;
        color: #e7cc6f;
        text-transform: uppercase;
    }

    .row.fact-fiction p {
        padding: 0 5px 10px 5px;
        color: #333434;
        font-size: 1.125em;
        line-height: 1.3em;
        font-family: Montserratregular;
    }



    .row.fact-fiction button.small, .row.fact-fiction .button.small {
        background: #e7cc6f;
        padding: 10px 20px;
        margin: 25px 0 0 0;
    }



    .row.fact-fiction .inner {
        margin: 10px 0;
        padding: 10px 10px;
        border-radius: 20px;
        background: #e7cc6f;
        color: #fff;
        height: 220px;
        position: relative;
        text-align: center;
        padding-bottom:80px;
    }

        .row.fact-fiction .inner p {
            color: #fff;
            padding: 5px 7px;
            font-size: 1em;
        }

        .row.fact-fiction .inner .factfiction {
            padding: 10px 10px 0 10px;
            text-align: center;
            width: calc(100% - 20px);
            position: absolute;
            bottom: 10px;
        }

        .row.fact-fiction .inner .factfiction p{
            text-align:center;
            line-height:2.5em;
        }

        @media (max-width:960px){
            .row.fact-fiction .inner {
                height:250px;
            }
        }

@media (max-width: 640px) {
                .row.fact-fiction .inner {
                height:auto;
                padding-bottom:80px;
            }

        .top-bar .name a img {
            max-width:calc(100% - 100px);
        }



}

        .top-bar .name a img {
            height: auto;
            padding: 30px 20px;
        }

        .row.fact-fiction .inner p a {
            color: #fff;
            background: #a596cf;
            padding: 5px 10px;
            margin: 2px 5px;
            text-transform: uppercase;
            font-size: 1.2em;
            line-height:1.4em;
            cursor:pointer;
            display:inline-block;
        }

       .row.fact-fiction .inner p a.false {
            color: #fff;
            background: #5cadd2;
        }

        .row.fact-fiction .inner p.correct {
            background: #5cadd2;
            margin:15px 20px;
            padding: 0;
            font-size: 1.2em;
            padding: 0;
            line-height: 1.9em;
        }
        
        .row.fact-fiction .inner p.incorrect {
            font-size: 1.2em;
            background: #5cadd2;
            margin:15px 20px;
            font-size: 1.2em;
            padding: 0;
            line-height: 1.9em;
        }

#page-wrapper {
    background: #fff;
    margin: 0 auto;
    max-width: 980px;
    width: 100%;
    padding-bottom: 20px;
    position: relative;
}

.footerStyle {
    color: #656464;
    text-align: center;
}

    .footerStyle div img {
        margin: 10px;
    }

    .footerStyle p {
        margin: 0;
        font-size: 0.8rem;
        font-family: 'Open Sans', sans-serif;
    }

.footerStyle-black {
    text-align: center;
    background: #333434;
    color: #fff;
    margin-bottom: 20px;
    padding: 20px 0 20px 0;
    font-family: montserratregular;
}

    .footerStyle-black ul {
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .footerStyle-black li {
        margin: 0px;
        padding: 0 9px 0 3px;
        float: none;
        font-size: 0.813em;
        display: inline-block;
    }

        .footerStyle-black li a {
            color: #fff;
        }

.top {
    height: 100px;
}

ul.title-area {
    width: auto;
    max-width: none;
}

.top-bar {
    background: #cf2a0e;
    height: 100px;
}

    .top-bar .name {
        background: #fff;
        margin: 0;
        height: 100px;
        padding: 0;
        text-align: left;
        width: 100%;
        max-width: none;
        display: block;
        float: none;
    }


.fact-fiction img.decor {
    padding-top: 20px;
    max-width: 90%;
}

.row.fftext{
    display:none;
}

@media only screen and (max-width: 800px) {
    img.decor {
        padding: 20px;
    }

}


@media only screen and (min-width: 60.0625em) {
    .top-bar-section {
        display: block;
    }

    .top-bar {
        background: #fff;
        height: 110px;
    }

    .top-bar-section li a {
        font-family: montserratregular;
    }

    .top-bar-section li:last-child a {
        border-right: none;
    }

    .top-bar-section li:not(.has-form) a:not(.button) {
        background: #fff;
        line-height: 1.0rem;
        height: 110px;
        text-align: center;
        padding: 40px 10px 0 10px;
        color: #666;
    }

    .top-bar-section li.has-dropdown:not(.has-form) a:not(.button) {
        background: url(/static/images/images/menu-arrow.png) center bottom 10px no-repeat #fff;
    }

    .top-bar-section li.has-dropdown:not(.has-form):hover {
        background: #333;
    }

        .top-bar-section li.has-dropdown:not(.has-form):hover a:not(.button) {
            background: none;
        }

    .top-bar-section li.active:not(.has-form) a:not(.button) {
        padding: 40px 10px 0 10px;
        line-height: 1.0rem;
        background: #a496d0;
        color: #fff;
    }

    .dropdown li:not(.has-form) a:not(.button) {
        height: 50px;
        padding: 15px 25px 0px 25px;
        font-family: montserratregular;
        font-size: 0.8em;
    }

    .dropdown li.active:not(.has-form) a:not(.button) {
        height: 50px;
        padding: 15px 25px 0px 25px;
        font-family: montserrat;
        font-size: 0.8em;
    }

    .top-bar-section .has-dropdown > a:after {
        margin: 0;
        display: none;
    }

    .top-bar-section li.active:not(.has-form) a:not(.button):hover {
        background: #a496d0;
    }

    .top-bar-section .has-dropdown > a {
        padding-right: 20px !important;
    }

    .top-bar-section li:not(.has-form) a.search:not(.button) {
        padding: 40px 10px 0 10px;
    }

        .top-bar-section li:not(.has-form) a.search:not(.button).open {
            background: #222;
        }

        .top-bar-section li:not(.has-form) a.search:not(.button) .fa-search {
            font-size: 1.6em;
            color: #888;
        }

        .top-bar-section li:not(.has-form) a.search:not(.button) span {
            display: none;
        }

.top-bar-section ul li > a{
    font-family:montserratregular;
}


    .top {
        height: 110px;
    }



    ul.title-area {
        width: 100%;
        max-width: 280px;
    }

    .top-bar .name {
        background: #fff;
        height: 90px;
        margin: 0;
        padding: 0 20px;
        text-align: center;
        width: 100%;
        max-width: 280px;
        display: block;
        float: left;
    }

        .top-bar .name a img {
            padding: 30px 30px;
        }
}

.page-header {
    background: url('/static/images/images/flower-background.png') 0 0 #a496d0 no-repeat;
    text-align: center;
    padding: 20px 0;
}

    .page-header img {
        padding: 0 10px;
        max-width: 100%;
    }

.top-bar-section ul li.active a {
    background: #a496d0;
}


.breadcrumbs {
    padding: 20px 0 0 20px;
    border-radius: 0;
    background: white;
    border: 0;
    margin-bottom: 0;
}

    .breadcrumbs > *:before {
        color: #AAAAAA;
        content: "";
        margin: 0 5px 0 0;
        position: relative;
        top: 1px;
    }

        .breadcrumbs > li {
       padding:0;
       margin:5px 0;
    }

        .breadcrumbs > *:first-child:before {
    content: " ";
     margin:0 5px 0 0;
}

.accordion ul {
    padding-left: 10px;
    text-align: left;
    list-style-type: disc;
    font-size: 0.938em;
}

/*.tabs .panel-body ul li ul {
    padding-left: 20px;
    text-align: left;
    list-style-type: disc;
    font-size: 0.938em;
}*/

.tabs .panel-body ul li ul li {
    font-size: 1em;
    font-family: 'Open Sans', sans-serif;
}


.tabs {
    /*  background-color: #5cadd2;*/
}

    .tabs .tab-menu {
        background-color: #5cadd2;
        margin: 0;
        text-align: center;
    }

    .tabs > .tab-menu > li.ui-tabs-active > a {
        background-color: #FFFFFF;
        color: #222222;
    }


    .tabs dd, .tabs .tab-title {
        display: inline-block;
        margin-top: 10px;
        float: none;
    }

        .tabs dd > a, .tabs .tab-title > a {
            text-transform: uppercase;
            font-family: montserratregular;
            background: none;
            color: #fff;
            padding: 15px 20px;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
            outline: none;
        }

            .tabs dd > a, .tabs .tab-title > a:hover {
                background: rgba(255,255,255,0.2);
            }


@media (max-width:940px){
    .tabs dd > a, .tabs .tab-title > a {
        border-radius:0;
        background: rgba(255,255,255,0.2);
    }

    .tabs dd, .tabs .tab-title {
        display:block;
        margin-top:0;
        border-top:1px solid #5cadd2;
        border-bottom:1px solid #5cadd2;
    }

}



.tabs-content {
    padding-bottom: 0;
    margin-bottom: 0;
}

    .tabs-content h2 {
        color: #a496d0;
        text-transform: uppercase;
        margin: 20px 0 5px 0;
        padding: 0;
        font-size: 1.750em;
    }

    .tabs-content p {
        padding: 0 40px;
        text-align: center;
        margin: 0 0 40px 0;
    }

.panel.radius {
    border-radius: 10px;
    padding: 0;
    background: none;
    border: 2px solid #a496d0;
}

.panel-header {
    border-bottom: #ccc solid 1px;
    padding: 15px 40px;
    text-transform: uppercase;
    border-bottom: 2px solid #a496d0;
    font-family: montserratregular;
}

    .panel-header h2 {
        margin-bottom: 0;
        font-size: 1.5em;
        padding: 0;
    }

.panel-body {
    padding: 20px 30px;
}

    .panel-body h3 {
        text-transform: uppercase;
        font-family: montserratregular;
        font-size: 1.750em;
        padding: 10px;
        margin: 0;
    }

    .panel-body p {
        padding: 5px 10px;
        text-align: left;
        margin: 0;
        font-size: 0.938em;
        font-family: 'Open Sans', sans-serif;
    }



.top-bar-section > ul > li > a {
    border-left: #b9b2b4 solid 1px;
    font-family: montserratregular;
}

.top-bar-section ul > li > a {
    font-family: montserratregular;
}

p.social-media-container {
    padding: 0 10px 15px 10px;
    font-family: montserratregular;
}

a.social-media {
    display: inline-block;
    width: 37px;
    height: 37px;
    border-radius: 20px;
    background: #5cadd2;
    color: #fff;
    margin-left: 8px;
    /*padding-top: 9px;*/
}

    a.social-media em {
        font-size: 1.4em;
        line-height: 37px;
        padding-left: 4px;
    }

.slick-choice {
    padding: 0 50px;
    font-family: montserratregular;
}

    .slick-choice p {
        font-family: montserratregular;
        line-height: 1.3em;
    }

    .slick-choice .slick-slider {
        margin: 30px 0;
    }

.top-bar .toggle-topbar.menu-icon a {
    color: #666666;
}

    .top-bar .toggle-topbar.menu-icon a span::after {
        box-shadow: 0 0 0 1px #666666, 0 7px 0 1px #666666, 0 14px 0 1px #666666;
    }

.top-bar.expanded .toggle-topbar a {
    color: #aaaaaa;
}

    .top-bar.expanded .toggle-topbar a span::after {
        box-shadow: 0 0 0 1px #aaaaaa, 0 7px 0 1px #aaaaaa, 0 14px 0 1px #aaaaaa;
    }

.top-bar-section li:not(.has-form) a.search:not(.button) span {
    padding-left: 5px;
}


.jsFragment {
    display: none;
}




.accordion .accordion-navigation > a, .accordion .accordion-navigation.active > a {
    color: #a496d0;
    background: #e0ddee;
    border-radius: 2px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.063em;
    font-weight: 600;
    margin: 5px 0;
    padding: 10px 50px 10px 20px;
    position:relative;
}

    .accordion .accordion-navigation > a:hover, .accordion .accordion-navigation.active > a:hover {
        background: #a496d0;
        color: #fff;
    }

    .accordion .accordion-navigation > a i.fa, .accordion .accordion-navigation.active > a i.fa {
        float: right;
        font-size: 1em;
        margin: 5px;
    }

.top-bar-section .dropdown li a {
    font-weight: normal;
    font-size: 0.9em;
    text-transform: uppercase;
}

@media (max-width:959px) {

    .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down
{
        display:block !important;
    }


    .title.back.js-generated {
        padding-left: 0;
        position: relative;
    }

        .title.back.js-generated > h5 > a:before {
            border: inset 5px;
            content: "";
            display: block;
            height: 0;
            width: 0;
            border-color: transparent rgba(255, 255, 255, 0.4) transparent transparent;
            border-left-style: solid;
            margin-left: 0.9375rem;
            margin-top: -4.5px;
            position: absolute;
            top: 50%;
            left: 0;
        }

    .top-bar-section ul li > ul > li:not(.parent-link) {
        position: relative;
    }

        .top-bar-section ul li > ul > li:not(.parent-link) a:before {
            border: inset 5px;
            content: "";
            display: block;
            height: 0;
            width: 0;
            border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
            border-left-style: solid;
            margin-left: 20px;
            margin-top: -4.5px;
            position: absolute;
            top: 50%;
            left: 0;
        }

        .top-bar-section ul li > ul > li:not(.parent-link) a {
            padding-left: 40px;
        }
}


label {
    padding: 0px 20px 0 20px;
    margin: 10px 10px 10px 20px;
    line-height: 1.3em;
    font-size: 0.9em;
    text-indent:-17px;
}

    label input[type="file"], label input[type="checkbox"], label input[type="radio"], select {
        margin: 0 5px 0 0;
        vertical-align: -1px;
    }

.questionRow {
    padding: 20px 0px;
    border-bottom: solid 2px #e0ddee;
}

.qblock {
    padding: 10px 0;
    font-family: 'Open Sans', sans-serif;
}

.qtext {
    padding: 20px;
    font-size: 0.85em;
    background: #e0ddee;
    //border: 1px solid #ddd;
    margin-bottom: 20px;
}

form[id*="searchForm"] {
    position: absolute;
    top: 110px;
    width: 100%;
    background: #222;
    display: none;
    padding: 0;
}

    form[id*="searchForm"] input[type="text"] {
        position: relative;
        display: block;
        color: #a496d0;
        font-size: 1.2em;
        position: relative;
        width: 400px;
        border: none;
        height: 45px;
        margin: 60px auto;
        outline: none;
        padding: 10px 110px 10px 8px;
    }

    form[id*="searchForm"] input[type="submit"] {
        color: #fff;
        border: none;
        background: #a496d0;
        outline: none;
        font-size: 1.2em;
        height: 41px;
        padding: 8px 20px;
        margin: 0;
        cursor: pointer;
        position: absolute;
        top: 62px;
        right: 292px;
    }

@media only screen and (max-width: 980px) {
    form[id*="searchForm"] {
        text-align: center;
        padding: 20px 0;
    }



        form[id*="searchForm"] input[type="text"] {
            margin: 5px 0;
            display: inline-block;
            position: relative;
            width: 300px;
            padding: 8px;
        }

        form[id*="searchForm"] input[type="submit"] {
            margin: 5px 0;
            display: inline-block;
            position: relative;
            top: 0;
            right: 0;
            height: 45px;
        }
}

@media only screen and (max-width: 60.0625em) {
    form[id*="searchForm"] {
        top: 100px;
    }
}

@media only screen and (min-width: 60.0625em) {
    .top-bar-section > ul.right > li {
        max-width: 175px;
    }

        .top-bar-section > ul.right > li > a {
            padding-right: 5px !important;
            padding-left: 5px !important;
        }
}

@media (max-width:1000px) and (min-width:960px) {
    ul.title-area {
        max-width: 245px;
    }
}

.accordion .accordion-navigation > a:after {
    content: "\f107";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    margin: 0px 0px 0px 10px;
    text-decoration: none;
    right: 20px;
    top:12px;
    position:absolute;
}

.accordion .accordion-navigation.active > a:after {
    content: "\f104";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    margin: 0px 0px 0px 10px;
    text-decoration: none;
    right: 20px;
    top:12px;
    position:absolute;
}

.panel-header a.archTitle {
    padding: 0;
    color: #333333;
}

    .panel-header a.archTitle:hover {
        color: #333333;
    }

h3 a.archTitle:hover {
    color: #5cadd2;
}

@media (max-width: 960px) {

            .row.whats-right .columns .circle .inner {
        font-size: 0.7em;
    }

     .row.fact-fiction .inner {
    height: 330px;
}

     .row.fact-fiction .inner a.ff{
display:block;

     }


}

@media (max-width: 870px) {

         .row.whats-right .columns .circle .inner img{
        display:none;
    }

     .row.whats-right .circle .inner p{
        padding-top:20px;
    }


}

@media(max-width:815px){
         
    p.fftext-desktop{
    display:none;
}

    .row.fftext{
    display:block;
}


}


@media (max-width: 800px) {

    .row.whats-right .circle .inner p{
        font-size:1em;
        padding-top:20px;
    }

}

@media (max-width: 700px) {
    
    .row.whats-right h2{
        padding-left:20px;
        padding-right:20px;
    }

    .row.whats-right .circle .inner p{
        font-size:0.8em;
        padding-top:20px;
    }

    .row.fact-fiction .inner {
    height: 380px;
}

}

@media (max-width: 640px) {

                .row.whats-right .columns .circle .inner {
                            padding-top:60px;
        font-size: 1.6em;
    }

        .row.whats-right .columns .inner p{
        font-size:1em;
    }

         .row.whats-right .columns .circle .inner img{
        display:block;
    }


              .row.fact-fiction .inner {
    height: auto;
}

                   .row.fact-fiction .inner a.ff{
display:inline-block;

     }

}

@media (max-width: 570px) {
  
         .row.whats-right .columns .circle .inner img{
        display:none;
    }

    .row.whats-right .columns .inner p{
        font-size:0.8em;
        padding-top:20px;
    }

    .row.whats-right p{
        padding:20px;
    }


}

@media (max-width: 450px) {
  
                    .row.whats-right .columns .circle .inner {
                            padding-top:40px;
        font-size: 1.3em;
    }

    .row.whats-right h3 { 
        padding:0;

    }

         .row.whats-right .columns .circle .inner img{
        display:none;
    }

    .row.whats-right .columns .inner p{
        font-size:0.8em;
        padding-top:0px;
    }

    .row.whats-right p {
    padding: 0px 15px; 
    }


}

.top-bar-section{
        font-family: 'montserratregular';

}
.top-bar-section .dropdown{
            font-family: 'montserratregular';

}

.top-bar-section .dropdown li{
        font-family: 'montserratregular';

}
.top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link{
    font-family: 'montserratregular';
            font-size:1em;

}

em.inline-block{
    display:inline-block;
}


#eucookielaw { 
    /*display:none;*/          
    width: 100%; 
    background: #333434;
}

/*Cookie bar*/
.cookie_notice {
  width: 100%; 
  padding:10px 30px;
}

.cookie_notice p {
 color:#fff; 
 margin: 0;
    font-size: 0.8rem;
    font-family: 'Open Sans', sans-serif;
    padding:5px 10px;
}

.cookie_notice.is-hidden {
    display: none;
}

.cookie_notice .cn-content {
    padding: 20px;
}

.cookie_notice .cn-heading {
    font-size: 14px;
    font-weight: bold;
}

.has-cookie-notice  {
    padding-top: 176px;
}

.cookie_notice button.small, .button.small {
    font-size: 0.9em;
    padding: 8px 20px;
}

@media (max-width:600px){
     .cookie_notice {
        width: 100%; 
        padding:10px;
    }

    .cookie_notice p {
        color:#fff; 
        margin: 0;
        font-size: 0.8rem;
        font-family: 'Open Sans', sans-serif;
        padding:5px 10px;
    }
}