body, div, form, html, img {
    margin: 0;
    padding: 0;
    border: none;
}

body {
    font: 16px "Gothic A1", Arial, sans-serif;
    color: rgba(0, 0, 0, 0.85);
    line-height: 1.4;
    background: white;
}

input, button {
    font-family: "Gothic A1", Arial, sans-serif !important;
}

* {
    box-sizing: border-box;
}

h1 {
    font-size: 36px;
    line-height: 38px;
}

.legacy-h2 {
    color: #de5718;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
}

h2 {
    color: #de5718;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
}

h3 {
    color: #de5718;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
}

a h3, .no-decorate {
    color: #000000;
    text-decoration: none;
}

a, a:link, a:visited, a:focus, a:hover, a:active {
    color: #706f73;
    text-decoration: none;
}

    a:hover {
        color: #de5718;
    }

sup {
    font-size: small;
}

p, li a, p a, h1, h2, h3, h4, h5, span, blockquote {
    transform: scaleY(0.97);
}

/*/////////////// LAYOUT //////////////////*/
.wrapper {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 0;
    text-align: left;
}

.no-wrap {
    white-space: nowrap;
}

.container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    max-width: 1400px;
}

.sr-only {
    display: none;
}

.col {
    float: left;
    margin-right: 2%;
    padding: 0;
}

.col-3 {
    width: 23.5%;
}

.col-4 {
    width: 32%;
}

.col-5 {
    width: 40.666%;
}

.col-6 {
    width: 49%;
}

.col-7 {
    width: 57.333%;
}

.col-8 {
    width: 66%;
}

.col-9 {
    width: 74.5%;
}

.col-4:nth-child(3n) {
    margin: 0;
}

.col-6:nth-child(2n) {
    margin: 0;
}

.hero {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.hero-head, header {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    background: rgba(250, 250, 250, 0.9);
    height: 67px;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: visible;
}

.hero-head {
    background: rgba(250, 250, 250, 0.5);
    height: 66px;
}

header {
    border-bottom: thin solid #706f73;
    transition: all 1s;
}

    header#homeHeader {
        transition: all 0s;
    }

    header .container {
        overflow: visible;
    }

    header#homeHeader {
        position: relative;
    }

        header.fixed, header#homeHeader.fixed {
            position: fixed;
            z-index: 100;
            top: 0;
            left: 0;
        }

    header.header-hidden {
        transform: translateY(-201px);
    }

.logo {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
}

.search-button {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 38px;
    height: 38px;
    background: url("../images/search_grey.svg") center no-repeat;
    background-size: cover;
    cursor: pointer;
}

.hero-head .search-button {
    background: url("../images/search_orange.svg") center no-repeat;
    background-size: cover;
}

/*/////////// Navigation /////////////*/
.desktop-nav {
    float: left;
    margin-left: 28.5%;
}

    .desktop-nav ul {
        margin-top: 23px;
    }

        .desktop-nav ul li {
            display: inline-block;
            font-size: 14px;
            margin-right: 40px;
        }

            .desktop-nav ul li a {
                color: rgba(0, 0, 0, 0.8);
                text-decoration: none;
                text-transform: uppercase;
                font-weight: 600;
                letter-spacing: 1px;
            }

.triangle {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #de5718;
    display: inline-block;
    vertical-align: bottom;
    margin-left: 7px;
    transition: all .2s;
}

    .triangle.open {
        transform: rotate(90deg);
    }

.mobile-nav-container {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #de5718;
    padding: 80px 20px 20px;
    transform: translateX(100%);
    transition: all .4s;
}

    .mobile-nav-container.open {
        display: block;
        transform: translateX(0);
    }

body.fixed {
    height: 100vh;
    overflow: hidden;
}

.mobile-nav ul {
    padding: 0;
    margin: 0;
}

    .mobile-nav ul li {
        color: white;
        display: block;
        padding: 2px 4px 10px;
        border-bottom: 1px solid white;
        margin: 15px 0;
    }

        .mobile-nav ul li a {
            color: white;
            text-decoration: none;
            text-transform: uppercase;
            font-weight: 600;
            font-size: 24px;
            letter-spacing: 0.09em;
        }

.navbar-toggle {
    position: absolute;
    top: 10px;
    right: 30px;
    width: 35px;
    height: 40px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    display: none;
    z-index: 999;
    overflow: visible;
}

button:active {
    outline: none !important;
    -webkit-appearance: none;
}

.navicon, .navicon:before, .navicon:after {
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width: 35px;
    background: #706f73;
    position: absolute;
    display: block;
    content: '';
    transition: all 300ms ease-in-out;
}

    .navicon:before {
        top: -10px;
    }

    .navicon:after {
        top: 10px;
    }

    .navicon.active {
        background: transparent;
    }

        .navicon.active:before {
            transform: rotate(45deg);
            background: white;
            top: 0;
        }

        .navicon.active:after {
            transform: rotate(-45deg);
            background: white;
            top: 0;
        }

.desktop-nav ul li ul {
    position: absolute;
    top: 67px;
    border-right: thin solid #979797;
    border-left: thin solid #979797;
    border-bottom: thin solid #979797;
    padding: 5px 15px 2px;
    margin: 0;
    text-align: right;
    background: rgba(250, 250, 250, 0.9);
    margin-left: -79px;
    display: none;
}

.more {
    cursor: pointer;
}

.desktop-nav ul li ul li {
    display: block;
    border-bottom: thin solid #979797;
    margin: 0;
    padding: 7px 0;
}

    .desktop-nav ul li ul li:last-child {
        border: none;
    }

    .desktop-nav ul li ul li a {
        font-size: 14px;
        color: rgba(0, 0, 0, 0.8);
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 1px;
    }

a:hover {
    color: #de5718;
}

/*//////////// Search Bar ////////////*/
.searchbar {
    background: #d8d8d8;
    position: absolute;
    left: 0;
    top: 67px;
    width: 100%;
    display: none;
}

    .searchbar .container {
        padding: 0 40px 30px;
    }

.searchform p {
    font-size: 18px;
}

.button.mobile {
    display: none;
}

    .button.mobile img {
        float: left;
    }

.close-button, .close-button:before, .close-button:after {
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width: 35px;
    background: #706f73;
    position: absolute;
    display: block;
}

.close-button {
    position: absolute;
    top: 25px;
    right: 17px;
    background: transparent;
}

    .close-button:before {
        content: '';
        transform: rotate(45deg);
        top: 0;
    }

    .close-button:after {
        content: '';
        transform: rotate(-45deg);
        top: 0;
    }

.hasloop::after {
    content: '';
    width: 30px;
    height: 30px;
    background: url(../images/search_grey.svg) center no-repeat;
    background-size: contain;
    position: absolute;
    top: 5px;
    left: 10px;
}

.searchform input[type='text'] {
    padding-left: 50px !important;
}

.searchbar::-webkit-input-placeholder {
    color: #de5718;
}

.searchbar::-moz-placeholder {
    color: #de5718;
}

.searchbar:-ms-input-placeholder {
    color: #de5718;
}

.searchbar:-moz-placeholder {
    color: #de5718;
}

.grayed-out {
    width: 100%;
    height: 100%;
    background: rgba(30, 30, 30, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
}

.slider-container {
    min-height: 100vh;
}

.slider, .slide-el {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.slider {
    position: relative;
}

.slide-image {
    min-height: 100%;
    min-width: 100%;
    margin-left: 50%;
    transform: translateX(-50%);
}

.scroll-for-more {
    position: absolute;
    bottom: 160px;
    right: 80px;
    width: 65px;
}

    .scroll-for-more img {
        width: 100%;
    }

.gradient-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.33) 44%, rgba(0, 0, 0, 0.6) 71%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.33) 44%, rgba(0, 0, 0, 0.6) 71%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.33) 44%, rgba(0, 0, 0, 0.6) 71%);
}

.info-container {
    height: 100%;
    width: 100%;
    max-width: 1400px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    display: flex;
    align-items: center;
}

.info {
    overflow: hidden;
    color: #f4f2ed;
    width: 100%;
    padding-left: 40px;
    max-width: 640px;
    display: block;
}

    .info p {
        font-size: 18px;
        line-height: 20px;
    }

.slider-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
}

@media(max-width: 767px) {
    .slider-nav {
        display: block;
    }
}

.slider-nav-el {
    padding: 20px 3.3% 15px;
    width: 33.3333%;
    float: left;
    color: white;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
}

    .slider-nav-el .tag {
        color: white;
    }

    .slider-nav-el.current {
        background: rgba(222, 87, 24, 0.5);
    }

.carousel-video-play {
    position: relative;
    display: none;
    padding-right: 10px;
    border-right: 1px solid white;
    margin-right: 10px;
}

.video-present .carousel-video-play {
    display: inline-block;
}

.carousel-video-play span {
    margin: 0;
    font-weight: 800;
    vertical-align: middle;
    letter-spacing: 1.3px;
    text-decoration: underline;
    color: white;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
}

.carousel-video-play img {
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
    width: 24px;
}



a.see-more {
    overflow: hidden;
    text-align: left;
    display: block;
    margin-top: 15px;
    color: white;
    font-size: 18px;
    text-decoration: underline;
    letter-spacing: 1.3px;
    font-weight: 800;
}

.carousel-video-play + .see-more {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
}



#myList li {
    display: none;
}

.button, .category, input[type='submit'], .btn {
    color: white;
    background: #de5718;
    padding: 12px 14px 6px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 2px;
    border: none;
    margin: 0;
    -webkit-appearance: none;
}

.category {
    cursor: default;
}

.button::after, .btn::after {
    content: '';
    position: absolute;
    right: -12px;
    top: 10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 13px solid #e65728;
    transition: all .4s;
}

.button:hover::after, .btn:hover::after {
    right: -8px;
}

.button.white {
    background: white;
    color: #de5718;
}

    .button.white::after {
        border-left: 13px solid white;
    }

a.button, .btn {
    text-decoration: none !important;
    color: white !important;
}

.category {
    padding: 9px 22px 4px;
    font-size: 16px;
}

a.tag {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
    color: #de5718;
    cursor: pointer;
    letter-spacing: 1px;
}

.info .tag {
    color: white;
    letter-spacing: 2px;
    font-size: 16px;
    display: inline-block;
    margin-left: 15px;
}

.home h2 {
    margin-bottom: 30px;
}

.home aside {
    float: left;
    width: 29%;
    padding: 0 40px;
}

.popular {
    display: block;
    margin: 10px 0;
    text-decoration: none;
}

    .popular img {
        width: 100%;
    }

    .popular h6 {
        font-size: 16px;
        color: rgba(0, 0, 0, 0.8);
        text-decoration: none;
        line-height: 1.3;
        margin: 5px 3px 20px;
    }

.home main {
    float: left;
    width: 71%;
    padding: 0 30px;
    border-left: 2px solid #979797;
}

article {
    display: block;
    clear: both;
    margin: 30px auto;
    overflow: hidden;
}

    article p, article ol, article ul {
        margin: 0;
    }

.article article h3, .article article h2 {
    margin: 10px 0 0;
}

.article article h3 {
    text-transform: none;
    color: #706f73;
}

.recent .tag {
    margin-top: 10px;
}

.recent h3 {
    margin: 1em 0 0;
}

.recent img {
    display: block;
    float: left;
    width: 40%;
    margin-right: 30px;
}

.recent .container {
    float: left;
    width: 55%;
}

.author-container {
    position: relative;
    overflow: hidden;
    margin-top: 15px;
}

.author-pic {
    width: 57px !important;
    height: 57px;
    border-radius: 50%;
    margin-right: 7px !important;
    display: block;
    float: left;
}

.details {
    padding-top: 12px;
}

    .details .author {
        margin: 0;
        font-weight: 600;
        font-size: 11px;
        text-decoration: none;
        color: rgba(0, 0, 0, 0.8);
    }

    .details .date {
        margin: 0 0 1em;
        font-size: 11px;
    }

.article-footer {
    margin-top: 30px;
}

section .container {
    padding: 40px;
}

section.featured-video {
    background: #f4f2ed;
}

.featured-video h2 {
    margin: 0 0 30px;
}

.featured-image {
    width: 100%;
}

.col img {
    max-width: 100%;
}

.col .tag {
    margin: 20px 0 10px;
    display: block;
    font-size: 14px;
}

figure {
    padding: 0;
    margin: 0;
}

    figure.video {
        position: relative;
        display: block;
    }

/*figure.video:after {
  content: '';
  position: absolute;
  width: 45px;
  height: 45px;
  background: url(../images/video_play.svg) center no-repeat;
  background-size: contain;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer; }*/

#html5-social, #html5-watermark, .html5-elem-data-box {
    display: none !important;
    opacity: 0;
}

.home-category-section, .home.wrapper {
    border-bottom: thin solid #979797;
}

    .home-category-section h2 {
        margin-bottom: 20px;
    }

        .home-category-section h2 span {
            position: absolute;
            right: 10px;
            top: -15px;
        }

.more-articles .featured .col {
    margin-bottom: 25px;
}

.more-container .button-container {
    text-align: center;
    padding: 30px;
    clear: both;
}

.more-container .button {
    display: inline-block;
}

.page {
    padding-top: 90px;
}

.search-no-results p {
    font-size: 18px;
    margin: .25em 0;
}

.search-results .container {
    position: relative;
    padding: 0 40px;
}

.resources-results.container {
    padding: 0 40px 40px;
}


.wrapper.articles {
    padding: 100px 0 0;
}

.bottom-article-count {
    position: absolute;
    bottom: 0;
    right: 40px;
}

.article-count p {
    font-weight: 600;
    text-align: right;
    font-size: 18px;
    color: #706f73;
    margin: 1em 0 10px;
}

.orange {
    color: #de5718 !important;
}

.bold {
    font-weight: 900 !important;
}

.search.searchbar {
    display: block;
    position: relative;
}

header.search .search-button {
    display: none;
}

.search-results article a {
    width: 40%;
    display: inline-block;
}

.articles-pagination {
    padding: 20px 20px 40px;
}

    .articles-pagination ul {
        text-align: center;
        margin: 0;
        padding: 0;
    }

        .articles-pagination ul li {
            margin-right: 7px;
            padding: 0;
            list-style: none;
            display: inline-block;
            font-size: 21px;
            cursor: pointer;
        }

.search-results article a.results-title {
    width: 100%;
    display: block;
    text-decoration: none;
}

.spinner {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
    -webkit-animation: sk-rotate 2.0s infinite linear;
    animation: sk-rotate 2.0s infinite linear;
}

.dot1, .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: darkorange;
    border-radius: 100%;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes sk-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

figure img {
    width: 100%;
}

.search-results article .container {
    width: 40%;
    display: inline-block;
    vertical-align: top;
}

select::-ms-expand {
    display: none;
}

.article-title {
    border-bottom: thin solid #979797;
    overflow: visible;
    width: 100%;
    position: fixed;
    z-index: 97;
    background: rgba(256,256,256,0.9);
    top: 66px;
}

    .article-title .container {
        padding: 20px 40px 10px;
        position: relative;
        overflow: visible;
    }

    .article-title .tag {
        color: #706f73;
        text-decoration: none;
        margin: 0;
        letter-spacing: 1px;
    }

    .article-title h1 {
        color: #de5718;
        font-size: 30px;
        margin: 0 130px 10px 0;
    }

.social-share {
    position: absolute;
    bottom: 27px;
    right: 40px;
    cursor: pointer;
    z-index: 99;
}

.share-button {
    height: 35px;
}

    .share-button.mobile {
        display: none;
    }

.share-container {
    position: absolute;
    right: 0;
    top: 52px;
    width: 60px;
    background: white;
    overflow: hidden;
    display: none;
}

    .share-container button {
        -webkit-appearance: none;
        outline: none;
        border: none;
        display: block;
        width: 45px;
        margin: 10px auto;
        cursor: pointer;
        background: white;
    }

        .share-container button img {
            width: 100%;
        }

.article.container {
    padding: 20px 40px 20px;
    position: relative;
}

.video-play {
    position: absolute;
    bottom: 50px;
    right: 40px;
    background: #DE5718;
    color: white;
    padding: 10px 40px;
    text-align: center;
    cursor: pointer;
}

.no-video .video-play {
    display: none;
}

figure {
    position: relative;
}

.video-play.vp-thumb {
    right: 0;
    bottom: 20px;
}

.video-play span {
    margin: 0;
    font-weight: 800;
    vertical-align: middle;
    letter-spacing: 1.3px;
    text-decoration: underline;
    color: white;
    display: inline-block;
    vertical-align: middle;
}

.popular .video-play, .popular .video-play.vp-thumb {
    bottom: 0;
    transform: scale(.6);
    transform-origin: bottom right;
}

.recent .video-play, .recent .video-play.vp-thumb {
    bottom: 10px;
    transform: scale(.75);
    transform-origin: bottom right;
    right: -1px;
}



.recent-article {
    display: block;
    float: left;
    width: 40%;
    overflow: hidden;
    margin-right: 30px;
}

    .recent-article img {
        width: 100%;
        margin: 0;
    }

.video-play img {
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
    width: 24px;
}

.recent-article figure {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.t-contain {
    position: relative;
}

.no-video + .vp-thumb {
    display: none;
}

.article .backbutton {
    width: 10%;
    margin: 0;
    float: left;
    padding-top: 1em;
}

.backbutton img {
    cursor: pointer;
    width: 70%;
}

.article article {
    width: 90%;
    margin: 0;
    float: left;
    clear: none;
    padding-top: 15px;
}

blockquote {
    color: #706f73;
    font-size: 24px;
    font-weight: 900;
    padding: 0;
    margin-left: 0;
    letter-spacing: 1px;
}

    blockquote::before {
        content: open-quote;
    }

    blockquote::after {
        content: close-quote;
    }

.image-container {
    display: flex;
    margin: 40px auto 20px;
}

    .image-container figure {
        padding-right: 15px;
    }

.article a {
    color: #de5718;
    font-weight: 600;
}

.article-footer .date, .article-footer .views {
    font-weight: 600;
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
    margin-right: 20px;
}

.views img {
    vertical-align: middle;
}

.article .author-container .details p {
    margin-top: .5em;
}

.num-views {
    color: #de5718;
}

.share-article {
    clear: both;
    margin: 30px 0 40px;
}

    .share-article p {
        color: #de5718;
        font-weight: 900;
        margin-bottom: 10px;
    }

.social-buttons button {
    -webkit-appearance: none;
    outline: none;
    border: none;
    display: inline-block;
    height: 30px;
    padding: 0;
    margin-right: 10px;
    cursor: pointer;
    background: white;
}

.social-buttons a {
    cursor: pointer;
}

svg.social-icon {
    height: 30px;
}

.social-buttons a img {
    height: 30px;
    display: inline-block;
    margin-right: 10px;
}

.categories a {
    color: #706f73;
    font-weight: 600;
    display: inline-block;
    margin-right: 10px;
    text-decoration: underline;
}

    .categories a:hover {
        color: #de5718;
    }

.recommended {
    background: #f4f2ed;
    margin-top: 20px;
}

.recommended-articles {
    overflow: hidden;
}

.recommended .container {
    padding: 40px;
}

.views.recom {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 11px;
    font-weight: 600;
}

.prev-next {
    margin-top: 20px;
    border-top: thin solid #979797;
    clear: both;
    overflow: hidden;
}

.previous h4, .next h4 {
    text-transform: uppercase;
    color: #706f73;
    margin: 1em 0 0;
    font-weight: 900;
    letter-spacing: 1px;
}

.previous p, .next p {
    font-weight: 600;
    font-size: 16px;
    margin: 0;
    max-width: 360px;
}

.previous {
    padding-left: 30px;
    position: relative;
    padding-top: 20px;
    float: left;
}

    .previous::before {
        content: '';
        height: 24px;
        width: 20px;
        background: url(../images/prev.svg) center no-repeat;
        background-size: contain;
        position: absolute;
        left: 0;
        top: 29px;
    }

.next {
    padding-right: 30px;
    position: relative;
    padding-top: 20px;
    text-align: right !important;
    float: left;
}

    .next p {
        float: right;
    }

    .next::before {
        content: '';
        height: 24px;
        width: 20px;
        background: url(../images/next.svg) center no-repeat;
        background-size: contain;
        position: absolute;
        right: 0;
        top: 29px;
    }

.resources {
    padding: 20px 40px;
}

    .resources .container {
        margin-bottom: 20px;
    }

    .resources h3 {
        color: #de5718;
        text-transform: none;
    }

    .resources .col a {
        display: block;
        color: #706f73;
        font-size: 18px;
        font-weight: 600;
        margin: 15px 0;
        text-decoration: none;
    }

        .resources .col a:hover {
            text-decoration: underline;
        }

.resources-results article {
    margin: 15px 0;
}

    .resources-results article a {
        vertical-align: middle;
    }

    .resources-results article h5 {
        font-size: 18px;
        color: #706f73;
        margin: 0;
        width: 100%;
    }

    .resources-results article img {
        width: 20%;
        margin-right: 2%;
        height: auto;
        object-fit: contain;
        vertical-align: middle;
    }

/*///////////////  FOOTER STYLES  ///////////////*/
section.stay-in-touch {
    background: #d8d8d8;
}

.stay-in-touch .container {
    padding: 10px 40px 20px;
}

.stay-in-touch .col-5 {
    padding-top: 15px;
}

    .stay-in-touch .col-5 p {
        font-size: 16px;
    }

.stay-in-touch .col-7 {
    margin: 0;
}

.stay-in-touch p, .stay-in-touch h2 {
    margin: 7px 0;
}

.sign-up fieldset {
    padding: 0;
    margin: 0;
    position: relative;
}

    .sign-up fieldset input[type='text'] {
        border: none;
        height: 40px;
        font-size: 18px;
        padding: 5px 130px 5px 8px;
        width: 100%;
        -webkit-appearance: none;
        border-radius: 0;
    }

    #sign-up .button, .sign-up fieldset .button, #sign-up .btn, .sign-up fieldset .btn {
        position: absolute;
        top: 41px;
        right: 0;
        height: 40px;
    }

#sign-up .button, #sign-up .btn {
    top: 68px;
    right: 56px;
    height: 40px;
}

#searchPage.sign-up fieldset .button, #searchPage.sign-up fieldset .btn {
    top: 0;
}

#sign-up fieldset .btn {
    position: absolute;
    right: -15px;
    top: 36px;
    background: url(../images/submit.svg) center no-repeat;
    background-size: contain;
    padding: 10px 24px 8px 14px;
    line-height: 1;
    height: 50px;
    width: 123px;
    -webkit-appearance: none;
    border-radius: 0 !important;
}

#sign-up.centered {
    width: 100%;
    text-align: center;
    color: #555;
}

    #sign-up.centered p:first-child {
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 0;
        letter-spacing: 1px;
    }

#consentLabel, .consentLabelError {
    width: auto;
    display: inline;
}

.consentLabelError {
    color: #8a1f11;
    display: block;
    margin: 0;
    display: none;
}

#mainContactForm .button, #mainContactForm .btn {
    margin-top: 20px;
}

.umbraco-forms-field-wrapper {
    width: 100%;
    position: relative;
}


.book {
    background: #f4f2ed;
    color: #de5718;
    position: relative;
    overflow: hidden;
    padding-left: 428px;
}

    .book small {
        color: #706f73;
    }

    .book .container {
        padding: 30px 40px 20px;
    }

    .book img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: auto;
    }

    .book p {
        font-size: 21px;
        margin: 0;
    }

    .book .button {
        display: block;
        margin: 20px 0 30px;
    }

.book-h1 {
    display: block;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
    margin: .5em 0 0;
    font-size: 36px;
    line-height: 38px;
}

.promo {
    background: #de5718;
    color: white;
    position: relative;
    clear: both;
}

    .promo .container {
        padding: 20px 40px 30px;
    }

    .promo img {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: auto;
    }

    .promo h1 {
        margin: .5em 0 0;
    }

    .promo p {
        font-size: 21px;
        margin: 0;
    }

    .promo .button {
        display: block;
        margin: 20px 0 20px;
    }

section.foot .container {
    padding: 15px 20px;
}

    section.foot .container .col-6:first-child {
        padding-top: 6px;
    }

        section.foot .container .col-6:first-child a:first-child {
            padding-top: 4px;
        }

.foot a {
    display: inline-block;
    color: #706f73;
    font-size: 16px;
    margin-right: 15px;
    text-decoration: none;
    font-weight: 600;
}

    .foot a:hover {
        color: #de5718;
    }

.foot .right {
    text-align: right;
}

    .foot .right a:first-child img {
        height: 40px;
    }

.foot a img, .foot a svg {
    height: 30px;
    vertical-align: text-bottom;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .foot a img, .foot a svg {
        height: 30px;
        width: 30px;
        vertical-align: text-bottom;
    }
}

small {
    font-size: 12px;
}

.social-icon:hover .path {
    fill: #de5718;
}

hr {
    width: 100%;
    border-top: thin solid #706f73;
    border-bottom: none;
}

.mobile-links {
    display: none;
}

/*////////////////// CONTACT FORM STYLES /////////////////*/
.contact-form {
    padding: 30px 40px 0;
}

.privacy-statement.container {
    padding: 0 40px 30px;
}

.contact.container {
    padding: 0 40px;
}

    .contact.container img {
        width: 100%;
    }

form, fieldset, label {
    border: 0;
}

fieldset {
    padding: 10px 0;
    margin: 0;
}

label {
    width: 100%;
    display: block;
    padding: 5px 0;
    font-size: 16px;
    color: #979797;
}

input[type='text'], input[type='email'], textarea {
    background: white;
    border: thin solid #979797;
    width: 70%;
    display: block;
    padding: 10px;
    font: 14px "Gothic A1", Arial, sans-serif;
    font-size: 16px;
}

textarea {
    width: 100%;
}

fieldset .col {
    margin: 0 2% 0 0;
    padding: 0;
}

.button-container {
    margin-top: 1.2em;
}

:focus {
    outline: none !important;
}

select {
    width: 100%;
    outline: none;
    color: #979797;
    border: 1px solid #979797;
    border-radius: 0 !important;
    box-shadow: none;
    background: #fff;
    font-weight: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/arrow_down.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 97% center;
    height: 40px;
    font-size: 18px;
    padding: 5px 130px 5px 8px;
}

.confirmation {
    display: none;
}

    .confirmation h3:not(.orange) {
        color: #706f73;
        margin-top: 0;
    }

    .confirmation button {
        background: #706f73;
        margin: 15px 0;
    }

        .confirmation button::after {
            border-left: 13px solid #706f73;
        }

div#html5-lightbox-box {
    margin-top: 50px !important;
}

.cc-compliance {
    min-width: 70px;
}

.cc-banner .cc-message {
    font-size: 14px;
    line-height: 18px;
}

/*////////////////// MEDIA QUERIES ///////////////////*/
@media (max-width: 1436px) {

    .desktop-nav ul li {
        margin-right: 20px;
    }

    .promo-text {
        width: 50%;
    }
}

@media(max-width: 1280px) {
    .desktop-nav {
        display: none;
    }

    .navbar-toggle {
        display: block;
    }

    header .search-button {
        right: 75px;
        background: url(../images/search_orange.svg) center no-repeat;
        background-size: cover;
    }



    .search-results article .container {
        width: 55%;
        padding: 20px;
    }
}

@media (max-width: 1120px) {
    .scroll-for-more {
        bottom: 214px;
        right: 42px;
    }
}

@media (max-width: 1029px) {
    .recent-article {
        width: 100%;
    }

    .recent .container {
        float: none;
        width: 100%;
        padding-top: 10px;
    }

    .home aside {
        width: 40%;
    }

    .home main {
        width: 60%;
    }

    .promo-text {
        width: 35%;
    }

    .promo img {
        height: auto;
        width: auto;
    }

    .search-results article a {
        width: 100%;
        display: block;
    }

    .search-results article .container {
        width: 100%;
        display: block;
    }

    .search-results .container {
        padding: 0 20px;
    }

    .wrapper.page {
        padding: 90px 0 20px;
    }

    .recent img {
        width: 100%;
    }

    .video-play img {
        width: 24px;
    }
}

@media (max-width: 1024px) {
    .book {
        padding-left: 0;
    }

    .promo .container {
        padding: 0;
    }

    .promo-text, .book .container {
        width: 100%;
        float: none;
        padding: 20px;
    }

    .promo img, .book img {
        display: block;
        width: 100%;
        height: auto;
        float: left;
        position: relative;
    }
}

@media (max-width: 899px) {
    .foot .desktop {
        display: none;
    }

    .foot .mobile-links {
        display: block;
        position: relative;
        margin-bottom: 40px;
    }

        .foot .mobile-links a {
            display: block;
            font-weight: 600;
            margin: 10px 0;
        }

    .foot a img {
        height: 25px;
    }

    .foot .col-6:first-child {
        width: 17%;
    }

    .foot .col-6:last-child {
        width: 80%;
        float: right;
        margin-right: 0;
        padding-top: 8px;
    }

    /*.mobile-links .lendlease {
    position: absolute;
    bottom: -20px;
    right: 10px;
    margin: 0 !important; }*/
    .foot .right a:first-child img {
        height: 30px;
    }

    .foot .right a:last-child {
        margin-right: 0;
    }

    .mobile-links .lendlease img {
        width: 66px;
        height: 47px;
    }

    .article .back {
        width: 100%;
        float: none;
    }

    .backbutton img {
        width: 70px;
        margin-bottom: 20px;
    }

    .article article {
        width: 100%;
        float: none;
    }

    .previous p, .next p {
        display: none;
    }
}

@media (max-width: 767px) {
    .page {
        padding-top: 70px;
    }

    .slider-nav-el {
        padding: 10px 3.3%;
        width: 100%;
        float: none;
        color: white;
        background: #f4f2ed;
        cursor: pointer;
    }

    .slider-nav {
        display: block;
    }

    .slider-nav-el {
        border-bottom: thin solid #706f73;
    }

        .slider-nav-el a.tag, .slider-nav-el p {
            color: #706f73;
        }

        .slider-nav-el.current {
            background: #de5718;
        }

            .slider-nav-el.current a.tag, .slider-nav-el.current p {
                color: white;
            }

        .slider-nav-el p {
            margin: 2px 0;
        }

    .logo img {
        height: 43px;
        width: auto;
    }

    .hero-head {
        height: 43px;
    }

    header {
        height: 44px;
    }

    .search-button {
        top: 5px;
        right: 10px;
        width: 32px;
        height: 32px;
    }

    .navbar-toggle {
        top: -3px;
        right: 25px;
    }

    h1 {
        font-size: 28px;
        line-height: 30px;
    }

    .info p {
        display: none;
    }

    .button.desktop {
        display: none;
    }

    .button.mobile {
        display: block;
        width: 40px;
        height: 41px;
        top: -.6px !important;
        padding: 12px 14px 14px;
    }

    #stayintouch .col {
        width: 100%;
    }


    #sign-up fieldset .btn {
        position: absolute;
        right: -15px;
        top: 38px;
        background: url(../images/submit.svg) center no-repeat;
        background-size: cover;
        padding: 0;
        line-height: 1;
        height: 40px;
        width: 123px;
        -webkit-appearance: none;
        border-radius: 0 !important;
    }

    #sign-up .button, #sign-up .btn {
        top: 127px;
        right: 56px;
        height: 40px;
    }

    .button.mobile::after {
        border: none;
    }

    .searchform p {
        display: none;
    }

    .searchbar {
        top: 42px;
    }

        .searchbar .container {
            padding: 20px;
        }

        .searchbar:not(.search) fieldset {
            width: 85%;
        }

        .searchbar .close-button {
            top: 35px;
            right: 15px;
        }

    .article-footer .author-pic {
        margin-bottom: 30px;
    }

    .contact-form {
        padding: 30px 20px 0;
    }

    .privacy-statement.container {
        padding: 0 20px 30px;
    }

    .contact.container {
        padding: 0 20px;
    }

    label {
        font-size: 14px;
    }

    fieldset {
        padding: 5px 0;
    }

    input[type='text'], input[type='email'], textarea {
        width: 100%;
    }

    .resources-results article h5 {
        font-size: 16px;
        width: 66%;
    }

    .resources-results article img {
        width: 30%;
        margin-right: 4%;
    }

    .scroll-for-more {
        bottom: 279px;
        right: 30px;
    }

    .stay-in-touch .col-5 {
        padding-top: 0;
    }


    .sign-up fieldset .button, .sign-up fieldset .btn {
        position: absolute;
        top: 37px;
        right: 0;
        height: 41px;
    }
}

@media (max-width: 677px) {
    body {
        font-size: 15px;
        line-height: 1.4;
    }

    .scroll-for-more, .info .category {
        display: none;
    }

    .info h1 {
        font-size: 24px;
    }

    .info {
        padding-right: 30px;
        padding-left: 30px;
        top: auto;
    }

    h2 {
        font-size: 17px;
        letter-spacing: 0.02em;
    }

    .info .tag {
        margin-left: 0;
    }

    .home {
        padding: 0;
    }

        .home aside {
            width: 100%;
            float: none;
            padding: 0 20px;
        }

        .home main {
            width: 100%;
            float: none;
            border-left: none;
            padding: 20px 20px 0;
            border-top: thin solid #706f73;
        }

    .col {
        width: 100%;
        margin: 0;
    }

    .featured .col {
        margin-bottom: 25px;
    }

    .recommended-articles .col-6 {
        margin-bottom: 20px;
    }

    .image-container {
        display: block;
    }

        .image-container figure {
            width: 100%;
            padding: 10px 0;
        }

    .article-title {
        top: 44px;
    }


        .article-title .container {
            padding: 20px 20px 10px;
        }

    .article.container {
        padding: 20px 20px 10px;
    }

        .article.container + .article.container {
            padding: 0 20px 10px;
        }

    .social-share {
        top: 15px;
        right: 15px;
    }

        .social-share img {
            height: 30px;
        }

    .share-container {
        top: 33px;
    }

    .share-button.desktop {
        display: none;
    }

    .share-button.mobile {
        display: block;
    }

    .article-title h1 {
        margin: 0 40px 10px 0;
        font-size: 24px;
    }

    blockquote {
        font-size: 18px;
    }

    .stay-in-touch .container {
        padding: 10px 20px 20px;
    }

    .recommended .container {
        padding: 20px;
    }

    section .container {
        padding: 20px;
    }

    .video-play {
        bottom: 30px;
        right: 20px;
    }
}

@media(max-width: 695px) {
    #sign-up .button, #sign-up .btn {
        top: 149px;
        right: 26px;
        height: 40px;
    }
}

@media (max-width: 548px) {
    #sign-up .button, #sign-up .btn {
        top: 149px;
        right: 26px;
        height: 40px;
    }
}
