/*------------------------------------------------------------------
Fonts
*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,500,500i|Droid+Serif:400,400i,700,700i|Lato:400,400i,700,700i');


html {
    height: 100%;
}
body {
    position: static;
    scroll-behavior: smooth;
    font: normal 62.5% Lato, "Helvetica Neue", helvetica, arial, sans-serif;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
    padding: 0;
    margin: 0;
    background: white;
}
@media only screen and (min-width: 48.063em) {
    body {
        position: relative;
    }
}
body div,
body dl,
body dt,
body dd,
body ul,
body ol,
body li,
body pre,
body form,
body p,
body th,
body td {
    font-size: inherit;
    font-family: inherit;
}
body p {
    font: 1.8em/1.6 Lato, "Helvetica Neue", helvetica, arial, sans-serif;
}
figure {
    margin: 0;
}


/*------------------------------------------------------------------
Re-usable Styles
*/


.cf:before,
.post:before,
.post-author:before,
.authorpage:before,
.cf:after,
.post:after,
.post-author:after,
.authorpage:after,
.cpm-input-group:before,
.cpm-input-group:after {
    content: " ";
    display: table;
}
.cf:after,
.post:after,
.post-author:after,
.authorpage:after,
.cpm-input-group:after {
    clear: both;
}



/*------------------------------------------------------------------
Type / Typography
*/

h1,
h2,
h3,
h4,
h5,
h6 {
    color: black;
    letter-spacing: -0.04em;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
}
h1 {
    font-size: 4em;
    margin-top: 0;
}
h2 {
    font-size: 2.7em;
}
h3 {
    font-size: 2.4em;
}
h4 {
    font-size: 2.4em;
}
ul, ol, dl {
    margin: 0;
    list-style: none;
}
a {
    text-decoration: none;
    color: black;
}


.yarpp-related .post-thumbnail {
    max-height: 8em;
    overflow: hidden;
    margin-bottom: 1em;
    display: block;
}

.featured_image_credit {
    display: none;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 7px 9px;
    font-size: 10px;
    background: rgba(0, 0, 0, 0.4);
}
@media only screen and (min-width: 48.063em) {
    .featured_image_credit {
        display: block;
    }
}

.alignright {
    float: right;
    margin: 6px 0 14px 20px;
    clear: both;
}
.alignleft {
    float: left;
    margin: 6px 20px 14px 0;
    clear: both;
}
.alignright img,
.alignleft img,
.aligncenter img {
    width: 100%;
    max-width: 100%;
}
img.center {
    margin: 0 auto;
    display: block;
}
img.full {
    width: 100%;
}
.aligncenter {
    display: block;
    clear: both;
    margin: 0 auto;
}
.wp-caption {
    max-width: 100% !important;
}
.wp-caption.aligncenter {
    width: 100% !important;
}



/*------------------------------------------------------------------
404 Page
*/
.content404 {
    padding: 20px 0;
    width: 100%;
}
@media only screen and (min-width: 48.063em) {
    .content404 {
        padding: 30px 0;
    }
}
@media only screen and (min-width: 64.063em) {
    .content404 {
        padding: 40px 0;
    }
}
@media only screen and (min-width: 80em) {
    .content404 {
        padding: 60px 0;
    }
}
.content404 h3 {
    color: #fff;
    font-size: 40px;
    line-height: 44px;
    font-weight: 600;
    margin: 25px 0 0 0;
    letter-spacing: 2px;
}
.content404 p {
    margin-bottom: 30px;
}
.content404 img {
    max-width: 149px;
    width: 70%;
    margin-bottom: 20px;
}
@media only screen and (min-width: 48.063em) {
    .content404 img {
        width: 80%;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 64.063em) {
    .content404 img {
        width: 90%;
        margin-bottom: 40px;
    }
}
@media only screen and (min-width: 80em) {
    .content404 img {
        width: 1000%;
        margin-bottom: 50px;
    }
}
.boxed .content404 {
    background: #fff;
}



/* CJB begins....

Q: Why did God invent lawyers?
A: So that estate agents would have someone to look down on.

*/

.screen-reader-text {
    text-indent: -50000px;
    overflow: hidden;
    position: absolute;
    left: -50000px;
}


/* structure */
.row {
    max-width: 130em;
}
ul.row.article-grid {
    max-width: 87.5em;
}
.site-header .mega-menu .row {
    max-width: 80em;
}

/* Forms */
input[type=text], input[type=email], textarea {
    font: 1em/1 Lato, "Helvetica Neue", arial, sans-serif;
    padding: 0.44em;
    border: 4px solid #2a2b37;
}
input[type=text]:focus {
    border: solid 4px black;
    background: white;
}


/* Buttons / CTAs */
.button,
.wpcf7-submit,
.cta a {
    background: #06558b;
    color: white;
    border: none;
    border-radius: 0.15em;
    -webkit-border-radius: 0.15em;
    -moz-border-radius: 0.15em;
    font: 1.1em Lato, "Helvetica Neue", helvetica, arial, sans-serif;
    padding: 0.75em;
    text-transform: none;
    cursor: pointer;
}
.button:hover,
.wpcf7-submit:hover,
.cta a:hover {
    background: black;
}


/* Site header */
.mpu-header {
    background: #f7f7f7;
    padding: 2.5em 0;
    text-align: center;
}
.site-header {
    padding: 0;
    background: rgba(255,255,255,0.95);
    text-align: center;
}

    .promo-column img {
        width: 100%;
        opacity: 0.3;
        margin: 0 0 0 -1em;
        transition: opacity 0.6s ease-in-out;
        -moz-transition: opacity 0.6s ease-in-out;
        -webkit-transition: opacity 0.6s ease-in-out;
    }
    .promo-column:hover img {
        opacity: 1;
    }
    .promo-column p {
        text-align: left;
    }
        .promo-column p a {
            text-decoration: underline;
        }
    .logo-column {
        /*border-left: solid 1px #dadada;
        border-right: solid 1px #dadada;*/
    }
        .site-logo {
            margin: 1em auto;
            width: 360px;
            max-width: 100%;
        }
            .site-logo img {
                width: 400px;
                margin: 0 auto;
            }

    .newsletter-promo {
        padding-left: 2em;
        text-align: right;
    }
        .newsletter-promo .large-9 {
            padding-right: 3em;
        }
            .newsletter-promo p, .podcast-promo p {
                font: italic 1.8em Lora, Georgia, serif;
                margin: 2em 0 0 0;
                font-size: 1.8em;
                text-decoration: underline;
                cursor: pointer;
            }
            .newsletter-promo p {
                text-align: right;
            }
            .newsletter-promo img {
                margin: -2em 0em 0 -2em;
                width: 140%;
                max-width: 200%;
                opacity: 0.7;
                transition: opacity 0.6s ease-in-out;
                -moz-transition: opacity 0.6s ease-in-out;
                -webkit-transition: opacity 0.6s ease-in-out;
            }
            .newsletter-promo:hover img {
                opacity: 1;
            }




    .site-header nav .row {
        padding: 1.5em 0 0 0;
        margin: 1em auto 0 auto;
        border-top: solid 1px #999;
        border-bottom: solid 3px #000;
    }
    .site-header nav.sub-nav .row {
        border: none;
        margin: 0 auto;
    }

.search-toggle {
    cursor: pointer;
    text-indent: -5000px;
    overflow: hidden;
    width: 4.1em;
    height: 2.8em;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    position: relative;
}
.menu-toggle {
    cursor: pointer;
}
.menu-toggle:after {
    content: "\f0c9";
    font: 1em fontawesome;
    color: #333;
    position: absolute;
    right: 1em;
    top: 50%;
    margin-top: -0.45em;
}
.search-toggle:after {
    color: #222;
} 

.site-header .row {
    text-align: left;
}

/* Mega Menu. Thunder Thunder Thunder Cats. Hooooooooooo */
.site-menu-col {
    position: static;
}
.mega-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 11em;
    font-size: 1.8em;
    background: rgba(250, 250, 250, 1);
    z-index: -99;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-in;
    -moz-transition: opacity 0.5s ease-in;
    -webkit-transition: opacity 0.5s ease-in;
    padding: 2em 0 3em 0;
}
.menu-links-open .mega-menu {
    z-index: 99999;
    opacity: 1;
    visibility: visible;
}
.menu-links-open .article-row {
    z-index: 9;
}
.mega-menu .promoted-links, .mega-menu .extra-links {
    display: none;
}
.trending {
    border-right: solid 1px #ededed;
    padding-right: 1em;
    border-right: solid 1px #ccc;
}
    .trending ol {
        list-style-type: decimal;
        list-style-position: outside;
        padding: 0;
        margin: 0;
    }
        .trending ol li {
            margin: 0;
        }
            .trending ol li a {
                border-bottom: solid 1px #e4e4e4;
                display: block;
                padding: 1em 0;
            }
.mega-menu .trending h3, .mega-menu .verdict-network h3, .social-media-links h3 {
    text-align: center;
    margin: 0 0 1em 0;
    padding: 2em 0 0 0;
    text-transform: uppercase;
    border: none;
    position: relative;
    padding-bottom: 0.5em;
    border-bottom: solid 1px #ccc;
    font-size: 1.6em;
}
.mega-menu .trending h3:before {
    content: '';
    background: url('/wp-content/uploads/2016/08/trending.gif') no-repeat;
    background-size: 100%;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    top: 0;
    width: 80px;
    height: 40px;
}
.verdict-intelligence-column {
    border-left: solid 1px #ccc;
    padding-left: 3em;
}
.mega-menu ul {
        list-style: none;
        margin: 0;
    }
        .mega-menu ul li {
            margin: 0;
            text-transform: uppercase;
        }
            .mega-menu ul li a {
                display: block;
                border-bottom: solid 1px #ededed;
                padding: 0.5em 0;
            }

.page-id-1012 .page-header img {
    width: 50em;
    max-width: 100%;
}
.verdict-network {
    font-size: 0.9em;
}
    .verdict-network ul {
        font-size: 1em;
        margin: 0 -.9375em 2em -.9375em;
    }
        .verdict-network h4 {
            font-size: 1.6em;
            color: rgba(0,0,0,0.5);
        }
        .verdict-network ul ul {
            margin: 0 0 2em 0;
        }
            .verdict-network ul ul li a {
                display: block;
                border-bottom: solid 1px rgba(0,0,0,0.1);
                padding: 0.5em 0;
            }
        .verdict-network li:nth-child(4) {
            clear: left;
        }
    .verdict-network .cta {
        text-align: center;
        border-top: solid 1px #ccc;
        margin-top: 1em;
        padding-top: 2em;
    }
        .verdict-network .cta a {
            text-decoration: underline;
        }

.verdict-network h3:before {
    content: "\f0e8";
    font: 1.2em fontawesome;
    position: absolute;
    left: 50%;
    width: 2em;
    margin-left: -1em;
    top: 0.3em
}
.verdict-intelligence-column {
    border-left: solid 1px #ccc;
    padding-left: 1em;
}
    .verdict-intelligence {
        text-align: center;
        text-transform: uppercase;
    }
        .verdict-intelligence a {
            display: block;
            background: #114477 url('/wp-content/uploads/2016/10/global-data-logo-white.png') no-repeat center 40px;
            background-size: 160px;
            color: white;
            padding: 6em 2em 2em 2em;
            position: relative;
            transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -webkit-transition: all 0.4s ease-in-out;
        }
        .verdict-intelligence a:hover {
            color: white;
            background: #06558b url('/wp-content/uploads/2016/10/global-data-logo-white.png') no-repeat center 40px;
            background-size: 170px;
        }
        .verdict-intelligence a span.vi-cta {
            display: block;
            margin-top: 3em;
            width: 200px;
            margin: 3em auto 0;
            padding: 0.9em 0em 0.7em;
            box-shadow: 0 0 0.5em 0 rgba(0,0,0,0.2);
            -moz-box-shadow: 0 0 0.5em 0 rgba(0,0,0,0.2);
            -webkit-box-shadow: 0 0 0.5em 0 rgba(0,0,0,0.2);
            background: white;
            color: black;
            border-radius: 0.1em;
            -moz-border-radius: 0.1em;
            -webkit-border-radius: 0.1em;
        }
        .verdict-intelligence a:hover span.vi-cta {
            box-shadow: 0 0 1em 0 rgba(0,0,0,0.5);
            -moz-box-shadow: 0 0 1em 0 rgba(0,0,0,0.5);
            -webkit-box-shadow: 0 0 1em 0 rgba(0,0,0,0.5);
        }
.social-media-links {
    border-right: solid 1px #ccc;
    text-align: center;
    margin-top: 0;
}
    .mega-menu .follow-verdict {
        padding-right: 1em;
    }
        .mega-menu .follow-verdict li {
            display: inline-block;
            font-size: 1.2em;
            margin: 0 1em;
        }
            .follow-verdict li a {
                display: block;
                width: 2em;
                height: 2em;
                border-radius: 100%;
                -moz-border-radius: 100%;
                -webkit-border-radius: 100%;
                background: #ccc;
                text-indent: -500000px;
                overflow: hidden;
                position: relative;
            }
            .follow-verdict li a:before {
                content: "\f099";
                font: 1em/2em fontawesome;
                color: #999;
                position: absolute;
                left: 0;
                top: 0;
                right: 0;
                bottom: 0;
                text-align: center;
                text-indent: 0;
            }
            .follow-verdict li.facebook-icon a:before {
                content: "\f09a";
            }
            .follow-verdict li.instagram-icon a:before {
                content: "\f16d";
            }


.site-search-col {
    display: inline-block;
    float: right;
}
.search-toggle {
    float: right;
    position: relative;
}
.search-toggle:after {
    content: "\f002";
    font: 1.8em/1.6em fontawesome;
    position: absolute;
    left: 0;
    top: 0em;
    right: 0;
    bottom: 0;
    text-align: center;
    text-indent: 0;
}
.searchform {
    position: fixed;
    opacity: 0;
    z-index: -9999;
    visibility: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: solid 2em rgba(0,0,0,0.1);
    background: rgba(50,50,50,0.95);
    transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
    text-align: center;
    padding: 6em;
}
.searchform fieldset {
    width: 100%;
    margin: 0;
    padding: 0 3em;
    left: 0;
    position: absolute;
    top: 45%;
    text-align: center;
    border: none;
    font-size: 1.3em;
}
.searchform fieldset input[type="text"] {
    border: solid 1px #dadada;
    padding: 0.5em;
    background: #f7f7f7;
    font: 2.1em/1 Lato, "Helvetica Neue", helvetica, arial, sans-serif;
    box-shadow: inset 0 0 0.5em 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 0 0.5em 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 0 0.5em 0 rgba(0, 0, 0, 0.1);
    display: inline-block;
    margin-right: 0.3em;
    width: 70%;
    max-width: 20em;
}
.searchform fieldset input[type="submit"] {
    display: inline-block;
    font: 2.1em/1 Lato, "Helvetica Neue", helvetica, arial, sans-serif;
    text-transform: uppercase;
    padding: 0.5em;
    background: #06558b;
    color: white;
    box-shadow: 0 0 0.7em 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 0.7em 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 0.7em 0 rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    cursor: pointer;
    border: none;
    border-radius: 0.1em;
    -moz-border-radius: 0.1em;
    -webkit-border-radius: 0.1em;
    padding: 0.64em;
    width: 28%;
    max-width: 8em;
}
.searchform fieldset input[type="submit"]:hover {
    background: black;
}
.searchform-open .searchform {
    opacity: 1;
    z-index: 9999;
    visibility: visible;
}
.searchform-open .search-toggle {
    position: fixed;
    z-index: 99999;
    top: 2em;
    right: 2em !important;
    height: 3.4em;
    border-radius: 0.2em;
    font-size: 1.15em;
}
.searchform-open .search-toggle:after {
    content: "\f00d";
    color: #ebebeb;
    font: 3em/1em fontawesome;
    top: 0;
}
.loaded.searchform-open .lifestyle-header h1 {
    z-index: -9;
}
.loaded.searchform-open .archive-header nav {
    z-index: -9;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .searchform-open .search-toggle:after {
            line-height: 50px;
    }
}
.menu-toggle {
    display: inline-block;
    padding-right: 3em;
}
.menu-toggle:after {
    margin-top: -0.75em;
    height: 1em;
}
.menu-links-open, .searchform-open {
 /*   overflow: hidden !important;*/
}
.menu-links-open .menu-toggle {
    position: relative;
    z-index: 9999;
}
.menu-links-open .menu-toggle:after {
    content: "\f00d";
    font: 1.2em/3.4em fontawesome;
    color: black;
    position: absolute;
    top: 0;
    right: 0.25em;
    bottom: 0;
    text-align: center;
    text-indent: 0;
    width: auto;
    height: auto;
    background: none;
}

.email-newsletter-toggle:before {
    content: "\f0e0";
}

    .header-email-newsletter .email-subscription, .header-app .download-app {
        opacity: 0;
        visibility: hidden;
        z-index: -99;
        position: absolute;
        margin-top: 1em;
        padding-bottom: 2em;
        margin-left: -150px;
        left: 50%;
        width: 300px;
        background: white;
        margin-top: 2em;
    }
        .header-email-newsletter .email-subscription .email-address-field:before {
            left: 0.65em;
            bottom: 1.35em;
        }
    .email-newsletter-open .header-email-newsletter .email-subscription, .download-app-open .header-app .download-app {
        margin-top: 1em;
        visibility: visible;
        opacity: 1;
        z-index: 999;
    }
    .email-newsletter-open .site-header {
        z-index: 9999;
    }
.trending-open .promoted-links li.hot-topics-menu-link ul, .explore-open .promoted-links li.explore ul {
    margin-top: 0.5em;
    left: 50%;
    visibility: visible;
    opacity: 1;
    z-index: 999;
}
.download-app-open .header-app {
    z-index: 999;
    position: relative;
}
    .header-app .download-app .app-cta {
        padding-top: 0;
    }
    .header-email-newsletter .email-subscription h3 {
        margin: 0 0 1em 0;
        width: 100%;
        font-size: 1.8em;
    }
    .header-email-newsletter .email-subscription .button {
        width: 100%;
        margin: 0.5em 0 0 0;
    }
.promoted-links li.hot-topics-menu-link ul:after {
    content: "\f012";
    font: 3em fontawesome;
    color: rgba(255, 255, 255, 0.2);
    position: absolute;
    bottom: 0.5em;
    left: 0;
    right: 0;
    text-align: center;
}

.header-email-newsletter .email-newsletter-toggle, .header-app .download-app-toggle {
    cursor: pointer;
    color: black;
}
.header-email-newsletter .email-newsletter-toggle:hover, .header-app .download-app-toggle:hover {
    color: #06558b;
}


/* Verdict Lifestyle and Site Header Changes 

What's black and white and eats like a horse?

-a zebra

What do you call a deer with no eyes? 

-No idea

*/


.the-page {
    /*padding: 2.5em 5em;
    width: 1400px;
    max-width: 100%;
    margin: 2em auto;
    background: white;
    box-shadow: 0 0 3em 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 3em 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 3em 0 rgba(0,0,0,0.1);*/
}
.site-header {
    padding: 2.5em 0 0 0;
    position: relative;
    z-index: 9;
}
    .site-header nav ul, .btn_network {
        list-style: none;
        padding: 0;
        text-transform: uppercase;
        font-weight: lighter;
        display: inline-block;
        float: left;
        font: 600 1.7em Lato, "Helvetica Neue", helvetica, arial, sans-serif;
    }
    .site-header nav ul.site-nav {
        margin-top: 0.2em;
    }
        .site-header nav ul li, .btn_network {
            display: inline-block;
            margin: 0 2em;
            padding-bottom: 0.5em;
            position: relative;
        }
        .btn_network {
            padding-right: 2.3em;
            margin-top: 0.2em;
        }
        .site-header nav ul li:first-of-type {
            margin-left: 0;
        }
            .site-header nav ul li a {
                text-decoration: none;
                color: #000;
                position: relative;
                transition: all 0.5s ease-in-out;
                -moz-transition: all 0.5s ease-in-out;
                -webkit-transition: all 0.5s ease-in-out;
            }
            /*.site-header nav ul li:after {
                content: '';
                position: absolute;
                bottom: -0.1em;
                left: 50%;
                margin-left: -1em;
                border-bottom: solid 1em transparent;
                border-left: solid 1em transparent;
                border-right: solid 1em transparent;
                transition: all 0.5s ease-in-out;
                -moz-transition: all 0.5s ease-in-out;
                -webkit-transition: all 0.5s ease-in-out;
            }
            .site-header nav ul li:hover:after {
                border-bottom: solid 1em #222;
            }*/


.site-header .sub-nav {
    background: #222;
    text-align: left;
    height: 4.7em;
    padding-left: 1.5em;
    top: auto;
    right: 0;
    left: 0;
    border: none;
    transition: opacity 0.3s ease-in-out, bottom 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out, bottom 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out, bottom 0.3s ease-in-out;
}
    .site-header .sub-nav p {
        display: inline-block;
        text-transform: uppercase;
        color: #f7f7f7;
        letter-spacing: 0.2em;
        margin: 0 2em 0 0;
        float: left;
    }
        .site-header .sub-nav p a {
            color: #f7f7f7 !important;
            padding: 0.75em 1em 0.6em 1em;
            background: rgba(255,255,255,0.1);
            margin: 0 0 0 -0.75em;
            position: relative;
            top: 0.5em;
        }
    .site-header .sub-nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: inline-block;
        float: left;
        font-size: 1.4em;
    }
        .site-header .sub-nav li {
            display: inline-block;
            margin: 0;
            padding: 0;
            position: relative;
        }
            .site-header .sub-nav li a {
                display: block;
                padding: 0.85em 1em 0.2em 1em;
                color: white;
                font: 200 1.2em/1 "Helvetica Neue", helvetica, arial, sans-serif;
                text-transform: uppercase;
                letter-spacing: 0.1em;
                border-bottom: solid 0.5em transparent;
                transition: all 0.5s ease-in-out;
                -moz-transition: all 0.5s ease-in-out;
                -webkit-transition: all 0.5s ease-in-out;
            }
            .site-header .sub-nav li a:hover {
                color: #3498DB;
            }
            .site-header .sub-nav li a:hover:after {
                display: none;
            }
            /*.site-header .lifestyle-sub-nav li:last-child a {
                padding-left: 2em;
                position: relative;
            }
            .site-header .lifestyle-sub-nav li:last-child a:before {
                content: "\f14e";
                font: 0.8em fontawesome;
                position: absolute;
                left: 0.8em;
                top: 50%;
                margin-top: -0.2em;
            }*/
    .sub-nav-toggle {
        display: none;
    }

.comment-sub-nav {
    display: none;
}
.category-comment .comment-sub-nav, .category-comment-wire .comment-sub-nav, .category-research-wire .comment-sub-nav {
    display: block;
}

.category-food-drink .category-header, .category-travel .category-header, .category-entertainment .category-header, .category-events .category-header, .category-spend-it .category-header {
    padding: 3em 0;
}

.category-research-wire .category-header.cat-282, .category-comment-wire .category-header.cat-281 {
    padding: 3em 0 !important;
}


    .site-header nav .subscribe {
        float: right;
        position: relative;
        top: -0.4em;
        font-size: 1.4em;
    }
        .site-header nav .subscribe p {
            text-transform: uppercase;
            color: #888;
            font: lighter 1em "Helvetica Neaue", helvetica, arial, sans-serif;
            display: inline-block;
            margin: 1em 1.5em 0 0;
            position: relative;
            letter-spacing: 0.07em;
            float: left;
        }
        .site-header nav .subscribe ul {
            font-size: 0.8em;
            top: 0;
        }
            .site-header nav .subscribe li {
                margin: 0 0.2em;
            }
                .site-header nav .subscribe li a, .site-header nav .subscribe li span.email-newsletter-toggle {
                    width: 3em;
                    height: 3em;
                    display: block;
                    background: black;
                    border-radius: 100%;
                    -moz-border-radius: 100%;
                    -webkit-border-radius: 100%;
                    text-indent: -5000px;
                    overflow: hidden;
                    position: relative;
                    border: none;
                    transition: all 0.3s ease-in-out;
                    -moz-transition: all 0.3s ease-in-out;
                    -webkit-transition: all 0.3s ease-in-out;
                }
                
            .site-header nav .subscribe li:after, .site-header nav .subscribe li:hover:after {
                display: none !important;
            }
                    .category-comment .site-header nav li.comment .sub-nav {
                    z-index: 9999;
                    opacity: 1;
                    visibility: visible;
                    height: auto;
                    position: absolute;
                    left: 0;
                    bottom: -3em;
                }
                .category-comment .site-header nav ul li.comment:after {
                    border-bottom: solid 1em #222;
                    bottom: 1px;
                    left: 51%;
                }
                .category-comment .site-header .lifestyle-sub-nav {
                    position: absolute;
                }
                .site-header nav .subscribe li span.email-newsletter-toggle {
                    cursor: pointer;
                }
                .site-header nav .subscribe li a:after, .site-header nav .subscribe li span.email-newsletter-toggle:after {
                    content: "\f2b6";
                    font: 1.4em/2.3 fontawesome;
                    color: white;
                    display: block;
                    position: absolute;
                    left: 0;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    text-align: center;
                    text-indent: 0;
                    margin: 0;
                    border: none;
                }
                .site-header nav .subscribe li span.email-newsletter-toggle:after {
                    line-height: 2.1;
                }
                .site-header nav .subscribe li.twitter a:hover {
                    background: #1cb7eb;
                }
                .site-header nav .subscribe li.twitter a:after {
                    content: "\f099";
                    line-height: 2.35;
                }
                .site-header nav .subscribe li.facebook a:hover {
                    background: #4e71a8;
                }
                .site-header nav .subscribe li.facebook a:after {
                    content: "\f09a";
                }
                .site-header nav .subscribe li.instagram a:hover {
                    background: #666;
                }
                .site-header nav .subscribe li.instagram a:after {
                    content: "\f16d";
                }

                .site-header nav .subscribe li span.email-newsletter-toggle:hover {
                    background: #3998f1;
                }

                .site-header .sub-nav ul li:after {
                    display: none !important;
                }



.home .site-header .sub-nav {
    display: none;
}

.category-lifestyle section:nth-of-type(2) {
    display: none;
}

.email-newsletter-modal {
    position: fixed;
    z-index: 9999;
    left: 0;
    right: 0;
    top: -40em;
    height: 28em;
    background: #999;
    padding: 3em;
    border-bottom: solid 1em #333333;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
    .email-newsletter-modal .row {
        max-width: 600px;
    }
    .email-newsletter-modal h3 {
        font: lighter 2.7em Droid Serif, Georgia, serif;
        color: #f7f7f7;
        text-align: center;
        margin: 0 0 0.2em 0;
    }
    .email-newsletter-modal p {
        color: #ccc;
        margin: 0;
    }
    .email-newsletter-modal input[type="text"] {
        margin: 2em 0 0 0;
        font: 1em/1 Droid Serif, Georgia, serif;
        height: auto;
        padding: 0.5em;
        border: solid 0.3em;
        box-shadow: inset 0 0 1em 0 rgba(0,0,0,0.4);
    }
    .email-newsletter-modal input[type="text"]:focus {
        border: solid 0.3em white;
    }
    .email-newsletter-modal p.terms-conditions {
        text-align: left;
        font: 1em Lato, helvetica, arial, sans-serif;
        margin: 1em;
    }
        .email-newsletter-modal p.terms-conditions a {
            color: #ccc;
            text-decoration: underline;
        }
    .email-newsletter-modal .widget_wysija_cont .wysija-submit {
        padding: 0.5em 2em;
        background: white;
        color: black;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        cursor: pointer;
    }
    .email-newsletter-modal .close-toggle {
        position: absolute;
        right: 50%;
        bottom: -1em;
        width: 3em;
        height: 3em;
        margin-right: -1.5em;
        text-indent: -5000px;
        overflow: hidden;
        background: #333;
        cursor: pointer;
        border-radius: 0.2em;
    }
        .email-newsletter-modal .close-toggle:after {
            content: "\f00d";
            font: 1em/2 fontawesome;
            color: #ccc;
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            text-align: center;
            text-indent: 0;
        }

.email-newsletter-open .email-newsletter-modal {
    top: 0;
    min-height: 28.5em;
    background: #222;
}

.site-search-col {
    float: left;
    position: relative;
}

.small-newsletter-promo, .small-logo {
    display: none;
}


@media (max-width: 359px) {

  /* Site header */
  .site-menu {
    padding: 0;
  }
}
@media (max-width: 510px) {

    /* Site header */
    .menu-toggle {
        margin-left: 0;
    }

}
@media (max-width: 767px) {

    /* Site header */
    .site-header {
        position: relative;
    }
        .site-logo {
            display: none;
        }
        .menu-toggle {
            margin-left: 0;
        }
        .site-menu {
            width: 100% !important;
            left: 0;
            padding: 0em 1em 0;
        }
    .small-logo {
        display: inline-block;
        padding-left: 0.5em;
    }
}
@media (max-width: 890px) {
    
    /* Site Header */
    .site-logo img {
        max-width: 100%;
    }
    .searchform fieldset input[type="text"],
    .searchform fieldset input[type="submit"] {
        font-size: 1.4em;
        width: 200px;
    }
    .email-subscription img {
        margin-top: -10em;
        max-width: 11em;
    }
    .mega-menu .promoted-links {
        padding-top: 2em;
    }
        .promoted-links li.hot-topics-menu-link ul {
            display: none;
        }
    .mega-menu .extra-links {
        padding-bottom: 1em;
    }
    .mega-menu .extra-links ul li a {
        padding-left: 0;
    }
        .mega-menu .promoted-links, .mega-menu .extra-links {
            display: block;
            width: 100%;
            border: none;
        }
            .mega-menu .promoted-links, .mega-menu .extra-links {
                margin-bottom: 0;
            }
                .mega-menu .promoted-links li, .mega-menu .extra-links li {
                    display: block;
                    text-align: left;
                }
                .promoted-links li:last-child {
                    margin-left: 0;
                }
        .mega-menu .medium-3, .mega-menu .medium-6 {
            float: none;
            width: 100% !important;
            clear: both;
            padding-right: 0;
        }
            .trending {
                border: none;
                padding-right: 0;
            }
}
@media (max-width: 1024px) {
    .site-header .small-4 {
        display: none;
    }
    .site-header .small-8 {
        width: 100%;
        float: none;
        padding: 0;
    }
    .site-header .row .logo-column {
        border: none;
    }
    .newsletter-promo .small-8 {
        text-align: right;
    }
    .newsletter-promo p, .podcast-promo p {
        margin: 0;
    }
    .site-logo {
        margin-top: -1em;
    }
    .mega-menu .promoted-links, .mega-menu .extra-links {
        width: 100%;
        display: block;
      }
    .mega-menu .scrolling-content .row .medium-6 {
        width: 75%;
        padding-right: 0;
        padding-bottom: 2em;
    }
    .mega-menu .medium-6 .verdict-network ul li {
        width: 50%;
    }
        .mega-menu .medium-6 .verdict-network ul li li {
            width: 100%;
        }
    .mega-menu .medium-6 .verdict-network ul li:nth-child(2n+1) {
        clear: both;
    }
    .verdict-network li:nth-child(4) {
        clear: none;
    }
    .category-lifestyle .site-header nav ul li.lifestyle:after, .category-business .site-header nav ul li.business:after, .page-id-710 .site-header nav ul li.latest:after, .category-editors-pick .site-header nav ul li.editors-pick:after, .page-id-637 .site-header nav ul li.about:after {
        display: none;
    }
}
@media (min-width: 900px) and (max-width: 1130px) {
    .site-header .row .medium-4 {
        width: 36%;
    }
    .most-consequential img {
        margin: -4em 0 0em 0;
    }
    .site-header .row .logo-column {
        width: 28%;
        padding: 0 3em;
    }
        .todays-date {
            display: none;
        }
}
@media (max-width: 1100px) {

    /* Site header */
    .mega-menu .scrolling-content .row {
        padding: 2em !important;
    }
        .mega-menu .scrolling-content .row .verdict-network .row {
            padding: 0em !important;
        }
    .mega-menu .extra-links, .mega-menu .promoted-links {
        display: block;
        float: none;
        width: 100%;
        margin-bottom: 0;
        border: none;
    }
        .mega-menu .extra-links li, .mega-menu .promoted-links li {
            display: block;
            float: none;
            width: 100%;
        }
            .mega-menu .extra-links li a, .mega-menu .promoted-links li a {
                display: block;
                float: none;
                width: 100%;
                border: none;
                border-bottom: solid 1px #ebebeb !important;
                padding: 0.5em;
            }
    .mega-menu .promoted-links {
        margin-bottom: 0 !important;
    }
}
@media(max-width: 900px) {
    .site-header .medium-4 {
        display: none;
    }
    .site-header .logo-column {
        display: block;
        border: none;
        margin: 0 auto 1em auto;
        float: none;
    }
    .site-header nav .subscribe li, .site-header nav .subscribe li a, .site-header nav .subscribe li span.email-newsletter-toggle {
        margin-top: 0 !important;
        top: 0 !important;
    }
}
@media (max-height: 600px) {
    .site-header {
        padding: 0 0 1em 0;
    }
        .site-header .row {
            display: none;
        }
        .site-header nav {
            background: white;
            margin-top: 0;
        }
        .site-header nav .row, .site-header .mega-menu .row, .site-header .email-newsletter-modal .row {
            display: block;
        }
        .small-logo, .small-newsletter-promo {
            display: inline-block;
            float: left;
        }
        .small-logo {
            width: 140px;
            margin-top: 0.2em;
            margin-right: 3.5em;
        }
        .small-newsletter-promo {
            width: 100px;
            margin: 0 0 0 2em;
            float: right;
        }
            .small-newsletter-promo .row {
                padding: 0 !important;
                margin: 0 !important;
                border: none !important;
            }
                .small-newsletter-promo .row img {
                    margin: -6em 0 0 -2em;
                    max-width: 140%;
                    opacity: 1;
                }
        .site-header nav .subscribe p {
            display: none;
        }

    .site-header nav .row {
        border: none;
    }

}
@media (max-width: 1250px) {
    .small-newsletter-promo {
        display: none;
    }
}
@media (min-width: 460px) and (max-width: 1460px) {
    .home-page, .site-header, .all-articles {
        padding-left: 3em;
        padding-right: 3em;
    }
}

/*
@media (max-width: 1400px) {
    .promo-column img {
        width: 130%;
        margin: -6em 0 0 0;
    }
    .newsletter-promo img {
        margin: -4em -1em -1em -6em;
        width: 170%;
    }
}


@media (min-width: 1800px) {
    .promo-column, .newsletter-promo {
        font-size: 0.9em;
    }
    .promo-column img {
        max-width: 20em;
        margin-left: -1em;
    }
    .newsletter-promo img {
        max-width: 16em;
        margin-left: -4em;
    }
    .site-logo {
        margin-top: 0;
    }
}

*/



/* New Home Page October 3 2017 */
.home-heading {
    position: relative;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 0.1em;
    font: 2.4em/1 Montserrat, helvetica, arial, sans-serif;
    margin: 0 0 1em 0;
}
    .home-heading b {
        background: white;
        position: relative;
        z-index: 9;
        padding: 0 0.5em 0 0;
    }
.home-heading:after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    height: 1px;
    display: block;
    background: #2a2a37;
}


/* New Brexit Tracker Widget Design */
.small-widget {
    border: none;
    position: relative;
    padding: 3em;
    height: 38em;
    max-width: 100% !important;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1f1e24+0,053661+100 */
    background: rgb(31,30,36); /* Old browsers */
    background: -moz-linear-gradient(45deg, rgba(31,30,36,0.7) 0%, rgba(5,54,97,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(31,30,36,0.7) 0%,rgba(5,54,97,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(31,30,36,0.7) 0%,rgba(5,54,97,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f1e24', endColorstr='#053661',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.small-widget:before {
    content: '';
    background: url('/wp-content/uploads/2017/03/may-bg.png') no-repeat center bottom;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    opacity: 1;
}
.small-widget:after {
    content: '';
    position: absolute;
    left: -30em;
    top: -3em;
    right: -30em;
    bottom: 55%;
    display: block;
    border-radius: 50%;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    opacity: 0.05;
}
    .small-widget .logo {
        background: none !important;
    }
    .spinner > div {
        background-color: white;
    }
.tracker .chart {
    background: none;
    margin-top: 4em;
    height: 130px;
    overflow: hidden;
    margin-bottom: 2em;
}
#linechart_material5 {
    height: auto !important;
}
.small-widget #chart_container {
    
}
    .small-widget .tracker-number {
        width: 100% !important;
        text-align: center;
        margin-top: 4em;
    }
    .small-widget .big-number {
        font: bold 5.4em Lato, "Helvetica Neue", helvetica, sans-serif !important;
        color: white;
        margin: -0.25em 0 0 0;
    }
        .change div {
            font-size: 1.4em !important;
            margin: 0 auto;
            width: 4em;
        }
        .change div:before {
            top: 0;
        }
.small-widget svg {
    height: auto !important;
}

    .tracker svg path {
        stroke: white;
        stroke-width: 3;
    }
.widget-ctas {
    border: none;
    background: none;
    text-align: center;
    position: relative;
}
    .brexit-cta, .how-text {
        display: inline-block;
        font-size: 1.4em;
    }
        .brexit-cta {
            margin: 0 2em 0 0;
        }
        .how-text {
            margin: 0 0 0 2em;
        }
    .brexit-cta a, .small-widget .how-text-toggle, .small-widget .credit-toggle {
        text-transform: none;
        background: none;
        display: inline-block;
        text-decoration: underline;
        color: white;
        padding: 0;
    }
    .brexit-cta a:before, .how-text-toggle:after {
        display: none;
    }

.widget-share-toggle {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background: #1f1f27;
    border-radius: 0.2em;
    font-size: 1.2em;
    color: white;
    padding: 0.5em 2em 0.3em 0.5em;
    cursor: pointer;
}

@media (max-width: 420px) {
    .small-widget p {
        font-size: 1.4em;
    }
}


/* Sizing / padding */
@media (min-width: 1024px) and (max-width: 1280px) {
    body {
        font-size: 50%;
    }

    /*
    .promo-column img {
        width: 130%;
        margin: -5em 0 0 0;
    }
    .newsletter-promo img {
        width: 150%;
        margin: -4em 0 -1em -4em;
    }
    .site-logo {
        width: 260px;
    }*/
}
@media (min-width: 1280px) and (max-width: 1440px) {
    body {
        font-size: 55%;
    }

    /*
    .promo-column img {
        width: 130%;
        margin-top: -5.1em;
    }
    .newsletter-promo img {
        width: 160%;
        margin: -6em 0em -1em -5em;
    }
    .site-logo {
        width: 290px;
    }*/
}
/*
@media (max-width: 1140px) {
    .promo-column img {
        width: 130%;
        margin: -4em 0 0 0;
    }
    .newsletter-promo img {
        width: 160%;
        margin: -6em 0em -1em -5em;
    }
    .site-logo {
        width: 290px;
    }
}
*/
@media (max-width: 1440px) {
    .featured-articles {
        margin: 0;
        max-width: 100%;
        border: none;
    }
}

/*
@media (min-width: 1800px) {
    body {
        font-size: 67.5%;
    }
    .row {
        max-width: 150em;
    }
    ul.row.article-grid {
        width: 93.75em;
    }
}
*/


.article-tags, .article-date {
    text-transform: uppercase;
    font-size: 1.3em;
    color: white;
    display: inline-block;
    margin: 0 1em 0.5em 0;
}
    .article-tags a {
        color: #152b42;
        background: #e0ecff;
        padding: 0 0.5em;
    }

    /* Hiding categories that we don't want to show */
    .article-tags .comment-wire, .article-tags .editors-pick, .article-tags .research-wire, .article-tags .verdict-intelligence, .article-tags .featured  {
        display: none !important;
    }
    
    .article-tags a:hover {
        background: #666;
        color: white;
    }
    .archive .article-tags, .search .article-tags, .page-id-710 .article-tags {
        font-size: 1em;
    }
    .archive .article-tags a, .search .article-tags a, .page-id-710 .article-tags a {
        background: none;
        color: #666;
        padding: 0;
    }
.article-date {
    margin-right: 0;
}
    
.top-features {
    padding-top: 4em;

}
    .top-features .row {
        position: relative;
    }
    /*.top-features .row:before {
        content: '';
        background: #ebebeb url('https://www.verdict.co.uk/wp-content/uploads/2017/11/verdict-loading-animation.gif') no-repeat center center;
        background-size: 50px;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 40em;
        opacity: 1;
        z-index: 999;
        transition: opacity 0.5s ease-out;
        -moz-transition: opacity 0.5s ease-out;
        -webkit-transition: opacity 0.5s ease-out;
    }*/
    .hide-animation .row:before {
        opacity: 0;
        z-index: -99;
    }
    .top-features .featured-articles {
        padding: 0;
    }
        .featured-articles li {
            padding: 0;
        }
            .featured-articles li article {
                overflow: hidden;
            }
        .featured-articles li:nth-of-type(1) {
            padding: 0;
            height: 62em;
            margin-bottom: 3em;
            background: black;
            overflow: hidden;
            box-shadow: inset 0 0 5em 0 rgba(0,0,0,0.5);
        }
        .featured-articles li:nth-of-type(1) article .featured-image {
            width: 120%;
            max-width: 120%;
            margin: 0 -10%;
            opacity: 0.4;
            transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -webkit-transition: all 0.5s ease-in-out;
        }
        .featured-articles li:nth-of-type(1) article .article-text {
            position: absolute;
            width: 60%;
            top: 50%;
            left: 50%;
            margin-top: -12em;
            margin-left: -30%;
            transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -webkit-transition: all 0.5s ease-in-out;
            padding: 3em 0;
            text-align: center;
            font-size: 1.2em;
            z-index: 99;
            background: rgba(0,0,0,0);
            padding: 5em 3em;
        }
        .featured-articles li:nth-of-type(1):hover .featured-image {
            opacity: 1;
        }
        .featured-articles li:nth-of-type(1):hover article .article-text {
            margin-top: -15em;
            background: rgba(0,0,0,0.8);
        }
        .featured-articles li:nth-of-type(1) article .article-text:before {
            content: '';
            position: absolute;
            top: 2em;
            width: 40%;
            left: 30%;
            background: rgba(255,255,255,0.5);
            height: 1px;
        }
        .featured-articles li:nth-of-type(1) article .article-text:after {
            content: '';
            position: absolute;
            bottom: 2em;
            width: 40%;
            left: 30%;
            background: rgba(255,255,255,0.5);
            height: 1px;
        }
            .featured-articles li:nth-of-type(1) article .article-tags a {
                background: #e0ecff;
                color: #1f1e25;
            }
            .featured-articles li:nth-of-type(1) h2 a, .featured-articles li:nth-of-type(1) p {
                color: white;
            }
            .featured-articles li:nth-of-type(1) p {
                opacity: 0.7;
            }


        .featured-articles li:nth-of-type(2) {
            float: right;
        }
        .featured-articles li:nth-of-type(2), .featured-articles li:nth-of-type(3) {
            padding: 0;
            margin: 0;

        }
        .featured-articles li:nth-of-type(4) {
            padding: 0;
            margin: 0;
            clear: left;
        }
        .featured-articles li:nth-of-type(5) {
            padding: 0;
            position: relative;
            overflow: visible;
        }

        .top-features .featured-articles li:nth-of-type(1), .top-features .featured-articles li:nth-of-type(2), .top-features .featured-articles li:nth-of-type(3). .top-features .featured-articles li:nth-of-type(4), .top-features .featured-articles li:nth-of-type(5) {
            opacity: 0;
            transition: opacity 0.3s ease-in-out;
            -moz-transition: opacity 0.3s ease-in-out;
            -webkit-transition: opacity 0.3s ease-in-out;
        }
        .top-features .featured-articles li:nth-of-type(1) {
            opacity: 0;
            transition: opacity 1.3s ease-in-out;
            -moz-transition: opacity 1.3s ease-in-out;
            -webkit-transition: opacity 1.3s ease-in-out;
        }
        .top-features .featured-articles li:nth-of-type(2) {
            opacity: 0;
            transition: opacity 2s ease-in-out;
            -moz-transition: opacity 2s ease-in-out;
            -webkit-transition: opacity 2s ease-in-out;
        }
        .top-features .featured-articles li:nth-of-type(3) {
            opacity: 0;
            transition: opacity 3s ease-in-out;
            -moz-transition: opacity 3s ease-in-out;
            -webkit-transition: opacity 3s ease-in-out;
        }
        .top-features .featured-articles li:nth-of-type(4) {
            opacity: 0;
            transition: opacity 4s ease-in-out;
            -moz-transition: opacity 4s ease-in-out;
            -webkit-transition: opacity 4s ease-in-out;
        }
        .top-features .featured-articles li:nth-of-type(5) {
            opacity: 0;
            transition: opacity 5s ease-in-out;
            -moz-transition: opacity 5s ease-in-out;
            -webkit-transition: opacity 5s ease-in-out;
        }
        .hide-animation.top-features .featured-articles li:nth-of-type(1), .hide-animation.top-features .featured-articles li:nth-of-type(2), .hide-animation.top-features .featured-articles li:nth-of-type(3), .hide-animation.top-features .featured-articles li:nth-of-type(4), .hide-animation.top-features .featured-articles li:nth-of-type(5) {
            opacity: 1;
        }

            .featured-articles li:nth-of-type(5) .home-email-subscription {
                padding: 3em;
                background: rgba(255,255,255,0.8);
                box-shadow: 0 0 3em 0 rgba(0,0,0,0.2);
                position: relative;
                z-index: 9;
            }
                .featured-articles li:nth-of-type(5) .home-email-subscription .widget_wysija {
                    display: block !important;
                }
                .featured-articles li:nth-of-type(5) .home-email-subscription ul li:nth-of-type(1) {
                    position: absolute;
                    height: auto;
                    z-index: 9999;
                    font-size: 1.2em;
                    top: 6.9em;
                    left: 1.8em;
                    right: 2em;
                    background: #FFFFE0;
                    padding: 1em 1.5em;
                    border: solid 1px #E6DB55;
                    box-shadow: none;
                }
                
            .featured-articles li:nth-of-type(5) .home-email-subscription:focus {
                box-shadow: 0 0 5em 0 rgba(0,0,0,0.4);
            }
        .featured-articles li:nth-of-type(6) {
            
        }
            .featured-articles li:nth-of-type(2) article, .featured-articles li:nth-of-type(3) article, .featured-articles li:nth-of-type(4) article {
                position: relative;
                height: 31em;
                background: black;
            }
                    .featured-articles li:nth-of-type(2) .article-text, .featured-articles li:nth-of-type(3) .article-text, .featured-articles li:nth-of-type(4) .article-text {
                        position: absolute;
                        left: 0;
                        right: 0;
                        bottom: 0;
                        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
                        background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
                        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
                        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
                        padding: 3em;
                    }
                        .featured-articles li:nth-of-type(2) .article-text h2, .featured-articles li:nth-of-type(3) .article-text h2, .featured-articles li:nth-of-type(4) .article-text h2 {
                            font-size: 2.1em;
                        }
                        .featured-articles li:nth-of-type(4) article, .featured-articles li:nth-of-type(5), .featured-articles li:nth-of-type(6), .home .brexit-tracker-iframe, .featured-articles li:nth-of-type(5) .home-email-subscription {
                            height: 38em;
                        }
                            .featured-articles li:nth-of-type(6), .brexit-tracker-iframe, .small-widget {
                                max-width: 100% !important;
                                overflow: hidden !important;
                            }
                            .featured-articles li:nth-of-type(4) article .article-image {
                                max-width: 140%;
                                width: 140%;
                                margin: 0 -20%;
                            }
                        .featured-articles li:nth-of-type(2) img, .featured-articles li:nth-of-type(3) img, .featured-articles li:nth-of-type(4) img {
                            opacity: 0.7;
                            transition: all 0.4s ease-in-out;
                            -moz-transition: all 0.4s ease-in-out;
                            -webkit-transition: all 0.4s ease-in-out;
                        }
                        .featured-articles li:nth-of-type(2):hover img, .featured-articles li:nth-of-type(3):hover img, .featured-articles li:nth-of-type(4):hover img {
                            opacity: 1;
                            width: 110%;
                            max-width: 110%;
                            margin-top: -5%;
                            margin-right: -5%;
                            margin-left: -5%;
                        }
            
            
    .featured-articles li h2 {
        font: 3em/1.3 Lora, Georgia, serif;
        margin: 0;
        position: relative;
        text-shadow: 0.01em 0.01em 0.5em black;
    }
        .featured-articles li h2 a {
            color: white;
        }
    .featured-articles li h3 {
        font: lighter 2.4em/1.3 Lora, Georgia, serif;
        margin: 0
    }
        .featured-articles li h3 a {
            color: white;
        }
    .featured-articles li p {
        font: lighter 1.8em/1.5 'Droid Serif', "Helvetica Neue", helvetica, arial, sans-serif;
        margin: 1em 0 0 0;
    }
    .featured-articles li:nth-of-type(4) h2, .featured-articles li:nth-of-type(5) h2, .featured-articles li:nth-of-type(6) h2 {
        font-size: 1.8em;
    }
    .comment-feature {
        margin: 0;
        padding: 3em 0;
    }
            .featured-articles li img {
                width: 100%;
            }
            .featured-articles li .home-email-subscription h3 {
                text-transform: uppercase;
                font: bold 2.7em/1.1 Lato, "Helvetica Neue", helvetica, arial, sans-serif;
                margin: 0 0 0.7em 0;
            }
                .home-email-subscription h3 small {
                    font-size: 100%;
                    color: #000;
                }
            .featured-articles li .home-email-subscription p {
                margin: 0;
                font-size: 1.3em;
            }
                .featured-articles li .home-email-subscription p span.privacy-policy-agree {
                    float: left !important;
                    width: 50% !important;
                    padding-bottom: 1em !important;
                    margin-top: -0.3em !important;
                    font: 1.2em Lato, montserrat, helvetica, arial, sans-serif;
                }
            .featured-articles li .home-email-subscription h3 + p {
                margin: 1em 0 0 0;
                font-size: 2em;
                width: 15em;
            }
            .home-email-subscription input[type=text] {
                background: #e0ecff;
                margin: 1em 0;
                width: 14em;
                position: relative;
                z-index: 9;
                font-size: 1.4em;
            }
            .featured-articles li p .privacy-policy-agree {
                max-width: 12em;
                display: inline-block;
                font-size: 0.8em;
            }
            .featured-articles li p input[type="checkbox"] {
                margin: 0px 12px 0 0;
                width: 4% !important;
            }
            .home-email-subscription .widget_wysija_cont .wysija-submit {
                margin: 1em 0 0 0;
                border: none;
                background: #053561;
                padding: 0.5em 1em;
                font-size: 1.6em;
                color: white;
                cursor: pointer;
                clear: left;
                display: block !important;
            }
            .featured-articles li .home-email-subscription {
                overflow: hidden;
            }
                .featured-articles li .home-email-subscription img {
                    position: absolute;
                    right: -0.75em;
                    bottom: -3em;
                    width: 60%;
                }
        .quote-of-the-day div {
            padding: 0 0 3em 0;
        }
            .featured-articles li.quote-of-the-day h3 {
                text-transform: uppercase;
                font-size: 1.4em;
                color: rgba(255,255,255,0.5);
                letter-spacing: 0.02em;
            }
            .quote-of-the-day blockquote {
                margin: 1.5em 0 0;
                padding-top: 2em;
                font: 2.1em/1.4 Bitter;
                color: white;
                padding: 1.5em 0 0 2em;
                border-top: dotted 5px rgba(255,255,255,0.3);
                position: relative;
                quotes: "“" "”" "‘" "’";
            }
                .quote-of-the-day blockquote cite {
                    display: block;
                    opacity: 0.5;
                }
            .quote-of-the-day blockquote:before {
                content: open-quote;
                position: absolute;
                left: 0;
                top: 0.3em;
                font-size: 3em;
                font-family: Georgia;
            }
        /*.featured-articles li.narrow-article {
            border-bottom: solid 1px #dedede;
            padding: 1em 2em;
        }
            .narrow-article .small-5, .narrow-article .small-7 {
                width: 100%;
                float: none;
            }
            .narrow-article .small-5 {
                margin-bottom: 2em;
            }
            .narrow-article .author-image {
                width: 9em;
                opacity: 0.8;
                margin: 2.3em 0 0 0;
            }*/

.article-label {
    position: absolute;
    left: -0.5em;
    top: 0;
    background: #333;
    padding: 0.5em 0.5em 0.4em 2.5em;
    text-transform: uppercase;
    z-index: 9;
    color: white;
    font-size: 1.6em;
    letter-spacing: 0.1em;
    line-height: 1;
}
.featured-articles li:nth-of-type(2) .article-label, .featured-articles li:nth-of-type(3) .article-label {
    display: none;
}
.article-label:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -0.5em;
    border-top: solid 0.5em black;
    border-left: solid 0.5em transparent;
}
.article-label:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -0.5em;
    border-top: solid 0.5em black;
    border-left: solid 0.5em transparent;
}

.featured-articles li.vi-promo {
    box-shadow: 0 0 3em 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 3em 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 3em 0 rgba(0,0,0,0.2);
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    text-align: right;
    font: 400 2em Montserrat, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    height: 19em;
    color: #999;
    position: relative;
}
    .featured-articles li.vi-promo a {
        display: block;
        height: 19em;
        position: relative;
        z-index: 9;
        padding: 3em;
    }
    .featured-articles li.vi-promo img {
        width: 6em;
        display: inline-block;
        margin: 3em 0 0 5em;
        float: left;
        position: relative;
        z-index: 9;
    }
    .featured-articles li.vi-promo span {
        font-size: 1.5em;
        padding: 1.8em 0 0 0;
        display: block;
        position: relative;
        z-index: 999;
    }
        .featured-articles li.vi-promo span small {
            color: #999;
            font-size: 45.5%;
            display: block;
            margin-top: 0.25em;
        }
        .featured-articles li.vi-promo b {
            display: block;
            width: 20em;
            padding: 0.5em 1em;
            background: #ccc;
            border-radius: 0.3em;
            margin: 1em 0 0 0;
            font-weight: 300;
            float: right;
            text-align: center;
            z-index: 9;
            position: relative;
        }
.featured-articles li.vi-promo:before {
    content: '';
    background: white url(/wp-content/uploads/2017/10/Verdict-Intelligence.png) no-repeat -4em -4em;
    background-size: 100%;
    opacity: 0.1;
    position: absolute;
    left: -4em;
    top: 0em;
    display: block;
    width: 30em;
    height: 22em;
    z-index: 999;

}
.featured-articles li.vi-promo:after {
    content: '';
    background: url('/wp-content/uploads/2017/10/graph.jpg') no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.featured-articles li.vi-promo a:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    bottom: 0;
    width: 200%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,ffffff+100&0+0,1+50,1+100 */
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
    display: block;
    z-index: 9;
    transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -webkit-transition: all 2s ease-in-out;
}
.featured-articles li.vi-promo:hover a:before {
    left: 0;
}

.more-stuff {
    padding: 4em 0;
}
    .mpus-column {
        border-left: solid 1px #ebebeb;
        padding: 1em 4em;
    }
        .mpus-column .mpu {
            text-align: center;
        }
        .mpus-column .mpu div, .mpus-column .mpu ins, .mpus-column .mpu iframe {
            width: 300px;
            margin: 0 auto;
        }
        .wpp-thumbnail {
            margin: 0 !important;
            width: 100%;
        }
            .wpp-thumbnail img {
                width: 100%;
            }

.alm-reveal li {
        border-bottom: solid 1px #dedede;
        padding: 2em 0;
        margin: 2em 0;
    }
        .alm-reveal li .article-date {
            color: #666;
        }
        .alm-reveal li h3 {
            font: 2.4em/1.3 Lora, "Helvetica Neue", helvetica, arial, sans-serif;
        }
        .alm-reveal p {
            font: 1.8em/1.5 "Droid Serif", "Helvetica Neue", helvetica, arial, sans-serif;
            color: #666;
        }
#load-more {
    visibility: hidden;
    z-index: -9;
    opacity: 0;
}

.fixed-mpu .sidebar-mpu {
    position: fixed;
    top: 50px;
}


@media (max-width: 319px) {
    .top-features .featured-articles li:nth-of-type(6) {
        height: 52em !important;
    }
        .brexit-tracker-iframe {
            height: 48em !important;
        }
            .small-widget {
                height: 48em !important;
            }
                .brexit-cta {
                    margin: 0 0em 0 0;
                }
                .how-text {
                    margin: 0 0 0 1em;
                }
}
@media (min-width: 500px) {
    .small-widget {
        height: 41em !important;
    }
}
@media (max-width: 767px) {
    /*.home-page {
        padding: 0 2em;
    }*/
        .featured-articles li {
            padding: 1em 0 !important;
            float: none !important;
        }
            .featured-articles li:nth-of-type(1) article .article-text {
                position: static;
                margin: 0;
                width: 100%;
            }
            .featured-articles li:nth-of-type(1) {
                height: auto !important;
                margin-bottom: 1em;
            }
                .featured-articles li:nth-of-type(1) article .article-text {
                    position: relative;
                    top: 0;
                    left: 0;
                    margin: 0;
                    width: 100%;
                }
                .featured-articles li:nth-of-type(1):hover article .article-text {
                    margin: 0;
                }
        .featured-articles li:nth-of-type(4) article, .featured-articles li:nth-of-type(5), .featured-articles li:nth-of-type(6), .featured-articles li:nth-of-type(5) .home-email-subscription {
            height: auto;
            margin-bottom: 0;
            float: none;
        }
            .home-email-subscription input[type=text] {
                width: 100%;
            }
}
@media (max-width: 768px) {
    .alm-listing li img {
        width: 100%;
        margin-bottom: 2em;
    }
    .featured-articles li.vi-promo a {
        height: 17em;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .featured-articles li:nth-of-type(2), .featured-articles li:nth-of-type(3) {
        padding: 0 0 2em 2em;
    }
    .featured-articles li:nth-of-type(4) {
        margin-bottom: 2em;
    }
    .featured-articles li:nth-of-type(2), .featured-articles li:nth-of-type(3), .featured-articles li:nth-of-type(4), .featured-articles li:nth-of-type(5) {
        width: 50%;
        float: left;
        clear: none;
    }
        .featured-articles li .home-email-subscription h3, .featured-articles li:nth-of-type(3) h2, .featured-articles li:nth-of-type(4) h2, .featured-articles li:nth-of-type(5) h2, .featured-articles li h3 {
            font-size: 3.6em;
        }
        .featured-articles li .home-email-subscription h3 {
            font-size: 2.4em;
        }
        .featured-articles li p {
            width: auto;
        }
        .featured-articles li .home-email-subscription img {
            width: 50%;
        }
    .featured-articles li:nth-of-type(5) {
        padding-right: 1em;
    }
}
@media (min-width: 1024px) {
    .most-recently {
        padding-right: 3em;
    }
    .mpus-column {
        padding-left: 3em;
    }
    .sidebar-mpu-2 {
        border-top: none;
        padding-top: 0;
    }
}
@media (max-width: 1280px) {
    .featured-articles li h2 {
        font-size: 2.4em;
    }
    .featured-articles li:nth-of-type(3) h2, .featured-articles li:nth-of-type(4) h2, .featured-articles li:nth-of-type(5) h2, .featured-articles li h3 {
        font-size: 1.8em;
    }
    .featured-articles li.vi-promo {
        height: 21.4em;
    }
        .featured-articles li.vi-promo a {
            height: 21.4em;
        }
}
@media (max-height: 900px) {
    .top-features {
        padding-top: 2em;
    }
    .featured-articles li:nth-of-type(1) {
        overflow: hidden;
        height: 55em !important;
    }
        .featured-articles li:nth-of-type(1) article .article-text {
            top: 45%;
        }
    .featured-articles li:nth-of-type(2) article, .featured-articles li:nth-of-type(3) article {
        height: 27.5em;
        overflow: hidden;
    }
}
@media (max-height: 700px) {
        .site-header nav ul li {
            padding-bottom: 0;
        }
    .home-page {
        padding: 1em 2em;
    }
}
@media (max-width: 700px) {
    .featured-articles li.vi-promo:before {
        width: 25em;
        height: 18em;
    }
    .featured-articles li.vi-promo a {
        height: 23em;
    }
    .featured-articles li.vi-promo span {
        margin-top: 6em;
        text-align: center;
    }
    .featured-articles li.vi-promo b {
        float: none;
        margin: 1em auto;
        max-width: 100%;
    }
}
@media (max-width: 900px) {
    .home-page {
        padding: 1em 3em;
    }
}
@media (max-height: 900px) and (max-width: 1440px) {
    .site-header nav {
        background: white;
        border: none;
    }
        .site-header nav ul li {
            margin: 0 1em;
        }
    .home-page {
        padding: 1em 3em;
    }
        .featured-articles li:nth-of-type(1) {
            height: 54em;
        }
    /*.featured-articles li:nth-of-type(2), .featured-articles li:nth-of-type(3) {
        padding: 0 0 2em 2em;
    }
    .featured-articles li:nth-of-type(4) {
        padding: 0 2em 2em 0;
    }
    .featured-articles li:nth-of-type(6) {
        padding: 0 0 0 2em;
    }*/
}
@media (max-width: 500px) {
    .home-page {
        padding: 0;
    }
        .featured-articles li:nth-of-type(1) article .article-text {
            font-size: 0.9em;
            padding: 5em 3em 4em 3em;
        }
}
@media (max-width: 767px) {
    .site-header nav {
        padding: 0em 2em;
        margin: 0;
    }
        .site-header nav .row {
            padding: 1.5em 0 0.5em 0;
        }
    .home-page {
        padding: 0em 3em;
    }
        .featured-articles li:nth-of-type(1) {
            height: auto !important;
        }
    .comment-feature .featured-articles li:nth-of-type(5) {
        height: auto;
        padding: 0 !important;
        margin-top: 1em;
    }
}
@media (max-width: 460px) {
    .site-header nav {
        padding: 0em 1em;
        margin: 0;
    }
    .home-page {
        padding: 0em 2em;
    }
        .featured-articles li:nth-of-type(1) article .article-text {

        }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .featured-articles li:nth-of-type(1) {
        margin-bottom: 2em;
    }
    .featured-articles li:nth-of-type(2) {
        padding-left: 0;
        padding-top: 0em;
    }
    .featured-articles li:nth-of-type(3) {
        padding-top: 0;
    }
    .featured-articles li:nth-of-type(4) {
        padding-right: 0;
        width: 100%;
    }
        .featured-articles li:nth-of-type(4) article {
            overflow: hidden;
        }
    .featured-articles .top-features li:nth-of-type(5) {
        padding: 0 1em 0 0;
    }
    .featured-articles li:nth-of-type(6) {
        padding: 0 0 0 1em;
        float: right;
        margin-bottom: 2em;
        width: 50%;
    }
    .featured-articles li.vi-promo {
        width: 100%;
        margin-bottom: 0;
    }
}
@media (max-width: 1050px) {
    .mpu-header {
        display: none;
    }
}
@media (min-width: 900px) and (max-width: 1050px) {
    .the-page {
        padding-top: 2em;
    }
}
@media (max-width: 460px) {
    .featured-articles li h2 {
        font-size: 2.1em;
    }
}
@media (min-height: 1000px) and (min-width: 1800px) {
    .featured-articles li:nth-of-type(1) {
        height: 55em;
    }
        .featured-articles li:nth-of-type(1) article .article-text {
            font-size: 1em;
        }
    .featured-articles li:nth-of-type(2) article, .featured-articles li:nth-of-type(3) article {
        height: 27.5em;
    }
    .featured-articles li:nth-of-type(5) .home-email-subscription {
        font-size: 0.9em;
        height: 42em;
    }
    .featured-articles li:nth-of-type(4) article, .comment-feature .featured-articles li:nth-of-type(4) article {
        height: 38em;
    }
    .brexit-tracker-iframe {
        height: 41em !important;
    }
        .small-widget {
            height: 40.3em;
        }
}









/* ******

*
*

Article / Single Post / Entry header

*
*

****** */

.entry-header {
    position: relative;
    background: white;
    padding: 32em 2em 10em;
    font-size: 1.4em;
}
    .entry-header .row {
        position: relative;
        max-width: 93em;
    }
        .entry-header .medium-3.columns {
            position: static;
        }
            .entry-header .article-date {
                color: black;
                font: 1.1em Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
                padding: 0.5em 0.5em 0.4em 2em;
                display: inline-block;
                text-transform: uppercase;
                letter-spacing: 0.05em;
                background: rgba(255,255,255,0.8);
                position: relative;
                z-index: 9;
            }
               .entry-header .article-tags {
                    padding-top: 20px;
                    position: relative;
                    z-index: 999;
                    font-size: 0.000000001em;
                }
                    .article-tags li {
                        display: inline-block;
                    }
                    .article-tags a {
                        font-size: 16px;
                        color: #06558b;
                        margin: 0 1em 0.5em 0;
                        display: inline-block;
                        font-weight: 500;
                        transition: all 0.3s ease-in-out;
                        -moz-transition: all 0.3s ease-in-out;
                        -webkit-transition: all 0.3s ease-in-out;
                    }
                    .article-tags a:hover {
                        color: black;
                    }
            .entry-header .article-date:before {
                content: "\f073";
                font: 0.8em fontawesome;
                color: black;
                position: absolute;
                left: 0.75em;
                top: 50%;
                margin-top: -0.5em;
            }
        .entry-header h1 {
            font: 4.4em "Droid Serif", Georgia, serif;
            color: black;
            z-index: 99;
            position: relative;
            max-width: 1300px;
            margin: 0 auto;
        }
            .entry-header h1 span {
                background: rgba(255,255,255,0.95);
                line-height: 1.3;
            }
        .entry-header .the-excerpt {
            position: relative;
            z-index: 99;
            max-width: 900px;
            margin: 1em auto 0;
        }
        .entry-header .the-excerpt p {
            color: white;
            font-size: 1.5em;
        }
        .entry-header .featured-image {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            overflow: hidden;
            transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -webkit-transition: all 0.4s ease-in-out;
            text-align: center;
            background: black;
        }
            .entry-header .featured-image img {
                width: 90%;
                opacity: 1;
                transition: all 1s ease-in-out;
                -moz-transition: all 1s ease-in-out;
                -webkit-transition: all 1s ease-in-out;
            }

.in-article-text-promo {
    border-top: solid 0.5em #333;
    margin: 5em 0 5em -20em;
    position: relative;
    padding: 2em 18em 2em 2em;
    background: #f7f7f7;
}
    .post .post-content .in-article-text-promo h2 {
        margin: 0em 0 0.5em 0;
        font-size: 2.7em;
    }
    .post .post-content .in-article-text-promo .button {
        font: bold 1.6em/1 Lato, "Helvetica Neue", helvetica, arial, sans-serif;
        text-transform: uppercase;
        border: none;
        padding: 0.75em;
    }
.in-article-text-promo:after {
    content: '';
    display: block;
    width: 220px;
    height: 200px;
    background: url('/wp-content/uploads/2017/10/world-leaders.png') no-repeat right bottom;
    background-size: 100%;
    position: absolute;
    right: 1em;
    bottom: -2em;
 }

 
@-webkit-keyframes aniborder {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes aniborder {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes aniborder {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}


.featured-image-credit {
    position: absolute;
    right: 2em;
    top: 2em;
    z-index: 999;
    background: rgba(0,0,0,0.6);
    color: white;
    text-transform: uppercase;
    font-size: 0.6em;
    padding: 0.5em;
    font-weight: lighter;
}
.verdict-is-here .entry-header .featured-image img {
    width: 100%;
    max-width: 2000px;
    opacity: 0.6;
}

.image-toggle {
    width: 3em;
    height: 2.5em;
    text-indent: -5000px;
    position: absolute;
    bottom: -4.5em;
    right: 7em;
    z-index: 999;
    background: white;
    font-size: 1.6em;
}
.image-toggle:after {
    content: "\f03e";
    font: 1em/2.3em fontawesome;
    color: black;
    text-indent: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    cursor: pointer;
}
.entry-header {
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
    .entry-header .article-tags a {
        background: #043058;
        color: white;
        padding: 0.2em 0.5em;
        text-transform: uppercase;
    }
.menu-links-open .entry-header, .searchform-open .entry-header, .searchform-open.single-post .entry-title, .searchform-open .entry-header .article-date, .menu-links-open.single-post .entry-title, .menu-links-open .entry-header .article-date, .menu-links-open .entry-header .article-tags, .searchform-open .entry-header .article-tags, .menu-links-open .article-row, .searchform-open .article-row, .menu-links-open .home-page, .searchform-open .home-page, .menu-links-open .city-guides-header, .sub-nav-open .city-guides-header {
    position: relative;
    z-index: -9;
}
.image-open .entry-header {
    padding-top: 6em;
    padding-bottom: 2em;
}
.image-open .entry-header .featured-image {
    position: static;
    padding: 2em 0 0;
    background: white;
}
.image-open .entry-header .featured-image img {
    opacity: 1;
    border-top: solid 1em 0.5em;
}
.image-open .entry-header .featured-image img
.image-open .image-toggle:after {
    content: "\f00d";
    color: white;
    background: black;
}
.article-row {
    margin-top: -4em;
    z-index: 9999;
    position: relative;
    background: white;
    border-right: solid 1px #ebebeb;
    border-left: solid 1px #ebebeb;
    box-shadow: 0 0 2em 0 rgba(0,0,0,0.05);
}


/* In article native ad */
.in-article-native-ad {
    text-align: left;
    margin: 4em 0;
    padding-top: 2em;
    position: relative;
    font: 1.2em Droid Serif, Georgia, serif;
}
    .post .post-content .in-article-native-ad a {
        display: block;
        margin: 1em 0 0 0;
        text-decoration: underline;
        position: relative;
    }
    .post .post-content .in-article-native-ad a:hover {
        text-decoration: none;
    }
    .post .post-content .in-article-native-ad h3 {
        margin: 0 0 0.5em 0;
        font-size: 1.6em;
        line-height: 1.3;
    }
        .post .post-content .in-article-native-ad h3 a {
            text-decoration: none;
            color: black;
            margin: 0;
        }
        .post .post-content .in-article-native-ad h3 a:hover {
            color: #06558b;
        }
.in-article-native-ad:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 10em;
    height: 0.5em;
    background: #06558b;
}


/* Article aside */
.article-aside {
    float: right;
    width: 30%;
    text-align: center;
    border-left: solid 1px #ebebeb;
}
.article-author-box {
    padding: 2em;
    background: #fbfbfb;
}
.author-image {
    margin: 0 0 1em 1em;
    display: block;
    max-width: 10em;
    float: right;
}
    .author-image img {
        width: 100%;
        display: block;
        margin: 0em auto 0 auto;
    }
.article-aside .article-author {
    font: 1.8em/1 "Droid Serif", "Helvetica Neue", helvetica, arial, sans-serif;
    text-align: left;
}
.article-aside .author-bio {
    font: lighter 1.6em/1.4 Lato, helvetica, arial, sans-serif;
    margin: 0.5em 0 0 0;
    color: #666;
    text-align: left;
}
    .article-aside .author-bio p {
        font-size: 1.1em;
    }
    .author .author-bio p {
        font-size: 1.2em;
    }
.sidebar-mpu-2 {
    padding: 2em 0;
    border-top: solid 1px #ebebeb;
}
.home .sidebar-mpu-2 {
    padding: 0 0 2em 0;
    border-top: none;
}
.most-popular-list {
    text-align: left;
    border-top: solid 1px #ebebeb;
    padding: 3em;
}
.sidebar-mpu {
    margin: 2em auto;
    padding: 2em 0;
    width: 300px;
    border-bottom: solid 1px #ebebeb;
}
.sharers ul {
    list-style: none;
    padding: 2em 0;
    width: 100%;
    margin: 0 auto;
}
    .sharers li {
        margin: 0 0 0.3em 0;
        padding: 0;
    }
    .sharers li span {
        display: block !important;
    }
    .sharers li .stButton > span:first-of-type {
        background: #284c92;
        display: block !important;
        border-radius: 0.2em;
        width: 100% !important;
        height: 2.5em !important;
        font-size: 1.4em !important;
        position: relative;
    }
    .sharers li .stButton > span:first-of-type:hover {
        background: #058dcb;
    }
    .sharers li.st_twitter_hcount .stButton > span:first-of-type {
        background: #009be1;
    }
    .sharers li.st_twitter_hcount .stButton > span:first-of-type:hover {
        background: #3d96da;
    }
    .sharers li.st_linkedin_hcount .stButton > span:first-of-type {
        background: #0274b3;
    }
    .sharers li.st_linkedin_hcount .stButton > span:first-of-type:hover {
        background: #005e92;
    }
    .sharers li.st_email_hcount .stButton > span:first-of-type {
        background: #222;
    }
    .sharers li.st_email_hcount .stButton > span:first-of-type:hover {
        background: #000;
    }
    .sharers li .stButton > span:first-of-type:after {
        content: 'Like';
        font: 1em/2.5em Lato, "Helvetica Neue", helvetica, arial, sans-serif;
        padding-left: 3em;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        color: white;
        text-align: left;
    }
    .sharers li.st_twitter_hcount .stButton > span:first-of-type:after {
        content: 'Tweet';
    }
    .sharers li.st_reddit_hcount .stButton > span:first-of-type:after {
        content: 'Reddit';
    }
    .sharers li.st_linkedin_hcount .stButton > span:first-of-type:after {
        content: 'Linkedin';
    }
    .sharers li.st_email_hcount .stButton > span:first-of-type:after {
        content: 'Email';
    }
    .sharers li.st_reddit_hcount .stButton > span:first-of-type {
        background: #ff2300;
    }
    .sharers li.st_reddit_hcount .stButton > span:first-of-type:hover {
        background: #d33a01;
    }
    .stButton .reddit {
        display: none !important;
    }
    .stButton .stButton_gradient {
        border: none !important;
        background: none !important;
    }
    .sharers li .stButton > span:first-of-type:before {
        content: "\f09a";
        font: 1.1em/2.5em fontawesome;
        color: white;
        position: absolute;
        left: 0;
        top: 0;
        width: 2em;
        bottom: 0;
        background: rgba(255, 255, 255, 0.1);
        text-align: center;
    }
    .sharers li.st_twitter_hcount .stButton > span:first-of-type:before {
        content: "\f099";
    }
    .sharers li.st_reddit_hcount .stButton > span:first-of-type:before {
        content: "\f1a1";
    }
    .sharers li.st_linkedin_hcount .stButton > span:first-of-type:before {
        content: "\f0e1";
    }
    .sharers li.st_email_hcount .stButton > span:first-of-type:before {
        content: "\f0e0";
    }
    .stButton .st-twitter-counter,
    .stButton .st-facebook-counter,
    .st-linkedin-counter,
    .st-email-counter {
        background: none !important;
        background-image: none !important;
    }
    .stButton .stArrow {
        background: none !important;
    }


/* Popular Posts List */
.most-popular-list {
    text-align: left;
    z-index: 999;
}
.fixed-mpu .sidebar-mpu-3 {
    position: fixed;
    top: 50px;
}
    .most-popular-list h3 {
        position: relative;
        border: none;
        padding-top: 3em;
        font-size: 2.1em;
        font-weight: bold;
        text-align: center;
        border-bottom: solid 3px #ebebeb;
        padding-bottom: 1em;
        margin-bottom: 1em;
        text-transform: uppercase;
    }
    .most-popular-list h3:after {
        content: '';
        background: url('/wp-content/uploads/2016/08/trending.gif') no-repeat;
        background-size: 100%;
        position: absolute;
        left: 50%;
        top: 0;
        width: 100px;
        height: 70px;
        margin-left: -50px;
    }
    .most-popular-list ul {
        list-style: none;
    }
        .most-popular-list li {
            border-bottom: solid 1px #ebebeb;
            padding-bottom: 1.5em;
            margin-bottom: 2em;
            background: none;
            position: relative;
            clear: both;
            display: block;
        }
                    .most-popular-list li .article-image {
                        display: block;
                        background: none !important;
                        background-color: none !important;
                        position: relative;
                        min-height: 6em;
                        overflow: hidden;
                        transition: all 0.3s ease-in-out;
                        -moz-transition: all 0.3s ease-in-out;
                        -webkit-transition: all 0.3s ease-in-out;
                        width: 40%;
                        float: left;
                        padding-right: 2em;
                    }
                        .most-popular-list li .article-image img {
                            width: 100%;
                        }
                        .most-popular-list li:hover .article-image {
                            background: #ebebeb;
                        }
                    .most-popular-list li:first-of-type .article-image {
                        width: 100%;
                        float: none;
                        padding: 0 0 2em 0;
                    }
                    .most-popular-list li .article-image:after {
                        transition: all 0.3s ease-in-out;
                        -moz-transition: all 0.3s ease-in-out;
                        -webkit-transition: all 0.3s ease-in-out;
                    }
                    .most-popular-list li:before {
                        content: '2';
                        font: bold 2em/1 Lato, "Helvetica Neue", helvetica, arial;
                        position: absolute;
                        left: 0;
                        top: 0;
                        color: #033158;
                        z-index: 9;
                        width: 1.1em;
                        height: 1.1em;
                        background: rgba(255,255,255,0.9);
                        text-align: center;
                    }
                    .most-popular-list li:nth-of-type(1):before {
                        content: '1';
                        font: bold 5em/1 Lato, "Helvetica Neue", helvetica, arial;
                    }
                    .most-popular-list li:nth-of-type(3):before {
                        content: '3';
                    }
                    .most-popular-list li:nth-of-type(4):before {
                        content: '4';
                    }
                    .most-popular-list li:nth-of-type(5):before {
                        content: '5';
                    }
            .most-popular-list li h4 {
                font: normal 1.6em/1.5 Droid Serif, Georgia, serif;
                margin: -0.3em 0 0 0;
                width: 60%;
                float: right;
            }
                .most-popular-list li h4 a {
                    color: black;
                }
            .most-popular-list li:first-of-type h4 {
                font-size: 1.8em;
                width: 100%;
                float: none;
            }


/* Sidebar email newsletter form */
.sidebar-email-subscription {
    max-width: 300px;
    margin: 3em auto;
}
    .sidebar-email-subscription img {
        max-width: 18em;
    }
    .sidebar-email-subscription .widget_wysija_cont {
        padding: 1.5em;
        background: white;
        box-shadow: 0 0 2em 0 rgba(0,0,0,0.1);
        z-index: 9;
        position: relative;
        margin-top: -2em;
    }
    .sidebar-email-subscription .widget_wysija input[type=text] {
        border: solid 0.3em #3b3b3b;
        box-shadow: inset 0.1em 0.1em 0.2em 0 rgba(0,0,0,0.2);
        font-size: 0.9em;
        width: 100%;
        height: auto;
        padding: 0.6em 0.5em 0.5em 0.6em;
    }
    .sidebar-email-subscription .widget_wysija input[type=text]:focus {
        border: solid 0.3em #000;
        box-shadow: inset 0.1em 0.1em 0.2em 0 rgba(0,0,0,0.0);
    }
    .sidebar-email-subscription .privacy-policy-agree {
        font: 1.2em Lato, helvetica, arial, sans-serif;
        color: #777;
    }
        .sidebar-email-subscription .privacy-policy-agree a {
            color: #777;
            text-decoration: underline;
        }
    .sidebar-email-subscription .widget_wysija_cont .wysija-submit {
        width: 100%;
        font: bold 1.8em Lato, helvetica, sans-serif;
        text-transform: uppercase;
        margin: 0;
        padding: 0.5em;
        cursor: pointer;
        height: auto;
        background: #4c9afe;
        border-radius: 0.2em;
        border: none;
        color: white;
        letter-spacing: 0.05em;
    }
    .sidebar-email-subscription .widget_wysija_cont .wysija-submit:hover {
        background: #222;
    }


/* Entry content */
.entry-content {
    float: left;
    width: 79%;
}
.post .post-content {
    max-width: 62em;
    float: right;
    padding-right: 4em;
    padding-top: 4em;
}
.single-format-video .post .post-content {
    float: none;
    padding-right: 0;
    padding-top: 2em;
    margin: 0 auto;
}
.post .post-content ul {
    list-style: circle;
}
.post .post-content ol {
    list-style-type: decimal;
}
    .post .post-content li {
        margin-bottom: 0.75em;
    }
.post .post-content p a {
    border-color: #3998f1 !important;
    -moz-box-shadow: inset 0 -5px 0 #3998f1 !important;
    -webkit-box-shadow: inset 0 -5px 0 #3998f1 !important;
    box-shadow: inset 0 -5px 0 #3998f1 !important;
}
.post .post-content p a:hover {
    background: #3998f1 !important;
}
.post .post-content p:first-of-type {
    font-size: 2.1em;
    line-height: 1.4;
    margin: 0em 0 2em 0;
    color: #043058;
}
.single .post-content a {
    color: black;
}
.single-format-video .post .post-content p:first-of-type {
    color: white;
}
.post .post-content h2,
.post .post-content h3,
.post .post-content h4,
.post .post-content h5 {
    font-family: Droid Serif, Georgia, serif;
    margin: 1.5em 0 1em 0;
}
.post .post-content ul h2, .post .post-content ol h2 {
    font-size: 1.45em;
}
.post .post-content ul h3, .post .post-content ol h3 {
    font-size: 1.3em;
}
.post .post-content ul h4, .post .post-content ol h4 {
    font-size: 1.35em;
}
.post .post-content ul h5, .post .post-content ol h5, {
    font-size: 1.25em;
}
.post .post-content p:first-of-type:first-letter {
    font-size: 3.05em;
    float: left;
    color: #043058;
    line-height: 0.83;
    margin: 0.05em 0.1em 0 0;
    display: block;
    font-weight: bold;
    border-radius: 0.05em;
}
.post .post-content span p:first-of-type,
.post .post-content div p:first-of-type,
.post .post-content ul p:first-of-type,
.post .post-content ol p:first-of-type,
.post .post-content blockquote p:first-of-type,
.post .post-content table p:first-of-type,
.post .post-content span p:first-of-type:first-letter {
    font-size: inherit;
    float: inherit;
    color: inherit;
    line-height: inherit;
    margin: 0;
    border: none;
    padding: 0;
    background: inherit;
    display: inherit;
}
.post .post-content div p:first-of-type:first-letter,
.post .post-content ul p:first-of-type:first-letter,
.post .post-content ol p:first-of-type:first-letter,
.post .post-content blockquote p:first-of-type:first-letter,
.post .post-content table p:first-of-type:first-letter {
    font-size: 1em;
    float: inherit;
    color: inherit;
    line-height: inherit;
    margin: 0;
    border: none;
    padding: 0;
    background: inherit;
    display: inherit;
}
 .post .post-content blockquote {
    border: none;
    padding: 0;
    margin: 4em 0px;
}
    .post .post-content blockquote p, .post .post-content blockquote p:first-of-type {
        font-size: 1.8em;
        line-height: 1.5;
        display: block;
        margin: 2em 0 2em 2em;
        color: black;
    }
    .post .post-content blockquote p:first-of-type:first-letter {
        font-weight: normal;
    }
.post .post-content .pullquote {
    text-align: left;
    padding: 0;
    margin: 3em 2em;
}
.post .post-content .pullquote p,
.post .post-content .pullquote p:first-of-type {
    font: 1.6em/1.5 Droid Serif, Georgia, serif;
    color: #06558b;
    margin: 0;
}
.post .post-content .full-width-quote {
    position: relative;
    padding: 2em 0;
    margin: 4em 0;
    width: 100%;
    border-left: none;
    text-align: center;
}
.post .post-content .full-width-quote p,
.post .post-content .full-width-quote p:first-of-type {
    color: #888;
    position: relative;
    text-transform: uppercase;
    font-size: 1.4em;
}
.post .post-content .full-width-quote p:first-of-type:before {
    content: '';
    width: 22px;
    height: 22px;
    background: url('/wp-content/themes/goodlife-wp/assets/img/verdict-logo.png') no-repeat left top;
    background-size: 130px;
    opacity: 0.2;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -11px;
    top: -1.8em;
}
.post .post-content .full-width-quote:before {
    content: '';
    position: absolute;
    top: 0;
    left: 20%;
    right: 20%;
    height: 1px;
    display: block;
    background: #ebebeb;
}
.post .post-content .full-width-quote:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 20%;
    right: 20%;
    height: 1px;
    display: block;
    background: #ebebeb;
}
.post .post-content .person-quote {
    display: inline;
}
.post .post-content .person-quote p {
    font-size: 1.8em;
    line-height: 1.5;
    display: block;
    margin: 1em 0 2em 2em;
    color: black;
    position: relative;
}

.post .post-content .person-quote p cite {
    font-size: 0.9em;
    margin: 0.75em 0 0 0;
    font-style: normal;
}
.post .post-content .person-quote p:before {
    content: '“';
    font: bold 35px Georgia, serif;
    color: #b9b9b9;
    margin: 0em 0.2em 0 -0.72em;
}

.post-content ul,
.post-content ol {
    font: 1.8em/1.5 Droid Serif, Georgia, serif;
    margin: 2em 0 2em 0em;
    padding: 0 0 0 2em;
    list-style-position: outside;
}
.entry-content img {
    margin-top: 2em;
    margin-bottom: 2em;
}
.entry-content .wp-caption {
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.3em;
    box-shadow: 0 0 1em 0 rgba(0,0,0,0.1);
}
    .entry-content .wp-caption img {
        margin: 0;
    }

img.alignleft {
    margin: 2em 2em 2em 0em;
    max-width: 50%;
    clear: both;
}
.image-caption {
    width: 50%;
}
img.alignright {
    margin: 2em 0em 2em 2em;
    max-width: 50%;
}
.image-caption, .post-content div p.wp-caption-text:first-of-type {
    clear: left;
    border-bottom: solid 1px #ebebeb;
    padding: 1em 1em 1em 2.5em;
    margin: -1.5em 0 3em 0;
    font-size: 1em;
    color: #666;
    background: white;
    position: relative;
}
.post-content div.wp-caption p.wp-caption-text:first-of-type {
    margin: 0;
    padding: 1.5em 1em 1.5em 3em;
    font-size: 1.4em;
}
.image-caption:before, .wp-caption-text:before {
    content: "\f03e";
    font: 1em fontawesome;
    color: #ccc;
    position: absolute;
    left: 1em;
    top: 1.5em;
}
.post-content ul ul, .post-content ol ol, .post-content ul p, .post-content .post-content ol p, .post-content ul ol, .post-content ol ul, .post-content ul ul ul, .post-content ol ol ol, .post-content ul ul p {
    font-size: 1em;
}
.post-content ul h2 {
    font-size: 2em;
}
.post-content ul h3 {
    font-size: 1.667em;
}
.post-content ul h4 {
    font-size: 1.5em;
}



.timeline {
    width: 360px;
    float: left;
    clear: both;
    margin: 3em 3em 3em 0;
}
    .post-content .timeline h3, .sidebar .timeline h3 {
        margin: 0 0 1em 0;
        font: bold 1.8em Lato, "Helvetica Neue", helvetica, arial, sans-serif;
        text-transform: uppercase;
    }
    .post .post-content .timeline ul {
        font-size: 1.6em;
    }
    .post-content .timeline ul, .sidebar .timeline ul {
        list-style: none;
        margin: 0;
        padding: 3em 0;
        position: relative;
    }
        .post-content .timeline ul li, .sidebar .timeline ul li {
            margin: 0 0 1.5em 0;
            padding: 0 0 1.5em 0;
            position: relative;
            z-index: 99;
            background: none;
            border: none;
        }
            .post-content .timeline ul li .medium-4, .sidebar .timeline ul li .small-4 {
                padding-right: 0;
            }
                .post-content .timeline ul .article-date, .sidebar .timeline ul .article-date {
                    color: #999;
                    position: relative;
                    top: -0.3em;
                    font: bold 0.8em Lato, "Helvetica Neue", helvetica, arial, sans-serif;
                    background: #333;
                    padding: 0.25em 0.5em;
                    color: white;
                }
                .post-content .timeline ul h4, .sidebar .timeline ul h4 {
                    margin: 0;
                    font: 1em/1.4 Droid Serif, Georgia, serif;
                }
                .post-content .timeline ul h4 a:hover, .sidebar .timeline ul h4 a:hover {
                    color: #06558b;
                    text-decoration: underline;
                }
            .sidebar .timeline li .row:before {
                display: none;
            }
    .post-content .timeline ul li:last-child, .sidebar .timeline ul li:last-child {
        border: none;
    }
    .post-content .timeline ul:before, .sidebar .timeline ul:before {
        content: '';
        position: absolute;
        left: 13%;
        top: 0;
        bottom: 0;
        display: block;
        width: 0.5em;
        background: #e9e9e9;
    }
    .post-content .timeline ul:after, .sidebar .timeline ul:after {
        content: '';
        position: absolute;
        left: 10%;
        bottom: -1em;
        display: block;
        width: 2em;
        height: 2em;
        background: #e9e9e9;
        border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
    }
    .post-content .timeline img {
        margin: 0;
    }



 .dianomi {
    background: #f1f1f1;
    padding: 3em 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
 }

 .article-footer {
    clear: both;
    border-top: solid 0.5em #333;
    padding-top: 2em;
    margin-top: 2em;
 }
    .article-footer .article-tags ul {
        padding-left: 0;
    }
         .article-footer .article-tags a {
            color: white;
         }



@media (min-width: 768px) {
    .article-footer {
        display: none;
    }
}
@media (max-height: 1000px) {
    .entry-header {
        padding-top: 28em;
    }
        .entry-header h1 {
            font-size: 4em;
        }
}
@media (max-height: 900px) {
    .entry-header {
        padding-top: 23em;
    }
}
@media (max-height: 800px) {
    .entry-header {
        padding-top: 20em;
    }
        .entry-header h1 {
            font-size: 3.6em;
        }
}
@media (max-height: 700px) {
    .entry-header {
        padding-top: 15em;
    }
        .entry-header h1 {
            font-size: 3.6em;
        }
}
@media (max-width: 1230px) {
    .in-article-text-promo {
        margin: 5em 0 5em 0em;
        padding: 2em 0;
        background: none;
    }
    .in-article-text-promo:after {
        display: none;
    }
 }


@media (min-width: 600px) {
    .entry-header .featured-image:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0em;
        right: 0;
        height: 0.3em;
        background: linear-gradient(270deg, #06558b, #7e068b);
        background-size: 400% 400%;
        -webkit-animation: aniborder 20s ease infinite;
        -moz-animation: aniborder 20s ease infinite;
        animation: aniborder 20s ease infinite;
    }
    .entry-header div.row:hover + div.featured-image img {
        -moz-filter: blur(15px);
        filter: blur(15px);
        -webkit-filter: blur(15px);
        left: -2%;
        top: -2%;
        right: -2%;
        opacity: 0.6;
    }
}
@media (max-width: 1280px) {
    .entry-header {
        padding: 20em 2em 5em;
    }
    .image-toggle {
        bottom: -3.2em;
    }
}
@media (max-width: 1440px) {
    .post-content .timeline {
        width: 260px;
        margin-left: -6em;
    }
    .post-content .timeline .small-4 {
        width: 100%;
    }
    .post-content .timeline .small-8 {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 1.5em;
        width: 100%;
        padding: 1em;
        transition: all 0.4s ease-in-out;
    }
        .post-content .timeline .small-4 img {
            width: 100%;
        }
        .post-content .timeline .small-8 h4 {
            opacity: 0;
            z-index: -9;
            visibility: hidden;
            transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -webkit-transition: all 0.4s ease-in-out;
        }
        .post-content .timeline .small-8 .article-date {
            background: white;
            padding: 0.75em 0.75em 0.75em 2.5em;
            position: relative;
            top: -1.05em;
            left: -1em;
            font: 0.8em Lato, helvetica neue, helvetica, arial, sans-serif;
            text-transform: uppercase;
            color: black;
        }
        .post-content .timeline .small-8 .article-date:before {
            content: "\f073";
            font: 1em fontawesome;
            left: 0.5em;
            position: absolute;
        }
    .post-content .timeline li:hover h4 {
        opacity: 1;
        z-index: 99;
        visibility: visible;
    }
        .post-content .timeline li:hover h4 a {
            color: white;
        }
        .post-content .timeline li:hover h4 a:hover {
            color: white;
        }
    .post-content .timeline li:hover .small-8 {
        background: rgba(0,0,0,0.95);
    }
    .post-content .timeline ul:before {
        left: 50%;
    }
    .post-content .timeline ul:after {
        left: 50%;
        margin-left: -0.75em;
    }
    .in-article-text-promo {
        margin-top: 8em;
    }
}

@media (max-width: 740px) {
    .post .post-content {
        width: 100%;
    }
    .sidebar-mpu, .sidebar-email-subscription {
        display: none;
    }
    .entry-header .article-tags {
        display: none !important;
    }
    .featured-articles li:first-of-type, .featured-articles li:first-of-type .visualisations {
        height: auto !important;
    }
}
@media (min-width: 740px) and (max-width: 969px) {
    .post .post-content {
        width: 57%;
        padding-left: 2em !important;
    }
}
@media (min-width: 970px) and (max-width: 1070px) {
    .post .post-content {
        width: 46%;
    }
}
@media (max-width: 1070px) {
    .post-content .timeline {
        display: none !important;
    }
    .article-aside {
        width: 42% !important;
    }
}
@media (min-width: 1071px) and (max-width: 1230px) {
    .post-content .timeline {
        margin-left: 0;
    }
    .article-aside {
        width: 37% !important;
    }
    .post .post-content {
        width: 50%;
    }
}
@media (min-width: 960px) and (max-width: 1230px) {
    .post .post-content {
        width: 56%;
    }
}
@media (max-width: 1430px) {
    .article-row {
        margin-top: 0;
    }
    .image-toggle {
        bottom: -6.5em;
        right: 1em;
    }
}



.most-popular {
    clear: both;
    float: left;
    width: 15em;
    margin-top: -20em;
}
    .most-popular img,wpp-thumbnail {
        float: none;
    }
    .most-popular h4 {
        font: normal 1.4em Droid Serif, Georgia, serif;
        margin-top: 1em;
    }
        .most-popular h4 a {
            color: black;
        }
.entry-footer {
    clear: both;
}
.entry-footer .sharers {
    position: relative;
    padding-top: 2em;
    padding-bottom: 2em;
    margin-top: 2em;
}
.entry-footer .sharers ul {
    padding: 1em 0 0 0;
    width: 282px;
}
.entry-footer .sharers li {
    display: inline-block;
}
.entry-footer .sharers li .stButton > span:first-of-type {
    border-radius: 100%;
    height: 3em !important;
    width: 3em !important;
}
.entry-footer .sharers li .stButton > span:first-of-type:after {
    display: none;
    width: 3em;
    height: 3em;
}
.entry-footer .sharers li.st_facebook_hcount .stButton > span:first-of-type:before, .entry-footer .sharers li .stButton > span:first-of-type:before,
.entry-footer .sharers li.st_reddit_hcount .stButton > span:first-of-type:before {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    line-height: 3em;
    background: none;
    width: 2.7em;
}
.entry-footer .sharers:before {
    content: '';
    position: absolute;
    top: 0;
    left: 20%;
    right: 20%;
    display: block;
    height: 1px;
    background: #ebebeb;
}
.entry-footer .sharers:after {
    content: "\f064";
    font: 1em/2em fontawesome;
    color: #ccc;
    position: absolute;
    top: -1em;
    left: 50%;
    width: 4em;
    height: 2em;
    margin-left: -2em;
    display: block;
    height: 2em;
    text-align: center;
    background: white;
}
.entry-footer .explore-more {
    margin-top: 3em;
}
.yarpp-related {
    clear: both;
}
.related {
    text-align: center;
    max-width: 1400px;
    margin: 3em auto;
    padding: 5em 0 0 0;
    clear: both;
}
        .related h3 {
            font-size: 2.1em;
            font-weight: bold;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            position: relative;
            margin-bottom: 1em;
        }
            .related h3 span {
                background: white;
                padding: 0 1em;
                position: relative;
                z-index: 9;
            }
        .related h3:before {
            content: '';
            display: block;
            position: absolute;
            top: 50%;
            left: 20%;
            right: 20%;
            height: 1px;
            background: #ebebeb;
        }
        .related ul {
            list-style: none;
            padding: 0 3em;
            font-size: 1.8em;
        }
            .related img {
                margin: 0;
            }
            .related [class*=column]+[class*=column]:last-child {
                float: left;
            }

.single .visualizer-front, .single .tableauPlaceholder {
    clear: both;
    margin-bottom: 3em;
    margin: 4em 0em 0em 0em;
    padding: 3em 2em 2em 2em;
    text-align: center;
    box-shadow: 0 0 2em 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 2em 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 2em 0 rgba(0,0,0,0.1);
    background: white;
    position: relative;
}
    .visualizer-front div div {
        margin: 0 auto;
    }
.single .visualizer-front:before, .single .tableauPlaceholder:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0.5em;
    display: block;
    background: linear-gradient(265deg, #a155df, #1caab9, #f2e751);
    background-size: 600% 600%;
    -webkit-animation: anicat 40s ease infinite;
    -moz-animation: anicat 40s ease infinite;
    animation: anicat 40s ease infinite;
}
.category .category-verdict-intelligence .visualizer-front {
    margin: 0;
    box-shadow: none;
}
.visualizer-front img.vi-icon {
    width: 2em;
    float: right;
    margin: 0;
}
@-webkit-keyframes anicat {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes anicat {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes anicat {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

.subscribe-to-charts {
    border-top: solid 1px #ebebeb;
    border-bottom: solid 1px #ebebeb;
    padding: 1em 0;
}
.post-content ul.visualisation-actions {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}
.post-content ul.visualisation-actions li {
    margin: 0;
}
.visualisation-actions li a,
.visualisation-actions li span.share-visualisation-toggle,
.visualisation-actions li span.embed-toggle {
    display: block;
    background: #ededed;
    padding: 1em 1em 1em 3em;
    color: #666;
    font: normal 0.75em Lato, "Helvetica Neue", helvetica, arial, sans-serif;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.visualisation-actions li:nth-child(3) a:before,
.visualisation-actions li span.share-visualisation-toggle:before,
.visualisation-actions li span.embed-toggle:before {
    content: "\f121";
    font: 0.9em fontawesome;
    position: absolute;
    left: 1em;
    top: 50%;
    margin-top: -0.4em;
    color: #666;
}
.visualisation-actions li:nth-child(2) span {
    background: #ddd;
}
.visualisation-actions li span.share-visualisation-toggle:before {
    content: "\f064";
}
.visualisation-actions li:nth-child(3) a {
    background: #d4d4d4;
    color: #666;
    text-decoration: underline;
}
.visualisation-actions li:nth-child(3) a:before {
    content: "\f080";
}
.visualisation-actions .embed-code,
.visualisation-actions .sharers {
    visibility: hidden;
    opacity: 0;
    z-index: -9;
    position: absolute;
    background: #ededed;
    left: 0;
    right: 0;
    padding: 2em;
}
.visualisation-actions .sharers {
    background: #ddd;
}
.visualisation-actions li:nth-child(1):hover .embed-code,
.visualisation-actions li:nth-child(2):hover .sharers {
    visibility: visible;
    opacity: 1;
    z-index: 9;
}
.post .post-content .visualisation-actions ul {
    margin: 0;
    padding: 0;
}
    .post .post-content .visualisation-actions li h3 {
        color: #444;
        margin: 0;
        font-size: 1.2em;
    }
    .post .post-content .visualisation-actions li p {
        color: #333;
        font-size: 0.9em;
    }
    .post .post-content .visualisation-actions li p:last-of-type {
        margin-bottom: 0;
    }
    .post .post-content .visualisation-actions li textarea {
        font-size: 0.9em;
        padding: 1em;
        width: 26em;
        max-width: 100%;
        box-shadow: inset 0.1em 0.1em 0.6em 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: inset 0.1em 0.1em 0.6em 0 rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: inset 0.1em 0.1em 0.6em 0 rgba(0, 0, 0, 0.2);
        min-height: 150px;
        background: #f7f7f7;
        margin-top: 2em;
        display: block;
    }
        .post .post-content .visualisation-actions li ul {
            width: 100%;
            padding: 0;
            margin: 0;
        }
            .post .post-content .visualisation-actions li ul li {
                display: inline-block;
                float: none;
                width: auto;
            }
            .post .post-content .visualisation-actions li ul li:nth-child(2) {
                position: relative;
                top: -1px;
            }
            .post .post-content .visualisation-actions li .twitter-share-button {
                background: #00a3f9;
                padding: 0.3em 0.3em 0.3em 2.4em;
                font: lighter 0.4em/1.3 Lato, "helvetica neue", helvetica, arial, sans-serif;
                color: white;
                border-radius: 0.2em;
                position: relative;
                top: -0.5em;
            }
            .post .post-content .visualisation-actions li .twitter-share-button:before {
                content: "\f099";
                font: 1em/2em fontawesome;
                color: white;
                position: absolute;
                left: 0;
                top: 0;
                bottom: 0;
                background: rgba(0,0,0,0.1);
                width: 2em;
                text-align: center;
            }
.visualisation-source {
    clear: both;
    padding: 1em;
    margin-bottom: 3em;
    text-align: left;
    font-size: 1.6em;
}
.post .post-content .visualisation-source p {
    font: 1em/1.4 Lato, "Helvetica Neue", helvetica, arial, sans-serif;
}
.post .post-content .visualisation-source a {
    box-shadow: none !important;
    border: none !important;
    text-decoration: underline;
}
.post .entry-content .visualisation-source img {
    max-width: 7em;
    position: relative;
    top: -0.1em;
    right: -0.1em;
    margin: 0;
}
.post .entry-content .visualisation-source p {
    display: block;
    font-size: 80%;
}
.post .entry-content .visualisation-source small {
    display: block;
    font-size: 90%;
    margin: 0.2em 0 0 0;
    float: right;
}
.post .post-content .visualisation-source p a:hover {
    box-shadow: none !important;
    border: none !important;
    text-decoration: none;
}

/* Related charts */
.related-charts h2 {
    border-top: solid 1px #ebebeb;
    background: #f7f7f7;
    font: bold 1.2em Lato, "Helvetica Neue", helvetica, arial, sans-serif;
    text-transform: uppercase;
    position: relative;
    padding: 90px 0 1em;
    letter-spacing: 0.1em;
}
.related-charts h2:before {
    content: '';
    display: block;
    width: 60px;
    height: 40px;
    background: url('/wp-content/uploads/2016/08/Verdict-Intelligence-logo.png') no-repeat;
    background-size: 100%;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: 30px;
}
.row .related-charts ul.row {
    list-style: none;
    margin: 0;
}
    .related-charts .visualisation {
        width: 100%;
        margin: 0;
        border: none;
    }
    .related-charts ul .visualisation-sc, .article-list .visualisation-sc {
        display: none;
    }
    .related-charts ul li {
        border: solid 1px rgba(0,0,0,0.05);
        padding: 1em 2em;
        min-height: 36em;
        margin: 0;
    }
        .related-charts .visualisation-source, .visualisation-source-top {
            background: #114477;
            color: white;
            margin: -2em -2em 0;
        }
            .related-charts h3 a {
                color: #114477;
                text-decoration: underline;
                display: block;
                background: #dbeaf9;
                padding: 1.5em 1em;
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                min-height: 5.5em;
            }
            .related-charts h3 a:before {
                content: '';
                position: absolute;
                left: 50%;
                top: -0.5em;
                margin-left: -1em;
                border-bottom: solid 1em #dbeaf9;
                border-left: solid 1em transparent;
                border-right: solid 1em transparent;
            }
            .relatyed-charts .visualisation-source {
                margin: -3em -2em 0;
            }
            .visualisation-source p {
                font: 1em Lato, "Helvetica Neue", helvetica, arial, sans-serif;
                margin: 0;
            }
                .visualisation-source img {
                    max-width: 90px;
                }
        .visualisation-source-top {
            margin: 0;
        }
    .related-charts ul li:nth-child(3n+1) {
        clear: left;
    }
    .single-post .related-charts ul .entry-title {
        font: 1.4em Droid Serif, Georgia, serif;
    }
        .single-post .related-charts ul .entry-title a {
            color: #114477;
            text-decoration: underline;
            display: block;
            margin: 2em 0 0 0;
        }


/* MPUs */
.article-mpu, .sidebar-mpu-1 {
    border-top: solid 0.5em #ebebeb;
    width: 300px;
    padding-top: 1em;
    float: left;
    margin: 2em 2em 2em 0em;
    clear: both;
    text-align: center;
}
    .article-mpu div, .article-mpu ins, .sidebar-mpu-1 div, .sidebar-mpu-1 ins {
        width: 300px;
        margin: 0 auto;
    }
.sidebar-mpu-1 {
    float: none;
    margin: 3em 0;
    width: 100%;
    border-top: solid 1px #ebebeb;
    padding: 3em 0;
    border-bottom: solid 1px #ebebeb;
}
.between-articles-ad {
    border-top: solid 0.5em #ebebeb;
    border-bottom: solid 0.5em #ebebeb;
    background: #f7f7f7;
    padding: 2em 0;
}
.between-articles-ad img {
    width: 100%;
}

/* In between articles native ad. This formatting is used by default to style the native ad, but it is likely that this will get changed by advertisers. However, we should recommend they follow our formatting */
.in-between-post-ad {
    padding: 3em 0;
    margin: 0;
    background: #222;
    text-align: center;
    border-top: solid 5px #111;
    border-bottom: solid 5px #ccc;
    position: relative;
}
    .in-between-post-ad .native-ad {
        max-width: 1400px;
        border: solid 1px #333;
        background: rgba(0,0,0,0.1);
        padding: 3em;
        margin: 0 auto;
        text-align: left;
    }
        .in-between-post-ad h3 {
            font: 4.4em Droid Serif, Georgia, serif;
            margin: 0 0 1em 0;
        }
            .in-between-post-ad h3 a {
                color: #f7f7f7;
            }
        .in-between-post-ad p {
            color: #ebebeb;
            max-width: 840px;
        }
            .in-between-post-ad p a {
                display: block;
                color: white;
                font-size: 110%;
                text-decoration: underline;
                color: #06558b;
            }
.in-between-post-ad:before {
    content: '';
    position: absolute;
    left: 50%;
    top: -5px;
    border-top: solid 2em white;
    border-left: solid 2em transparent;
    border-right: solid 2em transparent;
    margin-left: -2em;
}
.in-between-post-ad:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    border-bottom: solid 2em #ccc;
    border-left: solid 2em transparent;
    border-right: solid 2em transparent;
    margin-left: -2em;
}


/* Leadin */
.leadin-content-body  {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2b83db+0,a127ce+26,ede32d+73,7db9e8+100 */
    background: rgb(43,131,219); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(43,131,219,1) 0%, rgba(161,39,206,1) 26%, rgba(237,227,45,1) 73%, rgba(125,185,232,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(43,131,219,1) 0%,rgba(161,39,206,1) 26%,rgba(237,227,45,1) 73%,rgba(125,185,232,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(43,131,219,1) 0%,rgba(161,39,206,1) 26%,rgba(237,227,45,1) 73%,rgba(125,185,232,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b83db', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
    -webkit-animation: AnimationName 30s ease infinite !important;
    -moz-animation: AnimationName 30s ease infinite !important;
    animation: AnimationName 30s ease infinite !important;
    background-size: 1500% 400%;
}

@-webkit-keyframes AnimationName {
    0%{background-position:0% 50% !important; }
    50%{background-position:100% 50% !important; }
    100%{background-position:0% 50% !important; }
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50% !important; }
    50%{background-position:100% 50% !important; }
    100%{background-position:0% 50% !important; }
}
@keyframes AnimationName {
    0%{background-position:0% 50% !important; }
    50%{background-position:100% 50% !important; }
    100%{background-position:0% 50% !important; }
}

.leadinModal-v3.leadinModal.leadinModal-theme-bottom-right-corner .leadin-content-body, .leadinModal-v3.leadinModal.leadinModal-theme-bottom-left-corner .leadin-content-body {
    padding: 2em !important;
}

.dyno-image {
    width: 200px !important;
    float: none !important;
    display: block !important;
    margin: 1em auto 3em !important;
}
    .dyno-image img {
        max-width: 200px !important;
    }
.leadinModal-v3.leadinModal.leadinModal-theme-bottom-right-corner.leadinModal-preview .leadin-preview-wrapper h4, .leadinModal-v3.leadinModal.leadinModal-theme-bottom-right-corner.leadinModal-preview .leadin-preview-wrapper p, .leadinModal-v3.leadinModal.leadinModal-theme-bottom-right-corner.leadinModal-preview .leadin-preview-wrapper .advance-wrapper, .leadinModal-v3.leadinModal.leadinModal-theme-bottom-left-corner.leadinModal-preview .leadin-preview-wrapper h4, .leadinModal-v3.leadinModal.leadinModal-theme-bottom-left-corner.leadinModal-preview .leadin-preview-wrapper p, .leadinModal-v3.leadinModal.leadinModal-theme-bottom-left-corner.leadinModal-preview .leadin-preview-wrapper .advance-wrapper {
    margin-left: 0 !important;
}
#leadinModal-51994.leadinModal-theme-top.leadinModal-preview.leadinModal-v3 .leadinModal-content h4, #leadinModal-51994.leadinModal-theme-bottom-right-corner.leadinModal-preview.leadinModal-v3 .leadinModal-content h4, #leadinModal-51994.leadinModal-theme-bottom-left-corner.leadinModal-preview.leadinModal-v3 .leadinModal-content h4 {
    border-top: solid;
    padding: 1em 0;
    border-bottom: solid;
    text-align: center;
    margin: 1em auto;
}
#leadinModal-51994 .leadin-button-secondary {
    padding: 1.5em;
    box-shadow: 0 0 0.5em 0 rgba(0,0,0,0.3);
    text-transform: uppercase;
    font-weight: bold;
}













/* Archive / Category / Tag */

.archive-header p:nth-of-type(2) {
    display: block;
    color: #666;
    font-size: 1.6em;
    padding: 0 0 0 3em;
    position: relative;
}
.archive-header p:nth-of-type(2):before {
    content: '1.';
    font: bold 1em/2.5em Droid Serif, Georgia, serif;
    width: 2.5em;
    height: 2.5em;
    text-align: center;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    background: #ccc;
    position: absolute;
    left: -0.65em;
    top: 0;
}
.archive-header .row {
    position: relative;
    z-index: 9;
}
.archive-header .row:before {
    content: '';
    position: absolute;
    left: 3.4em;
    bottom: -6em;
    top: 8em;
    width: 1em;
    background: #ccc;
    display: block;
}
.article-list {
    list-style: none;
    padding: 0;
}
.article-list li {
    position: relative;
    border-bottom: solid 1px #ebebeb;
    padding: 2em 0;
    background: white;
    margin: 0;
    transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    font-size: 1.6em;
}
    .article-list li h2 {
        font: 2.1em "Droid Serif", Georgia, serif;
        margin: 0 0 1em 0;
    }
    .category .article-list p {
        margin: 0;
    }
.article-list li:hover {
    background: #f7f7f7;
}
.category .top-padding .row .row,
.archive .top-padding .row .row {
    margin: 0 -.9375em;
}
.article-list li .row {
    text-align: left;
}
.article-list li .article-author,
.article-list li .article-date,
.article-list li .article-time {
    display: inline-block;
    margin: 0 1em 0 0;
}
.article-list li .medium-2 {
  max-width: 6em;
}
.article-list li .medium-2 .article-date {
  font: 1em/1 Droid Serif, Georgia, serif;
  text-transform: uppercase;
  text-align: center;
  color: #999;
  position: relative;
  display: block;
  padding: 0.8em 1em;
  background: #ebebeb;
  width: 4em;
  height: 4.1em;
  border-radius: 100%;
  }
  .article-list li .medium-2 .article-date b {
    display: block;
    font-size: 1.5em;
  }
.article-list li > .row {
  position: relative;
}
.article-list li > .row:before {
    content: '';
    position: absolute;
    bottom: -4em;
    top: -4em;
    left: 2.5em;
    width: 1em;
    background: #ebebeb;
    display: block;
}
.author .article-list li > .row:before {
    left: 2.5em;
}
.article-list li:first-child > .row:before {
  top: 0;
}


/* verdict intelligence */
.category-verdict-intelligence .category-title.style1 .category-header {
    padding: 18em 0 4em 0;
}
.category-verdict-intelligence .category-header h1, .category-header.cat-269 h1 {
    position: relative;
    padding-top: 2em;
}
.category-header.cat-269 h1:before, .category-editors-pick.cat-269 h1:before {
    position: absolute;
    content: "\f012";
    font: 1.2em/1.7em fontawesome;
    color: black;
    position: absolute;
    left: 50%;
    top: 0em;
    width: 100px;
    margin-left: -50px;
}
.category-verdict-intelligence .category-header h1 {
    padding-top: 4.5em;
    font: 3em Lato, helvetica, sans-serif;
}
.category-verdict-intelligence .category-header h1:before {
    content: '';
    display: block;
    width: 120px;
    height: 120px;
    background: url('/wp-content/uploads/2017/10/Verdict-Intelligence.png') no-repeat;
    background-size: 100%;
    position: absolute;
    left: 50%;
    margin-left: -60px;
    top: 0;
}
.category-verdict-intelligence .category-header img {
    width: 7em;
    margin-top: -0.3em;
    margin-left: 0.2em;
}

.page-id-710 .category-header.cat-269 h1:before {
    content: "\f017";
}
.category-editors-pick .cat-269 h1:before {
    content: "\f15c";
}
.page-id-712 .category-header.cat-269 h1:before {
    content: "\f012";
}
.category-verdict-intelligence .article-list li .article-chart {
    width: 100%;
    height: 26em;
    border: none;
}
.category-verdict-intelligence .article-list li .article-chart:after {
    content: '';
    display: block;
    background: url('https://www.verdict.co.uk/wp-content/uploads/2017/11/Verdict-chart-loading.gif') no-repeat;
    background-size: 100%;
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px;
    transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
}

.category-verdict-intelligence .article-list li .hide-animation:after {
    visibility: hidden;
    z-index: -999;
    opacity: 0;
}



iframe.article-chart body {
    overflow: hidden;
}

.category-verdict-intelligence .article-list li .article-chart img {
    width: 100%;
}
.category-verdict-intelligence .article-list li,
.category-verdict-intelligence .article-list li[class*=column]+[class*=column]:last-child {
    border: none;
    float: left;
    border-right: solid 1px #ebebeb;
    border-top: solid 1px #ebebeb;
    padding: 2em;
    min-height: 32em;
}
    .category-verdict-intelligence .article-list li h2 {
        font: 1.4em/1.5 Droid Serif, Georgia, serif;
        margin: 0;
        text-align: center;
    }
    .category-verdict-intelligence .article-list li .article-date,
    .category-verdict-intelligence .article-list li .article-author {
        color: #999;
    }
    .category-verdict-intelligence .article-list li iframe {
        width: 100% !important;
        height: 400px;
        overflow: hidden;
    }
.category-verdict-intelligence .article-list li:nth-child(1),
.category-verdict-intelligence .article-list li:nth-child(2),
.category-verdict-intelligence .article-list li:nth-child(3) {
    border-top: none;
}
.category-verdict-intelligence .article-list li:nth-child(3n) {
    border-right: none;
}
.category-verdict-intelligence .article-list li:nth-child(3n+1) {
    clear: both;
}

.visualizer-front rect {
    /*fill: #3998f1;*/
}

.verdict-int-search {
    text-align: center;
    margin-top: 0;
    position: relative;
    top:25em;
    display: none;
}
input.verdict-int-search-bar {
    width: 50%;
    height: 3.5em;
    text-align: center;
    background: #fff;
    border: none;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;

}
input.verdict-int-search-bar[type=text]:focus {
    border: none;
}

.vi-charts {
    padding: 3em;
    background-color: #f7f7f7;
    max-width: 100%;
}
.vi-charts: before {
    content: '';
    position: absolute;
    left: -19em;
    bottom: 32em;
    width: 150em;
    height: 32em;
    background: rgb(148, 30, 153);
    background: -moz-linear-gradient(right, rgba(148, 30, 153, 1) 0%, rgba(33, 164, 178, 1) 19%, rgba(43, 145, 229, 1) 43%, rgba(50, 49, 91, 1) 67%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(right, rgba(148, 30, 153, 1) 0%, rgba(33, 164, 178, 1) 19%, rgba(43, 145, 229, 1) 43%, rgba(50, 49, 91, 1) 67%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to right, rgba(148, 30, 153, 1) 0%, rgba(33, 164, 178, 1) 19%, rgba(43, 145, 229, 1) 43%, rgba(50, 49, 91, 1) 67%, rgba(255, 255, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#941e99', endColorstr='#ffffff', GradientType=0);
    transform: rotate(-45deg);
    display: block;
    opacity: 0.3;
}
.vi-charts h1 {
    text-align: center;
}
.vi-charts .small-4 {
    width: calc(33.3% - 10px);
}
.category-verdict-intelligence .article-list li {
    min-height: 30em;
    height: 36em;
    margin: 5px;
    border-radius: 5px;
    border: 1px solid #D9D9D9;
    border-top: snow;
    border-bottom: 3px solid #d9d9d9;
}
    .category-header, .archive-header {
        padding: 3em 0;
        background: white !important;
        border-bottom: solid 1px #ebebeb;
        box-shadow: inset 0 0 2em 0 rgba(0,0,0,0.05);
        margin: 0;
    }
        .category-header .row:before {
            display: none;
        }
            .category-header h1, .archive-header h1 {
                text-transform: uppercase;
                letter-spacing: 0.2em;
                line-height: 1;
                font: 4em "Droid Serif", Georgia, serif;
                text-align: center;
                margin: 0;
            }
            .category-header h1:after {
                display: none;
            }
.verdict-int-search #Shareitem {
    height: 4.9em;
    padding: 0;
    border: none;
    width: 4.5em;
    margin-left:-4.5px;
    background-color: #06558b;
    color: white;
}
.visualizer-front-2290 {
    overflow: hidden;
}

.single .article-chart {
    width: 100%;
    height: 450px;
    border: none;
    margin: 3em auto 0;
    box-shadow: 0 0 1em 0 rgba(0,0,0,0.05);
    border-radius: 0.3em;
    z-index: 9;
    position: relative;
    border: solid 0.5em rgba(0,0,0,0.05);
}

@media (max-width: 767px) {
    .category-title.style1 p {
        font-size: 14px;
        margin: .5em 0 0 0;
    }

    .verdict-int-search {
        top: 8em;
    }

    input.verdict-int-search-bar {
        height: 2.5em;
    }

    .verdict-int-search #Shareitem {
        height: 3.8em;
    }

    .vi-charts {
        margin-top: 35%;
    }

    .category-verdict-intelligence .article-list li {
        min-height: 30em;
        height: 31em;
        padding-bottom: 5px;
    }

    .category-verdict-intelligence .article-list li h2 {
        font-size: 1em;
    }
    .category .article-list p {
        font-size: 1em;
    }
}

.search-box {
    background-color: #eaeaea;
    margin-bottom: 1em;
}
.verdict-int-search {
    visibility: hidden;
}
.related-economic-kpis {
    background-color: #eaeaea;
}
.related-economic-kpis h1 {
    text-align: center;
    font-size: 2em;
}
.related-economic-kpis .article-list li{
    background-color: #eaeaea;
    padding: 1em;
}
.search-box input[type=text], input[type=email], textarea {
    margin: 0;
    width: 75%;
    font-size: 18px;
    border: none;
}

.search-box .searchform fieldset input[type="submit"] {
    width: 23%;
    border: none;
    background: transparent;
}

.gdp-article  .post-column {
    margin-top: 0;
}

.gdp-article .entry-header {
    padding: 0 0 2em 0;
}

.gdp-article .next-prev-article {
    padding: 1em;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 3em;
}

.gdp-article .next-prev-article ul {
    margin-bottom: 0;
    list-style: none;
}

.gdp-article p:nth-child(1) {
    font-size: 140%;
    font-weight: 700;
    color: #2a2f34;
    border-left: 5px solid #06558b;
    padding-left: 0.5em;
}

.gdp-article .share-container {
    margin-left: 0;
}






/* Page */
.page-header {
    text-align: center;
    background: white;
    padding: 2em 2em 0;
}
    .page-header h1 {
        font: 3em Droid Serif, Georgia, serif;
        margin: 0 -0.666em;
        padding: 1em 0 0 0;
        background: #f7f7f7;
    }
    .page-header img {
        max-height: 50em;
        width: auto;
        margin: 0 auto 6em;
    }
.page-entry-content {
    background: #f7f7f7;
    padding: 3em 0;
}
    .page-entry-content .row {
        max-width: 960px;
    }


/* 404 Page */
.error404 .content404 {
    background: white url('/wp-content/uploads/2016/08/error_robot.jpg') no-repeat center bottom;
    background-size: 100%;
    padding-bottom: 70%;
    text-align: center;
}
    .error404 .content404 img {
        max-width: 500px;
        margin: 0 auto 3em auto;
    }
    .poem {
        border: solid 1px rgba(0,0,0,0.1);
        padding: 4em 2em 2em 2em;
        background: #f9f9f9;
    }
    .poem h1 {
        font: 4em/1.5 "Time New Roman";
    }
        .poem h1 small {
            display: block;
        }


/* Contact page */
.page-id-639 .page-header img{
    margin: 0 auto 2em auto;
}
.page-id-639 .page-entry-content {
    text-align: center;
    font-size: 1.6em;
}
    .page-id-639 .page-entry-content input, .page-id-639 .page-entry-content textarea {
        width: 400px;
    }
    .page-id-639 .page-entry-content input[type='submit'] {
        font-size: 1em;
        padding: 0.5em;
        margin: 1em 0 0 0.75em;
    }
.vcard {
    border: none;
    text-align: left;
    font-size: 1.2em;
}
    .vcard li {
        border-bottom: solid 1px #ebebeb;
        padding: 0.25em 0;
    }
    .vcard li.org {
        font-weight: bold;
    }
    .vcard li.tel {
        font-weight: bold;
        padding-left: 2em;
        padding-top: 2em;
        position: relative;
    }
    .vcard li.tel:before {
        content: "\f10b";
        color: #666;
        font: 1.2em fontawesome;
        position: absolute;
        left: 0;
        top: 1.7em;
    }

/* Thank you page */
.page-id-1017 {

}


/* About page */
.page-id-637 .page-header {
    padding-top: 6em;
}

/* Community page */
body.page-id-1022 .page-header {
    background: #eee;
}
    body.page-id-1022 .page-header h1 {
        display: none;
    }
    body.page-id-1022 .page-header img {
        max-height: 100%;
    }
    body.page-id-1022 .page-entry-content {
        margin-top: -10em;
        background: #06558b;
        padding: 0;
    }
body.page-id-1022 .page-entry-content {
    position: relative;
    max-width: 1440px;
    background: white;
    padding: 2em;
    margin: -25em auto 0 auto;
}

body.page-id-1022 .page-entry-content:before,
body.page-id-1022 .page-entry-content:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

body.page-id-1022 .page-entry-content:after {
    clear:both;
}



/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.body.page-id-1022 .page-entry-content {
    *zoom: 1;
}

    body.page-id-1022 .page-entry-content > div:nth-of-type(3n+1) {
        clear: left;
    }
body.page-id-1022 .yop-poll-container {
    float: left;
    margin: 1%;
    width: 30% !important;
    border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    border: solid 1px #519cf9;
    padding: 3em;
}
body.page-id-1022 .yop-poll-container form > div > div > div {
    color: white;
    font-size: 1.2em;
    line-height: 1.5;
}
.yop-poll-container ul li label + span + label:before {
    display: none;
}
.page-entry-content .small-12 div:nth-of-type(3n+1) {
    clear: left;
}


@media (max-width: 767px) {
    body.page-id-1022 .yop-poll-container {
        width: 100% !important;
    }
    body.page-id-1022 .page-entry-content {
        margin: -5em auto 0 auto;
    }
    .yop-poll-container form div div div:first-of-type {
        font-size: 1.3em;
    }
}

.animated-bg {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated {
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}



.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}



/* Author Page */
.author-header {
    text-align: center;
    margin-bottom: 2em;
    border-bottom: solid 1px #ebebeb;
    padding: 3em 0;
    font-size: 1.6em;
}
.author-header img {
    display: block;
    margin: 0 auto 1em auto;
}
.author-header h1 {
    font: 3em Droid Serif, Georgia, serif;
}
.author .article-list {
    padding: 0 3em;
    background: white;
}
.site-footer {
    clear: both;
    border-top: solid 1px #ebebeb;
    padding: 1em 5em 1em 1em;
    text-align: left;
    background: rgba(255,255,255,0.95);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    z-index: -9;
    visibility: hidden;
    font-size: 1.6em;
}
    .site-footer p {
        margin: 0;
        font-size: 1em;
    }
        .site-footer a {
            text-decoration: underline;
        }
.footer-open .site-footer {
    opacity: 1;
    z-index: 9999;
    visibility: visible;
}
.footer-closed .site-footer {
    opacity: 0;
    z-index: -999;
    visibility: hidden;
}
.close-footer {
    position: absolute;
    right: 1em;
    top: 0;
    padding: 1em 1.5em 1em 1em;
    cursor: pointer;
}
.close-footer:after {
    content: "\f00d";
    font: 1em fontawesome;
    position: absolute;
    right: 0;
    height: 1em;
    top: 50%;
    margin-top: -0.5em;
}


/* Search page results */
.search-header {
    padding: 2em 0;
}
    .search-header h1 {
        font: 2.1em Droid Serif, Georgia, serif;
        position: relative;
        margin: 0;
        padding: 0 0 0 1.5em;
    }
        .search-header h1 span {
            font-style: italic;
            color: #06558b;
        }
    .search-header h1:before {
        content: "\f002";
        font: 0.9em fontawesome;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -0.55em;
        color: #ccc;
    }
.search-results .article-list li > .row:before {
    display: none;
}
.search-results .nav-links {
    background-color: #f5f5f5;
    padding: 0.7em;
    margin-bottom: 2em;
}
.search-results .page-numbers {
    padding: 0.1em 0.6em 0em 0.6em;
    background-color: #bfbfbf;
    color: white;
    margin-right: 0.2em;
}
.search-results .page-numbers:hover {
    background-color: #555;
}
.search-results .page-numbers .current {
    background-color: #999;
}



.pagination {
    clear: both;
    text-align: center;
    margin-top: 2em;
    padding: 1em;
    border-top: solid 1px #ededed;
}
    .single .post-content .pagination a {
        display: inline-block;
        padding: 0.5em;
        margin: 0 0.25em;
        background: #06558b;
        color: white;
    }
    .single .post-content .pagination a:hover {
        background: #333;
    }
.next-previous {
    position: absolute;
    top: -4em;
    right: 1em;
    left: 1em;
    padding: 0;
    border: none;
    margin: 0;
}
    .single .post-content .next-previous a {
        float: right;
        background: #06558b;
        padding: 1em 3em 1em 1em;
        position: relative;
        color: white;
        font: 1.2em Droid Serif, Georgia, serif;
        margin: 0;
        -webkit-animation-name: pulsar;
        -webkit-animation-duration: 2s;
        -webkit-animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: infinite;
    }
    .next-previous a:after {
        content: "\f105";
        font: 1em fontawesome;
        position: absolute;
        right: 1em;
        top: 50%;
        margin-top: -0.5em;
    }
    .single-paged-2 .post-content .next-previous a:first-of-type, .single-paged-3 .post-content .next-previous a:first-of-type, .single-paged-4 .post-content .next-previous a:first-of-type, .single-paged-5 .post-content .next-previous a:first-of-type, .single-paged-6 .post-content .next-previous a:first-of-type, .single-paged-7 .post-content .next-previous a:first-of-type, .single-paged-8 .post-content .next-previous a:first-of-type, .single-paged-9 .post-content .next-previous a:first-of-type, .single-paged-10, .single-paged-11 .post-content .next-previous a:first-of-type, .single-paged-12 .post-content .next-previous a:first-of-type, .single-paged-13 .post-content .next-previous a:first-of-type, .single-paged-14 .post-content .next-previous a:first-of-type, .single-paged-15 .post-content .next-previous a:first-of-type, .single-paged-16 .post-content .next-previous a:first-of-type, .single-paged-17 .post-content .next-previous a:first-of-type, .single-paged-18 .post-content .next-previous a:first-of-type, .single-paged-19 .post-content .next-previous a:first-of-type, .single-paged-20 .post-content .next-previous a:first-of-type {
        float: left;
        padding: 1em 1em 1em 3em;
        -webkit-animation-name: none;
        background: #666;
    }
    .single-paged-2 .post-content .next-previous a:first-of-type:after, .single-paged-3 .post-content .next-previous a:first-of-type:after, .single-paged-4 .post-content .next-previous a:first-of-type:after, .single-paged-5 .post-content .next-previous a:first-of-type:after, .single-paged-6 .post-content .next-previous a:first-of-type:after, .single-paged-7 .post-content .next-previous a:first-of-type:after, .single-paged-8 .post-content .next-previous a:first-of-type:after, .single-paged-9 .post-content .next-previous a:first-of-type:after, .single-paged-10:after, .single-paged-11 .post-content .next-previous a:first-of-type:after, .single-paged-12 .post-content .next-previous a:first-of-type:after, .single-paged-13 .post-content .next-previous a:first-of-type:after, .single-paged-14 .post-content .next-previous a:first-of-type:after, .single-paged-15 .post-content .next-previous a:first-of-type:after, .single-paged-16 .post-content .next-previous a:first-of-type:after, .single-paged-17 .post-content .next-previous a:first-of-type:after, .single-paged-18 .post-content .next-previous a:first-of-type:after, .single-paged-19 .post-content .next-previous a:first-of-type:after, .single-paged-20 .post-content .next-previous a:first-of-type:after {
        content: "\f104";
        right: auto;
        left: 1em;
    }

@-webkit-keyframes pulsar {
    0% { background:  #06558b; }
    50% { background:  #222; }
    100% { background:  #06558b; }
 }


 /* Ranking page starts here */
.ranking-table th h1 {
    font-weight: bold;
    font: 1.5em Lato, "Helvetica Neue", helvetica, arial, sans-serif;
    text-align: center;
    color: white;
    margin: 0;
    text-transform: uppercase;
}

.ranking-table th {
    font-weight: bold;
    font-size: 1em;
    text-align: center;
    color: #185875;
    background-color: #06558b;
}

.ranking-table td {
    font-weight: normal;
    font-size: 1em;
    text-align: center;
}

.ranking-table {
  text-align: left;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  display: table;

}

.ranking-table td, .ranking-table th {
        padding: 0.8em;
        width: 400px;
            -webkit-transition: 0.5s ease-out;
        -moz-transition: 0.5s ease-out;
        -o-transition: 0.5s ease-out;
        transition: 0.5s ease-out;
}

/* Background-color of the odd rows */
.ranking-table tr:nth-child(odd) {
          background-color: #ffffff;
}

/* Background-color of the even rows */
.ranking-table tr:nth-child(even) {
background-color: #e6e6e6;
}

.ranking-table tr:hover {
    background-color: #8DC0FD;
}

.ranking-table td:hover {
      background-color: #0270F3;
  color: #ffffff;

  box-shadow: #000000 -1px 1px, #000000 -2px 2px, #000000 -3px 3px, #000000 -4px 4px, #000000 -5px 5px, #000000 -6px 6px;
  transform: translate3d(6px, -6px, 0);

  transition-delay: 0s;
      transition-duration: 0.4s;
      transition-property: all;
  transition-timing-function: line;
    -webkit-transition: 0.5s ease-out;
-moz-transition: 0.5s ease-out;
-o-transition: 0.5s ease-out;
transition: 0.5s ease-out;
}

.ranking-table img {
    max-width: 150px;
}

@media (max-width: 800px) {
    .ranking-table td:nth-child(4),
    .ranking-table th:nth-child(4) { display: none; }

    .featured-articles li:first-of-type .visualisations {
        border: none;
    }
    .site-footer {
        font-size: 1.2em;
    }
}

.effect8
{
    position:relative;
    -webkit-box-shadow:0 5px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 5px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 5px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect8:before, .effect8:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:10px;
    bottom:10px;
    left:0;
    right:0;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.effect8:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}

.ranking-headline h2{
    border-bottom: 3px solid #06558b;
    font: 2em Droid Serif, Georgia, serif;
            padding-bottom: 0.3em;
}

.ranking-content ul li{
    display: inline-block;
    list-style: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: #06558b;
    /* padding: 0.4em; */
    padding-left: 0.5em;
    margin-right: 0.5em;
    color: white;
    padding-right: 0.5em;
    padding-top: 0.2em;
    padding-bottom: 0.1em;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -webkit-transition: 1s ease-out;
-moz-transition: 1s ease-out;
-o-transition: 1s ease-out;
transition: 1s ease-out;
    border: 2px solid #f7f7f7;

}

.ranking-content li:hover{
    background: #04418c;
    -webkit-transition: 1s ease-out;
-moz-transition: 1s ease-out;
-o-transition: 1s ease-out;
transition: 1s ease-out;
  border: 2px solid black;
}

.ranking-content li:nth-child(1){
    font-weight: 700;
    background:none;
    color:black;
        border: 2px solid black;

}

/* Ranking page starts here */

/* Gallery post */

.right-arrow{
    position: absolute;
right: 0.2em;
top: 50%;
margin-top: -1em;
height: 2em;
font-size: 2em !important;
}

.left-arrow{
    position: absolute;
    left: 0.2em;
    top: 50%;
    margin-top: -1em;
    height: 2em;
    font-size: 2em !important;
}
.nav-arrow{
    color:white;
    font-size: 1.3em;
        vertical-align: text-top;
}
.gallery-entry-header{
    background: none;
    text-align: center;
    position: relative;
    padding-top: 2em;
    margin:0;
}
.gallery-entry-header h1 {
    font: 5em Droid Serif, Georgia, serif;
    color: black;
    z-index: 99;
    position: relative;
    max-width: 1300px;
    margin: 0.5em auto;
    padding-bottom: 0.2em;
    border-bottom: 2px solid rgb(239, 239, 239);
    border-top: 2px solid rgb(239, 239, 239);
    font-size: 4em;
}
.share-container .fa-facebook{
    border-radius: 100%;
    text-align: center;
    line-height: 2.8;
    color: white;
    height: 3em;
    width: 3em;
    background: #284c92;
    border: 2px solid #284c92;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}
.share-container .fa-reddit {
    border-radius: 100%;
    text-align: center;
    line-height: 2.8;
    color: white;
    height: 3em;
    width: 3em;
    background: #ff2800;
    border: 2px solid #ff2800;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

.share-container .fa-linkedin {
    border-radius: 100%;
    text-align: center;
    line-height: 2.8;
    color: white;
    height: 3em;
    width: 3em;
    background: #0075b8;
    border: 2px solid #0075b8;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

.share-container .fa-envelope-open {
    border-radius: 100%;
    text-align: center;
    line-height: 2.8;
    color: white;
    height: 3em;
    width: 3em;
    background: #000;
    border: 2px solid #000;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

.share-container .fa-twitter{
    border-radius: 100%;
    text-align: center;
    line-height: 2.8;
    color: white;
    height: 3em ;
    width: 3em ;
    background: #009be1;
        border: 2px solid #009be1;
            -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

.share-container .fa-google-plus{
    border-radius: 100%;
    text-align: center;
    line-height: 2.8;
    color: white;
    height: 3em ;
    width: 3em ;
    background: #a92c18;
        border: 2px solid #a92c18;
            -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

.share-container .fa-pinterest{
    border-radius: 100%;
    text-align: center;
    line-height: 2.8;
    color: white;
    height: 3em ;
    width: 3em ;
    background: #ff2300;
        border: 2px solid #ff2300;
            -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

.share-container .fa-facebook:hover, .share-container .fa-twitter:hover, .share-container .fa-linkedin-plus:hover, .share-container .fa-reddit:hover, .share-container .fa-envelope-open:hover, .share-container .fa-linkedin:hover, .share-container .fa-pinterest:hover {
    background: #ffffff;
        border: 2px solid #000000;
            color:black;
}


.share-container .social{
    margin-right: 0.5em;
    display: block;
    padding-bottom: 1em;
}
.share-container span {
    font: 600 1em Lato, "Helvetica Neue", helvetica, arial, sans-serif;
}
.share-container span {
    display: none;
}
.share-container h6 {
    position: relative;
    text-indent: -5000px;
    overflow: hidden;
}
.share-container h6:before {
    content: "\f064";
    font: 1em fontawesome;
    color: #ccc;
    position: absolute;
    top: 0.5em;
    right: 0;
    left: 0;
    text-align: center;
    text-indent: 0;
}
.share-article-vertical {
    width: 110px;
    text-align: center;
    float: left;
    padding: 0.5em;
    margin-top: 1em;
}
.share-container h6 {
    text-align: center;
    font: 2.6em Lato, "Helvetica Neue", helvetica, arial, sans-serif;
    color: #ccc;
    width: 100%;
}
    .share-container h6 span {
        font-size: 35%;
        display: block;
        letter-spacing: 0.05em;
        margin-top: -0.2em;
        margin-bottom: 1em;
    }
    .share-container i {
        margin-right: 0.5em;
    }

.brexit-timeline {
    font-size: 1.4em;
}

/* Brexit Article 
.post-content-container {
    
}
    .in-brexit .post-content-container .entry-content {
        margin-left: 10%;
        width: 70%;
        float: left;
    }
    .brexit-timeline {
        /*padding-bottom: 100%;
        margin-bottom: -100%;
        width: 28%;
        float: right;
        position: relative;
        margin-top: -450px;
    }
        .brexit-widget {
            
        }
        .brexit-timeline ul {
            list-style: none;
            text-align: center;
            position: absolute;
            top: 600px;
            left: 0;
            right: 0;
            bottom: 0;
        }
        .brexit-timeline li {
            width: 14em;
            margin: 30% auto;
            position: relative;
            background: white;
            box-shadow: 0 0 0.5em 0 rgba(0,0,0,0.1);
            -moz-box-shadow: 0 0 0.5em 0 rgba(0,0,0,0.1);
            -webkit-box-shadow: 0 0 0.5em 0 rgba(0,0,0,0.1);
        }
            .brexit-timeline li .article-date {
                background: #06558b;
                color: white;
                text-transform: uppercase;
                display: block;
                margin: 0;
                padding: 0.5em 0.5em 0.3em 0.5em;
                font-size: 0.9em;
            }
            .brexit-timeline li h4 {
                font: 1.2em/1.4 "Droid Serif", Georgia, serif;
                padding: 0.5em;
                color: #06558b;
                margin: 0;
            }
        .brexit-timeline ul li:last-child {
            margin: 10% auto 0 auto;
        }
    .brexit-timeline ul:before {
        content: '';
        position: absolute;
        width: 1em;
        top: -10em;
        bottom: 0;
        left: 50%;
        margin-left: -0.5em;
        display: block;
        background: #ebebeb;
    }
.article-timeline-toggle {
    display: none;
}
*/



@media (max-width: 399px) {

    /* Site header */
    .site-header .site-logo-col {
        width: 50%;
    }
    .site-logo img {
        max-width: 100%;
    }
    .search-toggle {
        width: 3em;
    }

}


@media (max-width: 500px) {

    /* Article */
    .entry-header h1 {
        font-size: 1.8em;
    }
    img.alignleft, img.alignright {
        margin: 2em 0em;
        max-width: 100%;
        float: none;
    }
    .single-format-standard .share-container {
        padding-top: 1em !important;
    }
    .in-article-native-ad {
        padding: 4em 1em 2em 1em;
        background: #f7f7f7;
        margin: 2em 0;
    }
    .in-article-native-ad:before {
        top: 2em;
        left: 1em;
    }
    .vi-charts {
        padding: 0;
    }


    /* Category / Archive */
    .category-verdict-intelligence .category-header h1 {
        font-size: 2em;
        padding: 3em 1em 0 1em;
    }
    .category-verdict-intelligence .category-header h1:before {
        width: 60px;
        height: 60px;
        margin-left: -30px;
    }
    .article-list li h2 {
        font-size: 1.4em;
    }

    /* Page */
    .page-header img {
        max-height: 7em;
        margin-bottom: 2em;
    }
    .page-header h1 {
        font: 2.1em Droid Serif, Georgia, serif;
        margin: 0 -1em;
    }
}
@media (max-width: 540px) {

    /* Site header */
    .searchform fieldset input[type="text"], .searchform fieldset input[type="submit"] {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto 0.5em auto;
        padding: 0.6em;
    }
    .site-header nav ul.site-nav {
        font-size: 1.8em !important;
    }

    /* Article */
    .article-mpu {
        width: 100%;
        float: none;
        margin: 3em 0;
        text-align: center;
    }
    .timeline {
        width: 100%;
        float: none;
        margin: 3em 0;
    }

    /* Category / Tag */
    .article-list li .medium-2 {
        
    }
        .article-list li .medium-2 .article-date {
            padding: 0;
        }
    .article-list li > .row:before {
        left: 0.9em !important;
    }
    .article-list li .medium-2 {
        width: 20% !important;
    }
    .article-list li .medium-10 {
        width: 80% !important;
    }
}
@media (min-width: 361px) and (max-width: 600px) {

    /* Article */
    .entry-header {
        padding: 2em 2em 0 2em;
    }
}
@media (max-width: 600px) {

    /* Article */
    .entry-header {
        padding: 2em 2em 0 2em;
    }
        .post .post-title h1 {
            font-size: 1.8em;
        }
        .entry-header .article-tags a {
            display: inline-block;
            background: #06558b;
            padding: 0.45em 0.65em 0.5em 0.65em;
            font-size: 14px;
        }
        .entry-header .featured-image {
            position: static;
            margin: 2em 0;
        }
        .image-toggle {
            display: none;
        }
        .entry-header .featured-image img, .verdict-is-here .entry-header .featured-image img {
            width: 100%;
            opacity: 1;
        }
    .entry-header .article-date {
        background: none;
    }
    .entry-header .article-date:before {
        display: none;
    }
    .article-row {
        margin-top: 0;
    }
}

@media (max-width: 767px) {

    /* Site header */
    .site-header {
        position: relative;
        box-shadow: 0 0 2em 0 rgba(0,0,0,0.1);
        -moz-box-shadow: 0 0 2em 0 rgba(0,0,0,0.1);
        -webkit-box-shadow: 0 0 2em 0 rgba(0,0,0,0.1);
        z-index: 9999;
    }
        .site-logo {
            max-width: 100%;
            min-width: 150px;
        }
        .menu-toggle {
            margin-left: 0;
        }
        .site-menu {
            width: 100% !important;
            left: 0;
            padding: 0em 1em 0;
        }


    /* Category / tag / Archive */
    .archive-header h1, .archive-header h1 {
        font-size: 2.1em;
    }
    .archive-header p:first-of-type, .archive-header p:nth-of-type(2) {
        font-size: 1.2em;
    }
    .article-list img {
        margin: 0 0 1em 0;
    }

    .article-list {

    }
        .article-list li {
            padding-right: 2em;
        }
            .article-list li .medium-2 .article-date {
                border-radius: none;
                background: none;
                width: 100%;
            }

        .article-list li > .row:before {
            display: none;
        }
        .category .article-list p {
            font-size: 1em;
        }
        .article-list img {
            width: 100%;
        }


    .sharers li {
        display: inline-block;
    }
    .sharers li .stButton > span:first-of-type {
        border-radius: 100%;
        height: 3em !important;
        width: 3em !important;
    }
    .sharers li .stButton > span:first-of-type:after {
        display: none;
        width: 3em;
        height: 3em;
    }
    .sharers li.st_facebook_hcount .stButton > span:first-of-type:before,
    .sharers li .stButton > span:first-of-type:before,
    .sharers li.st_reddit_hcount .stButton > span:first-of-type:before {
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        text-align: center;
        line-height: 3em;
        background: none;
        width: 2.7em;
    }

    .most-popular-list {
        display: none;
    }

    .in-between-post-ad h3 {
        font-size: 3em;
    }
}


@media (max-width: 359px) {

  /* Site header */
  .site-menu {
    padding: 0;
  }


  /* Article */
  .related-charts ul li {
    padding: 0em;
  }

}
@media (max-width: 320px) {

    /* Article */
    .article-row .large-12 {
        padding-left: 20px;
        padding-right: 20px;
    }
        .article-row .large-12 .article-mpu div, .article-row .large-12 .article-mpu ins {
            margin-left: -10px;
            margin-right: -10px;
        }
}

@media (min-width: 500px) and (max-width: 900px) {

  /* Archive / Category / Tag */
  .article-list li {
    padding: 2em;
  }
  .article-list li .medium-2 {
    float: left;
    width: 16%;
  }
  .article-list li .medium-10 {
    float: right;
    width: 83%;
  }
}
@media (max-width: 767px) {

    /* Site header */
    .menu-links .sc h3 {
        margin-top: 0;
    }

    /* Article */
    .author-image {
        margin-right: 0.5em;
    }

    /* Archive / Category / Tag */
    .archive article .medium-3 {
        display: none;
    }
    .archive article h2 {
        font-size: 1.8em;
    }
    .category-verdict-intelligence ul.article-list li {
        width: 100% !important;
        border: none !important;
        border-bottom: solid 1px #ebebeb !important;
    }
}

@media (min-width: 768px) and (max-width: 1000px) {

    /* Home Page */
    .alm-reveal p {
        display: none;
    }

    /* Category / Verdict Intelligence */
    .category-verdict-intelligence ul.article-list li {
        width: 49%;
    }
    .category-verdict-intelligence ul.article-list li:nth-of-type(2n) {
        width: 49%;
    }
    .category-verdict-intelligence ul.article-list li:nth-child(3n+1) {
        clear: none;
    }
    .category-verdict-intelligence ul.article-list li:nth-child(2n+1) {
        clear: left;
    }
    .category-verdict-intelligence .article-list li:nth-child(3n) {
        border-top: solid 1px #ebebeb;
        border-right: solid 1px #ebebeb;
    }
}

@media (min-width: 1000px) and (max-width: 1190px) {
    .verdict-intelligence a span.vi-cta {
        display: none;
    }
}
@media (min-width: 500px) and (max-width: 1190px) {
    
   

    /* Article */
    .post .post-content .pullquote {
        float: left;
        width: 50%;
    }
}
@media (max-width: 640px) {

    /* Article Page */
    .article-aside .sharers {
        margin: 0 0 0 0em;
        clear: left;
        padding-top: 1em;
    }
        .sharers ul {
            width: 100%;
            padding: 1em 0 0 0;
        }
        .share-container h6, .share-container a {
            padding: 10px 5px !important;
        }
}


@media (min-width: 500px) and (max-width: 767px) {

    /* Article 
    .entry-header h1 {
        font-size: 3em;
    }
    .entry-header .the-excerpt p {
        font-size: 1.3em;
    }*/


    /* Category */
    .archive article .medium-3 {
        width: 25%;
        float: left;
    }
    .archive article .medium-9 {
        width: 75%;
        float: left;
    }
    .archive article h2 {
        font-size: 2.1em;
    }


    /* Page */
    .page-header img {
        max-height: 13em;
        margin-bottom: 3em;
    }
}
@media (max-width: 599px) {
    .related-charts ul li {
        width: 100%;
    }
}
@media (min-width: 600px) and (max-width: 959px) {
    .related-charts ul li {
        width: 50%;
    }
    .related-charts ul li:nth-child(3n+1) {
        clear: none;
    }
    .related-charts ul li:nth-child(2n+1) {
        clear: left;
    }
}
@media (max-width: 960px) {

    /* Site header */
    .archive-header {
    border: none;
    padding: 0 2em;
    }
    .extra-links {
    display: none;
    }
    .mega-menu .promoted-links, .mega-menu .extra-links {
    width: 100%;
    display: block;
    }

    /* Category / Archive / Tag */
    .archive-header .row:before {
    left: 1.4em;
    }
    .archive-header p:nth-of-type(2):before {
    left: -1.9em;
    }
    .archive-header p:nth-of-type(2) {
    padding: 0 0 0 2em;
    }
}
@media (max-width: 360px) {
    .archive-header {
        margin: 2em 0;
    }
        .archive-header .row {
            padding-left: 0;
        }
        .archive-header .row:before {
            display: none;
        }
            .archive-header h1:after, .archive-header p:first-of-type {
                display: none;
            }
            .archive-header p:nth-of-type(2) {
                padding: 0;
            }
            .archive-header p:nth-of-type(2):before {
                display: none;
            }
    .article-aside {
        padding: 0.5em 0 2.5em 0 !important;
    }
}
@media (min-width: 360px) and (max-width: 540px) {
    .archive-header .row:before {
        left: -1em;
        top: 6em;
    }
    .archive-header p:nth-of-type(2) {
        padding: 0;
    }
    .archive-header p:nth-of-type(2):before {
        left: -3.25em;
        font-size: 1.4em;
    }
}
@media (max-width: 580px) {
    .promoted-links li.explore {
        display: none;
    }
}
@media (min-width: 540px) and (max-width: 767px) {
    .archive-header .row:before {
        top: 6em;
    }
    .archive-header p:nth-of-type(2):before {
        left: -2.1em;
        font-size: 1.2em;
    }
    .archive-header p:nth-of-type(2):before {
        left: -2em;
    }
}

@media (min-width: 460px) and (max-width: 1260px) {

    /* Site header 
    .promoted-links li ul {
        font-size: 0.9em;
    }
    .promoted-links li.hot-topics-menu-link:hover ul {
        margin-left: -80px;
    }
    .promoted-links li li {
        padding: 0;
    }*/
}

@media(max-width: 1000px) {

    .mega-menu .scrolling-content .row .medium-6 {
        width: 75%;
        padding-right: 0;
        padding-bottom: 2em;
    }
        .mega-menu .medium-6 .verdict-network ul li {
            width: 50%;
        }
            .mega-menu .medium-6 .verdict-network ul li li {
                width: 100%;
            }
        .mega-menu .medium-6 .verdict-network ul li:nth-child(2n+1) {
            clear: both;
        }
        .verdict-network li:nth-child(4) {
            clear: none;
        }
    .verdict-intelligence-column {
        border: none;
        padding: 0em;
        width: 100%;
        overflow: scroll;
    }

    /* Article */
    .single article .email-subscription {
        clear: both;
    }
}
@media (max-width: 850px) {

    .mega-menu .promoted-links {
        padding-top: 2em;
    }
        .promoted-links li.hot-topics-menu-link ul {
            display: none;
        }
    .mega-menu .extra-links {
        padding-bottom: 1em;
    }
    .mega-menu .extra-links ul li a {
        padding-left: 0;
    }
        .mega-menu .promoted-links, .mega-menu .extra-links {
            display: block;
            width: 100%;
            border: none;
        }
            .mega-menu .promoted-links, .mega-menu .extra-links {
                margin-bottom: 0;
            }
                .mega-menu .promoted-links li, .mega-menu .extra-links li {
                    display: block;
                    text-align: left;
                }
                .promoted-links li:last-child {
                    margin-left: 0;
                }
        .mega-menu .medium-3, .mega-menu .medium-6 {
            float: none;
            width: 100% !important;
            clear: both;
            padding-right: 0;
        }
            .trending {
                border: none;
                padding-right: 0;
            }

}
@media (max-width: 1100px) {

    /* Site header */
    .mega-menu .scrolling-content .row {
        padding: 2em !important;
    }
        .mega-menu .scrolling-content .row .verdict-network .row {
            padding: 0em !important;
        }
    .mega-menu .extra-links, .mega-menu .promoted-links {
        display: block;
        float: none;
        width: 100%;
        margin-bottom: 0;
        border: none;
    }
        .mega-menu .extra-links li, .mega-menu .promoted-links li {
            display: block;
            float: none;
            width: 100%;
        }
            .mega-menu .extra-links li a, .mega-menu .promoted-links li a {
                display: block;
                float: none;
                width: 100%;
                border: none;
                border-bottom: solid 1px #ebebeb !important;
                padding: 0.5em;
            }
    .mega-menu .promoted-links {
        margin-bottom: 0 !important;
    }
}
@media (max-width: 960px) {

    /* Article */
    .post-content-container {
        padding-left: 0 !important;
    }
    .share-container {
        border-bottom: solid 1px #ebebeb;
    }
        .share-article-vertical {
            float: none;
            width: 100%;
            position: absolute !important;
            top: 0;
            left: 0;
            right: 0;
            height: 4.5em;
            padding: 1em 0 0 0;
        }
        .single-format-standard .share-container a {
            top: 0;
            padding: 0 !important;
        }
            .single-format-standard .share-container h6 {
                display: none;
            }
            .single-format-standard .share-container a {
                display: inline-block;
                width: auto;
                padding: 0;
                border: none;
            }
            .share-container .fa-reddit, .share-container .fa-envelope-open, .share-container .fa-linkedin {
                width: 2.6em;
                height: 2.6em;
                top: 0.2em;
                position: relative;
            }

            .single-format-standard .share-container a {
                top: -0.75em;
                position: relative;
            }
            .share-container .fa-facebook, .share-container .fa-twitter, .share-container .fa-google-plus, .share-container .fa-pinterest {
                width: 2.5em;
                height: 2.5em;
                line-height: 2.3em;
            }
}

@media (min-width: 768px) and (max-width: 1099px) {

    /* Article */
    .entry-header h1 {
        font-size: 3em;
    }
}
@media (min-width: 360px) and (max-width: 739px) {
    .post .post-content {
        padding: 2em;
    }
}
@media (max-width: 739px) {

    .post .post-content {
        max-width: 100%;
        width: 100%;
        padding: 2em !important;
    }
    .article-aside {
        width: 100% !important;
        float: none;
        margin: 0;
        text-align: left;
    }
        
        .article-author-box, .article-aside {
            background: none !important;
            padding: 0 1em;
        }
        .article-aside .article-author {
            width: 100%;
            margin: 0 !important;
            float: none !important;
        }
            .article-aside .article-author:before {
                content: 'By';
                margin-right: 0.3em;
            }
        .article-author-box .author-bio {
            display: none !important;
        }
        .sidebar-mpu-2 {
            display: none;
        }
        .yop-poll-container {
            float: none;
            margin: 2em 0 0 0;
            width: 100% !important;
        }
        .yop-poll-container:before {
            left: 2em;
            top: -1em;
            border-bottom: solid 1em #06558b;
            border-left: solid 1em transparent;
            border-right: solid 1em transparent;
            border-top: none;
        }
    .article-aside .author-image {
        float: left;
        width: 50px;
        height: 50px;
        line-height: 70px;
    }
    .article-aside .article-author {
        float: left;
        margin: 0.8em 0 0 0.5em;
    }
    .article-aside .sharers {
        float: left;
        clear: both;
    }
    .sharers ul, .news-post .sharers ul {
        padding: 2em 0 0 0em;
        width: 300px;
    }

    .sharers li {
        display: inline-block;
    }
    .sharers li .stButton > span:first-of-type {
        border-radius: 100%;
        height: 3em !important;
        width: 3em !important;
    }
    .sharers li .stButton > span:first-of-type:after {
        display: none;
        width: 3em;
        height: 3em;
    }
    .sharers li.st_facebook_hcount .stButton > span:first-of-type:before,
    .sharers li .stButton > span:first-of-type:before,
    .sharers li.st_reddit_hcount .stButton > span:first-of-type:before {
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        text-align: center;
        line-height: 3em;
        background: none;
        width: 2.7em;
    }

    .most-popular-list {
        display: none;
    }
    .in-article-text-promo {
        margin-bottom: 2em;
        font-size: 0.75em;
    }
        .post .post-content .in-article-text-promo .button {
            padding: 1em;
            text-align: left;
        }
        .post .post-content .in-article-text-promo .button:before {
            line-height: 1;
            margin-right: 0.5em;
        }

    .yarpp-related .post-thumbnail {
        max-height: 10em;
        margin-top: 2em;
    }
    .searchform-open .searchform {
        padding-top: 10em;
    }
    .searchform-open .search-toggle {
        top: 2em !important;
    }
}
@media (max-width: 360px) {

    /* Article */
    .post .post-content {
        padding: 1em;
    }
    .sharers {
        float: none;
        margin: 0;
    }
    .sharers ul {
        width: 100%;
        padding-left: 0;
    }
    .sharers li .stButton > span:first-of-type {
        height: 2.4em !important;
        width: 2.4em !important;
    }
    .sharers li .stButton > span:first-of-type:after {
        display: none;
        width: 2.4em;
        height: 2.4em;
    }
    .sharers li.st_facebook_hcount .stButton > span:first-of-type:before, .sharers li .stButton > span:first-of-type:before,
    .sharers li.st_reddit_hcount .stButton > span:first-of-type:before {
        line-height: 2.4em;
        width: 2.3em;
    }
    .related-charts .visualisation-source, .visualisation-source-top {
        margin: 0;
    }

    /* Home Page */
    .alm-listing li .medium-4 {
        width: 100%;
    }
    .alm-listing li img {
        width: 100%;
    }
}
@media (min-width: 740px) and (max-width: 1160px) {

    /* Article */
    .entry-content {
        width: 70%;
    }
    .post .post-content {
        padding: 3em 3em 3em 0;
    }
    .article-aside {
        width: 30%;
    }
}

@media (max-width: 767px) {
    .in-brexit .entry-header .medium-8 {
        width: 80%;
    }
    .brexit-timeline {
        top: 10em;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .brexit-timeline {
        top: 10em;
    }
}
@media (min-width: 768px) and (max-width: 1099px) {
    /* Home page */

    .email-subscription .row {
        padding: 0em 0 0 3em;
    }
    .email-subscription h3 {
        width: 60%;
        margin-right: 0;
        font-size: 2.1em;
    }
    .email-subscription form {
        clear: left;
        margin-top: 0;
        width: 65%;
        float: left;
    }
    .email-subscription form input[type="text"] {
        margin-bottom: 0.5em;
    }

    /* Article */
    .entry-header h1 {
        font-size: 3em;
    }
}
@media (min-width: 360px) and (max-width: 739px) {
    .post .post-content {
        padding: 2em;
    }
}
@media (max-width: 739px) {

    /* Article */
    .post .post-content {
        max-width: 100%;
        width: 100%;
        padding: 0 2.5em 2.5em 2.5em !important;
    }
        .single-format-standard .share-container a {
            top: 0;
            padding: 0 !important;
        }
    .article-aside {
        width: 100%;
        float: none;
        margin: 5em 0 0 0;
        background: #f7f7f7;
        text-align: left;
    }
        
        .article-aside .article-author {
            margin: 0 0 0em 0.8em !important;
            float: none !important;
            padding: 0;
            border: none;
            text-transform: none;
        }
        .article-author-box .author-bio {
            float: none;
        }
        .yop-poll-container {
            float: none;
            margin: 2em 0 0 0;
            width: 100% !important;
        }
        .yop-poll-container:before {
            left: 2em;
            top: -1em;
            border-bottom: solid 1em #06558b;
            border-left: solid 1em transparent;
            border-right: solid 1em transparent;
            border-top: none;
        }
    .article-aside .author-image {
        float: left;
        width: 50px;
        height: 50px;
        line-height: 70px;
    }
    .article-aside .article-author {
        float: left;
        margin: 0.8em 0 0 0.5em;
    }
        .article-aside .sharers {
        float: left;
        clear: both;
    }
    .sharers ul, .news-post .sharers ul {
        padding: 2em 0 0 0em;
        width: 300px;
    }

    .sharers li {
        display: inline-block;
    }
    .sharers li .stButton > span:first-of-type {
        border-radius: 100%;
        height: 3em !important;
        width: 3em !important;
    }
    .sharers li .stButton > span:first-of-type:after {
        display: none;
        width: 3em;
        height: 3em;
    }
    .sharers li.st_facebook_hcount .stButton > span:first-of-type:before, .sharers li .stButton > span:first-of-type:before,
    .sharers li.st_reddit_hcount .stButton > span:first-of-type:before {
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        text-align: center;
        line-height: 3em;
        background: none;
        width: 2.7em;
    }

    .most-popular-list {
        display: none;
    }
}
@media (max-width: 360px) {

    /* Article */
    .sharers {
        float: none;
        margin: 0;
    }
    .sharers ul {
        width: 100%;
        padding-left: 0;
    }
    .sharers li .stButton > span:first-of-type {
        height: 2.4em !important;
        width: 2.4em !important;
    }
    .sharers li .stButton > span:first-of-type:after {
        display: none;
        width: 2.4em;
        height: 2.4em;
    }
    .sharers li.st_facebook_hcount .stButton > span:first-of-type:before, .sharers li .stButton > span:first-of-type:before,
    .sharers li.st_reddit_hcount .stButton > span:first-of-type:before {
        line-height: 2.4em;
        width: 2.3em;
    }
    .related-charts .visualisation-source, .visualisation-source-top {
        margin: 0;
    }
}
@media (min-width: 740px) and (max-width: 1160px) {


    /* Article */
    .entry-content {
        width: 70%;
    }
    .post .post-content {
        padding: 3em 3em 3em 0;
    }
    .article-aside {
        width: 30%;
    }
}
@media (min-width: 1180px) and (max-width: 1280px) {
    .in-brexit .post-content-container .entry-content {
        margin-left: 2%;
        padding-right: 2em;
    }
    
}
@media (min-width: 1280px) and (max-width: 1370px) {
    .in-brexit .post-content-container .entry-content {
        margin-left: 5%;
    }
}
@media (min-width: 1280px) and (max-width: 1370px) {
    /* Site header */
    .promoted-links li:first-child a, .promoted-links li:nth-child(2) a, .promoted-links li:nth-child(3) a, .email-newsletter-toggle {
        padding: 0.75em;
    }
    .promoted-links li:first-child a:before, .promoted-links li:nth-child(2) a:before, .promoted-links li:nth-child(3) a:before, .email-newsletter-toggle:before {
        display: none;
    }
}
@media (min-width: 1190px) {

    /* Site header */
    .email-newsletter-toggle:before {
        display: none;
    }

    /* Article */
    .post .post-content .pullquote {
        float: left;
        margin: 3em 2em 3em -10em;
        width: 60%;
        clear: both;
        position: relative;
        padding-top: 2em;
    }
    .post .post-content .pullquote:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 0.5em;
        width: 30%;
        background: #06558b;
    }
    .in-article-native-ad {
        margin: 4em 3em 4em -8.5em;
        padding-bottom: 2em;
    }
        .in-article-native-ad a {
            font-size: 1.2em;
        }
    .in-article-native-ad:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 20em;
        height: 1px;
        background: #ebebeb;
        display: block;
    }
    .single .visualizer-front, .single .tableauPlaceholder {
        margin: 3em -5em 0 -5em;
        z-index: 9999;
    }
    .category .category-verdict-intelligence .visualizer-front {
        margin: 0;
        box-shadow: 0;
        -moz-box-shadow: 0);
        -webkit-box-shadow: 0;
    }
}
@media (min-width: 1100px) and (max-width: 1300px) {
    .email-subscription .row {
        padding: 0em 0 0 3em;
    }
    .email-subscription h3 {
        width: 60%;
        margin-right: 0;
        font-size: 2.4em;
    }
    .email-subscription form {
        clear: left;
        margin-top: 0;
        width: 65%;
    }
    .floaters .email-subscription .email-address-field {
        margin-bottom: 3em;
    }
    .email-subscription .button {
        width: 10em;
        float: left;
    }
    .email-subscription img {
        margin-right: 3em;
        width: 200px;
        float: right;
    }
}
@media (max-width: 1280px) {
    .promoted-links li, .extra-links li {
        display: none;
    }
    .promoted-links li.explore {
        display: inline-block;
    }
    .mega-menu .promoted-links li, .mega-menu .extra-links li {
        display: block;
    }
}
@media (max-width: 1279px) {

    /* Home Page */
    .pop-up .close-toggle {
        display: none;
    }
    .mobile-close-toggle {
        display: block !important;
        top: -3em;
        background: black;
    }
    .mobile-poll-open .polls-pop-up {
        bottom: 0;
        height: 100%;
        top: 0;
    }
    .mobile-poll-open .mobile-close-toggle {
        top: 1em;
    }
        .mobile-poll-open .mobile-close-toggle b {
            display: none;
        }
        .mobile-poll-open .mobile-close-toggle small {
            display: block;
        }
    .mobile-poll-open .mobile-close-toggle:after {
        content: "\f00d";
    }
}
.mobile-close-toggle {
    display: none;
}
@media (max-height: 900px) {

    .pop-up .close-toggle {
        display: none;
    }
    .mobile-close-toggle {
        display: block !important;
        top: -3em;
        background: black;
    }
    .mobile-poll-open .polls-pop-up {
        bottom: 0;
        height: 100%;
        top: 0;
    }
    .mobile-poll-open .mobile-close-toggle {
        top: 1em;
    }
        .mobile-poll-open .mobile-close-toggle b {
            display: none;
        }
        .mobile-poll-open .mobile-close-toggle small {
            display: block;
        }
    .mobile-poll-open .mobile-close-toggle:after {
        content: "\f00d";
    }
}
@media (min-width: 460px) and (max-width: 1300px) {
    .mega-menu .promoted-links li.explore {
        display: none;
    }
    .other-stuff .email-subscription .email-address, .single article .email-subscription-field {
        width: 49%;
        float: left;
    }
        .other-stuff .email-subscription .email-address:before {
            bottom: -1.7em;
        }
    .other-stuff .email-subscription .button, .single-article .email-subscription .button {
        width: 49%;
        float: right;
    }

}
@media (min-width: 660px) and (max-width: 1300px) {
    .other-stuff .email-subscription form {
        float: left;
        width: 75%;
    }
}

@media (max-width: 1300px) {

    /* header */
    .download-app-column,
    .email-subscription-column {
        width: 100%;
    }
    .email-subscription-column {
        padding-left: 0;
    }
    .other-stuff .email-subscription {
        border-top: solid 0.5em rgba(255, 255, 255, 0.1);
        margin-top: 2em;
    }
    .other-stuff .email-subscription img {
        width: 14%;
        margin: -5em 0 0 0;
    }

    


    /*  Article */
    .most-popular {
        display: none;
    }
    .single article .email-subscription {
        clear: both;
    }
        .single article .email-subscription form {
            width: 50% !important;
        }
        .single article .email-subscription p {
            clear: left;
            width: 19em;
        }
            .single article .email-subscription p span {
                float: right;
                width: 90%;
                padding-bottom: 7%;
                margin-top: -0.3em;
            }
            .email-subscription h3 strong {
                font-size: 50%;
            }
        .single article .wysija-submit-field {
            margin: 0 0 2em 0;
            float: left;
            width: 14.6em;
            background: black;
            padding: 0.5em;
            cursor: pointer;
        }
        .single article .email-subscription .email-address-field:before {
            bottom: 1.9em;
        }
        .single article .email-subscription img {
            margin: -5em 2em 0 0;
            width: 34%;
        }
}
@media (max-width: 1400px) {

    /* Article */
    .single article .email-subscription {
        clear: both;
        float: none;
        width: 100%;
        margin: 3em 0;
    }
        .single article .email-subscription form {
            clear: left;
            margin-top: 0;
            width: 65%;
            float: left;
        }
            .single article .email-subscription .email-address-field {
                float: left;
                width: 49%;
            }
                .email-subscription .email-address-field input {
                    width: 100%;
                }
                .single article .email-subscription .email-address-field:before {
                    bottom: 1.9em;
                }
            .single article .email-subscription .button {
                width: 49%;
                float: right;
            }
            .email-subscription img {
                margin-top: -11.5em;
                margin-right: 3em;
                float: right;
                width: 200px;
            }
}
@media (max-width: 600px) {
    .privacy-checkbox {
        width: 100%;
        float: none;
    }
    .email-subscription #messages div {
        position: static;
        margin: 0 0 2em 0;
        width: 100%;
    }
    .email-subscription #messages div:after {
        display: none;
    }
}


@media (min-width: 1301px) {

    /* Article page */
    img.alignleft {
        margin: 2em 2em 2em -13em;
        max-width: 85%;
    }
    img.alignright {
        margin: 2em 0em 2em 2em;
        max-width: 85%;
        background: white;
        padding-left: 2em;
        position: relative;
        z-index: 9;
    }
    img.alignnone.size-full {
        width: 180%;
        max-width: 180%;
        margin-left: -41.2%;
        margin-top: 2em;
        margin-bottom: 2em;
    }
    .image-caption {
        margin: -2.6em 2em 2em -270px;
    }
    
    .visualisation {
        width: 125%;
        margin: 3em 0 3em -25%;
        border: solid 1px #ebebeb;
    }
    .visualisation-actions li {
        width: 33.333333333333333%;
        float: left;
    }
        .entry-content .timeline img {
            margin: 0;
        }
    .sidebar .timeline {
        margin-left: 0;
        width: 100%;
        float: none;
    }


    /* Author page */
    .author {
        background-size: 100%;
        background-attachment: fixed;
    }
    .author .top-padding {
        background: rgba(255, 255, 255, 0.4);
        padding: 2em;
    }
    .author-header img {
        width: 140px;
        height: auto;
        display: block;
        margin: -0.5em auto 0 auto;
        -webkit-box-shadow: 1px 1px 13px 0px rgba(0, 0, 0, 0.10);
        -moz-box-shadow: 1px 1px 13px 0px rgba(0, 0, 0, 0.10);
        box-shadow: 1px 1px 13px 0px rgba(0, 0, 0, 0.10);
        border: 5px solid #d4d4d4;
    }
    .author .author-header h1 {
        background: white;
        padding: 1em 0;
        margin: -1em auto 0 auto;
    }
    .author article .row {
        padding: 1em 2em;
        border: none;
    }

    /* Image page */
    .image-page {
        background: rgba(255, 255, 255, 0.4);
        padding: 2em;
    }
    .image-page-content {
        max-width: 960px;
        background: white;
        padding: 2em;
        margin: 4em auto 0 auto;
    }
}
@media (min-width: 1024px) and (max-width: 1350px) {
    .entry-header h1 {
        font-size: 4em;
    }
}
@media (min-width: 1360px) {
    .single article .email-subscription {
        margin: 2em 4em 2em -12em;
        width: 77%;
        float: left;
        clear: left;
    }
        .single article .email-subscription .row {
            margin: 0;
        }
        .single article .email-subscription h3 {
            width: 60%;
            margin: 0 0 0.5em;
            font-size: 3em;
        }
        .single article .email-subscription form {
            display: block;
            width: 50%;
            float: left;
            margin-top: 0;
        }
            .single article .email-subscription form p {
                width: 100%;
            }
            .single article .email-subscription form input,
            .single .email-subscription .button {
                width: 100%;
                display: block;
                margin: 0 0 0.5em 0;
                float: none;
            }
        .single article .email-subscription img {
            width: 43%;
            margin: -5em 0em 0 0;
            float: right;
        }
}


.article-list li p {
    font-size: 1.2em;

}

@media (min-width: 1100px) and (max-width: 1280px) {
    .mega-menu .promoted-links {
        width: 50%;
    }
    .mega-menu .extra-links {
        width: 50%;
    }
}

@media (max-width: 1280px) {

        /* Site header */
        .mega-menu {
            padding-top: 0;
            position: fixed;
            bottom: 0;
        }
            .scrolling-content {
                position: absolute;
                left: 0;
                top: 0;
                right: 0;
                bottom: 0;
                overflow: scroll;
            }
                .mega-menu .promoted-links, .mega-menu .extra-links {
                    display: inline-block;
                    background: white;
                    border-bottom: solid 1px #ccc;
                    top: 0;
                    padding: 0em 1em;
                    margin-bottom: 2em;
                }
                .mega-menu .extra-links ul {
                    margin: 0;
                    font-size: 1em;
                }
                    .mega-menu .promoted-links ul li a, .mega-menu .extra-links ul li a, .mega-menu .extra-links ul li span {
                        padding: 1.1em 0.7em 0.9em 2.5em;
                        display: block;
                        border: none;
                        margin: 0;
                    }
                    .promoted-links li:first-child a:before {
                        line-height: 3.7em;
                    }
                    .promoted-links li:nth-child(2) a:before {
                        line-height: 4.1em;
                    }
                    .promoted-links li:nth-child(3) a:before {
                        line-height: 3.9em;
                    }
                    .mega-menu .extra-links li.verdict-index-link:before, .mega-menu .extra-links li.verdict-community-link:before {
                        content: '';
                        display: block;
                        width: 25px;
                        height: 20px;
                        background: url(/wp-content/uploads/2016/08/Verdict-Intelligence-logo.png) no-repeat;
                        background-size: 100%;
                        position: absolute;
                        left: 0.5em;
                        margin-top: -8px;
                        top: 50%;
                    }
                    .mega-menu .extra-links li.verdict-community-link:before {
                        background: #1971dc url(http://www.verdict.co.uk/wp-content/uploads/2016/11/Verdict-Communities-icon.png) center center no-repeat;
                        left: 0.4em;
                        background-size: 18px;
                        width: 22px;
                        margin-top: -10px;
                    }
                    .email-newsletter-toggle:before {
                        content: "\f0e0";
                        font: 1em/3.5em fontawesome;
                    }
    .entry-header .medium-3, .entry-header .medium-9 {
        float: none;
        width: 100%;
        padding: 0;
    }
    .entry-header .article-date {
        display: inline-block;
        border: none;
        margin: 0 1em 1em 0;
        padding-right: 0.5em;
        font-size: 1.2em;
    }
    .entry-header .article-tags {
        padding: 0;
        display: inline-block;
    }
    .single-post .entry-title {
        padding-left: 0;
    }
}
@media (min-width: 1440px) {


    .article-author-box {
        padding: 4em 3em;
    }
    .wpp-list li {
        margin-bottom: 3em;
    }

    /* Article */
    .timeline {
        margin-left: -20em;
    }
    .article-mpu {
        margin: 3em 3em 3em -200px;
    }
}
@media (max-width: 1460px) {
    .mega-menu .scrolling-content .row {
        padding: 0 2em;
    }
    .mega-menu .scrolling-content .row .verdict-network .row {
        padding: 0;
    }
    .mega-menu .scrolling-content .row .medium-6 {
        padding-left: 0;
    }
}

@media (max-width: 400px) {
    .small-widget svg {
        width: 100% !important;
    }
}


div.dynamo-ads {
    border: 1px solid black;
    padding: 1.5em;
    width: 125%;
    margin-left: -25%;
}



.widget_wysija{
    text-align: center;
    transition: all 0.5s ease;

}



  #pmg-btn-next{
   border: none;
   background: rgb(56, 145, 254);
   color: white;
       width: 100%;
   padding: 0.4em;
      font: 1.5em "Droid Serif", Georgia, serif;
      transition: all 0.5s ease;
   border-radius: 3px 3px 3px 3px;
   -moz-border-radius: 3px 3px 3px 3px;
   -webkit-border-radius: 3px 3px 3px 3px;
       display: inline-block !important;
  }

  #pmg-btn-next:hover{
  background: rgb(56, 108, 254);
  }

.wysija-checkbox-label{
      color: black !important;
font: 1.1em "Droid Serif", Georgia, serif !important;
      text-transform: capitalize !important;
}
#pmg-btn-prev{
 border: none;
 background: rgb(56, 145, 254);
 color: white;
 padding: 0.2em;
    font: 1.3em "Droid Serif", Georgia, serif;
    transition: all 0.5s ease;
 border-radius: 3px 3px 3px 3px;
 -moz-border-radius: 3px 3px 3px 3px;
 -webkit-border-radius: 3px 3px 3px 3px;
     display: inline-block !important;
     margin-right:0.2em;
}

#pmg-btn-prev:hover{
  background: rgb(56, 108, 254);
}

.wysija-submit:hover{
    background: rgb(56, 108, 254);
}

.wysija-submit{
border: none;
background: rgb(56, 145, 254);
color: white;
padding: 0.2em;
   font: 1.3em "Droid Serif", Georgia, serif;
   transition: all 0.5s ease;
border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
    display: inline-block !important;
}

.pmg-form-part-1{
    margin: 3em 0;
    padding: 3em;
    box-shadow: 0 0 2em 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 2em 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 2em 0 rgba(0,0,0,0.2);
}

.pmg-form-part-2{
  padding-right: 4em;
padding-left: 4em;
border: 3px solid #f1f1f1;
padding: 2em;

border-radius: 30px 0px 30px 30px;
-moz-border-radius: 30px 0px 30px 30px;
-webkit-border-radius: 30px 0px 30px 30px;

-webkit-box-shadow: inset 0px 0px 53px 9px rgb(239, 239, 239);
-moz-box-shadow: inset 0px 0px 53px 9px rgb(239, 239, 239);
box-shadow: inset 0px 0px 53px 9px rgb(239, 239, 239);
}

@media screen and (max-width: 767px) {
  .pmg-form-part-1{
    padding-right:0em;
    padding-left:0em;
        padding: 1em;
  }
}

.share-article-vertical a{
  color:black !important;
  padding: 1.65em;
  display: inline-block;
}


/* Video post */

.video-format-post iframe{
  width: 100%;
  height: 500px;
}

@media screen and (max-width: 728px) {
  .video-format-post iframe{
    width: 100%;
    height: 300px;
  }
}

@media screen and (max-width: 560px) {
  .video-format-post iframe{
    width: 100%;
    height: 200px;
  }
}

@media screen and (max-width: 360px) {
  .video-format-post iframe{
    width: 100%;
    height: 150px;
  }
}

@media (max-width: 1024px) {
    .gallery-entry-header h1 {
        font-size: 3em;
    }
}


.video-format-post header{
background: black;
      margin-top: 3.3em;
}

.video-format-post .entry-header{
  padding:0em !important;
}

.video-format-post .entry-header h1{
  text-align: center;
      color: white !important;
      /* position: absolute; */
      /* bottom: 0; */
      margin-top: -0.5em;
    font-size: 1.7em !important;
      background: rgb(56, 145, 254);
      width: 100%;
max-width: 100%;

}

.video-format-post .single_category_title{
  background: #23282d !important;
      color: white;
      padding: 0.5em;
      position: absolute;
    top: -26px;
}


  .video-format-post .post-content p {
    font-family: 'Droid Serif';
    color: #222 !important;
    font: 1.3em/1.5 "Droid Serif", Georgia, serif !important;
text-rendering: geometricPrecision;
-webkit-font-smoothing: antialiased;
font-size: 1.3em !important;
line-height: 24px;
}


.single-format-video .post .post-content p:first-of-type{
  font-size: 1.5em;
  line-height: 1.4;
  color: #666;
  margin: 0em 0 2em 0;
}

.single-format-video .post .post-content {
    float: none;
    padding-right: 0;
    padding-top: 2em;
    margin: 0 auto;
    background: white;
    padding: 3em;
    max-width: 100%;
}



  .video-format-post .entry-content{
    width:100%;
  }


.other_videos .entry-header{
  padding:2em;
}

.video-others .post-title h6 {
  font-size: 1em;
line-height: 1.4;
}

/**** fixes floating post share div *******/
@media only screen and (min-width: 48.063em){
    .post-content-container {
        padding-left: 120px;
    }
}

article.post_format-post-format-video div.post-content a {
      color: black;
}

.social1 .share-container{
    height: 200px;
}

.social1 .share-article-vertical{
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.social2 .share-article-vertical{
  float:left;
}

.bot-soc .share-article-vertical {
    width: 400px !important;
    text-align: center;
  }

  .bot-soc .share-container .social a {
    display: inline-block !important;
    }

.bot-soc .share-container .social {
    display: inline-block !important;
}

@media (max-width: 767px){
  .article-aside .sharers {
    height: 300px;
    float: none;
  }
  .download-app img {
    display: none;
  }
}



@media (max-width: 767px){
  .email-news-home .widget_wysija_cont p label {
      color:white;
  }

  .site-menu .abs-req{
    display: none;
  }
}

 .email-news-home .widget_wysija_cont .updated{
   background-color: #e0ffe8;
   border-color: #00ab71;
   padding: 1em;
   font-size: 1em;
   font-weight: 700;
   width: 60%;
}

@media (max-width: 1300px) and (min-width: 768px){
  .email-subscription img {
      margin-top: -9em;
  }
}

.site-menu .email-subscription h3{
  font-size: 1em;
      text-align: center;
}


.site-menu .widget_wysija .wysija-required{
  display: none;
}

.site-menu .email-subscription h3 strong {
    font-size: 100%;
    margin-bottom: 1em;
}

.site-menu .email-subscription .wysija-submit{
  background: #06558b;
  color: white;
  border: none;
  border-radius: 0.15em;
  -webkit-border-radius: 0.15em;
  -moz-border-radius: 0.15em;
  font: 1.1em Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
  padding: 0.75em 0;
  text-transform: none;
  cursor: pointer;
  width: 100%;
  display: inline-block;
  margin-top: 0px;
}


.site-menu .formError .formErrorContent{
  left:-40em;
  position: absolute;
}

.site-menu .email-subscription form {
    clear: left;
    margin-top: 0;
    width:100%;
}

@media (max-width: 1300px) and (min-width: 1100px){
    .site-menu .email-subscription .row {
          padding: 0em;
      }
}

.site-menu .widget_wysija_cont .updated{
  display: none;
}

.site-menu .widget_wysija_cont .allmsgs li {
    list-style-type: none;
    color: #00a500;
  }



.no-results-page{
  text-align: center;
    background: white;
    padding: 1em;
    font-weight: 700;
    font: 1.8em "Droid Serif", Georgia, serif;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
}


.wpp-list .article-image img{
  transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
background: none !important;
background-color: none !important;
}


.wpp-list .article-image img:hover{
  transform: scale(1.2);
  background: none !important;
  background-color: none !important;
  opacity:0.8;
}

.related img:hover {
  transform: scale(1.1);
  background: none !important;
  background-color: none !important;
  opacity:0.8;
  transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}

.related img {
  transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}

.robot-subscribe-thanks{
  background: white;
  padding: 1em !important;
  font-weight: 700;
  font: 1.4em "Droid Serif", Georgia, serif;
  font-family: 'Poppins';
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  border-top: 6px solid #426289;
  margin-top: -1.35em !important;
  -ms-transform: rotate(-2deg);
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -webkit-box-shadow: -11px 10px 18px 3px rgba(202, 202, 202, 0.75);
  -moz-box-shadow: -11px 10px 18px 3px rgba(202, 202, 202, 0.75);
  box-shadow: -11px 10px 18px 3px rgba(202, 202, 202, 0.75);
}




.vc-registration-form {
    margin:auto;
    background: white;
    border-radius: 20px;
    padding: 3em;
    width: 45%;
    margin-top:0;
}


.select-label label {
    display: inline-block;
}

.select-label .mailpoetsignup-811{
    display: inline;
}

.interest {
    border-bottom: 1px solid #9BE;
    margin-bottom: 20px;
}

.login {
    text-align: center;
}

 .extra-links li a {
    display: inline-block;
}

.verdict-index-link img {
    width: 40px;
    padding: 4px 10px 5px 5px;
}

.extra-links .menu-communities a {
    padding: 6px 10px 0px 5px;
}

.yop-poll-container img{
  max-width: 40px;
  margin:auto;
}



.article-author-box img {
    display: block;
    margin: 0em auto 0 auto;
    -webkit-box-shadow: 1px 1px 13px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 1px 1px 13px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 1px 1px 13px 0px rgba(0, 0, 0, 0.10);
    border: 5px solid #d4d4d4;
}

.article-author-box .author-bio {
    margin-top: 10px;
    display: block;
    font-size: 1.4em;
    color: #666;
    line-height: 1.4;
}

.tracker {
    border:5px solid #ffffff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#222222+31,06558b+100 */
    background: url("/wp-content/uploads/2017/03/may-bg-1.png"), rgb(34,34,34); /* Old browsers */
    background: url("/wp-content/uploads/2017/03/may-bg-1.png"), -moz-linear-gradient(top,  rgba(34,34,34,1) 31%, rgba(6,85,139,1) 100%); /* FF3.6-15 */
    background: url("/wp-content/uploads/2017/03/may-bg-1.png"), -webkit-linear-gradient(top,  rgba(34,34,34,1) 31%,rgba(6,85,139,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: url("/wp-content/uploads/2017/03/may-bg-1.png"), linear-gradient(to bottom,  rgba(34,34,34,1) 31%,rgba(6,85,139,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#06558b',GradientType=0 ); /* IE6-9 */
    background-repeat: no-repeat;
    position: relative;
    margin:auto;
}




.spinner {
    margin: 23% auto 0 auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

    .spinner > div {
      background-color: white;
      height: 100%;
      width: 6px;
      display: inline-block;
      -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
      animation: sk-stretchdelay 1.2s infinite ease-in-out;
    }

    .spinner .rect2 {
      -webkit-animation-delay: -1.1s;
      animation-delay: -1.1s;
    }
    .spinner .rect3 {
      -webkit-animation-delay: -1.0s;
      animation-delay: -1.0s;
    }

    .spinner .rect4 {
      -webkit-animation-delay: -0.9s;
      animation-delay: -0.9s;
    }

    .spinner .rect5 {
      -webkit-animation-delay: -0.8s;
      animation-delay: -0.8s;
    }

    @-webkit-keyframes sk-stretchdelay {
      0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
      20% { -webkit-transform: scaleY(1.0) }
    }

    @keyframes sk-stretchdelay {
      0%, 40%, 100% { 
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
      }  20% { 
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
      }
    }
        
    .chart {
        position: absolute;
        top:250px;
        z-index: 99;
    }
    .tracker .headline {
        padding: 0 35px;
        text-align: center;
        color: #fff;
        margin: 10px 0 0 0;
        min-height: 6em;
    }
        .tracker .headline h1 {
            font-family: montserrat, "helvetica neue", helvetica, arial, sans-serif;
            font-size: 1.5em;
            padding-top: 1em;
            margin: 0;
            font-weight: normal;
            line-height: initial;
            color: #ffffff;
        }
    .tracker p.date {
        margin-bottom: 3px;
        font-family: 'poppins';
        font-size: 10px;
    }
    .tracker .image-overlay {
        bottom: 0;
        background-image: url(img/london-may-bg.png);

    }


/* Paginated Posts / Best Lists / Best Cities for Business */

/* 

What do you call a man in a brown paper suit?

.....


....

...

..

Russell


Ba ding da bing bong ba bing bash bash ting ting 

*/

.article-logo {
    width: 17em;
}
.paginated-post .entry-header {
    /*padding: 16em 0;*/
}
.paginated-post h1 {
    font-size: 3.6em;
}
.paginated-post .post-content {
    padding-top: 0;
}
.post-next-prev {
    font-size: 10px;
    height: 9em;
    border-bottom: solid 1px #ebebeb;
    border-top: solid 1px #ebebeb;
    margin: 0 -1.5em;
}
    .post-next-prev .row {
        margin: 0 auto;
        padding: 2em;
        border-right: solid 1px rgba(255,255,255,0.2);
        border-left: solid 1px rgba(255,255,255,0.2);
    }
    .post-next-prev a {
        float: right;
        display: inline-block;
        height: 2.381em;
        padding: 0 1em;
        line-height: 2.6em;
        width: 10em;
        position: relative;
        color: white;
        background: linear-gradient(270deg, #338af0, #861fea, #16e87b);
        background-size: 600% 600%;
        -webkit-animation: pagimation 20s ease infinite;
        -moz-animation: pagimation 20s ease infinite;
        animation: pagimation 20s ease infinite;
        font-size: 2.1em;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
    }
    .post-next-prev a:after {
        content: "\f105";
        font: 2em/1.25em fontawesome;
        color: white;
        position: absolute;
        right: 0.3em;
    }
    .post-next-prev a:hover {
        background: #06558b;
        color: white;
        box-shadow: 0 0 0.5em 0 rgba(0,0,0,0.1);
        -webkit-box-shadow: 0 0 0.5em 0 rgba(0,0,0,0.1);
        -moz-box-shadow: 0 0 0.5em 0 rgba(0,0,0,0.1);
    }
    .paged-2 .post-next-prev a:nth-of-type(1), .paged-3 .post-next-prev a:nth-of-type(1), .paged-4 .post-next-prev a:nth-of-type(1), .paged-5 .post-next-prev a:nth-of-type(1), .paged-6 .post-next-prev a:nth-of-type(1), .paged-7 .post-next-prev a:nth-of-type(1), .paged-8 .post-next-prev a:nth-of-type(1), .paged-9 .post-next-prev a:nth-of-type(1), .paged-10 .post-next-prev a:nth-of-type(1), .paged-11 .post-next-prev a:nth-of-type(1) {
        float: left;
        text-align: right;
        background: #666;
    }
    .paged-2 .post-next-prev a:nth-of-type(1) {
        float: left;
        text-align: right;
    }
    .paged-2 .post-next-prev a:nth-of-type(1):after, .paged-3 .post-next-prev a:nth-of-type(1):after, .paged-4 .post-next-prev a:nth-of-type(1):after, .paged-5 .post-next-prev a:nth-of-type(1):after, .paged-6 .post-next-prev a:nth-of-type(1):after, .paged-7 .post-next-prev a:nth-of-type(1):after, .paged-8 .post-next-prev a:nth-of-type(1):after, .paged-9 .post-next-prev a:nth-of-type(1):after, .paged-10 .post-next-prev a:nth-of-type(1):after, .paged-11 .post-next-prev a:nth-of-type(1):after {
        content: "\f104";
        right: auto;
        left: 0.3em;
    }

.main-area {
    background: #f7f7f7;
    margin-top: -2em;
}
.paginated-post .article-row {
    background: #f7f7f7;
    margin-top: 2em;
}

.paginated-post .post-content-container {
    padding-top: 2em;
}
    .paginated-post .entry-content {
        padding: 0 4em 3em 0;
    }
    .paginated-post h2:first-of-type {
        margin-top: 0;
    }
@media only screen and (min-width: 1170px) {
        .post-pagination {
            
margin: 4em auto 8em;
        }
    }
    .post-pagination {
    width: 90%;
    max-width: 767px;
    margin: 2em auto 4em;
    text-align: center;
    }
        .post-pagination a {
            background: white;
    display: inline-block;
            
        }
        .post-pagination a:hover {
            background: #f2f2f2;
        }


.post-footer-prev-next {
    clear: both;
    border-top: solid 1px #ebebeb;
    margin-top: 3em;
    background: #222;
}
.funny-messages, .funny-messages .navigation {
    display: none;
}


@media (min-width: 770px) {
    .post-footer-prev-next {
        margin-left: -13.5em;
    }
    .funny-messages {
        display: block;
        position: relative;
        top: -3.6em;
        color: white;
        text-align: right;
        margin-right: 16em;
    }
}
@media (max-width: 900px) {
    .post-next-prev a {
        text-indent: -5000px;
        overflow: hidden;
        width: 3em;
        text-align: left;
    }
    .paged-2 .post-next-prev a:nth-of-type(1), .paged-3 .post-next-prev a:nth-of-type(1), .paged-4 .post-next-prev a:nth-of-type(1), .paged-5 .post-next-prev a:nth-of-type(1), .paged-6 .post-next-prev a:nth-of-type(1), .paged-7 .post-next-prev a:nth-of-type(1), .paged-8 .post-next-prev a:nth-of-type(1), .paged-9 .post-next-prev a:nth-of-type(1), .paged-10 .post-next-prev a:nth-of-type(1), .paged-11 .post-next-prev a:nth-of-type(1) {
        text-align: left;
    }
    .post-next-prev a:after {
        text-indent: 0;
    }
    .post-pagination {
        display: none;
    }
}
@media (max-width: 359px) {
    
    .post-next-prev .row {
        padding: 2em 3em;
    }
}
@media (max-width: 600px) {
    .featured-image-credit {
        position: static;
    }
}
@media (min-width: 360px) and (max-width: 600px) {
    .article-logo {
        position: relative;
    }
    .post-next-prev .row {
        padding: 2em 4.5em;
    }
}
@media (max-width: 400px) {
    .article-logo {
        width: 100%;
    }
}
@media (min-width: 470px) and (max-width: 790px) {
    .share-container h6 {
        display: none;
    }
}
@media (max-width: 690px) {
    .post-pagination {
        display: none;
    }
}
@media (max-width: 1280px) {

}


@-webkit-keyframes pagimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes pagimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes pagimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

    .tracker .logo {
        margin:auto;
        width: 150px;
        padding-top: 20px;
    }
    .small-widget .logo {
        padding-top: 0;
    }
    .tracker .small-6, .tracker .small-8, .tracker .small-4 {
        position: static;
    }
    .small-widget.narrow-tracker .small-8, .small-widget.narrow-tracker .small-4 {
        width: 100%;
        float: none;
        text-align: center;
    }
    .small-widget .small-8 {
        margin-top: -2em;
    }
    .last-updated p {
        font-size: .85em;
        color: rgba(255,255,255,0.7);
        font-family: 'Poppins';
    }
    .last-updated p span {
        color: white;
    }
    .small-widget .small-8 > label {
        position: relative;
        top: 12.9em;
        left: 16em;
        color: white;
        font-weight: lighter;
        text-transform: none;
        font: 300 12px Roboto, "helvetica neue", helvetica, arial, sans-serif;
    }
    .small-widget g:nth-of-type(2) line:nth-of-type(5), .small-widget g:nth-of-type(2) line:nth-of-type(2) {
        stroke: rgba(0,0,0,0);
    }
    /*.small-widget g:nth-of-type(5) text:nth-of-type(1), .small-widget g:nth-of-type(5) text:nth-of-type(2) {
        fill: none;
    }*/
    .small-widget .date1, .small-widget .date2, .small-widget .date3 {
        -webkit-font-smoothing: antialiased;
        font-family: Roboto;
        font-size: 12px;
        color: white;
        position: relative;
        display: inline-block;
        margin: 0 1.3em;
        top: -3em;
    }
    .small-widget .date1 {
        margin-left: 2.5em;
    }
    .small-widget .date3 {
        margin-right: 0;
    }
    .change div {
        color: red;
        padding-left: 1.3em;
        position: relative;
        top: -0.3em;
        font-size: 1.4em;
    }
    .change div.rate-change-positive {
        color: #73bf24;
    }
    .change div:before {
        content: "\f078";
        font: 1em fontawesome;
        color: red;
        position: absolute;
        top: -7px;
        left: 0;
    }
    .change div.rate-change-positive:before {
        color: #73bf24;
        content: "\f077";
    }
    .big-number {
        font-size: 5em;
        color: #eaeaea;
        margin-top: 10px;
        margin-left: 10px;
    }
    .how-text-toggle {
        position: relative;
        cursor: pointer;
        }
        .how-text-toggle:after {
            content: "\f059";
            font: 1em/1 fontawesome;
            color: white;
            position: absolute;
            right: 0;
            height: 1em;
            top: 50%;
            margin-top: -0.5em;
        }
        .how-pop, .credit-pop {
            z-index: -9;
            top: 5em;
            right: 0;
            visibility: hidden;
            opacity: 0;
            position: absolute;
            background: white;
            width: 100%;
            height: auto;
            overflow: scroll;
            box-shadow: 0 0 2em 0 rgba(0,0,0,0.5);
            -moz-box-shadow: 0 0 2em 0 rgba(0,0,0,0.5);
            -webkit-box-shadow: 0 0 2em 0 rgba(0,0,0,0.5);
            padding: 3em;
            transition: opacity 0.4s ease-in-out, top 0.4s ease-in-out;
            -moz-transition: opacity 0.4s ease-in-out, top 0.4s ease-in-out;
            -webkit-transition: opacity 0.4s ease-in-out, top 0.4s ease-in-out;
            font-size: 0.5em;
        }
            .close-pop-up {
                position: absolute;
                right: 0;
                top: 0;
                text-indent: -5000px;
                overflow: hidden;
                width: 2em;
                height: 2em;
                cursor: pointer;
            }
            .close-pop-up:before {
                content: "\f00d";
                font: 1em/2em fontawesome;
                position: absolute;
                left: 0;
                top: 0;
                right: 0;
                bottom: 0;
                text-align: center;
                text-indent: 0;
            }
        .show-how-pop:before {
            position: fixed;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background: rgba(0,0,0,0.7);
        }
        .how-open .how-pop, .credit-open .credit-pop {
            z-index: 9999;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            visibility: visible;
            opacity: 1;
            position: fixed;
        }
        .show-how-pop .featured-articles li:first-of-type {
            z-index: -1;
        }
        .how-pop p {
            font-family: 'poppins', "Helvetica Neue", helvetica, arial, sans-serif;
            color: #222222;
            font-size: 1em;
        }
        .how-pop p:last-of-type {
            margin-bottom: 0;
        }

@media (max-width: 410px) {
    .small-widget .date1, .small-widget .date2, .small-widget .date3 {
        margin: 0px 1.2em;
    }
}

.tracker .small-8 {
    position: relative;
}
.small-widget .small-4 {
    float: right;
    padding-left: 0;
}
.spinner {
    position: absolute;
    top: 1em;
    right: 1em;
    bottom: 1em;
    left: 1em;
    opacity: 1;
    visibility: visible;
    z-index: 999;
    transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
}
.show-graph .spinner {
    opacity: 0;
    visibility: hidden;
    z-index: -99;
}
.tracker svg {
    opacity: 0;
    visibility: hidden;
    z-index: -999;
    transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
}
.show-graph svg {
    opacity: 1;
    visibility: visible;
    z-index: 999;
}



@media (max-width: 390px) {
    .small-widget .small-4 {
        width: 27%;
        font-size: 0.9em;
    }
        .small-widget .small-4 .big-number {
            font-size: 3.3em;
        }
    .featured-articles li.vi-promo:before {
        width: 21em;
        height: 14.2em;
    }
}
@media (max-width: 960px) {
    .home .tracker {
        margin: 0 auto;
    }
}
@media (max-width: 1250px) {

    .show-pop-up .featured-articles li:first-of-type {
        z-index: -1;
    }
}

/*Homepage Tracker*/

.tracker-home {
    width: 100%;
    min-height: inherit;
}

.tracker-home .row {
    margin-top: 1em;
}

.tracker-home .chart {
    position: inherit;
    top: 0;
    padding: 0;
}

.tracker-home .last-updated p{
    text-align: right;
}

.tracker-home .logo {
    margin:0;
}

.tracker-home .big-number {
    font-size: 3.5em;
}

.chart-responsive {
    width: 100%;
    min-height: inherit;
}

/* Styles for small widget only */
.small-widget {
    width: 100%;
    margin: 0 auto;
    border: solid 0.2em #204566;
    box-shadow: 0 0 1.5em 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 1.5em 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 1.5em 0 rgba(0,0,0,0.2);
}
    .small-widget .logo {
        width: 100px;
    }
    .small-widget .headline h1 {
        font-size: 1.2em;
    }
    .small-widget .small-6 {
        height: 150px;
        overflow: hidden;
    }
    #linechart_material5 {
        width: 100% !important;
        height: auto !important;
    }
    .small-widget svg {
        margin: 0;
        height: 160px !important;
    }
        .small-widget svg g:nth-of-type(5) text {
            fill: white;
        }
        .tracker svg g:nth-of-type(2) line {
            stroke: rgba(255,255,255,0.2);
        }
    .tracker .row .row, .tracker .chart {
        max-width: 100%;
        margin: 0;
        position: relative;
        top: 0;
        margin-top: 2em;
    }
    
    .small-widget  g:nth-of-type(5) text:nth-of-type(3), .home .tracker g:nth-of-type(5) text:nth-of-type(4), .home .tracker g:nth-of-type(5) text:nth-of-type(5), .home .tracker g:nth-of-type(5) text:nth-of-type(1) {
        fill: white !important;
    }
    
    .small-widget .big-number {
        font-size: 3.6em;
        line-height: 0.5em;
        font-weight: normal;
        margin: 0.2em 0 0 -0.1em;
    }
        .small-widget .credit-toggle {
            border-right: none;
            text-align: center;
        }
.widget-share-zone {
    position: absolute;
    right: 1em;
    top: 1em;
    z-index: 99;
}
.large-widget .widget-share-zone {
    right: 16em;
}
.large-widget .share-box {
    height: auto;
    bottom: auto;
}
@media (max-width: 550px) {
    .large-widget .widget-share-zone {
        right: auto;
        left: 1em;
        top: 7em;
    }
}
.widget-share-toggle {
    background: rgba(255,255,255,0.5);
    padding: 0.2em 2em 0.1em 0.5em;
    border-radius: 0.2;
    -moz-border-radius: 0.2;
    -webkit-border-radius: 0.2;
    color: white;
    box-shadow: 0 0 0.5em 0 rgba(0,0,0,0.3);
    cursor: pointer;
}
.widget-share-toggle:after {
    content: "\f064";
    font: 1em/2em fontawesome;
    color: white;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 2em;
    text-align: center;
}
.share-box {
    position: fixed;
    top: 0em;
    right: 0em;
    left: 0;
    bottom: 0;
    background: rgba(255,255,255,0.9);
    visibility: hidden;
    opacity: 0;
    z-index: -99;
    transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
    padding: 2em;
    width: 100%;
    height: 100%;
}
    .share-box h3 {
        font-size: 1.8em;
    }
.widget-share-open .share-box {
    visibility: visible;
    opacity: 1;
    z-index: 9999;
}
#st-1 .st-btn > svg {
    height: 16px !important;
}
#st-1.st-has-labels .st-btn {
    margin: 0 0.5em 0.5em 0;
}


.brexit-tracker .category-header {
    background-image:  rgb(34,34,34); /* Old browsers */
    background: url('/wp-content/uploads/2017/03/london-skyline.png'),  -moz-linear-gradient(top,  rgba(34,34,34,1) 31%, rgba(6,85,139,1) 100%); /* FF3.6-15 */
    background: url('/wp-content/uploads/2017/03/london-skyline.png'),  -webkit-linear-gradient(top,  rgba(34,34,34,1) 31%,rgba(6,85,139,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: url('/wp-content/uploads/2017/03/london-skyline.png'), linear-gradient(to bottom,  rgba(34,34,34,1) 31%,rgba(6,85,139,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222 ', endColorstr='#06558b ',GradientType=0 ); /* IE6-9 */
    padding: 10% 0;
    background-position: right 20px bottom 0px;
    background-repeat: no-repeat;
}
    .brexit-tracker .category-header h1 {
        color: white;
        max-width: 15em;
        margin: 1em auto 0 auto;
    }
    .brexit-tracker .category-title.style1 p a {
        text-decoration: underline;
        color: white;
    }


#chart_container {
    position: relative;
}
#chart_cover {
    height: 500px;
    position: absolute;
    width: 900px;
    top: 0;
    z-index: 10;
}
.small-widget #chart_cover {
    height: 180px;
    width: 350px;
}

.category-header img {
    margin-top: -5em;
    width: 250px;
}

.brexit-tracker ul {
    margin: 1em 0;
}

.brexit-tracker .category-header ul li {
    list-style-type: none;
    display: inline-block;
    /*margin-right: 1em;*/
    background: #8fc5e9;
    padding: 5px;
    color:#06558b;
}
.timeline-container {
    width: 90%;
    max-width: 1200px;
    text-align: center;
    margin: 0 auto;

}

.brexit-timeline ul {
    padding: 50px 0;
    background: #ffffff;
    margin-top: -2em;
}

.brexit-timeline ul li {
    list-style-type: none;
    position: relative;
    width: 6px;
    margin: 0 auto;
    padding-top: 50px;
    background: #8fc5e9;
}
.brexit-timeline ul li span.date {
    background: white;
    display: inline-block;
    padding: 1em;
    margin-left: -10em;
    width: 20em;
    border: 1px solid #e9e9e9;
}


 .brexit-timeline ul li div h2 {
    margin-bottom: 0;
    font: 2.1em/1.4 "Droid Serif", Georgia, serif;
    padding: 1em 1em 0 1em;
 }

 .brexit-timeline ul li div .read-more a {
    display: block;
    padding: 2em;
    margin: 2em 0 0 0;
    background: #f7f7f7;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
 }

 .brexit-timeline ul li div .read-more a:hover {
    background: linear-gradient(250deg, #2392c6, #6f32d5, #ee7d20);
    background-size: 600% 600%;
    -webkit-animation: AnimationName 30s ease infinite;
    -moz-animation: AnimationName 30s ease infinite;
    animation: AnimationName 30s ease infinite;
    color: white;
    }
    .small-widget  .how-text-toggle {
        padding-right: 1.2em;
    }
    .small-widget  .how-text-toggle:after {
        margin-top: -0.6em;
    }




.brexit-timeline ul li div {
    width: 400px;
    margin-top: 1.5em;
    color: #ffffff;
    position: relative;
    bottom: 0;
    box-shadow: 0 0 3em 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 3em 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 3em 0 rgba(0, 0, 0, 0.3);
}

.brexit-timeline ul li div img {

}

.brexit-timeline ul li:nth-child(odd) div {
    left: 45px;
}

.brexit-timeline ul li:nth-child(even) div {
    left: -439px;
}

/*
.timeline ul li div:before {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 0;
    height: 0;
    border-style: solid;
}
*/

.brexit-timeline ul li:nth-child(even) div::before {
    right: -15px;
    border-width: 8px 0 8px 16px;
    border-color: transparent transparent transparent #e9e9e9;

}

.brexit-timeline ul li:nth-child(odd) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #8fc5e9 transparent transparent;
}

.brexit-timeline ul li.in-view::after {
    background: #8fc5e9;
}

.brexit-timeline ul li::after {
    transition: background .5s ease-in-out;
}

.brexit-timeline ul li::after {
        content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: inherit;
}

.brexit-external  {

}

.brexit-external div {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3) !important;
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3) !important;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3) !important;
}

.brexit-external div h2 a {
    color: #222222;
    font-size: .8em;
}

.brexit-external div p {
    color: #06558b;
}




/* GENERAL MEDIA QUERIES
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */

@media screen and (max-width: 900px) {
  .brexit-timeline ul li div {
    width: 250px;
  }
  .brexit-timeline ul li:nth-child(even) div {
    left: -289px;
    /*250+45-6*/
  }
}
@media screen and (max-width: 600px) {
  .brexit-timeline ul li {
    margin-left: 20px;
  }
  .brexit-timeline ul li div {
    width: calc(100vw - 91px);
  }
  .brexit-timeline ul li:nth-child(even) div {
    left: 45px;
  }
  .brexit-timeline ul li:nth-child(even) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #e9e9e9 transparent transparent;
  }
}
.center {
  text-align: center;
}

.block {
  display: block;
}

.credit {
  position: fixed;
  bottom: 10px;
  width: 100%;
  left: 0;
}
.btn-green-flat-trigger{
  background: transparent;
  font-size: 20px;
  color: #47ba6b;
  font-weight: 200;
  padding: 15px 30px;
  display: inline-block;
  margin: 0 auto;
  margin-top: 40px;
  cursor: pointer;
}
.btn-green-flat-trigger:hover{
  text-decoration: none;
  color: #fff;
  background: #47ba6b;
  transition: background 0.5s ease,
              padding 0.8s linear;
}


.btn-green-flat {
  border: 1px solid #47BA6B;
  background: rgba(0, 0, 0, 0);
  font-size: 20px;
  color: #47BA6B;
  font-weight: 200;
  padding: 10px 28px;
  text-align: center;
  width: 175px;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  text-transform: uppercase;
  
}
.btn-green-flat:hover{
  text-decoration: none;
  color: #fff;
  background: #47ba6b;
  transition: background 0.2s ease,
  padding 0.8s linear;
  
}
.overlay {
  background: rgba(255, 255, 255, 0.77);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.global-modal {
  visibility: hidden;
}

.global-modal_contents {
  background: #FFF;
  -webkit-box-shadow: 0 0 8px 2px rgba(182, 182, 182, 0.75);
  -moz-box-shadow: 0 0 8px 2px rgba(182,182,182, 0.75);
  -o-box-shadow: 0 0 8px 2px rgba(182,182,182,0.75);
  box-shadow: 0 0 8px 2px rgba(182, 182, 182, 0.75);
  width: 50%;
  position: absolute;
  left: 42%;
  margin-left: -16%;
  top: 15%;
  min-height: 40%;
  z-index: 999;
}
.global-modal-header{
  border-bottom: 1px solid #ccc;
}
.global-modal-header h3{
  color: #34495E;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
}
.global-modal-header .mobile-close{
  display: none;
}
.global-modal-header span{
  font-weight: 200;
}
.global-modal-body{
  width: 100%;
}
.global-modal-body p{
  color: #34495E;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
}
.global-modal-body .content-left {
  width: 100%;
  position: relative;
  top: 55px;
  float: left;
  border-right: 1px solid #CCC;
}

.global-modal-body .content-right{
  height: 225px;
  width: 100%;
  position: relative;
  top: 55px;
  float: left;
  text-align: left;
}
.content-right .sponsor-name{
  font-weight: bold;
  color: #000;
}
.global-modal_contents h1 {
  margin: 0;
  padding: 0;
  line-height: 32rem;
  text-align: center;
  display: block;
}

.global-modal_close {
  position: absolute;
  right: 2rem;
  top: 2rem;
  text-decoration: none;
  display: none;
}

.global-modal-show {
  visibility: visible;
}

.global-modal-transition {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.global-modal-show .global-modal-transition {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* Chart text */
.tracker svg g:nth-of-type(5) text {
    fill: white;
}

/* Graph line */
.tracker svg path {
    stroke: white;
}

/* Grid lines */
.tracker svg g:nth-of-type(5) line {
    stroke: rgba(255,255,255,0.2);
}

@media (max-width: 1139px){
  .global-modal p{
    text-align: center;
  }
  .global-modal:after {
    clear: both;
    content: '';
    display: table;
  }
  .global-modal-body .content-left{
    width: 100%;
    display:block;
    float: none;
    margin: 0 auto;
    border-right: none;
    padding: 0 1em;
}
  .global-modal-body .content-right{
    width: 80%;
    display: block;
    margin: 40px auto;
    float: none;
    border-right: none;
  }
}
@media(max-width: 1027px){
  .global-modal-header h3{
    font-size: 18px;
  }
}
@media (max-width : 767px) {
  
  .global-modal_contents {
    width: 80%;
    margin: 0;
    min-height: 570px;
    left: 10%;
  }
  .global-modal-header h3{
    font-size: 22px;
  }
  .global-modal-header .mobile-close{
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
  }
  .global-modal_close {
    display: block;
  }
  
  .global-modal-transition {
    -webkit-transform: translateX(-0) translateY(150%);
    -moz-transform: translateX(-0) translateY(150%);
    -ms-transform: translateX(-0) translateY(150%);
    transform: translateX(-0) translateY(150%);
  }
  
}
@media (max-width: 495px){
  .global-modal-header h3{
    font-size: 18px;
  }
}
@media (max-width: 415px){
  .global-modal-header h3{
    font-size: 15px;
  }
}
@media (max-width: 400px) {

}
@media (min-width: 400px) and (max-width: 420px) {
    .small-widget .small-4 {
        float: right;
        width: 28%;
    }
    .big-number {
        font-size: 3em;
    }
}
.landing-page-widget iframe {
    border: none;
    height: 560px !important;
    margin-bottom: 2em;
}

/*Brexit Media Queries*/
@media (max-width: 500px) {
    .featured-articles li:nth-child(3) {
        padding: 0;
    }
}
/*
@media (max-width: 385px) {
    .brexit-tracker-iframe {
        height: 585px;
    }
   .brexit-cta {
        width: 100%;
        font-size: 1em;
    }
        .brexit-cta a {
            font-size: 1em;
            font-weight: normal;
        }
    .how-text {
        width: 100%;
    }
        .small-widget .how-text-toggle {
            font-size: 1em;
            padding: 0.75em 1em;
        }
        #linechart_material5 > div {
            margin: 0 auto;
        }
        .small-widget .small-8, .small-widget .small-4 {
            width: 100%;
            float: none;
            text-align: center;
        }
        .small-widget .small-8 > label {
            left: 8em;
        }
        #linechart_material5 > div > div {
            width: 100% !important;
        }
        .big-number {
                margin: 0 auto;
            }
        .change div {
            max-width: 3.5em;
            margin: 0 auto;
        }
    .widget-ctas {
        margin-top: 2em;
    }
}*/

@media (max-width: 767px) {
    .brexit-tracker .category-header img {
        width: 150px;
        margin-top: 0;
    }
    .brexit-tracker .category-title.style1 h1 {
        font: 1.5em "Droid Serif", Georgia, serif;
    }
    .brexit-timeline ul li span.date {
        margin-left:0;
    }
    .brexit-timeline ul li div h2 {
        font:1.8em/1.4 "Droid Serif", Georgia, serif;
    }
}
@media (max-width: 350px) {
    .widget-share-toggle {
        text-indent: -5000px;
    }
    .widget-share-toggle:after {
        text-indent: 0;
    }
}
@media (max-width: 390px) {
    #linechart_material5 > div:first-of-type {
        max-height: 163px;
    }
    .widget-ctas {
        font-size: 0.8em;
    }
    .featured-articles li.vi-promo a {
        padding: 2em;
        font-size: 0.8em;
        height: 25em;
    }
}

.brexitembed {
    text-align: center;
    padding: 2em 0;
    width: 70%;
}

.brexitembed textarea {
    width: 100%;
    min-height: 1em;
    border: 4px solid #eaeaea;
    font-size: 1em;
    padding: .73em;

}

.brexitembed button {
    height: auto;
    min-height: 1em;
    padding: 1.443em;
    background: #eaeaea;
    color: #222222;
    font-family: 'Poppins';
    font-weight: bold;
}




/* Large widget on Brexit landing page */

.large-widget {
    width: 100%;
    min-height: inherit;
    border:5px solid #ffffff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#222222+31,06558b+100 */
    background-image: url("/wp-content/uploads/2017/03/may-bg-head.png"), rgb(34,34,34); /* Old browsers */
    background-image: url("/wp-content/uploads/2017/03/may-bg-head.png"), -moz-linear-gradient(top,  rgba(34,34,34,1) 31%, rgba(6,85,139,1) 100%); /* FF3.6-15 */
    background-image: url("/wp-content/uploads/2017/03/may-bg-head.png"), -webkit-linear-gradient(top,  rgba(34,34,34,1) 31%,rgba(6,85,139,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background-image: url("/wp-content/uploads/2017/03/may-bg-head.png"), linear-gradient(to bottom,  rgba(34,34,34,1) 31%,rgba(6,85,139,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#06558b',GradientType=0 ); /* IE6-9 */
    background-repeat: no-repeat;
    position: relative;
    margin:auto;
    background-position:center;
    background-size: contain;
}
.large-widget .spinner {
    margin-top: 5%;
}
.large-widget .row {
    margin-top: 1em;
}
.large-widget .chart {
    position: inherit;
    top: 0;
    padding: 0;
    height: 165px;
    overflow: hidden;
    margin-bottom: 2em;
    margin-top: 0 !important;
}
#linechart_material5 {
    height: 180px !important;
}
.large-widget svg g:nth-of-type(5) text:last-of-type(4) {
    display: none;
}
.large-widget .last-updated p{
    text-align: right;
}
.large-widget .logo {
    width: 120px;
    margin: 1em 0 0 2em;
    padding: 0;
}
.large-widget .headline h1 {
    font-size: 2.4em;
}
.large-widget h1.big-number {
    font-size: 6em;
    float: right;
    margin: 0;
    clear: right;
    line-height: 1;
}
    .large-widget .change div {
        font-size: 1.8em !important;
        text-align: right;
    }
.chart-responsive {
    width: 100%;
    min-height: inherit;
}
.large-widget .chart {
    height: auto !important;
}
.visualisation-actions li a, .visualisation-actions li span.share-visualisation-toggle, .visualisation-actions li span.embed-toggle {
    text-align: center;
}
.share-tracker .visualisation-actions li {
    list-style: none;
}
.brexitembed h3 {
    color: #ffffff; 
    font-weight: normal; 
    font-size: 1.5em;
}
.brexitembed textarea {
    width: 100%;
    min-height: 1em;
    border: 3px solid #9dc6e2;
    font-size: 0.8em;
    padding: 1em;
    box-shadow: inset 0 0 1em 0 rgba(0,0,0,0.3);
    color: #888;
    font-weight: lighter;
    height: 7em;
}
.share-tracker textarea {
    min-height: 200px;
}

@media (min-width: 1301px) {
    .share-tracker .visualisation-actions li {
        width: 50%
    }
}

.large-widget .change div {
    float: right;
}

@media (max-width: 767px) {
    .brexitembed {
        display: none;
    }
}
@media (max-width: 1180px) {
    .brexit-timeline {
        width: 100% !important;
        padding: 2em !important;
        position: relative !important;
        right: 0 !important;
        background: none !important;
        box-shadow: 0 !important;
        -moz-box-shadow: 0 !important;
        -webkit-box-shadow: 0 !important;
    }
}
@media (max-width: 470px) { 
    .share-container {
        display: none;
    }
    .share-article-vertical {
        padding: 2em;
        background: none;
        display: none;
    }
    .single-format-standard .share-container h6 {
        display: block;
        font-size: 1.2em;
    }
    .share-container h6 span {
        font-size: 90%;
        display: inline;
        font-weight: normal;
        margin: 0 0 0 0.5em;
    }
    .share-container h6 {
        display: block;
        background: #222;
        color: white;
        padding: 0.2em 2em 0.2em 0.5em !important;
        border-radius: 0.2em;
        -moz-border-radius: 0.2em;
        -webkit-border-radius: 0.2em;
        margin: 0;
        font: 1.8em Montserrat, helvetica, arial, sans-serif;
        position: relative;
        text-align: left;
        text-indent: 0;
        cursor: pointer;
        box-shadow: 0.1em 0.1em 0.5em 0 rgba(0,0,0,0.3);
        -moz-box-shadow: 0.1em 0.1em 0.5em 0 rgba(0,0,0,0.3);
        -webkit-box-shadow: 0.1em 0.1em 0.5em 0 rgba(0,0,0,0.3);
    }
    .share-container h6:before {
        content: "\f064";
        font: 0.75em/2.6em fontawesome;
        position: absolute;
        right: 0;
        left: auto;
        top: 0;
        bottom: 0;
        width: 2em;
        text-align: center;
        text-indent: 0;
        color: white;
        background: rgba(0,0,0,0.2);
        border-left: solid 1px rgba(0,0,0,0.5);
        border-top-right-radius: 0.2em;
        border-bottom-right-radius: 0.2em;
    }
    .share-container a {
        opacity: 0;
        visibility: hidden;
        z-index: -9;
        position: absolute !important;
        background: rgba(255,255,255,0.9) !important;
        top: 11em;
        left: 0;
        width: 33.3333% !important;
        transition: opacity 0.4s ease-in-out, top 0.4s ease-in-out;
        -moz-transition: opacity 0.4s ease-in-out, top 0.4s ease-in-out;
        -webkit-transition: opacity 0.4s ease-in-out, top 0.4s ease-in-out;
    }
    .share-container a:nth-of-type(2) {
        left: 33.3333%;
    }
    .share-container a:nth-of-type(3) {
        left: 66.6666%;
    }
    .share-container a:nth-of-type(4) {
        left: 0%;
    }
    .share-container a:nth-of-type(5) {
        left: 33.3333%;
    }
    .share-container a:nth-of-type(6) {
        left: 66.6666%;
    }
    .share-open .share-container a {
        opacity: 1;
        visibility: visible;
        z-index: 999;
        top: 4.5em;
    }
    .share-container a:nth-of-type(4), .share-container a:nth-of-type(5), .share-container a:nth-of-type(6) {
        top: 8.5em;
    }
    .article-aside {
        margin-top: 0 !important;
    }
}
@media (max-width: 360px) {
    .share-article-vertical {
        padding: 1em;
    }
    .share-container {
        display: none;
    }
}


/* For external brexit stylesheet */

/*
.verdict-brexit-tracker { 
    margin: 0 auto;
} 
.narrow-tracker .small-4, .narrow-tracker .small-8 {
    width: 100%;
    float: none;
    text-align: center;
    padding: 0;
}
.small-widget.narrow-tracker .small-8 #linechart_material5 > div {
    margin: 0 auto;
}
iframe.narrow-tracker { 
    height: 650px !important; 
}
    .narrow-tracker #linechart_material5 > div {
        margin: 0 auto;
        width: 250px;
    }
    .narrow-tracker .tracker-number {
        width: 9em;
        font-size: 1.3em;
        margin: 0 auto 3em auto;
    }
    .narrow-tracker .change div {
        text-align: left;
    }
    .narrow-tracker.small-widget .big-number {
        font-size: 4em;
    }
@media(max-width: 430px) { 
    .verdict-brexit-tracker { 
        height: 600px !important; 
    }
}*/


/* New Brexit Tracker. Delete Old Styles when this is signed off */
iframe html {
    margin-top: 0 !important;
}
.brexit-tracker-iframe {
    height: 33em;
    z-index: 999;
    position: relative;
}
.brexit-tracker-iframe html {
    margin-top: 0 !important;
}
.small-widget {
    background: none;
    border-radius: 0;
    box-shadow: none;
}
    .tracker .row .row, .tracker .chart {
        background: #333;
        margin: 0;
        padding-top: 0;
    }
    .small-widget .headline {
        color: #333;
        display: none;
    }
    .small-widget p {
        margin: 1em auto 0 auto;
        font: bold 1.6em Lato;
        text-align: center;
        color: white;
    }
    .small-widget .how-pop p {
        color: #333;
        font-size: 2.1em;
    }
        .small-widget .logo {
            width: 100%;
            text-align: center;
        }
            .small-widget .logo img {
                width: 80px;
                margin: 0 auto;
            }
    .small-widget .last-updated p {
        font-size: 1.4em;
    }



/* New Brexit Tracker Widget Design */
.brexit-tracker-iframe {
    border: none;
    padding: 0;
    height: 36em;
}
.small-widget {
    border: none;
    position: relative;
    padding: 2em 1em;
    height: 40em;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1f1e24+0,053661+100 */
    background: rgb(31,30,36); /* Old browsers */
    background: -moz-linear-gradient(45deg, rgba(31,30,36,0.8) 0%, rgba(5,54,97,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(31,30,36,0.8) 0%,rgba(5,54,97,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(31,30,36,0.8) 0%,rgba(5,54,97,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f1e24', endColorstr='#053661',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.small-widget:before {
    content: '';
    position: absolute;

}
    .small-widget .logo {
        background: none !important;
    }
    .spinner > div {
        background-color: white;
    }
.tracker .chart {
    background: none;
    margin-top: 4em;
    height: 130px;
    overflow: hidden;
    margin-bottom: 2em;
}
#linechart_material5 {
    height: auto !important;
}
.small-widget #chart_container {
    
}
    .small-widget .tracker-number {
        width: 100% !important;
        text-align: center;
        margin-top: 4em;
    }
    .small-widget .big-number {
        font: bold 5.4em Lato, "Helvetica Neue", helvetica, sans-serif !important;
        color: white;
        margin: -0.25em 0 0 0;
    }
        .change div {
            font-size: 1.4em !important;
            margin: 0 auto;
            width: 4em;
        }
        .change div:before {
            top: 0;
        }
.small-widget svg {
    height: auto !important;
}

    .tracker svg path {
        stroke: white;
        stroke-width: 2;
    }
.widget-ctas {
    border: none;
    background: none;
    text-align: center;
    
}
    .brexit-cta a, .small-widget .how-text-toggle, .small-widget .credit-toggle {
        text-transform: none;
        background: none;
        display: inline-block;
        text-decoration: underline;
        color: white;
        padding: 0;
    }
    .brexit-cta a:before, .how-text-toggle:after {
        display: none;
    }

.widget-share-toggle {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background: #1f1f27;
    border-radius: 0.2em;
    font-size: 1.2em;
    color: white;
    padding: 0.5em 2em 0.3em 0.5em;
    cursor: pointer;
}



/*Fixes 06/04/2017*/

/* In article poll */
.poll {
    position: relative;
    margin: 2em 0;
    padding: 2em 0;
    border-top: solid 1px #ebebeb;
    border-bottom: solid 1px #ebebeb;
    position: relative;
}
    .poll form div div div:first-of-type {
        line-height: 1.5;
        color: white;
        font-size: 1.2em;
    }
    .entry-content div.poll p {
        margin-right: 7em;
    }
    .entry-content div.poll p:first-of-type {
        font-size: 1.3em;
        line-height: 1.5;
        color: black;
        margin: 0 5em 0.8em 0;
        padding: 0;
    }
        .entry-content div.poll p span {
            background: yellow;
        }
        .entry-content div.poll p:last-of-type {
            margin-bottom: 0;
        }
    .article-poll {
        float: left;
        margin: 1em 3em 1em -12em;
        width: 20em;
        height: 54em;
        border: none;
        z-index: 99;
        border-radius: 0.2em;
        -moz-border-radius: 0.2em;
        -webkit-border-radius: 0.2em;

    }
        .article-poll .iframe-body {
            background: white;
            padding: 0 1em 1em 0;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
        }
        .yop-poll-container {
            position: relative;
            background: white !important;
            border: solid 1px #ebebeb;
            box-shadow: 0.1em 0.1em 0.3em 0 rgba(0,0,0,0.1);
            -moz-box-shadow: 0.1em 0.1em 0.3em 0 rgba(0,0,0,0.1);
            -webkit-box-shadow: 0.1em 0.1em 0.3em 0 rgba(0,0,0,0.1);
            padding: 2em !important;
        }
        .voted .yop-poll-container-error, .voted .yop-poll-container-success {
            position: absolute;
            font-size: 1.8em;
            color: white;
            top: 0;
            left: 0;
            right: 0;
            text-align: center;
            padding: 1em;
        }
        .yop-poll-container form div div div {
            background: none !important;
            color: black;
        }
        .yop-poll-container ul {
            list-style: none;
            font-size: 1em;
            padding: 0;
            margin: 2em 0 !important;
        }
            .yop-poll-container ul li {
                width: 100% !important;
                border-bottom: solid 1px rgba(0,0,0,0.05);
                padding: 1em 0 !important;
            }
                .yop-poll-container ul li input[type="radio"] {
                    position: absolute;
                    visibility: hidden;
                }
                .yop-poll-container ul li label {
                    text-transform: none;
                    color: black;
                    display: inline-block;
                    font: 1.2em Montserrat, "Helvetica Neue", helvetica, arial, sans-serif !important;
                    position: relative;
                    cursor: pointer;
                    -webkit-transition: all 0.25s linear;
                    padding-left: 2em;
                }
                    .yop-poll-container ul li label span:first-of-type span {
                        display: block;
                        font-size: 80%;
                    }
                    .yop-poll-container ul li label span:last-of-type span {
                        color: white;
                        font-size: 100%;
                    }
                    .yop-poll-container ul li label:before {
                        display: block;
                        position: absolute;
                        content: '';
                        border-radius: 100%;
                        height: 1.4em;
                        width: 1.4em;
                        top: 0px;
                        left: 0px;
                        margin: auto;
                        transition: all 0.25s linear;
                        -webkit-transition: all 0.25s linear;
                        border: solid 0.25em black;
                        box-shadow: inset 0.1em 0.1em 0.2em 0.2em rgba(0,0,0,0.1);
                        -moz-box-shadow: inset 0.1em 0.1em 0.2em 0.2em rgba(0,0,0,0.1);
                        -webkit-box-shadow: inset 0.1em 0.1em 0.2em 0.2em rgba(0,0,0,0.1);
                    }
                    .yop-poll-container ul li input[type="radio"]:checked + label:after {
                        content: "\f00c";
                        font: 1.8em fontawesome;
                        color: white;
                        position: absolute;
                        left: -0.1em;
                        top: -0.2em;
                        text-shadow: 2px 2px rgba(0,0,0,0.5);
                        -moz-text-shadow: 2px 2px rgba(0,0,0,0.5);
                        -webkit-text-shadow: 2px 2px rgba(0,0,0,0.5);
                    }
                .yop-poll-container ul li label:hover, .yop-poll-container ul li input[type="radio"]:checked + label {
                    color: #69baf1;
                }
                .yop-poll-container ul li label:hover:before, .yop-poll-container ul li input[type="radio"]:checked + label:before {
                    border: solid 0.25em #69baf1;
                }

        .yop-poll-container .thank-you-message {
            /*margin: -1.8em -1.7em 2em -1.76em;
            padding: 10em 2em 2em 2em;
            background: #1971dc;
            color: white;
            position: relative;
            line-height: 1.7;
            font-size: 1.4em;
            font-style: normal;*/
            display: none;
        }
            .yop-poll-container .thank-you-message .cta a {
                margin-top: 2em;
                display: inline-block;
                background: #fbd55e;
                color: black;
                text-decoration: none;
                text-transform: uppercase;
                box-shadow: 0.1em 0.1em 0.4em 0 rgba(0,0,0,0.2);
                -moz-box-shadow: 0.1em 0.1em 0.4em 0 rgba(0,0,0,0.2);
                -webkit-box-shadow: 0.1em 0.1em 0.4em 0 rgba(0,0,0,0.2);
            }
            .yop-poll-container .thank-you-message .cta a:hover {
                background: #edb918;
            }
        .yop-poll-container .thank-you-message:before {
            content: '';
            background: url('/wp-content/uploads/2016/10/verdict_communities.png') no-repeat;
            width: 200px;
            height: 52px;
            position: absolute;
            left: 50%;
            margin-left: -100px;
            top: 3em;
            background-size: 100%;
        }

        .yop-poll-container button {
            font: 1.6em Montserrat, "Helvetica Neue", arial, sans-serif !important;
            text-transform: uppercase;
            border: none;
            background: #69baf1;
            color: white;
            padding: 0.5em 1em;
            border-radius: 0.1em;
            cursor: pointer;
            -webkit-transition: all 0.25s linear;
        }
        .yop-poll-container button:hover {
            background: black;
        }
        .yop-poll-container-error {
            font-style: normal;
            color: white !important;
            /* background: red; */
        }
        /*.yop-poll-container-error:before {
            content: "\f071";
            font: 1.2em fontawesome;
        }*/

/*
.voted:before {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    display: block;
    z-index: 9999;
}*/

.poll-toggle {
    display: none;
}

.authorbio {
    display: none;
}

.pop_form {
    border-radius: 4px;
    display: none !important;
    visibility: hidden;
    opacity: 0;
    z-index: -9;
}

.pop_form h1 {
    font-size: 36px;
    line-height: inherit;
    color: #ffffff;
}

.pop_form .policies {
    display: inline-flex;
}

.pop_form .policies a:focus {
    color: white;
}

.pop_form .policies p {
    font-size:13px;
    color: white;
}

.pop_form .email-signup {
    display: grid;
}

.pop_form input[type=text], input[type=email], textarea {
    width: 100%;
    font-size: 16px;
    border: 4px solid #9BE;
}


/* Fixed to bottom right email newsletter */
.category .email-subscription {
    position: fixed;
    z-index: 9999;
    bottom:0;
    right: 0;
    background-color: #3891FE;
    display: none; 
    padding: 1em; 
    max-width: 400px; 
    width: 100%;
    margin: 0;
}
    .category .email-subscription h3 {
        margin-top: 0.5em;
        color: white;
        width: 100%;
        float: none;
        font-size: 2.1em;
    }
    .category .email-subscription .wysija-paragraph {
        float: none;
        width: 100%;
    }
    .category .email-subscription .widget_wysija_cont .wysija-submit {
        float: none;
        width: 100%;
        background: #222;
        margin-top: 0;
        cursor: pointer;
    }
    .category .email-subscription p:last-of-type {
        text-align: left;
        margin-top: 2em;
        color: white;
        font-size: 1.2em;
    }
        .category .email-subscription p:last-of-type input {
            margin-top: 0.6em;
        }
        .category .email-subscription p:last-of-type a {
            color: white;
            text-decoration: underline;
        }
    .category .email-subscription .form-validation-field-0formError {
        top: 0 !important;
        left: 0 !important;
    }

header.author-page {
    padding: 4em;
    background: #168dd9;
}

header.author-page h1 {
    background: none;
}

.author-list .row {
    padding: 3em 0;   
}

.author-list td:first-child {
    color: #06558b;
    font: 1.5em "Droid Serif", Georgia, serif;
    float: left;
    height: 100% !important;
    padding: .5em;
}

.author-list td:last-child {
    /* width: 100% !important; */
    height: 100% !important;
    font: 1em Montserrat, "Helvetica Neue", helvetica, Arial, sans-serif;
    float: left;
    padding: .8em;
}


.author-list td {
}


.author-list table {
    width: 100%;
    padding-bottom: 2em;
}

.author-list   tr {
}

.author-list  tr:nth-child(even) {
    background-color: #f7f7f7;
}

.author-list tr:nth-child(odd) {
    background-color: #ffffff;
}

/*new changes 18/05/2017 */

#pb-un-state {
    display: none;
}

#pb-un-actions {
    display: none;
}

.sizechanger{
  transition: all 0s ease-in-out !important;
  -moz-transition: all 0s ease-in-out !important;
  -webkit-transition: all 0s ease-in-out !important;
}

.sizechanger a{
  transition: all 0s ease-in-out !important;
  -moz-transition: all 0s ease-in-out !important;
  -webkit-transition: all 0s ease-in-out !important;
}

.sizechanger h2{
  transition: all 0s ease-in-out !important;
  -moz-transition: all 0s ease-in-out !important;
  -webkit-transition: all 0s ease-in-out !important;
}

.paginated-post .featured-image {
    background-color: whitesmoke;
    display: table;
    height: 100%;
    width: 100%;

}

@media (min-width: 600px) {
    .paginated-post .featured-image:before {
    background: none !important;
}

}

.paginated-post .entry-header .featured-image img {
    width: 100%;
    opacity: 0.25;

}

.paginated-post-excerpt  {
    color: white;
}

.paginated-article {

}

.paginated-article p{

}

.article-next-prev {
    border-bottom: none;
    border-top: none;
    margin: 0;
}

.article-next-prev a {
    width: 2em;
    /* height: 2em; */
    padding: 0;
}

.paginated-article img {

}

.top-post {
    border-top: none;
    border-bottom: none;
}

a.paginated-content {
    height: 2.381em;
    padding: 0 1em;
    line-height: 2.6em;
    width: 10em;
    position: relative;
    color: white;
    background: linear-gradient(270deg, #338af0, #861fea, #16e87b);
    background-size: 600% 600%;
    -webkit-animation: pagimation 20s ease infinite;
    -moz-animation: pagimation 20s ease infinite;
    animation: pagimation 20s ease infinite;
    font-size: 2.1em;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.paginated-intro p {
    margin: 1em 0;
    color: black;
}

.paginated-post .share-article-vertical {
    padding-top: 0;
}

.paginated-post .article-aside {
    padding-top: 5em;
    border-left: none;
}

.bottom-post {
     height: 0;
    border-bottom: none;
    border-top: none;
    margin-top: 5em;

}

.bottom-post .post-next-prev a {

}

.page-link-number {

display: inline-block;
padding: 0 1.4em;
height: 50px;
line-height: 50px;
/* overflow: hidden; */
border: 1px solid #e6e6e6;
border-radius: 0.25em;
}

@media (min-height: 800px) and (min-width: 1024px) {
    .paginated-post .entry-header {
        padding: 15em 2em 10em;
    }

    .paginated-post .share-article-vertical {
        display: none;
    }
}

@media (max-width: 767px) {
    .paginated-post .entry-header {
        padding: 5em 2em 3em;
    }

    .paginated-post .share-article-vertical {
        display: none;
    }

    .paginated-post .article-aside {
        padding-top: 0;
        display: none;
    }

    .paginated-intro p {
        font-size: 14px;
    }

    .paginated-post h1 {
        font-size: 2em;
    }

    .paginated-post .entry-content {
        padding: 0 2em;
    }

    .article-aside .author-image {
        display: none;
    }
}

.wpcf7-form .form-row {
    padding-top: 1em;
}

.author-header {
    text-align: center;
    margin-bottom: 2em;
}



/* Events */
.category-events .entry-header .event-date {
    width: 5em;
    height: 5em;
    border-radius: 5em;
    background: rgba(255,255,255,0.9);
    padding: 1em 0 0 0;
    font-size: 1.4em;
    text-transform: uppercase;
    color: #222;
    margin: 0 0 1em 0;
    position: relative;
    z-index: 99;
    text-align: center;
}
    .category-events .entry-header .event-date b {
        display: block;
        font-size: 2em;
        font-weight: normal;
    }
.category-events .entry-header .a
    margin: 0;
}
@media (min-height: 1100px) and (min-width: 1280px) {
    .entry-header h1 {
        font-size: 4em;
    }
}
.share-article-vertical {
    position: static !important;
    font-size: 1.4em;
}
.event-row {
    padding-right: 0;
}
    .event-content .large-8 {
        padding-top: 4em;
    }
        .pc-block {
            padding: 0 2em;
        }
            .pc-block h2 {
                font: 1.8em/1 "Droid Serif", Georgia, serif;
                margin: 0 0 0.5em 0;
                padding-top: 0.8em;
                color: #06558b;
                position: relative;
            }
            .pc-block h2:before {
                content: '';
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                height: 0.2em;
                width: 4em;
                background: #06558b;
            }
            .pc-block p {
                font: lighter 1em/1.5 montserrat, helvetica, arial, sans-serif;
                color: #666;
            }
            .pc-block  p:last-child {
                margin-bottom: 0;
                border-bottom: solid 1px #ebebeb;
                padding-bottom: 3em;
            }

.sc-block {
    background: #ebebeb;
    margin-right: -1px;
}
    .sc-block h3 {
        font: 1.2em montserrat, helvetica, arial, sans-serif;
        text-transform: uppercase;
        text-align: center;
        margin: 0 0 2em 0;
    }
.event-countdown {
    background: #06558b;
    padding: 3em 0;
    border-top: solid 1px rgba(255,255,255,0.1);
}
    .event-countdown h3, .event-video h3 {
        color: white;
    }
    .event-countdown div {
        width: 33.33%;
        float: left;
        text-align: center;
        color: rgba(255,255,255,0.5);
        text-transform: uppercase;
        font: 0.8em montserrat, helvetica, arial, sans-serif;
    }
        .event-countdown div strong {
            font-size: 2em;
            display: block;
            color: white;
        }
#countdown-finished {
    margin: 0 auto;
    float: none;
    width: 50%;
    border-top: solid 1px rgba(255,255,255,0.5);
    border-bottom: solid 1px rgba(255,255,255,0.5);
    padding: 1em 0;
}
.event-dates {
    background: #094c7a;
    padding: 1.5em 2em 1.5em 4em;
    color: white;
    position: relative;
}
.event-dates:before {
    content: "\f073";
    font: 1em fontawesome;
    color: white;
    position: absolute;
    left: 2em;
    top: 1.5em;
    height: 1em;
}
.event-video {
    background: #222;
    padding: 2em;
}
.latest-updates {

}
    .latest-updates ul {
        list-style: none;
        font: 1.2em "Droid Serif", Georgia, serif;
    }
        .latest-updates li {
            border-bottom: solid 1px #ebebeb;
            padding: 1em 0;
        }
            .latest-updates .article-date {
                display: block;
                color: #666;
                font: 0.8em montserrat, helvetica, arial, sans-serif;
            }
        .latest-updates li:last-child {
            border-bottom: none;
        }
.event-tweets {
    padding: 3em;
}
    .event-tweets article {
        border-top: solid 1px white;
        border-bottom: solid 1px rgba(0,0,0,0.1);
        opacity: 0;
        display: none;
        padding: 2em 0;
        transition: opacity 0.4s ease-in-out;
        -moz-transition: opacity 0.4s ease-in-out;
        -webkit-transition: opacity 0.4s ease-in-out;
    }
    .event-tweets article:first-of-type {
        border-top: none;
    }
    .event-tweets article:first-of-type, .event-tweets-revealed .event-tweets article {
        opacity: 1;
        display: block;
    }
    .event-tweets-revealed .event-tweets .load-more {
        display: none;
    }

    /*.event-tweets article:*/
    .event-tweets .large-3 {
        padding-right: 0.5em;
        padding-left: 0;
    }
        .event-tweets .twitter-avatar {
            border-radius: 100%;
            -moz-border-radius: 100%;
            -webkit-border-radius: 100%;
            overflow: hidden;
        }
            .event-tweets .twitter-avatar img {
                width: 100%;
            }
    .event-tweets .tweet-content {
        font-size: 1em;
    }
        .event-tweets .tweet-content p {
            font: lighter 1em montserrat, helvetica, arial, sans-serif;
            word-wrap: break-word;
        }
    .event-tweets .twitter-user, .event-tweets .tweet-date {
        display: inline-block;
        margin: 0 1em 0 0;
    }
    .event-tweets .tweet-link {
        margin-top: 1em;
    }
        .event-tweets .tweet-link a {
            text-decoration: underline;
        }
    .event-tweets .load-more {
        border-top: solid 1px white;
        padding-top: 3em;
    }
        .event-tweets .load-more span {
            background: #06558b;
            display: block;
            width: 10em;
            margin: 0 auto;
            color: white;
            padding: 0.5em 3em 0.5em 0.5em;
            text-align: center;
            font-size: 0.9em;
            font-weight: lighter;
            border-radius: 1em;
            position: relative;
            cursor: pointer;
        }
        .event-tweets .load-more span:after {
            content: "\f067";
            font: 1em fontawesome;
            color: white;
            right: 0.8em;
            top: 50%;
            height: 1em;
            margin-top: -0.4em;
            position: absolute;
        }
    .event-tweets .load-more span {
        background: #06558b;
        display: block;
        width: 10em;
        margin: 0 auto;
        color: white;
        padding: 0.5em 3em 0.5em 0.5em;
        text-align: center;
        font-size: 0.9em;
        font-weight: lighter;
        border-radius: 1em;
        position: relative;
        cursor: pointer;
    }


.subscribe-to-event, .event-subscribe {
    position: relative;
    z-index: 99;
    background: #222;
    padding: 1em;
    text-align: left;
    max-width: 35em;
    margin-top: 2em;
}
    .widget_wysija {
        text-align: left;
    }
    .subscribe-to-event p, .event-subscribe p {
        color: white;
        font: 1em montserrat, helvetica, arial, sans-serif;
        margin: 0 0 1em 0;
    }
    .subscribe-to-event .widget_wysija input[type=text] {
        width: 70%;
        float: left;
        height: auto;
        padding: 0.75em;
        margin: 0;
    }
    .subscribe-to-event .widget_wysija_cont .wysija-submit {
        width: 27%;
        float: right;
        background: #06558b;
        font: 300 1em "helvetica neue", helvetica, arial, sans-serif;
        padding: 0.75em;
        margin: 0;
        cursor: pointer;
    }
    .subscribe-to-event .widget_wysija_cont .wysija-submit:hover {
        background: black;
    }




.category-lifestyle section:nth-of-type(2) {
    display: none;
}


@media (max-width: 1024px) {
    .category-lifestyle .site-header nav ul li.lifestyle:after, .category-business .site-header nav ul li.business:after, .page-id-710 .site-header nav ul li.latest:after, .category-editors-pick .site-header nav ul li.editors-pick:after, .page-id-637 .site-header nav ul li.about:after {
        display: none;
    }
}

.email-newsletter-modal {
    position: fixed;
    z-index: 9999;
    left: 0;
    right: 0;
    top: -40em;
    height: 40em;
    background: #999;
    box-shadow: inset 0 0 5em 0 rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0 0 5em 0 rgba(0,0,0,0.5);
    -webkit-box-shadow: inset 0 0 5em 0 rgba(0,0,0,0.5);
    padding: 3em;
    border-bottom: solid 1em #333333;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
    .email-newsletter-modal .row {
        max-width: 600px;
    }
    .email-newsletter-modal h3 {
        font: lighter 3.6em Droid Serif, Georgia, serif;
        color: #f7f7f7;
        text-align: center;
        margin: 0 0 0.2em 0;
    }
    .email-newsletter-modal p {
        color: #ccc;
        margin: 0;
    }
    .email-newsletter-modal span {
        font-size: 1.6em;
    }
    .email-newsletter-modal input[type="text"] {
        margin: 2em 0 0 0;
        font: 1em/1 Droid Serif, Georgia, serif;
        height: auto;
        padding: 0.5em;
        border: solid 0.3em;
        box-shadow: inset 0 0 1em 0 rgba(0,0,0,0.4);
        width: 100%;
        font-size: 1.2em;
    }
    .email-newsletter-modal input[type="text"]:focus {
        border: solid 0.3em white;
    }
    .email-newsletter-modal p.terms-conditions {
        text-align: left;
        font: 1em Lato, helvetica, arial, sans-serif;
        margin: 1em;
    }
        .email-newsletter-modal p.terms-conditions a {
            color: #ccc;
            text-decoration: underline;
        }
    .email-newsletter-modal .widget_wysija_cont .wysija-submit {
        padding: 0.5em 2em;
        background: white;
        color: black;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        font-size: 1.8em;
        cursor: pointer;
    }
    .email-newsletter-modal .close-toggle {
        position: absolute;
        right: 50%;
        bottom: -0.5em;
        width: 3em;
        height: 3em;
        margin-right: -1.5em;
        text-indent: -5000px;
        overflow: hidden;
        background: #333;
        cursor: pointer;
        border-radius: 0.2em;
        font-size: 1.8em;
    }
        .email-newsletter-modal .close-toggle:after {
            content: "\f00d";
            font: 1em/2 fontawesome;
            color: #ccc;
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            text-align: center;
            text-indent: 0;
        }

.email-newsletter-open .email-newsletter-modal {
    top: 0;
    min-height: 34em;
    background: #222;
}
.email-newsletter-open .article-row {
    z-index: -9;
}

.site-search-col {
    float: left;
    position: relative;
}


@media (max-width: 767px) {
    .email-newsletter-modal {
        top: 0;
        right: 0;
        bottom: 4em;
        left: 0;
        position: fixed;
        height: auto;
        opacity: 0;
        visibility: hidden;
        z-index: -9;
        transition: opacity 0.5s ease-in-out;
        -moz-transition: opacity 0.5s ease-in-out;
        -webkit-transition: opacity 0.5s ease-in-out;
    }
    .email-newsletter-open .email-newsletter-modal {
        min-height: 100%;
        opacity: 1;
        visibility: visible;
        z-index: 9999;
    }
}
@media (max-width: 900px) {
    .email-newsletter-modal input[type="text"] {
        font-size: 1.6em;
    }
}
@media (min-width: 768px) {
    .email-newsletter-modal {
        padding: 5em;
    }
        .email-newsletter-modal .widget_wysija_cont .wysija-submit {
            float: right;
            margin-top: -2em;
            margin: -2em 0.2em 0 0;
        }
}


/* Lifestyle category */
.archive-header {
    margin: 0 0 3em 0;
    text-align: center;
}
.lifestyle-header {
    padding: 5em 0;
}
    .lifestyle-header h1:after {
        display: none;
    }
.category-lifestyle .archive-header .row, .category-events .archive-header .row {
    padding-left: 0;
}


    .lifestyle-header .billboard {
        margin: 0;
        background: #333;
    }

.top-level-category {
    border-bottom: solid 1px #ebebeb;
    padding-bottom: 3em;
    margin-bottom: 3em;
}
.top-level-category ul, .article-grid {
    list-style: none;
    margin: 0;
    font-size: 1.6em;
}
    .top-level-category ul li, .article-grid li {
        text-align: center;
    }
        .post.style3 .article-grid li .post-gallery {
            margin: 0;
        }
        .top-level-category ul li img, .article-grid li img {
            width: 100%;
        }
        .top-level-category ul li .article-category a, .article-grid li .article-category a {
            width: 12em;
            display: block;
            padding: 0.2em 0;
            background: #222;
            color: white;
            text-transform: uppercase;
            font-size: 0.8em;
            margin: -0.9em auto 0.5em auto;
            position: relative;
        }
        .article-category ul {
            list-style: none;
            margin: 0;
        }
        .top-level-category ul li h3, .article-grid li h3 {
            font: 1.4em Droid Serif, Georgia, serif;
            margin-top: 1em;
        }
            .top-level-category ul li h3 a, .article-grid li h3 a {
                color: #333;
            }
            .view-more {
                background: #f7f7f7;
                position: relative;
                clear: both;
                font-size: 1.6em;
                margin: 2em 0 0 0;
            }
                .view-more:before {
                    content: '';
                    position: absolute;
                    top: -1em;
                    left: 50%;
                    margin-left: -1em;
                    border-bottom: solid 1em #f7f7f7;
                    border-left: solid 1em transparent;
                    border-right: solid 1em transparent;
                }
                .view-more a {
                    background: #222;
                    padding: 1em 1.5em 0.8em;
                    color: white;
                    margin: 2em auto;
                    display: inline-block;
                    transition: all 0.3s ease-in-out;
                    -moz-transition: all 0.3s ease-in-out;
                    -webkit-transition: all 0.3s ease-in-out;
                    text-transform: uppercase;
                    letter-spacing: 0.15em;
                    font-weight: lighter;
                }
                .view-more a:hover {
                    background: #3498DB;
                }
        .top-level-category .featured-article .article-image {
            max-height: 41em;
            overflow: hidden;
        }
        .top-level-category .featured-article .article-text {
            position: relative;
            background: white;
            width: 80%;
            padding: 3em;
            margin: -6em auto 0 auto;
            box-shadow: 0 0 3em 0 rgba(0,0,0,0.2);
            -moz-box-shadow: 0 0 3em 0 rgba(0,0,0,0.2);
            -webkit-box-shadow: 0 0 3em 0 rgba(0,0,0,0.2);
        }
            .top-level-category .featured-article .article-text h3 {
                font-size: 1.6em;
            }
                .top-level-category .featured-article .article-text h3 a {
                    color: #222;
                }
            .top-level-category .featured-article .article-text p {
                margin: 0;
                font-size: 1.1em;
            }
        .top-level-category li:nth-of-type(2) {
            margin-bottom: 2em;
        }
.billboard {
    background: #333;
    padding: 2em 0;
    margin: 2em 0;
    text-align: center;
}
    .billboard div, .billboard ins, .billboard iframe {
        display: inline;
    }

.most-popular-cities .view-all {
    margin-top: 3em;
}

/* All articles */
.all-articles {
    text-align: center;
    border-bottom: solid 1px #ebebeb;
    padding-bottom: 3em;
    margin-bottom: 3em;
    clear: both;
}
    .all-articles h2 {
        text-transform: uppercase;
        letter-spacing: 0.2em;
        color: #333;
        font: 2.4em Droid Serif, Georgia, serif;
        text-align: center;
        margin: 0 0 1em 0;
        display: block;
    }
        .all-articles h2 a, .all-articles h2 a:visited {
            color: #000;
        }
    .all-articles .row {
        margin: 0 auto;
    }
        .all-articles li:nth-of-type(3n+1) {
            clear: left;
        }


/* Events Category */
.category-events .category-title .category-header {
    padding-bottom: 0;
    overflow: visible;
}
.event-browser {
    margin-top: 2em;
    padding: 2em 0;
    background: #f7f7f7;
}
    .event-browser .large-4 {
        position: relative;
    }
        .event-browser h3 {
            font: 400 1.8em/1 Droid Serif, helvetica, arial, sans-serif !important;
            text-align: left;
            color: #666;
            margin: 0.4em 0 0 0.5em;
        }
        .event-browser p {
            margin: 0;
            font: 400 1em/1.5em "Helvetica Neue", helvetica, arial, sans-serif !important;
            padding: 0.75em;
            border: solid 1px #ebebeb;
            cursor: pointer;
            text-align: left;
            width: 90%;
            float: right;
            height: 3.2em;
            background: rgba(255,255,255,0.7);
            transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
        }
        .event-browser p:hover {
            box-shadow: 0 0 1em 0 rgba(0,0,0,0.1);
            -moz-box-shadow: 0 0 1em 0 rgba(0,0,0,0.1);
            -webkit-box-shadow: 0 0 1em 0 rgba(0,0,0,0.1);
        }
        .event-browser p:after {
            content: "\f078";
            font: 1em/3em fontawesome;
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            width: 3em;
            height: 3em;
            background: #999;
            color: white;
            text-align: center;
            display: block;
        }
        .event-browser ul {
            position: absolute;
            z-index: -9;
            opacity: 0;
            visibility: hidden;
            background: white;
            width: 73%;
            height: 0;
            list-style: none;
            text-align: left;
            margin: 0;
            right: 4em;
            top: 3em;
            transition: all 0.5s ease-in-out;
            box-shadow: 0 0 2em 0 rgba(0,0,0,0.2);
            -moz-box-shadow: 0 0 2em 0 rgba(0,0,0,0.2);
            -webkit-box-shadow: 0 0 2em 0 rgba(0,0,0,0.2);
        }
            .event-browser li {
                margin: 0;
            }
                .event-browser li a {
                    padding: 0.75em;
                    margin: 0;
                    display: block;
                    border-bottom: solid 1px #f7f7f7;
                }
                .event-browser li a:hover {
                    background: #f7f7f7;
                }
.event-type-open .event-type ul, .event-location-open .event-location ul {
    height: auto;
    z-index: 9999;
    opacity: 1;
    visibility: visible;
}
.events-main {
    border-top: solid 1px #ebebeb;
    box-shadow: 0 0 2em 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 2em 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 2em 0 rgba(0,0,0,0.2);
}

.category.category-events h2 {
    font: bold 2.1em Droid Serif, Georgia, serif;
    margin: 1em 0;
    background: #222;
    padding: 0.25em 0.5em;
    color: white;
    position: relative;
}
.category.category-events h2:after {
    content: "\f073";
    font: 0.6em fontawesome;
    position: absolute;
    right: 1em;
    top: 50%;
    height: 1em;
    margin-top: -0.5em;
}
.events-years {
    list-style: none;
}
    .events-years li, .event-years li:last-child {
        display: inline-block;
        margin: 0 1em !important;
    }
        .events-years li a {
            color: black;
        }
.months {
    list-style: none;
    text-transform: uppercase;
    color: #999;
    margin-top: 3em;
    padding-bottom: 2em;
}
    .months li {
        width: 8.3333%;
        float: left;
        color: #ccc;
    }
        .months li a {
            color: #666;
        }

.events-articles h3 {
    border-top: solid 0.3em #222;
    padding: 1em 0 0 0;
    margin: 0 0 1em 0;
    text-align: left;
    font: 1.8em Droid Serif, Georgia, serif;
    text-transform: uppercase;
}
.events-articles li h3 {
    border: none;
    text-align: center;
}
.article-grid .event-date {
    width: 3em;
    height: 3em;
    border-radius: 3em;
    background: #222;
    padding: 0.5em 0.2em 0 0.2em;
    color: white;
    position: absolute;
    left: -0.1em;
    top: -0.1em;
    line-height: 1em;
    text-transform: uppercase;
}
    .events-articles .event-date span {
        display: block;
        font-size: 2em;
    }
.events-articles li:nth-of-type(3n+1) {
    clear: none;
}
.events-articles li:nth-of-type(2n+1) {
    clear: left;
}

.back-to-top {
    position: fixed;
    right: 2em;
    bottom: 2em;
    z-index: 999;
    background: white;
    box-shadow: 0 0 2em 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 2em 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 2em 0 rgba(0,0,0,0.2);
    font: 1em "Helvetica Neue", helvetica, arial, sans-serif;
    text-transform: uppercase;
}
    .back-to-top a {
        padding: 4em 2em 1em 2em;
        display: block;
    }
.back-to-top a:before {
    content: "\f01b";
    font: 2em fontawesome;
    position: absolute;
    width: 2em;
    text-align: center;
    left: 50%;
    margin-left: -1em;
    top: 0.5em;
}
.back-to-top-hidden {
    bottom: -2em;
    opacity: 0;
    background: black;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.back-to-top-visible {
    opacity: 1;
    bottom: 2em;
}


/* Lifestyle sidebar */
.sidebar-mpu {
    text-align: center;
}
    .sidebar-mpu ins, .sidebar-mpu div {
        margin: 0 auto;
        width: 300px;
    }
.events-alerts {
    width: 300px;
    padding: 7em 2em 2em 2em;
    margin: 3em auto;
    text-align: center;
    position: relative;
    box-shadow: 0 0 2em 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 2em 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 2em 0 rgba(0,0,0,0.1);
}
    .events-alerts h3 {
        text-transform: uppercase;
        color: #2da1db;
        font: 500 1.8em "Helvetica Neue", helvetica, arial, sans-serif;
        letter-spacing: 0.1em;
    }
    .events-alerts p {
        font: 300 1.1em Lato, helvetica, arial, sans-serif;

    }
    .events-alerts input[type="text"] {
        border: none;
        background: #f7f7f7;
        box-shadow: inset 0 0.2em 0.3em rgba(0, 0, 0, 0.2);
        padding: 1em;
        height: auto;
    }
    .events-alerts input[type="submit"] {
        margin: 0 auto;
        background: #2ca0da;
        font: 300 1em "Helvetica Neue", helvetica, arial, sans-serif;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        padding: 0.75em 1em;
        width: 100%;
        cursor: pointer;
    }
.events-alerts:before {
    content: '';
    background: url(https://www.verdict.co.uk/wp-content/uploads/2017/08/event-newsletter.png);
    background-size: 100%;
    display: block;
    width: 100px;
    height: 120px;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    top: -2em;
}


@media (max-width: 640px) {
    .months li {
        width: 16.666%;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {

    .site-header .large-2 {
        float: left;
        width: 24%;
    }
    .site-header .large-10 {
        float: right;
        width: 75%;
    }
}

@media (max-width: 1024px) {

        .site-header nav ul.site-nav li {
            margin: 0;
        }
        .site-header nav ul.site-nav li a {
            padding: 1em;
            border: none;
            display: block;
        }
        .site-header nav ul.site-nav li a:hover, .category-lifestyle .site-header nav ul li.lifestyle a {
            border: none;
            background: rgba(0,0,0,0.1);
        }
        .sub-nav {
            padding: 0.5em 0;
        }
            .sub-nav p {
                margin-right: 0;
            }
            .sub-nav-toggle {
                display: inline-block;
                overflow: hidden;
                width: 8em;
                height: 1.5em;
                position: relative;
                cursor: pointer;
                top: 0.1em;
                color: white;
                padding-top: 0.5em;
                float: left;
                padding: 0.3em 0 0 2em;
                text-align: left;
                font: lighter 1.6em Lato, helvetica, arial, sans-serif;
                text-transform: uppercase;
                margin-left: 1em;
            }
            .sub-nav-toggle:after {
                content: "\f0c9";
                font: 1.2em/1.6em fontawesome;
                position: absolute;
                left: 0;
                top: 0;
                bottom: 0;
                text-align: center;
                text-indent: 0;
                color: white;
            }
            .sub-nav ul {
                visibility: hidden;
                z-index: -99;
                opacity: 0;
                top: 10em;
                bottom: auto;
                position: absolute !important;
                width: 30em;
                background: #222;
                padding: 2em;
                box-shadow: 0 0 1em 0 rgba(0,0,0,0.3);
                -moz-box-shadow: 0 0 1em 0 rgba(0,0,0,0.3);
                -webkit-box-shadow: 0 0 1em 0 rgba(0,0,0,0.3);
                transition: opacity 0.5s ease-in-out, top 0.3s ease-in-out;
                -moz-transition: opacity 0.5s ease-in-out, top 0.3s ease-in-out;
                -webkit-transition: opacity 0.5s ease-in-out, top 0.3s ease-in-out;
            }
            .category-comment .sub-nav ul, .category-comment-wire .sub-nav ul, .category-research-wire .sub-nav ul {
                visibility: visible;
                z-index: 9999;
                opacity: 1;
            }
                .sub-nav ul li {
                    display: block;
                }
                    .sub-nav ul a {
                        display: block;
                        padding: 1em;
                        border-bottom: solid 1px rgba(255,255,255,0.1);
                    }
            .site-header nav ul.site-nav li:hover .sub-nav ul {
                visibility: visible;
                z-index: 9999;
                opacity: 1;
                top: 8.4em;
                left: 0;
                right: 0;
                width: 100%;
            }

        .sc-block {
            border-top: solid 1px #ebebeb;
            border-bottom: solid 1px #ebebeb;
            padding: 3em;
            margin: 3em 0 0 0;
        }
        .event-date {
            background: none;
        }

        .article-row {
            box-shadow: none;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
        }
}
@media (max-width: 1024px) {
    /*.lifestyle-nav-op .lifestyle-sub-nav, .lifestyle-nav-open .lifestyle-sub-nav, .category-lifestyle .lifestyle-sub-nav {
        display: none;
    }*/
    .event-browser {
        padding-left: 1.8em;
    }
        .event-type, .event-location {
            width: 100%;
            margin: 1em 0 0 0;
        }
            .event-type, .event-location p, .event-browser p {
                width: 100%;
            }

    .sub-nav-open {
        overflow: hidden;
    }
    .sub-nav-open .sub-nav ul {
        visibility: visible;
        z-index: 9999;
        opacity: 1;
        top: 12em;
        left: 2.15em;
        right: 2.15em;
    }
        .sub-nav-open .sub-nav ul li {
            display: block;
            float: none;
            width: 100%;
        }
    .sub-nav-open .entry-header {
        z-index: -9;
    }
    .comment-sub-nav {
        padding-top: 0 !important;
    }
        .comment-sub-nav ul {
            position: static !important;
            margin-top: -0.5em !important
            max-width: 100%;
            box-shadow: none;
            background: none;
        }
            .comment-sub-nav li {
                display: inline-block !important;
            }
}
@media (max-width: 470px) {
    .site-header .comment-sub-nav {
        height: auto;
    }
        .site-header .comment-sub-nav ul {
            max-width: 100%;
        }
}
@media (max-width: 600px) {
    .lifestyle-header {
        max-height: 100%;
    }
        .archive-header nav {
            position: relative;
        }
            .archive-header nav ul {
                font-size: 0.7em;
            }
                .archive-header nav li {
                    display: block;
                }
                    .archive-header nav li a {
                        display: block;
                        border-bottom: solid 1px rgba(255,255,255,0.1);
                    }
}
@media (max-width: 800px) {
    .archive-header nav {
        position: relative;
    }
}
@media (min-width: 600px) and (max-width: 800px) {
    
    .archive-header nav ul {
        font-size: 0.7em;
    }
}
@media (max-width: 767px) {
    .site-header {
        padding: 0 0 1em 0;
    }
        .site-header nav .row {
            border: none;
            padding: 0;
            margin: 0;
        }
        .site-header .large-2 {
            width: 40%;
        }
            .site-logo {
                max-width: 120px;
                margin: 1.3em 0 0 0;
            }
        .site-header .large-10 {
            width: 60%;
            text-align: right;
        }
            .site-search-col {
                float: right;
            }
            .search-toggle {
                text-align: left;
                float: none;
                top: 1em;
                position: absolute;
                right: 1em;
                left: auto;
            }
            .menu-toggle {
                float: right !important;
                top: 0.5em !important;
            }
            .search-toggle:after {
                content: "\f002";
                font: 2em/1.5em fontawesome;
                position: absolute;
                left: 0;
                top: 0em;
                right: 0;
                bottom: 0;
                text-align: center;
                text-indent: 0;
            }

    .site-header nav ul.site-nav li {
        max-width: 100%;
    }
    .site-header nav .subscribe {
        position: fixed;
        float: none;
        top: 38em;
        width: 100%;
        text-align: center;
        opacity: 0;
        visibility: hidden;
        z-index: -9;
        left: 0;
        transition: opacity 3s ease-in-out, top 3s ease-in-out;
        -moz-transition: opacity 3s ease-in-out, top 3s ease-in-out;
        -webkit-transition: opacity 3s ease-in-out, top 3s ease-in-out;
    }
        .site-header nav .subscribe p {
            display: block;
            margin: 0;
        }

    .menu-links-open .site-header nav .subscribe {
        opacity: 1;
        visibility: visible;
        z-index: 9999;
        top: 40em;
        text-align: center;
    }
        .menu-links-open .site-header nav .subscribe p {
            margin: 0 0 1em 0;
            float: none;
        }
        .site-header nav .subscribe ul {
            margin: 0 auto;
            float: none;
        }
    .site-header .sub-nav {
        margin: 1em 0 -1em 0;
        padding-top: 0.7em;
        padding-left: 1.5em;
    }
        .sub-nav-open .sub-nav ul {
            top: 8em;
            left: 0;
            right: 0;
        }
    .archive-header {
        padding: 0 1em;
        margin-bottom: 1em;
    }
    .category-image, .loaded .category-image {
        margin: 0;
    }

    .city-guides-header img {
        display: none;
    }

    .entry-header .article-date {
        color: #888;
        padding: 0;
        margin-right: 0;
        font-size: 0.9em;
    }
    .entry-header .article-date:before {
        color: #999;
        left: 0.1em;
    }
}
@media (min-width: 768px) {

    .menu-links-open .menu-toggle:after {
        text-align: right !important;
        margin-top: -1.15em !important;
        margin-right: 0.75em !important;
    }
}
@media (max-width: 360px) {
    .top-level-category .featured-article .article-text {
        width: 100%;
    }
    .sc-block {
        padding: 2em 1em;
    }
}
@media (max-width: 460px) {
    .top-level-category .featured-article .article-text {
        padding: 2em;
    }
    .secondary-feature {
        width: 100% !important;
    }
}
@media (min-width: 1240px) {
    .row .events-articles ul.row {
        padding-left: 12em;
        margin-top: -3.6em;
    }
}
@media (max-width: 1250px) {
    .network_menu1{
        display: none !important;
    }
    .site-logo {
        margin-bottom: 0.9em;
    }
    .menu-toggle {
        text-indent: -5000px;
        text-align: left;
        overflow: hidden;
        width: 2em;
        height: 2em;
        background: none;
        color: white;
        float: left;
        margin: 0;
        padding: 0;
        top: -0.2em;
        transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -webkit-transition: 0.5s ease-in-out;
        display: inline-block;
    }
    .menu-links-open .menu-toggle:after {
        margin-top: -0.5em !important;
    }
    .menu-links-open .article-list {
        position: relative;
        z-index: -9;
    }
    .menu-toggle:before {
        content: "\f0c9";
        font: 1.4em/1.5 fontawesome;
        color: black;
        text-indent: 0;
        text-align: center;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        display: block;
    }
    .site-header nav ul.site-nav {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        z-index: -9;
        visibility: hidden;
        background: #333;
        border: solid 1em rgba(0,0,0,0.5);
        box-shadow: inset 0 0 10em rgba(0,0,0,0.1);
        -moz-box-shadow: inset 0 0 10em rgba(0,0,0,0.1);
        -webkit-box-shadow: inset 0 0 10em rgba(0,0,0,0.1);
        padding: 20%;
        max-width: 100%;
        font-size: 2.4em;
        font-weight: lighter;
        text-align: center;
        transition: opacity 0.7s ease-in-out;
        -moz-transition: opacity 0.7s ease-in-out;
        -webkit-transition: opacity 0.7s ease-in-out;
    }
        .site-header nav ul.site-nav li {
            display: block;
            margin: 0 auto;
            width: 20em;
            padding: 0;
        }
            .site-header nav ul.site-nav li a {
                color: #ebebeb;
                padding: 0.5em 0;
                display: block;
                border-bottom: solid 1px rgba(255,255,255,0.1);
            }
            .site-header nav ul.site-nav li a:hover {
                border-bottom: solid 2px rgba(255,255,255,0.02);
            }
        .site-header nav ul.site-nav li:last-of-type {
            border: none;
        }
        .site-header nav ul li.lifestyle {
            padding-right: 0;
        }
        .site-header nav ul li.lifestyle .lifestyle-toggle {
            display: none;
        }
    .menu-close {
        position: absolute;
        right: 2em;
        top: 7em;
        width: 3em;
        height: 3em;
        text-indent: -5000px;
        overflow: hidden;
    }
    .menu-close:after {
        content: "\f00d";
        font: 2em/2 fontawesome;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        text-align: center;
        text-indent: 0;
    }
    .menu-links-open .menu-toggle {
        position: fixed;
        right: 1em;
        top: 1em !important;
        font-size: 2.5em;
    }
    .menu-links-open .menu-toggle:before {
        display: none;
    }
    .menu-links-open .menu-toggle:after {
        left: 0;
        right: 0;
        text-align: center;
        margin-top: -0.2em;
        color: #ebebeb;
    }
    .menu-links-open .site-header nav ul.site-nav {
        opacity: 1;
        z-index: 9999;
        visibility: visible;
    }
        .loaded.menu-links-open .lifestyle-header h1, .loaded.menu-links-open .archive-header nav, .loaded.searchform-open .archive-header nav, .loaded.searchform-open .lifestyle-header h1 {
            z-index: -9;
        }
    .site-header .sub-nav p {
        display: none;
    }
    .menu-links-open .featured-articles, .searchform-open .featured-articles {
        z-index: -999;
    }
}
@media (max-width: 1350px) {
    .primary-content {
        width: 70%;
    }
    .secondary-content {
        width: 30%;
        text-align: center;
    }
}
@media (max-width: 1130px) {
    .primary-content {
        width: 60%;
    }
        .featured-article {
            width: 100%;
            margin-bottom: 3em;
        }
        .secondary-feature {
            width: 50%;
        }
    .secondary-content {
        width: 40%;
    }
}
@media (max-width: 840px) {
    .primary-content, .secondary-content {
        width: 100%;
    }
    .sidebar-mpu {
        padding: 2em 0;
        margin: 2em 0;
        border-top: solid 1px #ebebeb;
        border-bottom: solid 1px #ebebeb;
    }
}
@media (max-width: 900px) {
    .email-newsletter-open .email-newsletter-modal {
        min-height: 40em;
    }
    .email-newsletter-modal h3 {
        font-size: 2.7em;
        margin-bottom: 1.5em;
    }
    .email-newsletter-modal p {
        font-size: 1.6em;
    }
}
@media (max-width: 1023px) {
    .billboard {
        display: none;
    }
}
@media (min-width: 900px) and (max-width: 1279px) {
    .primary-content {
        width: 65%;
    }
    .secondary-content {
        width: 35%;
        float: right;
        padding: 3em 0 0 0;
    }
    .category-events .secondary-content {
        padding-top: 2em;
    }
    .category-lifestyle .secondary-content {
        padding: 0;
    }
}
@media (min-width: 1280px) {
    .primary-content {
        width: 75%;
    }
    .secondary-content {
        width: 25%;
        float: right;
        padding: 3em 0 0 0;
    }
    .category-events .secondary-content {
        padding-top: 2em;
    }
    .category-lifestyle .secondary-content {
        padding: 0;
    }
}

/* 
*
*
*

I’m very conflicted by eye tests. I want to get the answers right but I really want to win the glasses. 

Ba da ba da bing cha ching ching

*
*
*
*/


.category-pagination {
    margin: 3em 0;
    font-size: 3em;
}



/* City Guides Home and Category


What did the buffalo say to his son when he left to college?

Bison

*/

.city-guides-header {
    max-height: 52em;
    overflow: hidden;
    position: relative;
    background: none !important;
    border: none;
}
    .city-guides-header h1 {
        font-size: 4em;
        font-weight: lighter;
        text-transform: uppercase;
        color: white;
        position: relative;
        z-index: 9;
        padding: 0;
        margin: 1.5em 0 0.5em 0;
    }
    .city-guides-header h1:after {
        display: none;
    }
    .city-guides-header p:first-of-type {
        font: lighter normal 1.2em Droid Serif, georgia, serif;
        text-transform: uppercase;
        color: white;
        position: relative;
        z-index: 9;
        display: block;
        margin-bottom: 1em;
    }
    #map-continents {
        position: relative;
        z-index: 999;
    }
    .city-guides-header img {
        position: fixed;
        top: 20em;
        width: 100%;
        left: 0;
        right: 0;
        margin: 0;
        z-index: -1;
    }
.city-guides-header:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100 */
    background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    display: block;
    z-index: 1;
}

.searchform-open #map-continents {
    z-index: -999;
}

.category section.cities {
    text-align: center;
    padding: 4em 0;
    background: white;
    position: relative;
}
.menu-links-open.category section.cities, .searchform-open.category section.cities {
    z-index: -99;
}
    .cities h2 {
        font: lighter 2.4em Droid Serif, Georgia, serif;
        margin: 0 0 1em 0;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        position: relative;
        z-index: 99;
    }
    .cities h2 a {
        color: black !important;
    }
    .cities ul {
        position: relative;
        z-index: 999;
        list-style: none;
    }
        .cities li {
            position: relative;
            min-height: 12em;
            margin: 0;
            text-transform: uppercase;
            font: lighter 1.4em Droid Serif, Georgia, serif;
            letter-spacing: 0.25em;
            color: white;
            overflow: hidden;
            background: black;
            transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -webkit-transition: all 0.5s ease-in-out;
        }
            .cities li a {
                display: block;
                color: white;
                padding-top: 4.5em;
            }
                .cities li a span {
                    position: relative;
                    z-index: 9999;
                    display: block;
                }
                    .cities li b {
                        display: block;
                        font-weight: lighter;
                        font-size: 2em;
                        letter-spacing: 0;
                    }
                    .cities li.copenhagen b {
                        font-size: 1.8em;
                        margin-top: 0.1em;
                    }
                    .cities li.st-petersburgh b, .cities li.buenos-aires b, .cities li.washington b, .cities li.san-francisco b, .cities li.kuala-lumpur b, .cities li.los-angeles b, .city-guide-nav-stockholm h1 b {
                        font-size: 1.5em;
                        margin-top: 0.2em;
                    }
                .cities li img {
                    position: absolute;
                    left: 0;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    width: 100%;
                    opacity: 0.7;
                    transition: all 0.5s ease-in-out;
                    -moz-transition: all 0.5s ease-in-out;
                    -webkit-transition: all 0.5s ease-in-out;
                }
                .cities li:hover img {
                    opacity: 0.3;
                }

.europe-cities h2:before {
    content: '';
    display: block;
    background: url(https://www.verdict.co.uk/wp-content/uploads/2017/08/europe.gif) no-repeat center center;
    background-size: 100%;
    width: 6em;
    height: 5em;
    position: absolute;
    left: 50%;
    margin-left: -3em;
    top: 50%;
    margin-top: -2.5em;
    z-index: -1;
}
.north-america-cities h2:before {
    content: '';
    display: block;
    background: url(https://www.verdict.co.uk/wp-content/uploads/2017/09/north-america.gif) no-repeat center center;
    background-size: 100%;
    width: 6em;
    height: 4em;
    position: absolute;
    left: 50%;
    margin-left: -3em;
    top: 50%;
    margin-top: -1.5em;
    z-index: -1;
    opacity: 0.5;
}
.south-america-cities h2:before {
    content: '';
    display: block;
    background: url(https://www.verdict.co.uk/wp-content/uploads/2017/09/south-america.gif) no-repeat center center;
    background-size: 100%;
    width: 4em;
    height: 6em;
    position: absolute;
    left: 50%;
    margin-left: -2em;
    top: 50%;
    margin-top: -1.5em;
    z-index: -1;
    opacity: 0.5;
}
.africa-cities h2:before {
    content: '';
    display: block;
    background: url(https://www.verdict.co.uk/wp-content/uploads/2017/09/africa-middle-east.gif) no-repeat center center;
    background-size: 100%;
    width: 5em;
    height: 7em;
    position: absolute;
    left: 50%;
    margin-left: -2.5em;
    top: -71%;
    margin-top: -1.5em;
    z-index: -1;
    opacity: 0.5;
}
.asia-cities h2:before {
    content: '';
    display: block;
    background: url(https://www.verdict.co.uk/wp-content/uploads/2017/09/asia.gif) no-repeat center center;
    background-size: 100%;
    width: 9em;
    height: 10em;
    position: absolute;
    left: 50%;
    margin-left: -3em;
    top: 50%;
    margin-top: -2.5em;
    z-index: -1;
    opacity: 0.5;
}

/* City Guide Home */
.city-guide-home {
    position: relative;
}
.city-guide-nav {
    background: #393939;
    padding: 5.2em 3em;
    text-align: center;
    font-size: 1.6em;
}
    .city-guide-nav h1 {
        color: white;
        font: lighter 1.6em Droid Serif, Georgia, serif;
        letter-spacing: 0.15em;
        margin: 0 0 1em 0;
        text-transform: uppercase;
    }
        .city-guide-nav h1 b {
            font-size: 2.2em;
            font-weight: lighter;
            display: block;
        }
            .city-guide-nav h1 ul, .city-guide-nav h1 li {
                padding: 0;
                margin: 0;
                line-height: 1;
            }
        .city-guide-nav h1 a {
            padding: 0;
            border: none;
            display: inline;
        }
        .city-guide-nav h1 a:hover {
            border: none;
            background: none;
        }
    .city-guide-nav ul {
        list-style: none;
        margin-top: 3em;
    }
        .city-guide-nav li {
            margin: 0;
        }
            .city-guide-nav a {
                color: white;
                display: block;
                padding: 0.75em;
                border-bottom: solid 1px rgba(255,255,255,0.1);
                transition: all 0.5s ease-in-out;
                -moz-transition: all 0.5s ease-in-out;
                -webkit-transition: all 0.5s ease-in-out;
            }
            .city-guide-nav a:hover {
                border-bottom: solid 1px rgba(255,255,255,0.4);
                background: rgba(255,255,255,0.1);
            }




.back-to-city-guides {
    margin-top: 3em;
    text-align: center;
}
    .back-to-city-guides a {
        padding: 0;
        border: none;
        display: block;
        font: lighter 2.1em Droid Serif, Georgia, serif;
        text-transform: uppercase;
        width: 100%;
        height: 6.5em;
        padding-top: 2.5em;
        position: relative;
        overflow: hidden;
        background: rgba(0,0,0,0.8);
    }
        .back-to-city-guides img {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            z-index: -9;
        }
        .back-to-city-guides a small {
            display: block;
            font-size: 50%;
        }
    .back-to-city-guides a:hover {
        color: black;
        border: none;
    }


/* Specific sizes for long city names */
.city-guide-nav-florence h1 b, .city-guide-nav-new-york h1 b, .city-guide-nav-stockholm h1 b, .city-guide-nav-los-angeles h1 b, .city-guide-nav-cape-town h1 b, .city-guide-nav-singapore h1 b, .city-guide-nav-hong-kong h1 b, .city-guide-nav-frankfurt h1 b, .city-guide-nav-barcelona h1 b, .city-guide-nav-amsterdam h1 b {
    font-size: 1.6em;
}
.city-guide-nav-washington-dc h1 b, .city-guide-nav-kuala-lumpur h1 b, .city-guide-nav-copenhagen h1 b, .city-guide-nav-vancouver h1 b, .city-guide-nav-st-petersburg h1 b {
    font-size: 1.2em;
}

.city-guide-intro {
    position: absolute;
    left: 25%;
    top: 0;
    bottom: 0;
    width: 40%;
    padding: 9em 3em 4em 3em;
    z-index: 9;
    text-align: center;
    background: rgba(255,255,255,0.8);
    overflow: scroll;
    font-size: 1.6em;
}
    .city-guide-intro:before {
        content: "\f14e";
        font: 3em fontawesome;
        position: absolute;
        top: 1.5em;
        left: 50%;
        width: 1em;
        margin-left: -0.5em;
    }
    .city-guide-intro h3 {
        margin: 2em 0 0.2em 0;
        color: #666;
        font-size: 1.4em;
        border-top: solid 1px #ccc;
        padding-top: 1em;
    }
    .city-guide-intro p {
        max-width: 40em;
        margin: 0 auto 1em auto;
        font-size: 1em;
    }
    .city-guide-intro p:first-of-type {
        font-size: 1.2em;
    }
    .city-guide-intro .cta-button a {
        display: inline-block;
        background: #222;
        padding: 1em 4em 0.8em 1em;
        color: white;
        text-transform: uppercase;
        position: relative;
        margin: 3em 0 0 0;
    }
    .city-guide-intro .cta-button a:after {
        content: "\f14e";
        font: 1.2em fontawesome;
        position: absolute;
        right: 1em;
        top: 50%;
        height: 1em;
        margin-top: -0.5em;
    }

.category-image {
    position: absolute;
    left: 25%;
    top: 0;
    right: 0;
    bottom: 0;
}
    .category-image img {
        height: 100%;
        max-width: 200%;
        width: auto;
    }

.classification {
    color: #9a9a9a;
    border-top: solid 1px #ebebeb;
    padding: 0.5em 0;
    border-bottom: solid 1px #ebebeb;
}


@media (min-width: 900px) and (max-width: 1024px) {
    .city-guide-article {
        width: 60%;
        float: right !important;
    }
        .city-guide-article .entry-content {
            width: 100%;
            float: none;
        }
    .city-guide-nav {
        width: 40%;
    }
    .category-image {
        left: 40%;
    }
}
@media (min-width: 1024px) and (max-width: 1440px) {

    body.category-city-guides .row {
        padding: 0 3em;
    }
    .cities {
        font-size: 0.8em;
    }
    .city-guide-article {
        width: 70%;
        float: right !important;
    }
        .city-guide-article .entry-content {
            width: 100%;
            float: none;
        }
    .city-guide-nav {
        width: 30%;
    }
    .category .city-guide-intro, .category-image {
        left: 30%;
        width: 70%;
    }
}
@media (max-width: 1480px) {
    .city-guide-nav h1 {
        font-size: 1.2em;
    }
    .city-guides-header img {
        position: fixed;
        top: 5em;
        width: 150%;
        max-width: 150%;
        left: -25%;
        right: -25%;
        margin: 0;
    }
}
@media (max-width: 1024px) {
    .category .cite-guide-intro {
        left: 40%;
        width: 60%;
    }
    .category .category-image {
        display: none;
    }
}
@media (max-width: 1024px) {
    .category .city-guide-home, .category .city-guide-intro, .category .city-guide-nav {
        width: 100%;
        position: relative;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }
}




/* City Guides Single Post */
/*.single .city-guide-nav {
    position: absolute;
    top: 20.4em; 
}
.category .city-guide-nav {
    top: 0;
    font-size: 1.6em;
}
.single .city-guide-nav.fixed-top {
    top: 0;
    position: fixed;
}*/

.city-guide-post {
    position: relative;
}
    .single .city-guide-nav {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0; 
    }
.city-guide-article {
    float: left;
    margin-left: 25%;
    padding: 0;
    max-width: 1150px;
    font-size: 1.6em;
}
    .city-guide-article header  {
        background: #f7f7f7;
        padding: 3em;
    }
        .city-guide-article header .breadcrumb {
            padding-left: 1.5em;
            margin-bottom: 0.5em;
            position: relative;
        }
        .city-guide-article header .breadcrumb p {
            font: lighter 1.1em Lato, "Helvetica Neue", helvetica, arial, sans-srif;
            text-transform: uppercase;
            margin: 0;
            letter-spacing: 0.1em;
        }
            .city-guide-article header .breadcrumb p a {

            }
        .city-guide-article header .breadcrumb:before {
            content: "\f14e";
            font: 1em fontawesome;
            position: absolute;
            left: 0.1em;
            top: 50%;
            height: 1em;
            margin-top: -0.5em;
            color: #3498DB;
        }
        .city-guide-article header h1 {
            margin: 0;
            font: 300 3em/1.3 Lato, "Helvetica Neue", helvetica, arial, sans-serif;
            max-width: 900px;
        }
    .city-guide-article .featured-image {
        float: right;
        width: 50%;
        margin: 0 0 2em 4em;
    }
    .city-guide-article .entry-content {
        padding: 4em;
        width: 100%;
        float: none;
    }
        .city-guide-article h2 {
            border-top: solid 1px #222;
            position: relative;
            font: lighter 2.4em Lato, "Helvetica Neue", helvetica, arial, sans-serif;
            margin: 1.5em 0 0.5em 0;
            padding: 0.5em 0 0 1.25em;
        }
        .city-guide-article h2:before {
            content: '1';
            font: lighter 0.5em/1.6em Lato, "Helvetica Neue", helvetica, arial, sans-serif;
            background: black;
            width: 1.65em;
            height: 1.6em;
            text-align: center;
            color: white;
            border-radius: 1em;
            display: block;
            position: absolute;
            left: 0;
            top: 1.5em;
        }
        .city-guide-article h2:first-of-type, .paged-2 .city-guide-article h2:first-of-type, .paged-3 .city-guide-article h2:first-of-type, .paged-3 .city-guide-article h2:first-of-type, .paged-4 .city-guide-article h2:first-of-type, .paged-5 .city-guide-article h2:first-of-type {
            margin-top: 0;
        }
        .city-guide-article h2:nth-of-type(2):before {
            content: '2';
        }
        .city-guide-article h2:nth-of-type(3):before {
            content: '3';
        }
        .city-guide-article h2:nth-of-type(4):before {
            content: '4';
        }
        .city-guide-article h2:nth-of-type(5):before {
            content: '5';
        }
        .city-guide-article h2:nth-of-type(6):before {
            content: '6';
        }
        .city-guide-article h2:nth-of-type(7):before {
            content: '7';
        }
        .city-guide-article h2:nth-of-type(8):before {
            content: '8';
        }
        .city-guide-article h2:nth-of-type(9):before {
            content: '9';
        }
        .city-guide-article h2:nth-of-type(10):before {
            content: '10';
        }
        .city-guide-article h2:nth-of-type(11):before {
            content: '11';
        }
        .city-guide-article h2:nth-of-type(12):before {
            content: '12';
        }
        .city-guide-article h2:nth-of-type(13):before {
            content: '13';
        }
        .city-guide-article h2:nth-of-type(14):before {
            content: '14';
        }
        .city-guide-article h2:nth-of-type(15):before {
            content: '15';
        }
        .city-guide-article h2:nth-of-type(16):before {
            content: '16';
        }
        .city-guide-article h2:nth-of-type(17):before {
            content: '17';
        }
        .city-guide-article h2:nth-of-type(18):before {
            content: '18';
        }
        .city-guide-article h2:nth-of-type(19):before {
            content: '19';
        }
        .city-guide-article h2:nth-of-type(20):before {
            content: '20';
        }
        .city-guide-article h2:nth-of-type(21):before {
            content: '21';
        }
        .city-guide-article h2:nth-of-type(22):before {
            content: '22';
        }
        .city-guide-article h2:nth-of-type(23):before {
            content: '23';
        }
        .city-guide-article h2:nth-of-type(24):before {
            content: '24';
        }
        .city-guide-article h2:nth-of-type(25):before {
            content: '25';
        }
        .city-guide-article h2:nth-of-type(26):before {
            content: '26';
        }
        .city-guide-article h2:nth-of-type(27):before {
            content: '27';
        }
        .city-guide-article h2:nth-of-type(28):before {
            content: '28';
        }
        .city-guide-article h2:nth-of-type(29):before {
            content: '29';
        }
        .city-guide-article h2:nth-of-type(30):before {
            content: '30';
        }
        .city-guide-article h2:nth-of-type(31):before {
            content: '31';
        }
        .city-guide-article h2:nth-of-type(32):before {
            content: '32';
        }
        .city-guide-article h2:nth-of-type(33):before {
            content: '33';
        }
        .city-guide-article h2:nth-of-type(34):before {
            content: '34';
        }
        .city-guide-article h2:nth-of-type(35):before {
            content: '35';
        }
        .city-guide-article h2:nth-of-type(36):before {
            content: '36';
        }
        .city-guide-article h2:nth-of-type(37):before {
            content: '37';
        }
        .city-guide-article h2:nth-of-type(38):before {
            content: '38';
        }
        .city-guide-article h2:nth-of-type(39):before {
            content: '39';
        }
        .city-guide-article h2:nth-of-type(40):before {
            content: '40';
        }
        .city-guide-article h2:nth-of-type(41):before {
            content: '41';
        }
        .city-guide-article h2:nth-of-type(42):before {
            content: '42';
        }
        .city-guide-article h2:nth-of-type(43):before {
            content: '43';
        }
        .city-guide-article h2:nth-of-type(44):before {
            content: '44';
        }
        .city-guide-article h2:nth-of-type(45):before {
            content: '45';
        }
        .city-guide-article h2:nth-of-type(46):before {
            content: '46';
        }
        .city-guide-article h2:nth-of-type(47):before {
            content: '47';
        }
    .city-guide-article .entry-content p {
        font: lighter 1.2em/1.5 Lato, "Helvetica Neue", helvetica, arial, sans-serif;
    }
    .city-guide-article .entry-content p:first-of-type {
        font: lighter 1.4em Lato, "Helvetica Neue", helvetica, arial, sans-serif;
        color: black;
    }
    .city-guide-article .entry-content .featured-image img {
        margin: 0;
    }

.vcard {
    font-size: 1em;
    background: #f7f7f7;
    display: block;
    width: 40em;
    max-width: 100%;
    padding: 2em;
    margin: 3em 0 0;
}
    .vcard p {
        margin: 0;
        border-bottom: solid 1px #ededed;
        padding: 0.5em 0 0.5em 2em;
        position: relative;
        word-wrap: break-word;
    }
    .vcard p:last-child {
        border-bottom: none;
    }
    .city-guide-article .entry-content .vcard p:first-of-type {
        font-size: 1.4em;
    }
    .vcard p.tel:before {
        content: "\f095";
        font: 1em fontawesome;
        position: absolute;
        left: 0;
        top: 50%;
        height: 1em;
        margin-top: -0.5em;
        color: #dedede;
    }
    .vcard p a.email:before {
        content: "\f2b6";
        font: 1em fontawesome;
        position: absolute;
        left: 0em;
        top: 50%;
        height: 1em;
        margin-top: -0.5em;
        color: #dedede;
    }
    .vcard p a.url:before {
        content: "\f08e";
        font: 1em fontawesome;
        position: absolute;
        left: 0em;
        top: 50%;
        height: 1em;
        margin-top: -0.5em;
        color: #dedede;
    }
    .vcard p.adr:before {
        content: "\f2b9";
        font: 1em fontawesome;
        position: absolute;
        left: 0;
        top: 50%;
        height: 1em;
        margin-top: -0.5em;
        color: #dedede;
    }
    .vcard p.fn:before {
        content: "\f2b9";
        font: 1em fontawesome;
        position: absolute;
        left: 0;
        top: 50%;
        height: 1em;
        margin-top: -0.5em;
        color: #dedede;
    }
    .vcard p.web-address:before {
        content: "\f08e";
        font: 1em fontawesome;
        position: absolute;
        left: 0;
        top: 50%;
        height: 1em;
        margin-top: -0.5em;
        color: #dedede;
    }
.post-feature {
    background: #f7f7f7;
    padding: 3em;
    margin: 2em 0;
}
    .entry-content .post-feature p:first-of-type {
        font-size: 1.2em;
        line-height: 1.5;
    }
    .post-feature img.alignright {
        background: none;
    }
.two-level-heading {
    color: #3498DB;
    font: lighter 1em Lato, helvetica, arial, sans-serif; 
}
    .two-level-heading strong {
        display: block;
        font-size: 1.6em;
        color: black;
        font-weight: lighter;
    }

.city-guide-article .pagination {
    clear: both;
    padding: 1em 0;
}
    .city-guide-article .pagination a {
        background: #3498DB;
        padding: 1em 3em 0.8em 1em;
        float: right;
        color: white;
        font-size: 1.2em;
        position: relative;
        transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
    }
    .city-guide-article .pagination a:hover {
        background: black;
    }
    .city-guide-article .pagination a:after {
        content: "\f105";
        font: 1em fontawesome;
        position: absolute;
        right: 1em;
        top: 50%;
        height: 1em;
        margin-top: -0.5em;
        display: block;
    }
    .paged-2 .city-guide-article .pagination a:first-of-type, .paged-3 .city-guide-article .pagination a:first-of-type, .paged-4 .city-guide-article .pagination a:first-of-type, .paged-5 .city-guide-article .pagination a:first-of-type, .paged-6 .city-guide-article .pagination a:first-of-type, .paged-7 .city-guide-article .pagination a:first-of-type, .paged-8 .city-guide-article .pagination a:first-of-type, .paged-9 .city-guide-article .pagination a:first-of-type, .paged-10 .city-guide-article .pagination a:first-of-type {
        float: left;
        padding: 1em 1em 0.8em 3em;
    }
    .paged-2 .city-guide-article .pagination a:first-of-type:after, .paged-3 .city-guide-article .pagination a:first-of-type:after, .paged-4 .city-guide-article .pagination a:first-of-type:after, .paged-5 .city-guide-article .pagination a:first-of-type:after, .paged-6 .city-guide-article .pagination a:first-of-type:after, .paged-7 .city-guide-article .pagination a:first-of-type:after, .paged-8 .city-guide-article .pagination a:first-of-type:after, .paged-9 .city-guide-article .pagination a:first-of-type:after, .paged-10 .city-guide-article .pagination a:first-of-type:after {
        right: auto;
        left: 1em;
        content: "\f104";
    }



@media (max-width: 767px) {
    .city-guide-article .featured-image {
        float: none;
        width: 100%;
        margin: 0em -2em 2em 3em;
    }
    .city-guide-article .entry-content {
        padding: 0 3em;
    }
        .city-guide-article h2 {
            font-size: 1.8em;
        }
    .site-header .sub-nav li {
        display: block;
    }
}
@media (max-width: 400px) {
    .city-guide-nav .toggle-sidebar {
        bottom: 1em;
        top: auto !important;
    }
    .city-guide-article .entry-content {
        padding: 2em;
    }
        .city-guide-article header h1 {
            font-size: 1.8em;
        }
    .city-guides-header h1, .cities h2 {
        font-size: 1.8em;
    }
}
@media (min-width: 400px) and (max-width: 900px) {
    .city-guide-article header h1 {
        font-size: 2.1em;
    }
    .city-guides-header h1, .cities h2 {
        font-size: 3em;
    }
}
@media (min-width: 900px) and (max-width: 1280px) {
    .city-guide-article header h1 {
        font-size: 2.4em;
    }
}
@media (min-width: 1301px) {
    .city-guide-article img.alignright {
        margin-top: 0;
    }
}
.city-guide-nav .toggle-sidebar {
    display: none;
}

@media (max-width: 900px) {
    .city-guide-article {
        width: 100%;
        float: none;
        margin: 0;
    }
    .city-guide-nav {
        width: 100%;
        left: -100%;
        transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
    }
        .city-guide-nav .toggle-sidebar {
            position: absolute;
            right: -4em;
            width: 4em;
            height: 4em;
            background: #222;
            display: block;
            top: 50%;
            margin-top: -2em;
            text-indent: -5000px;
            overflow: hidden;
            cursor: pointer;
            transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -webkit-transition: all 0.4s ease-in-out;
        }
        .city-guide-nav .toggle-sidebar:after {
            content: "\f14e";
            font: 2em/2em fontawesome;
            color: white;
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            display: block;
            text-align: center;
            text-indent: 0;
        }
    .sidebar-toggled-mission-control .city-guide-nav {
        left: 0;
    }
    .sidebar-toggled-mission-control .city-guide-nav .toggle-sidebar {
        right: 0;
        left: auto;
        background: black;
    }
}


/* Sponsored by */

.postid-141173 .article-author, .postid-142498 .article-author {
    display: none !important;
}

.sponsoredby {
    color: orange;
    font-size: 1.3em;
}

#ayl-wrapper:before {
    content: 'ADVERTISEMENT';
    display: block;
    letter-spacing: 2px;
    color: #9e9e9e;
    font-weight: 100;
    font-size: 0.9em;
    padding-left: 0.1em;
}

.spomsored {
    color: #ffb707;
    font-weight: 100 !important;
    z-index: 9999;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 0em;
    margin-top: -4em;
    font-size: 1.1em;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 2em;
    font-family: "Lato";
}

.sponsoredby img {
    max-width: 7em;
    position: relative;
    margin-top: 1.5em;
    max-height: 6em;
    margin-left: 1.5em;
    margin-bottom: 1.7em;
}
.category-sponsored .featured-image {
    background: #c1c1c1;
    background: #DBE6F6;
    background: -webkit-linear-gradient(to right, #fdfafa, #c7c7c7);
    background: linear-gradient(to right, #fdfafa, #c7c7c7);
}

.category-sponsored .between-article-leaderboard {
    background: none;
}

.large-12.ey-box {
    max-height: 23em;
    background: #f1f1f1;
    margin-bottom: 7em;
    margin-top: 5em;
    border-bottom: 1em solid #ffe417;
    background-image: url(http://www.ey.com/Media/vwLUExtFile/uk-general/$FILE/ey-item-club-nov-2017.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.ey-img {
    text-align: center;
}
.ey-text {
    padding-left: 2.5em;
}
.ey-img img {
    padding: 0;
    margin-top: 0.6em;
    margin-bottom: 0;
    max-width: 11em;
    margin-left: 2em;
    border: 1px solid #ffe514;
}

.ey-text h5 {
    font-family: 'Lato' !important;
    margin: 0em 0 -2.7em 0 !important;
    font-size: 2em;
    line-height: 1.5;
    color: white;
}

.ey-text li {
    font-size: 1.4em;
    font-family: Lato;
    list-style-type: none;
    margin-left: -.65em;
    border-top: 1px solid;
    border-bottom: 1px solid;
    width: 84%;
    font-weight: 600;

}

.h3ey {
    font-family: 'Lato' !important;
}
.ey-box ul {
    margin-top: 2.6em;
    padding-left: 1em;
}

.ey-box ul a:hover {
    box-shadow: none;
    transition: 0.5s;
    cursor: pointer;
}

.ey-box ul a {
    background: transparent;
    padding: .6em .2em;
    margin-top: 4.8em;
    display: block;
    width: 22em;
    margin-left: -1.3em;
    text-align: center;
    margin-bottom: -1em;
    font-size: .8em;
    text-transform: uppercase;
    font-family: 'Helvetica', sans-serif;
    border: 2px solid white;
    color: white !important;
    font-weight: 700;
}
.category-sponsored .article-author {
    border-bottom: none !important;
    margin-top: -1.5em;
    line-height: 1.3;
    padding-top: 1em;
    font-size: 0.97em;
    font-weight: 100;
    margin-bottom: -2em;
    border-top: 1px solid #ebebeb;
}

span.company_name_owner {
display: block;
    color: black;
    font-weight: 500;
}


.category-sponsored .article-mpu.article-1 {
    display: none;
}

.category-sponsored .article-mpu.article-2 {
    display: none;
}
.category-sponsored  .article-author-box {
    padding: 3em 3em;
}
img.authorsponsored {
    box-shadow: none;
    border: none;
    margin-top: 2em;
}

.written_by {
    margin-top: 1em;
    display: block;
    position: relative;
    margin-bottom: -0.5em;
}

span.by- {
    color: #666666;
}

@media (min-width: 600px) and (max-width: 1280px) {
    .spomsored {
        position: relative;
        margin-top: -3em;
    }
}

.sponsored {
    font-size: 1.3em !important;
    margin-bottom: 3em;
    margin-top: -2.5em;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 0;
    text-transform: uppercase;
}

@media (max-width: 600px) {
    .large-12.ey-box {
    max-height: 42em !important;
    }
    .spomsored {
        margin-top: -4em;
        text-align: left;
        padding-bottom: 0em;
        font-size: 0.8em;
    }
    .email-subscription input {
        max-width: 15em;    
    }
    .category-sponsored .email-subscription {
        padding: 2em 2em 0em 2em;
    }
    .category-sponsored .email-subscription span {
        color: white;
    }
    .category-sponsored .wysija-submit-field {
        max-width: 10.5em !important;
    }
    .category-sponsored .article-aside {
        display: none;
    }
    .ey-text {
        padding: 2em;
        text-align: center;
    }
    .sponsoredby img {
        max-width: 7em; 
        position: relative;
    }
}
    .sponsored {
        font-size: 1.6em !important;
        padding-left: 1em;
    }
}

.sponsored {
    display: block;
    margin-top: -3em;
    padding-bottom: 0em;
    border-bottom: 1px solid #dadada;
    margin-bottom: 3em;
    text-transform: uppercase;
    font-family: 'Helvetica', sans-serif !important;
    font-size: 1.6em;
    position: relative;
}
.sponsored img {
    max-width: 10em;
    margin-left: 1em;
    margin-top: 0.5em;
}

.span-spon {
    color: orange;
}

.sponsored p {
    font-family: 'montserrat', sans-serif !important;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.sponsored-sidebar {
text-transform: uppercase;
    font-size: 0.7em;
    margin-bottom: 0.9em;
    text-align: left;
}

.sponsored-sidebar p {
    padding-bottom: 0;
}

.sponsored-sidebar p {
    margin-bottom: 0.3em !important;
    display: inline-block;
}

.sponsor-author img {
    max-width: 10em;
    display: inline-block;
}

.sponsor-author {
    text-align: left;
}
.sponsor-author p {
    font-size: 1.5em;
    margin-top: 0.6em;
    display: inline-block;
    margin-left: 1em;
}


/* Brexit category / brexit page fixes */
.brexit-tracker .category-header1 {
    text-align: center;
}
    .category-header1 img {
        width: 140px !important;
        margin: -5em auto 3em auto !important;
    }
    .category-header1 h1 {
        width: 600px;
        max-width: 100%;
        margin: 0 auto 1em auto;
        font-size: 3.3em;
    }
    .large-centered p {
        font-size: 1.8em !important;
    }
    .embed-tracker {
        background: #222 !important;
        font-size: 1.4em !important;
    }
    .brexitembed textarea {
        font-size: 1.2em !important;
        height: 9em !important;
    }
    .large-widget .widget-share-zone {
        margin-right: 4em;
    }


/* Quick links in article */
.post .post-content ul.quick-links { 
    margin: 3em 0 3em 0; 
    border-top: solid 1px #c7c7c7; 
    padding-top: 4em;
    border-bottom: solid 1px #ebebeb;
    padding-bottom: 3em; 
    list-style: none; 
    font: 300 1.6em Montserrat, arial, sans-serif;
    position: relative;
}
    .post .post-content ul.quick-links:before {
        content: 'Quick jump:';
        font: 300 1em Montserrat, arial, sans-serif;
        text-transform: uppercase;
        padding: 0.5em;
        background: #ededed;
        top: 0;
        position: absolute;
        left: 0;
    }
    .quick-links li { 
        
    } 
        .quick-links li a { 
            padding: 1em 0 1em 2em; 
            display: block; 
            border-bottom: solid 1px #e2e2e2; 
            transition: all 0.3s ease-in-out; 
            position: relative;
        }
            .quick-links li a:before {
                content: "\f178";
                font: 1em fontawesome;
                position: absolute;
                left: 0;
                top: 1em;
            }    
            .quick-links li a:hover { 
                border-bottom: solid 1px #bdbdbd;
            }

@media (min-width: 768px) { 
    .quick-links li { 
        width: 33%; 
        float: left; 
    }
}



	