/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.container {
    padding-left: 40px;
    padding-right: 40px
}

@media (min-width: 768px) {
    .container {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 100%;
        max-width: 1050px
    }
}

body {
    font-family: 'Istok Web', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    color: #4d4d4f
}

@media only screen and (min-width: 768px) {
    body {
        font-size: 15px;
        line-height: 27px
    }
}

main {
    padding-top: 40px
}

@media (min-width: 768px) {
    main {
        padding-top: 100px
    }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: 'Istok Web', sans-serif;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-top: 0
}

h1,
.h1,
h2,
.h2 {
    font-size: 36px;
    color: #4d4d4f;
    text-transform: uppercase;
    line-height: 40px;
    margin-bottom: 30px
}

@media only screen and (min-width: 768px) {

    h1,
    .h1,
    h2,
    .h2 {
        font-size: 48px;
        line-height: 52px
    }
}

h3,
.h3 {
    font-size: 18px;
    line-height: 21px;
    color: #af976d;
    text-transform: uppercase;
    margin-bottom: 20px
}

@media only screen and (min-width: 768px) {

    h3,
    .h3 {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 30px
    }
}

h4,
.h4 {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.025em;
    text-transform: capitalize;
    margin-bottom: 20px
}

@media only screen and (min-width: 768px) {

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

a {
    color: inherit;
    text-decoration: underline
}

a:focus,
a:hover {
    color: #652d90;
    cursor: pointer
}

.btn,
.button,
[type="reset"],
input[type="submit"],
a.acf-button,
a.popup-iframe-link:not(.popup-iframe-link-with-image) {
    border-radius: 0;
    border: 0;
    box-shadow: none;
    text-shadow: none;
    height: auto;
    line-height: normal;
    font-family: 'Istok Web', sans-serif;
    font-weight: 700;
    text-decoration: none !important;
    border: none;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    text-transform: uppercase;
    color: #fff;
    line-height: 15px;
    padding: 16px 33px 14px;
    margin-top: 24px
}

.btn:active,
.btn:focus,
.btn:hover,
.button:active,
.button:focus,
.button:hover,
[type="reset"]:active,
[type="reset"]:focus,
[type="reset"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus,
input[type="submit"]:hover,
a.acf-button:active,
a.acf-button:focus,
a.acf-button:hover,
a.popup-iframe-link:not(.popup-iframe-link-with-image):active,
a.popup-iframe-link:not(.popup-iframe-link-with-image):focus,
a.popup-iframe-link:not(.popup-iframe-link-with-image):hover {
    outline: none !important
}

@media only screen and (min-width: 768px) {

    .btn,
    .button,
    [type="reset"],
    input[type="submit"],
    a.acf-button,
    a.popup-iframe-link:not(.popup-iframe-link-with-image) {
        margin-top: 34px
    }
}

.btn:focus,
.btn:hover,
.button:focus,
.button:hover,
[type="reset"]:focus,
[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
a.acf-button:focus,
a.acf-button:hover,
a.popup-iframe-link:not(.popup-iframe-link-with-image):focus,
a.popup-iframe-link:not(.popup-iframe-link-with-image):hover {
    color: #fff
}

a.popup-iframe-link {
    color: inherit !important;
    border-color: inherit !important
}

a.popup-iframe-link:focus,
a.popup-iframe-link:hover {
    color: inherit !important;
    background-color: inherit !important
}

.btn-primary {
    background-color: #af976d;
    font-size: 14px;
    letter-spacing: 0.05em
}

.btn-primary:focus,
.btn-primary:hover {
    background-color: #652d90;
    font-size: 21px
}

@media only screen and (min-width: 768px) {
    .btn-primary {
        font-size: 21px;
        padding: 28px 75px 27px
    }
}

.btn-secondary,
.m-site-footer-form-popup .m-site-footer-form-popup-content .gform_wrapper .gform_footer input {
    background-color: #652d90;
    font-size: 14px;
    letter-spacing: 0.05em;
    padding: 16px 30px 14px
}

.btn-secondary:focus,
.m-site-footer-form-popup .m-site-footer-form-popup-content .gform_wrapper .gform_footer input:focus,
.btn-secondary:hover,
.m-site-footer-form-popup .m-site-footer-form-popup-content .gform_wrapper .gform_footer input:hover {
    background-color: #af976d
}

@media only screen and (min-width: 768px) {

    .btn-secondary,
    .m-site-footer-form-popup .m-site-footer-form-popup-content .gform_wrapper .gform_footer input {
        font-size: 17px;
        letter-spacing: 0.025em;
        padding: 28px 49px 27px
    }
}

.btn-tertiary {
    background-color: #652d90;
    font-size: 14px;
    letter-spacing: 0.05em;
    padding: 16px 30px 14px
}

.btn-tertiary:focus,
.btn-tertiary:hover {
    background-color: #af976d
}

@media only screen and (min-width: 768px) {
    .btn-tertiary {
        font-size: 12px;
        letter-spacing: 0.025em;
        padding: 18px 36px 17px
    }
}

.iframe-link:focus .video-play-btn,
.iframe-link:hover .video-play-btn {
    background-color: #652d90
}

.video-play-btn {
    width: 60px;
    height: 60px;
    margin: auto;
    border-radius: 50%;
    background-color: #af976d;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    text-align: center
}

@media (min-width: 768px) {
    .video-play-btn {
        width: 85px;
        height: 85px
    }
}

.video-play-btn:focus,
.video-play-btn:hover {
    background-color: #652d90
}

.video-play-btn .fa {
    color: #fff;
    font-size: 30px;
    padding-top: 15px;
    padding-left: 6px
}

@media (min-width: 768px) {
    .video-play-btn .fa {
        font-size: 40px;
        padding-top: 24px;
        padding-left: 10px
    }
}

.slick-arrow {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    z-index: 1;
    background-color: #652d90;
    background-size: 12px;
    background-repeat: no-repeat;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    opacity: 1
}

@media (min-width: 768px) {
    .slick-arrow {
        width: 42px;
        height: 42px;
        background-size: 17px
    }
}

.slick-arrow:before {
    content: ''
}

.slick-arrow.slick-disabled {
    opacity: 0
}

.slick-arrow.slick-next {
    background-image: url("../images/gallery-arrow-right.png");
    background-position: 55% center;
    right: 30px
}

@media (min-width: 768px) {
    .slick-arrow.slick-next {
        right: -22px
    }
}

.slick-arrow.slick-prev {
    background-image: url("../images/gallery-arrow-left.png");
    background-position: 45% center;
    left: 30px
}

@media (min-width: 768px) {
    .slick-arrow.slick-prev {
        left: -22px
    }
}

.slick-arrow:focus,
.slick-arrow:hover {
    outline: none;
    background-color: #af976d;
    background-size: 12px;
    background-repeat: no-repeat
}

@media (min-width: 768px) {

    .slick-arrow:focus,
    .slick-arrow:hover {
        background-size: 17px
    }
}

.slick-dots {
    bottom: -35px
}

@media (min-width: 768px) {
    .slick-dots {
        bottom: -45px
    }
}

.slick-dots li {
    margin: 0
}

.slick-dots li.slick-active button:before {
    color: #4d4d4f;
    opacity: 1
}

.slick-dots li button:before {
    font-size: 14px;
    color: #4d4d4f;
    opacity: 0.25
}

.slick-dotted .slick-slider {
    margin-bottom: 40px
}

@media (min-width: 768px) {
    .slick-dotted .slick-slider {
        margin-bottom: 60px
    }
}

.mfp-close {
    font-family: 'Istok Web', sans-serif;
    font-weight: 400;
    font-weight: 100 !important;
    font-size: 30px;
    opacity: 1;
    color: #fff !important;
    width: 45px;
    height: 45px;
    line-height: 45px;
    padding: 0;
    cursor: pointer
}

.mfp-close:focus,
.mfp-close:hover {
    outline: none;
    opacity: 0.75
}

.white, .h1white, .h3white, .m-intro-contentwhite-bg p, .m-intro-contentwhite-bg p strong,
.m-intro-contentlight-gray-bg p, .m-intro-contentlight-gray-bg p strong {
    color: #fff
}

.white-bg {
    background-color: #fff
}
.vpad-lgwhitebg-image,
.vpad-lgvpad-bottom-smdark-gray {
    padding-top: 100px;
    padding-bottom: 100px;
}

.light-gray {
    color: #f1f1f2
}

.light-gray-bg {
    background-color: #f1f1f2
}

.dark-gray {
    color: #4d4d4f
}

.dark-gray-bg {
    background-color: #4d4d4f
}

.purple {
    color: #652d90
}

.purple-bg {
    background-color: #652d90
}

.gold {
    color: #af976d
}

.gold-bg {
    background-color: #af976d
}

.vpad-bottom-0 {
    padding-bottom: 0 !important
}

.vpad-bottom-sm {
    padding-bottom: 20px !important
}

.vpad-sm {
    padding-top: 20px;
    padding-bottom: 20px
}

.vpad-md {
    padding-top: 45px;
    padding-bottom: 45px
}

@media (min-width: 768px) {
    .vpad-md {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

.vpad-lg {
    padding-top: 70px;
    padding-bottom: 70px
}

@media (min-width: 768px) {
    .vpad-lg {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

.vpad-top-0 {
    padding-top: 0 !important
}

.vpad-top-sm {
    padding-top: 20px !important
}

.m-site-header {
    padding: 20px 0;
    background-color: rgba(175, 151, 109, 0.9);
    z-index: 10;
    position: fixed;
    width: 100%;
    top: 0;
    -webkit-transition: top 0.5s ease-in-out;
    transition: top 0.5s ease-in-out
}

.m-site-header.nav-up {
    top: -76px
}

@media (min-width: 768px) {
    .m-site-header.nav-up {
        top: -108px
    }
}

.m-site-header .container {
    padding-left: 30px;
    padding-right: 30px
}

@media (min-width: 768px) {
    .m-site-header .container {
        max-width: 95%
    }
}

@media (min-width: 992px) {
    .m-site-header .container {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (min-width: 1200px) {
    .m-site-header .container {
        width: 100%;
        max-width: 1330px
    }
}

@media (min-width: 768px) {
    .m-site-header .container .row {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center
    }
}

.m-site-header .m-site-header-nav {
    float: right;
    padding-right: 10px
}

@media (min-width: 768px) {
    .m-site-header .m-site-header-nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        float: left;
        padding-right: 15px
    }
}

.m-site-header .m-site-header-nav .m-site-header-inline-link {
    text-transform: uppercase;
    color: #fff;
    margin-right: 26px
}

.m-site-header .m-site-header-nav .m-site-header-inline-link a {
    font-family: 'Istok Web', sans-serif;
    font-weight: 600;
    text-decoration: none;
    line-height: 36px;
    border-right: 1px solid #fff;
    padding-right: 26px;
    letter-spacing: 0.25em;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.m-site-header .m-site-header-nav .m-site-header-inline-link a:focus,
.m-site-header .m-site-header-nav .m-site-header-inline-link a:hover {
    color: #652d90
}

.m-site-header .m-site-header-nav .m-site-header-menu-toggle {
    color: #fff;
    text-transform: uppercase;
    outline: none;
    -webkit-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out
}

@media (min-width: 768px) {
    .m-site-header .m-site-header-nav .m-site-header-menu-toggle {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center
    }
}

.m-site-header .m-site-header-nav .m-site-header-menu-toggle:focus,
.m-site-header .m-site-header-nav .m-site-header-menu-toggle:hover {
    color: #652d90
}

.m-site-header .m-site-header-nav .m-site-header-menu-toggle:focus #m-site-header-hamburger span,
.m-site-header .m-site-header-nav .m-site-header-menu-toggle:hover #m-site-header-hamburger span {
    background-color: #652d90
}

.m-site-header .m-site-header-nav .m-site-header-menu-toggle #m-site-header-hamburger {
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
    outline: none
}

.m-site-header .m-site-header-nav .m-site-header-menu-toggle #m-site-header-hamburger:focus span,
.m-site-header .m-site-header-nav .m-site-header-menu-toggle #m-site-header-hamburger:hover span {
    background-color: #652d90
}

.m-site-header .m-site-header-nav .m-site-header-menu-toggle #m-site-header-hamburger.open span:nth-child(1) {
    top: 13px;
    width: 0%
}

@media (max-width: 768px) {
    .m-site-header .m-site-header-nav .m-site-header-menu-toggle #m-site-header-hamburger.open span:nth-child(1) {
        left: 50%
    }
}

@media (min-width: 768px) {
    .m-site-header .m-site-header-nav .m-site-header-menu-toggle #m-site-header-hamburger.open span:nth-child(1) {
        right: 5px
    }
}

.m-site-header .m-site-header-nav .m-site-header-menu-toggle #m-site-header-hamburger.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.m-site-header .m-site-header-nav .m-site-header-menu-toggle #m-site-header-hamburger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.m-site-header .m-site-header-nav .m-site-header-menu-toggle #m-site-header-hamburger.open span:nth-child(4) {
    top: 13px;
    width: 0%
}

@media (max-width: 768px) {
    .m-site-header .m-site-header-nav .m-site-header-menu-toggle #m-site-header-hamburger.open span:nth-child(4) {
        left: 50%
    }
}

@media (min-width: 768px) {
    .m-site-header .m-site-header-nav .m-site-header-menu-toggle #m-site-header-hamburger.open span:nth-child(4) {
        right: 5px
    }
}

.m-site-header .m-site-header-nav .m-site-header-menu-toggle #m-site-header-hamburger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 25px;
    background-color: #fff;
    border-radius: 0;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

@media (max-width: 768px) {
    .m-site-header .m-site-header-nav .m-site-header-menu-toggle #m-site-header-hamburger span {
        left: 0
    }
}

@media (min-width: 768px) {
    .m-site-header .m-site-header-nav .m-site-header-menu-toggle #m-site-header-hamburger span {
        right: 0
    }
}

.m-site-header .m-site-header-nav .m-site-header-menu-toggle #m-site-header-hamburger span:nth-child(1) {
    top: 5px
}

.m-site-header .m-site-header-nav .m-site-header-menu-toggle #m-site-header-hamburger span:nth-child(2),
.m-site-header .m-site-header-nav .m-site-header-menu-toggle #m-site-header-hamburger span:nth-child(3) {
    top: 13px
}

.m-site-header .m-site-header-nav .m-site-header-menu-toggle #m-site-header-hamburger span:nth-child(4) {
    top: 21px
}

.m-site-header .m-site-header-nav .m-site-header-menu-toggle>span {
    font-family: 'Istok Web', sans-serif;
    font-weight: 600;
    display: block;
    padding-right: 8px;
    cursor: pointer;
    letter-spacing: 0.25em
}

.m-site-header .m-site-header-nav .m-site-header-nav-menu {
    position: fixed;
    width: 100%;
    max-height: 0;
    height: 0;
    top: 74px;
    left: 0;
    background-color: rgba(175, 151, 109, 0.9);
    -webkit-transition-property: max-height, height;
    transition-property: max-height, height;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    z-index: 1;
    overflow: hidden
}

@media (min-width: 768px) {
    .m-site-header .m-site-header-nav .m-site-header-nav-menu {
        top: 106px
    }
}

.m-site-header .m-site-header-nav .m-site-header-nav-menu.open {
    max-height: 100%;
    height: 100%;
    overflow: visible
}

.m-site-header .m-site-header-nav .m-site-header-nav-menu .m-site-header-nav-menu-list {
    text-align: center;
    width: 100%;
    max-width: 500px;
    margin: 50px auto 0
}

.m-site-header .m-site-header-nav .m-site-header-nav-menu .m-site-header-nav-menu-list li {
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out
}

.m-site-header .m-site-header-nav .m-site-header-nav-menu .m-site-header-nav-menu-list li:focus,
.m-site-header .m-site-header-nav .m-site-header-nav-menu .m-site-header-nav-menu-list li:hover {
    background-color: #652d90
}

.m-site-header .m-site-header-nav .m-site-header-nav-menu .m-site-header-nav-menu-list li a {
    font-family: 'Istok Web', sans-serif;
    font-weight: 700;
    font-size: 21px;
    line-height: 25px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 14px 0 11px;
    letter-spacing: 0.1em
}

.m-site-header .m-site-header-nav-brand {
    padding-left: 10px;
    padding-right: 0;
    float: left
}

@media (min-width: 768px) {
    .m-site-header .m-site-header-nav-brand {
        padding-left: 15px;
        padding-right: 15px
    }
}

.m-site-header .m-site-header-nav-brand .m-site-header-logo {
    width: 232px
}

@media (min-width: 768px) {
    .m-site-header .m-site-header-nav-brand .m-site-header-logo {
        width: 445px
    }
}

.m-intro-content {
    position: relative
}

.m-intro-content.bg-image {
    height: 625px;
    max-height: 625px
}

.m-intro-content.bg-image .container {
    height: inherit
}

@media (min-width: 768px) {
    .m-intro-content.bg-image .container {
        height: 525px
    }
}

.m-intro-content.bg-image .container .row {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
    margin-bottom: 0
}

.m-intro-content.bg-image p .popup-iframe-link {
    display: block;
    width: 85px;
    margin: auto;
    padding: 0
}

.m-intro-content.with-caret:after {
    content: '';
    position: absolute;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-width: 25px;
    height: 50px;
    border-color: transparent;
    border-style: solid;
    z-index: 1
}

.m-intro-content.with-caret.gold-bg:after {
    border-top-color: #af976d
}

.m-intro-content.with-caret.light-gray-bg:after {
    border-top-color: #f1f1f2
}

section:first-of-type.m-intro-content.bg-image {
    height: 625px;
    margin-top: -40px
}

@media (min-width: 768px) {
    section:first-of-type.m-intro-content.bg-image {
        margin-top: -100px
    }
}

@media (max-width: 479px) {
    .m-text-media-50-50 {
        text-align: center
    }
}

@media (min-width: 768px) {
    .m-text-media-50-50 .m-text-media-50-50-content {
        padding-left: 5px;
        text-align: left
    }
}

@media (min-width: 768px) {
    .m-text-media-50-50 .m-text-media-50-50-headline-right {
        text-align: left
    }
}

.m-text-media-50-50 .m-text-media-50-50-image {
    width: 100%;
    margin: auto
}

@media (min-width: 479px) {
    .m-text-media-50-50 .m-text-media-50-50-image {
        max-width: 480px
    }
}

.m-text-media-50-50 .m-text-media-50-50-image img {
    width: 100%
}

.m-text-media-two-col .m-text-media-two-col-content {
    margin-top: -6px
}

.m-text-media-two-col .m-text-media-two-col-image {
    position: relative;
    margin-bottom: 35px
}

@media (min-width: 768px) {
    .m-text-media-two-col .m-text-media-two-col-image {
        margin-bottom: 0
    }
}

.m-text-media-two-col .m-text-media-two-col-image .popup-iframe-link {
    position: absolute;
    width: 100%;
    height: 100%;
    margin-top: 0
}

.m-text-media-two-col .m-text-media-two-col-image .popup-iframe-link .video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.m-testimonial {
    position: relative
}

.m-testimonial.loaded:after {
    content: '';
    position: absolute;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-width: 25px;
    height: 50px;
    border-color: transparent;
    border-style: solid;
    z-index: 1
}

.m-testimonial.loaded.gold-bg:after {
    border-top-color: #af976d
}

.m-testimonial.loaded.light-gray-bg:after {
    border-top-color: #f1f1f2
}

.m-testimonial.loaded.white-bg:after {
    border-top-color: #fff
}

.m-testimonial .quote p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.05em
}

@media (min-width: 768px) {
    .m-testimonial .quote p {
        font-size: 19px;
        line-height: 31px
    }
}

.m-testimonial .quote p:after,
.m-testimonial .quote p:before {
    content: '"'
}

.m-testimonial .quote_by {
    font-family: 'Istok Web', sans-serif;
    font-weight: 700;
    font-size: 14px
}

@media (min-width: 768px) {
    .m-testimonial .quote_by {
        font-size: 15px
    }
}

.m-multi-col-ctas .m-multi-col-ctas-cta {
    text-align: center;
    margin-bottom: 60px
}

.m-multi-col-ctas .m-multi-col-ctas-cta:last-of-type {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .m-multi-col-ctas .m-multi-col-ctas-cta {
        margin-bottom: 0
    }
}

@media (min-width: 768px) {
    .m-multi-col-ctas .m-multi-col-ctas-cta .button-wrapper {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        position: absolute;
        bottom: 0
    }
}

.m-multi-col-ctas .m-multi-col-ctas-cta .bg-image {
    width: 169px;
    height: 169px;
    border-radius: 50%;
    margin: 0 auto 35px;
    display: none
}

@media (min-width: 768px) {
    .m-multi-col-ctas .m-multi-col-ctas-cta .bg-image {
        display: block
    }
}

.m-multi-col-ctas .m-multi-col-ctas-cta img {
    width: 169px;
    height: 169px;
    border-radius: 50%;
    margin: 0 auto 35px;
    display: none
}

@media (min-width: 768px) {
    .m-multi-col-ctas .m-multi-col-ctas-cta img {
        display: block
    }
}

.m-text-media-40-60 .m-text-media-40-60-row {
    margin-top: 15px;
    margin-bottom: 35px;
    padding: 20px 15px
}

@media (min-width: 768px) {
    .m-text-media-40-60 .m-text-media-40-60-row {
        padding: 30px 15px
    }
}

.m-text-media-40-60 .m-text-media-40-60-row:last-of-type {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .m-text-media-40-60 .m-text-media-40-60-row h4 {
        border-bottom: 1px solid #4d4d4f;
        padding-bottom: 10px;
        width: 80%;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width: 768px) {
    .m-text-media-40-60 .m-text-media-40-60-row .col-sm-7 {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-top: 0;
        margin-bottom: 0
    }
}

.m-multi-row-ctas .m-multi-row-ctas-cta-image {
    margin-bottom: 35px
}

.m-multi-row-ctas .m-multi-row-ctas-cta {
    margin-bottom: 60px
}

@media (min-width: 768px) {
    .m-multi-row-ctas .m-multi-row-ctas-cta {
        margin-bottom: 0
    }
}

.m-multi-row-ctas .m-multi-row-ctas-cta:last-of-type {
    margin-bottom: 0
}

.m-multi-row-ctas .m-multi-row-ctas-row {
    padding-bottom: 60px
}

.m-multi-row-ctas .m-multi-row-ctas-row:last-of-type {
    padding-bottom: 0
}

@media (min-width: 768px) {
    .m-multi-row-ctas .m-multi-row-ctas-row {
        padding-bottom: 95px
    }
}

.m-multi-row-ctas .m-multi-row-ctas-row .m-multi-row-ctas-cta {
    position: relative
}

@media (min-width: 768px) {
    .m-multi-row-ctas .m-multi-row-ctas-row .m-multi-row-ctas-cta .button-wrapper {
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media (max-width: 992px) {

    .m-multi-row-ctas .m-multi-row-ctas-row .m-multi-row-ctas-cta .button-wrapper .btn-secondary,
    .m-multi-row-ctas .m-multi-row-ctas-row .m-multi-row-ctas-cta .button-wrapper .m-site-footer-form-popup .m-site-footer-form-popup-content .gform_wrapper .gform_footer input,
    .m-site-footer-form-popup .m-site-footer-form-popup-content .gform_wrapper .gform_footer .m-multi-row-ctas .m-multi-row-ctas-row .m-multi-row-ctas-cta .button-wrapper input {
        font-size: 12px;
        letter-spacing: 0.025em;
        padding: 18px 36px 17px
    }
}

@media (max-width: 767px) {

    .m-multi-row-ctas .m-multi-row-ctas-row .m-multi-row-ctas-cta .button-wrapper .btn-secondary,
    .m-multi-row-ctas .m-multi-row-ctas-row .m-multi-row-ctas-cta .button-wrapper .m-site-footer-form-popup .m-site-footer-form-popup-content .gform_wrapper .gform_footer input,
    .m-site-footer-form-popup .m-site-footer-form-popup-content .gform_wrapper .gform_footer .m-multi-row-ctas .m-multi-row-ctas-row .m-multi-row-ctas-cta .button-wrapper input {
        font-size: 14px;
        letter-spacing: 0.05em;
        padding: 16px 30px 14px
    }
}

.m-form-100 {
    text-align: center
}

@media (min-width: 768px) {
    .m-form-100 {
        text-align: left
    }
}

.m-form-100 .m-form-100-form-wrapper {
    padding-top: 30px
}

@media (max-width: 767px) {
    .m-form-100 .m-form-100-form-wrapper {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width: 767px) {
    .m-form-100 .m-form-100-form-wrapper .row {
        margin: 0
    }
}

@media (max-width: 767px) {
    .m-form-100 .m-form-100-form-wrapper .col-sm-12 {
        padding-left: 0;
        padding-right: 0
    }
}

body div.gform_wrapper {
    margin-bottom: 0
}

body div.gform_wrapper div.gform_body ul.gform_fields li.gfield {
    margin-bottom: 8px
}

@media (min-width: 768px) {
    body div.gform_wrapper div.gform_body ul.gform_fields li.gfield {
        margin-bottom: 22px
    }
}

body div.gform_wrapper div.gform_body ul.gform_fields li.gfield.gf_left_half {
    width: 100%;
    margin-right: 0
}

@media (min-width: 768px) {
    body div.gform_wrapper div.gform_body ul.gform_fields li.gfield.gf_left_half {
        width: 48.5%;
        margin-right: 3%
    }
}

@media (min-width: 768px) {
    body div.gform_wrapper div.gform_body ul.gform_fields li.gfield.gf_left_half {
        width: 49%;
        margin-right: 2%
    }
}

body div.gform_wrapper div.gform_body ul.gform_fields li.gfield.gf_right_half {
    width: 100%
}

@media (min-width: 768px) {
    body div.gform_wrapper div.gform_body ul.gform_fields li.gfield.gf_right_half {
        width: 48.5%
    }
}

@media (min-width: 768px) {
    body div.gform_wrapper div.gform_body ul.gform_fields li.gfield.gf_right_half {
        width: 49%
    }
}

body div.gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_error {
    background-color: transparent;
    border: none;
    padding: 0
}

body div.gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important
}

body div.gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_error .ginput_container {
    margin-top: 0
}

body div.gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_error .validation_message {
    font-family: 'Istok Web', sans-serif;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 0.05em;
    padding: 2px 15px 0
}

body div.gform_wrapper div.gform_body ul.gform_fields li.gfield.warning input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
body div.gform_wrapper div.gform_body ul.gform_fields li.gfield.warning select,
body div.gform_wrapper div.gform_body ul.gform_fields li.gfield.warning textarea {
    color: #4d4d4f
}

body div.gform_wrapper div.gform_body ul.gform_fields li.gfield.warning input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])::-webkit-input-placeholder,
body div.gform_wrapper div.gform_body ul.gform_fields li.gfield.warning select::-webkit-input-placeholder,
body div.gform_wrapper div.gform_body ul.gform_fields li.gfield.warning textarea::-webkit-input-placeholder {
    color: #4d4d4f !important
}

body div.gform_wrapper div.gform_body ul.gform_fields li.gfield.warning input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])::-moz-placeholder,
body div.gform_wrapper div.gform_body ul.gform_fields li.gfield.warning select::-moz-placeholder,
body div.gform_wrapper div.gform_body ul.gform_fields li.gfield.warning textarea::-moz-placeholder {
    color: #4d4d4f !important
}

body div.gform_wrapper div.gform_body ul.gform_fields li.gfield.warning input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):-ms-input-placeholder,
body div.gform_wrapper div.gform_body ul.gform_fields li.gfield.warning select:-ms-input-placeholder,
body div.gform_wrapper div.gform_body ul.gform_fields li.gfield.warning textarea:-ms-input-placeholder {
    color: #4d4d4f !important
}

body div.gform_wrapper div.gform_body ul.gform_fields li.gfield.warning input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):-moz-placeholder,
body div.gform_wrapper div.gform_body ul.gform_fields li.gfield.warning select:-moz-placeholder,
body div.gform_wrapper div.gform_body ul.gform_fields li.gfield.warning textarea:-moz-placeholder {
    color: #4d4d4f !important
}

body div.gform_wrapper div.gform_body ul.gform_fields li.gfield.warning input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus,
body div.gform_wrapper div.gform_body ul.gform_fields li.gfield.warning select:focus,
body div.gform_wrapper div.gform_body ul.gform_fields li.gfield.warning textarea:focus {
    border-color: transparent;
    color: #4d4d4f !important
}

body div.gform_wrapper div.gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_checkbox {
    padding-left: 40px;
    padding-right: 40px
}

body div.gform_wrapper div.gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_checkbox input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none !important;
    background-color: #af976d;
    padding: 12px;
    display: inline-block;
    position: relative;
    margin-right: 15px;
    vertical-align: top
}

body div.gform_wrapper div.gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_checkbox input[type=checkbox]:active,
body div.gform_wrapper div.gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_checkbox input[type=checkbox]:focus {
    outline: none
}

body div.gform_wrapper div.gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_checkbox input[type=checkbox]:checked:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f00c';
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 1px;
    font-size: 22px;
    color: #fff
}

body div.gform_wrapper div.gform_body ul.gform_fields li.gfield .ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
body div.gform_wrapper div.gform_body ul.gform_fields li.gfield .ginput_container select,
body div.gform_wrapper div.gform_body ul.gform_fields li.gfield .ginput_container textarea {
    height: 55px;
    font-weight: normal;
    color: #4d4d4f;
    font-size: 15px;
    background-color: #D0D2D3;
    border-color: #D0D2D3
}

body div.gform_wrapper div.gform_body ul.gform_fields li.gfield .ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus,
body div.gform_wrapper div.gform_body ul.gform_fields li.gfield .ginput_container select:focus,
body div.gform_wrapper div.gform_body ul.gform_fields li.gfield .ginput_container textarea:focus {
    outline: 1px solid transparent
}

body div.gform_wrapper div.gform_body ul.gform_fields li.gfield .ginput_container label {
    font-family: 'Istok Web', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px
}

@media (min-width: 992px) {
    body div.gform_wrapper div.gform_body ul.gform_fields li.gfield .ginput_container label {
        line-height: 26px
    }
}

body div.gform_wrapper div.gform_body ul.gform_fields li.gfield .ginput_container select {
    background-image: url("../images/select-arrow.png");
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 97% center;
    padding-right: 50px
}

@media (min-width: 768px) {
    body div.gform_wrapper div.gform_body ul.gform_fields li.gfield .ginput_container select {
        background-position: 98% center;
        padding-right: 60px
    }
}

body div.gform_wrapper div.gform_body ul.gform_fields li.gfield .ginput_container textarea {
    height: auto
}

body div.gform_wrapper div.gform_body ul.gform_fields li.gfield label.gfield_label {
    display: none
}

body div.gform_wrapper div.validation_error {
    display: none
}

body div.gform_wrapper .gform_footer {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 0
}

body div.gform_wrapper .gform_footer input[type=submit] {
    margin: 0;
    width: 195px;
    font-size: 14px;
    letter-spacing: 0.05em;
    padding: 16px 30px 14px
}

@media (min-width: 768px) {
    body div.gform_wrapper .gform_footer input[type=submit] {
        font-size: 17px;
        letter-spacing: 0.025em;
        padding: 28px 49px 27px
    }
}

body div.gform_wrapper .gform_footer input[type=submit]:focus {
    outline: none
}

body div.gform_wrapper img.gform_ajax_spinner {
    position: fixed !important;
    z-index: 999999;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block !important;
    overflow: hidden !important;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(255, 255, 255, 0.7);
    background-image: url("../images/loading.gif") !important;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center center
}

body ::-webkit-input-placeholder {
    color: #4d4d4f
}

body ::-moz-placeholder {
    color: #4d4d4f;
    opacity: 1
}

body :-ms-input-placeholder {
    color: #4d4d4f
}

body :-moz-placeholder {
    color: #4d4d4f
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: rgba(101, 45, 144, 0.1);
    color: #4d4d4f
}

input:-webkit-autofill,
input:-webkit-autofill:focus input:-webkit-autofill,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus {
    box-shadow: none;
    -webkit-text-fill-color: #4d4d4f
}

#gform-confirmation-popup {
    background-color: rgba(0, 0, 0, 0.8);
    display: block;
    margin: auto;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 101;
    color: #fff
}

#gform-confirmation-popup .gform_confirmation_wrapper {
    text-align: center;
    height: 190px;
    width: 100%;
    position: absolute;
    top: 25%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #652d90
}

@media (min-width: 768px) {
    #gform-confirmation-popup .gform_confirmation_wrapper {
        text-align: left;
        height: 190px;
        width: 620px
    }
}

#gform-confirmation-popup .gform_confirmation_wrapper .gform_confirmation_message {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 40px
}

#gform-confirmation-popup .mfp-close {
    top: 25%
}

.m-sponsors .m-sponsors-logo {
    padding-bottom: 30px;
    height: 150px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

@media (min-width: 768px) {
    .m-sponsors .m-sponsors-logo {
        padding-bottom: 0
    }
}

.m-sponsors .m-sponsors-logo a {
    display: block
}

@media (min-width: 768px) {
    .m-sponsors .m-sponsors-logos .col-sm-3.first {
        margin-left: 10%
    }
}

@media (min-width: 768px) {
    .m-sponsors .m-sponsors-logos .col-sm-4.first {
        margin-left: 20%
    }
}

@media (min-width: 768px) {
    .m-sponsors .m-sponsors-logos .row {
        padding-bottom: 50px
    }
}

@media (min-width: 768px) {
    .m-sponsors .m-sponsors-logos .row:last-of-type {
        padding-bottom: 0
    }
}

.m-sponsors .m-sponsors-logos .row>div {
    width: 50%;
    float: left
}

@media (min-width: 768px) {
    .m-sponsors .m-sponsors-logos .row>div {
        width: 20%;
        margin-left: 0
    }
}

.m-sponsors p {
    font-family: 'Istok Web', sans-serif;
    font-weight: 700
}

@media (max-width: 479px) {
    .m-gallery-100 .container {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width: 479px) {
    .m-gallery-100 .container .row {
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width: 479px) {
    .m-gallery-100 .container .col-sm-12 {
        padding-left: 0;
        padding-right: 0
    }
}

.m-gallery-100 .m-gallery-100-image {
    height: 500px
}

.m-site-footer {
    padding-top: 90px;
    padding-bottom: 90px
}

.m-site-footer .m-site-footer-logo {
    margin-bottom: 30px
}

@media (min-width: 768px) {
    .m-site-footer .m-site-footer-logo {
        margin-bottom: 35px
    }
}

.m-site-footer .m-site-footer-logo img {
    width: 132px;
    margin: auto
}

.m-site-footer .m-site-footer-nav {
    padding-bottom: 20px
}

@media (min-width: 768px) {
    .m-site-footer .m-site-footer-nav {
        padding-bottom: 35px
    }
}

.m-site-footer .m-site-footer-nav ul {
    padding-left: 0
}

.m-site-footer .m-site-footer-nav ul li {
    list-style-type: none;
    padding-bottom: 5px
}

.m-site-footer .m-site-footer-nav ul li a {
    font-family: 'Istok Web', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 31px;
    color: #fff;
    letter-spacing: 0.05em;
    text-decoration: none;
    -webkit-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out
}

.m-site-footer .m-site-footer-nav ul li a:focus,
.m-site-footer .m-site-footer-nav ul li a:hover {
    outline: none !important;
    color: #652d90
}

.m-site-footer .m-site-footer-social .m-site-footer-social-links {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.m-site-footer .m-site-footer-social .m-site-footer-social-links .m-site-footer-social-link {
    float: left;
    text-align: center;
    margin: 0 10px
}

.m-site-footer .m-site-footer-social .m-site-footer-social-links .m-site-footer-social-link:first-of-type {
    margin-left: 0
}

.m-site-footer .m-site-footer-social .m-site-footer-social-links .m-site-footer-social-link:last-of-type {
    margin-right: 0
}

.m-site-footer .m-site-footer-social .m-site-footer-social-links .m-site-footer-social-link a {
    color: #fff;
    -webkit-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
    display: block
}

.m-site-footer .m-site-footer-social .m-site-footer-social-links .m-site-footer-social-link a:focus,
.m-site-footer .m-site-footer-social .m-site-footer-social-links .m-site-footer-social-link a:hover {
    color: #652d90;
    outline: none !important
}

.m-site-footer .m-site-footer-social .m-site-footer-social-links .m-site-footer-social-link .fa {
    font-size: 42px
}

.m-site-footer .m-site-footer-social .m-site-footer-social-links .m-site-footer-social-link .fa.fa-youtube {
    font-size: 36px;
    padding-top: 2px
}

.m-site-footer-form-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 300px;
    width: 100%;
    background-color: #af976d
}

@media (min-width: 768px) {
    .m-site-footer-form-popup {
        width: 620px;
        height: 190px
    }
}

.m-site-footer-form-popup .m-site-footer-form-popup-content {
    width: 100%;
    height: 100%;
    margin: auto
}

.m-site-footer-form-popup .m-site-footer-form-popup-content .gform_confirmation_wrapper {
    height: 100%;
    background-color: #652d90;
    color: #fff !important;
    text-align: center
}

@media (min-width: 768px) {
    .m-site-footer-form-popup .m-site-footer-form-popup-content .gform_confirmation_wrapper {
        text-align: left
    }
}

.m-site-footer-form-popup .m-site-footer-form-popup-content .gform_confirmation_wrapper .gform_confirmation_message {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 40px
}

.m-site-footer-form-popup .m-site-footer-form-popup-content .gform_wrapper {
    margin-bottom: 0;
    margin-top: 0 !important;
    height: 100%
}

.m-site-footer-form-popup .m-site-footer-form-popup-content .gform_wrapper div.gform_body {
    width: 80%;
    margin: 0 auto
}

@media (min-width: 768px) {
    .m-site-footer-form-popup .m-site-footer-form-popup-content .gform_wrapper div.gform_body {
        display: inline-block;
        width: 315px;
        margin-right: 4px
    }
}

.m-site-footer-form-popup .m-site-footer-form-popup-content .gform_wrapper div.gform_body ul.gform_fields li.gfield {
    margin-bottom: 18px
}

@media (min-width: 768px) {
    .m-site-footer-form-popup .m-site-footer-form-popup-content .gform_wrapper div.gform_body ul.gform_fields li.gfield {
        margin-bottom: 0
    }
}

.m-site-footer-form-popup .m-site-footer-form-popup-content .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_error .validation_message {
    padding: 2px 0 0
}

.m-site-footer-form-popup .m-site-footer-form-popup-content .gform_wrapper div.gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_checkbox input[type=checkbox] {
    background-color: #652d90
}

.m-site-footer-form-popup .m-site-footer-form-popup-content .gform_wrapper div.gform_body ul.gform_fields li.gfield .ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    border-color: #af976d !important;
    background-color: #fff
}

.m-site-footer-form-popup .m-site-footer-form-popup-content .gform_wrapper form {
    width: 100%;
    height: 100%;
    margin: 0 auto
}

@media (max-width: 767px) {
    .m-site-footer-form-popup .m-site-footer-form-popup-content .gform_wrapper form {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center
    }
}

@media (min-width: 768px) {
    .m-site-footer-form-popup .m-site-footer-form-popup-content .gform_wrapper form {
        padding: 35px 60px
    }
}

.m-site-footer-form-popup .m-site-footer-form-popup-content .gform_wrapper .gform_footer {
    padding-bottom: 0;
    padding-top: 0;
    width: 195px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0
}

@media (min-width: 768px) {
    .m-site-footer-form-popup .m-site-footer-form-popup-content .gform_wrapper .gform_footer {
        display: inline-block;
        position: absolute;
        width: 180px
    }
}

.m-site-footer-form-popup .m-site-footer-form-popup-content .gform_wrapper .gform_footer input {
    margin-bottom: 0;
    line-height: normal !important;
    min-height: 45px !important;
    width: 100%
}

@media (min-width: 768px) {
    .m-site-footer-form-popup .m-site-footer-form-popup-content .gform_wrapper .gform_footer input {
        font-family: 'Istok Web', sans-serif;
        font-weight: 600;
        height: 55px;
        border: 1px solid #af976d !important;
        padding: 13px 0 12px;
        width: 100%;
        text-align: center;
        font-size: 12px;
        letter-spacing: 0.075em
    }
}

.m-site-footer-form-popup .m-site-footer-form-popup-content .gform_wrapper .gform_footer input:focus,
.m-site-footer-form-popup .m-site-footer-form-popup-content .gform_wrapper .gform_footer input:hover {
    background-color: #652d90
}

@media (min-width: 768px) {
    .m-site-footer-form-popup .m-site-footer-form-popup-content .gform_wrapper .gform_heading {
        margin-bottom: 10px
    }
}

.m-site-footer-form-popup .m-site-footer-form-popup-content .gform_wrapper .gform_heading h3.gform_title {
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 0
}

@media (min-width: 768px) {
    .m-site-footer-form-popup .m-site-footer-form-popup-content .gform_wrapper .gform_heading h3.gform_title {
        text-align: left
    }
}

.m-site-footer-form-popup .m-site-footer-form-popup-content .gform_wrapper ::-webkit-input-placeholder {
    color: #af976d;
    text-align: center;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .m-site-footer-form-popup .m-site-footer-form-popup-content .gform_wrapper ::-webkit-input-placeholder {
        text-align: left
    }
}

.m-site-footer-form-popup .m-site-footer-form-popup-content .gform_wrapper ::-moz-placeholder {
    color: #af976d;
    text-align: center;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .m-site-footer-form-popup .m-site-footer-form-popup-content .gform_wrapper ::-moz-placeholder {
        text-align: left
    }
}

.m-site-footer-form-popup .m-site-footer-form-popup-content .gform_wrapper :-ms-input-placeholder {
    color: #af976d;
    text-align: center;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .m-site-footer-form-popup .m-site-footer-form-popup-content .gform_wrapper :-ms-input-placeholder {
        text-align: left
    }
}

.m-site-footer-form-popup .m-site-footer-form-popup-content .gform_wrapper :-moz-placeholder {
    color: #af976d;
    text-align: center;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .m-site-footer-form-popup .m-site-footer-form-popup-content .gform_wrapper :-moz-placeholder {
        text-align: left
    }
}

.t-stories-story {
    display: block
}

.t-stories-story:nth-of-type(odd) {
    background-color: #f1f1f2
}

.t-stories-story.is-hidden {
    display: none
}

body.home .e3_tpp_body_container main.e3_tpp_content {
    padding-top: 0px
}

/*# sourceMappingURL=main.min.css.map */