/*
    Theme Name: Best Food Facts, www.bestfoodfacts.org
    Theme URI: http://www.bestfoodfacts.org
    Version: 1.0.0
    Author: Flying Hippo Web Technologies
    Author URI: http://www.flyinghippo.com
    License: None
    Description: A website for Best Food Facts
*/

/*
YUI 3.16.0 (build 76f0e08)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/

html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

* {
    box-sizing: border-box;
}

img {
    height: auto;
    max-width: 100%;
}

html {
    -webkit-text-size-adjust: 100%;
}

    html.nav-open {
        height: 100%;
        overflow: hidden;
    }

/*
    We are using em's for fonts, set at 1.0em = 10px
    Child elements with their own font size will be added on, making
    your font sizes really big. If you have an element set at 2.0em (20px)
    and want its child element to be 1.2em (12px), the child element
    should's font-size should be 0.6em (12/20 = .6)
*/

body {
	font: 10px/1.6 'sofia-pro-soft', sans-serif; /* makes base font 10px, 16px * .625 = 10px */
}

    body.nav-open {
        height: 100%;
        overflow: hidden;
    }

h1 {
    font-family: 'clarendon-text-pro', serif;
    font-weight: 400;
}

h2 {
    color: #810042;
    font-family: 'clarendon-text-pro', serif;
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

p {
    color: #6d6f71;
    font-family: 'clarendon-text-pro', serif;
    letter-spacing: .025em;
}

a {
    outline: none;
    transition: color .15s ease-in-out;
}

	p a {

	}

    a img {
    }

strong {
    font-weight: 700;
}

em {
    font-style: italic;
}

ul {
}

li {
    list-style-type: none;
}

hr {
}

input:focus,
textarea:focus {
	outline: none;
}

table {
    border-collapse: collapse;
}

    table th {
    }

    table td {
    }

.clear {
    clear: both;
}

.col {
    float: left;
}

.two-thirds {
    width: 66.6667%;
}

.half {
    width: 50%;
}

.third {
    width: 33.3333%;
}

.fourth {
    width: 25%;
}

.alignnone {

}

.alignleft {

}

.alignright {

}

.aligncenter {

}

a img.alignright {

}

a img.alignnone {

}

a img.alignleft {

}

a img.aligncenter {

}

.wp-caption {

}

    .wp-caption.alignnone {

    }

    .wp-caption.alignleft {

    }

    .wp-caption.alignright {

    }

    .wp-caption img {

    }

    .wp-caption p.wp-caption-text {

    }

/* Start Editing */
.wrapper {
    position: relative;
}

/* Header */
.header {
    background-color: #fff;
    border-bottom: 1px solid #b2b4b6;
}

.header-int {
    margin: 0 auto;
    max-width: 126em;
    padding: 1.2em 2em 1.5em;
}

.hidden-title {
    color: transparent;
    height: 1px;
    line-height: 0;
    opacity: 0;
    position: absolute;
    width: 1px;
}

.logo {
    display: block;
    float: left;
    position: relative;
    z-index: 100;
}

.logo img {
    height: 9.2em;
    width: 12em;
}

@media screen and (min-width: 768px) {
    .header {
        position: relative;
        z-index: 100;
    }

    .header-int {
        padding: 2em;
        position: relative;
    }

    .logo img {
        height: 11.5em;
        width: 15em;
    }
}

@media screen and (min-width: 1024px) {
    .logo img {
        height: 10em;
        width: 13em;
    }
}

/* Menu Icon */
.show-mobile-menu {
    position: absolute;
    right: 1em;
    top: 3.2em;
    width: 7.4em;
    z-index: 100;
}

.show-mobile-menu-int {
    display: block;
    height: 5.8em;
    padding: 2em 0;
    position: relative;
}

    .open {
        z-index: 4;
    }

        .menu-button-icn {
            left: 50%;
            line-height: 0;
            margin: -.75em 0 0 -1em;
            position: absolute;
            top: 50%;
            width: 2.4em;
        }

            .menu-button-icn li {
                background-color: #b2b4b6;
                height: .1em;
                position: absolute;
                transition: all .4s ease;
                width: 100%;
            }

            .first-menu-button-line {
            }

            .second-menu-button-line {
                -webkit-transform: translateY( .7em );
                   -moz-transform: translateY( .7em );
                    -ms-transform: translateY( .7em );
                        transform: translateY( .7em );
            }

            .third-menu-button-line {
                -webkit-transform: translateY( 1.4em );
                   -moz-transform: translateY( 1.4em );
                    -ms-transform: translateY( 1.4em );
                        transform: translateY( 1.4em );
            }

            .open .first-menu-button-line,
            .open .second-menu-button-line,
            .open .third-menu-button-line {
                /*background-color: #fff;*/
            }

            .open .first-menu-button-line,
            .open .second-menu-button-line {
                -webkit-transform: translateY( .7em ) rotate( 45deg );
                   -moz-transform: translateY( .7em ) rotate( 45deg );
                    -ms-transform: translateY( .7em ) rotate( 45deg );
                        transform: translateY( .7em ) rotate( 45deg );
            }

            .open .second-menu-button-line {
                opacity: 0;
            }

            .open .third-menu-button-line {
                -webkit-transform: translateY( .7em ) rotate( -45deg );
                   -moz-transform: translateY( .7em ) rotate( -45deg );
                    -ms-transform: translateY( .7em ) rotate( -45deg );
                        transform: translateY( .7em ) rotate( -45deg );
            }

/* Navigation */
.nav-menu {
    background-color: #fff;
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
}

.nav-int {
    background-color: rgba( 137, 176, 158, 1 );
    bottom: 0;
    left: 0;
    overflow: scroll;
    position: absolute;
    right: 0;
    top: 12.3em;

    -webkit-overflow-scrolling: touch;
}

.nav-menu .main-links {
    padding: 7em 2em 4em;
    padding-top: 2em; /* temporary until search is turned on */
}

    .nav-menu .main-links li {
        color: #fff;
        font-size: 2.3em;
        letter-spacing: .05em;
        text-transform: uppercase;
    }

        .nav-menu .main-links li[class] {
            background-image: url( 'images/icn-arrow-right-white-thin.svg' );
            background-position: right center;
            background-repeat: no-repeat;
        }

        .nav-menu .main-links a {
            color: inherit;
            display: block;
            padding: .25em 0;
            text-decoration: none;
        }

.ancillary-nav {
    background-color: #dd7e41;
    overflow: hidden;
    padding: 2em;
    width: 100%;
}

    .ancillary-nav li {
        color: #fff;
        font-family: 'clarendon-text-pro', serif;
        font-size: 1.4em;
        padding: 0 0 .6em;
    }

        .ancillary-nav a {
            color: inherit;
            display: block;
            text-decoration: none;
        }

.ancillary-link-tabs {
    padding: 0 0 2em;
}

    .ancillary-link-tabs > li {
        background-repeat: no-repeat;
        background-position: .8em 1.6em;
        float: left;
        width: 33.3333%;
    }

        .ancillary-link-tabs > li > a {
            border-bottom: 1px solid #fff;
        }

    .ancillary-link-tabs li.active {
        background-image: url( 'images/icn-arrow-down-white.svg' );
    }

    .ancillary-link-tabs > li:nth-child(2) {
        text-align: center;
        background-position: center 1.6em;
    }

    .ancillary-link-tabs > li:nth-child(3) {
        text-align: right;
        background-position: right 2em top 1.6em;
    }

.ancillary-tab {
    font-size: 1.0em;
    left: 0;
    opacity: 0;
    padding: 2em 0 0;
    position: absolute;
    transition: opacity .4s ease;
    top: 0;
    visibility: hidden;
    width: 100%;
}

    .ancillary-tab li {
        font-size: 1.0em;
    }

.active .ancillary-tab {
    opacity: 1;
    position: relative;
    visibility: visible;
    width: 300%;
}

.about-links a {
    opacity: .75;
}

.ancillary-tab.social-links {
    left: -100%;
    overflow: hidden;
}

    .ancillary-tab.social-links h3 {
        color: #fff;
        font-family: 'effra', sans-serif;
        font-size: 1.8em;
        font-weight: 900;
        line-height: 1.2;
        padding: 0 0 .5em;
        text-align: left;
        text-transform: uppercase;

        -webkit-font-smoothing: antialiased;
    }

    .ancillary-tab.social-links li {
        float: left;
        padding: 1em;
        text-align: center;
        width: 33.333333%;
    }

        .ancillary-tab.social-links a {
            background-position: center center;
            background-repeat: no-repeat;
            display: block;
            height: 3em;
            margin: 0 auto;
            max-width: 3em;
            padding: 0;
            width: 100%;
        }

    .social-facebook {
        background-image: url( 'images/social/icn-facebook-white.svg' );
    }

    .social-twitter {
        background-image: url( 'images/social/icn-twitter-white.svg' );
    }

    .social-google-plus {
        background-image: url( 'images/social/icn-google-white.svg' );
    }

    .social-pinterest {
        background-image: url( 'images/social/icn-pinterest-white.svg' );
    }

    .social-youtube {
        background-image: url( 'images/social/icn-youtube-white.svg' );
    }

    .social-instagram {
        background-image: url( 'images/social/icn-instagram-white.svg' );
    }

.ancillary-tab.subscribe {
    left: -200%;
}

.ancillary-nav .search {
    /*display: none;*/
    left: 2em;
    right: 2em;
    position: absolute;
    top: 2.8em;
}

.ancillary-nav .search form {
    position: relative;
}

    .ancillary-nav .search input {
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
    }

    .ancillary-nav .search input[type=text] {
        background-color: #fff;
        border: 1px solid #577F6C;
        border-radius: .3em;
        color: #415a51;
        font-size: 1.3em;
        letter-spacing: .1em;
        line-height: 1;
        padding: .1538461538em .8em .3076923077em 2.3076923077em;
        text-transform: uppercase;
        width: 100%;
    }

    .ancillary-nav .search input[type=submit] {
        background-color: transparent;
        background-image: url( 'images/icn-search-green.svg' );
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 1.6em auto;
        border: 0;
        bottom: 1px;
        left: 0;
        position: absolute;
        top: -1px;
        width: 3.2em;
    }

@media screen and (min-width: 520px) {
    .ancillary-tab.social-links li {
        width: 16.666666667%;
    }
}

@media screen and (min-width: 768px) {
    .mobile-nav-menu,
    .show-mobile-menu {
        display: none;
    }

    .nav-menu {
        bottom: 0;
        display: block;
        left: 22em;
        position: absolute;
        right: 2em;
        top: auto;
        z-index: 1;
    }

    .nav-int {
        background-color: transparent;
        bottom: auto;
        height: auto;
        overflow: visible;
        position: relative;
        top: 0;
    }

    .nav-menu .main-links {
        overflow: hidden;
        padding: 0;
    }

        .nav-menu .main-links li {
            color: #816456;
            float: left;
            font-size: 1.4em;
            letter-spacing: .05em;
            position: relative;
            text-align: center;
            text-transform: uppercase;
            transition: background .4s ease-in-out;
            width: 19%;
        }

            .nav-menu .main-links li:first-of-type {
                width: 28%;
            }

            .nav-menu .main-links li:last-of-type {
                text-align: right;
            }

            .nav-menu .main-links a {
                color: inherit;
                display: block;
                padding: 0.2857142857em 0 1.7142857143em;
                text-decoration: none;
                transition: color .15s ease-in-out;
            }

                .nav-menu .main-links a:hover {
                    color: #dd7e41;
                }

            .nav-menu .main-links span {
                background-image: url( 'images/icn-arrow-up-green.svg' );
                background-position: center bottom;
                background-repeat: no-repeat;
                background-size: 100% auto;
                bottom: 0;
                display: block;
                height: 1.0714285714em;
                left: 50%;
                margin-left: -1.0714285714em;
                opacity: 0;
                position: absolute;
                transition: opacity .4s ease;
                width: 2.1428571429em;
            }

            .nav-menu .main-links #active-menu span {
                opacity: 1;
            }

            .nav-menu .main-links #active-menu a {
                color: #dd7e41;
            }

    .ancillary-nav {
        background-color: transparent;
        bottom: 6em;
        overflow: visible;
        padding: 0;
        position: absolute;
        right: 0;
        width: auto;
    }

        .ancillary-nav li {
            color: #577F6C;
            font-size: 1.2em;
        }

        .ancillary-nav a.no-click {
            cursor: default;
        }

    .ancillary-link-tabs {
        float: left;
        margin: .5em 0 0;
        padding: 0;
    }

        .ancillary-link-tabs li {
            float: left;
            margin: 0 2em 0 0;
            padding: 0 0 .8em;
            position: relative;
            width: auto;
        }

        .ancillary-link-tabs li,
        .ancillary-link-tabs li:nth-child(2),
        .ancillary-link-tabs li:nth-child(3) {
            background-position: center bottom -.25em;
        }

        .ancillary-link-tabs > li:hover {
            background-image: url( 'images/icn-arrow-up-orange.svg' );
        }

            .ancillary-link-tabs > li.ancillary-subscribe:hover {
                background-image: none;
            }

            .ancillary-link-tabs a {
                transition: color .15s ease-in-out;
            }

            .ancillary-link-tabs > li > a {
                border-bottom: 0;
            }

                .ancillary-link-tabs li:hover > a {
                    color: #dd7e41;
                }

        .ancillary-link-tabs .active {
            background-image: none;
        }

    .ancillary-nav .ancillary-tab {
        background-color: #fff;
        box-shadow: 0 .3em .3em rgba( 0, 0, 0, .15 );
        border-top: .3em solid #dd7e41;
        left: 50%;
        margin: -2px 0 0 -6.66666665em;
        padding: .5em 0;
        position: absolute;
        top: 100%;
        width: 13.33333333em;
        z-index: 10;
    }

        .active .ancillary-tab {
            opacity: 0;
            position: absolute;
            visibility: hidden;
        }

        .ancillary-link-tabs li:nth-child(3) .ancillary-tab {
            left: auto;
            margin-left: 0;
            right: 0;
        }

        .ancillary-link-tabs li:hover .ancillary-tab {
            opacity: 1;
            visibility: visible;
        }

        .ancillary-tab li {
            float: none;
            font-size: 1.0em;
            margin: 0;
            padding: 0;
        }

        .ancillary-tab a {
            padding: .25em 1em;
        }

    .ancillary-tab.social-links h3 {
        color: #dd7e41;
        padding: 0 .5em;
    }

        .ancillary-tab.social-links li {
            margin: 0;
            padding: .8em;
            position: relative;
            transition: all .15s ease-in-out;
            width: 33.3333333%;
        }

            .ancillary-tab.social-links li:hover {
                top: -.3em;
            }

        .social-facebook {
            background-image: url( 'images/social/icn-facebook-orange.svg' );
        }

        .social-twitter {
            background-image: url( 'images/social/icn-twitter-orange.svg' );
        }

        .social-google-plus {
            background-image: url( 'images/social/icn-google-orange.svg' );
        }

        .social-pinterest {
            background-image: url( 'images/social/icn-pinterest-orange.svg' );
        }

        .social-youtube {
            background-image: url( 'images/social/icn-youtube-orange.svg' );
        }

        .social-instagram {
            background-image: url( 'images/social/icn-instagram-orange.svg' );
        }

    .ancillary-nav .search {
        float: left;
        left: auto;
        position: relative;
        right: auto;
        top: auto;
    }
}

@media screen and (min-width: 1024px) {
    .nav-menu {
        left: 20em;
    }

    .nav-menu .main-links {
        padding-right:40%;
    }

        .nav-menu .main-links a {
            padding-bottom: 2em;
        }

    .ancillary-nav {
        bottom: 2.7em;
        width: 30%;
    }

        .ancillary-link-tabs li {
            margin: 0 0 0 2em;
        }

        .ancillary-nav .ancillary-tab li {
            margin: 0;
        }

    .ancillary-link-tabs {
        float: right;
    }

    .ancillary-nav .search {
        clear: both;
        /*display: none;*/
        float: none;
        width: 100%;
    }

    .ancillary-nav .search form {
        width: 100%;
    }
}

@media screen and (min-width: 1260px) {
    .nav-menu .main-links {
        padding-left: 0;
        padding-right:0;
    }

        .nav-menu .main-links li {
            padding: 0 1.4em;
            width: auto;
        }

            .nav-menu .main-links li:first-of-type {
                width: auto;
            }

            .nav-menu .main-links li:last-of-type {
                text-align: center;
            }
}

/* Mega Menu */
.wrapper {
    overflow: hidden;
}

.mega-menu {
}

    .mega-menu {
        background-color: #a0bcaf;
        bottom: 0;
        left: 2em;
        position: fixed;
        top: 12.3em;
        transition: all .35s ease-in-out;
        right: 0;
        z-index: 200;
       
        -webkit-transform: translateX( 100% );
           -moz-transform: translateX( 100% );
                transform: translateX( 100% );
    }

        .mega-menu.open {
            -webkit-transform: translateX( 0 );
               -moz-transform: translateX( 0 );
                    transform: translateX( 0 );
        }

    .mega-menu-int {
        height: 100%;
        margin: 0 auto;
        max-width: 126em;
        overflow: scroll;
        position: relative;

        -webkit-overflow-scrolling: touch;
    }

    .mega-menu-links-bg {
        background-image: url( 'images/icn-arrow-left-white.svg' );
        background-position: left bottom;
        background-repeat: no-repeat;
        cursor: pointer;
        height: 6em;
        width: 100%;
    }

    .mega-menu-links {
        border-bottom: 1px solid #fff;
        overflow: hidden;
        margin: 0 2em;
        padding: 1em 0 2em;
        position: relative;
    }

        .mega-menu-links li {
            color: #fff;
            float: left;
            font-family: 'effra', sans-serif;
            font-size: 1.6em;
            line-height: 1.2;
            margin: .5em 0 0;
            width: 50%;

            -webkit-font-smoothing: antialiased;
        }

            .mega-menu-links li:nth-child(odd) {
                clear: left;
                padding-right: 1em;
            }

            .mega-menu-links li:nth-child(even) {
                padding-left: 1em;
            }

        .mega-menu-links a {
            background-repeat: no-repeat;
            background-position: right .5em center;
            color: inherit;
            display: block;
            padding: .5em 0;
            text-decoration: none;
            transition: all .15s ease-in-out;
        }

            .mega-menu-links a:hover {
                background-color: #a0bcaf;
            }

    .mega-menu-content {
        padding: 4em 2em;
    }

        .mega-menu-content li {
            margin: 0 0 2em;
        }

            .default-menu-content li:nth-child(4),
            .default-menu-content li:nth-child(5) {
                display: none;
            }

        .mega-menu-content a {
            color: #415a51;
            text-decoration: none;
        }

        .mega-menu-content div {
            background-color: #fff;
            margin: 0 0 .5em;
        }

        .default-menu-content img {
            display: block;
            line-height: 0;
            transition: opacity .4s ease;
            width: 100%;
        }

            .default-menu-content a:hover img {
                opacity: .65;
            }

        .default-menu-content p {
        }

        .default-menu-content p.article-title {
            color: #fff;
            font-family: 'sofia-pro-soft',sans-serif;
            font-size: 1.4em;
            line-height: 1.3em;
        }

        /* Topics Mega Menu */
        .topics-menu-content li {
            margin: 0;
        }

        .topics-menu-content li a {
            display: block;
            overflow: hidden;
            padding: 1em 0 1em 2em;
            position: relative;
        }

        .topics-menu-content li div {
            background-color: transparent;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: contain;
            height: 2em;
            left: 0;
            margin: -.8em 0 0;
            position: absolute;
            top: 50%;
            width: 2em;
        }

        .topics-menu-content p {
            color: #fff;
            float: left;
            font-family: inherit;
            font-size: 1.3em;
            letter-spacing: .05em;
            margin: .35em 0 0 1em;
            text-transform: uppercase;
            transition: color .15s ease-in-out;
        }

            .topics-menu-content a:hover p {
                color: #415a51;
            }


@media screen and (min-width: 768px) {
    .mega-menu {
        border: .5em solid #577F6C;
        border-left: 0;
        border-right: 0;
        bottom: auto;
        display: none;
        left: auto;
        margin: -1px 0 0;
        position: absolute;
        right: auto;
        top: 100%;
        transform: translateX(0);
        transition: none;
        width: 100%;
    }

    .mega-menu-int {
        height: auto;
        overflow: hidden;
        padding: 0 2em;
    }

    .mega-menu-links-bg {
        background-color: #577F6C;
        background-image: none;
        bottom: 0;
        height: auto;
        position: absolute;
        top: 0;
        width: calc(25% - 10px);
    }

    .mega-menu-links {
        background-color: #577F6C;
        border: 0;
        float: left;
        margin: 0;
        padding: 1em 0;
        position: relative;
        width: 25%;
    }

        .mega-menu-links li {
            float: none;
            font-size: 1.8em;
            margin: .5em 0;
            width: 100%;
        }

        .mega-menu-links li:nth-child(odd) {
            padding-right: 0;
        }

        .mega-menu-links li:nth-child(even) {
            padding-left: 0;
        }

    .mega-menu-links a {
        padding: .25em 1em;
    }

    .mega-menu-content {
        float: left;
        padding: 2em 0 2em 2em;
        width: 75%;
    }

        .mega-menu-content li {
            float: left;
            padding: 1.5em 0 0 2em;
            width: 33.3333%;
        }

            .default-menu-content li:nth-child(4),
            .default-menu-content li:nth-child(5) {
                display: none;
            }

        /* Topics Mega Menu */
        .topics-menu-content li {
            padding: 0 0 0 2em;
        }

            .topics-menu-content li:nth-child(3n+1) {
                clear: left;
            }
}

@media screen and (min-width: 1024px) {
    .mega-menu-links-bg {
        width: calc( 18% - 7px );
    }

    .mega-menu-links {
        width: 18%;
    }

    .mega-menu-content {
        width: 82%;
    }

        .default-menu-content li {
            width: 20%;
        }

        .default-menu-content li:nth-child(4),
        .default-menu-content li:nth-child(5) {
            display: block;
        }
}

@media screen and (min-width: 1200px) {
    .mega-menu-links-bg {
        width: calc(15% - 6px);
    }

    .mega-menu-links {
        width: 15%;
    }

    .mega-menu-content {
        padding-left: 3em;
        width: 85%;
    }
}

/* Footer */
.footer {
    background-color: #f1f1f2;
}

    .footer-int {
        margin: 0 auto;
        max-width: 126em;
        padding: 2em;
        position: relative;
    }

.logo-foot {
    display: block;
    height: 8.8em;
    line-height: 0;
    margin: 0 auto 1em;
    width: 8.8em;
    position: relative;
    text-align: center;
    transition: top .15s ease-in-out;
}

    .logo-foot img {
        width: 100%;
    }

    .logo-foot:hover {
        top: -.6em;
    }

.footer .social-links {
    margin: 0 0 1em;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

    .footer .social-links h3 {
        color: #fff;
        font-family: 'effra', sans-serif;
        font-size: 1.8em;
        font-weight: 900;
        line-height: 1.2;
        padding: 0 0 .5em;
        text-align: left;
        text-transform: uppercase;

        -webkit-font-smoothing: antialiased;
    }

    .footer .social-links li {
        float: left;
        padding: 1em;
        position: relative;
        text-align: center;
        transition: top .15s ease-in-out;
        width: 33.3333333%;
    }

        .footer .social-links a {
            background-position: center top;
            background-repeat: no-repeat;
            background-size: 3.0909090909em auto;
            color: #000;
            display: block;
            font-size: 1.1em;
            margin: 0 auto;
            min-width: 3.636363636em;
            padding: 3.4545454545em 0 0;
            text-align: center;
            text-decoration: none;
            text-transform: uppercase;
            top: 0;
            width: 100%;
        }

            .footer .social-links li:hover {
                top: -.5454545455em;
            }

    .footer .social-facebook {
        background-image: url( 'images/social/icn-facebook-grey.svg' );
    }

    .footer .social-twitter {
        background-image: url( 'images/social/icn-twitter-grey.svg' );
    }

    .footer .social-google-plus {
        background-image: url( 'images/social/icn-google-grey.svg' );
    }

    .footer .social-pinterest {
        background-image: url( 'images/social/icn-pinterest-grey.svg' );
    }

    .footer .social-youtube {
       background-image: url( 'images/social/icn-youtube-grey.svg' );
    }

    .footer .social-instagram {
        background-image: url( 'images/social/icn-instagram-grey.svg' );
    }

.footer-menu {
    text-align: center;
}

.footer-menu li {
    border-right: 1px solid #000;
    color: #000;
    display: inline-block;
    line-height: 1;
    padding: 0 .5em;
    text-transform: uppercase;
}

    .footer-menu li:last-of-type {
        border: 0;
    }

    .footer-menu a {
        color: inherit;
        text-decoration: none;
    }

    .footer-menu a:hover {
        color: #dd7e41;
    }

@media screen and (min-width: 540px) {
    .footer .social-links li {
        width: 16.6666667%;
    }
}

@media screen and (min-width: 768px) {
    .footer-int {
        padding: 0 2em 2em;
    }

    .logo-foot {
        left: 50%;
        margin: 0 0 0 -4.4em;
        /*position: absolute;*/
        top: 2em;
        width: 8.8em;
        z-index: 10;
    }

        .logo-foot:hover {
            top: 1.4em;
        }

    .footer .social-links {
        text-align: center;

    }

    .footer .social-links li {
        display: inline-block;
        float: none;
        padding: 4em 2em 3em;
        width: auto;
    }

        .footer .social-links li:nth-child(3) {
            /*padding-right: 8em;*/
        }

        .footer .social-links li:nth-child(4) {
            /*padding-left: 10em;*/
        }
}

@media screen and (min-width: 840px) {

    .footer .social-links li:nth-child(3) {
        /*padding-right: 5em;*/
    }

    .footer .social-links li:nth-child(4) {
        /*padding-left: 13em;*/
    }
}

/* Interior Page */
.content {
    margin: 0 auto;
    max-width: 126em;
    padding: 0 1em;
}

.color-bars {
    overflow: hidden;
}

.color-bar {
    float: left;
    height: .5em;
    width: 25%;
}

.color-bar.red {
    background-color: #810042;
}

.color-bar.green {
    background-color: #577F6C;
}

.color-bar.orange {
    background-color: #dd7e41;
}

.color-bar.brown {
    background-color: #816456;
}

.content h1 {
    color: #810042;
    font-size: 2.6em;
    line-height: 1.1;
}

.content-int h2,
.latest-articles-int h2{
    color: #810042;
    font-family: 'sofia-pro-soft', sans-serif;
    font-size: 2.5em;
    letter-spacing: .05em;
    padding: 0 0 .66666666667em;
}

    .content-int h2 a,
    .latest-articles-int h2 a{
        color: inherit;
        font-family: inherit;
        font-size: 1.0em;
        text-decoration: none;
    }

.content-int h3,
.content-int h4,
.latest-articles-int h3,
.latest-articles-int h4{
    color: #9d9fa2;
    font-family: 'sofia-pro-soft', sans-serif;
    font-size: 1.5em;
    letter-spacing: .05em;
    padding: 0 0 .66666666667em;
    text-transform: uppercase;
}

    .content-int h4,
    .latest-articles-int h4{
        font-size: 1.3em;
        color: #6d6f71;
    }

    .content-int h3 a,
    .content-int h4 a,
    .latest-articles-int h3 a,
    .latest-articles-int h4 a{
        color: #dd7e41;
        font-family: inherit;
        font-size: 1.0em;
        text-decoration: none;
    }

    .content-int h3 a:hover,
    .latest-articles-int h3 a:hover{
        color: inherit;
    }

.content-int p,
.content-int a,
.content-int li,
.content-int table {
    color: #6d6f71;
    font-family: 'ff-tisa-web-pro', serif;
    font-size: 1.4em;
}

.content-int p {
    padding: 0 0 1.8em;
}

.content-int p a,
.content-int li a,
.content-int table a {
    color: #dd7e41;
    font-size: 1.0em;
}

    .content-int p a:hover,
    .content-int li a:hover,
    .content-int table a:hover {
        color: inherit;
    }

.content-int ul,
.content-int ol {
    left: 2em;
    margin: 0 2em 2.8em 0;
    position: relative;
}

    .content-int p + ul,
    .content-int p + ol {
        margin-top: -1.5em;
    }

.content-int ul li {
    list-style-type: none;
    list-style-image: url( 'images/icn-list-dot.svg' );
}

    .content-int li ul,
    .content-int li ol {
        margin-bottom: .55em;
    }

    .content-int li li {
        font-size: 1.0em;
    }

.content-int ol li {
    list-style-type: decimal;
}

.content-int table {
    border-collapse: collapse;
    display: block;
    width: 100%;
}

    .content-int table tbody {
        display: block;
        overflow: scroll;

        -webkit-overflow-scrolling: touch;
    }

    .content-int th,
    .content-int td {
        border: 1px solid #bcbdc0;
        min-width: 8em;
        padding: .5em;
    }

    .content-int th {
        font-weight: 900;
        text-align: left;
    }

.content-int blockquote {
    color: #816456;
    font-family: 'sofia-pro-soft', sans-serif;
    font-size: 1.7em;
    line-height: 1.25;
    padding: 0 0 1.44em 1.6em;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}

    .content-int blockquote p {
        color: inherit;
        font-family: inherit;
        font-size: inherit;
        letter-spacing: 0;
        padding: 0 0 1.2em 0;
    }

    .content-int blockquote a {
        font-size: 1.0em;
    }

    .content-int blockquote ul, .content-int blockquote ol {
        margin-top: 1em;
    }

    .content-int blockquote li {
        color: inherit;
        font-family: inherit;
        font-size: inherit;
        letter-spacing: 0;
        padding: 0;
    }

.content-int input[type=text],
.content-int input[type=password],
.content-int input[type=email],
.content-int input[type=tel],
.content-int textarea {
    border: 1px solid #b1b3b6;
    border-radius: .5em;
    color: #6d6f71;
    font-family: 'sofia-pro-soft', sans-serif;
    font-size: 1.8em;
    margin: 0 0 1.1111111em;
    padding: .8em;
    width: 100%;

    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
}

.content-int select {
    font-size: 1.4em;
    color: #6d6f71;
    font-family: 'sofia-pro-soft', sans-serif;
    font-size: 1.8em;
    margin: 0 0 1.1111111em;
    padding: .8em;
    width: 100%;

    -webkit-font-smoothing: antialiased;
}

.content-int textarea {
    resize: none;
}

.content-int input[type=submit] {
    background-color: #dd7e41;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.6em;
    padding: .5em 4em;
    text-transform: uppercase;

    -webkit-appearance: none;
}

.wp-caption {
    text-align: center;
}

    .wp-caption .wp-caption-text {
        color: #9d9fa2;
        font-family: 'sofia-pro-soft', sans-serif;
        font-size: 1.2em;
        letter-spacing: .1em;
        padding: 0;
        text-transform: uppercase;
    }

.alignleft {
    float: left;
    margin: .7em 2em 2em 0;
}

.alignright {
    float: right;
    margin: .7em 0 2em 2em;
}

img.aligncenter {
    display: block;
    margin: 1em auto;
}

.wp-caption.aligncenter {
    margin: 0 auto;
    max-width: 100%;
}

.content-int .gform_wrapper h3 {
    padding: 1.5em 0 0;
}

.content-int .gform_wrapper ul {
    left: 0;
    margin: 0;
}

.content-int .gform_wrapper li {
    font-size: 1.0em;
    list-style: none;
}

.content-int .gform_wrapper label {
    display: none;
}

.content-int .gfield_checkbox {
    margin: 0 0 2em;
    overflow: hidden;
    padding: 2em 0;
}

    .content-int .gfield_checkbox li {
        overflow: hidden;
        padding: .6em 0;
    }

    .content-int .gfield_checkbox input {
        float: left;
        font-size: 1.4em;
    }

    .content-int .gfield_checkbox label {
        cursor: pointer;
        display: block;
        float: left;
        font-size: 1.5em;
        line-height: .8;
        padding: 0 0 0 1em;
    }

.content-int .gform_confirmation_message {
    color: #6d6f71;
    font-family: 'ff-tisa-web-pro', serif;
    font-size: 1.6em;
    padding: 1em 0;
}

.content-int .gform_wrapper .validation_error {
    color: #6d6f71;
    font-size: 1.8em;
    padding: 0 0 1em;
}

.content-int .gform_wrapper .validation_message {
    color: #cc0000;
    font-size: 1.4em;
    margin: -1.2em 0 1.2em;
}

.tm-click-to-tweet {
    background-color: #f1f1f2;
    border: 0;
    border-radius: 0;
    margin: 2em 0 4em;
    padding: 1em;
}

.tm-click-to-tweet a {
    font-family: 'sofia-pro-soft', sans-serif;
}

.tm-click-to-tweet .tm-ctt-text a {
    font-size: 1.8em;
}

.tm-click-to-tweet a.tm-ctt-btn {
    background: none;
    color: #dd7e41;
    font-family: 'sofia-pro-soft', sans-serif;
    font-size: 1.0em;
    font-weight: 400;
    padding-right: 0;
}

@media screen and (min-width: 768px) {
    .content {
        padding: 0 2em;
    }

    .color-bar {
        height: 1em;
    }

    .content h1 {
        font-size: 3.6em;
    }

    .content-int p,
    .content-int a,
    .content-int li,
    .content-int table {
        font-size: 1.6em;
    }

    .content-int table {
        display: table;
    }

        .content-int table tbody {
            display: inherit;
            overflow: visible;
            padding: 0;
            width: 100%;
        }

        .content-int table th,
        .content-int table td {
            min-width: 0;
        }

        .content-int table li {
            font-size: 1em;
        }

    .content-int blockquote {
        /*font-size: 2.0em;*/
    }

        .content-int blockquote p,
        .content-int blockquote a {
            font-size: 1.0em;
        }

    .tm-click-to-tweet {
        padding: 3em 3em 1.5em;
    }

    .tm-click-to-tweet .tm-ctt-text a {
        font-size: 2.4em;
    }

    .content-int .gform_wrapper li input[type=text],
    .content-int .gform_wrapper li input[type=password],
    .content-int .gform_wrapper li input[type=email],
    .content-int .gform_wrapper li input[type=tel],
    .content-int .gform_wrapper li select {
        width: 50%;
    }
}


/* Buttons */
.load-more-wrapper {
    clear: both;
    padding: 1em 0;
    text-align: center;
}

a.load-more {
    background-color: #d27438;
    color: #fff;
    display: inline-block;
    font-family: 'effra', sans-serif;
    font-size: 1.8em;
    font-weight: 900;
    padding: .5em 3em;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .2s ease-in-out;

    -webkit-font-smoothing: antialiased;
}

    a.load-more.disabled {
        background-color: rgba( 0, 0, 0, .1 );
        color: rgba( 255, 255, 255, .75 );
        cursor: default;
    }

@media screen and (min-width: 768px) {

    .load-more-wrapper {
        padding: 0;
    }

    a.load-more {
        font-size: 2.0em;
    }
}


/* Archive List */
.content-int .archive-list {
    left: 0;
    margin: 0;
}

    .content-int .archive-list li {
        font-size: 1.0em;
        list-style: none;
    }

@media screen and (min-width: 768px) {
    .content-int .archive-list li {
        width: 33.333333%;
    }
}

@media screen and (min-width: 1024px) {
    .content-int .archive-list li {
        width: 25%;
    }
}

/* Single Article */
.article-background {
    background-color: #f1f1f2;
    background-image: url( 'images/dot-pattern.png' );
    background-size: .8em .8em;
    margin: 0 0 -41.38449962%;
    padding: 0 0 41.38449962%;
}

.single .content-int {
    background-color: #fff;
    margin-top: 1em;
    padding: 1em;
}

.article-header {
    border-bottom: 1px solid #bcbdc0;
    margin: 0 0 2em;
    padding: 0 0 2em;
}

    .article-featured-image {
        display: block;
        line-height: 0;
    }

        .article-featured-image img {
            width: 100%;
        }

    .article-featured-image + .color-bars {
        margin: 0 0 2em;
    }

    .article-header h1 {
        margin: 0 0 .5833333333em;
    }

    .article-header h4 {
        color: #808285;
        float: left;
        font-size: 1.4em;
        line-height: 1;
        margin: 0 1.125em 0 0;
    }

        .article-header h4 span {
            color: #577F6C;
            text-transform: uppercase;
        }

    .article-header .article-date {
        font-family: 'clarendon-text-pro', serif;
    }

@media screen and (min-width: 768px) {
    .article-background {
        background-size: 1.2em 1.2em;
    }

    .single .content-int {
        float: left;
        margin-top: 2em;
        padding: 2em;
        width: 72%;
    }

    .article-header {
        margin: 0 0 4em;
        padding: 0 0 2em;
    }

    .article-featured-image + .color-bars {
        margin: 0 0 4em;
    }

    .article-featured-image.no-photo > img {
        height: 0;
    }

    .article-header h1 {
        margin: 0 0 .25em;
    }

    .article-header h4 {
        font-size: 1.6em;
    }
}

@media screen and (min-width: 1024px) {
    .single .content-int {
        padding: 4em;
    }
}

@media screen and (min-width: 1300px) {
    .article-background {
        height: 55em;
        margin: 0 0 -51em;
        padding: 0;
    }

    .single .content-int {
        margin-top: 0;
    }
}

/* Author and Experts */
.author-experts {
}

.author-experts h4 {
    color: #9d9fa2;
    font-size: 1.5em;
    letter-spacing: .05em;
    padding: 0 0 .66666666667em;
    text-align: center;
    text-transform: uppercase;
}

.author-experts h5 {
    color: #577F6C;
    font-family: 'sofia-pro-soft', sans-serif;
    font-size: 1.3em;
    text-transform: uppercase;
}

.author-experts p {
    font-style: italic;
    letter-spacing: 0;
}

.about-the-author,
.about-the-experts {
    border: 1px solid #b1b3b6;
    margin: 0 0 2em;
}

.about-the-author {
}

    .about-the-author img {
        float: left;
    }

    .about-the-author div {
        float: left;
        padding: 3em 2em 2em;
        width: calc(100% - 10.5em);
    }

        .about-the-author div p {
            line-height: 1.1;
            padding: 0;
        }

    .about-the-author p {
        clear: both;
        font-size: 1.3em;
        padding: 1.5em;
    }

.experts-info {
    margin: 0 0 4em;
}

.content-int .about-the-experts {
    left: 0;
    padding: 1em;
    margin: 0;
}

    .content-int .about-the-experts li {
        font-size: 1.0em;
        list-style: none;
        margin: 0 0 1em;
        width: 100%;
    }

        .about-the-experts li:last-of-type {
            margin: 0;
        }

    .content-int .about-the-experts a {
        display: table;
        text-decoration: none;
    }

    .about-the-experts li img {
        display: table-cell;
        width: 6em;
    }

    .about-the-experts li div {
        display: table-cell;
        padding: 0 0 0 1em;
        vertical-align: middle;
        width: 80%;
    }

    .about-the-experts li p {
        font-size: 1.2em;
        line-height: 1.1;
        padding: 0;
    }

@media screen and (min-width: 840px) {
    .author-experts {
        float: left;
        padding: 2em;
        width: 50%;
    }

        .about-the-author,
        .about-the-experts {
            /*height: 28em;*/
        }
}

@media screen and (min-width: 1024px) {
    .author-experts.author-info {
        padding: 4em 2em 4em 6em;
    }

    .author-experts.experts-info {
        padding: 4em 6em 4em 2em;
    }
}

/* Article Tags and Sharing */
.article-tags {
    overflow: hidden;
}

.content-int .article-tags {
    left: 0;
    margin: 0;
    padding: 0;
}

.content-int .article-tags li {
    float: left;
    list-style: none;
    margin: 0 .3em 0 0;
}

    .article-tags li a {
        text-decoration: none;
    }

.share-post {
}

.share-post h4 {
    color: #9d9fa2;
    font-size: 1.5em;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.share-post ul {
    left: 0;
    margin: 0 0 .5em;
    padding: 0;
}

    .content-int .share-post li {
        float: left;
        font-size: 1.0em;
        list-style: none;
        margin: 0 1em 0 0;
        position: relative;
        transition: top .15s ease-in-out;
    }

        .no-touch .share-post li:hover {
            top: -.4em;
        }

@media screen and (min-width: 768px) {
    .article-tags {
        float: left;
        width: 50%;
    }

    .share-post {
        float: right;
    }

    .share-post h4 {
        font-size: 1.6em;
        text-align: right;
    }

    .content-int  .share-post li {
        margin: 0 0 0 1em;
    }
}

@media screen and (min-width: 1024px) {
    .article-tags {
        width: 65%;
    }
}

/* Comments (Disqus) */
#disqus_thread {
    clear: both;
    padding: 4em 0 0;
}

/* Sidebar (Single Article) */
.sidebar {
    clear: both;
}

.sidebar h3 {
    color: #9d9fa2;
    font-size: 1.5em;
    letter-spacing: .1em;
    padding: 0 0 .333333333em;
    text-transform: uppercase;
}

.recent-articles h3 {
    color: #810042;
}

.recent-articles ul {
    background-color: #fff;
    border-top: 1em solid #810042;
    margin: 0 0 4em;
}

    .recent-articles li {
        border: 1px solid #b1b3b6;
        border-top: 0;
        width: 100%;
    }

    .recent-articles li a {
        color: inherit;
        display: table;
        table-layout: fixed;
        text-decoration: none;
        width: 100%;
    }

    .recent-articles li img {
        display: table-cell;
        margin: 0;
    }

    .recent-articles li div {
        display: table-cell;
        padding: 2em;
        vertical-align: middle;
        width: 65%;
    }

    .recent-articles li h2 {
        font-size: 1.2em;
        line-height: 1.1;
    }

    .recent-articles li h4 {
        color: #9d9fa2;
    }

        .recent-articles li h4 em {
            font-style: normal;
            text-transform: uppercase;
        }

        .recent-articles li h4 span {
            font-family: 'clarendon-text-pro', serif;
        }

.sidebar .newsletter {
    margin: 0 0 3em;
}

.category-list {
    border: 1px solid #b1b3b6;
    margin: 0 0 3em;
    padding: 3em 0 1em;
}

    .category-list li {
        font-family: 'clarendon-text-pro', serif;
        font-style: italic;
    }

    .category-list a {
        text-decoration: none;
    }

    .category-list > li {
        margin: 0 0 1.5em;
    }

    .category-list > li > a {
        background-repeat: no-repeat;
        background-position: 2em center;
        background-size: 2em auto;
        color: #577F6C;
        display: block;
        font-size: 1.5em;
        padding: .5em 2em .5em 6em;
    }

        .category-list > li > a span {
            border-bottom: 1px solid #577F6C;
            display: block;
            line-height: 2;
            padding: 0 1em 0 0;
            position: relative;
        }

            .category-list > li > a span img {
                margin: -.2em 0 0;
                position: absolute;
                right: 0;
                top: 50%;
                transition: all .2s ease;
            }

            .category-list .open > a span img {
                -webkit-transform: rotate( 180deg );
                   -moz-transform: rotate( 180deg );
                    -ms-transform: rotate( 180deg );
                        transform: rotate( 180deg );
            }

    .category-list > li ul {
        display: none;
        padding: 0 3em 0 11em;
    }

        .category-list > li ul a {
            color: #9d9fa2;
            display: block;
            font-size: 1.3em;
            padding: .25em 0;
        }

            .category-list > li ul a:hover {
                color: #dd7e41;
            }

@media screen and (min-width: 768px) {
    .sidebar h3 {
        font-size: 1.6em;
    }
}

@media screen and (min-width: 1024px) {
    .sidebar {
        clear: none;
        float: right;
        width: 25%;
    }

    .recent-articles li div {
        width: 70%;
    }
}


/* Related Articles */
.related-articles-title {
    border-bottom: 1px solid #b2b4b6;
    color: #9d9fa1;
    font-size: 1.7em;
    letter-spacing: .1em;
    margin: 2em 0 1em;
    padding: .5em 0;
    text-transform: uppercase;
}

@media screen and (min-width: 1024px) {
    .related-articles {
        overflow: hidden;
        padding: 0 0 6em;
    }
}

/* Standard Interior Page */
.page-background {
    background-color: #f1f1f2;
    background-image: url( 'images/dot-pattern.png' );
    background-size: .8em .8em;
    margin: 0 0 -28.64661654%;
    padding: 0 0 28.64661654%;
}

.page .content-int,
.archive .content-int,
.error404 .content-int,
body.search .content-int{
    background-color: #fff;
    margin: 1em 0 0;
    padding: 1em;
}

.page-header {
    background-color: #577F6C;
    margin: 0 0 2em;
    padding: 1em;
}

    .archive .page-header,
    .search-header {
        background-color: #dd7e41;
    }

    .page-header h1 {
        background-image: url( 'images/icn-page-default.svg' );
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 2em auto;
        color: #fff;
        font-family: 'sofia-pro-soft', sans-serif;
        letter-spacing: .15em;
        padding: 2.2em 0 0;
        text-transform: uppercase;
    }

.page-content {
    padding: 0 0 15em;
    position: relative;
}

.big-spoon {
    background-image: url( 'images/bg-spoon.svg' );
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    bottom: 10em;
    font-size: 4px;
    height: 13em;
    left: -118em;
    margin: 0 0 0 60em;
    position: absolute;
    width: 118em;
}

    .big-spoon-upsidedown {
        background-image: url( 'images/bg-spoon-upsidedown.svg' );
    }

@media screen and (min-width: 768px) {
    .page-background {
        background-size: 1.2em 1.2em;
    }

    .page .content-int,
    .archive .content-int,
    .error404 .content-int,
    body.search .content-int{
        padding: 4em;
    }

    .page-header {
        margin: 0 0 4em;
        padding: 4em 4em 0;
    }

    .page-header h1 {
        background-position: left center;
        background-size: auto auto;
        padding: 1em 0 1em 2.5em;
    }

    .big-spoon {
        bottom: 10em;
        font-size: inherit;
        margin: 0 0 0 40em;
    }

    .page-content {
        padding: 0 4em 40em;
    }

        .archive .page-content {
            padding: 0;
        }
}

@media screen and (min-width: 1024px) {
    .page-background {
        height: 30.3em;
        margin: 0 0 -36.3em;
        padding: 0;
    }

    .page .content-int,
    .archive .content-int,
    .error404 .content-int,
    body.search .content-int{
        margin: 11.2em auto 0;
        max-width: 107.2em;
    }

    .page-header {
        margin: 0 0 7em;
        padding: 10em 4em 0;
    }
}

/* Experts Archive */
.experts-background {
    background-color: #577F6C;
    background-image: url( 'images/dot-pattern-faded.png' );
    background-size: .8em .8em;
    padding: 0 0 28.87218045%;
    position: relative;
}

    .experts-background-int {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

    .experts-background-content {
        display: table;
        height: 100%;
        margin: 0 auto;
        max-width: 126em;
        padding: 0 2em;
        width: 100%;
    }

    .experts-background-content-int {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
    }

        .experts-background-content-int .ask-question {
            display: none;
            float: right;
        }

        .experts-background-content-int .ask-question div {
            background-color: #fff;
            background-image: url( 'images/icn-question-cloud-green.svg' );
            background-position: 2em 2em;
            background-repeat: no-repeat;
            background-size: 5em auto;
            border-top: .6em solid #810042;
            margin: 0 0 1em;
            overflow: hidden;
            padding: 6em 2em 2em;
            position: relative;
        }

            .experts-background-content-int .ask-question h2 {
                color: #577F6C;
                font-family: 'sofia-pro-soft', sans-serif;
                font-size: 2.0em;
                letter-spacing: .1em;
                line-height: 1.2;
                margin: 0 0 1em;
                text-transform: uppercase;

                -webkit-font-smoothing: antialiased;
            }

            .experts-background-content-int .ask-question a {
                background-color: #dd7e41;
                color: #fff;
                display: block;
                float: right;
                font-size: 1.4em;
                font-weight: 900;
                letter-spacing: .1em;
                padding: .3em 1em .5em;
                text-decoration: none;
                text-transform: uppercase;
                transition: background .3s ease-in-out;

                -webkit-font-smoothing: antialiased;
            }

                .experts-background-content-int .ask-question a:hover {
                    background-color: #577F6C;
                }


@media screen and (min-width: 768px) {
    .experts-background-content-int .ask-question {
        display: block;
        width: 45%;
    }

    .experts-background-content-int .ask-question div {
        margin: 0;
        padding: 6em 2em 2em 2em;
    }

        .experts-background-content-int .ask-question h2 {
            font-size: 2.0em;
            margin: 0;
            padding: 0 0 .5em;
        }

        .experts-background-content-int .ask-question a {
            font-size: 1.2em;
        }
}

@media screen and (min-width: 900px) {
    .experts-background-content-int .ask-question {
        width: 50%;
    }
}

@media screen and (min-width: 1024px) {
    .experts-background-content-int .ask-question div {
        background-size: 8em auto;
        padding: 8em 2em 2em 10em;
    }

    .experts-background-content-int .ask-question h2 {
        padding: 0 0 1em;
    }

    .experts-background-content-int .ask-question a {
        font-size: 1.8em;
    }
}

@media screen and (min-width: 1200px) {
    .experts-background-content-int .ask-question h2 {
        font-size: 3.0em;
        margin: 0;
    }
}

.content .experts-archive-title {
    background-color: #577F6C;
    color: #fff;
    display: inline-block;
    padding: .75em 1em .25em;
    position: relative;
    top: -2em;

    -webkit-font-smoothing: antialiased;
}

.page-template-template-experts .content-wrapper {
    background-color: #577F6C;
}

.page-template-template-experts .content-int {
    background-color: transparent;
    margin: -6.1em 0 0;
    max-width: 100%;
    padding: 2em 1em;
}

@media screen and (min-width: 768px) {
    .experts-background {
        background-size: 1.2em 1.2em;
    }

    .content .experts-archive-title {
        left: -1em;
    }

    .page-template-template-experts .content-int {
        padding: 2em 0;
    }
}

@media screen and (min-width: 1024px) {
    .experts-background {
        height: 36.3em;
        padding: 0;
    }
}

/* Expert Filtering */
.filter-experts-by-name {
}

.filter-experts-by-name h3 {
    color: #fff;
    font-family: 'effra', sans-serif;
    font-size: 1.6em;
    letter-spacing: 0;
    padding: 0;
    text-align: center;
    text-transform: inherit;
}

.filter-experts-by-name ul {
    left: 0;
    margin: 0;
}

    .filter-experts-by-name ul li {
        float: left;
        font-family: 'sofia-pro-soft', sans-serif;
        font-size: 1.7em;
        list-style: none;
        padding: 0 0 15%;
        position: relative;
        text-align: center;
        text-transform: uppercase;
        width: 10%;

        -webkit-font-smoothing: antialiased;
    }

        .filter-experts-by-name ul li:first-of-type {
            font-size: 1.5em;
            text-transform: capitalize;
        }

    .filter-experts-by-name li a {
        bottom: 0;
        color: #fff;
        display: block;
        font-family: inherit;
        left: 0;
        opacity: .5;
        position: absolute;
        right: 0;
        text-decoration: none;
        transition: all .1s ease;
        top: 0;
    }

        .filter-experts-by-name li a div {
            display: table;
            height: 100%;
            position: relative;
            width: 100%;
        }

        .filter-experts-by-name li a span {
            display: table-cell;
            height: 100%;
            vertical-align: middle;
            width: 100%;
        }

        .filter-experts-by-name li a:hover {
            color: #fff;
        }

        .no-touch .filter-experts-by-name li a:hover,
        .filter-experts-by-name .active-letter a {
            color: #fff;
            font-size: 1.5em;
            opacity: 1;
        }

            .no-touch .filter-experts-by-name li:first-of-type a:hover,
            .filter-experts-by-name li:first-of-type a {
                font-size: 1.0em;
            }

@media screen and (min-width: 540px) {
    .filter-experts-by-name ul li {
        padding: 0 0 7.6923076923%;
        width: 7.6923076923%;
    }
}

@media screen and (min-width: 768px) {
    .filter-experts-by-name h3 {
        text-align: left;
    }

    .filter-experts-by-name ul li {
        padding: 0 0 3.8461538462%;
        width: 3.7%;
    }
}

@media screen and (min-width: 860px) {
    .filter-experts-by-name h3 {
        float: left;
    }

    .filter-experts-by-name ul {
        float: left;
        margin: -1.25em 0 0 1.5em;
    }

    .filter-experts-by-name ul li {
        height: 3em;
        width: 1.25em;
    }

    .filter-experts-by-name ul li:first-of-type {
        line-height: 3.35;
        width: 2em;
    }
}

@media screen and (min-width: 1024px) {
    .filter-experts-by-name ul {
        margin-top: -1.5em;
    }

    .filter-experts-by-name ul li {
        font-size: 1.9em;
    }

    .filter-experts-by-name ul li:first-of-type {
        font-size: 1.7em;
    }
}

/* Filter Dropdown List (Expertise) */
.filter-items {
    clear: both;
    margin: 0 0 2em;
    padding: 2em 0 0;
    position: relative;
    z-index: 3;
}

    .filter-items a {
        display: block;
        letter-spacing: .025em;
        text-decoration: none;
        transition: color .15s ease-in-out;
    }

    .filter-items h4 {
        color: #dd7e41;
        font-family: 'sofia-pro-soft', sans-serif;
        font-size: 1.3em;
        padding: 0;
        text-transform: uppercase;
    }

        .filter-items h4 a {
            background-color: #fff;
            border-radius: .5em;
            color: inherit;
            display: block;
            font-family: inherit;
            font-size: 1.0em;
            padding: .35em 1em 0;
            position: relative;
            overflow: hidden;
        }

            .filter-items h4 a span {
                display: block;
                margin-right: 3em;
                padding: 0 0 .35em;
            }

            .filter-items h4 .open {
                border-radius: .5em .5em 0 0;
            }

                .filter-items h4 .open span {
                }

            .filter-items h4 a div {
                bottom: 0;
                padding: .35em 0 0;
                position: absolute;
                right: 0;
                top: 0;
                text-align: center;
                width: 3em;
            }

                .filter-items h4 a div img {
                    height: auto;
                    transition: all .3s ease-in-out;
                    width: 1.5em;
                }

                .filter-items h4 .open img {
                    -webkit-transform: rotate( 180deg );
                }

    .filter-items ul {
        background-color: #fff;
        border-radius: 0 0 .5em .5em;
        box-shadow: 0 .4em .4em rgba( 0, 0, 0, .15 );
        display: none;
        left: 0;
        margin: 0;
        max-height: 30em;
        overflow: hidden;
        position: absolute;
        right: 0;
        top: 100%;
    }

    .content-int .filter-items li {
        color: #8a8a8a;
        font-family: 'sofia-pro-soft', sans-serif;
        font-size: 1.3em;
        list-style: none;
        text-transform: uppercase;
    }

        .filter-items li a {
            display: block;
            font-family: inherit;
            font-size: 1.0em;
            padding: .25em 1em;
            transition: all .15s ease-in-out;
        }

            .filter-items li .expertise-area-child-term {
                padding-left: 2em;
            }

        .filter-items .active-item a {
            color: inherit;
        }

        .filter-items li a:hover {
            background-color: #dd7e41;
            color: #fff;
        }

@media screen and (min-width: 950px) {
    .filter-items {
        clear: none;
        float: right;
        margin: 0 0 4em;
        padding: 0;
        width: 20%;
    }
}

@media screen and (min-width: 1100px) {
    .filter-items {
        margin-bottom: 8em;
        width: 25%;
    }
}

/* Expert List */
ul.experts-list {
    left: 0;
    margin: 0;
}

    ul.experts-list li {
        display: none;
        height: 15em;
        font-size: 1.0em;
        list-style: none;
        padding: 0 0 2em;
    }

    .experts-list a {
        background-color: #fff;
        border: 1px solid #b2b4b6;
        color: inherit;
        display: table;
        height: 100%;
        table-layout: fixed;
        text-decoration: none;
        transition: background .15s ease-in-out;
        width: 100%;
    }

        .experts-list a:hover {
            background-color: #f1f1f2;
        }

    .experts-list-thumbnail {
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        display: table-cell;
        height: 100%;
        position: relative;
        vertical-align: top;
        width: 30%;
    }

    .experts-list-information {
        background-image: url( 'images/icn-arrow-right-orange.svg' );
        background-position: right 2em center;
        background-repeat: no-repeat;
        display: table-cell;
        height: 100%;
        padding: 0 3em 0 1.5em;
        vertical-align: middle;
        width: 70%;
    }

        .experts-list-information h2 {
            color: #577F6C;
            font-family: 'sofia-pro-soft', sans-serif;
            font-size: 1.4em;
            padding: 0 0 .1em;
            text-transform: uppercase;
        }

        .experts-list-information h3 {
            color: #000;
            font-family: 'clarendon-text-pro', serif;
            font-size: 1.0em;
            font-style: italic;
            line-height: 1.5;
            padding: 0;
            text-transform: inherit;
        }

.load-more-experts {
    margin: 2em 0;
}

@media screen and (min-width: 480px) {
    .experts-list-information {
        padding: 0 3em 0 1.5em;
    }
}

@media screen and (min-width: 768px) {
    ul.experts-list {
        margin: 0 -1em;
        overflow: hidden;
    }

    ul.experts-list li {
        float: left;
        padding: 0 1em 2em;
        width: 50%;
    }

    .experts-list-information h3 {
        font-size: 1.2em;
    }
}

@media screen and (min-width: 1024px) {
    .experts-list-thumbnail {
        width: 35%;
    }

    .experts-list-information {
        width: 65%;
    }

    ul.experts-list li {
        width: 33.3333333%;
    }

    .load-more-experts {
        margin: 4em 0;
    }
}

/* Single Expert */
.single-expert .experts-background {
    max-height: 16.5em;
}

.single-expert .content {
    max-width: 91em;
}

.single-expert .content .experts-archive-title {
    background-color: #fff;
    color: #577F6C;
}

.content-int .back-to-experts-archive {
    background-image: url( 'images/icn-arrow-left-green.svg' );
    background-position: left center;
    background-repeat: no-repeat;
    color: #9d9fa1;
    display: inline-block;
    font-family: 'sofia-pro-soft', sans-serif;
    font-size: 1.8em;
    line-height: 1.5;
    padding: 0 0 0 1.25em;
    position: relative;
    top: -1em;
    text-decoration: none;
}

    .content-int .back-to-experts-archive:hover {
        color: #577F6C;
    }

.expert-summary {
    background-color: #dd7e41;
    margin: 0 0 2em;
    width: 100%;

    -webkit-font-smoothing: antialiased;
}

    .expert-summary .experts-list-thumbnail {
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        display: block;
        height: 100%;
        padding: 0 0 100%;
        position: relative;
        width: 100%;
    }

    .expert-summary .experts-list-information {
        background: none;
        padding: 2em;
        width: 100%;
    }

    .expert-summary .experts-list-information h2 {
        color: #810042;
        font-size: 2.6em;
        margin: 0 0 .5em;
    }

    .expert-summary .experts-list-information h3 {
        color: #fff;
        font-family: 'sofia-pro-soft';
        font-size: 1.7em;
        font-style: normal;
        letter-spacing: 0;
    }

    .expert-summary .experts-list-information p {
        color: #fff;
        font-family: 'clarendon-text-pro', sans-serif;
        font-size: 1.2em;
        letter-spacing: 0;
        margin: 1.5em 0 0;
    }

    .experts-list-information a {
        background-color: #577F6C;
        color: #fff;
        display: block;
        float: right;
        font-family: 'sofia-pro-soft', sans-serif;
        font-size: 1.4em;
        font-weight: 900;
        padding: .5em;
        text-decoration: none;
        text-transform: uppercase;
    }

.expert-articles-title {
    color: #9d9fa1;
    font-size: 1.7em;
    letter-spacing: .1em;
    margin: 0 0 .5em;
    padding: .5em 0;
    text-transform: uppercase;
}

.content-int .expert-articles {
    left: 0;
    margin: 0 -1em;
}

    .content-int .expert-articles li {
        font-size: 1.0em;
        list-style: none;
    }

@media screen and (min-width: 768px) {
    .single-expert .content-int {
        float: none;
        padding: 0 0 4em;
        width: 100%;
    }

    .content-int .back-to-experts-archive {
        margin: 0 0 1.5em;
        top: 0;
    }

    .expert-summary {
        background-color: #dd7e41;
        background-image: url( 'images/bg-spoon-white.svg?v=2' );
        background-position: right 10em top 7.5em;
        background-repeat: no-repeat;
        background-size: 60% auto;
        display: table;
        margin: 0 0 9em;
        width: 100%;

        -webkit-font-smoothing: antialiased;
    }

    .expert-summary .experts-list-thumbnail {
        display: table-cell;
        height: 100%;
        padding: 0;
        vertical-align: top;
        width: 30%;
    }

    .expert-summary .experts-list-information {
        display: table-cell;
        padding: 3em 4em;
        width: 70%;
    }

        .expert-summary .experts-list-information h2 {
            margin: 0 0 1.5em;
        }

        .expert-summary .experts-list-information h3 {
            font-size: 1.9em;
        }

        .expert-summary .experts-list-information p {
            padding: 0;
        }

    .expert-articles-title {
    }

    .content-int .expert-articles li {
        width: 33.3333333%;
    }
}


/* Ask a Question */
.page-template-template-ask-question .page-header {
    display: table;
    width: 100%;
}

.page-template-template-ask-question .page-header h1 {
    background-image: url( 'images/icn-question-cloud.svg' );
    display: table-cell;
    font-size: 2em;
    padding: .5em 1em .5em 3em;
    vertical-align: middle;
}

.page-template-template-ask-question .content-int h2 {
    color: #dd7e41;
    font-family: 'sofia-pro-soft', sans-serif;
    font-size: 2.2em;
    font-weight: 900;

    -webkit-font-smoothing: antialiased;
}

    .page-template-template-ask-question .content-int h2 span {
        text-transform: uppercase;
    }

@media screen and (min-width: 768px) {
    .page-template-template-ask-question .page-header {
        padding: 0 4em;
    }

    .page-template-template-ask-question .page-header h1 {
        background-position: 0 1em;
        background-size: 2.5em auto;
        font-size: 2.6em;
        padding: 2.5em 2em 2.5em 3em;
    }

    .page-template-template-ask-question .content-int h2 {
        font-size: 2.8em;
    }

    .question-form {
        padding: 10em 0 0;
    }

    .content-int .question-form .gform_fields {
        margin: 0 -1em;
    }

    .question-form .gform_wrapper {
        margin: .5em -1em 0;
    }

    .question-form .gfield {
        float: left;
        padding: 0 1em;
        width: 50%;
    }

        .question-form .gfield:first-of-type {
            float: none;
            width: 100%;
        }

        .question-form .gfield input,
        .question-form textarea {
            width: 100%;
        }

    .question-form .gform_footer {
        clear: both;
        padding: 4em 0 0;
        text-align: right;
    }
}

@media screen and (min-width: 1024px) {
    .page-template-template-ask-question .page-header {
        height: 21.1em;
        padding: 0 4em;
    }

    .page-template-template-ask-question .page-header h1 {
        background-position: 0 1em;
        font-size: 3.5em;
        padding: 0 2em 0 4em;
    }
}

/* Slider */
.slider-wrapper {
    margin: 0 0 3.8em;
    overflow: hidden;
    position: relative;
}

.slider-wrapper .slides {
    height: 0;
    left: 0;
    margin: 0;
    padding: 0 0 56%;
    position: relative;
}

.slides li {
    bottom: 0;
    font-size: 1.0em;
    list-style: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}

    .slides li img {
        display: block;
        height: auto;
        line-height: 0;
        width: 100%;
    }

.slide-content {
    background-color: rgba( 255, 255, 255, .85 );
    bottom: -1px;
    padding-bottom: 1.5em;
    position: absolute;
    width: 100%;
}

.slide-content a {
    color: inherit;
    display: block;
    padding: 1em;
    text-decoration: none;
}

    .slide-content h3 {
        color: #9d9fa2;
        font-size: 1.2em;
        letter-spacing: .1em;
        padding: 0 0 .5em;
        text-transform: uppercase;
    }

    .slide-content h2 {
        font-size: 1.6em;
        line-height: 1.2;
    }

    .slide-content p {
        font-size: 1.1em;
        line-height: 1.35;
    }

        .slide-content .extended-excerpt {
            display: none;
        }

.slider-wrapper .slide-nav {
    bottom: 10px;
    left: auto;
    margin: 0;
    position: absolute;
    right: 10px;
}

    .slider-wrapper .slide-nav li {
        float: left;
        font-size: 1.0em;
        list-style: none;
        margin: 0 .4em;
    }

    .slide-nav a {
        border: 1px solid #808285;
        border-radius: 100%;
        display: block;
        height: 1em;
        width: 1em;
    }

    .slide-nav .active a {
        background-color: #808285;
        border: 1px solid transparent;
    }

@media screen and (min-width: 580px) {
    .slide-content a {
        padding: 2em;
    }

        .slide-content h3 {
            font-size: 1.3em;
        }

        .slide-content h2 {
            font-size: 1.8em;
            padding: 0 0 .5em;
        }

        .slide-content p {
            font-size: 1.2em;
            line-height: 1.45;
        }
}

@media screen and (min-width: 1024px) {
    .slide-content .excerpt-dots {
        display: none;
    }

    .slide-content .extended-excerpt {
        display: inline;
    }
}

/* Newsletter Form */


/* Home Page */
.home-featured {
    background-color: #f1f1f2;
    background-image: url( 'images/dot-pattern.png' );
    background-position: center center;
    background-size: .8em .8em;
}

.home-featured-int {
    margin: 0 auto;
    max-width: 126em;
    overflow: hidden;
    padding: 2em 1em;
}

.top-stories {
    margin: 0 0 1em;
}

.top-video-and-question {
}

.top-video {
    margin: 0 0 1em;
    position: relative;
}

    .top-video img {
        display: block;
        height: auto;
        line-height: 0;
        width: 100%;
    }

    .top-video a {
        background-image: url( 'images/icn-play.svg' );
        background-position: center center;
        background-repeat: no-repeat;
        background-size: auto 65%;
        display: block;
        bottom: 0;
        left: 0;
        opacity: .85;
        position: absolute;
        right: 0;
        transition: opacity .2s ease;
        top: 0;
    }

        .top-video a:hover {
            opacity: .95;
        }

.top-video-and-question .ask-question div {
    background-color: #577F6C;
    background-image: url( 'images/icn-question-cloud.svg' );
    background-position: 2em 2em;
    background-repeat: no-repeat;
    background-size: 5em auto;
    margin: 0 0 1em;
    overflow: hidden;
    padding: 6em 2em 2em;
}

    .top-video-and-question .ask-question h2 {
        color: #fff;
        font-family: 'sofia-pro-soft', sans-serif;
        font-size: 2.0em;
        letter-spacing: .1em;
        line-height: 1.2;
        margin: 0 0 1em;
        text-transform: uppercase;

        -webkit-font-smoothing: antialiased;
    }

    .top-video-and-question .ask-question a {
        background-color: #415a51;
        color: #577F6C;
        display: block;
        float: right;
        font-size: 1.4em;
        font-weight: 900;
        letter-spacing: .1em;
        padding: .3em 1em .5em;
        text-decoration: none;
        text-transform: uppercase;
        transition: background .3s ease-in-out;

        -webkit-font-smoothing: antialiased;
    }

        .top-video-and-question .ask-question a:hover {
            background-color: #fff;
        }

.latest-video {
    background-color: rgba( 255, 255, 255, .85 );
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100000;
}

    .latest-video-int {
        display: table;
        height: 100%;
        position: relative;
        width: 100%;
    }

    .latest-video-content {
        display: table-cell;
        height: 100%;
        text-align: center;
        vertical-align: middle;
        width: 100%;
    }

    .latest-video-close-background {
        bottom: 0;
        cursor: default;
        display: block;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

    .latest-video-player {
        margin: 0 auto;
        max-width: 90em;
        position: relative;
    }

        .latest-video-player-int {
            height: 0;
            padding: 0 0 56.22222222%;
        }

        .latest-video-player iframe {
            bottom: 0;
            left: 0;
            height: 100% !important;
            min-width: 0 !important;
            position: absolute;
            right: 0;
            top: 0;
            width: 100% !important;
        }

        .latest-video-close-icon {
            background-image: url( 'images/icn-close.svg?v=2' );
            background-repeat: no-repeat;
            background-position: center center;
            cursor: pointer;
            display: block;
            height: 3.2em;
            position: absolute;
            right: 0;
            top: -4em;
            transition: all .15s ease;
            width: 3.2em;
            z-index: 1103;
        }

            .latest-video-close-icon:hover {
                opacity: .8;
            }

@media screen and (min-width: 480px) {
    .top-video-and-question .ask-question div {
        padding: 6em 2em 2em 6em;
    }
}

@media screen and (min-width: 580px) {
    .top-story-content a {
        padding: 2em;
    }

        .top-story-content h3 {
            font-size: 1.3em;
        }

        .top-story-content h2 {
            font-size: 1.8em;
        }

        .top-story-content p {
            font-size: 1.2em;
        }

            .top-story-content .excerpt-dots {
                display: none;
            }

            .top-story-content .extended-excerpt {
                display: inline;
            }

    .top-video {
        float: left;
        padding: 0 .5em 0 0;
        width: 50%;
    }

    .top-video-and-question .ask-question {
        float: right;
        padding: 0 0 0 .5em;
        width: 50%;
    }

    .top-video-and-question .ask-question div {
        height: 0;
        padding: 0 0 61.16838488%;
        position: relative;
    }

        .top-video-and-question .ask-question h2 {
            font-size: 3vw;
            margin: 0;
            padding: 3em 2em 0;
        }

        .top-video-and-question .ask-question a {
            bottom: 1.4285em;
            font-size: 2vw;
            position: absolute;
            right: 1.4285em;
        }
}

@media screen and (min-width: 768px) {
    .home-featured {
        background-size: 1.6em 1.6em;
    }

        .home-featured-int {
            padding: 3.5em 2em 1.5em;
        }

    .color-bar {
        height: 1em;
    }

    .top-stories {
        float: left;
        margin: 0 0 2em;
        width: 62.62295082%;
    }

    .top-video-and-question {
        float: left;
        padding: 0 0 0 2em;
        width: 37.37704918%;
    }

    .top-video {
        float: none;
        margin: 0 0 2em;
        padding: 0;
        width: 100%;
    }

    .top-video-and-question .ask-question {
        float: none;
        padding: 0;
        width: 100%;
    }

    .top-video-and-question .ask-question div {
        background-image: none;
        height: 0;
        margin: 0 0 2em;
        padding: 0 0 42.1%;
        position: relative;
    }

        .top-video-and-question .ask-question h2 {
            font-size: 1.8vw;
            margin: 0;
            padding: 1em;
        }

        .top-video-and-question .ask-question a {
            bottom: 1em;
            font-size: 1.4vw;
            position: absolute;
            right: 1em;
        }
}

@media screen and (min-width: 1024px) {
    .top-story-content {
        padding: 0;
    }

    .top-story-content a {
        padding: 1.5em 3.5em 3em;
    }

        .top-story-content h3 {
            font-size: 1.6em;
        }

        .top-story-content h2 {
            font-size: 2em;
            padding: 0 0 .4em;
        }

        .top-story-content p {
            font-size: 1.2em;
            line-height: 1.6;
        }

    .top-video-and-question .ask-question div {
        background-image: url( 'images/icn-question-cloud.svg' );
    }

        .top-video-and-question .ask-question h2 {
            padding-left: 5em;
        }

    .latest-video-close-icon {
        right: -4em;
        top: 0;
    }
}

@media screen and (min-width: 1200px) {
    .top-video-and-question .ask-question h2 {
        font-size: 2.2em;
        margin: 0;
        padding: 2.2em .9090909091em 0 3em;
    }

    .top-video-and-question .ask-question a {
        bottom: 1.3333333333em;
        font-size: 1.5em;
        right: 1.3333333333em;
    }
}

/* Top Articles */
.article-list.top-articles h3 {
    color: #9d9fa2;
    font-size: 1.6em;
    letter-spacing: .1em;
    padding: 0 0 .5em;
    position: absolute;
    right: 1em;
    text-align: right;
    text-transform: uppercase;
    top: 1em;
}

/*.top-articles {
    margin: 0 -.5em;
}

.top-articles li {
    float: left;
    margin: 0 0 1em;
    padding: 0 .5em;
    width: 50%;
}

    .top-articles li:nth-child(odd) {
        clear: left;
    }

.top-articles li a {
    background-color: #fff;
    border: 1px solid #b2b4b6;
    display: block;
    text-decoration: none;
    transition: all .2s ease;
}

    .top-articles li .top-articles-article-background {
        background-size: cover;
        background-repeat: no-repeat;
        display: block;
        height: 0;
        line-height: 0;
        padding: 0 0 100%;
    }

    .top-articles img {
        line-height: 0;
        width: 100%;
    }

    .top-articles li .top-articles-article-info {
        height: 12em;
        padding: .5em 1em 0;
    }

    .top-articles h3 {
        color: #9d9fa2;
        font-size: 1.2em;
        letter-spacing: .1em;
        padding: 0 0 .5em;
        text-align: right;
        text-transform: uppercase;
    }

    .top-articles h2 {
        font-size: 1.2em;
    }

        .top-articles h2 a {
            color: inherit;
            text-decoration: none;
        }

@media screen and (min-width: 768px) {
    .top-articles {
        margin: 0 -1em;
    }

    .top-articles li {
        margin-bottom: 2em;
        padding: 0 1em;
        width: 25%;
    }

        .top-articles li:nth-child(odd) {
            clear: none;
        }
}

@media screen and (min-width: 840px) {
    .top-articles h3 {
        font-size: 1.4em;
    }
}

@media screen and (min-width: 1024px) {
    .top-articles li .article-info {
        padding: 1em 1.5em 2em;
    }

    .top-articles h3 {
        font-size: 1.6em;
    }

    .top-articles h2 {
        font-size: 1.3em;
    }
}*/

/* General Article List */
.article-list {
    margin: 0 -.5em;
}

.article-list li {
    float: left;
    margin: 0 0 1em;
    padding: 0 .5em;
    position: relative;
    width: 50%;
}

    .article-list li:nth-child(odd) {
        clear: left;
    }

.article-list li > a {
    background-color: #fff;
    border: 1px solid #b2b4b6;
    color: inherit;
    display: block;
    text-decoration: none;
}

    .article-list li .article-image {
        background-size: cover;
        background-repeat: no-repeat;
        display: block;
        height: 0;
        line-height: 0;
        padding: 0 0 100%;
    }

    .article-list img {
        line-height: 0;
        width: 100%;
    }

    .article-list li > div > div {
        height: 9em;
        padding: .5em 1em 0;
    }

    .article-list h3 {
        color: #9d9fa2;
        font-size: 1.2em;
        letter-spacing: .1em;
        padding: 0 0 .5em;
        text-align: right;
        text-transform: uppercase;
    }

    .article-list h2 {
        color: #810042;
        font-family: 'clarendon-text-pro', serif;
        font-size: 1.2em;
        letter-spacing: 0;
        text-transform: inherit;
    }

        .article-list h2 a {
            color: inherit;
            text-decoration: none;
        }

@media screen and (min-width: 768px) {
    .article-list {
        margin: 0 -1em;
    }

    .article-list li {
        margin-bottom: 2em;
        padding: 0 1em;
        width: 25%;
    }

        .article-list li:nth-child(odd) {
            clear: none;
        }
}

@media screen and (min-width: 840px) {
    .article-list h3 {
        font-size: 1.4em;
    }
}

@media screen and (min-width: 1024px) {
    .article-list li > div > div {
        padding: 1em 1.5em 2em;
    }

    .article-list h3 {
        font-size: 1.6em;
    }

    .article-list h2 {
        font-size: 1.3em;
    }
}

/* Home Call To Actions */
.home-call-to-actions {
    background-color: #f1f1f2;
}

.home-call-to-actions-int {
    margin: 0 auto;
    max-width: 126em;
    overflow: hidden;
    padding: 2em 1em;
}

.home-call-to-actions-int li {
    padding: 0 0 1em;
}

.home-call-to-actions-int .call-to-action-one img {
    width: 100%;
}

.home-call-to-actions-int .call-to-action-two {
}

    .newsletter-call-to-action {
        background-color: #816456;
        border: 1px solid #b1b3b6;
        height: 0;
        padding: 0 0 100%;
        position: relative;
    }

    .newsletter-call-to-action-head {
        padding: 1em;
    }

        .newsletter-call-to-action-head h3 {
            color: #b5a299;
            font-size: 1.7em;
            letter-spacing: .1em;
            text-transform: uppercase;
        }

    .newsletter-call-to-action-body {
        background-color: #fff;
        bottom: 0;
        position: absolute;
        width: 100%;
    }

        .newsletter-call-to-action-body img {
            left: 3em;
            position: absolute;
            top: -4.5em;
        }

        .newsletter-call-to-action-content {
            padding: 2em 2em 0 9em;
        }

        .newsletter-call-to-action-body h3 {
            color: #fff;
            font-family: 'effra', sans-serif;
            font-size: 5.0em;
            font-weight: 900;
            position: absolute;
            top: -1.4em;
            text-transform: uppercase;
        }

        .newsletter-call-to-action-body p {
            color: #5b8e78;
            font-family: 'sofia-pro-soft', sans-serif;
            font-size: 1.7em;
            font-style: italic;
            letter-spacing: .1em;
            line-height: 1.2;
            text-transform: uppercase;
        }

        .newsletter-call-to-action-body form {
            padding: 2em;
        }

        .newsletter-call-to-action-body input[type=text] {
            border: 1px solid #577F6C;
            border-radius: .4em;
            color: #577F6C;
            font-size: 1.3em;
            letter-spacing: .1em;
            padding: .3em .6em;
            text-transform: uppercase;
            width: 100%;
        }

        .newsletter-call-to-action-body form div {
            text-align: right;
        }

        .newsletter-call-to-action-body input[type=submit] {
            background-color: #816456;
            border: 0;
            color: #fff;
            cursor: pointer;
            font-size: 1.4em;
            letter-spacing: .1em;
            margin: .75em 0 -.5em;
            padding: .35em .5em;
            text-transform: uppercase;
            transition: all .15s ease;
        }

            .newsletter-call-to-action-body input[type=submit]:hover {
                background-color: #dd7e41;
            }

@media screen and (min-width: 560px) {
    .home-call-to-actions-int ul {
        margin: 0 -.5em;
    }

    .home-call-to-actions-int li {
        float: left;
        padding: 0 .5em 1em;
    }

    .home-call-to-actions-int .twitter-feed {
        width: 50%;
    }

    .home-call-to-actions-int .call-to-action-two {
        float: left;
        width: 50%;
    }

    .home-call-to-actions-int .call-to-action-one {
        float: none;
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .home-call-to-actions-int {
        padding: 3.5em 2em;
    }

    .home-call-to-actions-int ul {
        margin: 0 -1em;
    }

    .home-call-to-actions-int li {
        float: left;
        padding: 0 1em 2em;
    }
}

@media screen and (min-width: 1024px) {
    .home-call-to-actions-int li {
        padding: 0 1em;
    }

    .home-call-to-actions-int .twitter-feed {
        width: 25%;
    }

    .home-call-to-actions-int .call-to-action-one {
        float: left;
        width: 50%;
    }

    .home-call-to-actions-int .call-to-action-two {
        float: right;
        width: 25%;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
    .newsletter-call-to-action-head h3 {
        font-size: 1.4em;
    }

        .newsletter-call-to-action-body img {
            left: 2em;
        }

        .newsletter-call-to-action-content {
            padding: 1em 2em 0em 7em;
        }

        .newsletter-call-to-action-body h3 {
            font-size: 4.0em;
        }

        .newsletter-call-to-action-body p {
            font-size: 1.3em;
        }
}

/* Home Latest Articles */
.home-latest-articles {
}

.home-latest-articles-int {
    margin: 0 auto;
    max-width: 126em;
    overflow: hidden;
    padding: 2em 1em;
}

.home-latest-articles-title {
    background-image: url( 'images/icn-clock.svg' );
    background-position: left center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #000;
    color: #000;
    font-size: 1.7em;
    letter-spacing: .1em;
    margin: 0 0 1em;
    padding: .5em 0 .5em 2em;
    text-transform: uppercase;
}





.latest-articles-int {
    margin: 0 auto;
    max-width: 124em;
    overflow: hidden;
    padding: 3em 1em;
}

.latest-articles li {
    display: none;
}


.latest-articles h3 {
    color: #1d8255;
    padding: 0;
    text-align: left;
}

.latest-articles h4 {
    color: #9d9fa2;
    font-size: 1.1em;
    position: absolute;
    right: 1em;
    top: 1em;
}

    .latest-articles h4 em {
        font-style: normal;
        letter-spacing: .05em;
        text-transform: uppercase;
    }

    .latest-articles h4 span {
        font-family: 'clarendon-text-pro', serif;
    }

.latest-articles li a {
    /*padding-bottom: 12em;*/
    padding-bottom: 10em;
    position: relative;
}

.latest-articles li .article-info {
    background-color: #fff;
    border-top: 1px solid #b2b4b6;
    bottom: 0;
    display: table;
    height: 12em;
    padding: 3em 0 0;
    position: absolute;
    width: 100%;
}

.latest-articles li .article-info-int {
    display: table-cell;
    vertical-align: bottom;
}

    .latest-articles li .show-details {
        height: auto;
        min-height: 12em;
    }

    .latest-articles .more-info {
        display: none;
    }

    .latest-articles .more-info h4 {
        border-top: 1px solid #b1b3b6;
        font-size: 1.3em;
        letter-spacing: .1em;
        position: relative;
        right: auto;
        text-align: left;
        text-transform: uppercase;
        top: auto;
    }

    .latest-articles .more-info p {
        font-size: 1.2em;
        padding: 0 0 .6em;
    }
     .latest-articles li .article-info {
        height: 11em;
        padding: 3em 1.5em 1.5em;
    }

@media screen and (min-width: 768px) {
    .home-latest-articles-int {
        padding: 3.5em 2em;
    }

    .home-latest-articles-title {
        margin: 0 0 1.7647058824em;
    }
}

@media screen and (min-width: 840px) {
    .latest-articles li > a {
        padding-bottom: 11em;
    }

        .latest-articles li .show-details {
            height: auto;
            min-height: 11em;
        }

    .latest-articles li .article-info {
        height: 11em;
        padding: 3em 1.5em 1.5em;
    }

    .latest-articles h3 {
        font-size: 1.3em;
    }
}

@media screen and (min-width: 1024px) {
    .latest-articles li > a {
        padding-bottom: 10em;
    }

    .latest-articles li .article-info {
        height: 11em;
    }

        .latest-articles li .show-details {
            height: auto;
            min-height: 11em;
        }
}


/* Shortcodes */

/* True False Shortcode */

.true-false-image {
    display: block;
    width: 100%;
}

.true-false-content {
    background-color: #eee;
    margin: 0 0 4em;
    padding: 4em 4em 1em;
}

.content-int .true-false-summary {
    padding: 0;
}

.content-int .toggle-true-false-full {
    color: #dd7e41;
    display: inline-block;
    font-style: italic;
    margin: 0 0 2em;
    text-decoration: none;
    text-transform: lowercase;
}

    .content-int .toggle-true-false-full span {
        background-image: url( 'images/icn-arrow-right-orange.svg' );
        background-size: auto 100%;
        background-repeat: no-repeat;
        display: block;
        float: right;
        height: 1.1em;
        margin: .7em 0 0 .75em;
        width: 1.1em;

        -webkit-transform: rotate( 90deg );
           -moz-transform: rotate( 90deg );
            -ms-transform: rotate( 90deg );
                transform: rotate( 90deg );
    }

    .content-int .toggle-true-false-full.open span {
        margin-top: .2em;

        -webkit-transform: rotate( 270deg );
           -moz-transform: rotate( 270deg );
            -ms-transform: rotate( 270deg );
                transform: rotate( 270deg );
    }

.true-false-full {
    display: none;
}

    .true-false-full p:first-of-type {
        padding-top: 2em;
    }

/* 404 Page */
.image-404 {
    width: 100%;
}

.content-404 {
    text-align: center;
}

    .content-404 h2 {
        color: #6d6f71;
        font-family: 'sofia-pro-soft', sans-serif;
        font-size: 5.0em;
        letter-spacing: .1em;
        line-height: 1;
        margin: 1em 0 0;
        text-transform: uppercase;
    }

    .content-404 p {
        font-size: 2.0em;
    }


/* Google Search Customizations */
#cse,
#cse * {
  font-size: 10px;
}

#cse .gsc-above-wrapper-area,
#cse .gsc-resultsHeader {
    display: none;
}

#cse .gsc-webResult .gsc-result {
    border-bottom: 1px solid #b2b4b6;
    margin: 0 0 2em;
    padding: 0 0 2em;
}

#cse .gsc-result .gs-title,
#cse .gsc-result .gs-title * {
    color: #577F6C;
    height: auto;
    text-decoration: none;
}

    #cse .gs-result .gs-title {
        font-family: 'clarendon-text-pro', serif;
        font-size: 1.3em;
        font-weight: 400;
        letter-spacing: .025em;
        line-height: 1.0;
        padding: 0 0 .25em;
    }

      #cse .gs-result .gs-title b {
        font-weight: 400;
      }

#cse .gsc-control-cse,
#cse .gsc-control-cse .gsc-table-result {
    border: 0;
    color: #6d6f71;
    font-family: 'ff-tisa-web-pro', serif;
    margin: 0;
}

    #cse .gsc-control-cse .gsc-table-result td {
        border: 0;
    }

#cse .gs-result .gs-snippet {
    font-size: 1.6em;
    font-weight: 200;
}

    #cse .gs-result .gs-snippet * {
        font-size: 1.0em;
    }

#cse .gs-result a.gs-visibleUrl,
#cse .gs-result .gs-visibleUrl {
    color: #dd7e41;
    font-size: 1.4em;
    font-weight: 200;
    padding: 1em 0 0;
}

#cse .gsc-results .gsc-cursor * {
    font-size: 1.6em;
}

#cse .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    color: #dd7e41;
    font-weight: 400;
}

#cse b {
    font-size: 1em;
}

#cse .gs-result img.gs-image,
#cse .gs-result img.gs-promotion-image {
    border: 0;
}

/* POLLS */

.content-int div.wp-polls {
    border-top: 1px solid #bcbdc0;
    padding-top: 2em;
}

.content-int .wp-polls, .wp-polls-form {
    padding:1em;
}

.content-int .wp-polls, .content-int .wp-polls p, .content-int .wp-polls li {
    font-family: 'sofia-pro-soft', sans-serif;
    font-size: 1.35em;
}

.content-int .wp-polls li label {
    padding-left: 0.5em;
}

.content-int .wp-polls .Buttons {
    background-color: #dd7e41;
    border: none;
    color: #FFF;
    cursor: pointer;
    padding: .3em .5em;
    text-transform: uppercase;
}

.content-int .wp-polls strong {
    color: #810041;
    font-size: 1.2em;
    line-height: 1em;
}

.content-int .wp-polls .wp-polls-ans.results li {
    padding-bottom: 0.5em;
}

.content-int .wp-polls .wp-polls-ans.results {
    background-color: #F1F1F2;
    padding-top: 2em;
}
#tw-widget1 {
    overflow:hidden;
}
.footer-menu li.translate-toggle {
    border: none !important;
    cursor:ponter !important;
}
.footer-menu li.translate-toggle:hover {
    color: #DD7E41;
    cursor: pointer;
}
.footer-menu li.g-translate {
    padding-top: 20px;
    display: none;
}
.footer-menu .g-translate #google_translate_element, .footer-menu .g-translate #google_translate_element .goog-te-gadget span {
    font-family: 'sofia-pro-soft', sans-serif; 
}

/* Widget Styling */
.content-int pre {
    background-color: #F1F1F2;
    border: 1px solid #ddd;
    border-bottom: none;
    font-size: 1.4em;
    padding: 1em 2em;
}

.widget-include {

}

.widget-sample {
    border: 1px solid #ddd;
    margin-bottom: 2em;
    padding: 2em;
    width: auto;
}

@media screen and (min-width: 675px) {
    .footer-menu li.g-translate {
        padding-top: 00px;
    }
}

/* Landing Page Styling */

body.page-template-page-landing-page hr,
body.page-template-page-landing-page-alternate hr{
    border:0;
    border-bottom: 1px solid #fff;
}

body.page-template-page-landing-page,
body.page-template-page-landing-page-alternate{
    background-color: #f1f1f2;
    background-image: url('images/dot-pattern.png');
    background-size: 1.2em 1.2em;
}
body.page-template-page-landing-page .content-int,
body.page-template-page-landing-page-alternate .content-int{margin-top:4em; max-width:100%; padding:0;}

body.page-template-page-landing-page .content-int .page-header,
body.page-template-page-landing-page-alternate .content-int .page-header {background-color:#577F6C; position:relative; min-height:302px; margin:0; padding:0; z-index:0; }
body.page-template-page-landing-page .content-int .page-header .page-header--content,
body.page-template-page-landing-page-alternate .content-int .page-header .page-header--content{display:block; background-color:#dd7e41; position: absolute; bottom: -70px; max-width: 914px; padding:2em 1em 2em 10.5em;background-image: url('images/icn-page-default.svg'); background-repeat: no-repeat; background-position: 20px 25px;}
body.page-template-page-landing-page .content-int .page-header:before,
body.page-template-page-landing-page-alternate .content-int .page-header:before{content:'';background-image: url('images/landing-page-colorbar.svg'); background-size:100%; width:100%; position:absolute; top:0; left:0; height:10px;display:block;z-index: 1;}
body.page-template-page-landing-page .content-int .page-header.no-bar:before,
body.page-template-page-landing-page-alternate .content-int .page-header.no-bar:before{background-image:unset;}
body.page-template-page-landing-page .content-int .page-header h1,
body.page-template-page-landing-page-alternate .content-int .page-header h1{font-family: 'clarendon-text-pro', serif; font-size:36px; letter-spacing:1px; text-transform:unset; padding: 0; background: unset; }
body.page-template-page-landing-page .content-int .page-header h4,
body.page-template-page-landing-page-alternate .content-int .page-header h4{color:#fff; font-weight:400; position:relative; padding: 0; margin-bottom:5px; font-size:18px; letter-spacing: 2.62px;}

body.page-template-page-landing-page .content-int .page-content,
body.page-template-page-landing-page-alternate .content-int .page-content{padding: 13em 4em 4em;}

body.page-template-page-landing-page section.landing-page-around-the-web,
body.page-template-page-landing-page-alternate section.landing-page-around-the-web{background-color:#577F6C; width: 100%; margin-top:35px;}
body.page-template-page-landing-page section.landing-page-around-the-web .content,
body.page-template-page-landing-page-alternate section.landing-page-around-the-web .content{padding:0;}
body.page-template-page-landing-page section.landing-page-around-the-web .content-int,
body.page-template-page-landing-page-alternate section.landing-page-around-the-web .content-int{background-color:transparent;padding: 3em 1em;}
body.page-template-page-landing-page section.landing-page-around-the-web h2,
body.page-template-page-landing-page-alternate section.landing-page-around-the-web h2{color:#fff; padding:0;}
body.page-template-page-landing-page section.landing-page-around-the-web .latest-articles,
body.page-template-page-landing-page-alternate section.landing-page-around-the-web .latest-articles{margin-top:20px;}
body.page-template-page-landing-page section.landing-page-around-the-web .latest-articles li > a,
body.page-template-page-landing-page-alternate section.landing-page-around-the-web .latest-articles li > a{padding-bottom:0; border:1px solid #fff;}
body.page-template-page-landing-page section.landing-page-around-the-web .latest-articles li .article-image,
body.page-template-page-landing-page-alternate section.landing-page-around-the-web .latest-articles li .article-image{position:relative;z-index: 0; transition: all .4s ease-in-out; background-size:100%; background-position: center center;}
body.page-template-page-landing-page section.landing-page-around-the-web .latest-articles li:hover .article-image,
body.page-template-page-landing-page-alternate section.landing-page-around-the-web .latest-articles li:hover .article-image{background-size:110%;}
body.page-template-page-landing-page section.landing-page-around-the-web .latest-articles li .article-image:before,
body.page-template-page-landing-page-alternate section.landing-page-around-the-web .latest-articles li .article-image:before{content:''; display:block; height:100%; width:100%; left:0; right:0; top:0; background-color: #000; opacity: .4; z-index: 1; position:absolute;}
body.page-template-page-landing-page section.landing-page-around-the-web .latest-articles li .article-title,
body.page-template-page-landing-page-alternate section.landing-page-around-the-web .latest-articles li .article-title{min-height:115px; position:absolute; bottom:0; left:50%; padding:10px; width:100%; transform: translate3d(-50% , 0, 0); z-index: 2; text-align: center;}
body.page-template-page-landing-page section.landing-page-around-the-web .latest-articles li .article-title strong,
body.page-template-page-landing-page-alternate section.landing-page-around-the-web .latest-articles li .article-title strong{font-family: 'sofia-pro-soft', sans-serif; display:block; font-size:14px; text-transform:uppercase; font-weight:normal; line-height:1.2em; color:#fff; z-index: 2; margin-bottom:10px; text-align: center; text-shadow: -3px 1px 6px rgba(0,0,0,0.36);}
body.page-template-page-landing-page section.landing-page-around-the-web .latest-articles li .article-title h4,
body.page-template-page-landing-page-alternate section.landing-page-around-the-web .latest-articles li .article-title h4{font-family: 'clarendon-text-pro', serif; text-transform: none; font-size:20px; font-weight:bold; color:#fff; line-height:1.2em; text-align: center; text-shadow: -3px 1px 6px rgba(0,0,0,0.36);right:unset !important; top:unset !important; position:relative;}

body.page-template-page-landing-page section.see-our-videos,
body.page-template-page-landing-page-alternate section.see-our-videos{background:#ffffff; margin-top: 35px;}
body.page-template-page-landing-page section.see-our-videos .video-tile,
body.page-template-page-landing-page-alternate  section.see-our-videos .video-tile{margin-bottom:15px;}
body.page-template-page-landing-page section.see-our-videos h2,
body.page-template-page-landing-page-alternate section.see-our-videos h2{ color: #577F6C;}

.landing-page-latest-articles {
    background:#fff;
    display:block;
    margin-top:35px;
}

.landing-page-latest-articles h2{
    color: #577F6C;
}

@media screen and (max-width: 800px) {
    body.page-template-page-landing-page .content-int .page-header h1,
    body.page-template-page-landing-page-alternate .content-int .page-header h1{font-size:20px; }
    body.page-template-page-landing-page .content-int .page-header h4,
    body.page-template-page-landing-page-alternate .content-int .page-header h4{font-size:14px;}
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media screen and (max-width:375px){
    .footer .social-links li{
        padding: unset;
    }
}


/* Home Page CTA - Custom */
.btn--cta{
    background-color: #816456;
    color: #fff;
    display: inline-block;
    font-size: 1.5em;
    font-weight: 900;
    letter-spacing: .1em;
    padding: 0.3em 1em 0.5em;
    text-decoration: none;
    text-transform: uppercase;
    transition: background .3s ease-in-out;
    -webkit-font-smoothing: antialiased;
    margin:15px;
    text-align: right;
}


.call-to-action--on-road{ float: left; width:25%;}
.call-to-action--on-road #cta-on-road{
    background-color: #577F6C;
    background: linear-gradient(180deg, rgba(137,175,158,1) 0%, rgba(137,175,158,1) 52%, rgba(255,255,255,1) 52%, rgba(255,255,255,1) 100%);    border: 1px solid #b1b3b6;
    height: 0;
    padding: 20px 20px calc(100% - 20px);
    position: relative;
}
.call-to-action--on-road #cta-on-road strong{
    color: #fff;
    font-size: 1.7em;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight:400;
    position:relative;
    font-family: 'effra', sans-serif;
}
.call-to-action--on-road #cta-on-road h3{
    color: #fff;
    font-size: 3.5em;
    text-transform: none;
    position:relative;
    font-weight:700;
    margin-top:0;
    line-height:1em;
    font-family: 'effra', sans-serif;
}
.call-to-action--on-road #cta-on-road p{text-align: center;}
.call-to-action--on-road #cta-on-road .food-truck-graphic{
    padding:15px;
}
.newsletter-call-to-action-content{min-height:170px;}
.call-to-action-content-button{text-align:right; display:block;}

.call-to-action--on-road #cta-on-road .btn--cta,
.call-to-action-two .newsletter-call-to-action-body .btn--cta{position:absolute; bottom:0; right:0;}

@media screen and (min-width: 800px) {
    .call-to-action--on-road #cta-on-road h3{
        font-size: 2.5em;
    }
}

@media screen and (min-width: 767px) and (max-width: 1024px){

    .call-to-action--on-road #cta-on-road .food-truck-graphic{
        padding-top:40px;
    }
}

@media screen and (min-width: 560px) and (max-width: 1024px){

    .home-call-to-actions-int .call-to-action--on-road {
        float: left;
        width: 50%;
    }
}

@media screen and (max-width: 560px){

    .home-call-to-actions-int .call-to-action--on-road {
        float: unset;
        width: unset;
    }
}


/* Custom SearchWP Styling */
body.search-results .search-result{
    display:block;
    padding-bottom:15px;
    margin-bottom:30px;
    border-bottom:1px solid #ccc;
}
body.search-results .search-title,
body.search-results .search-title a{color:#810042;letter-spacing:0; font-size:1.5em; text-transform: unset; line-height:1.2em;}


body.search-results .screen-reader-text{display:none;}
body.search-results a.read-more-link{ color: #dd7e41;}


body.search-results .navigation.pagination{text-align:center;}
body.search-results .navigation.pagination .page-numbers{padding:2px 5px; color: #dd7e41;}
body.search-results .navigation.pagination .page-numbers.current{font-weight:700; font-size: 1.4em;color:#6d6f71;}
.sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}