@charset "UTF-8";
.mfp-bg {
    z-index: 1042;
    overflow: hidden;
    background: #0b0b0b;
    opacity: 0.8;
}
.mfp-bg,
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
}
.mfp-wrap {
    z-index: 1043;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}
.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
    display: none;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto;
}
.mfp-ajax-cur {
    cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out;
}
.mfp-zoom {
    cursor: pointer;
    cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    user-select: none;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-hide {
    display: none !important;
}
.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.mfp-preloader a {
    color: #ccc;
}
.mfp-preloader a:hover {
    color: #fff;
}
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
    display: none;
}
button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus,
.mfp-close:hover {
    opacity: 1;
}
.mfp-close:active {
    top: 1px;
}
.mfp-close-btn-in .mfp-close {
    color: #333;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}
.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    top: 50%;
    margin: -55px 0 0;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
    margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1;
}
.mfp-arrow:after,
.mfp-arrow:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: inset transparent;
}
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}
.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px;
}
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
    right: 0;
}
.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px;
}
.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
    top: -40px;
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto;
}
.mfp-figure,
img.mfp-img {
    line-height: 0;
}
.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}
.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-figure figure {
    margin: 0;
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}
.mfp-image-holder .mfp-content {
    max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}
@media screen and (max-height: 300px), screen and (max-width: 800px) and (orientation: landscape) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}
@media (max-width: 900px) {
    .mfp-arrow {
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        transform-origin: 0;
    }
    .mfp-arrow-right {
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: initial;
    height: 0;
    overflow: visible;
}
main {
    display: block;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: initial;
    -webkit-text-decoration-skip: objects;
}
abbr[title] {
    border-bottom: 0;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: inherit;
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
dfn {
    font-style: italic;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: initial;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
audio,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
img {
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
input {
    overflow: visible;
}
[type="checkbox"],
[type="radio"] {
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    display: table;
    max-width: 100%;
    padding: 0;
    color: inherit;
    white-space: normal;
}
progress {
    display: inline-block;
    vertical-align: initial;
}
textarea {
    overflow: auto;
}
details {
    display: block;
}
summary {
    display: list-item;
}
menu {
    display: block;
}
canvas {
    display: inline-block;
}
[hidden],
template {
    display: none;
}
.tns-outer {
    padding: 0 !important;
}
.tns-outer [hidden] {
    display: none !important;
}
.tns-outer [aria-controls],
.tns-outer [data-action] {
    cursor: pointer;
}
.tns-slider {
    transition: 0s;
}
.tns-horizontal.tns-subpixel {
    white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
    content: "";
    display: table;
    clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
    float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
    margin-right: -100%;
}
.tns-gallery,
.tns-no-calc {
    position: relative;
    left: 0;
}
.tns-gallery {
    min-height: 1px;
}
.tns-gallery > .tns-item {
    position: absolute;
    left: -100%;
    transition: transform 0s, opacity 0s;
}
.tns-gallery > .tns-slide-active {
    position: relative;
    left: auto !important;
}
.tns-gallery > .tns-moving {
    transition: 0.25s;
}
.tns-autowidth {
    display: inline-block;
}
.tns-lazy-img {
    transition: opacity 0.6s;
    opacity: 0.6;
}
.tns-lazy-img.tns-complete {
    opacity: 1;
}
.tns-ah {
    transition: height 0s;
}
.tns-ovh {
    overflow: hidden;
}
.tns-visually-hidden {
    position: absolute;
    left: -10000em;
}
.tns-transparent {
    opacity: 0;
    visibility: hidden;
}
.tns-fadeIn {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 0;
}
.tns-fadeOut,
.tns-normal {
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1;
}
.tns-vpfix {
    white-space: nowrap;
}
.tns-vpfix > div,
.tns-vpfix > li {
    display: inline-block;
}
.tns-t-subp2 {
    margin: 0 auto;
    width: 310px;
    position: relative;
    height: 10px;
    overflow: hidden;
}
.tns-t-ct {
    width: 2333.33333%;
    position: absolute;
    right: 0;
}
.tns-t-ct:after {
    content: "";
    display: table;
    clear: both;
}
.tns-t-ct > div {
    width: 1.42857%;
    height: 10px;
    float: left;
}
*,
:after,
:before {
    box-sizing: border-box;
}
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1920px) {
    html {
        background: #f0f0f0;
    }
}
body,
html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    color: #707070;
    font-family: Montserrat, Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 16px;
    min-width: 320px;
}
@media (min-width: 1920px) {
    body {
        background: #fff;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    }
}
.page-container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.page-container > * {
    width: 100%;
    flex: none;
}
.page-container > main {
    flex: 1 0 auto;
}
section:focus {
    outline: 0;
}
hr {
    background-color: initial;
    border: 0;
    border-bottom: 1px solid #89b4d0;
    margin: 40px auto;
    clear: both;
}
img,
picture,
svg {
    display: block;
}
img,
svg {
    max-width: 100%;
    height: auto;
}
.video-container {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.video-container .placeholder,
.video-container embed,
.video-container iframe,
.video-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sr-text {
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    position: absolute;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.loading-spinner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 100%, 0.95);
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
    transition: 0.2s ease-in-out;
}
.loading-spinner.-loading {
    opacity: 1;
    visibility: visible;
}
.loading-spinner:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    background-image: url(../images/spinner.svg);
    background-position: 50%;
    background-size: 100px auto;
    transform: translate(-50px, -50px);
    z-index: 99999;
}
.loading-spinner-text {
    position: absolute;
    top: calc(50% + 60px);
    color: #707070;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.09375rem;
    text-transform: uppercase;
}
.loading-spinner-text:after {
    content: "\2026";
    position: absolute;
    overflow: hidden;
    animation: ellipsis 0.75s steps(4) infinite;
    width: 0;
}
@keyframes ellipsis {
    to {
        width: 18px;
    }
}
@font-face {
    font-family: icomoon;
    src: url(../fonts/icomoon.woff2?tb86an) format("woff2"), url(../fonts/icomoon.ttf?tb86an) format("truetype"), url(../fonts/icomoon.woff?tb86an) format("woff"), url(../fonts/icomoon.svg?tb86an#icomoon) format("svg");
    font-weight: 400;
    font-style: normal;
}
[class*=" icon-"]:before,
[class^="icon-"]:before {
    display: inline-block;
    font-family: icomoon !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-caret-left:before {
    content: "";
}
.icon-caret-right:before {
    content: "";
}
.icon-facebook:before {
    content: "";
}
.icon-instagram:before {
    content: "";
}
.icon-twitter:before {
    content: "";
}
.icon-play:before {
    content: "";
}
.h1,
.h2,
h1,
h2,
h3 {
    color: #3c7296;
    font-family: Montserrat, Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 500;
    margin: 0 0 20px;
    transition: font-size 0.2s ease-in-out;
}
.h1:last-child,
.h2:last-child,
h1:last-child,
h2:last-child,
h3:last-child {
    margin-bottom: 0;
}
.h1 a,
.h2 a,
h1 a,
h2 a,
h3 a {
    text-decoration: none;
}
.h1,
.wp-editor h1,
.wysiwyg-content .h1,
.wysiwyg-content h1 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.22;
}
@media (min-width: 600px) {
    .h1,
    .wp-editor h1,
    .wysiwyg-content .h1,
    .wysiwyg-content h1 {
        font-size: 36px;
        font-size: 2.25rem;
    }
}
@media (min-width: 768px) {
    .h1,
    .wp-editor h1,
    .wysiwyg-content .h1,
    .wysiwyg-content h1 {
        font-size: 50px;
        font-size: 3.125rem;
    }
}
.h2,
.wp-editor h2,
.wysiwyg-content h2 {
    font-size: 24px;
    font-size: 1.5rem;
}
@media (min-width: 600px) {
    .h2,
    .wp-editor h2,
    .wysiwyg-content h2 {
        font-size: 32px;
        font-size: 2rem;
    }
}
@media (min-width: 768px) {
    .h2,
    .wp-editor h2,
    .wysiwyg-content h2 {
        font-size: 36px;
        font-size: 2.25rem;
    }
}
.wp-editor h3,
.wysiwyg-content h3 {
    font-size: 20px;
    font-size: 1.25rem;
}
@media (min-width: 600px) {
    .wp-editor h3,
    .wysiwyg-content h3 {
        font-size: 26px;
        font-size: 1.625rem;
    }
}
.signup .gform_confirmation_message,
p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.44444;
    margin: 0 0 18px;
}
.signup .gform_confirmation_message:last-child,
p:last-child {
    margin-bottom: 0;
}
ol,
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.wp-editor ol,
.wp-editor ul,
.wysiwyg-content ol,
.wysiwyg-content ul {
    clear: left;
    margin: 0 0 18px;
}
.wp-editor ol:last-child,
.wp-editor ul:last-child,
.wysiwyg-content ol:last-child,
.wysiwyg-content ul:last-child {
    margin-bottom: 0;
}
.wp-editor ol li,
.wp-editor ul li,
.wysiwyg-content ol li,
.wysiwyg-content ul li {
    position: relative;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.44444;
    padding-left: 20px;
    margin: 0 0 18px;
}
.wp-editor ol li:before,
.wp-editor ul li:before,
.wysiwyg-content ol li:before,
.wysiwyg-content ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    color: #89b4d0;
    line-height: 26px;
    line-height: 1.625rem;
}
.wp-editor ol ul,
.wp-editor ul ul,
.wysiwyg-content ol ul,
.wysiwyg-content ul ul {
    margin-top: 18px;
}
.wp-editor ol ul > li:before,
.wp-editor ul ul > li:before,
.wysiwyg-content ol ul > li:before,
.wysiwyg-content ul ul > li:before {
    content: "\25E6";
}
.wp-editor ol,
.wysiwyg-content ol {
    counter-reset: section;
}
.wp-editor ol > li,
.wysiwyg-content ol > li {
    counter-increment: section;
}
.wp-editor ol > li:before,
.wysiwyg-content ol > li:before {
    content: counter(section) ".";
}
.wp-editor ol ol > li:before,
.wysiwyg-content ol ol > li:before {
    content: counter(section, lower-alpha) ".";
}
.wp-editor ol ol ol > li:before,
.wysiwyg-content ol ol ol > li:before {
    content: counter(section, lower-roman) ".";
}
.wp-editor ol ol ol ol > li:before,
.wysiwyg-content ol ol ol ol > li:before {
    content: counter(section) ".";
}
.wp-editor ul > li:before,
.wysiwyg-content ul > li:before {
    content: "\2022";
    font-weight: 700;
    font-size: 24px;
    font-size: 1.5rem;
}
.wp-editor blockquote,
.wysiwyg-content blockquote {
    padding: 8px 24px;
    border-right: 2px solid #89b4d0;
    margin: 0 0 20px;
}
.signup .wp-editor blockquote .gform_confirmation_message,
.signup .wysiwyg-content blockquote .gform_confirmation_message,
.wp-editor blockquote .signup .gform_confirmation_message,
.wp-editor blockquote p,
.wysiwyg-content blockquote .signup .gform_confirmation_message,
.wysiwyg-content blockquote p {
    font-size: 20px;
    font-size: 1.25rem;
}
.wp-editor blockquote:last-child,
.wysiwyg-content blockquote:last-child {
    margin-bottom: 0;
}
.gform_validation_container {
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    position: absolute;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.gfield_required {
    color: red;
    margin-left: 2px;
}
label {
    display: block;
    color: #707070;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    transition: 0.2s ease-in-out;
}
.error-message,
label {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
}
.error-message {
    color: red;
    margin-top: 5px;
}
.gfield:not(.-name) {
    position: relative;
    margin: 0 0 20px;
}
.gfield:not(.-name).gform_validation_container {
    margin: 0;
}
.gfield:not(.-name) label {
    position: absolute;
    top: 20px;
    left: 15px;
}
.gfield:not(.-name).-focused label {
    top: 10px;
    color: #3c7296;
    font-size: 10px;
    font-size: 0.625rem;
}
.gfield.-name > label {
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    position: absolute;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.gfield.-name .name_first,
.gfield.-name .name_last {
    display: block;
    position: relative;
    margin: 0 0 20px;
}
.gfield.-name .name_first label,
.gfield.-name .name_last label {
    position: absolute;
    top: 20px;
    left: 15px;
}
.gfield.-name .name_first.-focused label,
.gfield.-name .name_last.-focused label {
    top: 10px;
    color: #3c7296;
    font-size: 10px;
    font-size: 0.625rem;
}
input[type="email"],
input[type="tel"],
input[type="text"],
textarea {
    display: block;
    width: 100%;
    color: #707070;
    font-family: Montserrat, Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding: 24px 15px 11px;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    -webkit-appearance: none;
    transition: 0.2s ease-in-out;
}
input[type="email"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: 1;
}
input[type="email"]::-ms-placeholder,
input[type="tel"]::-ms-placeholder,
input[type="text"]::-ms-placeholder,
textarea::-ms-placeholder {
    opacity: 1;
}
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
input[type="text"]::placeholder,
textarea::placeholder {
    opacity: 1;
}
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
textarea:focus {
    border-color: #3c7296;
    outline: none;
}
input[type="email"]:focus::-webkit-input-placeholder,
input[type="tel"]:focus::-webkit-input-placeholder,
input[type="text"]:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: #707070;
}
input[type="email"]:focus::-ms-placeholder,
input[type="tel"]:focus::-ms-placeholder,
input[type="text"]:focus::-ms-placeholder,
textarea:focus::-ms-placeholder {
    color: #707070;
}
input[type="email"]:focus::placeholder,
input[type="tel"]:focus::placeholder,
input[type="text"]:focus::placeholder,
textarea:focus::placeholder {
    color: #707070;
}
input[type="email"].-invalid,
input[type="tel"].-invalid,
input[type="text"].-invalid,
textarea.-invalid {
    color: red;
    border: 1px solid red;
}
textarea {
    min-height: 100px;
    resize: vertical;
}
a {
    display: inline-block;
    color: #3c7296;
    text-decoration: none;
    transition: 0.2s ease-in-out;
}
a:active,
a:focus,
a:hover {
    outline: 0;
}
.wp-editor a:not(.btn),
.wysiwyg-content a:not(.btn) {
    display: inline;
    border-bottom: 1px solid #3c7296;
}
.wp-editor a:not(.btn):active,
.wp-editor a:not(.btn):focus,
.wp-editor a:not(.btn):hover,
.wysiwyg-content a:not(.btn):active,
.wysiwyg-content a:not(.btn):focus,
.wysiwyg-content a:not(.btn):hover {
    border-color: transparent;
}
.btn,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    display: inline-block;
    cursor: pointer;
    background: #3c7296;
    color: #fff;
    font-family: Montserrat, Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: 14px 20px 12px;
    border: 2px solid #3c7296;
    border-radius: 0;
    transition: 0.2s ease-in-out;
}
.btn:active,
.btn:focus,
.btn:hover,
input[type="button"]:active,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus,
input[type="submit"]:hover {
    background: none;
    color: #3c7296;
    outline: 0;
}
.btn.-white,
input[type="button"].-white,
input[type="reset"].-white,
input[type="submit"].-white {
    background: #fff;
    color: #3c7296;
    border-color: #fff;
}
.btn.-white:active,
.btn.-white:focus,
.btn.-white:hover,
input[type="button"].-white:active,
input[type="button"].-white:focus,
input[type="button"].-white:hover,
input[type="reset"].-white:active,
input[type="reset"].-white:focus,
input[type="reset"].-white:hover,
input[type="submit"].-white:active,
input[type="submit"].-white:focus,
input[type="submit"].-white:hover {
    background: none;
    color: #fff;
}
.btn.-play,
input[type="button"].-play,
input[type="reset"].-play,
input[type="submit"].-play {
    padding: 14px 18px 12px;
}
.btn.-play:before,
input[type="button"].-play:before,
input[type="reset"].-play:before,
input[type="submit"].-play:before {
    content: "";
    display: inline-block;
    font-family: icomoon !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    top: 1px;
    margin-right: 5px;
}
.btn.-play:active,
.btn.-play:focus,
.btn.-play:hover,
input[type="button"].-play:active,
input[type="button"].-play:focus,
input[type="button"].-play:hover,
input[type="reset"].-play:active,
input[type="reset"].-play:focus,
input[type="reset"].-play:hover,
input[type="submit"].-play:active,
input[type="submit"].-play:focus,
input[type="submit"].-play:hover {
    background: none;
    color: #fff;
}
.wp-editor .btn,
.wp-editor input[type="button"],
.wp-editor input[type="reset"],
.wp-editor input[type="submit"],
.wysiwyg-content .btn,
.wysiwyg-content input[type="button"],
.wysiwyg-content input[type="reset"],
.wysiwyg-content input[type="submit"] {
    margin-top: 5px;
}
.wp-editor {
    padding: 20px;
}
.wp-editor .entry-content-asset,
.wysiwyg-content .entry-content-asset {
    margin-top: 50px;
    margin-bottom: 50px;
}
.wp-editor .entry-content-asset:first-child,
.wp-editor .entry-content-asset:last-child,
.wysiwyg-content .entry-content-asset:first-child,
.wysiwyg-content .entry-content-asset:last-child {
    margin-top: 0;
}
.wp-editor dl[id^="attachment"],
.wp-editor figure,
.wysiwyg-content dl[id^="attachment"],
.wysiwyg-content figure {
    display: inline-block;
    position: relative;
    margin: 0 0 20px;
    max-width: 400px;
}
.wp-editor dl[id^="attachment"] .wp-caption-dd,
.wp-editor dl[id^="attachment"] .wp-caption-text,
.wp-editor figure .wp-caption-dd,
.wp-editor figure .wp-caption-text,
.wysiwyg-content dl[id^="attachment"] .wp-caption-dd,
.wysiwyg-content dl[id^="attachment"] .wp-caption-text,
.wysiwyg-content figure .wp-caption-dd,
.wysiwyg-content figure .wp-caption-text {
    font-size: 14px;
    font-size: 0.875rem;
    font-style: italic;
    line-height: 1.57143;
    padding: 13px 0 0;
}
@media (max-width: 767px) {
    .wp-editor dl[id^="attachment"].alignleft,
    .wp-editor dl[id^="attachment"].alignright,
    .wp-editor figure.alignleft,
    .wp-editor figure.alignright,
    .wysiwyg-content dl[id^="attachment"].alignleft,
    .wysiwyg-content dl[id^="attachment"].alignright,
    .wysiwyg-content figure.alignleft,
    .wysiwyg-content figure.alignright {
        display: block;
        max-width: none;
        text-align: center;
        margin: 20px 0;
    }
    .wp-editor dl[id^="attachment"].alignleft .figure-image-wrapper,
    .wp-editor dl[id^="attachment"].alignleft .wp-caption-dt,
    .wp-editor dl[id^="attachment"].alignright .figure-image-wrapper,
    .wp-editor dl[id^="attachment"].alignright .wp-caption-dt,
    .wp-editor figure.alignleft .figure-image-wrapper,
    .wp-editor figure.alignleft .wp-caption-dt,
    .wp-editor figure.alignright .figure-image-wrapper,
    .wp-editor figure.alignright .wp-caption-dt,
    .wysiwyg-content dl[id^="attachment"].alignleft .figure-image-wrapper,
    .wysiwyg-content dl[id^="attachment"].alignleft .wp-caption-dt,
    .wysiwyg-content dl[id^="attachment"].alignright .figure-image-wrapper,
    .wysiwyg-content dl[id^="attachment"].alignright .wp-caption-dt,
    .wysiwyg-content figure.alignleft .figure-image-wrapper,
    .wysiwyg-content figure.alignleft .wp-caption-dt,
    .wysiwyg-content figure.alignright .figure-image-wrapper,
    .wysiwyg-content figure.alignright .wp-caption-dt {
        display: inline-block;
        max-width: 400px;
    }
    .wp-editor dl[id^="attachment"].alignleft .wp-caption-dd,
    .wp-editor dl[id^="attachment"].alignleft .wp-caption-text,
    .wp-editor dl[id^="attachment"].alignright .wp-caption-dd,
    .wp-editor dl[id^="attachment"].alignright .wp-caption-text,
    .wp-editor figure.alignleft .wp-caption-dd,
    .wp-editor figure.alignleft .wp-caption-text,
    .wp-editor figure.alignright .wp-caption-dd,
    .wp-editor figure.alignright .wp-caption-text,
    .wysiwyg-content dl[id^="attachment"].alignleft .wp-caption-dd,
    .wysiwyg-content dl[id^="attachment"].alignleft .wp-caption-text,
    .wysiwyg-content dl[id^="attachment"].alignright .wp-caption-dd,
    .wysiwyg-content dl[id^="attachment"].alignright .wp-caption-text,
    .wysiwyg-content figure.alignleft .wp-caption-dd,
    .wysiwyg-content figure.alignleft .wp-caption-text,
    .wysiwyg-content figure.alignright .wp-caption-dd,
    .wysiwyg-content figure.alignright .wp-caption-text {
        max-width: 400px;
        text-align: left;
        margin: 0 auto;
    }
}
@media (min-width: 768px) {
    .wp-editor dl[id^="attachment"].alignright,
    .wp-editor figure.alignright,
    .wysiwyg-content dl[id^="attachment"].alignright,
    .wysiwyg-content figure.alignright {
        float: right;
        margin: 10px 0 20px 20px;
    }
}
@media (min-width: 1000px) {
    .wp-editor dl[id^="attachment"].alignright,
    .wp-editor figure.alignright,
    .wysiwyg-content dl[id^="attachment"].alignright,
    .wysiwyg-content figure.alignright {
        margin-left: 40px;
    }
}
@media (min-width: 768px) {
    .wp-editor dl[id^="attachment"].alignleft,
    .wp-editor figure.alignleft,
    .wysiwyg-content dl[id^="attachment"].alignleft,
    .wysiwyg-content figure.alignleft {
        float: left;
        margin: 10px 20px 20px 0;
    }
}
@media (min-width: 1000px) {
    .wp-editor dl[id^="attachment"].alignleft,
    .wp-editor figure.alignleft,
    .wysiwyg-content dl[id^="attachment"].alignleft,
    .wysiwyg-content figure.alignleft {
        margin-right: 40px;
    }
}
.wp-editor dl[id^="attachment"].aligncenter,
.wp-editor dl[id^="attachment"].alignnone,
.wp-editor figure.aligncenter,
.wp-editor figure.alignnone,
.wysiwyg-content dl[id^="attachment"].aligncenter,
.wysiwyg-content dl[id^="attachment"].alignnone,
.wysiwyg-content figure.aligncenter,
.wysiwyg-content figure.alignnone {
    display: table;
    max-width: 100%;
    text-align: center;
    margin: 40px auto;
}
.wp-editor dl[id^="attachment"].aligncenter .figure-image-wrapper,
.wp-editor dl[id^="attachment"].aligncenter .wp-caption-dt,
.wp-editor dl[id^="attachment"].alignnone .figure-image-wrapper,
.wp-editor dl[id^="attachment"].alignnone .wp-caption-dt,
.wp-editor figure.aligncenter .figure-image-wrapper,
.wp-editor figure.aligncenter .wp-caption-dt,
.wp-editor figure.alignnone .figure-image-wrapper,
.wp-editor figure.alignnone .wp-caption-dt,
.wysiwyg-content dl[id^="attachment"].aligncenter .figure-image-wrapper,
.wysiwyg-content dl[id^="attachment"].aligncenter .wp-caption-dt,
.wysiwyg-content dl[id^="attachment"].alignnone .figure-image-wrapper,
.wysiwyg-content dl[id^="attachment"].alignnone .wp-caption-dt,
.wysiwyg-content figure.aligncenter .figure-image-wrapper,
.wysiwyg-content figure.aligncenter .wp-caption-dt,
.wysiwyg-content figure.alignnone .figure-image-wrapper,
.wysiwyg-content figure.alignnone .wp-caption-dt {
    display: inline-block;
}
.wp-editor dl[id^="attachment"].aligncenter .wp-caption-dd,
.wp-editor dl[id^="attachment"].aligncenter .wp-caption-text,
.wp-editor dl[id^="attachment"].alignnone .wp-caption-dd,
.wp-editor dl[id^="attachment"].alignnone .wp-caption-text,
.wp-editor figure.aligncenter .wp-caption-dd,
.wp-editor figure.aligncenter .wp-caption-text,
.wp-editor figure.alignnone .wp-caption-dd,
.wp-editor figure.alignnone .wp-caption-text,
.wysiwyg-content dl[id^="attachment"].aligncenter .wp-caption-dd,
.wysiwyg-content dl[id^="attachment"].aligncenter .wp-caption-text,
.wysiwyg-content dl[id^="attachment"].alignnone .wp-caption-dd,
.wysiwyg-content dl[id^="attachment"].alignnone .wp-caption-text,
.wysiwyg-content figure.aligncenter .wp-caption-dd,
.wysiwyg-content figure.aligncenter .wp-caption-text,
.wysiwyg-content figure.alignnone .wp-caption-dd,
.wysiwyg-content figure.alignnone .wp-caption-text {
    display: table-caption;
    caption-side: bottom;
    text-align: left;
}
.error-404 {
    max-width: 1055px;
    text-align: center;
    padding: 0 20px;
    margin: 50px auto 80px;
}
.error-404:last-child {
    margin-bottom: 125px;
}
@media (min-width: 400px) {
    .error-404 {
        padding: 0 30px;
    }
}
@media (min-width: 768px) {
    .error-404 {
        margin-top: 80px;
        padding: 0 40px;
    }
}
.error-404 header {
    margin-bottom: 12px;
}
.footer {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px 30px;
}
@media (min-width: 400px) {
    .footer {
        padding: 0 30px 30px;
    }
}
@media (min-width: 768px) {
    .footer {
        padding: 0 40px 50px;
    }
}
@media (min-width: 900px) {
    .footer-top {
        display: flex;
        margin-bottom: 80px;
    }
}
@media (min-width: 900px) {
    .footer-left {
        flex: 1 1 0%;
    }
}
.footer-logo {
    margin-bottom: 20px;
}
.footer .social-links {
    margin-bottom: 40px;
}
@media (min-width: 900px) {
    .footer .social-links {
        margin-bottom: 0;
    }
}
.footer .social-links li:first-child {
    margin-left: 0;
}
.footer-nav {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 40px;
}
@media (min-width: 900px) {
    .footer-nav {
        flex: none;
        margin-bottom: 0;
    }
}
@media (min-width: 1000px) {
    .footer-nav {
        font-size: 16px;
        font-size: 1rem;
    }
}
.footer-nav ul {
    display: flex;
}
.footer-nav ul li {
    flex: none;
}
.footer-nav ul li + li {
    line-height: 1.625;
}
.footer-nav ul li + li:after {
    content: "";
    display: block;
    clear: both;
}
.footer-nav ul li + li:before {
    content: "|";
    float: left;
    margin: 0 8px;
}
.footer-nav ul a {
    color: #707070;
    line-height: 1.625;
    border-bottom: 2px solid transparent;
}
.footer-nav ul a:active,
.footer-nav ul a:focus,
.footer-nav ul a:hover {
    border-color: #89b4d0;
}
.footer-bottom {
    font-size: 14px;
    font-size: 0.875rem;
}
@media (min-width: 900px) {
    .footer-bottom {
        display: flex;
    }
}
@media (min-width: 1000px) {
    .footer-bottom {
        font-size: 16px;
        font-size: 1rem;
    }
}
.footer-copyright {
    margin-bottom: 20px;
}
@media (min-width: 900px) {
    .footer-copyright {
        flex: 1 1 0%;
        margin: 0;
    }
}
@media (min-width: 900px) {
    .footer-credit {
        flex: none;
    }
}
.header {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 30px 20px 20px;
}
@media (min-width: 400px) {
    .header {
        padding: 30px 30px 20px;
    }
}
@media (min-width: 500px) {
    .header {
        flex-wrap: nowrap;
        justify-content: space-between;
    }
}
@media (min-width: 768px) {
    .header {
        padding: 40px;
    }
}
@media (min-width: 1100px) {
    .header {
        align-items: baseline;
        justify-content: flex-start;
        align-items: center;
        padding: 40px 40px 30px;
    }
}
.header-logo {
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 20px;
    transition: none;
}
@media (min-width: 500px) {
    .header-logo {
        margin: 0 30px 0 0;
    }
}
@media (min-width: 600px) {
    .header-logo {
        max-width: 300px;
        margin-right: auto;
    }
}
@media (min-width: 768px) {
    .header-logo {
        max-width: 460px;
        margin-right: 50px;
    }
}
.header-logo img {
    width: 100%;
    max-width: none;
}
.header-nav {
    flex: none;
    margin-left: auto;
}
@media (max-width: 1099px) {
    .header-nav {
        clip: rect(1px, 1px, 1px, 1px);
        -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
        clip-path: polygon(0 0, 0 0, 0 0, 0 0);
        position: absolute;
        white-space: nowrap;
        height: 1px;
        width: 1px;
        overflow: hidden;
    }
}
.header-nav ul {
    display: flex;
    align-items: center;
}
.header-nav li {
    position: relative;
    flex: none;
}
@media (min-width: 1100px) {
    .header-nav li {
        margin-right: 45px;
    }
}
.header-nav li a {
    color: #707070;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.44444;
    border-bottom: 3px solid transparent;
}
.header-nav li a:active,
.header-nav li a:focus,
.header-nav li a:hover {
    border-color: #89b4d0;
}
.header .social-links {
    flex: none;
}
@media (min-width: 500px) {
    .header .social-links {
        margin-left: 5px;
    }
}
@media (min-width: 600px) {
    .header .social-links {
        margin-left: 30px;
    }
}
@media (min-width: 1100px) {
    .header .social-links {
        margin-left: auto;
    }
}
.about {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 0 20px;
    margin-bottom: 90px;
}
@media (min-width: 400px) {
    .about {
        padding: 0 30px;
    }
}
@media (min-width: 768px) {
    .about {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 0 40px;
    }
}
.about-image {
    width: 85%;
    max-width: 550px;
    margin-bottom: 35px;
}
@media (min-width: 768px) {
    .about-image {
        width: auto;
        flex: 5 5 0%;
    }
}
.about-content {
    position: relative;
}
@media (min-width: 768px) {
    .about-content {
        flex: 8 8 0%;
        max-width: 800px;
        background: #fff;
        padding: 40px 0 0 60px;
        margin-top: 80px;
    }
    .about-content-inner {
        max-width: 675px;
    }
}
@media (min-width: 900px) {
    .about-content {
        padding-top: 68px;
        margin-top: 200px;
    }
}
@media (min-width: 1200px) {
    .about-content {
        padding-top: 114px;
        margin-top: 268px;
    }
}
.about-content:before {
    content: "";
    display: block;
    width: 50%;
    max-width: 328px;
    height: 3px;
    background: #89b4d0;
    margin-bottom: 20px;
}
@media (min-width: 768px) {
    .about-content:before {
        position: absolute;
        top: 0;
        left: 37px;
        width: 3px;
        height: 328px;
    }
}
@media (min-width: 768px) {
    .about-content h2 {
        margin-bottom: 30px;
    }
}
.bios {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    margin-bottom: 80px;
}
@media (min-width: 400px) {
    .bios {
        padding: 0 30px;
    }
}
@media (min-width: 768px) {
    .bios {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 0 40px;
    }
}
.bios-title {
    position: relative;
    margin-bottom: 40px;
}
@media (min-width: 768px) {
    .bios-title {
        flex: none;
        padding-top: 25px;
        padding-left: 25px;
        margin-right: 80px;
    }
}
.bios-title:before {
    content: "";
    display: block;
    width: 50%;
    max-width: 328px;
    height: 2px;
    background: #89b4d0;
    margin-bottom: 20px;
}
@media (min-width: 768px) {
    .bios-title:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 2px;
        height: 328px;
    }
}
@media (min-width: 768px) {
    .bios-items {
        flex: 1 1 0%;
    }
}
.bios-item {
    max-width: 970px;
}
.bios-item + .bios-item {
    margin-top: 50px;
}
.bios-item header {
    text-transform: uppercase;
    margin-bottom: 20px;
}
.bios-item header h3 {
    color: #707070;
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: 400;
    margin: 0;
}
.bios-item header .signup .gform_confirmation_message,
.bios-item header p,
.signup .bios-item header .gform_confirmation_message {
    color: #3c7296;
}
.gallery {
    position: relative;
    margin-bottom: 90px;
}
.gallery-controls {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 95%;
    max-width: 1700px;
    outline: 0;
    transform: translate(-50%, -50%);
}
.gallery-controls button {
    cursor: pointer;
    display: block;
    height: calc(18.75vw + 20px);
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 18.75vw;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    line-height: 1;
    padding: 10px;
    border: 0;
    outline: 0;
    transition: 0.2s ease-in-out;
}
@media (min-width: 768px) {
    .gallery-controls button {
        height: 190px;
        font-size: 170px;
        font-size: 10.625rem;
        text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    }
}
.gallery-controls button[disabled] {
    pointer-events: none;
    opacity: 0.3;
}
.hero {
    color: transparent;
    background: #18273a;
    position: relative;
}
.hero-picture .cj_desktop { display: none; }
.hero-picture .cj_mobile { display: block; }
@media (min-width: 768px) {
    .hero {
        display: flex;
        align-items: center;
    }
    .hero-picture .cj_desktop  { display: block; }
    .hero-picture .cj_mobile {display: none; }
    }
}
@media (min-width: 768px) {
    .hero-picture {
        flex: 1.5 1.5 0%;
    }
}
.hero-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    text-align: center;
}
@media (min-width: 768px) {
    .hero-content {
    }
}
.hero-content svg {
    width: 100%;
    max-width: 350px;
}
@media (min-width: 768px) {
}
.mfp-iframe-holder .mfp-content {
    max-width: 1400px;
}
.mfp-close {
    font-size: 44px;
    font-size: 2.75rem;
}
.mfp-fade.mfp-bg {
    opacity: 0;
    transition: 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.9;
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}
.quote {
    position: relative;
    padding: 40px 20px 0;
    margin-bottom: 80px;
    overflow: hidden;
}
@media (min-width: 400px) {
    .quote {
        padding: 40px 30px 0;
    }
}
@media (min-width: 768px) {
    .quote {
        padding: 80px 40px 0;
        margin-bottom: -100px;
    }
}
@media (min-width: 900px) {
    .quote {
        margin-bottom: -140px;
    }
}
@media (min-width: 1200px) {
    .quote {
        margin-bottom: -170px;
    }
}
.quote:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 70px;
    left: 0;
    background: #89b4d0;
    opacity: 0.15;
}
.quote-actual {
    text-align: right;
    padding: 30px 24px 22px 0;
    margin: 0;
    border-right: 2px solid #89b4d0;
}
@media (min-width: 1300px) {
    .quote-actual {
        margin-right: 135px;
    }
}
.quote-actual .signup .gform_confirmation_message,
.quote-actual p,
.signup .quote-actual .gform_confirmation_message {
    max-width: 690px;
    color: #3c7296;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 2.5;
    margin: 0 0 60px auto;
}
@media (min-width: 768px) {
    .quote-actual .signup .gform_confirmation_message,
    .quote-actual p,
    .signup .quote-actual .gform_confirmation_message {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 2.75;
        margin-bottom: 80px;
    }
}
.quote-actual cite {
    font-size: 18px;
    font-size: 1.125rem;
    font-style: normal;
}
@media (min-width: 768px) {
    .quote-actual cite {
        font-size: 20px;
        font-size: 1.25rem;
    }
}
.quote-inner {
    max-width: 1240px;
    position: relative;
    margin: 0 auto;
}
@media (min-width: 1300px) {
    .quote-inner:before {
        content: "";
        position: absolute;
        top: -80px;
        bottom: 70px;
        left: 100%;
        width: 50vw;
        background: #fff;
    }
}
.signup {
    padding: 60px 20px;
}
@media (min-width: 400px) {
    .signup {
        padding: 60px 30px;
    }
}
@media (min-width: 768px) {
    .signup {
        padding: 85px 40px;
    }
}
.signup-text {
    color: #707070;
    text-align: center;
    margin-bottom: 35px;
}
.signup form {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 500px) {
    .signup form {
        display: flex;
        align-items: flex-start;
    }
    .signup form .gform_body {
        flex: 1 1 0%;
    }
    .signup form .gform_footer {
        flex: none;
    }
    .signup form .gform_footer .gform_button {
        height: 57px;
        line-height: 57px;
        padding: 0 20px;
    }
}
.signup .gform_confirmation_message {
    text-align: center;
}
.signup .gfield_required {
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    position: absolute;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.story {
    margin-bottom: 80px;
}
.story-inner {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    margin-top: -40px;
}
@media (min-width: 400px) {
    .story-inner {
        padding: 0 30px;
    }
}
@media (min-width: 500px) {
    .story-inner {
        margin-top: -60px;
    }
}
@media (min-width: 768px) {
    .story-inner {
        display: flex;
        align-items: flex-start;
        justify-content: flex-end;
        padding: 0 40px;
        margin-top: -160px;
    }
}
@media (min-width: 900px) {
    .story-inner {
        margin-top: -200px;
    }
}
@media (min-width: 1400px) {
    .story-inner {
        margin-top: -300px;
    }
}
@media (min-width: 1600px) {
    .story-inner {
        margin-top: -415px;
    }
}
.story-image {
    width: 85%;
    max-width: 500px;
    margin-bottom: 35px;
}
@media (min-width: 768px) {
    .story-image {
        width: auto;
        flex: 5 5 0%;
    }
}
.story-content {
    position: relative;
}
@media (min-width: 768px) {
    .story-content {
        flex: 8 8 0%;
        max-width: 800px;
        background: #fff;
        padding: 40px 20px 0 60px;
        margin-top: 80px;
    }
    .story-content-inner {
        max-width: 600px;
    }
}
@media (min-width: 900px) {
    .story-content {
        padding-top: 68px;
        margin-top: 120px;
    }
}
@media (min-width: 1400px) {
    .story-content {
        margin-top: 155px;
    }
}
.story-content:before {
    content: "";
    display: block;
    width: 50%;
    max-width: 328px;
    height: 3px;
    background: #89b4d0;
    margin-bottom: 20px;
}
@media (min-width: 768px) {
    .story-content:before {
        position: absolute;
        top: -45px;
        left: 37px;
        width: 3px;
        height: 328px;
    }
}
@media (min-width: 768px) {
    .story-content h2 {
        margin-bottom: 30px;
    }
}
.page-content {
    max-width: 1055px;
    padding: 0 20px;
    margin: 35px auto 80px;
}
.page-content:last-child {
    margin-bottom: 125px;
}
@media (min-width: 400px) {
    .page-content {
        padding: 0 30px;
    }
}
@media (min-width: 768px) {
    .page-content {
        padding: 0 40px;
    }
}
.page-content header {
    margin-bottom: 45px;
}
.page-content h2,
.page-content h3 {
    margin: 45px 0 12px;
}
.page-content h2:first-child,
.page-content h3:first-child {
    margin-top: 0;
}
.page-content h3 {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.44444;
    text-transform: uppercase;
}
.page-form {
    max-width: 1055px;
    padding: 0 20px;
    margin: -35px auto 80px;
}
.page-form:last-child {
    margin-bottom: 125px;
}
@media (min-width: 400px) {
    .page-form {
        padding: 0 30px;
    }
}
@media (min-width: 768px) {
    .page-form {
        padding: 0 40px;
    }
}
.page-form .gform_fields {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.page-form .gfield {
    flex: none;
    width: 100%;
}
@media (min-width: 600px) {
    .page-form .gfield.-half {
        width: calc(50% - 10px);
    }
}
.page-form .gfield.-name .ginput_complex {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.page-form .gfield.-name .ginput_complex .name_first,
.page-form .gfield.-name .ginput_complex .name_last {
    flex: none;
    width: 100%;
}
@media (min-width: 600px) {
    .page-form .gfield.-name .ginput_complex .name_first,
    .page-form .gfield.-name .ginput_complex .name_last {
        width: calc(50% - 10px);
    }
}
.social-links {
    display: flex;
    align-items: center;
}
.social-links li {
    flex: none;
    margin-left: 12px;
}
.social-links li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-size: 1.25rem;
}
.social-links li a:before {
    flex: none;
}
.social-links li a.icon-facebook:active,
.social-links li a.icon-facebook:focus,
.social-links li a.icon-facebook:hover {
    color: #3b5998;
}
.social-links li a.icon-twitter:active,
.social-links li a.icon-twitter:focus,
.social-links li a.icon-twitter:hover {
    color: #1da1f2;
}
.social-links li a.icon-instagram:active,
.social-links li a.icon-instagram:focus,
.social-links li a.icon-instagram:hover {
    color: #c32aa3;
}
.tip {
    background: #3c7296;
    padding: 60px 20px 40px;
    margin-bottom: 80px;
}
@media (min-width: 400px) {
    .tip {
        padding: 60px 30px 40px;
    }
}
@media (min-width: 768px) {
    .tip {
        padding: 85px 40px 65px;
    }
}
.tip-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 -20px;
}
.tip-text,
.tip .btn {
    flex: none;
    margin: 0 20px 20px;
}
.tip-text {
    max-width: 100%;
    color: #fff;
    text-align: center;
}
@media (max-width: 767px) {
    html.admin-bar {
        margin-top: 0 !important;
    }
}
@media (max-width: 767px) {
    #wpadminbar {
        display: none;
    }
}
