/*
Theme Name: Salient Child Theme
Theme URI: https://www.sixfive.com.au/
Description: This is a custom child theme for Salient
Author: SixFive
Author URI: https://www.sixfive.com.au/
Template: salient
Version: 0.1
*/

/*** bootstrap 8px grid */
.container, .container-fluid {
    padding-right: 16px;
    padding-left: 16px;
}
.row {
    margin-right: -16px;
    margin-left: -16px;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    padding-right: 16px;
    padding-left: 16px;
}
.row > .vc_row > .col[class*='span_'], .vc_row > .col[class*='span_'], .vc_row-fluid > .span_12 .col[class*='vc_col-'] {
    padding-right: 0;
    padding-left: 0;
}
.vc_row-fluid > .span_12, body[data-col-gap="default"] .vc_row-fluid[data-column-margin="default"]:not(.full-width-content) .full-page-inner > .container > .span_12 {
    margin-left: 0;
    margin-right: 0;
}
.vc_row {
    margin-left: -16px;
    margin-right: -16px;
}
.row > .vc_row {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}
.row > .vc_row.full-width-content {
    margin-left: unset;
    margin-right: unset;
}
.vc_grid.vc_row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.vc_gitem_row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.vc_column_container > .vc_column-inner {
    padding-left: 16px !important;
    padding-right: 16px !important;
}
.full-width-content > .col > .vc_column_container > .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.vc_gitem_row .vc_gitem-col {
    padding: 8px !important;
}
.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner {
    padding-top: 32px !important;
}
.wpb_button, div.wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 32px;
}
.vc_col-sm-12 {
    margin-left: 0 !important;
}
.wpb_column.col, .row > .col[class*=' span_'] {
    -ms-flex-preferred-size: initial;
    flex-basis: initial;
    -ms-flex-positive: initial;
    flex-grow: initial;
}

@media (min-width: 576px){
    .container {
        max-width: 100%;
    }
}
@media (min-width: 690px) {
    .col {
        margin-right: 0;
        margin-left: 0;
    }
    .vc_col-sm-2, .row > .col.span_2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .vc_col-sm-1\/5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .vc_col-sm-3, .row > .col.span_3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .vc_col-sm-4, .row > .col.span_4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .vc_col-sm-5, .row > .col.span_5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .vc_col-sm-6, .row > .col.span_6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .vc_col-sm-7, .row > .col.span_7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .vc_col-sm-8, .row > .col.span_8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .vc_col-sm-9, .row > .col.span_9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .vc_col-sm-10, .row > .col.span_10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .vc_col-sm-11, .row > .col.span_11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .vc_col-sm-12, .row > .col.span_12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (max-width: 767px){
    .vc_gitem_row .vc_gitem-col {
        padding: 0 !important;
    }
}
@media (min-width: 1000px) {
    .container,
    body[data-header-format="left-header"] .container,
    .woocommerce-tabs .full-width-content .tab-container,
    .nectar-recent-posts-slider .flickity-page-dots,
    .post-area.standard-minimal.full-width-content .post .inner-wrap,
    .material #search-outer #search {
        max-width: 1270px !important;
        padding-right: 16px !important;
        padding-left: 16px !important;
    }
}

#header-outer[data-box-shadow="large"], body.material[data-hhun="1"] #header-outer[data-header-resize="0"][data-box-shadow="large"][data-remove-fixed="0"]:not(.transparent):not(.invisible), body.material[data-hhun="1"] #header-outer[data-header-resize="0"][data-box-shadow="large"][data-remove-fixed="1"]:not(.transparent) {
    -webkit-box-shadow: none;
    box-shadow: none;
}
#header-outer[data-format="default"] #top .col_last nav {
    margin-left: auto;
}
#header-outer[data-lhe="animated_underline"] #top nav > ul > li.current-menu-item > a:after {
    display: none;
}
#top nav ul li a {
    color: #000000;
    padding: 5px 15px !important;
    text-transform: uppercase;
}
#top nav ul li.current-menu-item a {
    background: #000000;
    color: #ffffff;
}

#footer-top {
    background: #585858;
    padding-top: 24px;
    padding-bottom: 24px;
}
#footer-outer #footer-top .widget:last-child {
    margin-bottom: 0;
}
#footer-widgets .col.span_6:last-child {
    text-align: right;
}
.subscriptionCTAWrap {
    padding-top: 16px;
    padding-bottom: 16px;
    background: #585858;
}
.subscriptionCTAWrap .row {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.subscriptionCTAWrap .subscription_label {
    padding-bottom: 0;
    font-size: 24px;
    color: #ffffff;
}
.subscriptionCTAWrap input[type='text'] {
    background-color: #ffffff;
    border: 1px solid #979797;
    color: #000000;
    max-width: 469px;
    font-size: 16px;
    padding: 12px 24px;
}
::-webkit-input-placeholder {
    color: #000000;
}
::-moz-placeholder {
    color: #000000;
}
:-ms-input-placeholder {
    color: #000000;
}
:-moz-placeholder {
    color: #000000;
}
body .container-wrap div.subscriptionCTAWrap input[type='submit'],
body div.subscriptionCTAWrap input[type='submit'], .collaboratorsListFooter a {
    font-size: 18px;
    color: #000000;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    background-color: #ffffff;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    padding: 14px 64px 14px 24px !important;
    background-image: url("assets/img/arrowRBlack.svg");
    background-repeat: no-repeat;
    background-position: right 24px top 50%;
}
.subscription_message {
    text-align: center;
    text-shadow: 0px 1px #333;
    font-weight: bold;
}
.subscription_message p {
    padding-top: 16px;
    padding-bottom: 0;
}
.subscription_message .success {
    color: #008000;
}
.subscription_message .failed {
    color: #ff0000;
}

.upcomingEvents {
    background: #ffffff;
    padding: 16px;
    border: 1px solid #000000;
}
.upcomingEvents .eventItem {
    border-bottom: 4px solid #000000;
}
.upcomingEvents .eventItem + .eventItem {
    margin-top: 8px;
}
.eventItem .col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center!important;
    align-items: center!important;
    margin-bottom: 0 !important;
}
.eventItem .col-auto {
    width: 128px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.eventDateWrap {
    background-color: #585858;
    color: #FFFFFF;
    text-align: center;
    padding: 8px 16px;
    height: 100%;
}
.eventDateWrap .eventDateMonth {
    display: inline-block;
    text-align: center;
}
.eventDateWrap .separator {
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 20px;
    line-height: 23px;
    font-weight: 700;
    vertical-align: top;
    padding: 0 4px;
}
.eventDateWrap h6, .eventDateWrap p {
    font-size: 20px;
    line-height: 23px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
.eventInfoWrap h4, .eventInfoWrap h4 a {
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    font-weight: 400;
    font-family: "Source Serif Pro", sans-serif !important;
    margin-bottom: 0 !important;
}
.eventInfoWrap h6 {
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    font-weight: 400;
    font-family: "Source Serif Pro", sans-serif;
    margin-bottom: 0 !important;
}

.archive .main-content article {
    padding: 32px;
    background-color: #ffffff;
    border: 1px solid #979797;
    margin-bottom: 32px;
}
.post-area.featured_img_left .article-content-wrap .post-featured-img-wrap {
    border-radius: 0;
}
.post-area.featured_img_left .article-content-wrap .post-content-wrap {
    padding: 0 0 0 32px;
}
.archive .main-content article .meta-category, .archive .main-content article .grav-wrap {
    display: none;
}
.archive .main-content article .post-header {
    margin-bottom: 4px;
}
.archive .main-content article .title {
    font-size: 24px;
    color: #000000;
    font-weight: 400;
    line-height: 1;
    font-family: "Source Serif Pro", sans-serif;
}
.archive .main-content article .post-date {
    margin-bottom: 8px;
    display: block;
}
.archive .main-content article .read-more, .archive .main-content article .arrowRBlackBtn {
    display: inline-block;
    margin-top: 32px;
    font-size: 20px;
    color: #000000;
    font-weight: 400;
    font-family: "Source Serif Pro", sans-serif;
    padding: 0 32px 0 0;
    background-image: url(assets/img/arrowRBlack.svg);
    background-repeat: no-repeat;
    background-position: right 0px top 50%;
}
.post-area #pagination {
    text-align: center;
}
body[data-button-style*="slightly_rounded"] #pagination a,
body #pagination >a, body #pagination .page-numbers.next, body #pagination .page-numbers.prev {
    background-color: #585858 !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    color: #ffffff !important;
    font-family: "Roboto Condensed", sans-serif;
}
div#pagination span.page-numbers.current {
    background-color: #000000 !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    margin-right: 0;
    margin-left: 0;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 11px;
    width: auto;
    height: auto;
}
body #pagination .page-numbers.next {
    padding: 11px 36px 10px 13px!important;
    background-image: url(assets/img/arrowRWhite.svg);
    background-repeat: no-repeat;
    background-position: right 8px top 50%;
}
body #pagination .page-numbers.prev {
    padding: 11px 13px 10px 36px!important;
    background-image: url(assets/img/arrowLWhite.svg);
    background-repeat: no-repeat;
    background-position: left 8px top 50%;
}
.page-header-no-bg {
    padding-top: 0;
}
.page-header-no-bg .section-title {
    background: #000000;
    padding: 64px 40px !important;
}
.section-title .subheader {
    display: none;
}
.page-header-row .section-title h2 {
    font-size: 48px !important;
    line-height: 54px !important;
    margin-bottom: 0 !important;
}
.page-header-no-bg .section-title h1, .page-header-row .section-title a, .page-header-row .section-title h1,
.page-header-row .section-title h2 {
    color: #ffffff;
}
.single .post-area .navigateBack, .page-header-row .navigateBack {
    color: #000000;
    padding-left: 32px;
    background-image: url(assets/img/arrowLBlack.svg);
    background-repeat: no-repeat;
    background-position: left 0 top 43%;
    margin-bottom: 32px;
    display: inline-block;
}
.single .post-area h1.entry-title {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 16px;
}
.single #sidebar {
    margin-top: 24px;
}

.vcPersonWrap .personItem {
    position: relative;
}
.vcPersonWrap .personImg img {
    margin-bottom: 0;
    display: block;
}
.vcPersonWrap .large .personInfoW {
    padding: 16px;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.vcPersonWrap .personInfo {
    background: #f2f2f2;
    padding: 16px;
}
.vcPersonWrap .large .personInfo {
    background-color: rgba(0,0,0,0.7);
    background-image: url(assets/img/arrowRWhite.svg);
    background-repeat: no-repeat;
    background-position: right 16px top 50%;
    padding-right: 40px;
}
.vcPersonWrap .small .personInfo {
    background-image: url(assets/img/arrowRBlack.svg);
    background-repeat: no-repeat;
    background-position: right 16px top 50%;
    padding-right: 40px;
}
.vcPersonWrap .personName {
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    padding-bottom: 4px;
}
.vcPersonWrap .large .personName {
    color: #ffffff;
}
.vcPersonWrap .personJobRole, .vcPersonWrap .personCompany {
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}
.vcPersonWrap .large .personJobRole {
    color: #ffffff;
}
a.sectionLink {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.modal-backdrop {
    z-index: 9999;
}
/*html {
    overflow-x: unset;
    overflow-y: unset;
}
body[data-smooth-scrolling="0"] {
    overflow-x: hidden;
    overflow-y: scroll;
}*/
.modal-open {
    overflow: hidden !important;
}
.modal {
    z-index: 10000;
    text-align: center;
    padding: 0;
}
.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}
.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.modal-content {
    border: none;
}
.modal-body {
    padding: 2rem;
}
.modal-footer {
    text-align: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 0;
}
.modal-footer .close {
    float: none;
    width: 32px;
    height: 32px;
    background: #000000;
    border-radius: 50% !important;
    color: #ffffff;
    opacity: 1;
}
.row.personModal {
    padding-bottom: 0;
}
#personPopupBody img {
    max-width: 100%;
}
#personPopupBody .personName {
    padding-top: 24px;
    border-top: 4px solid #000000;
    margin-right: -32px;
    padding-right: 32px;
    text-transform: uppercase;
    font-size: 32px;
}
#personPopupBody .personJobRole {
    font-weight: bold;
    padding-bottom: 8px;
    border-bottom: 1px solid #000000;
    margin-bottom: 24px;
}
#personPopupBody .personBio p:last-child {
    padding-bottom: 0;
}

.wp-rss-template-container, .recentThinkingList {
    background: #ffffff;
    border: 1px solid #000000;
}
.wpra-item-list, .rss-aggregator[class*="wpra-item-"] {
    margin: 0;
}
.feed-item, .recentThinkingItem {
    padding: 16px !important;
    margin-bottom: 0 !important;
    display: block;
    border-bottom: 1px solid #e6e6e6 !important;
}
.feed-item:last-child {
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
}
div.wpra-item-grid .wpra-item--1of2 {
    flex-basis: 100%;
}
.feed-item a, div.wpra-grid-item__title, .recentThinkingItem h3 {
    font-size: 20px !important;
    font-weight: 400 !important;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    min-height: 52px;
    margin: 0;
    line-height: inherit !important;
    font-family: inherit !important;
}
.feed-item a.wpra-grid-item--link {
    padding-bottom: 16px !important;
    background: transparent url(assets/img/arrowRBlack.svg) no-repeat left 0 bottom 0;
}
div.wpra-grid-item__content {
    padding: 0;
}
a.wpra-grid-item--link:hover:not(.wpra-grid-item--image-background) .wpra-grid-item__content {
    opacity: 1;
}
.wprss-feed-meta {
    /*position: absolute;
    bottom: 24px;
    width: 100%;
    padding-right: 32px;*/
}
div.wpra-grid-item__excerpt, .rtExcerpt {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
div.wpra-grid-item__information {
    opacity: 1;
}
.feed-date, .wpra-grid-item__information>div.feed-date, .rtDate {
    font-size: 16px;
}
.wpra-item-list {
    display: block;
}
.owl-loaded .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}
.owl-loaded .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-loaded .owl-item {
    min-height: 1px;
    float: left;
}
.slick-vertical .slick-slide {
    border: 0;
}
body button.slick-arrow {
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    background-color: #585858;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}
body .rss-aggregator button.slick-prev, body .rss-aggregator button.slick-next,
body .vcRecentThinkingWrap button.slick-prev, body .vcRecentThinkingWrap button.slick-next {
    width: 60px;
    height: 60px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    top: 0;
}
body button.slick-prev {
    background-image: url("assets/img/arrowLWhite.svg");
}
body button.slick-next {
    background-image: url("assets/img/arrowRWhite.svg");
}
body .rss-aggregator button.slick-prev, body .vcRecentThinkingWrap button.slick-prev {
    top: -30px;
    background: #585858 url("assets/img/arrowUWhite.svg") no-repeat center;
}
body .rss-aggregator button.slick-next, body .vcRecentThinkingWrap button.slick-next {
    bottom: -30px;
    top: initial;
    background: #585858 url("assets/img/arrowDWhite.svg") no-repeat center;
}
body button.slick-prev:before, body button.slick-next:before {
    display: none;
}
button.slick-arrow:hover, button.slick-arrow:focus {
    background-color: #000000;
    background-repeat: no-repeat;
    background-position: center;
}
button.slick-prev:hover, button.slick-prev:focus {
    background-image: url("assets/img/arrowLWhite.svg");
}
button.slick-next:hover, button.slick-next:focus {
    background-image: url("assets/img/arrowRWhite.svg");
}
.rss-aggregator button.slick-prev:hover, .rss-aggregator button.slick-prev:focus,
.vcRecentThinkingWrap button.slick-prev:hover, .vcRecentThinkingWrap button.slick-prev:focus {
    background: #000000 url("assets/img/arrowUWhite.svg") no-repeat center;
}
.rss-aggregator button.slick-next:hover, .rss-aggregator button.slick-next:focus,
.vcRecentThinkingWrap button.slick-next:hover, .vcRecentThinkingWrap button.slick-next:focus {
    background: #000000 url("assets/img/arrowDWhite.svg") no-repeat center;
}
button.slick-arrow.slick-disabled {
    background-color: #808080;
}

.collaboratorsWrap.small {
    background: #ffffff;
    border: 1px solid #000000;
}
.collaboratorsWrap.small .widgetHeader {
    background: #000000;
    padding: 10px 0;
    margin-bottom: 16px;
}
.collaboratorsWrap.small .widgettitle {
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
    margin-bottom: 0;
}
.collaboratorsList {
    padding: 0 16px 16px;
}
.collaboratorItemInner {
    padding-bottom: 16px;
}
.collaboratorsWrap.small .collaboratorItemInner {
    border-bottom: 1px solid #000000;
}
.collaboratorItem img {
    margin: 0 !important;
}
.collaboratorName {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 8px;
    padding-bottom: 0;
}
.collaboratorJob {
    font-size: 18px;
    line-height: 26px;
}
.collaboratorsListFooter {
    margin-bottom: 16px;
}
.collaboratorsListFooter p {
    font-size: 18px;
    line-height: 26px;
}
.collaboratorsListFooter a {
    color: #ffffff;
    background-color: #585858;
    background-image: url(assets/img/arrowRWhite.svg);
}

.resourcesListGrid .vc_col-sm-6 > .vc_column-inner > .wpb_wrapper,
.resourceGrid .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
    border: 1px solid #000000;
    padding: 16px;
}
.resourcesListGrid div.wpb_content_element {
    margin-bottom: 8px;
}
.resourcesListGrid p {
    padding-bottom: 8px;
}
.resourcesListGrid p a, .resourceGrid p a {
    color: #000000;
}
.resourceTitle {
    font-size: 24px;
}
body .resourceGrid .iwt-icon [class^="icon-"].icon-default-style {
    line-height: 64px;
    height: 64px;
    width: 64px;
    font-size: 64px;
}
.resourcesListGrid .nectar_icon_wrap i, .nectar_icon_wrap i[class^='iconsmind-Arrow-'] {
    line-height: 24px !important;
    height: 24px !important;
    display: inline-block;
    vertical-align: bottom;
}
.resourcesListGrid .nectar_icon_wrap i:before, .nectar_icon_wrap i[class^='iconsmind-Arrow-']:before {
    max-height: 24px;
}
.row .resourceGrid .col .iwithtext .iwt-icon img:not([srcset]) {
    width: 64px;
}
.resourceGrid .iwithtext .iwt-text {
    padding-left: 80px;
}
.resourceDownload {
    color: #000000;
    background-image: url("assets/img/arrowRBlack.svg");
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 32px;
    font-size: 18px;
}
.resourceGrid p {
    padding-bottom: 16px;
}
.page-header-row .navigateBack {
    margin-bottom: 0;
    margin-top: 24px;
}

.homeHeaderWidgetWrap {
    background-color: #000000;
    color: #ffffff;
}
.homeHeaderSlide {
    position: relative;
}
.homeHeaderSlide img {
    margin-bottom: 0 !important;
    display: block;
}
.homeHeaderSlide .homeHeaderSlideTextWrap {
    position: absolute;
    bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
}
.homeHeaderSlide .homeHeaderSlideText {
    background-color: rgba(0,0,0,0.7);
    color: #ffffff;
    padding: 16px 16px 32px !important;
}
.homeHeaderWidgetContent {
    padding: 32px 16px 16px;
}
.homeHeaderWidgetContent h1, .homeHeaderWidgetContent h2, .homeHeaderWidgetContent h3 {
    color: #ffffff;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slick-dots {
    bottom: 4px;
}
.slick-dots li {
    margin: 0;
}
.slick-dots li button {
    padding: 0;
}
.slick-dots li button:before {
    font-size: 12px;
    color: #f0f0f0;
}
.slick-dots li.slick-active button:before {
    color: #ffffff;
}
.sfHeadingWrap {
    margin-bottom: 0 !important;
}
.sfHeadingWrap h3 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 24px !important;
}
.sfHeadingWrap.right h3 {
    text-align: right;
}
.sfHeadingWrap h3:after {
    position: absolute;
    top: 67%;
    overflow: hidden;
    width: 100%;
    height: 4px;
    content: '';
    background-color: #000000;
    margin-left: 8px;
}
.sfHeadingWrap h3:before {
    position: absolute;
    top: 67%;
    overflow: hidden;
    width: 100%;
    height: 4px;
    content: '';
    background-color: #000000;
    margin-left: -100.5%;
    text-align: right;
}

.recentThinkingItemInner {
    position: relative;
}
.rtLink {
    display: block;
    width: 30px;
    height: 16px;
    background: transparent url(assets/img/arrowRBlack.svg) no-repeat left 0 bottom 0;
}
.recentThinkingItem .row .col-9 {
    padding-left: 0;
}
.recentThinkingItem .row img {
    margin-bottom: 0;
    max-height: 150px;
}

@media (min-width: 690px) {
    .resourcesListGrid .vc_col-sm-4 > .vc_column-inner {
        padding-right: 0 !important;
    }
}
@media (min-width: 768px) {
    .collaboratorsWrap.large .collaboratorsListFooter p {
        text-align: right;
    }
}
@media (max-width: 999px) {
    body #top a#logo img, div#header-outer[data-permanent-transparent="false"] #logo .dark-version {
        height: 40px!important;
    }
    div#header-space {
        height: 64px;
    }
    #ajax-content-wrap .post-area {
        padding-right: 16px;
    }
    .archive .main-content article {
        padding: 16px
    }
}
@media (max-width: 767px) {
    .subscriptionCTAWrap .subscription_label {
        text-align: center;
        padding-bottom: 24px;
    }
    .subscriptionCTAWrap .ctaBtn {
        text-align: center;
    }
    body div.subscriptionCTAWrap input[type='submit'] {
        margin-top: 16px;
    }
}
@media (max-width: 690px) {
    .container, .orbit-wrapper .slider-nav, .post-area.standard-minimal.full-width-content .post .inner-wrap {
        max-width: 100%;
    }
    .eventInfoWrap h4, .eventInfoWrap h4 a {
        font-size: 16.2px;
        line-height: 25.2px;
    }
    .eventInfoWrap h6 {
        font-size: 14px;
        line-height: 20px;
    }
    .page-header-no-bg .section-title {
        padding: 24px 16px !important;
    }
    .page-header-row .section-title h2 {
        font-size: 31.2px !important;
        line-height: 35.1px !important;
    }
    .post-area.featured_img_left .article-content-wrap .post-content-wrap {
        padding-top: 24px;
        padding-left: 0;
    }
}
@media (max-width: 575px) {
    .collaboratorItemInner .col-sm-8 {
        text-align: center;
        margin-top: 16px;
    }
    .collaboratorsListFooter p {
        text-align: center;
        padding-bottom: 16px !important;
    }
    .collaboratorsListFooter a {
        margin: 0 auto;
    }
}
