@charset "UTF-8";
    
/*
Theme Name:  Scenic Train Travel
Author: Hub & Spoke
Author URI: https://hubandspokecreative.com/
Version: 1
Description: Explore Michigan theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: exploremichigan
Tags: one-column,  two-columns
Theme URI:
*/
.footer-nav, .menu, .nav-drop ul, .slick-dots, .social-list, .tagcloud {
    margin: 0;
    padding: 0;
    list-style: none;
}
#nav:after, .clearfix:after, .post-password-form p:after, .post-password-form:after, .search-form p:after, .search-form:after, .widget:after, dl:after {
    content: '';
    display: block;
    clear: both;
}
.bg-stretch img, .card .card-head img, .desc-image img, .full-section.full-intro-section>img, .image-cover img, .story-card img, .subscribe-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
html {
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%}
*, :after, :before {
    box-sizing: inherit;
}
* {
    max-height: 1000000px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
    display: block;
}
body {
    width: 100%;
    color: #000;
    background: #fff;
    font: 16px/1.5 'DM Sans', "Helvetica Neue", Helvetica, sans-serif;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
.gm-style img {
    max-width: none;
}
@media (max-width:1023px) {
    iframe {
    width: 100%}
}.resize-active * {
    transition: none!important;
}
address, applet, blockquote, dl, embed, form, frameset, h1, h2, h3, h4, h5, h6, iframe, object, ol, p, table, ul {
    margin: 0 0 20px;
}
blockquote {
    border-left: 4px solid #ddd;
    padding-left: 10px;
    margin-left: 0;
}
table {
    border-collapse: collapse;
}
td, th {
    border: 1px solid #ddd;
    padding: 3px;
    text-align: left;
    vertical-align: top;
}
th {
    text-align: center;
    vertical-align: middle;
}
ol, ul {
    padding-left: 20px;
}
ol ol, ol ul, ul ol, ul ul {
    padding-left: 20px;
    margin: 0;
}
ul {
    list-style-type: disc;
    margin-bottom: 2rem;
}
dl dt {
    float: left;
    clear: left;
    padding-right: .3em;
    font-weight: 700;
}
dl dd {
    overflow: hidden;
}
pre {
    max-width: 100%;
    overflow: auto;
}
fieldset, form {
    margin: 0;
    padding: 0;
    border-style: none;
}
form input[type=email], form input[type=password], form input[type=search], form input[type=tel], form input[type=text], form input[type=url], form textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    padding: 5px 20px;
    font-size: 16px;
    line-height: 1.2;
    font-family: 'DM Sans', "Helvetica Neue", Helvetica, sans-serif;
    box-sizing: border-box;
    border: 2px solid #136ea9;
    border-radius: 10px;
}
form input[type=email]:not(textarea), form input[type=password]:not(textarea), form input[type=search]:not(textarea), form input[type=tel]:not(textarea), form input[type=text]:not(textarea), form input[type=url]:not(textarea), form textarea:not(textarea) {
    height: 45px;
}
form input[type=email]:focus, form input[type=password]:focus, form input[type=search]:focus, form input[type=tel]:focus, form input[type=text]:focus, form input[type=url]:focus, form textarea:focus {
    outline: 0;
    border-color: #0b4164;
}
form input[type=email]::-webkit-input-placeholder, form input[type=password]::-webkit-input-placeholder, form input[type=search]::-webkit-input-placeholder, form input[type=tel]::-webkit-input-placeholder, form input[type=text]::-webkit-input-placeholder, form input[type=url]::-webkit-input-placeholder, form textarea::-webkit-input-placeholder {
    color: #136ea9;
}
form input[type=email]::-moz-placeholder, form input[type=password]::-moz-placeholder, form input[type=search]::-moz-placeholder, form input[type=tel]::-moz-placeholder, form input[type=text]::-moz-placeholder, form input[type=url]::-moz-placeholder, form textarea::-moz-placeholder {
    opacity: 1;
    color: #136ea9;
}
form input[type=email]:-moz-placeholder, form input[type=password]:-moz-placeholder, form input[type=search]:-moz-placeholder, form input[type=tel]:-moz-placeholder, form input[type=text]:-moz-placeholder, form input[type=url]:-moz-placeholder, form textarea:-moz-placeholder {
    color: #136ea9;
}
form input[type=email]:-ms-input-placeholder, form input[type=password]:-ms-input-placeholder, form input[type=search]:-ms-input-placeholder, form input[type=tel]:-ms-input-placeholder, form input[type=text]:-ms-input-placeholder, form input[type=url]:-ms-input-placeholder, form textarea:-ms-input-placeholder {
    color: #136ea9;
}
form input[type=email].placeholder, form input[type=password].placeholder, form input[type=search].placeholder, form input[type=tel].placeholder, form input[type=text].placeholder, form input[type=url].placeholder, form textarea.placeholder {
    color: #136ea9;
}
input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
textarea {
    resize: vertical;
    vertical-align: top;
    overflow: auto;
}
form button, form input[type=button], form input[type=file], form input[type=reset], form input[type=submit] {
    transition: background .3s ease-in-out;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    height: 45px;
    padding: 5px 20px;
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    outline: 0;
    cursor: pointer;
    border: 1px solid #136ea9;
    border-radius: 10px;
    background: #136ea9;
}
form button:hover, form input[type=button]:hover, form input[type=file]:hover, form input[type=reset]:hover, form input[type=submit]:hover {
    background: #e4e4e4;
    color: #136ea9;
}
form button[type=button], form button[type=reset], form button[type=submit] {
    z-index: 1;
    transition: color .3s ease-in-out;
    position: relative;
    display: inline-block;
    vertical-align: top;
    font: 700 17px/1.2 'DM Sans', "Helvetica Neue", Helvetica, sans-serif;
    padding: 5px 20px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    border-radius: 9px;
    overflow: hidden;
    box-shadow: inset 0 0 0 2px #136ea9;
    border: none;
    background: 0 0;
}
@media (min-width:768px) {
    form button[type=button], form button[type=reset], form button[type=submit] {
    font-size: 17px;
    padding-left: 24px;
    padding-right: 24px;
}
}form button[type=button]:after, form button[type=reset]:after, form button[type=submit]:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #136ea9;
    transition: transform .3s cubic-bezier(.7,  0,  .2,  1);
    z-index: -1;
}
form button[type=button]:focus, form button[type=button]:hover, form button[type=reset]:focus, form button[type=reset]:hover, form button[type=submit]:focus, form button[type=submit]:hover {
    color: #136ea9;
    background: 0 0;
}
form button[type=button]:focus:after, form button[type=button]:hover:after, form button[type=reset]:focus:after, form button[type=reset]:hover:after, form button[type=submit]:focus:after, form button[type=submit]:hover:after {
    transform: translate3d(0, -100%, 0);
}
.nav-links, .navigation, .navigation-comments, .navigation-single {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}
@media (min-width:768px) {
    [id=twocolumns] {
    display: -ms-flexbox;
    display: flex;
}
}[id=content] {
    padding-top: 30px;
    padding-bottom: 30px;
}
@media (min-width:768px) {
    [id=content] {
    width: 70%}
}[id=content]:only-child {
    width: 100%}
[id=sidebar] {
    padding-top: 30px;
    padding-bottom: 30px;
}
@media (min-width:768px) {
    [id=sidebar] {
    width: 30%;
    padding-left: 30px;
}
}.widget {
    margin-bottom: 20px;
}
.widget select {
    min-width: 150px;
    width: 100%}
.post-password-form, .search-form {
    margin-bottom: 10px;
}
.post-password-form label, .search-form label {
    display: block;
}
.post-password-form input, .search-form input {
    float: left;
    margin-right: 5px;
}
@media (min-width:768px) {
    #sidebar .post-password-form input, #sidebar .search-form input {
    width: 100%;
    margin: 0 0 5px;
}
}.post-password-form input[type=submit], .search-form input[type=submit] {
    margin: 0;
}
.nav-links, .navigation, .navigation-comments {
    width: 100%;
    position: relative;
}
.nav-links .screen-reader-text, .navigation .screen-reader-text, .navigation-comments .screen-reader-text {
    position: absolute;
    left: -99999px;
}
.nav-links .page-numbers, .navigation .page-numbers, .navigation-comments .page-numbers {
    margin: 0 3px;
}
.nav-links .page-numbers:first-child, .navigation .page-numbers:first-child, .navigation-comments .page-numbers:first-child {
    margin-left: 0;
}
.nav-links .page-numbers:last-child, .navigation .page-numbers:last-child, .navigation-comments .page-numbers:last-child {
    margin-right: 0;
}
.nav-links .next, .nav-links .prev, .navigation .next, .navigation .prev, .navigation-comments .next, .navigation-comments .prev {
    max-width: 49%;
    margin: 0 0 0 auto!important;
}
.nav-links .next a, .nav-links .prev a, .navigation .next a, .navigation .prev a, .navigation-comments .next a, .navigation-comments .prev a {
    z-index: 1;
    transition: color .3s ease-in-out;
    position: relative;
    display: inline-block;
    vertical-align: top;
    font: 700 17px/1.2 'DM Sans', "Helvetica Neue", Helvetica, sans-serif;
    padding: 12px 20px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    border-radius: 9px;
    overflow: hidden;
    box-shadow: inset 0 0 0 2px #136ea9;
    border: none;
    background: 0 0;
    text-transform: capitalize;
    text-decoration: none;
}
@media (max-width:767px) {
    .nav-links .next a, .nav-links .prev a, .navigation .next a, .navigation .prev a, .navigation-comments .next a, .navigation-comments .prev a {
    padding: 19px 35px;
}
}@media (min-width:768px) {
    .nav-links .next a, .nav-links .prev a, .navigation .next a, .navigation .prev a, .navigation-comments .next a, .navigation-comments .prev a {
    font-size: 17px;
    padding-left: 24px;
    padding-right: 24px;
    min-width: 201px;
}
}.nav-links .next a:after, .nav-links .prev a:after, .navigation .next a:after, .navigation .prev a:after, .navigation-comments .next a:after, .navigation-comments .prev a:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #136ea9;
    transition: transform .3s cubic-bezier(.7,  0,  .2,  1);
    z-index: -1;
}
.nav-links .next a:focus, .nav-links .next a:hover, .nav-links .prev a:focus, .nav-links .prev a:hover, .navigation .next a:focus, .navigation .next a:hover, .navigation .prev a:focus, .navigation .prev a:hover, .navigation-comments .next a:focus, .navigation-comments .next a:hover, .navigation-comments .prev a:focus, .navigation-comments .prev a:hover {
    color: #136ea9;
    background: 0 0;
}
.nav-links .next a:focus:after, .nav-links .next a:hover:after, .nav-links .prev a:focus:after, .nav-links .prev a:hover:after, .navigation .next a:focus:after, .navigation .next a:hover:after, .navigation .prev a:focus:after, .navigation .prev a:hover:after, .navigation-comments .next a:focus:after, .navigation-comments .next a:hover:after, .navigation-comments .prev a:focus:after, .navigation-comments .prev a:hover:after {
    transform: translate3d(0, -100%, 0);
}
@media (max-width:767px) {
    .nav-links .next a, .nav-links .prev a, .navigation .next a, .navigation .prev a, .navigation-comments .next a, .navigation-comments .prev a {
    font-size: 0;
}
.nav-links .next a:after, .nav-links .prev a:after, .navigation .next a:after, .navigation .prev a:after, .navigation-comments .next a:after, .navigation-comments .prev a:after {
    content: '»';
    font-size: 25px;
}
}.nav-links .prev, .navigation .prev, .navigation-comments .prev {
    margin: 0 auto 0 0!important;
}
@media (max-width:767px) {
    .nav-links .prev: after, .navigation .prev:after, .navigation-comments .prev:after {
    content: '«'}
}.navigation-single {
    width: 100%}
.navigation-single .next, .navigation-single .prev {
    max-width: 49%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.navigation-single .next a, .navigation-single .prev a {
    z-index: 1;
    max-width: 49%;
    transition: color .3s ease-in-out;
    position: relative;
    display: inline-block;
    vertical-align: top;
    font: 700 17px/1.2 'DM Sans', "Helvetica Neue", Helvetica, sans-serif;
    padding: 12px 20px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    border-radius: 9px;
    overflow: hidden;
    box-shadow: inset 0 0 0 2px #136ea9;
    border: none;
    background: 0 0;
    text-transform: capitalize;
}
@media (max-width:767px) {
    .navigation-single .next a, .navigation-single .prev a {
    padding: 19px 35px;
}
}@media (min-width:768px) {
    .navigation-single .next a, .navigation-single .prev a {
    font-size: 17px;
    padding-left: 24px;
    padding-right: 24px;
    min-width: 201px;
}
}.navigation-single .next a:after, .navigation-single .prev a:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #136ea9;
    transition: transform .3s cubic-bezier(.7,  0,  .2,  1);
    z-index: -1;
}
.navigation-single .next a:focus, .navigation-single .next a:hover, .navigation-single .prev a:focus, .navigation-single .prev a:hover {
    color: #136ea9;
    background: 0 0;
}
.navigation-single .next a:focus:after, .navigation-single .next a:hover:after, .navigation-single .prev a:focus:after, .navigation-single .prev a:hover:after {
    transform: translate3d(0, -100%, 0);
}
@media (max-width:767px) {
    .navigation-single .next a, .navigation-single .prev a {
    font-size: 0;
}
.navigation-single .next a:after, .navigation-single .prev a:after {
    content: '»';
    font-size: 25px;
}
}@media (max-width:767px) {
    .navigation-single .prev a: after {
    content: '«'}
}.navigation-single {
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.navigation-single:last-child {
    margin-bottom: 0;
}
.navigation-single .next, .navigation-single .prev {
    padding: 0;
    margin: 0;
    max-width: 49%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border: 0;
}
.comment-form label {
    display: block;
    padding-bottom: 4px;
}
.comment-form input, .comment-form textarea {
    margin: 0 4px 0 0;
    width: 100%}
@media (min-width:768px) {
    .comment-form input, .comment-form textarea {
    max-width: 300px;
}
}.comment-form input[type=submit], .comment-form textarea[type=submit] {
    display: block;
    width: auto;
}
.comment-form textarea {
    overflow: auto;
    margin: 0;
    height: 120px;
    min-height: 120px;
}
.commentlist {
    margin: 0 0 1.2em;
}
.commentlist .edit-link {
    margin: 0;
}
.commentlist .avatar-holder {
    float: left;
    margin: 0 1.2em 4px 0;
}
.commentlist-item .commentlist-item {
    padding: 0;
}
@media (min-width:768px) {
    .commentlist-item .commentlist-item {
    padding: 0 0 0 2em;
}
}.comment, .commentlist-holder {
    overflow: hidden;
}
.commentlist-item .commentlist-item, .commentlist-item+.commentlist-item {
    padding-top: 20px;
}
.widget_calendar td, .widget_calendar th {
    text-align: center;
}
.widget_calendar #prev {
    text-align: left;
}
.widget_calendar #next {
    text-align: right;
}
#wp-calendar {
    width: 100%}
.wp-caption {
    max-width: 100%;
    clear: both;
    border: 1px solid #136ea9;
    padding: 4px;
    margin-bottom: 20px;
    text-align: center;
}
.wp-caption img {
    margin-bottom: 4px;
}
.wp-caption p {
    margin: 0;
}
.aligncenter {
    margin: 0 auto 20px;
}
img.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignleft {
    float: left;
    margin: 0 1.2em 4px 0;
}
.alignright {
    float: right;
    margin: 0 0 4px 1.2em;
}
@media (max-width:768px) {
    .alignleft {
    float: none;
    width: 100%}
.alignright {
    float: none;
    width: 100%}
}.mejs-container {
    margin-bottom: 20px;
}
.alignnone, .bypostauthor, .gallery, .gallery-caption, .sticky, .wp-caption-text {
    height: auto;
}
.gallery {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%}
.gallery .gallery-item {
    margin: 0;
    padding: 0 10px 10px;
}
.gallery .gallery-item dt {
    float: none;
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
    width: 50%}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
    width: 33.33%}
.tagcloud {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.comment-list .comment-body {
    margin-bottom: 20px;
}
.comment-author img {
    margin-right: 10px;
}
.h, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'DM Sans', "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 700;
    margin: 0 0 .5em;
    color: #136ea9;
}
.h a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none;
}
.h a:hover, .h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    text-decoration: underline;
}
.h1, h1 {
    font-size: 38px;
    line-height: calc(54/44);
}
@media (min-width:768px) {
    .h1, h1 {
    font-size: 55px;
}
}.h2, h2 {
    font-size: 30px;
    line-height: calc(39/34);
}
@media (min-width:768px) {
    .h2, h2 {
    font-size: 34px;
}
}.h3, h3 {
    font-size: 22px;
    line-height: calc(28/24);
}
@media (min-width:768px) {
    .h3, h3 {
    font-size: 24px;
}
}.h4, h4 {
    font-size: 18px;
    line-height: calc(26/18);
}
.h5, h5 {
    font-size: 16px;
}
.h6, h6 {
    font-size: 13px;
}
.single h2 {
    padding-bottom: 1.75rem;
}
p {
    margin: 0 0 1.5em;
}
a {
    transition: box-shadow .3s ease-in-out, color .3s ease-in-out, background .3s ease-in-out, border .3s ease-in-out, opacity .3s ease-in-out, transform .3s ease-in-out, width .3s ease-in-out, height .3s ease-in-out;
    color: inherit;
}
a:focus, a:hover {
    text-decoration: none;
}
hr {
    border: none;
    height: 2px;
    background: #f2f2f2;
    margin: 25px 0;
}
figure {
    margin: 33px 0 24px;
}
figure:first-child {
    margin-top: 0;
}
figure.size-full>img {
    width: 100%}
figure>img {
    display: block;
    border: 2px solid #fff;
    box-shadow: 0 0 40px rgba(0, 0, 0, .16);
}
figure figcaption {
    display: block;
    font-size: 15px;
    line-height: calc(24/15);
    font-style: italic;
    color: #4b5c5d;
    margin: 13px 0 0;
    text-align: left;
}
@font-face {
    font-family: icomoon;
    src: url("fonts/icomoon.eot?i3k3v6");
    src: url("fonts/icomoon.eot?i3k3v6#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?i3k3v6") format("truetype"), url("fonts/icomoon.woff?i3k3v6") format("woff"), url("fonts/icomoon.svg?i3k3v6#icomoon") format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}
[class*=icon-], [class^=icon-] {
    font-family: icomoon!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-facebook:before {
    content: "\e900"}
.icon-youtube:before {
    content: "\e901"}
.icon-email:before {
    content: "\e902"}
.icon-prev:before {
    content: "\e903"}
.icon-next:before {
    content: "\e904"}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list, .slick-slider .slick-track {
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}
.slick-track:after, .slick-track:before {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir=rtl] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
#header {
    position: relative;
    background: rgb(249,245,230);
background: linear-gradient(180deg, rgba(249,245,230,1) 25%, rgba(255,255,255,1) 100%);
    color: #413f3f;
}
.header-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
}
@media (min-width:768px) {
    .header-inner {
    z-index: 10;
    position: relative;
    padding: 30px 0;
}
}@media (min-width:1024px) {
    .header-inner {
    padding: 30px 0;
}
}@media (min-width:1280px) {
    .header-inner {
    padding: 30px 0;
}
}.heder-line {
    position: relative;
    display: block;
    transform: translateY(50%);
    background: #6393A3;
    height: 4px;
    z-index: 3;
}
@media (min-width:768px) {
    .heder-line {
    height: 5px;
    right: 0;
    left: 0;
}
}.logo {
    position: relative;
    z-index: 5;
    width: 160px;
    margin: 0 20px -5px 0;
}
@media (min-width:768px) {
    .logo {
    width: 19vw;
    margin: 0 20px 0 0;
}
}@media (min-width:1024px) {
    .logo {
    width: 350px;
}
.logo img {
    min-width: 350px;
    height: auto;
}

}#nav {
    -ms-flex: 1 0;
    flex: 1 0;
}
.nav-drop {
    transition: transform .3s ease-in-out;
    line-height: calc(26/20);
}
@media (max-width:767px) {
    .nav-drop {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% - 3px);
    transform: translateX(100%);
    height: calc(100vh - 65px);
    z-index: 100;
    padding: 15px 25px 50px;
    background-color: #fff;
    -ms-flex-direction: column;
    flex-direction: column;
}
}@media (max-width:767px) {
    .nav-active .nav-drop {
    transform: translateX(0);
    overflow-y: auto;
}
}.nav-drop .primary-menu {
    font-size: 22px;
}
@media (min-width:768px) {
    .nav-drop .primary-menu {
    margin: 0 -15px;
    margin-bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
}
}@media (min-width:768px) and (min-width:1024px) {
    .nav-drop .primary-menu {
    margin: 0 -15px;
    font-size: 16px;
}
}@media (min-width:768px) and (min-width:1280px) {
    .nav-drop .primary-menu {
    font-size: 22px;
}
}@media (min-width:768px) {
    .nav-drop li {
    margin: 0 15px;
}
}@media (min-width:1024px) {
    .nav-drop li {
    margin: 0 20px;
}
}.nav-drop li.active>a {
    color: #136ea9;
}
.nav-drop li.hover>a {
    color: #136ea9;
}
.nav-drop li.hover .drop {
    opacity: 1;
    visibility: visible;
}
@media (max-width:767px) {
    .nav-drop li.hover .drop>ul {
    max-height: none;
}
}.nav-drop li a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
}
@media (max-width:767px) {
    .nav-drop li a {
    padding: 10px 0;
}
}.nav-drop li a:hover {
    color: #136ea9;
}
.nav-drop li .drop {
    transition: opacity .3s, visibility .3s, max-height .3s;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    top: 100%;
    left: 0;
}
@media (min-width:768px) {
    .nav-drop li .drop {
    position: absolute;
    top: calc(100% - 37px);
    padding-top: 45px;
    left: 0;
    right: 0;
}
}@media (min-width:1024px) {
    .nav-drop li .drop {
    top: calc(100% - 60px);
    padding-top: 68px;
}
}.nav-drop li .drop>ul {
    overflow: hidden;
    z-index: 2;
    font-size: 16px;
    line-height: calc(28/24);
}
@media (max-width:767px) {
    .nav-drop li .drop>ul {
    max-height: 0;
    padding-left: 15px;
}
}@media (min-width:768px) {
    .nav-drop li .drop>ul {
    padding: 15px 25px 25px;
    width: auto;
    max-height: none;
    overflow: visible;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-shadow: 0 0 30px rgba(0, 0, 0, .16);
    background-color: rgba(235, 235, 235, .95);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}
}@media (min-width:1024px) {
    .nav-drop li .drop>ul {
    padding: 24px 49px 50px;
    font-size: 22px;
	font-weight: 600;
}
}.nav-drop li .drop>ul li {
    padding: 5px 0;
}
@media (min-width:768px) {
    .nav-drop li .drop>ul li {
    width: calc(33.3% - 30px);
    margin: 0 15px;
    padding: 17px 0;
    border-bottom: 2px solid #136ea9;
}
}@media (min-width:1024px) {
    .nav-drop li .drop>ul li {
    width: calc(33.3% - 50px);
    margin: 0 25px;
}
}.nav-opener {
    position: relative;
    width: 35px;
    height: 35px;
    font-size: 0;
    line-height: 0;
    float: right;
    -webkit-tap-highlight-color: transparent;
}
@media (min-width:768px) {
    .nav-opener {
    display: none;
}
}.nav-opener span, .nav-opener:after, .nav-opener:before {
    transition: transform .3s ease-in-out;
    background: #136ea9;
    position: absolute;
    top: 18px;
    left: 15%;
    right: 15%;
    height: 3px;
    margin-top: -2px;
}
.nav-opener:after, .nav-opener:before {
    content: '';
    top: 10px;
}
.nav-opener:after {
    top: 27px;
}
.nav-active .nav-opener span {
    opacity: 0;
}
.nav-active .nav-opener:after, .nav-active .nav-opener:before {
    transform: rotate(45deg);
    top: 16px;
    left: 15%;
    right: 15%}
.nav-active .nav-opener:after {
    transform: rotate(-45deg);
}
.resize-active .nav-drop, .resize-active .nav-drop>ul {
    transition: none!important;
}
.nav-active {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
}
img, svg {
    max-width: 100%;
    height: auto;
}
#main {
    -ms-flex: 1 0;
    flex: 1 0;
}
#main>.container-holder:last-child, #main>.container:last-child, #main>.g-container:last-child {
    padding-bottom: 40px;
}
@media (min-width:768px) {
    #main>.container-holder: last-child, #main>.container:last-child, #main>.g-container:last-child {
    padding-bottom: 60px;
}
}.container, .container-holder, .g-container {
    width: 100%;
    max-width: 1210px;
    padding: 0 25px;
    margin: 0 auto;
}
.container #content, .container .container-holder, .container .g-container, .container-holder #content, .container-holder .container-holder, .container-holder .g-container, .g-container #content, .g-container .container-holder, .g-container .g-container {
    padding: 0;
}
.container .h1:last-child, .container .h2:last-child, .container .h3:last-child, .container .h4:last-child, .container .h5:last-child, .container .h6:last-child, .container-holder .h1:last-child, .container-holder .h2:last-child, .container-holder .h3:last-child, .container-holder .h4:last-child, .container-holder .h5:last-child, .container-holder .h6:last-child, .container-holder>.h:last-child, .container-holder>h1:last-child, .container-holder>h2:last-child, .container-holder>h3:last-child, .container-holder>h4:last-child, .container-holder>h5:last-child, .container-holder>h6:last-child, .container>.h:last-child, .container>h1:last-child, .container>h2:last-child, .container>h3:last-child, .container>h4:last-child, .container>h5:last-child, .container>h6:last-child, .g-container .h1:last-child, .g-container .h2:last-child, .g-container .h3:last-child, .g-container .h4:last-child, .g-container .h5:last-child, .g-container .h6:last-child, .g-container>.h:last-child, .g-container>h1:last-child, .g-container>h2:last-child, .g-container>h3:last-child, .g-container>h4:last-child, .g-container>h5:last-child, .g-container>h6:last-child {
    margin-bottom: 0;
}
.g-container {
    padding-top: 25px;
    padding-bottom: 25px;
}
.g-container+.g-container {
    padding-top: 0;
}
.alignright {
    margin-bottom: 2.5rem!important;
}
.alignright.is-resized {
    margin-left: 40px!important;
}
.alignleft {
    margin-bottom: 2.5rem!important;
}
.alignleft.is-resized {
    margin-right: 40px!important;
}
.wp-block-gallery {
    padding-left: 0!important;
}
figure.wp-block-image {
    margin: 30px 0 30px 0;
}
.content>img {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 20px;
}
img, svg {
    max-width: 100%;
    height: auto;
}
.bg-stretch {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -2;
}
.bg-stretch img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
[class*=section], [class^=section] {
    position: relative;
    z-index: 1;
}
.main-section {
    padding: 40px 0;
}
@media (min-width:768px) {
    .main-section {
    padding: 80px 0;
}
}.main-section+.content-section {
    padding-top: 0;
    margin-top: -20px;
}
.w-100 {
    width: 100%!important;
}
.text-holder {
    max-width: 970px;
    margin: 0 auto 40px;
}
.text-holder:last-child {
    margin-bottom: 0;
}
.title-decor {
    position: relative;
    font-weight: 600;
}
.title-decor:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 99999px;
    top: .5em;
    left: -10px;
    background: currentColor;
    transform: translate(-100%, 0);
}
@media (min-width:1280px) {
    .title-decor: after {
    left: -30px;
}
}.heading-holder {
    margin: 0 -13px 7px;
}
.heading-holder:last-child {
    margin-bottom: -13px;
}
@media (min-width:768px) {
    .heading-holder {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
}.heading-holder>* {
    margin: 0 15px 13px;
}
.heading-holder .heading-link {
    font-size: 12px;
    color: #8d8d8d;
    text-decoration: none;
}
@media (min-width:768px) {
    .heading-holder .heading-link {
    margin-left: auto;
}
}.heading-holder .heading-link:hover {
    text-decoration: underline;
}
.border-top {
    border-top: 2px solid #ddd;
}
.bg-gradient {
    background-image: linear-gradient(180deg, #ebebeb 0, #fff 100%, #7c7c7c 100%);
}
.tags-holder {
    display: block;
    font-size: 16px;
    line-height: calc(24/16);
    color: #9a9a9a;
    margin: 0 0 15px;
}
.tags-holder:last-child {
    margin-bottom: 0;
}
.tags-holder a {
    color: inherit;
    text-decoration: none;
}
.tags-holder a:hover {
    text-decoration: underline;
}
.tags-holder strong {
    text-transform: uppercase;
}
.tags-holder>:last-child {
    margin-bottom: 0;
}
#footer {
    background-color: #6393A3;
    color: ##01151B;
    font-family: Roboto, "Helvetica Neue", Helvetica, sans-serif;
}
#footer .social-list {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
@media (max-width:479px) {
    #footer .social-list {
    display: block;
    text-align: center;
}
}#footer h5 {
    font-size: 14px;
    font-weight: 700;
    color: inherit;
    margin: 0 0 15px;
    font-family: Roboto, "Helvetica Neue", Helvetica, sans-serif;
}
.footer-top {
    background: #1370ab;
    padding: 25px 0;
}
@media (min-width:768px) {
    .footer-top {
    padding: 36px 0;
}
}.footer-main {
    padding: 45px 0;
    font-size: 14px;
}
@media (min-width:768px) {
    .footer-main {
    padding: 68px 0;
}
}@media (min-width:1024px) {
    .footer-main .container {
    display: -ms-flexbox;
    display: flex;
}
}.logo-footer {
    margin: 0 0 50px;
}
@media (max-width:767px) {
    .logo-footer {
    text-align: center;
}
}@media (min-width:1024px) {
    .logo-footer {
    margin: 10px 80px 0 0;
}
}@media (min-width:1280px) {
    .logo-footer {
    margin: 10px 160px 0 0;
}
}.logo-footer img {
    width: 233px;
}
@media (min-width:1024px) {
    .footer-holder {
    -ms-flex: 1 0;
    flex: 1 0;
}
}.footer-columns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.footer-columns .column {
    width: 50%;
    padding: 0 10px 35px;
}
@media (min-width:600px) {
    .footer-columns .column {
    width: 25%}
}.footer-bottom {
    font-size: 11px;
}
.menu li {
    margin: 0 0 15px;
}
.menu li.active a {
    text-decoration: underline;
}
.menu a {
    text-decoration: none;
}
.menu a:hover {
    text-decoration: underline;
}
.footer-bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -15px;
}
@media (min-width:768px) {
    .footer-bottom {
    -ms-flex-pack: justify;
    justify-content: space-between;
}
}.footer-bottom:last-child {
    margin-bottom: -5px;
}
.footer-bottom>* {
    padding: 0 10px 5px;
}
.footer-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -6px;
}
.footer-nav li {
    margin: 0 6px;
}
.footer-nav li.active a {
    text-decoration: underline;
}
.footer-nav a {
    text-decoration: none;
}
.footer-nav a:hover {
    text-decoration: underline;
}
@media (min-width:768px) {
    .footer-info {
    width: 25%}
}.footer-info a {
    text-decoration: none;
}
.footer-info a:hover {
    text-decoration: underline;
}
.btn, .wp-block-button__link {
    transition: color .3s ease-in-out;
    min-width: 187px;
    z-index: 1;
    position: relative;
    display: inline-block;
    vertical-align: top;
    font: 500 17px/1.2 'DM Sans', "Helvetica Neue", Helvetica, sans-serif;
    padding: 12px 20px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    border-radius: 9px;
    overflow: hidden;
    box-shadow: inset 0 0 0 1px #136ea9;
    background-color: transparent;
}
.btn.btn-white, .wp-block-button__link.btn-white {
    color: #fff;
    box-shadow: inset 0 0 0 1px #fff;
    background-color: rgba(255, 255, 255, .1);
}
.btn.btn-white:after, .wp-block-button__link.btn-white:after {
    transform: translate3d(0, 100%, 0);
    background: #fff;
}
.btn.btn-white:focus, .btn.btn-white:hover, .wp-block-button__link.btn-white:focus, .wp-block-button__link.btn-white:hover {
    color: #136ea9;
}
.btn.btn-white:focus:after, .btn.btn-white:hover:after, .wp-block-button__link.btn-white:focus:after, .wp-block-button__link.btn-white:hover:after {
    transform: translate3d(0, 0, 0);
}
.btn.btn-outline, .wp-block-button__link.btn-outline {
    color: #136ea9;
}
.btn.btn-outline:after, .wp-block-button__link.btn-outline:after {
    transform: translate3d(0, 100%, 0);
}
.btn.btn-outline:focus, .btn.btn-outline:hover, .wp-block-button__link.btn-outline:focus, .wp-block-button__link.btn-outline:hover {
    color: #fff;
}
.btn.btn-outline:focus:after, .btn.btn-outline:hover:after, .wp-block-button__link.btn-outline:focus:after, .wp-block-button__link.btn-outline:hover:after {
    transform: translate3d(0, 0, 0);
}
.btn:after, .wp-block-button__link:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #136ea9;
    transition: transform .3s cubic-bezier(.7,  0,  .2,  1);
    z-index: -1;
}
.btn:focus, .btn:hover, .wp-block-button__link:focus, .wp-block-button__link:hover {
    color: #136ea9;
    background-color: transparent;
}
.btn:focus:after, .btn:hover:after, .wp-block-button__link:focus:after, .wp-block-button__link:hover:after {
    transform: translate3d(0, -100%, 0);
}
.btn-holder {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px;
}
@media (min-width:480px) {
    .btn-holder {
    margin: 0 -8px;
}
}@media (min-width:768px) {
    .btn-holder {
    margin: 0 -11px;
}
}.btn-holder:last-child {
    margin-bottom: -20px;
}
.btn-holder>* {
    margin: 0 5px 20px;
}
@media (min-width:480px) {
    .btn-holder>* {
    margin: 0 8px 20px;
}
}@media (min-width:1024px) {
    .btn-holder>* {
    margin: 0 11px 20px;
}
}.wp-block-button__width-25 .wp-block-button__link {
    width: 25%}
.wp-block-button__width-50 .wp-block-button__link {
    width: 50%}
.wp-block-button__width-75 .wp-block-button__link {
    width: 75%}
.wp-block-button__width-100 .wp-block-button__link {
    width: 100%}
#main .hustle-ui .hustle-optin.hustle-optin--default .hustle-form .hustle-field {
    display: block;
}
#main .hustle-ui {
    margin: 0;
}
#main .hustle-ui .hustle-inline:not(.hustle-size--small):first-child {
    padding-top: 31px;
    padding-bottom: 55px;
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
}
#main .hustle-ui.module_id_1 .hustle-success {
    padding: 0;
    background: 0 0;
    margin: 20px 0 0!important;
}
#main .hustle-ui.module_id_1 .hustle-form .hustle-form-fields {
    display: block;
}
#main .hustle-ui [class*=hustle-icon-]:before {
    font-size: 3em;
}
#main .hustle-content-wrap {
    margin: 0 auto;
    max-width: 540px;
    padding-bottom: 43px;
    padding-top: 0;
}
#main .hustle-ui.module_id_1 .hustle-layout .hustle-layout-body {
    background: 0 0;
    overflow: visible;
}
#main .hustle-ui.module_id_1 .hustle-layout .hustle-layout-body .hustle-title {
    display: block;
    font-weight: 600;
    font-family: 'DM Sans', "Helvetica Neue", Helvetica, sans-serif;
    color: inherit;
    font-size: 35px;
    line-height: calc(48/40);
    margin: 0 0 .5em;
}
@media (min-width:768px) {
    #main .hustle-ui.module_id_1 .hustle-layout .hustle-layout-body .hustle-title {
    font-size: 40px;
}
}#main .hustle-ui.module_id_1 .hustle-layout .hustle-layout-body .hustle-subtitle {
    font-family: "IBM Plex Sans", "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    line-height: calc(24/16);
    font-weight: 400;
    margin-top: 0;
    font-weight: 400;
}
#main .hustle-ui.module_id_1 .hustle-layout .hustle-layout-form {
    background: 0 0;
    padding: 0;
}
#main .hustle-ui.module_id_1 .hustle-layout .hustle-layout-form .hustle-screen-reader {
    display: block;
    clip: initial;
    height: auto;
    width: auto;
    position: static!important;
    margin: 0 0 5px;
    -webkit-clip-path: none;
    clip-path: none;
    display: block;
    font: 500 17px/1 "IBM Plex Sans", "Helvetica Neue", Helvetica, sans-serif;
}
#main .hustle-ui.module_id_1 .hustle-layout .hustle-layout-form .hustle-input {
    display: block;
    width: 100%;
    max-width: 500px;
    font-size: 16px;
    font-family: "IBM Plex Sans", "Helvetica Neue", Helvetica, sans-serif;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, .1);
    height: 45px;
    padding: 5px 20px;
    border: 1px solid #fff;
}
#main .hustle-ui.module_id_1 .hustle-layout .hustle-layout-form .hustle-form-fields {
    margin: 0;
}
#main .hustle-ui.module_id_1 .hustle-layout .hustle-layout-form .hustle-form-fields .hustle-field {
    margin: 0;
    min-width: 0;
}
#main .hustle-ui.module_id_1 .hustle-layout .hustle-layout-form .hustle-form-fields .hustle-field-error .hustle-input {
    background: #ffbaba!important;
}
#main .hustle-ui.module_id_1 .hustle-layout .hustle-layout-form .hustle-form-fields .hustle-input-label {
    display: none;
}
#main .hustle-ui.module_id_1 .hustle-layout .hustle-layout-form .hustle-form-fields button.hustle-button-submit {
    transition: color .3s ease-in-out;
    min-width: 187px;
    z-index: 1;
    position: relative;
    display: inline-block;
    vertical-align: top;
    font: 500 17px/1.2 'DM Sans', "Helvetica Neue", Helvetica, sans-serif;
    padding: 12px 20px;
    text-decoration: none;
    text-align: center;
    border-radius: 9px;
    overflow: hidden;
    color: #fff;
    box-shadow: inset 0 0 0 1px #fff;
    background-color: rgba(255, 255, 255, .1);
    height: auto;
    margin-top: 20px;
}
#main .hustle-ui.module_id_1 .hustle-layout .hustle-layout-form .hustle-form-fields button.hustle-button-submit:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #136ea9;
    z-index: -1;
    transform: translate3d(0, 100%, 0);
    background: #fff;
    transition: transform .3s cubic-bezier(.7,  0,  .2,  1);
}
#main .hustle-ui.module_id_1 .hustle-layout .hustle-layout-form .hustle-form-fields button.hustle-button-submit:focus, #main .hustle-ui.module_id_1 .hustle-layout .hustle-layout-form .hustle-form-fields button.hustle-button-submit:hover {
    color: #136ea9;
}
#main .hustle-ui.module_id_1 .hustle-layout .hustle-layout-form .hustle-form-fields button.hustle-button-submit:focus:after, #main .hustle-ui.module_id_1 .hustle-layout .hustle-layout-form .hustle-form-fields button.hustle-button-submit:hover:after {
    transform: translate3d(0, 0, 0);
}
#main .hustle-ui .hustle-optin .hustle-layout .hustle-layout-content .hustle-content {
    padding: 0;
}
.hustle-ui.module_id_2 .hustle-form .hustle-form-fields .hustle-field {
    margin-bottom: 1.5rem!important;
}
.hustle-ui.module_id_2 .hustle-field .hustle-input {
    font: 500 17px/1.2 'DM Sans', "Helvetica Neue", Helvetica, sans-serif!important;
    padding: 12px 20px!important;
    text-decoration: none;
    text-align: center;
    border-radius: 9px;
    overflow: hidden;
    color: #136ea9;
    box-shadow: inset 0 0 0 1px #136ea9;
    background-color: rgba(255, 255, 255, .1);
    height: auto;
    margin-top: 20px;
    border-radius: 9px!important;
}
.hustle-ui.module_id_2 .hustle-layout .hustle-layout-form .hustle-form-fields button.hustle-button-submit {
    min-width: 187px;
    z-index: 1;
    position: relative;
    display: inline-block;
    vertical-align: top;
    font: 500 17px/1.2 'DM Sans', "Helvetica Neue", Helvetica, sans-serif;
    padding: 14px 20px;
    text-decoration: none;
    text-align: center;
    border-radius: 9px;
    overflow: hidden;
    color: #fff;
    box-shadow: inset 0 0 0 1px #fff;
    background-color: #136ea9;
    height: auto;
}
#main .hustle-ui.module_id_1 .hustle-layout .hustle-layout-form .hustle-form-fields button.hustle-button-submit:hover, .hustle-ui.module_id_2 .hustle-layout .hustle-layout-form .hustle-form-fields button.hustle-button-submit:hover {
    color: #136ea9;
    background: #538ac624;
    transition: color .3s ease-in-out;
}
.hustle-ui.module_id_2 .hustle-field .hustle-input+.hustle-input-label {
    font: 500 17px/1.2 'DM Sans', "Helvetica Neue", Helvetica, sans-serif!important;
    padding: 12px 20px!important;
}
.hustle-ui .hustle-field .hustle-input:focus, .hustle-ui .hustle-field .hustle-input:hover, .hustle-ui.module_id_2 .hustle-ui .hustle-field .hustle-input {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #538ac624;
}
.search-form {
    margin: 0 -10px;
}
.search-form:last-child {
    margin-bottom: -20px;
}
.search-form fieldset>* {
    margin: 0 10px 20px;
}
.slick-slider {
    position: relative;
}
.slick-slide:focus {
    outline: 0;
}
.slick-arrow {
    transition: color .3s ease-in-out;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: 0 0;
    padding: 0;
    line-height: 1;
    z-index: 99;
    color: #136ea9;
    font-size: 35px;
    cursor: pointer;
    border-radius: 50%}
@media (min-width:768px) {
    .slick-arrow {
    font-size: 45px;
}
}@media (min-width:1280px) {
    .slick-arrow {
    font-size: 55px;
}
}.is-not-touch-device .slick-arrow:hover {
    color: #8d8d8d;
}
.slick-arrow.slick-prev {
    left: -5px;
}
@media (min-width:1280px) {
    .slick-arrow.slick-prev {
    left: -49px;
}
}.slick-arrow.slick-next {
    right: -5px;
}
@media (min-width:1280px) {
    .slick-arrow.slick-next {
    right: -49px;
}
}.slick-dots {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 10;
    font-size: 15px;
    height: 1em;
    pointer-events: none;
    margin: 20px -7px 0;
    z-index: 1000;
}
.slick-dots li {
    margin: 0 7px;
}
.slick-dots li.slick-active button {
    background: #136ea9;
    border-color: #136ea9;
}
.slick-dots button {
    transition: background .3s ease-in-out, border .3s ease-in-out;
    position: relative;
    text-indent: -99999px;
    padding: 0;
    background: 0;
    cursor: pointer;
    border-radius: 50%;
    width: 1em;
    height: 1em;
    color: transparent;
    border: 1px solid #136ea9;
    display: block;
    pointer-events: auto;
}
.slick-dots button:focus {
    outline: 0;
}
.is-not-touch-device .slick-dots button:hover {
    background: #136ea9;
}
.card {
    color: #4b5c5d;
}
.card.card-horizontal {
    font-size: 14px;
    line-height: calc(22/14);
}
@media (min-width:480px) {
    .card.card-horizontal {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
}@media (min-width:480px) {
    .card.card-horizontal .card-head {
    margin: 0 20px 0 0;
    width: 165px;
    height: 130px;
}
}@media (min-width:600px) {
    .card.card-horizontal .card-head {
    margin: 0 30px 0 0;
    width: 185px;
    height: 150px;
}
}@media (min-width:480px) {
    .card.card-horizontal .card-body {
    -ms-flex: 1 0;
    flex: 1 0;
}
}.card>:last-child {
    margin-bottom: 0;
}
.big-card-mod .card h3 {
    font-size: 30px;
    line-height: calc(39/34);
    font-weight: 700;
}
@media (min-width:768px) {
    .big-card-mod .card h3 {
    font-size: 34px;
}
}.card .card-head {
    transition: box-shadow .3s ease-in-out, transform .3s ease-in-out;
    position: relative;
    display: block;
    text-decoration: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, .23);
    height: 200px;
    margin: 0 0 24px;
    overflow: hidden;
}
@media (min-width:480px) {
    .card .card-head {
    height: 240px;
}
}.card .card-head:after {
    transition: width .3s ease-in-out, height .3s ease-in-out, opacity .3s ease-in-out, border .3s ease-in-out;
    position: absolute;
    content: '';
    border: 0px solid #fff;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.card .card-head:hover img {
    transform: scale(1.1);
}
.card .card-head img {
    transition: transform .3s ease-in-out;
    display: inline-block;
    vertical-align: top;
}
@media (min-width:600px) {
    .cards-holder {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px;
}
}@media (min-width:768px) {
    .cards-holder {
    margin: 0 -15px;
}
}@media (min-width:1024px) {
    .cards-holder {
    margin: 0 -25px;
}
}.cards-holder:last-child {
    margin-bottom: -45px;
}
.cards-holder .card {
    margin: 0 0 45px;
}
@media (min-width:600px) {
    .cards-holder .card {
    margin: 0 8px 45px;
    width: calc(50% - 16px);
}
}@media (min-width:768px) {
    .cards-holder .card {
    width: calc(50% - 30px);
    margin: 0 15px 45px;
}
}@media (min-width:1024px) {
    .cards-holder .card {
    width: calc(50% - 50px);
    margin: 0 25px 45px;
}
}.story-card {
    display: block;
    position: relative;
    z-index: 1;
    padding: 15px;
    max-width: 300px;
    overflow: hidden;
    box-shadow: 0 0 8px rgba(0, 0, 0, .18);
    text-decoration: none;
    background: #136ea9;
}
.story-card:after {
    transition: top .3s ease-in-out, bottom .3s ease-in-out, right .3s ease-in-out, left .3s ease-in-out;
    position: absolute;
    content: '';
    border: 2px solid #fff;
    top: 15px;
    bottom: 15px;
    right: 15px;
    left: 15px;
    pointer-events: none;
}
.story-card:hover img {
    transform: scale(1.1);
}
.story-card:hover:after {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.story-card img {
    transition: transform .3s ease-in-out;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.story-card .card-body {
    min-height: 340px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
}
@media (min-width:480px) {
    .story-card .card-body {
    min-height: 370px;
}
}.story-card .card-title {
    width: 100%;
    font-size: 20px;
    font-weight: 400;
    line-height: calc(32/23);
    background: #fff;
    padding: 18px;
    text-align: center;
    color: #136ea9;
    margin: 40px 0 0;
}
@media (min-width:480px) {
    .story-card .card-title {
    font-size: 23px;
}
}.social-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}
@media (min-width:768px) {
    .social-list {
    margin: 0 -25px;
}
}.social-list:last-child {
    margin-bottom: -10px;
}
.social-list li {
    margin: 0 15px 10px;
}
@media (min-width:768px) {
    .social-list li {
    margin: 0 25px 5px;
}
}.social-list a {
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: top;
    text-decoration: none;
    color: inherit;
    font-size: 15px;
    line-height: 1.2;
    font-family: 'DM Sans', "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 700;
    color: ihherit;
}
@media (min-width:768px) {
    .social-list a {
    font-size: 20px;
}
}.social-list a:hover {
    color: #0b4164;
}
.social-list a i {
    margin: 0 15px 0 0;
    font-size: 1.1em;
}
@media (min-width:768px) {
    .social-list a i {
    margin: 0 25px 0 0;
}
}.social-list a i.icon-facebook {
    font-size: 1.4em;
}
.image-cover-block {
    position: relative;
    z-index: 5;
    pointer-events: none;
}
.image-cover {
    display: block;
    width: 100px;
    height: 130px;
    box-shadow: 21px 19px 20px rgba(0, 0, 0, .27);
    transform: rotate(4deg);
    margin: 15px -10px -145px auto;
    pointer-events: auto;
    text-decoration: none;
}
@media (min-width:768px) {
    .image-cover {
    width: 130px;
    height: 180px;
    margin: -10px 20px -170px auto;
}
}@media (min-width:1024px) {
    .image-cover {
    width: 170px;
    height: 220px;
    margin: -15px 25px -205px auto;
}
}.image-cover:hover {
    box-shadow: 21px 19px 20px rgba(0, 0, 0, .5);
    transform: rotate(4deg) translateY(-3px);
}
.image-cover img {
    width: 100%}
.intro-section {
    color: #fff;
    text-align: center;
    font-size: 20px;
}
@media (min-width:768px) {
    .intro-section {
    font-size: 24px;
}
}.intro-section:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    z-index: -1;
    background-image: linear-gradient(180deg, rgb(0 0 0) 0, #000 100%);
    opacity: .50;
}
.intro-section.intro-secondary {
    background-image: linear-gradient(135deg, #901E15 0, #C1473E 100%);
    font-size: 20px;
    line-height: calc(32/22);
}
@media (min-width:768px) {
    .intro-section.intro-secondary {
    font-size: 22px;
}
}.intro-section.intro-secondary:after {
    display: none;
}
.intro-section.intro-secondary .intro-inner {
    min-height: 350px;
    padding-top: 55px;
    padding-bottom: 85px;
}
.intro-section.intro-page {
    background-image: linear-gradient(135deg, #901E15 0, #C1473E 100%);
    font-size: 20px;
    line-height: calc(32/22);
    margin-bottom: 40px;
}
.intro-section.intro-page .intro-inner {
    min-height: 150px;
    padding-top: 75px;
    padding-bottom: 55px;
}
.intro-section.intro-page:after {
    display: none;
}
@media (min-width:768px) {
    .intro-section.intro-secondary .intro-inner {
    min-height: 400px;
}
}@media (min-width:1024px) {
    .intro-section.intro-secondary .intro-inner {
    min-height: 485px;
    padding-top: 50px;
    padding-bottom: 115px;
}
}@media (min-width:1280px) {
    .intro-section.intro-secondary .intro-inner {
    padding-left: 258px;
    padding-right: 258px;
}
}.intro-section+.info-section {
    margin-top: -40px;
    padding-top: 0;
}
@media (min-width:768px) {
    .intro-section+.info-section {
    margin-top: -67px;
}
}.intro-section+.info-section:after {
    top: 40px;
}
@media (min-width:768px) {
    .intro-section+.info-section: after {
    top: 67px;
}
}.intro-section h1 {
    color: inherit;
	font-family: 'DM Serif Display', "Times New Roman", Georgia, serif;
	font-size: 50px;
	line-height: 1.33;
    margin: 0;
}
@media (min-width:768px) {
    .intro-section h1 {
    font-size: 60px;
	margin-bottom: 1rem;
}
.intro-section p {
	font-size: 22px !important;
	font-weight: 400;
}

}.intro-section .btn {
    margin-top: 35px;
}
@media (min-width:768px) {
    .intro-section .btn {
    margin-top: 50px;
}
}.intro-section .intro-inner {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    padding: 140px 0 160px;
    font-weight: 700;
    min-height: calc(100vh - 65px);
}
@media (min-width:768px) {
    .intro-section .intro-inner {
    padding: 210px 0 260px;
    min-height: calc(100vh - 88px);
}
}@media (min-width:1024px) {
    .intro-section .intro-inner {
    min-height: calc(110vh - 126px);
    padding: 100px 100px 160px;
}
}@media (min-width:1280px) {
    .intro-section .intro-inner {
    min-height: calc(120vh - 142px);
}
}.intro-section .intro-inner .anchor-link {
    transition: filter .3s ease-in-out;
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 80px;
    padding: 10px;
    width: 45px;
    animation: animateArrow 1.2s infinite;
    filter: opacity(70%);
}
@media (min-width:768px) {
    .intro-section .intro-inner .anchor-link {
    bottom: 107px;
}
}.intro-section .intro-inner .anchor-link:hover {
    filter: opacity(100%);
}
.intro-section .intro-inner .anchor-link img {
    width: 100%}
@keyframes animateArrow {
    0% {
    opacity: 0;
    transform: translate(-50%, -2px);
}
25% {
    opacity: 1;
}
75% {
    opacity: 1;
}
100% {
    opacity: 0;
    transform: translate(-50%, 8px);
}
}.info-section {
    position: relative;
    padding: 40px 0;
}
@media (min-width:768px) {
    .info-section {
    padding: 80px 0;
}
}.info-section:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    max-height: 298px;
    background-image: linear-gradient(180deg, #eaeaea 0, #fff 100%);
    z-index: -1;
}
.info-section+.main-section {
    padding-top: 0;
}
.info-section h3 {
    margin: 0 0 10px;
}
@media (min-width:1024px) {
    .info-section .card: not(.card-horizontal) .card-head {
    height: 277px;
}
}@media (min-width:768px) {
    .info-section .card.card-horizontal .card-head {
    width: 150px;
    height: 120px;
}
}@media (min-width:1280px) {
    .info-section .card.card-horizontal .card-head {
    width: 185px;
    height: 150px;
}
}.info-section .info-columns {
    margin: 0 auto;
}
@media (max-width:1023px) {
    .info-section .info-columns {
    max-width: 600px;
}
}@media (min-width:1024px) {
    .info-section .info-columns {
    margin: 0 -20px;
    display: -ms-flexbox;
    display: flex;
}
}@media (min-width:1280px) {
    .info-section .info-columns {
    margin: 0 -28px;
}
}.info-section .info-columns:last-child {
    margin-bottom: -45px;
}
.info-section .info-columns .column {
    margin: 0 0 45px;
}
@media (min-width:1024px) {
    .info-section .info-columns .column {
    margin: 0 20px 45px;
}
}@media (min-width:1280px) {
    .info-section .info-columns .column {
    margin: 0 28px 45px;
}
}@media (min-width:1024px) {
    .info-section .info-columns .column: nth-child(odd) {
    width: 50%}
}@media (min-width:1280px) {
    .info-section .info-columns .column: nth-child(odd) {
    width: 55%}
}@media (min-width:768px) {
    .info-section .info-columns .column: nth-child(odd) .card .card-head {
    height: 300px;
}
}@media (min-width:1024px) {
    .info-section .info-columns .column: nth-child(odd) .card .card-head {
    height: 350px;
    margin: 0 0 33px;
}
}@media (min-width:1280px) {
    .info-section .info-columns .column: nth-child(odd) .card .card-head {
    height: 442px;
}
}@media (min-width:1024px) {
    .info-section .info-columns .column: nth-child(even) {
    -ms-flex: 1 0;
    flex: 1 0;
}
}.cards-section {
    overflow: hidden;
    padding: 40px 0 50px;
}
@media (min-width:768px) {
    .cards-section {
    padding: 55px 0 77px;
}
}.cards-section:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    height: 270px;
	background-color: #9c281f;
    z-index: -1;
}
@media (min-width:480px) {
    .cards-section: after {
    height: 320px;
}
}@media (min-width:768px) {
    .cards-section: after {
    height: 355px;
}
}.cards-section+.main-section {
    padding-top: 0;
}
.cards-section .container>:not(h2) {
    position: relative;
    z-index: 2;
}
.cards-section h2 {
    position: relative;
    font-size: 35px;
    z-index: 1;
    margin: 0 0 15px;
}
@media (min-width:480px) {
    .cards-section h2 {
    margin: 0 0 30px;
}
}@media (min-width:768px) {
    .cards-section h2 {
    font-size: 42px;
    line-height: 1;
    margin: 0 0 40px;
}
}@media (min-width:1280px) {
    .cards-section h2 {
    margin: 0 0 54px;
}
}.cards-section h2.title-decor:after {
    background: #eaebeb;
}
.cards-section h2:first-child {
    color: #e4e4e4;
}
.cards-section h2:before {
    
}
@media (min-width:480px) {
    .cards-section h2: before {
    font-size: 80px;
}
}@media (min-width:768px) {
    .cards-section h2: before {
    font-size: 100px;
}
}@media (min-width:1024px) {
    .cards-section h2: before {
    opacity: .7;
}
}@media (min-width:1280px) {
    .cards-section h2: before {
    font-size: 121px;
    opacity: 1;
}
}@media (min-width:600px) {
    .cards-section .cards-holder {
    margin-left: -8px;
    margin-right: -8px;
    -ms-flex-pack: center;
    justify-content: center;
}
}.cards-section .cards-holder:first-child {
    margin-top: 100px;
}
@media (min-width:1024px) {
    .cards-section .card {
    margin: 0 8px 45px;
    width: calc(33.3% - 16px);
}
}.cards-section .card .card-head:after {
    opacity: .5;
    width: 90%;
    height: 85%;
    border-width: 2px;
}
.is-not-touch-device .cards-section .card .card-head:hover:after {
    opacity: 1;
    width: 100%;
    height: 100%;
    border-width: 1px;
}
.cards-gallery-section {
    margin: 0 -8px;
    border-width: 2px 0 0;
    padding: 40px 0;
}
@media (min-width:768px) {
    .cards-gallery-section {
    padding: 55px 0 48px;
}
}.cards-gallery .slide-gallery {
    padding: 30px 8px;
}
.cards-gallery .card .card-head {
    box-shadow: 0 5px 8px rgba(0, 0, 0, .1), 0 -5px 10px rgba(0, 0, 0, .1);
}
.cards-gallery .card .card-head:after {
    opacity: .5;
    width: 90%;
    height: 85%}
.is-not-touch-device .cards-gallery .card .card-head:hover:after {
    opacity: 1;
    width: 100%;
    height: 100%}
.cards-gallery .slick-arrow {
    top: 50%;
    transform: translateY(0);
    top: 125px;
}
.cards-gallery .slick-dots {
    margin-top: 0;
}
.desc-section {
    padding: 27px 0 50px;
}
@media (min-width:768px) {
    .desc-section {
    padding-bottom: 82px;
}
}@media (min-width:768px) {
    .desc-section .heading-holder {
    margin-bottom: 0;
}
}@media (min-width:768px) {
    .desc-holder {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
}.desc-holder:first-child {
    margin-top: 33px;
}
.desc-image {
    position: relative;
    display: block;
    margin: 0 0 35px;
    overflow: hidden;
    box-shadow: 0 0 28px rgba(0, 0, 0, .23);
}
@media (min-width:768px) {
    .desc-image {
    width: 49.5%;
    margin: 0 35px 0 0;
}
}@media (min-width:1024px) {
    .desc-image {
    margin: 0 55px 0 0;
}
}@media (min-width:1280px) {
    .desc-image {
    margin: 0 75px 0 0;
}
}.desc-image:after {
    transition: width .3s ease-in-out, height .3s ease-in-out, opacity .3s ease-in-out;
    position: absolute;
    content: '';
    border: 2px solid #fff;
    opacity: .5;
    width: 93%;
    height: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.desc-image:hover:after {
    opacity: 1;
    width: 100%;
    height: 100%}
.desc-image:hover img {
    transform: scale(1.1);
}
.desc-image img {
    transition: transform .3s ease-in-out;
    display: inline-block;
    vertical-align: top;
}
@media (min-width:768px) {
    .desc-text {
    -ms-flex: 1 0;
    flex: 1 0;
}
}@media (min-width:1024px) {
    .desc-text {
    margin-right: 30px;
}
}@media (min-width:1280px) {
    .desc-text {
    margin-right: 50px;
}
}.desc-text>:last-child {
    margin-bottom: 0;
}
.story-section {
    padding: 40px 0 0;
}
@media (min-width:768px) {
    .story-section {
    padding: 80px 0 0;
}
}.story-holder {
    position: relative;
    z-index: 1;
    padding: 0 0 75px;
}
@media (min-width:768px) {
    .story-holder {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding: 95px 0 65px;
}
}.story-holder:after, .story-holder:before {
    position: absolute;
    content: '';
    left: -9999px;
    right: -9999px;
}
.story-holder:after {
    top: 96px;
    bottom: 20px;
    background-image: linear-gradient(127deg, #901E15 0, #C1473E 100%);
    z-index: -1;
    border: 2px solid #0d8adb;
}
.story-holder:before {
    top: 76px;
    bottom: 0;
    background: #f8f8f8;
    z-index: -2;
}
.story-text {
    color: #fff;
}
@media (min-width:768px) {
    .story-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex: 1 0;
    flex: 1 0;
    padding: 30px 25px 40px 0;
}
}@media (min-width:1024px) {
    .story-text {
    padding: 40px 35px 52px 0;
}
}.story-text>:last-child {
    margin-bottom: 0;
}
.story-text h1, .story-text h2, .story-text h3, .story-text h4, .story-text h5, .story-text h6 {
    color: inherit;
}
@media (min-width:768px) {
    .story-gallery-holder {
    width: calc(100% - 290px);
}
}.story-gallery {
    margin: 0 -25px 15px -8px;
}
@media (min-width:768px) {
    .story-gallery {
    margin: -110px -300px 0 -8px;
}
}.story-gallery .slide-gallery {
    width: 265px;
    padding: 15px 8px;
}
@media (min-width:480px) {
    .story-gallery .slide-gallery {
    width: 295px;
}
}@media (min-width:1280px) {
    .full-section.full-intro-section {
    height: 750px;
}
}.full-section.full-intro-section+.content-section:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    max-height: 360px;
    background-image: linear-gradient(180deg, #eaeaea 0, #fff 100%);
    z-index: -1;
}
.info-heading {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #3381b4;
    font-size: 16px;
    line-height: calc(24/16);
    border: 1px solid #ddd;
    border-width: 1px 0;
    padding: 10px;
    margin: 23px 0 35px;
}
@media (min-width:768px) {
    .info-heading {
    padding: 12px 20px;
    margin-bottom: 0px;
}
}.info-heading:first-child {
    margin-top: 0;
}
.info-heading a {
    text-decoration: none;
}
.info-heading a:hover {
    text-decoration: underline;
}
.info-heading>* {
    margin: 0 25px 0 0;
}
@media (min-width:768px) {
    .info-heading>* {
    margin: 0 50px 0 0;
}
}.info-heading>:last-child {
    margin: 0;
}
.content-section {
    font-size: 18px;
    line-height: calc(28/18);
    padding: 40px 0;
    overflow: hidden;
}
@media (min-width:768px) {
    .content-section {
    padding: 3rem 0;
}
}.content-section+.main-section {
    padding-top: 0;
    margin-top: -15px;
}
@media (min-width:768px) {
    .content-section+.main-section {
    margin-top: -35px;
}
}.content-section .text-holder {
    max-width: 800px;
}
@media (min-width:1280px) {
    .content-section .text-holder figure {
    margin-left: -50px;
    margin-right: -50px;
}
}.content-heading {
    font-size: 16px;
    line-height: calc(28/16);
    color: #4b5c5d;
    text-align: center;
}
.content-heading .info-heading {
    -ms-flex-pack: center;
    justify-content: center;
}
.content-heading h1 {
    font-weight: 700;
    margin: 0 0 15px;
	font-family: 'DM Serif Display', serif;
}

.content-heading p {
	font-size: 28px;
    line-height: 1.4;
	margin-bottom: 3.5rem;
}
.category-section {
    padding: 0 0 45px;
}
@media (min-width:768px) {
    .category-section {
    padding: 0 0 55px;
}
}.category-section:after {
    position: absolute;
    content: '';
    background-image: linear-gradient(180deg, #eaeaea 0, #fff 100%);
    bottom: 0;
    left: 0;
    right: 0;
    top: 40px;
    z-index: -1;
}
@media (min-width:768px) {
    .category-section: after {
    top: 55px;
}
}.category-section:first-child {
    padding-top: 45px;
}
@media (min-width:768px) {
    .category-section: first-child {
    padding-top: 55px;
}
}.category-section:first-child:after {
    top: 0;
}
.category-section .container {
    max-width: 1045px;
}
@media (min-width:480px) {
    .category-section .card .card-head {
    height: 304px;
}
}.subscribe-section {
    background-image: linear-gradient(135deg, #901E15 0, #C1473E 100%);
    border: 2px solid #0d8adb;
    border-width: 2px 0;
    color: #fff;
    margin-bottom: 60px;
}
@media (min-width:768px) {
    .subscribe-section {
    margin-bottom: 80px;
}
}.subscribe-section h2 {
    color: inherit;
    font-size: 35px;
    line-height: calc(48/40);
}
@media (min-width:768px) {
    .subscribe-section h2 {
    font-size: 40px;
}
}.subscribe-section h2 .btn {
    margin-top: 28px;
}
@media (min-width:1024px) {
    .subscribe-holder {
    display: -ms-flexbox;
    display: flex;
}
}.subscribe-content {
    position: relative;
    padding: 55px 25px;
}
@media (max-width:599px) {
    .subscribe-content {
    text-align: center;
}
}@media (min-width:600px) {
    .subscribe-content {
    display: -ms-flexbox;
    display: flex;
    padding: 51px 25px;
}
}@media (min-width:1024px) {
    .subscribe-content {
    width: 61%;
    padding-left: 0;
}
}.subscribe-content:after {
    position: absolute;
    content: '';
    top: 25px;
    right: 0;
    bottom: 25px;
    left: 0;
    border: 2px solid #fff;
    pointer-events: none;
    z-index: -1;
}
@media (min-width:1024px) {
    .subscribe-content: after {
    left: -99999px;
    top: 20px;
    right: 20px;
    bottom: 20px;
}
}.subscribe-text {
    margin: 0 0 35px;
}
@media (min-width:600px) {
    .subscribe-text {
    -ms-flex: 1 0;
    flex: 1 0;
    margin: 0 20px 0 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
}
}.subscribe-text p {
    margin-bottom: 1.5em!important;
}
@media (min-width:1024px) {
    .subscribe-text {
    margin: 0 45px 0 0;
}
}.content-post-callout .text-holder p {
    color: #2c70a9;
}

.content-post-callout-full .text-holder p {
    color: #2c70a9;
	margin: 0;
}
@media (min-width:1280px) {
    .subscribe-text {
    margin: 0 75px 0 0;
}
}.subscribe-text>:last-child {
    margin-bottom: 0;
}
.subscribe-image {
    position: relative;
    z-index: 2;
    display: block;
    box-shadow: 20px 20px 20px rgba(0, 0, 0, .27);
    text-decoration: none;
    width: 230px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin: 0 auto;
}
@media (min-width:768px) {
    .subscribe-image {
    width: 291px;
}
}@media (min-width:1024px) {
    .subscribe-image {
    margin-right: -50px;
}
}.subscribe-image:hover {
    box-shadow: 20px 20px 20px rgba(0, 0, 0, .5);
    transform: translateY(-3px);
}
.subscribe-image img {
    width: 100%}
.subscribe-form {
    position: relative;
    z-index: 1;
    padding: 30px 0;
}
@media (min-width:1024px) {
    .subscribe-form {
    padding: 60px;
    -ms-flex: 1 0;
    flex: 1 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
}@media (min-width:1280px) {
    .subscribe-form {
    padding: 60px 35px 60px 113px;
}
}.subscribe-form:after {
    position: absolute;
    content: '';
    top: -2px;
    bottom: -2px;
    left: -25px;
    right: -25px;
    background-image: linear-gradient(203deg, #0a0a0a 0, #082a3b 100%);
    opacity: .66;
    z-index: -1;
}
@media (min-width:1024px) {
    .subscribe-form: after {
    left: 0;
    right: -9999px;
}
}.subscribe-text-decor {
    position: absolute;
    font: 80px/1 ''DM Serif Display'', "Times New Roman", Georgia, serif;
    color: #fff;
    opacity: .06;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}
@media (max-width:1023px) {
    .subscribe-text-decor {
    display: none;
}
}@media (min-width:1280px) {
    .subscribe-text-decor {
    font-size: 98px;
}
}.content-post-callout {
    padding: 20px;
    border-radius: 10px;
    background: #f8f8f8;
}
.content-post-callout-full {
    padding: 20px;
    border-radius: 10px;
    background: #f8f8f8;
}
@media (max-width:767px) {
    .content-post-callout {
    text-align: center;
	margin: 20px 40px 40px 40px;
}.content-post-callout-full {
    text-align: center;
	margin: 20px 40px 40px 40px;
}

.content-post-callout strong {
	color: #C1473E;
}
.content-post-callout-full strong {
	color: #C1473E;
}
}@media (min-width:768px) {
    .content-post-callout {
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
	float: right;
    width: 400px;
	 margin: 20px -40px 20px 40px;
}
}.content-post-callout:last-child {
    margin-bottom: 0;
}
.content-post-callout .icon-holder {
    display: inline-block;
    vertical-align: top;
    width: 60px;
    margin: 0 0 30px;
}.content-post-callout-full {
        display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
	 margin: 20px 0px 20px 0px;
}
}.content-post-callout-full:last-child {
    margin-bottom: 0;
}
.content-post-callout-full .icon-holder {
    display: inline-block;
    vertical-align: top;
    width: 60px;
    margin: 0 0 30px;
}
@media (min-width:768px) {
    .content-post-callout .icon-holder {
    margin: 0 20px 20px 0;
}
}.content-post-callout .icon-holder svg {
    fill: #136ea9;
}
.content-post-callout .text-holder {
    max-width: none;
}
 .content-post-callout-full .icon-holder {
    margin: 0 20px 20px 0;
}
}.content-post-callout-full .icon-holder svg {
    fill: #136ea9;
}
.content-post-callout-full .text-holder {
    max-width: none;
}

@media (min-width:768px) {
    .content-post-callout .text-holder {
    -ms-flex: 1 0;
    flex: 1 0;
}
}.content-post-callout .text-holder>:last-child {
    margin-bottom: 0;
}

.content-post-callout-full .text-holder {
    -ms-flex: 1 0;
    flex: 1 0;
}
}.content-post-callout-full .text-holder>:last-child {
    margin-bottom: 0;
}

.wp-block-cover .has-background-dim:not([class*=-background-color]), .wp-block-cover-image .has-background-dim:not([class*=-background-color]), .wp-block-cover-image.has-background-dim:not([class*=-background-color]), .wp-block-cover.has-background-dim:not([class*=-background-color]) {
    background-image: linear-gradient(135deg, #901E15 0, #C1473E 100%);
}
p.inside-header {
    color: #fff!important;
    font: 90px/1.33 ''DM Serif Display'', "Times New Roman", Georgia, serif;
    margin: 0;
    padding: 10px 0 0 0;
}
.inside-hero {
    margin-bottom: 30px;
}
.page p {
    margin: 0;
    font-size: 18px;
    line-height: calc(28/18);
}
.page-column {
    max-width: 800px;
    margin: 0 auto!important;
}

#ez-toc-container {
    background: #e8f1f8;
    margin-bottom: 2rem;
    padding: 2rem;
	border-radius: 0px;
    border: 0px;
	width: 100%;
}

@media (min-width:768px) {

#ez-toc-container {
margin-left: -2rem;
width: 80%;}}

p.ez-toc-title {
    display: block;
    font-weight: 700;
    margin-bottom: .75rem;
    width: 100%
}

.ez-toc-title-toggle {
    display: none
}

.ez-toc-list {
    list-style: inside;
    margin: 0;
    padding: 0;
    width: 100%
}

.ez-toc-list ul {
    list-style: none;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 0;
    padding: 0
}

.ez-toc-list li>ul {
    margin-left: 1rem
}

.ez-toc-list a, .ez-toc-list a:focus, .ez-toc-list a:hover {
    text-decoration: none
}

.displaynone {display:none}

.disclosure {
    background: #f7f7f7;
    font-size: .8rem;
    padding: 1rem;
	margin-bottom: 3rem;
}

.thumbnail-caption {
    background: #000000ab;
    padding: 10px 10px 20px 10px;
    width: auto;
    position: absolute;
    z-index: 9999;
    margin-top: -35px;
    font-size: 10px;
	color: #fff;
}

.thumbnail-caption a {
	text-decoration: none;	
}

.caption-arrow {
    vertical-align: middle; 
    /* margin-top: 5px; */
}


h1.wp-block-heading.has-text-align-center.inside-header {
    color: #fff;
    font-family: 'DM Serif Display', "Times New Roman", Georgia, serif;
    font-size: 60px;
    line-height: 1.33;
    margin: 0 auto;
	max-width:800px;
}

p.inside-header {
    max-width: 800px;
    margin: 0 auto;
}


h3.tribe-events-calendar-list__event-title.tribe-common-h6.tribe-common-h4--min-medium {
    font-size: 22px;
}
.tribe-events-calendar-list__event-description p {
    font-size: 14px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-details {
    width: calc(var(--tec-grid-width-1-of-8)* 8) !important;
}

.tribe-events .tribe-events-calendar-list__event-date-tag-datetime {
    background-image: linear-gradient(135deg, #901E15 0, #C1473E 100%); 
	color:#fff!important;
	padding-top: 20px !important;
}

.tribe-events .tribe-events-calendar-list__event-datetime {
    color: black !important;
	font-weight:500;
	text-transform:uppercase;
}


.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-description {
    margin-top: 10px !important;
}

span.tribe-events-calendar-list__event-date-tag-weekday {color:#fff !important;}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-h4--min-medium {color:#fff !important;}


.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

hr {
    background: #6393a345;
}

.wp-block-separator {
    border: 1px solid #6393a345;
}

.tribe-events .tribe-events-calendar-list__month-separator:after {
    background-color: #6393a345 !important;
}

.tribe-events-c-subscribe-dropdown {
    display: none;
}

.tribe-events-event-meta.primary, .tribe-events-event-meta.secondary {
	
        width: 100%;
    }
    
.tribe-events-single-section.tribe-events-event-meta.primary.tribe-clearfix {
    margin-top: 70px;
}   

.single-tribe_events .tribe-events-schedule {
    margin-bottom: 0px;
}