@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;1,200&family=Great+Vibes&family=Kaushan+Script&Source+Sans+Pro:ital,wght@0,400;1,300&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@200;300;400;600;900&display=swap');

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    animation-name: fadeOut;
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.owl-height {
    transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(//www.rockefellerfoundation.org/wp-content/themes/fantasy-therockf/static/dist/css/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
    margin-top: 10px;
}
.owl-theme .owl-nav [class*="owl-"] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none;
}
.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
    position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}
.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container .select2-search--inline {
    float: left;
}
.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}
.select2-results {
    display: block;
}
.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}
.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
    cursor: pointer;
}
.select2-container--open .select2-dropdown {
    left: 0;
}
.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-search--dropdown {
    display: block;
    padding: 4px;
}
.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
    display: none;
}
.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}
.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}
.select2-container--default .select2-results__option[role="group"] {
    padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled="true"] {
    color: #999;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white;
}
.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}
.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none;
}
.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
    border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}
.select2-container--classic .select2-results__option[role="group"] {
    padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled="true"] {
    color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff;
}
.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}

.wp-block-audio figcaption {
    margin-top: 0.5em;
    margin-bottom: 1em;
}
.wp-block-audio audio {
    width: 100%;
    min-width: 300px;
}
.wp-block-button {
    color: #fff;
}
.wp-block-button.aligncenter {
    text-align: center;
}
.wp-block-button.alignright {
    text-align: right;
}
.wp-block-button__link {
    background-color: #32373c;
    border: none;
    border-radius: 28px;
    box-shadow: none;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    margin: 0;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word;
}
.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.wp-block-button__link:visited {
    color: inherit;
}
.wp-gs .wp-block-button__link:not(.has-background) {
    background-color: var(--wp-block-core-button--color--background, var(--wp-color--primary, #32373c));
}
.is-style-squared .wp-block-button__link {
    border-radius: 0;
}
.no-border-radius.wp-block-button__link {
    border-radius: 0 !important;
}
.is-style-outline {
    color: #32373c;
}
.is-style-outline .wp-block-button__link {
    background-color: transparent;
    border: 2px solid;
}
.wp-block-buttons .wp-block-button {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 8px;
}
.wp-block-buttons.alignright .wp-block-button {
    margin-right: none;
    margin-left: 8px;
}
.wp-block-buttons.aligncenter,
.wp-block-calendar {
    text-align: center;
}
.wp-block-calendar tbody td,
.wp-block-calendar th {
    padding: 4px;
    border: 1px solid #e2e4e7;
}
.wp-block-calendar tfoot td {
    border: none;
}
.wp-block-calendar table {
    width: 100%;
    border-collapse: collapse;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
}
.wp-block-calendar table th {
    font-weight: 400;
    background: #edeff0;
}
.wp-block-calendar a {
    text-decoration: underline;
}
.wp-block-calendar tfoot a {
    color: #00739c;
}
.wp-block-calendar table caption,
.wp-block-calendar table tbody {
    color: #40464d;
}
.wp-block-categories.alignleft {
    margin-right: 2em;
}
.wp-block-categories.alignright {
    margin-left: 2em;
}
.wp-block-columns {
    display: flex;
    margin-bottom: 28px;
    flex-wrap: wrap;
}
@media (min-width: 782px) {
    .wp-block-columns {
        flex-wrap: nowrap;
    }
	.col-cs-75{
		width: 100% !important;
	}
	
}
.wp-block-columns.has-background {
    padding: 20px 30px;
}
.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word;
}
@media (max-width: 599px) {
    .wp-block-column {
        flex-basis: 100% !important;
    }
}
@media (max-width: 1024px){
	.home-page-hero .hero-banner-text2 h1 {
		margin-left: 50px ;
		line-height: 4rem;
	}
}
@media (min-width: 600px) and (max-width: 781px) {
    .wp-block-column {
        flex-basis: calc(50% - 16px) !important;
        flex-grow: 0;
    }
    .wp-block-column:nth-child(2n) {
        margin-left: 32px;
    }
	.commitments .m-l-0{
		margin-left: 20px !important;
	}
	
	.commitments .m-r-0{
		margin-right: 20px !important;
	}
	.hero-banner-text2 {
		top: 45px !important;
	}
	.home-page-hero .hero-banner-text2 h1 {
		font-size: 4em !important;
	}
	.hero-banner-text2 h5 {
		letter-spacing: 0.4px !important;
	}
}
@media (min-width: 782px) {
    .wp-block-column {
        flex-basis: 0;
        flex-grow: 1;
    }
    .wp-block-column[style] {
        flex-grow: 0;
    }
    .wp-block-column:not(:first-child) {
        margin-left: 32px;
    }
}
.wp-block-columns.are-vertically-aligned-top {
    align-items: flex-start;
}
.wp-block-columns.are-vertically-aligned-center {
    align-items: center;
}
.wp-block-columns.are-vertically-aligned-bottom {
    align-items: flex-end;
}
.wp-block-column.is-vertically-aligned-top {
    align-self: flex-start;
}
.wp-block-column.is-vertically-aligned-center {
    -ms-grid-row-align: center;
    align-self: center;
}
.wp-block-column.is-vertically-aligned-bottom {
    align-self: flex-end;
}
.wp-block-column.is-vertically-aligned-bottom,
.wp-block-column.is-vertically-aligned-center,
.wp-block-column.is-vertically-aligned-top {
    width: 100%;
}
.wp-block-cover,
.wp-block-cover-image {
    position: relative;
    background-color: #000;
    background-size: cover;
    background-position: 50%;
    min-height: 430px;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
    background-attachment: fixed;
}
@supports (-webkit-overflow-scrolling: touch) {
    .wp-block-cover-image.has-parallax,
    .wp-block-cover.has-parallax {
        background-attachment: scroll;
    }
}
@media (prefers-reduced-motion: reduce) {
    .wp-block-cover-image.has-parallax,
    .wp-block-cover.has-parallax {
        background-attachment: scroll;
    }
}
.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
    content: "";
    background-color: inherit;
}
.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover .wp-block-cover__gradient-background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover .wp-block-cover__gradient-background {
    opacity: 0.5;
}
.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
    opacity: 0.1;
}
.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background {
    opacity: 0.1;
}
.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
    opacity: 0.2;
}
.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background {
    opacity: 0.2;
}
.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
    opacity: 0.3;
}
.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background {
    opacity: 0.3;
}
.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
    opacity: 0.4;
}
.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background {
    opacity: 0.4;
}
.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
    opacity: 0.5;
}
.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background {
    opacity: 0.5;
}
.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
    opacity: 0.6;
}
.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background {
    opacity: 0.6;
}
.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
    opacity: 0.7;
}
.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background {
    opacity: 0.7;
}
.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
    opacity: 0.8;
}
.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background {
    opacity: 0.8;
}
.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
    opacity: 0.9;
}
.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background {
    opacity: 0.9;
}
.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
    opacity: 1;
}
.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background {
    opacity: 1;
}
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    max-width: 290px;
    width: 100%;
}
.wp-block-cover-image:after,
.wp-block-cover:after {
    display: block;
    content: "";
    font-size: 0;
    min-height: inherit;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
    .wp-block-cover-image:after,
    .wp-block-cover:after {
        content: none;
    }
}
.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    display: flex;
}
.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
    width: calc(100% - 70px);
    z-index: 1;
    color: #f8f9f9;
}
.wp-block-cover-image .wp-block-subhead:not(.has-text-color),
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover .wp-block-subhead:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color) {
    color: inherit;
}
.wp-block-cover__video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    z-index: 0;
    object-fit: cover;
}
.wp-block-cover-image-text,
.wp-block-cover-text,
section.wp-block-cover-image h2 {
    color: #fff;
}
.wp-block-cover-image-text a,
.wp-block-cover-image-text a:active,
.wp-block-cover-image-text a:focus,
.wp-block-cover-image-text a:hover,
.wp-block-cover-text a,
.wp-block-cover-text a:active,
.wp-block-cover-text a:focus,
.wp-block-cover-text a:hover,
section.wp-block-cover-image h2 a,
section.wp-block-cover-image h2 a:active,
section.wp-block-cover-image h2 a:focus,
section.wp-block-cover-image h2 a:hover {
    color: #fff;
}
.wp-block-cover-image .wp-block-cover.has-left-content {
    justify-content: flex-start;
}
.wp-block-cover-image .wp-block-cover.has-right-content {
    justify-content: flex-end;
}
.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
section.wp-block-cover-image.has-left-content > h2 {
    margin-left: 0;
    text-align: left;
}
.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
section.wp-block-cover-image.has-right-content > h2 {
    margin-right: 0;
    text-align: right;
}
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
section.wp-block-cover-image > h2 {
    font-size: 2em;
    line-height: 1.25;
    z-index: 1;
    margin-bottom: 0;
    max-width: 580px;
    padding: 14px;
    text-align: center;
}
.block-editor-block-list__block[data-type="core/embed"][data-align="left"],
.block-editor-block-list__block[data-type="core/embed"][data-align="right"],
.wp-block-embed.alignleft,
.wp-block-embed.alignright {
    max-width: 360px;
    width: 100%;
}
.wp-block-embed {
    margin-bottom: 1em;
}
.wp-block-embed figcaption {
    margin-top: 0.5em;
    margin-bottom: 1em;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper {
    position: relative;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top: 50%;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    padding-top: 42.85%;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
    padding-top: 50%;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 56.25%;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
    padding-top: 75%;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
    padding-top: 100%;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
    padding-top: 177.78%;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
    padding-top: 200%;
}
.wp-block-file {
    margin-bottom: 1.5em;
}
.wp-block-file.aligncenter {
    text-align: center;
}
.wp-block-file.alignright {
    text-align: right;
}
.wp-block-file .wp-block-file__button {
    background: #32373c;
    border-radius: 2em;
    color: #fff;
    font-size: 13px;
    padding: 0.5em 1em;
}
.wp-block-file a.wp-block-file__button {
    text-decoration: none;
}
.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:visited {
    box-shadow: none;
    color: #fff;
    opacity: 0.85;
    text-decoration: none;
}
.wp-block-file * + .wp-block-file__button {
    margin-left: 0.75em;
}
.blocks-gallery-grid,
.wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    margin: 0 16px 16px 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.blocks-gallery-grid .blocks-gallery-image figure,
.blocks-gallery-grid .blocks-gallery-item figure,
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
    margin: 0;
    height: 100%;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
    .blocks-gallery-grid .blocks-gallery-image figure,
    .blocks-gallery-grid .blocks-gallery-item figure,
    .wp-block-gallery .blocks-gallery-image figure,
    .wp-block-gallery .blocks-gallery-item figure {
        display: flex;
        align-items: flex-end;
        justify-content: flex-start;
    }
}
.blocks-gallery-grid .blocks-gallery-image img,
.blocks-gallery-grid .blocks-gallery-item img,
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
    .blocks-gallery-grid .blocks-gallery-image img,
    .blocks-gallery-grid .blocks-gallery-item img,
    .wp-block-gallery .blocks-gallery-image img,
    .wp-block-gallery .blocks-gallery-item img {
        width: auto;
    }
}
.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 40px 10px 9px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 70%, transparent);
}
.blocks-gallery-grid .blocks-gallery-image figcaption img,
.blocks-gallery-grid .blocks-gallery-item figcaption img,
.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
    display: inline;
}
.blocks-gallery-grid.is-cropped .blocks-gallery-image a,
.blocks-gallery-grid.is-cropped .blocks-gallery-image img,
.blocks-gallery-grid.is-cropped .blocks-gallery-item a,
.blocks-gallery-grid.is-cropped .blocks-gallery-item img,
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
    width: 100%;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
    .blocks-gallery-grid.is-cropped .blocks-gallery-image a,
    .blocks-gallery-grid.is-cropped .blocks-gallery-image img,
    .blocks-gallery-grid.is-cropped .blocks-gallery-item a,
    .blocks-gallery-grid.is-cropped .blocks-gallery-item img,
    .wp-block-gallery.is-cropped .blocks-gallery-image a,
    .wp-block-gallery.is-cropped .blocks-gallery-image img,
    .wp-block-gallery.is-cropped .blocks-gallery-item a,
    .wp-block-gallery.is-cropped .blocks-gallery-item img {
        height: 100%;
        flex: 1;
        object-fit: cover;
    }
}
.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    width: calc((100% - 16px) / 2);
}
.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0;
}
.blocks-gallery-grid.columns-1 .blocks-gallery-image,
.blocks-gallery-grid.columns-1 .blocks-gallery-item,
.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
    width: 100%;
    margin-right: 0;
}
@media (min-width: 600px) {
	
    .blocks-gallery-grid.columns-3 .blocks-gallery-image,
    .blocks-gallery-grid.columns-3 .blocks-gallery-item,
    .wp-block-gallery.columns-3 .blocks-gallery-image,
    .wp-block-gallery.columns-3 .blocks-gallery-item {
        width: calc((100% - 32px) / 3);
        margin-right: 16px;
    }
    @supports (-ms-ime-align: auto) {
        .blocks-gallery-grid.columns-3 .blocks-gallery-image,
        .blocks-gallery-grid.columns-3 .blocks-gallery-item,
        .wp-block-gallery.columns-3 .blocks-gallery-image,
        .wp-block-gallery.columns-3 .blocks-gallery-item {
            width: calc((100% - 32px) / 3 - 1px);
        }
    }
    .blocks-gallery-grid.columns-4 .blocks-gallery-image,
    .blocks-gallery-grid.columns-4 .blocks-gallery-item,
    .wp-block-gallery.columns-4 .blocks-gallery-image,
    .wp-block-gallery.columns-4 .blocks-gallery-item {
        width: calc((100% - 48px) / 4);
        margin-right: 16px;
    }
    @supports (-ms-ime-align: auto) {
        .blocks-gallery-grid.columns-4 .blocks-gallery-image,
        .blocks-gallery-grid.columns-4 .blocks-gallery-item,
        .wp-block-gallery.columns-4 .blocks-gallery-image,
        .wp-block-gallery.columns-4 .blocks-gallery-item {
            width: calc((100% - 48px) / 4 - 1px);
        }
    }
    .blocks-gallery-grid.columns-5 .blocks-gallery-image,
    .blocks-gallery-grid.columns-5 .blocks-gallery-item,
    .wp-block-gallery.columns-5 .blocks-gallery-image,
    .wp-block-gallery.columns-5 .blocks-gallery-item {
        width: calc((100% - 64px) / 5);
        margin-right: 16px;
    }
    @supports (-ms-ime-align: auto) {
        .blocks-gallery-grid.columns-5 .blocks-gallery-image,
        .blocks-gallery-grid.columns-5 .blocks-gallery-item,
        .wp-block-gallery.columns-5 .blocks-gallery-image,
        .wp-block-gallery.columns-5 .blocks-gallery-item {
            width: calc((100% - 64px) / 5 - 1px);
        }
    }
    .blocks-gallery-grid.columns-6 .blocks-gallery-image,
    .blocks-gallery-grid.columns-6 .blocks-gallery-item,
    .wp-block-gallery.columns-6 .blocks-gallery-image,
    .wp-block-gallery.columns-6 .blocks-gallery-item {
        width: calc((100% - 80px) / 6);
        margin-right: 16px;
    }
    @supports (-ms-ime-align: auto) {
        .blocks-gallery-grid.columns-6 .blocks-gallery-image,
        .blocks-gallery-grid.columns-6 .blocks-gallery-item,
        .wp-block-gallery.columns-6 .blocks-gallery-image,
        .wp-block-gallery.columns-6 .blocks-gallery-item {
            width: calc((100% - 80px) / 6 - 1px);
        }
    }
    .blocks-gallery-grid.columns-7 .blocks-gallery-image,
    .blocks-gallery-grid.columns-7 .blocks-gallery-item,
    .wp-block-gallery.columns-7 .blocks-gallery-image,
    .wp-block-gallery.columns-7 .blocks-gallery-item {
        width: calc((100% - 96px) / 7);
        margin-right: 16px;
    }
    @supports (-ms-ime-align: auto) {
        .blocks-gallery-grid.columns-7 .blocks-gallery-image,
        .blocks-gallery-grid.columns-7 .blocks-gallery-item,
        .wp-block-gallery.columns-7 .blocks-gallery-image,
        .wp-block-gallery.columns-7 .blocks-gallery-item {
            width: calc((100% - 96px) / 7 - 1px);
        }
    }
    .blocks-gallery-grid.columns-8 .blocks-gallery-image,
    .blocks-gallery-grid.columns-8 .blocks-gallery-item,
    .wp-block-gallery.columns-8 .blocks-gallery-image,
    .wp-block-gallery.columns-8 .blocks-gallery-item {
        width: calc((100% - 112px) / 8);
        margin-right: 16px;
    }
    @supports (-ms-ime-align: auto) {
        .blocks-gallery-grid.columns-8 .blocks-gallery-image,
        .blocks-gallery-grid.columns-8 .blocks-gallery-item,
        .wp-block-gallery.columns-8 .blocks-gallery-image,
        .wp-block-gallery.columns-8 .blocks-gallery-item {
            width: calc((100% - 112px) / 8 - 1px);
        }
    }
    .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),
    .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),
    .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
    .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n) {
        margin-right: 0;
    }
    .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
    .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),
    .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
    .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
        margin-right: 0;
    }
    .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),
    .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),
    .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
    .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
        margin-right: 0;
    }
    .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),
    .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),
    .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
    .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n) {
        margin-right: 0;
    }
    .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),
    .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),
    .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
    .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n) {
        margin-right: 0;
    }
    .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),
    .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),
    .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
    .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n) {
        margin-right: 0;
    }
    .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),
    .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),
    .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
    .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n) {
        margin-right: 0;
    }
    .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),
    .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n),
    .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
    .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
        margin-right: 0;
    }
}
.blocks-gallery-grid .blocks-gallery-image:last-child,
.blocks-gallery-grid .blocks-gallery-item:last-child,
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
    margin-right: 0;
}
.blocks-gallery-grid.alignleft,
.blocks-gallery-grid.alignright,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
    max-width: 290px;
    width: 100%;
}
.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,
.wp-block-gallery.aligncenter .blocks-gallery-item figure {
    justify-content: center;
}
.wp-block-image {
    margin-bottom: 1em;
}
.wp-block-image img {
    max-width: 100%;
}
.wp-block-image.aligncenter {
    text-align: center;
}
.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
    width: 100%;
}
.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.is-resized {
    display: table;
    margin-left: 0;
    margin-right: 0;
}
.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image.is-resized > figcaption {
    display: table-caption;
    caption-side: bottom;
}
.wp-block-image .alignleft {
    float: left;
    margin-right: 1em;
}
.wp-block-image .alignright {
    float: right;
    margin-left: 1em;
}
.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto;
}
.wp-block-image figcaption {
    margin-top: 0.5em;
    margin-bottom: 1em;
}
.is-style-circle-mask img,
.is-style-rounded img {
    border-radius: 9999px;
}
@supports ((-webkit-mask-image: none) or (mask-image: none)) or (-webkit-mask-image: none) {
    .is-style-circle-mask img {
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-mode: alpha;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-position: center;
        mask-position: center;
        border-radius: 0;
    }
}
.wp-block-latest-comments__comment {
    font-size: 15px;
    line-height: 1.1;
    list-style: none;
    margin-bottom: 1em;
}
.has-avatars .wp-block-latest-comments__comment {
    min-height: 36px;
    list-style: none;
}
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    margin-left: 52px;
}
.has-dates .wp-block-latest-comments__comment,
.has-excerpts .wp-block-latest-comments__comment {
    line-height: 1.5;
}
.wp-block-latest-comments__comment-excerpt p {
    font-size: 14px;
    line-height: 1.8;
    margin: 5px 0 20px;
}
.wp-block-latest-comments__comment-date {
    color: #8f98a1;
    display: block;
    font-size: 12px;
}
.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
    border-radius: 24px;
    display: block;
    float: left;
    height: 40px;
    margin-right: 12px;
    width: 40px;
}
.wp-block-latest-posts.alignleft {
    margin-right: 2em;
}
.wp-block-latest-posts.alignright {
    margin-left: 2em;
}
.wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: none;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
    clear: both;
}
.wp-block-latest-posts.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.wp-block-latest-posts.is-grid li {
    margin: 0 16px 16px 0;
    width: 100%;
}
@media (min-width: 600px) {
    .wp-block-latest-posts.columns-2 li {
        width: calc(50% - 16px);
    }
    .wp-block-latest-posts.columns-3 li {
        width: calc(33.33333% - 16px);
    }
    .wp-block-latest-posts.columns-4 li {
        width: calc(25% - 16px);
    }
    .wp-block-latest-posts.columns-5 li {
        width: calc(20% - 16px);
    }
    .wp-block-latest-posts.columns-6 li {
        width: calc(16.66667% - 16px);
    }
}
.wp-block-latest-posts__post-date {
    display: block;
    color: #6c7781;
    font-size: 13px;
}
.wp-block-latest-posts__post-excerpt {
    margin-top: 8px;
    margin-bottom: 16px;
}
.wp-block-latest-posts__featured-image img {
    height: auto;
    width: auto;
}
.wp-block-latest-posts__featured-image.alignleft {
    margin-right: 1em;
}
.wp-block-latest-posts__featured-image.alignright {
    margin-left: 1em;
}
.wp-block-latest-posts__featured-image.aligncenter {
    margin-bottom: 1em;
    text-align: center;
}
.wp-block-media-text {
    /*!rtl:begin:ignore*/
    direction: ltr;
    /*!rtl:end:ignore*/
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 1fr;
    grid-template-columns: 50% 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}
.wp-block-media-text.has-media-on-the-right {
    -ms-grid-columns: 1fr 50%;
    grid-template-columns: 1fr 50%;
}
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
    -ms-grid-row-align: start;
    align-self: start;
}
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,
.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text .wp-block-media-text__media {
    -ms-grid-row-align: center;
    align-self: center;
}
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
    -ms-grid-row-align: end;
    align-self: end;
}
.wp-block-media-text .wp-block-media-text__media {
    /*!rtl:begin:ignore*/
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    /*!rtl:end:ignore*/
    margin: 0;
}
.wp-block-media-text .wp-block-media-text__content {
    direction: ltr;
    /*!rtl:begin:ignore*/
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    /*!rtl:end:ignore*/
    padding: 0 8%;
    word-break: break-word;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    /*!rtl:begin:ignore*/
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    /*!rtl:end:ignore*/
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    /*!rtl:begin:ignore*/
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    /*!rtl:end:ignore*/
}
.wp-block-media-text > figure > img,
.wp-block-media-text > figure > video {
    max-width: unset;
    width: 100%;
    vertical-align: middle;
}
.wp-block-media-text.is-image-fill figure.wp-block-media-text__media {
    height: 100%;
    min-height: 250px;
    background-size: cover;
}
.wp-block-media-text.is-image-fill figure.wp-block-media-text__media > img {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
@media (max-width: 600px) {
	.column-content {
		column-count: 1 !important;
		column-gap: 80px;
	}
    .wp-block-media-text.is-stacked-on-mobile {
        -ms-grid-columns: 100% !important;
        grid-template-columns: 100% !important;
    }
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1;
    }
    .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__media,
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 2;
        grid-row: 2;
    }
    .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1;
    }
}
.wp-block-navigation > ul {
    display: block;
    list-style: none;
    margin: 0;
    padding-left: 0;
}
@media (min-width: 600px) {
    .wp-block-navigation > ul {
        display: flex;
        flex-wrap: wrap;
    }
}
.wp-block-navigation > ul ul {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-left: 0;
}
.wp-block-navigation > ul ul li {
    margin: 0;
}
.wp-block-navigation > ul li {
    z-index: 1;
}
.wp-block-navigation > ul li:focus-within,
.wp-block-navigation > ul li:hover {
    cursor: pointer;
    z-index: 99999;
}
.wp-block-navigation > ul li:focus-within > ul,
.wp-block-navigation > ul li:hover > ul,
.wp-block-navigation > ul li ul:focus,
.wp-block-navigation > ul li ul:hover {
    visibility: visible;
    opacity: 1;
    display: flex;
    flex-direction: column;
}
.wp-block-navigation > ul > li ul {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 200px;
    max-width: 200px;
    opacity: 0;
    transition: opacity 0.1s linear;
    visibility: hidden;
}
.wp-block-navigation,
.wp-block-navigation .block-editor-block-list__layout {
    display: flex;
    flex-wrap: wrap;
}
.wp-block-navigation .block-editor-block-list__layout .block-editor-block-list__layout {
    width: 200px;
}
.wp-block-navigation .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {
    margin: 0;
    width: auto;
}
.wp-block-navigation,
.wp-block-navigation > .wp-block-navigation__container {
    align-items: center;
    width: 100%;
}
.wp-block-navigation > .wp-block-navigation-link,
.wp-block-navigation > .wp-block-navigation__container > .wp-block-navigation-link {
    display: flex;
    margin-top: 0;
    margin-bottom: 0;
}
.wp-block-navigation .wp-block-navigation-link {
    position: relative;
    margin: 0;
    min-height: 56px;
    display: flex;
    line-height: 1.4;
}
.wp-block-navigation .wp-block-navigation-link .wp-block,
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link {
    min-height: auto;
    padding: 0;
}
.wp-block-navigation .wp-block-navigation-link .wp-block .wp-block-navigation-link {
    margin: 0;
}
.wp-block-navigation .wp-block-navigation-link > .block-editor-inner-blocks {
    display: none;
}
.wp-block-navigation .wp-block-navigation-link.has-child > .wp-block-navigation__container,
.wp-block-navigation .wp-block-navigation-link.is-editing.has-child > .block-editor-inner-blocks {
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.15);
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
}
.wp-block-navigation .wp-block-navigation-link.has-child > .wp-block-navigation__container .block-editor-inner-blocks,
.wp-block-navigation .wp-block-navigation-link.has-child > .wp-block-navigation__container .wp-block-navigation__container,
.wp-block-navigation .wp-block-navigation-link.is-editing.has-child > .block-editor-inner-blocks .block-editor-inner-blocks,
.wp-block-navigation .wp-block-navigation-link.is-editing.has-child > .block-editor-inner-blocks .wp-block-navigation__container {
    left: 100%;
    top: -1px;
}
.wp-block-navigation .wp-block-navigation-link .block-editor-inner-blocks,
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation__container {
    background-color: inherit;
    color: inherit;
}
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__content {
    display: flex;
    align-items: center;
    width: max-content;
    padding: 6px 16px;
}
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link:first-child:not(:only-child) .wp-block-navigation-link__content {
    padding-top: 8px;
}
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link:last-child .wp-block-navigation-link__content {
    padding-bottom: 8px;
}
.wp-block-navigation .wp-block-navigation-link.has-child .wp-block-navigation-link__content {
    min-width: 100%;
    padding-right: 32px;
    position: relative;
}
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__submenu-icon {
    position: absolute;
    right: 16px;
}
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__submenu-icon svg {
    fill: currentColor;
}
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link svg {
    transform: rotate(0);
}
.wp-block-navigation .wp-block-navigation-link.has-text-color .wp-block-navigation-link__content {
    color: inherit;
}
.wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-text-color) > .block-editor-inner-blocks,
.wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-text-color) > .wp-block-navigation__container,
.wp-block-navigation .wp-block-navigation-link:not(.has-text-color) > .block-editor-inner-blocks,
.wp-block-navigation .wp-block-navigation-link:not(.has-text-color) > .wp-block-navigation__container {
    color: #111;
}
.wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-background) > .block-editor-inner-blocks,
.wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-background) > .wp-block-navigation__container,
.wp-block-navigation .wp-block-navigation-link:not(.has-background) > .block-editor-inner-blocks,
.wp-block-navigation .wp-block-navigation-link:not(.has-background) > .wp-block-navigation__container {
    background-color: #fff;
}
.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-text-color) > .block-editor-inner-blocks,
.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-text-color) > .wp-block-navigation__container {
    color: #fff;
}
.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-background) > .block-editor-inner-blocks,
.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-background) > .wp-block-navigation__container {
    background-color: #333;
}
.wp-block-navigation .wp-block-navigation-link.has-child > .wp-block-navigation__container {
    display: flex;
    flex-direction: column;
    padding: 0;
}
.wp-block-navigation > ul > li > a {
    display: flex;
    align-items: center;
}
.wp-block-navigation > ul > li:first-of-type > a {
    padding-left: 0;
}
.wp-block-navigation > ul > li:last-of-type > a {
    padding-right: 0;
}
.wp-block-navigation.items-justified-left > ul {
    justify-content: flex-start;
}
.wp-block-navigation.items-justified-center > ul {
    justify-content: center;
}
.wp-block-navigation.items-justified-right > ul {
    justify-content: flex-end;
}
.is-small-text {
    font-size: 14px;
}
.is-regular-text {
    font-size: 16px;
}
.is-large-text {
    font-size: 36px;
}
.is-larger-text {
    font-size: 48px;
}
.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 8.4em;
    line-height: 0.68;
    font-weight: 100;
    margin: 0.05em 0.1em 0 0;
    text-transform: uppercase;
    font-style: normal;
}
p.has-background {
    padding: 20px 30px;
}
p.has-text-color a {
    color: inherit;
}
.wp-block-pullquote {
    padding: 3em 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
}
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
    max-width: 290px;
}
.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
    font-size: 20px;
}
.wp-block-pullquote p {
    font-size: 28px;
    line-height: 1.6;
}
.wp-block-pullquote cite,
.wp-block-pullquote footer {
    position: relative;
}
.wp-block-pullquote .has-text-color a {
    color: inherit;
}
.wp-block-pullquote:not(.is-style-solid-color) {
    background: none;
}
.wp-block-pullquote.is-style-solid-color {
    border: none;
}
.wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    max-width: 60%;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px;
}
.wp-block-pullquote.is-style-solid-color blockquote cite {
    text-transform: none;
    font-style: normal;
}
.wp-block-pullquote cite {
    color: inherit;
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    margin: 0 0 16px;
    padding: 0 1em;
}
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
    font-size: 24px;
    font-style: italic;
    line-height: 1.6;
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
    font-size: 18px;
    text-align: right;
}
.wp-block-rss.alignleft {
    margin-right: 2em;
}
.wp-block-rss.alignright {
    margin-left: 2em;
}
.wp-block-rss.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
}
.wp-block-rss.is-grid li {
    margin: 0 16px 16px 0;
    width: 100%;
}
@media (min-width: 600px) {
    .wp-block-rss.columns-2 li {
        width: calc(50% - 16px);
    }
    .wp-block-rss.columns-3 li {
        width: calc(33.33333% - 16px);
    }
    .wp-block-rss.columns-4 li {
        width: calc(25% - 16px);
    }
    .wp-block-rss.columns-5 li {
        width: calc(20% - 16px);
    }
    .wp-block-rss.columns-6 li {
        width: calc(16.66667% - 16px);
    }
}
.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
    display: block;
    color: #6c7781;
    font-size: 13px;
}
.wp-block-search {
    display: flex;
    flex-wrap: wrap;
}
.wp-block-search .wp-block-search__label {
    width: 100%;
}
.wp-block-search .wp-block-search__input {
    flex-grow: 1;
    max-width: 360px;
}
.wp-block-search .wp-block-search__button {
    margin-left: 10px;
}
.wp-block-separator.is-style-wide {
    border-bottom-width: 1px;
}
.wp-block-separator.is-style-dots {
    background: none !important;
    border: none;
    text-align: center;
    max-width: none;
    line-height: 1;
    height: auto;
}
.wp-block-separator.is-style-dots:before {
    content: "\00b7 \00b7 \00b7";
    color: currentColor;
    font-size: 20px;
    letter-spacing: 2em;
    padding-left: 2em;
    font-family: serif;
}
.wp-block-social-links {
    display: flex;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
}
.wp-block-social-links .wp-social-link a,
.wp-block-social-links .wp-social-link a:hover {
    text-decoration: none;
    border-bottom: 0;
    box-shadow: none;
}
.wp-social-link {
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 36px;
    margin-right: 8px;
    transition: transform 0.1s ease;
}
@media (prefers-reduced-motion: reduce) {
    .wp-social-link {
        transition-duration: 0s;
    }
}
.wp-social-link a {
    padding: 6px;
    display: block;
    line-height: 0;
    transition: transform 0.1s ease;
}
.wp-social-link a,
.wp-social-link a:active,
.wp-social-link a:hover,
.wp-social-link a:visited,
.wp-social-link svg {
    color: currentColor;
    fill: currentColor;
}
.wp-social-link:hover {
    transform: scale(1.1);
}
.wp-block-social-links.aligncenter {
    justify-content: center;
    display: flex;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
    background-color: #f0f0f0;
    color: #444;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
    background-color: #f90;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
    background-color: #1ea0c3;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
    background-color: #0757fe;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
    background-color: #1e1f26;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
    background-color: #02e49b;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
    background-color: #e94c89;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
    background-color: #4280ff;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
    background-color: #f45800;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
    background-color: #1977f2;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
    background-color: #000;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
    background-color: #0461dd;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
    background-color: #e65678;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
    background-color: #24292d;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
    background-color: #eceadd;
    color: #382110;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
    background-color: #ea4434;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
    background-color: #f00075;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
    background-color: #e21b24;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
    background-color: #0577b5;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
    background-color: #3288d4;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
    background-color: #02ab6c;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
    background-color: #f6405f;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
    background-color: #e60122;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
    background-color: #ef4155;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
    background-color: #fe4500;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
    background-color: #0478d7;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
    background-color: #fefc00;
    color: #fff;
    stroke: #000;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
    background-color: #ff5600;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
    background-color: #1bd760;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
    background-color: #011835;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
    background-color: #6440a4;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
    background-color: #21a1f3;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
    background-color: #1eb7ea;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
    background-color: #4680c2;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
    background-color: #3499cd;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
    background-color: #ff0100;
    color: #fff;
}
.wp-block-social-links.is-style-logos-only .wp-social-link {
    background: none;
    padding: 4px;
}
.wp-block-social-links.is-style-logos-only .wp-social-link svg {
    width: 28px;
    height: 28px;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
    color: #f90;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
    color: #1ea0c3;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
    color: #0757fe;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
    color: #1e1f26;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
    color: #02e49b;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
    color: #e94c89;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
    color: #4280ff;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
    color: #f45800;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
    color: #1977f2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
    color: #000;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
    color: #0461dd;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
    color: #e65678;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-github {
    color: #24292d;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
    color: #382110;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-google {
    color: #ea4434;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
    color: #f00075;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
    color: #e21b24;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
    color: #0577b5;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
    color: #3288d4;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
    color: #02ab6c;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
    color: #f6405f;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
    color: #e60122;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
    color: #ef4155;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
    color: #fe4500;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
    color: #0478d7;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
    color: #fff;
    stroke: #000;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
    color: #ff5600;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
    color: #1bd760;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
    color: #011835;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
    color: #6440a4;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
    color: #21a1f3;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
    color: #1eb7ea;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
    color: #4680c2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
    color: #3499cd;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
    color: #ff0100;
}
.wp-block-social-links.is-style-pill-shape .wp-social-link {
    width: auto;
}
.wp-block-social-links.is-style-pill-shape .wp-social-link a {
    padding-left: 16px;
    padding-right: 16px;
}
.wp-block-spacer {
    clear: both;
}
p.wp-block-subhead {
    font-size: 1.1em;
    font-style: italic;
    opacity: 0.75;
}
.wp-block-table {
    overflow-x: auto;
}
.wp-block-table table {
    width: 100%;
}
.wp-block-table .has-fixed-layout {
    table-layout: fixed;
    width: 100%;
}
.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
    word-break: break-word;
}
.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
    display: table;
    width: auto;
}
.wp-block-table.aligncenter td,
.wp-block-table.aligncenter th,
.wp-block-table.alignleft td,
.wp-block-table.alignleft th,
.wp-block-table.alignright td,
.wp-block-table.alignright th {
    word-break: break-word;
}
.wp-block-table .has-subtle-light-gray-background-color {
    background-color: #f3f4f5;
}
.wp-block-table .has-subtle-pale-green-background-color {
    background-color: #e9fbe5;
}
.wp-block-table .has-subtle-pale-blue-background-color {
    background-color: #e7f5fe;
}
.wp-block-table .has-subtle-pale-pink-background-color {
    background-color: #fcf0ef;
}
.wp-block-table.is-style-stripes {
    border-spacing: 0;
    border-collapse: inherit;
    background-color: transparent;
    border-bottom: 1px solid #f3f4f5;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #f3f4f5;
}
.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
    background-color: #f3f4f5;
}
.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
    background-color: #e9fbe5;
}
.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
    background-color: #e7f5fe;
}
.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
    background-color: #fcf0ef;
}
.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
    border-color: transparent;
}
.wp-block-text-columns,
.wp-block-text-columns.aligncenter {
    display: flex;
}
.wp-block-text-columns .wp-block-column {
    margin: 0 16px;
    padding: 0;
}
.wp-block-text-columns .wp-block-column:first-child {
    margin-left: 0;
}
.wp-block-text-columns .wp-block-column:last-child {
    margin-right: 0;
}
.wp-block-text-columns.columns-2 .wp-block-column {
    width: 50%;
}
.wp-block-text-columns.columns-3 .wp-block-column {
    width: 33.33333%;
}
.wp-block-text-columns.columns-4 .wp-block-column {
    width: 25%;
}
.wp-block-video {
    margin-left: 0;
    margin-right: 0;
}
.wp-block-video video {
    max-width: 100%;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
    .wp-block-video [poster] {
        object-fit: cover;
    }
}
.wp-block-video.aligncenter {
    text-align: center;
}
.wp-block-video figcaption {
    margin-top: 0.5em;
    margin-bottom: 1em;
}
:root .has-pale-pink-background-color {
    background-color: #f78da7;
}
:root .has-vivid-red-background-color {
    background-color: #cf2e2e;
}
:root .has-luminous-vivid-orange-background-color {
    background-color: #ff6900;
}
:root .has-luminous-vivid-amber-background-color {
    background-color: #fcb900;
}
:root .has-light-green-cyan-background-color {
    background-color: #7bdcb5;
}
:root .has-vivid-green-cyan-background-color {
    background-color: #00d084;
}
:root .has-pale-cyan-blue-background-color {
    background-color: #8ed1fc;
}
:root .has-vivid-cyan-blue-background-color {
    background-color: #0693e3;
}
:root .has-vivid-purple-background-color {
    background-color: #9b51e0;
}
:root .has-very-light-gray-background-color {
    background-color: #eee;
}
:root .has-cyan-bluish-gray-background-color {
    background-color: #abb8c3;
}
:root .has-very-dark-gray-background-color {
    background-color: #313131;
}
:root .has-pale-pink-color {
    color: #f78da7;
}
:root .has-vivid-red-color {
    color: #cf2e2e;
}
:root .has-luminous-vivid-orange-color {
    color: #ff6900;
}
:root .has-luminous-vivid-amber-color {
    color: #fcb900;
}
:root .has-light-green-cyan-color {
    color: #7bdcb5;
}
:root .has-vivid-green-cyan-color {
    color: #00d084;
}
:root .has-pale-cyan-blue-color {
    color: #8ed1fc;
}
:root .has-vivid-cyan-blue-color {
    color: #0693e3;
}
:root .has-vivid-purple-color {
    color: #9b51e0;
}
:root .has-very-light-gray-color {
    color: #eee;
}
:root .has-cyan-bluish-gray-color {
    color: #abb8c3;
}
:root .has-very-dark-gray-color {
    color: #313131;
}
:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: linear-gradient(135deg, #0693e3, #9b51e0);
}
:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
    background: linear-gradient(135deg, #00d084, #0693e3);
}
:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: linear-gradient(135deg, #7adcb4, #00d082);
}
:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: linear-gradient(135deg, #fcb900, #ff6900);
}
:root .has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: linear-gradient(135deg, #ff6900, #cf2e2e);
}
:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: linear-gradient(135deg, #eee, #a9b8c3);
}
:root .has-cool-to-warm-spectrum-gradient-background {
    background: linear-gradient(135deg, #4aeadc, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c);
}
:root .has-blush-light-purple-gradient-background {
    background: linear-gradient(135deg, #ffceec, #9896f0);
}
:root .has-blush-bordeaux-gradient-background {
    background: linear-gradient(135deg, #fecda5, #fe2d2d 50%, #6b003e);
}
:root .has-purple-crush-gradient-background {
    background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe);
}
:root .has-luminous-dusk-gradient-background {
    background: linear-gradient(135deg, #ffcb70, #c751c0 50%, #4158d0);
}
:root .has-hazy-dawn-gradient-background {
    background: linear-gradient(135deg, #faaca8, #dad0ec);
}
:root .has-pale-ocean-gradient-background {
    background: linear-gradient(135deg, #fff5cb, #b6e3d4 50%, #33a7b5);
}
:root .has-electric-grass-gradient-background {
    background: linear-gradient(135deg, #caf880, #71ce7e);
}
:root .has-subdued-olive-gradient-background {
    background: linear-gradient(135deg, #fafae1, #67a671);
}
:root .has-atomic-cream-gradient-background {
    background: linear-gradient(135deg, #fdd79a, #004a59);
}
:root .has-nightshade-gradient-background {
    background: linear-gradient(135deg, #330968, #31cdcf);
}
:root .has-midnight-gradient-background {
    background: linear-gradient(135deg, #020381, #2874fc);
}
.has-small-font-size {
    font-size: 13px;
}
.has-normal-font-size,
.has-regular-font-size {
    font-size: 16px;
}
.has-medium-font-size {
    font-size: 20px;
}
.has-large-font-size {
    font-size: 36px;
}
.has-huge-font-size,
.has-larger-font-size {
    font-size: 42px;
}
.has-text-align-center {
    text-align: center;
}
.has-text-align-left {
    text-align: left;
}
.has-text-align-right {
    text-align: right;
}
.fm-map-container svg {
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}
.fm-tooltip {
    display: none;
    position: absolute;
    z-index: 3;
    min-width: 200px;
}
.fm-tooltip-image {
    white-space: nowrap;
}
.fm-tooltip-image img {
    max-width: none;
}
.fm-tooltip-comment {
    font-size: 11px;
    font-family: arial;
    color: #000;
}
.fm-tooltip-comment p {
    margin-top: 0 !important;
}
.fm-tooltip-frame {
    background-color: #fff;
    border: 2px solid #bbb;
    border-radius: 10px;
    padding: 5px;
    opacity: 0.99;
    max-width: 400px;
    min-width: 200px;
    border-collapse: separate;
    margin-bottom: 0 !important;
    line-height: 1.4;
    vertical-align: top;
    table-layout: auto;
}
.fm-tooltip-frame td {
    background-color: inherit;
    border: none;
    padding: 5px;
    vertical-align: top;
    margin: 0;
}
.fm-tooltip-name {
    text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
    font-weight: 700;
    padding: 5px;
    font-family: arial;
    line-height: 1;
}
.fm-tooltip-x {
    color: #444;
    font: 12px/100% arial, sans-serif;
    position: relative;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    z-index: 5;
    visibility: hidden;
    cursor: pointer;
    margin: -5px -5px 5px 5px;
    border-bottom: none !important;
    float: right;
}
.fm-tooltip-x img {
    width: 12px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
}
.fm-tooltip-x.fm-frozen-x {
    visibility: visible;
}
.fm-tooltip-x.fm-mobile-x {
    visibility: visible;
}
.fm-scale {
    float: left;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    margin: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}
.fm-scale div {
    float: left;
}
.fm-scale a {
    display: block;
    float: left;
    font-size: 31px;
    font-weight: 700;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
    color: #333 !important;
    width: 41px;
    height: 37px;
    padding-top: 1px;
    border: 1px solid #e8e8e8 !important;
    border-bottom: 1px solid #bbb !important;
    text-decoration: none !important;
    margin-right: 3px;
    border-radius: 2px;
    background: #fff;
}
.fm-scale a:hover {
    color: #186ba3 !important;
}
.fm-scale a.fm-inactive {
    cursor: default;
    color: #cdcdcd !important;
}
.fm-scale-display {
    clear: both;
    position: relative;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 1px;
    bottom: 0;
    margin-bottom: 5px;
    background-color: #e8e8e8;
}
.fm-scale-display div {
    background-color: #237cbd;
    height: 1px;
    -webkit-transition: width ease-in-out 0.2s;
    transition: width ease-in-out 0.2s;
}
.fm-scale-buttons {
    clear: both;
}
.fm-no-events {
    pointer-events: none;
}
.worldcountriesHtml5Mapright {
    margin: auto;
}
.worldcountriesHtml5Mapright .worldcountriesHtml5MapContainer {
    position: relative;
    float: left;
}
.worldcountriesHtml5Mapbottom {
    margin: auto;
}
.worldcountriesHtml5Mapbottom .worldcountriesHtml5MapContainer {
    position: relative;
}
.worldcountriesHtml5Mapright .worldcountriesHtml5MapStateInfo,
.worldcountriesHtml5Mapright .worldcountriesHtml5MapStateInfo {
    float: left;
    left: 20px;
    margin-right: 20px;
    position: relative;
}
.worldcountriesHtml5Mapright.htmlMapResponsive .worldcountriesHtml5MapContainer {
    position: relative;
    float: none;
    width: auto;
}
.worldcountriesHtml5Mapright .worldcountriesHtml5MapStateInfo,
.worldcountriesHtml5Mapright .worldcountriesHtml5MapStateInfo {
    float: none;
    left: auto;
    margin-right: 20px;
    position: relative;
}
@media (min-width: 768px) {
    .worldcountriesHtml5Mapright.htmlMapResponsive .worldcountriesHtml5MapContainer {
        position: relative;
        float: left;
        width: 60%;
    }
    .worldcountriesHtml5Mapright.htmlMapResponsive .worldcountriesHtml5MapStateInfo,
    .worldcountriesHtml5Mapright.htmlMapResponsive .worldcountriesHtml5MapStateInfo {
        float: left;
        margin: 2%;
        position: relative;
        width: 36%;
        left: auto;
    }	
	
}
.worldcountriesHtml5Map-areas-list {
    display: none;
    float: left;
    overflow: auto;
}
.worldcountriesHtml5Map-areas-list .worldcountriesHtml5Map-areas-item {
    margin-bottom: 2px;
}
.worldcountriesHtml5Map-areas-list a {
    font-size: 16px;
    text-decoration: none;
    word-wrap: break-word;
}
.worldcountriesHtml5MapSelector.mobile-only {
    display: none;
}
.worldcountriesHtml5MapSelector select {
    max-width: 90%;
}
@media (max-width: 768px) {
    .fm-mobile-fixed .fm-tooltip-frame {
        max-width: 100%;
        width: 100%;
    }
    .fm-mobile-fixed .fm-tooltip-comment {
        width: 100%;
    }
    .fm-scale a {
        width: 31px;
        height: 27px;
        font-size: 21px;
        line-height: 28px;
    }
	
}
@media only screen and (max-width: 480px) {
    .worldcountriesHtml5Map-areas-list {
        display: none !important;
    }
    .worldcountriesHtml5MapSelector.mobile-only {
        display: block;
    }
	.trendsetters {
		padding: 50px 30px 100px 30px !important;
		margin-bottom: 0px !important;
	}
	
	.trendsetters h1 {
		font-size: 2.8rem !important;
		line-height: 2.3rem !important;
		letter-spacing: -0.15625rem !important;
	}
	.trendsetters p {
		padding: 0px !important;
		font-size: 1.1rem;
	}
}
.has-email-mobie {
    z-index: 2000;
}
.swal2-container {
    z-index: 10000 !important;
}
.has-email-mobie h2.swal2-title {
    font-size: 18px;
}
div.has_sharing_email {
    width: 320px;
    z-index: 1001;
    background: #fff;
}
div.has_sharing_email_form_wrapper {
    padding: 15px;
    background: #fff;
    text-align: left;
}
div.has_success_response {
    background: #fff;
    text-align: center;
}
div.has_success_response div {
    background: #fff;
    text-align: center;
}
div.has_sharing_email_form_wrapper label {
    font-size: 12px;
    color: #333;
    font-weight: 700;
    display: block;
    padding: 0 0 4px;
    text-align: left;
    text-shadow: none;
}
div.has_sharing_email_form_wrapper input[type="text"],
div.has_sharing_email_form_wrapper input[type="email"] {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #ccc;
    margin-bottom: 1em;
    background: #fff;
    font-size: 12px;
    color: #333;
    max-width: none;
    padding: 1px 3px;
}
div.has_sharing_email_form_wrapper #has_sharing_send {
    text-decoration: none !important;
    display: inline-block;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    border-radius: 3px;
    color: #777 !important;
    background: #f8f8f8;
    border: 1px solid #ccc;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
    text-shadow: none;
    line-height: 23px;
    padding: 1px 8px 0 5px;
}
div.has_sharing_email_form_wrapper a#has_sharing_cancel,
div.has_sharing_email_form_wrapper a#has_sharing_cancel:hover,
div.has_sharing_email_form_wrapper a#has_sharing_cancel:visited,
div.has_success_response a#has_sharing_cancel,
div.has_success_response a#has_sharing_cancel:hover,
div.has_success_response a#has_sharing_cancel:visited {
    text-transform: capitalize;
    padding: 0 0 0 1em;
    font-size: 12px;
    text-shadow: none;
    color: #1e73be;
    letter-spacing: inherit;
}
div.has_success_response a#has_sharing_cancel,
div.has_success_response a#has_sharing_cancel:hover,
div.has_success_response a#has_sharing_cancel:visited {
    padding: 0;
}
div.has_errors {
    color: #fff;
    background-color: #771a09;
    font-size: 12px;
    padding: 5px 8px;
    line-height: 1;
    margin: 10px 0 0;
}
.highlight-and-share-wrapper {
    display: none;
    width: 0;
    height: 0;
}
.highlight-and-share-wrapper .fa {
    font-size: 14px;
}
.highlight-and-share-wrapper div {
    padding: 10px;
    background: #32ccfe;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    z-index: 1000;
    margin-right: 5px;
    margin-bottom: 10px;
}
.highlight-and-share-wrapper div:last-child {
    margin-right: 0;
}
.highlight-and-share-wrapper div.has_facebook {
    background: #3c5a9e;
}
.highlight-and-share-wrapper div.has_linkedin {
    background: #0085ae;
}
.highlight-and-share-wrapper div.has_pinterest {
    background: #cc2127;
}
.highlight-and-share-wrapper div.has_copy {
    background: #eee;
}
.highlight-and-share-wrapper div.has_copy {
    background: #e8e8e8;
}
.highlight-and-share-wrapper div.has_email {
    background: #0074a2;
}
.highlight-and-share-wrapper div.hax_xing {
    background: #0074a2;
}
.highlight-and-share-wrapper div.has_whatsapp {
    background: #0074a2;
}
.highlight-and-share-wrapper span.has-text {
    display: none;
}
.highlight-and-share-wrapper div.has_twitter:hover {
    background: #00aced;
}
.highlight-and-share-wrapper div.has_facebook:hover {
    background: #1f3c83;
}
.highlight-and-share-wrapper div.has_linkedin:hover {
    background: #23a0c7;
}
.highlight-and-share-wrapper div.has_pinterest:hover {
    background: #d93238;
}
.highlight-and-share-wrapper div.has_copy:hover {
    background: #e8e8e8;
}
.highlight-and-share-wrapper div.has_email:hover {
    background: #1388b7;
}
.highlight-and-share-wrapper div.has_xing:hover {
    background: #1388b7;
}
.highlight-and-share-wrapper div.has_whatsapp:hover {
    background: #1388b7;
}
.highlight-and-share-wrapper a,
.highlight-and-share-wrapper a:hover,
.highlight-and-share-wrapper a:visited {
    font-family: "FranklinGothic", Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 14px;
    letter-spacing: 0.2em;
    color: #f8f8f8;
    display: block;
    height: 100%;
    padding: 12px 20px;
    text-decoration: none;
}
div.highlight-and-share-wrapper div {
    margin-right: 0;
    padding: 0;
}
div.highlight-and-share-wrapper a,
div.highlight-and-share-wrapper a:hover,
div.highlight-and-share-wrapper a:visited {
    padding: 10px;
}
div.highlight-and-share-wrapper div.has_twitter,
div.highlight-and-share-wrapper div.has_facebook,
div.highlight-and-share-wrapper div.has_linkedin,
div.highlight-and-share-wrapper div.has_pinterest,
div.highlight-and-share-wrapper div.has_email,
div.highlight-and-share-wrapper div.has_xing,
div.highlight-and-share-wrapper div.has_whatsapp,
div.highlight-and-share-wrapper div.has_copy {
    background: #333;
}
div.highlight-and-share-wrapper div.has_twitter:hover,
div.highlight-and-share-wrapper div.has_facebook:hover,
div.highlight-and-share-wrapper div.has_linkedin:hover,
div.highlight-and-share-wrapper div.has_pinterest:hover,
div.highlight-and-share-wrapper div.has_email:hover,
div.highlight-and-share-wrapper div.has_xing:hover,
div.highlight-and-share-wrapper div.has_whatsapp:hover,
div.highlight-and-share-wrapper div.has_copy:hover {
    background: #222;
}
.highlight-and-share-wrapper:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: calc(50% - 10px);
    border-top: 10px solid #333;
    border-top-color: #333;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.has-inline-text {
    background-color: #ffefb1;
    color: #000;
    cursor: pointer;
}
.has-inline-text:hover {
    background-color: #fcd63c;
}
@charset "UTF-8";
.hero-banner .hero_bg_overlay_mask,
.cta_getinvolved .content .bg_container,
.feature_updates .featured_update_big .bgoverlay,
.component.text_with_image .bg_mask {
    background-image: url(../../../themes/fantasy-therockf/static/assets/images/mask_turquoise.svg);
    background-size: cover;
    background-repeat: no-repeat;
    mix-blend-mode: multiply;
}
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-xlg,
.visible-xlg-block,
.visible-xlg-inline,
.visible-xlg-inline-block {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-sm {
        display: block !important;
    }
    .visible-sm-block {
        display: block !important;
    }
    .visible-sm-inline {
        display: inline !important;
    }
    .visible-sm-inline-block {
        display: inline-block !important;
    }
    .hidden-sm {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .visible-md {
        display: block !important;
    }
    .visible-md-block {
        display: block !important;
    }
    .visible-md-inline {
        display: inline !important;
    }
    .visible-md-inline-block {
        display: inline-block !important;
    }
    .hidden-md {
        display: none;
    }
	.p-vision.p-l-20 {
		padding-left: 0px;
	}
}
@media (min-width: 1025px) {
    .visible-lg {
        display: block !important;
    }
    .visible-lg-block {
        display: block !important;
    }
    .visible-lg-inline {
        display: inline !important;
    }
    .visible-lg-inline-block {
        display: inline-block !important;
    }
    .hidden-lg {
        display: none;
    }
}
.visually-hidden,
.vh {
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
    position: absolute;
}
.stats-vertical,
.stats {
    width: 99%;
}
.stats-vertical ul,
.stats ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.stats-vertical ul li,
.stats ul li {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 9px;
}
.stats-vertical li:nth-child(2) .stats__content,
.stats li:nth-child(2) .stats__content {
    border-top: 0;
    border-bottom: 0;
}
.stats-vertical__content,
.stats__content {
    padding: 10px 0 30px;
    height: 100%;
}
.stats-vertical__header,
.stats__header {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    font-family: "Moderat";
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin-bottom: 10px;
}
.stats-vertical__header span.number,
.stats__header span.number {
    font-size: 4.0625rem;
    line-height: 1;
    letter-spacing: -0.21875rem;
    margin-right: 10px;
}
.stats-vertical__header span.denomination,
.stats__header span.denomination {
    line-height: 1;
    margin-bottom: 6px;
}
.stats-vertical__data,
.stats-vertical__data p,
.stats__data,
.stats__data p {
    font-family: "Graphik-Regular";
    font-size: 16px;
    line-height: 26px;
}
.bg_white .stats__content,
.bg_transparent .stats__content {
    border-top: 1px solid #001612;
    border-bottom: 1px solid #001612;
}
.bg_white .stats__header,
.bg_transparent .stats__header {
    color: #0e514d;
}
.bg_white .stats__data,
.bg_transparent .stats__data {
    color: #464646;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 22, 18, 0.2);
}
.bg_black .stats__content {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.bg_black .stats__header {
    color: #71d1cb;
}
.bg_black .stats__data {
    color: #71d1cb;
    padding-top: 20px;
    border-top: 1px solid rgba(113, 209, 203, 0.2);
}
@media (min-width: 1025px) {
    .stats ul {
        margin: 0 -9px;
    }
    .stats ul li {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        padding: 0 9px;
    }
    .stats__content {
        padding: 12px 0 30px;
    }
    .stats__header {
        min-height: 96px;
    }
    .stats__header,
    .stats__data {
        padding-left: 20px;
        padding-right: 20px;
    }
    .bg_white .stats li:nth-child(2) .stats__content,
    .bg_transparent .stats li:nth-child(2) .stats__content {
        border-top: 1px solid #001612;
        border-bottom: 1px solid #001612;
    }
    .bg_black .stats li:nth-child(2) .stats__content {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
    .sidebar .stats__header {
        min-height: 0;
    }
}
.bg_lightblue {
    color: #373435;
}
.bg_lightblue h1 {
    color: #373435;
}
.bg_beige {
    background: #fff;
    background-image: linear-gradient(-48deg, #8fd0b5 0%, #68a4d8 100%);
}
.bg_black {
    background-color: #373435;
    color: #fff;
}
.bg_grey {
    background-color: #f8f8f8;
    color: #373435;
}
.bg_lightblue {
    background-color: #cdefed;
    color: #373435;
}
.bg_peagreen {
    background-color: #dbe6cc;
}
.bg_transparent {
    background-color: transparent;
    color: #373435;
}
.bg_white {
    background-color: #fff;
}
.bg_turquoise {
    background-color: #71d1cb;
}
.bg_darkgreen {
    background-color: #001612;
    color: #fff;
}
.bg_darkgreen .eyebrows {
    color: #71d1cb;
}
.bg_forestgreen {
    background-color: #006861;
    color: #fff;
}
.bg_forestgreen .eyebrows {
    color: #fff;
}
.bg_yellow {
    background-color: #fff5be;
    color: #373435;
}
.bg_image {
    color: #fff;
}
.bg_image .eyebrows {
    color: #fff;
}
*,
*:before,
*:after {
    box-sizing: border-box;
}
.hero-banner.hero_short,
.related_report,
.chart_section__introtext,
.feature_updates .features_list_vertical .feature,
.feature_updates .features_list_row li,
#main-content.has-sidebar .sidebar,
.component.newsletter_signup .container,
.overview .container .col_content,
.quote__data,
.component.rich_text .container,
.statement .container,
.col2 .col .col_content,
body.single-grant .grant_info,
body.single-grant .grantee_details {
    padding-left: 35px;
    padding-right: 35px;
}
@font-face {
    font-family: "Graphik-Regular";
    src: url(../../../themes/fantasy-therockf/static/dist/fonts/graphik/graphik-regular-web.woff) format("woff2"), url(../../../themes/fantasy-therockf/static/dist/fonts/graphik/graphik-regular-web.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family: "Graphik-Medium";
    src: url(../../../themes/fantasy-therockf/static/dist/fonts/graphik/graphik-medium-web.woff) format("woff2"), url(../../../themes/fantasy-therockf/static/dist/fonts/graphik/graphik-medium-web.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family: "Graphik-Semibold";
    src: url(../../../themes/fantasy-therockf/static/dist/fonts/graphik/graphik-semibold-web.woff) format("woff2"), url(../../../themes/fantasy-therockf/static/dist/fonts/graphik/graphik-semibold-web.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family: "Graphik-Bold";
    src: url(../../../themes/fantasy-therockf/static/dist/fonts/graphik/graphik-bold-web.woff) format("woff2"), url(../../../themes/fantasy-therockf/static/dist/fonts/graphik/graphik-bold-web.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family: "Moderat";
    src: url(../../../themes/fantasy-therockf/static/dist/fonts/moderat/moderat-mono-bold.woff) format("woff2"), url(../../../themes/fantasy-therockf/static/dist/fonts/moderat/moderat-mono-bold.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
}
html {
    -webkit-font-smoothing: antialiased;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    font-family: Graphik-Regular;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin: 0;
}
h1 {
    font-family: Graphik-Medium;
    font-size: 2.125rem;
    line-height: 2.5rem;
    letter-spacing: -0.09375rem;
}
@media (min-width: 1025px) {
    h1 {
        font-size: 3.375rem;
        line-height: 3.75rem;
        letter-spacing: -0.15625rem;
    }
}
h1 .firstword {
	color: transparent;
    display: block;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 0.1px;
    -webkit-text-stroke-color: #5ed2cd;
}
h2,
.heading2 {
    font-family: Graphik-Semibold;
    font-size: 2.875rem;
    line-height: 3.25rem;
    letter-spacing: -0.15625rem;
}
@media (min-width: 1025px) {
    h2,
    .heading2 {
        font-size: 3rem;
        line-height: 3.5rem;
        letter-spacing: -0.15625rem;
        margin-bottom: 1.25rem;
		color: #373435;
    }
}
h2.regular,
.heading2.regular {
    font-family: Graphik-Regular;
}
h3,
.heading3 {
    font-family: Graphik-Medium;
    font-size: 2.375rem;
    line-height: 2.75rem;
    letter-spacing: -0.125rem;
    margin-bottom: 1.25rem;
}
@media (min-width: 1025px) {
    h3,
    .heading3 {
        font-size: 2.625rem;
        line-height: 3.125rem;
        letter-spacing: -0.21875rem;
    }
}
h3.semi-bold,
.heading3.semi-bold {
    font-family: Graphik-Semibold;
}
h3.regular,
.heading3.regular {
    font-family: Graphik-Regular;
}
h4,
.heading4 {
    font-family: Graphik-Regular;
    font-size: 2.125rem;
    line-height: 2.5rem;
    letter-spacing: -0.09375rem;
    margin-bottom: 1.875rem;
}
@media (min-width: 1025px) {
    h4,
    .heading4 {
        font-size: 1.125rem;
        line-height: 2.375rem;
        letter-spacing: normal;
		font-weight: bold;
    }
}
h4.medium,
.heading4.medium {
    font-family: Graphik-Medium;
    font-size: 2.125rem;
    line-height: 2.5rem;
}
@media (min-width: 1025px) {
    h4.medium,
    .heading4.medium {
        font-size: 1.875rem;
        line-height: 3.75rem;
    }
}
h4.semi-bold,
.heading4.semi-bold {
    font-family: Graphik-Semibold;
    font-size: 2.375rem;
    line-height: 2.5rem;
    letter-spacing: -0.125rem;
}
@media (min-width: 1025px) {
    h4.semi-bold,
    .heading4.semi-bold {
        font-size: 2.125rem;
        line-height: 2.1875rem;
        letter-spacing: -0.15625rem;
    }
}
h5,
.heading5 {
    font-family: Graphik-Medium;
    font-size: 2.375rem;
    line-height: 2.625rem;
    letter-spacing: -0.125rem;
    margin-bottom: 1.25rem;
}
@media (min-width: 1025px) {
    h5,
    .heading5 {
        font-size: 1.625rem;
        line-height: 1.875rem;
        letter-spacing: -0.15625rem;
    }
    h5.semi-bold,
    .heading5.semi-bold {
        font-size: 2.375rem;
        line-height: 2.875rem;
        letter-spacing: -0.125rem;
        font-weight: 500;
    }
}
h6,
.heading6 {
    font-family: Graphik-Regular;
    font-size: 1.875rem;
    line-height: 2.375rem;
    letter-spacing: -0.09375rem;
    margin-bottom: 1.25rem;
}
@media (min-width: 1025px) {
    h6,
    .heading6 {
        font-size: 1.5rem;
        line-height: 1.875rem;
        letter-spacing: -0.125rem;
        margin-bottom: 1.25rem;
    }
    h6.semi-bold,
    .heading6.semi-bold {
        font-size: 2.125rem;
        line-height: 2.5rem;
        letter-spacing: -0.125rem;
        font-weight: 300;
    }
}
p {
    font-family: Graphik-Regular;
    font-size: 1.375rem;
    line-height: 1.75rem;
    letter-spacing: -0.03125rem;
    margin: 0 0 1.25rem;
}
p:last-child {
    margin-bottom: 0;
}
p.style-2 {
    font-size: 1.25rem;
    line-height: 1.625rem;
    letter-spacing: -0.03125rem;
}
p.style-3 {
    font-size: 1.125rem;
    line-height: 1.625rem;
    letter-spacing: -0.03125rem;
}
p.style-4 {
    font-size: 1.125rem;
    line-height: 1.875rem;
    letter-spacing: 0rem;
}
p.style-5 {
    font-size: 1rem;
    line-height: 1.625rem;
    letter-spacing: 0px;
}
p.style-6 {
    font-size: 0.8125rem;
    line-height: 1.5rem;
    letter-spacing: 0px;
}
.author-name,
.see-more,
.see-less {
    font-family: Graphik-Medium;
    font-size: 1rem;
    line-height: 1.125rem;
    letter-spacing: 0.03125rem;
    background-color: #fff;
}
.author-des {
    font-family: Graphik-Regular;
    font-size: 0.75rem;
    line-height: 1.125rem;
    letter-spacing: 0rem;
}
.stats-big {
    font-family: Moderat;
    font-size: 3.75rem;
    line-height: 3.75rem;
    letter-spacing: -0.21875rem;
}
.eyebrows {
    font-family: Moderat;
    font-size: 0.8125rem;
    letter-spacing: 0.125rem;
    line-height: 1.625rem;
    text-transform: uppercase;
}
.eyebrow-green {
    font-family: Moderat;
    font-size: 0.8125rem;
    letter-spacing: 0.125rem;
}
.tags-font {
    font-family: Graphik-Medium;
    font-size: 0.8125rem;
    letter-spacing: 0;
}
.tabs-fonts {
    font-family: Graphik-Regular;
    font-size: 1.125rem;
    letter-spacing: -0.03125rem;
}
a {
    color: #000;
    text-decoration: none;
}
ol {
    list-style: none;
    counter-reset: li;
    padding-left: 4em;
}
ol li {
    font-size: 1.5rem;
    margin: 0 0 2.5rem;
}
ol li:before {
    content: counter(li, decimal-leading-zero);
    counter-increment: li;
    direction: rtl;
    display: inline-block;
    margin-bottom: -0.4375rem;
    margin-left: -2.5em;
    margin-right: 0.5em;
    text-align: right;
    vertical-align: top;
    width: 2em;
    color: #007e76;
    font-family: Moderat;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1;
}
.sr-only {
    display: none;
}
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
footer,
header,
nav,
div.component {
    display: block;
    position: relative;
}
article.top_section,
aside.top_section,
footer.top_section,
header.top_section,
nav.top_section,
div.component.top_section {
    z-index: 3;
}
h1 {
    margin: 0.67em 0;
}
figcaption,
figure,
main {
    display: block;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: inherit;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
dfn {
    font-style: italic;
}
mark {
    background-color: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
audio,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
img {
    border-style: none;
    max-width: 100%;
}
svg:not(:root) {
    overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    display: inline-block;
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details,
menu {
    display: block;
}
summary {
    display: list-item;
}
canvas {
    display: inline-block;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
.progress-container {
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 3px;
    background: #ccc;
    z-index: 9999;
}
.progress-bar {
    background: #71d1cb;
    height: 3px;
    width: 0;
    z-index: 1000;
    transition-duration: 0.2s;
}
.container {
    max-width: 1440px;
    margin: 0 35px;
}
@media (min-width: 768px) {
    .container {
        margin: 0 40px;
    }
}
@media (min-width: 1025px) {
    .container {
        margin: 0 50px;
    }
    .container .ofset-all-1 {
        padding: 0 calc(8.33333% - 26px);
    }
    .container .ofset-full-1 {
        padding: 0 8.33333%;
    }
    .container .ofset-all-half-1 {
        padding: 0 calc((8.33333% / 2) + 8.33333%);
    }
    .container .ofset-full-2 {
        padding: 0 16.66667%;
    }
}
.container .container {
    margin: 0;
}
.container .row {
    display: flex;
    flex-wrap: wrap;
}
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-sm-3 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-sm-4 {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
@media (min-width: 1025px) {
    .col-lg-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-lg-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-4 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.rf-flex-block {
    display: flex;
    flex-wrap: wrap;
}
@media (min-width: 1025px) {
    .rf-flex-block {
        flex-wrap: nowrap;
    }
    .rf-flex-block .rf-flex {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.rf-flex-block__nowrap {
    display: flex;
    flex-wrap: nowrap;
}
#content .content-wrapper {
    margin: 0 auto;
    max-width: 1440px;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
#content .content-wrapper .component:focus {
    outline: 1px solid #71d1cb;
}
.worldmap__innercircle {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
}
main.content-wrapper {
    padding: 0;
    max-width: 100%;
    margin: 0 auto;
    outline: 0;
    position: relative;
    width: 100%;
	top: 10px;
}
.page-container {
    max-width: 1540px;
    margin: 0 auto;
    box-shadow: 0px 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.introtext {
    max-width: 32.1875rem;
    padding: 0 35px;
    width: 100%;
}
@media (min-width: 1025px) {
    .mobile_only {
        display: none !important;
    }
}
.desktop_only {
    display: none !important;
}
@media (min-width: 1025px) {
    .desktop_only {
        display: inline-block !important;
    }
}
.alert_banner {
    background-color: #5ed2cd;
    color: #373435;
    position: relative;
    width: 100%;
}
.alert_banner__container {
    font-size: 0.875rem;
    line-height: 1.5rem;
    margin: 0 auto;
    padding: 13px 60px 12px 35px;
    position: relative;
    text-align: left;
}
@media (min-width: 1025px) {
    .alert_banner__container {
        line-height: 1.125rem;
        max-width: 1440px;
        padding: 13px 10px 12px;
        text-align: center;
    }
}
.alert_banner__btn {
    display: block;
}
@media (min-width: 1025px) {
    .alert_banner__btn {
        display: inline-block;
    }
}
.alert_banner__link {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2224%22%20height%3D%2211%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke%3D%22%23001612%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M18.547%201.257L22.79%205.5l-4.243%204.243%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M21.5%205.5H.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-position: right center;
    background-size: auto;
    font-size: 1rem;
    line-height: 1.125rem;
    font-weight: 700;
    display: inline-block;
    padding-right: 30px;
    text-decoration: underline;
}
.alert_banner__link:hover,
.alert_banner__link:focus {
    text-decoration-color: #5ed2cd;
}
@media (min-width: 1025px) {
    .alert_banner__link {
        margin-left: 30px;
    }
}
.alert_banner__close {
    -webkit-appearance: none;
    border: 0;
    padding: 0;
    background: 0 0;
    font-size: 1.5rem;
    position: absolute;
    right: 35px;
    top: 20px;
}
@media (min-width: 1025px) {
    .alert_banner__close {
        right: 0;
        top: 10px;
    }
}
.bg_image {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    z-index: 1;
	margin-bottom: -5px;
}
.bg_image.bg_image_small {
    display: block;
}
@media (min-width: 1025px) {
    .bg_image.bg_image_small {
        display: none;
    }
}
.bg_image.bg_multiply {
    background-blend-mode: multiply;
}
@media (min-width: 1025px) {
    .bg_image {
        display: block;
    }
}
.bg_overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 2;
}
.btn-primary {
    display: inline-block;
    padding: 0.9375rem 1.875rem;
    font-family: "Cera", "Helvetica", "sans-serif";
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    border-radius: 40px;
    appearance: none;
    outline: 0;
    border: 0;
}
.btn-primary:hover {
    text-decoration: none;
}
button {
    cursor: pointer;
}
.see-less .cta {
    width: 35px;
    height: 35px;
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2234%22%20height%3D%2213%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke-width%3D%22.96%22%20stroke%3D%22%23001612%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M26.988%200l6.109%206.11-6.11%206.109%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M32.2%206.11H1V.791%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    display: inline-block;
    background-color: #fff;
    background-size: 24px auto !important;
    border-bottom: 3px solid #5ed2cd;
    background-position: center;
}
.see-less .cta:hover {
    background-color: #5ed2cd;
}
@media (min-width: 1025px) {
    .see-less .cta {
        width: 60px;
        height: 55px;
        background-size: auto !important;
    }
}
.cta.btn_bg_white.arrow {
    box-shadow: 0 3px 0 0 #5ed2cd;
	border: 1px solid #5ed2cd;
    font-family: Moderat;
    font-size: 0.75rem;
    font-weight: 600;
    color: #373435;
    letter-spacing: 0.125rem;
    line-height: 1.125rem;
    padding-bottom: 10px;
    text-transform: uppercase;
    width: auto;
    width: fit-content;
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2224%22%20height%3D%2211%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke%3D%22%23001612%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M18.547%201.257L22.79%205.5l-4.243%204.243%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M21.5%205.5H.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-position: center right 30px;
    background-size: auto;
    padding-right: 50px;
    background-color: #fff;
    display: block;
    padding: 23px 60px 22px 25px;
    text-align: center;
}
.cta.btn_bg_white.arrow:hover,
.cta.btn_bg_white.arrow:focus {
    background-color: #5ed2cd;
    color: #373435;
}
@media (min-width: 1025px) {
    .cta.btn_bg_white.arrow {
        text-align: left;
        width: auto;
        width: fit-content;
    }
}
.cta.btn_bg_white.arrow:hover,
.cta.btn_bg_white.arrow:focus {
    border-color: #5ed2cd;
}
.cta.bg.underline {
    box-shadow: 0 3px 0 0 #5ed2cd;
    font-family: Moderat;
    font-size: 0.75rem;
    font-weight: 600;
    color: #373435;
    letter-spacing: 0.125rem;
    line-height: 1.125rem;
    padding-bottom: 10px;
    text-transform: uppercase;
    width: auto;
    width: fit-content;
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2224%22%20height%3D%2211%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke%3D%22%23001612%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M18.547%201.257L22.79%205.5l-4.243%204.243%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M21.5%205.5H.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-position: center right 30px;
    background-size: auto;
    padding-right: 50px;
    background-color: #fff;
    display: block;
    padding: 23px 60px 22px 25px;
    text-align: center;
}
.cta.bg.underline:hover,
.cta.bg.underline:focus {
    background-color: #5ed2cd;
    color: #373435;
}
@media (min-width: 1025px) {
    .cta.bg.underline {
        text-align: left;
        width: auto;
        width: fit-content;
    }
}
.cta.bg.underline:hover,
.cta.bg.underline:focus {
    border-color: #5ed2cd;
}
.cta.underline {
    box-shadow: 0 3px 0 0 #5ed2cd;
    font-family: Moderat;
    font-size: 0.75rem;
    font-weight: 600;
    color: #373435;
    letter-spacing: 0.125rem;
    line-height: 1.125rem;
    padding-bottom: 10px;
    text-transform: uppercase;
    width: auto;
    width: fit-content;
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2224%22%20height%3D%2211%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke%3D%22%23001612%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M18.547%201.257L22.79%205.5l-4.243%204.243%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M21.5%205.5H.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-position: center right 30px;
    background-size: auto;
    padding-right: 50px;
    background-color: #fff;
    display: block;
    padding: 23px 60px 22px 25px;
    text-align: center;
}
.cta.underline:hover,
.cta.underline:focus {
    background-color: #5ed2cd;
    color: #373435;
}
@media (min-width: 1025px) {
    .cta.underline {
        text-align: left;
        width: auto;
        width: fit-content;
    }
}
.cta.underline:hover,
.cta.underline:focus {
    border-color: #5ed2cd;
}
.cta.btn_bg_highlight {
    box-shadow: 0 3px 0 0 #5ed2cd;
    font-family: Moderat;
    font-size: 0.75rem;
    font-weight: 600;
    color: #373435;
    letter-spacing: 0.125rem;
    line-height: 1.125rem;
    padding-bottom: 10px;
    text-transform: uppercase;
    width: auto;
    width: fit-content;
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2224%22%20height%3D%2211%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke%3D%22%23001612%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M18.547%201.257L22.79%205.5l-4.243%204.243%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M21.5%205.5H.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-position: center right 30px;
    background-size: auto;
    padding-right: 50px;
    background-color: #5ed2cd;
    display: block;
    padding: 23px 60px 22px 25px;
    text-align: center;
}
.cta.btn_bg_highlight:hover,
.cta.btn_bg_highlight:focus {
    background-color: #5ed2cd;
    color: #373435;
}
@media (min-width: 1025px) {
    .cta.btn_bg_highlight {
        text-align: left;
        width: auto;
        width: fit-content;
    }
}
.cta.btn_bg_highlight:hover,
.cta.btn_bg_highlight:focus {
    border-color: #5ed2cd;
}
.cta.btn_bg_white.btn_border_grey.arrow {
    box-shadow: 0 3px 0 0 #5ed2cd;
    font-family: Moderat;
    font-size: 0.75rem;
    font-weight: 600;
    color: #373435;
    letter-spacing: 0.125rem;
    line-height: 1.125rem;
    padding-bottom: 10px;
    text-transform: uppercase;
    width: auto;
    width: fit-content;
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2224%22%20height%3D%2211%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke%3D%22%23001612%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M18.547%201.257L22.79%205.5l-4.243%204.243%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M21.5%205.5H.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-position: center right 30px;
    background-size: auto;
    padding-right: 50px;
    background-color: #fff;
    display: block;
    padding: 23px 60px 22px 25px;
    text-align: center;
    border: solid 1px rgba(151, 151, 151, 0.3);
    box-shadow: 0 11px 35px rgba(0, 0, 0, 0.05);
    border-bottom: 3px solid #5ed2cd;
}
.cta.btn_bg_white.btn_border_grey.arrow:hover,
.cta.btn_bg_white.btn_border_grey.arrow:focus {
    background-color: #5ed2cd;
    color: #373435;
}
@media (min-width: 1025px) {
    .cta.btn_bg_white.btn_border_grey.arrow {
        text-align: left;
        width: auto;
        width: fit-content;
    }
}
.cta.btn_bg_white.btn_border_grey.arrow:hover,
.cta.btn_bg_white.btn_border_grey.arrow:focus {
    border-color: #5ed2cd;
}
.cta.btn_bg_white.btn_border_grey.arrow:hover,
.cta.btn_bg_white.btn_border_grey.arrow:focus {
    border-color: #5ed2cd;
}
.cta.btn_bg_white.btn_border_grey.arrow:hover {
    background-color: #5ed2cd;
    border-bottom: 3px solid #373435;
}
.cta.btn_bg_white.download {
    box-shadow: 0 3px 0 0 #5ed2cd;
    font-family: Moderat;
    font-size: 0.75rem;
    font-weight: 600;
    color: #373435;
    letter-spacing: 0.125rem;
    line-height: 1.125rem;
    padding-bottom: 10px;
    text-transform: uppercase;
    width: auto;
    width: fit-content;
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2228%22%20height%3D%2228%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20stroke%3D%22%23FFF%22%20d%3D%22M19%2019.95l-4.455%204.454-4.455-4.455%22%2F%3E%3Cpath%20stroke%3D%22%23FFF%22%20stroke-linecap%3D%22square%22%20d%3D%22M14.545%2023.75V1h-4.123%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M24%2027v1H5v-1z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-position: center right 30px;
    background-size: auto;
    padding-right: 50px;
    background-color: #fff;
    display: block;
    padding: 23px 60px 22px 25px;
    text-align: center;
    border: solid 1px #404040;
    box-shadow: 0 11px 35px rgba(0, 0, 0, 0.05);
    border: solid 1px rgba(151, 151, 151, 0.3);
    border-bottom: 3px solid #5ed2cd;
}
.cta.btn_bg_white.download:hover,
.cta.btn_bg_white.download:focus {
    background-color: #5ed2cd;
    color: #373435;
}
@media (min-width: 1025px) {
    .cta.btn_bg_white.download {
        text-align: left;
        width: auto;
        width: fit-content;
    }
}
.cta.btn_bg_white.download:hover,
.cta.btn_bg_white.download:focus {
    border-color: #5ed2cd;
}
.cta.btn_bg_white.download:hover,
.cta.btn_bg_white.download:focus {
    border-color: #5ed2cd;
}
.cta.btn_bg_white.download:hover {
    background-color: #5ed2cd;
}
.cta.download.transparent {
    box-shadow: 0 3px 0 0 #5ed2cd;
    font-family: Moderat;
    font-size: 0.75rem;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.125rem;
    line-height: 1.125rem;
    padding-bottom: 10px;
    text-transform: uppercase;
    width: auto;
    width: fit-content;
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2228%22%20height%3D%2228%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20stroke%3D%22%23FFF%22%20d%3D%22M19%2019.95l-4.455%204.454-4.455-4.455%22%2F%3E%3Cpath%20stroke%3D%22%23FFF%22%20stroke-linecap%3D%22square%22%20d%3D%22M14.545%2023.75V1h-4.123%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M24%2027v1H5v-1z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-position: center right 30px;
    background-size: auto;
    padding-right: 50px;
    background-color: transparent;
    display: block;
    padding: 23px 60px 22px 25px;
    text-align: center;
    border: solid 1px #404040;
    box-shadow: 0 11px 35px rgba(255, 255, 255, 0.05);
    border: solid 1px rgba(151, 151, 151, 0.3);
    border-bottom: 3px solid #5ed2cd;
}
.cta.download.transparent:hover,
.cta.download.transparent:focus {
    background-color: #5ed2cd;
    color: #373435;
}
@media (min-width: 1025px) {
    .cta.download.transparent {
        text-align: left;
        width: auto;
        width: fit-content;
    }
}
.cta.download.transparent:hover,
.cta.download.transparent:focus {
    border-color: #5ed2cd;
}
.cta.download.transparent:hover,
.cta.download.transparent:focus {
    border-color: #5ed2cd;
}
.cta.arrow.transparent {
    box-shadow: 0 3px 0 0 #5ed2cd;
    font-family: Moderat;
    font-size: 0.75rem;
    font-weight: 600;
    color: #373435;
    letter-spacing: 0.125rem;
    line-height: 1.125rem;
    padding-bottom: 10px;
    text-transform: uppercase;
    width: auto;
    width: fit-content;
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2224%22%20height%3D%2211%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke%3D%22%23001612%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M18.547%201.257L22.79%205.5l-4.243%204.243%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M21.5%205.5H.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-position: center right 30px;
    background-size: auto;
    padding-right: 50px;
    background-color: transparent;
    display: block;
    padding: 23px 60px 22px 25px;
    text-align: center;
}
.cta.arrow.transparent:hover,
.cta.arrow.transparent:focus {
    background-color: #5ed2cd;
    color: #373435;
}
@media (min-width: 1025px) {
    .cta.arrow.transparent {
        text-align: left;
        width: auto;
        width: fit-content;
    }
}
.cta.arrow.transparent:hover,
.cta.arrow.transparent:focus {
    border-color: #5ed2cd;
}
.cta.arrow_white.transparent {
    box-shadow: 0 3px 0 0 #5ed2cd;
    font-family: Moderat;
    font-size: 0.75rem;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.125rem;
    line-height: 1.125rem;
    padding-bottom: 10px;
    text-transform: uppercase;
    width: auto;
    width: fit-content;
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2224%22%20height%3D%2210%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke%3D%22%23FFF%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M19.047.45l4.243%204.243-4.243%204.242%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M23%204.693H1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-position: center right 30px;
    background-size: auto;
    padding-right: 50px;
    background-color: "transparent";
    display: block;
    padding: 10px 40px 10px 10px;
    background-position: center right 10px;
    text-align: center;
}
.cta.arrow_white.transparent:hover,
.cta.arrow_white.transparent:focus {
    background-color: #5ed2cd;
    color: #373435;
}
@media (min-width: 1025px) {
    .cta.arrow_white.transparent {
        text-align: left;
        width: auto;
        width: fit-content;
    }
}
.cta.arrow_white.transparent:hover,
.cta.arrow_white.transparent:focus {
    color: #373435;
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2224%22%20height%3D%2211%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke%3D%22%23001612%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M18.547%201.257L22.79%205.5l-4.243%204.243%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M21.5%205.5H.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-size: auto;
    background-position: center right 10px;
    background-color: #5ed2cd;
}
.video_play {
    border: solid 4px #5ed2cd;
    background: 0 0;
    color: #fff;
    cursor: pointer;
    height: 77px;
    outline: 0;
    position: relative;
    text-align: left;
    transition: background 0.5s, color 0.5s;
    width: 77px;
}
.video_play span {
    bottom: 0.5rem;
    display: block;
    font-size: 0.625rem;
    left: 0.5rem;
    position: absolute;
}
.video_play:before {
    content: "";
    display: block;
    margin: 0 auto;
    position: relative;
    height: 0;
    width: 0;
    border-bottom: 8px solid transparent;
    border-left: 16px solid #fff;
    border-top: 8px solid transparent;
}
.video_play:hover,
.video_play:focus,
.video_play:active {
    background: #5ed2cd;
    color: #373435;
}
.video_play:hover:before,
.video_play:focus:before,
.video_play:active:before {
    height: 0;
    width: 0;
    border-bottom: 8px solid transparent;
    border-left: 16px solid #000;
    border-top: 8px solid transparent;
}
.bg_light .video_play {
    color: #000;
}
.bg_light .video_play:before {
    height: 0;
    width: 0;
    border-bottom: 8px solid transparent;
    border-left: 16px solid #000;
    border-top: 8px solid transparent;
}
.video_play_text {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2213%22%20height%3D%2213%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23001612%22%20d%3D%22M1.608.614l9.67%205.886-9.67%205.886z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-position: left center;
    background-size: auto;
    border: none;
    cursor: pointer;
    display: block;
    font-family: Moderat;
    font-size: 0.6875rem;
    letter-spacing: 0.11438rem;
    margin: 5px 0;
    padding: 5px 5px 5px 20px;
    text-transform: uppercase;
}
.btn_primary,
a.btn_primary,
.btn_secondary,
a.btn_secondary {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2224%22%20height%3D%2211%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke%3D%22%23001612%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M18.547%201.257L22.79%205.5l-4.243%204.243%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M21.5%205.5H.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-color: #fff;
    background-position: center right 25px;
    background-size: 24px 11px;
    display: block;
    font-family: Moderat;
    font-size: 0.8125rem;
    color: #373435;
    letter-spacing: 0.125rem;
    line-height: 0.875rem;
    padding: 23px 60px 22px 25px;
    text-transform: uppercase;
    width: auto;
    width: fit-content;
}
.btn_primary,
a.btn_primary {
    border: 1px solid rgba(151, 151, 151, 0.3);
    box-shadow: 0 3px 0 0 #5ed2cd;
}
.btn_primary:hover,
.btn_primary:focus,
a.btn_primary:hover,
a.btn_primary:focus {
    background-color: #5ed2cd;
    border: 1px solid #5ed2cd;
    box-shadow: 0 3px 0 0 #5ed2cd;
}
.btn_primary.btn_white,
a.btn_primary.btn_white {
    background-color: #fff;
    color: #373435;
}
.btn_secondary,
a.btn_secondary {
    background-color: #fff;
    border: 1px solid #e3e2de;
    border-bottom: 1px solid #f58634  !important;
}
.btn_secondary:hover,
.btn_secondary:focus,
a.btn_secondary:hover,
a.btn_secondary:focus {
    border: 1px solid #f58634;
    background-color: #f58634;
}
.btn_download,
a.btn_download {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2219%22%20height%3D%2228%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20stroke%3D%22%23001612%22%20d%3D%22M14%2019.95l-4.455%204.454L5.09%2019.95%22%2F%3E%3Cpath%20stroke%3D%22%23001612%22%20stroke-linecap%3D%22square%22%20d%3D%22M9.545%2023.75V1H5.422%22%2F%3E%3Cpath%20fill%3D%22%23001612%22%20d%3D%22M19%2027v1H0v-1z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-color: #fff;
    background-position: center right 25px;
    background-size: auto;
}
.bg_black .btn_download,
.bg_black .btn_primary,
.bg_dark .btn_download,
.bg_dark .btn_primary {
    background-color: transparent;
    color: #fff;
}
.bg_black .btn_download:hover,
.bg_black .btn_download:focus,
.bg_black .btn_primary:hover,
.bg_black .btn_primary:focus,
.bg_dark .btn_download:hover,
.bg_dark .btn_download:focus,
.bg_dark .btn_primary:hover,
.bg_dark .btn_primary:focus {
    background-color: #5ed2cd;
    border: 1px solid #5ed2cd;
    color: #373435;
}
.bg_black .btn_download,
.bg_dark .btn_download {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2228%22%20height%3D%2228%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20stroke%3D%22%23FFF%22%20d%3D%22M19%2019.95l-4.455%204.454-4.455-4.455%22%2F%3E%3Cpath%20stroke%3D%22%23FFF%22%20stroke-linecap%3D%22square%22%20d%3D%22M14.545%2023.75V1h-4.123%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M24%2027v1H5v-1z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-position: center right 25px;
    background-size: auto;
}
.bg_black .btn_download:hover,
.bg_black .btn_download:focus,
.bg_dark .btn_download:hover,
.bg_dark .btn_download:focus {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2219%22%20height%3D%2228%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20stroke%3D%22%23001612%22%20d%3D%22M14%2019.95l-4.455%204.454L5.09%2019.95%22%2F%3E%3Cpath%20stroke%3D%22%23001612%22%20stroke-linecap%3D%22square%22%20d%3D%22M9.545%2023.75V1H5.422%22%2F%3E%3Cpath%20fill%3D%22%23001612%22%20d%3D%22M19%2027v1H0v-1z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-position: center right 25px;
    background-size: auto;
    background-color: #5ed2cd;
    border: 1px solid #5ed2cd;
    box-shadow: 0 3px 0 0 transparent;
    color: #373435;
}
.bg_beige .btn_download,
.bg_beige .btn_primary {
    background-color: #fff;
    color: #373435;
}
.bg_beige .btn_download:hover,
.bg_beige .btn_download:focus,
.bg_beige .btn_primary:hover,
.bg_beige .btn_primary:focus {
    background-color: #5ed2cd;
    border: 1px solid #5ed2cd;
    color: #373435;
}
.bg_beige .btn_download {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2219%22%20height%3D%2228%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20stroke%3D%22%23001612%22%20d%3D%22M14%2019.95l-4.455%204.454L5.09%2019.95%22%2F%3E%3Cpath%20stroke%3D%22%23001612%22%20stroke-linecap%3D%22square%22%20d%3D%22M9.545%2023.75V1H5.422%22%2F%3E%3Cpath%20fill%3D%22%23001612%22%20d%3D%22M19%2027v1H0v-1z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-color: #fff;
    background-position: center right 25px;
    background-size: auto;
}
.bg_beige .btn_download:hover,
.bg_beige .btn_download:focus {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2219%22%20height%3D%2228%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20stroke%3D%22%23001612%22%20d%3D%22M14%2019.95l-4.455%204.454L5.09%2019.95%22%2F%3E%3Cpath%20stroke%3D%22%23001612%22%20stroke-linecap%3D%22square%22%20d%3D%22M9.545%2023.75V1H5.422%22%2F%3E%3Cpath%20fill%3D%22%23001612%22%20d%3D%22M19%2027v1H0v-1z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-position: center right 25px;
    background-size: auto;
    background-color: #5ed2cd;
    border: 1px solid #5ed2cd;
    box-shadow: 0 3px 0 0 transparent;
    color: #373435;
}
button.loading {
    background-image: url(../../../themes/fantasy-therockf/static/assets/images/loading.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    text-indent: -1000%;
}
.component .bx-wrapper {
    margin: 0;
    border: 0;
    background: 0 0;
    box-shadow: none;
}
.component .bx-controls {
    padding: 20px 35px;
    text-align: center;
    bottom: 10px;
    position: absolute;
    width: 100%;
}
@media (min-width: 1025px) {
    .component .bx-controls {
        bottom: 50px;
        margin: 0 70px 0 0;
        padding: 0;
        right: 0;
        width: 300px;
    }
}
.component .bx-controls-direction .bx-prev {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%228%22%20height%3D%2213%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20stroke%3D%22%231C1C1C%22%20d%3D%22M6.773%201L1%206.773l5.773%205.774%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    margin-right: 20px;
}
.component .bx-controls-direction .bx-next {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%228%22%20height%3D%2213%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20stroke%3D%22%231C1C1C%22%20d%3D%22M.773%201l5.774%205.773-5.774%205.774%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
}
.component .slider_controls a,
.component .slider_controls button {
    background-size: unset !important;
    background-position: center;
    background-color: #fff !important;
    border-radius: 50%;
    border: 3px solid rgba(153, 152, 145, 0.3);
    box-shadow: 0 0 0 1.5px transparent;
    display: inline-block;
    margin-top: 0;
    top: auto;
    left: auto;
    right: auto;
    position: relative;
    height: 52px;
    width: 52px;
    text-indent: -99999px;
}
.component .slider_controls a:hover,
.component .slider_controls a:focus,
.component .slider_controls button:hover,
.component .slider_controls button:focus {
    background-color: #5ed2cd !important;
    border: 3px solid #373435;
    box-shadow: 0 0 0 1.5px #5ed2cd;
}
.component .slider_controls .slide_prev {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%228%22%20height%3D%2213%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20stroke%3D%22%231C1C1C%22%20d%3D%22M6.773%201L1%206.773l5.773%205.774%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    margin-right: 20px;
}
.component .slider_controls .slide_next {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%228%22%20height%3D%2213%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20stroke%3D%22%231C1C1C%22%20d%3D%22M.773%201l5.774%205.773-5.774%205.774%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
}
.component .bx-wrapper .bx-controls-direction {
    display: inline-block;
    float: right;
    margin-right: 10px;
    width: 138px;
}
.component .bx-wrapper .bx-controls-direction a,
.component .bx-wrapper .bx-controls-direction button {
    background-size: unset !important;
    background-position: center;
    background-color: #fff !important;
    border-radius: 50%;
    border: 3px solid rgba(153, 152, 145, 0.3);
    box-shadow: 0 0 0 1.5px transparent;
    display: inline-block;
    margin-top: 0;
    top: auto;
    left: auto;
    right: auto;
    position: relative;
    height: 52px;
    width: 52px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    text-indent: -9999px;
}
.component .bx-wrapper .bx-controls-direction a:hover,
.component .bx-wrapper .bx-controls-direction a:focus,
.component .bx-wrapper .bx-controls-direction button:hover,
.component .bx-wrapper .bx-controls-direction button:focus {
    background-color: #5ed2cd !important;
    border: 3px solid #373435;
    box-shadow: 0 0 0 1.5px #5ed2cd;
}
.component .bx-pager.bx-default-pager {
    background-color: #fff;
    bottom: 0;
    border: 1px solid rgba(153, 152, 145, 0.3);
    border-radius: 99px;
    color: #001612;
    display: inline-block;
    font-family: Moderat;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -1px;
    padding: 16px 35px;
    position: relative;
    width: auto;
}
@media (max-width: 1024px) {
    .component .bx-wrapper .bx-pager-item {
        vertical-align: middle;
    }
    .component .bx-wrapper .bx-pager-item:nth-child(1n) {
        display: none;
    }
    .component .bx-wrapper .bx-pager-item:first-child,
    .component .bx-wrapper .bx-pager-item:last-child {
        display: inline;
    }
    .component .bx-wrapper .bx-pager-item:last-child a:before,
    .component .bx-wrapper .bx-pager-item:last-child button:before {
        content: "/";
        padding-right: 10px;
    }
    .component .bx-wrapper .bx-pager.bx-default-pager a,
    .component .bx-wrapper .bx-pager.bx-default-pager button {
        color: #001612;
        background: 0 0;
        display: inline;
        font-size: 14px;
    }
    .component .bx-wrapper .bx-pager.bx-default-pager a.active,
    .component .bx-wrapper .bx-pager.bx-default-pager button.active {
        background: 0 0;
    }
}
.cookie_policy {
    background-color: #373435;
    border-top: solid 1px rgba(255, 255, 255, 0.09);
    color: #fff;
    overflow: hidden;
    width: 100%;
    bottom: 0;
    position: fixed;
    z-index: 11000;
    height: 0;
    transition: all 2s ease-in-out 1s;
}
@media (min-width: 768px) {
    .cookie_policy {
        height: auto;
    }
	
	.contact-infos {
		padding: 50px 50px 94px; 
		border-left: 0px solid #ccc;
	}
}
.cookie_policy.show {
    height: 100%;
    max-height: 30%;
}
@media (min-width: 768px) {
    .cookie_policy.show {
        height: auto;
    }
}
@media (min-width: 1025px) {
    .cookie_policy.show {
        max-height: 15%;
    }
}
.cookie_policy__container {
    font-size: 0.875rem;
    line-height: 1.375rem;
    margin: 0 auto;
    padding: 20px 35px;
    position: relative;
}
@media (min-width: 1025px) {
    .cookie_policy__container {
        max-width: 1440px;
        padding: 40px 40px 40px 140px;
    }
}
.cookie_policy__container button,
.cookie_policy__container a {
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.125rem;
    text-decoration: underline;
}
.cookie_policy__container button:hover,
.cookie_policy__container button:focus,
.cookie_policy__container a:hover,
.cookie_policy__container a:focus {
    text-decoration-color: #5ed2cd;
}
.cookie_policy__container button.cookie_policy__close {
    -webkit-appearance: none;
    border: 0;
    padding: 0;
    background: 0 0;
    display: block;
    float: right;
    margin-bottom: 10px;
    text-align: right;
    text-decoration: none;
    width: 40px;
}
.cookie_policy__container button.cookie_policy__close span {
    display: none;
}
.cookie_policy__container button.cookie_policy__close:after {
    content: "X";
    display: block;
    font-size: 16px;
    font-weight: 700;
}
.cookie_policy__container button.cookie_policy__close:hover,
.cookie_policy__container button.cookie_policy__close:focus {
    color: #5ed2cd;
}
@media (min-width: 1025px) {
    .cookie_policy__container button.cookie_policy__close {
        float: none;
        margin-bottom: 0;
        position: absolute;
        right: 0;
        top: 30px;
    }
}
.cookie_policy a {
    color: #fff;
}
.date {
    display: inline-block;
    font-family: Moderat;
    text-transform: uppercase;
    background-color: #71d1cb;
}
.date.yellow {
    background-color: #f58634;
    color: #373435;
}
.date.date__large {
    font-size: 0.8125rem;
    letter-spacing: 0.09375rem;
    line-height: 1rem;
    padding: 13px 0 0 13px;
    width: 88px;
    height: 88px;
}
.date.date__large .date__day {
    display: block;
    font-size: 2rem;
    line-height: 1;
}
.date.date__medium {
    font-size: 0.8125rem;
    letter-spacing: 0.09375rem;
    line-height: 0.9375rem;
    padding: 13px 8px;
    width: 80px;
}
.date.date__medium .date__day {
    display: block;
    font-size: 1.5625rem;
    line-height: 1;
}
.date.date__small {
    font-size: 0.8125rem;
    line-height: 1rem;
    padding: 6px 0 0 8px;
    width: 60px;
    height: 60px;
}
.date.date__small .date__day {
    display: block;
    font-size: 0.8125rem;
    line-height: 1;
}
.flourish_chart {
    background: #fff;
    min-height: 500px;
    padding: 1.25rem;
}
.icon_case_study {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2226%22%20height%3D%2226%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke%3D%22%23001612%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M19.5%2018.605V23.5a1%201%200%2001-1%201h-16a1%201%200%2001-1-1v-21a1%201%200%20011-1h16a1%201%200%20011%201v6.318h0%22%20stroke-width%3D%221.5%22%2F%3E%3Cpath%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20d%3D%22M5.5%205.5h10M5.5%208.5h7M5.5%2011.5h5M5.5%2014.5h4M5.5%2017.5h5%22%2F%3E%3Cg%20transform%3D%22translate(9%207)%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11.069%2011.069l4.565%204.565%22%2F%3E%3Ccircle%20cx%3D%226.72%22%20cy%3D%226.72%22%20r%3D%225.97%22%2F%3E%3C%2Fg%3E%3Cg%20stroke-linecap%3D%22round%22%20stroke-width%3D%222.5%22%3E%3Cpath%20d%3D%22M9.5%2011.5h6M9.5%2015.5h6%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-size: auto;
    background-position: center left;
}
.icon_feature_package {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2223%22%20height%3D%2219%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20transform%3D%22translate(0%20-12)%22%20stroke%3D%22%23001612%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M21.267%2030.25H1.733a.25.25%200%2001-.25-.25V13a.25.25%200%2001.074-.177l19.71-.073a.25.25%200%2001.25.25v17a.25.25%200%2001-.25.25z%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M2.5%2013.5l18%2016M20.5%2013.5l-18%2016%22%2F%3E%3C%2Fg%3E%3Ccircle%20stroke-width%3D%221.5%22%20fill%3D%22%23FFF%22%20cx%3D%2211.5%22%20cy%3D%2221.5%22%20r%3D%222.75%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-size: auto;
}
.icon_news_post {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2223%22%20height%3D%2223%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M21%201.5a1%201%200%20011%201v14a1%201%200%2001-1%201H9.26c-.03.043-.065.083-.103.121l-3.925%203.925a1%201%200%2001-1.707-.717l.033-3.329H2a1%201%200%2001-1-1v-14a1%201%200%20011-1h19z%22%20stroke%3D%22%23001612%22%20stroke-width%3D%221.5%22%2F%3E%3Cpath%20stroke%3D%22%23001612%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20d%3D%22M5%209.5h13M5%2012.5h13M5%206.5h13%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-size: auto;
}
.icon_podcasts,
.icon_podcast {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2219%22%20height%3D%2225%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke%3D%22%23001612%22%20stroke-width%3D%221.5%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M8.24%207.75h.51v9.5h-.506l8.967%206.15a.35.35%200%2000.485-.323l-.007-21.222a.296.296%200%2000-.107-.174c-.08-.064-.19-.095-.434-.047L8.24%207.75z%22%2F%3E%3Cpath%20d%3D%22M8.806%207.75l-7.5.25.25%209.25h7.25v-9.5z%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M13.906%2020.75V4.25%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-size: auto;
    background-position: center;
}
.icon_reports,
.icon_report {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2220%22%20height%3D%2226%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke-width%3D%221.5%22%20stroke%3D%22%23000%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M18%201.5H2a1%201%200%2000-1%201v21a1%201%200%20001%201h16a1%201%200%20001-1v-21a1%201%200%2000-1-1z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5%2024V2M14%2015.5H5M14%2018.5H5M14%2021.5H5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-size: auto;
}
.icon_post {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2221%22%20height%3D%2226%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20transform%3D%22matrix(-1%200%200%201%2019.5%201.5)%22%20stroke-width%3D%221.5%22%20stroke%3D%22%23001612%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M1%200h16a1%201%200%20011%201v21a1%201%200%2001-1%201H1a1%201%200%2001-1-1V1a1%201%200%20011-1z%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M1%201l16%207M17%201L1%208%22%2F%3E%3Crect%20x%3D%224.25%22%20y%3D%2213.25%22%20width%3D%229.5%22%20height%3D%225.5%22%20rx%3D%221%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M1%209h17%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-size: auto;
}
.icon_rfvids-video {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2218%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M.86%2022.577V1.423a.349.349%200%2001.35-.35L16.812%2011.71a.349.349%200%2001.135.397L1.41%2022.866a.349.349%200%2001-.548-.289z%22%20stroke%3D%22%23001612%22%20stroke-width%3D%221.5%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-size: auto;
    background-position: center;
}
.bg_black .icon_case_study {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2226%22%20height%3D%2226%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke%3D%22%23FFF%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M19.5%2018.605V23.5a1%201%200%2001-1%201h-16a1%201%200%2001-1-1v-21a1%201%200%20011-1h16a1%201%200%20011%201v6.318h0%22%20stroke-width%3D%221.5%22%2F%3E%3Cpath%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20d%3D%22M5.5%205.5h10M5.5%208.5h7M5.5%2011.5h5M5.5%2014.5h4M5.5%2017.5h5%22%2F%3E%3Cg%20transform%3D%22translate(9%207)%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11.069%2011.069l4.565%204.565%22%2F%3E%3Ccircle%20cx%3D%226.72%22%20cy%3D%226.72%22%20r%3D%225.97%22%2F%3E%3C%2Fg%3E%3Cg%20stroke-linecap%3D%22round%22%20stroke-width%3D%222.5%22%3E%3Cpath%20d%3D%22M9.5%2011.5h6M9.5%2015.5h6%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-size: auto;
}
.bg_black .icon_feature_package {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2223%22%20height%3D%2219%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke%3D%22%23FFF%22%20stroke-width%3D%221.5%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M21.267%2018.25H1.733a.25.25%200%2001-.25-.25V1a.25.25%200%2001.074-.177L21.267.75a.25.25%200%2001.25.25v17a.25.25%200%2001-.25.25z%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M2.5%201.5l18%2016M20.5%201.5l-18%2016%22%2F%3E%3Ccircle%20fill%3D%22%23000%22%20cx%3D%2211.5%22%20cy%3D%229.5%22%20r%3D%222.75%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-size: auto;
}
.bg_black .icon_news_post {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2223%22%20height%3D%2223%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M21%201.5a1%201%200%20011%201v14a1%201%200%2001-1%201H9.26c-.03.043-.065.083-.103.121l-3.925%203.925a1%201%200%2001-1.707-.717l.033-3.329H2a1%201%200%2001-1-1v-14a1%201%200%20011-1h19z%22%20stroke%3D%22%23FFF%22%20stroke-width%3D%221.5%22%2F%3E%3Cpath%20stroke%3D%22%23FFF%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20d%3D%22M5%209.5h13M5%2012.5h13M5%206.5h13%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-size: auto;
}
.bg_black .icon_podcasts,
.bg_black .icon_podcast {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2219%22%20height%3D%2225%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke%3D%22%23FFF%22%20stroke-width%3D%221.5%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M8.24%207.75h.51v9.5h-.506l8.967%206.15a.35.35%200%2000.485-.323l-.007-21.222a.296.296%200%2000-.107-.174c-.08-.064-.19-.095-.434-.047L8.24%207.75z%22%2F%3E%3Cpath%20d%3D%22M8.806%207.75l-7.5.25.25%209.25h7.25v-9.5z%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M13.906%2020.75V4.25%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-size: auto;
}
.bg_black .icon_reports,
.bg_black .icon_report {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2220%22%20height%3D%2226%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke-width%3D%221.5%22%20stroke%3D%22%23FFF%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M18%201.5H2a1%201%200%2000-1%201v21a1%201%200%20001%201h16a1%201%200%20001-1v-21a1%201%200%2000-1-1z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5%2024V2M14%2015.5H5M14%2018.5H5M14%2021.5H5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-size: auto;
}
.bg_black .icon_post {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2221%22%20height%3D%2226%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20transform%3D%22matrix(-1%200%200%201%2019.5%201.5)%22%20stroke%3D%22%23FFF%22%20stroke-width%3D%221.5%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M1%200h16a1%201%200%20011%201v21a1%201%200%2001-1%201H1a1%201%200%2001-1-1V1a1%201%200%20011-1z%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M1%201l16%207M17%201L1%208%22%2F%3E%3Crect%20x%3D%224.25%22%20y%3D%2213.25%22%20width%3D%229.5%22%20height%3D%225.5%22%20rx%3D%221%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M1%209h17%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-size: auto;
}
.bg_black .icon_rfvids-video {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2218%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M.86%2022.577V1.423a.349.349%200%2001.35-.35L16.812%2011.71a.349.349%200%2001.135.397L1.41%2022.866a.349.349%200%2001-.548-.289z%22%20stroke%3D%22%23FFF%22%20stroke-width%3D%221.5%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-size: auto;
    background-position: center left;
}
.icon_category {
    display: block;
    height: 43px;
    width: 43px;
}
figure.wp-caption {
    margin: 0;
    max-width: 100%;
}
@media (max-width: 768px) {
    figure.wp-caption {
        width: 100% !important;
    }
}
@media (min-width: 1025px) {
    figure.wp-caption.alignnone {
        width: auto !important;
    }
}
figure.wp-caption img {
    height: auto;
}
figure.wp-caption .wp-caption-text {
    font-size: 1rem;
    color: #464646;
    line-height: 1.25rem;
    margin: 10px 0 30px;
}
figure.big_caption.wp-caption {
    background-color: #e3e2de;
    margin: 0 0 1rem;
    max-width: 100%;
}
figure.big_caption.wp-caption img {
    height: auto;
}
figure.big_caption.wp-caption .wp-caption-text {
    font-size: 2rem;
    color: #464646;
    letter-spacing: -0.11125rem;
    line-height: 3.25rem;
    margin-top: -3px;
}
@media (min-width: 1025px) {
    figure.big_caption.wp-caption .wp-caption-text {
        padding: 100px 120px;
    }
}
@media (min-width: 1025px) {
    ::selection {
        background: #71d1cb;
    }
    ::-moz-selection {
        background: #71d1cb;
    }
    .highlight-and-share-wrapper {
        position: relative;
        background: #aaa;
        border-radius: 0;
        z-index: 2 !important;
    }
    .highlight-and-share-wrapper div {
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        background: #ddd !important;
    }
    .highlight-and-share-wrapper div:hover,
    .highlight-and-share-wrapper div:focus {
        background-color: #5ed2cd !important;
    }
    .highlight-and-share-wrapper .has-text {
        display: none;
    }
    .highlight-and-share-wrapper .has_twitter {
        display: block !important;
        margin-bottom: 0;
        margin-right: 0;
        border-bottom: 1px;
        border-color: #aaa;
    }
    .highlight-and-share-wrapper .has_twitter a {
        background: transparent
            url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2215%22%20height%3D%2215%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M7.64%205.382l.026.387-.42-.047a7.027%207.027%200%2001-3.995-1.834l-.554-.514-.143.38c-.302.845-.11%201.739.52%202.34.336.331.26.379-.319.181-.201-.063-.377-.11-.394-.087-.059.056.143.775.302%201.06.218.395.663.782%201.15%201.011l.411.182-.486.008c-.47%200-.487.008-.437.174.168.513.831%201.059%201.57%201.296l.52.166-.453.253c-.672.363-1.46.569-2.25.585-.377.008-.688.04-.688.063%200%20.079%201.024.522%201.62.695%201.788.514%203.911.293%205.506-.584%201.133-.625%202.267-1.866%202.795-3.067.286-.64.571-1.81.571-2.371%200-.364.025-.411.495-.846.277-.253.538-.53.588-.609.084-.15.076-.15-.353-.016-.713.238-.814.206-.461-.15.26-.253.57-.711.57-.845%200-.024-.125.015-.268.087a4.89%204.89%200%2001-.739.268l-.453.135-.411-.261c-.227-.142-.546-.3-.714-.348-.428-.11-1.083-.095-1.469.032-1.049.355-1.712%201.272-1.636%202.276z%22%20fill%3D%22%23001612%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E")
            no-repeat 50% 50%;
        background-size: contain;
        background-color: #ddd;
        background-size: auto;
        padding: 20px 25px !important;
        border-bottom: solid 1px #aaa;
    }
    .highlight-and-share-wrapper .has_twitter a:hover,
    .highlight-and-share-wrapper .has_twitter a:focus {
        background-color: #5ed2cd !important;
    }
    .highlight-and-share-wrapper .has_facebook {
        display: block !important;
        margin-bottom: 0;
        margin-right: 0;
        border: 1px #bbb;
    }
    .highlight-and-share-wrapper .has_facebook a {
        background: transparent
            url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%227%22%20height%3D%2214%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4.05%2013.056V6.527h1.803l.239-2.25H4.05l.003-1.126c0-.587.056-.9.898-.9H6.08V0H4.277C2.112%200%201.35%201.091%201.35%202.927v1.35H0v2.25h1.35v6.529h2.7z%22%20fill%3D%22%23001612%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E")
            no-repeat 50% 50%;
        background-size: contain;
        background-color: #ddd;
        background-size: auto;
        padding: 20px 25px !important;
        border-bottom: solid 1px #aaa;
    }
    .highlight-and-share-wrapper .has_facebook a:hover,
    .highlight-and-share-wrapper .has_facebook a:focus {
        background-color: #5ed2cd !important;
    }
    .highlight-and-share-wrapper .has_linkedin {
        display: block !important;
        margin-bottom: 0;
        margin-right: 0;
    }
    .highlight-and-share-wrapper .has_linkedin a {
        background: transparent
            url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2215%22%20height%3D%2215%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M3.88%205.674v7.621H1.16V5.674h2.72zm.18-2.358c0%20.732-.591%201.318-1.54%201.318h-.017C1.59%204.634%201%204.048%201%203.316%201%202.57%201.608%202%202.539%202c.93%200%201.503.57%201.52%201.316zm9.628%205.61v4.37h-2.72V9.217c0-1.024-.393-1.723-1.378-1.723-.751%200-1.199.471-1.395.926-.072.163-.09.39-.09.618v4.256h-2.72s.036-6.906%200-7.62h2.72v1.079c.361-.52%201.008-1.259%202.452-1.259%201.79%200%203.13%201.09%203.13%203.43z%22%20fill%3D%22%23001612%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E")
            no-repeat 50% 50%;
        background-size: contain;
        background-color: #ddd;
        background-size: auto;
        padding: 20px 25px !important;
    }
    .highlight-and-share-wrapper .has_linkedin a:hover,
    .highlight-and-share-wrapper .has_linkedin a:focus {
        background-color: #5ed2cd !important;
    }
    .highlight-and-share-wrapper:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 0;
        border: 8px solid transparent;
        border-top-color: #ddd !important;
        border-bottom: 0;
        margin-left: -8px;
        margin-bottom: -8px;
        border-top: 10px solid #ddd !important;
    }
}
input[type="text"],
input[type="password"],
input[type="search"],
input[type="email"],
input[type="url"],
input[type="tel"] {
    display: block;
    position: relative;
    padding: 0.625rem;
    width: 100%;
    max-width: 20.9375rem;
    font-size: 0.875rem;
    border-radius: 10px;
}
#main-content > .container a {
    color: #373435;
    /*border-bottom: solid 1px #999891;*/
    text-decoration: none;
}
#main-content > .container a:hover,
#main-content > .container a:focus {
    /*border-bottom: solid 1px #5ed2cd;*/
}
a.link_standalone {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2224%22%20height%3D%2211%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke%3D%22%23001612%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M18.547%201.257L22.79%205.5l-4.243%204.243%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M21.5%205.5H.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-position: center right;
    border-bottom: solid 1px #999891;
    background-size: auto;
    color: #464646;
    display: inline-block;
    font-family: Moderat;
    font-size: 0.8125rem;
    letter-spacing: 0.125rem;
    line-height: 0.9375rem;
    padding: 2px 30px 3px 0;
    text-decoration: none !important;
    text-transform: uppercase;
}
a.link_standalone:hover,
a.link_standalone:focus,
a.link_standalone:active {
    border-bottom: solid 1px #5ed2cd;
    color: #373435;
}
.worldmap__container {
    height: 300px;
    margin-bottom: 44px;
    position: relative;
    width: 300px;
}
@media (min-width: 1025px) {
    .worldmap__container {
        height: 420px;
        width: 543px;
    }
}
.worldmap__overlay {
    background: #fff;
    box-shadow: 0 15px 25px 0 rgba(113, 112, 108, 0.15);
    border-radius: 3px;
    color: #001612;
    font-family: Graphik-Regular;
    font-size: 0.875rem;
    letter-spacing: 0;
    line-height: 1.75rem;
    padding: 27px 26px;
    position: absolute;
    left: 20px;
    bottom: -44px;
    z-index: 100;
}
.worldmap__outerframe {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 98;
    height: 230px;
    width: 230px;
}
@media (min-width: 1025px) {
    .worldmap__outerframe {
        height: 100%;
        width: 100%;
    }
}
.worldmap__innerframe {
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
    border: solid 1px #e3e2de;
    position: absolute;
    z-index: 99;
}
.worldmap__innercircle {
    border: solid 1px #e3e2de;
    border-radius: 50%;
    z-index: 99;
    height: 230px;
    width: 230px;
}
@media (min-width: 1025px) {
    .worldmap__innercircle {
        height: 382px;
        width: 382px;
    }
}
.worldmap__frame {
    border: solid 1px #e3e2de;
    overflow: hidden;
    height: 300px;
    width: 300px;
}
@media (min-width: 1025px) {
    .worldmap__frame {
        height: 420px;
        width: 543px;
    }
}
.fm-map-container svg g g g path {
    fill: #5baca7;
}
.fm-map-container svg g g g path.maphighlight {
    fill: #ff5f14;
}
.search_field {
    background-color: #5ed2cd;
}
@media (min-width: 1025px) {
    .search_field {
        padding: 100px 0 0;
        width: calc(100% - 137px);
        margin-left: 137px;
    }
}
.search_field label {
    display: inline-block;
    font-family: Graphik-Semibold;
    font-size: 1.75rem;
    letter-spacing: -0.09375rem;
    line-height: 2.125rem;
    padding: 35px;
}
@media (min-width: 1025px) {
    .search_field label {
        padding: 0 0 36px 65px;
    }
}
.search_field .form_fields {
    overflow: auto;
}
.search_field input[type="text"] {
    background-color: #fff;
    border: none;
    border-radius: 0;
    float: left;
    max-width: 971px;
    padding: 20px 20px 19px;
    width: calc(100% - 75px);
    font-family: Graphik-Regular;
    font-size: 1.125rem;
    letter-spacing: -0.03125rem;
    line-height: 2.25rem;
}
@media (min-width: 1025px) {
    .search_field input[type="text"] {
        padding: 32px;
        width: 100%;
    }
}
.search_field input[type="reset"] {
    background-color: #fff;
    border: none;
    color: #ff5800;
    float: left;
    cursor: pointer;
    padding: 0;
    height: 75px;
    width: 75px;
}
@media (min-width: 1025px) {
    .search_field input[type="reset"] {
        height: 100px;
        width: 100px;
    }
}
.search_field input[type="submit"] {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2223%22%20height%3D%2223%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20transform%3D%22translate(-1%20-1)%22%20stroke%3D%22%23002C24%22%20stroke-width%3D%221.5%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M16.812%2016.812l6.522%206.522%22%2F%3E%3Ccircle%20cx%3D%2210.6%22%20cy%3D%2210.6%22%20r%3D%228.85%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-size: auto;
    background-color: #fff;
    border: none;
    cursor: pointer;
    float: left;
    padding: 0;
    position: relative;
    z-index: 1;
    height: 75px;
    width: 75px;
}
@media (min-width: 1025px) {
    .search_field input[type="submit"] {
        background: transparent
            url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2223%22%20height%3D%2223%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke%3D%22%23FFF%22%20stroke-width%3D%221.5%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M15.812%2015.812l6.522%206.522%22%2F%3E%3Ccircle%20cx%3D%229.6%22%20cy%3D%229.6%22%20r%3D%228.85%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
            no-repeat 50% 50%;
        background-size: contain;
        background-size: auto;
        background-color: #373435;
        height: 100px;
        width: 124px;
    }
}
.taglist {
    margin: 0;
    padding: 0;
    list-style: none;
}
.taglist li:before {
    display: none;
}
.taglist li {
    display: inline-block;
    margin-bottom: 2px;
    margin-right: 4px;
}
.taglist a {
    background-color: #f3f4f4;
    border-bottom: none;
    color: #373435;
    display: inline-block;
    font-family: Moderat;
    font-size: 0.625rem;
    letter-spacing: 0.10437rem;
    line-height: 0.75rem;
    padding: 10px;
    text-transform: uppercase;
}
.taglist a:hover,
.taglist a:focus {
    background-color: #5ed2cd;
}
.video_background {
    display: none;
}
@media (min-width: 1025px) {
    .video_background {
        background: #000;
        display: block;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transition: opacity 2s ease-in-out 5s;
        z-index: -99;
    }
    .video_background.video_ready {
        opacity: 1;
    }
    .video_background_container {
        position: relative;
        height: 100%;
        overflow: hidden;
    }
    .video_foreground,
    .video_background iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
    }
    button.bg_video_pause {
        bottom: 30px;
        right: 30px;
        position: absolute;
        z-index: 100;
    }
}
.contact-form_wrapper {
    background-color: #fff;
}
.contact-form_wrapper form {
    max-width: 1440px;
    margin: 0 35px;
    box-shadow: 0 5px 25px rgba(113, 112, 108, 0.15);
}
@media (min-width: 768px) {
    .contact-form_wrapper form {
        margin: 0 40px;
    }
	
}
@media (min-width: 1025px) {
    .contact-form_wrapper form {
        margin: 0 16.66667%;
        padding: 60px 88px;
    }
}
.contact-form_wrapper h3.gform_title {
    font-size: 30px;
    line-height: 38px;
    letter-spacing: -1.4px;
    color: #001712;
    margin-bottom: 35px;
}
.contact-form_wrapper label.gfield_label {
    margin-bottom: 10px;
    display: block;
    color: #76756f;
    font-size: 12px;
    line-height: 13px;
    letter-spacing: normal;
}
.contact-form_wrapper ul,
.contact-form_wrapper li {
    list-style-type: none;
    padding: 0;
}
.contact-form_wrapper ul {
    display: flex;
    flex-wrap: wrap;
}
.contact-form_wrapper ul li {
    margin-bottom: 35px;
}
.contact-form_wrapper ul li:nth-child(1) {
    width: 50%;
    padding-right: 13px;
}
.contact-form_wrapper ul li:nth-child(2) {
    width: 50%;
    padding-left: 13px;
}
.contact-form_wrapper ul li:nth-child(3),
.contact-form_wrapper ul li:nth-child(4),
.contact-form_wrapper ul li:nth-child(5) {
    width: 100%;
}
.contact-form_wrapper ul li:nth-child(5) label.gfield_label {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.5px;
}
.contact-form_wrapper input,
.contact-form_wrapper select,
.contact-form_wrapper button,
.contact-form_wrapper textarea {
    padding-bottom: 15px;
    -webkit-appearance: none !important;
    border: 0;
    max-width: 100%;
    border-bottom: 1px solid #999891;
    border-radius: 0;
    background-color: #fff;
    width: 100%;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: -0.5px;
    color: #001612;
}
.contact-form_wrapper textarea {
    max-height: 120px;
}
.contact-form_wrapper select {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2210%22%20height%3D%225%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M9.485.243L5.243%204.485%201%20.243%22%20stroke%3D%22%23001612%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20opacity%3D%22.3%22%2F%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-size: 16px;
    background-position: right;
}
.contact-form_wrapper input[type="submit"] {
    width: auto;
    border: 1px solid rgba(0, 22, 18, 0.25);
    padding: 20px 60px 20px 30px;
    font-family: Moderat;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2224%22%20height%3D%2211%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke%3D%22%23001612%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M18.547%201.257L22.79%205.5l-4.243%204.243%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M21.5%205.5H.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-position: 100px center;
    background-size: auto 10px !important;
    box-shadow: 0 15px 25px rgba(113, 112, 108, 0.15);
}
.gform_confirmation_wrapper {
    width: 100%;
}
#bs4_overlay {
    display: none;
    left: 0;
    opacity: 0.4;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
}
#bs4_overlay.active {
    display: block;
}
#bs4_overlay .row {
    margin: 0;
    display: flex;
}
@media (min-width: 768px) {
    #bs4_overlay .row {
        margin: 0 -20px;
    }
}
@media (min-width: 1025px) {
    #bs4_overlay .row {
        margin: 0 -13px;
    }
}
@media (max-width: 767px) {
    #bs4_overlay .col-lg-1 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
@media (max-width: 1024px) {
    #bs4_overlay .col-lg-1 {
        padding: 0 20px;
    }
}
@media (min-width: 1025px) {
    #bs4_overlay .col-lg-1 {
        padding: 0 13px;
    }
}
#bs4_overlay i {
    display: block;
    background: red;
    opacity: 0.4;
}
#bs4_toggle {
    background: rgba(0, 0, 0, 0.75);
    border: 2px solid #fff;
    box-shadow: 0 0 2px #000;
    color: #fff;
    cursor: pointer;
    display: block;
    font-weight: 700;
    padding: 0.5em 4em 0.5em 2em;
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 10000;
}
#bs4_toggle .close {
    font-size: 10px;
    position: absolute;
    right: 10px;
    top: 13px;
}
.toolbar-horizontal #bs4_toggle {
    top: 90px;
}
.admin-bar #bs4_toggle {
    top: 42px;
}
footer {
    background-color: #001612;
    color: #e3e2de;
    z-index: 60;
}
footer .container {
    padding-bottom: 10px;
    padding-top: 96px;
    position: relative;
}
@media (min-width: 1025px) {
    footer .container {
        margin: 0 auto;
    }
}
footer h2 {
    font-family: Graphik-Medium;
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.25rem;
    margin: 0 0 1rem;
}
footer p {
    font-family: Graphik-Regular;
    font-size: 0.875rem;
    color: #999891;
    line-height: 1.875rem;
}
footer .site-footer__logo {
    border-bottom: solid 1px rgba(227, 226, 222, 0.25);
    margin-bottom: 50px;
    padding-bottom: 40px;
}

footer .site-footer__logo__link {
    background: transparent url(../../../themes/fantasy-therockf/static/assets/images/trf-logo_color.png) no-repeat 50% 50%;
    background-size: contain;
    background-size: 100%;
    display: block;
    height: 3.9375rem;
    text-decoration: none;
    width: 15.5rem;
}

@media (min-width: 1025px) {
    footer .site-footer__columns {
        display: flex;
        margin-bottom: 5px;
		border-bottom: solid 1px rgba(227, 226, 222, 0.25);
    }
}
footer .site-footer__nav {
    margin-bottom: 50px;
}
@media (min-width: 1025px) {
    footer .site-footer__nav {
        margin: 50px;
    }
}
footer .site-footer__nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 2.5rem;
    overflow: auto;
}
footer .site-footer__nav ul li:before {
    display: none;
}
@media (min-width: 1025px) {
    footer .site-footer__nav ul {
        display: flex;
        flex-wrap: wrap;
    }
}
footer .site-footer__nav ul > li {
    width: 48%;
}
@media (min-width: 1025px) {
    footer .site-footer__nav ul > li {
        width: auto;
    }
}
footer .site-footer__nav ul > li a {
    color: #e3e2de;
    font-family: Graphik-Medium;
    font-size: 1.125rem;
    letter-spacing: 0;
    line-height: 1.875rem;
    padding: 0 0 0.9375rem;
}
footer .site-footer__nav ul > li a:hover,
footer .site-footer__nav ul > li a:focus {
    color: #fff;
}
footer .site-footer__nav ul > li:nth-child(odd) {
    float: left;
}
footer .site-footer__nav ul > li:nth-child(2) {
    float: right;
}
footer .site-footer__nav ul ul.sub-menu {
    display: block;
}
footer .site-footer__nav ul ul.sub-menu li {
    width: 100%;
}
footer .site-footer__nav ul ul.sub-menu li a {
    display: block;
    font-family: Graphik-Regular;
    font-size: 0.875rem;
    color: #999891;
    line-height: 1.4375rem;
}
footer .site-footer__nav ul ul.sub-menu li a:hover,
footer .site-footer__nav ul ul.sub-menu li a:focus {
    color: #fff;
    text-decoration: underline;
    text-decoration-color: #5ed2cd;
}
@media (min-width: 1025px) {
    footer .site-footer__nav {
        margin: 0 10% 0 0;
        width: 65%;
    }
    footer .site-footer__nav ul.menu {
        display: flex;
    }
    footer .site-footer__nav ul.menu > li {
        width: 33%;
    }
    footer .site-footer__nav ul.submenu li {
        width: 100%;
    }
}
footer .site-footer__subscribe {
    margin-bottom: 50px;
}
@media (min-width: 1025px) {
    footer .site-footer__subscribe {
        width: 30%;
    }
}
footer .site-footer__socialmenu {
    margin-bottom: 30px;
}
footer .site-footer__socialmenu .social_menu {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 0;
    width: fit-content;
}
footer .site-footer__socialmenu .social_menu li:before {
    display: none;
}
footer .site-footer__socialmenu .social_menu a {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    display: inline-block;
    height: 40px;
    width: 40px;
}
footer .site-footer__socialmenu .social_menu a:hover,
footer .site-footer__socialmenu .social_menu a:focus {
    background-color: #5ed2cd !important;
}
footer .site-footer__socialmenu .social_menu li {
    border: 1px solid #373435;
    line-height: 0;
}
footer .site-footer__socialmenu .social_menu li.copyurl a {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%227%22%20height%3D%2219%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20transform%3D%22rotate(-90%209.5%209)%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Crect%20stroke%3D%22%23001612%22%20stroke-width%3D%221.62%22%20x%3D%22.81%22%20y%3D%22.81%22%20width%3D%227.29%22%20height%3D%224.86%22%20rx%3D%222.43%22%2F%3E%3Crect%20stroke%3D%22%23001612%22%20stroke-width%3D%221.62%22%20x%3D%229.72%22%20y%3D%22.81%22%20width%3D%227.29%22%20height%3D%224.86%22%20rx%3D%222.43%22%2F%3E%3Cpath%20d%3D%22M4.86%202.43h8.1a.81.81%200%20010%201.62h-8.1a.81.81%200%20110-1.62z%22%20fill%3D%22%23001612%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-color: #fff;
    background-size: auto;
}
footer .site-footer__socialmenu .social_menu li.facebook a {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%227%22%20height%3D%2214%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4.05%2013.056V6.527h1.803l.239-2.25H4.05l.003-1.126c0-.587.056-.9.898-.9H6.08V0H4.277C2.112%200%201.35%201.091%201.35%202.927v1.35H0v2.25h1.35v6.529h2.7z%22%20fill%3D%22%23001612%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-color: #fff;
    background-size: auto;
}
footer .site-footer__socialmenu .social_menu li.instagram a {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2214%22%20height%3D%2214%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M7%200C5.1%200%204.862.008%204.115.042%203.37.076%202.86.194%202.415.368c-.46.178-.85.417-1.24.807-.39.389-.628.78-.808%201.24-.173.445-.291.954-.325%201.699C.01%204.86%200%205.099%200%207c0%201.901.008%202.139.042%202.886.035.745.153%201.253.326%201.699.178.46.418.85.807%201.24.389.389.78.629%201.24.808.445.173.954.29%201.699.325.746.034.985.042%202.886.042%201.901%200%202.139-.008%202.886-.042.745-.034%201.254-.152%201.7-.325.46-.18.85-.419%201.239-.808.389-.39.628-.78.807-1.24.173-.446.29-.954.326-1.7C13.99%209.14%2014%208.902%2014%207c0-1.901-.009-2.14-.042-2.886-.035-.746-.153-1.254-.326-1.7-.179-.46-.418-.85-.807-1.24a3.421%203.421%200%2000-1.24-.806c-.446-.174-.955-.292-1.7-.326C9.138.008%208.9%200%206.998%200h.003zm-.627%201.261H7c1.869%200%202.09.007%202.828.04.683.032%201.053.146%201.3.242.327.127.56.278.804.523.245.245.397.479.524.805.096.247.21.617.241%201.3.034.738.041.96.041%202.827%200%201.869-.007%202.09-.04%202.828-.032.683-.146%201.053-.242%201.3-.127.326-.279.559-.524.804a2.165%202.165%200%2001-.804.523c-.247.096-.617.21-1.3.241-.738.034-.96.041-2.828.041-1.87%200-2.091-.007-2.829-.04-.682-.032-1.053-.146-1.3-.242a2.168%202.168%200%2001-.805-.524%202.17%202.17%200%2001-.524-.804c-.095-.247-.21-.617-.24-1.3-.034-.737-.04-.96-.04-2.828%200-1.87.006-2.09.04-2.828.03-.683.145-1.053.24-1.3.127-.326.28-.56.524-.805.245-.245.479-.396.805-.524.247-.096.618-.21%201.3-.24.646-.03.896-.039%202.2-.04v.001zm4.364%201.163a.84.84%200%20100%201.68.84.84%200%20000-1.68zm-3.736.981a3.595%203.595%200%20100%207.19%203.595%203.595%200%20000-7.19zm0%201.262a2.333%202.333%200%20110%204.666%202.333%202.333%200%20010-4.666z%22%20fill%3D%22%23001612%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-color: #fff;
    background-size: auto;
}
footer .site-footer__socialmenu .social_menu li.linkedin a {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2215%22%20height%3D%2215%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M3.88%205.674v7.621H1.16V5.674h2.72zm.18-2.358c0%20.732-.591%201.318-1.54%201.318h-.017C1.59%204.634%201%204.048%201%203.316%201%202.57%201.608%202%202.539%202c.93%200%201.503.57%201.52%201.316zm9.628%205.61v4.37h-2.72V9.217c0-1.024-.393-1.723-1.378-1.723-.751%200-1.199.471-1.395.926-.072.163-.09.39-.09.618v4.256h-2.72s.036-6.906%200-7.62h2.72v1.079c.361-.52%201.008-1.259%202.452-1.259%201.79%200%203.13%201.09%203.13%203.43z%22%20fill%3D%22%23001612%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-color: #fff;
    background-size: auto;
}
footer .site-footer__socialmenu .social_menu li.twitter a {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2215%22%20height%3D%2215%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M7.64%205.382l.026.387-.42-.047a7.027%207.027%200%2001-3.995-1.834l-.554-.514-.143.38c-.302.845-.11%201.739.52%202.34.336.331.26.379-.319.181-.201-.063-.377-.11-.394-.087-.059.056.143.775.302%201.06.218.395.663.782%201.15%201.011l.411.182-.486.008c-.47%200-.487.008-.437.174.168.513.831%201.059%201.57%201.296l.52.166-.453.253c-.672.363-1.46.569-2.25.585-.377.008-.688.04-.688.063%200%20.079%201.024.522%201.62.695%201.788.514%203.911.293%205.506-.584%201.133-.625%202.267-1.866%202.795-3.067.286-.64.571-1.81.571-2.371%200-.364.025-.411.495-.846.277-.253.538-.53.588-.609.084-.15.076-.15-.353-.016-.713.238-.814.206-.461-.15.26-.253.57-.711.57-.845%200-.024-.125.015-.268.087a4.89%204.89%200%2001-.739.268l-.453.135-.411-.261c-.227-.142-.546-.3-.714-.348-.428-.11-1.083-.095-1.469.032-1.049.355-1.712%201.272-1.636%202.276z%22%20fill%3D%22%23001612%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-color: #fff;
    background-size: auto;
}
footer .site-footer__socialmenu .social_menu li.youtube a {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2217%22%20height%3D%2212%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.783%200C9.9.008%2014%20.05%2015.142.359a2.138%202.138%200%20011.503%201.516c.33%201.241.353%203.735.355%204.085v.082c-.002.35-.025%202.844-.355%204.086a2.138%202.138%200%2001-1.503%201.515c-1.179.319-5.51.354-6.458.358h-.368c-.948-.004-5.28-.04-6.458-.358a2.138%202.138%200%2001-1.503-1.515C.05%208.98.007%206.767%200%206.159v-.317c.006-.61.05-2.822.354-3.968A2.138%202.138%200%20011.858.358C2.999.05%207.1.007%208.218.001zM6.934%203.43v5.143L10.96%206%206.934%203.43z%22%20fill%3D%22%23001612%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-color: #fff;
    background-size: auto;
}
footer .site-footer__socialmenu .social_menu li {
    border-right: none;
    display: inline-block;
}
footer .site-footer__socialmenu .social_menu li:last-child {
    border-right: solid 1px #373435;
}
@media (min-width: 1025px) {
    footer .site-footer__socialmenu {
        position: absolute;
        right: calc(8.33333% - 26px);
        top: 96px;
    }
}
footer .site-footer__copyright {
    font-family: Graphik-Regular;
    font-size: 0.8125rem;
    color: #999891;
    letter-spacing: 0;
    line-height: 1.25rem;
}
footer a {
    color: #fff;
}
input[type="radio"] {
    position: absolute !important;
    left: -9999px;
    width: 100%;
}
label {
    color: #76756f;
    cursor: pointer;
    font-family: Graphik-Regular;
    line-height: 22px;
    position: relative;
}
[type="radio"]:not(:checked) + label:before {
    border: solid 1px #999891;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 22px;
    margin-right: 10px;
    vertical-align: middle;
    width: 22px;
}
[type="radio"]:checked + label:before {
    background-color: #373435;
    border: solid 1px #373435;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 22px;
    margin-right: 10px;
    vertical-align: middle;
    width: 22px;
}
[type="radio"]:checked + label:after {
    background-color: #5ed2cd;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 8px;
    width: 8px;
    position: absolute;
    left: 7px;
    top: 9px;
}
[type="radio"]:focus + label:before {
    outline: #3b99fc auto 5px;
}
input[type="checkbox"]:checked + label,
input[type="checkbox"]:not(:checked) + label {
    margin-left: 20px;
}
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute !important;
    left: -9999px;
    width: 100%;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
    position: relative !important;
    padding-left: 10px !important;
}
[type="checkbox"]:not(:checked) + label:before {
    content: "";
    margin-top: 4px;
    position: absolute;
    left: -20px;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #999891;
    background: #fff;
    padding: 3px;
    cursor: pointer;
}
[type="checkbox"]:checked + label:before {
    content: "";
    margin-top: 4px;
    position: absolute;
    left: -20px;
    top: 0;
    width: 18px;
    height: 18px;
    background: #001612;
    padding: 3px;
    cursor: pointer;
}
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
    content: "";
    position: absolute;
    top: 7px;
    left: -14px;
    width: 4px;
    height: 10px;
    border: solid #5ed2cd;
    border-width: 0 2px 2px 0;
    transition: all 0.2s;
    transform: rotate(45deg);
    cursor: pointer;
}
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
}
[type="checkbox"]:checked + label:after {
    opacity: 1;
}
[type="checkbox"]:focus + label:before {
    outline: #3b99fc auto 5px;
}
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}
#global-filter .filter__keyword {
    flex: 0 0 70%;
    max-width: 70%;
}
#global-filter #filter-keyword {
    max-width: 70%;
}
#global-filter .filter__clear {
    float: right;
}
#global-filter #tooltipSearchSuggestions.loading {
    height: 70px;
    background-image: url("../../../themes/fantasy-therockf/static/assets/images/loading.gif");
    background-repeat: no-repeat;
    background-size: 60px 60px;
}
.search-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
}
#wrapTooltipSearch {
    position: relative;
    width: 200px;
}
#abortTooltipSearch {
    background: #406b98;
    color: #fff;
    border-radius: 10px;
    position: absolute;
    top: -5px;
    right: -17px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
    display: none;
}
#tooltipSearch {
    border: 1px solid #eee;
    border-radius: 0;
    font-size: 1.2em;
    outline: none;
    padding: 2px 5px;
    display: block;
    width: 100%;
}
#tooltipSearchSuggestions {
    border: 1px solid #eee;
    position: absolute;
    max-height: 200px;
    overflow: auto;
    background: #fff;
    padding: 5px 0;
    width: 45%;
    display: none;
    border-radius: 0;
    z-index: 3;
}
#tooltipSearchSuggestions a {
    text-decoration: none;
    display: block;
    padding: 1px 5px;
    cursor: pointer;
}
#tooltipSearchSuggestions a:hover {
    background: #dde6ef;
    color: #000;
}
#tooltipSearchSuggestions em {
    display: block;
    padding: 10px;
}
.global-filter {
    max-width: 1440px;
    position: relative;
}
.global-filter form {
    position: relative;
    z-index: 9;
}
.global-filter .filter__keyword {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding-top: 60px;
}
.global-filter .filter__keyword input {
    max-width: 100% !important;
    width: 100%;
    padding: 20px;
    font-size: 1.125rem;
}
.global-filter .filter__keyword input::placeholder {
    color: #999891;
}
.global-filter .title {
    font-family: Graphik-Medium;
    font-size: 1.5rem;
    margin-bottom: 40px;
}
.global-filter__search-area {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
}
.global-filter__search-area .keyword-arae {
    flex: 0 0 calc(100% - 80px);
    max-width: calc(100% - 80px);
}
.global-filter__search-area .keyword-arae label {
    display: none;
}
.global-filter__search-area .keyword-button {
    flex: 0 0 80px;
    max-width: 80px;
    background: #001612;
    padding-top: 20px;
    text-align: center;
}
.global-filter__search-area .keyword-button button {
    border: 0;
    box-shadow: none;
    background: 0 0;
    width: 25px;
    height: 25px;
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2223%22%20height%3D%2223%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke%3D%22%23FFF%22%20stroke-width%3D%221.5%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M15.812%2015.812l6.522%206.522%22%2F%3E%3Ccircle%20cx%3D%229.6%22%20cy%3D%229.6%22%20r%3D%228.85%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
}
.global-filter .filter__clear {
    position: absolute;
    right: 85px;
}
.global-filter .filter__clear button {
    color: #ff5800;
    padding: 20px;
    background: #fff;
    border: 0;
    box-shadow: none;
    border-left: 1px solid #e3e2de;
}
.global-filter .search-overlay {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    width: 100%;
    height: 600px;
    z-index: 2;
    top: 0;
    left: 0;
}
.global-filter .tobeloaded {
    width: calc(100% - 70px) !important;
}
.global-filter .tobeloaded ul {
    padding: 0 20px;
}
.global-filter .tobeloaded a {
    padding: 10px 0 !important;
    font-size: 0.875rem;
    display: inline-block;
}
.global-filter .tobeloaded a:hover {
    background: #fff !important;
    border-bottom: 1px solid #5ed2cd;
}
.global-filter .tobeloaded::-webkit-scrollbar {
    width: 5px;
}
.global-filter .tobeloaded::-webkit-scrollbar-track {
    background: #fff;
}
.global-filter .tobeloaded::-webkit-scrollbar-thumb {
    background: #e3e2de;
}
@media (min-width: 768px) {
    .global-filter .tobeloaded {
        width: calc(100% - 80px) !important;
    }
}
@media (min-width: 1025px) {
    .global-filter {
        padding-left: calc(8.33333% + 50px);
    }
    .global-filter .filter__keyword {
        padding: 80px calc(16.66667% + 50px) 0 0;
    }
    .global-filter .filter__keyword input {
        padding: 25px 60px;
    }
    .global-filter .title {
        padding-left: 60px;
    }
    .global-filter .filter__clear button {
        padding: 28px 25px;
    }
    .global-filter .keyword-button {
        padding-top: 25px;
    }
    .global-filter .tobeloaded {
        width: calc(100% - (16.66667% + 130px)) !important;
    }
    .global-filter .tobeloaded ul {
        padding: 0 60px;
    }
}
body {
    background-color: #f4f4f4;
    margin-top: 0;
}
@media (min-width: 376px) {
    body {
        margin-top: 0=65;
    }
}
body.has_alert_banner {
    margin-top: 0px;
}
@media (min-width: 1025px) {
    body.has_alert_banner {
        margin-top: 0px;
    }
}
@media (min-width: 1025px) {
    body.solid_header {
        margin-top: 80px;
    }
}
body.home .article-content {
    background-color: #fff;
    max-width: 1440px;
}
.overlay__bg {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.overlay__content {
    position: relative;
    z-index: 99;
}
.backtotop {
    background-color: #fff;
    padding: 30px 0;
    max-width: 1440px;
    margin: 0 auto;
}
.backtotop .top {
    width: 100px;
    margin: 0 auto;
    display: block;
}
.backtotop .top .dot {
    height: 50px;
    width: 50px;
    border: 1px solid #373435;
    border-radius: 50%;
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2210%22%20height%3D%226%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M9.485%205.243L5.243%201%201%205.243%22%20stroke%3D%22%23001612%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    margin: 0 auto 15px auto;
}
.backtotop .top .word {
    color: #373435;
    font-family: Graphik-Medium;
    font-size: 0.75rem;
    text-align: center;
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.gform_confirmation_wrapper,
.gform_wrapper form {
    padding: 0;
}
.gform_confirmation_wrapper .validation_error,
.gform_confirmation_wrapper .validation_message,
.gform_wrapper form .validation_error,
.gform_wrapper form .validation_message {
    color: #ff5800;
}
.gform_confirmation_wrapper .gform_heading .gform_description,
.gform_wrapper form .gform_heading .gform_description {
    font-family: Graphik-Regular;
    font-size: 1.875rem;
    letter-spacing: -0.08812rem;
    line-height: 2.375rem;
}
.gform_confirmation_wrapper ul,
.gform_wrapper form ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}
.gform_confirmation_wrapper ul .select2-container,
.gform_wrapper form ul .select2-container {
    width: 100% !important;
}
.gform_confirmation_wrapper ul .select2-container--focus,
.gform_wrapper form ul .select2-container--focus {
    box-shadow: 0 0 3pt 2pt #719ece;
}
.gform_confirmation_wrapper input,
.gform_wrapper form input {
    font-size: 0.875rem;
    padding: 2px 5px 9px;
    border: 0;
    border-radius: 0;
    color: #373435;
    border-bottom: 1px solid #999891;
}
.gform_confirmation_wrapper input::placeholder,
.gform_wrapper form input::placeholder {
    color: #464646;
}
.gform_confirmation_wrapper input:not(:placeholder-shown),
.gform_wrapper form input:not(:placeholder-shown) {
    border-bottom: 1px solid #373435;
}
.gform_confirmation_wrapper input:focus,
.gform_wrapper form input:focus {
    border-bottom: 1px solid #5ed2cd;
    color: #373435;
    box-shadow: 0 0 3pt 2pt #719ece;
}
.gform_confirmation_wrapper input:-webkit-autofill,
.gform_confirmation_wrapper input:-webkit-autofill:hover,
.gform_confirmation_wrapper input:-webkit-autofill:focus,
.gform_confirmation_wrapper textarea:-webkit-autofill,
.gform_confirmation_wrapper textarea:-webkit-autofill:hover,
.gform_confirmation_wrapper textarea:-webkit-autofill:focus,
.gform_confirmation_wrapper select:-webkit-autofill,
.gform_confirmation_wrapper select:-webkit-autofill:hover,
.gform_confirmation_wrapper select:-webkit-autofill:focus,
.gform_wrapper form input:-webkit-autofill,
.gform_wrapper form input:-webkit-autofill:hover,
.gform_wrapper form input:-webkit-autofill:focus,
.gform_wrapper form textarea:-webkit-autofill,
.gform_wrapper form textarea:-webkit-autofill:hover,
.gform_wrapper form textarea:-webkit-autofill:focus,
.gform_wrapper form select:-webkit-autofill,
.gform_wrapper form select:-webkit-autofill:hover,
.gform_wrapper form select:-webkit-autofill:focus {
    -webkit-text-fill-color: #373435;
    transition: background-color 5000s ease-in-out 0s;
}
.gform_confirmation_wrapper .gsection_title,
.gform_wrapper form .gsection_title {
    font-size: 1.375rem;
    letter-spacing: 1px;
    line-height: normal;
    padding-bottom: 10px;
    border-bottom: 1px solid #999891;
}
.gform_confirmation_wrapper label,
.gform_wrapper form label {
    font-family: Graphik-Medium;
    display: block;
    color: #464646;
    font-size: 0.8125rem;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}
.gform_confirmation_wrapper textarea,
.gform_wrapper form textarea {
    height: 100px;
    border: 0;
    border-bottom: 1px solid #464646;
    width: 100%;
    font-size: 0.875rem;
    padding: 5px 0 0;
}
.gform_confirmation_wrapper textarea:focus,
.gform_wrapper form textarea:focus {
    border: 0;
    border-bottom: 1px solid #5ed2cd;
    color: #373435;
}
.gform_confirmation_wrapper li,
.gform_wrapper form li {
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 30px;
    margin-bottom: 10px;
    position: relative;
}
.gform_confirmation_wrapper li input,
.gform_wrapper form li input {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
}
.gform_confirmation_wrapper li.show-label label,
.gform_wrapper form li.show-label label {
    opacity: 1;
    animation: fadeIn 1s;
}
.gform_confirmation_wrapper li:nth-child(2) label,
.gform_wrapper form li:nth-child(2) label {
    left: 10px;
}
.gform_confirmation_wrapper li.gfield.gform_validation_container .gfield_label,
.gform_wrapper form li.gfield.gform_validation_container .gfield_label {
    opacity: 1;
}
.gform_confirmation_wrapper li:nth-child(5) label,
.gform_wrapper form li:nth-child(5) label {
    opacity: 1;
}
.gform_confirmation_wrapper .gform_title,
.gform_wrapper form .gform_title {
    font-family: Graphik-Regular;
    font-size: 1.875rem;
    line-height: 2rem;
    letter-spacing: -0.125rem;
    margin-bottom: 40px;
}
.gform_confirmation_wrapper .gfield_description,
.gform_wrapper form .gfield_description {
    margin-top: 10px;
    font-size: 0.625rem;
    color: #001612;
    line-height: 1;
}
.gform_confirmation_wrapper .gfield_description.validation_message,
.gform_wrapper form .gfield_description.validation_message {
    color: #ff5800;
}
.gform_confirmation_wrapper .gform_button.button,
.gform_wrapper form .gform_button.button {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2224%22%20height%3D%2211%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke%3D%22%23001612%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M18.547%201.257L22.79%205.5l-4.243%204.243%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M21.5%205.5H.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    font-family: Moderat;
    font-size: 0.75rem;
    color: #373435;
    letter-spacing: 0.125rem;
    line-height: 1.125rem;
    text-transform: uppercase;
    background-color: #fff;
    display: block;
    padding: 23px 60px 22px 25px;
    background-position: center right 30px;
    background-size: auto;
    box-shadow: 0 11px 35px rgba(0, 0, 0, 0.05);
    border: solid 1px rgba(151, 151, 151, 0.3);
    margin-top: 20px;
}
.gform_confirmation_wrapper .gform_button.button:hover,
.gform_wrapper form .gform_button.button:hover {
    background-color: #5ed2cd;
}
.gform_confirmation_wrapper input[type="checkbox"]:checked + label,
.gform_confirmation_wrapper input[type="checkbox"]:not(:checked) + label,
.gform_wrapper form input[type="checkbox"]:checked + label,
.gform_wrapper form input[type="checkbox"]:not(:checked) + label {
    margin-left: 20px;
}
.gform_confirmation_wrapper [type="checkbox"]:not(:checked),
.gform_confirmation_wrapper [type="checkbox"]:checked,
.gform_wrapper form [type="checkbox"]:not(:checked),
.gform_wrapper form [type="checkbox"]:checked {
    position: absolute !important;
    left: -9999px;
    width: 100%;
}
.gform_confirmation_wrapper [type="checkbox"]:not(:checked) + label,
.gform_confirmation_wrapper [type="checkbox"]:checked + label,
.gform_wrapper form [type="checkbox"]:not(:checked) + label,
.gform_wrapper form [type="checkbox"]:checked + label {
    position: relative !important;
    padding-left: 10px !important;
}
.gform_confirmation_wrapper [type="checkbox"]:not(:checked) + label:before,
.gform_wrapper form [type="checkbox"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #464646;
    background: #fff;
    padding: 3px;
    cursor: pointer;
}
.gform_confirmation_wrapper [type="checkbox"]:checked + label:before,
.gform_wrapper form [type="checkbox"]:checked + label:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    width: 18px;
    height: 18px;
    background: #001612;
    padding: 3px;
    cursor: pointer;
}
.gform_confirmation_wrapper [type="checkbox"]:not(:checked) + label:after,
.gform_confirmation_wrapper [type="checkbox"]:checked + label:after,
.gform_wrapper form [type="checkbox"]:not(:checked) + label:after,
.gform_wrapper form [type="checkbox"]:checked + label:after {
    content: "";
    position: absolute;
    top: 3px;
    left: -14px;
    width: 4px;
    height: 10px;
    border: solid #5ed2cd;
    border-width: 0 2px 2px 0;
    transition: all 0.2s;
    transform: rotate(45deg);
    cursor: pointer;
}
.gform_confirmation_wrapper [type="checkbox"]:not(:checked) + label:after,
.gform_wrapper form [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
}
.gform_confirmation_wrapper [type="checkbox"]:checked + label:after,
.gform_wrapper form [type="checkbox"]:checked + label:after {
    opacity: 1;
}
.gform_confirmation_wrapper [type="checkbox"]:focus + label:before,
.gform_wrapper form [type="checkbox"]:focus + label:before {
    outline: #3b99fc auto 5px;
}
.gform_confirmation_wrapper .gfield_label.gfield_label_before_complex,
.gform_wrapper form .gfield_label.gfield_label_before_complex {
    display: none;
}
.gform_confirmation_wrapper li.checkbox-group label,
.gform_wrapper form li.checkbox-group label {
    opacity: 1 !important;
    font-size: 1rem;
    margin-bottom: 15px;
    position: unset;
}
.gform_confirmation_wrapper li.checkbox-group .gfield_checkbox li,
.gform_wrapper form li.checkbox-group .gfield_checkbox li {
    padding-top: 5px !important;
    margin-bottom: 5px !important;
}
.gform_confirmation_wrapper li.checkbox-group .gfield_checkbox li label,
.gform_wrapper form li.checkbox-group .gfield_checkbox li label {
    font-size: 0.8125rem;
    margin-bottom: 0;
}
.gform_confirmation_wrapper .gform_confirmation_message,
.gform_wrapper form .gform_confirmation_message {
    font-family: Graphik-Regular;
    font-size: 0.8125rem;
    line-height: 1.5rem;
    letter-spacing: 0px;
    color: #999891;
    max-width: 280px;
}
.gform_confirmation_wrapper .gform_confirmation_message h1,
.gform_wrapper form .gform_confirmation_message h1 {
    font-size: 1.875rem;
    line-height: normal;
    letter-spacing: -0.09375rem;
    color: #001612;
    margin: 0;
    padding-left: 50px;
    position: relative;
}
.gform_confirmation_wrapper .gform_confirmation_message h1:before,
.gform_wrapper form .gform_confirmation_message h1:before {
    content: "";
    background: url(../../../themes/fantasy-therockf/static/assets/images/checkmark.svg);
    background-color: #5ed2cd;
    background-size: 22px;
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    left: 0;
}
@media (min-width: 1025px) {
    .gform_confirmation_wrapper,
    .gform_wrapper form {
        padding: 40px 80px;
        box-shadow: 0 6px 35px rgba(0, 0, 0, 0.05);
    }
    .gform_confirmation_wrapper li:nth-child(1),
    .gform_wrapper form li:nth-child(1) {
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 10px;
    }
    .gform_confirmation_wrapper li:nth-child(2),
    .gform_wrapper form li:nth-child(2) {
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 10px;
    }
    .gform_confirmation_wrapper .gform_title,
    .gform_wrapper form .gform_title {
        font-size: 2.0625rem;
        line-height: 2.25rem;
        letter-spacing: -0.09375rem;
    }
}
.gform_wrapper .gform_validation_container {
    display: none;
}
.rich_text_block .gform_wrapper form .gform_heading,
.component.rich_text .gform_wrapper form .gform_heading {
    margin-bottom: 2.5rem;
}
.rich_text_block .gform_wrapper form .gform_description,
.component.rich_text .gform_wrapper form .gform_description {
    font-size: 1.25rem;
    line-height: 1.5rem;
}
.rich_text_block .gform_wrapper form li,
.component.rich_text .gform_wrapper form li {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
}
.rich_text_block .gform_wrapper form li:nth-child(2) label,
.rich_text_block .gform_wrapper form label,
.component.rich_text .gform_wrapper form li:nth-child(2) label,
.component.rich_text .gform_wrapper form label {
    left: 0;
    opacity: 1;
}
header {
    top: 0;
    background-color: #fff;
    position: relative;
    width: 100%;
    z-index: 10000;
}
.admin-bar header {
    top: 46px;
}
@media screen and (min-width: 783px) {
    .admin-bar header {
        top: 32px;
    }
}
header .wrapper {
    margin: 0 auto;
    max-width: 1340px;
    min-height: 4.0625rem;
    position: relative;
    transition: background-color 0.5s linear;
}
header .wrapper_container {
    height: 4.0625rem;
}
header .hdr-logo {
    float: left;
    margin-left: 0.50rem;
    margin-top: 0.2rem;
    overflow: hidden;
    width: 13.9375rem;
}
header .hdr-logo .hdr-logo-link {
    background-image: url(../../../themes/fantasy-therockf/static/assets/images/trf-logo_color-black.png);
    background-size: 100%;
    display: block;
    height: 4rem;
    text-decoration: none;
    width: 13.5rem;
	background-repeat: no-repeat;
}
header .main-nav__wrapper {
    display: none;
}
@media (min-width: 1025px) {
    header {
        background-color: #fff;
        position: fixed;
    }
}

@media (min-width: 1025px) and (min-width: 1025px) {
    header {
        background-color: transparent;
        transition: background-color 1s;
    }
}

@media (min-width: 1025px) {
    header .wrapper {
        max-width: 1440px;
    }
    header .wrapper_container {
        height: 4.0625rem;
        min-height: 5rem;
    }
    header .hdr-logo {
        margin-top: 0.6rem;
        width: 20rem;
    }
    header .hdr-logo .hdr-logo-link {
        background: transparent url(../../../themes/fantasy-therockf/static/assets/images/trf-logo_color.png) no-repeat 0% 50%;
        background-size: contain;
        height: 4rem;
    }
    header.temp_solid_bg,
    header.solid_bg,
    header.scrolled {
        background-color: #fff;
    }
    /* == Small Devices - Logo ===  */
    header.temp_solid_bg .hdr-logo .hdr-logo-link,
    header.solid_bg .hdr-logo .hdr-logo-link,
    header.scrolled .hdr-logo .hdr-logo-link {
        background-image: url(../../../themes/fantasy-therockf/static/assets/images/trf-logo_color-black.png);
		height: 4rem;
		text-decoration: none;
		width: 20rem;
		background-repeat: no-repeat;
    }
}

main.content-wrapper header {
    position: relative;
    top: unset;
    background-color: unset;
    transition: unset;
    width: unset;
    z-index: unset;
}
#colorbox.newsletter-signup {
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    position: fixed !important;
    bottom: 0;
    right: 0;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.3);
    overflow: auto !important;
}
#colorbox.newsletter-signup #cboxWrapper {
    width: 100% !important;
    height: 100% !important;
    position: relative;
}
#colorbox.newsletter-signup #cboxContent {
    float: none !important;
    position: absolute;
    width: 50% !important;
    height: auto !important;
    background-color: #fff;
    top: 0;
    right: 0;
    bottom: 0;
}
@media (max-width: 1024px) {
    #colorbox.newsletter-signup #cboxContent {
        width: 100% !important;
        background-color: #f4f4f4;
    }
}
#colorbox.newsletter-signup .html-embed-inner {
    padding: 120px 50px;
}
@media (max-width: 1024px) {
    #colorbox.newsletter-signup .html-embed-inner {
        padding: 120px 0;
    }
}
@media (max-width: 1024px) {
    #colorbox.newsletter-signup .bg_white {
        background-color: #f4f4f4;
    }
}
#colorbox.newsletter-signup #cboxLoadedContent {
    width: 100% !important;
    height: auto !important;
}
#colorbox.newsletter-signup #cboxClose {
    position: absolute;
    background: 0 0;
    border: none;
    padding: 0;
    top: 35px;
    right: 35px;
}
#colorbox.newsletter-signup #cboxClose .modal-close {
    -webkit-appearance: none;
    border: 0;
    padding: 0;
    background-color: transparent;
    color: #001612;
    font-size: 26px;
    line-height: 1;
    opacity: 0.8;
}
@media (min-width: 768px) {
    #colorbox.newsletter-signup #cboxClose {
        top: 40px;
        right: 40px;
    }
}
@media (min-width: 1025px) {
    #colorbox.newsletter-signup #cboxClose {
        top: 60px;
        right: 60px;
    }
}
#colorbox.newsletter-signup .gform_wrapper form .gfield_checkbox li {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
}
#colorbox.newsletter-signup .gform_wrapper form .gfield_checkbox label {
    position: unset;
    opacity: 1;
    color: #001612;
    font-family: Graphik-Regular;
    line-height: 1rem;
}
#colorbox.newsletter-signup .gform_wrapper form .gfield_checkbox li input {
    max-width: 40px;
}
#colorbox.newsletter-signup .gform_wrapper form .gfield_html {
    padding-top: 0;
    margin-bottom: 40px;
    font-size: 0.8125rem;
    line-height: 0.875rem;
    color: #464646;
}
#colorbox.newsletter-signup .gform_wrapper form .gfield_html a {
    text-decoration: underline;
}
#colorbox.newsletter-signup .gform_wrapper form li:nth-child(5) label {
    opacity: 0;
}
#colorbox.newsletter-signup .gform_wrapper form li.show-label label {
    opacity: 1;
}
#colorbox.newsletter-signup .gform_button.button {
    margin-left: 20px;
}
@media (max-width: 1024px) {
    #colorbox.newsletter-signup .gform_wrapper form input {
        background-color: transparent;
    }
}
#colorbox.newsletter-signup .gform_wrapper form li {
    margin-bottom: 20px;
    padding-top: 20px;
}
#colorbox.newsletter-signup .gform_wrapper form li.gfield.gsection {
    padding-top: 40px;
}
#colorbox.newsletter-signup .gform_wrapper form li:nth-child(1) .ginput_complex {
    display: flex;
}
#colorbox.newsletter-signup .gform_wrapper form li:nth-child(1) .ginput_complex .name_first {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 10px;
}
#colorbox.newsletter-signup .gform_wrapper form li:nth-child(1) .ginput_complex .name_last {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
}
#colorbox.newsletter-signup .gform_wrapper form li:nth-child(1) .ginput_complex .name_last label {
    left: auto !important;
}
#colorbox.newsletter-signup .gform_wrapper form li:nth-child(2) label {
    left: 0;
}
#colorbox.newsletter-signup .gform_wrapper form .gform_title {
    margin-bottom: 20px;
}
#colorbox.newsletter-signup .gform_wrapper form .gform_description {
    font-size: 1rem;
    line-height: 1.625rem;
    letter-spacing: 0px;
    color: #464646;
    padding-bottom: 40px;
    display: block;
}
#colorbox.newsletter-signup button.subscribe,
#colorbox.newsletter-signup button.cboxclose {
    display: inline-block;
    margin-top: 20px;
    width: auto;
}
#colorbox.newsletter-signup button.subscribe {
    margin-right: 30px;
}
@media (max-width: 1024px) {
    #colorbox.newsletter-signup button.subscribe {
        width: 100%;
        margin-bottom: 20px;
    }
}
#colorbox.newsletter-signup button.cboxclose {
    background-image: none;
    box-shadow: 0 15px 25px rgba(113, 112, 108, 0.15);
    padding-right: 20px;
	box-shadow: 0 3px 0 0 #f58634;
}
@media (max-width: 1024px) {
    #colorbox.newsletter-signup button.cboxclose {
        width: 100%;
    }
}
@media (min-width: 1025px) {
    #colorbox.newsletter-signup .form {
        padding: 0 0 0 40px;
    }
    #colorbox.newsletter-signup .gform_wrapper form {
        padding: 0;
        box-shadow: none;
    }
    #colorbox.newsletter-signup .gform_wrapper form li:nth-child(1),
    #colorbox.newsletter-signup .gform_wrapper form li:nth-child(2) {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    #colorbox.newsletter-signup .gform_wrapper form .ginput_container_checkbox li {
        margin: 0;
    }
    #colorbox.newsletter-signup .gform_wrapper form .ginput_container_checkbox [type="checkbox"]:not(:checked) + label:before,
    #colorbox.newsletter-signup .gform_wrapper form .ginput_container_checkbox [type="checkbox"]:checked + label:before {
        top: -4px;
    }
    #colorbox.newsletter-signup .gform_wrapper form .gfield_contains_required .gfield_label {
        position: relative;
    }
}
#colorbox.pdf-download {
    top: 0 !important;
    left: 0 !important;
    width: 98vw !important;
    height: 100vh !important;
    position: absolute !important;
    bottom: 0;
    right: 0;
    /*background-color: rgba(0, 0, 0, 0.3);*/
    overflow: auto !important;
}
#colorbox.pdf-download #cboxWrapper {
    width: 100% !important;
    height: 100% !important;
    position: relative;
}
#colorbox.pdf-download #cboxContent {
    float: none !important;
    position: absolute;
    width: 70% !important;
    /*height: 600px !important;*/
	height: auto;
    background-color: #fff;
    top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 999;
}
#cboxLoadedContent {
    border: 5px solid #317abe !important;
}
@media (max-width: 1024px) {
    #colorbox.pdf-download #cboxContent {
        width: 100% !important;
        background-color: #f4f4f4;
    }
}
#colorbox.pdf-download .html-embed-inner {
    padding: 120px 50px;
}
@media (max-width: 1024px) {
    #colorbox.pdf-download .html-embed-inner {
        padding: 120px 0;
    }
}
@media (max-width: 1024px) {
    #colorbox.pdf-download .bg_white {
        background-color: #f4f4f4;
    }
}
#colorbox.pdf-download #cboxLoadedContent {
	width: auto !important;
    max-height: auto !important;
    height: auto !important;
}
#colorbox.pdf-download #cboxClose {
    position: absolute;
    background: 0 0;
    border: none;
    padding: 0;
    top: 35px;
    right: 35px;
}
#colorbox.pdf-download #cboxClose .modal-close {
    color: #001612;
    font-size: 26px;
    line-height: 1;
    opacity: 0.8;
}
@media (min-width: 768px) {
    #colorbox.pdf-download #cboxClose {
        top: 40px;
        right: 40px;
    }
}
@media (min-width: 1025px) {
    #colorbox.pdf-download #cboxClose {
        top: 60px;
        right: 60px;
    }
}
#colorbox.pdf-download .download-image img {
    box-shadow: 8px 8px 12px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1024px) {
    #colorbox.pdf-download .download-image {
        display: none;
    }
}
#colorbox.pdf-download .gform_wrapper form .gfield_checkbox li {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
}
#colorbox.pdf-download .gform_wrapper form .gfield_checkbox label {
    position: unset;
    opacity: 1;
    color: #001612;
    font-family: Graphik-Regular;
    line-height: 1rem;
}
#colorbox.pdf-download .gform_wrapper form .gfield_checkbox li input {
    max-width: 40px;
}
#colorbox.pdf-download .gform_wrapper form .gfield_html {
    padding-top: 0;
    margin-bottom: 40px;
    font-size: 0.625rem;
    line-height: 0.875rem;
    color: #999891;
}
#colorbox.pdf-download .gform_wrapper form li:nth-child(5) label {
    opacity: 0;
}
#colorbox.pdf-download .gform_wrapper form li.show-label label {
    opacity: 1;
}
#colorbox.pdf-download .gform_button.button {
    margin-left: 20px;
}
@media (max-width: 1024px) {
    #colorbox.pdf-download .gform_wrapper form input {
        background-color: transparent;
    }
}
#colorbox.pdf-download .gform_wrapper form li {
    margin-bottom: 20px;
    padding-top: 20px;
}
#colorbox.pdf-download .gform_wrapper form li:nth-child(1) {
    padding: 0;
    margin: 0;
}
#colorbox.pdf-download .gform_wrapper form li:nth-child(2) label {
    left: 0;
}
#colorbox.pdf-download .gform_wrapper form .gform_title {
    margin-bottom: 20px;
}
#colorbox.pdf-download .gform_wrapper form .gform_description {
    font-size: 1rem;
    line-height: 1.625rem;
    letter-spacing: 0px;
    color: #464646;
    padding-bottom: 40px;
    display: block;
}
@media (min-width: 1025px) {
    #colorbox.pdf-download .form {
        padding: 0 0 0 40px;
    }
    #colorbox.pdf-download .gform_wrapper form {
        padding: 0;
        box-shadow: none;
    }
    #colorbox.pdf-download .gform_wrapper form li:nth-child(1),
    #colorbox.pdf-download .gform_wrapper form li:nth-child(2) {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}
.open-popup.archive .select2-container,
.open-popup .select2-container {
    z-index: 99999;
}
@media (max-width: 1024px) {
    .open-popup.archive .select2-container--default .select2-selection--single,
    .open-popup .select2-container--default .select2-selection--single {
        background-color: transparent;
    }
}
.open-popup.archive .select2-results__options,
.open-popup .select2-results__options {
    margin-left: -5%;
    padding: 20px;
    width: 110% !important;
    border: 1px solid #e3e2de;
    background: #fff;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
    max-height: 200px !important;
}
.open-popup.archive .select2-results__options li,
.open-popup .select2-results__options li {
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 0.875rem;
}
.open-popup.archive .select2-results__options::-webkit-scrollbar,
.open-popup .select2-results__options::-webkit-scrollbar {
    width: 5px;
}
.open-popup.archive .select2-results__options::-webkit-scrollbar-track,
.open-popup .select2-results__options::-webkit-scrollbar-track {
    background: #fff;
}
.open-popup.archive .select2-results__options::-webkit-scrollbar-thumb,
.open-popup .select2-results__options::-webkit-scrollbar-thumb {
    background: #e3e2de;
}
.open-popup.archive .select2-container--default .select2-results__option--highlighted[aria-selected],
.open-popup .select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: #001612;
    background: #fff;
    border-bottom: 1px solid #5ed2cd !important;
    padding-bottom: 9px;
}
#colorbox.video-popup {
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    position: fixed !important;
    bottom: 0;
    right: 0;
    z-index: 99999;
    background-color: #000;
    overflow: auto !important;
}
#colorbox.video-popup #cboxWrapper {
    width: 100% !important;
    height: 100% !important;
    position: relative;
}
#colorbox.video-popup #cboxContent {
    float: none !important;
    position: absolute;
    width: auto !important;
    height: auto !important;
    top: 50%;
    left: 50%;
    min-width: 320px;
    min-height: 180px;
    transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
    #colorbox.video-popup #cboxContent {
        min-width: 615px;
        min-height: 345px;
    }
}
@media (min-width: 1025px) {
    #colorbox.video-popup #cboxContent {
        min-width: 856px;
        min-height: 481px;
    }
}
#colorbox.video-popup #cboxLoadedContent,
#colorbox.video-popup iframe {
    width: 100% !important;
    height: 100% !important;
    min-width: 320px;
    min-height: 180px;
}
@media (min-width: 768px) {
    #colorbox.video-popup #cboxLoadedContent,
    #colorbox.video-popup iframe {
        min-width: 615px;
        min-height: 345px;
    }
}
@media (min-width: 1025px) {
    #colorbox.video-popup #cboxLoadedContent,
    #colorbox.video-popup iframe {
        min-width: 856px;
        min-height: 481px;
    }
}
#colorbox.video-popup #cboxClose {
    position: absolute;
    background: 0 0;
    border: none;
    padding: 0;
    top: -50px;
    right: 0;
}
#colorbox.video-popup #cboxClose .modal-close {
    color: #fff;
    font-weight: 700;
    font-size: 26px;
    line-height: 1;
    opacity: 0.8;
}
@media (min-width: 768px) {
    #colorbox.video-popup #cboxClose {
        right: -30px;
    }
}
@media (min-width: 1025px) {
    #colorbox.video-popup #cboxClose {
        top: -60px;
        right: -60px;
    }
}
.skip-link {
    height: 1px;
    left: -999px;
    position: absolute;
    top: auto;
    width: 1px;
}
.skip-link:focus {
    color: unset;
    display: inline-block;
    height: auto;
    margin: auto;
    position: static;
    width: auto;
}
.main-nav--desktop {
    display: none;
    float: right;
}
.modal_overlay {
    background: rgba(0, 0, 0, 0.5);
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 400;
}
.modal_searchfilter_overlay {
    background: rgba(0, 0, 0, 0);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9000;
}
#mobile-menu-search {
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    height: 27px;
    margin: 23px 20px 0 0;
    position: absolute;
    right: 70px;
    width: 23px;
}
#mobile-menu-search svg {
    height: 23px;
    width: 23px;
}
#menu-toggle {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2227%22%20height%3D%2212%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22%23001612%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M0%200h27v1.5H0zM0%205h27v1.5H0zM0%2010h27v1.5H0z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    border: none;
    cursor: pointer;
    display: block;
    height: 27px;
    margin: 20px 35px 0 0;
    outline: none;
    position: absolute;
    right: 0;
    width: 27px;
}
#menu-toggle.expanded {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2227%22%20height%3D%2227%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M-314-19H61v65h-375z%22%2F%3E%3Cg%20fill%3D%22%23001612%22%3E%3Cpath%20d%3D%22M22.414%202.908l.707.707-19.829%2019.83-.707-.707z%22%2F%3E%3Cpath%20d%3D%22M23.122%2022.737l-.707.707L2.585%203.615l.707-.707z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
}
@media (min-width: 1025px) {
    #menu-toggle {
        display: none;
    }
}
#menu-main-navigation {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    display: none;
    height: 100vh;
    padding: 100px 35px 0;
    width: 100%;
}
#menu-main-navigation li:before {
    display: none;
}
@media (min-width: 1025px) {
    #menu-main-navigation {
        background-color: transparent;
        display: block;
        float: right;
        height: auto;
        padding: 0;
        width: auto;
    }
}
#menu-main-navigation.expanded {
    display: block;
}
#menu-main-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#menu-main-navigation ul li:before {
    display: none;
}
#menu-main-navigation > li > ul.sub-menu {
    height: 1px;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s linear 0.5s;
}
@media (min-width: 1025px) {
    #menu-main-navigation > li > ul.sub-menu {
        display: flex;
    }
}
#menu-main-navigation a,
#menu-main-navigation button {
    color: #373435;
    cursor: pointer;
}
@media (min-width: 1025px) {
    #menu-main-navigation a,
    #menu-main-navigation button {
        color: #fff;
    }
}
#menu-main-navigation > li {
    border-bottom: solid 1px #e3e2de;
}
#menu-main-navigation > li:first-child {
    border-top: solid 1px #e3e2de;
}
@media (min-width: 1025px) {
    #menu-main-navigation > li {
        border: none;
        display: inline-block;
        padding: 0 20px;
    }
    #menu-main-navigation > li:first-child {
        border-top: none;
    }
}
#menu-main-navigation > li > a.nav-main-link,
#menu-main-navigation > li > button.nav-main-link {
    background-color: transparent;
    border: none;
    display: block;
    font-family: Graphik-Regular;
    font-size: 1.625rem;
    letter-spacing: -0.045rem;
    line-height: 1;
    padding: 16px 0;
    text-align: left;
    width: 100%;
}
@media (min-width: 1025px) {
    #menu-main-navigation > li > a.nav-main-link,
    #menu-main-navigation > li > button.nav-main-link {
        display: inline-block;
        font-family: Graphik-Medium;
        font-size: 0.875rem;
        letter-spacing: -0.0125rem;
        margin-bottom: 28px;
        padding: 32px 0 5px;
        width: auto;
    }
}
#menu-main-navigation > li:hover,
#menu-main-navigation > li:focus,
#menu-main-navigation > li.current-menu-item,
#menu-main-navigation > li.current-menu-parent,
#menu-main-navigation > li.current-menu-ancestor {
    border-bottom: solid 1px #464646;
}
@media (min-width: 1025px) {
    #menu-main-navigation > li:hover,
    #menu-main-navigation > li:focus,
    #menu-main-navigation > li.current-menu-item,
    #menu-main-navigation > li.current-menu-parent,
    #menu-main-navigation > li.current-menu-ancestor {
        border-bottom: none;
    }
}
@media (min-width: 1025px) {
    #menu-main-navigation > li:hover > a,
    #menu-main-navigation > li:hover > button.nav-main-link,
    #menu-main-navigation > li:focus > a,
    #menu-main-navigation > li:focus > button.nav-main-link,
    #menu-main-navigation > li.current-menu-item > a,
    #menu-main-navigation > li.current-menu-item > button.nav-main-link,
    #menu-main-navigation > li.current-menu-parent > a,
    #menu-main-navigation > li.current-menu-parent > button.nav-main-link,
    #menu-main-navigation > li.current-menu-ancestor > a,
    #menu-main-navigation > li.current-menu-ancestor > button.nav-main-link {
        border-bottom: solid 1px #5ed2cd;
    }
}
#menu-main-navigation > li:hover > a:hover,
#menu-main-navigation > li:hover > a:focus,
#menu-main-navigation > li:hover > button.nav-main-link:hover,
#menu-main-navigation > li:hover > button.nav-main-link:focus,
#menu-main-navigation > li:focus > a:hover,
#menu-main-navigation > li:focus > a:focus,
#menu-main-navigation > li:focus > button.nav-main-link:hover,
#menu-main-navigation > li:focus > button.nav-main-link:focus,
#menu-main-navigation > li.current-menu-item > a:hover,
#menu-main-navigation > li.current-menu-item > a:focus,
#menu-main-navigation > li.current-menu-item > button.nav-main-link:hover,
#menu-main-navigation > li.current-menu-item > button.nav-main-link:focus,
#menu-main-navigation > li.current-menu-parent > a:hover,
#menu-main-navigation > li.current-menu-parent > a:focus,
#menu-main-navigation > li.current-menu-parent > button.nav-main-link:hover,
#menu-main-navigation > li.current-menu-parent > button.nav-main-link:focus,
#menu-main-navigation > li.current-menu-ancestor > a:hover,
#menu-main-navigation > li.current-menu-ancestor > a:focus,
#menu-main-navigation > li.current-menu-ancestor > button.nav-main-link:hover,
#menu-main-navigation > li.current-menu-ancestor > button.nav-main-link:focus {
    outline: none;
}
#menu-main-navigation > li.menu-item-has-children > button.nav-main-link {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2215%22%20height%3D%2214%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20stroke%3D%22%231C1C1C%22%20d%3D%22M4.773%201.309l5.774%205.773-5.774%205.774%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-size: auto;
    background-position: center right 35px;
}
@media (min-width: 1025px) {
    #menu-main-navigation > li.menu-item-has-children > button.nav-main-link {
        background: 0 0;
    }
}
#menu-main-navigation > li > ul.sub-menu.second-tier.expanded {
    opacity: 1;
    height: 100%;
    transition: all 0.5s linear 0.3s;
}
@media (min-width: 1025px) {
    #menu-main-navigation > li > ul.sub-menu.second-tier.expanded {
        height: 500px;
    }
}
#menu-main-navigation > li.megamenu__search {
    display: none;
}
@media (min-width: 1025px) {
    #menu-main-navigation > li.megamenu__search {
        display: inline-block;
    }
    #menu-main-navigation > li.megamenu__search a,
    #menu-main-navigation > li.megamenu__search button {
        background: transparent
            url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2223%22%20height%3D%2223%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke%3D%22%23FFF%22%20stroke-width%3D%221.5%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M15.812%2015.812l6.522%206.522%22%2F%3E%3Ccircle%20cx%3D%229.6%22%20cy%3D%229.6%22%20r%3D%228.85%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
            no-repeat 50% 50%;
        background-size: contain;
        -webkit-appearance: none;
        background-position: bottom center;
        background-size: auto;
        border-bottom: solid 1px transparent;
        width: 23px;
    }
}
@media (min-width: 1025px) and (min-width: 1025px) {
    #menu-main-navigation > li.megamenu__search a,
    #menu-main-navigation > li.megamenu__search button {
        border-bottom: solid 1px transparent !important;
    }
}
#menu-main-navigation > li.expanded > ul.sub-menu.second-tier {
    opacity: 1;
    height: 100%;
    transition: all 0.5s linear 0.3s;
}
@media (min-width: 1025px) {
    #menu-main-navigation > li.expanded > ul.sub-menu.second-tier {
        height: auto;
    }
}
#menu-main-navigation > li > ul.sub-menu {
    background-color: #fff;
    overflow-y: auto;
    position: absolute;
    top: 80px;
    flex-direction: column;
    justify-content: stretch;
    width: calc(100% - 35px);
    z-index: 500;
}
@media (min-width: 1025px) {
    #menu-main-navigation > li > ul.sub-menu {
        background-color: #f4f4f4;
        width: auto;
    }
}
#menu-main-navigation > li > ul.sub-menu .mobile_menu_subheading {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2224%22%20height%3D%2210%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke%3D%22%23999891%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M4.953.45L.71%204.693l4.243%204.242%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M2%204.693h21%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-size: auto;
    background-position: left 35px top 30px;
    background-color: #373435;
    border: none;
    color: #fff;
    padding: 74px 35px 23px;
    text-align: left;
    font-family: Moderat;
    font-size: 0.8125rem;
    letter-spacing: 0.07812rem;
    text-transform: uppercase;
    width: 100%;
}
#menu-main-navigation > li > ul.sub-menu > li.menu-item {
    background-image: linear-gradient(to left, #fff, #fff);
    background-repeat: no-repeat;
    border: solid 1px #e3e2de;
    border-right: 0;
    border-bottom: none;
    width: 100%;
}
#menu-main-navigation > li > ul.sub-menu > li.menu-item.menu-item-has-children.expanded button {
    border-bottom: solid 3px #5ed2cd;
}
@media (min-width: 1025px) {
    #menu-main-navigation > li > ul.sub-menu > li.menu-item {
        align-items: center;
        border-right: 1px;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        /*width: 75%;*/
    }
}
#menu-main-navigation > li > ul.sub-menu > li.menu-item:first-child {
    border-top: 1px;
}
@media (min-width: 1025px) {
    #menu-main-navigation > li > ul.sub-menu > li.menu-item:hover,
    #menu-main-navigation > li > ul.sub-menu > li.menu-item:focus,
    #menu-main-navigation > li > ul.sub-menu > li.menu-item:focus-within {
        background-image: linear-gradient(to left, #8fd0b5, #68a4d8);
    }
    #menu-main-navigation > li > ul.sub-menu > li.menu-item:hover > a,
    #menu-main-navigation > li > ul.sub-menu > li.menu-item:hover > button,
    #menu-main-navigation > li > ul.sub-menu > li.menu-item:focus > a,
    #menu-main-navigation > li > ul.sub-menu > li.menu-item:focus > button,
    #menu-main-navigation > li > ul.sub-menu > li.menu-item:focus-within > a,
    #menu-main-navigation > li > ul.sub-menu > li.menu-item:focus-within > button {
        color: #464646;
    }
}
#menu-main-navigation > li > ul.sub-menu > li.menu-item > a,
#menu-main-navigation > li > ul.sub-menu > li.menu-item > button {
    display: flex;
    align-items: center;
    font-family: Graphik-Regular;
    font-size: 1.125rem;
    flex-grow: 1;
    letter-spacing: -0.03125rem;
    outline: 0;
    padding-right: 70px;
    padding-left: 35px;
    padding-bottom: 20px;
    padding-top: 20px;
    width: 100%;
}
@media (min-width: 1025px) {
    #menu-main-navigation > li > ul.sub-menu > li.menu-item > a,
    #menu-main-navigation > li > ul.sub-menu > li.menu-item > button {
        padding-left: 15px;
        font-family: Graphik-Medium;
        font-size: 0.875rem;
        letter-spacing: -0.0125rem;
    }
}
#menu-main-navigation > li > ul.sub-menu > li.menu-item.menu-item-has-children > a,
#menu-main-navigation > li > ul.sub-menu > li.menu-item.menu-item-has-children > button {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2211%22%20height%3D%2211%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M9.485%205.243L5.243%209.485%201%205.243%22%20stroke%3D%22%23000F0C%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20opacity%3D%22.795%22%2F%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-size: auto;
    background-position: center right 35px;
    border: none;
    text-align: left;
}
@media (min-width: 1025px) {
    #menu-main-navigation > li > ul.sub-menu > li.menu-item.menu-item-has-children > a,
    #menu-main-navigation > li > ul.sub-menu > li.menu-item.menu-item-has-children > button {
        background: transparent
            url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2215%22%20height%3D%2214%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20stroke%3D%22%231C1C1C%22%20d%3D%22M4.773%201.309l5.774%205.773-5.774%205.774%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E")
            no-repeat 50% 50%;
        background-size: contain;
        background-size: auto;
        background-position: center right 35px;
    }
}
#menu-main-navigation > li > ul.sub-menu > li.menu-item.menu-item-has-children.expanded ul.sub-menu {
    height: 100%;
    opacity: 1;
    transition: all 0.3s linear 0.3s;
}
@media (min-width: 1025px) {
    #menu-main-navigation > li > ul.sub-menu > li.menu-item.menu-item-has-children.expanded ul.sub-menu {
        height: 500px;
    }
}
#menu-main-navigation > li > ul.sub-menu > li.menu-item.menu-item-has-children ul.sub-menu {
    display: block;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s linear 0.3s;
    margin-left: 70px;
}
@media (min-width: 1025px) {
    #menu-main-navigation > li > ul.sub-menu > li.menu-item.menu-item-has-children ul.sub-menu {
        margin-left: 0;
        padding: 25px 25px 0 40px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 25%;
    }
}
#menu-main-navigation > li > ul.sub-menu > li.menu-item.menu-item-has-children ul.sub-menu li {
    border-bottom: solid 1px #e3e2de;
    line-height: 1.125rem;
    padding: 10px 0;
}
#menu-main-navigation > li > ul.sub-menu > li.menu-item.menu-item-has-children ul.sub-menu li:last-child {
    border-bottom: none;
}
@media (min-width: 1025px) {
    #menu-main-navigation > li > ul.sub-menu > li.menu-item.menu-item-has-children ul.sub-menu li {
        border-bottom: none;
        padding: 0 0 20px;
    }
}
#menu-main-navigation > li > ul.sub-menu > li.menu-item.menu-item-has-children ul.sub-menu li a {
    color: #464646;
    font-size: 0.875rem;
    padding-bottom: 4px;
}
@media (min-width: 1025px) {
    #menu-main-navigation > li > ul.sub-menu > li.menu-item.menu-item-has-children ul.sub-menu li a:hover,
    #menu-main-navigation > li > ul.sub-menu > li.menu-item.menu-item-has-children ul.sub-menu li a:focus,
    #menu-main-navigation > li > ul.sub-menu > li.menu-item.menu-item-has-children ul.sub-menu li a:focus-within {
        border-bottom: solid 1px #5ed2cd;
    }
}
#menu-main-navigation > li > ul.sub-menu > li.menu-item.menu-item-has-children ul.sub-menu ul.sub-menu {
    display: none;
}
@media (min-width: 1025px) {
    #menu-main-navigation > li > ul.sub-menu > li.menu-item.megamenu__titlebox {
        background: 0 0;
        border: none;
        height: 499px;
        left: 0;
        position: absolute;
        width: 450px;
    }
}
#menu-main-navigation > li > ul.sub-menu > li.menu-item.megamenu__titlebox .megamenu__image {
    height: 307px;
    width: 307px;
    overflow: hidden;
    text-align: center;
    z-index: 100;
    -webkit-clip-path: circle();
    clip-path: circle();
    margin: 0 auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 50px !important;
    position: relative;
    z-index: 20;
}
#menu-main-navigation > li > ul.sub-menu > li.menu-item.megamenu__titlebox .megamenu__image img {
    height: 100%;
    width: auto;
}
@media (min-width: 1025px) {
    #menu-main-navigation > li > ul.sub-menu > li.menu-item.megamenu__titlebox .megamenu__image img {
        min-height: 400px;
    }
}
@media (min-width: 1025px) {
    #menu-main-navigation > li > ul.sub-menu > li.menu-item.megamenu__titlebox .megamenu__image {
        height: 400px;
        width: 400px;
        margin: 0;
    }
}
#menu-main-navigation > li > ul.sub-menu > li.menu-item.megamenu__titlebox .megamenu__image img {
    width: auto;
    height: auto;
}
#menu-main-navigation > li > ul.sub-menu > li.menu-item.megamenu__titlebox .megamenu__textbox {
    display: flex;
    flex-grow: 1;
    width: 100%;
}
@media (min-width: 1025px) {
    #menu-main-navigation > li > ul.sub-menu > li.menu-item.megamenu__titlebox .megamenu__textbox {
        background-color: #f3f4f4;
        bottom: 0;
        display: block;
        left: 0;
        padding: 30px;
        position: absolute;
        width: 80%;
        z-index: 60;
    }
}
#menu-main-navigation > li > ul.sub-menu > li.menu-item.megamenu__titlebox .megamenu__textbox a {
    align-items: center;
    display: flex;
    flex-grow: 1;
    font-family: Graphik-Regular;
    font-size: 1.125rem;
    letter-spacing: -0.03125rem;
    padding: 20px 70px 20px 35px;
    text-decoration: underline;
}
@media (min-width: 1025px) {
    #menu-main-navigation > li > ul.sub-menu > li.menu-item.megamenu__titlebox .megamenu__textbox a {
        background: transparent
            url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2224%22%20height%3D%2211%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke%3D%22%23001612%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M18.547%201.257L22.79%205.5l-4.243%204.243%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M21.5%205.5H.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
            no-repeat 50% 50%;
        background-size: contain;
        background-size: auto;
        background-position: center right 35px;
        color: #373435;
        font-family: Moderat;
        font-size: 0.8125rem;
        letter-spacing: 0.09375rem;
        padding: 0;
        text-transform: uppercase;
    }
}
#menu-main-navigation > li > ul.sub-menu > li.menu-item.megamenu__titlebox .megamenu__heading {
    font-family: Graphik-Regular;
    font-size: 2.5rem;
    color: #373435;
    letter-spacing: -0.13187rem;
    line-height: 2.75rem;
    margin-bottom: 20px;
}
#menu-main-navigation > li > ul.sub-menu .megamenu__utilities {
    background: 0 0;
    border: none;
    bottom: 30px;
    display: block;
    position: absolute;
    padding-left: 40px;
    right: 0;
    width: 25%;
}
#menu-main-navigation > li > ul.sub-menu .megamenu__utilities:hover,
#menu-main-navigation > li > ul.sub-menu .megamenu__utilities:focus {
    background: 0 0;
}
#menu-main-navigation .megamenu__utilities {
    background: 0 0;
    border: none;
    margin-top: 50px;
}
#menu-main-navigation .megamenu__utilities button {
    background: 0 0;
    border: 1px solid #001612;
    display: block;
    margin-bottom: 20px;
    padding: 20px 10px;
    cursor: pointer;
    font-family: Moderat;
    font-size: 0.8125rem;
    color: #001612;
    letter-spacing: 0.09375rem;
    text-transform: uppercase;
}
#menu-main-navigation .megamenu__utilities button:hover,
#menu-main-navigation .megamenu__utilities button:focus {
    background-color: #5ed2cd;
}
#menu-main-navigation .megamenu__utilities .social_menu {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 0;
    width: fit-content;
}
#menu-main-navigation .megamenu__utilities .social_menu li:before {
    display: none;
}
#menu-main-navigation .megamenu__utilities .social_menu a {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    display: inline-block;
    height: 40px;
    width: 40px;
}
#menu-main-navigation .megamenu__utilities .social_menu a:hover,
#menu-main-navigation .megamenu__utilities .social_menu a:focus {
    background-color: #5ed2cd !important;
}
#menu-main-navigation .megamenu__utilities .social_menu li {
    border: 1px solid #373435;
    line-height: 0;
}
#menu-main-navigation .megamenu__utilities .social_menu li.copyurl a {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%227%22%20height%3D%2219%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20transform%3D%22rotate(-90%209.5%209)%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Crect%20stroke%3D%22%23001612%22%20stroke-width%3D%221.62%22%20x%3D%22.81%22%20y%3D%22.81%22%20width%3D%227.29%22%20height%3D%224.86%22%20rx%3D%222.43%22%2F%3E%3Crect%20stroke%3D%22%23001612%22%20stroke-width%3D%221.62%22%20x%3D%229.72%22%20y%3D%22.81%22%20width%3D%227.29%22%20height%3D%224.86%22%20rx%3D%222.43%22%2F%3E%3Cpath%20d%3D%22M4.86%202.43h8.1a.81.81%200%20010%201.62h-8.1a.81.81%200%20110-1.62z%22%20fill%3D%22%23001612%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-color: #fff;
    background-size: auto;
}
#menu-main-navigation .megamenu__utilities .social_menu li.facebook a {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%227%22%20height%3D%2214%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4.05%2013.056V6.527h1.803l.239-2.25H4.05l.003-1.126c0-.587.056-.9.898-.9H6.08V0H4.277C2.112%200%201.35%201.091%201.35%202.927v1.35H0v2.25h1.35v6.529h2.7z%22%20fill%3D%22%23001612%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-color: #fff;
    background-size: auto;
}
#menu-main-navigation .megamenu__utilities .social_menu li.instagram a {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2214%22%20height%3D%2214%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M7%200C5.1%200%204.862.008%204.115.042%203.37.076%202.86.194%202.415.368c-.46.178-.85.417-1.24.807-.39.389-.628.78-.808%201.24-.173.445-.291.954-.325%201.699C.01%204.86%200%205.099%200%207c0%201.901.008%202.139.042%202.886.035.745.153%201.253.326%201.699.178.46.418.85.807%201.24.389.389.78.629%201.24.808.445.173.954.29%201.699.325.746.034.985.042%202.886.042%201.901%200%202.139-.008%202.886-.042.745-.034%201.254-.152%201.7-.325.46-.18.85-.419%201.239-.808.389-.39.628-.78.807-1.24.173-.446.29-.954.326-1.7C13.99%209.14%2014%208.902%2014%207c0-1.901-.009-2.14-.042-2.886-.035-.746-.153-1.254-.326-1.7-.179-.46-.418-.85-.807-1.24a3.421%203.421%200%2000-1.24-.806c-.446-.174-.955-.292-1.7-.326C9.138.008%208.9%200%206.998%200h.003zm-.627%201.261H7c1.869%200%202.09.007%202.828.04.683.032%201.053.146%201.3.242.327.127.56.278.804.523.245.245.397.479.524.805.096.247.21.617.241%201.3.034.738.041.96.041%202.827%200%201.869-.007%202.09-.04%202.828-.032.683-.146%201.053-.242%201.3-.127.326-.279.559-.524.804a2.165%202.165%200%2001-.804.523c-.247.096-.617.21-1.3.241-.738.034-.96.041-2.828.041-1.87%200-2.091-.007-2.829-.04-.682-.032-1.053-.146-1.3-.242a2.168%202.168%200%2001-.805-.524%202.17%202.17%200%2001-.524-.804c-.095-.247-.21-.617-.24-1.3-.034-.737-.04-.96-.04-2.828%200-1.87.006-2.09.04-2.828.03-.683.145-1.053.24-1.3.127-.326.28-.56.524-.805.245-.245.479-.396.805-.524.247-.096.618-.21%201.3-.24.646-.03.896-.039%202.2-.04v.001zm4.364%201.163a.84.84%200%20100%201.68.84.84%200%20000-1.68zm-3.736.981a3.595%203.595%200%20100%207.19%203.595%203.595%200%20000-7.19zm0%201.262a2.333%202.333%200%20110%204.666%202.333%202.333%200%20010-4.666z%22%20fill%3D%22%23001612%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-color: #fff;
    background-size: auto;
}
#menu-main-navigation .megamenu__utilities .social_menu li.linkedin a {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2215%22%20height%3D%2215%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M3.88%205.674v7.621H1.16V5.674h2.72zm.18-2.358c0%20.732-.591%201.318-1.54%201.318h-.017C1.59%204.634%201%204.048%201%203.316%201%202.57%201.608%202%202.539%202c.93%200%201.503.57%201.52%201.316zm9.628%205.61v4.37h-2.72V9.217c0-1.024-.393-1.723-1.378-1.723-.751%200-1.199.471-1.395.926-.072.163-.09.39-.09.618v4.256h-2.72s.036-6.906%200-7.62h2.72v1.079c.361-.52%201.008-1.259%202.452-1.259%201.79%200%203.13%201.09%203.13%203.43z%22%20fill%3D%22%23001612%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-color: #fff;
    background-size: auto;
}
#menu-main-navigation .megamenu__utilities .social_menu li.twitter a {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2215%22%20height%3D%2215%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M7.64%205.382l.026.387-.42-.047a7.027%207.027%200%2001-3.995-1.834l-.554-.514-.143.38c-.302.845-.11%201.739.52%202.34.336.331.26.379-.319.181-.201-.063-.377-.11-.394-.087-.059.056.143.775.302%201.06.218.395.663.782%201.15%201.011l.411.182-.486.008c-.47%200-.487.008-.437.174.168.513.831%201.059%201.57%201.296l.52.166-.453.253c-.672.363-1.46.569-2.25.585-.377.008-.688.04-.688.063%200%20.079%201.024.522%201.62.695%201.788.514%203.911.293%205.506-.584%201.133-.625%202.267-1.866%202.795-3.067.286-.64.571-1.81.571-2.371%200-.364.025-.411.495-.846.277-.253.538-.53.588-.609.084-.15.076-.15-.353-.016-.713.238-.814.206-.461-.15.26-.253.57-.711.57-.845%200-.024-.125.015-.268.087a4.89%204.89%200%2001-.739.268l-.453.135-.411-.261c-.227-.142-.546-.3-.714-.348-.428-.11-1.083-.095-1.469.032-1.049.355-1.712%201.272-1.636%202.276z%22%20fill%3D%22%23001612%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-color: #fff;
    background-size: auto;
}
#menu-main-navigation .megamenu__utilities .social_menu li.youtube a {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2217%22%20height%3D%2212%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.783%200C9.9.008%2014%20.05%2015.142.359a2.138%202.138%200%20011.503%201.516c.33%201.241.353%203.735.355%204.085v.082c-.002.35-.025%202.844-.355%204.086a2.138%202.138%200%2001-1.503%201.515c-1.179.319-5.51.354-6.458.358h-.368c-.948-.004-5.28-.04-6.458-.358a2.138%202.138%200%2001-1.503-1.515C.05%208.98.007%206.767%200%206.159v-.317c.006-.61.05-2.822.354-3.968A2.138%202.138%200%20011.858.358C2.999.05%207.1.007%208.218.001zM6.934%203.43v5.143L10.96%206%206.934%203.43z%22%20fill%3D%22%23001612%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-color: #fff;
    background-size: auto;
}
#menu-main-navigation .megamenu__utilities .social_menu li {
    display: inline-block;
}
#menu-main-navigation .megamenu__utilities .social_menu li:last-child {
    border-right: solid 1px #373435;
}
@media (min-width: 1025px) {
    header.scrolled #menu-main-navigation a,
    header.scrolled #menu-main-navigation button,
    header.temp_solid_bg #menu-main-navigation a,
    header.temp_solid_bg #menu-main-navigation button,
    header.solid_bg #menu-main-navigation a,
    header.solid_bg #menu-main-navigation button {
        color: #6b6b6b;
    }
}
@media (min-width: 1025px) {
    header.scrolled #menu-main-navigation > li:hover > a,
    header.scrolled #menu-main-navigation > li:hover > button.nav-main-link,
    header.scrolled #menu-main-navigation > li:focus > a,
    header.scrolled #menu-main-navigation > li:focus > button.nav-main-link,
    header.scrolled #menu-main-navigation > li.current-menu-item > a,
    header.scrolled #menu-main-navigation > li.current-menu-item > button.nav-main-link,
    header.scrolled #menu-main-navigation > li.current-menu-parent > a,
    header.scrolled #menu-main-navigation > li.current-menu-parent > button.nav-main-link,
    header.scrolled #menu-main-navigation > li.current-menu-ancestor > a,
    header.scrolled #menu-main-navigation > li.current-menu-ancestor > button.nav-main-link,
    header.temp_solid_bg #menu-main-navigation > li:hover > a,
    header.temp_solid_bg #menu-main-navigation > li:hover > button.nav-main-link,
    header.temp_solid_bg #menu-main-navigation > li:focus > a,
    header.temp_solid_bg #menu-main-navigation > li:focus > button.nav-main-link,
    header.temp_solid_bg #menu-main-navigation > li.current-menu-item > a,
    header.temp_solid_bg #menu-main-navigation > li.current-menu-item > button.nav-main-link,
    header.temp_solid_bg #menu-main-navigation > li.current-menu-parent > a,
    header.temp_solid_bg #menu-main-navigation > li.current-menu-parent > button.nav-main-link,
    header.temp_solid_bg #menu-main-navigation > li.current-menu-ancestor > a,
    header.temp_solid_bg #menu-main-navigation > li.current-menu-ancestor > button.nav-main-link,
    header.solid_bg #menu-main-navigation > li:hover > a,
    header.solid_bg #menu-main-navigation > li:hover > button.nav-main-link,
    header.solid_bg #menu-main-navigation > li:focus > a,
    header.solid_bg #menu-main-navigation > li:focus > button.nav-main-link,
    header.solid_bg #menu-main-navigation > li.current-menu-item > a,
    header.solid_bg #menu-main-navigation > li.current-menu-item > button.nav-main-link,
    header.solid_bg #menu-main-navigation > li.current-menu-parent > a,
    header.solid_bg #menu-main-navigation > li.current-menu-parent > button.nav-main-link,
    header.solid_bg #menu-main-navigation > li.current-menu-ancestor > a,
    header.solid_bg #menu-main-navigation > li.current-menu-ancestor > button.nav-main-link {
        border-bottom: solid 1px #6b6b6b;
    }
}
header.scrolled #menu-main-navigation li.megamenu__search a,
header.scrolled #menu-main-navigation li.megamenu__search button,
header.temp_solid_bg #menu-main-navigation li.megamenu__search a,
header.temp_solid_bg #menu-main-navigation li.megamenu__search button,
header.solid_bg #menu-main-navigation li.megamenu__search a,
header.solid_bg #menu-main-navigation li.megamenu__search button {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2223%22%20height%3D%2223%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20transform%3D%22translate(-1%20-1)%22%20stroke%3D%22%23002C24%22%20stroke-width%3D%221.5%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M16.812%2016.812l6.522%206.522%22%2F%3E%3Ccircle%20cx%3D%2210.6%22%20cy%3D%2210.6%22%20r%3D%228.85%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-position: bottom center;
    background-size: auto;
}
.page-template-template-updates_search__headbar,
.archive__headbar {
    background-color: #fff;
    margin: 0 auto;
    max-width: 1440px;
}
.page-template-template-updates_search__filter,
.archive__filter {
    box-shadow: 0 6px 11px rgba(0, 0, 0, 0.05);
}
.page-template-template-updates_search__filter form,
.archive__filter form {
    display: flex;
    flex-wrap: wrap;
}
.page-template-template-updates_search .select2-results__options,
.archive .select2-results__options {
    width: 135%;
    padding: 15px 0;
}
.page-template-template-updates_search .select2-results__options li,
.archive .select2-results__options li {
    text-transform: capitalize;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.page-template-template-updates_search .select2-container--default .select2-results__option--highlighted[aria-selected],
.archive .select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: #fff;
    background: #464646 !important;
    border-bottom: 0 !important;
}
.select2-dropdown {
    border: 0;
    background-color: transparent;
}
.select2-dropdown .select2-search__field {
    padding: 2px 3px 3px;
}
span.select2-results {
    margin-top: 40px;
}
.select2-results__options {
    margin-left: -5%;
    padding: 20px;
    width: 110% !important;
    border: 1px solid #e3e2de;
    background: #fff;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
    max-height: 200px !important;
}
.select2-results__options li {
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 0.875rem;
}
.select2-results__options::-webkit-scrollbar {
    width: 5px;
}
.select2-results__options::-webkit-scrollbar-track {
    background: #fff;
}
.select2-results__options::-webkit-scrollbar-thumb {
    background: #e3e2de;
}
.select2-selection--single {
    padding: 2px 0 8px !important;
    border: 0 !important;
    border-radius: 0 !important;
    border-bottom: 1px solid #999891 !important;
    font-size: 0.875rem;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: #001612;
    background: #fff;
    border-bottom: 1px solid #464646 !important;
    padding-bottom: 9px;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
    background: #fff !important;
}
.select2-container--default.select2-container--open .select2-search--dropdown {
    display: none;
}
.select2-container--default.select2-container--below.select2-container--open .select2-selection--single,
.select2-container--default.select2-container--above.select2-container--open .select2-selection--single {
    border-bottom: 1px solid #464646 !important;
}
.select2-container--default.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--below .select2-selection--single {
    border-bottom: 1px solid #373435 !important;
    color: #373435;
}
.select2-container--default.select2-container--above .select2-selection__rendered,
.select2-container--default.select2-container--below .select2-selection__rendered {
    color: #373435 !important;
}
.select2-selection__rendered {
    color: #464646 !important;
    line-height: normal !important;
    padding: 0 !important;
    text-transform: capitalize;
    text-align: left;
    padding-right: 30px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 12px;
    height: 12px !important;
    top: 5px !important;
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2210%22%20height%3D%225%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M9.485.243L5.243%204.485%201%20.243%22%20stroke%3D%22%23001612%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20opacity%3D%22.3%22%2F%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
}
.filter__keyword {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 20px 35px;
    background: #8fd0b5;
}
.filter__keyword .keyword-arae {
    position: relative;
}
.filter__keyword .keyword-arae label {
    display: none;
}
.filter__keyword .serch-icon {
    position: absolute;
    left: 15px;
    top: 8px;
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2223%22%20height%3D%2223%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20transform%3D%22translate(-1%20-1)%22%20stroke%3D%22%23002C24%22%20stroke-width%3D%221.5%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M16.812%2016.812l6.522%206.522%22%2F%3E%3Ccircle%20cx%3D%2210.6%22%20cy%3D%2210.6%22%20r%3D%228.85%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    width: 12px;
    height: 22px;
    z-index: 9;
}
.filter__submit .arrow-icon {
    position: absolute;
    right: 13%;
    top: 24%;
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2224%22%20height%3D%2211%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke%3D%22%23001612%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M18.547%201.257L22.79%205.5l-4.243%204.243%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M21.5%205.5H.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    width: 24px;
    height: 12px;
    z-index: 9;
}
.filter__keyword .arrow-icon {
    position: absolute;
    right: 15px;
    top: 12px;
    background: transparent url(data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2224%22%20height%3D%2211%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke%3D%22%23001612%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M18.547%201.257L22.79%205.5l-4.243%204.243%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M21.5%205.5H.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E) no-repeat 50% 50%;
    background-size: contain;
    width: 24px;
    height: 12px;
    z-index: 9;
}
.filter__keyword input {
    border-radius: 0;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.03);
    border: 0;
    width: 100%;
    max-width: 100%;
    padding: 10px 40px;
}
.filter__keyword input::placeholder {
    color: #464646;
}
.filter__select {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 35px;
    background: #fff;
}
.filter__select label {
    display: block;
    color: #464646;
    font-size: 0.75rem;
}
.filter__select input,
.filter__select span.select2 {
    width: 100% !important;
}
.filter__select input {
    font-size: 0.875rem;
    padding: 2px 5px 9px;
    border: 0;
    border-radius: 0;
    color: #373435;
    border-bottom: 1px solid #999891;
}
.filter__select input::placeholder {
    color: #999891;
}
.filter__select input:not(:placeholder-shown) {
    border-bottom: 1px solid #373435;
}
.filter__select .-widthfull {
    width: 100%;
}
.filter__select .date-area {
    display: flex;
    flex-wrap: wrap;
}
.filter__from-month,
.filter__from-year,
.filter__to-month,
.filter__to-year {
    flex: 0 0 50%;
    max-width: 50%;
}
.filter__from-month #filter-name,
.filter__from-year #filter-name,
.filter__to-month #filter-name,
.filter__to-year #filter-name {
    display: none;
}
.filter__from-month br,
.filter__from-year br,
.filter__to-month br,
.filter__to-year br {
    display: none;
}
.filter__from-month .like-dropdown,
.filter__from-year .like-dropdown,
.filter__to-month .like-dropdown,
.filter__to-year .like-dropdown {
    font-size: 0.875rem;
    position: relative;
    border-bottom: 1px solid #999891;
    width: calc(100% - 20px);
    padding-bottom: 5px;
}
.filter__from-month .like-dropdown:after,
.filter__from-year .like-dropdown:after,
.filter__to-month .like-dropdown:after,
.filter__to-year .like-dropdown:after {
    content: "";
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2210%22%20height%3D%225%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M9.485.243L5.243%204.485%201%20.243%22%20stroke%3D%22%23001612%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20opacity%3D%22.3%22%2F%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 5px;
    right: 0;
}
.filter__from-month.popupopen .like-dropdown,
.filter__from-year.popupopen .like-dropdown,
.filter__to-month.popupopen .like-dropdown,
.filter__to-year.popupopen .like-dropdown {
    border-bottom: 1px solid #5ed2cd !important;
}
.filter__from-month.already-clicked .like-dropdown,
.filter__from-year.already-clicked .like-dropdown,
.filter__to-month.already-clicked .like-dropdown,
.filter__to-year.already-clicked .like-dropdown {
    border-bottom: 1px solid #001612;
}
.filter__from-month.already-clicked .like-dropdown span,
.filter__from-year.already-clicked .like-dropdown span,
.filter__to-month.already-clicked .like-dropdown span,
.filter__to-year.already-clicked .like-dropdown span {
    color: #001612;
}
.filter__from-month fieldset,
.filter__from-year fieldset,
.filter__to-month fieldset,
.filter__to-year fieldset {
    margin-left: -5%;
    padding: 20px 0 !important;
    width: 110% !important;
    border: 1px solid #e3e2de;
    background: #fff;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
    max-height: 200px !important;
    overflow: auto;
}
.filter__from-month fieldset li,
.filter__from-year fieldset li,
.filter__to-month fieldset li,
.filter__to-year fieldset li {
    font-size: 0.875rem;
}
.filter__from-month fieldset li a,
.filter__from-year fieldset li a,
.filter__to-month fieldset li a,
.filter__to-year fieldset li a {
    display: block;
    padding: 10px;
}
.filter__from-month fieldset li:hover,
.filter__from-year fieldset li:hover,
.filter__to-month fieldset li:hover,
.filter__to-year fieldset li:hover {
    background-color: #464646;
    color: #fff;
}
.filter__from-month fieldset li:hover a,
.filter__from-year fieldset li:hover a,
.filter__to-month fieldset li:hover a,
.filter__to-year fieldset li:hover a {
    color: #fff !important;
}
.filter__from-month fieldset::-webkit-scrollbar,
.filter__from-year fieldset::-webkit-scrollbar,
.filter__to-month fieldset::-webkit-scrollbar,
.filter__to-year fieldset::-webkit-scrollbar {
    width: 5px;
}
.filter__from-month fieldset::-webkit-scrollbar-track,
.filter__from-year fieldset::-webkit-scrollbar-track,
.filter__to-month fieldset::-webkit-scrollbar-track,
.filter__to-year fieldset::-webkit-scrollbar-track {
    background: #fff;
}
.filter__from-month fieldset::-webkit-scrollbar-thumb,
.filter__from-year fieldset::-webkit-scrollbar-thumb,
.filter__to-month fieldset::-webkit-scrollbar-thumb,
.filter__to-year fieldset::-webkit-scrollbar-thumb {
    background: #e3e2de;
}
@media (min-width: 1025px) {
    .filter__from-month fieldset,
    .filter__from-year fieldset,
    .filter__to-month fieldset,
    .filter__to-year fieldset {
        top: 60px !important;
    }
}
.filter__reset {
    flex: 0 0 100%;
    max-width: 100%;
}
.filter__reset button {
    width: 100%;
    height: 100%;
    border: 0;
    border-left: 2px solid #e3e2de;
    background-color: #f8f8f8;
    color: #464646;
}
.filter__submit button {
    width: 100%;
    height: 100%;
    border: 0;
    border-left: 2px solid #e3e2de;
    background-color: #8fd0b5;
    color: #464646;
}
.filter__buttons {
    border-top: solid 1px #999891;
    padding: 40px;
}
.filter__clear,
.filter__apply {
    font-family: Graphik-Medium;
    font-size: 1rem;
    letter-spacing: -0.05563rem;
}
.filter__clear {
    color: #464646;
    margin-right: 50px;
}
.filter button {
    -webkit-appearance: none;
    border: 0;
    padding: 0;
}
@media (max-width: 1024px) {
    .filter__select .-widthfull {
        margin-bottom: 20px;
    }
    .filter__select .-widthfull:last-child {
        margin-bottom: 0;
    }
    .filter__or {
        margin-bottom: 20px;
    }
    .filter__seemore {
        padding-bottom: 40px;
        margin-left: 35px;
        margin-right: 35px;
        position: relative;
        width: 100%;
    }
    .filter__seemore .see-more,
    .filter__seemore .see-less {
        font-family: Moderat;
        font-size: 0.75rem;
        line-height: 0.875rem;
        letter-spacing: 0.0625rem;
        text-transform: uppercase;
        color: #999891;
    }
    .filter__seemore .see-more .btn-area,
    .filter__seemore .see-less .btn-area {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
    }
    .filter__seemore .see-less {
        display: none;
    }
    .filter__seemore span {
        display: inline-block;
    }
    .filter__seemore .cta__up,
    .filter__seemore .cta__down {
        width: 40px;
        height: 40px;
        margin-right: 10px;
        border-radius: 50%;
        box-shadow: 0 11px 35px rgba(0, 0, 0, 0.1);
        border: solid 1px rgba(151, 151, 151, 0.3);
    }
    .filter__seemore .cta__down {
        background: transparent
            url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2210%22%20height%3D%225%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M9.485.243L5.243%204.485%201%20.243%22%20stroke%3D%22%23001612%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20opacity%3D%22.3%22%2F%3E%3C%2Fsvg%3E")
            no-repeat 50% 50%;
        background-size: contain;
        background-size: auto;
    }
    .filter__seemore .cta__up {
        background: transparent
            url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2210%22%20height%3D%226%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M9.485%205.243L5.243%201%201%205.243%22%20stroke%3D%22%23001612%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E")
            no-repeat 50% 50%;
        background-size: contain;
        background-size: auto;
    }
    .filter__seemore button {
        color: #464646;
		font-family: Graphik-Regular;
		position: absolute;
		right: 0px;
		top: 7px;
		background: transparent;
		padding: 5px;
		border: 1px solid #d3691a;
		font-size: 0.9em;
		font-weight: bold;
    }
	.filter__seemore #filter-submit {
		position: absolute;
		right: 60px;
		top: 7px;
		background: transparent;
		padding: 5px;
		border: 1px solid #5db28f;
		font-size: 0.9em;
		font-weight: bold;
		color: #464646;
		font-family: Graphik-Regular;
	}
    .filter__clear {
        color: #464646;
        margin-right: 50px;
    }
    .filter .filter-hide {
        display: none;
    }
}
body:not(:-moz-handler-blocked) fieldset {
    display: table-cell;
}
#archive-filter .filter-name {
    font-family: Graphik-Regular;
    font-size: 0.75rem;
    color: #464646;
    letter-spacing: 0;
}
#archive-filter .filter__root {
    position: relative;
}
#archive-filter .filter__root legend {
    float: left;
    margin: 0;
    padding: 30px 40px 0;
    width: 100%;
}
#archive-filter .filter__root legend + * {
    clear: both;
}
#archive-filter .filter__root legend + p {
    padding: 0 40px;
    color: #464646;
    margin: 0;
}
#archive-filter .filter__root legend ~ ul.maincategory {
    padding-top: 60px;
    position: relative;
}
#archive-filter .filter__root legend ~ ul.maincategory:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #e3e2de;
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
}
#archive-filter .filter__root a {
    color: #464646;
}
#archive-filter .filter__root fieldset {
    background: #fff;
    border: 1px solid #e3e2de;
    box-shadow: 0 5px 25px 0 rgba(113, 112, 108, 0.15);
    display: none;
    margin: 0;
    min-width: 0;
    padding: 0.01em 0 0;
    position: absolute;
    z-index: 9001;
}
#archive-filter .filter__root fieldset ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#archive-filter .filter__root fieldset ul li:before {
    display: none;
}
#archive-filter .filter__root fieldset p {
    font-size: 0.875rem;
    margin-top: 0;
}
@media (min-width: 1025px) {
    #archive-filter .filter__root fieldset {
        top: 40px;
        width: 700px;
    }
}
#archive-filter .filter__root ul.maincategory,
#archive-filter .filter__root ul.subcategory,
#archive-filter .filter__root ul.mainregion {
    margin: 0;
    padding: 0;
    list-style: none;
}
#archive-filter .filter__root ul.maincategory li:before,
#archive-filter .filter__root ul.subcategory li:before,
#archive-filter .filter__root ul.mainregion li:before {
    display: none;
}
#archive-filter .filter__root ul.maincategory li label,
#archive-filter .filter__root ul.subcategory li label,
#archive-filter .filter__root ul.mainregion li label {
    color: #373435;
    cursor: pointer;
    font-family: Graphik-Medium;
    font-size: 0.8125rem;
    letter-spacing: 0;
    line-height: 26px;
}
#archive-filter .filter__root ul.maincategory {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    padding: 40px;
}
#archive-filter .filter__root ul.maincategory > li .somechecked:after {
    content: "\005C";
    color: #5ed2cd;
    top: 16px;
    left: -8px;
    width: 4px;
    height: 8px;
    border: 0;
    transform: rotate(145deg);
}
#archive-filter .filter__root ul.maincategory > li label {
    margin-bottom: 0;
}
#archive-filter .filter__root ul.podcast-series,
#archive-filter .filter__root ul.mainregion {
    columns: 3;
    padding: 40px;
}
#archive-filter .filter__root ul.podcast-series > li,
#archive-filter .filter__root ul.mainregion > li {
    margin-bottom: 10px;
}
#archive-filter .filter__root ul.subcategory {
    margin-left: 20px;
}
#archive-filter .filter__root ul.subcategory li label {
    font-weight: 400;
}
#archive-filter .filter__root ul.subcategory li:last-child {
    margin-bottom: 40px;
}
#archive-filter .filter__root .filter__buttons,
#archive-filter .filter__root .filter-buttion {
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #e3e2de;
}
#archive-filter .filter__root .filter__buttons button,
#archive-filter .filter__root .filter-buttion button {
    flex: 0 0 50%;
    max-width: 50%;
    text-align: left;
    background: #fff;
    font-family: Graphik-Medium;
    font-size: 1rem;
    margin: 0;
}
#archive-filter .filter__root .filter__buttons button#commitment-option-cancel,
#archive-filter .filter__root .filter-buttion button#commitment-option-cancel {
    color: #999891;
}
#archive-filter .filter__grant.filter__root,
#archive-filter .filter__podcast-series.filter__root,
#archive-filter .filter__commitments.filter__root,
#archive-filter .filter__video-series.filter__root,
#archive-filter .filter__regions.filter__root,
#archive-filter .filter__types.filter__root {
    border-bottom: 1px solid #999891;
    padding-right: 0;
    padding-bottom: 5px;
    margin-bottom: 20px;
    width: 100%;
}
@media (min-width: 1025px) {
    #archive-filter .filter__grant.filter__root,
    #archive-filter .filter__podcast-series.filter__root,
    #archive-filter .filter__commitments.filter__root,
    #archive-filter .filter__video-series.filter__root,
    #archive-filter .filter__regions.filter__root,
    #archive-filter .filter__types.filter__root {
        width: calc(20% - 20px);
        margin-right: 20px;
        margin-bottom: 0;
    }
    #archive-filter .filter__grant.filter__root .like-dropdown span,
    #archive-filter .filter__podcast-series.filter__root .like-dropdown span,
    #archive-filter .filter__commitments.filter__root .like-dropdown span,
    #archive-filter .filter__video-series.filter__root .like-dropdown span,
    #archive-filter .filter__regions.filter__root .like-dropdown span,
    #archive-filter .filter__types.filter__root .like-dropdown span {
        padding-right: 20px;
    }
    #archive-filter .filter__grant.filter__root .like-dropdown span:after,
    #archive-filter .filter__podcast-series.filter__root .like-dropdown span:after,
    #archive-filter .filter__commitments.filter__root .like-dropdown span:after,
    #archive-filter .filter__video-series.filter__root .like-dropdown span:after,
    #archive-filter .filter__regions.filter__root .like-dropdown span:after,
    #archive-filter .filter__types.filter__root .like-dropdown span:after {
        right: -20px;
    }
}
#archive-filter .filter__grant.filter__root .like-dropdown span,
#archive-filter .filter__podcast-series.filter__root .like-dropdown span,
#archive-filter .filter__commitments.filter__root .like-dropdown span,
#archive-filter .filter__video-series.filter__root .like-dropdown span,
#archive-filter .filter__regions.filter__root .like-dropdown span,
#archive-filter .filter__types.filter__root .like-dropdown span {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #999891;
    font-size: 0.875rem;
}
#archive-filter .filter__grant.filter__root .like-dropdown span:after,
#archive-filter .filter__podcast-series.filter__root .like-dropdown span:after,
#archive-filter .filter__commitments.filter__root .like-dropdown span:after,
#archive-filter .filter__video-series.filter__root .like-dropdown span:after,
#archive-filter .filter__regions.filter__root .like-dropdown span:after,
#archive-filter .filter__types.filter__root .like-dropdown span:after {
    content: "";
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2210%22%20height%3D%225%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M9.485.243L5.243%204.485%201%20.243%22%20stroke%3D%22%23001612%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20opacity%3D%22.3%22%2F%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    width: 12px;
    height: 12px;
    position: absolute;
    bottom: 5px;
    right: 0;
}
#archive-filter .filter__grant.filter__root.popupopen,
#archive-filter .filter__podcast-series.filter__root.popupopen,
#archive-filter .filter__commitments.filter__root.popupopen,
#archive-filter .filter__video-series.filter__root.popupopen,
#archive-filter .filter__regions.filter__root.popupopen,
#archive-filter .filter__types.filter__root.popupopen {
    border-bottom: 1px solid #5ed2cd !important;
}
#archive-filter .filter__grant.filter__root.already-clicked,
#archive-filter .filter__podcast-series.filter__root.already-clicked,
#archive-filter .filter__commitments.filter__root.already-clicked,
#archive-filter .filter__video-series.filter__root.already-clicked,
#archive-filter .filter__regions.filter__root.already-clicked,
#archive-filter .filter__types.filter__root.already-clicked {
    border-bottom: 1px solid #001612;
}
#archive-filter .filter__grant.filter__root.already-clicked .like-dropdown span,
#archive-filter .filter__podcast-series.filter__root.already-clicked .like-dropdown span,
#archive-filter .filter__commitments.filter__root.already-clicked .like-dropdown span,
#archive-filter .filter__video-series.filter__root.already-clicked .like-dropdown span,
#archive-filter .filter__regions.filter__root.already-clicked .like-dropdown span,
#archive-filter .filter__types.filter__root.already-clicked .like-dropdown span {
    color: #001612;
}
#archive-filter .filter__grant.filter__root br,
#archive-filter .filter__podcast-series.filter__root br,
#archive-filter .filter__commitments.filter__root br,
#archive-filter .filter__video-series.filter__root br,
#archive-filter .filter__regions.filter__root br,
#archive-filter .filter__types.filter__root br {
    display: none;
}
#archive-filter .filter__grant.filter__root #filter-name,
#archive-filter .filter__podcast-series.filter__root #filter-name,
#archive-filter .filter__commitments.filter__root #filter-name,
#archive-filter .filter__video-series.filter__root #filter-name,
#archive-filter .filter__regions.filter__root #filter-name,
#archive-filter .filter__types.filter__root #filter-name {
    display: inline-block;
    line-height: 1.5;
    width: 100%;
}
#archive-filter [type="radio"]:checked + label:after {
    height: 9px;
    width: 9px;
    top: 10px;
}
@media (min-width: 768px) {
    .filter__select,
    .filter__keyword {
        padding: 25px 40px;
    }
    .filter__seemore {
        margin-left: 40px;
        margin-right: 40px;
    }
}
@media (min-width: 1025px) {
    .filter__keyword {
        padding: 25px 25px 25px 50px;
        flex: 0 0 22%;
        max-width: 22%;
    }
    .filter__select {
        flex: 0 0 58%;
        max-width: 58%;
        padding: 15px 20px 20px;
        align-items: center;
    }
    .filter__select .-widthfull {
        width: 45%;
    }
    .filter__select input,
    .filter__select span.select2 {
        width: calc(100% - 15px) !important;
    }
    .filter__or {
        margin-right: 20px;
    }
    .filter__reset {
        flex: 0 0 10%;
        max-width: 10%;
    }
    .filter__submit {
        flex: 0 0 10%;
        max-width: 10%;
    }
    .filter__reset button {
        padding-right: 50px;
    }
    .filter__submit button {
        padding-right: 50px;
    }
    .filter__or {
        font-family: Graphik-Medium;
        font-size: 1rem;
        letter-spacing: -0.0275rem;
        padding: 12px 15px 0 0;
    }
    .filter__from-month {
        max-width: 221px;
    }
}
.anchor-menu {
    margin: 0 auto;
    max-width: 1440px;
    position: relative;
    width: 100%;
}
.anchor-menu.sticky_bottom {
    bottom: 0;
    position: fixed;
    z-index: 200;
}
.anchor-menu.sticky_top {
    position: fixed;
    left: 0;
    max-width: 100%;
    top: 65px;
    z-index: 9000;
}
@media (min-width: 1025px) {
    .anchor-menu.sticky_top {
        top: 80px;
    }
}
.admin-bar .anchor-menu.sticky_top {
    top: 111px;
}
@media screen and (min-width: 783px) {
    .admin-bar .anchor-menu.sticky_top {
        top: 97px;
    }
}
@media (min-width: 1025px) {
    .admin-bar .anchor-menu.sticky_top {
        top: 126px;
    }
}
@media screen and (min-width: 1025px) and (min-width: 783px) {
    .admin-bar .anchor-menu.sticky_top {
        top: 112px;
    }
}
.anchor-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.anchor-menu ul li:before {
    display: none;
}
body.has_alert_banner .anchor-menu.sticky_top {
    top: 145px;
}
@media (min-width: 1025px) {
    body.has_alert_banner .anchor-menu.sticky_top {
        top: 156px;
    }
}
body.has_alert_banner.admin-bar .anchor-menu.sticky_top {
    top: 147px;
}
@media (min-width: 1025px) {
    body.has_alert_banner.admin-bar .anchor-menu.sticky_top {
        top: 156px;
    }
}
@media (max-width: 1024px) {
    .anchor-menu {
        background-color: #fff;
    }
    .anchor-menu li a,
    .anchor-menu__label {
        display: block;
        font-family: Graphik-Medium;
        font-size: 0.875rem;
        line-height: 0.9375rem;
        letter-spacing: -0.0125rem;
    }
    .anchor-menu__label {
        color: #001612;
        padding: 1.5rem 40px;
        border-top: solid 1px #e3e2de;
        border-bottom: solid 1px #e3e2de;
        margin: 0 calc(50% - 50vw);
        line-height: 1.4;
    }
    .anchor-menu__label span {
        color: #6b6b6b;
    }
    .anchor-menu ul {
        margin: 0 calc(50% - 50vw);
        padding: 0 40px;
        box-shadow: 0 15px 45px rgba(0, 0, 0, 0.05);
        display: none;
    }
    .anchor-menu ul.active {
        display: block;
    }
    .anchor-menu ul li {
        margin: 0 calc(50% - 50vw);
        padding: 0 40px;
        padding-top: 25px;
        padding-bottom: 25px;
        border-bottom: solid 1px #e3e2de;
    }
    .anchor-menu ul li:last-child {
        border-bottom: 0;
    }
    .anchor-menu ul li a {
        color: #6b6b6b;
    }
    .anchor-menu .cta-toggle {
        position: absolute;
        right: 40px;
        top: 20px;
        background: transparent
            url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2210%22%20height%3D%226%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M9.485%205.243L5.243%201%201%205.243%22%20stroke%3D%22%23001612%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E")
            no-repeat 50% 50%;
        background-size: contain;
        width: 30px;
        height: 30px;
        background-size: 16px;
        transform: rotate(180deg);
    }
    .anchor-menu .cta-toggle.active {
        transform: rotate(0deg);
    }
}
@media (max-width: 767px) {
    .anchor-menu__label {
        padding: 1.5rem 80px 1.5rem 35px;
    }
    .anchor-menu .cta-toggle {
        right: 35px;
    }
}
@media (min-width: 1025px) {
    .anchor-menu {
        background-color: #f8f8f8;
        background-image: url(../../../themes/fantasy-therockf/static/assets/images/bg_anchor_menu.png);
        background-position: center center;
        background-repeat: repeat-y;
    }
    .anchor-menu__row {
        border-top: solid 1px #e3e2de;
        border-bottom: solid 1px #e3e2de;
    }
    .anchor-menu__row .container {
        margin: 0 auto;
        padding-left: 50px;
    }
    .anchor-menu__label {
        display: inline-block;
        margin-right: 20px;
        position: relative;
        background-color: #fff;
        color: #007e76;
        padding: 1.5rem 0.875rem 1.5rem 0;
        font-family: Graphik-Medium;
        font-size: 0.875rem;
        line-height: 0.9375rem;
        letter-spacing: -0.0125rem;
        top: 1px;
        margin-bottom: 2px;
    }
    .anchor-menu__label:after,
    .anchor-menu__label:before {
        content: "";
        display: block;
        height: 0;
        position: absolute;
        width: 0;
    }
    .anchor-menu__label:before {
        border-top: 33px solid transparent;
        border-left: 22px solid #e3e2de;
        border-bottom: 33px solid transparent;
        right: -22px;
        top: -1px;
    }
    .anchor-menu__label:after {
        border-top: 32px solid transparent;
        border-left: 21px solid #fff;
        border-bottom: 32px solid transparent;
        right: -21px;
        top: 0;
    }
    .anchor-menu ul {
        display: inline-block;
    }
    .anchor-menu li {
        display: inline-block;
    }
    .anchor-menu li a {
        font-family: Graphik-Medium;
        font-size: 0.875rem;
        line-height: 0.9375rem;
        letter-spacing: -0.0125rem;
        color: #6b6b6b;
        padding: 1.5rem 0.625rem;
    }
    .anchor-menu li a.active,
    .anchor-menu li a:hover {
        color: #001612;
    }
    .anchor-menu li:last-child a {
        padding-right: 0;
    }
}
.archive.post-type-archive-document .postlist .tease:hover {
    border-bottom: 1px solid #e3e2de;
}
.archive.post-type-archive-document .postlist .tease:hover .post-title a {
    text-decoration: none;
}
.archive.post-type-archive-document .download-button {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2219%22%20height%3D%2228%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20stroke%3D%22%23001612%22%20d%3D%22M14%2019.95l-4.455%204.454L5.09%2019.95%22%2F%3E%3Cpath%20stroke%3D%22%23001612%22%20stroke-linecap%3D%22square%22%20d%3D%22M9.545%2023.75V1H5.422%22%2F%3E%3Cpath%20fill%3D%22%23001612%22%20d%3D%22M19%2027v1H0v-1z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    margin-top: 40px;
    font-family: Moderat;
    font-size: 0.75rem;
    color: #373435;
    letter-spacing: 0.125rem;
    line-height: 1.125rem;
    text-transform: uppercase;
    background-color: #fff;
    display: block;
    padding: 23px 60px 22px 25px;
    background-position: center right 30px;
    background-size: auto;
    box-shadow: 0 11px 35px rgba(0, 0, 0, 0.05);
    border: solid 1px rgba(151, 151, 151, 0.3);
    border-bottom: 3px solid #5ed2cd;
}
.archive.post-type-archive-document .download-button:hover {
    background-color: #5ed2cd;
}
@media (min-width: 1025px) {
    .archive.post-type-archive-document .grant-left {
        flex: 0 0 70%;
        max-width: 70%;
        padding-right: 30px;
    }
    .archive.post-type-archive-document .grant-right {
        flex: 0 0 30%;
        max-width: 30%;
        text-align: right;
    }
    .archive.post-type-archive-document .download-button {
        margin-top: 20px;
    }
}
.archive.post-type-archive-grant .content-wrapper .content-wrapper {
    padding-top: 0;
}
@media (min-width: 1025px) {
    .archive.post-type-archive-grant .content-wrapper .content-wrapper {
        padding: 0 16.66667%;
    }
}
.archive.post-type-archive-grant .grant-topbar {
    max-width: 1440px;
    margin: 0 35px;
    padding-top: 80px;
    padding-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
@media (min-width: 768px) {
    .archive.post-type-archive-grant .grant-topbar {
        margin: 0 auto;
    }
}
@media (min-width: 1025px) {
    .archive.post-type-archive-grant .grant-topbar {
        margin: 0 auto;
        padding: 120px 16.66667% 40px;
    }
}
.archive.post-type-archive-grant .grant-topbar .result-found {
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 1.375rem;
    margin-bottom: 20px;
}
.archive.post-type-archive-grant .grant-topbar .result-found .num-result {
    font-family: Graphik-Semibold;
}
.archive.post-type-archive-grant .grant-topbar .download-grant {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: left;
    margin-bottom: 20px;
}
.archive.post-type-archive-grant .grant-topbar .download-grant button {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2219%22%20height%3D%2228%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20stroke%3D%22%23001612%22%20d%3D%22M14%2019.95l-4.455%204.454L5.09%2019.95%22%2F%3E%3Cpath%20stroke%3D%22%23001612%22%20stroke-linecap%3D%22square%22%20d%3D%22M9.545%2023.75V1H5.422%22%2F%3E%3Cpath%20fill%3D%22%23001612%22%20d%3D%22M19%2027v1H0v-1z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-color: #fff;
    background-size: auto 32px !important;
    width: 80px;
    height: 80px;
    box-shadow: 0 11px 35px rgba(0, 0, 0, 0.05);
    border: solid 1px rgba(151, 151, 151, 0.3);
    border-bottom: 3px solid #5ed2cd;
}
.archive.post-type-archive-grant .grant-topbar .download-grant button:hover {
    background-color: #5ed2cd;
}
.archive.post-type-archive-grant .grant-topbar .download-grant .select2-container {
    margin-right: 20px;
    width: calc(100% - 120px) !important;
    vertical-align: 15px;
}
.archive.post-type-archive-grant .grant-topbar .download-grant .select2-container--default .select2-selection--single {
    background-color: transparent;
    padding-bottom: 15px !important;
    height: auto;
    font-size: 1.25rem;
}
.archive.post-type-archive-grant #select2-download-grant-select-results {
    margin-left: -10%;
    padding-left: 20px;
    padding-right: 20px;
}
.archive.post-type-archive-grant #select2-download-grant-select-results li {
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}
.archive.post-type-archive-grant .select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #fff;
}
.archive.post-type-archive-grant #select2-download-grant-select-results .select2-results__option--highlighted[aria-selected] {
    border-bottom: 1px solid #5ed2cd !important;
    background-color: #fff;
    padding-bottom: 9px;
}
.archive.post-type-archive-grant .postlist .month-group + .tease-grant:nth-child(2),
.archive.post-type-archive-grant .postlist .tease-grant:nth-child(1) {
    padding-top: 40px;
    border-top: 1px solid #e3e2de;
}
.archive.post-type-archive-grant .post-description {
    font-size: 1rem;
    line-height: 1.625rem;
    letter-spacing: 0px;
    color: #464646;
    margin-bottom: 20px;
}
.archive.post-type-archive-grant .post-extra ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.archive.post-type-archive-grant .post-extra ul li {
    font-size: 0.8125rem;
    line-height: 1.5rem;
    letter-spacing: 0px;
}
.archive.post-type-archive-grant .post-amount {
    padding-top: 40px;
    font-family: Graphik-Semibold;
    font-size: 1.375rem;
    line-height: 1.75rem;
    letter-spacing: -0.03125rem;
}
@media (min-width: 1025px) {
    .archive.post-type-archive-grant .grant-left {
        flex: 0 0 80%;
        max-width: 80%;
        position: relative;
        padding-right: 30px;
    }
    .archive.post-type-archive-grant .grant-left:before {
        content: "";
        position: absolute;
        width: 2px;
        height: 100%;
        background-color: #e3e2de;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .archive.post-type-archive-grant .grant-topbar .download-grant,
    .archive.post-type-archive-grant .grant-topbar .result-found {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 0;
    }
    .archive.post-type-archive-grant .grant-topbar .download-grant {
        text-align: center;
    }
    .archive.post-type-archive-grant .grant-right {
        flex: 0 0 20%;
        max-width: 20%;
        text-align: right;
    }
}
.archive.post-type-archive-report .postlist .tease:hover {
    border-bottom: 1px solid #e3e2de;
}
.archive.post-type-archive-report .postlist .tease:hover .post-title a {
    text-decoration: none;
}
.archive.post-type-archive-report .post-description {
    font-size: 1rem;
    line-height: 1.625rem;
    letter-spacing: 0px;
    color: #464646;
    margin-bottom: 20px;
}
.archive.post-type-archive-report .post-extra ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.archive.post-type-archive-report .post-extra ul li {
    font-size: 0.8125rem;
    line-height: 1.5rem;
    letter-spacing: 0px;
}
.archive.post-type-archive-report .download {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2219%22%20height%3D%2228%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20stroke%3D%22%23001612%22%20d%3D%22M14%2019.95l-4.455%204.454L5.09%2019.95%22%2F%3E%3Cpath%20stroke%3D%22%23001612%22%20stroke-linecap%3D%22square%22%20d%3D%22M9.545%2023.75V1H5.422%22%2F%3E%3Cpath%20fill%3D%22%23001612%22%20d%3D%22M19%2027v1H0v-1z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    font-family: Moderat;
    font-size: 0.75rem;
    color: #373435;
    display: inline-block;
    letter-spacing: 0.125rem;
    line-height: 1.125rem;
    text-transform: uppercase;
    background-color: #fff;
    padding: 23px 60px 22px 25px;
    background-position: center right 30px;
    background-size: auto;
    box-shadow: 0 11px 35px rgba(0, 0, 0, 0.05);
    border: solid 1px rgba(151, 151, 151, 0.3);
    border-bottom: 3px solid #5ed2cd;
}
.archive.post-type-archive-report .download:hover {
    background-color: #5ed2cd;
}
.archive.post-type-archive-report .grant-right {
    margin-top: 25px;
}
@media (min-width: 1025px) {
    .archive.post-type-archive-report .grant-left {
        flex: 0 0 65%;
        max-width: 65%;
        padding-right: 30px;
    }
    .archive.post-type-archive-report .grant-right {
        flex: 0 0 35%;
        max-width: 35%;
        text-align: left;
    }
}
.post-list .icon_case_study,
.archive .icon_case_study {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2226%22%20height%3D%2226%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke%3D%22%23001612%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M19.5%2018.605V23.5a1%201%200%2001-1%201h-16a1%201%200%2001-1-1v-21a1%201%200%20011-1h16a1%201%200%20011%201v6.318h0%22%20stroke-width%3D%221.5%22%2F%3E%3Cpath%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20d%3D%22M5.5%205.5h10M5.5%208.5h7M5.5%2011.5h5M5.5%2014.5h4M5.5%2017.5h5%22%2F%3E%3Cg%20transform%3D%22translate(9%207)%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11.069%2011.069l4.565%204.565%22%2F%3E%3Ccircle%20cx%3D%226.72%22%20cy%3D%226.72%22%20r%3D%225.97%22%2F%3E%3C%2Fg%3E%3Cg%20stroke-linecap%3D%22round%22%20stroke-width%3D%222.5%22%3E%3Cpath%20d%3D%22M9.5%2011.5h6M9.5%2015.5h6%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-size: auto;
}
.post-list .icon_feature_package,
.archive .icon_feature_package {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2223%22%20height%3D%2219%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20transform%3D%22translate(0%20-12)%22%20stroke%3D%22%23001612%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M21.267%2030.25H1.733a.25.25%200%2001-.25-.25V13a.25.25%200%2001.074-.177l19.71-.073a.25.25%200%2001.25.25v17a.25.25%200%2001-.25.25z%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M2.5%2013.5l18%2016M20.5%2013.5l-18%2016%22%2F%3E%3C%2Fg%3E%3Ccircle%20stroke-width%3D%221.5%22%20fill%3D%22%23FFF%22%20cx%3D%2211.5%22%20cy%3D%2221.5%22%20r%3D%222.75%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-size: auto;
}
.post-list .icon_news_post,
.archive .icon_news_post {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2223%22%20height%3D%2223%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M21%201.5a1%201%200%20011%201v14a1%201%200%2001-1%201H9.26c-.03.043-.065.083-.103.121l-3.925%203.925a1%201%200%2001-1.707-.717l.033-3.329H2a1%201%200%2001-1-1v-14a1%201%200%20011-1h19z%22%20stroke%3D%22%23001612%22%20stroke-width%3D%221.5%22%2F%3E%3Cpath%20stroke%3D%22%23001612%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20d%3D%22M5%209.5h13M5%2012.5h13M5%206.5h13%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-size: auto;
}
.post-list .icon_podcasts,
.archive .icon_podcasts {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2219%22%20height%3D%2225%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke%3D%22%23001612%22%20stroke-width%3D%221.5%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M8.24%207.75h.51v9.5h-.506l8.967%206.15a.35.35%200%2000.485-.323l-.007-21.222a.296.296%200%2000-.107-.174c-.08-.064-.19-.095-.434-.047L8.24%207.75z%22%2F%3E%3Cpath%20d%3D%22M8.806%207.75l-7.5.25.25%209.25h7.25v-9.5z%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M13.906%2020.75V4.25%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-size: auto;
}
.post-list .icon_reports,
.archive .icon_reports {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2220%22%20height%3D%2226%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke-width%3D%221.5%22%20stroke%3D%22%23000%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M18%201.5H2a1%201%200%2000-1%201v21a1%201%200%20001%201h16a1%201%200%20001-1v-21a1%201%200%2000-1-1z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5%2024V2M14%2015.5H5M14%2018.5H5M14%2021.5H5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-size: auto;
}
.post-list .icon_post,
.archive .icon_post {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2221%22%20height%3D%2226%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20transform%3D%22matrix(-1%200%200%201%2019.5%201.5)%22%20stroke-width%3D%221.5%22%20stroke%3D%22%23001612%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M1%200h16a1%201%200%20011%201v21a1%201%200%2001-1%201H1a1%201%200%2001-1-1V1a1%201%200%20011-1z%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M1%201l16%207M17%201L1%208%22%2F%3E%3Crect%20x%3D%224.25%22%20y%3D%2213.25%22%20width%3D%229.5%22%20height%3D%225.5%22%20rx%3D%221%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M1%209h17%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-size: auto;
}
.post-list .icon_rfvids-video,
.archive .icon_rfvids-video {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2218%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M.86%2022.577V1.423a.349.349%200%2001.35-.35L16.812%2011.71a.349.349%200%2001.135.397L1.41%2022.866a.349.349%200%2001-.548-.289z%22%20stroke%3D%22%23001612%22%20stroke-width%3D%221.5%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-size: auto;
    background-position: center left;
}
.post-list .icon_category,
.archive .icon_category {
    background-position: center;
    display: block;
    height: 40px;
    width: 40px;
}
.archive__submenu {
    max-width: 1440px;
    margin: 0 35px;
    padding-top: 30px;
}
@media (min-width: 768px) {
    .archive__submenu {
        margin: 0 40px;
    }
}
@media (min-width: 1025px) {
    .archive__submenu {
        margin: 0 50px;
        padding-left: 16.66667%;
        padding-right: 16.66667%;
    }
}
.archive__submenu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.archive__submenu li {
    font-size: 1rem;
    padding: 10px 20px 20px;
}
.archive__submenu li a {
    color: #464646;
}
.archive__submenu li.active {
    padding-bottom: 17px;
    border-bottom: 3px solid #464646;
}
.archive__submenu li.active a {
    color: #001612;
}
@media (min-width: 1025px) {
    .archive__submenu li {
        font-size: 1.125rem;
    }
}
.archive .content-wrapper .content-wrapper {
    max-width: 1440px;
    margin: 0 35px;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 35px;
    padding-right: 35px;
}
@media (min-width: 768px) {
    .archive .content-wrapper .content-wrapper {
        margin: 0 40px;
    }
}
@media (min-width: 1025px) {
    .archive .content-wrapper .content-wrapper {
        margin: 0 50px;
        /*padding: 70px 16.66667%;*/
		
    }
}
.archive .backtotop {
    background-color: transparent;
}
.archive .month-group {
    color: #001612;
    font-family: Graphik-Semibold;
    font-size: 1.25rem;
    letter-spacing: -0.06938rem;
    line-height: 3.25rem;
    margin-bottom: 40px;
	text-transform: uppercase;
}
.archive .postlist .tease {
    border-bottom: 1px solid #e3e2de;
    padding-bottom: 40px;
    margin-bottom: 40px;
    cursor: pointer;
}
.archive .postlist .tease-news_post {
    border-top: 0 !important;
}
.archive .postlist .tease:hover,
.archive .postlist .tease:focus {
    border-bottom: 3px solid #68a4d8 !important;
    padding-bottom: 38px;
}
.archive .postlist .tease:hover .post-title a,
.archive .postlist .tease:focus .post-title a {
    text-decoration: underline #68a4d8;
}
.archive .article-content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.archive .article-content .col_date {
    width: 100%;
    position: relative;
}
.archive .article-content .col_date .date {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.archive .article-content .col_date .post-duration {
    color: #fff;
    font-family: Moderat;
    font-size: 0.8125rem;
    letter-spacing: 0;
    position: absolute;
    bottom: 27px;
    right: 67px;
}
.archive .article-content .date.date__small {
    height: auto;
    padding: 8px;
}
.archive .article-content .update__icon {
    position: absolute;
    right: 15px;
    bottom: 15px;
    background-color: #fff;
    border-radius: 50%;
}
.archive .article-content .update__image {
    display: inline-flex;
    max-height: 174px;
    min-height: 145px;
    object-fit: cover;
    position: relative;
}
.archive .article-content .update__image img {
    object-fit: cover;
}
.archive .article-content .eyebrow-green {
    color: #f58634;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.archive .article-content .post-title {
    font-family: Graphik-Regular;
    font-size: 1.375rem;
    letter-spacing: -0.03125rem;
    margin-bottom: 20px;
    line-height: 1.75rem;
}
.archive .article-content .post-description {
    font-family: Graphik-Regular;
    font-size: 1rem;
    color: #464646;
    letter-spacing: 0;
    line-height: 1.625rem;
    margin-bottom: 0.9375rem;
}
.archive .article-content .author-des {
    color: #464646;
}
.archive .article-content:hover .post-title a,
.archive .article-content:focus .post-title a {
    text-decoration: underline;
}
.archive .pagination-block ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.archive .pagination-block button {
    background-color: #fff;
    box-shadow: 0 6px 35px rgba(0, 0, 0, 0.1);
    border: 1px solid #999891;
    font-family: Moderat;
    font-size: 0.75rem;
    line-height: 0.875rem;
    letter-spacing: 0.03125rem;
    padding: 20px;
}
.archive .bigstats {
    flex: 0 0 100%;
    max-width: 100%;
}
.archive .bigstats .title {
    font-family: Graphik-Semibold;
    font-size: 2.375rem;
    line-height: 2.625rem;
    letter-spacing: -0.125rem;
    margin-bottom: 40px;
}
.archive .bigstats .stats__content {
    border-top: 1px solid #999891;
    border-bottom: 1px solid #999891;
}
.archive .bigstats .stats__data {
    border-top: 0;
    padding-top: 0;
}
.archive .hero-banner .cta.btn_bg_white.arrow {
    display: inline-block;
    background: 0 0;
    border: 0;
    padding: 0 40px 5px 0;
    box-shadow: none;
    background-size: 24px 10px !important;
    background-position: right top 5px !important;
}
.archive .hero-banner .eyebrows {
    line-height: 0;
}
.archive .hero-banner.bg_black .cta.btn_bg_white.arrow {
    color: #fff;
    border-bottom: 1px solid #fff;
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2224%22%20height%3D%2210%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke%3D%22%23FFF%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M19.047.45l4.243%204.243-4.243%204.242%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M23%204.693H1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
}
.archive .hero-banner.bg_beige .cta.btn_bg_white.arrow {
    color: #76756f;
    border-bottom: 1px solid #76756f;
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2224%22%20height%3D%2211%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke%3D%22%23001612%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M18.547%201.257L22.79%205.5l-4.243%204.243%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M21.5%205.5H.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
}
.archive .hero-banner.bg_beige .hero-banner__subheading {
    color: #76756f;
}
.archive .hero-banner.bg_beige .eyebrows {
    color: #373435;
    border-bottom: 1px solid #373435;
}
.archive.post-type-archive .article-content.type_news_post .col_date {
    display: none;
}
@media (min-width: 1025px) {
    .archive.post-type-archive .article-content.type_news_post .col_date {
        display: block;
        flex: 0 0 15%;
        max-width: 50%;
    }
}
.archive.post-type-archive .article-content.type_news_post .col_date .date {
    bottom: auto;
    top: 0;
}
.archive.post-type-archive .article-content.type_news_post .col {
    flex: 0 0 100%;
}
@media (min-width: 1025px) {
    .archive.post-type-archive .article-content.type_news_post .col {
        flex: 0 0 85%;
    }
}
.archive.post-type-archive .article-content.type_news_post .update__image img {
    display: none;
}
.archive.post-type-archive-document .postlist .tease {
    cursor: unset;
}
.noresult {
    background: #ffdbc8;
    color: #373435;
    font-size: 1.25rem;
    font-family: Graphik-Medium;
    font-style: italic;
    letter-spacing: -0.06938rem;
    text-align: center;
    padding: 40px;
}
@media (max-width: 1024px) {
    .archive .article-content .col_date {
        margin-bottom: 20px;
    }
}
@media (min-width: 1025px) {
    .archive .content-block.search_heading {
        padding-bottom: 20px;
    }
    .archive .content-block.search_heading .container {
        margin: 0 auto;
    }
    .archive .heading_search_grants {
        font-family: Graphik-Semibold;
        padding-left: 30px;
    }
    .archive .article-content .col {
        flex: 0 0 70%;
        max-width: 70%;
        padding-left: 30px;
    }
    .archive .article-content .col_date {
        flex: 0 0 30%;
        max-width: 30%;
    }
    .archive .row2 {
        padding-top: 0;
    }
    .archive .content-block {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .archive .bigstats .title {
        font-size: 3rem;
        line-height: 3.375rem;
        letter-spacing: -0.15625rem;
        padding-left: 30px;
    }
    .archive .stats li:nth-child(2) .stats__content {
        border-top: 1px solid #999891;
        border-bottom: 1px solid #999891;
    }
}
.related-content-grid.four-up-grid {
    background-color: transparent;
}
.related-content-grid.four-up-grid .author-name {
    background-color: transparent;
    font-weight: 400;
    margin-bottom: 5px;
}
.related-content-grid.four-up-grid .author-des {
    margin-bottom: 0;
    color: #464646;
}
.related-content-grid.four-up-grid .content-related__post {
    margin-bottom: 40px;
}
.related-content-grid.four-up-grid .cta {
    display: block;
}
.related-content-grid.four-up-grid .cta.icon_file {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2219%22%20height%3D%2228%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20stroke%3D%22%23001612%22%20d%3D%22M14%2019.95l-4.455%204.454L5.09%2019.95%22%2F%3E%3Cpath%20stroke%3D%22%23001612%22%20stroke-linecap%3D%22square%22%20d%3D%22M9.545%2023.75V1H5.422%22%2F%3E%3Cpath%20fill%3D%22%23001612%22%20d%3D%22M19%2027v1H0v-1z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
}
.related-content-grid.four-up-grid .cta:hover,
.related-content-grid.four-up-grid .cta:focus {
    background-color: #5ed2cd;
}
.related-content-grid.four-up-grid .cta span {
    display: none;
}
.related-content-grid.four-up-grid .pic {
    display: flex;
}
.related-content-grid.four-up-grid .archive__filter {
    padding: 0 35px;
    background-color: #fff;
}
@media (min-width: 768px) {
    .related-content-grid.four-up-grid .archive__filter {
        padding: 0 40px;
    }
}
@media (min-width: 1025px) {
    .related-content-grid.four-up-grid .archive__filter {
        padding: 0 50px;
    }
}
.related-content-grid.four-up-grid .filter__select {
    padding-left: 0;
    padding-right: 0;
}
.related-content-grid.four-up-grid .pagination-block ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.related-content-grid.four-up-grid .pagination-block button {
    background-color: #fff;
    box-shadow: 0 6px 35px rgba(0, 0, 0, 0.1);
    border: 1px solid #999891;
    font-family: Moderat;
    font-size: 0.75rem;
    line-height: 0.875rem;
    letter-spacing: 0.03125rem;
    padding: 20px;
}
@media (min-width: 1025px) {
    .related-content-grid.four-up-grid {
        padding-top: 0;
        padding-bottom: 80px;
    }
    .related-content-grid.four-up-grid .filter__select {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .related-content-grid.four-up-grid .filter__commitments.-widthfull {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .related-content-grid.four-up-grid .filter__regions.-widthfull {
        flex: 0 0 15%;
        max-width: 15%;
    }
    .related-content-grid.four-up-grid .post-list {
        padding-top: 80px;
    }
    .related-content-grid.four-up-grid .post-list + .post-list {
        padding-top: 0;
    }
}
.hero-banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
}
@media (min-width: 1025px) {
    .hero-banner {
        padding: 0;
    }
    .hero-banner.bg_overlay_multiply {
        min-height: 54.6875rem;
    }
    .hero-banner.home-page-hero,
    .hero-banner.commitment_hero,
    .hero-banner.initiative_hero {
        padding-top: 80px;
        max-width: 100%;
        height: 100vh;
        min-height: 800px;
		background-size: cover;
		background-repeat: no-repeat;
    }
    .hero-banner.case_study_hero {
        padding: 0;
    }
}
.hero-banner__bg,
.hero-banner__mobilebg {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    z-index: 1;
}
.hero-banner__mobilebg {
    display: block;
}
.hero-banner .hero_bg_overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.hero-banner .hero_bg_overlay.bg_overlay {
    display: block;
}
.hero-banner .hero_bg_overlay_mask {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 183px;
    right: 30px;
    height: calc(100% - 271px);
    width: 100%;
    z-index: 1;
}
@media (min-width: 1025px) {
    .hero-banner .hero_bg_overlay_mask {
        bottom: 0;
        width: calc(100% - 160px);
    }
}
.hero-banner.bg_overlay_turquoise .hero_bg_overlay_mask {
    display: block;
    height: calc(100% - 20px);
    width: calc(100% - 35px);
}
@media (min-width: 1025px) {
    .hero-banner.bg_overlay_turquoise .hero_bg_overlay_mask {
        height: 100%;
    }
}
.hero-banner.bg_overlay_turquoise .banner__content {
    padding-right: 60px;
}
@media (min-width: 1025px) {
    .hero-banner.bg_overlay_turquoise .container {
        padding-bottom: 140px 0 200px;
    }
}
@media (min-width: 1025px) {
    .hero-banner.bg_overlay_turquoise.side_image .hero_bg_overlay_mask {
        background-image: url(../../../themes/fantasy-therockf/static/assets/images/bg_three_quarters_turquiose.png);
        background-size: auto;
        background-position: top center;
        width: 100%;
    }
}
.hero-banner.bg_overlay_beige .hero_bg_overlay_mask {
    display: block;
    background-image: linear-gradient(-48deg, #e7e6dd 0%, #d1d0c6 100%);
}
@media (min-width: 1025px) {
    .hero-banner.bg_overlay_beige .hero_bg_overlay_mask {
        height: 100%;
        width: calc(50% + 216px);
    }
}
@media (min-width: 1025px) {
    .hero-banner.bg_overlay_beige .container {
        padding-bottom: 140px 0 200px;
    }
}
@media (min-width: 1025px) {
    .hero-banner.side_image .hero_bg_overlay_mask {
        width: calc(100% - 496px);
    }
}
@media (min-width: 1025px) {
    .hero-banner.side_image.bg_overlay_beige .hero_bg_overlay_mask {
        background-image: url(../../../themes/fantasy-therockf/static/assets/images/bg_three_quarters_beige.png);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: auto;
        width: 100%;
    }
}
.hero-banner.bg_overlay_wide .hero_bg_overlay_mask {
    height: 100%;
    width: 100%;
}
@media (min-width: 1025px) {
    .hero-banner.initiative_hero .hero_bg_overlay_mask {
        background-position: top right 50px;
        margin: 0 auto;
        max-width: 1440px;
        right: 0;
        height: calc(100% - 130px);
        width: 100%;
    }
}
@media (min-width: 1920px) {
    .hero-banner.initiative_hero .hero_bg_overlay_mask {
        max-height: 70%;
    }
}
@media (min-width: 1025px) {
    .hero-banner__bg {
        display: block;
    }
    .hero-banner__mobilebg {
        display: none;
    }
}
.hero-banner .container {
    margin: 0 auto;
    padding: 40px 35px 50px;
    position: relative;
    width: 100%;
    z-index: 3;
}
@media (min-width: 1025px) {
    .hero-banner .container {
        max-width: 1440px;
        padding: 105px 50px 100px 140px;
        width: 100%;
    }
}
.hero-banner.home-page-hero .container,
.hero-banner.commitment_hero .container,
.hero-banner.initiative_hero .container {
    margin: 0 auto;
}
@media (min-width: 1025px) {
    .hero-banner.profile_hero .container,
    .hero-banner.video_hero .container {
        min-height: 520px;
    }
}
.hero-banner .eyebrows {
    border-bottom: solid 1px #fff;
    color: #fff;
    display: block;
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
    text-transform: uppercase;
}
.hero-banner .eyebrows a {
    color: #fff;
    border-bottom: solid 2px #fff;
}
.hero-banner__subheading {
    font-size: 1rem;
    line-height: 1.625rem;
    margin-bottom: 1.875rem;
}
.hero-banner__subheading strong {
    font-weight: 400;
    font-family: Graphik-Medium;
}
.hero-banner__subheading a {
    text-decoration: underline;
}
.hero-banner__subheading a:hover,
.hero-banner__subheading a:focus {
    text-decoration-color: #5ed2cd;
}
@media (min-width: 1025px) {
    .hero-banner__subheading {
        width: 45%;
    }
}
.hero-banner__button {
    margin-bottom: 20px;
}
@media (min-width: 1025px) {
    .hero-banner.side_image {
        min-height: 530px;
    }
    .hero-banner.side_image .hero-banner__subheading,
    .hero-banner.side_image h1 {
        width: 44%;
    }
}
.hero-banner .video_play {
    margin-bottom: 1.25rem;
}
.hero-banner.video_hero .video_play {
    position: absolute;
    margin: 0 auto;
    bottom: -271px;
    left: 0;
    right: 0;
}
@media (min-width: 1025px) {
    .hero-banner.video_hero .video_play {
        top: 177px;
        bottom: auto;
        left: 61%;
        right: auto;
    }
}
.hero-banner__author {
    font-size: 0.8125rem;
    margin-bottom: 10px !important;
}
.hero-banner__content {
    margin: 0 auto;
    max-width: 100%;
    line-height: 1;
    text-align: left;
    position: relative;
    z-index: 20;
	top: 20px;
}
@media (min-width: 1025px) {
    .hero-banner__content {
        max-width: 1440px;
        margin: 0;
        padding: 0;
    }
}

/*@media (min-width: 1025px) {
    .hero-banner h1 {
        max-width: 80%;
    }
}*/
.hero-banner.bg_light {
    color: #373435;
}
.hero-banner.bg_light .eyebrows,
.hero-banner.bg_light .eyebrows a,
.hero-banner.bg_light h1 {
    color: #373435;
}
.hero-banner.bg_light .eyebrows {
    border-bottom: solid 1px #373435;
    margin-bottom: 20px;
}
.hero-banner.bg_light .eyebrows a {
    border-bottom: solid 2px #373435;
}
.hero-banner.bg_light h1 {
    color: #001612;
}
@media (min-width: 1025px) {
    .hero-banner.bg_light h1 {
        text-transform: none;
    }
	
}
.hero-banner .category {
    display: block;
    font-family: Graphik-Medium;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 16px;
    margin-bottom: 0.9375rem;
}
.hero-banner .category .human-impact {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2228%22%20height%3D%2221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20transform%3D%22translate(1%201)%22%20stroke%3D%22%23001612%22%20stroke-width%3D%221.5%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Ccircle%20cx%3D%228%22%20cy%3D%223%22%20r%3D%223%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%223%22%20r%3D%223%22%2F%3E%3Ccircle%20cx%3D%228%22%20cy%3D%2216%22%20r%3D%223%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2216%22%20r%3D%223%22%2F%3E%3Cg%20transform%3D%22translate(0%206.5)%22%3E%3Ccircle%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%2F%3E%3Ccircle%20cx%3D%2213%22%20cy%3D%223%22%20r%3D%223%22%2F%3E%3Ccircle%20cx%3D%2223%22%20cy%3D%223%22%20r%3D%223%22%2F%3E%3C%2Fg%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11.5%203h3M11.5%2016h3M6.5%209.5h3M16.5%209.5h3%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-color: #71d1cb;
}
.hero-banner .category .field-note {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2222%22%20height%3D%2226%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke%3D%22%23001612%22%20stroke-width%3D%221.5%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M16%201.5H3a1%201%200%2000-1%201v21a1%201%200%20001%201h13a1%201%200%20001-1v-21a1%201%200%2000-1-1z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7%2024V2%22%2F%3E%3Cg%20stroke-linecap%3D%22round%22%3E%3Cpath%20d%3D%22M1%209.5h3M1%2012.5h3M1%2015.5h3%22%2F%3E%3C%2Fg%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M21%2024V2%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-color: #72a42f;
}
.hero-banner .category .blueprint {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2225%22%20height%3D%2216%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Cpath%20d%3D%22M1%200h5a1%201%200%20011%201v21a1%201%200%2001-1%201H1a1%201%200%2001-1-1V1a1%201%200%20011-1z%22%20id%3D%22a%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20transform%3D%22matrix(0%20-1%20-1%200%2024%208.5)%22%3E%3Cmask%20id%3D%22b%22%20fill%3D%22%23fff%22%3E%3Cuse%20xlink%3Ahref%3D%22%23a%22%2F%3E%3C%2Fmask%3E%3Cuse%20stroke%3D%22%23001612%22%20stroke-width%3D%221.5%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Cpath%20stroke%3D%22%23001612%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20mask%3D%22url(%23b)%22%20d%3D%22M12.5%2019l-16-16M12.5%2023l-16-16M12.5%2027l-16-16%22%2F%3E%3C%2Fg%3E%3Cpath%20stroke%3D%22%23001612%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20d%3D%22M1.5%2013h22M24%2011.5v3M1%2011.5v3%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-color: #5ed2cd;
}
.hero-banner .category .icon {
    background-size: auto;
    border-radius: 50%;
    display: inline-block;
    height: 40px;
    margin-right: 10px;
    vertical-align: middle;
    width: 40px;
}
.hero-banner .article_meta {
    font-family: Moderat;
    font-size: 11px;
    text-transform: uppercase;
}
.hero-banner .article_meta .icon {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%226%22%20height%3D%2212%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20stroke%3D%22%23001612%22%20d%3D%22M1%2011l4-3.659V1%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke-linecap%3D%22square%22%2F%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-size: auto;
    border: 1px solid #001612;
    display: inline-block;
    height: 24px;
    margin-right: 10px;
    vertical-align: middle;
    width: 24px;
}
.hero-banner.bg_dark .article_meta .icon {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%226%22%20height%3D%2211%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%2010l4-3.659V0%22%20stroke%3D%22%23FFF%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-size: auto;
    border: 1px solid #fff;
}
.hero-banner .post_authors {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 0.9375rem;
    max-width: 581px;
}
.hero-banner .post_authors li:before {
    display: none;
}
.hero-banner .post_authors li.hero-banner__author {
    font-size: 0.8125rem;
    letter-spacing: 0;
    line-height: 1.25rem;
}
.hero-banner .post_authors li.hero-banner__author a {
    color: unset;
}
.hero-banner .post_authors li.hero-banner__author a:hover,
.hero-banner .post_authors li.hero-banner__author a:focus {
    text-decoration: underline;
}
.hero-banner .post_authors.list_inline li.hero-banner__author {
    display: inline;
}
.hero-banner .post_authors.list_inline li.hero-banner__author:after {
    content: ", ";
}
.hero-banner .post_authors.list_inline li.hero-banner__author:last-child:after {
    content: "";
}
.hero-banner.commitment_hero h1,
.hero-banner.hero_404 h1 {
    font-family: Graphik-Bold;
    font-size: 2.375rem;
    letter-spacing: -0.125rem;
    line-height: 2.625rem;
    text-transform: uppercase;
}
@media (min-width: 1025px) {
    .hero-banner.commitment_hero h1,
    .hero-banner.hero_404 h1 {
        font-size: 5.625rem;
        letter-spacing: -0.3125rem;
        line-height: 5.125rem;
    }
}
.hero-banner.home-page-hero {
    min-height: 1012px;
}
.hero-banner.home-page-hero h1 {
    font-family: Graphik-Medium;
	margin: 0.40em 0;
}
.hero-banner.home-page-hero h5 {
	font-family: Graphik-Medium;
    font-size: 1.3rem;
    margin-left: 57px;
    letter-spacing: 6.7px;
    text-transform: uppercase;
}
.hero-banner-span {
	margin-left: 55px;
}
@media (min-width: 1025px) {
    .hero-banner.home-page-hero h1 {
        font-size: 6rem;
        line-height: 5.6rem;
        width: 100%;
		margin-bottom: 10px;
	}
	.hero-banner-span {
		margin-left: 55px;
	}
}
.hero-banner.home-page-hero .hero-banner__button .cta {
    display: inline-block;
}
.hero-banner.bigbet_hero h1 {
    font-size: 2.375rem;
    letter-spacing: -0.125rem;
    line-height: 2.625rem;
}
@media (min-width: 1025px) {
    .hero-banner.bigbet_hero h1 {
        font-size: 3.375rem;
        letter-spacing: -0.15625rem;
        line-height: 3.75rem;
    }
}
.hero-banner.case_study_hero h1 {
    font-size: 2.375rem;
    letter-spacing: -0.125rem;
    line-height: 2.625rem;
}
@media (min-width: 1025px) {
    .hero-banner.case_study_hero h1 {
        width: 75%;
    }
}
@media (min-width: 1025px) {
    .hero-banner.hero_404 h1 {
        width: 75%;
    }
}
.hero-banner.podcast_hero h1 {
    font-weight: 400;
}
.hero-banner .current_initiatives {
    display: none;
    margin: 50px 0;
}
@media (min-width: 1025px) {
    .hero-banner .current_initiatives {
        display: block;
    }
}
.hero-banner .current_initiatives .menu_label {
    font-size: 0.9375rem;
    margin-bottom: 18px;
}
.hero-banner .current_initiatives ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: solid 1px #fff;
    border-top: solid 1px #fff;
    overflow: hidden;
}
.hero-banner .current_initiatives ul li:before {
    display: none;
}
@media (min-width: 1025px) {
    .hero-banner .current_initiatives ul {
        align-content: stretch;
        display: flex;
        flex-wrap: nowrap;
    }
}
.hero-banner .current_initiatives li {
    border-bottom: 3px solid transparent;
    padding: 19px 0 18px;
}
@media (min-width: 1025px) {
    .hero-banner .current_initiatives li {
        flex: 1 1 0;
    }
}
.hero-banner .current_initiatives li:hover {
    border-bottom-color: #5ed2cd;
}
.hero-banner .current_initiatives li a {
    border-right: 1px solid #fff;
    color: #fff;
    display: block;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    padding: 8px 0 8px 16px;
}
.hero-banner .current_initiatives li a:after {
    content: "";
    display: block;
    height: 8px;
    margin-top: 10px;
    width: 24px;
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2225%22%20height%3D%229%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke%3D%22%23FFF%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M19.95%200l4.454%204.455L19.95%208.91%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M23.75%204.455H1V.578%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
}
.hero-banner .current_initiatives li:first-child a {
    padding-left: 0;
}
.hero-banner .current_initiatives li:last-child {
    padding-right: 0;
}
.hero-banner .current_initiatives li:last-child a {
    border-right: none;
}
.hero-banner .social_menu_container {
    bottom: 42px;
    margin: 0;
    padding: 0 35px;
    position: relative;
    z-index: 3;
}
@media (min-width: 1025px) {
    .hero-banner .social_menu_container {
        display: none;
    }
}
.hero-banner .hero_side_image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero-banner .hero_side_image.square {
    margin: 0 auto 82px;
    height: 300px;
    width: 300px;
}
@media (min-width: 1025px) {
    .hero-banner .hero_side_image.square {
        height: 419px;
        width: 419px;
    }
}
.hero-banner .hero_side_image.radial_bg {
    height: 300px;
    width: 300px;
    overflow: hidden;
    text-align: center;
    z-index: 100;
    -webkit-clip-path: circle();
    clip-path: circle();
    margin: 0 auto;
    margin-bottom: 82px;
    z-index: 0;
}
.hero-banner .hero_side_image.radial_bg img {
    height: 100%;
    width: auto;
}
@media (min-width: 1025px) {
    .hero-banner .hero_side_image.radial_bg img {
        min-height: 420px;
    }
}
@media (min-width: 1025px) {
    .hero-banner .hero_side_image.radial_bg {
        height: 420px;
        width: 420px;
        margin: 0;
    }
}
.hero-banner .hero_side_image .video_play {
    position: absolute;
    bottom: -192px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
@media (min-width: 1025px) {
    .hero-banner .hero_side_image {
        height: 419px;
        width: 419px;
        position: absolute;
        top: 54px;
        left: 50%;
    }
    .hero-banner .hero_side_image .video_play {
        position: relative;
        bottom: 0;
        margin: 0;
        right: 456px;
        top: 227px;
    }
}
.hero-banner.profile_hero .hero_side_image,
.hero-banner.report_hero .hero_side_image,
.hero-banner.hero_rfvids-video_archive .hero_side_image,
.hero-banner.hero_case_study_archive .hero_side_image,
.hero-banner.page_hero .hero_side_image {
    position: relative;
    z-index: 30;
}
@media (min-width: 1025px) {
    .hero-banner.profile_hero .hero_side_image,
    .hero-banner.report_hero .hero_side_image,
    .hero-banner.hero_rfvids-video_archive .hero_side_image,
    .hero-banner.hero_case_study_archive .hero_side_image,
    .hero-banner.page_hero .hero_side_image {
        position: absolute;
    }
}
.hero-banner.profile_hero .hero_bg_overlay_mask,
.hero-banner.report_hero .hero_bg_overlay_mask,
.hero-banner.hero_rfvids-video_archive .hero_bg_overlay_mask,
.hero-banner.hero_case_study_archive .hero_bg_overlay_mask,
.hero-banner.page_hero .hero_bg_overlay_mask {
    mix-blend-mode: normal;
}
.hero-banner .podcast_player {
    max-width: 1000px;
}
.hero-banner.bg_dark .social_menu {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 0;
    width: fit-content;
}
.hero-banner.bg_dark .social_menu li:before {
    display: none;
}
.hero-banner.bg_dark .social_menu a {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    display: inline-block;
    height: 40px;
    width: 40px;
}
.hero-banner.bg_dark .social_menu a:hover,
.hero-banner.bg_dark .social_menu a:focus {
    background-color: #5ed2cd !important;
}
.hero-banner.bg_dark .social_menu li {
    border: 1px solid #373435;
    line-height: 0;
}
.hero-banner.bg_dark .social_menu li.copyurl a {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%227%22%20height%3D%2219%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20transform%3D%22rotate(-90%209.5%209)%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Crect%20stroke%3D%22%23001612%22%20stroke-width%3D%221.62%22%20x%3D%22.81%22%20y%3D%22.81%22%20width%3D%227.29%22%20height%3D%224.86%22%20rx%3D%222.43%22%2F%3E%3Crect%20stroke%3D%22%23001612%22%20stroke-width%3D%221.62%22%20x%3D%229.72%22%20y%3D%22.81%22%20width%3D%227.29%22%20height%3D%224.86%22%20rx%3D%222.43%22%2F%3E%3Cpath%20d%3D%22M4.86%202.43h8.1a.81.81%200%20010%201.62h-8.1a.81.81%200%20110-1.62z%22%20fill%3D%22%23001612%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-color: #fff;
    background-size: auto;
}
.hero-banner.bg_dark .social_menu li.facebook a {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%227%22%20height%3D%2214%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4.05%2013.056V6.527h1.803l.239-2.25H4.05l.003-1.126c0-.587.056-.9.898-.9H6.08V0H4.277C2.112%200%201.35%201.091%201.35%202.927v1.35H0v2.25h1.35v6.529h2.7z%22%20fill%3D%22%23001612%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-color: #fff;
    background-size: auto;
}
.hero-banner.bg_dark .social_menu li.instagram a {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2214%22%20height%3D%2214%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M7%200C5.1%200%204.862.008%204.115.042%203.37.076%202.86.194%202.415.368c-.46.178-.85.417-1.24.807-.39.389-.628.78-.808%201.24-.173.445-.291.954-.325%201.699C.01%204.86%200%205.099%200%207c0%201.901.008%202.139.042%202.886.035.745.153%201.253.326%201.699.178.46.418.85.807%201.24.389.389.78.629%201.24.808.445.173.954.29%201.699.325.746.034.985.042%202.886.042%201.901%200%202.139-.008%202.886-.042.745-.034%201.254-.152%201.7-.325.46-.18.85-.419%201.239-.808.389-.39.628-.78.807-1.24.173-.446.29-.954.326-1.7C13.99%209.14%2014%208.902%2014%207c0-1.901-.009-2.14-.042-2.886-.035-.746-.153-1.254-.326-1.7-.179-.46-.418-.85-.807-1.24a3.421%203.421%200%2000-1.24-.806c-.446-.174-.955-.292-1.7-.326C9.138.008%208.9%200%206.998%200h.003zm-.627%201.261H7c1.869%200%202.09.007%202.828.04.683.032%201.053.146%201.3.242.327.127.56.278.804.523.245.245.397.479.524.805.096.247.21.617.241%201.3.034.738.041.96.041%202.827%200%201.869-.007%202.09-.04%202.828-.032.683-.146%201.053-.242%201.3-.127.326-.279.559-.524.804a2.165%202.165%200%2001-.804.523c-.247.096-.617.21-1.3.241-.738.034-.96.041-2.828.041-1.87%200-2.091-.007-2.829-.04-.682-.032-1.053-.146-1.3-.242a2.168%202.168%200%2001-.805-.524%202.17%202.17%200%2001-.524-.804c-.095-.247-.21-.617-.24-1.3-.034-.737-.04-.96-.04-2.828%200-1.87.006-2.09.04-2.828.03-.683.145-1.053.24-1.3.127-.326.28-.56.524-.805.245-.245.479-.396.805-.524.247-.096.618-.21%201.3-.24.646-.03.896-.039%202.2-.04v.001zm4.364%201.163a.84.84%200%20100%201.68.84.84%200%20000-1.68zm-3.736.981a3.595%203.595%200%20100%207.19%203.595%203.595%200%20000-7.19zm0%201.262a2.333%202.333%200%20110%204.666%202.333%202.333%200%20010-4.666z%22%20fill%3D%22%23001612%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-color: #fff;
    background-size: auto;
}
.hero-banner.bg_dark .social_menu li.linkedin a {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2215%22%20height%3D%2215%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M3.88%205.674v7.621H1.16V5.674h2.72zm.18-2.358c0%20.732-.591%201.318-1.54%201.318h-.017C1.59%204.634%201%204.048%201%203.316%201%202.57%201.608%202%202.539%202c.93%200%201.503.57%201.52%201.316zm9.628%205.61v4.37h-2.72V9.217c0-1.024-.393-1.723-1.378-1.723-.751%200-1.199.471-1.395.926-.072.163-.09.39-.09.618v4.256h-2.72s.036-6.906%200-7.62h2.72v1.079c.361-.52%201.008-1.259%202.452-1.259%201.79%200%203.13%201.09%203.13%203.43z%22%20fill%3D%22%23001612%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-color: #fff;
    background-size: auto;
}
.hero-banner.bg_dark .social_menu li.twitter a {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2215%22%20height%3D%2215%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M7.64%205.382l.026.387-.42-.047a7.027%207.027%200%2001-3.995-1.834l-.554-.514-.143.38c-.302.845-.11%201.739.52%202.34.336.331.26.379-.319.181-.201-.063-.377-.11-.394-.087-.059.056.143.775.302%201.06.218.395.663.782%201.15%201.011l.411.182-.486.008c-.47%200-.487.008-.437.174.168.513.831%201.059%201.57%201.296l.52.166-.453.253c-.672.363-1.46.569-2.25.585-.377.008-.688.04-.688.063%200%20.079%201.024.522%201.62.695%201.788.514%203.911.293%205.506-.584%201.133-.625%202.267-1.866%202.795-3.067.286-.64.571-1.81.571-2.371%200-.364.025-.411.495-.846.277-.253.538-.53.588-.609.084-.15.076-.15-.353-.016-.713.238-.814.206-.461-.15.26-.253.57-.711.57-.845%200-.024-.125.015-.268.087a4.89%204.89%200%2001-.739.268l-.453.135-.411-.261c-.227-.142-.546-.3-.714-.348-.428-.11-1.083-.095-1.469.032-1.049.355-1.712%201.272-1.636%202.276z%22%20fill%3D%22%23001612%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-color: #fff;
    background-size: auto;
}
.hero-banner.bg_dark .social_menu li.youtube a {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2217%22%20height%3D%2212%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.783%200C9.9.008%2014%20.05%2015.142.359a2.138%202.138%200%20011.503%201.516c.33%201.241.353%203.735.355%204.085v.082c-.002.35-.025%202.844-.355%204.086a2.138%202.138%200%2001-1.503%201.515c-1.179.319-5.51.354-6.458.358h-.368c-.948-.004-5.28-.04-6.458-.358a2.138%202.138%200%2001-1.503-1.515C.05%208.98.007%206.767%200%206.159v-.317c.006-.61.05-2.822.354-3.968A2.138%202.138%200%20011.858.358C2.999.05%207.1.007%208.218.001zM6.934%203.43v5.143L10.96%206%206.934%203.43z%22%20fill%3D%22%23001612%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-color: #fff;
    background-size: auto;
}
.hero-banner.bg_dark .social_menu li {
    border-right: none;
    display: inline-block;
}
.hero-banner.bg_dark .social_menu li:last-child {
    border-right: solid 1px #373435;
}
@media (min-width: 1025px) {
    .hero-banner.bg_dark .social_menu {
        margin: 0;
        padding: 0;
        list-style: none;
        line-height: 0;
        width: fit-content;
    }
    .hero-banner.bg_dark .social_menu li:before {
        display: none;
    }
    .hero-banner.bg_dark .social_menu a {
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
        display: inline-block;
        height: 40px;
        width: 40px;
    }
    .hero-banner.bg_dark .social_menu a:hover,
    .hero-banner.bg_dark .social_menu a:focus {
        background-color: #5ed2cd !important;
    }
    .hero-banner.bg_dark .social_menu li {
        border: 1px solid #373435;
        line-height: 0;
    }
    .hero-banner.bg_dark .social_menu li.copyurl a {
        background: transparent
            url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%227%22%20height%3D%2219%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20transform%3D%22rotate(-90%209.5%209)%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Crect%20stroke%3D%22%23001612%22%20stroke-width%3D%221.62%22%20x%3D%22.81%22%20y%3D%22.81%22%20width%3D%227.29%22%20height%3D%224.86%22%20rx%3D%222.43%22%2F%3E%3Crect%20stroke%3D%22%23001612%22%20stroke-width%3D%221.62%22%20x%3D%229.72%22%20y%3D%22.81%22%20width%3D%227.29%22%20height%3D%224.86%22%20rx%3D%222.43%22%2F%3E%3Cpath%20d%3D%22M4.86%202.43h8.1a.81.81%200%20010%201.62h-8.1a.81.81%200%20110-1.62z%22%20fill%3D%22%23001612%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
            no-repeat 50% 50%;
        background-size: contain;
        background-color: #fff;
        background-size: auto;
    }
    .hero-banner.bg_dark .social_menu li.facebook a {
        background: transparent
            url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%227%22%20height%3D%2214%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4.05%2013.056V6.527h1.803l.239-2.25H4.05l.003-1.126c0-.587.056-.9.898-.9H6.08V0H4.277C2.112%200%201.35%201.091%201.35%202.927v1.35H0v2.25h1.35v6.529h2.7z%22%20fill%3D%22%23001612%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E")
            no-repeat 50% 50%;
        background-size: contain;
        background-color: #fff;
        background-size: auto;
    }
    .hero-banner.bg_dark .social_menu li.instagram a {
        background: transparent
            url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2214%22%20height%3D%2214%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M7%200C5.1%200%204.862.008%204.115.042%203.37.076%202.86.194%202.415.368c-.46.178-.85.417-1.24.807-.39.389-.628.78-.808%201.24-.173.445-.291.954-.325%201.699C.01%204.86%200%205.099%200%207c0%201.901.008%202.139.042%202.886.035.745.153%201.253.326%201.699.178.46.418.85.807%201.24.389.389.78.629%201.24.808.445.173.954.29%201.699.325.746.034.985.042%202.886.042%201.901%200%202.139-.008%202.886-.042.745-.034%201.254-.152%201.7-.325.46-.18.85-.419%201.239-.808.389-.39.628-.78.807-1.24.173-.446.29-.954.326-1.7C13.99%209.14%2014%208.902%2014%207c0-1.901-.009-2.14-.042-2.886-.035-.746-.153-1.254-.326-1.7-.179-.46-.418-.85-.807-1.24a3.421%203.421%200%2000-1.24-.806c-.446-.174-.955-.292-1.7-.326C9.138.008%208.9%200%206.998%200h.003zm-.627%201.261H7c1.869%200%202.09.007%202.828.04.683.032%201.053.146%201.3.242.327.127.56.278.804.523.245.245.397.479.524.805.096.247.21.617.241%201.3.034.738.041.96.041%202.827%200%201.869-.007%202.09-.04%202.828-.032.683-.146%201.053-.242%201.3-.127.326-.279.559-.524.804a2.165%202.165%200%2001-.804.523c-.247.096-.617.21-1.3.241-.738.034-.96.041-2.828.041-1.87%200-2.091-.007-2.829-.04-.682-.032-1.053-.146-1.3-.242a2.168%202.168%200%2001-.805-.524%202.17%202.17%200%2001-.524-.804c-.095-.247-.21-.617-.24-1.3-.034-.737-.04-.96-.04-2.828%200-1.87.006-2.09.04-2.828.03-.683.145-1.053.24-1.3.127-.326.28-.56.524-.805.245-.245.479-.396.805-.524.247-.096.618-.21%201.3-.24.646-.03.896-.039%202.2-.04v.001zm4.364%201.163a.84.84%200%20100%201.68.84.84%200%20000-1.68zm-3.736.981a3.595%203.595%200%20100%207.19%203.595%203.595%200%20000-7.19zm0%201.262a2.333%202.333%200%20110%204.666%202.333%202.333%200%20010-4.666z%22%20fill%3D%22%23001612%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E")
            no-repeat 50% 50%;
        background-size: contain;
        background-color: #fff;
        background-size: auto;
    }
    .hero-banner.bg_dark .social_menu li.linkedin a {
        background: transparent
            url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2215%22%20height%3D%2215%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M3.88%205.674v7.621H1.16V5.674h2.72zm.18-2.358c0%20.732-.591%201.318-1.54%201.318h-.017C1.59%204.634%201%204.048%201%203.316%201%202.57%201.608%202%202.539%202c.93%200%201.503.57%201.52%201.316zm9.628%205.61v4.37h-2.72V9.217c0-1.024-.393-1.723-1.378-1.723-.751%200-1.199.471-1.395.926-.072.163-.09.39-.09.618v4.256h-2.72s.036-6.906%200-7.62h2.72v1.079c.361-.52%201.008-1.259%202.452-1.259%201.79%200%203.13%201.09%203.13%203.43z%22%20fill%3D%22%23001612%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E")
            no-repeat 50% 50%;
        background-size: contain;
        background-color: #fff;
        background-size: auto;
    }
    .hero-banner.bg_dark .social_menu li.twitter a {
        background: transparent
            url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2215%22%20height%3D%2215%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M7.64%205.382l.026.387-.42-.047a7.027%207.027%200%2001-3.995-1.834l-.554-.514-.143.38c-.302.845-.11%201.739.52%202.34.336.331.26.379-.319.181-.201-.063-.377-.11-.394-.087-.059.056.143.775.302%201.06.218.395.663.782%201.15%201.011l.411.182-.486.008c-.47%200-.487.008-.437.174.168.513.831%201.059%201.57%201.296l.52.166-.453.253c-.672.363-1.46.569-2.25.585-.377.008-.688.04-.688.063%200%20.079%201.024.522%201.62.695%201.788.514%203.911.293%205.506-.584%201.133-.625%202.267-1.866%202.795-3.067.286-.64.571-1.81.571-2.371%200-.364.025-.411.495-.846.277-.253.538-.53.588-.609.084-.15.076-.15-.353-.016-.713.238-.814.206-.461-.15.26-.253.57-.711.57-.845%200-.024-.125.015-.268.087a4.89%204.89%200%2001-.739.268l-.453.135-.411-.261c-.227-.142-.546-.3-.714-.348-.428-.11-1.083-.095-1.469.032-1.049.355-1.712%201.272-1.636%202.276z%22%20fill%3D%22%23001612%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E")
            no-repeat 50% 50%;
        background-size: contain;
        background-color: #fff;
        background-size: auto;
    }
    .hero-banner.bg_dark .social_menu li.youtube a {
        background: transparent
            url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2217%22%20height%3D%2212%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.783%200C9.9.008%2014%20.05%2015.142.359a2.138%202.138%200%20011.503%201.516c.33%201.241.353%203.735.355%204.085v.082c-.002.35-.025%202.844-.355%204.086a2.138%202.138%200%2001-1.503%201.515c-1.179.319-5.51.354-6.458.358h-.368c-.948-.004-5.28-.04-6.458-.358a2.138%202.138%200%2001-1.503-1.515C.05%208.98.007%206.767%200%206.159v-.317c.006-.61.05-2.822.354-3.968A2.138%202.138%200%20011.858.358C2.999.05%207.1.007%208.218.001zM6.934%203.43v5.143L10.96%206%206.934%203.43z%22%20fill%3D%22%23001612%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E")
            no-repeat 50% 50%;
        background-size: contain;
        background-color: #fff;
        background-size: auto;
    }
    .hero-banner.bg_dark .social_menu li {
        border-bottom: none;
        display: block;
    }
    .hero-banner.bg_dark .social_menu li:last-child {
        border-bottom: solid 1px #373435;
    }
}
.hero-banner.bg_light .social_menu {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 0;
    width: fit-content;
}
.hero-banner.bg_light .social_menu li:before {
    display: none;
}
.hero-banner.bg_light .social_menu a {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    display: inline-block;
    height: 40px;
    width: 40px;
}
.hero-banner.bg_light .social_menu a:hover,
.hero-banner.bg_light .social_menu a:focus {
    background-color: #5ed2cd !important;
}
.hero-banner.bg_light .social_menu li {
    border: 1px solid #373435;
    line-height: 0;
}
.hero-banner.bg_light .social_menu li.copyurl a {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%227%22%20height%3D%2219%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20transform%3D%22rotate(-90%209.5%209)%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Crect%20stroke%3D%22%23001612%22%20stroke-width%3D%221.62%22%20x%3D%22.81%22%20y%3D%22.81%22%20width%3D%227.29%22%20height%3D%224.86%22%20rx%3D%222.43%22%2F%3E%3Crect%20stroke%3D%22%23001612%22%20stroke-width%3D%221.62%22%20x%3D%229.72%22%20y%3D%22.81%22%20width%3D%227.29%22%20height%3D%224.86%22%20rx%3D%222.43%22%2F%3E%3Cpath%20d%3D%22M4.86%202.43h8.1a.81.81%200%20010%201.62h-8.1a.81.81%200%20110-1.62z%22%20fill%3D%22%23001612%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-color: #fff;
    background-size: auto;
}
.hero-banner.bg_light .social_menu li.facebook a {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%227%22%20height%3D%2214%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4.05%2013.056V6.527h1.803l.239-2.25H4.05l.003-1.126c0-.587.056-.9.898-.9H6.08V0H4.277C2.112%200%201.35%201.091%201.35%202.927v1.35H0v2.25h1.35v6.529h2.7z%22%20fill%3D%22%23001612%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-color: #fff;
    background-size: auto;
}
.hero-banner.bg_light .social_menu li.instagram a {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2214%22%20height%3D%2214%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M7%200C5.1%200%204.862.008%204.115.042%203.37.076%202.86.194%202.415.368c-.46.178-.85.417-1.24.807-.39.389-.628.78-.808%201.24-.173.445-.291.954-.325%201.699C.01%204.86%200%205.099%200%207c0%201.901.008%202.139.042%202.886.035.745.153%201.253.326%201.699.178.46.418.85.807%201.24.389.389.78.629%201.24.808.445.173.954.29%201.699.325.746.034.985.042%202.886.042%201.901%200%202.139-.008%202.886-.042.745-.034%201.254-.152%201.7-.325.46-.18.85-.419%201.239-.808.389-.39.628-.78.807-1.24.173-.446.29-.954.326-1.7C13.99%209.14%2014%208.902%2014%207c0-1.901-.009-2.14-.042-2.886-.035-.746-.153-1.254-.326-1.7-.179-.46-.418-.85-.807-1.24a3.421%203.421%200%2000-1.24-.806c-.446-.174-.955-.292-1.7-.326C9.138.008%208.9%200%206.998%200h.003zm-.627%201.261H7c1.869%200%202.09.007%202.828.04.683.032%201.053.146%201.3.242.327.127.56.278.804.523.245.245.397.479.524.805.096.247.21.617.241%201.3.034.738.041.96.041%202.827%200%201.869-.007%202.09-.04%202.828-.032.683-.146%201.053-.242%201.3-.127.326-.279.559-.524.804a2.165%202.165%200%2001-.804.523c-.247.096-.617.21-1.3.241-.738.034-.96.041-2.828.041-1.87%200-2.091-.007-2.829-.04-.682-.032-1.053-.146-1.3-.242a2.168%202.168%200%2001-.805-.524%202.17%202.17%200%2001-.524-.804c-.095-.247-.21-.617-.24-1.3-.034-.737-.04-.96-.04-2.828%200-1.87.006-2.09.04-2.828.03-.683.145-1.053.24-1.3.127-.326.28-.56.524-.805.245-.245.479-.396.805-.524.247-.096.618-.21%201.3-.24.646-.03.896-.039%202.2-.04v.001zm4.364%201.163a.84.84%200%20100%201.68.84.84%200%20000-1.68zm-3.736.981a3.595%203.595%200%20100%207.19%203.595%203.595%200%20000-7.19zm0%201.262a2.333%202.333%200%20110%204.666%202.333%202.333%200%20010-4.666z%22%20fill%3D%22%23001612%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-color: #fff;
    background-size: auto;
}
.hero-banner.bg_light .social_menu li.linkedin a {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2215%22%20height%3D%2215%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M3.88%205.674v7.621H1.16V5.674h2.72zm.18-2.358c0%20.732-.591%201.318-1.54%201.318h-.017C1.59%204.634%201%204.048%201%203.316%201%202.57%201.608%202%202.539%202c.93%200%201.503.57%201.52%201.316zm9.628%205.61v4.37h-2.72V9.217c0-1.024-.393-1.723-1.378-1.723-.751%200-1.199.471-1.395.926-.072.163-.09.39-.09.618v4.256h-2.72s.036-6.906%200-7.62h2.72v1.079c.361-.52%201.008-1.259%202.452-1.259%201.79%200%203.13%201.09%203.13%203.43z%22%20fill%3D%22%23001612%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-color: #fff;
    background-size: auto;
}
.hero-banner.bg_light .social_menu li.twitter a {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2215%22%20height%3D%2215%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M7.64%205.382l.026.387-.42-.047a7.027%207.027%200%2001-3.995-1.834l-.554-.514-.143.38c-.302.845-.11%201.739.52%202.34.336.331.26.379-.319.181-.201-.063-.377-.11-.394-.087-.059.056.143.775.302%201.06.218.395.663.782%201.15%201.011l.411.182-.486.008c-.47%200-.487.008-.437.174.168.513.831%201.059%201.57%201.296l.52.166-.453.253c-.672.363-1.46.569-2.25.585-.377.008-.688.04-.688.063%200%20.079%201.024.522%201.62.695%201.788.514%203.911.293%205.506-.584%201.133-.625%202.267-1.866%202.795-3.067.286-.64.571-1.81.571-2.371%200-.364.025-.411.495-.846.277-.253.538-.53.588-.609.084-.15.076-.15-.353-.016-.713.238-.814.206-.461-.15.26-.253.57-.711.57-.845%200-.024-.125.015-.268.087a4.89%204.89%200%2001-.739.268l-.453.135-.411-.261c-.227-.142-.546-.3-.714-.348-.428-.11-1.083-.095-1.469.032-1.049.355-1.712%201.272-1.636%202.276z%22%20fill%3D%22%23001612%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-color: #fff;
    background-size: auto;
}
.hero-banner.bg_light .social_menu li.youtube a {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2217%22%20height%3D%2212%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.783%200C9.9.008%2014%20.05%2015.142.359a2.138%202.138%200%20011.503%201.516c.33%201.241.353%203.735.355%204.085v.082c-.002.35-.025%202.844-.355%204.086a2.138%202.138%200%2001-1.503%201.515c-1.179.319-5.51.354-6.458.358h-.368c-.948-.004-5.28-.04-6.458-.358a2.138%202.138%200%2001-1.503-1.515C.05%208.98.007%206.767%200%206.159v-.317c.006-.61.05-2.822.354-3.968A2.138%202.138%200%20011.858.358C2.999.05%207.1.007%208.218.001zM6.934%203.43v5.143L10.96%206%206.934%203.43z%22%20fill%3D%22%23001612%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-color: #fff;
    background-size: auto;
}
.hero-banner.bg_light .social_menu li {
    border-right: none;
    display: inline-block;
}
.hero-banner.bg_light .social_menu li:last-child {
    border-right: solid 1px #373435;
}
@media (min-width: 1025px) {
    .hero-banner.bg_light .social_menu {
        margin: 0;
        padding: 0;
        list-style: none;
        line-height: 0;
        width: fit-content;
    }
    .hero-banner.bg_light .social_menu li:before {
        display: none;
    }
    .hero-banner.bg_light .social_menu a {
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
        display: inline-block;
        height: 40px;
        width: 40px;
    }
    .hero-banner.bg_light .social_menu a:hover,
    .hero-banner.bg_light .social_menu a:focus {
        background-color: #5ed2cd !important;
    }
    .hero-banner.bg_light .social_menu li {
        border: 1px solid #373435;
        line-height: 0;
    }
    .hero-banner.bg_light .social_menu li.copyurl a {
        background: transparent
            url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%227%22%20height%3D%2219%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20transform%3D%22rotate(-90%209.5%209)%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Crect%20stroke%3D%22%23001612%22%20stroke-width%3D%221.62%22%20x%3D%22.81%22%20y%3D%22.81%22%20width%3D%227.29%22%20height%3D%224.86%22%20rx%3D%222.43%22%2F%3E%3Crect%20stroke%3D%22%23001612%22%20stroke-width%3D%221.62%22%20x%3D%229.72%22%20y%3D%22.81%22%20width%3D%227.29%22%20height%3D%224.86%22%20rx%3D%222.43%22%2F%3E%3Cpath%20d%3D%22M4.86%202.43h8.1a.81.81%200%20010%201.62h-8.1a.81.81%200%20110-1.62z%22%20fill%3D%22%23001612%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
            no-repeat 50% 50%;
        background-size: contain;
        background-color: #fff;
        background-size: auto;
    }
    .hero-banner.bg_light .social_menu li.facebook a {
        background: transparent
            url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%227%22%20height%3D%2214%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4.05%2013.056V6.527h1.803l.239-2.25H4.05l.003-1.126c0-.587.056-.9.898-.9H6.08V0H4.277C2.112%200%201.35%201.091%201.35%202.927v1.35H0v2.25h1.35v6.529h2.7z%22%20fill%3D%22%23001612%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E")
            no-repeat 50% 50%;
        background-size: contain;
        background-color: #fff;
        background-size: auto;
    }
    .hero-banner.bg_light .social_menu li.instagram a {
        background: transparent
            url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2214%22%20height%3D%2214%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M7%200C5.1%200%204.862.008%204.115.042%203.37.076%202.86.194%202.415.368c-.46.178-.85.417-1.24.807-.39.389-.628.78-.808%201.24-.173.445-.291.954-.325%201.699C.01%204.86%200%205.099%200%207c0%201.901.008%202.139.042%202.886.035.745.153%201.253.326%201.699.178.46.418.85.807%201.24.389.389.78.629%201.24.808.445.173.954.29%201.699.325.746.034.985.042%202.886.042%201.901%200%202.139-.008%202.886-.042.745-.034%201.254-.152%201.7-.325.46-.18.85-.419%201.239-.808.389-.39.628-.78.807-1.24.173-.446.29-.954.326-1.7C13.99%209.14%2014%208.902%2014%207c0-1.901-.009-2.14-.042-2.886-.035-.746-.153-1.254-.326-1.7-.179-.46-.418-.85-.807-1.24a3.421%203.421%200%2000-1.24-.806c-.446-.174-.955-.292-1.7-.326C9.138.008%208.9%200%206.998%200h.003zm-.627%201.261H7c1.869%200%202.09.007%202.828.04.683.032%201.053.146%201.3.242.327.127.56.278.804.523.245.245.397.479.524.805.096.247.21.617.241%201.3.034.738.041.96.041%202.827%200%201.869-.007%202.09-.04%202.828-.032.683-.146%201.053-.242%201.3-.127.326-.279.559-.524.804a2.165%202.165%200%2001-.804.523c-.247.096-.617.21-1.3.241-.738.034-.96.041-2.828.041-1.87%200-2.091-.007-2.829-.04-.682-.032-1.053-.146-1.3-.242a2.168%202.168%200%2001-.805-.524%202.17%202.17%200%2001-.524-.804c-.095-.247-.21-.617-.24-1.3-.034-.737-.04-.96-.04-2.828%200-1.87.006-2.09.04-2.828.03-.683.145-1.053.24-1.3.127-.326.28-.56.524-.805.245-.245.479-.396.805-.524.247-.096.618-.21%201.3-.24.646-.03.896-.039%202.2-.04v.001zm4.364%201.163a.84.84%200%20100%201.68.84.84%200%20000-1.68zm-3.736.981a3.595%203.595%200%20100%207.19%203.595%203.595%200%20000-7.19zm0%201.262a2.333%202.333%200%20110%204.666%202.333%202.333%200%20010-4.666z%22%20fill%3D%22%23001612%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E")
            no-repeat 50% 50%;
        background-size: contain;
        background-color: #fff;
        background-size: auto;
    }
    .hero-banner.bg_light .social_menu li.linkedin a {
        background: transparent
            url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2215%22%20height%3D%2215%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M3.88%205.674v7.621H1.16V5.674h2.72zm.18-2.358c0%20.732-.591%201.318-1.54%201.318h-.017C1.59%204.634%201%204.048%201%203.316%201%202.57%201.608%202%202.539%202c.93%200%201.503.57%201.52%201.316zm9.628%205.61v4.37h-2.72V9.217c0-1.024-.393-1.723-1.378-1.723-.751%200-1.199.471-1.395.926-.072.163-.09.39-.09.618v4.256h-2.72s.036-6.906%200-7.62h2.72v1.079c.361-.52%201.008-1.259%202.452-1.259%201.79%200%203.13%201.09%203.13%203.43z%22%20fill%3D%22%23001612%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E")
            no-repeat 50% 50%;
        background-size: contain;
        background-color: #fff;
        background-size: auto;
    }
    .hero-banner.bg_light .social_menu li.twitter a {
        background: transparent
            url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2215%22%20height%3D%2215%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M7.64%205.382l.026.387-.42-.047a7.027%207.027%200%2001-3.995-1.834l-.554-.514-.143.38c-.302.845-.11%201.739.52%202.34.336.331.26.379-.319.181-.201-.063-.377-.11-.394-.087-.059.056.143.775.302%201.06.218.395.663.782%201.15%201.011l.411.182-.486.008c-.47%200-.487.008-.437.174.168.513.831%201.059%201.57%201.296l.52.166-.453.253c-.672.363-1.46.569-2.25.585-.377.008-.688.04-.688.063%200%20.079%201.024.522%201.62.695%201.788.514%203.911.293%205.506-.584%201.133-.625%202.267-1.866%202.795-3.067.286-.64.571-1.81.571-2.371%200-.364.025-.411.495-.846.277-.253.538-.53.588-.609.084-.15.076-.15-.353-.016-.713.238-.814.206-.461-.15.26-.253.57-.711.57-.845%200-.024-.125.015-.268.087a4.89%204.89%200%2001-.739.268l-.453.135-.411-.261c-.227-.142-.546-.3-.714-.348-.428-.11-1.083-.095-1.469.032-1.049.355-1.712%201.272-1.636%202.276z%22%20fill%3D%22%23001612%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E")
            no-repeat 50% 50%;
        background-size: contain;
        background-color: #fff;
        background-size: auto;
    }
    .hero-banner.bg_light .social_menu li.youtube a {
        background: transparent
            url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2217%22%20height%3D%2212%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.783%200C9.9.008%2014%20.05%2015.142.359a2.138%202.138%200%20011.503%201.516c.33%201.241.353%203.735.355%204.085v.082c-.002.35-.025%202.844-.355%204.086a2.138%202.138%200%2001-1.503%201.515c-1.179.319-5.51.354-6.458.358h-.368c-.948-.004-5.28-.04-6.458-.358a2.138%202.138%200%2001-1.503-1.515C.05%208.98.007%206.767%200%206.159v-.317c.006-.61.05-2.822.354-3.968A2.138%202.138%200%20011.858.358C2.999.05%207.1.007%208.218.001zM6.934%203.43v5.143L10.96%206%206.934%203.43z%22%20fill%3D%22%23001612%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E")
            no-repeat 50% 50%;
        background-size: contain;
        background-color: #fff;
        background-size: auto;
    }
    .hero-banner.bg_light .social_menu li {
        border-bottom: none;
        display: block;
    }
    .hero-banner.bg_light .social_menu li:last-child {
        border-bottom: solid 1px #373435;
    }
}
.hero-banner.hero_short {
    height: auto;
    min-height: 0;
    padding-bottom: 0;
}
@media (min-width: 1025px) {
    .hero-banner.hero_short {
        padding: 0 105px;
    }
}
.hero-banner.hero_short h1 {
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: left center;
    font-family: Graphik-Bold;
    height: 100px;
    font-size: 1.75rem;
    letter-spacing: -0.09375rem;
    line-height: 6.25rem;
    margin: 0;
    padding: 0 0 0 35px;
    text-transform: uppercase;
}
.hero-banner.hero_short h1 .heading_icon {
    height: 43px;
    width: 43px;
}
.hero-banner.hero_short.hero_updates {
    padding-top: 65px;
}
@media (min-width: 1025px) {
    .hero-banner.profile_hero h1 {
        max-width: 45%;
    }
}
.single-feature-package h1 {
    font-weight: 400;
}
body.has_alert_banner .hero-banner.hero_short.hero_updates {
    padding-top: 109px;
}
.social_menu_side {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 0;
    width: fit-content;
    position: fixed;
    right: 0;
    top: 178px;
    z-index: 999;
}
.social_menu_side li:before {
    display: none;
}
.social_menu_side a {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    display: inline-block;
    height: 40px;
    width: 40px;
}
.social_menu_side a:hover,
.social_menu_side a:focus {
    background-color: #5ed2cd !important;
}
.social_menu_side li {
    border: 1px solid #373435;
    line-height: 0;
}
.social_menu_side li.copyurl a {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%227%22%20height%3D%2219%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20transform%3D%22rotate(-90%209.5%209)%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Crect%20stroke%3D%22%23001612%22%20stroke-width%3D%221.62%22%20x%3D%22.81%22%20y%3D%22.81%22%20width%3D%227.29%22%20height%3D%224.86%22%20rx%3D%222.43%22%2F%3E%3Crect%20stroke%3D%22%23001612%22%20stroke-width%3D%221.62%22%20x%3D%229.72%22%20y%3D%22.81%22%20width%3D%227.29%22%20height%3D%224.86%22%20rx%3D%222.43%22%2F%3E%3Cpath%20d%3D%22M4.86%202.43h8.1a.81.81%200%20010%201.62h-8.1a.81.81%200%20110-1.62z%22%20fill%3D%22%23001612%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-color: #fff;
    background-size: auto;
}
.social_menu_side li.facebook a {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%227%22%20height%3D%2214%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4.05%2013.056V6.527h1.803l.239-2.25H4.05l.003-1.126c0-.587.056-.9.898-.9H6.08V0H4.277C2.112%200%201.35%201.091%201.35%202.927v1.35H0v2.25h1.35v6.529h2.7z%22%20fill%3D%22%23001612%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-color: #fff;
    background-size: auto;
}
.social_menu_side li.instagram a {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2214%22%20height%3D%2214%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M7%200C5.1%200%204.862.008%204.115.042%203.37.076%202.86.194%202.415.368c-.46.178-.85.417-1.24.807-.39.389-.628.78-.808%201.24-.173.445-.291.954-.325%201.699C.01%204.86%200%205.099%200%207c0%201.901.008%202.139.042%202.886.035.745.153%201.253.326%201.699.178.46.418.85.807%201.24.389.389.78.629%201.24.808.445.173.954.29%201.699.325.746.034.985.042%202.886.042%201.901%200%202.139-.008%202.886-.042.745-.034%201.254-.152%201.7-.325.46-.18.85-.419%201.239-.808.389-.39.628-.78.807-1.24.173-.446.29-.954.326-1.7C13.99%209.14%2014%208.902%2014%207c0-1.901-.009-2.14-.042-2.886-.035-.746-.153-1.254-.326-1.7-.179-.46-.418-.85-.807-1.24a3.421%203.421%200%2000-1.24-.806c-.446-.174-.955-.292-1.7-.326C9.138.008%208.9%200%206.998%200h.003zm-.627%201.261H7c1.869%200%202.09.007%202.828.04.683.032%201.053.146%201.3.242.327.127.56.278.804.523.245.245.397.479.524.805.096.247.21.617.241%201.3.034.738.041.96.041%202.827%200%201.869-.007%202.09-.04%202.828-.032.683-.146%201.053-.242%201.3-.127.326-.279.559-.524.804a2.165%202.165%200%2001-.804.523c-.247.096-.617.21-1.3.241-.738.034-.96.041-2.828.041-1.87%200-2.091-.007-2.829-.04-.682-.032-1.053-.146-1.3-.242a2.168%202.168%200%2001-.805-.524%202.17%202.17%200%2001-.524-.804c-.095-.247-.21-.617-.24-1.3-.034-.737-.04-.96-.04-2.828%200-1.87.006-2.09.04-2.828.03-.683.145-1.053.24-1.3.127-.326.28-.56.524-.805.245-.245.479-.396.805-.524.247-.096.618-.21%201.3-.24.646-.03.896-.039%202.2-.04v.001zm4.364%201.163a.84.84%200%20100%201.68.84.84%200%20000-1.68zm-3.736.981a3.595%203.595%200%20100%207.19%203.595%203.595%200%20000-7.19zm0%201.262a2.333%202.333%200%20110%204.666%202.333%202.333%200%20010-4.666z%22%20fill%3D%22%23001612%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-color: #fff;
    background-size: auto;
}
.social_menu_side li.linkedin a {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2215%22%20height%3D%2215%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M3.88%205.674v7.621H1.16V5.674h2.72zm.18-2.358c0%20.732-.591%201.318-1.54%201.318h-.017C1.59%204.634%201%204.048%201%203.316%201%202.57%201.608%202%202.539%202c.93%200%201.503.57%201.52%201.316zm9.628%205.61v4.37h-2.72V9.217c0-1.024-.393-1.723-1.378-1.723-.751%200-1.199.471-1.395.926-.072.163-.09.39-.09.618v4.256h-2.72s.036-6.906%200-7.62h2.72v1.079c.361-.52%201.008-1.259%202.452-1.259%201.79%200%203.13%201.09%203.13%203.43z%22%20fill%3D%22%23001612%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-color: #fff;
    background-size: auto;
}
.social_menu_side li.twitter a {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2215%22%20height%3D%2215%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M7.64%205.382l.026.387-.42-.047a7.027%207.027%200%2001-3.995-1.834l-.554-.514-.143.38c-.302.845-.11%201.739.52%202.34.336.331.26.379-.319.181-.201-.063-.377-.11-.394-.087-.059.056.143.775.302%201.06.218.395.663.782%201.15%201.011l.411.182-.486.008c-.47%200-.487.008-.437.174.168.513.831%201.059%201.57%201.296l.52.166-.453.253c-.672.363-1.46.569-2.25.585-.377.008-.688.04-.688.063%200%20.079%201.024.522%201.62.695%201.788.514%203.911.293%205.506-.584%201.133-.625%202.267-1.866%202.795-3.067.286-.64.571-1.81.571-2.371%200-.364.025-.411.495-.846.277-.253.538-.53.588-.609.084-.15.076-.15-.353-.016-.713.238-.814.206-.461-.15.26-.253.57-.711.57-.845%200-.024-.125.015-.268.087a4.89%204.89%200%2001-.739.268l-.453.135-.411-.261c-.227-.142-.546-.3-.714-.348-.428-.11-1.083-.095-1.469.032-1.049.355-1.712%201.272-1.636%202.276z%22%20fill%3D%22%23001612%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-color: #fff;
    background-size: auto;
}
.social_menu_side li.youtube a {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2217%22%20height%3D%2212%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.783%200C9.9.008%2014%20.05%2015.142.359a2.138%202.138%200%20011.503%201.516c.33%201.241.353%203.735.355%204.085v.082c-.002.35-.025%202.844-.355%204.086a2.138%202.138%200%2001-1.503%201.515c-1.179.319-5.51.354-6.458.358h-.368c-.948-.004-5.28-.04-6.458-.358a2.138%202.138%200%2001-1.503-1.515C.05%208.98.007%206.767%200%206.159v-.317c.006-.61.05-2.822.354-3.968A2.138%202.138%200%20011.858.358C2.999.05%207.1.007%208.218.001zM6.934%203.43v5.143L10.96%206%206.934%203.43z%22%20fill%3D%22%23001612%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-color: #fff;
    background-size: auto;
}
.social_menu_side li {
    border-bottom: none;
    display: block;
}
.social_menu_side li:last-child {
    border-bottom: solid 1px #373435;
}
.related_links .content_list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.related_links .content_list li:before {
    display: none;
}
.related_links .content_list li {
    margin-bottom: 0.625rem;
}
@media (min-width: 1025px) {
    .related_report {
        margin: 0;
    }
}
.related_report .intro h2 {
    font-family: Graphik-Medium;
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.3125rem;
}
.related_report .container {
    margin: 0;
}
@media (min-width: 1025px) {
    .related_report .container {
        display: flex;
        flex-wrap: nowrap;
    }
}
.related_report .report_image .pane_image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto 20px;
    width: 100%;
}
.related_report .report_image .pane_image:after {
    content: "";
    display: block;
    padding-top: 100%;
}
@media (min-width: 1025px) {
    .related_report .report_image {
        height: 161px;
        margin-right: 40px;
        width: 161px;
    }
    .related_report .report_image .pane_image {
        height: 162px;
        width: 162px;
    }
}
.related_report .report_data {
    font-family: Graphik-Regular;
    font-size: 1rem;
    color: #464646;
    letter-spacing: 0;
    line-height: 1.625rem;
    margin-right: 40px;
    position: relative;
}
.related_report .report_data h3 {
    font-family: Graphik-Regular;
    font-size: 1.375rem;
    letter-spacing: 0;
    line-height: 1.875rem;
    margin-bottom: 1.25rem;
}
.related_report .cta_row {
    margin-top: 20px;
    min-width: 209px;
}
@media (min-width: 1025px) {
    .related_report .cta_row {
        margin-top: 60px;
    }
}
.module {
    border-top: solid 1px #e3e2de;
    max-width: 948px;
    padding: 50px 0;
}
@media (min-width: 1025px) {
    .module {
        margin: 0 0 0 140px;
    }
}
.module .container {
    margin: 0;
}
.module .container h2 {
    font-family: Graphik-Medium;
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.3125rem;
    margin-bottom: 15px;
}
.search-results .icon_case_study {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2226%22%20height%3D%2226%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke%3D%22%23001612%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M19.5%2018.605V23.5a1%201%200%2001-1%201h-16a1%201%200%2001-1-1v-21a1%201%200%20011-1h16a1%201%200%20011%201v6.318h0%22%20stroke-width%3D%221.5%22%2F%3E%3Cpath%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20d%3D%22M5.5%205.5h10M5.5%208.5h7M5.5%2011.5h5M5.5%2014.5h4M5.5%2017.5h5%22%2F%3E%3Cg%20transform%3D%22translate(9%207)%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11.069%2011.069l4.565%204.565%22%2F%3E%3Ccircle%20cx%3D%226.72%22%20cy%3D%226.72%22%20r%3D%225.97%22%2F%3E%3C%2Fg%3E%3Cg%20stroke-linecap%3D%22round%22%20stroke-width%3D%222.5%22%3E%3Cpath%20d%3D%22M9.5%2011.5h6M9.5%2015.5h6%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-size: auto;
}
.search-results .icon_feature_package {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2223%22%20height%3D%2219%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20transform%3D%22translate(0%20-12)%22%20stroke%3D%22%23001612%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M21.267%2030.25H1.733a.25.25%200%2001-.25-.25V13a.25.25%200%2001.074-.177l19.71-.073a.25.25%200%2001.25.25v17a.25.25%200%2001-.25.25z%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M2.5%2013.5l18%2016M20.5%2013.5l-18%2016%22%2F%3E%3C%2Fg%3E%3Ccircle%20stroke-width%3D%221.5%22%20fill%3D%22%23FFF%22%20cx%3D%2211.5%22%20cy%3D%2221.5%22%20r%3D%222.75%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-size: auto;
}
.search-results .icon_news_post {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2223%22%20height%3D%2223%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M21%201.5a1%201%200%20011%201v14a1%201%200%2001-1%201H9.26c-.03.043-.065.083-.103.121l-3.925%203.925a1%201%200%2001-1.707-.717l.033-3.329H2a1%201%200%2001-1-1v-14a1%201%200%20011-1h19z%22%20stroke%3D%22%23001612%22%20stroke-width%3D%221.5%22%2F%3E%3Cpath%20stroke%3D%22%23001612%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20d%3D%22M5%209.5h13M5%2012.5h13M5%206.5h13%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-size: auto;
}
.search-results .icon_podcasts {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2219%22%20height%3D%2225%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke%3D%22%23001612%22%20stroke-width%3D%221.5%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M8.24%207.75h.51v9.5h-.506l8.967%206.15a.35.35%200%2000.485-.323l-.007-21.222a.296.296%200%2000-.107-.174c-.08-.064-.19-.095-.434-.047L8.24%207.75z%22%2F%3E%3Cpath%20d%3D%22M8.806%207.75l-7.5.25.25%209.25h7.25v-9.5z%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M13.906%2020.75V4.25%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-size: auto;
}
.search-results .icon_reports {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2220%22%20height%3D%2226%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke-width%3D%221.5%22%20stroke%3D%22%23000%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M18%201.5H2a1%201%200%2000-1%201v21a1%201%200%20001%201h16a1%201%200%20001-1v-21a1%201%200%2000-1-1z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5%2024V2M14%2015.5H5M14%2018.5H5M14%2021.5H5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-size: auto;
}
.search-results .icon_post {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2221%22%20height%3D%2226%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20transform%3D%22matrix(-1%200%200%201%2019.5%201.5)%22%20stroke-width%3D%221.5%22%20stroke%3D%22%23001612%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M1%200h16a1%201%200%20011%201v21a1%201%200%2001-1%201H1a1%201%200%2001-1-1V1a1%201%200%20011-1z%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M1%201l16%207M17%201L1%208%22%2F%3E%3Crect%20x%3D%224.25%22%20y%3D%2213.25%22%20width%3D%229.5%22%20height%3D%225.5%22%20rx%3D%221%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M1%209h17%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-size: auto;
}
.search-results .icon_rfvids-video {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2218%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M.86%2022.577V1.423a.349.349%200%2001.35-.35L16.812%2011.71a.349.349%200%2001.135.397L1.41%2022.866a.349.349%200%2001-.548-.289z%22%20stroke%3D%22%23001612%22%20stroke-width%3D%221.5%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-size: auto;
    background-position: center left;
}
.search-results .icon_category {
    background-position: center;
    display: block;
    height: 40px;
    width: 40px;
}
.page-template-template-updates_search .backtotop {
    background-color: transparent;
}
.search-results .article-body {
    width: 100%;
}
.search-results .month-group {
    font-family: Graphik-Semibold;
    font-size: 1.375rem;
    margin-bottom: 40px;
    color: #001612;
}
.search-results .post-list {
    padding: 80px 0 0;
    margin: 0;
    list-style-type: none;
}
.search-results .post-list__content {
    border-bottom: 1px solid #e3e2de;
    padding-bottom: 40px;
    margin-bottom: 40px;
    cursor: pointer;
}
.search-results .post-list__content:hover {
    border-bottom: 1px solid #5ed2cd;
}
.search-results .post-list__content:hover .headline,
.search-results .post-list__content:hover .headline a {
    text-decoration: underline #5ed2cd;
}
.search-results .post-list__content:hover .date {
    background-color: #5ed2cd;
}
.search-results .update {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.search-results .update__meta {
    width: 100%;
    position: relative;
}
.search-results .update .date {
    position: absolute;
    bottom: 0;
    left: 0;
    height: auto;
    padding: 8px;
}
.search-results .update .update__image {
    display: flex;
    max-height: 174px;
    object-fit: cover;
    position: relative;
}
.search-results .update .update__image img {
    object-fit: cover;
}
.search-results .update .update__image .pic-detail__icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.search-results .update .update__image .pic-detail__icon .update__icon {
    background-color: #fff;
    border-radius: 50%;
}
.search-results .update .update__icon {
    position: absolute;
    right: 15px;
    bottom: 15px;
    background-color: #fff;
    border-radius: 50%;
}
.search-results .update .update__duration {
    color: #fff;
    font-family: Moderat;
    font-size: 0.8125rem;
    letter-spacing: 0;
    position: absolute;
    bottom: 27px;
    right: 67px;
}
.search-results .update .eyebrow-green {
    color: #006861;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.search-results .update .headline {
    font-family: Graphik-Regular;
    font-size: 1.375rem;
    letter-spacing: -0.03125rem;
    line-height: 1.75rem;
}
.search-results .update .author-des {
    color: #464646;
}
.search-results .pagination-block {
    margin-bottom: 80px;
}
.search-results .pagination-block ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.search-results .pagination-block button {
    background-color: #fff;
    box-shadow: 0 6px 35px rgba(0, 0, 0, 0.1);
    border: 1px solid #999891;
    font-family: Moderat;
    font-size: 0.75rem;
    line-height: 0.875rem;
    letter-spacing: 0.03125rem;
    padding: 20px;
}
.feature__icon {
    position: absolute;
    right: 15px;
    bottom: 15px;
    background-color: #fff;
    border-radius: 50%;
}
.feature__icon .icon_category {
    background-position: center !important;
}
.video-duration {
    position: absolute;
    right: 65px;
    bottom: 28px;
    font-size: 0.5rem;
    font-family: Moderat;
    color: #fff;
}
@media (max-width: 1024px) {
    .search-results .update__meta {
        margin-bottom: 20px;
    }
}
@media (min-width: 1025px) {
    .search-results .update__data {
        flex: 0 0 70%;
        max-width: 70%;
        padding-left: 30px;
    }
    .search-results .update__meta {
        flex: 0 0 30%;
        max-width: 30%;
    }
    .search-results .post-list {
        padding-top: 120px;
    }
    .search-results .post-list + .post-list {
        padding-top: 0;
    }
    .search-results .headline {
        margin-bottom: 20px;
    }
    .search-results .pagination-block {
        margin-bottom: 120px;
    }
}
.authored_content .container {
    max-width: 885px;
    padding-top: 115px;
}
@media (min-width: 1025px) {
    .authored_content .container {
        margin: 0 auto;
    }
}
.authored_content h2 {
    font-family: Graphik-Semibold;
    font-size: 2.5rem;
    letter-spacing: -0.125rem;
    line-height: 2.75rem;
}
@media (min-width: 1025px) {
    .authored_content h2 {
        font-size: 3.375rem;
        letter-spacing: -0.1875rem;
        line-height: 3.75rem;
    }
}
.authored_content ul.authored_content_list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.authored_content ul.authored_content_list li:before {
    display: none;
}
.authored_content .date {
    position: absolute;
    left: 0;
    bottom: 0;
}
.authored_content .authored_post .info {
    color: #6b6b6b;
    display: block;
    font-family: Graphik-Regular;
    font-size: 0.875rem;
    letter-spacing: 0;
    line-height: 1.25rem;
}
@media (min-width: 1025px) {
    .authored_content .authored_post .info {
        padding-right: 200px;
    }
}
.authored_content .authored_post .info .author {
    padding-top: 20px;
    display: block;
    font-size: 0.75rem;
}
.authored_content .authored_post .thumbnail {
    display: inline-flex;
    margin-bottom: 20px;
    position: relative;
}
.authored_content .authored_post .thumbnail img {
    object-fit: cover;
    width: 100%;
    height: 219px;
}
@media (max-width: 1024px) {
    .authored_content .authored_post .thumbnail {
        width: 100%;
    }
}
@media (min-width: 768px) {
    .authored_content .authored_post .thumbnail img {
        height: 389px;
    }
}
@media (min-width: 1025px) {
    .authored_content .authored_post .thumbnail {
        margin-right: 30px;
        min-width: 228px;
        width: 228px;
    }
    .authored_content .authored_post .thumbnail img {
        height: 149px;
    }
}
.authored_content .authored_post .eyebrows {
    display: block;
    font-family: Moderat;
    font-size: 0.8125rem;
    color: #007e76;
    letter-spacing: 0.09375rem;
    line-height: 1;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.authored_content .authored_post .title {
    display: block;
    font-family: Graphik-Regular;
    font-size: 1.375rem;
    letter-spacing: -0.0625rem;
    line-height: 1.875rem;
    margin-bottom: 1.25rem;
}
.authored_content .authored_post article {
    border-bottom: solid 1px #e3e2de;
    cursor: pointer;
    display: block;
    overflow: auto;
    padding: 40px 0 42px;
    position: relative;
}
@media (min-width: 1025px) {
    .authored_content .authored_post article {
        display: flex;
        align-items: flex-start;
    }
}
.authored_content .authored_post article:hover,
.authored_content .authored_post article:focus {
    border-bottom: solid 3px #5ed2cd;
    padding: 40px 0;
}
.authored_content .authored_post article:hover .title a,
.authored_content .authored_post article:focus .title a {
    text-decoration: underline;
    text-decoration-color: #5ed2cd;
}
.authored_content .btn_secondary {
    font-family: Moderat;
}
.authored_content #author-filter {
    box-shadow: none;
}
.authored_content #author-filter .filter__types {
    width: 100%;
}
@media (min-width: 1025px) {
    .authored_content #author-filter .filter__types {
        width: 50%;
    }
}
.authored_content #author-filter .filter__types label {
    color: #999891;
    display: block;
    font-size: 0.875rem;
    font-family: Graphik-Regular;
    margin-bottom: 0.3125rem;
}
.authored_content #author-filter .filter__types .select2-container--default .select2-selection--single {
    background-color: transparent;
    border-bottom: solid 1px #373435;
}
.authored_content #author-filter .filter__types .select2-selection__rendered {
    color: #373435 !important;
    font-size: 1.125rem;
}
.authored_content #update-loadmore ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 20px 0;
}
.authored_content #update-loadmore ul li:before {
    display: none;
}
.authored_content #no-result {
    padding: 40px 0;
    color: #373435;
    font-size: 1.25rem;
    font-family: Graphik-Regular;
    font-style: italic;
}
.cta_getinvolved .intro {
    padding: 35px;
}
@media (min-width: 1025px) {
    .cta_getinvolved .intro {
        padding: 115px 75px 0 200px;
        width: 50%;
    }
}
.cta_getinvolved .intro p {
    font-size: 1rem;
    color: #464646;
    letter-spacing: 0;
    line-height: 1.625rem;
}
.cta_getinvolved .container {
    margin: 0;
}
.cta_getinvolved .container .row {
    display: block;
}
@media (min-width: 1025px) {
    .cta_getinvolved .container .row {
        display: flex;
    }
}
.cta_getinvolved .content {
    position: relative;
    margin-top: 170px;
}
.cta_getinvolved .content .radial_bg {
    height: 307px;
    left: 0;
    right: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: -150px;
    z-index: 100;
    -webkit-clip-path: circle();
    clip-path: circle();
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.cta_getinvolved .content .radial_bg img {
    object-fit: cover;
    height: 100%;
    min-height: 385px;
    min-width: 385px;
    width: auto;
}
@media (min-width: 1025px) {
    .cta_getinvolved .content .radial_bg {
        margin: 0 auto;
    }
}
.cta_getinvolved .content .bg_container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 200;
}
@media (min-width: 1025px) {
    .cta_getinvolved .content .bg_container {
        right: 50%;
    }
}
.cta_getinvolved .content .col {
    color: #fff;
    padding: 185px 35px 100px;
    position: relative;
    z-index: 300;
}
@media (min-width: 1025px) {
    .cta_getinvolved .content .col {
        margin-top: 134px;
        min-height: 563px;
        padding: 115px 75px 75px 200px;
        width: 50%;
    }
}
.cta_getinvolved .content .col .testimonial__title {
    font-size: 2.375rem;
    line-height: 2.875rem;
    font-family: Graphik-Regular;
    margin-bottom: 30px;
}
.cta_getinvolved .content .col .testimonial__credit {
    margin-bottom: 20px;
}
.cta_getinvolved .content .col .eyebrows {
    color: #fff;
    margin-bottom: 20px;
}
.cta_getinvolved .content .col h3 {
    color: #fff;
    font-size: 2.375rem;
    font-weight: 600;
    letter-spacing: -0.125rem;
    line-height: 2.875rem;
}
.cta_getinvolved .content .col p.excerpt {
    font-family: Graphik-Regular;
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.625rem;
}
.cta_getinvolved .content .col .cta {
    border: solid 1px #f8f8f8;
    box-shadow: 0 3px 0 0 #5ed2cd;
    font-family: Moderat;
    font-size: 0.75rem;
    font-weight: 600;
    color: #373435;
    letter-spacing: 0.125rem;
    line-height: 1.125rem;
    padding-bottom: 10px;
    text-transform: uppercase;
    width: auto;
    width: fit-content;
    background-position: center right 30px;
    background-size: auto;
    padding-right: 50px;
    background-color: #fff;
    display: block;
    padding: 23px 60px 22px 25px;
    text-align: center;
    font-size: 12px;
    letter-spacing: 1.8px;
    line-height: 1;
    padding-bottom: 26px;
    padding-top: 26px;
    display: inline-block;
}
.cta_getinvolved .content .col .cta:hover,
.cta_getinvolved .content .col .cta:focus {
    background-color: #5ed2cd;
    color: #373435;
}
@media (min-width: 1025px) {
    .cta_getinvolved .content .col .cta {
        text-align: left;
        width: auto;
        width: fit-content;
    }
}
.cta_getinvolved .content .col .cta:hover,
.cta_getinvolved .content .col .cta:focus {
    border-color: #5ed2cd;
}
.cta_getinvolved .panes_1 {
    display: block;
}
.cta_getinvolved .panes_1 .radial_bg img {
    object-fit: cover;
}
@media (min-width: 1025px) {
    .cta_getinvolved .panes_1 .radial_bg img {
        min-height: 624px;
        min-width: 642px;
    }
}
@media (min-width: 1025px) {
    .cta_getinvolved .panes_1 .radial_bg {
        height: 642px;
        top: -130px;
    }
}
@media (min-width: 1025px) {
    .cta_getinvolved .panes_2,
    .cta_getinvolved .panes_3 {
        flex-wrap: nowrap;
    }
}
@media (min-width: 1025px) {
    .cta_getinvolved .panes_2 .content .bg_container,
    .cta_getinvolved .panes_3 .content .bg_container {
        right: 28%;
    }
}
@media (min-width: 1025px) {
    .cta_getinvolved .panes_2 .content .radial_bg img,
    .cta_getinvolved .panes_3 .content .radial_bg img {
        min-height: 420px;
        object-fit: cover;
    }
}
@media (min-width: 1025px) {
    .cta_getinvolved .panes_2 .content .radial_bg,
    .cta_getinvolved .panes_3 .content .radial_bg {
        left: auto;
        right: 48px;
        margin: 0 auto;
        top: -130px;
        height: 420px;
        width: 420px;
    }
}
@media (min-width: 1025px) {
    .cta_getinvolved .panes_2 .content .col,
    .cta_getinvolved .panes_3 .content .col {
        margin-top: 0;
        padding: 115px 75px 75px 100px;
        width: 75%;
    }
}
@media (min-width: 1025px) {
    .cta_getinvolved .panes_2 .col {
        width: 50%;
    }
}
@media (min-width: 1025px) {
    .cta_getinvolved .panes_3 {
        display: block;
        overflow: auto;
    }
    .cta_getinvolved .panes_3 .col {
        float: left;
        width: 50%;
    }
    .cta_getinvolved .panes_3 .pane_2,
    .cta_getinvolved .panes_3 .pane_3 {
        margin-top: 0;
    }
    .cta_getinvolved .panes_3 .pane_2 .radial_bg,
    .cta_getinvolved .panes_3 .pane_3 .radial_bg {
        top: 80px;
        left: 47px;
        right: auto;
        margin: 0 auto;
        height: 186px;
        width: 186px;
        z-index: 210;
    }
    .cta_getinvolved .panes_3 .pane_2 .radial_bg img,
    .cta_getinvolved .panes_3 .pane_3 .radial_bg img {
        min-height: 186px;
        object-fit: cover;
    }
    .cta_getinvolved .panes_3 .pane_2 .bg_container,
    .cta_getinvolved .panes_3 .pane_3 .bg_container {
        right: 0;
    }
    .cta_getinvolved .panes_3 .pane_2 .col,
    .cta_getinvolved .panes_3 .pane_3 .col {
        min-height: 100px;
        padding: 80px 75px 80px 300px;
        width: 100%;
    }
    .cta_getinvolved .panes_3 .pane_2 .col .eyebrows,
    .cta_getinvolved .panes_3 .pane_3 .col .eyebrows {
        display: none;
    }
    .cta_getinvolved .panes_3 .pane_3 .radial_bg {
        -webkit-clip-path: unset;
        clip-path: unset;
    }
    .cta_getinvolved .panes_3 .pane_3 .bg_container {
        background-image: none;
        background-color: #f3f4f4;
    }
    .cta_getinvolved .panes_3 .pane_3 .col {
        color: #373435;
    }
    .cta_getinvolved .panes_3 .pane_3 .col .eyebrows,
    .cta_getinvolved .panes_3 .pane_3 .col h3 {
        color: #373435;
    }
}
.category__section .category__head {
    height: 100px;
}
.category__section .category__head h1 {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0;
    line-height: 6.25rem;
    height: 100px;
    font-size: 1.75rem;
    text-transform: uppercase;
    font-family: Graphik-Bold;
    letter-spacing: -0.09375rem;
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: left center;
    padding: 0 0 0 35px;
}
.category__section .category__intro {
    background-image: url(../../../themes/fantasy-therockf/static/assets/images/mask_turquoise.svg);
    background-size: cover;
    background-repeat: no-repeat;
    mix-blend-mode: multiply;
    padding: 70px 100px 100px 70px;
    color: #fff;
}
.category__section .category__intro .container {
    padding: 40px 100px 0 0;
    border-top: solid 1px #fff;
    display: flex;
}
.category__section .category__intro .container .col_date {
    padding: 0 20px 0 0;
}
.category__section .category__intro .container .col .post-title {
    font-size: 3.375rem;
    font-family: Graphik-Medium;
    line-height: 3.75rem;
}
.category__section .category__intro .container .col .cta {
    display: inline-block;
    box-shadow: 0 3px 0 0 #fff;
}
.category__section .category__intro .container .col .cta:hover,
.category__section .category__intro .container .col .cta:focus {
    box-shadow: 0 3px 0 0 #5ed2cd;
}
.category__section .category__tabs {
    background-color: #fff;
    height: 80px;
}
.category__section .category__tabs .container {
    padding: 40px 100px 0 175px;
}
.category__section .category__tabs .container ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.category__section .category__tabs .container ul li {
    float: left;
}
.category__section .category__tabs .container ul li a {
    display: block;
    font-family: Graphik-Regular;
    color: #76756f;
    padding: 5px 10px;
}
.category__section .category__tabs .container ul li a:hover,
.category__section .category__tabs .container ul li a:focus,
.category__section .category__tabs .container ul li a.active {
    color: #373435;
    border-bottom: 3px solid #5ed2cd;
}
.category__section .category__list .container {
    padding: 40px 100px 0 175px;
}
.category__section .category__list .container .category__link {
    display: flex;
    color: #373435;
    padding-bottom: 3px;
    margin-bottom: 50px;
    border-bottom: 1px solid rgba(0, 22, 18, 0.2);
}
.category__section .category__list .container .category__link .col_date {
    padding: 0 90px 0 0;
}
.category__section .category__list .container .category__link .col {
    padding-bottom: 20px;
}
.category__section .category__list .container .category__link .col .post-title {
    font-family: Graphik-Regular;
    font-size: 1.5rem;
    line-height: 1.75rem;
    margin: 10px 0 50px;
}
.category__section .category__list .container .category__link .col .cta {
    display: inline-block;
    box-shadow: 0 3px 0 0 #fff;
}
.category__section .category__list .container .category__link .col .cta:hover,
.category__section .category__list .container .category__link .col .cta:focus {
    box-shadow: 0 3px 0 0 #5ed2cd;
}
.category__section .category__list .container .category__link:hover,
.category__section .category__list .container .category__link:focus {
    padding-bottom: 1px;
    border-bottom: 3px solid #5ed2cd;
}
.category__section .category__list .container .category__link:hover .col_date .date,
.category__section .category__list .container .category__link:focus .col_date .date {
    background-color: #71d1cb;
}
.category__section .pagination-block {
    height: 50px;
    text-align: center;
}
.category__section .pagination-block ul {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}
.category__section .pagination-block ul li {
    float: left;
    margin-right: 10px;
}
.category__section .pagination-block ul li button {
    font-size: 0.875rem;
}
.category__section .pagination-block ul li .current {
    font-family: Graphik-Regular;
    color: #71d1cb;
    font-size: 1.5rem;
    padding: 0 20px;
}
.category__section .pagination-block ul li a {
    border: solid 1px #f8f8f8;
    border: solid 1px #000;
    display: block;
    padding: 1px 5px;
    line-height: 1;
    margin: 6px 0 0;
    border-radius: 3px;
    color: #000;
    font-size: 0.875rem;
}
.chart_section {
    margin-top: -1px;
    max-width: 1440px;
    padding-top: 50px;
}
.chart_section__intro {
    margin: 60px auto;
    max-width: 1024px;
}
@media (min-width: 1025px) {
    .chart_section__introtext {
        max-width: 515px;
    }
}
.chart_section__chart {
    background: #fff;
    border: 1px solid rgba(151, 151, 151, 0.3);
    box-shadow: 0 5px 25px 0 rgba(113, 112, 108, 0.15);
    margin: 0 auto;
    width: 100%;
}
@media (min-width: 1025px) {
    .chart_section__chart {
        width: 1165px;
    }
}
.chart_section__caption {
    background-color: #373435;
    color: #fff;
}
@media (min-width: 1025px) {
    .chart_section__caption {
        margin: -300px auto 0;
        max-width: 1338px;
        padding: 400px 0 140px;
    }
}
.chart_section__caption .container {
    margin: 0 auto;
    max-width: 973px;
    padding: 100px 0;
    text-align: center;
}
.chart_section__caption .eyebrows {
    margin-bottom: 1.875rem;
}
.chart_section__caption .content {
    font-size: 2rem;
    letter-spacing: -1.78px;
    line-height: 52px;
}
.chart_section .col_content {
    padding: 78px 35px;
}
@media (min-width: 1025px) {
    .chart_section .col_content {
        padding: 78px 48px;
    }
}
.chart_section .col_content h3 {
    font-family: Graphik-Medium;
    font-size: 1.375rem;
    letter-spacing: -0.0625rem;
    line-height: 2.125rem;
}
@media (min-width: 1025px) {
    .chart_section.content_right .container {
        box-shadow: 0 5px 25px 0 rgba(113, 112, 108, 0.15);
        display: flex;
        flex-direction: row-reverse;
        max-width: 1165px;
    }
}
.chart_section.content_right .col:first-child {
    background-color: #f8f8f8;
    border: 1px solid rgba(151, 151, 151, 0.3);
    border-left: none;
}
@media (min-width: 1025px) {
    .chart_section.content_right .col:first-child {
        padding-left: 2.5rem;
        max-width: 368px;
        width: 30%;
    }
}
@media (min-width: 1025px) {
    .chart_section.content_right .col:last-child {
        width: 70%;
    }
}
@media (min-width: 1025px) {
    .chart_section.cart_sidebar {
        padding-bottom: 1px;
    }
    .chart_section.cart_sidebar .container {
        align-items: stretch;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 60px;
        padding: 0;
    }
}
.comments {
    border-top: 4px solid #e3e2de;
}
.comments h2 {
    font-family: Graphik-Semibold;
    font-size: 2rem;
    letter-spacing: -0.11125rem;
    line-height: 3.25rem;
}
.comments .container {
    margin: 0 auto;
    max-width: 885px;
    padding: 125px 0;
}
.accordion-section.commitments .introtext {
    color: #373435;
    margin-top: 50px;
    width: 100%;
    margin-bottom: 30px;
    /*max-width: 100%;*/
    padding: 0;
}
@media (min-width: 1025px) {
    .accordion-section.commitments .introtext {
        margin-bottom: 0;
        margin-left: calc(8.33333% + 30px);
        /*max-width: 33.33332%;*/
    }
    .accordion-section.commitments .introtext h2 {
        font-family: Graphik-Semibold;
        font-size: 3.375rem;
        letter-spacing: -0.15625rem;
        line-height: 3.75rem;
    }
}
.accordion-section.commitments .accordion-wrapper {
    display: block;
}
@media (min-width: 1025px) {
    .accordion-section.commitments .accordion-wrapper {
        display: flex;
        padding-top: 100px;
        padding-bottom: 50px;
    }
}
.accordion-section.commitments .accordion-wrapper .accordion-item {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    height: 350px;
    margin-right: 1px;
    margin-bottom: 30px;
    position: relative;
    transition: all 0.4s ease-in-out;
    width: 100%;
    z-index: 1;
}
@media (min-width: 1025px) {
    .accordion-section.commitments .accordion-wrapper .accordion-item {
        display: unset;
        flex: 1;
        height: 521px;
        margin-bottom: 0;
        width: unset;
    }
}
.accordion-section.commitments .accordion-wrapper .accordion-item .bg_overlay_mask {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.accordion-section.commitments .accordion-wrapper .accordion-item .accordion__block {
    display: block;
    position: absolute;
    bottom: 20px;
    max-width: 300px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
@media (min-width: 1025px) {
    .accordion-section.commitments .accordion-wrapper .accordion-item .accordion__block {
        bottom: 50px;
        max-width: 85%;
    }
}
.accordion-section.commitments .accordion-wrapper .accordion-item .accordion__block .accordion__title {
    display: block;
    font-family: Graphik-Bold;
    font-size: 1.275rem;
    line-height: 1.25rem;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    text-transform: uppercase;
}
.accordion-section.commitments .accordion-wrapper .accordion-item .accordion__block .accordion__title .firstword {
    color: #5ed2cd;
    display: block;
}
.accordion-section.commitments .accordion-wrapper .accordion-item .accordion__block .accordion__excerpt {
    color: #fff;
    display: block;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-top: 1.25rem;
}
@media (min-width: 1025px) {
    .accordion-section.commitments .accordion-wrapper .accordion-item .accordion__block .accordion__excerpt {
        display: none;
    }
}
.accordion-section.commitments .accordion-wrapper .accordion-item .accordion__block .accordion__arrow {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2215%22%20height%3D%2214%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20stroke%3D%22%231C1C1C%22%20d%3D%22M4.773%201.309l5.774%205.773-5.774%205.774%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-color: #5ed2cd;
    background-size: auto;
    border: 1px solid rgba(153, 152, 145, 0.3);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    margin: 30px auto 0 auto;
}
@media (min-width: 1025px) {
    .accordion-section.commitments .accordion-wrapper .accordion-item .accordion__block .accordion__arrow {
        display: none;
    }
}
@media (min-width: 1025px) {
    .accordion-section.commitments .accordion-wrapper .accordion-item:hover,
    .accordion-section.commitments .accordion-wrapper .accordion-item:focus,
    .accordion-section.commitments .accordion-wrapper .accordion-item:focus-within {
        transform: scale(1.1);
        z-index: 10;
        border-bottom: solid 3px #5ed2cd;
    }
    .accordion-section.commitments .accordion-wrapper .accordion-item:hover .accordion__block .accordion__title,
    .accordion-section.commitments .accordion-wrapper .accordion-item:focus .accordion__block .accordion__title,
    .accordion-section.commitments .accordion-wrapper .accordion-item:focus-within .accordion__block .accordion__title {
        width: 100%;
        font-size: 1.4625rem;
        line-height: 1.6875rem;
    }
    .accordion-section.commitments .accordion-wrapper .accordion-item:hover .accordion__block .accordion__excerpt,
    .accordion-section.commitments .accordion-wrapper .accordion-item:focus .accordion__block .accordion__excerpt,
    .accordion-section.commitments .accordion-wrapper .accordion-item:focus-within .accordion__block .accordion__excerpt {
        display: block;
    }
    .accordion-section.commitments .accordion-wrapper .accordion-item:hover .accordion__block .accordion__arrow,
    .accordion-section.commitments .accordion-wrapper .accordion-item:focus .accordion__block .accordion__arrow,
    .accordion-section.commitments .accordion-wrapper .accordion-item:focus-within .accordion__block .accordion__arrow {
        display: block;
    }
    .accordion-section.commitments .accordion-wrapper .accordion-item:hover .bg_overlay_mask,
    .accordion-section.commitments .accordion-wrapper .accordion-item:focus .bg_overlay_mask,
    .accordion-section.commitments .accordion-wrapper .accordion-item:focus-within .bg_overlay_mask {
        background-color: rgba(0, 0, 0, 0.7);
    }
}
.content_with_sidebar {
    max-width: 1440px;
    overflow: auto;
    padding-top: 0;
}
.content_with_sidebar .containter {
    max-width: 1300px;
    position: relative;
}
.content_with_sidebar .body_copy {
    width: 100%;
}
@media (min-width: 1025px) {
    .content_with_sidebar .body_copy {
        max-width: 821px;
        padding: 0 0 118px;
    }
}
.content_with_sidebar .article_content {
    padding: 80px 35px;
}
@media (min-width: 1025px) {
    .content_with_sidebar .article_content {
        padding: 80px 0;
    }
}
.content_with_sidebar .article_content h4 {
    font-family: Graphik-Medium;
    font-size: 1.375rem;
    line-height: 2.125rem;
    letter-spacing: -0.0625rem;
}
.content_with_sidebar .article_content p {
    font-size: 1.125rem;
    color: #464646;
    line-height: 2.125rem;
}
.content_with_sidebar .article_content img {
    width: 100%;
    height: auto;
}
.content_with_sidebar .callout p,
.content_with_sidebar .callout ul,
.content_with_sidebar .callout ol,
.content_with_sidebar .callout li,
.content_with_sidebar .callout dt,
.content_with_sidebar .callout dd {
    font-family: Graphik-Regular;
    font-size: 1.5625rem;
    color: #464646;
    letter-spacing: -0.08875rem;
    line-height: 2.5625rem;
}
.content_with_sidebar .callout__content {
    padding: 100px 35px 50px;
}
@media (min-width: 1025px) {
    .content_with_sidebar .callout__content {
        padding: 100px 35px 50px;
    }
}
.content_with_sidebar .callout__content,
.content_with_sidebar .callout__photo {
    max-width: 821px;
    width: 100%;
}
.content_with_sidebar .callout__content img,
.content_with_sidebar .callout__photo img {
    width: 100%;
    height: auto;
}
@media (min-width: 1025px) {
    .content_with_sidebar .callout p,
    .content_with_sidebar .callout ul,
    .content_with_sidebar .callout ol,
    .content_with_sidebar .callout li,
    .content_with_sidebar .callout dt,
    .content_with_sidebar .callout dd {
        font-size: 2rem;
        letter-spacing: -0.08875rem;
        line-height: 3.25rem;
    }
    .content_with_sidebar .callout__content {
        padding: 118px 90px 0 0;
    }
}
@media (min-width: 1025px) {
    .content_with_sidebar .content {
        float: left;
        width: 70%;
    }
}
@media (min-width: 1025px) {
    .content_with_sidebar.top_section .sidebar {
        background-position: top 70px left 84px;
    }
}
.content-block {
    padding-top: 80px;
    padding-bottom: 1.25rem;
}
.content-block .has-statsvertical h4.semi-bold {
    font-family: Graphik-Regular;
}
.content-block .chart-lastrow .text h4.semi-bold {
    font-family: Graphik-Regular;
}
.content-block .chart-lastrow .text .eyebrows {
    color: #006861;
}
.content-block .last-section-chart .chart-iframe,
.content-block .chart .chart-iframe {
    position: relative;
}
.content-block .last-section-chart a.flourish-credit,
.content-block .chart a.flourish-credit {
    position: absolute;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid #001612;
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2234%22%20height%3D%2213%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke-width%3D%22.96%22%20stroke%3D%22%23001612%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M26.988%200l6.109%206.11-6.11%206.109%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M32.2%206.11H1V.791%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-size: 20px auto !important;
    transform: rotate(-90deg);
    background-color: #fff;
}
.content-block .row2 .last-section-chart {
    position: relative;
}
.content-block .last-section-chart {
    width: 100%;
}
.content-block .full-width-text h4,
.content-block .full-width-text .eyebrows,
.content-block .text h4,
.content-block .text .eyebrows {
    margin-bottom: 25px;
}
.content-block .full-width-text p,
.content-block .text p {
    color: #373435;
    font-size: 1rem;
    line-height: 1.75rem;
    letter-spacing: 0px;
}
.content-block .full-width-text .cta,
.content-block .text .cta {
    margin-top: 25px;
}
.content-block .full-width-text .cta.download,
.content-block .text .cta.download {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2219%22%20height%3D%2228%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20stroke%3D%22%23001612%22%20d%3D%22M14%2019.95l-4.455%204.454L5.09%2019.95%22%2F%3E%3Cpath%20stroke%3D%22%23001612%22%20stroke-linecap%3D%22square%22%20d%3D%22M9.545%2023.75V1H5.422%22%2F%3E%3Cpath%20fill%3D%22%23001612%22%20d%3D%22M19%2027v1H0v-1z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-size: auto;
    background-position: center right 20px;
}
.content-block .full-width-text .cta.download:hover,
.content-block .full-width-text .cta.download:focus,
.content-block .text .cta.download:hover,
.content-block .text .cta.download:focus {
    background-color: #5ed2cd;
}
.content-block .full-width-text a,
.content-block .text a {
    text-decoration: underline;
}
.content-block .full-width-text a:hover,
.content-block .full-width-text a:focus,
.content-block .text a:hover,
.content-block .text a:focus {
    text-decoration-color: #5ed2cd;
}
.content-block .full-width-text img,
.content-block .text img {
    height: auto;
}
.content-block.bg_white .full-width-text h4,
.content-block.bg_white .full-width-text .eyebrows,
.content-block.bg_white .text h4,
.content-block.bg_white .text .eyebrows {
    color: #001612;
}
.content-block.bg_black .text .eyebrows {
    color: #5ed2cd;
}
.content-block.bg_black .full-width-text h2,
.content-block.bg_black .full-width-text h3,
.content-block.bg_black .full-width-text h4,
.content-block.bg_black .full-width-text h5,
.content-block.bg_black .full-width-text h6,
.content-block.bg_black .full-width-text p,
.content-block.bg_black .full-width-text li,
.content-block.bg_black .text h2,
.content-block.bg_black .text h3,
.content-block.bg_black .text h4,
.content-block.bg_black .text h5,
.content-block.bg_black .text h6,
.content-block.bg_black .text p,
.content-block.bg_black .text li {
    color: #e3e2de;
}
.content-block.bg_black .full-width-text a,
.content-block.bg_black .text a {
    color: #e3e2de;
}
.content-block.bg_black .text:nth-child(2) p strong {
    font-size: 1.375rem;
    display: block;
    color: #fff;
    margin-bottom: 20px;
}
.content-block .full-width-text {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 1024px) {
    .content-block .last-section-chart {
        width: 100vw;
        padding: 20px;
    }
    .content-block .last-section-chart,
    .content-block .chart {
        margin: 40px -40px 0;
    }
    .content-block .last-section-chart .chart-iframe,
    .content-block .chart .chart-iframe {
        padding: 20px;
        background: #fff;
        width: 100vw;
    }
    .content-block .last-section-chart a.flourish-credit,
    .content-block .chart a.flourish-credit {
        top: -20px;
        right: 40px;
    }
    .content-block .has-chartfirst .text {
        order: 1;
    }
    .content-block .has-chartfirst .chart {
        order: 2;
    }
    .content-block .image,
    .content-block .map {
        margin-top: 40px;
    }
    .content-block .row2 {
        padding-top: 40px;
    }
    .content-block .has-statsvertical .bigstats {
        margin-top: 40px;
    }
}
@media (max-width: 767px) {
    .content-block .last-section-chart,
    .content-block .chart {
        margin: 40px -35px 0;
    }
    .content-block .last-section-chart a.flourish-credit,
    .content-block .chart a.flourish-credit {
        right: 35px;
    }
}
@media (min-width: 1025px) {
    .content-block {
        padding-top: 60px;
        padding-bottom: 40px;
    }
    .content-block .last-section-chart a.flourish-credit,
    .content-block .chart a.flourish-credit {
        bottom: 80px;
        right: -20px;
    }
    .content-block .has-chartfirst {
        padding-left: 0;
    }
    .content-block .has-chartfirst .text h4.semi-bold {
        font-family: Graphik-Regular;
    }
    .content-block .has-chartfirst .chart {
        margin-left: -50px;
    }
    .content-block .has-chartfirst .full-width-text {
        padding-left: 8.33333%;
    }
    .content-block .has-chartfirst .col-lg-6:first-child {
        flex: 0 0 55%;
        max-width: 55%;
    }
    .content-block .has-chartfirst .col-lg-6:last-child {
        flex: 0 0 45%;
        max-width: 45%;
    }
    .content-block .row div:nth-child(1).text {
        padding-left: 30px;
        padding-right: 8.33333%;
    }
    .content-block .row div:nth-child(2).text {
        padding-left: 8.33333%;
    }
    .row2 {
        padding-top: 60px;
    }
}
.feature_updates .container {
    margin-left: 0;
    margin-right: 0;
}
.feature_updates .row {
    clear: both;
}
.feature_updates .row .col {
    margin-bottom: 0;
}
.feature_updates .featured_update_big {
    background-color: #fff;
    margin: 0;
    padding: 0;
    list-style: none;
}
.feature_updates .featured_update_big li:before {
    display: none;
}
.feature_updates .featured_update_big .feature__data {
    position: relative;
    padding: 320px 35px 40px;
    z-index: 30;
}
@media (min-width: 1025px) {
    .feature_updates .featured_update_big .feature__data {
        margin-bottom: 0;
        padding: 400px 40px 40px 200px;
    }
}
.feature_updates .featured_update_big .feature__meta {
    float: none;
    margin: 0 auto;
    left: 0;
    right: 0;
    position: absolute;
    top: 50px;
}
@media (min-width: 1025px) {
    .feature_updates .featured_update_big .feature__meta {
        top: 82px;
        width: 520px;
    }
}
.feature_updates .featured_update_big .feature__type {
    color: #fff;
    margin-bottom: 10px;
}
.feature_updates .featured_update_big .feature__image {
    height: 235px;
    width: 235px;
    overflow: hidden;
    text-align: center;
    z-index: 100;
    -webkit-clip-path: circle();
    clip-path: circle();
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.feature_updates .featured_update_big .feature__image img {
    height: 100%;
    width: auto;
}
@media (min-width: 1025px) {
    .feature_updates .featured_update_big .feature__image img {
        min-height: 520px;
    }
}
@media (min-width: 1025px) {
    .feature_updates .featured_update_big .feature__image {
        height: 520px;
        width: 520px;
        margin: 0;
    }
}
.feature_updates .featured_update_big .feature .date {
    bottom: auto;
    position: absolute;
    left: 35px;
    top: 129px;
    z-index: 20;
}
@media (min-width: 1025px) {
    .feature_updates .featured_update_big .feature .date {
        left: 75px;
        top: 306px;
    }
}
.feature_updates .featured_update_big .feature__headline {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2234%22%20height%3D%2214%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke%3D%22%23FFF%22%20stroke-width%3D%22.96%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M26.988%201l6.109%206.11-6.11%206.109%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M32.2%207.11H1V1.791%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-position: left bottom;
    background-size: auto;
    border-bottom: none;
    color: #fff;
    display: inline-block;
    font-size: 2.375rem;
    line-height: 2.875rem;
    padding-bottom: 30px;
}
.feature_updates .featured_update_big .feature__headline:hover,
.feature_updates .featured_update_big .feature__headline:focus {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-color: #5ed2cd;
}
.feature_updates .featured_update_big .bgoverlay {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-position: top 170px center;
    position: absolute;
    width: 100%;
    z-index: 11;
}
@media (min-width: 1025px) {
    .feature_updates .featured_update_big .bgoverlay {
        background-position: top 350px center;
        max-width: 965px;
        top: 0;
    }
}
.feature_updates .column2 {
    background-color: #373435;
    display: flex;
    align-items: center;
}
.feature_updates .features_list_vertical {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}
.feature_updates .features_list_vertical li:before {
    display: none;
}
@media (min-width: 1025px) {
    .feature_updates .features_list_vertical {
        margin: 0 0 0 80px;
    }
}
.feature_updates .features_list_vertical .feature {
    border-bottom: solid 1px #e3e2de;
    position: relative;
    padding-top: 20px;
}
@media (min-width: 1025px) {
    .feature_updates .features_list_vertical .feature {
        overflow: auto;
        padding-left: 0;
        padding-right: 40px;
    }
}
.feature_updates .features_list_vertical .feature__meta {
    margin-bottom: 20px;
    position: relative;
}
@media (min-width: 1025px) {
    .feature_updates .features_list_vertical .feature__meta {
        float: left;
        margin-right: 20px;
        width: 180px;
    }
}
.feature_updates .features_list_vertical .feature__meta .date.date__medium {
    position: absolute;
    bottom: 0;
    z-index: 20;
}
@media (min-width: 1025px) {
    .feature_updates .features_list_vertical .feature__meta .date__inline {
        background-color: transparent;
        bottom: 0;
        color: #e3e2de;
        font-size: 0.8125rem;
        left: 200px;
        padding: 0;
        position: absolute;
        width: 100%;
        z-index: 20;
    }
    .feature_updates .features_list_vertical .feature__meta .date__inline .date__day {
        display: inline !important;
        font-size: 0.8125rem !important;
    }
}
@media (min-width: 1025px) {
    .feature_updates .features_list_vertical .feature__data {
        float: left;
        margin-bottom: 60px;
        width: calc(100% - 200px);
    }
}
.feature_updates .features_list_vertical .feature__image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 70%;
    width: 100%;
}
.feature_updates .features_list_vertical .feature__icon {
    background-color: #fff;
    border: solid 1px #e3e2de;
    border-radius: 50%;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.feature_updates .features_list_vertical .feature__type {
    color: #71d1cb;
    margin-bottom: 10px;
    position: relative;
    z-index: 20;
}
.feature_updates .features_list_vertical .feature__headline {
    color: #fff;
    display: inline-block;
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.625rem;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    z-index: 20;
}
.feature_updates .features_list_vertical .feature__headline:after {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2234%22%20height%3D%2213%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke-width%3D%22.96%22%20stroke%3D%22%23001612%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M26.988%200l6.109%206.11-6.11%206.109%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M32.2%206.11H1V.791%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-size: auto;
    background-position: left 10px center;
    border-bottom: solid 3px #5ed2cd;
    display: block;
    height: 36px;
    margin-top: 10px;
    width: 100%;
}
.feature_updates .features_list_vertical .feature__headline:hover,
.feature_updates .features_list_vertical .feature__headline:focus {
    text-decoration: underline;
    text-decoration-color: #5ed2cd;
}
.feature_updates .features_list_vertical .feature__headline:hover:after,
.feature_updates .features_list_vertical .feature__headline:focus:after {
    background-color: #5ed2cd;
}
.feature_updates .features_list_row {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    padding-top: 20px;
    width: 100%;
}
.feature_updates .features_list_row li:before {
    display: none;
}
@media (min-width: 1025px) {
    .feature_updates .features_list_row {
        display: flex;
        justify-content: center;
        padding-top: 0;
    }
}
.feature_updates .features_list_row li {
    position: relative;
}
@media (min-width: 1025px) {
    .feature_updates .features_list_row li {
        align-items: stretch;
        display: flex;
        flex-grow: 1;
        margin-left: 0;
        margin-right: 45px;
        max-width: 254px;
        padding: 70px 0;
        width: 24%;
    }
    .feature_updates .features_list_row li:last-child {
        margin-right: 0;
    }
}
.feature_updates .features_list_row li .feature {
    align-items: stretch;
    display: flex;
    position: relative;
    width: 100%;
}
.feature_updates .features_list_row li .feature a {
    display: block;
    padding-bottom: 60px;
    position: relative;
    width: 100%;
}
.feature_updates .features_list_row li .feature a .feature__data {
    display: inline-block;
    margin-bottom: 20px;
}
.feature_updates .features_list_row li .feature a .feature__headline {
    color: #373435;
}
.feature_updates .features_list_row li .feature a .feature__type {
    color: #007e76;
    display: block;
    margin-bottom: 10px;
}
.feature_updates .features_list_row li .feature a .feature__headline {
    font-size: 1rem;
    line-height: 1.625rem;
}
.feature_updates .features_list_row li .feature a .date__inline {
    background-color: transparent;
    font-size: 0.8125rem;
    padding-top: 8px;
    position: absolute;
    bottom: 12px;
    left: 0;
    width: 100%;
}
.feature_updates .features_list_row li .feature a .date__inline:before {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2234%22%20height%3D%2213%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke-width%3D%22.96%22%20stroke%3D%22%23001612%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M26.988%200l6.109%206.11-6.11%206.109%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M32.2%206.11H1V.791%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-size: auto;
    background-position: left center;
    border-bottom: solid 3px #5ed2cd;
    content: "";
    display: block;
    height: 33px;
    margin-bottom: 10px;
    width: 100%;
}
.feature_updates .features_list_row li .feature a:hover .feature__headline,
.feature_updates .features_list_row li .feature a:focus .feature__headline {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-color: #5ed2cd;
}
.feature_updates .features_list_row li .feature a:hover .date__inline:before,
.feature_updates .features_list_row li .feature a:focus .date__inline:before {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2234%22%20height%3D%2214%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke%3D%22%23FFF%22%20stroke-width%3D%22.96%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M26.988%201l6.109%206.11-6.11%206.109%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M32.2%207.11H1V1.791%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-color: #373435;
    background-position: left 10px center;
    background-size: auto;
    border-bottom: solid 3px #373435;
}
.feature-content .section_heading {
    font-family: Graphik-Semibold;
    font-size: 1.75rem;
    letter-spacing: -0.09375rem;
    line-height: 2.125rem;
}
.feature-content ul {
    padding: 0;
    margin: 0;
}
.feature-content .container:first-child {
    padding-bottom: 40px;
}
.feature-content .container + .container {
    padding-top: 0;
}
.feature-content .backtotop {
    background-color: transparent;
}
.feature-content .month-group {
    font-family: Graphik-Semibold;
    font-size: 1.375rem;
    margin-bottom: 40px;
    color: #001612;
}
.feature-content .tease {
    border-bottom: 1px solid #e3e2de;
    padding-bottom: 40px;
    margin-bottom: 40px;
    cursor: pointer;
}
.feature-content .tease:hover,
.feature-content .tease:focus {
    border-bottom: 3px solid #5ed2cd;
    padding-bottom: 38px;
}
.feature-content .tease:hover .post-title,
.feature-content .tease:hover .post-title a,
.feature-content .tease:focus .post-title,
.feature-content .tease:focus .post-title a {
    text-decoration: underline #5ed2cd;
}
.feature-content .tease article {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.feature-content .tease article .col_date {
    width: 100%;
    position: relative;
    display: inline-flex;
}
.feature-content .tease article .col_date .date {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.feature-content .tease article .date.date.yellow {
    background-color: #71d1cb;
}
.feature-content .tease article .date.date__small {
    height: auto;
    padding: 15px 10px;
    font-size: 1.625rem;
}
.feature-content .tease article .post-duration {
    bottom: 27px;
    color: #fff;
    font-family: Moderat;
    font-size: 0.8125rem;
    letter-spacing: 0;
    position: absolute;
    right: 67px;
    z-index: 10;
}
.feature-content .tease article .update__icon {
    position: absolute;
    right: 15px;
    bottom: 15px;
    background-color: #fff;
    border-radius: 50%;
    z-index: 10;
}
.feature-content .tease article .update__image {
    position: relative;
    display: inline-flex;
}
.feature-content .tease article .update__image img {
    width: 100%;
    height: 219px;
    object-fit: cover;
}
.feature-content .tease article .eyebrows {
    color: #006861;
    padding-bottom: 20px;
    text-transform: uppercase;
    line-height: 1;
}
.feature-content .tease article .post-title {
    font-family: Graphik-Regular;
    font-size: 1.375rem;
    letter-spacing: -0.03125rem;
    margin-bottom: 10px;
    line-height: 1.75rem;
}
.feature-content .tease article p {
    font-family: Graphik-Regular;
    font-size: 0.875rem;
    margin-bottom: 10px;
    color: #999891;
}
.feature-content .tease article .author-des {
    color: #999891;
}
.feature-content .pagination-block ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.feature-content .pagination-block button {
    font-family: Moderat;
    font-size: 0.75rem;
    line-height: 0.875rem;
    letter-spacing: 0.03125rem;
    padding: 20px;
    background: #fff;
    box-shadow: 0 6px 35px rgba(0, 0, 0, 0.1);
    border: 1px solid #999891;
}
@media (max-width: 1024px) {
    .feature-content .tease article .col_date {
        margin-bottom: 20px;
    }
}
@media (max-width: 1024px) {
    .feature-content .update__image {
        width: 100%;
    }
}
@media (min-width: 768px) {
    .feature-content .update__image img {
        max-height: 389px;
    }
	
}
@media (min-width: 1025px) {
    .feature-content .tease article .col {
        flex: 0 0 70%;
        max-width: 70%;
        padding-left: 30px;
    }
    .feature-content .tease article .col_date {
        flex: 0 0 30%;
        max-width: 30%;
    }
    .feature-content .update__image img {
        height: 149px;
    }
}
.featured-update .icon_case_study {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2226%22%20height%3D%2226%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke%3D%22%23001612%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M19.5%2018.605V23.5a1%201%200%2001-1%201h-16a1%201%200%2001-1-1v-21a1%201%200%20011-1h16a1%201%200%20011%201v6.318h0%22%20stroke-width%3D%221.5%22%2F%3E%3Cpath%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20d%3D%22M5.5%205.5h10M5.5%208.5h7M5.5%2011.5h5M5.5%2014.5h4M5.5%2017.5h5%22%2F%3E%3Cg%20transform%3D%22translate(9%207)%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11.069%2011.069l4.565%204.565%22%2F%3E%3Ccircle%20cx%3D%226.72%22%20cy%3D%226.72%22%20r%3D%225.97%22%2F%3E%3C%2Fg%3E%3Cg%20stroke-linecap%3D%22round%22%20stroke-width%3D%222.5%22%3E%3Cpath%20d%3D%22M9.5%2011.5h6M9.5%2015.5h6%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-size: 14px;
}
.featured-update .icon_feature_package {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2223%22%20height%3D%2219%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20transform%3D%22translate(0%20-12)%22%20stroke%3D%22%23001612%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M21.267%2030.25H1.733a.25.25%200%2001-.25-.25V13a.25.25%200%2001.074-.177l19.71-.073a.25.25%200%2001.25.25v17a.25.25%200%2001-.25.25z%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M2.5%2013.5l18%2016M20.5%2013.5l-18%2016%22%2F%3E%3C%2Fg%3E%3Ccircle%20stroke-width%3D%221.5%22%20fill%3D%22%23FFF%22%20cx%3D%2211.5%22%20cy%3D%2221.5%22%20r%3D%222.75%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-size: 14px;
}
.featured-update .icon_news_post {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2223%22%20height%3D%2223%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M21%201.5a1%201%200%20011%201v14a1%201%200%2001-1%201H9.26c-.03.043-.065.083-.103.121l-3.925%203.925a1%201%200%2001-1.707-.717l.033-3.329H2a1%201%200%2001-1-1v-14a1%201%200%20011-1h19z%22%20stroke%3D%22%23001612%22%20stroke-width%3D%221.5%22%2F%3E%3Cpath%20stroke%3D%22%23001612%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20d%3D%22M5%209.5h13M5%2012.5h13M5%206.5h13%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-size: 14px;
}
.featured-update .icon_podcasts {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2219%22%20height%3D%2225%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke%3D%22%23001612%22%20stroke-width%3D%221.5%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M8.24%207.75h.51v9.5h-.506l8.967%206.15a.35.35%200%2000.485-.323l-.007-21.222a.296.296%200%2000-.107-.174c-.08-.064-.19-.095-.434-.047L8.24%207.75z%22%2F%3E%3Cpath%20d%3D%22M8.806%207.75l-7.5.25.25%209.25h7.25v-9.5z%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M13.906%2020.75V4.25%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-size: 14px;
}
.featured-update .icon_reports {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2220%22%20height%3D%2226%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke-width%3D%221.5%22%20stroke%3D%22%23000%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M18%201.5H2a1%201%200%2000-1%201v21a1%201%200%20001%201h16a1%201%200%20001-1v-21a1%201%200%2000-1-1z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5%2024V2M14%2015.5H5M14%2018.5H5M14%2021.5H5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-size: 14px;
}
.featured-update .icon_post {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2221%22%20height%3D%2226%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20transform%3D%22matrix(-1%200%200%201%2019.5%201.5)%22%20stroke-width%3D%221.5%22%20stroke%3D%22%23001612%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M1%200h16a1%201%200%20011%201v21a1%201%200%2001-1%201H1a1%201%200%2001-1-1V1a1%201%200%20011-1z%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M1%201l16%207M17%201L1%208%22%2F%3E%3Crect%20x%3D%224.25%22%20y%3D%2213.25%22%20width%3D%229.5%22%20height%3D%225.5%22%20rx%3D%221%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M1%209h17%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-size: 14px;
}
.featured-update .icon_rfvids-video {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2218%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M.86%2022.577V1.423a.349.349%200%2001.35-.35L16.812%2011.71a.349.349%200%2001.135.397L1.41%2022.866a.349.349%200%2001-.548-.289z%22%20stroke%3D%22%23001612%22%20stroke-width%3D%221.5%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-size: 15px;
    background-position: center left;
}
.featured-update .icon_category {
    background-position: center;
    display: block;
    height: 40px;
    width: 40px;
    background-color: #fff;
    border-radius: 50%;
}
.featured-update .bx-controls {
    bottom: 10px;
}
.featured-update .introtext {
    max-width: 650px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 80px;
    padding-bottom: 40px;
}
.featured-update .introtext p {
    color: #464646;
}
.featured-update ul.featured-update {
    margin: 0;
    padding: 0;
    list-style: none;
}
.featured-update ul.featured-update li:before {
    display: none;
}
.featured-update__block {
    position: relative;
}
.featured-update__content {
    padding: 40px 35px;
}
.featured-update-green-bg{
	background: linear-gradient(to bottom right, #007e76, rgba(113, 209, 203, 0.5));
}
.featured-update-blue-bg{
	background: linear-gradient(to bottom right, #68a4d8, rgb(31 155 192 / 50%));
}
.featured-update-orange-bg{
	background: linear-gradient(to bottom right, #f58634, #d99d3000);
}
.featured-update__content_right {
    position: absolute;
    right: 0%;
}
.featured-update__content .eyebrows {
    display: inline-block;
    padding: 15px;
    background: #f58634;
    line-height: normal;
    margin-bottom: 25px;
	color: #fff;
}
.featured-update__content h2,
.featured-update__content p,
.featured-update__content a {
    color: #fff;
}
.featured-update__content h2 a,
.featured-update__content h3 a {
    font-weight: 400;
}
.featured-update__content .see-more {
    display: inline-block;
    padding: 0 40px 10px 0;
    border-bottom: 2px solid #fff;
    background-color: transparent;
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2224%22%20height%3D%2210%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke%3D%22%23FFF%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M19.047.45l4.243%204.243-4.243%204.242%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M23%204.693H1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-size: auto 12px;
    background-position: right 5px;
}
.featured-update__content .see-more:hover,
.featured-update__content .see-more:focus {
    border-bottom: 2px solid #494242;
    color: #494242;
	text-shadow: 1px 1px 1px #494242;
	text-shadow: 1px 1px 1px #494242;
}
.featured-update__image {
    position: absolute;
}
.featured-update__image img {
    border-radius: 50%;
    max-width: 450px;
    width: 250px !important;
    height: 250px;
    object-fit: cover;
}
.featured-update .pic-detail {
    position: relative;
}
.featured-update .pic-detail .info {
    position: relative;
    left: -35px;
    top: 25px;
    color: #fff;
    font-size: 0.625rem;
    font-family: Moderat;
}
.featured-update .pic-detail__icon {
    display: none;
    position: absolute;
    z-index: 99;
}
.featured-update .pic-detail svg {
    width: 40px;
    height: 40px;
    padding: 10px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #e3e2de;
}
@media (max-width: 1024px) {
    .featured-update__content {
        margin-bottom: 200px;
    }
    .featured-update__content .detail-block {
        padding-bottom: 120px;
    }
    .featured-update__image {
        bottom: -120px;
        left: 50%;
        transform: translateX(-50%);
    }
}
@media (min-width: 768px) {
    .featured-update__content {
        padding: 40px;
    }
}
@media (min-width: 1025px) {
    .featured-update .introtext {
        padding-top: 0px;
        padding-bottom: 60px;
    }
    .featured-update__block {
        min-height: 540px;
    }
    .featured-update__content {
        padding: 60px 50px;
        max-width: 60%;
        min-height: 540px;
    }
    .featured-update .detail-block {
        padding: 0 24.99999%;
    }
    .featured-update .pic-detail__icon {
        right: 82px;
        bottom: 50px;
        display: block;
    }
    .featured-update__image {
        top: 50%;
        left: 45%;
        transform: translateY(-50%);
        z-index: -1;
    }
	.featured-update__image_left {
        top: 50%;
		left: 22%;
        right: 45%;
        transform: translateY(-50%);
        z-index: -1;
    }
	
    .featured-update__image img {
        width: 450px !important;
        height: 450px;
    }
}
.component.horizontal_cards .container {
    margin-bottom: 45px;
}
.component.horizontal_cards .intro {
    padding: 50px 0 20px;
}
.component.horizontal_cards .intro h2 {
    font-family: Graphik-Semibold;
}
.component.horizontal_cards ul.grid {
    margin: 0;
    padding: 0;
    list-style: none;
}
.component.horizontal_cards ul.grid li:before {
    display: none;
}
@media (min-width: 1025px) {
    .component.horizontal_cards ul.grid {
        margin: 0 auto;
        max-width: 1166px;
    }
}
.component.horizontal_cards ul.grid li {
    border-bottom: solid 3px #e3e2de;
    cursor: pointer;
    display: block;
    margin-bottom: 50px;
    padding-bottom: 30px;
    position: relative;
    width: 100%;
}
@media (min-width: 1025px) {
    .component.horizontal_cards ul.grid li {
        display: flex;
        justify-content: space-between;
        margin-bottom: 0;
        padding: 40px;
        width: 100%;
    }
}
@media (min-width: 1025px) {
    .component.horizontal_cards ul.grid li .tile__image,
    .component.horizontal_cards ul.grid li .tile__text {
        width: 48%;
    }
}
.component.horizontal_cards ul.grid li .thumbnail_small,
.component.horizontal_cards ul.grid li .thumbnail_large {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    margin-bottom: 1.25rem;
    overflow: hidden;
    width: 100%;
}
.component.horizontal_cards ul.grid li .thumbnail_small:before,
.component.horizontal_cards ul.grid li .thumbnail_large:before {
    content: "";
    display: block;
    padding-top: 55%;
}
@media (min-width: 1025px) {
    .component.horizontal_cards ul.grid li .thumbnail_small,
    .component.horizontal_cards ul.grid li .thumbnail_large {
        height: 282px;
        margin-bottom: 0;
    }
}
@media (min-width: 1025px) {
    .component.horizontal_cards ul.grid li .thumbnail_small {
        display: none;
    }
}
.component.horizontal_cards ul.grid li .thumbnail_large {
    display: none;
}
@media (min-width: 1025px) {
    .component.horizontal_cards ul.grid li .thumbnail_large {
        display: block;
    }
}
.component.horizontal_cards ul.grid li .eyebrows {
    color: #007e76;
}
.component.horizontal_cards ul.grid li .title {
    font-family: Graphik-Regular;
    font-size: 1.875rem;
    letter-spacing: -0.08812rem;
    line-height: 2.375rem;
    margin-bottom: 1.25rem;
}
.component.horizontal_cards ul.grid li .excerpt {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2234%22%20height%3D%2213%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke-width%3D%22.96%22%20stroke%3D%22%23001612%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M26.988%200l6.109%206.11-6.11%206.109%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M32.2%206.11H1V.791%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: auto;
    display: block;
    font-family: Graphik-Regular;
    font-size: 1rem;
    color: #464646;
    letter-spacing: 0;
    line-height: 1.625rem;
    padding-bottom: 30px;
}
.component.horizontal_cards ul.grid li:last-child {
    border-bottom: solid 3px transparent;
}
.component.horizontal_cards ul.grid li:hover,
.component.horizontal_cards ul.grid li:focus,
.component.horizontal_cards ul.grid li:focus-within {
    background-color: #fff;
    border-bottom: solid 3px #5ed2cd;
    box-shadow: 0 5px 25px 0 rgba(113, 112, 108, 0.15);
}
.component.image_slideshow .intro {
    padding: 50px 0;
}
.component.image_slideshow .slide_container {
    margin: 0;
    padding: 0;
    list-style: none;
}
.component.image_slideshow .slide_container li:before {
    display: none;
}
.component.image_slideshow .slide {
    position: relative;
}
@media (min-width: 1025px) {
    .component.image_slideshow .slide {
        background-color: #373435;
    }
}
.component.image_slideshow .slide .slide_image {
    margin-bottom: -4px;
    text-align: center;
}
.component.image_slideshow .slide .slide_image img {
    height: auto;
    width: 100%;
}
@media (min-width: 1025px) {
    .component.image_slideshow .slide .slide_image img {
        width: auto;
        max-height: 800px;
    }
}
.component.image_slideshow .slide .slide_caption {
    background-color: #fff;
    padding: 25px 35px 100px;
    width: 100%;
    font-family: Graphik-Regular;
    font-size: 0.8125rem;
    line-height: 1.375rem;
}
@media (min-width: 1025px) {
    .component.image_slideshow .slide .slide_caption {
        border-bottom: solid 4px #5ed2cd;
        bottom: 0;
        left: 0;
        padding: 45px 100px 50px 50px;
        position: absolute;
        max-width: 391px;
    }
}
@media (min-width: 1025px) {
    .component.image_slideshow .bx-controls {
        background-color: transparent;
        position: absolute;
        bottom: 0;
        right: 75px;
        height: 117px;
        margin: 0;
        min-width: 263px;
        padding: 30px 0;
    }
}
.component.image_slideshow .bx-wrapper img {
    display: inline-block;
}
.component.image_slideshow .bx-viewport {
    background-color: #fff;
    border-bottom: solid 4px #5ed2cd;
}
@media (min-width: 1025px) {
    .component.image_slideshow .bx-viewport {
        background-color: transparent;
        border-bottom: none;
    }
}
.initiatives_list .intro,
.related_posts .intro {
    padding-top: 45px;
}
.initiatives_list .introtext h2,
.initiatives_list .introtext h3,
.initiatives_list .introtext h4,
.related_posts .introtext h2,
.related_posts .introtext h3,
.related_posts .introtext h4 {
    color: #001612;
    margin-bottom: 35px;
}
.initiatives_list .introtext p,
.related_posts .introtext p {
    color: #464646;
    margin-bottom: 40px;
}
.initiatives_list .content_list .article,
.related_posts .content_list .article {
    overflow: auto;
    position: relative;
}
@media (min-width: 1025px) {
    .initiatives_list .content_list .article,
    .related_posts .content_list .article {
        padding-top: 90px;
    }
}
.initiatives_list .content_list .bgimage,
.related_posts .content_list .bgimage {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 437px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 10;
}
@media (min-width: 1025px) {
    .initiatives_list .content_list .bgimage,
    .related_posts .content_list .bgimage {
        max-height: 530px;
    }
}
.initiatives_list .content_list .bgoverlay,
.related_posts .content_list .bgoverlay {
    background-image: linear-gradient(-49deg, rgba(113, 209, 203, 0.5) 0%, rgba(60, 142, 137, 0.5) 100%);
    background-image: linear-gradient(-49deg, #71d1cb 0%, #3c8e89 100%);
    mix-blend-mode: multiply;
    height: 437px;
    position: absolute;
    width: 100%;
    z-index: 11;
}
@media (min-width: 1025px) {
    .initiatives_list .content_list .bgoverlay,
    .related_posts .content_list .bgoverlay {
        bottom: 0;
        max-width: 965px;
        right: 0;
    }
}
.initiatives_list .content_list .content_container,
.related_posts .content_list .content_container {
    width: 90%;
}
@media (min-width: 1025px) {
    .initiatives_list .content_list .content_container,
    .related_posts .content_list .content_container {
        float: right;
        min-width: 569px;
        width: auto;
    }
}
.initiatives_list .content_list .heading,
.related_posts .content_list .heading {
    max-width: 420px;
    padding: 50px 0 40px 35px;
    position: relative;
    z-index: 200;
}
.initiatives_list .content_list .heading .article_type,
.related_posts .content_list .heading .article_type {
    background-color: #5ed2cd;
    display: inline-block;
    color: #373435;
    font-family: Moderat;
    font-size: 0.625rem;
    letter-spacing: 0.07812rem;
    margin-bottom: 1.25rem;
    padding: 10px 7px;
    text-transform: uppercase;
}
.initiatives_list .content_list .heading h2,
.initiatives_list .content_list .heading h3,
.initiatives_list .content_list .heading h4,
.related_posts .content_list .heading h2,
.related_posts .content_list .heading h3,
.related_posts .content_list .heading h4 {
    color: #fff;
}
.initiatives_list .content_list .content,
.related_posts .content_list .content {
    background-color: #fff;
    max-width: 569px;
    position: relative;
    z-index: 300;
}
.initiatives_list .content_list .content .copy,
.related_posts .content_list .content .copy {
    font-size: 18px;
    line-height: 26px;
    color: #464646;
    letter-spacing: 1px;
    margin-bottom: 35px;
}
.initiatives_list .content_list .article:nth-child(even) .content_container,
.related_posts .content_list .article:nth-child(even) .content_container {
    float: none;
}
.initiatives_list .content_list .article:nth-child(even) .bgoverlay,
.related_posts .content_list .article:nth-child(even) .bgoverlay {
    left: 0;
    right: auto;
}
.initiatives_list .viewmore,
.related_posts .viewmore {
    margin: 40px 0 80px;
    text-align: center;
}
.initiatives_list .cta,
.related_posts .cta {
    width: auto !important;
    display: inline-block !important;
}
@media (max-width: 1024px) {
    .initiatives_list .container,
    .related_posts .container {
        margin: 0;
    }
    .initiatives_list .content,
    .related_posts .content {
        padding: 40px 40px 50px;
    }
}
@media (max-width: 767px) {
    .initiatives_list .content,
    .related_posts .content {
        padding: 40px 35px 50px;
    }
}
@media (min-width: 1025px) {
    .initiatives_list,
    .related_posts {
        padding-bottom: 60px;
    }
    .initiatives_list .introtext p,
    .related_posts .introtext p {
        margin-bottom: 80px;
    }
    .initiatives_list .content_list .heading,
    .related_posts .content_list .heading {
        padding-left: 60px;
    }
    .initiatives_list .content_list .content,
    .related_posts .content_list .content {
        padding: 40px 60px 80px;
    }
    .initiatives_list .content_list .copy,
    .related_posts .content_list .copy {
        margin-bottom: 40px;
    }
    .initiatives_list .viewmore,
    .related_posts .viewmore {
        margin: 60px 0;
    }
}
.component.latest_content .icon_case_study {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2226%22%20height%3D%2226%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke%3D%22%23001612%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M19.5%2018.605V23.5a1%201%200%2001-1%201h-16a1%201%200%2001-1-1v-21a1%201%200%20011-1h16a1%201%200%20011%201v6.318h0%22%20stroke-width%3D%221.5%22%2F%3E%3Cpath%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20d%3D%22M5.5%205.5h10M5.5%208.5h7M5.5%2011.5h5M5.5%2014.5h4M5.5%2017.5h5%22%2F%3E%3Cg%20transform%3D%22translate(9%207)%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11.069%2011.069l4.565%204.565%22%2F%3E%3Ccircle%20cx%3D%226.72%22%20cy%3D%226.72%22%20r%3D%225.97%22%2F%3E%3C%2Fg%3E%3Cg%20stroke-linecap%3D%22round%22%20stroke-width%3D%222.5%22%3E%3Cpath%20d%3D%22M9.5%2011.5h6M9.5%2015.5h6%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-size: auto;
}
.component.latest_content .icon_feature_package {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2223%22%20height%3D%2219%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20transform%3D%22translate(0%20-12)%22%20stroke%3D%22%23001612%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M21.267%2030.25H1.733a.25.25%200%2001-.25-.25V13a.25.25%200%2001.074-.177l19.71-.073a.25.25%200%2001.25.25v17a.25.25%200%2001-.25.25z%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M2.5%2013.5l18%2016M20.5%2013.5l-18%2016%22%2F%3E%3C%2Fg%3E%3Ccircle%20stroke-width%3D%221.5%22%20fill%3D%22%23FFF%22%20cx%3D%2211.5%22%20cy%3D%2221.5%22%20r%3D%222.75%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-size: auto;
}
.component.latest_content .icon_news_post {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2223%22%20height%3D%2223%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M21%201.5a1%201%200%20011%201v14a1%201%200%2001-1%201H9.26c-.03.043-.065.083-.103.121l-3.925%203.925a1%201%200%2001-1.707-.717l.033-3.329H2a1%201%200%2001-1-1v-14a1%201%200%20011-1h19z%22%20stroke%3D%22%23001612%22%20stroke-width%3D%221.5%22%2F%3E%3Cpath%20stroke%3D%22%23001612%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20d%3D%22M5%209.5h13M5%2012.5h13M5%206.5h13%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-size: auto;
}
.component.latest_content .icon_podcasts {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2219%22%20height%3D%2225%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke%3D%22%23001612%22%20stroke-width%3D%221.5%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M8.24%207.75h.51v9.5h-.506l8.967%206.15a.35.35%200%2000.485-.323l-.007-21.222a.296.296%200%2000-.107-.174c-.08-.064-.19-.095-.434-.047L8.24%207.75z%22%2F%3E%3Cpath%20d%3D%22M8.806%207.75l-7.5.25.25%209.25h7.25v-9.5z%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M13.906%2020.75V4.25%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-size: auto;
}
.component.latest_content .icon_reports {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2220%22%20height%3D%2226%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke-width%3D%221.5%22%20stroke%3D%22%23000%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M18%201.5H2a1%201%200%2000-1%201v21a1%201%200%20001%201h16a1%201%200%20001-1v-21a1%201%200%2000-1-1z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5%2024V2M14%2015.5H5M14%2018.5H5M14%2021.5H5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-size: auto;
}
.component.latest_content .icon_post {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2221%22%20height%3D%2226%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20transform%3D%22matrix(-1%200%200%201%2019.5%201.5)%22%20stroke-width%3D%221.5%22%20stroke%3D%22%23001612%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M1%200h16a1%201%200%20011%201v21a1%201%200%2001-1%201H1a1%201%200%2001-1-1V1a1%201%200%20011-1z%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M1%201l16%207M17%201L1%208%22%2F%3E%3Crect%20x%3D%224.25%22%20y%3D%2213.25%22%20width%3D%229.5%22%20height%3D%225.5%22%20rx%3D%221%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M1%209h17%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-size: auto;
}
.component.latest_content .icon_rfvids-video {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2218%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M.86%2022.577V1.423a.349.349%200%2001.35-.35L16.812%2011.71a.349.349%200%2001.135.397L1.41%2022.866a.349.349%200%2001-.548-.289z%22%20stroke%3D%22%23001612%22%20stroke-width%3D%221.5%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-size: auto;
    background-position: center left;
}
.component.latest_content.bg_black .head-info .icon_case_study {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2226%22%20height%3D%2226%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke%3D%22%23FFF%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M19.5%2018.605V23.5a1%201%200%2001-1%201h-16a1%201%200%2001-1-1v-21a1%201%200%20011-1h16a1%201%200%20011%201v6.318h0%22%20stroke-width%3D%221.5%22%2F%3E%3Cpath%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20d%3D%22M5.5%205.5h10M5.5%208.5h7M5.5%2011.5h5M5.5%2014.5h4M5.5%2017.5h5%22%2F%3E%3Cg%20transform%3D%22translate(9%207)%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11.069%2011.069l4.565%204.565%22%2F%3E%3Ccircle%20cx%3D%226.72%22%20cy%3D%226.72%22%20r%3D%225.97%22%2F%3E%3C%2Fg%3E%3Cg%20stroke-linecap%3D%22round%22%20stroke-width%3D%222.5%22%3E%3Cpath%20d%3D%22M9.5%2011.5h6M9.5%2015.5h6%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-size: auto;
}
.component.latest_content.bg_black .head-info .icon_feature_package {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2223%22%20height%3D%2219%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke%3D%22%23FFF%22%20stroke-width%3D%221.5%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M21.267%2018.25H1.733a.25.25%200%2001-.25-.25V1a.25.25%200%2001.074-.177L21.267.75a.25.25%200%2001.25.25v17a.25.25%200%2001-.25.25z%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M2.5%201.5l18%2016M20.5%201.5l-18%2016%22%2F%3E%3Ccircle%20fill%3D%22%23000%22%20cx%3D%2211.5%22%20cy%3D%229.5%22%20r%3D%222.75%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-size: auto;
}
.component.latest_content.bg_black .head-info .icon_news_post {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2223%22%20height%3D%2223%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M21%201.5a1%201%200%20011%201v14a1%201%200%2001-1%201H9.26c-.03.043-.065.083-.103.121l-3.925%203.925a1%201%200%2001-1.707-.717l.033-3.329H2a1%201%200%2001-1-1v-14a1%201%200%20011-1h19z%22%20stroke%3D%22%23FFF%22%20stroke-width%3D%221.5%22%2F%3E%3Cpath%20stroke%3D%22%23FFF%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20d%3D%22M5%209.5h13M5%2012.5h13M5%206.5h13%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-size: auto;
}
.component.latest_content.bg_black .head-info .icon_podcasts {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2219%22%20height%3D%2225%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke%3D%22%23FFF%22%20stroke-width%3D%221.5%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M8.24%207.75h.51v9.5h-.506l8.967%206.15a.35.35%200%2000.485-.323l-.007-21.222a.296.296%200%2000-.107-.174c-.08-.064-.19-.095-.434-.047L8.24%207.75z%22%2F%3E%3Cpath%20d%3D%22M8.806%207.75l-7.5.25.25%209.25h7.25v-9.5z%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M13.906%2020.75V4.25%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-size: auto;
}
.component.latest_content.bg_black .head-info .icon_reports {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2220%22%20height%3D%2226%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke-width%3D%221.5%22%20stroke%3D%22%23FFF%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M18%201.5H2a1%201%200%2000-1%201v21a1%201%200%20001%201h16a1%201%200%20001-1v-21a1%201%200%2000-1-1z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5%2024V2M14%2015.5H5M14%2018.5H5M14%2021.5H5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-size: auto;
}
.component.latest_content.bg_black .head-info .icon_post {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2221%22%20height%3D%2226%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20transform%3D%22matrix(-1%200%200%201%2019.5%201.5)%22%20stroke%3D%22%23FFF%22%20stroke-width%3D%221.5%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M1%200h16a1%201%200%20011%201v21a1%201%200%2001-1%201H1a1%201%200%2001-1-1V1a1%201%200%20011-1z%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M1%201l16%207M17%201L1%208%22%2F%3E%3Crect%20x%3D%224.25%22%20y%3D%2213.25%22%20width%3D%229.5%22%20height%3D%225.5%22%20rx%3D%221%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M1%209h17%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-size: auto;
}
.component.latest_content.bg_black .head-info .icon_rfvids-video {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2218%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M.86%2022.577V1.423a.349.349%200%2001.35-.35L16.812%2011.71a.349.349%200%2001.135.397L1.41%2022.866a.349.349%200%2001-.548-.289z%22%20stroke%3D%22%23FFF%22%20stroke-width%3D%221.5%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-size: auto;
    background-position: center left;
}
.component.latest_content .icon_category {
    background-position: center left;
    display: block;
    height: 43px;
    width: 43px;
}
.latest_content {
    padding-top: 80px;
    padding-bottom: 80px;
}
.latest_content .latest_content {
    padding-top: 0;
    padding-bottom: 0;
}
.latest_content .row {
    margin: 0 -10px;
}
.latest_content__block a {
    color: unset;
    display: block;
}
.latest_content__block a:hover,
.latest_content__block a:focus {
    text-decoration-color: #5ed2cd;
}
.latest_content .ofset-full-1 {
    position: relative;
}
.latest_content .ofset-full-1 .explore_all {
    position: absolute;
    bottom: 0;
    right: 0;
}
.latest_content .ofset-full-1 .show_all {
    margin-bottom: 30px;
}
@media (min-width: 1025px) {
    .latest_content .ofset-full-1 .show_all {
        position: absolute;
        bottom: 0;
        right: 0;
    }
}
.latest_content .ofset-full-1 .show_all .cta {
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.05);
}
.latest_content .head-info {
    position: relative;
    width: 100%;
}
.latest_content .head-info .intro_text {
    max-width: 450px;
}
.latest_content .head-info h4 {
    margin-bottom: 25px;
    color: #001612;
}
.latest_content .head-info p {
    margin-bottom: 40px;
    color: #464646;
}
.latest_content .link-block {
    text-align: center;
}
.latest_content .link-block .see-less,
.latest_content .link-block .see-more,
.latest_content .link-block .see-more-sm,
.latest_content .link-block .see-less-sm {
    text-transform: uppercase;
    font-family: Moderat;
    font-size: 13px;
    background-color: transparent;
    line-height: 16px;
    letter-spacing: 2px;
    color: #6b6b6b;
    padding-bottom: 5px;
    border: 0;
    border-radius: 0;
    border-bottom: 3px solid #001612;
}
.latest_content .link-block .see-less:hover,
.latest_content .link-block .see-more:hover,
.latest_content .link-block .see-more-sm:hover,
.latest_content .link-block .see-less-sm:hover {
    border-bottom: 3px solid #5ed2cd;
}
.latest_content__block {
    cursor: pointer;
}
.latest_content .update {
    padding: 19px;
}
.latest_content .update__image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.latest_content .update__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
.latest_content .update__pic {
    width: 100%;
}
.latest_content .update__pic:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.latest_content .update__pic img {
    height: 100%;
    object-fit: cover;
    object-position: top center;
    position: absolute;
}
.latest_content .update__date {
    font-family: Moderat;
    background: #71d1cb;
    padding: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    text-transform: uppercase;
    color: #001612;
    max-width: 60px;
}
.latest_content .update__icon {
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: #fff;
    border-radius: 50%;
}
.latest_content .update__icon .icon_category {
    width: 40px;
    height: 40px;
    background-position: center;
    background-size: 14px auto;
}
.latest_content .update__excerpt {
    font-family: Graphik-Regular;
    padding-top: 20px;
    padding-bottom: 40px;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #373435;
}
.latest_content .update__excerpt .arrow {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2234%22%20height%3D%2213%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke-width%3D%22.96%22%20stroke%3D%22%23001612%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M26.988%200l6.109%206.11-6.11%206.109%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M32.2%206.11H1V.791%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    width: 30px;
    height: 30px;
    margin-top: 10px;
}
.latest_content .update__type {
    color: #007e76;
    margin-top: 0.625rem;
}
.latest_content .owl-nav {
    display: none !important;
}
.latest_content.bg_black .head-info h4,
.latest_content.bg_black .head-info p {
    color: #fff;
}
.latest_content.bg_black .link-block .see-less,
.latest_content.bg_black .link-block .see-more,
.latest_content.bg_black .link-block .see-more-sm,
.latest_content.bg_black .link-block .see-less-sm {
    background-color: transparent;
    line-height: 16px;
    letter-spacing: 2px;
    color: #fff;
    border-bottom: 3px solid #5ed2cd;
}
.latest_content.bg_black .update__excerpt {
    color: #fff;
}
.latest_content.bg_black .update__excerpt .arrow {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2234%22%20height%3D%2214%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke%3D%22%23FFF%22%20stroke-width%3D%22.96%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M26.988%201l6.109%206.11-6.11%206.109%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M32.2%207.11H1V1.791%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
}
@media (max-width: 767px) {
    .latest_content .content_list {
        margin: 0 -35px;
    }
    .latest_content .owl-carousel .owl-item:first-child {
        margin-left: calc(35px - 18px) !important;
    }
	.advance-text {
		padding: 30px 0 0 0 !important;
	}
	.accordion-section.commitments .introtext {
		margin-top: 0px;
	}
	.featured-update .detail-block {
		margin-left: 0 !important;
		padding: 0 38px !important;
	}
	.featured-update__content {
		margin-bottom: 0px;
	}
	.hero-banner.home-page-hero {
		min-height: 385px;
	}
}
@media (max-width: 1024px) {
    .latest_content .owl-carousel .owl-item {
        opacity: 0.7;
    }
    .latest_content .owl-carousel .owl-item.active {
        opacity: 1;
    }
    .latest_content .owl-carousel .owl-item:first-child {
        margin-left: calc(40px - 18px) !important;
    }
    .latest_content .owl-carousel .owl-stage {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .latest_content .content_list {
        margin: 0 -40px;
    }
    .latest_content .owl-dots {
        display: none;
    }
    .hidden-md-down {
        display: none !important;
    }
    .slider-page-numbers {
        bottom: 40px;
        margin-left: auto;
        margin-right: auto;
        width: 120px;
        text-align: center;
        padding: 16px 35px;
        background-color: #fff;
        border-radius: 99px;
        font-family: Moderat;
        font-size: 14px;
        line-height: 17px;
        letter-spacing: -1px;
        color: #001612;
        border: 1px solid rgba(153, 152, 145, 0.3);
    }
}
@media (min-width: 1025px) {
    .latest_content {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .latest_content .row {
        margin: 0 -19px;
    }
    .latest_content .head-info {
        margin-left: 30px;
    }
    .latest_content__block {
        margin-bottom: 60px;
    }
    .latest_content__block:hover,
    .latest_content__block:focus-within {
        box-shadow: 0 6px 35px rgba(0, 0, 0, 0.1);
        border-bottom: 3px solid #5ed2cd;
        margin-bottom: 57px;
    }
    .latest_content__block:hover .update__excerpt,
    .latest_content__block:focus-within .update__excerpt {
        text-decoration: underline #5ed2cd;
    }
    .latest_content__block:hover a,
    .latest_content__block:focus-within a {
        text-decoration-color: #5ed2cd;
    }
    .latest_content .update__pic {
        height: 249px;
    }
    .hidden-md-up {
        display: none !important;
    }
    .latest_content.bg_black .latest_content__block {
        border-left: solid 1px transparent;
        border-top: solid 1px transparent;
        border-right: solid 1px transparent;
    }
    .latest_content.bg_black .latest_content__block:hover,
    .latest_content.bg_black .latest_content__block:focus-within {
        box-shadow: 0 6px 35px rgba(255, 255, 255, 0.1);
        border-left: solid 1px #5ed2cd;
        border-top: solid 1px #5ed2cd;
        border-right: solid 1px #5ed2cd;
    }
}
#main-content {
    background-color: #fff;
    padding: 65px 0 1px;
}
@media (min-width: 1025px) {
    #main-content {
        padding: 65px 0;
    }
}
#main-content > .container {
    position: relative;
}
@media (min-width: 1025px) {
    #main-content > .container {
        margin: 0 auto;
        max-width: 683px;
    }
}
@media (min-width: 1025px) {
    #main-content.has-sidebar {
        margin: 0;
        padding-top: 0;
        position: relative;
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
    }
}
@media (min-width: 1025px) {
    #main-content.has-sidebar > .container {
        border-right: solid 1px #e3e2de;
        margin: 0;
        max-width: calc(100% - 350px);
        padding: 0 80px 0 136px;
        margin-top: 60px;
    }
}
#main-content.has-sidebar .sidebar {
    background-color: #fff;
    padding-bottom: 50px;
    width: 100%;
}
@media (min-width: 1025px) {
    #main-content.has-sidebar .sidebar {
        margin-top: 60px;
        max-width: 350px;
        padding: 0 0 0 15px;
        top: 0;
        right: 0;
        width: 28%;
    }
}
#main-content.has-sidebar .sidebar h2 {
    border-top: solid 1px #373435;
    font-family: Moderat;
    font-size: 0.75rem;
    letter-spacing: 0.09375rem;
    line-height: 1rem;
    margin-bottom: 0.75rem;
    padding-top: 10px;
    text-transform: uppercase;
    width: fit-content;
}
#main-content.has-sidebar .sidebar h3 {
    font-family: Graphik-Medium;
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.3125rem;
    margin-bottom: 1rem;
}
#main-content.has-sidebar .sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: solid 1px #373435;
}
#main-content.has-sidebar .sidebar ul li:before {
    display: none;
}
#main-content.has-sidebar .sidebar li {
    border-bottom: solid 1px #e3e2de;
    padding: 10px 0;
}
#main-content.has-sidebar .sidebar li.cta_button_settings {
    padding-top: 20px;
    padding-right: 30px;
}
#main-content.has-sidebar .sidebar li:last-child {
    border-bottom: none;
}
#main-content.has-sidebar .sidebar .stats__content {
    border-top: 1px solid #001612;
    border-bottom: 1px solid #001612;
}
#main-content.has-sidebar .sidebar .stats__header {
    color: #007e76;
    margin: 0;
    padding: 0;
}
#main-content.has-sidebar .sidebar .stats__header .number {
    font-size: 3.1875rem;
}
#main-content.has-sidebar .sidebar .stats__header .denomination {
    font-size: 0.8125rem;
}
#main-content.has-sidebar .sidebar .stats__data {
    padding: 0;
    font-size: 0.875rem;
    letter-spacing: 0;
    line-height: 1.3125rem;
}
@media (min-width: 1025px) {
    #main-content.has-sidebar .sidebar .stats__data {
        padding: 0 15px 0 0;
    }
}
#main-content.has-sidebar .sidebar .worldmap__innerframe {
    display: none;
}
#main-content.has-sidebar .sidebar .worldmap__container {
    height: auto;
    width: 100%;
    margin-bottom: 0;
}
#main-content.has-sidebar .sidebar .worldmap__frame {
    height: 152px;
    width: 229px;
}
#main-content.has-sidebar .sidebar .worldmap__overlay {
    bottom: 0;
    box-shadow: none;
    left: 0;
    padding: 0;
    position: relative;
}
#main-content.has-sidebar .sidebar .worldmap__overlay .eyebrows {
    display: none;
}
#main-content.has-sidebar .sidebar .topics {
    font-size: 0.875rem;
    letter-spacing: 0;
    line-height: 1.625rem;
}
#main-content.has-sidebar .sidebar .social_links {
    border-bottom: none;
}
#main-content.has-sidebar .sidebar .social_links .social_menu {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 0;
    width: fit-content;
    border-top: 0;
}
#main-content.has-sidebar .sidebar .social_links .social_menu li:before {
    display: none;
}
#main-content.has-sidebar .sidebar .social_links .social_menu a {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    display: inline-block;
    height: 40px;
    width: 40px;
}
#main-content.has-sidebar .sidebar .social_links .social_menu a:hover,
#main-content.has-sidebar .sidebar .social_links .social_menu a:focus {
    background-color: #5ed2cd !important;
}
#main-content.has-sidebar .sidebar .social_links .social_menu li {
    border: 1px solid #373435;
    line-height: 0;
}
#main-content.has-sidebar .sidebar .social_links .social_menu li.copyurl a {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%227%22%20height%3D%2219%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20transform%3D%22rotate(-90%209.5%209)%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Crect%20stroke%3D%22%23001612%22%20stroke-width%3D%221.62%22%20x%3D%22.81%22%20y%3D%22.81%22%20width%3D%227.29%22%20height%3D%224.86%22%20rx%3D%222.43%22%2F%3E%3Crect%20stroke%3D%22%23001612%22%20stroke-width%3D%221.62%22%20x%3D%229.72%22%20y%3D%22.81%22%20width%3D%227.29%22%20height%3D%224.86%22%20rx%3D%222.43%22%2F%3E%3Cpath%20d%3D%22M4.86%202.43h8.1a.81.81%200%20010%201.62h-8.1a.81.81%200%20110-1.62z%22%20fill%3D%22%23001612%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-color: #fff;
    background-size: auto;
}
#main-content.has-sidebar .sidebar .social_links .social_menu li.facebook a {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%227%22%20height%3D%2214%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4.05%2013.056V6.527h1.803l.239-2.25H4.05l.003-1.126c0-.587.056-.9.898-.9H6.08V0H4.277C2.112%200%201.35%201.091%201.35%202.927v1.35H0v2.25h1.35v6.529h2.7z%22%20fill%3D%22%23001612%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-color: #fff;
    background-size: auto;
}
#main-content.has-sidebar .sidebar .social_links .social_menu li.instagram a {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2214%22%20height%3D%2214%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M7%200C5.1%200%204.862.008%204.115.042%203.37.076%202.86.194%202.415.368c-.46.178-.85.417-1.24.807-.39.389-.628.78-.808%201.24-.173.445-.291.954-.325%201.699C.01%204.86%200%205.099%200%207c0%201.901.008%202.139.042%202.886.035.745.153%201.253.326%201.699.178.46.418.85.807%201.24.389.389.78.629%201.24.808.445.173.954.29%201.699.325.746.034.985.042%202.886.042%201.901%200%202.139-.008%202.886-.042.745-.034%201.254-.152%201.7-.325.46-.18.85-.419%201.239-.808.389-.39.628-.78.807-1.24.173-.446.29-.954.326-1.7C13.99%209.14%2014%208.902%2014%207c0-1.901-.009-2.14-.042-2.886-.035-.746-.153-1.254-.326-1.7-.179-.46-.418-.85-.807-1.24a3.421%203.421%200%2000-1.24-.806c-.446-.174-.955-.292-1.7-.326C9.138.008%208.9%200%206.998%200h.003zm-.627%201.261H7c1.869%200%202.09.007%202.828.04.683.032%201.053.146%201.3.242.327.127.56.278.804.523.245.245.397.479.524.805.096.247.21.617.241%201.3.034.738.041.96.041%202.827%200%201.869-.007%202.09-.04%202.828-.032.683-.146%201.053-.242%201.3-.127.326-.279.559-.524.804a2.165%202.165%200%2001-.804.523c-.247.096-.617.21-1.3.241-.738.034-.96.041-2.828.041-1.87%200-2.091-.007-2.829-.04-.682-.032-1.053-.146-1.3-.242a2.168%202.168%200%2001-.805-.524%202.17%202.17%200%2001-.524-.804c-.095-.247-.21-.617-.24-1.3-.034-.737-.04-.96-.04-2.828%200-1.87.006-2.09.04-2.828.03-.683.145-1.053.24-1.3.127-.326.28-.56.524-.805.245-.245.479-.396.805-.524.247-.096.618-.21%201.3-.24.646-.03.896-.039%202.2-.04v.001zm4.364%201.163a.84.84%200%20100%201.68.84.84%200%20000-1.68zm-3.736.981a3.595%203.595%200%20100%207.19%203.595%203.595%200%20000-7.19zm0%201.262a2.333%202.333%200%20110%204.666%202.333%202.333%200%20010-4.666z%22%20fill%3D%22%23001612%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-color: #fff;
    background-size: auto;
}
#main-content.has-sidebar .sidebar .social_links .social_menu li.linkedin a {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2215%22%20height%3D%2215%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M3.88%205.674v7.621H1.16V5.674h2.72zm.18-2.358c0%20.732-.591%201.318-1.54%201.318h-.017C1.59%204.634%201%204.048%201%203.316%201%202.57%201.608%202%202.539%202c.93%200%201.503.57%201.52%201.316zm9.628%205.61v4.37h-2.72V9.217c0-1.024-.393-1.723-1.378-1.723-.751%200-1.199.471-1.395.926-.072.163-.09.39-.09.618v4.256h-2.72s.036-6.906%200-7.62h2.72v1.079c.361-.52%201.008-1.259%202.452-1.259%201.79%200%203.13%201.09%203.13%203.43z%22%20fill%3D%22%23001612%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-color: #fff;
    background-size: auto;
}
#main-content.has-sidebar .sidebar .social_links .social_menu li.twitter a {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2215%22%20height%3D%2215%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M7.64%205.382l.026.387-.42-.047a7.027%207.027%200%2001-3.995-1.834l-.554-.514-.143.38c-.302.845-.11%201.739.52%202.34.336.331.26.379-.319.181-.201-.063-.377-.11-.394-.087-.059.056.143.775.302%201.06.218.395.663.782%201.15%201.011l.411.182-.486.008c-.47%200-.487.008-.437.174.168.513.831%201.059%201.57%201.296l.52.166-.453.253c-.672.363-1.46.569-2.25.585-.377.008-.688.04-.688.063%200%20.079%201.024.522%201.62.695%201.788.514%203.911.293%205.506-.584%201.133-.625%202.267-1.866%202.795-3.067.286-.64.571-1.81.571-2.371%200-.364.025-.411.495-.846.277-.253.538-.53.588-.609.084-.15.076-.15-.353-.016-.713.238-.814.206-.461-.15.26-.253.57-.711.57-.845%200-.024-.125.015-.268.087a4.89%204.89%200%2001-.739.268l-.453.135-.411-.261c-.227-.142-.546-.3-.714-.348-.428-.11-1.083-.095-1.469.032-1.049.355-1.712%201.272-1.636%202.276z%22%20fill%3D%22%23001612%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-color: #fff;
    background-size: auto;
}
#main-content.has-sidebar .sidebar .social_links .social_menu li.youtube a {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2217%22%20height%3D%2212%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.783%200C9.9.008%2014%20.05%2015.142.359a2.138%202.138%200%20011.503%201.516c.33%201.241.353%203.735.355%204.085v.082c-.002.35-.025%202.844-.355%204.086a2.138%202.138%200%2001-1.503%201.515c-1.179.319-5.51.354-6.458.358h-.368c-.948-.004-5.28-.04-6.458-.358a2.138%202.138%200%2001-1.503-1.515C.05%208.98.007%206.767%200%206.159v-.317c.006-.61.05-2.822.354-3.968A2.138%202.138%200%20011.858.358C2.999.05%207.1.007%208.218.001zM6.934%203.43v5.143L10.96%206%206.934%203.43z%22%20fill%3D%22%23001612%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-color: #fff;
    background-size: auto;
}
#main-content.has-sidebar .sidebar .social_links .social_menu li {
    border-right: none;
    display: inline-block;
}
#main-content.has-sidebar .sidebar .social_links .social_menu li:last-child {
    border-right: solid 1px #373435;
}
#main-content.has-sidebar .sidebar .social_links .social_menu li {
    padding: 0;
}
#main-content.has-sidebar .sidebar .twitter_feed {
    max-width: 300px;
}
.rich_text_block {
    color: #373435;
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.75rem;
}
.rich_text_block p,
.rich_text_block li {
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.75rem;
    margin-bottom: 1.25rem;
}
.rich_text_block h2 {
    font-size: 2.125rem;
    line-height: 2.5rem;
    letter-spacing: -0.09375rem;
    margin-bottom: 1.875rem;
}
@media (min-width: 1025px) {
    .rich_text_block h2 {
        font-size: 3rem;
        line-height: 3.375rem;
        letter-spacing: -0.15625rem;
    }
}
.rich_text_block h3 {
    font-family: Graphik-Medium;
    font-size: 2.375rem;
    line-height: 2.625rem;
    letter-spacing: -0.125rem;
}
@media (min-width: 1025px) {
    .rich_text_block h3 {
        font-size: 2.5rem;
        line-height: 3rem;
        letter-spacing: -0.0625rem;
    }
}
.rich_text_block a {
    text-decoration: underline;
}
.rich_text_block a:focus,
.rich_text_block a:hover {
    text-decoration-color: #5ed2cd;
}
.rich_text_block q {
    quotes: "â€œ" "â€?" "â€˜" "â€™";
}
.rich_text_block blockquote p {
    font-family: Graphik-Medium;
    font-size: 3rem;
    letter-spacing: -0.15625rem;
    line-height: 3.375rem;
    margin: 0;
    padding-bottom: 30px;
    position: relative;
}
.rich_text_block blockquote p {
    quotes: "â€œ" "â€?" "â€˜" "â€™";
    text-indent: -1.875rem;
}
.rich_text_block blockquote p:before {
    content: open-quote;
    padding-right: 15px;
}
.rich_text_block blockquote p:after {
    content: close-quote;
    position: absolute;
    padding-left: 2.1875rem;
}
.rich_text_block cite {
    display: block;
    font-family: Graphik-Medium;
    font-size: 0.8125rem;
    letter-spacing: 0;
    line-height: 1.25rem;
    margin-bottom: 30px;
}
.rich_text_block iframe,
.rich_text_block img,
.rich_text_block table {
    max-width: 100%;
}
.rich_text_block img {
    height: auto;
}
.rich_text_block .photoCredit {
    font-size: 0.8125rem;
    line-height: 1rem;
}
.rich_text_block .alignleft {
    display: block;
    float: left;
    margin-right: 1.25rem;
    margin-bottom: 1.25rem;
}
.rich_text_block .alignright {
    display: block;
    float: right;
    margin-left: 1.25rem;
    margin-bottom: 1.25rem;
}
.rich_text_block .aligncenter {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 1025px) {
    .single-profile #main-content.has-sidebar {
        max-width: 100%;
    }
}
.single-profile #main-content.has-sidebar .sidebar ul,
.single-profile #main-content.has-sidebar .sidebar h2 {
    border-top: none;
}
.single-profile #main-content.has-sidebar .sidebar > li {
    border-bottom: solid 1px #e3e2de;
}
.single-profile #main-content.has-sidebar .sidebar > li:last-child {
    border-bottom: none;
}
.component.newsletter_signup .container {
    background-color: #8fd0b5;
    border-bottom: solid 2px #f58634;
    margin: 50px 25px;
    padding-bottom: 50px;
    padding-top: 50px;
}
@media (min-width: 1025px) {
    .component.newsletter_signup .container {
        margin: 50px auto;
        max-width: 885px;
        padding: 50px 88px;
    }
}
.component.newsletter_signup .eyebrows {
    color: #007e76;
    margin-bottom: 1rem;
}
.component.newsletter_signup .content {
    overflow: auto;
}
.component.newsletter_signup h2 {
    font-size: 2rem;
    letter-spacing: -0.11125rem;
    line-height: 2.1875rem;
}
@media (min-width: 1025px) {
    .component.newsletter_signup h2 {
        float: left;
        max-width: 425px;
    }
}
.component.newsletter_signup .btn_secondary {
    border: solid 1px #c8c48e;
    box-shadow: 0 5px 25px 0 rgba(113, 112, 108, 0.15);
    margin-bottom: 15px;
}
@media (min-width: 1025px) {
    .component.newsletter_signup .btn_secondary {
        float: right;
    }
}
.next_initiative {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    cursor: pointer;
    margin-top: 30px;
}
@media (min-width: 1025px) {
    .next_initiative {
        background-position: center right 210px;
    }
}
.next_initiative .container {
    min-height: 459px;
    position: relative;
    top: 0;
    left: 0;
    right: 30px;
    bottom: 0;
    display: flex;
    align-items: center;
}
.next_initiative .bg_overlay {
    background-image: linear-gradient(-49deg, #71d1cb 0%, rgba(40, 110, 105, 0.4) 100%);
    display: block;
    display: none;
}
@media (min-width: 1025px) {
    .next_initiative .bg_overlay {
        width: calc(100% - 200px);
    }
}
.next_initiative .content {
    border-top: 1px solid #fff;
    padding-top: 30px;
    padding-right: 35px;
    position: relative;
    margin: 0 0 0 35px;
    max-width: 982px;
    width: 100%;
    z-index: 20;
}
@media (min-width: 1025px) {
    .next_initiative .content {
        margin: 0 auto;
        padding: 15px 0 0;
    }
}
.next_initiative .content a {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2225%22%20height%3D%229%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke%3D%22%23FFF%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M19.95%200l4.454%204.455L19.95%208.91%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M23.75%204.455H1V.578%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-size: auto;
    background-position: left bottom;
    color: #fff;
    display: block;
    font-family: Graphik-Medium;
    font-size: 2.6875rem;
    letter-spacing: -0.14125rem;
    line-height: 2.6875rem;
    padding-bottom: 20px;
}
.next_initiative .content a:hover,
.next_initiative .content a:focus {
    color: #5ed2cd;
}
.next_initiative .eyebrows {
    line-height: 1;
    margin-bottom: 15px;
}
.next_initiative:hover a,
.next_initiative:focus a,
.next_initiative:focus-within a {
    color: #5ed2cd;
}
.overview .container .col_content {
    margin-bottom: 60px;
}
.overview .container .worldmap .map__container {
    margin: 0 auto;
}
.overview .container .row {
    width: 100%;
    padding: 120px 8.33333%;
}
@media (min-width: 1025px) {
    .overview .container .row {
        align-items: center;
        display: flex;
        justify-content: space-between;
    }
    .overview .container .row .col {
        max-width: 500px;
    }
    .overview .container .row .col_content {
        max-width: 425px;
        padding-left: 0;
        padding-right: 0;
    }
}
.overview .stats {
    max-width: 100%;
    margin: 0 35px;
}
.overview .stats .content {
    margin-left: 35px;
}
.overview .stats .cta_row {
    margin-top: 50px;
    padding-left: 35px;
}
@media (min-width: 1025px) {
    .overview .stats {
        max-width: 1440px;
        margin: 0 50px;
        padding-bottom: 120px;
    }
    .overview .stats .stats {
        padding-bottom: 0;
        margin: 0 8.33333%;
    }
    .overview .stats .content {
        margin-left: 0;
    }
    .overview .stats .cta_row {
        padding-left: 45px;
    }
}
.participants_list {
    border-top: solid 1px #e3e2de;
    padding-top: 80px;
}
.participants_list h2 {
    font-family: Graphik-Semibold;
    font-size: 2rem;
    letter-spacing: -0.11125rem;
    line-height: 3.25rem;
}
.participants_list ul.participants {
    margin: 0;
    padding: 0;
    list-style: none;
}
.participants_list ul.participants li:before {
    display: none;
}
.participants_list li.participant {
    margin-bottom: 30px;
}
.participants_list .wrap,
.participants_list a.wrap {
    border-bottom: none !important;
    color: #373435;
    display: block;
    overflow: auto;
}
.participants_list .wrap .thumbnail,
.participants_list a.wrap .thumbnail {
    float: left;
    margin: 0 20px 20px 0;
    min-height: 150px;
    min-width: 150px;
}
.participants_list .wrap .info,
.participants_list a.wrap .info {
    display: block;
}
@media (min-width: 1025px) {
    .participants_list .wrap .info,
    .participants_list a.wrap .info {
        float: left;
        width: 70%;
    }
}
.participants_list .wrap .name,
.participants_list a.wrap .name {
    display: block;
    font-family: Graphik-Medium;
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.125rem;
    margin: 2.5rem 0 0.375rem;
}
@media (min-width: 1025px) {
    .participants_list .wrap .name,
    .participants_list a.wrap .name {
        margin: 0.625rem 0 0.375rem;
    }
}
.participants_list .wrap .title,
.participants_list a.wrap .title {
    display: block;
    font-family: Graphik-Regular;
    font-size: 0.8125rem;
    letter-spacing: 0;
    line-height: 1.125rem;
    margin-bottom: 1rem;
}
.participants_list .wrap .excerpt,
.participants_list a.wrap .excerpt {
    display: block;
    clear: both;
    font-family: Graphik-Regular;
    font-size: 0.875rem;
    letter-spacing: 0;
    line-height: 1.5rem;
}
.personnel_section {
    padding-top: 100px;
    padding-bottom: 100px;
}
.personnel_section .intro {
    max-width: 1115px;
    margin: 0 auto 50px;
}
.personnel_section .intro h3 {
    margin-bottom: 20px;
}
.personnel_section .personnel_list {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    max-width: 1115px;
    margin: 0 auto;
    padding: 0 35px;
}
@media (min-width: 1025px) {
    .personnel_section .personnel_list {
        padding: 0;
    }
}
.personnel_section .person {
    margin: 0 0 90px;
    width: 143px;
}
@media (min-width: 1025px) {
    .personnel_section .person {
        margin: 0 0 60px;
        width: 250px;
    }
}
.personnel_section .person__pic {
    margin-bottom: 24px;
    position: relative;
}
.personnel_section .person__pic img {
    height: auto;
    width: 100%;
}
.personnel_section .person__pic .viewmore {
    bottom: 3px;
    display: inline-block;
    left: 0;
    position: absolute;
    width: 60px;
}
.personnel_section .person__pic .viewmore a {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2234%22%20height%3D%2213%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke-width%3D%22.96%22%20stroke%3D%22%23001612%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M26.988%200l6.109%206.11-6.11%206.109%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M32.2%206.11H1V.791%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-size: 24px 10px;
    background-color: #fff;
    border: 1px solid rgba(151, 151, 151, 0.3);
    box-shadow: 0 3px 0 0 #5ed2cd;
    display: inline-block;
    height: 60px;
    width: 60px;
}
.personnel_section .person__pic .viewmore a:hover,
.personnel_section .person__pic .viewmore a:focus {
    background-color: #5ed2cd;
    border-color: #5ed2cd;
}
.personnel_section .person__pic .viewmore span {
    display: none;
}
@media (min-width: 1025px) {
    .personnel_section .person__pic {
        width: 250px;
    }
}
.personnel_section .person__name {
    font-size: 1rem;
    font-weight: 600;
    color: #373435;
    letter-spacing: 0;
    line-height: 1.125rem;
}
.personnel_section .person__details {
    font-size: 0.75rem;
    color: #575652;
    letter-spacing: 0;
    line-height: 1.125rem;
    margin-bottom: 0.9375rem;
}
.personnel_section .person__sociallinks {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 0;
    width: fit-content;
}
.personnel_section .person__sociallinks li:before {
    display: none;
}
.personnel_section .person__sociallinks a {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    display: inline-block;
    height: 40px;
    width: 40px;
}
.personnel_section .person__sociallinks a:hover,
.personnel_section .person__sociallinks a:focus {
    background-color: #5ed2cd !important;
}
.personnel_section .person__sociallinks li {
    border: 1px solid #373435;
    line-height: 0;
}
.personnel_section .person__sociallinks li.copyurl a {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%227%22%20height%3D%2219%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20transform%3D%22rotate(-90%209.5%209)%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Crect%20stroke%3D%22%23001612%22%20stroke-width%3D%221.62%22%20x%3D%22.81%22%20y%3D%22.81%22%20width%3D%227.29%22%20height%3D%224.86%22%20rx%3D%222.43%22%2F%3E%3Crect%20stroke%3D%22%23001612%22%20stroke-width%3D%221.62%22%20x%3D%229.72%22%20y%3D%22.81%22%20width%3D%227.29%22%20height%3D%224.86%22%20rx%3D%222.43%22%2F%3E%3Cpath%20d%3D%22M4.86%202.43h8.1a.81.81%200%20010%201.62h-8.1a.81.81%200%20110-1.62z%22%20fill%3D%22%23001612%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-color: #fff;
    background-size: auto;
}
.personnel_section .person__sociallinks li.facebook a {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%227%22%20height%3D%2214%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4.05%2013.056V6.527h1.803l.239-2.25H4.05l.003-1.126c0-.587.056-.9.898-.9H6.08V0H4.277C2.112%200%201.35%201.091%201.35%202.927v1.35H0v2.25h1.35v6.529h2.7z%22%20fill%3D%22%23001612%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-color: #fff;
    background-size: auto;
}
.personnel_section .person__sociallinks li.instagram a {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2214%22%20height%3D%2214%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M7%200C5.1%200%204.862.008%204.115.042%203.37.076%202.86.194%202.415.368c-.46.178-.85.417-1.24.807-.39.389-.628.78-.808%201.24-.173.445-.291.954-.325%201.699C.01%204.86%200%205.099%200%207c0%201.901.008%202.139.042%202.886.035.745.153%201.253.326%201.699.178.46.418.85.807%201.24.389.389.78.629%201.24.808.445.173.954.29%201.699.325.746.034.985.042%202.886.042%201.901%200%202.139-.008%202.886-.042.745-.034%201.254-.152%201.7-.325.46-.18.85-.419%201.239-.808.389-.39.628-.78.807-1.24.173-.446.29-.954.326-1.7C13.99%209.14%2014%208.902%2014%207c0-1.901-.009-2.14-.042-2.886-.035-.746-.153-1.254-.326-1.7-.179-.46-.418-.85-.807-1.24a3.421%203.421%200%2000-1.24-.806c-.446-.174-.955-.292-1.7-.326C9.138.008%208.9%200%206.998%200h.003zm-.627%201.261H7c1.869%200%202.09.007%202.828.04.683.032%201.053.146%201.3.242.327.127.56.278.804.523.245.245.397.479.524.805.096.247.21.617.241%201.3.034.738.041.96.041%202.827%200%201.869-.007%202.09-.04%202.828-.032.683-.146%201.053-.242%201.3-.127.326-.279.559-.524.804a2.165%202.165%200%2001-.804.523c-.247.096-.617.21-1.3.241-.738.034-.96.041-2.828.041-1.87%200-2.091-.007-2.829-.04-.682-.032-1.053-.146-1.3-.242a2.168%202.168%200%2001-.805-.524%202.17%202.17%200%2001-.524-.804c-.095-.247-.21-.617-.24-1.3-.034-.737-.04-.96-.04-2.828%200-1.87.006-2.09.04-2.828.03-.683.145-1.053.24-1.3.127-.326.28-.56.524-.805.245-.245.479-.396.805-.524.247-.096.618-.21%201.3-.24.646-.03.896-.039%202.2-.04v.001zm4.364%201.163a.84.84%200%20100%201.68.84.84%200%20000-1.68zm-3.736.981a3.595%203.595%200%20100%207.19%203.595%203.595%200%20000-7.19zm0%201.262a2.333%202.333%200%20110%204.666%202.333%202.333%200%20010-4.666z%22%20fill%3D%22%23001612%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-color: #fff;
    background-size: auto;
}
.personnel_section .person__sociallinks li.linkedin a {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2215%22%20height%3D%2215%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M3.88%205.674v7.621H1.16V5.674h2.72zm.18-2.358c0%20.732-.591%201.318-1.54%201.318h-.017C1.59%204.634%201%204.048%201%203.316%201%202.57%201.608%202%202.539%202c.93%200%201.503.57%201.52%201.316zm9.628%205.61v4.37h-2.72V9.217c0-1.024-.393-1.723-1.378-1.723-.751%200-1.199.471-1.395.926-.072.163-.09.39-.09.618v4.256h-2.72s.036-6.906%200-7.62h2.72v1.079c.361-.52%201.008-1.259%202.452-1.259%201.79%200%203.13%201.09%203.13%203.43z%22%20fill%3D%22%23001612%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-color: #fff;
    background-size: auto;
}
.personnel_section .person__sociallinks li.twitter a {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2215%22%20height%3D%2215%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M7.64%205.382l.026.387-.42-.047a7.027%207.027%200%2001-3.995-1.834l-.554-.514-.143.38c-.302.845-.11%201.739.52%202.34.336.331.26.379-.319.181-.201-.063-.377-.11-.394-.087-.059.056.143.775.302%201.06.218.395.663.782%201.15%201.011l.411.182-.486.008c-.47%200-.487.008-.437.174.168.513.831%201.059%201.57%201.296l.52.166-.453.253c-.672.363-1.46.569-2.25.585-.377.008-.688.04-.688.063%200%20.079%201.024.522%201.62.695%201.788.514%203.911.293%205.506-.584%201.133-.625%202.267-1.866%202.795-3.067.286-.64.571-1.81.571-2.371%200-.364.025-.411.495-.846.277-.253.538-.53.588-.609.084-.15.076-.15-.353-.016-.713.238-.814.206-.461-.15.26-.253.57-.711.57-.845%200-.024-.125.015-.268.087a4.89%204.89%200%2001-.739.268l-.453.135-.411-.261c-.227-.142-.546-.3-.714-.348-.428-.11-1.083-.095-1.469.032-1.049.355-1.712%201.272-1.636%202.276z%22%20fill%3D%22%23001612%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-color: #fff;
    background-size: auto;
}
.personnel_section .person__sociallinks li.youtube a {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2217%22%20height%3D%2212%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.783%200C9.9.008%2014%20.05%2015.142.359a2.138%202.138%200%20011.503%201.516c.33%201.241.353%203.735.355%204.085v.082c-.002.35-.025%202.844-.355%204.086a2.138%202.138%200%2001-1.503%201.515c-1.179.319-5.51.354-6.458.358h-.368c-.948-.004-5.28-.04-6.458-.358a2.138%202.138%200%2001-1.503-1.515C.05%208.98.007%206.767%200%206.159v-.317c.006-.61.05-2.822.354-3.968A2.138%202.138%200%20011.858.358C2.999.05%207.1.007%208.218.001zM6.934%203.43v5.143L10.96%206%206.934%203.43z%22%20fill%3D%22%23001612%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-color: #fff;
    background-size: auto;
}
.personnel_section .person__sociallinks li {
    border-right: none;
    display: inline-block;
}
.personnel_section .person__sociallinks li:last-child {
    border-right: solid 1px #373435;
}
.personnel_section .person .sociallink {
    border: #373435 solid 1px;
    display: block;
    height: 40px;
    margin-top: 10px;
    width: 40px;
    float: left;
    margin-left: -1px;
    background-size: 15px !important;
}
.personnel_section .viewmore {
    text-align: center;
}
.personnel_section .viewmore a.cta {
    box-shadow: 0 3px 0 0 #5ed2cd;
    font-family: Moderat;
    font-size: 0.75rem;
    font-weight: 600;
    color: #373435;
    letter-spacing: 0.125rem;
    line-height: 1.125rem;
    padding-bottom: 10px;
    text-transform: uppercase;
    width: auto;
    width: fit-content;
    background-color: "transparent";
    display: block;
    padding: 10px 40px 10px 10px;
    background-position: center right 10px;
    text-align: center;
    display: inline-block;
    padding: 10px 0;
}
@media (min-width: 1025px) {
    .personnel_section .viewmore a.cta {
        text-align: left;
        width: auto;
        width: fit-content;
    }
}
.personnel_section .viewmore a.cta:hover,
.personnel_section .viewmore a.cta:focus {
    color: #373435;
}
.quote_section .container {
    margin: 0;
    position: relative;
}
.quote__content {
    align-items: center;
    position: relative;
    z-index: 3;
}
@media (min-width: 1025px) {
    .quote__content {
        display: flex;
        flex-wrap: wrap;
        min-height: 580px;
    }
}
.quote .has-headline .quote__content {
    padding-top: 40px;
}
.quote .intro {
    padding-top: 80px;
}
.quote .intro .container {
    padding-bottom: 40px;
    border-bottom: 1px solid #5ed2cd;
}
.quote .intro__title {
    font-family: Graphik-Semibold;
    letter-spacing: -2px;
    font-size: 38px;
    line-height: 42px;
    margin-bottom: 25px;
}
.quote .intro__copy {
    max-width: 100%;
}
.quote ul.testimonials {
    margin: 0;
    padding: 0;
    list-style: none;
}
.quote ul.testimonials li:before {
    display: none;
}
.quote .pane_image,
.quote .pane_logo {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
    max-height: 128px;
    max-width: 128px;
    min-height: 80px;
    width: 100%;
}
.quote .pane_image {
    height: 100px;
    width: 100px;
    overflow: hidden;
    text-align: center;
    z-index: 100;
    -webkit-clip-path: circle();
    clip-path: circle();
    margin: 0 auto;
}
.quote .pane_image img {
    height: 100%;
    width: auto;
}
@media (min-width: 1025px) {
    .quote .pane_image img {
        min-height: 336px;
    }
}
@media (min-width: 1025px) {
    .quote .pane_image {
        height: 336px;
        width: 336px;
        margin: 0;
    }
}
.quote__data {
    padding-bottom: 100px;
    width: 100%;
}
.quote blockquote {
    font-family: Graphik-Medium;
    margin: 0;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: -1.6px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #5ed2cd;
    position: relative;
}
.quote blockquote:before {
    content: ' " ';
    padding-right: 15px;
    left: -20px;
    position: absolute;
}
.quote blockquote:after {
    content: ' " ';
    position: absolute;
    padding-left: 5px;
}
.quote .testimonial__credit,
.quote .testimonial__title {
    font-family: Graphik-Medium;
    font-size: 16px;
    line-height: 24px;
    text-align: right;
    letter-spacing: normal;
}
@media (max-width: 1024px) {
    .quote__content {
        padding-top: 80px;
        padding-bottom: 80px;
        padding-bottom: 100px;
    }
    .quote__data {
        padding-bottom: 10px;
    }
    .quote .pane_image,
    .quote .pane_logo {
        margin: 0 auto 25px;
    }
}
@media (min-width: 1025px) {
    .quote__content {
        padding-bottom: 50px;
        padding-top: 50px;
        padding-left: 8.33333%;
        padding-right: 16.66667%;
        max-height: 100%;
        flex-wrap: nowrap;
        position: relative;
        z-index: 20;
    }
    .quote .has-headline .quote__content {
        padding-top: 80px;
        padding-bottom: 100px;
    }
    .quote .intro {
        padding-left: 30px;
        padding-top: 80px;
    }
    .quote .intro .container {
        padding-bottom: 0;
        border: 0;
    }
    .quote .intro__title {
        letter-spacing: -3px;
        font-size: 54px;
        line-height: 60px;
        margin-bottom: 25px;
    }
    .quote .intro__copy {
        max-width: 435px;
    }
    .quote .pane-image {
        flex: 0 0 128px;
        min-height: 80px;
        margin: 0 30px;
    }
    .quote .pane_image img {
        width: 128px;
        height: 128px;
        border-radius: 50%;
    }

    .quote__data {
		width: 65%;
		max-width: 65%;
		position: relative;
		left: 54%;
    }
    .quote blockquote {
        margin: 0;
        font-size: 40px;
        line-height: 54px;
        letter-spacing: -1.5px;
        padding-bottom: 30px;
        margin-bottom: 30px;
        padding-left: 0;
    }
    .quote blockquote:before {
        left: -25px;
        position: absolute;
    }
}
.recent_content_row .container,
.related_content .container,
.latest_updates .container {
    padding: 80px 0 80px;
}
.recent_content_row .container .intro,
.related_content .container .intro,
.latest_updates .container .intro {
    padding-bottom: 60px;
    position: relative;
}
.recent_content_row .container .introtext,
.related_content .container .introtext,
.latest_updates .container .introtext {
    padding: 0;
}
.recent_content_row .icon_category,
.related_content .icon_category,
.latest_updates .icon_category {
    display: block;
    height: 43px;
    width: 43px;
}
.recent_content_row .icon_category.related_stories,
.related_content .icon_category.related_stories,
.latest_updates .icon_category.related_stories {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2226%22%20height%3D%2226%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke%3D%22%23001612%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M19.5%2018.605V23.5a1%201%200%2001-1%201h-16a1%201%200%2001-1-1v-21a1%201%200%20011-1h16a1%201%200%20011%201v6.318h0%22%20stroke-width%3D%221.5%22%2F%3E%3Cpath%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20d%3D%22M5.5%205.5h10M5.5%208.5h7M5.5%2011.5h5M5.5%2014.5h4M5.5%2017.5h5%22%2F%3E%3Cg%20transform%3D%22translate(9%207)%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11.069%2011.069l4.565%204.565%22%2F%3E%3Ccircle%20cx%3D%226.72%22%20cy%3D%226.72%22%20r%3D%225.97%22%2F%3E%3C%2Fg%3E%3Cg%20stroke-linecap%3D%22round%22%20stroke-width%3D%222.5%22%3E%3Cpath%20d%3D%22M9.5%2011.5h6M9.5%2015.5h6%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-position: left 3px center;
    background-size: auto;
}
.recent_content_row .icon_category.latest_updates,
.related_content .icon_category.latest_updates,
.latest_updates .icon_category.latest_updates {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2225%22%20height%3D%2222%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke-width%3D%221.5%22%20stroke%3D%22%23001612%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke-linecap%3D%22round%22%3E%3Cpath%20d%3D%22M20.028%205H23a1%201%200%20011%201v14a1%201%200%2001-1%201H2a1%201%200%2001-1-1V6a1%201%200%20011-1h11.316%22%2F%3E%3Cpath%20d%3D%22M10%20.757l3.637%203.637a.857.857%200%20010%201.212L10%209.243%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-position: left 3px center;
    background-size: auto;
}
.recent_content_row .icon_category.technology_series,
.related_content .icon_category.technology_series,
.latest_updates .icon_category.technology_series {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2231%22%20height%3D%229%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke-width%3D%221.5%22%20stroke%3D%22%23001612%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Ccircle%20cx%3D%2226.5%22%20cy%3D%224.5%22%20r%3D%223.75%22%2F%3E%3Ccircle%20cx%3D%2215.5%22%20cy%3D%224.5%22%20r%3D%223.75%22%2F%3E%3Ccircle%20cx%3D%224.5%22%20cy%3D%224.5%22%20r%3D%223.75%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-position: left 1px center;
    background-size: auto;
}
.recent_content_row.bg_black .icon_category.related_stories,
.related_content.bg_black .icon_category.related_stories,
.latest_updates.bg_black .icon_category.related_stories {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2226%22%20height%3D%2226%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke%3D%22%23FFF%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M19.5%2018.605V23.5a1%201%200%2001-1%201h-16a1%201%200%2001-1-1v-21a1%201%200%20011-1h16a1%201%200%20011%201v6.318h0%22%20stroke-width%3D%221.5%22%2F%3E%3Cpath%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20d%3D%22M5.5%205.5h10M5.5%208.5h7M5.5%2011.5h5M5.5%2014.5h4M5.5%2017.5h5%22%2F%3E%3Cg%20transform%3D%22translate(9%207)%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11.069%2011.069l4.565%204.565%22%2F%3E%3Ccircle%20cx%3D%226.72%22%20cy%3D%226.72%22%20r%3D%225.97%22%2F%3E%3C%2Fg%3E%3Cg%20stroke-linecap%3D%22round%22%20stroke-width%3D%222.5%22%3E%3Cpath%20d%3D%22M9.5%2011.5h6M9.5%2015.5h6%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-position: left 3px center;
    background-size: auto;
}
.recent_content_row.bg_black .icon_category.latest_updates,
.related_content.bg_black .icon_category.latest_updates,
.latest_updates.bg_black .icon_category.latest_updates {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2227%22%20height%3D%2222%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke%3D%22%23FFF%22%20stroke-width%3D%221.5%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M21.028%205H24a1%201%200%20011%201v14a1%201%200%2001-1%201H3a1%201%200%2001-1-1V6a1%201%200%20011-1h11.316%22%2F%3E%3Cpath%20d%3D%22M11%20.757l3.637%203.637a.857.857%200%20010%201.212L11%209.243%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-position: left 3px center;
    background-size: auto;
}
.recent_content_row.bg_black .icon_category.technology_series,
.related_content.bg_black .icon_category.technology_series,
.latest_updates.bg_black .icon_category.technology_series {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2231%22%20height%3D%229%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke%3D%22%23FFF%22%20stroke-width%3D%221.5%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Ccircle%20cx%3D%2226.5%22%20cy%3D%224.5%22%20r%3D%223.75%22%2F%3E%3Ccircle%20cx%3D%2215.5%22%20cy%3D%224.5%22%20r%3D%223.75%22%2F%3E%3Ccircle%20cx%3D%224.5%22%20cy%3D%224.5%22%20r%3D%223.75%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-position: left 1px center;
    background-size: auto;
}
.recent_content_row .cta,
.related_content .cta,
.latest_updates .cta {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2234%22%20height%3D%2213%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke-width%3D%22.96%22%20stroke%3D%22%23001612%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M26.988%200l6.109%206.11-6.11%206.109%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M32.2%206.11H1V.791%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    width: 50px;
}
.recent_content_row__featured,
.related_content__featured,
.latest_updates__featured {
    padding: 35px;
}
@media (min-width: 1025px) {
    .recent_content_row__featured,
    .related_content__featured,
    .latest_updates__featured {
        padding: 40px 90px 80px;
        margin: 0 auto;
        max-width: 95%;
    }
}
@media (min-width: 1025px) {
    .recent_content_row__featured .col,
    .recent_content_row__featured > div,
    .related_content__featured .col,
    .related_content__featured > div,
    .latest_updates__featured .col,
    .latest_updates__featured > div {
        width: 50%;
    }
}
.recent_content_row__featured .image,
.related_content__featured .image,
.latest_updates__featured .image {
    margin-bottom: 30px;
    position: relative;
}
.recent_content_row__featured .image .badge,
.related_content__featured .image .badge,
.latest_updates__featured .image .badge {
    margin-left: 16px;
    margin-bottom: -44px;
    position: relative;
    background-color: #5ed2cd;
    display: inline-block;
    font-family: Moderat;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.12187rem;
    padding: 13px;
    text-transform: uppercase;
    height: auto;
    width: auto;
}
.recent_content_row__featured .image img,
.related_content__featured .image img,
.latest_updates__featured .image img {
    height: auto;
    width: 100%;
}
.recent_content_row__featured .col_content,
.related_content__featured .col_content,
.latest_updates__featured .col_content {
    margin: 0 auto;
    max-width: 475px;
}
.recent_content_row__featured .eyebrows,
.related_content__featured .eyebrows,
.latest_updates__featured .eyebrows {
    color: #007e76;
    margin-bottom: 30px;
}
@media (min-width: 1025px) {
    .recent_content_row__featured,
    .related_content__featured,
    .latest_updates__featured {
        align-items: center;
        display: flex;
        justify-content: space-evenly;
    }
    .recent_content_row__featured .image,
    .related_content__featured .image,
    .latest_updates__featured .image {
        margin-bottom: 30px;
    }
    .recent_content_row__featured .image img,
    .related_content__featured .image img,
    .latest_updates__featured .image img {
        height: auto;
        width: 100%;
    }
}
.recent_content_row .show_all,
.related_content .show_all,
.latest_updates .show_all {
    padding: 40px 35px 40px;
    text-align: left;
}
@media (min-width: 1025px) {
    .recent_content_row .show_all,
    .related_content .show_all,
    .latest_updates .show_all {
        padding: 40px 35px 40px;
        margin-right: 100px;
    }
    .recent_content_row .show_all.has_featured,
    .related_content .show_all.has_featured,
    .latest_updates .show_all.has_featured {
        text-align: right;
    }
    .recent_content_row .show_all.no_featured,
    .related_content .show_all.no_featured,
    .latest_updates .show_all.no_featured {
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .recent_content_row .show_all .seemore,
    .related_content .show_all .seemore,
    .latest_updates .show_all .seemore {
        display: inline-block;
    }
    .recent_content_row .show_all .seemore:hover,
    .recent_content_row .show_all .seemore:focus,
    .related_content .show_all .seemore:hover,
    .related_content .show_all .seemore:focus,
    .latest_updates .show_all .seemore:hover,
    .latest_updates .show_all .seemore:focus {
        background-color: #5ed2cd;
    }
}
.recent_content_row__rows,
.recent_content_row .item-init-hide,
.related_content__rows,
.related_content .item-init-hide,
.latest_updates__rows,
.latest_updates .item-init-hide {
    margin: 0 auto;
    max-width: 450px;
}
@media (min-width: 1025px) {
    .recent_content_row__rows,
    .recent_content_row .item-init-hide,
    .related_content__rows,
    .related_content .item-init-hide,
    .latest_updates__rows,
    .latest_updates .item-init-hide {
        display: flex;
        flex-wrap: wrap;
        /*justify-content: space-between;*/
        max-width: 100%;
        width: 100%;
    }
}
.recent_content_row__rows .update,
.recent_content_row .item-init-hide .update,
.related_content__rows .update,
.related_content .item-init-hide .update,
.latest_updates__rows .update,
.latest_updates .item-init-hide .update {
    border-bottom: solid 3px transparent;
    cursor: pointer;
    max-width: 429px;
    padding: 0 0 40px;
}
@media (min-width: 1025px) {
    .recent_content_row__rows .update,
    .recent_content_row .item-init-hide .update,
    .related_content__rows .update,
    .related_content .item-init-hide .update,
    .latest_updates__rows .update,
    .latest_updates .item-init-hide .update {
        padding: 60px 60px 40px;
        min-height: 624px;
        width: 33%;
    }
}
.recent_content_row__rows .update__image,
.recent_content_row .item-init-hide .update__image,
.related_content__rows .update__image,
.related_content .item-init-hide .update__image,
.latest_updates__rows .update__image,
.latest_updates .item-init-hide .update__image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 1.25rem;
    position: relative;
    height: 305px;
    width: 305px;
}
@media (min-width: 1025px) {
    .recent_content_row__rows .update__image,
    .recent_content_row .item-init-hide .update__image,
    .related_content__rows .update__image,
    .related_content .item-init-hide .update__image,
    .latest_updates__rows .update__image,
    .latest_updates .item-init-hide .update__image {
        height: 305px;
        width: 305px;
    }
}
.recent_content_row__rows .update__image .img_overlay,
.recent_content_row .item-init-hide .update__image .img_overlay,
.related_content__rows .update__image .img_overlay,
.related_content .item-init-hide .update__image .img_overlay,
.latest_updates__rows .update__image .img_overlay,
.latest_updates .item-init-hide .update__image .img_overlay {
    background-color: #f58634;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 201;
}
.recent_content_row__rows .update__image img,
.recent_content_row .item-init-hide .update__image img,
.related_content__rows .update__image img,
.related_content .item-init-hide .update__image img,
.latest_updates__rows .update__image img,
.latest_updates .item-init-hide .update__image img {
    height: auto;
    width: 100%;
}
.recent_content_row__rows .update__date,
.recent_content_row .item-init-hide .update__date,
.related_content__rows .update__date,
.related_content .item-init-hide .update__date,
.latest_updates__rows .update__date,
.latest_updates .item-init-hide .update__date {
    background-color: #71d1cb;
    bottom: 0;
    left: -35px;
    font-size: 0.625rem;
    height: 88px;
    letter-spacing: 0;
    padding: 1.25rem 0.875rem;
    position: absolute;
    text-transform: uppercase;
    width: 88px;
    z-index: 202;
}
.recent_content_row__rows .update__date span,
.recent_content_row .item-init-hide .update__date span,
.related_content__rows .update__date span,
.related_content .item-init-hide .update__date span,
.latest_updates__rows .update__date span,
.latest_updates .item-init-hide .update__date span {
    display: block;
    line-height: 1;
}
.recent_content_row__rows .update__date span.day,
.recent_content_row .item-init-hide .update__date span.day,
.related_content__rows .update__date span.day,
.related_content .item-init-hide .update__date span.day,
.latest_updates__rows .update__date span.day,
.latest_updates .item-init-hide .update__date span.day {
    font-size: 2rem;
}
.recent_content_row__rows .update__post_type_data,
.recent_content_row .item-init-hide .update__post_type_data,
.related_content__rows .update__post_type_data,
.related_content .item-init-hide .update__post_type_data,
.latest_updates__rows .update__post_type_data,
.latest_updates .item-init-hide .update__post_type_data {
    bottom: 20px;
    position: absolute;
    right: 30px;
}
.recent_content_row__rows .update__post_type_data .info,
.recent_content_row .item-init-hide .update__post_type_data .info,
.related_content__rows .update__post_type_data .info,
.related_content .item-init-hide .update__post_type_data .info,
.latest_updates__rows .update__post_type_data .info,
.latest_updates .item-init-hide .update__post_type_data .info {
    color: #fff;
    float: left;
    font-size: 0.8125rem;
    margin: 9px 10px 0 0;
}
.recent_content_row__rows .update__post_type_data .icon,
.recent_content_row .item-init-hide .update__post_type_data .icon,
.related_content__rows .update__post_type_data .icon,
.related_content .item-init-hide .update__post_type_data .icon,
.latest_updates__rows .update__post_type_data .icon,
.latest_updates .item-init-hide .update__post_type_data .icon {
    background-color: #fff;
    border: solid 1px #e3e2de;
    border-radius: 50%;
    float: left;
    padding: 6px 0 0 3px;
    height: 33px;
    width: 33px;
}
.recent_content_row__rows .update__post_type_data svg,
.recent_content_row .item-init-hide .update__post_type_data svg,
.related_content__rows .update__post_type_data svg,
.related_content .item-init-hide .update__post_type_data svg,
.latest_updates__rows .update__post_type_data svg,
.latest_updates .item-init-hide .update__post_type_data svg {
    height: 20px;
    width: 100%;
}
.recent_content_row__rows .update__type,
.recent_content_row .item-init-hide .update__type,
.related_content__rows .update__type,
.related_content .item-init-hide .update__type,
.latest_updates__rows .update__type,
.latest_updates .item-init-hide .update__type {
    font-family: Moderat;
    font-size: 0.8125rem;
    font-weight: 700;
    color: #007e76;
    letter-spacing: 0.09375rem;
    margin-bottom: 1.25rem;
    text-transform: uppercase;
}
.recent_content_row__rows .update__excerpt,
.recent_content_row .item-init-hide .update__excerpt,
.related_content__rows .update__excerpt,
.related_content .item-init-hide .update__excerpt,
.latest_updates__rows .update__excerpt,
.latest_updates .item-init-hide .update__excerpt {
    color: #373435;
    font-size: 1.25rem;
    letter-spacing: -0.035rem;
    line-height: 1.625rem;
    margin-bottom: 1.25rem;
}
.recent_content_row__rows .update.circle .img_overlay,
.recent_content_row__rows .update.circle .update__image,
.recent_content_row .item-init-hide .update.circle .img_overlay,
.recent_content_row .item-init-hide .update.circle .update__image,
.related_content__rows .update.circle .img_overlay,
.related_content__rows .update.circle .update__image,
.related_content .item-init-hide .update.circle .img_overlay,
.related_content .item-init-hide .update.circle .update__image,
.latest_updates__rows .update.circle .img_overlay,
.latest_updates__rows .update.circle .update__image,
.latest_updates .item-init-hide .update.circle .img_overlay,
.latest_updates .item-init-hide .update.circle .update__image {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
}
.recent_content_row__rows .update.arch .img_overlay,
.recent_content_row__rows .update.arch .update__image,
.recent_content_row .item-init-hide .update.arch .img_overlay,
.recent_content_row .item-init-hide .update.arch .update__image,
.related_content__rows .update.arch .img_overlay,
.related_content__rows .update.arch .update__image,
.related_content .item-init-hide .update.arch .img_overlay,
.related_content .item-init-hide .update.arch .update__image,
.latest_updates__rows .update.arch .img_overlay,
.latest_updates__rows .update.arch .update__image,
.latest_updates .item-init-hide .update.arch .img_overlay,
.latest_updates .item-init-hide .update.arch .update__image {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}
.recent_content_row__rows .update:hover,
.recent_content_row__rows .update:focus,
.recent_content_row__rows .update:active,
.recent_content_row__rows .update:focus-within,
.recent_content_row .item-init-hide .update:hover,
.recent_content_row .item-init-hide .update:focus,
.recent_content_row .item-init-hide .update:active,
.recent_content_row .item-init-hide .update:focus-within,
.related_content__rows .update:hover,
.related_content__rows .update:focus,
.related_content__rows .update:active,
.related_content__rows .update:focus-within,
.related_content .item-init-hide .update:hover,
.related_content .item-init-hide .update:focus,
.related_content .item-init-hide .update:active,
.related_content .item-init-hide .update:focus-within,
.latest_updates__rows .update:hover,
.latest_updates__rows .update:focus,
.latest_updates__rows .update:active,
.latest_updates__rows .update:focus-within,
.latest_updates .item-init-hide .update:hover,
.latest_updates .item-init-hide .update:focus,
.latest_updates .item-init-hide .update:active,
.latest_updates .item-init-hide .update:focus-within {
    background-color: #fff;
    border-bottom: solid 3px #f58634;
}
.recent_content_row__rows .update:hover .img_overlay,
.recent_content_row__rows .update:focus .img_overlay,
.recent_content_row__rows .update:active .img_overlay,
.recent_content_row__rows .update:focus-within .img_overlay,
.recent_content_row .item-init-hide .update:hover .img_overlay,
.recent_content_row .item-init-hide .update:focus .img_overlay,
.recent_content_row .item-init-hide .update:active .img_overlay,
.recent_content_row .item-init-hide .update:focus-within .img_overlay,
.related_content__rows .update:hover .img_overlay,
.related_content__rows .update:focus .img_overlay,
.related_content__rows .update:active .img_overlay,
.related_content__rows .update:focus-within .img_overlay,
.related_content .item-init-hide .update:hover .img_overlay,
.related_content .item-init-hide .update:focus .img_overlay,
.related_content .item-init-hide .update:active .img_overlay,
.related_content .item-init-hide .update:focus-within .img_overlay,
.latest_updates__rows .update:hover .img_overlay,
.latest_updates__rows .update:focus .img_overlay,
.latest_updates__rows .update:active .img_overlay,
.latest_updates__rows .update:focus-within .img_overlay,
.latest_updates .item-init-hide .update:hover .img_overlay,
.latest_updates .item-init-hide .update:focus .img_overlay,
.latest_updates .item-init-hide .update:active .img_overlay,
.latest_updates .item-init-hide .update:focus-within .img_overlay {
    opacity: 0.5;
}
.recent_content_row__rows .update:hover .update__date,
.recent_content_row__rows .update:focus .update__date,
.recent_content_row__rows .update:active .update__date,
.recent_content_row__rows .update:focus-within .update__date,
.recent_content_row .item-init-hide .update:hover .update__date,
.recent_content_row .item-init-hide .update:focus .update__date,
.recent_content_row .item-init-hide .update:active .update__date,
.recent_content_row .item-init-hide .update:focus-within .update__date,
.related_content__rows .update:hover .update__date,
.related_content__rows .update:focus .update__date,
.related_content__rows .update:active .update__date,
.related_content__rows .update:focus-within .update__date,
.related_content .item-init-hide .update:hover .update__date,
.related_content .item-init-hide .update:focus .update__date,
.related_content .item-init-hide .update:active .update__date,
.related_content .item-init-hide .update:focus-within .update__date,
.latest_updates__rows .update:hover .update__date,
.latest_updates__rows .update:focus .update__date,
.latest_updates__rows .update:active .update__date,
.latest_updates__rows .update:focus-within .update__date,
.latest_updates .item-init-hide .update:hover .update__date,
.latest_updates .item-init-hide .update:focus .update__date,
.latest_updates .item-init-hide .update:active .update__date,
.latest_updates .item-init-hide .update:focus-within .update__date {
    background-color: #f58634;
}
@media (min-width: 1025px) {
    .recent_content_row .content_list,
    .related_content .content_list,
    .latest_updates .content_list {
        margin-left: -40px;
    }
}
@media (min-width: 1025px) {
    .recent_content_row .bx-wrapper .bx-viewport,
    .related_content .bx-wrapper .bx-viewport,
    .latest_updates .bx-wrapper .bx-viewport {
        padding-left: 20px;
    }
    .recent_content_row .bx-wrapper .bx-controls .bx-controls-direction a,
    .related_content .bx-wrapper .bx-controls .bx-controls-direction a,
    .latest_updates .bx-wrapper .bx-controls .bx-controls-direction a {
        position: absolute;
        top: 24%;
    }
}
.recent_content_row .viewmore,
.related_content .viewmore,
.latest_updates .viewmore {
    margin-top: 40px;
    text-align: center;
}
.recent_content_row .viewmore button,
.related_content .viewmore button,
.latest_updates .viewmore button {
    box-shadow: 0 3px 0 0 #5ed2cd;
	border: 1px solid #5ed2cd;
    font-family: Moderat;
    font-size: 0.75rem;
    font-weight: 600;
    color: #373435;
    letter-spacing: 0.125rem;
    line-height: 1.125rem;
    padding-bottom: 10px;
    text-transform: uppercase;
    width: auto;
    width: fit-content;
    background: transparent url(data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2224%22%20height%3D%2211%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke%3D%22%23001612%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M18.547%201.257L22.79%205.5l-4.243%204.243%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M21.5%205.5H.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E) no-repeat 50% 50%;
    background-size: contain;
    background-position: center right 30px;
    background-size: auto;
    padding-right: 50px;
    background-color: #fff;
    display: inline-block;
    padding: 23px 60px 22px 25px;
    text-align: center;
}
.recent_content_row .viewmore button:hover,
.recent_content_row .viewmore button:focus,
.related_content .viewmore button:hover,
.related_content .viewmore button:focus,
.latest_updates .viewmore button:hover,
.latest_updates .viewmore button:focus {
    background-color: #5ed2cd;
	border-color: #5ed2cd;
}
.recent_content_row.bg_black .viewmore button,
.related_content.bg_black .viewmore button,
.latest_updates.bg_black .viewmore button {
    color: #fff;
}
.recent_content_row.bg_black .update__excerpt,
.related_content.bg_black .update__excerpt,
.latest_updates.bg_black .update__excerpt {
    color: #fff;
}
.recent_content_row.bg_black .update .cta,
.related_content.bg_black .update .cta,
.latest_updates.bg_black .update .cta {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2234%22%20height%3D%2214%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke%3D%22%23FFF%22%20stroke-width%3D%22.96%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M26.988%201l6.109%206.11-6.11%206.109%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M32.2%207.11H1V1.791%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
}
.recent_content_row.bg_black .update:hover .update__excerpt,
.recent_content_row.bg_black .update:focus .update__excerpt,
.recent_content_row.bg_black .update:active .update__excerpt,
.related_content.bg_black .update:hover .update__excerpt,
.related_content.bg_black .update:focus .update__excerpt,
.related_content.bg_black .update:active .update__excerpt,
.latest_updates.bg_black .update:hover .update__excerpt,
.latest_updates.bg_black .update:focus .update__excerpt,
.latest_updates.bg_black .update:active .update__excerpt {
    color: #373435;
}
.recent_content_row.bg_black .update:hover .cta,
.recent_content_row.bg_black .update:focus .cta,
.recent_content_row.bg_black .update:active .cta,
.related_content.bg_black .update:hover .cta,
.related_content.bg_black .update:focus .cta,
.related_content.bg_black .update:active .cta,
.latest_updates.bg_black .update:hover .cta,
.latest_updates.bg_black .update:focus .cta,
.latest_updates.bg_black .update:active .cta {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2234%22%20height%3D%2213%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke-width%3D%22.96%22%20stroke%3D%22%23001612%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M26.988%200l6.109%206.11-6.11%206.109%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M32.2%206.11H1V.791%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
}
.related-content-grid {
    background-color: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
}
.related-content-grid .container {
    width: calc(100% - 80px);
}
@media (min-width: 1025px) {
    .related-content-grid .container {
        width: 100%;
    }
}
.related-content-grid .row {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 0 -10px;
}
.related-content-grid .row li:before {
    display: none;
}
.related-content-grid .content-related {
    margin-bottom: 20px;
}
.related-content-grid .content-related__post {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 40px;
}
.related-content-grid .head-info h4 {
    margin-bottom: 25px;
    color: #001612;
}
.related-content-grid .head-info p {
    margin-bottom: 40px;
    color: #464646;
}
.related-content-grid .pic {
    position: relative;
    margin-bottom: 20px;
}
.related-content-grid .pic .see-less {
    position: absolute;
    left: 0;
    bottom: 0;
}
.related-content-grid .pic img {
    width: 100%;
    height: 139px;
    object-fit: cover;
}
.related-content-grid .info .socail {
    display: none;
}
.related-content-grid .info .socail__icon {
    border: 1px solid #001612;
    background: 0 0;
}
.related-content-grid .info .socail__icon:nth-child(2),
.related-content-grid .info .socail__icon:nth-child(3),
.related-content-grid .info .socail__icon:nth-child(4) {
    margin-left: -5px;
    border-left: 0;
}
.related-content-grid .link-block {
    text-align: center;
}
.related-content-grid .link-block .see-less,
.related-content-grid .link-block .see-more {
    color: #001612;
    padding-bottom: 2px;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #5ed2cd;
}
.related-content-grid .link-block .see-more-sm,
.related-content-grid .link-block .see-less-sm {
    text-transform: uppercase;
    font-family: Moderat;
    font-size: 13px;
    background-color: #fff;
    line-height: 16px;
    letter-spacing: 2px;
    color: #6b6b6b;
    padding-bottom: 5px;
    border: 0;
    border-radius: 0;
    border-bottom: 3px solid #001612;
}
@media (min-width: 768px) {
    .related-content-grid .head-info {
        max-width: 450px;
    }
    .related-content-grid .pic img {
        height: 289px;
    }
}
@media (min-width: 1025px) {
    .related-content-grid {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .related-content-grid .container {
        width: 100%;
    }
    .related-content-grid .row {
        margin: 0 -19px;
    }
    .related-content-grid .head-info {
        margin-left: 30px;
    }
    .related-content-grid .content-related__post {
        padding-left: 19px;
        padding-right: 19px;
        margin-bottom: 80px;
    }
    .related-content-grid .pic img {
        height: 239px;
    }
    .related-content-grid .info .author-des {
        margin-bottom: 15px;
    }
    .related-content-grid .info .socail {
        display: block;
    }
}
ul.report_list {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.report_list li:before {
    display: none;
}
.report {
    background-image: linear-gradient(#373435, #373435);
    background-position: left top 180px;
    background-repeat: no-repeat;
}
@media (min-width: 1025px) {
    .report .reports_container {
        margin-top: 0;
        padding: 75px 0;
    }
}
.report .image .pane_image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 304px;
    height: 304px;
}
@media (min-width: 1025px) {
    .report .image .pane_image {
        width: 500px;
        height: 500px;
    }
}
.report .image.image_circle {
    height: 304px;
    width: 304px;
    overflow: hidden;
    text-align: center;
    z-index: 100;
    -webkit-clip-path: circle();
    clip-path: circle();
    margin: 0 auto;
    margin-bottom: 20px;
}
.report .image.image_circle img {
    height: 100%;
    width: auto;
}
@media (min-width: 1025px) {
    .report .image.image_circle img {
        min-height: 500px;
    }
}
@media (min-width: 1025px) {
    .report .image.image_circle {
        height: 500px;
        width: 500px;
        margin: 0;
    }
}
.report .report_info .eyebrows {
    color: #71d1cb;
    font-size: 0.8125rem;
    font-family: Moderat;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.report .report_info h2,
.report .report_info h3 {
    color: #fff;
    font-family: Graphik-Regular;
    font-size: 1.875rem;
    letter-spacing: -0.08812rem;
    line-height: 2.375rem;
}
.report .report_info p {
    color: #fff;
    font-size: 2.375rem;
    line-height: 2.875rem;
    font-family: Graphik-Regular;
}
.report .report_info .report__description {
    color: #999891;
    font-size: 1rem;
    line-height: 1.625rem;
    font-family: Graphik-Regular;
    margin: 40px 0;
}
.report .report_info .cta {
    margin-top: 40px;
    display: inline-block;
}
.report .report_info .cta.see_all_link {
    display: none;
    border: 0;
    box-shadow: none;
    margin-top: 20px;
}
.report .report_info .cta.see_all_link:hover {
    border-bottom: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2224%22%20height%3D%2210%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke%3D%22%23FFF%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M19.047.45l4.243%204.243-4.243%204.242%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M23%204.693H1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-size: auto;
    background-position: center right 10px;
}
@media (min-width: 1025px) {
    .report .report_info .cta.see_all_link {
        display: inline-block;
    }
}
.report .report_info .cta.download {
    margin-right: 20px;
}
@media (max-width: 1024px) {
    .report {
        background-position: left top 250px;
        padding: 80px 40px 250px;
    }
    .report_info .cta.download {
        margin-left: 5px;
    }
    .report .cta.download {
        margin-bottom: 40px;
    }
    .reports .cta.transparent.arrow_white {
        position: absolute;
        bottom: 80px;
        left: 40px;
        border: 0;
        box-shadow: none;
    }
    .reports .cta.transparent.arrow_white:hover {
        border-bottom: 1px solid #fff;
        background-color: transparent;
        color: #fff;
        background: transparent
            url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2224%22%20height%3D%2210%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke%3D%22%23FFF%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M19.047.45l4.243%204.243-4.243%204.242%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M23%204.693H1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
            no-repeat 50% 50%;
        background-size: contain;
        background-size: auto;
        background-position: center right 10px;
    }
}
@media (max-width: 767px) {
    .report {
        padding: 80px 35px 150px;
    }
    .reports .cta.transparent.arrow_white {
        left: 35px;
    }
	
	
}
@media (min-width: 1025px) {
    .report {
        padding-top: 120px;
        padding-bottom: 120px;
        min-height: 500px;
        background-position: left 310px top;
    }
    .report .image {
        left: 50px;
        top: 50%;
        right: 0;
        padding: 0;
        position: absolute;
        transform: translateY(-50%);
    }
    .report_info {
        position: relative;
        min-height: 500px;
        max-width: 1440px;
        margin: 0 50px;
    }
    .report_content {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        padding-left: 560px;
    }
    .report__title,
    .report__description {
        max-width: 560px;
    }
}
.component.rich_text .container {
    color: #373435;
    margin: 0 auto;
    padding-bottom: 1px;
    padding-top: 60px;
}
@media (min-width: 1025px) {
    .component.rich_text .container {
        max-width: 658px;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 60px;
    }
}
.statement .container {
    padding-bottom: 100px;
    padding-top: 100px;
    text-align: center;
    margin: 0 auto;
    max-width: 973px;
}
.statement p,
.statement li,
.statement dd,
.statement dt {
    font-family: Graphik-Regular;
    font-size: 1.4375rem;
    letter-spacing: -0.08rem;
    line-height: 2.3125rem;
}
@media (min-width: 1025px) {
    .statement p,
    .statement li,
    .statement dd,
    .statement dt {
        font-size: 2rem;
        letter-spacing: -0.11125rem;
        line-height: 3.25rem;
    }
}
.statement .eyebrows {
    margin-bottom: 0.75rem;
}
.statement.bg_black .eyebrows {
    color: #5ed2cd;
}
.component.text_with_image {
    margin-bottom: 30px;
}
.component.text_with_image .bg_small {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
@media (min-width: 1025px) {
    .component.text_with_image .bg_small {
        display: none;
    }
}
.component.text_with_image .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 667px;
    position: relative;
    z-index: 30;
}
@media (min-width: 1025px) {
    .component.text_with_image .container {
        min-height: 701px;
    }
}
.component.text_with_image .bg_mask {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 20;
}
@media (min-width: 1025px) {
    .component.text_with_image .bg_mask {
        right: 50%;
    }
}
.component.text_with_image .intro_text {
    font-size: 1rem;
    margin-bottom: 40px;
}
.component.text_with_image .intro_text p {
    font-size: 1rem;
}
.component.text_with_image .eyebrows {
    margin-bottom: 20px;
}
.timeline {
    overflow: hidden;
}
.timeline__main-info {
    background: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
}
.timeline__main-info .intro-head {
    max-width: 450px;
}
.timeline__main-info h4 {
    margin-bottom: 40px;
    color: #001612;
}
.timeline__main-info p {
    color: #6b6b6b;
}
.timeline__main-block .cool-timeline-wrapper {
    margin: 0 !important;
    max-width: 100% !important;
}
.timeline__main-block .cool-timeline-wrapper .timeline-main-title {
    display: none;
}
.timeline__main-block .cool-timeline-wrapper .cat-filter-wrp {
    background: #fff;
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%);
}
.timeline__main-block .cool-timeline-wrapper .cat-filter-wrp ul {
    text-align: left;
}
.timeline__main-block .cool-timeline-wrapper a.ct-cat-filters {
    border: 0 !important;
    font-family: Graphik-Regular;
    font-size: 18px;
    letter-spacing: -0.5px;
    line-height: 20px;
    padding: 0 5px 15px !important;
    margin-bottom: 0 !important;
    color: #76756f !important;
}
.timeline__main-block .cool-timeline-wrapper a.ct-cat-filters.active-category {
    border-bottom: 5px solid #5ed2cd !important;
}
.timeline__main-block .cool-timeline-wrapper .cool-timeline {
    padding-top: 80px;
    padding-bottom: 80px;
}
.timeline__main-block .cool-timeline-wrapper .timeline-icon.icon-dot-full,
.timeline__main-block .cool-timeline-wrapper .timeline-content:before,
.timeline__main-block .cool-timeline-wrapper .cool-timeline.white-timeline:before,
.timeline__main-block .cool-timeline-wrapper .cool-timeline.white-timeline.one-sided:before {
    display: none !important;
}
.timeline__main-block .cool-timeline-wrapper .timeline-content {
    border-left: 0 !important;
    border-right: 0 !important;
    background: 0 0 !important;
    max-width: 498px;
}
.timeline__main-block .cool-timeline-wrapper .content-details {
    padding: 20px 0 40px !important;
    border-bottom: 1px solid rgba(0, 22, 18, 0.2);
}
.timeline__main-block .cool-timeline-wrapper .content-details .content-title-2 {
    line-height: 1.625rem !important;
    padding: 0 30px 0 0 !important;
    color: #001612 !important;
    font-family: Graphik-Regular !important;
    font-size: 1.25rem !important;
    letter-spacing: -0.03125rem !important;
}
.timeline__main-block .cool-timeline-wrapper .content-details .content-title-2 a {
    color: #001612 !important;
    font-family: Graphik-Regular !important;
    font-size: 20px !important;
    letter-spacing: -0.5px;
}
.timeline__main-block .cool-timeline-wrapper .content-details p {
    font-size: 1rem !important;
    margin-bottom: 1rem !important;
}
.timeline__main-block .cool-timeline-wrapper .content-details p:first-of-type {
    margin-top: 1.5rem !important;
}
.timeline__main-block .cool-timeline-wrapper .content-details p:last-child {
    margin-bottom: 0 !important;
}
.timeline__main-block .cool-timeline-wrapper .timeline-post {
    padding: 0 0 35px !important;
}
.timeline__main-block .cool-timeline-wrapper .cool-timeline.white-timeline .timeline-year {
    width: auto;
    background: 0 0;
    box-shadow: none;
    color: #001612;
    text-align: left;
    margin: 0 0 25px;
    left: 0;
    font-family: Graphik-Semibold;
    font-size: 24px;
    letter-spacing: -1.3px;
}
.timeline__main-block .cool-timeline-wrapper .cool-timeline.white-timeline .timeline-year:before {
    display: none !important;
}
.timeline__main-block .cool-timeline-wrapper .cool-timeline .meta-details {
    font-family: Moderat;
    color: #007e76 !important;
    font-size: 13px !important;
    line-height: 16px !important;
    letter-spacing: 2px !important;
    margin: 0 0 20px !important;
}
.cool-timeline.one-sided .custom-pagination {
    color: #76756f;
    font-size: 1.25rem;
    margin-left: 0 !important;
    text-align: center;
}
@media (min-width: 1025px) {
    .cool-timeline.one-sided .custom-pagination {
        margin-left: 10px;
        text-align: left;
    }
}
.cool-timeline.one-sided .custom-pagination span.page-num {
    display: block;
    margin-bottom: 20px;
}
@media (min-width: 1025px) {
    .cool-timeline.one-sided .custom-pagination span.page-num {
        display: inline-block;
        margin-bottom: 0;
    }
}
.cool-timeline.one-sided .custom-pagination a,
.cool-timeline.one-sided .custom-pagination span.current {
    background-color: transparent;
    border: 1px solid rgba(118, 117, 111, 0.2);
    border-radius: 50%;
    display: inline-block;
    font-size: 1rem;
    margin-bottom: 0.9375rem;
    padding-top: 0.625rem;
    text-align: center;
    height: 40px;
    width: 40px;
}
.cool-timeline.one-sided .custom-pagination span.current {
    border-color: #373435;
    color: #373435;
}
.cool-timeline.one-sided .custom-pagination a:hover,
.cool-timeline.one-sided .custom-pagination a:focus {
    background-color: #5ed2cd;
    border-color: #373435;
    color: #373435;
}
.ctl-bullets-container {
    display: none !important;
}
.cool-timeline .timeline-post .timeline-content h2.content-title-2 {
    text-transform: none;
}
.col2 .col {
    margin-bottom: 35px;
    width: 100%;
}
@media (min-width: 1025px) {
    .col2 .col {
        width: 50%;
    }
	
    .col2 .row {
        max-width: 658px;
        margin: 0 auto;
        padding-bottom: 60px;
    }
	
}
.component.two_up_grid {
    padding-top: 60px;
    padding-bottom: 60px;
}
@media (min-width: 1025px) {
    .component.two_up_grid {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
.component.two_up_grid .intro {
    padding: 50px 0;
}
.component.two_up_grid .intro_text {
    max-width: 650px;
    width: 100%;
}
.component.two_up_grid .intro_text,
.component.two_up_grid .intro_text p,
.component.two_up_grid .intro_text li {
    font-family: Graphik-Regular;
    font-size: 1rem;
    line-height: 1.625rem;
}
.component.two_up_grid ul.grid {
    margin: 0;
    padding: 0;
    list-style: none;
}
.component.two_up_grid ul.grid li:before {
    display: none;
}
@media (min-width: 1025px) {
    .component.two_up_grid ul.grid {
        display: flex;
        flex-wrap: wrap;
        padding-left: 30px;
        padding-right: 30px;
        max-width: 100%;
    }
}
@media (min-width: 1025px) {
    .component.two_up_grid ul.grid li {
        display: flex;
        flex-grow: 1;
        max-width: 50%;
        width: 50%;
    }
}
.component.two_up_grid ul.grid li a {
    border-bottom: solid 3px transparent;
    display: block;
    position: relative;
    width: 100%;
    padding: 20px 35px 40px;
}
@media (min-width: 768px) {
    .component.two_up_grid ul.grid li a {
        padding: 40px;
    }
}
@media (min-width: 1025px) {
    .component.two_up_grid ul.grid li a {
        padding: 40px 40px 60px;
    }
}
.component.two_up_grid ul.grid li a .thumbnail_small,
.component.two_up_grid ul.grid li a .thumbnail_large {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    margin-bottom: 1.25rem;
    overflow: hidden;
    height: 282px;
    width: 100%;
}
.component.two_up_grid ul.grid li a .thumbnail_small:before,
.component.two_up_grid ul.grid li a .thumbnail_large:before {
    content: "";
    display: block;
    padding-top: 55%;
}
@media (min-width: 1025px) {
    .component.two_up_grid ul.grid li a .thumbnail_small {
        display: none;
    }
}
.component.two_up_grid ul.grid li a .thumbnail_large {
    display: none;
}
@media (min-width: 1025px) {
    .component.two_up_grid ul.grid li a .thumbnail_large {
        display: block;
    }
}
.component.two_up_grid ul.grid li a .eyebrows {
    color: #007e76;
}
.component.two_up_grid ul.grid li a .title {
    font-family: Graphik-Regular;
    font-size: 1.875rem;
    letter-spacing: -0.08812rem;
    line-height: 2.375rem;
    margin-bottom: 1.25rem;
    font-weight: 400;
}
.component.two_up_grid ul.grid li a .excerpt {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2234%22%20height%3D%2213%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke-width%3D%22.96%22%20stroke%3D%22%23001612%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M26.988%200l6.109%206.11-6.11%206.109%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M32.2%206.11H1V.791%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: auto;
    display: block;
    font-family: Graphik-Regular;
    font-size: 1rem;
    color: #464646;
    letter-spacing: 0;
    line-height: 1.625rem;
    padding-bottom: 30px;
}
.component.two_up_grid ul.grid li a:hover,
.component.two_up_grid ul.grid li a:focus {
    background-color: #fff;
    border-bottom: solid 3px #5ed2cd;
    box-shadow: 0 5px 25px 0 rgba(113, 112, 108, 0.15);
}
.component.two_up_grid ul.grid li a:hover .title,
.component.two_up_grid ul.grid li a:focus .title {
    text-decoration: underline #5ed2cd;
}
.component.two_up_grid .feature {
    font-family: Moderat;
    font-size: 0.8125rem;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
    background: #5ed2cd;
    padding: 12px 20px;
    position: absolute;
    left: 60px;
    top: 0;
    z-index: 9;
}
@media (min-width: 768px) {
    .component.two_up_grid .feature {
        top: 20px;
    }
	
}
.component.two_up_grid .two-grid__image {
    margin-bottom: 20px;
}
.component.two_up_grid .two-grid__image img {
    width: 100%;
    height: 239px;
    object-fit: cover;
}
@media (min-width: 768px) {
    .component.two_up_grid .two-grid__image img {
        height: 359px;
    }
}
@media (min-width: 1025px) {
    .component.two_up_grid .two-grid__image img {
        height: 282px;
    }
}
@media (max-width: 1024px) {
    .component.two_up_grid .container ul {
        margin: 0 calc(50% - 50vw);
    }
}
.video {
    margin-bottom: 50px;
    max-width: 1440px;
    padding-top: 0;
    position: relative;
}
.video .container {
    margin: 0;
}
.video__screenshot {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 448px;
    position: relative;
}
@media (min-width: 1025px) {
    .video__screenshot {
        min-height: 800px;
    }
}
.video .video_play {
    position: absolute;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.video__description {
    background-color: #fff;
    border-bottom: solid 4px #5ed2cd;
    padding: 45px 35px 35px;
    width: 100%;
}
@media (min-width: 1025px) {
    .video__description {
        bottom: 0;
        left: 0;
        padding: 45px 100px 50px 50px;
        position: absolute;
        max-width: 391px;
        font-family: Graphik-Regular;
        font-size: 0.875rem;
        line-height: 1.375rem;
    }
}
.three_rows {
    background-repeat: no-repeat;
    background-size: contain;
}
.three_rows .row1 {
    max-width: 1340px;
}
.three_rows .row1 .content {
    font-family: Graphik-Regular;
    max-width: 960px;
    text-align: center;
}
.three_rows .row1 .content p,
.three_rows .row1 .content ul,
.three_rows .row1 .content ol,
.three_rows .row1 .content li,
.three_rows .row1 .content dt,
.three_rows .row1 .content dd {
    font-size: 2rem;
    letter-spacing: -0.11125rem;
    line-height: 3.25rem;
}
@media (min-width: 1025px) {
    .three_rows .row1 .content {
        margin: 0 auto;
        padding: 100px 0;
    }
    .three_rows .row1 .content p,
    .three_rows .row1 .content ul,
    .three_rows .row1 .content ol,
    .three_rows .row1 .content li,
    .three_rows .row1 .content dt,
    .three_rows .row1 .content dd {
        font-size: 2rem;
        letter-spacing: -0.11125rem;
        line-height: 3.25rem;
    }
}
.three_rows .row2 {
    align-items: center;
}
.three_rows .row3 .content {
    max-width: 960px;
}
@media (min-width: 1025px) {
    .three_rows .row3 .content {
        margin: 0 auto;
        padding: 100px 0;
    }
}
.password-form {
    max-width: 800px;
    margin: 0 auto;
    padding: 100px;
}
body.page-template-template-blogs_search .featured-update h1.ofset-all-1,
.post-type-archive .featured-update h1.ofset-all-1 {
    margin: 0;
}
body.page-template-template-blogs_search .featured-update__header,
.post-type-archive .featured-update__header {
    padding-top: 20px;
    padding-bottom: 20px;
}
body.page-template-template-blogs_search .featured-update__header .blog-icon,
.post-type-archive .featured-update__header .blog-icon {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2221%22%20height%3D%2226%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20transform%3D%22matrix(-1%200%200%201%2019.5%201.5)%22%20stroke%3D%22%23FFF%22%20stroke-width%3D%221.5%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M1%200h16a1%201%200%20011%201v21a1%201%200%2001-1%201H1a1%201%200%2001-1-1V1a1%201%200%20011-1z%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M1%201l16%207M17%201L1%208%22%2F%3E%3Crect%20x%3D%224.25%22%20y%3D%2213.25%22%20width%3D%229.5%22%20height%3D%225.5%22%20rx%3D%221%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M1%209h17%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-size: auto;
    padding: 10px;
    background-color: #373435;
    border-radius: 50%;
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    margin-right: 10px;
}
body.page-template-template-blogs_search .featured-update__header .news_post-icon,
.post-type-archive .featured-update__header .news_post-icon {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2223%22%20height%3D%2223%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M21%201.5a1%201%200%20011%201v14a1%201%200%2001-1%201H9.26c-.03.043-.065.083-.103.121l-3.925%203.925a1%201%200%2001-1.707-.717l.033-3.329H2a1%201%200%2001-1-1v-14a1%201%200%20011-1h19z%22%20stroke%3D%22%23FFF%22%20stroke-width%3D%221.5%22%2F%3E%3Cpath%20stroke%3D%22%23FFF%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20d%3D%22M5%209.5h13M5%2012.5h13M5%206.5h13%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-size: auto;
    padding: 10px;
    background-color: #373435;
    border-radius: 50%;
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    margin-right: 10px;
}
body.page-template-template-blogs_search .featured-update__header .report-icon,
.post-type-archive .featured-update__header .report-icon {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2220%22%20height%3D%2226%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke-width%3D%221.5%22%20stroke%3D%22%23FFF%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M18%201.5H2a1%201%200%2000-1%201v21a1%201%200%20001%201h16a1%201%200%20001-1v-21a1%201%200%2000-1-1z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5%2024V2M14%2015.5H5M14%2018.5H5M14%2021.5H5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-size: auto;
    padding: 10px;
    background-color: #373435;
    border-radius: 50%;
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    margin-right: 10px;
}
body.page-template-template-blogs_search .featured-update__header .rfvids-video-icon,
.post-type-archive .featured-update__header .rfvids-video-icon {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2218%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M.86%2022.577V1.423a.349.349%200%2001.35-.35L16.812%2011.71a.349.349%200%2001.135.397L1.41%2022.866a.349.349%200%2001-.548-.289z%22%20stroke%3D%22%23FFF%22%20stroke-width%3D%221.5%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-size: auto;
    padding: 10px;
    background-color: #373435;
    border-radius: 50%;
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    margin-right: 10px;
}
body.page-template-template-blogs_search .featured-update__header .podcast-icon,
.post-type-archive .featured-update__header .podcast-icon {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2219%22%20height%3D%2225%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke%3D%22%23FFF%22%20stroke-width%3D%221.5%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M8.24%207.75h.51v9.5h-.506l8.967%206.15a.35.35%200%2000.485-.323l-.007-21.222a.296.296%200%2000-.107-.174c-.08-.064-.19-.095-.434-.047L8.24%207.75z%22%2F%3E%3Cpath%20d%3D%22M8.806%207.75l-7.5.25.25%209.25h7.25v-9.5z%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M13.906%2020.75V4.25%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-size: auto;
    padding: 10px;
    background-color: #373435;
    border-radius: 50%;
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    margin-right: 10px;
}
body.page-template-template-blogs_search .featured-update__header .title,
.post-type-archive .featured-update__header .title {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    font-family: Graphik-Bold;
    font-size: 1.875rem;
    letter-spacing: -0.09375rem;
}
body.page-template-template-blogs_search .featured-update__block,
.post-type-archive .featured-update__block {
    width: 100%;
    background: #fff;
}
body.page-template-template-blogs_search .featured-update__content,
.post-type-archive .featured-update__content {
    padding-top: 100px;
    padding-bottom: 200px;
    margin-bottom: 250px;
}
@media (min-width: 1025px) {
    body.page-template-template-blogs_search .featured-update__content,
    .post-type-archive .featured-update__content {
        padding-bottom: 100px;
    }
}
body.page-template-template-blogs_search .featured-update__content hr,
.post-type-archive .featured-update__content hr {
    position: absolute;
    top: 60px;
    width: auto;
    left: 35px;
    right: 35px;
    margin: 0;
    border: 0;
    border-top: 1px solid #fff;
    z-index: 99;
}
body.page-template-template-blogs_search .featured-update__image,
.post-type-archive .featured-update__image {
    z-index: 9;
}
body.page-template-template-blogs_search .featured-update .author,
.post-type-archive .featured-update .author {
    padding-top: 40px;
}
body.page-template-template-blogs_search .featured-update .author__title,
.post-type-archive .featured-update .author__title {
    margin-bottom: 10px;
}
body.page-template-template-blogs_search .featured-update .author p,
body.page-template-template-blogs_search .featured-update .author a,
.post-type-archive .featured-update .author p,
.post-type-archive .featured-update .author a {
    font-family: Graphik-Medium;
    font-size: 0.8125rem;
}
body.page-template-template-blogs_search .featured-update .author ul.author__list,
.post-type-archive .featured-update .author ul.author__list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 0.9375rem;
    max-width: 581px;
}
body.page-template-template-blogs_search .featured-update .author ul.author__list li:before,
.post-type-archive .featured-update .author ul.author__list li:before {
    display: none;
}
body.page-template-template-blogs_search .featured-update .author ul.author__list.list_inline li,
.post-type-archive .featured-update .author ul.author__list.list_inline li {
    color: #fff;
    display: inline;
}
body.page-template-template-blogs_search .featured-update .author ul.author__list.list_inline li:after,
.post-type-archive .featured-update .author ul.author__list.list_inline li:after {
    content: ",";
}
body.page-template-template-blogs_search .featured-update .author ul.author__list.list_inline li:last-child:after,
.post-type-archive .featured-update .author ul.author__list.list_inline li:last-child:after {
    content: "";
}
body.page-template-template-blogs_search .featured-update .author ul.author__list li.hero-banner__author,
.post-type-archive .featured-update .author ul.author__list li.hero-banner__author {
    font-size: 0.8125rem;
    letter-spacing: 0;
    line-height: 1.25rem;
}
body.page-template-template-blogs_search .featured-update .author a b,
.post-type-archive .featured-update .author a b {
    font-weight: 400;
}
body.page-template-template-blogs_search .featured-update .author a span,
.post-type-archive .featured-update .author a span {
    font-family: Graphik-Regular;
}
@media (min-width: 768px) {
    .post-type-archive .featured-update__content hr {
        left: 40px;
        right: 40px;
    }
}
@media (min-width: 1025px) {
    body.page-template-template-blogs_search .featured-update__content,
    .post-type-archive .featured-update__content {
        min-height: 540px;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    body.page-template-template-blogs_search .featured-update__content hr,
    .post-type-archive .featured-update__content hr {
        width: 70%;
        left: 8.33333%;
    }
    body.page-template-template-blogs_search .featured-update .detail-block,
    .post-type-archive .featured-update .detail-block {
        padding: 0 24.99999% 20px 8.33333%;
    }
    body.page-template-template-blogs_search .featured-update__image,
    .post-type-archive .featured-update__image {
        top: 40px;
        bottom: auto;
        transform: none;
    }
}
.page-template-template-blogs_search .featured-update__header {
    padding-top: 20px;
    padding-bottom: 20px;
}
.page-template-template-blogs_search .featured-update__header .blog-icon {
    background: transparent
        url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2221%22%20height%3D%2226%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20transform%3D%22matrix(-1%200%200%201%2019.5%201.5)%22%20stroke%3D%22%23FFF%22%20stroke-width%3D%221.5%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M1%200h16a1%201%200%20011%201v21a1%201%200%2001-1%201H1a1%201%200%2001-1-1V1a1%201%200%20011-1z%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M1%201l16%207M17%201L1%208%22%2F%3E%3Crect%20x%3D%224.25%22%20y%3D%2213.25%22%20width%3D%229.5%22%20height%3D%225.5%22%20rx%3D%221%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M1%209h17%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat 50% 50%;
    background-size: contain;
    background-size: auto;
    padding: 10px;
    background-color: #373435;
    border-radius: 50%;
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    margin-right: 10px;
}
.page-template-template-blogs_search .featured-update__header .title {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    font-family: Graphik-Bold;
    font-size: 1.875rem;
    letter-spacing: -0.09375rem;
}
.page-template-template-blogs_search .featured-update__block {
    width: 100%;
    background: #fff;
}
.page-template-template-blogs_search .featured-update__content {
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 250px;
}
.page-template-template-blogs_search .featured-update__content hr {
    position: absolute;
    top: 60px;
    width: auto;
    left: 35px;
    right: 35px;
    margin: 0;
    border: 0;
    border-top: 1px solid #fff;
    z-index: 99;
}
.page-template-template-blogs_search .featured-update__image {
    z-index: 9;
    bottom: 50px;
}
.page-template-template-blogs_search .featured-update .author {
    padding-top: 40px;
}
.page-template-template-blogs_search .featured-update .author__title {
    margin-bottom: 10px;
}
.page-template-template-blogs_search .featured-update .author p,
.page-template-template-blogs_search .featured-update .author a {
    font-family: Graphik-Medium;
    font-size: 0.8125rem;
}
.page-template-template-blogs_search .featured-update .author ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.page-template-template-blogs_search .featured-update .author a b {
    font-weight: 400;
}
.page-template-template-blogs_search .featured-update .author a span {
    font-family: Graphik-Regular;
}
@media (min-width: 768px) {
    .page-template-template-blogs_search .featured-update__content hr {
        left: 40px;
        right: 40px;
    }
}
@media (min-width: 1025px) {
    .page-template-template-blogs_search .featured-update__content {
        min-height: 540px;
        padding-bottom: 20px;
        margin-bottom: 0;
    }
    .page-template-template-blogs_search .featured-update__content hr {
        width: 70%;
        left: 8.33333%;
    }
    .page-template-template-blogs_search .featured-update .detail-block {
        padding: 0 24.99999% 0 8.33333%;
    }
    .page-template-template-blogs_search .featured-update .detail-block h2.heading6 a:hover,
    .page-template-template-blogs_search .featured-update .detail-block h2.heading6 a:focus {
        color: #5ed2cd;
    }
    .page-template-template-blogs_search .featured-update__image {
        top: 40px;
        bottom: auto;
        transform: none;
    }
}
body.single-grant h1 {
    font-size: 4.375rem;
    font-weight: 400;
    letter-spacing: -0.21875rem;
    line-height: 4.75rem;
}
body.single-grant #main-content {
    background-color: transparent;
    padding-top: 0;
}
body.single-grant #main-content h2 {
    font-family: Graphik-Medium;
    font-size: 1rem;
    letter-spacing: -0.04562rem;
    line-height: 2.125rem;
    margin-bottom: 1rem;
}
body.single-grant #main-content > .container {
    max-width: 100%;
}
@media (min-width: 1025px) {
    body.single-grant .grant_info,
    body.single-grant .grantee_details {
        padding-left: 135px;
        padding-right: 135px;
    }
}
body.single-grant .grant_amount {
    border-bottom: solid 1px #373435;
    padding: 35px 0;
}
body.single-grant .grant_amount span {
    font-family: Moderat;
    font-size: 3.2rem;
    color: #007e76;
    letter-spacing: -0.1375rem;
}
@media (min-width: 1025px) {
    body.single-grant .grant_amount span {
        font-size: 5rem;
        letter-spacing: -0.21875rem;
        line-height: 3.75rem;
    }
}
body.single-grant .grant_info .data_box {
    line-height: 1.625rem;
    padding: 15px 0 25px;
}
@media (min-width: 1025px) {
    body.single-grant .grant_detail {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    body.single-grant .grant_detail .data_box {
        flex-grow: 1;
    }
}
body.single-grant .grantee_details .data_box {
    border-bottom: solid 1px rgba(0, 22, 18, 0.2);
    line-height: 1.625rem;
    padding: 35px 0;
}
body.single-grant .grantee_details .data_box:last-child {
    border-bottom: none;
}
@media (min-width: 1025px) {
    body.single-grant .grant_description.data_box {
        padding-right: 50%;
    }
}
body.single-profile #main-content.has-sidebar {
    display: flex;
    flex-direction: column-reverse;
}
@media (min-width: 1025px) {
    body.single-profile #main-content.has-sidebar {
        flex-direction: row-reverse;
    }
}
body.single-profile #main-content.has-sidebar > .container {
    margin-bottom: 50px;
}
@media (min-width: 1025px) {
    body.single-profile #main-content.has-sidebar > .container {
        margin-left: 0;
        margin-right: 0;
    }
	body.page-template-template-updates li.anchor_menu_item {
        display: inline-block;
    }
}
body.single-profile #main-content.has-sidebar .sidebar {
    margin-left: 0;
    margin-right: 0;
}
body.page-template-template-updates li.anchor_menu_item {
    display: none;
}
body.page-template-template-updates li.anchor_menu_item_small {
    display: block;
}
@media (min-width: 1025px) {
    body.page-template-template-updates li.anchor_menu_item_small {
        display: none;
    }
}
.ctl-bullets-container {
    display: block;
    position: fixed;
    right: 0;
    height: 100%;
    z-index: 1049;
    font-weight: 400;
    height: 70vh;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 15vh auto;
}
#colorbox .gform_footer .gform_button.button {
    display: none !important;
}
.footer-destination .gform_footer input[type="submit"] {
    display: none !important;
}
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
.bg-logo-blue {
	background-color: #68a4d8;
	color: #fff;
}
.bg-logo-green {
	background-color: #5ed2cd;
	color: #fff;
}
.bg-logo-white {
	background-color: #fff;
	color: #000;
}
.bg-logo-blue .text p {
    color: #fff;
}
.mt-0{
	margin-top: 0px;
}
.mt-10{
	margin-top: 10px;
}
.mt-20{
	margin-top: 20px;
}
.mt-30{
	margin-top: 30px;
}
.mt-50{
	margin-top: 50px;
}
.mb-0{
	margin-bottom: 0px;
}
.p-0{
	padding: 0px !important;
}
.pt-0{
	padding-top: 0px !important;
}
.pt-5{
	padding-top: 5px !important;
}
.pt-10{
	padding-top: 10px !important;
}
.pt-20{
	padding-top: 20px !important;
}
.pt-30{
	padding-top: 30px !important;
}
.pt-40{
	padding-top: 40px !important;
}

.pb-0{
	padding-bottom: 0px !important;
}
.pb-160{
	padding-bottom: 160px !important;
}
.pb-150{
	padding-bottom: 150px !important;
}
.pb-170{
	padding-bottom: 170px;
}
.pb-180{
	padding-bottom: 180px !important;
}
.bg-theme-green {
	background-color: #8fd0b5;
}
.fs-1em{
	font-size: 1em;
}
.col-cs-75{
	width: 75% !important;
	float: left !important;
}
.col-cs-50{
	width: 50%;
	float: left;
}
.col-cs-25{
	width: 25% !important;
	float: left !important;
}
#menu-footer-navigation .menu-item h4{
	font-size: 1em !important;
    letter-spacing: normal;
    line-height: normal;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #5ed2cd;
	display: inline-block;
}
.get-in-touch a{
	font-size: 0.90em !important;
    letter-spacing: normal !important;
    line-height: normal !important;
    padding: 0 !important;
    font-weight: normal !important;
	color: #5ed2cd !important;
}
.text-theme-orange {
	color: #f58634;
}
.theme-orange-color {
	color: #f58634;
}
.theme-blue-color {
	color: #5ed2cd;
}
@media (max-width: 599px) {
	
    .col-cs-75{
		width: 100% !important;
	}
	.col-cs-50{
		width: 100% !important;
	}
	.col-cs-25{
		width: 100% !important;
		margin-top: 80px;
	}
	.addr2 {
		margin-top: 30px;
	}
	.featured-update__content_right {
		position: relative;
		right: 0%;
	}
	.error-404-container {
		width: 100% !important;
		min-width: 100% !important;
	}
	.contact-infos {
		padding: 50px 0 !important; 
		border-left: 0px solid #ccc !important;
	}
	.rich_text_block .gform_wrapper form .gform_heading, .component.rich_text .gform_wrapper form .gform_heading {
		padding-top: 40px;
	}
}
@media (min-width: 600px) and (max-width: 781px) {
    .col-cs-75{
		width: 100% !important;
	}
	.col-cs-50{
		width: 100% !important;
	}
	.col-cs-25{
		width: 100% !important;
	}
	.error-404-container {
		width: 100% !important;
		min-width: 100% !important;
	}
	
}
.featured-update .viewmore {
    margin-top: 40px;
    text-align: center;
}

.featured-update .viewmore a {
    box-shadow: 0 3px 0 0 #5ed2cd;
    border : 1px solid #5ed2cd;
    font-family: Moderat;
    font-size: 0.75rem;
    font-weight: 600;
    color: #373435;
    letter-spacing: 0.125rem;
    line-height: 1.125rem;
    padding-bottom: 10px;
    text-transform: uppercase;
    width: auto;
    width: fit-content;
    background: transparent url(data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%2224%22%20height%3D%2211%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke%3D%22%23001612%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M18.547%201.257L22.79%205.5l-4.243%204.243%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M21.5%205.5H.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E) no-repeat 50% 50%;
    background-size: contain;
    background-position: center right 30px;
    background-size: auto;
    padding-right: 50px;
    background-color: #fff;
    display: inline-block;
    padding: 23px 60px 22px 25px;
    text-align: center;
}
.featured-update .viewmore a:hover, .featured-update .viewmore a:focus {
	background-color: #5ed2cd;
    border-color: #5ed2cd;
}

.error-404-container {
	width: 900px;
	height:auto; 
	min-height:100%; 
}

.search-form {
    float: left;
    width: 100%;
    height: 54px;
    background: #f1f4f7;
    border-radius: 30px;
    position: relative;
}
.search-form input {
    float: left;
    width: 100%;
    height: 100%;
    background: none;
    border: 0;
    padding: 10px 50px 10px 20px;
    font-size: 13px;
    text-transform: lowercase;
}
.search-form button {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
    color: #584849;
    background: no-repeat;
    border: 0;
    font-size: 16px;
    text-align: center;
}

.search-widget {
	width: 90%;
    padding-bottom: 60px;
}

@media (min-width: 768px){
	.archive .content-wrapper .content-wrapper {
		margin: 0 40px;
	}
	
}

.theme-bg {
	background-image: linear-gradient(-48deg, #8fd0b5 0%, #68a4d8 100%);
}

.hero-banner.bg_light .social_menu {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 0;
    width: fit-content;
}
.hero-banner.bg_light .social_menu li {
    border-right: none;
    display: inline-block;
    border: 1px solid #373435;
    line-height: 0;
}
.hero-banner.bg_light .social_menu li.facebook a {
    background: transparent url(data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20width%3D%227%22%20height%3D%2214%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4.05%2013.056V6.527h1.803l.239-2.25H4.05l.003-1.126c0-.587.056-.9.898-.9H6.08V0H4.277C2.112%200%201.35%201.091%201.35%202.927v1.35H0v2.25h1.35v6.529h2.7z%22%20fill%3D%22%23001612%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E) no-repeat 50% 50%;
    background-size: contain;
    background-color: #fff;
    background-size: auto;
}
.hero-banner.bg_light .social_menu a:hover, .hero-banner.bg_light .social_menu a:focus {
    background-color: #5ed2cd !important;
}
.hero-banner.bg_light .social_menu a {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    display: inline-block;
    height: 40px;
    width: 40px;
}
.input-error {
	border: 1px solid #efbaba !important;
    background: #f8d1d1 !important;
}
.text-danger {
    color: #cc0101;
}
.trendsetters {
	padding: 80px 80px 120px 80px;
}
.trendsetters h1 {
	font-size: 5.375rem;
    line-height: 4.8rem;
    letter-spacing: -0.15625rem;
	color: transparent;
    display: block;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 0.1px;
    -webkit-text-stroke-color: #5ed2cd;
}
.trendsetters p {
	padding: 0 0px 20px 30px;
	font-size: 1.2rem;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.subscription h5 {
	font-size: 1.2rem;
}



.fs-1 {font-size: 1px;}
.fs-2 {font-size: 2px;}
.fs-3 {font-size: 3px;}
.fs-4 {font-size: 4px;}
.fs-5 {font-size: 5px;}
.fs-6 {font-size: 6px;}
.fs-7 {font-size: 7px;}
.fs-8 {font-size: 8px;}
.fs-9 {font-size: 9px;}
.fs-10 {font-size: 10px;}
.fs-11 {font-size: 11px;}
.fs-12 {font-size: 12px;}
.fs-13 {font-size: 13px;}
.fs-14 {font-size: 14px;}
.fs-15 {font-size: 15px;}
.fs-16 {font-size: 16px;}
.fs-17 {font-size: 17px;}
.fs-18 {font-size: 18px;}
.fs-19 {font-size: 19px;}
.fs-20 {font-size: 20px;}
.fs-21 {font-size: 21px;}
.fs-22 {font-size: 22px;}
.fs-23 {font-size: 23px;}
.fs-24 {font-size: 24px;}
.fs-25 {font-size: 25px;}
.fs-26 {font-size: 26px;}
.fs-27 {font-size: 27px;}
.fs-28 {font-size: 28px;}
.fs-29 {font-size: 29px;}
.fs-30 {font-size: 30px;}
.fs-31 {font-size: 31px;}
.fs-32 {font-size: 32px;}
.fs-33 {font-size: 33px;}
.fs-34 {font-size: 34px;}
.fs-35 {font-size: 35px;}
.fs-36 {font-size: 36px;}
.fs-37 {font-size: 37px;}
.fs-38 {font-size: 38px;}
.fs-39 {font-size: 39px;}
.fs-40 {font-size: 40px;}
.fs-41 {font-size: 41px;}
.fs-42 {font-size: 42px;}
.fs-43 {font-size: 43px;}
.fs-44 {font-size: 44px;}
.fs-45 {font-size: 45px;}
.fs-46 {font-size: 46px;}
.fs-47 {font-size: 47px;}
.fs-48 {font-size: 48px;}
.fs-49 {font-size: 49px;}
.fs-50 {font-size: 50px;}
.fs-51 {font-size: 51px;}
.fs-52 {font-size: 52px;}
.fs-53 {font-size: 53px;}
.fs-54 {font-size: 54px;}
.fs-55 {font-size: 55px;}
.fs-56 {font-size: 56px;}
.fs-57 {font-size: 57px;}
.fs-58 {font-size: 58px;}
.fs-59 {font-size: 59px;}
.fs-60 {font-size: 60px;}
.fs-61 {font-size: 61px;}
.fs-62 {font-size: 62px;}
.fs-63 {font-size: 63px;}
.fs-64 {font-size: 64px;}
.fs-65 {font-size: 65px;}
.fs-66 {font-size: 66px;}
.fs-67 {font-size: 67px;}
.fs-68 {font-size: 68px;}
.fs-69 {font-size: 69px;}
.fs-70 {font-size: 70px;}
.fs-71 {font-size: 71px;}
.fs-72 {font-size: 72px;}
.fs-73 {font-size: 73px;}
.fs-74 {font-size: 74px;}
.fs-75 {font-size: 75px;}
.fs-76 {font-size: 76px;}
.fs-77 {font-size: 77px;}
.fs-78 {font-size: 78px;}
.fs-79 {font-size: 79px;}
.fs-80 {font-size: 80px;}
.fs-81 {font-size: 81px;}
.fs-82 {font-size: 82px;}
.fs-83 {font-size: 83px;}
.fs-84 {font-size: 84px;}
.fs-85 {font-size: 85px;}
.fs-86 {font-size: 86px;}
.fs-87 {font-size: 87px;}
.fs-88 {font-size: 88px;}
.fs-89 {font-size: 89px;}
.fs-90 {font-size: 90px;}
.fs-91 {font-size: 91px;}
.fs-92 {font-size: 92px;}
.fs-93 {font-size: 93px;}
.fs-94 {font-size: 94px;}
.fs-95 {font-size: 95px;}
.fs-96 {font-size: 96px;}
.fs-97 {font-size: 97px;}
.fs-98 {font-size: 98px;}
.fs-99 {font-size: 99px;}
.fs-100 {font-size: 100px;}
.fs-101 {font-size: 101px;}
.fs-102 {font-size: 102px;}
.fs-103 {font-size: 103px;}
.fs-104 {font-size: 104px;}
.fs-105 {font-size: 105px;}
.fs-106 {font-size: 106px;}
.fs-107 {font-size: 107px;}
.fs-108 {font-size: 108px;}
.fs-109 {font-size: 109px;}
.fs-110 {font-size: 110px;}
.fs-111 {font-size: 111px;}
.fs-112 {font-size: 112px;}
.fs-113 {font-size: 113px;}
.fs-114 {font-size: 114px;}
.fs-115 {font-size: 115px;}
.fs-116 {font-size: 116px;}
.fs-117 {font-size: 117px;}
.fs-118 {font-size: 118px;}
.fs-119 {font-size: 119px;}
.fs-120 {font-size: 120px;}
.fs-121 {font-size: 121px;}
.fs-122 {font-size: 122px;}
.fs-123 {font-size: 123px;}
.fs-124 {font-size: 124px;}
.fs-125 {font-size: 125px;}
.fs-126 {font-size: 126px;}
.fs-127 {font-size: 127px;}
.fs-128 {font-size: 128px;}
.fs-129 {font-size: 129px;}
.fs-130 {font-size: 130px;}
.fs-131 {font-size: 131px;}
.fs-132 {font-size: 132px;}
.fs-133 {font-size: 133px;}
.fs-134 {font-size: 134px;}
.fs-135 {font-size: 135px;}
.fs-136 {font-size: 136px;}
.fs-137 {font-size: 137px;}
.fs-138 {font-size: 138px;}
.fs-139 {font-size: 139px;}
.fs-140 {font-size: 140px;}
.fs-141 {font-size: 141px;}
.fs-142 {font-size: 142px;}
.fs-143 {font-size: 143px;}
.fs-144 {font-size: 144px;}
.fs-145 {font-size: 145px;}
.fs-146 {font-size: 146px;}
.fs-147 {font-size: 147px;}
.fs-148 {font-size: 148px;}
.fs-149 {font-size: 149px;}
.fs-150 {font-size: 150px;}
.fs-151 {font-size: 151px;}
.fs-152 {font-size: 152px;}
.fs-153 {font-size: 153px;}
.fs-154 {font-size: 154px;}
.fs-155 {font-size: 155px;}
.fs-156 {font-size: 156px;}
.fs-157 {font-size: 157px;}
.fs-158 {font-size: 158px;}
.fs-159 {font-size: 159px;}
.fs-160 {font-size: 160px;}
.fs-161 {font-size: 161px;}
.fs-162 {font-size: 162px;}
.fs-163 {font-size: 163px;}
.fs-164 {font-size: 164px;}
.fs-165 {font-size: 165px;}
.fs-166 {font-size: 166px;}
.fs-167 {font-size: 167px;}
.fs-168 {font-size: 168px;}
.fs-169 {font-size: 169px;}
.fs-170 {font-size: 170px;}
.fs-171 {font-size: 171px;}
.fs-172 {font-size: 172px;}
.fs-173 {font-size: 173px;}
.fs-174 {font-size: 174px;}
.fs-175 {font-size: 175px;}
.fs-176 {font-size: 176px;}
.fs-177 {font-size: 177px;}
.fs-178 {font-size: 178px;}
.fs-179 {font-size: 179px;}
.fs-180 {font-size: 180px;}
.fs-181 {font-size: 181px;}
.fs-182 {font-size: 182px;}
.fs-183 {font-size: 183px;}
.fs-184 {font-size: 184px;}
.fs-185 {font-size: 185px;}
.fs-186 {font-size: 186px;}
.fs-187 {font-size: 187px;}
.fs-188 {font-size: 188px;}
.fs-189 {font-size: 189px;}
.fs-190 {font-size: 190px;}
.fs-191 {font-size: 191px;}
.fs-192 {font-size: 192px;}
.fs-193 {font-size: 193px;}
.fs-194 {font-size: 194px;}
.fs-195 {font-size: 195px;}
.fs-196 {font-size: 196px;}
.fs-197 {font-size: 197px;}
.fs-198 {font-size: 198px;}
.fs-199 {font-size: 199px;}
.fs-200 {font-size: 200px;}

/*[ PADDING ]
///////////////////////////////////////////////////////////
*/
.p-t-0 {padding-top: 0px;}
.p-t-1 {padding-top: 1px;}
.p-t-2 {padding-top: 2px;}
.p-t-3 {padding-top: 3px;}
.p-t-4 {padding-top: 4px;}
.p-t-5 {padding-top: 5px;}
.p-t-6 {padding-top: 6px;}
.p-t-7 {padding-top: 7px;}
.p-t-8 {padding-top: 8px;}
.p-t-9 {padding-top: 9px;}
.p-t-10 {padding-top: 10px;}
.p-t-11 {padding-top: 11px;}
.p-t-12 {padding-top: 12px;}
.p-t-13 {padding-top: 13px;}
.p-t-14 {padding-top: 14px;}
.p-t-15 {padding-top: 15px;}
.p-t-16 {padding-top: 16px;}
.p-t-17 {padding-top: 17px;}
.p-t-18 {padding-top: 18px;}
.p-t-19 {padding-top: 19px;}
.p-t-20 {padding-top: 20px;}
.p-t-21 {padding-top: 21px;}
.p-t-22 {padding-top: 22px;}
.p-t-23 {padding-top: 23px;}
.p-t-24 {padding-top: 24px;}
.p-t-25 {padding-top: 25px;}
.p-t-26 {padding-top: 26px;}
.p-t-27 {padding-top: 27px;}
.p-t-28 {padding-top: 28px;}
.p-t-29 {padding-top: 29px;}
.p-t-30 {padding-top: 30px;}
.p-t-31 {padding-top: 31px;}
.p-t-32 {padding-top: 32px;}
.p-t-33 {padding-top: 33px;}
.p-t-34 {padding-top: 34px;}
.p-t-35 {padding-top: 35px;}
.p-t-36 {padding-top: 36px;}
.p-t-37 {padding-top: 37px;}
.p-t-38 {padding-top: 38px;}
.p-t-39 {padding-top: 39px;}
.p-t-40 {padding-top: 40px;}
.p-t-41 {padding-top: 41px;}
.p-t-42 {padding-top: 42px;}
.p-t-43 {padding-top: 43px;}
.p-t-44 {padding-top: 44px;}
.p-t-45 {padding-top: 45px;}
.p-t-46 {padding-top: 46px;}
.p-t-47 {padding-top: 47px;}
.p-t-48 {padding-top: 48px;}
.p-t-49 {padding-top: 49px;}
.p-t-50 {padding-top: 50px;}
.p-t-51 {padding-top: 51px;}
.p-t-52 {padding-top: 52px;}
.p-t-53 {padding-top: 53px;}
.p-t-54 {padding-top: 54px;}
.p-t-55 {padding-top: 55px;}
.p-t-56 {padding-top: 56px;}
.p-t-57 {padding-top: 57px;}
.p-t-58 {padding-top: 58px;}
.p-t-59 {padding-top: 59px;}
.p-t-60 {padding-top: 60px;}
.p-t-61 {padding-top: 61px;}
.p-t-62 {padding-top: 62px;}
.p-t-63 {padding-top: 63px;}
.p-t-64 {padding-top: 64px;}
.p-t-65 {padding-top: 65px;}
.p-t-66 {padding-top: 66px;}
.p-t-67 {padding-top: 67px;}
.p-t-68 {padding-top: 68px;}
.p-t-69 {padding-top: 69px;}
.p-t-70 {padding-top: 70px;}
.p-t-71 {padding-top: 71px;}
.p-t-72 {padding-top: 72px;}
.p-t-73 {padding-top: 73px;}
.p-t-74 {padding-top: 74px;}
.p-t-75 {padding-top: 75px;}
.p-t-76 {padding-top: 76px;}
.p-t-77 {padding-top: 77px;}
.p-t-78 {padding-top: 78px;}
.p-t-79 {padding-top: 79px;}
.p-t-80 {padding-top: 80px;}
.p-t-81 {padding-top: 81px;}
.p-t-82 {padding-top: 82px;}
.p-t-83 {padding-top: 83px;}
.p-t-84 {padding-top: 84px;}
.p-t-85 {padding-top: 85px;}
.p-t-86 {padding-top: 86px;}
.p-t-87 {padding-top: 87px;}
.p-t-88 {padding-top: 88px;}
.p-t-89 {padding-top: 89px;}
.p-t-90 {padding-top: 90px;}
.p-t-91 {padding-top: 91px;}
.p-t-92 {padding-top: 92px;}
.p-t-93 {padding-top: 93px;}
.p-t-94 {padding-top: 94px;}
.p-t-95 {padding-top: 95px;}
.p-t-96 {padding-top: 96px;}
.p-t-97 {padding-top: 97px;}
.p-t-98 {padding-top: 98px;}
.p-t-99 {padding-top: 99px;}
.p-t-100 {padding-top: 100px;}
.p-t-101 {padding-top: 101px;}
.p-t-102 {padding-top: 102px;}
.p-t-103 {padding-top: 103px;}
.p-t-104 {padding-top: 104px;}
.p-t-105 {padding-top: 105px;}
.p-t-106 {padding-top: 106px;}
.p-t-107 {padding-top: 107px;}
.p-t-108 {padding-top: 108px;}
.p-t-109 {padding-top: 109px;}
.p-t-110 {padding-top: 110px;}
.p-t-111 {padding-top: 111px;}
.p-t-112 {padding-top: 112px;}
.p-t-113 {padding-top: 113px;}
.p-t-114 {padding-top: 114px;}
.p-t-115 {padding-top: 115px;}
.p-t-116 {padding-top: 116px;}
.p-t-117 {padding-top: 117px;}
.p-t-118 {padding-top: 118px;}
.p-t-119 {padding-top: 119px;}
.p-t-120 {padding-top: 120px;}
.p-t-121 {padding-top: 121px;}
.p-t-122 {padding-top: 122px;}
.p-t-123 {padding-top: 123px;}
.p-t-124 {padding-top: 124px;}
.p-t-125 {padding-top: 125px;}
.p-t-126 {padding-top: 126px;}
.p-t-127 {padding-top: 127px;}
.p-t-128 {padding-top: 128px;}
.p-t-129 {padding-top: 129px;}
.p-t-130 {padding-top: 130px;}
.p-t-131 {padding-top: 131px;}
.p-t-132 {padding-top: 132px;}
.p-t-133 {padding-top: 133px;}
.p-t-134 {padding-top: 134px;}
.p-t-135 {padding-top: 135px;}
.p-t-136 {padding-top: 136px;}
.p-t-137 {padding-top: 137px;}
.p-t-138 {padding-top: 138px;}
.p-t-139 {padding-top: 139px;}
.p-t-140 {padding-top: 140px;}
.p-t-141 {padding-top: 141px;}
.p-t-142 {padding-top: 142px;}
.p-t-143 {padding-top: 143px;}
.p-t-144 {padding-top: 144px;}
.p-t-145 {padding-top: 145px;}
.p-t-146 {padding-top: 146px;}
.p-t-147 {padding-top: 147px;}
.p-t-148 {padding-top: 148px;}
.p-t-149 {padding-top: 149px;}
.p-t-150 {padding-top: 150px;}
.p-t-151 {padding-top: 151px;}
.p-t-152 {padding-top: 152px;}
.p-t-153 {padding-top: 153px;}
.p-t-154 {padding-top: 154px;}
.p-t-155 {padding-top: 155px;}
.p-t-156 {padding-top: 156px;}
.p-t-157 {padding-top: 157px;}
.p-t-158 {padding-top: 158px;}
.p-t-159 {padding-top: 159px;}
.p-t-160 {padding-top: 160px;}
.p-t-161 {padding-top: 161px;}
.p-t-162 {padding-top: 162px;}
.p-t-163 {padding-top: 163px;}
.p-t-164 {padding-top: 164px;}
.p-t-165 {padding-top: 165px;}
.p-t-166 {padding-top: 166px;}
.p-t-167 {padding-top: 167px;}
.p-t-168 {padding-top: 168px;}
.p-t-169 {padding-top: 169px;}
.p-t-170 {padding-top: 170px;}
.p-t-171 {padding-top: 171px;}
.p-t-172 {padding-top: 172px;}
.p-t-173 {padding-top: 173px;}
.p-t-174 {padding-top: 174px;}
.p-t-175 {padding-top: 175px;}
.p-t-176 {padding-top: 176px;}
.p-t-177 {padding-top: 177px;}
.p-t-178 {padding-top: 178px;}
.p-t-179 {padding-top: 179px;}
.p-t-180 {padding-top: 180px;}
.p-t-181 {padding-top: 181px;}
.p-t-182 {padding-top: 182px;}
.p-t-183 {padding-top: 183px;}
.p-t-184 {padding-top: 184px;}
.p-t-185 {padding-top: 185px;}
.p-t-186 {padding-top: 186px;}
.p-t-187 {padding-top: 187px;}
.p-t-188 {padding-top: 188px;}
.p-t-189 {padding-top: 189px;}
.p-t-190 {padding-top: 190px;}
.p-t-191 {padding-top: 191px;}
.p-t-192 {padding-top: 192px;}
.p-t-193 {padding-top: 193px;}
.p-t-194 {padding-top: 194px;}
.p-t-195 {padding-top: 195px;}
.p-t-196 {padding-top: 196px;}
.p-t-197 {padding-top: 197px;}
.p-t-198 {padding-top: 198px;}
.p-t-199 {padding-top: 199px;}
.p-t-200 {padding-top: 200px;}
.p-t-201 {padding-top: 201px;}
.p-t-202 {padding-top: 202px;}
.p-t-203 {padding-top: 203px;}
.p-t-204 {padding-top: 204px;}
.p-t-205 {padding-top: 205px;}
.p-t-206 {padding-top: 206px;}
.p-t-207 {padding-top: 207px;}
.p-t-208 {padding-top: 208px;}
.p-t-209 {padding-top: 209px;}
.p-t-210 {padding-top: 210px;}
.p-t-211 {padding-top: 211px;}
.p-t-212 {padding-top: 212px;}
.p-t-213 {padding-top: 213px;}
.p-t-214 {padding-top: 214px;}
.p-t-215 {padding-top: 215px;}
.p-t-216 {padding-top: 216px;}
.p-t-217 {padding-top: 217px;}
.p-t-218 {padding-top: 218px;}
.p-t-219 {padding-top: 219px;}
.p-t-220 {padding-top: 220px;}
.p-t-221 {padding-top: 221px;}
.p-t-222 {padding-top: 222px;}
.p-t-223 {padding-top: 223px;}
.p-t-224 {padding-top: 224px;}
.p-t-225 {padding-top: 225px;}
.p-t-226 {padding-top: 226px;}
.p-t-227 {padding-top: 227px;}
.p-t-228 {padding-top: 228px;}
.p-t-229 {padding-top: 229px;}
.p-t-230 {padding-top: 230px;}
.p-t-231 {padding-top: 231px;}
.p-t-232 {padding-top: 232px;}
.p-t-233 {padding-top: 233px;}
.p-t-234 {padding-top: 234px;}
.p-t-235 {padding-top: 235px;}
.p-t-236 {padding-top: 236px;}
.p-t-237 {padding-top: 237px;}
.p-t-238 {padding-top: 238px;}
.p-t-239 {padding-top: 239px;}
.p-t-240 {padding-top: 240px;}
.p-t-241 {padding-top: 241px;}
.p-t-242 {padding-top: 242px;}
.p-t-243 {padding-top: 243px;}
.p-t-244 {padding-top: 244px;}
.p-t-245 {padding-top: 245px;}
.p-t-246 {padding-top: 246px;}
.p-t-247 {padding-top: 247px;}
.p-t-248 {padding-top: 248px;}
.p-t-249 {padding-top: 249px;}
.p-t-250 {padding-top: 250px;}
.p-b-0 {padding-bottom: 0px;}
.p-b-1 {padding-bottom: 1px;}
.p-b-2 {padding-bottom: 2px;}
.p-b-3 {padding-bottom: 3px;}
.p-b-4 {padding-bottom: 4px;}
.p-b-5 {padding-bottom: 5px;}
.p-b-6 {padding-bottom: 6px;}
.p-b-7 {padding-bottom: 7px;}
.p-b-8 {padding-bottom: 8px;}
.p-b-9 {padding-bottom: 9px;}
.p-b-10 {padding-bottom: 10px;}
.p-b-11 {padding-bottom: 11px;}
.p-b-12 {padding-bottom: 12px;}
.p-b-13 {padding-bottom: 13px;}
.p-b-14 {padding-bottom: 14px;}
.p-b-15 {padding-bottom: 15px;}
.p-b-16 {padding-bottom: 16px;}
.p-b-17 {padding-bottom: 17px;}
.p-b-18 {padding-bottom: 18px;}
.p-b-19 {padding-bottom: 19px;}
.p-b-20 {padding-bottom: 20px;}
.p-b-21 {padding-bottom: 21px;}
.p-b-22 {padding-bottom: 22px;}
.p-b-23 {padding-bottom: 23px;}
.p-b-24 {padding-bottom: 24px;}
.p-b-25 {padding-bottom: 25px;}
.p-b-26 {padding-bottom: 26px;}
.p-b-27 {padding-bottom: 27px;}
.p-b-28 {padding-bottom: 28px;}
.p-b-29 {padding-bottom: 29px;}
.p-b-30 {padding-bottom: 30px;}
.p-b-31 {padding-bottom: 31px;}
.p-b-32 {padding-bottom: 32px;}
.p-b-33 {padding-bottom: 33px;}
.p-b-34 {padding-bottom: 34px;}
.p-b-35 {padding-bottom: 35px;}
.p-b-36 {padding-bottom: 36px;}
.p-b-37 {padding-bottom: 37px;}
.p-b-38 {padding-bottom: 38px;}
.p-b-39 {padding-bottom: 39px;}
.p-b-40 {padding-bottom: 40px;}
.p-b-41 {padding-bottom: 41px;}
.p-b-42 {padding-bottom: 42px;}
.p-b-43 {padding-bottom: 43px;}
.p-b-44 {padding-bottom: 44px;}
.p-b-45 {padding-bottom: 45px;}
.p-b-46 {padding-bottom: 46px;}
.p-b-47 {padding-bottom: 47px;}
.p-b-48 {padding-bottom: 48px;}
.p-b-49 {padding-bottom: 49px;}
.p-b-50 {padding-bottom: 50px;}
.p-b-51 {padding-bottom: 51px;}
.p-b-52 {padding-bottom: 52px;}
.p-b-53 {padding-bottom: 53px;}
.p-b-54 {padding-bottom: 54px;}
.p-b-55 {padding-bottom: 55px;}
.p-b-56 {padding-bottom: 56px;}
.p-b-57 {padding-bottom: 57px;}
.p-b-58 {padding-bottom: 58px;}
.p-b-59 {padding-bottom: 59px;}
.p-b-60 {padding-bottom: 60px;}
.p-b-61 {padding-bottom: 61px;}
.p-b-62 {padding-bottom: 62px;}
.p-b-63 {padding-bottom: 63px;}
.p-b-64 {padding-bottom: 64px;}
.p-b-65 {padding-bottom: 65px;}
.p-b-66 {padding-bottom: 66px;}
.p-b-67 {padding-bottom: 67px;}
.p-b-68 {padding-bottom: 68px;}
.p-b-69 {padding-bottom: 69px;}
.p-b-70 {padding-bottom: 70px;}
.p-b-71 {padding-bottom: 71px;}
.p-b-72 {padding-bottom: 72px;}
.p-b-73 {padding-bottom: 73px;}
.p-b-74 {padding-bottom: 74px;}
.p-b-75 {padding-bottom: 75px;}
.p-b-76 {padding-bottom: 76px;}
.p-b-77 {padding-bottom: 77px;}
.p-b-78 {padding-bottom: 78px;}
.p-b-79 {padding-bottom: 79px;}
.p-b-80 {padding-bottom: 80px;}
.p-b-81 {padding-bottom: 81px;}
.p-b-82 {padding-bottom: 82px;}
.p-b-83 {padding-bottom: 83px;}
.p-b-84 {padding-bottom: 84px;}
.p-b-85 {padding-bottom: 85px;}
.p-b-86 {padding-bottom: 86px;}
.p-b-87 {padding-bottom: 87px;}
.p-b-88 {padding-bottom: 88px;}
.p-b-89 {padding-bottom: 89px;}
.p-b-90 {padding-bottom: 90px;}
.p-b-91 {padding-bottom: 91px;}
.p-b-92 {padding-bottom: 92px;}
.p-b-93 {padding-bottom: 93px;}
.p-b-94 {padding-bottom: 94px;}
.p-b-95 {padding-bottom: 95px;}
.p-b-96 {padding-bottom: 96px;}
.p-b-97 {padding-bottom: 97px;}
.p-b-98 {padding-bottom: 98px;}
.p-b-99 {padding-bottom: 99px;}
.p-b-100 {padding-bottom: 100px;}
.p-b-101 {padding-bottom: 101px;}
.p-b-102 {padding-bottom: 102px;}
.p-b-103 {padding-bottom: 103px;}
.p-b-104 {padding-bottom: 104px;}
.p-b-105 {padding-bottom: 105px;}
.p-b-106 {padding-bottom: 106px;}
.p-b-107 {padding-bottom: 107px;}
.p-b-108 {padding-bottom: 108px;}
.p-b-109 {padding-bottom: 109px;}
.p-b-110 {padding-bottom: 110px;}
.p-b-111 {padding-bottom: 111px;}
.p-b-112 {padding-bottom: 112px;}
.p-b-113 {padding-bottom: 113px;}
.p-b-114 {padding-bottom: 114px;}
.p-b-115 {padding-bottom: 115px;}
.p-b-116 {padding-bottom: 116px;}
.p-b-117 {padding-bottom: 117px;}
.p-b-118 {padding-bottom: 118px;}
.p-b-119 {padding-bottom: 119px;}
.p-b-120 {padding-bottom: 120px;}
.p-b-121 {padding-bottom: 121px;}
.p-b-122 {padding-bottom: 122px;}
.p-b-123 {padding-bottom: 123px;}
.p-b-124 {padding-bottom: 124px;}
.p-b-125 {padding-bottom: 125px;}
.p-b-126 {padding-bottom: 126px;}
.p-b-127 {padding-bottom: 127px;}
.p-b-128 {padding-bottom: 128px;}
.p-b-129 {padding-bottom: 129px;}
.p-b-130 {padding-bottom: 130px;}
.p-b-131 {padding-bottom: 131px;}
.p-b-132 {padding-bottom: 132px;}
.p-b-133 {padding-bottom: 133px;}
.p-b-134 {padding-bottom: 134px;}
.p-b-135 {padding-bottom: 135px;}
.p-b-136 {padding-bottom: 136px;}
.p-b-137 {padding-bottom: 137px;}
.p-b-138 {padding-bottom: 138px;}
.p-b-139 {padding-bottom: 139px;}
.p-b-140 {padding-bottom: 140px;}
.p-b-141 {padding-bottom: 141px;}
.p-b-142 {padding-bottom: 142px;}
.p-b-143 {padding-bottom: 143px;}
.p-b-144 {padding-bottom: 144px;}
.p-b-145 {padding-bottom: 145px;}
.p-b-146 {padding-bottom: 146px;}
.p-b-147 {padding-bottom: 147px;}
.p-b-148 {padding-bottom: 148px;}
.p-b-149 {padding-bottom: 149px;}
.p-b-150 {padding-bottom: 150px;}
.p-b-151 {padding-bottom: 151px;}
.p-b-152 {padding-bottom: 152px;}
.p-b-153 {padding-bottom: 153px;}
.p-b-154 {padding-bottom: 154px;}
.p-b-155 {padding-bottom: 155px;}
.p-b-156 {padding-bottom: 156px;}
.p-b-157 {padding-bottom: 157px;}
.p-b-158 {padding-bottom: 158px;}
.p-b-159 {padding-bottom: 159px;}
.p-b-160 {padding-bottom: 160px;}
.p-b-161 {padding-bottom: 161px;}
.p-b-162 {padding-bottom: 162px;}
.p-b-163 {padding-bottom: 163px;}
.p-b-164 {padding-bottom: 164px;}
.p-b-165 {padding-bottom: 165px;}
.p-b-166 {padding-bottom: 166px;}
.p-b-167 {padding-bottom: 167px;}
.p-b-168 {padding-bottom: 168px;}
.p-b-169 {padding-bottom: 169px;}
.p-b-170 {padding-bottom: 170px;}
.p-b-171 {padding-bottom: 171px;}
.p-b-172 {padding-bottom: 172px;}
.p-b-173 {padding-bottom: 173px;}
.p-b-174 {padding-bottom: 174px;}
.p-b-175 {padding-bottom: 175px;}
.p-b-176 {padding-bottom: 176px;}
.p-b-177 {padding-bottom: 177px;}
.p-b-178 {padding-bottom: 178px;}
.p-b-179 {padding-bottom: 179px;}
.p-b-180 {padding-bottom: 180px;}
.p-b-181 {padding-bottom: 181px;}
.p-b-182 {padding-bottom: 182px;}
.p-b-183 {padding-bottom: 183px;}
.p-b-184 {padding-bottom: 184px;}
.p-b-185 {padding-bottom: 185px;}
.p-b-186 {padding-bottom: 186px;}
.p-b-187 {padding-bottom: 187px;}
.p-b-188 {padding-bottom: 188px;}
.p-b-189 {padding-bottom: 189px;}
.p-b-190 {padding-bottom: 190px;}
.p-b-191 {padding-bottom: 191px;}
.p-b-192 {padding-bottom: 192px;}
.p-b-193 {padding-bottom: 193px;}
.p-b-194 {padding-bottom: 194px;}
.p-b-195 {padding-bottom: 195px;}
.p-b-196 {padding-bottom: 196px;}
.p-b-197 {padding-bottom: 197px;}
.p-b-198 {padding-bottom: 198px;}
.p-b-199 {padding-bottom: 199px;}
.p-b-200 {padding-bottom: 200px;}
.p-b-201 {padding-bottom: 201px;}
.p-b-202 {padding-bottom: 202px;}
.p-b-203 {padding-bottom: 203px;}
.p-b-204 {padding-bottom: 204px;}
.p-b-205 {padding-bottom: 205px;}
.p-b-206 {padding-bottom: 206px;}
.p-b-207 {padding-bottom: 207px;}
.p-b-208 {padding-bottom: 208px;}
.p-b-209 {padding-bottom: 209px;}
.p-b-210 {padding-bottom: 210px;}
.p-b-211 {padding-bottom: 211px;}
.p-b-212 {padding-bottom: 212px;}
.p-b-213 {padding-bottom: 213px;}
.p-b-214 {padding-bottom: 214px;}
.p-b-215 {padding-bottom: 215px;}
.p-b-216 {padding-bottom: 216px;}
.p-b-217 {padding-bottom: 217px;}
.p-b-218 {padding-bottom: 218px;}
.p-b-219 {padding-bottom: 219px;}
.p-b-220 {padding-bottom: 220px;}
.p-b-221 {padding-bottom: 221px;}
.p-b-222 {padding-bottom: 222px;}
.p-b-223 {padding-bottom: 223px;}
.p-b-224 {padding-bottom: 224px;}
.p-b-225 {padding-bottom: 225px;}
.p-b-226 {padding-bottom: 226px;}
.p-b-227 {padding-bottom: 227px;}
.p-b-228 {padding-bottom: 228px;}
.p-b-229 {padding-bottom: 229px;}
.p-b-230 {padding-bottom: 230px;}
.p-b-231 {padding-bottom: 231px;}
.p-b-232 {padding-bottom: 232px;}
.p-b-233 {padding-bottom: 233px;}
.p-b-234 {padding-bottom: 234px;}
.p-b-235 {padding-bottom: 235px;}
.p-b-236 {padding-bottom: 236px;}
.p-b-237 {padding-bottom: 237px;}
.p-b-238 {padding-bottom: 238px;}
.p-b-239 {padding-bottom: 239px;}
.p-b-240 {padding-bottom: 240px;}
.p-b-241 {padding-bottom: 241px;}
.p-b-242 {padding-bottom: 242px;}
.p-b-243 {padding-bottom: 243px;}
.p-b-244 {padding-bottom: 244px;}
.p-b-245 {padding-bottom: 245px;}
.p-b-246 {padding-bottom: 246px;}
.p-b-247 {padding-bottom: 247px;}
.p-b-248 {padding-bottom: 248px;}
.p-b-249 {padding-bottom: 249px;}
.p-b-250 {padding-bottom: 250px;}
.p-l-0 {padding-left: 0px;}
.p-l-1 {padding-left: 1px;}
.p-l-2 {padding-left: 2px;}
.p-l-3 {padding-left: 3px;}
.p-l-4 {padding-left: 4px;}
.p-l-5 {padding-left: 5px;}
.p-l-6 {padding-left: 6px;}
.p-l-7 {padding-left: 7px;}
.p-l-8 {padding-left: 8px;}
.p-l-9 {padding-left: 9px;}
.p-l-10 {padding-left: 10px;}
.p-l-11 {padding-left: 11px;}
.p-l-12 {padding-left: 12px;}
.p-l-13 {padding-left: 13px;}
.p-l-14 {padding-left: 14px;}
.p-l-15 {padding-left: 15px;}
.p-l-16 {padding-left: 16px;}
.p-l-17 {padding-left: 17px;}
.p-l-18 {padding-left: 18px;}
.p-l-19 {padding-left: 19px;}
.p-l-20 {padding-left: 20px;}
.p-l-21 {padding-left: 21px;}
.p-l-22 {padding-left: 22px;}
.p-l-23 {padding-left: 23px;}
.p-l-24 {padding-left: 24px;}
.p-l-25 {padding-left: 25px;}
.p-l-26 {padding-left: 26px;}
.p-l-27 {padding-left: 27px;}
.p-l-28 {padding-left: 28px;}
.p-l-29 {padding-left: 29px;}
.p-l-30 {padding-left: 30px;}
.p-l-31 {padding-left: 31px;}
.p-l-32 {padding-left: 32px;}
.p-l-33 {padding-left: 33px;}
.p-l-34 {padding-left: 34px;}
.p-l-35 {padding-left: 35px;}
.p-l-36 {padding-left: 36px;}
.p-l-37 {padding-left: 37px;}
.p-l-38 {padding-left: 38px;}
.p-l-39 {padding-left: 39px;}
.p-l-40 {padding-left: 40px;}
.p-l-41 {padding-left: 41px;}
.p-l-42 {padding-left: 42px;}
.p-l-43 {padding-left: 43px;}
.p-l-44 {padding-left: 44px;}
.p-l-45 {padding-left: 45px;}
.p-l-46 {padding-left: 46px;}
.p-l-47 {padding-left: 47px;}
.p-l-48 {padding-left: 48px;}
.p-l-49 {padding-left: 49px;}
.p-l-50 {padding-left: 50px;}
.p-l-51 {padding-left: 51px;}
.p-l-52 {padding-left: 52px;}
.p-l-53 {padding-left: 53px;}
.p-l-54 {padding-left: 54px;}
.p-l-55 {padding-left: 55px;}
.p-l-56 {padding-left: 56px;}
.p-l-57 {padding-left: 57px;}
.p-l-58 {padding-left: 58px;}
.p-l-59 {padding-left: 59px;}
.p-l-60 {padding-left: 60px;}
.p-l-61 {padding-left: 61px;}
.p-l-62 {padding-left: 62px;}
.p-l-63 {padding-left: 63px;}
.p-l-64 {padding-left: 64px;}
.p-l-65 {padding-left: 65px;}
.p-l-66 {padding-left: 66px;}
.p-l-67 {padding-left: 67px;}
.p-l-68 {padding-left: 68px;}
.p-l-69 {padding-left: 69px;}
.p-l-70 {padding-left: 70px;}
.p-l-71 {padding-left: 71px;}
.p-l-72 {padding-left: 72px;}
.p-l-73 {padding-left: 73px;}
.p-l-74 {padding-left: 74px;}
.p-l-75 {padding-left: 75px;}
.p-l-76 {padding-left: 76px;}
.p-l-77 {padding-left: 77px;}
.p-l-78 {padding-left: 78px;}
.p-l-79 {padding-left: 79px;}
.p-l-80 {padding-left: 80px;}
.p-l-81 {padding-left: 81px;}
.p-l-82 {padding-left: 82px;}
.p-l-83 {padding-left: 83px;}
.p-l-84 {padding-left: 84px;}
.p-l-85 {padding-left: 85px;}
.p-l-86 {padding-left: 86px;}
.p-l-87 {padding-left: 87px;}
.p-l-88 {padding-left: 88px;}
.p-l-89 {padding-left: 89px;}
.p-l-90 {padding-left: 90px;}
.p-l-91 {padding-left: 91px;}
.p-l-92 {padding-left: 92px;}
.p-l-93 {padding-left: 93px;}
.p-l-94 {padding-left: 94px;}
.p-l-95 {padding-left: 95px;}
.p-l-96 {padding-left: 96px;}
.p-l-97 {padding-left: 97px;}
.p-l-98 {padding-left: 98px;}
.p-l-99 {padding-left: 99px;}
.p-l-100 {padding-left: 100px;}
.p-l-101 {padding-left: 101px;}
.p-l-102 {padding-left: 102px;}
.p-l-103 {padding-left: 103px;}
.p-l-104 {padding-left: 104px;}
.p-l-105 {padding-left: 105px;}
.p-l-106 {padding-left: 106px;}
.p-l-107 {padding-left: 107px;}
.p-l-108 {padding-left: 108px;}
.p-l-109 {padding-left: 109px;}
.p-l-110 {padding-left: 110px;}
.p-l-111 {padding-left: 111px;}
.p-l-112 {padding-left: 112px;}
.p-l-113 {padding-left: 113px;}
.p-l-114 {padding-left: 114px;}
.p-l-115 {padding-left: 115px;}
.p-l-116 {padding-left: 116px;}
.p-l-117 {padding-left: 117px;}
.p-l-118 {padding-left: 118px;}
.p-l-119 {padding-left: 119px;}
.p-l-120 {padding-left: 120px;}
.p-l-121 {padding-left: 121px;}
.p-l-122 {padding-left: 122px;}
.p-l-123 {padding-left: 123px;}
.p-l-124 {padding-left: 124px;}
.p-l-125 {padding-left: 125px;}
.p-l-126 {padding-left: 126px;}
.p-l-127 {padding-left: 127px;}
.p-l-128 {padding-left: 128px;}
.p-l-129 {padding-left: 129px;}
.p-l-130 {padding-left: 130px;}
.p-l-131 {padding-left: 131px;}
.p-l-132 {padding-left: 132px;}
.p-l-133 {padding-left: 133px;}
.p-l-134 {padding-left: 134px;}
.p-l-135 {padding-left: 135px;}
.p-l-136 {padding-left: 136px;}
.p-l-137 {padding-left: 137px;}
.p-l-138 {padding-left: 138px;}
.p-l-139 {padding-left: 139px;}
.p-l-140 {padding-left: 140px;}
.p-l-141 {padding-left: 141px;}
.p-l-142 {padding-left: 142px;}
.p-l-143 {padding-left: 143px;}
.p-l-144 {padding-left: 144px;}
.p-l-145 {padding-left: 145px;}
.p-l-146 {padding-left: 146px;}
.p-l-147 {padding-left: 147px;}
.p-l-148 {padding-left: 148px;}
.p-l-149 {padding-left: 149px;}
.p-l-150 {padding-left: 150px;}
.p-l-151 {padding-left: 151px;}
.p-l-152 {padding-left: 152px;}
.p-l-153 {padding-left: 153px;}
.p-l-154 {padding-left: 154px;}
.p-l-155 {padding-left: 155px;}
.p-l-156 {padding-left: 156px;}
.p-l-157 {padding-left: 157px;}
.p-l-158 {padding-left: 158px;}
.p-l-159 {padding-left: 159px;}
.p-l-160 {padding-left: 160px;}
.p-l-161 {padding-left: 161px;}
.p-l-162 {padding-left: 162px;}
.p-l-163 {padding-left: 163px;}
.p-l-164 {padding-left: 164px;}
.p-l-165 {padding-left: 165px;}
.p-l-166 {padding-left: 166px;}
.p-l-167 {padding-left: 167px;}
.p-l-168 {padding-left: 168px;}
.p-l-169 {padding-left: 169px;}
.p-l-170 {padding-left: 170px;}
.p-l-171 {padding-left: 171px;}
.p-l-172 {padding-left: 172px;}
.p-l-173 {padding-left: 173px;}
.p-l-174 {padding-left: 174px;}
.p-l-175 {padding-left: 175px;}
.p-l-176 {padding-left: 176px;}
.p-l-177 {padding-left: 177px;}
.p-l-178 {padding-left: 178px;}
.p-l-179 {padding-left: 179px;}
.p-l-180 {padding-left: 180px;}
.p-l-181 {padding-left: 181px;}
.p-l-182 {padding-left: 182px;}
.p-l-183 {padding-left: 183px;}
.p-l-184 {padding-left: 184px;}
.p-l-185 {padding-left: 185px;}
.p-l-186 {padding-left: 186px;}
.p-l-187 {padding-left: 187px;}
.p-l-188 {padding-left: 188px;}
.p-l-189 {padding-left: 189px;}
.p-l-190 {padding-left: 190px;}
.p-l-191 {padding-left: 191px;}
.p-l-192 {padding-left: 192px;}
.p-l-193 {padding-left: 193px;}
.p-l-194 {padding-left: 194px;}
.p-l-195 {padding-left: 195px;}
.p-l-196 {padding-left: 196px;}
.p-l-197 {padding-left: 197px;}
.p-l-198 {padding-left: 198px;}
.p-l-199 {padding-left: 199px;}
.p-l-200 {padding-left: 200px;}
.p-l-201 {padding-left: 201px;}
.p-l-202 {padding-left: 202px;}
.p-l-203 {padding-left: 203px;}
.p-l-204 {padding-left: 204px;}
.p-l-205 {padding-left: 205px;}
.p-l-206 {padding-left: 206px;}
.p-l-207 {padding-left: 207px;}
.p-l-208 {padding-left: 208px;}
.p-l-209 {padding-left: 209px;}
.p-l-210 {padding-left: 210px;}
.p-l-211 {padding-left: 211px;}
.p-l-212 {padding-left: 212px;}
.p-l-213 {padding-left: 213px;}
.p-l-214 {padding-left: 214px;}
.p-l-215 {padding-left: 215px;}
.p-l-216 {padding-left: 216px;}
.p-l-217 {padding-left: 217px;}
.p-l-218 {padding-left: 218px;}
.p-l-219 {padding-left: 219px;}
.p-l-220 {padding-left: 220px;}
.p-l-221 {padding-left: 221px;}
.p-l-222 {padding-left: 222px;}
.p-l-223 {padding-left: 223px;}
.p-l-224 {padding-left: 224px;}
.p-l-225 {padding-left: 225px;}
.p-l-226 {padding-left: 226px;}
.p-l-227 {padding-left: 227px;}
.p-l-228 {padding-left: 228px;}
.p-l-229 {padding-left: 229px;}
.p-l-230 {padding-left: 230px;}
.p-l-231 {padding-left: 231px;}
.p-l-232 {padding-left: 232px;}
.p-l-233 {padding-left: 233px;}
.p-l-234 {padding-left: 234px;}
.p-l-235 {padding-left: 235px;}
.p-l-236 {padding-left: 236px;}
.p-l-237 {padding-left: 237px;}
.p-l-238 {padding-left: 238px;}
.p-l-239 {padding-left: 239px;}
.p-l-240 {padding-left: 240px;}
.p-l-241 {padding-left: 241px;}
.p-l-242 {padding-left: 242px;}
.p-l-243 {padding-left: 243px;}
.p-l-244 {padding-left: 244px;}
.p-l-245 {padding-left: 245px;}
.p-l-246 {padding-left: 246px;}
.p-l-247 {padding-left: 247px;}
.p-l-248 {padding-left: 248px;}
.p-l-249 {padding-left: 249px;}
.p-l-250 {padding-left: 250px;}
.p-r-0 {padding-right: 0px;}
.p-r-1 {padding-right: 1px;}
.p-r-2 {padding-right: 2px;}
.p-r-3 {padding-right: 3px;}
.p-r-4 {padding-right: 4px;}
.p-r-5 {padding-right: 5px;}
.p-r-6 {padding-right: 6px;}
.p-r-7 {padding-right: 7px;}
.p-r-8 {padding-right: 8px;}
.p-r-9 {padding-right: 9px;}
.p-r-10 {padding-right: 10px;}
.p-r-11 {padding-right: 11px;}
.p-r-12 {padding-right: 12px;}
.p-r-13 {padding-right: 13px;}
.p-r-14 {padding-right: 14px;}
.p-r-15 {padding-right: 15px;}
.p-r-16 {padding-right: 16px;}
.p-r-17 {padding-right: 17px;}
.p-r-18 {padding-right: 18px;}
.p-r-19 {padding-right: 19px;}
.p-r-20 {padding-right: 20px;}
.p-r-21 {padding-right: 21px;}
.p-r-22 {padding-right: 22px;}
.p-r-23 {padding-right: 23px;}
.p-r-24 {padding-right: 24px;}
.p-r-25 {padding-right: 25px;}
.p-r-26 {padding-right: 26px;}
.p-r-27 {padding-right: 27px;}
.p-r-28 {padding-right: 28px;}
.p-r-29 {padding-right: 29px;}
.p-r-30 {padding-right: 30px;}
.p-r-31 {padding-right: 31px;}
.p-r-32 {padding-right: 32px;}
.p-r-33 {padding-right: 33px;}
.p-r-34 {padding-right: 34px;}
.p-r-35 {padding-right: 35px;}
.p-r-36 {padding-right: 36px;}
.p-r-37 {padding-right: 37px;}
.p-r-38 {padding-right: 38px;}
.p-r-39 {padding-right: 39px;}
.p-r-40 {padding-right: 40px;}
.p-r-41 {padding-right: 41px;}
.p-r-42 {padding-right: 42px;}
.p-r-43 {padding-right: 43px;}
.p-r-44 {padding-right: 44px;}
.p-r-45 {padding-right: 45px;}
.p-r-46 {padding-right: 46px;}
.p-r-47 {padding-right: 47px;}
.p-r-48 {padding-right: 48px;}
.p-r-49 {padding-right: 49px;}
.p-r-50 {padding-right: 50px;}
.p-r-51 {padding-right: 51px;}
.p-r-52 {padding-right: 52px;}
.p-r-53 {padding-right: 53px;}
.p-r-54 {padding-right: 54px;}
.p-r-55 {padding-right: 55px;}
.p-r-56 {padding-right: 56px;}
.p-r-57 {padding-right: 57px;}
.p-r-58 {padding-right: 58px;}
.p-r-59 {padding-right: 59px;}
.p-r-60 {padding-right: 60px;}
.p-r-61 {padding-right: 61px;}
.p-r-62 {padding-right: 62px;}
.p-r-63 {padding-right: 63px;}
.p-r-64 {padding-right: 64px;}
.p-r-65 {padding-right: 65px;}
.p-r-66 {padding-right: 66px;}
.p-r-67 {padding-right: 67px;}
.p-r-68 {padding-right: 68px;}
.p-r-69 {padding-right: 69px;}
.p-r-70 {padding-right: 70px;}
.p-r-71 {padding-right: 71px;}
.p-r-72 {padding-right: 72px;}
.p-r-73 {padding-right: 73px;}
.p-r-74 {padding-right: 74px;}
.p-r-75 {padding-right: 75px;}
.p-r-76 {padding-right: 76px;}
.p-r-77 {padding-right: 77px;}
.p-r-78 {padding-right: 78px;}
.p-r-79 {padding-right: 79px;}
.p-r-80 {padding-right: 80px;}
.p-r-81 {padding-right: 81px;}
.p-r-82 {padding-right: 82px;}
.p-r-83 {padding-right: 83px;}
.p-r-84 {padding-right: 84px;}
.p-r-85 {padding-right: 85px;}
.p-r-86 {padding-right: 86px;}
.p-r-87 {padding-right: 87px;}
.p-r-88 {padding-right: 88px;}
.p-r-89 {padding-right: 89px;}
.p-r-90 {padding-right: 90px;}
.p-r-91 {padding-right: 91px;}
.p-r-92 {padding-right: 92px;}
.p-r-93 {padding-right: 93px;}
.p-r-94 {padding-right: 94px;}
.p-r-95 {padding-right: 95px;}
.p-r-96 {padding-right: 96px;}
.p-r-97 {padding-right: 97px;}
.p-r-98 {padding-right: 98px;}
.p-r-99 {padding-right: 99px;}
.p-r-100 {padding-right: 100px;}
.p-r-101 {padding-right: 101px;}
.p-r-102 {padding-right: 102px;}
.p-r-103 {padding-right: 103px;}
.p-r-104 {padding-right: 104px;}
.p-r-105 {padding-right: 105px;}
.p-r-106 {padding-right: 106px;}
.p-r-107 {padding-right: 107px;}
.p-r-108 {padding-right: 108px;}
.p-r-109 {padding-right: 109px;}
.p-r-110 {padding-right: 110px;}
.p-r-111 {padding-right: 111px;}
.p-r-112 {padding-right: 112px;}
.p-r-113 {padding-right: 113px;}
.p-r-114 {padding-right: 114px;}
.p-r-115 {padding-right: 115px;}
.p-r-116 {padding-right: 116px;}
.p-r-117 {padding-right: 117px;}
.p-r-118 {padding-right: 118px;}
.p-r-119 {padding-right: 119px;}
.p-r-120 {padding-right: 120px;}
.p-r-121 {padding-right: 121px;}
.p-r-122 {padding-right: 122px;}
.p-r-123 {padding-right: 123px;}
.p-r-124 {padding-right: 124px;}
.p-r-125 {padding-right: 125px;}
.p-r-126 {padding-right: 126px;}
.p-r-127 {padding-right: 127px;}
.p-r-128 {padding-right: 128px;}
.p-r-129 {padding-right: 129px;}
.p-r-130 {padding-right: 130px;}
.p-r-131 {padding-right: 131px;}
.p-r-132 {padding-right: 132px;}
.p-r-133 {padding-right: 133px;}
.p-r-134 {padding-right: 134px;}
.p-r-135 {padding-right: 135px;}
.p-r-136 {padding-right: 136px;}
.p-r-137 {padding-right: 137px;}
.p-r-138 {padding-right: 138px;}
.p-r-139 {padding-right: 139px;}
.p-r-140 {padding-right: 140px;}
.p-r-141 {padding-right: 141px;}
.p-r-142 {padding-right: 142px;}
.p-r-143 {padding-right: 143px;}
.p-r-144 {padding-right: 144px;}
.p-r-145 {padding-right: 145px;}
.p-r-146 {padding-right: 146px;}
.p-r-147 {padding-right: 147px;}
.p-r-148 {padding-right: 148px;}
.p-r-149 {padding-right: 149px;}
.p-r-150 {padding-right: 150px;}
.p-r-151 {padding-right: 151px;}
.p-r-152 {padding-right: 152px;}
.p-r-153 {padding-right: 153px;}
.p-r-154 {padding-right: 154px;}
.p-r-155 {padding-right: 155px;}
.p-r-156 {padding-right: 156px;}
.p-r-157 {padding-right: 157px;}
.p-r-158 {padding-right: 158px;}
.p-r-159 {padding-right: 159px;}
.p-r-160 {padding-right: 160px;}
.p-r-161 {padding-right: 161px;}
.p-r-162 {padding-right: 162px;}
.p-r-163 {padding-right: 163px;}
.p-r-164 {padding-right: 164px;}
.p-r-165 {padding-right: 165px;}
.p-r-166 {padding-right: 166px;}
.p-r-167 {padding-right: 167px;}
.p-r-168 {padding-right: 168px;}
.p-r-169 {padding-right: 169px;}
.p-r-170 {padding-right: 170px;}
.p-r-171 {padding-right: 171px;}
.p-r-172 {padding-right: 172px;}
.p-r-173 {padding-right: 173px;}
.p-r-174 {padding-right: 174px;}
.p-r-175 {padding-right: 175px;}
.p-r-176 {padding-right: 176px;}
.p-r-177 {padding-right: 177px;}
.p-r-178 {padding-right: 178px;}
.p-r-179 {padding-right: 179px;}
.p-r-180 {padding-right: 180px;}
.p-r-181 {padding-right: 181px;}
.p-r-182 {padding-right: 182px;}
.p-r-183 {padding-right: 183px;}
.p-r-184 {padding-right: 184px;}
.p-r-185 {padding-right: 185px;}
.p-r-186 {padding-right: 186px;}
.p-r-187 {padding-right: 187px;}
.p-r-188 {padding-right: 188px;}
.p-r-189 {padding-right: 189px;}
.p-r-190 {padding-right: 190px;}
.p-r-191 {padding-right: 191px;}
.p-r-192 {padding-right: 192px;}
.p-r-193 {padding-right: 193px;}
.p-r-194 {padding-right: 194px;}
.p-r-195 {padding-right: 195px;}
.p-r-196 {padding-right: 196px;}
.p-r-197 {padding-right: 197px;}
.p-r-198 {padding-right: 198px;}
.p-r-199 {padding-right: 199px;}
.p-r-200 {padding-right: 200px;}
.p-r-201 {padding-right: 201px;}
.p-r-202 {padding-right: 202px;}
.p-r-203 {padding-right: 203px;}
.p-r-204 {padding-right: 204px;}
.p-r-205 {padding-right: 205px;}
.p-r-206 {padding-right: 206px;}
.p-r-207 {padding-right: 207px;}
.p-r-208 {padding-right: 208px;}
.p-r-209 {padding-right: 209px;}
.p-r-210 {padding-right: 210px;}
.p-r-211 {padding-right: 211px;}
.p-r-212 {padding-right: 212px;}
.p-r-213 {padding-right: 213px;}
.p-r-214 {padding-right: 214px;}
.p-r-215 {padding-right: 215px;}
.p-r-216 {padding-right: 216px;}
.p-r-217 {padding-right: 217px;}
.p-r-218 {padding-right: 218px;}
.p-r-219 {padding-right: 219px;}
.p-r-220 {padding-right: 220px;}
.p-r-221 {padding-right: 221px;}
.p-r-222 {padding-right: 222px;}
.p-r-223 {padding-right: 223px;}
.p-r-224 {padding-right: 224px;}
.p-r-225 {padding-right: 225px;}
.p-r-226 {padding-right: 226px;}
.p-r-227 {padding-right: 227px;}
.p-r-228 {padding-right: 228px;}
.p-r-229 {padding-right: 229px;}
.p-r-230 {padding-right: 230px;}
.p-r-231 {padding-right: 231px;}
.p-r-232 {padding-right: 232px;}
.p-r-233 {padding-right: 233px;}
.p-r-234 {padding-right: 234px;}
.p-r-235 {padding-right: 235px;}
.p-r-236 {padding-right: 236px;}
.p-r-237 {padding-right: 237px;}
.p-r-238 {padding-right: 238px;}
.p-r-239 {padding-right: 239px;}
.p-r-240 {padding-right: 240px;}
.p-r-241 {padding-right: 241px;}
.p-r-242 {padding-right: 242px;}
.p-r-243 {padding-right: 243px;}
.p-r-244 {padding-right: 244px;}
.p-r-245 {padding-right: 245px;}
.p-r-246 {padding-right: 246px;}
.p-r-247 {padding-right: 247px;}
.p-r-248 {padding-right: 248px;}
.p-r-249 {padding-right: 249px;}
.p-r-250 {padding-right: 250px;}

/*[ MARGIN ]
///////////////////////////////////////////////////////////
*/
.m-t-0 {margin-top: 0px;}
.m-t-1 {margin-top: 1px;}
.m-t-2 {margin-top: 2px;}
.m-t-3 {margin-top: 3px;}
.m-t-4 {margin-top: 4px;}
.m-t-5 {margin-top: 5px;}
.m-t-6 {margin-top: 6px;}
.m-t-7 {margin-top: 7px;}
.m-t-8 {margin-top: 8px;}
.m-t-9 {margin-top: 9px;}
.m-t-10 {margin-top: 10px;}
.m-t-11 {margin-top: 11px;}
.m-t-12 {margin-top: 12px;}
.m-t-13 {margin-top: 13px;}
.m-t-14 {margin-top: 14px;}
.m-t-15 {margin-top: 15px;}
.m-t-16 {margin-top: 16px;}
.m-t-17 {margin-top: 17px;}
.m-t-18 {margin-top: 18px;}
.m-t-19 {margin-top: 19px;}
.m-t-20 {margin-top: 20px;}
.m-t-21 {margin-top: 21px;}
.m-t-22 {margin-top: 22px;}
.m-t-23 {margin-top: 23px;}
.m-t-24 {margin-top: 24px;}
.m-t-25 {margin-top: 25px;}
.m-t-26 {margin-top: 26px;}
.m-t-27 {margin-top: 27px;}
.m-t-28 {margin-top: 28px;}
.m-t-29 {margin-top: 29px;}
.m-t-30 {margin-top: 30px;}
.m-t-31 {margin-top: 31px;}
.m-t-32 {margin-top: 32px;}
.m-t-33 {margin-top: 33px;}
.m-t-34 {margin-top: 34px;}
.m-t-35 {margin-top: 35px;}
.m-t-36 {margin-top: 36px;}
.m-t-37 {margin-top: 37px;}
.m-t-38 {margin-top: 38px;}
.m-t-39 {margin-top: 39px;}
.m-t-40 {margin-top: 40px;}
.m-t-41 {margin-top: 41px;}
.m-t-42 {margin-top: 42px;}
.m-t-43 {margin-top: 43px;}
.m-t-44 {margin-top: 44px;}
.m-t-45 {margin-top: 45px;}
.m-t-46 {margin-top: 46px;}
.m-t-47 {margin-top: 47px;}
.m-t-48 {margin-top: 48px;}
.m-t-49 {margin-top: 49px;}
.m-t-50 {margin-top: 50px;}
.m-t-51 {margin-top: 51px;}
.m-t-52 {margin-top: 52px;}
.m-t-53 {margin-top: 53px;}
.m-t-54 {margin-top: 54px;}
.m-t-55 {margin-top: 55px;}
.m-t-56 {margin-top: 56px;}
.m-t-57 {margin-top: 57px;}
.m-t-58 {margin-top: 58px;}
.m-t-59 {margin-top: 59px;}
.m-t-60 {margin-top: 60px;}
.m-t-61 {margin-top: 61px;}
.m-t-62 {margin-top: 62px;}
.m-t-63 {margin-top: 63px;}
.m-t-64 {margin-top: 64px;}
.m-t-65 {margin-top: 65px;}
.m-t-66 {margin-top: 66px;}
.m-t-67 {margin-top: 67px;}
.m-t-68 {margin-top: 68px;}
.m-t-69 {margin-top: 69px;}
.m-t-70 {margin-top: 70px;}
.m-t-71 {margin-top: 71px;}
.m-t-72 {margin-top: 72px;}
.m-t-73 {margin-top: 73px;}
.m-t-74 {margin-top: 74px;}
.m-t-75 {margin-top: 75px;}
.m-t-76 {margin-top: 76px;}
.m-t-77 {margin-top: 77px;}
.m-t-78 {margin-top: 78px;}
.m-t-79 {margin-top: 79px;}
.m-t-80 {margin-top: 80px;}
.m-t-81 {margin-top: 81px;}
.m-t-82 {margin-top: 82px;}
.m-t-83 {margin-top: 83px;}
.m-t-84 {margin-top: 84px;}
.m-t-85 {margin-top: 85px;}
.m-t-86 {margin-top: 86px;}
.m-t-87 {margin-top: 87px;}
.m-t-88 {margin-top: 88px;}
.m-t-89 {margin-top: 89px;}
.m-t-90 {margin-top: 90px;}
.m-t-91 {margin-top: 91px;}
.m-t-92 {margin-top: 92px;}
.m-t-93 {margin-top: 93px;}
.m-t-94 {margin-top: 94px;}
.m-t-95 {margin-top: 95px;}
.m-t-96 {margin-top: 96px;}
.m-t-97 {margin-top: 97px;}
.m-t-98 {margin-top: 98px;}
.m-t-99 {margin-top: 99px;}
.m-t-100 {margin-top: 100px;}
.m-t-101 {margin-top: 101px;}
.m-t-102 {margin-top: 102px;}
.m-t-103 {margin-top: 103px;}
.m-t-104 {margin-top: 104px;}
.m-t-105 {margin-top: 105px;}
.m-t-106 {margin-top: 106px;}
.m-t-107 {margin-top: 107px;}
.m-t-108 {margin-top: 108px;}
.m-t-109 {margin-top: 109px;}
.m-t-110 {margin-top: 110px;}
.m-t-111 {margin-top: 111px;}
.m-t-112 {margin-top: 112px;}
.m-t-113 {margin-top: 113px;}
.m-t-114 {margin-top: 114px;}
.m-t-115 {margin-top: 115px;}
.m-t-116 {margin-top: 116px;}
.m-t-117 {margin-top: 117px;}
.m-t-118 {margin-top: 118px;}
.m-t-119 {margin-top: 119px;}
.m-t-120 {margin-top: 120px;}
.m-t-121 {margin-top: 121px;}
.m-t-122 {margin-top: 122px;}
.m-t-123 {margin-top: 123px;}
.m-t-124 {margin-top: 124px;}
.m-t-125 {margin-top: 125px;}
.m-t-126 {margin-top: 126px;}
.m-t-127 {margin-top: 127px;}
.m-t-128 {margin-top: 128px;}
.m-t-129 {margin-top: 129px;}
.m-t-130 {margin-top: 130px;}
.m-t-131 {margin-top: 131px;}
.m-t-132 {margin-top: 132px;}
.m-t-133 {margin-top: 133px;}
.m-t-134 {margin-top: 134px;}
.m-t-135 {margin-top: 135px;}
.m-t-136 {margin-top: 136px;}
.m-t-137 {margin-top: 137px;}
.m-t-138 {margin-top: 138px;}
.m-t-139 {margin-top: 139px;}
.m-t-140 {margin-top: 140px;}
.m-t-141 {margin-top: 141px;}
.m-t-142 {margin-top: 142px;}
.m-t-143 {margin-top: 143px;}
.m-t-144 {margin-top: 144px;}
.m-t-145 {margin-top: 145px;}
.m-t-146 {margin-top: 146px;}
.m-t-147 {margin-top: 147px;}
.m-t-148 {margin-top: 148px;}
.m-t-149 {margin-top: 149px;}
.m-t-150 {margin-top: 150px;}
.m-t-151 {margin-top: 151px;}
.m-t-152 {margin-top: 152px;}
.m-t-153 {margin-top: 153px;}
.m-t-154 {margin-top: 154px;}
.m-t-155 {margin-top: 155px;}
.m-t-156 {margin-top: 156px;}
.m-t-157 {margin-top: 157px;}
.m-t-158 {margin-top: 158px;}
.m-t-159 {margin-top: 159px;}
.m-t-160 {margin-top: 160px;}
.m-t-161 {margin-top: 161px;}
.m-t-162 {margin-top: 162px;}
.m-t-163 {margin-top: 163px;}
.m-t-164 {margin-top: 164px;}
.m-t-165 {margin-top: 165px;}
.m-t-166 {margin-top: 166px;}
.m-t-167 {margin-top: 167px;}
.m-t-168 {margin-top: 168px;}
.m-t-169 {margin-top: 169px;}
.m-t-170 {margin-top: 170px;}
.m-t-171 {margin-top: 171px;}
.m-t-172 {margin-top: 172px;}
.m-t-173 {margin-top: 173px;}
.m-t-174 {margin-top: 174px;}
.m-t-175 {margin-top: 175px;}
.m-t-176 {margin-top: 176px;}
.m-t-177 {margin-top: 177px;}
.m-t-178 {margin-top: 178px;}
.m-t-179 {margin-top: 179px;}
.m-t-180 {margin-top: 180px;}
.m-t-181 {margin-top: 181px;}
.m-t-182 {margin-top: 182px;}
.m-t-183 {margin-top: 183px;}
.m-t-184 {margin-top: 184px;}
.m-t-185 {margin-top: 185px;}
.m-t-186 {margin-top: 186px;}
.m-t-187 {margin-top: 187px;}
.m-t-188 {margin-top: 188px;}
.m-t-189 {margin-top: 189px;}
.m-t-190 {margin-top: 190px;}
.m-t-191 {margin-top: 191px;}
.m-t-192 {margin-top: 192px;}
.m-t-193 {margin-top: 193px;}
.m-t-194 {margin-top: 194px;}
.m-t-195 {margin-top: 195px;}
.m-t-196 {margin-top: 196px;}
.m-t-197 {margin-top: 197px;}
.m-t-198 {margin-top: 198px;}
.m-t-199 {margin-top: 199px;}
.m-t-200 {margin-top: 200px;}
.m-t-201 {margin-top: 201px;}
.m-t-202 {margin-top: 202px;}
.m-t-203 {margin-top: 203px;}
.m-t-204 {margin-top: 204px;}
.m-t-205 {margin-top: 205px;}
.m-t-206 {margin-top: 206px;}
.m-t-207 {margin-top: 207px;}
.m-t-208 {margin-top: 208px;}
.m-t-209 {margin-top: 209px;}
.m-t-210 {margin-top: 210px;}
.m-t-211 {margin-top: 211px;}
.m-t-212 {margin-top: 212px;}
.m-t-213 {margin-top: 213px;}
.m-t-214 {margin-top: 214px;}
.m-t-215 {margin-top: 215px;}
.m-t-216 {margin-top: 216px;}
.m-t-217 {margin-top: 217px;}
.m-t-218 {margin-top: 218px;}
.m-t-219 {margin-top: 219px;}
.m-t-220 {margin-top: 220px;}
.m-t-221 {margin-top: 221px;}
.m-t-222 {margin-top: 222px;}
.m-t-223 {margin-top: 223px;}
.m-t-224 {margin-top: 224px;}
.m-t-225 {margin-top: 225px;}
.m-t-226 {margin-top: 226px;}
.m-t-227 {margin-top: 227px;}
.m-t-228 {margin-top: 228px;}
.m-t-229 {margin-top: 229px;}
.m-t-230 {margin-top: 230px;}
.m-t-231 {margin-top: 231px;}
.m-t-232 {margin-top: 232px;}
.m-t-233 {margin-top: 233px;}
.m-t-234 {margin-top: 234px;}
.m-t-235 {margin-top: 235px;}
.m-t-236 {margin-top: 236px;}
.m-t-237 {margin-top: 237px;}
.m-t-238 {margin-top: 238px;}
.m-t-239 {margin-top: 239px;}
.m-t-240 {margin-top: 240px;}
.m-t-241 {margin-top: 241px;}
.m-t-242 {margin-top: 242px;}
.m-t-243 {margin-top: 243px;}
.m-t-244 {margin-top: 244px;}
.m-t-245 {margin-top: 245px;}
.m-t-246 {margin-top: 246px;}
.m-t-247 {margin-top: 247px;}
.m-t-248 {margin-top: 248px;}
.m-t-249 {margin-top: 249px;}
.m-t-250 {margin-top: 250px;}
.m-b-0 {margin-bottom: 0px;}
.m-b-1 {margin-bottom: 1px;}
.m-b-2 {margin-bottom: 2px;}
.m-b-3 {margin-bottom: 3px;}
.m-b-4 {margin-bottom: 4px;}
.m-b-5 {margin-bottom: 5px;}
.m-b-6 {margin-bottom: 6px;}
.m-b-7 {margin-bottom: 7px;}
.m-b-8 {margin-bottom: 8px;}
.m-b-9 {margin-bottom: 9px;}
.m-b-10 {margin-bottom: 10px;}
.m-b-11 {margin-bottom: 11px;}
.m-b-12 {margin-bottom: 12px;}
.m-b-13 {margin-bottom: 13px;}
.m-b-14 {margin-bottom: 14px;}
.m-b-15 {margin-bottom: 15px;}
.m-b-16 {margin-bottom: 16px;}
.m-b-17 {margin-bottom: 17px;}
.m-b-18 {margin-bottom: 18px;}
.m-b-19 {margin-bottom: 19px;}
.m-b-20 {margin-bottom: 20px;}
.m-b-21 {margin-bottom: 21px;}
.m-b-22 {margin-bottom: 22px;}
.m-b-23 {margin-bottom: 23px;}
.m-b-24 {margin-bottom: 24px;}
.m-b-25 {margin-bottom: 25px;}
.m-b-26 {margin-bottom: 26px;}
.m-b-27 {margin-bottom: 27px;}
.m-b-28 {margin-bottom: 28px;}
.m-b-29 {margin-bottom: 29px;}
.m-b-30 {margin-bottom: 30px;}
.m-b-31 {margin-bottom: 31px;}
.m-b-32 {margin-bottom: 32px;}
.m-b-33 {margin-bottom: 33px;}
.m-b-34 {margin-bottom: 34px;}
.m-b-35 {margin-bottom: 35px;}
.m-b-36 {margin-bottom: 36px;}
.m-b-37 {margin-bottom: 37px;}
.m-b-38 {margin-bottom: 38px;}
.m-b-39 {margin-bottom: 39px;}
.m-b-40 {margin-bottom: 40px;}
.m-b-41 {margin-bottom: 41px;}
.m-b-42 {margin-bottom: 42px;}
.m-b-43 {margin-bottom: 43px;}
.m-b-44 {margin-bottom: 44px;}
.m-b-45 {margin-bottom: 45px;}
.m-b-46 {margin-bottom: 46px;}
.m-b-47 {margin-bottom: 47px;}
.m-b-48 {margin-bottom: 48px;}
.m-b-49 {margin-bottom: 49px;}
.m-b-50 {margin-bottom: 50px;}
.m-b-51 {margin-bottom: 51px;}
.m-b-52 {margin-bottom: 52px;}
.m-b-53 {margin-bottom: 53px;}
.m-b-54 {margin-bottom: 54px;}
.m-b-55 {margin-bottom: 55px;}
.m-b-56 {margin-bottom: 56px;}
.m-b-57 {margin-bottom: 57px;}
.m-b-58 {margin-bottom: 58px;}
.m-b-59 {margin-bottom: 59px;}
.m-b-60 {margin-bottom: 60px;}
.m-b-61 {margin-bottom: 61px;}
.m-b-62 {margin-bottom: 62px;}
.m-b-63 {margin-bottom: 63px;}
.m-b-64 {margin-bottom: 64px;}
.m-b-65 {margin-bottom: 65px;}
.m-b-66 {margin-bottom: 66px;}
.m-b-67 {margin-bottom: 67px;}
.m-b-68 {margin-bottom: 68px;}
.m-b-69 {margin-bottom: 69px;}
.m-b-70 {margin-bottom: 70px;}
.m-b-71 {margin-bottom: 71px;}
.m-b-72 {margin-bottom: 72px;}
.m-b-73 {margin-bottom: 73px;}
.m-b-74 {margin-bottom: 74px;}
.m-b-75 {margin-bottom: 75px;}
.m-b-76 {margin-bottom: 76px;}
.m-b-77 {margin-bottom: 77px;}
.m-b-78 {margin-bottom: 78px;}
.m-b-79 {margin-bottom: 79px;}
.m-b-80 {margin-bottom: 80px;}
.m-b-81 {margin-bottom: 81px;}
.m-b-82 {margin-bottom: 82px;}
.m-b-83 {margin-bottom: 83px;}
.m-b-84 {margin-bottom: 84px;}
.m-b-85 {margin-bottom: 85px;}
.m-b-86 {margin-bottom: 86px;}
.m-b-87 {margin-bottom: 87px;}
.m-b-88 {margin-bottom: 88px;}
.m-b-89 {margin-bottom: 89px;}
.m-b-90 {margin-bottom: 90px;}
.m-b-91 {margin-bottom: 91px;}
.m-b-92 {margin-bottom: 92px;}
.m-b-93 {margin-bottom: 93px;}
.m-b-94 {margin-bottom: 94px;}
.m-b-95 {margin-bottom: 95px;}
.m-b-96 {margin-bottom: 96px;}
.m-b-97 {margin-bottom: 97px;}
.m-b-98 {margin-bottom: 98px;}
.m-b-99 {margin-bottom: 99px;}
.m-b-100 {margin-bottom: 100px;}
.m-b-101 {margin-bottom: 101px;}
.m-b-102 {margin-bottom: 102px;}
.m-b-103 {margin-bottom: 103px;}
.m-b-104 {margin-bottom: 104px;}
.m-b-105 {margin-bottom: 105px;}
.m-b-106 {margin-bottom: 106px;}
.m-b-107 {margin-bottom: 107px;}
.m-b-108 {margin-bottom: 108px;}
.m-b-109 {margin-bottom: 109px;}
.m-b-110 {margin-bottom: 110px;}
.m-b-111 {margin-bottom: 111px;}
.m-b-112 {margin-bottom: 112px;}
.m-b-113 {margin-bottom: 113px;}
.m-b-114 {margin-bottom: 114px;}
.m-b-115 {margin-bottom: 115px;}
.m-b-116 {margin-bottom: 116px;}
.m-b-117 {margin-bottom: 117px;}
.m-b-118 {margin-bottom: 118px;}
.m-b-119 {margin-bottom: 119px;}
.m-b-120 {margin-bottom: 120px;}
.m-b-121 {margin-bottom: 121px;}
.m-b-122 {margin-bottom: 122px;}
.m-b-123 {margin-bottom: 123px;}
.m-b-124 {margin-bottom: 124px;}
.m-b-125 {margin-bottom: 125px;}
.m-b-126 {margin-bottom: 126px;}
.m-b-127 {margin-bottom: 127px;}
.m-b-128 {margin-bottom: 128px;}
.m-b-129 {margin-bottom: 129px;}
.m-b-130 {margin-bottom: 130px;}
.m-b-131 {margin-bottom: 131px;}
.m-b-132 {margin-bottom: 132px;}
.m-b-133 {margin-bottom: 133px;}
.m-b-134 {margin-bottom: 134px;}
.m-b-135 {margin-bottom: 135px;}
.m-b-136 {margin-bottom: 136px;}
.m-b-137 {margin-bottom: 137px;}
.m-b-138 {margin-bottom: 138px;}
.m-b-139 {margin-bottom: 139px;}
.m-b-140 {margin-bottom: 140px;}
.m-b-141 {margin-bottom: 141px;}
.m-b-142 {margin-bottom: 142px;}
.m-b-143 {margin-bottom: 143px;}
.m-b-144 {margin-bottom: 144px;}
.m-b-145 {margin-bottom: 145px;}
.m-b-146 {margin-bottom: 146px;}
.m-b-147 {margin-bottom: 147px;}
.m-b-148 {margin-bottom: 148px;}
.m-b-149 {margin-bottom: 149px;}
.m-b-150 {margin-bottom: 150px;}
.m-b-151 {margin-bottom: 151px;}
.m-b-152 {margin-bottom: 152px;}
.m-b-153 {margin-bottom: 153px;}
.m-b-154 {margin-bottom: 154px;}
.m-b-155 {margin-bottom: 155px;}
.m-b-156 {margin-bottom: 156px;}
.m-b-157 {margin-bottom: 157px;}
.m-b-158 {margin-bottom: 158px;}
.m-b-159 {margin-bottom: 159px;}
.m-b-160 {margin-bottom: 160px;}
.m-b-161 {margin-bottom: 161px;}
.m-b-162 {margin-bottom: 162px;}
.m-b-163 {margin-bottom: 163px;}
.m-b-164 {margin-bottom: 164px;}
.m-b-165 {margin-bottom: 165px;}
.m-b-166 {margin-bottom: 166px;}
.m-b-167 {margin-bottom: 167px;}
.m-b-168 {margin-bottom: 168px;}
.m-b-169 {margin-bottom: 169px;}
.m-b-170 {margin-bottom: 170px;}
.m-b-171 {margin-bottom: 171px;}
.m-b-172 {margin-bottom: 172px;}
.m-b-173 {margin-bottom: 173px;}
.m-b-174 {margin-bottom: 174px;}
.m-b-175 {margin-bottom: 175px;}
.m-b-176 {margin-bottom: 176px;}
.m-b-177 {margin-bottom: 177px;}
.m-b-178 {margin-bottom: 178px;}
.m-b-179 {margin-bottom: 179px;}
.m-b-180 {margin-bottom: 180px;}
.m-b-181 {margin-bottom: 181px;}
.m-b-182 {margin-bottom: 182px;}
.m-b-183 {margin-bottom: 183px;}
.m-b-184 {margin-bottom: 184px;}
.m-b-185 {margin-bottom: 185px;}
.m-b-186 {margin-bottom: 186px;}
.m-b-187 {margin-bottom: 187px;}
.m-b-188 {margin-bottom: 188px;}
.m-b-189 {margin-bottom: 189px;}
.m-b-190 {margin-bottom: 190px;}
.m-b-191 {margin-bottom: 191px;}
.m-b-192 {margin-bottom: 192px;}
.m-b-193 {margin-bottom: 193px;}
.m-b-194 {margin-bottom: 194px;}
.m-b-195 {margin-bottom: 195px;}
.m-b-196 {margin-bottom: 196px;}
.m-b-197 {margin-bottom: 197px;}
.m-b-198 {margin-bottom: 198px;}
.m-b-199 {margin-bottom: 199px;}
.m-b-200 {margin-bottom: 200px;}
.m-b-201 {margin-bottom: 201px;}
.m-b-202 {margin-bottom: 202px;}
.m-b-203 {margin-bottom: 203px;}
.m-b-204 {margin-bottom: 204px;}
.m-b-205 {margin-bottom: 205px;}
.m-b-206 {margin-bottom: 206px;}
.m-b-207 {margin-bottom: 207px;}
.m-b-208 {margin-bottom: 208px;}
.m-b-209 {margin-bottom: 209px;}
.m-b-210 {margin-bottom: 210px;}
.m-b-211 {margin-bottom: 211px;}
.m-b-212 {margin-bottom: 212px;}
.m-b-213 {margin-bottom: 213px;}
.m-b-214 {margin-bottom: 214px;}
.m-b-215 {margin-bottom: 215px;}
.m-b-216 {margin-bottom: 216px;}
.m-b-217 {margin-bottom: 217px;}
.m-b-218 {margin-bottom: 218px;}
.m-b-219 {margin-bottom: 219px;}
.m-b-220 {margin-bottom: 220px;}
.m-b-221 {margin-bottom: 221px;}
.m-b-222 {margin-bottom: 222px;}
.m-b-223 {margin-bottom: 223px;}
.m-b-224 {margin-bottom: 224px;}
.m-b-225 {margin-bottom: 225px;}
.m-b-226 {margin-bottom: 226px;}
.m-b-227 {margin-bottom: 227px;}
.m-b-228 {margin-bottom: 228px;}
.m-b-229 {margin-bottom: 229px;}
.m-b-230 {margin-bottom: 230px;}
.m-b-231 {margin-bottom: 231px;}
.m-b-232 {margin-bottom: 232px;}
.m-b-233 {margin-bottom: 233px;}
.m-b-234 {margin-bottom: 234px;}
.m-b-235 {margin-bottom: 235px;}
.m-b-236 {margin-bottom: 236px;}
.m-b-237 {margin-bottom: 237px;}
.m-b-238 {margin-bottom: 238px;}
.m-b-239 {margin-bottom: 239px;}
.m-b-240 {margin-bottom: 240px;}
.m-b-241 {margin-bottom: 241px;}
.m-b-242 {margin-bottom: 242px;}
.m-b-243 {margin-bottom: 243px;}
.m-b-244 {margin-bottom: 244px;}
.m-b-245 {margin-bottom: 245px;}
.m-b-246 {margin-bottom: 246px;}
.m-b-247 {margin-bottom: 247px;}
.m-b-248 {margin-bottom: 248px;}
.m-b-249 {margin-bottom: 249px;}
.m-b-250 {margin-bottom: 250px;}
.m-l-0 {margin-left: 0px;}
.m-l-1 {margin-left: 1px;}
.m-l-2 {margin-left: 2px;}
.m-l-3 {margin-left: 3px;}
.m-l-4 {margin-left: 4px;}
.m-l-5 {margin-left: 5px;}
.m-l-6 {margin-left: 6px;}
.m-l-7 {margin-left: 7px;}
.m-l-8 {margin-left: 8px;}
.m-l-9 {margin-left: 9px;}
.m-l-10 {margin-left: 10px;}
.m-l-11 {margin-left: 11px;}
.m-l-12 {margin-left: 12px;}
.m-l-13 {margin-left: 13px;}
.m-l-14 {margin-left: 14px;}
.m-l-15 {margin-left: 15px;}
.m-l-16 {margin-left: 16px;}
.m-l-17 {margin-left: 17px;}
.m-l-18 {margin-left: 18px;}
.m-l-19 {margin-left: 19px;}
.m-l-20 {margin-left: 20px;}
.m-l-21 {margin-left: 21px;}
.m-l-22 {margin-left: 22px;}
.m-l-23 {margin-left: 23px;}
.m-l-24 {margin-left: 24px;}
.m-l-25 {margin-left: 25px;}
.m-l-26 {margin-left: 26px;}
.m-l-27 {margin-left: 27px;}
.m-l-28 {margin-left: 28px;}
.m-l-29 {margin-left: 29px;}
.m-l-30 {margin-left: 30px;}
.m-l-31 {margin-left: 31px;}
.m-l-32 {margin-left: 32px;}
.m-l-33 {margin-left: 33px;}
.m-l-34 {margin-left: 34px;}
.m-l-35 {margin-left: 35px;}
.m-l-36 {margin-left: 36px;}
.m-l-37 {margin-left: 37px;}
.m-l-38 {margin-left: 38px;}
.m-l-39 {margin-left: 39px;}
.m-l-40 {margin-left: 40px;}
.m-l-41 {margin-left: 41px;}
.m-l-42 {margin-left: 42px;}
.m-l-43 {margin-left: 43px;}
.m-l-44 {margin-left: 44px;}
.m-l-45 {margin-left: 45px;}
.m-l-46 {margin-left: 46px;}
.m-l-47 {margin-left: 47px;}
.m-l-48 {margin-left: 48px;}
.m-l-49 {margin-left: 49px;}
.m-l-50 {margin-left: 50px;}
.m-l-51 {margin-left: 51px;}
.m-l-52 {margin-left: 52px;}
.m-l-53 {margin-left: 53px;}
.m-l-54 {margin-left: 54px;}
.m-l-55 {margin-left: 55px;}
.m-l-56 {margin-left: 56px;}
.m-l-57 {margin-left: 57px;}
.m-l-58 {margin-left: 58px;}
.m-l-59 {margin-left: 59px;}
.m-l-60 {margin-left: 60px;}
.m-l-61 {margin-left: 61px;}
.m-l-62 {margin-left: 62px;}
.m-l-63 {margin-left: 63px;}
.m-l-64 {margin-left: 64px;}
.m-l-65 {margin-left: 65px;}
.m-l-66 {margin-left: 66px;}
.m-l-67 {margin-left: 67px;}
.m-l-68 {margin-left: 68px;}
.m-l-69 {margin-left: 69px;}
.m-l-70 {margin-left: 70px;}
.m-l-71 {margin-left: 71px;}
.m-l-72 {margin-left: 72px;}
.m-l-73 {margin-left: 73px;}
.m-l-74 {margin-left: 74px;}
.m-l-75 {margin-left: 75px;}
.m-l-76 {margin-left: 76px;}
.m-l-77 {margin-left: 77px;}
.m-l-78 {margin-left: 78px;}
.m-l-79 {margin-left: 79px;}
.m-l-80 {margin-left: 80px;}
.m-l-81 {margin-left: 81px;}
.m-l-82 {margin-left: 82px;}
.m-l-83 {margin-left: 83px;}
.m-l-84 {margin-left: 84px;}
.m-l-85 {margin-left: 85px;}
.m-l-86 {margin-left: 86px;}
.m-l-87 {margin-left: 87px;}
.m-l-88 {margin-left: 88px;}
.m-l-89 {margin-left: 89px;}
.m-l-90 {margin-left: 90px;}
.m-l-91 {margin-left: 91px;}
.m-l-92 {margin-left: 92px;}
.m-l-93 {margin-left: 93px;}
.m-l-94 {margin-left: 94px;}
.m-l-95 {margin-left: 95px;}
.m-l-96 {margin-left: 96px;}
.m-l-97 {margin-left: 97px;}
.m-l-98 {margin-left: 98px;}
.m-l-99 {margin-left: 99px;}
.m-l-100 {margin-left: 100px;}
.m-l-101 {margin-left: 101px;}
.m-l-102 {margin-left: 102px;}
.m-l-103 {margin-left: 103px;}
.m-l-104 {margin-left: 104px;}
.m-l-105 {margin-left: 105px;}
.m-l-106 {margin-left: 106px;}
.m-l-107 {margin-left: 107px;}
.m-l-108 {margin-left: 108px;}
.m-l-109 {margin-left: 109px;}
.m-l-110 {margin-left: 110px;}
.m-l-111 {margin-left: 111px;}
.m-l-112 {margin-left: 112px;}
.m-l-113 {margin-left: 113px;}
.m-l-114 {margin-left: 114px;}
.m-l-115 {margin-left: 115px;}
.m-l-116 {margin-left: 116px;}
.m-l-117 {margin-left: 117px;}
.m-l-118 {margin-left: 118px;}
.m-l-119 {margin-left: 119px;}
.m-l-120 {margin-left: 120px;}
.m-l-121 {margin-left: 121px;}
.m-l-122 {margin-left: 122px;}
.m-l-123 {margin-left: 123px;}
.m-l-124 {margin-left: 124px;}
.m-l-125 {margin-left: 125px;}
.m-l-126 {margin-left: 126px;}
.m-l-127 {margin-left: 127px;}
.m-l-128 {margin-left: 128px;}
.m-l-129 {margin-left: 129px;}
.m-l-130 {margin-left: 130px;}
.m-l-131 {margin-left: 131px;}
.m-l-132 {margin-left: 132px;}
.m-l-133 {margin-left: 133px;}
.m-l-134 {margin-left: 134px;}
.m-l-135 {margin-left: 135px;}
.m-l-136 {margin-left: 136px;}
.m-l-137 {margin-left: 137px;}
.m-l-138 {margin-left: 138px;}
.m-l-139 {margin-left: 139px;}
.m-l-140 {margin-left: 140px;}
.m-l-141 {margin-left: 141px;}
.m-l-142 {margin-left: 142px;}
.m-l-143 {margin-left: 143px;}
.m-l-144 {margin-left: 144px;}
.m-l-145 {margin-left: 145px;}
.m-l-146 {margin-left: 146px;}
.m-l-147 {margin-left: 147px;}
.m-l-148 {margin-left: 148px;}
.m-l-149 {margin-left: 149px;}
.m-l-150 {margin-left: 150px;}
.m-l-151 {margin-left: 151px;}
.m-l-152 {margin-left: 152px;}
.m-l-153 {margin-left: 153px;}
.m-l-154 {margin-left: 154px;}
.m-l-155 {margin-left: 155px;}
.m-l-156 {margin-left: 156px;}
.m-l-157 {margin-left: 157px;}
.m-l-158 {margin-left: 158px;}
.m-l-159 {margin-left: 159px;}
.m-l-160 {margin-left: 160px;}
.m-l-161 {margin-left: 161px;}
.m-l-162 {margin-left: 162px;}
.m-l-163 {margin-left: 163px;}
.m-l-164 {margin-left: 164px;}
.m-l-165 {margin-left: 165px;}
.m-l-166 {margin-left: 166px;}
.m-l-167 {margin-left: 167px;}
.m-l-168 {margin-left: 168px;}
.m-l-169 {margin-left: 169px;}
.m-l-170 {margin-left: 170px;}
.m-l-171 {margin-left: 171px;}
.m-l-172 {margin-left: 172px;}
.m-l-173 {margin-left: 173px;}
.m-l-174 {margin-left: 174px;}
.m-l-175 {margin-left: 175px;}
.m-l-176 {margin-left: 176px;}
.m-l-177 {margin-left: 177px;}
.m-l-178 {margin-left: 178px;}
.m-l-179 {margin-left: 179px;}
.m-l-180 {margin-left: 180px;}
.m-l-181 {margin-left: 181px;}
.m-l-182 {margin-left: 182px;}
.m-l-183 {margin-left: 183px;}
.m-l-184 {margin-left: 184px;}
.m-l-185 {margin-left: 185px;}
.m-l-186 {margin-left: 186px;}
.m-l-187 {margin-left: 187px;}
.m-l-188 {margin-left: 188px;}
.m-l-189 {margin-left: 189px;}
.m-l-190 {margin-left: 190px;}
.m-l-191 {margin-left: 191px;}
.m-l-192 {margin-left: 192px;}
.m-l-193 {margin-left: 193px;}
.m-l-194 {margin-left: 194px;}
.m-l-195 {margin-left: 195px;}
.m-l-196 {margin-left: 196px;}
.m-l-197 {margin-left: 197px;}
.m-l-198 {margin-left: 198px;}
.m-l-199 {margin-left: 199px;}
.m-l-200 {margin-left: 200px;}
.m-l-201 {margin-left: 201px;}
.m-l-202 {margin-left: 202px;}
.m-l-203 {margin-left: 203px;}
.m-l-204 {margin-left: 204px;}
.m-l-205 {margin-left: 205px;}
.m-l-206 {margin-left: 206px;}
.m-l-207 {margin-left: 207px;}
.m-l-208 {margin-left: 208px;}
.m-l-209 {margin-left: 209px;}
.m-l-210 {margin-left: 210px;}
.m-l-211 {margin-left: 211px;}
.m-l-212 {margin-left: 212px;}
.m-l-213 {margin-left: 213px;}
.m-l-214 {margin-left: 214px;}
.m-l-215 {margin-left: 215px;}
.m-l-216 {margin-left: 216px;}
.m-l-217 {margin-left: 217px;}
.m-l-218 {margin-left: 218px;}
.m-l-219 {margin-left: 219px;}
.m-l-220 {margin-left: 220px;}
.m-l-221 {margin-left: 221px;}
.m-l-222 {margin-left: 222px;}
.m-l-223 {margin-left: 223px;}
.m-l-224 {margin-left: 224px;}
.m-l-225 {margin-left: 225px;}
.m-l-226 {margin-left: 226px;}
.m-l-227 {margin-left: 227px;}
.m-l-228 {margin-left: 228px;}
.m-l-229 {margin-left: 229px;}
.m-l-230 {margin-left: 230px;}
.m-l-231 {margin-left: 231px;}
.m-l-232 {margin-left: 232px;}
.m-l-233 {margin-left: 233px;}
.m-l-234 {margin-left: 234px;}
.m-l-235 {margin-left: 235px;}
.m-l-236 {margin-left: 236px;}
.m-l-237 {margin-left: 237px;}
.m-l-238 {margin-left: 238px;}
.m-l-239 {margin-left: 239px;}
.m-l-240 {margin-left: 240px;}
.m-l-241 {margin-left: 241px;}
.m-l-242 {margin-left: 242px;}
.m-l-243 {margin-left: 243px;}
.m-l-244 {margin-left: 244px;}
.m-l-245 {margin-left: 245px;}
.m-l-246 {margin-left: 246px;}
.m-l-247 {margin-left: 247px;}
.m-l-248 {margin-left: 248px;}
.m-l-249 {margin-left: 249px;}
.m-l-250 {margin-left: 250px;}
.m-r-0 {margin-right: 0px;}
.m-r-1 {margin-right: 1px;}
.m-r-2 {margin-right: 2px;}
.m-r-3 {margin-right: 3px;}
.m-r-4 {margin-right: 4px;}
.m-r-5 {margin-right: 5px;}
.m-r-6 {margin-right: 6px;}
.m-r-7 {margin-right: 7px;}
.m-r-8 {margin-right: 8px;}
.m-r-9 {margin-right: 9px;}
.m-r-10 {margin-right: 10px;}
.m-r-11 {margin-right: 11px;}
.m-r-12 {margin-right: 12px;}
.m-r-13 {margin-right: 13px;}
.m-r-14 {margin-right: 14px;}
.m-r-15 {margin-right: 15px;}
.m-r-16 {margin-right: 16px;}
.m-r-17 {margin-right: 17px;}
.m-r-18 {margin-right: 18px;}
.m-r-19 {margin-right: 19px;}
.m-r-20 {margin-right: 20px;}
.m-r-21 {margin-right: 21px;}
.m-r-22 {margin-right: 22px;}
.m-r-23 {margin-right: 23px;}
.m-r-24 {margin-right: 24px;}
.m-r-25 {margin-right: 25px;}
.m-r-26 {margin-right: 26px;}
.m-r-27 {margin-right: 27px;}
.m-r-28 {margin-right: 28px;}
.m-r-29 {margin-right: 29px;}
.m-r-30 {margin-right: 30px;}
.m-r-31 {margin-right: 31px;}
.m-r-32 {margin-right: 32px;}
.m-r-33 {margin-right: 33px;}
.m-r-34 {margin-right: 34px;}
.m-r-35 {margin-right: 35px;}
.m-r-36 {margin-right: 36px;}
.m-r-37 {margin-right: 37px;}
.m-r-38 {margin-right: 38px;}
.m-r-39 {margin-right: 39px;}
.m-r-40 {margin-right: 40px;}
.m-r-41 {margin-right: 41px;}
.m-r-42 {margin-right: 42px;}
.m-r-43 {margin-right: 43px;}
.m-r-44 {margin-right: 44px;}
.m-r-45 {margin-right: 45px;}
.m-r-46 {margin-right: 46px;}
.m-r-47 {margin-right: 47px;}
.m-r-48 {margin-right: 48px;}
.m-r-49 {margin-right: 49px;}
.m-r-50 {margin-right: 50px;}
.m-r-51 {margin-right: 51px;}
.m-r-52 {margin-right: 52px;}
.m-r-53 {margin-right: 53px;}
.m-r-54 {margin-right: 54px;}
.m-r-55 {margin-right: 55px;}
.m-r-56 {margin-right: 56px;}
.m-r-57 {margin-right: 57px;}
.m-r-58 {margin-right: 58px;}
.m-r-59 {margin-right: 59px;}
.m-r-60 {margin-right: 60px;}
.m-r-61 {margin-right: 61px;}
.m-r-62 {margin-right: 62px;}
.m-r-63 {margin-right: 63px;}
.m-r-64 {margin-right: 64px;}
.m-r-65 {margin-right: 65px;}
.m-r-66 {margin-right: 66px;}
.m-r-67 {margin-right: 67px;}
.m-r-68 {margin-right: 68px;}
.m-r-69 {margin-right: 69px;}
.m-r-70 {margin-right: 70px;}
.m-r-71 {margin-right: 71px;}
.m-r-72 {margin-right: 72px;}
.m-r-73 {margin-right: 73px;}
.m-r-74 {margin-right: 74px;}
.m-r-75 {margin-right: 75px;}
.m-r-76 {margin-right: 76px;}
.m-r-77 {margin-right: 77px;}
.m-r-78 {margin-right: 78px;}
.m-r-79 {margin-right: 79px;}
.m-r-80 {margin-right: 80px;}
.m-r-81 {margin-right: 81px;}
.m-r-82 {margin-right: 82px;}
.m-r-83 {margin-right: 83px;}
.m-r-84 {margin-right: 84px;}
.m-r-85 {margin-right: 85px;}
.m-r-86 {margin-right: 86px;}
.m-r-87 {margin-right: 87px;}
.m-r-88 {margin-right: 88px;}
.m-r-89 {margin-right: 89px;}
.m-r-90 {margin-right: 90px;}
.m-r-91 {margin-right: 91px;}
.m-r-92 {margin-right: 92px;}
.m-r-93 {margin-right: 93px;}
.m-r-94 {margin-right: 94px;}
.m-r-95 {margin-right: 95px;}
.m-r-96 {margin-right: 96px;}
.m-r-97 {margin-right: 97px;}
.m-r-98 {margin-right: 98px;}
.m-r-99 {margin-right: 99px;}
.m-r-100 {margin-right: 100px;}
.m-r-101 {margin-right: 101px;}
.m-r-102 {margin-right: 102px;}
.m-r-103 {margin-right: 103px;}
.m-r-104 {margin-right: 104px;}
.m-r-105 {margin-right: 105px;}
.m-r-106 {margin-right: 106px;}
.m-r-107 {margin-right: 107px;}
.m-r-108 {margin-right: 108px;}
.m-r-109 {margin-right: 109px;}
.m-r-110 {margin-right: 110px;}
.m-r-111 {margin-right: 111px;}
.m-r-112 {margin-right: 112px;}
.m-r-113 {margin-right: 113px;}
.m-r-114 {margin-right: 114px;}
.m-r-115 {margin-right: 115px;}
.m-r-116 {margin-right: 116px;}
.m-r-117 {margin-right: 117px;}
.m-r-118 {margin-right: 118px;}
.m-r-119 {margin-right: 119px;}
.m-r-120 {margin-right: 120px;}
.m-r-121 {margin-right: 121px;}
.m-r-122 {margin-right: 122px;}
.m-r-123 {margin-right: 123px;}
.m-r-124 {margin-right: 124px;}
.m-r-125 {margin-right: 125px;}
.m-r-126 {margin-right: 126px;}
.m-r-127 {margin-right: 127px;}
.m-r-128 {margin-right: 128px;}
.m-r-129 {margin-right: 129px;}
.m-r-130 {margin-right: 130px;}
.m-r-131 {margin-right: 131px;}
.m-r-132 {margin-right: 132px;}
.m-r-133 {margin-right: 133px;}
.m-r-134 {margin-right: 134px;}
.m-r-135 {margin-right: 135px;}
.m-r-136 {margin-right: 136px;}
.m-r-137 {margin-right: 137px;}
.m-r-138 {margin-right: 138px;}
.m-r-139 {margin-right: 139px;}
.m-r-140 {margin-right: 140px;}
.m-r-141 {margin-right: 141px;}
.m-r-142 {margin-right: 142px;}
.m-r-143 {margin-right: 143px;}
.m-r-144 {margin-right: 144px;}
.m-r-145 {margin-right: 145px;}
.m-r-146 {margin-right: 146px;}
.m-r-147 {margin-right: 147px;}
.m-r-148 {margin-right: 148px;}
.m-r-149 {margin-right: 149px;}
.m-r-150 {margin-right: 150px;}
.m-r-151 {margin-right: 151px;}
.m-r-152 {margin-right: 152px;}
.m-r-153 {margin-right: 153px;}
.m-r-154 {margin-right: 154px;}
.m-r-155 {margin-right: 155px;}
.m-r-156 {margin-right: 156px;}
.m-r-157 {margin-right: 157px;}
.m-r-158 {margin-right: 158px;}
.m-r-159 {margin-right: 159px;}
.m-r-160 {margin-right: 160px;}
.m-r-161 {margin-right: 161px;}
.m-r-162 {margin-right: 162px;}
.m-r-163 {margin-right: 163px;}
.m-r-164 {margin-right: 164px;}
.m-r-165 {margin-right: 165px;}
.m-r-166 {margin-right: 166px;}
.m-r-167 {margin-right: 167px;}
.m-r-168 {margin-right: 168px;}
.m-r-169 {margin-right: 169px;}
.m-r-170 {margin-right: 170px;}
.m-r-171 {margin-right: 171px;}
.m-r-172 {margin-right: 172px;}
.m-r-173 {margin-right: 173px;}
.m-r-174 {margin-right: 174px;}
.m-r-175 {margin-right: 175px;}
.m-r-176 {margin-right: 176px;}
.m-r-177 {margin-right: 177px;}
.m-r-178 {margin-right: 178px;}
.m-r-179 {margin-right: 179px;}
.m-r-180 {margin-right: 180px;}
.m-r-181 {margin-right: 181px;}
.m-r-182 {margin-right: 182px;}
.m-r-183 {margin-right: 183px;}
.m-r-184 {margin-right: 184px;}
.m-r-185 {margin-right: 185px;}
.m-r-186 {margin-right: 186px;}
.m-r-187 {margin-right: 187px;}
.m-r-188 {margin-right: 188px;}
.m-r-189 {margin-right: 189px;}
.m-r-190 {margin-right: 190px;}
.m-r-191 {margin-right: 191px;}
.m-r-192 {margin-right: 192px;}
.m-r-193 {margin-right: 193px;}
.m-r-194 {margin-right: 194px;}
.m-r-195 {margin-right: 195px;}
.m-r-196 {margin-right: 196px;}
.m-r-197 {margin-right: 197px;}
.m-r-198 {margin-right: 198px;}
.m-r-199 {margin-right: 199px;}
.m-r-200 {margin-right: 200px;}
.m-r-201 {margin-right: 201px;}
.m-r-202 {margin-right: 202px;}
.m-r-203 {margin-right: 203px;}
.m-r-204 {margin-right: 204px;}
.m-r-205 {margin-right: 205px;}
.m-r-206 {margin-right: 206px;}
.m-r-207 {margin-right: 207px;}
.m-r-208 {margin-right: 208px;}
.m-r-209 {margin-right: 209px;}
.m-r-210 {margin-right: 210px;}
.m-r-211 {margin-right: 211px;}
.m-r-212 {margin-right: 212px;}
.m-r-213 {margin-right: 213px;}
.m-r-214 {margin-right: 214px;}
.m-r-215 {margin-right: 215px;}
.m-r-216 {margin-right: 216px;}
.m-r-217 {margin-right: 217px;}
.m-r-218 {margin-right: 218px;}
.m-r-219 {margin-right: 219px;}
.m-r-220 {margin-right: 220px;}
.m-r-221 {margin-right: 221px;}
.m-r-222 {margin-right: 222px;}
.m-r-223 {margin-right: 223px;}
.m-r-224 {margin-right: 224px;}
.m-r-225 {margin-right: 225px;}
.m-r-226 {margin-right: 226px;}
.m-r-227 {margin-right: 227px;}
.m-r-228 {margin-right: 228px;}
.m-r-229 {margin-right: 229px;}
.m-r-230 {margin-right: 230px;}
.m-r-231 {margin-right: 231px;}
.m-r-232 {margin-right: 232px;}
.m-r-233 {margin-right: 233px;}
.m-r-234 {margin-right: 234px;}
.m-r-235 {margin-right: 235px;}
.m-r-236 {margin-right: 236px;}
.m-r-237 {margin-right: 237px;}
.m-r-238 {margin-right: 238px;}
.m-r-239 {margin-right: 239px;}
.m-r-240 {margin-right: 240px;}
.m-r-241 {margin-right: 241px;}
.m-r-242 {margin-right: 242px;}
.m-r-243 {margin-right: 243px;}
.m-r-244 {margin-right: 244px;}
.m-r-245 {margin-right: 245px;}
.m-r-246 {margin-right: 246px;}
.m-r-247 {margin-right: 247px;}
.m-r-248 {margin-right: 248px;}
.m-r-249 {margin-right: 249px;}
.m-r-250 {margin-right: 250px;}
.m-l-r-auto {margin-left: auto;	margin-right: auto;}
.m-l-auto {margin-left: auto;}
.m-r-auto {margin-right: auto;}



/*[ TEXT ]
///////////////////////////////////////////////////////////
*/
/* ------------------------------------ */
.text-white {color: white;}
.text-black {color: black;}

.text-hov-white:hover {color: white;}

/* ------------------------------------ */
.text-up {text-transform: uppercase;}

/* ------------------------------------ */
.text-center {text-align: center;}
.text-left {text-align: left;}
.text-right {text-align: right;}
.text-middle {vertical-align: middle;}

/* ------------------------------------ */
.lh-1-0 {line-height: 1.0;}
.lh-1-1 {line-height: 1.1;}
.lh-1-2 {line-height: 1.2;}
.lh-1-3 {line-height: 1.3;}
.lh-1-4 {line-height: 1.4;}
.lh-1-5 {line-height: 1.5;}
.lh-1-6 {line-height: 1.6;}
.lh-1-7 {line-height: 1.7;}
.lh-1-8 {line-height: 1.8;}
.lh-1-9 {line-height: 1.9;}
.lh-2-0 {line-height: 2.0;}
.lh-2-1 {line-height: 2.1;}
.lh-2-2 {line-height: 2.2;}
.lh-2-3 {line-height: 2.3;}
.lh-2-4 {line-height: 2.4;}
.lh-2-5 {line-height: 2.5;}
.lh-2-6 {line-height: 2.6;}
.lh-2-7 {line-height: 2.7;}
.lh-2-8 {line-height: 2.8;}
.lh-2-9 {line-height: 2.9;}





/*[ SHAPE ]
///////////////////////////////////////////////////////////
*/

/*[ Display ]
-----------------------------------------------------------
*/
.dis-none {display: none;}
.dis-block {display: block;}
.dis-inline {display: inline;}
.dis-inline-block {display: inline-block;}
.dis-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

/*[ Position ]
-----------------------------------------------------------
*/
.pos-relative {position: relative;}
.pos-absolute {position: absolute;}
.pos-fixed {position: fixed;}

/*[ float ]
-----------------------------------------------------------
*/
.float-l {float: left;}
.float-r {float: right;}


/*[ Width & Height ]
-----------------------------------------------------------
*/
.sizefull {
	width: 100%;
	height: 100%;
}
.w-full {width: 100%;}
.h-full {height: 100%;}
.max-w-full {max-width: 100%;}
.max-h-full {max-height: 100%;}
.min-w-full {min-width: 100%;}
.min-h-full {min-height: 100%;}

/*[ Top Bottom Left Right ]
-----------------------------------------------------------
*/
.top-0 {top: 0;}
.bottom-0 {bottom: 0;}
.left-0 {left: 0;}
.right-0 {right: 0;}

.top-auto {top: auto;}
.bottom-auto {bottom: auto;}
.left-auto {left: auto;}
.right-auto {right: auto;}


/*[ Opacity ]
-----------------------------------------------------------
*/
.op-0-0 {opacity: 0;}
.op-0-1 {opacity: 0.1;}
.op-0-2 {opacity: 0.2;}
.op-0-3 {opacity: 0.3;}
.op-0-4 {opacity: 0.4;}
.op-0-5 {opacity: 0.5;}
.op-0-6 {opacity: 0.6;}
.op-0-7 {opacity: 0.7;}
.op-0-8 {opacity: 0.8;}
.op-0-9 {opacity: 0.9;}
.op-1-0 {opacity: 1;}

/*[ Background ]
-----------------------------------------------------------
*/
.bgwhite {background-color: white;}
.bgblack {background-color: black;}



/*[ Wrap Picture ]
-----------------------------------------------------------
*/
.wrap-pic-w img {width: 100%;}
.wrap-pic-max-w img {max-width: 100%;}

/* ------------------------------------ */
.wrap-pic-h img {height: 100%;}
.wrap-pic-max-h img {max-height: 100%;}

/* ------------------------------------ */
.wrap-pic-cir {
	border-radius: 50%;
	overflow: hidden;
}
.wrap-pic-cir img {
	width: 100%;
}



/*[ Hover ]
-----------------------------------------------------------
*/
.hov-pointer:hover {cursor: pointer;}

/* ------------------------------------ */
.hov-img-zoom {
	display: block;
	overflow: hidden;
}
.hov-img-zoom img{
	width: 100%;
	-webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}
.hov-img-zoom:hover img {
	-webkit-transform: scale(1.1);
  	-moz-transform: scale(1.1);
  	-ms-transform: scale(1.1);
  	-o-transform: scale(1.1);
	transform: scale(1.1);
}



/*[  ]
-----------------------------------------------------------
*/
.bo-cir {border-radius: 50%;}

.of-hidden {overflow: hidden;}

.visible-false {visibility: hidden;}
.visible-true {visibility: visible;}




/*[ Transition ]
-----------------------------------------------------------
*/
.trans-0-1 {
	-webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
}
.trans-0-2 {
	-webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.trans-0-3 {
	-webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.trans-0-4 {
	-webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.trans-0-5 {
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.trans-0-6 {
	-webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}
.trans-0-9 {
	-webkit-transition: all 0.9s;
    -o-transition: all 0.9s;
    -moz-transition: all 0.9s;
    transition: all 0.9s;
}
.trans-1-0 {
	-webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.contact-infos {
	padding: 50px 50px 55px; 
	border-left: 1px solid #ccc;
	min-height: 610px;
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}
@media (min-width: 576px){
	.form-inline .form-group {
		display: -ms-flexbox;
		display: flex;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 0;
	}
	
}
.form-group {
    margin-bottom: 1rem;
}
/*
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}*/

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.captcha input {
	font-size: 1.8rem;
}
.form-control {
    display: block;
    width: 100%;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
@media (min-width: 576px){
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
	
}

.search-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999999;
	display: none;
}
.search-bar {
	position: absolute;
	background: #fff;
	width: 100%;
	height: 115px;
	padding: 30px 50px;
}
.close-search-wrapper {
	position: absolute;
	right: 18px;
	top: 78%;
	background: #fff;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
}
.close-search-wrapper img{
	width: 32px;
	position: relative;
	top: 3px;
	cursor: pointer;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination>li {
    display: inline;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #f58634;
    border-color: #f58634;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.pagination-lg>li>a, .pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}


.hero-banner-text h3 {
	position: absolute;
    left: 20%;
    bottom: 30%;
    transform: rotate(-5deg) !important;
    font-size: 4.8em;
    color: #f58634;
    font-family: "Kaushan Script", cursive;
    letter-spacing: -0.10rem;
	line-height: 1.125rem;
	margin-bottom: 10px !important;
}
.hero-banner-text h1 {
	margin-left: 90px;
}

/* For iphone devices */
@media (min-width: 320px) and (max-width: 414px) {
   .hero-banner-text h1 {
		margin-left: 0px !important;
		font-size: 2.5rem !important;
	}
	.hero-banner.home-page-hero {
		background-size: contain;
		background-position: top ;
		min-height: 225px;
		background-repeat: no-repeat ;
	}
	.hero-banner-text2 {
		top: 0px;
	}
	
	.home-about-infos .content-block {
		padding-top: 0px !important;
	}
}


@media (min-width: 320px) and (max-width: 400px) {
   .hero-banner-text h1 {
		margin-left: 0px !important;
		font-size: 2.5rem !important;
	}
	.hero-banner-text h3 {
		left: 14%;
		bottom: 23%;
		font-size: 2.5em;
	}
	.kaushan-h h2 {
		font-size: 2.6rem !important;
	}
	.hero-banner.home-page-hero {
		background-size: contain;
		background-position: top ;
		min-height: 202px;
		max-height: 202px;
		background-repeat: no-repeat ;
	}
	.hero-banner-text2 h1 {
		font-size: 2em;
		margin: 0;
		line-height: normal !important;
		margin-left: 0px !important;
		left: 0px;
	}
	
	.hero-banner-text2 h5 {
		font-size: 0.64rem !important;
		margin-left: 15px !important;
		margin-top: -28px !important;
		letter-spacing: normal !important;
	}
	
	.hero-banner-span {
		margin-left: 15px;
	}
	
	.home-about-infos .content-block {
		padding-top: 0px !important;
	}
	.commitments .m-l-0{
		margin-left: 20px !important;
	}
	
	.commitments .m-r-0{
		margin-right: 20px !important;
	}
	.accordion-section.commitments .introtext {
		margin-top: 0px;
	}
	
	.p-vision.p-l-20 {
		padding-left: 0px;
	}
}
	
@media (min-width: 400px) and (max-width: 654px) {
   .hero-banner-text h1 {
		margin-left: 20px !important;
	}
	.hero-banner-text2 {
		top: 32px !important;
	}
	.hero-banner-text2 h1 {
		font-size: 1.8em !important;
		margin: 0;
		line-height: normal !important;
		margin-left: 0px !important;
	}
	
	.home-about-infos .content-block {
		padding-top: 0px !important;
	}
	
	.commitments .m-l-0{
		margin-left: 20px !important;
	}
	
	.commitments .m-r-0{
		margin-right: 20px !important;
	}
	
	.hero-banner-text h3 {
		left: 22%;
		bottom: 24%;
		font-size: 2.3em;
	}
	.hero-banner__content {
		top: 160px;
	}
	.torch-bearers {
		padding-top: 98px;
		width: 100%;
		max-width: 100%;
		background-size: contain !important;
		background-repeat: no-repeat !important;
		min-height: 190px !important;
	}
	.torch-bearers:hover {
		padding-top: 98px;
		width: 100%;
		max-width: 100%;
		background-size: contain !important;
		background-repeat: no-repeat !important;
	}
	.advance-text .m-t-80 {
		margin-top: 0 !important;
	}
	.kaushan-h h2 {
		font-size: 2.875rem !important;
	}
	.p-vision.p-l-20 {
		padding-left: 0px;
	}
}
@media (min-width: 600px) and (max-width: 768px) {
	.hero-banner.home-page-hero {
		background-size: contain;
		background-position: top;
		background-repeat: no-repeat;
		min-height: 420px;
	}
	.hero-banner-text h1 {
		margin-left: 30px;
	}
	.trendsetters h1 {
		font-size: 4.375rem;
		line-height: 3.8rem;
	}
	.hero-banner-text h3 {
		left: 18%;
		bottom: 27%;
		font-size: 4em;
	}
	.trendsetters {
		margin-bottom: 0px !important;
		padding-bottom: 150px;
	}
	.p-vision.p-l-20 {
		padding-left: 0px;
	}
}
.torch-bearers {
	background: url(../../../../wp-content/uploads/torchbearers.png);
}
.torch-bearers:hover {
	background: url(../../../../wp-content/uploads/torchbearers.jpg);
	padding-top: 80px;
    max-width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.kaushan-h h2 {
	font-family: "Kaushan Script", cursive;
    text-align: center;
    font-size: 4.7rem;
    letter-spacing: normal;
    line-height: 0.9;
	color: #007e76;
    -webkit-text-stroke-width: 0.01234px;
    -webkit-text-stroke-color: #c6dfde;
}
#menu-footer-navigation li h2, .site-footer__subscribe h2 {
	color: #e3e2de !important;
}


.one.mcb-wrap {
    width: 100%;
}
.clearfix {
    zoom: 1;
}
.mcb-wrap {
    float: left;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.column-margin-20px .column {
    margin-bottom: 20px !important;
}
.one-third.column {
    width: 31.333%;
}
.column, .columns {
    float: left;
    margin: 0 1% 40px;
}

.people-header h2 {
    font-size: 1.8em;
    letter-spacing: -0.1rem;
	margin: 0;
}
.patron-ppls h3 {
    font-size: 1.2em;
	margin: 0;
	line-height: 2;
}
.patron-ppls h4 {
    font-size: 16px;
	margin: 0;
	line-height: 1.5;
}
.hidden {
	display: none;
}
.hide {
	display: none;
}
.text-decoration-none {
	text-decoration: none;
}

@media screen and (max-width: 767px){
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd;
	}
}
.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}


/** ===================  Bootstrap CKEDITOR ==================== ****/
@media (min-width: 768px){
	.col-md-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-md-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-md-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-md-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-md-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
.btgrid {
	margin-right: -15px;
    margin-left: -15px;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.content {
    float: left;
    width: 100%;
}


/****** ============== Header Navigation ================ ******
#container {
	margin: 0 auto;
	max-width: 890px;
}

.toggle,
[id^=drop] {
	display: none;
}

nav { 
	position: absolute;
    right: 0;
}



nav:after {
	content:"";
	display:table;
	clear:both;
}

nav ul {
	float: right;
	padding:0;
	list-style: none;
	position: relative;
	}
	

nav ul li {
	margin: 0px;
	display:inline-block;
	float: left;
	background-color: #fff;
	}


nav a {
	display:block;
	padding:14px 20px;	
	color: #6b6b6b;
	font-family: Graphik-Medium;
	font-size: 0.875rem;
	text-decoration:none;
}


nav ul li ul li:hover { background: #ddd; }

nav a:hover { 
	background-color: #ddd; 
}


nav ul ul {
	display: none;
	position: absolute; 
	top: 40px; 
}
	
nav ul li:hover > ul {
	display:inherit;
}
	
nav ul ul li {
	width:170px;
	float:none;
	display:list-item;
	position: relative;
}


nav ul ul ul li {
	position: relative;
	top:-60px;
	left:170px; 
}

	
li > a:only-child:after { content: ''; }




@media all and (max-width : 768px) {

	nav {
		margin: 0;
	}


	.toggle + a,
	.menu {
		display: none;
	}

	.toggle {
		display: block;
		padding:14px 20px;	
		color:#6b6b6b;
		font-size:17px;
		text-decoration:none;
		border:none;
		top: 8px;
		right: 5px;
	}

	.toggle:hover {
		display: inline-block;
		float: right;
	}

	[id^=drop]:checked + ul {
		display: block;
	}

	nav ul li {
		display: block;
		width: 100%;
		}

	nav ul ul .toggle,
	nav ul ul a {
		padding: 0 40px;
	}

	nav ul ul ul a {
		padding: 0 80px;
	}

	nav a:hover,
	nav ul ul ul a {
		background-color: #000000;
	}
  
	nav ul li ul li .toggle,
	nav ul ul a,
  nav ul ul ul a{
		padding:14px 20px;	
		color:#FFF;
		font-size:17px; 
	}
  
  
	nav ul li ul li .toggle,
	nav ul ul a {
		background-color: #212121; 
	}

	nav ul ul {
		float: none;
		position:static;
		color: #ffffff;
	}
		
	nav ul ul li:hover > ul,
	nav ul li:hover > ul {
		display: none;
	}
		
	nav ul ul li {
		display: block;
		width: 100%;
	}

	nav ul ul ul li {
		position: static;

	}

}

@media all and (max-width : 330px) {

	nav ul li {
		display:block;
		width: 94%;
	}

}
******/

.lang-tab {
	position: relative;
    top: 12px;
}

/** ============ Google Language ========== ***/
.goog-te-menu2-item span.text {
    font-family: arial;
    font-size: 10pt;
    color: #6b6b6b !important;
}

/* text converting to two column */
.column-content {
	column-count: 2;
	column-gap: 80px;
}

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
	.hero-banner-text2 {
		top: 20px !important;
	}
	.hero-banner.home-page-hero {
		min-height: 230px;
		max-height: 230px;
	}
	.hero-banner-span {
		margin-left: 15px;
	}
	.hero-banner.home-page-hero h5{
		font-size: 0.52rem;
		letter-spacing: 0.5px;
		margin-left: 15px;
		margin-top: -25px;
	}
}

/* This only changes this particular animation duration */
.animate__animated.animate__backInDown {
  --animate-duration: 2s;
}
.animate__animated.animate__backOutUp {
  --animate-duration: 2s;
}

/* This changes all the animations globally */
:root {
  --animate-duration: 800ms;
  --animate-delay: 0.9s;
}

.home-page-hero .hero-banner-text2 h1, .home-page-hero .hero-banner-text2 h3, .home-page-hero .hero-banner-text2 h5, .hero-banner .hero_bg_overlay.bg_overlay  {
	display: none; 	
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {}

.advance-text {
    padding: 0px 45px;
}
.w-80 {
	width: 80%;
}
.w-70 {
	width: 70%;
}
.w-50 {
	width: 50%;
}
.w-40 {
	width: 40%;
}
.w-45 {
	width: 45%;
}
.strategic_focus li {
    margin: 10px 0;
}

.leading_guest_speakers {
    display: flow-root;
    margin-bottom: 50px;
}
.leading_guest_speakers ul li {
    width: 33.33%;
    float: left;
    /*color: #307abd;*/
    line-height: 1.5;
}


/** Fast Forums **/
.nav-tabs {
    /*border-bottom: 1px solid #ddd;*/
	display: flex;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}

.nav>li {
    position: relative;
    display: block;
	margin: 0 7px 15px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-image: linear-gradient(-48deg, #8fd0b5 0%, #68a4d8 100%);
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border-radius: 4px 4px 0 0;
	border: 1px solid;
	border-image-slice: 1;
	border-width: 2px;
	border-image-source: linear-gradient(-48deg, #8fd0b5 0%, #68a4d8 100%);
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.tab-content>.active {
    display: block !important;
}
.tab-content>.tab-pane {
    display: none;
}
.fade.in {
    opacity: 1;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15slinear;
    -o-transition: opacity .15s linear;
    transition: opacity .15slinear;
}
.tab-content {
    display: flex;
    width: 100%;
	margin-top: 30px;
    padding: 20px;
	-webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}
.tab-link h4 {
	margin-bottom: 0px;
	font-size: 14px; 
	line-height: 1.7
}
.tab-content .tab-pane h4 {
	font-size: 24px; 
	line-height: 1.2;
	margin-bottom: 5px;
	font-family: Graphik-Medium;
	color: #f58634;
}
.tab-content .tab-pane h6 {
	font-size: 16px; 
	line-height: 1.2;
	letter-spacing: normal !important;
	font-family: Graphik-Medium;
	color: #68a4d8;
}
.rich_text_block .alignleft{
	margin-bottom: 0px;
}
.img-responsive {
    display: inline;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}


#colorbox.past_forums #cboxContent {
    float: none !important;
    position: absolute;
    width: 70% !important;
    height: auto !important;
    background-color: #fff;
    top: 0;
    right: 0;
    bottom: 0;
    left: 18%;
}

#colorbox.past_forums #cboxLoadedContent {
    width: 100% !important;
    height: auto !important;
}

.alignleft {
    display: block;
    float: left;
    margin-right: 1.25rem;
    margin-bottom: 1.25rem;
}

.past_forums_popup_wrapper {
	padding: 30px;
	background-color: #fff;
}
.past_forums_popup_wrapper h4 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 5px;
    font-family: Graphik-Medium;
    color: #f58634;
}

.past_forums_popup_wrapper h6 {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: normal !important;
    font-family: Graphik-Medium;
    color: #68a4d8;
}
.past_forums_popup_wrapper p, .past_forums_popup_wrapper li {
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.75rem;
    margin-bottom: 1.25rem;
	font-family: Graphik-Regular;
	text-align: justify;
}

.panel-group {
    margin-bottom: 20px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}

.panel-default {
    border-color: #ddd;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
}

.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd;
}
.panel-body {
    padding: 15px;
}
.collapse {
    display: none;
}

.panel-info {
    border-color: #bce8f1;
	margin-bottom: 20px !important;
}
.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1;
}

.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd;
}
.text-uppercase {
    text-transform: uppercase;
}
a.ajax:hover img {
    opacity: 0.7;
}



