/*
Theme Name: ReWalk
Theme URI: http://die-gutgestalten.de
Author: die-gutgestalten
Author URI: http://die-gutgestalten.de
Description: ReWalk Theme
Version: 1.0.0
*/

/*--------------------------------------------------------------
# Wordpress Core
--------------------------------------------------------------*/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;

    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;

    /* Above WP toolbar. */
}

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Magnific Popup
--------------------------------------------------------------*/

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity = 80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity = 65);
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity = 100);
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity = 65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity = 100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

/*--------------------------------------------------------------
# Bootstrap Vertical Tabs
--------------------------------------------------------------*/

/*!
 * bootstrap-vertical-tabs - v1.2.1
 * https://dbtek.github.io/bootstrap-vertical-tabs
 * 2014-11-07
 * License: MIT
 */
.tabs-left, .tabs-right {
    border-bottom: none;
    padding-top: 2px;
}

.tabs-left {
    border-right: 1px solid #ddd;
}

.tabs-right {
    border-left: 1px solid #ddd;
}

.tabs-left > li, .tabs-right > li {
    float: none;
    margin-bottom: 2px;
}

.tabs-left > li {
    margin-right: -1px;
}

.tabs-right > li {
    margin-left: -1px;
}

.tabs-left > li.active > a,
.tabs-left > li.active > a:hover,
.tabs-left > li.active > a:focus {
    border-bottom-color: #ddd;
    border-right-color: transparent;
}

.tabs-right > li.active > a,
.tabs-right > li.active > a:hover,
.tabs-right > li.active > a:focus {
    border-bottom: 1px solid #ddd;
    border-left-color: transparent;
}

.tabs-left > li > a {
    border-radius: 4px 0 0 4px;
    margin-right: 0;
    display: block;
}

.tabs-right > li > a {
    border-radius: 0 4px 4px 0;
    margin-right: 0;
}

.sideways {
    margin-top: 50px;
    border: none;
    position: relative;
}

.sideways > li {
    height: 20px;
    width: 120px;
    margin-bottom: 100px;
}

.sideways > li > a {
    border-bottom: 1px solid #ddd;
    border-right-color: transparent;
    text-align: center;
    border-radius: 4px 4px 0px 0px;
}

.sideways > li.active > a,
.sideways > li.active > a:hover,
.sideways > li.active > a:focus {
    border-bottom-color: transparent;
    border-right-color: #ddd;
    border-left-color: #ddd;
}

.sideways.tabs-left {
    left: -50px;
}

.sideways.tabs-right {
    right: -50px;
}

.sideways.tabs-right > li {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sideways.tabs-left > li {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
    color: #000;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
}

strong {
    font-weight: 600;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
}

a, a:focus, a:hover {
    color: #000;
    text-decoration: none;
    outline: none;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

footer a, a:focus, a:hover {
    color: #fff !important;
    text-decoration: none;
    outline: none;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.sidebar-widget a:hover{color: #000 !important;}


p,
ul {
    margin-bottom: 20px;
}

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

iframe {
    border: 0;
    padding: 0;
    margin: 0;
}

hr {
    border-top-color: #f0ebe5;
}

#page {
    padding-top: 162px;
}

.cur-pointer {
    cursor: pointer;
}

.full-width {
    width: 100%;
}

.img-grey {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all .5s ease-out;
}

.img-grey:hover,
.img-grey.active {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    filter: grayscale(0);
}

/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/

.c-yellow {
    color: #fddc00;
}

.c-white {
    color: #fff;
}

.c-dark {
    color: #fff;
}

.bg-beige {
    background: #f0ebe5;
}

.bg-beige-light {
    background: #F9F6F3;
}

.bg-yellow {
    background: #00498c;
	border-bottom:4px solid #ffde14;
	
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/

#main {
    padding-bottom: 40px;
}

.dis-b {
    display: block;
}

.full-width {
    width: 100%;
}

.padd-rl-60 {
    padding-right: 60px;
    padding-left: 60px;
}

.padd-tb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.padd-tb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.padd-t-20 {
    padding-top: 20px;
}

.padd-t-60 {
    padding-top: 60px;
}

.mar-0 {
    margin: 0;
}

.mar-t-0 {
    margin-top: 0;
}

.mar-t-20 {
    margin-top: 20px;
}

.mar-t-30 {
    margin-top: 30px;
}

.mar-t-40 {
    margin-top: 40px;
}

.mar-t-60 {
    margin-top: 60px;
}

.mar-b-0 {
    margin-bottom: 0;
}

.mar-b-10 {
    margin-bottom: 10px;
}

.mar-b-20 {
    margin-bottom: 20px;
}

.mar-b-30 {
    margin-bottom: 30px;
}

.mar-b-40 {
    margin-bottom: 40px;
}

.mar-b-60 {
    margin-bottom: 60px;
}

.mar-b-80 {
    margin-bottom: 80px;
}

.mar-r-20 {
    margin-right: 20px;
}

.row.relative {
    position: relative;
}

.row.no-gutter {
    margin-right: 0;
    margin-left: 0;
}

.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.entry-content h2 {
    margin-bottom: 40px;
}

.entry-content h2.mar-b-0 {
    margin-bottom: 0;
}

.entry-content h2.mar-b-20 {
    margin-bottom: 20px;
}

/*--------------------------------------------------------------
# Typo
--------------------------------------------------------------*/

h1, .h1 {
    font-size: 64px;
    font-weight: 700;
    margin-top: 50px;
}

h2, .h2 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 20px;
}

h3, .h3 {
    font-size: 30px;
    font-weight: 500;
}

h4, .h4 {
    font-size: 24px;
}

h5, .h5 {
    font-size: 22px;
}

h6, .h6 {
    font-size: 18px;
    font-weight: bold;
}

.f-light {
    font-weight: 300;
}

.f-regular {
    font-weight: 400;
}

.f-bold {
    font-weight: 700;
}

.f-italic {
    font-style: italic;
}

.t-deco {
    text-decoration: underline;
}

/*--------------------------------------------------------------
# Buttons/Links
--------------------------------------------------------------*/

.btn,
#page .gform_wrapper .gform_footer input.button,
#page .gform_wrapper .gform_footer input[type=image],
#page .gform_wrapper .gform_footer input[type=submit],
#page #tribe-bar-form .tribe-bar-submit input[type=submit] {
    background: #fddc00 !important;
    color: #333;
    border: 2px solid transparent;
    border-radius: 0;
    color: #333;
    text-align: center;
    white-space: normal;
    text-transform: uppercase;
    padding: 6px 20px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

#main .gform_wrapper .gfield_date_day label,
#main .gform_wrapper .gfield_date_month label,
#main .gform_wrapper .gfield_date_year label,
#main .gform_wrapper .gfield_time_ampm label,
#main .gform_wrapper .gfield_time_hour label,
#main .gform_wrapper .gfield_time_minute label,
#main .gform_wrapper .ginput_complex label,
#main .gform_wrapper .instruction {
    white-space: normal;
}

.btn:hover,
#page .gform_wrapper .gform_footer input.button:hover,
#page .gform_wrapper .gform_footer input[type=image]:hover,
#page .gform_wrapper .gform_footer input[type=submit]:hover,
#page #tribe-bar-form .tribe-bar-submit input[type=submit]:hover {
    background: #fff;
    border-color: #fddc00;
}

.btn.big,
#page .gform_wrapper .gform_footer input.button,
#page .gform_wrapper .gform_footer input[type=image],
#page .gform_wrapper .gform_footer input[type=submit] {
    font-size: 24px;
    padding-top: 15px;
    padding-bottom: 10px;
}

.btn.white {
    background: #ffde14 !important;
    color: #000 !important;
	padding:10px 0;
}

.btn.white:hover {
    background: #333;
    border-color: transparent;
    color: #fddc00;
}

.btn:hover {
    color: #333;
}

.btn-play {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -28px;
    margin-left: -28px;
    width: 56px;
    height: 56px;
    opacity: .8;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    z-index: 20;
}

.btn-play.big {
    margin-top: -64px;
    margin-left: -64px;
    width: 128px;
    height: 128px;
}

.popup-video:hover .btn-play,
.video-link-extern:hover .btn-play {
    opacity: 1;
}

.img-wrapper,
.popup-video,
.video-link-extern {
    display: block;
    position: relative;
}

/*--------------------------------------------------------------
# Icons
--------------------------------------------------------------*/

.icon-arrow-right {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 5px;
    position: relative;
    top: 2px;
}

.icon-arrow-right2 {
    margin-left: 3px;
    position: relative;
    top: 1px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.toggle-text:not(.collapsed) .icon-arrow-right2 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*--------------------------------------------------------------
# Images
--------------------------------------------------------------*/

.scale-hover {
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

a:hover .scale-hover,
.scale-hover:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

/*--------------------------------------------------------------
# Lists
--------------------------------------------------------------*/

.list-icon-left {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-icon-left li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
}

.list-icon-left.big-icon li {
    padding-top: 13px;
    padding-left: 40px;
    margin-bottom: 13px;
}

.list-icon-left.big-icon li:first-child {
    padding-top: 0;
}

.list-icon-left.big-icon.border-top li {
    border-top: 1px solid #fff;
}

.list-icon-left.big-icon.border-top li:first-child {
    border-top: 0;
}

.list-icon-left .icon {
    position: absolute;
    top: 8px;
    left: 0;
}

.list-icon-left.big-icon .icon {
    top: 13px;
}

.list-icon-left.big-icon li:first-child .icon {
    top: 0;
}

.list-icon-left .icon svg {
    display: block;
    width: 12px;
    height: 12px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.list-icon-left.big-icon .icon svg {
    width: 28px;
    height: 28px;
}

.list-icon-left a:hover {
    padding-left: 5px;
}

.list-icon-left.big-icon li:hover .icon svg {
    transform: scale(1.1);
}

#share-list-links li {
    display: inline-block;
    margin-right: 5px;
}

#share-list-links li a {
    border: 1px solid #666;
    display: block;
    width: 29px;
    height: 29px;
    padding: 5px;
}

#share-list-links li a:hover {
    border-color: #fddc00;
}

#share-list-links li a svg {
    fill: #666;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

#share-list-links li a:hover svg {
    fill: #fddc00;
}

/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/

.carousel-indicators li {
    background: #fff;
    width: 16px;
    height: 16px;
    margin: 0 5px;
    opacity: .8;
}

.carousel-indicators li.active {
    border: 0;
    width: 16px;
    height: 16px;
    margin: 0 5px;
    opacity: 1;
}

#carousel-home .carousel-inner {
    position: relative;
}

#carousel-home .carousel-inner > .item > .dual,
#carousel-home .carousel-inner > .item {
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    background-size: cover;
    height: 70vh;
}

#carousel-home .carousel-inner > .item > .dual {
    border-right: 10px solid #fff;
}

#carousel-home .carousel-inner > .item > .dual + .dual {
    border-right: none;
    border-left: 10px solid #fff;
}

#carousel-home .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

#carousel-home .caption .container {
    padding-left: 0;
    padding-right: 0;
}

#carousel-home .caption h2,
#home-banner-headline {
    background: rgba(251,216,25,.85);
    color: #000;
    display: block;
    font-size: 42px;
    font-weight: 500;
    padding: 30px 20px;
    margin-bottom: 00px;
}

#carousel-home .caption h2.h3 {
    font-size: 32px;
}

#carousel-home .caption.no-bg h2 {
    background: none;
    color: #000;
    font-weight: 300;
    padding-left: 0;
}

#carousel-home .caption.no-bg .customText h2 {
    margin-bottom: 0;
}

#carousel-home .caption.no-bg h2 strong {
    font-weight: 500;
}

#carousel-home .caption.no-bg p {
    color: #000;
    font-size: 26px;
    line-height: 1.3;
}

#carousel-home .caption .subheadline {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3;
}

#carousel-home .caption .text-wrapper,
#home-banner-text {
    display: block;
    background: #fddc00;
    color: #000;
    padding: 10px 20px;
}

#carousel-home .caption .text-wrapper.text-wrapper-trans {
    background: transparent;
    text-shadow: 1px 1px 0px #ccc;
    padding: 0 20px;
}

#carousel-home .caption.no-bg .text-wrapper {
    background: #fff;
    font-size: 20px;
    padding-right: 30px;
    padding-left: 30px;
    margin-top: 30px;
}

#carousel-home .caption.no-bg .text-wrapper p {
    font-size: 21px;
}

#carousel-home .caption .text-wrapper .arrow,
#home-banner-text .arrow {
    float: left;
    width: 12px;
    height: 12px;
    margin: 8px 10px 0 0;
}

#carousel-home .caption .text-wrapper p,
#home-banner-text p {
    float: left;
    margin: 0;
}

#carousel-home .item.type2 .dual .caption h2 {
    background: #fddc00;
    font-size: 22px;
    text-align: center;
}

#carousel-home .item.type2 .caption h2 {
    color: #000;
    display: block;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 0;
}

#carousel-home .caption h2 {
    color: #000000;
}

#carousel-home .item.type2 .caption .text-wrapper {
    color: #717171;
    display: block;
}

#carousel-home .item.type2 .dual .caption .text-wrapper {
    color: #000;
    font-size: 80%;
}

#carousel-home .item.type2 .dual .caption .text-wrapper svg {
    display: none;
}

#carousel-home .item.type2 .caption .info-box {
    background-color: rgba(170, 170, 170, 0.91);
    color: #fff;
    display: block;
    padding: 10px 20px;
}

#carousel-home .item.type2 .caption .info-box strong {
    font-weight: bold;
}

#carousel-home .item.type2 .caption .info-box p {
    margin: 0;
}

#carousel-home .carousel-indicators {
    left: 15px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    margin-left: 0;
}

#carousel-home .carousel-indicators li {
    display: block;
    margin: 15px 0;
}

/*--------------------------------------------------------------
# Home Press Releases
--------------------------------------------------------------*/
.home-press-releases {
    margin-bottom: 20px;
}

.home-press-releases .item {
    margin-bottom: 40px;
}

/*--------------------------------------------------------------
# News
--------------------------------------------------------------*/

#home-banner,
#home-banner-headline,
#home-banner-text {
    display: none;
}

.home-news ul li {
    border-top: 2px solid #fff;
    padding-top: 20px;
    margin-top: 20px;
}

.home-news ul li > a {
    display: block;
}

.home-news ul li:first-child {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
}

.home-news .time .inner {
    display: block;
    width: 100%;
    background: #fff;
    text-align: center;
}

.home-news .time .inner.inverted {
    background: #f0ebe5;
}

.home-news .time .month {
    background: #fddc00;
    font-weight: 300;
    line-height: 1;
    padding: 8px 0;
    margin: 0 0 5px;
}

.home-news .time .day {
    font-weight: 700;
    line-height: 1;
    margin: 0;
}

.home-news .h5:hover a {
    color: #fddc00;
}

.home-news p {
    margin: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#masthead {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: 25px;
    -webkit-backface-visibility: hidden;
    transition: all .4s ease-out;
    z-index: 100;
}

#top-bar {
    text-align: right;
    position: relative;
    z-index: 50;
    transition: all .4s ease-out;
    z-index: 110;
}

#top-bar .menu {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 15px 0 0;
}

#top-bar .menu li {
    font-size: 14px;
    display: inline-block;
    position: relative;
}

#top-bar .menu li a {
    display: block;
    padding: 8px 9px;
    color: #999999;
    font-weight: 500;
    text-transform: uppercase;
}

#top-bar .menu li.grey a {
    background-color: #fddc00;
    color: #000000;
    font-weight: 500;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 5px;
}

#top-bar .menu li a:hover {
    color: #fddc00;
}

#top-bar .menu li.grey a:hover {
    background: #EAE6DE;
    color: #000000;
} 

#top-bar .menu-item-language {
    position: relative;
    text-align: left;
}

#top-bar .menu > .menu-item-language > a {
    /*background: #f6f3f0 url(images/icon-earth.svg) 10px center no-repeat;
    -webkit-background-size: 16px 16px;
    background-size: 16px 16px; */
    font-weight: 500;
    display: block;
    margin-left: 5px;
    padding: 8px 5px;
    color: #000000;
    background: #EAE6DE;
}

#top-bar .menu > .menu-item-language > a:hover {
    color: #000000;
    background: #fddc00;
}

#top-bar .menu-item-language .sub-menu {
    display: none;
    background: #f6f3f0;
    min-width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0 0 0 16px;
    margin: 0;
}

#top-bar .menu > .menu-item-language:hover .sub-menu {
    display: block;
}

#btn-login {
    background: #f6f3f0;
    font-size: 13px;
    display: inline-block;
    padding: 8px 15px;
    margin-left: 15px;
}

#btn-login svg {
    display: inline-block;
    width: 12px;
    height: 16px;
    margin: 0 8px 0 0;
    position: relative;
    top: 2px;
}

.primary-menu-wrapper #btn-login {
    background: none;
    display: none;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-left: 5px;
}

.primary-menu-wrapper #btn-login svg {
    fill: #fff;
}

.navbar-brand {
    display: inline-block;
    float: none;
    height: auto;
    padding: 0;
}

.navbar-brand svg {
    display: block;
    width: 230px;
    height: 81px;
    margin-top: 15px;
    transition: all .4s ease-out;
}

#masthead .primary-menu-wrapper {
    position: static;
}

#masthead .ubermenu-responsive {
    text-align: right;
    margin-top: 25px;
    transition: all .4s ease-out;
}

#masthead .ubermenu-items-align-left.ubermenu-horizontal .ubermenu-item.ubermenu-item-level-0 {
    float: none;
    text-align: right;
    font-weight: 500;
    color: #999999;
}

#masthead .ubermenu-items-align-left.ubermenu-horizontal .ubermenu-item.ubermenu-item-level-0 .ubermenu-target-text {
    color: #999999;
}

#masthead .ubermenu-items-align-left.ubermenu-horizontal .ubermenu-item.ubermenu-item-level-0 .ubermenu-target-text {
	position: relative;
	padding-right: .5rem;
}

#masthead .ubermenu-items-align-left.ubermenu-horizontal .ubermenu-item.ubermenu-item-level-0 > a > .ubermenu-target-text:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -5px;
    width: 0%;
    height: 5px;
    background: #fddc00;
    transition: all .3s ease-in-out;
}

#masthead .ubermenu-items-align-left.ubermenu-horizontal .ubermenu-item.ubermenu-item-level-0:hover > a > .ubermenu-target-text:before,
#masthead .ubermenu-items-align-left.ubermenu-horizontal .ubermenu-item.ubermenu-item-level-0.ubermenu-current-menu-ancestor > a > .ubermenu-target-text:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 5px;
    background: #fddc00;
}

#masthead .ubermenu .ubermenu-submenu {
    background: #fff;
    padding: 5px 15px 15px;
}

#masthead .ubermenu .ubermenu-item .ubermenu-submenu-drop {
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
}

#masthead .ubermenu-submenu > .ubermenu-row > .ubermenu-item ul li a.ubermenu-item-layout-text_only {
    border-bottom: 1px solid #fddc00;
    font-weight: 400;
    padding: 10px 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

#masthead .ubermenu-submenu > .ubermenu-row > .ubermenu-item ul li a.ubermenu-item-layout-text_only:hover {
    color: #fddc00;
    padding-left: 3px;
}

#masthead .ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target:after {
	content: '';
	display: inline-block !important;
	background: url(images/arrow-down-small.svg) center center no-repeat;
    width: 10px;
    height: 7px;
    margin-top: -1px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

#masthead .ubermenu-sub-indicators .ubermenu-has-submenu-drop.ubermenu-active > .ubermenu-target:after {
    -webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

#masthead .ubermenu .ubermenu-item-layout-image_left > .ubermenu-image {
    float: none;
}

#masthead .ubermenu .ubermenu-item-layout-image_left > .ubermenu-target-text {
    font-weight: 300;
    padding-left: 0;
    margin-top: 10px;
}

#masthead .ubermenu .ubermenu-item-layout-image_left > .ubermenu-target-title {
    color: #fddc00;
    font-weight: 400;
}

#masthead .ubermenu .ubermenu-custom-content-padded {
    padding-top: 0;
}

#masthead .ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-normal > .ubermenu-target {
    padding-bottom: 0;
}

#masthead.small-header {
    padding-bottom: 10px;
    margin-top: -40px;
}

#masthead.small-header #top-bar {
    transform: translateY(-40px);
    opacity: 0;
    visibility: hidden;
}

#masthead.small-header .navbar-brand svg {
    width: 135px;
    height: 50px;
}

#masthead.small-header .ubermenu-responsive {
    margin-top: 10px;
}

#masthead .ubermenu-responsive-toggle {
    position: absolute;
    top: 30px;
    right: 0;
    outline: 0;
    transition: all .3s ease-out;
}

#masthead.small-header .ubermenu-responsive-toggle {
    top: 20px;
}

#masthead .ubermenu-responsive-toggle svg rect {
    transition: all .3s ease-out;
}

#masthead .ubermenu-responsive-toggle:hover svg rect {
    fill: #fddc00;
}

#masthead .ubermenu .ubermenu-retractor {
    text-indent: -9999px;
    padding: 0;
    position: relative;
    top: -15px;
}

#masthead .ubermenu .ubermenu-retractor:hover {
    background: none;
}

#masthead .ubermenu .ubermenu-retractor:after {
    content: '';
    background: url(images/icon-close.svg);
    display: block;
    width: 25px;
    height: 25px;
    margin: 0 auto;
}

#masthead .ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target > .ubermenu-sub-indicator {
	display: none !important;
}

#masthead .ubermenu-sub-indicator-close {
	display: none !important;
}

#masthead .ubermenu-responsive-toggle span.fas.fa-bars {
	display: none !important;
}

/*--------------------------------------------------------------
# Side menu
--------------------------------------------------------------*/

#toggle-side-menu,
#scroll-top {
    background: #fff;
    border: 0;
    position: fixed;
    bottom: 70px;
    right: 0;
    padding: 0;
    height: 46px;
    width: 46px;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    outline: 0;
    z-index: 40;
}

#toggle-side-menu {
    display: none;
}

#scroll-top {
    right: auto;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

#side-menu {
    position: fixed;
    top: 50%;
    right: 0;
    margin-top: -96px;
    z-index: 50;
    -webkit-backface-visibility: hidden;
}

#side-menu .menu > li {
    position: relative;
}

#side-menu .menu > li > a {
    background: #fff;
    display: block;
    width: 56px;
    height: 56px;
    padding-top: 12px;
    margin-bottom: 12px;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
}

#side-menu .menu > .service-support > a {
    background-color: #fddc00;
}

#side-menu .menu > li > a:hover {
    background: #fddc00;
}

#side-menu .menu > .service-support > a:hover {
    background-color: #F9F6F3;
}

#side-menu .menu > li > a svg {
    display: block;
    width: auto;
    max-width: 36px;
    height: 36px;
    margin: -2px auto 0;
}

#side-menu .dropdown {
    position: absolute;
    top: 0;
    right: -500px;
    width: 400px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    opacity: 0;
}

#side-menu .dropdown.space-right {
    margin-right: 5px;
}

#side-menu .dropdown.active {
    right: 100%;
    opacity: 1;
}

#side-menu .dropdown .inner {
    background: #00498c;
    padding: 20px 30px 20px 60px;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
}

#side-menu .dropdown .btn-close {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 26px;
    height: 26px;
}

#side-menu .dropdown .btn-close svg {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

#side-menu .dropdown .inner ul li {
    border-top: 1px solid #d2d2d2;
    padding: 12px 0;
    margin: 0;
}

#side-menu .dropdown .inner ul li:first-child {
    border-top: 0;
}

#side-menu .menu li.social ul {
    float: right;
    margin-right: 5px;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
}

#side-menu .menu li.social ul li {
    float: left;
}

#side-menu .menu li.social ul li a {
    background: #fff;
    border-left: 1px solid #bfbfbf;
    display: block;
    width: 56px;
    height: 56px;
    padding-top: 13px;
}

#side-menu .menu li.social ul li:first-child a {
    border-left: 0;
}

#side-menu .menu li.social ul li a svg {
    display: block;
    width: auto;
    max-width: 30px;
    height: 30px;
    margin: 0 auto;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

#side-menu .menu li.social ul li a:hover svg {
    fill: #fddc00;
}

/*--------------------------------------------------------------
# Headline Area
--------------------------------------------------------------*/

#headline-area {
    min-height: 180px;
    margin-bottom: 40px;
}

#headline-area .bg-img {
    background-position: right bottom;
    background-repeat: no-repeat;
    min-height: 360px;
}

/*--------------------------------------------------------------
# Breadcrumb
--------------------------------------------------------------*/

.breadcrumbs {
    border-bottom: 1px solid #f0ebe5;
    font-size: 13px;
    padding-bottom: 5px;
    margin-bottom: 30px;
}

.breadcrumbs a {
    color: #666;
}

.breadcrumbs span.seperator {
    color: #888;
    margin-right: 10px;
    margin-left: 10px;
}

.breadcrumbs span.seperator:first-child {
    margin-left: 0;
}

.breadcrumbs .breadcrumb_last {
    color: #888;
}

/*--------------------------------------------------------------
# Section
--------------------------------------------------------------*/

.section-border-top {
    border-top: 4px solid #fff;
}

.section-title {
    margin-bottom: 50px;
}

.border-top-grey {
    border-top: 1px solid #d2d2d2;
}

/*--------------------------------------------------------------
# Module Teaser List
--------------------------------------------------------------*/

.m-teaser.bordered .item > a {
    display: block;
    position: relative;
    border: 4px solid #fff;
    overflow: hidden;
}

.m-teaser.bordered .item:first-child {
    border-left-color: transparent;
}

.m-teaser .item {
    position: relative;
}

.m-teaser .title {
    background: #fddc00;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px 10px;
    margin: 0;
}

/*--------------------------------------------------------------
# Module Teaser Text
--------------------------------------------------------------*/

.m-teaser-text .content-wrapper + .content-wrapper {
    border-top: 1px solid #999;
    padding-top: 20px;
    margin-top: 40px;
}

/*--------------------------------------------------------------
# Module Leadership Gallery
--------------------------------------------------------------*/

.m-leadership-gallery .item {
    margin-bottom: 40px;
}

.m-leadership-gallery .item .inner {
    border-bottom: 3px solid #f0ebe5;
}

.m-leadership-gallery .item .name-position {
    margin: 15px 0 10px;
}

.m-leadership-gallery .toggle-text {
    display: block;
    width: 24px;
    height: 15px;
    margin-bottom: 15px;
}

.m-leadership-gallery .toggle-text svg {
    display: block;
}

.m-leadership-gallery .toggle-text.collapsed svg path {
    fill: #666;
}

.m-leadership-gallery .toggle-text:hover svg path {
    fill: #fddc00;
}

.m-leadership-gallery .details {
    margin-bottom: 10px;
}

/*--------------------------------------------------------------
# Poupp
--------------------------------------------------------------*/

.mfp-bottom-bar {
    background: #fff;
    color: #333;
    padding: 10px;
}

.mfp-title {
    color: #333;
}

.mfp-counter {
    color: #333;
    top: 10px;
    right: 10px;
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/

.blog-article {
    border-bottom: 1px solid #f0ebe5;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.blog-article h2 {
    margin-bottom: 10px;
}

.entry-content img.alignleft,
.entry-content img.aligncenter,
.entry-content img.alignright {
    max-width: 50%;
}

/*--------------------------------------------------------------
# FacetWP
--------------------------------------------------------------*/

.facetwp-pager-label {
    display: inline-block;
    margin-right: 12px;
}

.facetwp-page {
    display: inline-block;
    padding: 0px 4px;
    margin-right: 6px;
    cursor: pointer;
}

.facetwp-page.active {
    font-weight: bold;
    cursor: default;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/

.sidebar-widget {
    border-bottom: 1px solid #fff;
    padding: 40px 20px;
}

.sidebar-widget .widget-title {
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 30px;
}

.sidebar-contact-country ul li {
    font-size: 20px;
    border-top: 1px solid #fff;
    padding-top: 30px;
    margin-top: 30px;
}

.sidebar-contact-country ul li:first-child {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
}

.sidebar-contact-country ul li a {
    color: #333;
    text-decoration: underline;
}

.sidebar-dist-partner ul li {
    border-top: 0;
    padding-top: 10px;
    margin-top: 10px;
}

.facetwp-facet-date {
    margin-top: 20px;
    margin-left: 20px;
}

.facetwp-facet-date .facetwp-link {
    font-size: 24px;
    text-decoration: underline;
}

.facetwp-facet-date .facetwp-link .facetwp-counter {
    display: none;
}

#main .facetwp-type-checkboxes,
#main .facetwp-type-hierarchy {
    max-height: none;
}

#main .facetwp-checkbox {
    background: url(images/checkbox.png) 0 50% no-repeat;
    padding-left: 28px;
}

#main .facetwp-checkbox.checked {
    background-image: url(images/checkbox-checked.png);
}

#main .facetwp-counter {
    display: none;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

.validation-error {
    color: #790000;
    font-size: 1.2em;
    font-weight: 700;
    margin-bottom: 1.6em;
    border-top: 2px solid #790000;
    border-bottom: 2px solid #790000;
    padding: 1em 0;
}

.form-group {
    margin-bottom: 25px;
}

.form-group.error {
    background: #FFDFE0;
    color: #790000;
    padding: 15px 10px;
}

.form-group.error input[type="text"],
.form-group.error input[type="email"],
.form-group.error input[type="tel"],
.form-group.error select,
.form-group.error textarea {
    border: 1px solid #790000;
}

label,
#page .gform_wrapper .top_label .gfield_label {
    font-weight: 300;
}

#page .gform_wrapper .top_label .gfield_label {
    margin-bottom: 0;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
textarea.form-control {
    background-color: #f0ebe5;
    border: 0;
    -webkit-border-radius: 0px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    max-width: 100%;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"] {
    height: 40px;
    line-height: 1;
}

.form-group input[type="radio"],
.form-group input[type="checkbox"] {
    margin-right: 7px;
}

.form-group input[type="submit"] {
    display: block;
    width: 50%;
}

.form-control {
    border: 0;
    -webkit-border-radius: 0px;
    border-radius: 0;
}

select.form-control {
    background-color: #f0ebe5;
}

body #page .gform_wrapper label.gfield_label + div.ginput_container {
    margin-top: 5px;
}

.gform_fields .gfield {
    margin-bottom: 20px;
}

#page .gform_wrapper .ginput_complex .ginput_right {
    margin-left: 0;
}

#page .gform_wrapper .ginput_complex .ginput_left,
#page .gform_wrapper .ginput_complex .ginput_right {
    width: 50%;
}

#page .gform_wrapper ul.gfield_checkbox li,
#page .gform_wrapper ul.gfield_radio li {
    display: inline-block;
    margin-right: 25px;
}

#page .gform_wrapper .gform_footer input[type=submit] {
    font-weight: 400;
    display: block;
    width: 50%;
}

#another-form-group {
    display: none;
}

/*--------------------------------------------------------------
# Accordion
--------------------------------------------------------------*/

.panel-group .panel,
.panel-default > .panel-heading {
    background: none;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-default > .panel-heading {
    padding: 0;
}

.panel-default > .panel-heading a {
    display: block;
    padding: 20px 40px 20px 0;
    margin: 0;
    position: relative;
}

.panel-default > .panel-heading a:after {
    content: '';
    background: url(images/arrow-down.svg) center center no-repeat;
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -8px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.panel-default > .panel-heading a:not(.collapsed):after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#accordion .panel-default:first-child > .panel-heading a {
    padding-top: 0;
}

.panel-group .panel {
    border-bottom: 3px solid #f0ebe5;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: 0;
}

.panel-body {
    padding: 0;
}

.panel-body a[href^="mailto:"] {
    font-style: italic;
    text-decoration: underline;
}

/*--------------------------------------------------------------
# Google Maps location finder
--------------------------------------------------------------*/

/* Infowindow Roboto font override */
.gm-style div,
.gm-style span,
.gm-style label,
.gm-style a {
    font-family: "Source Sans Pro", Arial, sans-serif;
}

.bh-sl-error {
    clear: both;
    float: left;
    width: 100%;
    padding: 10px 0;
    color: #ae2118;
    font-weight: bold;
}

.bh-sl-container {
    position: relative;
    width: 100%;
}

.bh-sl-container .bh-sl-form-container {
    width: 100%;
}

.bh-sl-container .form-input {
    float: left;
    margin-top: 3px;
}

.bh-sl-container .form-input label {
    font-weight: bold;
}

.bh-sl-container .form-input input,
.bh-sl-container .form-input select {
    margin: 0 15px 0 10px;
    padding: 6px 12px;
    line-height: 16px;
    border: 1px solid #cccccc;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.bh-sl-container button {
    float: left;
    cursor: pointer;
    margin-top: 3px;
    padding: 6px 12px;
    background: #ae2118;
    border: 1px solid #961f17;
    color: #ffffff;
    white-space: nowrap;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.bh-sl-container .bh-sl-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -32px 0 0 -32px;
    width: 64px;
    height: 64px;
    background: url(images/ajax-loader.gif) no-repeat;
    z-index: 10;
}

.bh-sl-container .bh-sl-map-container {
    height: 530px;
    width: 100%;
    margin-bottom: 40px;
}

.bh-sl-container .bh-sl-map-container a {
    display: block;
}

.bh-sl-container .bh-sl-loc-list ul {
    display: block;
    clear: left;
    float: left;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

.bh-sl-container .bh-sl-loc-list ul li {
    display: block;
    clear: left;
    float: left;
    margin: 3% 4%;
    cursor: pointer;
    width: 92%;
    border: 1px solid #ffffff;

    /* Adding this to prevent moving li elements when adding the list-focus class*/
}

.bh-sl-container .bh-sl-loc-list .list-label {
    float: left;
    margin: 10px 0 0 6px;
    padding: 2px 3px;
    width: 10%;
    max-width: 25px;
    text-align: center;
    background: #451400;
    color: #ffffff;
    font-weight: bold;
}

.bh-sl-container .bh-sl-loc-list .list-details {
    float: left;
    margin-left: 6px;
    width: 80%;
}

.bh-sl-container .bh-sl-loc-list .list-details .list-content {
    padding: 10px;
}

.bh-sl-container .bh-sl-loc-list .list-details .loc-dist {
    font-weight: bold;
    font-style: italic;
    color: #8e8e8e;
}

.bh-sl-container .bh-sl-loc-list .list-focus {
    border: 1px solid rgba(150, 31, 23, 0.4);
    -moz-box-shadow: 0 0 8px rgba(150, 31, 23, 0.4);
    -webkit-box-shadow: 0 0 8px rgba(150, 31, 23, 0.4);
    box-shadow: 0 0 8px rgba(150, 31, 23, 0.4);
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

.bh-sl-container .bh-sl-loc-list .bh-sl-close-directions-container {
    width: 100%;
    height: 20px;
    position: relative;
}

.bh-sl-container .bh-sl-loc-list .bh-sl-close-directions-container .bh-sl-close-icon {
    top: 0;
    right: 6px;
}

.bh-sl-container .bh-sl-loc-list .bh-sl-noresults-title {
    font-weight: bold;
    color: #ae2118;
}

.bh-sl-container .loc-name {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 10px;
    max-width: 300px;
    text-align: center;
}

.bh-sl-container .bh-sl-map {
    float: left;
    width: 100%;
    height: 530px;
}

.bh-sl-container .bh-sl-pagination-container {
    clear: both;
}

.bh-sl-container .bh-sl-pagination-container ol {
    list-style-type: none;
    text-align: center;
    margin: 0;
    padding: 10px 0;
}

.bh-sl-container .bh-sl-pagination-container ol li {
    display: inline-block;
    padding: 10px;
    cursor: pointer;
    color: #ae2118;
    text-decoration: underline;
}

.bh-sl-container .bh-sl-pagination-container ol .bh-sl-current {
    color: #333333;
    cursor: auto;
    text-decoration: none;
}

/* Modal window */
.bh-sl-overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: url(images/overlay-bg.png) repeat;
}

.bh-sl-overlay .bh-sl-modal-window {
    position: absolute;
    left: 50%;
    margin-left: -460px;

    /* width divided by 2 */
    margin-top: 60px;
    width: 920px;
    height: 590px;
    z-index: 10010;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 10px #656565;
}

.bh-sl-overlay .bh-sl-modal-window .bh-sl-modal-content {
    float: left;
    padding: 0 22px;

    /* there's already a margin on the top of the map-container div */
}

.bh-sl-overlay .bh-sl-modal-window .bh-sl-close-icon {
    top: -6px;
    right: -6px;
}

.bh-sl-close-icon {
    position: absolute;
    width: 18px;
    height: 18px;
    cursor: pointer;
    background: #2c2c2c url(images/close-icon.png) 3px 3px no-repeat;
    border: 1px solid #000000;
    border-radius: 3px;
    box-shadow: 0 0 3px #656565;
}

.continent-links li {
    font-size: 18px;
    display: inline-block;
    margin-right: 20px;
}

.continent-links li a.active {
    border-bottom: 2px solid #fddc00;
}

#toggle-location-category-filter,
.category-filters-container {
    position: absolute;
    top: 60px;
    left: 40px;
    z-index: 10;
}

#toggle-location-category-filter {
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    outline: 0;
}

#toggle-location-category-filter svg {
    display: block;
}

.category-filters-container {
    left: 95px;
    background: #f4f1ee;
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

.category-filters-container.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.panel-body .location-list {
    border-top: 1px solid #f0ebe5;
    padding-top: 20px;
    margin-top: 20px;
}

.panel-body .location-list:first-child {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
}

.acf-map {
    width: 100%;
    height: 400px;
}

/*--------------------------------------------------------------
# Call to action
--------------------------------------------------------------*/

#call-to-action {
    background-color: #fcdb00;
    border-top: 4px solid #fff;
    color: #000;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    display: block;
    position: relative;
    padding: 30px 0;
    overflow: hidden;
}

#call-to-action:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -12px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #fff;
}

@-webkit-keyframes callToAction {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(8px, 0, 0);
        transform: translate3d(8px, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes callToAction {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(8px, 0, 0);
        transform: translate3d(8px, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

#call-to-action:hover {
    background-color: #fff;
}

#call-to-action svg {
    display: inline-block;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation: callToAction 1.5s infinite;
    animation: callToAction 1.5s infinite;
}

#call-to-action:hover svg {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#call-to-action .text {
    display: inline-block;
    margin-left: 15px;
}

#call-to-action .text span {
    display: block;
    font-size: 22px;
    font-weight: 400;
}

/*--------------------------------------------------------------
# Events Calender
--------------------------------------------------------------*/

.tribe-events-filter-view .tribe-events-page-title {
    margin-top: 10px;
    margin-bottom: 10px;
}

#page #tribe-bar-form .tribe-bar-submit input[type=submit] {
    background: #E2DDD6;
    padding-top: 11px;
    padding-bottom: 11px;
}

#tribe-bar-form {
    background: #f6f3f0;
}

#tribe-bar-form #tribe-bar-views + .tribe-bar-filters {
    padding-top: 6px;
    padding-bottom: 6px;
}

.tribe-bar-collapse #tribe-bar-collapse-toggle {
    background: #f6f3f0;
    padding-top: 25px;
    padding-bottom: 24px;
}

#tribe-bar-views li.tribe-bar-views-option {
    display: block;
}

.tribe-bar-views-inner,
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a,
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option.tribe-bar-active a:hover {
    background: #fddc00;
}

body #tribe_events_filters_wrapper,
body #tribe_events_filters_wrapper h3,
body #tribe_events_filters_wrapper input,
body #tribe_events_filters_wrapper label,
body #tribe_events_filters_wrapper select,
body #tribe_events_filters_wrapper ul {
    font-size: 13px;
    text-transform: uppercase;
}

.tribe-events-calendar thead th,
.tribe-events-grid .tribe-grid-header .tribe-grid-content-wrap .column {
    background: #fddc00;
    border: 0;
    color: #222;
    font-size: 14px;
    font-weight: 400;
}

.tribe-grid-header .column span {
    color: #666;
}

#tribe-events-content .tribe-events-calendar td,
.tribe-grid-header {
    background: #fff;
    border-color: #E2DDD6;
}

#tribe-events-content .tribe-events-calendar td:hover {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.tribe-events-calendar td div[id*=tribe-events-daynum-],
.tribe-events-calendar div[id*=tribe-events-daynum-] a {
    background: #f0ebe5;
    color: #222;
    font-size: 14px;
    font-weight: 400;
}

#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a {
    background: #fddc00;
    color: #333;
}

#tribe_events_filters_wrapper .tribe_events_slider_val, .single-tribe_events a.tribe-events-gcal, .single-tribe_events a.tribe-events-ical {
    color: #fcdb00;
}

#tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] .tribe-events-event-thumb + h3.tribe-events-month-event-title {
    margin-top: 10px;
}

#tribe-events-content .tribe-events-tooltip h4 {
    background: #fcdb00;
    color: #222;
    padding: 20px;
}

.tribe-events-calendar .tribe-events-tooltip {
    padding: 0;
}

.tribe-events-tooltip .tribe-events-event-body {
    padding: 20px;
}

.tribe-events-tooltip .tribe-events-event-body .tribe-event-duration {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}

.tribe-events-tooltip .tribe-events-event-body .tribe-event-duration hr {
    margin-top: 7px;
    margin-bottom: 7px;
}

.tribe-events-tooltip .tribe-events-event-body .tribe-event-venue {
    font-weight: bold;
}

.tribe-events-tooltip .tribe-events-event-thumb {
    float: none;
}

.tribe-events-tooltip .tribe-events-event-body .tribe-event-description {
    font-size: 14px;
}

.type-tribe_events.tribe-events-photo-event .tribe-events-photo-event-wrap {
    background: #fff;
}

.tribe-events-list .tribe-events-event-image img {
    display: block;
    width: auto;
    padding: 20px 0 10px;
}

.tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title a {
    font-weight: bold;
}

.tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title a:hover {
    color: #fddc00;
}

.tribe-events-list-separator-month:after {
    border-color: #E2DDD6;
}

.tribe-events-list .type-tribe_events {
    background: #fff;
    border-top: 1px solid #E2DDD6;
    padding: 40px;
    margin-bottom: 40px;
}

.tribe-events-list-separator-month + .type-tribe_events {
    border-top: 0;
}

.events-list .tribe-events-loop, .single-tribe_organizer .tribe-events-loop, .single-tribe_venue .tribe-events-loop, .tribe-events-day .tribe-events-loop {
    max-width: 100%;
}

.tribe-events-list-event-title a {
    color: #fddc00;
    font-weight: 400;
}

.tribe-event-schedule-details {
    font-size: 24px;
}

.events-list .tribe-event-schedule-details,
.events-list .tribe-events-venue-details {
    display: inline-block;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
}

.events-list .tribe-events-venue-details {
    border-left: 1px solid #000;
    padding-left: 10px;
    margin-left: 10px;
}

.single-tribe_events .tribe-events-event-meta {
    background: #f4f1ee;
    border: 0;
    font-size: 16px;
}

.single-tribe_events .tribe-events-event-meta a {
    border-bottom: 1px solid #000;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dd {
    margin-bottom: 20px;
}

.tribe-events-single ul.tribe-related-events .tribe-related-events-thumbnail img {
    width: auto;
}

.tribe-events-single ul.tribe-related-events li .tribe-related-event-info {
    font-size: 22px;
    font-weight: 500;
}

.tribe-events-single ul.tribe-related-events .tribe-related-events-title {
    font-size: 18px;
    font-weight: 300;
}

.tribe-events-read-more {
    color: #fddc00;
    font-weight: bold;
    display: inline-block;
    margin: 10px auto 0;
}

ul.tribe-events-sub-nav a {
    font-size: 21px;
}

#tribe-bar-views li.tribe-bar-views-option {
    font-size: 19px;
    font-weight: bold;
}

body.tribe-filters-closed #tribe_events_filters_wrapper.tribe-events-filters-horizontal,
body .tribe-filters-closed #tribe_events_filters_wrapper.tribe-events-filters-horizontal {
    background: #f6f3f0 !important;
}

body.tribe-filters-open #tribe_events_filters_wrapper.tribe-events-filters-horizontal {
    margin-bottom: 10px;
}

body.tribe-filters-open #tribe_events_filters_wrapper.tribe-events-filters-horizontal,
body .tribe-events-filters-content {
    background: #f6f3f0;
}

body #tribe_events_filter_control #tribe_events_filters_toggle.tribe_events_filters_show_filters {
    background: #f6f3f0;
    color: #444;
    font-size: 13px;
    text-transform: uppercase;
    border: 0;
    margin: 0;
}

body .tribe-events-filters-horizontal .tribe-events-filter-group li:hover,
body .tribe-events-filters-horizontal .tribe-events-filter-group ul.chosen-results li.highlighted,
body .tribe-events-filters-horizontal .tribe-events-filter-group ul.chosen-results li:hover {
    background: #f5f5f5;
}

#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-group-heading,
.tribe-events-filters-horizontal #tribe_events_filter_control a {
    font-size: 13px;
}

.tribe-events-filters-horizontal #tribe_events_filter_control a {
    text-transform: uppercase;
}

@media screen and (max-width: 768px) {
    .tribe-events-calendar td div[id*=tribe-events-daynum-], .tribe-events-calendar div[id*=tribe-events-daynum-] a {
        background: none;
    }

    #tribe-events-content .tribe-events-calendar td.tribe-events-present,
    #tribe-events-content .tribe-events-calendar td.tribe-events-present:hover,
    .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
    .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a {
        background: #E2DDD6 !important;
    }

    #tribe-events-content .tribe-events-calendar .mobile-active, #tribe-events-content .tribe-events-calendar .mobile-active:hover, #tribe-events-content .tribe-events-calendar td.tribe-events-othermonth.mobile-active, #tribe-events-content .tribe-events-calendar td.tribe-events-othermonth.mobile-active div[id*=tribe-events-daynum-], #tribe-events-content .tribe-events-calendar td.tribe-events-othermonth.mobile-active div[id*=tribe-events-daynum-] a, .tribe-events-calendar .mobile-active div[id*=tribe-events-daynum-], .tribe-events-calendar .mobile-active div[id*=tribe-events-daynum-] a, .tribe-events-calendar td.mobile-active {
        background: #fddc00 !important;
    }

    body #tribe_events_filter_control #tribe_events_filters_toggle {
        margin: 0;
    }

    .tribe-events-sub-nav li a {
        background: #E2DDD6;
        color: #000;
    }

    .tribe-events-list .type-tribe_events {
        padding: 40px 0;
        margin-bottom: 0;
    }

    .tribe-events-list .tribe-events-event-image {
        float: none;
        width: 100%;
    }

    .tribe-events-loop .tribe-events-event-meta,
    .tribe-events-list .tribe-events-venue-details,
    .single-tribe_events .tribe-events-schedule {
        background: none;
        border: 0;
        padding-left: 0;
        margin-left: 0;
    }

    #tribe-mobile-container .type-tribe_events .tribe-events-event-image {
        float: none;
        width: 100%;
    }

    .tribe-events-sub-nav li a:hover, .tribe-events-sub-nav li a:visited {
        color: #444;
    }
}

.tribe-events-month #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next a, .tribe-events-month #tribe-events-header .tribe-events-sub-nav li {
    display: block;
}

/*--------------------------------------------------------------
# Colophon
--------------------------------------------------------------*/

#colophon {
    background: #3f3f3f;
}

#colophon .widget-title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}

#colophon-menu-wrapper .menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

#colophon-menu-wrapper .menu li {
    border-bottom:0px solid #fff;
    font-size: 14px;
    padding: 10px 0;
}

#colophon-menu-wrapper .menu li:first-child {
    border-top: 1px solid #fff;
}

#colophon-menu-wrapper .menu li a:hover {
    padding-left: 5px;
}

#colophon .copyright {
    display: inline-block;
    color: #888;
    font-size: 12px;
    line-height: 28px;
}

#footer-menu {
    display: inline-block;
    list-style: none;
    line-height: 28px;
    padding: 0;
    margin: 0 0 0 10px;
}

#footer-menu li {
    display: inline-block;
}

#footer-menu li a {
    display: block;
    border-left: 1px solid #888;
    color: #888;
    font-size: 12px;
    line-height: 1;
    padding-left: 5px;
    margin-left: 3px;
}

#footer-menu li:first-child a {
    border-left: 0;
    padding-left: 0;
    margin-left: 0;
}

#footer-menu li a:hover {
    text-decoration: underline;
}

#footer-list-social {
    float: right;
}

#footer-list-social li {
    display: inline-block;
    margin-left: 8px;
}

#footer-list-social li a {
    display: block;
    width: 28px;
    height: 28px;
}

#footer-list-social li a:hover svg .bg-path {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

#footer-list-social li a:hover svg .bg-path {
    fill: #fff;
}

#footer-change-lang {
    display: none;
    background-image: url(images/icon-earth.svg);
    background-position: 10px center;
    background-repeat: no-repeat;
    -webkit-background-size: 16px 16px;
    background-size: 16px 16px;
    padding-left: 31px;
    margin: 20px 0;
}

#langModal .modal-title {
    color: #fff;
}

#langModal .modal-header {
    border: 0;
}

#langModal .modal-content {
    background: #fddc00;
    border: 0;
    border-radius: 0;
}

#langModal .modal-content a {
    display: block;
    border-bottom: 1px solid #000;
    font-size: 18px;
    font-weight: 400;
    padding: 10px 0;
}

#langModal #lang_sel ul ul li:last-child a {
    border-bottom: 0;
}

#langModal .modal-body {
    background: #fff;
}

#langModal #lang_sel,
#langModal #lang_sel ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/*--------------------------------------------------------------
# MODAL HOME
--------------------------------------------------------------*/

#popup-home-info {
    text-align: center;
}

#popup-home-info .modal-content {
    background: #fddc00;
    border-radius: 0;
    padding: 50px 30px 10px;
}

#popup-home-info .modal-header {
    border: 0;
}

#popup-home-info .btn {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #efeded 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #efeded 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #efeded 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efeded',GradientType=0 );
    border: 5px solid #fff;
    border-radius: 20px;
    box-shadow: 6px 0 19px rgba(204, 153, 0, 0.32);
    color: #000;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.2;
    text-transform: none;
    padding: 20px 35px;
    margin-right: auto;
    margin-left: auto;
    max-width: 585px;
    min-height: 150px;
    transition: all .2s;
}

#popup-home-info .btn:first-child {
    padding-top: 38px;
}

#popup-home-info .btn:hover {
    background: #efeded;
    background: -moz-linear-gradient(top, #efeded 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #efeded 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #efeded 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efeded', endColorstr='#ffffff',GradientType=0 );
}

#popup-home-info .btn strong {
    font-size: 26px;
    font-weight: bold;
}

#popup-home-info .btn span {
    font-weight: 400;
}

#popup-home-info .or-text {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 20px 0;
}

#popup-home-info .disclaimer-text {
    color: #000;
    margin-top: 70px;
}

#popup-home-info .close {
    background: #000;
    color: #fddc00;
    font-size: 32px;
    opacity: 1;
    text-shadow: none;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 5px solid #fff;
    position: absolute;
    right: -20px;
    top: -20px;
}

.sidebar-newsletter {
    color: #000;
    font-size: 32px;
    font-weight: 300;
    margin-top: 30px;
}

.sidebar-newsletter strong {
    font-weight: bold;
}

.sidebar-newsletter .form-control {
    height: 55px;
}

.sidebar-newsletter input[type="email"] {
    background: none;
    border: 2px solid #000;
    color: #000;
    display: block;
}

.sidebar-newsletter input[type="email"]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
    text-transform: uppercase;
}

.sidebar-newsletter input[type="email"]::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
    text-transform: uppercase;
}

.sidebar-newsletter input[type="email"]:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
    text-transform: uppercase;
}

.sidebar-newsletter input[type="email"]:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
    text-transform: uppercase;
}

.sidebar-newsletter input[type="submit"] {
    color: #000;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
}

.modal-backdrop.in {
    filter: alpha(opacity = 70);
    opacity: .7;
}

/*--------------------------------------------------------------
# Temp
--------------------------------------------------------------*/

.page-template-template-web2lead .hide-on-web2lead {
    display: none;
}

.affix-top {
    position: relative;
}

.affix {
    top: 120px;
}

.sidebar-affix-wrapper.affix,
.sidebar-affix-wrapper.affix-bottom {
    width: 360px;
}

.affix-bottom {
    position: absolute;
}

@media (max-width: 1199px) {
    .sidebar-affix-wrapper.affix,
    .sidebar-affix-wrapper.affix-bottom {
        width: 293px;
    }
}

@media (max-width: 991px) {
    .affix {
        top: 40px;
    }

    .sidebar-affix-wrapper.affix,
    .sidebar-affix-wrapper.affix-bottom {
        width: 220px;
    }
}

@media (max-width: 767px) {
    .affix,
    .affix-top,
    .affix-bottom {
        position: static !important;
        width: auto;
    }
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

@media (min-width: 768px) {
    #masthead .ubermenu-responsive .ubermenu-item.ubermenu-item-level-0.ubermenu-active > .ubermenu-target {
        color: #fddc00;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .m-gallery-list .item:nth-child(2n+1),
    .m-leadership-gallery .item:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 992px) {
    .m-gallery-list .item:nth-child(3n+1),
    .m-leadership-gallery .item:nth-child(3n+1) {
        clear: left;
    }
}

@media (max-width: 1199px) {
    .btn.big, #page .gform_wrapper .gform_footer input.button, #page .gform_wrapper .gform_footer input[type=image], #page .gform_wrapper .gform_footer input[type=submit] {
        font-size: 21px;
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (max-width: 1024px) {
    #masthead .ubermenu-responsive .ubermenu-item.ubermenu-item-level-0 > .ubermenu-target,
    #masthead .ubermenu-submenu > .ubermenu-row > .ubermenu-item ul li a.ubermenu-item-layout-text_only {
        padding-left: 15px;
        font-weight: 500;
        color: #999999;
    }

    #masthead .ubermenu .ubermenu-item-layout-image_left > .ubermenu-target-title {
        font-weight: 600;
	}
	
	#masthead .ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target::after { 
		display: none !important;
	}

	#masthead .ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target:before {
		content: '';
		display: inline-block;
		background: url(images/arrow-down-small.svg) center center no-repeat;
		width: 10px;
		height: 7px;
		margin-top: 7px;
		margin-right: 1rem;
		-webkit-transition: all .3s ease-out;
		transition: all .3s ease-out;
	}

	#masthead .ubermenu-sub-indicators .ubermenu-has-submenu-drop.ubermenu-active > .ubermenu-target:before {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
}

@media (max-width: 991px) {
    .md-mar-b-60 {
        margin-bottom: 60px;
    }

    #page {
        padding-top: 0;
    }

    #masthead {
        position: static;
    }

    #masthead .primary-menu-wrapper {
        width: 100%;
    }

    #masthead .ubermenu-responsive,
    #masthead.small-header .ubermenu-responsive {
        margin-top: 0;
    }

    #masthead .ubermenu-items-align-left.ubermenu-horizontal .ubermenu-item.ubermenu-item-level-0 {
        width: 100%;
        text-align: left;
    }

    .ubermenu.ubermenu-responsive .ubermenu-autoclear > .ubermenu-column {
        width: 100%;
    }

    #toggle-side-menu {
        display: block;
    }

    #toggle-side-menu.active .toggle {
        display: none;
    }

    #scroll-top.active {
        visibility: visible;
        opacity: 1;
    }

    #side-menu {
        top: auto;
        right: auto;
        bottom: 0;
        left: 0;
        width: 100%;
        margin-top: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: -webkit-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }

    #side-menu .menu > li {
        float: left;
        width: 25%;
        position: static;
    }

    #side-menu .menu > li > a {
        width: 100%;
        margin-bottom: 0;
    }

    #side-menu .dropdown {
        width: 300px;
        margin-bottom: 20px;
        -webkit-transition: opacity .2s ease-out;
        transition: opacity .2s ease-out;
    }

    #side-menu .dropdown.active {
        top: auto;
        right: auto;
        bottom: 100%;
        left: 50%;
        margin-left: -150px;
    }

    #side-menu .menu li.social ul {
        float: none;
        text-align: center;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    #side-menu .menu li.social ul li {
        float: none;
        display: inline-block;
        -webkit-box-shadow: 0 0 5px #ccc;
        box-shadow: 0 0 5px #ccc;
    }

    #side-menu .menu li.social ul li a {
        border-left: 0;
    }

    #side-menu .menu .dropdown .phone-number {
        display: block;
    }

    #footer-change-lang {
        display: block;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    #masthead .ubermenu-responsive.ubermenu .ubermenu-nav {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #masthead .ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target:after {
        right: auto;
        left: 0;
    }

    #masthead .ubermenu-responsive .ubermenu-item.ubermenu-item-level-0 > .ubermenu-target {
        border-bottom: 1px solid #fddc00;
        text-transform: uppercase;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 0px;
    }

    .m-teaser .title {
        font-size: 14px;
    }

    .m-teaser .btn-play {
        top: 20%;
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .xs-mar-b-20 {
        margin-bottom: 20px;
    }

    .xs-mar-b-40 {
        margin-bottom: 40px;
    }

    h2, .h2 {
        font-size: 26px;
    }

    h3, .h3,
    .sidebar-widget .widget-title {
        font-size: 24px;
    }

    h4, .h4 {
        font-size: 21px;
    }

    h5, .h5 {
        font-size: 18px;
    }

    h1, .h1
    #carousel-home .caption h2,
    #home-banner-headline {
        font-size: 30px;
    }

    #home-banner {
        display: block;
    }

    #home-banner-headline {
        display: block;
        margin: 0;
    }

    #home-banner-text {
        display: block;
        padding-top: 20px;
        padding-bottom: 20px;
        margin: 0;
        font-size: 12px;
    }

    #carousel-home {
        display: none;
    }

    #carousel-home .carousel-inner > .item {
        height: 350px;
    }

    #headline-area {
        min-height: 0;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    #headline-area h1 {
        margin-top: 0;
    }

    #top-bar {
        display: none;
    }

    #masthead {
        padding-bottom: 0;
    }

    #masthead,
    #masthead.small-header {
        margin-top: 0;
    }

    #masthead .navbar-brand svg {
        width: 135px;
        height: 50px;
    }

    #masthead .ubermenu-responsive-toggle {
        top: 12px;
    }

    #masthead .primary-menu-wrapper {
        padding: 0;
    }

    #masthead .ubermenu-responsive {
        background: #fddc00;
    }

    #masthead .ubermenu-items-align-left.ubermenu-horizontal .ubermenu-item.ubermenu-item-level-0 {
        border-bottom: 1px solid #fff;
    }

    #masthead .ubermenu-responsive .ubermenu-item.ubermenu-item-level-0 > .ubermenu-target {
        text-transform: uppercase;
	}

    #masthead .ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target:after {
		content: '';
		display: block !important;
        background-image: url(images/arrow-down-gray.svg);
		width: 10px;
		height: 7px;
		margin-top: 7px;
		margin-right: 1rem;
		-webkit-transition: all .3s ease-out;
		transition: all .3s ease-out;
		float: right;
	}
	
	#masthead .ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target::before { 
		display: none;
		padding-left: 0px;
	}

    .primary-menu-wrapper #btn-login {
        display: block;
    }

    #toggle-location-category-filter, #category-filters-container1 {
        top: 80px;
    }

    .bh-sl-container .bh-sl-map-container,
    .bh-sl-container .bh-sl-map,
    .acf-map {
        height: 250px;
    }

    .facetwp-facet-date {
        margin-left: 0;
    }

    .form-group input[type="submit"] {
        width: 100%;
    }

    #popup-home-info .close {
        right: -10px;
    }

    #popup-home-info .modal-content {
        padding-top: 20px;
        padding-right: 15px;
        padding-left: 15px;
    }

    #popup-home-info .btn {
        font-size: 13px;
        padding: 13px 20px;
        min-height: 0;
    }

    #popup-home-info .btn:first-child {
        padding-top: 13px;
    }

    #popup-home-info .btn strong {
        font-size: 16px;
    }

    #popup-home-info .or-text {
        font-size: 18px;
    }

    #popup-home-info .disclaimer-text {
        font-size: 12px;
        margin-top: 30px;
    }

    .sidebar-affix-wrapper.affix,
    .sidebar-affix-wrapper.affix-bottom {
        width: 100%;
    }
}

@media (max-width: 641px) {
    .xs-padd-t-b0 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .navbar-brand svg {
        display: block;
        width: 130px;
        height: 46px;
    }

    #masthead .ubermenu-responsive-toggle {
        top: 12px;
    }

    #colophon-menu-wrapper,
    #footer-list-social {
        display: none;
    }
}

@media (max-width: 460px) {
    @-webkit-keyframes callToAction {
        0% {
            -webkit-transform: translate3d(0, 0, 0) rotate(90deg);
            transform: translate3d(0, 0, 0) rotate(90deg);
        }

        50% {
            -webkit-transform: translate3d(0, 8px, 0) rotate(90deg);
            transform: translate3d(0, 8px, 0) rotate(90deg);
        }

        100% {
            -webkit-transform: translate3d(0, 0, 0) rotate(90deg);
            transform: translate3d(0, 0, 0) rotate(90deg);
        }
    }

    @keyframes callToAction {
        0% {
            -webkit-transform: translate3d(0, 0, 0) rotate(90deg);
            transform: translate3d(0, 0, 0) rotate(90deg);
        }

        50% {
            -webkit-transform: translate3d(0, 8px, 0) rotate(90deg);
            transform: translate3d(0, 8px, 0) rotate(90deg);
        }

        100% {
            -webkit-transform: translate3d(0, 0, 0) rotate(90deg);
            transform: translate3d(0, 0, 0) rotate(90deg);
        }
    }
}

/* SLIDER */

#carousel-home .carousel-indicators {
    position: relative;
    left: auto !important;
    top: auto !important;
    bottom: auto !important;
    transform: translateY(0) !important;
    margin: 25px 0 50px;
    width: 100%;
    
    display: flex;
    align-items: center;
    justify-content: center;
}

#carousel-home .carousel-indicators li {
    display: inline-block !important;
    margin: 0px 10px !important;
    background: #EAE6DE;
    transition: width,height 0.1s ease-in-out;
}

#carousel-home .carousel-indicators li.active {
    height: 22px;
    width: 22px;
}

#carousel-home .item.type2 .caption h2 {
    padding-bottom: 30px;
    color: #000000 !important;
}

@media (max-width: 767px) {
    
    #home-banner-caption {
        background: #000;
        padding: 10px 20px 0;
        position: relative;
    }

    #home-banner-caption * {
        line-height: 1.2;
        font-size: 14px;
        font-weight: bold;
    }

    #home-banner-caption p {
        color: #fff;
        margin-bottom: 10px;
    }

    #home-banner-caption.de {
        display: none;
    }

    #home-banner-headline {
        color: #000 !important;
    }
}

@media (min-width: 768px) {
    #home-banner-caption {
        display: none;
    }
}

/* restore update home */

.btn-home-cat {
    width: 100%;
    font-size: 18px;
    padding: 20px 20px;
    font-weight: 500;
    color: #000;
}

.btn-home-cat.btn-black {
    color: #fff;
    background: #000;
}

.btn-home-cat.btn-black:hover {
    background: #fddc00;
    color: #000;
}

.fullwidth-image {
    max-width: 100% !important;
    width: 100% !important;
}

/* gtc */

.btn-gtc {
    width: 100%;
    font-size: 18px;
    padding: 20px 20px;
    font-weight: 500;
    color: #000;
    max-width: 480px;
    border-radius: 5px;
}

.btn-gtc svg {
    margin-right: 10px;
}

/*--------------------------------------------------------------
# Resource Center
--------------------------------------------------------------*/

/* Resource Center Landing Page */

.resource-row {
	width: 100%;
	display: flex;
	flex-direction: row;
}

.resource-center {
	width: 75%;
}

.resource-center .breadcrumbs {
	margin-left: 50px;
}

.resource-listing {
	display: flex;
	flex-direction: row;
	border-bottom: 1px solid #f0ebe5;
    padding-bottom: 30px;
	margin-bottom: 30px;
	margin-left: 50px;
}

.resource-listing__title {
	font-size: 30px;
	margin-bottom: 20px !important; 
}

.resource-listing__title:hover {
	color: #000;
    text-decoration: none;
    outline: none;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.resource-listing__content {
	width: 100%;
}

.resource-listing__content h2 {
	color: #FDDC00;
}

.resource-listing__media {
	width: 30%;
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 10%;
	margin-left: 25px;
}

.video-overlay {
	background-color: rgba(0, 0, 0, 0.2);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
}

.video-overlay__icon {
	position: absolute;
	top: 30%;
	left: 40%;
}

.resource-listing__media-icon {
	width: 200px;
	height: 200px;
	background-color: #FDDC00;
	float: right;
}

.resource-listing__media-icon .svg-icon {
	position: relative;
	top: 75px;
	left: 80px;
}

.filter-container {
	border-right: 1px solid #EBEBEB;
}

.filter-title {
	font-size: 21px;
	line-height: 27px;
	font-weight: 500;
	margin-top: 5px;
}

.filter-clear {
	font-size: 14px;
	cursor: pointer;
	padding: 12px 24px;
	background-color: #EBEBEB;
}

.filter-collapse {
	width: 25%;
}

.collapse-title, .expand-filter {
	display: none;
}

.page-template-template-resource-center .facetwp-page {
	background-color: #EBEBEB;
	width: 28px;
	height: 28px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}

.page-template-template-resource-center .pagination {
	margin: 0 50px;
}

.page-template-template-resource-center .facetwp-page.active {
	background-color: #fcdb00 !important;
	color: #fff !important;
	font-weight: 400 !important;
}

.page-template-template-resource-center .breadcrumbs {
	margin-left: 50px;
}

/* Resource Center Landing Page - Mobile */

@media (max-width: 900px) {
	.resource-row {
		display: flex;
		flex-direction: column;
	}

	.resource-center {
		width: 100%;
	}

	.resource-listing__label {
		font-size: 12px;
	}

	.resource-listing__title {
		font-size: 20px;
		margin-bottom: 20px !important;
	}

	.resource-listing__content {
		font-size: 15px;
		width: 100%;
	}

	.resource-listing__media {
		width: 100px
	}

	.filter-container {
		width: 100%;
		display: none;
		background-color: white;
		padding: 20px 15px;
	}

	.filter-collapse {
		width: 100%;
		background-color: #FDDC00;
		display: block;
		position: relative;
		bottom: 0;
		width: 100vw;
		left: -15px;
	}

	.is-sticky {
		position: fixed;
		bottom: 55px;
		left: 0;
		z-index: 1;
	}

	.collapse-title {
		display: inline-block;
		padding: 20px 15px;
	}

	.expand-filter {
		display: block;
	}

	.page-template-template-resource-center #main {
		padding-bottom: 0px;
	}

	.resource-listing {
		margin-left: 0px;
	}

	.resource-listing__media {
		padding-left: 0px;
	}

	.resource-listing__media-icon {
		width: 100px;
		height: 100px
	}

	.resource-listing__media-icon .svg-icon {
		top: 25px;
		left: 35px;
	}

	.page-template-template-resource-center .pagination {
		margin: 20px 15px;
	}

	.fas.fa-plus-circle, .fas.fa-times {
		position: relative;
		left: 60%;
	}

	.video-overlay__icon {
		max-width: 20px;
	}

}

/* Single Resource Listing */

#topBorder {
	border-top: 1px solid #EBEBEB;
	width: 700px;
	margin-bottom: 30px;
}

.single-resource {
	border-right: 1px solid #EBEBEB;
	margin-top: 10px;
}

.single-resource__label {
	font-size: 16px;
}

.single-resource__title {
	font-size: 46px;
	color: #FDDC00;
	margin-top: 20px;
	margin-bottom: 20px;
}

.single-resource__content a {
	text-decoration: underline;
}

.single-resource__btn {
	margin-top: 20px;
}

.single-resource__iframe-container {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%; 
}

.responsive-iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

/* Related Resources Sidebar */

.related-resources__title {
	font-size: 21px;
	font-weight: 600;
}

.related-resource__label {
	font-size: 12px;
	padding: 0;
}

.single-related-resource__contain {
	display: flex;
	flex-direction: row;
}

.related-resource__title {
	font-size: 18px;
	margin: 5px 0px;
	width: 100%;
}

.related-resource__media {
	width: 50px;
	height: 50px;
	align-self: right;
}

/*--------------------------------------------------------------
# Blog Page
--------------------------------------------------------------*/

/* Landing Page */

.blog .breadcrumbs {
	margin-bottom: 15px;
}

.blog-post {
	border-bottom: 1px solid #EBEBEB;
	padding: 15px 0;
	display: flex;
	flex-direction: row;
}

.blog-post__content {
	width: 100%;
}

.blog-post__content-meta {
	margin-top: 30px;
	margin-bottom: 20px;
}

.blog-post__content-title {
	font-size: 30px;
	line-height: 45px; 
	color: #fddc00;
}

.blog-post__content-title:hover {
	color: #000;
    text-decoration: none;
    outline: none;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.blog-post__content-detail {
	font-size: 16px;
	line-height: 28px;
}

.blog-post__media-img {
	object-fit: cover;
	width: 250px;
	height: 200px;
	margin-top: 90px;
}

.blog .facetwp-page {
	padding: 0px 10px;
	background-color: #ebebeb;
	font-weight: 600;

}


.blog .facetwp-page.active {
	background-color: #fcdb00;
	color: #fff;
}

/* Sidebar */

.blog-sidebar {
	border-left: 1px solid #EBEBEB;
}

.blog-sidebar .widget-title {
	font-size: 21px;
	font-weight: 600;
}

.blog-sidebar ul {
	list-style-type: none;
	padding-left: 0px;
}

.blog-sidebar .tag-cloud-link {
	background-color: #EBEBEB;
	font-size: 14px !important;
	line-height: 16px;
	padding: 2px 8px;
}

.blog-sidebar i {
	display: block !important;
	font-size: 18px;
}

.blog-sidebar #archives-dropdown-3 {
	height: 50px;
	width: 100%;
	background-color: #EBEBEB;
	border: none;
}

.blog-sidebar #archives-dropdown-3 option {
	font-weight: 300;
}

.blog-sidebar aside.widget {
	margin-top: 30px;
}

.author-widget {
	margin-top: 30px;
}

.author-meta {
	display: flex;
	flex-direction: row;
	margin: 20px 0;
	vertical-align: middle;
}

.author-meta__img {
	background-color: #fddc00;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	vertical-align: middle;
	display: flex;
	margin-right: 15px;
	margin-top: 5px;
}

.author-meta__img-icon {
	position: relative;
	left: 13px;
}

/* Single Post */

.single-post {
	border-right: 1px solid #EBEBEB;
	margin-top: 10px;
}

.single-post__meta {
	font-size: 16px;
	line-height: 28px;
}

.single-post__title {
	font-size: 46px;
	line-height: 46px;
	color: #fddc00;
	margin-top: 20px;
	margin-bottom: 40px;
}

.single-post__content {
	font-size: 18px;
	line-height: 28px;
	margin-top: 45px;

}

.blog-cta {
	background-color: #fddc00;
	height: 150px;
}

.blog-cta__row {
	position: relative;
	top: 50px;
	display: inline-flex;
	vertical-align: middle;
	width: 100%;
}

.blog-cta__title-contain {
	width: 85%;
}

.blog-cta__icon {
	width: 60px;
	height: 60px;
	margin-right: 10px;
}

.blog-cta__title {
	color: #fff;
	font-size: 36px;
	line-height: 44px;
}

.blog-cta__btn-contain {
	width: 15%;
}

@media (max-width: 900px) {
	.blog-post {
		flex-direction: column-reverse;
		margin-bottom: 0;
		padding: 10px 0px;
	}

	.blog-post__media-img {
		margin-top: 10px;
	}

	.blog-cta__row {
		display: flex;
		flex-direction: column;
		top: 25px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	.blog-cta__icon {
		align-self: center;
	}

	.blog-cta__title-contain {
		width: 100%;
		display: flex;
		flex-direction: column;
		padding-bottom: 10px;
	}

	.blog-cta__btn-contain {
		width: 100%;
	}

	.blog-pagination__content {
		top: 10px !important;
		margin: 0 20px;
	}

	.prev-post {
		text-align: center !important;
		padding-right: 0 !important;
		margin-bottom: 10px;
		border-right: none !important;
	}

	.next-post {
		text-align: center;
		margin-top: 10px;
		padding-left: 0 !important;
		border-top: 1px solid #999999;
	}

	.blog-cta {
		height: 200px;
	}

	.blog-sidebar aside {
		padding-bottom: 10px;
		border-bottom: 1px solid #EBEBEB;
	}

	.blog-sidebar h1 {
		margin-top: 30px;
	}

	.blog-sidebar #archives-dropdown-3 {
		width: 45%;
	}

	.widget-title__expand:before {
		display: inline-block !important;
		font-family: "Font Awesome 5 Free"; 
		content: "\f055";
		color: black;
		position: relative;
		padding-right: 5px;
	}

	.widget_custom_html .widget-title__expand:before {
		content: "";
	}

	.widget-title__expand ~ ul, 
	.widget-title__expand ~ select,
	.widget-title__expand ~ div:not(.custom-html-widget) {
		display: none;
	}

	.widget-active:not(ul) {
		display: flex !important;
	}
}

.blog-pagination {
	background-color: #F4F1EE;
}

.blog-pagination__content {
	margin-top: 3%;
	margin-bottom: 3%;
}

.prev-post {
	text-align: right;
	padding-right: 81px;
	border-right: 1px solid #999999;
}

.next-post {
	padding-left: 81px;
}

.prev-post .blog-pagination__detail-link::before {
	display: inline-block !important;
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: "\f30a";
	color: #fddc00;
	position: relative;
	top: 2px;
	right: 10px;
}

.next-post .blog-pagination__detail-link::after {
	display: inline-block !important;
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: "\f30b";
	color: #fddc00;
	position: relative;
	top: 2px;
	left: 10px;
}

.blog-pagination__detail {
	display: flex;
	flex-direction: column;
	height: 225px;
}

.blog-pagination__detail-title {
	font-size: 24px;
	line-height: 32px;
	padding-top: 10px;
}

.blog-pagination__detail-link {
	color: #fddc00;
}

.prev-post__link:hover .blog-pagination__detail-link, .prev-post__link:hover .blog-pagination__detail-link::before{
	color: black;
}

.prev-post__link:hover .blog-pagination__detail-title {
	text-decoration: underline;
}

.next-post__link:hover .blog-pagination__detail-link, .next-post__link:hover .blog-pagination__detail-link::after{
	color: black;
}

.next-post__link:hover .blog-pagination__detail-title {
	text-decoration: underline;
}


/*--------------------------------------------------------------
# Page Template: Billboard Landing Page
--------------------------------------------------------------*/

.page-template-template-landing-page #headline-area {
	margin-bottom: 0;
}

.page-template-template-landing-page h1 {
	font-size: 45px;
	line-height: 46px;
	margin: 0;
	padding: 40px 0;
}

.page-template-template-landing-page .landing-page__banner .landing-page__overlay.container:before, 
.page-template-template-landing-page .landing-page__banner .landing-page__overlay.container:after {
	content: none !important;
}

.landing-page__banner {
	position: relative;
	height: 700px;
}

.landing-page__banner-background {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.object-fit--cover {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

.landing-page__overlay-contain {
	max-width: 354px;
	height: 100%;
	background-color: #000;
	color: #fff;
}

.landing-page__form {
	max-width: 100%;
	padding: 0px 15px;
} 

.landing-page__content {
	padding-top: 50px;
	margin-bottom: 50px;
	font-size: 18px;
	line-height: 32px;
}

.landing-page__citation {
	background-color: #f4f1ee;
	padding-top: 40px;
}

::-webkit-input-placeholder { color:#000; }
:-moz-placeholder { opacity: 1; color:#000; } /* Firefox 18- */
::-moz-placeholder { opacity: 1; color:#000; } /* firefox 19+ */
:-ms-input-placeholder { color:#000; } /* ie */
input:-moz-placeholder { color:#000; }

@media (max-width: 776px) { 
	.page-template-template-landing-page h1 {
		padding: 0;
		font-size: 30px;
		line-height: 32px;
	}

	.landing-page__banner {
		height: 725px;
	}

	.landing-page__banner-background {
		left: -70%;
		width: auto;
	}

	.landing-page__content {
		padding-top: 40px;
		margin-bottom: 0px;
	}

	.landing-page__overlay{
		height: 725px;
	}
}

@media (max-width: 475px) { 
	.page-template-template-landing-page h1 {
		padding: 0;
		font-size: 30px;
		line-height: 32px;
	}

	.landing-page__overlay-contain {
		max-width: 100%;
	}

	.landing-page__content {
		padding-top: 25px;
		margin-bottom: 0px;
	}

	.landing-page__banner {
		display: flex;
		flex-direction: column-reverse;
		height: 100%;
	}

	.landing-page__banner-background {
		position: relative;
		max-height: 220px;
		padding-top: 25px;
		left: 0px;
	}

	.landing-page__overlay {
		height: auto;
	}

}

/*--------------------------------------------------------------
# Search Forms / Results Page
--------------------------------------------------------------*/

.search-container {
	padding-bottom: 50px;
}

.resource-sidebar .search-container {
	padding-bottom: 75px;
}

.search-container .search-form {
	position: absolute;
	display: flex;
	flex-direction: row-reverse;
	height: 50px;
}

.search-container .search-field {
	max-width: 225px;
	padding-left: 15px;
}

.search-container .search-submit {
	background-color: #fddc00;
	color: #fff;
	padding: 5px 10px;
}

.search-container .search-field {
	background-color: #EBEBEB;
	border: none;
	height: 50px;
}

.search-results-content .blog-post {
	margin: 0 15px;
	padding: 0;
}

.search-results-content .resource-listing {
	margin: 30px 15px;
}

.search-results-content .navigation.posts-navigation {
	margin-top: 20px;
	padding-left: 15px;
	font-size: 16px;
}

.search-results .breadcrumbs {
	padding: 0;
	margin: 0 15px;
}

@media (max-width: 900px) {
	.search-container .search-field {
		width: 600px;
	}
}

/*--------------------------------------------------------------
# Gravity Forms
--------------------------------------------------------------*/

.gform_body {
	color: #000;
}

div.ginput_complex.ginput_container.gf_name_has_2 span, 
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium,
#page .gform_wrapper .ginput_complex .ginput_left, #page .gform_wrapper .ginput_complex .ginput_right {
	width: 100% !important;
}

.gform_heading {
	padding-top: 15px;
}

.gform_title {
	font-size: 27px;
}

.gform_wrapper .gform_heading {
	margin-bottom: 0px !important;
}

.gform_wrapper .gform_footer {
	padding: 0px;
}

#field_11_1, #input_11_1_6, #field_11_2, #input_11_3, #input_11_4 {
	margin-top: 0px !important;
}

#page .gform_wrapper .gform_footer input[type="submit"] {
	width: 100% !important;
	font-size: 15px !important;
	padding: 10px 0 !important;
}

.page-template-template-landing-page input[type="text"], 
.page-template-template-landing-page input[type="email"], 
.page-template-template-landing-page input[type="tel"], 
.page-template-template-landing-page textarea, 
.page-template-template-landing-page textarea.form-control {
	background-color: #fff;
}

.gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0px !important;
}

.gform_fields .gfield {
	margin: 0px;
}

.gform_wrapper .ginput_complex.ginput_container_address .ginput_right {
	padding-right: 0 !important;
}

.gform_wrapper.gf_browser_gecko select, 
.gform_wrapper.gf_browser_chrome select {
	padding: 5px 0px !important;
} 

.gform_wrapper textarea.medium {
	height: 80px !important;
}

.gform_wrapper .gform_footer {
	margin: 0 !important;
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select, 
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select, 
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
	margin-left: 0px !important;
}

#gform_13 .ginput_container.ginput_container_email, #gform_15 .ginput_container.ginput_container_email {
	border: 1px solid #EBEBEB;
}

#gform_13 .gchoice_13_4_1, #gform_15 .gchoice_15_4_1 {
	width: 100%;
}

/*--------------------------------------------------------------
# Firefox Specific CSS
--------------------------------------------------------------*/
@supports (-moz-appearance:none) {

	.page-template-template-landing-page select {
		-moz-appearance:none !important;
		background: #fff url(images/sort-solid.svg) right center no-repeat !important;
		background-position: calc(100% - 10px) center !important;
		border: 1px solid #fff;
	}

	body .gform_wrapper ul li.gfield {
		margin-top: 10px !important;
	}

	#field_1_5 {
		margin-top: 20px !important;
	}

	.blog-sidebar #archives-dropdown-2 {
		-moz-appearance:none !important;
		background: #ebebeb url(images/sort-solid.svg) right center no-repeat !important;
		background-position: calc(100% - 10px) center !important;
		width: 100%;
		height: 50px;
		border: 1px solid #ebebeb;
	}
}