abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block;
}
nav ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
del {
    text-decoration: line-through;
}
abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #e2e2e2;
    margin: 2em 0;
    padding: 0;
}
@media (max-width: 40.625em) {
    hr {
        margin: 1em 0;
    }
}
input,
select {
    vertical-align: middle;
}
small {
    font-size: 0.8em;
}
*,
:after,
:before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.clearfix:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}
.icon-set-svg {
    position: absolute;
}
.svg-graphic-wrapper {
    position: relative;
    height: 0;
    width: 100%;
    padding: 0;
}
.svg-graphic-wrapper > svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.hidden {
    display: none;
}
iframe {
    width: 100%;
}
img {
    max-width: 100%;
    height: auto;
}
figure img {
    display: block;
    margin: 0 auto;
}
.round-image {
    border-radius: 50%;
    display: block;
}
ul {
    list-style: none;
}
.heading-left-right {
    display: block;
}
.heading-left-right span {
    float: right;
}
.proclaim-it-map {
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    overflow: hidden;
}
.proclaim-it-map img {
    max-width: none;
}
.blur {
    -webkit-filter: blur(5px);
    filter: blur(5px);
}
.no-padding,
.section-no-padding {
    padding: 0;
}
.no-border {
    border: none !important;
}
.no-margin-top {
    margin-top: 0 !important;
}
.content-center {
    text-align: center;
}
.content-right {
    text-align: right;
}
.background-top {
    background-position: 50% 0%;
}
.background-top-middle {
    background-position: 50% 25%;
}
.background-middle {
    background-position: 50% 50%;
}
.background-bottom-middle {
    background-position: 50% 75%;
}
.background-bottom {
    background-position: 50% 100%;
}
@-moz-keyframes popup-show {
    0% {
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        transform: scale(0.7);
    }
    45% {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        transform: scale(1.05);
    }
    80% {
        -webkit-transform: scale(0.95);
        -moz-transform: scale(0.95);
        transform: scale(0.95);
    }
    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }
}
@-o-keyframes popup-show {
    0% {
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        transform: scale(0.7);
    }
    45% {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        transform: scale(1.05);
    }
    80% {
        -webkit-transform: scale(0.95);
        -moz-transform: scale(0.95);
        transform: scale(0.95);
    }
    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes popup-show {
    0% {
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        transform: scale(0.7);
    }
    45% {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        transform: scale(1.05);
    }
    80% {
        -webkit-transform: scale(0.95);
        -moz-transform: scale(0.95);
        transform: scale(0.95);
    }
    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes popup-show {
    0% {
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        transform: scale(0.7);
    }
    45% {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        transform: scale(1.05);
    }
    80% {
        -webkit-transform: scale(0.95);
        -moz-transform: scale(0.95);
        transform: scale(0.95);
    }
    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes pop {
    0% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
    45% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    80% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes pop {
    0% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
    45% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    80% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes slide-in-top {
    0% {
        -moz-transform: translate(0, -75px);
        -webkit-transform: translate(0, -75px);
        -o-transform: translate(0, -75px);
        -ms-transform: translate(0, -75px);
        transform: translate(0, -75px);
        opacity: 0;
    }
    to {
        -moz-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}
@keyframes slide-in-top {
    0% {
        -moz-transform: translate(0, -75px);
        -webkit-transform: translate(0, -75px);
        -o-transform: translate(0, -75px);
        -ms-transform: translate(0, -75px);
        transform: translate(0, -75px);
        opacity: 0;
    }
    to {
        -moz-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}
@-webkit-keyframes slide-in-top-full {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes slide-in-top-full {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@-webkit-keyframes slide-in-bottom {
    0% {
        -moz-transform: translate(0, 75px);
        -webkit-transform: translate(0, 75px);
        -o-transform: translate(0, 75px);
        -ms-transform: translate(0, 75px);
        transform: translate(0, 75px);
        opacity: 0;
    }
    to {
        -moz-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}
@-moz-keyframes slide-in-bottom {
    0% {
        -moz-transform: translate(0, 75px);
        -webkit-transform: translate(0, 75px);
        -o-transform: translate(0, 75px);
        -ms-transform: translate(0, 75px);
        transform: translate(0, 75px);
        opacity: 0;
    }
    to {
        -moz-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}
@-o-keyframes slide-in-bottom {
    0% {
        -moz-transform: translate(0, 75px);
        -webkit-transform: translate(0, 75px);
        -o-transform: translate(0, 75px);
        -ms-transform: translate(0, 75px);
        transform: translate(0, 75px);
        opacity: 0;
    }
    to {
        -moz-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}
@keyframes slide-in-bottom {
    0% {
        -moz-transform: translate(0, 75px);
        -webkit-transform: translate(0, 75px);
        -o-transform: translate(0, 75px);
        -ms-transform: translate(0, 75px);
        transform: translate(0, 75px);
        opacity: 0;
    }
    to {
        -moz-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}
@-webkit-keyframes slide-in-bottom-full {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes slide-in-bottom-full {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@-webkit-keyframes slide-in-left {
    0% {
        -moz-transform: translate(-75px, 0);
        -webkit-transform: translate(-75px, 0);
        -o-transform: translate(-75px, 0);
        -ms-transform: translate(-75px, 0);
        transform: translate(-75px, 0);
        opacity: 0;
    }
    to {
        -moz-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}
@keyframes slide-in-left {
    0% {
        -moz-transform: translate(-75px, 0);
        -webkit-transform: translate(-75px, 0);
        -o-transform: translate(-75px, 0);
        -ms-transform: translate(-75px, 0);
        transform: translate(-75px, 0);
        opacity: 0;
    }
    to {
        -moz-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}
@-webkit-keyframes slide-in-right {
    0% {
        -moz-transform: translate(75px, 0);
        -webkit-transform: translate(75px, 0);
        -o-transform: translate(75px, 0);
        -ms-transform: translate(75px, 0);
        transform: translate(75px, 0);
        opacity: 0;
    }
    to {
        -moz-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}
@keyframes slide-in-right {
    0% {
        -moz-transform: translate(75px, 0);
        -webkit-transform: translate(75px, 0);
        -o-transform: translate(75px, 0);
        -ms-transform: translate(75px, 0);
        transform: translate(75px, 0);
        opacity: 0;
    }
    to {
        -moz-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}
@-webkit-keyframes slide-in-right-full {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes slide-in-right-full {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-moz-keyframes fade-in {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-o-keyframes fade-in {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fade-in {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
body,
html {
    font-size: 100%;
}
body {
    line-height: 1.5;
    color: #202625;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}
body ::-moz-selection {
    background: #273b52;
    color: #fff;
}
body ::selection {
    background: #273b52;
    color: #fff;
}
body ::-moz-selection {
    background: #273b52;
    color: #fff;
}
body.mobile-menu-open,
body.popup-active {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
}
.wrapper {
    width: 100%;
    max-width: 2000px;
    margin: 0 auto;
    overflow-x: hidden;
}
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000000000;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000000000001;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    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: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-hide {
    display: none !important;
}
.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.mfp-preloader a {
    color: #ccc;
}
.mfp-preloader a:hover {
    color: #fff;
}
.mfp-s-ready .mfp-preloader {
    display: none;
}
.mfp-s-error .mfp-content {
    display: none;
}
button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    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;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}
.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: medium 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%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    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;
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}
.mfp-figure {
    line-height: 0;
}
.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    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;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}
@media (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}
.select2-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    text-align: left;
}
.select2-container .select2-selection--single {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}
.select2-container .select2-selection--multiple {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container .select2-search--inline {
    float: left;
}
.select2-container .select2-search--inline .select2-search__field {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.select2-dropdown {
    background-color: white;
    border: 2px solid rgba(32, 38, 37, 0.25);
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}
.select2-results {
    display: block;
}
.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}
.select2-results__option {
    padding: 6px;
    font-size: 12px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
    cursor: pointer;
}
.select2-container--open .select2-dropdown {
    left: 0;
}
.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-search--dropdown {
    display: block;
    padding: 4px;
}
.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
    display: none;
}
.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}
.select2-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 2px solid rgba(32, 38, 37, 0.25);
    border-radius: 2px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 30px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    font-size: 22px;
    margin-top: -2px;
    color: #e88181;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
    float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
}
.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}
.select2-container--default .select2-results__option[role="group"] {
    padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled="true"] {
    color: #999;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #273b52;
    color: white;
}
.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}
.select2-container--classic .select2-selection--single {
    background-color: #f6f6f6;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), to(#eeeeee));
    background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 32px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 30px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(50%, #eeeeee));
    background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#ffffff));
    background-image: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
}
.select2-container--classic .select2-dropdown {
    background-color: white;
    border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
    border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}
.select2-container--classic .select2-results__option[role="group"] {
    padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled="true"] {
    color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #273b52;
    color: white;
}
.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}
.grid-cols-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1em !important;
    margin-right: -1em !important;
}
@media (max-width: 40.625em) {
    .grid-cols-wrapper {
        margin-left: -0.5em !important;
        margin-right: -0.5em !important;
    }
}
.grid-cols-wrapper-small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.5em !important;
    margin-right: -0.5em !important;
}
@media (max-width: 40.625em) {
    .grid-cols-wrapper-small {
        margin-left: -0.25em !important;
        margin-right: -0.25em !important;
    }
}
.grid-col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(100% - 2em);
    flex: 0 1 calc(100% - 2em);
    width: calc(100% - 2em);
    margin-left: 1em !important;
    margin-right: 1em !important;
}
@media (max-width: 40.625em) {
    .grid-col-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - 1em);
        flex: 0 1 calc(100% - 1em);
        width: calc(100% - 1em);
    }
}
@media (max-width: 40.625em) {
    .grid-col-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - 1em);
        flex: 0 1 calc(100% - 1em);
        width: calc(100% - 1em);
        margin-left: 0.5em !important;
        margin-right: 0.5em !important;
    }
}
.grid-col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(91.66666666666666% - 2em);
    flex: 0 1 calc(91.66666666666666% - 2em);
    width: calc(91.66666666666666% - 2em);
    margin-left: 1em !important;
    margin-right: 1em !important;
}
@media (max-width: 40.625em) {
    .grid-col-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(91.66666666666666% - 1em);
        flex: 0 1 calc(91.66666666666666% - 1em);
        width: calc(91.66666666666666% - 1em);
    }
}
@media (max-width: 40.625em) {
    .grid-col-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(91.66666666666666% - 1em);
        flex: 0 1 calc(91.66666666666666% - 1em);
        width: calc(91.66666666666666% - 1em);
        margin-left: 0.5em !important;
        margin-right: 0.5em !important;
    }
}
.grid-col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(83.33333333333334% - 2em);
    flex: 0 1 calc(83.33333333333334% - 2em);
    width: calc(83.33333333333334% - 2em);
    margin-left: 1em !important;
    margin-right: 1em !important;
}
@media (max-width: 40.625em) {
    .grid-col-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(83.33333333333334% - 1em);
        flex: 0 1 calc(83.33333333333334% - 1em);
        width: calc(83.33333333333334% - 1em);
    }
}
@media (max-width: 40.625em) {
    .grid-col-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(83.33333333333334% - 1em);
        flex: 0 1 calc(83.33333333333334% - 1em);
        width: calc(83.33333333333334% - 1em);
        margin-left: 0.5em !important;
        margin-right: 0.5em !important;
    }
}
.grid-col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(75% - 2em);
    flex: 0 1 calc(75% - 2em);
    width: calc(75% - 2em);
    margin-left: 1em !important;
    margin-right: 1em !important;
}
@media (max-width: 40.625em) {
    .grid-col-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(75% - 1em);
        flex: 0 1 calc(75% - 1em);
        width: calc(75% - 1em);
    }
}
@media (max-width: 40.625em) {
    .grid-col-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(75% - 1em);
        flex: 0 1 calc(75% - 1em);
        width: calc(75% - 1em);
        margin-left: 0.5em !important;
        margin-right: 0.5em !important;
    }
}
.grid-col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(66.66666666666666% - 2em);
    flex: 0 1 calc(66.66666666666666% - 2em);
    width: calc(66.66666666666666% - 2em);
    margin-left: 1em !important;
    margin-right: 1em !important;
}
@media (max-width: 40.625em) {
    .grid-col-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(66.66666666666666% - 1em);
        flex: 0 1 calc(66.66666666666666% - 1em);
        width: calc(66.66666666666666% - 1em);
    }
}
@media (max-width: 40.625em) {
    .grid-col-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(66.66666666666666% - 1em);
        flex: 0 1 calc(66.66666666666666% - 1em);
        width: calc(66.66666666666666% - 1em);
        margin-left: 0.5em !important;
        margin-right: 0.5em !important;
    }
}
.grid-col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(58.333333333333336% - 2em);
    flex: 0 1 calc(58.333333333333336% - 2em);
    width: calc(58.333333333333336% - 2em);
    margin-left: 1em !important;
    margin-right: 1em !important;
}
@media (max-width: 40.625em) {
    .grid-col-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(58.333333333333336% - 1em);
        flex: 0 1 calc(58.333333333333336% - 1em);
        width: calc(58.333333333333336% - 1em);
    }
}
@media (max-width: 40.625em) {
    .grid-col-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(58.333333333333336% - 1em);
        flex: 0 1 calc(58.333333333333336% - 1em);
        width: calc(58.333333333333336% - 1em);
        margin-left: 0.5em !important;
        margin-right: 0.5em !important;
    }
}
.grid-col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(50% - 2em);
    flex: 0 1 calc(50% - 2em);
    width: calc(50% - 2em);
    margin-left: 1em !important;
    margin-right: 1em !important;
}
@media (max-width: 40.625em) {
    .grid-col-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 1em);
        flex: 0 1 calc(50% - 1em);
        width: calc(50% - 1em);
    }
}
@media (max-width: 40.625em) {
    .grid-col-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 1em);
        flex: 0 1 calc(50% - 1em);
        width: calc(50% - 1em);
        margin-left: 0.5em !important;
        margin-right: 0.5em !important;
    }
}
.grid-col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(41.66666666666667% - 2em);
    flex: 0 1 calc(41.66666666666667% - 2em);
    width: calc(41.66666666666667% - 2em);
    margin-left: 1em !important;
    margin-right: 1em !important;
}
@media (max-width: 40.625em) {
    .grid-col-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(41.66666666666667% - 1em);
        flex: 0 1 calc(41.66666666666667% - 1em);
        width: calc(41.66666666666667% - 1em);
    }
}
@media (max-width: 40.625em) {
    .grid-col-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(41.66666666666667% - 1em);
        flex: 0 1 calc(41.66666666666667% - 1em);
        width: calc(41.66666666666667% - 1em);
        margin-left: 0.5em !important;
        margin-right: 0.5em !important;
    }
}
.grid-col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(33.33333333333333% - 2em);
    flex: 0 1 calc(33.33333333333333% - 2em);
    width: calc(33.33333333333333% - 2em);
    margin-left: 1em !important;
    margin-right: 1em !important;
}
@media (max-width: 40.625em) {
    .grid-col-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(33.33333333333333% - 1em);
        flex: 0 1 calc(33.33333333333333% - 1em);
        width: calc(33.33333333333333% - 1em);
    }
}
@media (max-width: 40.625em) {
    .grid-col-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(33.33333333333333% - 1em);
        flex: 0 1 calc(33.33333333333333% - 1em);
        width: calc(33.33333333333333% - 1em);
        margin-left: 0.5em !important;
        margin-right: 0.5em !important;
    }
}
.grid-col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(25% - 2em);
    flex: 0 1 calc(25% - 2em);
    width: calc(25% - 2em);
    margin-left: 1em !important;
    margin-right: 1em !important;
}
@media (max-width: 40.625em) {
    .grid-col-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(25% - 1em);
        flex: 0 1 calc(25% - 1em);
        width: calc(25% - 1em);
    }
}
@media (max-width: 40.625em) {
    .grid-col-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(25% - 1em);
        flex: 0 1 calc(25% - 1em);
        width: calc(25% - 1em);
        margin-left: 0.5em !important;
        margin-right: 0.5em !important;
    }
}
.grid-col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(16.666666666666664% - 2em);
    flex: 0 1 calc(16.666666666666664% - 2em);
    width: calc(16.666666666666664% - 2em);
    margin-left: 1em !important;
    margin-right: 1em !important;
}
@media (max-width: 40.625em) {
    .grid-col-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(16.666666666666664% - 1em);
        flex: 0 1 calc(16.666666666666664% - 1em);
        width: calc(16.666666666666664% - 1em);
    }
}
@media (max-width: 40.625em) {
    .grid-col-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(16.666666666666664% - 1em);
        flex: 0 1 calc(16.666666666666664% - 1em);
        width: calc(16.666666666666664% - 1em);
        margin-left: 0.5em !important;
        margin-right: 0.5em !important;
    }
}
.grid-col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(8.333333333333332% - 2em);
    flex: 0 1 calc(8.333333333333332% - 2em);
    width: calc(8.333333333333332% - 2em);
    margin-left: 1em !important;
    margin-right: 1em !important;
}
@media (max-width: 40.625em) {
    .grid-col-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(8.333333333333332% - 1em);
        flex: 0 1 calc(8.333333333333332% - 1em);
        width: calc(8.333333333333332% - 1em);
    }
}
@media (max-width: 40.625em) {
    .grid-col-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(8.333333333333332% - 1em);
        flex: 0 1 calc(8.333333333333332% - 1em);
        width: calc(8.333333333333332% - 1em);
        margin-left: 0.5em !important;
        margin-right: 0.5em !important;
    }
}
[class*="grid-col-"] {
    zoom: 1;
    display: inline-block;
    vertical-align: top;
    margin-left: 1em !important;
    margin-right: 1em !important;
}
[class*="grid-col-"]:before {
    content: "";
    display: block;
}
[class*="grid-col-"]:after {
    content: "";
    display: table;
    clear: both;
}
@media (max-width: 40.625em) {
    [class*="grid-col-"] {
        margin-left: 0.5em !important;
        margin-right: 0.5em !important;
    }
}
.grid-col-5-cols {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(20% - 2em);
    flex: 0 1 calc(20% - 2em);
    width: calc(20% - 2em);
}
@media (max-width: 40.625em) {
    .grid-col-5-cols {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(20% - 1em);
        flex: 0 1 calc(20% - 1em);
        width: calc(20% - 1em);
    }
}
.page {
    max-width: 1200px;
    padding: 0 2em;
    margin: 0 auto;
}
@media (max-width: 62.5em) {
    .page {
        padding: 0 2em;
    }
}
@media (max-width: 40.625em) {
    .page {
        padding: 0 1em;
    }
}
.row {
    max-width: 1200px;
    margin: 0 auto;
}
@media (max-width: 79em) {
    .row {
        padding: 0 2em;
    }
}
@media (max-width: 40.625em) {
    .row {
        margin: 0;
        padding: 0 1em;
    }
}
.row-full-width {
    padding: 0 3em;
}
.section-title-wrapper {
    text-align: center;
    padding-bottom: 32px;
    position: relative;
    font-size: 2.25rem;
    margin-bottom: 2rem;
}
@media (max-width: 62.5em) {
    .section-title-wrapper {
        font-size: 1.75rem;
        margin-bottom: 2rem;
    }
}
.section-title-wrapper:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 2px;
    width: 20px;
    background-color: #273b52;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
[class*="content-width-"] {
    margin: 0 auto;
}
[class*="content-width-"] > :last-child {
    margin-bottom: 0;
}
.content-width-1200 {
    max-width: 1200px;
}
.content-width-1100 {
    max-width: 1100px;
}
.content-width-1000 {
    max-width: 1000px;
}
.content-width-900 {
    max-width: 900px;
}
.content-width-800 {
    max-width: 800px;
}
.content-width-700 {
    max-width: 700px;
}
.content-width-600 {
    max-width: 600px;
}
.content-width-500 {
    max-width: 500px;
}
.content-width-400 {
    max-width: 400px;
}
.content-width-300 {
    max-width: 300px;
}
.lighter-grey-block {
    background-color: #202625;
}
a {
    color: #273b52;
}
a:hover {
    color: #2f4763;
}
.primary-color-text {
    color: #273b52;
}
.secondary-color-text {
    color: #729fe5;
}
.small-title-block {
    padding: 1.33333333em 2em;
    text-align: center;
}
.small-title-block > :last-child {
    margin-bottom: 0;
}
@media (max-width: 40.625em) {
    .small-title-block {
        padding: 1em;
    }
}
p {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}
p em {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: italic;
}
p strong {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #202625;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}
h1.small-uppercase-heading,
h2.small-uppercase-heading,
h3.small-uppercase-heading,
h4.small-uppercase-heading,
h5.small-uppercase-heading,
h6.small-uppercase-heading {
    letter-spacing: 1px;
    text-transform: uppercase;
}
h1.line-heading,
h2.line-heading,
h3.line-heading,
h4.line-heading,
h5.line-heading,
h6.line-heading {
    position: relative;
}
h1.line-heading:before,
h2.line-heading:before,
h3.line-heading:before,
h4.line-heading:before,
h5.line-heading:before,
h6.line-heading:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -16px;
    height: 3px;
    width: 30px;
    background: #273b52;
}
@media (max-width: 40.625em) {
    h1.line-heading:before,
    h2.line-heading:before,
    h3.line-heading:before,
    h4.line-heading:before,
    h5.line-heading:before,
    h6.line-heading:before {
        width: 20px;
        bottom: -8px;
    }
}
h1.line-heading-center:before,
h2.line-heading-center:before,
h3.line-heading-center:before,
h4.line-heading-center:before,
h5.line-heading-center:before,
h6.line-heading-center:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
h1.line-heading-right:before,
h2.line-heading-right:before,
h3.line-heading-right:before,
h4.line-heading-right:before,
h5.line-heading-right:before,
h6.line-heading-right:before {
    left: auto;
    right: 0;
}
h1.line-heading-large:before,
h2.line-heading-large:before,
h3.line-heading-large:before,
h4.line-heading-large:before,
h5.line-heading-large:before,
h6.line-heading-large:before {
    bottom: -21.33333333px;
}
@media (max-width: 40.625em) {
    h1.line-heading-large:before,
    h2.line-heading-large:before,
    h3.line-heading-large:before,
    h4.line-heading-large:before,
    h5.line-heading-large:before,
    h6.line-heading-large:before {
        bottom: -10.66666667px;
    }
}
h1,
h2,
h3 {
    line-height: 1.2;
}
h1.small-uppercase-heading,
h2.small-uppercase-heading,
h3.small-uppercase-heading {
    font-size: 0.6875rem;
    margin-bottom: 2rem;
}
@media (max-width: 40.625em) {
    h1.small-uppercase-heading,
    h2.small-uppercase-heading,
    h3.small-uppercase-heading {
        font-size: 0.6875rem;
        margin-bottom: 1rem;
    }
}
h4,
h5,
h6 {
    line-height: 1.3;
}
h4.small-uppercase-heading,
h5.small-uppercase-heading,
h6.small-uppercase-heading {
    font-size: 0.6875rem;
    margin-bottom: 2rem;
}
@media (max-width: 40.625em) {
    h4.small-uppercase-heading,
    h5.small-uppercase-heading,
    h6.small-uppercase-heading {
        font-size: 0.6875rem;
        margin-bottom: 1rem;
    }
}
h1 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
}
@media (max-width: 40.625em) {
    h1 {
        font-size: 2rem;
        margin-bottom: 1rem;
    }
}
h2 {
    font-size: 1.75rem;
    margin-bottom: 2rem;
}
@media (max-width: 40.625em) {
    h2 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
}
h3 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
}
@media (max-width: 40.625em) {
    h3 {
        font-size: 1.25rem;
        margin-bottom: 1rem;
    }
}
h4 {
    font-size: 1.25rem;
    margin-bottom: 2rem;
}
@media (max-width: 40.625em) {
    h4 {
        font-size: 1.125rem;
        margin-bottom: 1rem;
    }
}
h5 {
    font-size: 1.125rem;
    margin-bottom: 2rem;
}
@media (max-width: 40.625em) {
    h5 {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
}
h6 {
    font-size: 1.125rem;
    margin-bottom: 2rem;
}
@media (max-width: 40.625em) {
    h6 {
        font-size: 0.875rem;
        margin-bottom: 1rem;
    }
}
p {
    color: #202625;
    font-size: 1rem;
    margin-bottom: 2rem;
    line-height: 1.8;
}
@media (max-width: 40.625em) {
    p {
        line-height: 1.8;
        font-size: 0.875rem;
        margin-bottom: 1rem;
    }
}
blockquote {
    margin-bottom: 2em;
}
blockquote > :last-child {
    margin-bottom: 0;
}
.content-box,
fieldset {
    text-align: left;
    padding: 2em;
    margin-bottom: 2em;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.1);
}
.content-box > :last-child,
fieldset > :last-child {
    margin-bottom: 0;
}
@media (max-width: 40.625em) {
    .content-box,
    fieldset {
        padding: 1em;
        margin-bottom: 1em;
    }
}
.form-wrapper {
    max-width: 400px;
    margin: 0 auto;
    text-align: left;
}
.form-wrapper .btn {
    width: 100%;
    display: block;
}
form {
    margin: 0 0 2em 0;
}
@media (max-width: 40.625em) {
    form {
        margin: 0 0 1em 0;
    }
}
form .btn,
form button {
    margin: 0;
}
form > * {
    margin-bottom: 2em;
}
form > :last-child {
    margin-bottom: 0;
}
.error {
    border-color: #ea1721 !important;
}
.form-error,
.form-error-2 {
    padding: 5px 8px;
    margin-bottom: 2.66666667em;
    background-color: #ea1721;
    -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.12);
    font-size: 11px;
    position: relative;
    color: #fff;
    margin-top: -1px;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}
.form-error-2 > :last-child,
.form-error > :last-child {
    margin-bottom: 0;
}
.form-error-2.form-error-absolute,
.form-error.form-error-absolute {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
}
.form-error-2:before,
.form-error:before {
    bottom: 100%;
    left: 2em;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(234, 23, 33, 0);
    border-bottom-color: #ea1721;
    border-width: 7px;
}
.form-error-2.main-form-error,
.form-error.main-form-error {
    padding: 1.33333333em;
    display: none;
}
.form-error-2.form-error-no-arrow:before,
.form-error.form-error-no-arrow:before {
    display: none;
}
@media (max-width: 40.625em) {
    .form-error,
    .form-error-2 {
        font-size: 11px;
        padding: 5px;
    }
    .form-error-2:before,
    .form-error:before {
        border-width: 5px;
    }
}
.has-error {
    position: relative;
}
.form-element {
    zoom: 1;
    text-align: left;
    margin: 0 0 2em 0;
}
.form-element:before {
    content: "";
    display: block;
}
.form-element:after {
    content: "";
    display: table;
    clear: both;
}
@media (max-width: 40.625em) {
    .form-element {
        margin: 0 0 1em 0;
    }
}
.form-element label {
    display: block;
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    margin: 0 0 8px 0;
    color: #202625;
    cursor: pointer;
}
.form-element label.large-label {
    font-size: 18px;
}
.form-element label.center-label {
    text-align: center;
}
.form-element .form-error {
    margin-bottom: 0;
}
.input-description {
    margin: 4px 0 0 0 !important;
    font-size: 11px !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #717171;
}
.form-row {
    margin-bottom: 2em;
}
.form-row .form-element {
    margin: 0;
}
.form-row .btn,
.form-row p {
    margin-bottom: 0;
}
@media (max-width: 40.625em) {
    .form-row {
        margin: 0;
    }
    .form-row [class*="grid-col-"] {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - 2em);
        flex: 0 1 calc(100% - 2em);
        width: calc(100% - 2em);
        margin-left: 1em !important;
        margin-right: 1em !important;
    }
    .form-row .btn,
    .form-row p {
        margin-bottom: 16px;
    }
    .form-row .form-element {
        margin-bottom: 1em;
    }
}
@media (max-width: 40.625em) and all and (max-width: 40.625em) {
    .form-row [class*="grid-col-"] {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - 1em);
        flex: 0 1 calc(100% - 1em);
        width: calc(100% - 1em);
        margin-left: 0.5em !important;
        margin-right: 0.5em !important;
    }
}
.required,
.required-text {
    color: #ea1721;
}
.required {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="text"],
input[type="file"],
select,
textarea {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.075);
    background: transparent;
    font-size: 15px;
    padding: 12px 16px;
    outline: none;
    color: #202625;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: border 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-box-shadow 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: border 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-box-shadow 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: border 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: border 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: border 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-box-shadow 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}
input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="file"]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: rgba(32, 38, 37, 0.25);
}
input[type="email"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="file"]:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
    color: rgba(32, 38, 37, 0.25);
}
input[type="email"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="file"]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
    color: rgba(32, 38, 37, 0.25);
}
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="file"]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: rgba(32, 38, 37, 0.25);
}
input[type="email"]:focus::-webkit-input-placeholder,
input[type="number"]:focus::-webkit-input-placeholder,
input[type="password"]:focus::-webkit-input-placeholder,
input[type="search"]:focus::-webkit-input-placeholder,
input[type="text"]:focus::-webkit-input-placeholder,
input[type="file"]:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: rgba(32, 38, 37, 0.4);
}
input[type="email"]:focus:-moz-placeholder,
input[type="number"]:focus:-moz-placeholder,
input[type="password"]:focus:-moz-placeholder,
input[type="search"]:focus:-moz-placeholder,
input[type="text"]:focus:-moz-placeholder,
input[type="file"]:focus:-moz-placeholder,
select:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    color: rgba(32, 38, 37, 0.4);
}
input[type="email"]:focus::-moz-placeholder,
input[type="number"]:focus::-moz-placeholder,
input[type="password"]:focus::-moz-placeholder,
input[type="search"]:focus::-moz-placeholder,
input[type="text"]:focus::-moz-placeholder,
input[type="file"]:focus::-moz-placeholder,
select:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: rgba(32, 38, 37, 0.4);
}
input[type="email"]:focus:-ms-input-placeholder,
input[type="number"]:focus:-ms-input-placeholder,
input[type="password"]:focus:-ms-input-placeholder,
input[type="search"]:focus:-ms-input-placeholder,
input[type="text"]:focus:-ms-input-placeholder,
input[type="file"]:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: rgba(32, 38, 37, 0.4);
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
select:focus,
textarea:focus {
    border-color: #273b52;
    -webkit-box-shadow: inset 1px 1px 5px 0 rgba(153, 171, 194, 0.2), 0 0 0 1px #273b52 !important;
    box-shadow: inset 1px 1px 5px 0 rgba(153, 171, 194, 0.2), 0 0 0 1px #273b52 !important;
}
input[type="email"].large-input,
input[type="number"].large-input,
input[type="password"].large-input,
input[type="search"].large-input,
input[type="text"].large-input,
input[type="file"].large-input,
select.large-input,
textarea.large-input {
    padding: 24px;
    font-size: 24px;
}
input[type="email"]:disabled,
input[type="number"]:disabled,
input[type="password"]:disabled,
input[type="search"]:disabled,
input[type="text"]:disabled,
input[type="file"]:disabled,
select:disabled,
textarea:disabled {
    background: #e2e2e2;
    cursor: not-allowed;
}
@media (max-width: 40.625em) {
    input[type="email"],
    input[type="number"],
    input[type="password"],
    input[type="search"],
    input[type="text"],
    input[type="file"],
    select,
    textarea {
        font-size: 13px;
        padding: 12px;
    }
}
input::-ms-clear {
    display: none;
}
input[type="email"],
input[type="password"],
input[type="text"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-image: none;
    cursor: pointer;
    background: url("../images/icons/select-arrow.svg") 98% 50% no-repeat #fff;
    background: url("../images/icons/select-arrow.svg") calc(100% - 8px) 50% no-repeat #fff;
    background-size: 6px 8px;
    color: #202625 !important;
}
select::-ms-expand {
    display: none;
}
.loadingspinner {
    background: url("../images/input-spinner.svg") no-repeat 97% center !important;
}
.input-wrapper-animation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    position: relative;
}
.input-wrapper-animation > input[type="email"],
.input-wrapper-animation > input[type="password"],
.input-wrapper-animation > input[type="text"] {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.075);
}
.input-wrapper-animation > label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin: 0;
    cursor: text;
}
.input-wrapper-animation > input:focus + label {
    -webkit-transform: scale(0.8) translateY(-70%);
    -ms-transform: scale(0.8) translateY(-70%);
    transform: scale(0.8) translateY(-70%);
    cursor: default;
}
.input-wrapper-animation > input:valid + label {
    -webkit-transform: scale(0.8) translateY(-70%);
    -ms-transform: scale(0.8) translateY(-70%);
    transform: scale(0.8) translateY(-70%);
    cursor: pointer;
}
.input-prefix-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.input-prefix-wrapper .form-error:before {
    left: 5em;
}
.input-prefix {
    width: 50px;
    border-radius: 3px 0 0 3px;
    background-color: rgba(0, 0, 0, 0.075);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.input-with-prefix {
    width: calc(100% - 50px) !important;
    border-radius: 0 3px 3px 0 !important;
}
.slick-number-box {
    zoom: 1;
}
.slick-number-box:before {
    content: "";
    display: block;
}
.slick-number-box:after {
    content: "";
    display: table;
    clear: both;
}
.slick-number-box input[type="number"]::-webkit-inner-spin-button,
.slick-number-box input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
.slick-number-box input {
    float: left;
    width: 60px;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}
.slick-number-box .number-button,
.slick-number-box input {
    height: 58px;
}
.slick-number-box .number-button {
    float: left;
    width: 40px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.075);
    padding: 0;
    line-height: 58px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color 0.25s ease-in-out;
    -o-transition: background-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out;
}
.slick-number-box .number-button:hover {
    background-color: rgba(0, 0, 0, 0.075);
}
.slick-number-box.slick-number-box-small input {
    width: 40px;
    padding: 4px;
    font-size: 14px;
}
.slick-number-box.slick-number-box-small .number-button,
.slick-number-box.slick-number-box-small input {
    height: 34px;
}
.slick-number-box.slick-number-box-small .number-button {
    width: 30px;
    line-height: 34px;
}
@media (max-width: 28.125em) {
    .slick-number-box.slick-number-box-small input {
        width: 30px;
    }
    .slick-number-box.slick-number-box-small .number-button {
        width: 22px;
        line-height: 34px;
    }
}
.toggle-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.toggle-wrapper > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.toggle-wrapper .toggle-text {
    font-size: 11px;
    color: #202625;
}
.toggle-wrapper .toggle-text:first-of-type {
    margin-right: 5px;
}
.toggle-wrapper .toggle-text:last-of-type {
    margin-left: 5px;
}
.toggle-header {
    display: block;
    text-align: center;
    font-size: 13px;
    margin-bottom: 5px;
}
.toggle-no,
.toggle-yes {
    font-size: 14px;
}
.toggle-switch .custom-toggle {
    position: absolute;
    margin-left: -9999px;
    opacity: 0;
}
.toggle-switch .custom-toggle-label {
    margin-bottom: 0;
}
.toggle-switch .custom-toggle + .custom-toggle-label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100px;
    height: 50px;
    border-radius: 100px;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.toggle-switch .custom-toggle + .custom-toggle-label:after,
.toggle-switch .custom-toggle + .custom-toggle-label:before {
    display: block;
    position: absolute;
    content: " ";
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.toggle-switch .custom-toggle + .custom-toggle-label:before {
    background: #fff;
    border-radius: 100px;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: rgba(234, 23, 33, 0.3);
    background: #e2e2e2;
}
.toggle-switch .custom-toggle + .custom-toggle-label:after {
    content: " ";
    top: 4px;
    left: 4px;
    width: 42px;
    height: 42px;
    line-height: 44px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: #fff;
    color: #202625;
}
.toggle-switch .custom-toggle:checked + .custom-toggle-label:after {
    left: 100%;
    -webkit-transform: translateX(-46px);
    -ms-transform: translateX(-46px);
    transform: translateX(-46px);
}
.input-wrapper .checkbox-wrapper:not(:last-child) {
    margin-bottom: 5px;
}
.checkbox-grid-wrapper,
.radio-grid-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -6px;
}
.checkbox-grid-wrapper > .checkbox-wrapper,
.radio-grid-wrapper > .checkbox-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 12px);
    flex: 1 1 calc(50% - 12px);
    margin: 0 6px 12px;
}
.custom-checkbox {
    position: absolute;
    opacity: 0;
}
.custom-checkbox-label {
    display: block;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    padding: 8px;
    border-radius: 3px;
    margin-bottom: 0;
}
.custom-checkbox-label .custom-check-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 26px;
    flex: 0 0 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    height: 26px;
    width: 26px;
    border: 1px solid rgba(0, 0, 0, 0.075);
    border-radius: 3px;
}
.custom-checkbox-label .custom-check-icon i {
    font-size: 18px;
    opacity: 0;
    color: rgba(0, 0, 0, 0.075);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: -webkit-transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    color: #fff;
}
.custom-checkbox-label .custom-checkbox-text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 12px;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}
.custom-checkbox-label .custom-checkbox-text > span {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}
.custom-checkbox-label:hover {
    background-color: rgba(0, 0, 0, 0.05);
}
.custom-checkbox-label:active .custom-check-icon {
    -webkit-box-shadow: inset 0 0 5px 0 rgba(153, 171, 194, 0.4);
    box-shadow: inset 0 0 5px 0 rgba(153, 171, 194, 0.4);
}
.custom-checkbox:focus + .custom-checkbox-label .custom-check-icon {
    border-color: #273b52;
    -webkit-box-shadow: inset 1px 1px 5px 0 rgba(153, 171, 194, 0.4), 0 0 0 1px #273b52 !important;
    box-shadow: inset 1px 1px 5px 0 rgba(153, 171, 194, 0.4), 0 0 0 1px #273b52 !important;
}
.custom-checkbox:checked + .custom-checkbox-label .custom-check-icon {
    background-color: #273b52;
    border-color: #273b52;
}
.custom-checkbox:checked + .custom-checkbox-label .custom-check-icon i {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.custom-radio,
.custom-radio-label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.custom-radio-label {
    padding: 12px 12px 12px 52px;
    display: block;
    font-size: 12px !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    margin: 0 !important;
    border-radius: 3px;
    border: 1px solid transparent;
    border: 1px solid rgba(0, 0, 0, 0.075);
    -webkit-transition: border 0.25s ease-in-out;
    -o-transition: border 0.25s ease-in-out;
    transition: border 0.25s ease-in-out;
}
.custom-radio-label:after,
.custom-radio-label:before {
    content: " ";
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.075);
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 13px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 3px;
    -webkit-transition: border 0.25s ease-in-out;
    -o-transition: border 0.25s ease-in-out;
    transition: border 0.25s ease-in-out;
}
.custom-radio-label:hover {
    border-color: rgba(0, 0, 0, 0.075);
}
.custom-radio-label:hover:after {
    opacity: 1;
}
.custom-radio-label:after,
.custom-radio-label:before {
    border-radius: 50%;
}
.custom-radio-label:after {
    border: none;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
}
.custom-radio {
    opacity: 0;
    position: absolute;
}
.custom-radio:checked + .custom-radio-label:after {
    -webkit-transform: translateY(-50%) scale(0.5);
    -ms-transform: translateY(-50%) scale(0.5);
    transform: translateY(-50%) scale(0.5);
}
.custom-radio:focus + .custom-radio-label:after {
    opacity: 1;
}
.custom-radio-label {
    position: relative;
}
.btn {
    border: none;
    outline: none;
    background: transparent;
    text-align: center;
    display: inline-block;
    line-height: 1.1;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-transform: uppercase;
    margin-bottom: 32px;
    border-radius: 0;
    position: relative;
    z-index: 1;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    padding: 20px 32px;
    font-size: 12px;
    letter-spacing: 0.2em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    -webkit-transition: color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.075);
    -webkit-transition: -webkit-box-shadow 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-box-shadow 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: box-shadow 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: box-shadow 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: box-shadow 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-box-shadow 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.btn > span > span {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    display: inline-block;
    margin: 0 0.25em;
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.btn > span > span:first-child {
    -webkit-transition-delay: 0.03s;
    -o-transition-delay: 0.03s;
    transition-delay: 0.03s;
}
.btn > span > span:nth-child(2) {
    -webkit-transition-delay: 0.06s;
    -o-transition-delay: 0.06s;
    transition-delay: 0.06s;
}
.btn > span > span:nth-child(3) {
    -webkit-transition-delay: 0.09s;
    -o-transition-delay: 0.09s;
    transition-delay: 0.09s;
}
.btn > span > span:nth-child(4) {
    -webkit-transition-delay: 0.12s;
    -o-transition-delay: 0.12s;
    transition-delay: 0.12s;
}
.btn > span > span:nth-child(5) {
    -webkit-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.btn > span > span:nth-child(6) {
    -webkit-transition-delay: 0.18s;
    -o-transition-delay: 0.18s;
    transition-delay: 0.18s;
}
.btn > span > span:nth-child(7) {
    -webkit-transition-delay: 0.21s;
    -o-transition-delay: 0.21s;
    transition-delay: 0.21s;
}
.btn > span > span:nth-child(8) {
    -webkit-transition-delay: 0.24s;
    -o-transition-delay: 0.24s;
    transition-delay: 0.24s;
}
.btn > span > span:nth-child(9) {
    -webkit-transition-delay: 0.27s;
    -o-transition-delay: 0.27s;
    transition-delay: 0.27s;
}
.btn > span > span:nth-child(10) {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.btn .btn-text-hover {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}
.btn .btn-text-hover > span {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
}
.btn:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.btn svg {
    vertical-align: middle;
    width: 20px;
    height: 20px;
}
@media (max-width: 40.625em) {
    .btn {
        padding: 16px 24px;
        font-size: 11px;
    }
}
.btn:hover .btn-text > span {
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
}
.btn:hover .btn-text-hover > span {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.btn:hover:before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}
.btn:focus {
    -webkit-box-shadow: inset 0 0 0 1px #273b52, 0 0 0 2px #273b52;
    box-shadow: inset 0 0 0 1px #273b52, 0 0 0 2px #273b52;
}
.btn:active {
    -webkit-box-shadow: inset 0 4px 12px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 4px 12px 0px rgba(0, 0, 0, 0.1);
}
.btn:active:before {
    -webkit-box-shadow: inset 0 4px 12px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 4px 12px 0px rgba(0, 0, 0, 0.1);
}
.btn.btn-small {
    padding: 6px 12px;
    font-size: 10px;
}
.btn.btn-small svg {
    width: 14px;
    height: 14px;
}
.btn.btn-large {
    font-size: 15px;
    padding: 16px 32px;
}
.btn.transparent-dark-btn {
    background-color: rgba(0, 0, 0, 0.05);
}
.btn.primary-btn {
    -webkit-box-shadow: inset 0 0 0 2px #e2e2e2;
    box-shadow: inset 0 0 0 2px #e2e2e2;
}
.btn.primary-btn .btn-text {
    color: #202625;
}
.btn.primary-btn svg * {
    fill: #202625;
}
.btn.primary-btn:before {
    background-color: #273b52;
}
.btn.primary-btn .btn-text-hover {
    color: #fff;
}
.btn.primary-btn:focus {
    -webkit-box-shadow: inset 0 0 0 1px #273b52, 0 0 0 2px #273b52;
    box-shadow: inset 0 0 0 1px #273b52, 0 0 0 2px #273b52;
}
.btn.primary-btn:hover svg * {
    fill: #fff;
}
.btn.primary-solid-btn {
    background-color: #273b52;
    -webkit-box-shadow: inset 0 0 0 2px #273b52;
    box-shadow: inset 0 0 0 2px #273b52;
}
.btn.primary-solid-btn .btn-text {
    color: #fff;
}
.btn.primary-solid-btn svg * {
    fill: #fff;
}
.btn.primary-solid-btn:before {
    background-color: #1f2f41;
}
.btn.primary-solid-btn .btn-text-hover {
    color: #fff;
}
.btn.primary-solid-btn:focus {
    -webkit-box-shadow: inset 0 0 0 1px #1f2f41, 0 0 0 2px #1f2f41;
    box-shadow: inset 0 0 0 1px #1f2f41, 0 0 0 2px #1f2f41;
}
.btn.primary-solid-btn:hover svg * {
    fill: #fff;
}
.btn.white-btn {
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff;
}
.btn.white-btn .btn-text {
    color: #fff;
}
.btn.white-btn svg * {
    fill: #fff;
}
.btn.white-btn:before {
    background-color: #fff;
}
.btn.white-btn .btn-text-hover {
    color: #202625;
}
.btn.white-btn:focus {
    -webkit-box-shadow: inset 0 0 0 1px #fff, 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 1px #fff, 0 0 0 2px #fff;
}
.btn.white-btn:hover svg * {
    fill: #202625;
}
.btn.twitter-btn {
    background-color: #fff;
    color: #5babf4 !important;
}
.btn.twitter-btn span {
    color: #5babf4 !important;
}
.btn.twitter-btn svg * {
    fill: #5babf4 !important;
}
.btn.dark-grey-btn {
    background-color: #202625;
    color: #fff;
}
.btn.dark-grey-btn:before {
    background-color: #e2e2e2;
}
.btn.dark-grey-btn:hover {
    background-color: #2c3432;
    color: #202625;
}
.btn.newsletter-btn {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 14px;
}
.btn-full {
    display: block;
    width: 100%;
}
p > .btn {
    margin-bottom: 0;
}
.btn-wrapper {
    margin-bottom: 2em;
}
@media (max-width: 40.625em) {
    .btn-wrapper {
        margin-bottom: 1em;
    }
}
.btn-wrapper > .btn {
    margin-bottom: 0;
}
.btn-wrapper.btn-right-wrapper {
    text-align: right;
}
.section-btn-wrapper {
    text-align: center;
}
.section-btn-wrapper > .btn {
    margin-bottom: 0;
}
.arrow-btn {
    font-size: 0.75rem;
    margin-bottom: 2rem;
    padding: 1rem;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}
.arrow-btn > span {
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: middle;
}
.arrow-btn > span:before {
    content: "";
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(1, 0.16, 0.52, 0.94);
    transition: -webkit-transform 0.25s cubic-bezier(1, 0.16, 0.52, 0.94);
    -o-transition: transform 0.25s cubic-bezier(1, 0.16, 0.52, 0.94);
    transition: transform 0.25s cubic-bezier(1, 0.16, 0.52, 0.94);
    transition: transform 0.25s cubic-bezier(1, 0.16, 0.52, 0.94), -webkit-transform 0.25s cubic-bezier(1, 0.16, 0.52, 0.94);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    background-color: rgba(0, 0, 0, 0.075);
    background-color: rgba(39, 59, 82, 0.1);
}
.arrow-btn .arrow-btn-text {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(1, 0.16, 0.52, 0.94);
    transition: -webkit-transform 0.25s cubic-bezier(1, 0.16, 0.52, 0.94);
    -o-transition: transform 0.25s cubic-bezier(1, 0.16, 0.52, 0.94);
    transition: transform 0.25s cubic-bezier(1, 0.16, 0.52, 0.94);
    transition: transform 0.25s cubic-bezier(1, 0.16, 0.52, 0.94), -webkit-transform 0.25s cubic-bezier(1, 0.16, 0.52, 0.94);
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #202625;
}
.arrow-btn > svg {
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(1, 0.16, 0.52, 0.94);
    transition: -webkit-transform 0.25s cubic-bezier(1, 0.16, 0.52, 0.94);
    -o-transition: transform 0.25s cubic-bezier(1, 0.16, 0.52, 0.94);
    transition: transform 0.25s cubic-bezier(1, 0.16, 0.52, 0.94);
    transition: transform 0.25s cubic-bezier(1, 0.16, 0.52, 0.94), -webkit-transform 0.25s cubic-bezier(1, 0.16, 0.52, 0.94);
    width: 16px;
    height: 16px;
    vertical-align: middle;
}
.arrow-btn > svg * {
    fill: #717171;
}
.arrow-btn:hover > svg {
    -webkit-transform: translateX(-4px);
    -ms-transform: translateX(-4px);
    transform: translateX(-4px);
}
.arrow-btn:hover > span:before {
    -webkit-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
.arrow-btn:hover .arrow-btn-text {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transform: translateX(8px);
    -ms-transform: translateX(8px);
    transform: translateX(8px);
}
.line-animation {
    display: inline-block;
    position: relative;
    z-index: 1;
}
.line-animation:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: -1;
    height: 3px;
    width: 30px;
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(1, 0.16, 0.52, 0.94);
    transition: -webkit-transform 0.25s cubic-bezier(1, 0.16, 0.52, 0.94);
    -o-transition: transform 0.25s cubic-bezier(1, 0.16, 0.52, 0.94);
    transition: transform 0.25s cubic-bezier(1, 0.16, 0.52, 0.94);
    transition: transform 0.25s cubic-bezier(1, 0.16, 0.52, 0.94), -webkit-transform 0.25s cubic-bezier(1, 0.16, 0.52, 0.94);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    background-color: #273b52;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}
.line-animation:hover:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
}
.default-content-section {
    padding: 2em 0;
}
@media (max-width: 68.75em) {
    .default-content-section {
        padding: 2em 0;
    }
}
.default-title-wrapper {
    margin-bottom: 4em;
}
.default-title-wrapper > :last-child {
    margin-bottom: 0;
}
@media (max-width: 68.75em) {
    .default-title-wrapper {
        margin-bottom: 2em;
    }
}
.default-title-wrapper .default-title {
    line-height: 1;
    font-size: 3.5rem;
    margin-bottom: 0rem;
}
@media (max-width: 68.75em) {
    .default-title-wrapper .default-title {
        font-size: 3rem;
        margin-bottom: 0rem;
    }
}
@media (max-width: 50em) {
    .default-title-wrapper .default-title {
        font-size: 2.5rem;
        margin-bottom: 0rem;
    }
}
@media (max-width: 40.625em) {
    .default-title-wrapper .default-title {
        font-size: 2rem;
        margin-bottom: 0rem;
    }
}
@media (max-width: 28.125em) {
    .default-title-wrapper .default-title {
        font-size: 1.75rem;
        margin-bottom: 0rem;
    }
}
.default-content-wrapper {
    max-width: 1100px;
    margin: 0 auto;
}
.default-content-wrapper .content-full {
    max-width: 900px;
    margin: 0 auto;
    padding: 2em 4em;
    background-color: #fff;
}
.default-content-wrapper .content-full > :last-child {
    margin-bottom: 0;
}
@media (max-width: 62.5em) {
    .default-content-wrapper .content-full {
        padding: 2em;
    }
}
@media (max-width: 40.625em) {
    .default-content-wrapper .content-full {
        padding: 1em;
    }
}
.default-content-wrapper .content-col > :last-child,
.default-content-wrapper .sidebar-col > :last-child {
    margin-bottom: 0;
}
@media (max-width: 40.625em) {
    .default-content-wrapper .content-col,
    .default-content-wrapper .sidebar-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - 2em);
        flex: 0 1 calc(100% - 2em);
        width: calc(100% - 2em);
        margin-left: 1em !important;
        margin-right: 1em !important;
    }
}
@media (max-width: 40.625em) and all and (max-width: 40.625em) {
    .default-content-wrapper .content-col,
    .default-content-wrapper .sidebar-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - 1em);
        flex: 0 1 calc(100% - 1em);
        width: calc(100% - 1em);
        margin-left: 0.5em !important;
        margin-right: 0.5em !important;
    }
}
@media (max-width: 40.625em) {
    .default-content-wrapper .content-col,
    .default-content-wrapper .sidebar-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - 1em);
        flex: 0 1 calc(100% - 1em);
        width: calc(100% - 1em);
        margin-left: 0.5em !important;
        margin-right: 0.5em !important;
    }
}
@media (max-width: 40.625em) {
    .default-content-wrapper .content-col {
        margin-bottom: 2em;
    }
}
@media (max-width: 40.625em) {
}
@media (max-width: 40.625em) {
}
.default-content-wrapper .sidebar-col h3 {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}
.default-content-wrapper .sidebar-col > ul {
    padding: 0.5em 0 0.5em 1em;
    border-left: 1px solid #e2e2e2;
    margin-bottom: 2em;
}
@media (max-width: 40.625em) {
    .default-content-wrapper .sidebar-col > ul {
        margin-bottom: 1em;
    }
}
.page-image-wrapper {
    height: 0;
    padding-bottom: 42.85714286%;
    overflow: hidden;
    position: relative;
    margin-bottom: 2em;
}
.page-image-wrapper.content-full-image {
    max-width: 900px;
    margin: 0 auto;
}
.page-image-wrapper img {
    display: block;
    margin: 0 auto;
}
.page-image-wrapper .page-image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 4em 2em 2em;
    background: rgba(32, 38, 37, 0.8);
    background: -webkit-linear-gradient(top, rgba(32, 38, 37, 0) 0%, rgba(32, 38, 37, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 38, 37, 0)), to(rgba(32, 38, 37, 0.8)));
    background: -o-linear-gradient(top, rgba(32, 38, 37, 0) 0%, rgba(32, 38, 37, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(32, 38, 37, 0) 0%, rgba(32, 38, 37, 0.8) 100%);
}
.page-image-wrapper .page-image-overlay > :last-child {
    margin-bottom: 0;
}
.page-image-wrapper .page-title-overlay {
    color: #fff;
}
.page-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    margin-bottom: 3rem;
}
.content-wrapper {
    background-color: #fff;
}
.content-wrapper > :last-child {
    margin-bottom: 0;
}
.content-col table,
.content-full table {
    border-collapse: separate;
    border-spacing: 0;
    text-align: left;
    width: 100%;
    margin-bottom: 2em;
}
.content-col table,
.content-col td,
.content-col th,
.content-full table,
.content-full td,
.content-full th {
    text-align: left;
    vertical-align: top;
}
.content-col tr:hover,
.content-full tr:hover {
    background-color: #f5f5f5;
}
.content-col tr:nth-child(2n),
.content-full tr:nth-child(2n) {
    background-color: #fafafa;
}
.content-col tr:nth-child(2n):hover,
.content-full tr:nth-child(2n):hover {
    background-color: #f5f5f5;
}
.content-col td,
.content-col th,
.content-full td,
.content-full th {
    padding: 16px;
    font-size: 13px;
}
.content-col th,
.content-full th {
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #99abc2;
    background-color: #f6f7fb;
}
.content-col td,
.content-full td {
    color: #202625;
    border: 1px solid #ededed;
}
.content-col ol,
.content-col ul,
.content-full ol,
.content-full ul {
    margin-bottom: 2em;
    font-size: 1.125rem;
    margin-bottom: 2rem;
}
.content-col ol ol,
.content-col ol ul,
.content-col ul ol,
.content-col ul ul,
.content-full ol ol,
.content-full ol ul,
.content-full ul ol,
.content-full ul ul {
    font-size: 1em;
}
@media (max-width: 40.625em) {
    .content-col ol,
    .content-col ul,
    .content-full ol,
    .content-full ul {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
}
.content-col ol li,
.content-col ul li,
.content-full ol li,
.content-full ul li {
    position: relative;
    line-height: 1.8;
}
.content-col ol > li,
.content-col ul > li,
.content-full ol > li,
.content-full ul > li {
    padding-left: 32px;
}
@media (max-width: 40.625em) {
    .content-col ol > li,
    .content-col ul > li,
    .content-full ol > li,
    .content-full ul > li {
        padding-left: 32px;
    }
}
.content-col ol > li:not(:last-child),
.content-col ul > li:not(:last-child),
.content-full ol > li:not(:last-child),
.content-full ul > li:not(:last-child) {
    margin-bottom: 8px;
}
.content-col ol,
.content-full ol {
    list-style: none;
    counter-reset: default-style-counter;
}
.content-col ol li,
.content-full ol li {
    counter-increment: default-style-counter;
}
.content-col ol li:after,
.content-full ol li:after {
    content: counter(default-style-counter);
    line-height: 16px;
    text-align: center;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 0.5em;
    padding: 0.125rem 0.5rem;
    border-left: 2px solid #273b52;
}
.content-col ul li:before,
.content-full ul li:before {
    content: " ";
    width: 0.4em;
    height: 0.4em;
    position: absolute;
    top: 0.4em;
    left: 0.4em;
    left: 1.2em;
    left: calc((32px / 2) - (0.4em / 2));
    margin-top: 2px;
    border-radius: 2px;
    background: #273b52;
    -webkit-transform: translateY(50%) rotate(45deg);
    -ms-transform: translateY(50%) rotate(45deg);
    transform: translateY(50%) rotate(45deg);
    -webkit-box-shadow: 0px 0px 6px 0 rgba(39, 59, 82, 0.5);
    box-shadow: 0px 0px 6px 0 rgba(39, 59, 82, 0.5);
}
@media (max-width: 40.625em) {
    .content-col ul li:before,
    .content-full ul li:before {
        left: calc((32px / 2) - (0.4em / 2));
    }
}
.content-col .primary-color-text,
.content-full .primary-color-text {
    color: #273b52;
}
.content-col .secondary-color-text,
.content-full .secondary-color-text {
    color: #729fe5;
}
.content-col li,
.content-col p,
.content-full li,
.content-full p {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}
.content-col p,
.content-full p {
    font-size: 1.125rem;
    margin-bottom: 2rem;
}
@media (max-width: 40.625em) {
    .content-col p,
    .content-full p {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
}
.content-col h2,
.content-full h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 2.25rem;
    margin-bottom: 2rem;
}
@media (max-width: 40.625em) {
    .content-col h2,
    .content-full h2 {
        font-size: 1.75rem;
        margin-bottom: 1rem;
    }
}
.content-col h4,
.content-full h4 {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}
@media (max-width: 40.625em) {
    .content-col h4,
    .content-full h4 {
        font-size: 1.125rem;
        margin-bottom: 1rem;
    }
}
.content-col .quote-title,
.content-full .quote-title {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 0.875rem;
    margin-bottom: 2rem;
}
@media (max-width: 40.625em) {
    .content-col .quote-title,
    .content-full .quote-title {
        font-size: 0.875rem;
        margin-bottom: 1rem;
    }
}
.content-col h4 + p,
.content-full h4 + p {
    margin-top: -32px;
}
@media (max-width: 40.625em) {
    .content-col h4 + p,
    .content-full h4 + p {
        margin-top: -16px;
    }
}
.content-col blockquote,
.content-col figure,
.content-full blockquote,
.content-full figure {
    margin-bottom: 2em;
}
@media (max-width: 40.625em) {
    .content-col blockquote,
    .content-col figure,
    .content-full blockquote,
    .content-full figure {
        margin-bottom: 1em;
    }
}
.content-col .highlight-block,
.content-col blockquote,
.content-full .highlight-block,
.content-full blockquote {
    margin: 0 -2em 2em;
    padding: 1em 2em;
}
.content-col .highlight-block > :last-child,
.content-col blockquote > :last-child,
.content-full .highlight-block > :last-child,
.content-full blockquote > :last-child {
    margin-bottom: 0;
}
.content-col .highlight-block *,
.content-col blockquote *,
.content-full .highlight-block *,
.content-full blockquote * {
    color: #fff;
}
.content-col .highlight-block p,
.content-col blockquote p,
.content-full .highlight-block p,
.content-full blockquote p {
    font-size: 1.125rem;
    margin-bottom: 1rem;
}
.content-col .highlight-block p + .quote-title,
.content-col .highlight-block p + h4,
.content-col blockquote p + .quote-title,
.content-col blockquote p + h4,
.content-full .highlight-block p + .quote-title,
.content-full .highlight-block p + h4,
.content-full blockquote p + .quote-title,
.content-full blockquote p + h4 {
    margin-top: -21.33333333px;
}
@media (max-width: 40.625em) {
    .content-col .highlight-block p + .quote-title,
    .content-col .highlight-block p + h4,
    .content-col blockquote p + .quote-title,
    .content-col blockquote p + h4,
    .content-full .highlight-block p + .quote-title,
    .content-full .highlight-block p + h4,
    .content-full blockquote p + .quote-title,
    .content-full blockquote p + h4 {
        margin-top: -10.66666667px;
    }
}
@media (max-width: 40.625em) {
    .content-col .highlight-block,
    .content-col blockquote,
    .content-full .highlight-block,
    .content-full blockquote {
        margin: 0 -1em 1em;
    }
    .content-col .highlight-block p,
    .content-col blockquote p,
    .content-full .highlight-block p,
    .content-full blockquote p {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
}
.content-col .highlight-block.highlight-primary,
.content-full .highlight-block.highlight-primary {
    background-color: #273b52;
}
.content-col .highlight-block.highlight-dark-blue-grey,
.content-full .highlight-block.highlight-dark-blue-grey {
    background-color: #313a42;
}
.content-col blockquote,
.content-full blockquote {
    background-color: #313a42;
}
.content-col blockquote p,
.content-full blockquote p {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: italic;
}
.content-col .image-right,
.content-full .image-right {
    float: right;
    margin: 0 0 2em 2em;
}
.content-col .image-left,
.content-full .image-left {
    float: left;
    margin: 0 2em 2em 0;
}
.content-col .image-left,
.content-col .image-right,
.content-full .image-left,
.content-full .image-right {
    max-width: 50%;
}
@media screen and (max-width: 40.625em) {
    .content-col .image-left,
    .content-col .image-right,
    .content-full .image-left,
    .content-full .image-right {
        float: none;
        display: block;
        margin: 1em auto;
        max-width: 100%;
    }
}
.default-content > :last-child {
    margin-bottom: 0;
}
.main-header {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1000;
}
.main-header.header-scroll {
    -webkit-animation: 0.5s cubic-bezier(1, 0.16, 0.52, 0.94) 1 forwards headerAnimation;
    animation: 0.5s cubic-bezier(1, 0.16, 0.52, 0.94) 1 forwards headerAnimation;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100000000;
    width: 100%;
    -webkit-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.1);
}
.main-header.header-scroll .logo-wrapper {
    padding: 0.5em;
}
.main-header.header-scroll .logo-wrapper #logo {
    display: none;
}
.main-header.header-scroll .logo-wrapper #logo-scroll {
    display: block;
}
.main-header.header-scroll.header-menu-middle #logo {
    display: block;
}
.main-header.header-scroll.header-menu-middle #logo-scroll {
    display: none;
}
@media (min-width: 75.0001em) {
}
.main-header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 2em;
}
@media (max-width: 40.625em) {
    .main-header-wrapper {
        padding: 0 1em;
    }
}
@media (max-width: 75em) {
    .main-header-wrapper {
        padding: 0;
    }
}
.main-header-wrapper .menu-btn-wrapper {
    display: none;
}
@media (max-width: 75em) {
    .main-header-wrapper .menu-btn-wrapper {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .main-header-wrapper .menu-btn-wrapper .menu-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 1em;
    }
    .main-header-wrapper .menu-btn-wrapper #menu-icon {
        width: 32px;
        height: 32px;
    }
    .main-header-wrapper .menu-btn-wrapper #menu-icon * {
        stroke: #202625;
    }
}
.main-header-wrapper .logo-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1em;
}
@media (max-width: 75em) {
    .main-header-wrapper .logo-wrapper {
        padding: 1em;
    }
}
.main-header-wrapper .logo-wrapper a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.main-header-wrapper .logo-wrapper #logo {
    max-width: 200px;
}
@media (max-width: 75em) {
}
@media (max-width: 40.625em) {
}
@media (max-width: 28.125em) {
}
.main-header-wrapper .logo-wrapper #logo-scroll {
    max-height: 60px;
    display: none;
}
.main-header-wrapper .logo-wrapper #logo-scroll * {
    fill: #729fe5;
}
.main-header-wrapper .header-menu-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
}
.main-header-wrapper .social-header-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 28.125em) {
    .main-header-wrapper .social-header-wrapper {
        display: none;
    }
}
.main-header-wrapper.header-wrapper-menu-middle .logo-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    width: 200px;
    padding: 1em 0;
}
@media (max-width: 75em) {
    .main-header-wrapper.header-wrapper-menu-middle .logo-wrapper-left {
        padding: 1rem;
    }
}
@media (max-width: 75em) {
    .main-header-wrapper.header-wrapper-menu-middle .logo-wrapper-right {
        display: none;
    }
}
.main-header-wrapper.header-wrapper-menu-middle .header-menu-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 0 1em;
}
.social-links-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 0.5em;
}
.social-links-wrapper svg {
    width: 24px;
    height: 24px;
    display: block;
}
.social-links-wrapper svg * {
    fill: #202625;
}
.social-links-wrapper > a {
    padding: 0 4px;
}
.social-links-wrapper > a:hover svg * {
    fill: #273b52;
}
.social-links-wrapper .privacy-link {
    margin: 0;
}
.social-links-wrapper .privacy-link .arrow-btn-text {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}
@-webkit-keyframes headerAnimation {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes headerAnimation {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.main-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.075);
    padding: 2em 0;
}
@media (max-width: 87.5em) {
    .main-footer {
        padding: 2em 0;
    }
}
@media (max-width: 40.625em) {
    .main-footer {
        padding: 1em 0;
    }
}
@media (max-width: 50em) {
    .main-footer .footer-cols-wrapper > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - 2em);
        flex: 0 1 calc(100% - 2em);
        width: calc(100% - 2em);
        margin-left: 1em !important;
        margin-right: 1em !important;
    }
    .main-footer .footer-cols-wrapper > :not(:last-child) {
        margin-bottom: 2em;
    }
}
@media (max-width: 50em) and all and (max-width: 40.625em) {
    .main-footer .footer-cols-wrapper > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - 1em);
        flex: 0 1 calc(100% - 1em);
        width: calc(100% - 1em);
        margin-left: 0.5em !important;
        margin-right: 0.5em !important;
    }
}
@media (max-width: 40.625em) {
    .main-footer .footer-cols-wrapper > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - 1em);
        flex: 0 1 calc(100% - 1em);
        width: calc(100% - 1em);
        margin-left: 0.5em !important;
        margin-right: 0.5em !important;
    }
    .main-footer .footer-cols-wrapper > :not(:last-child) {
        margin-bottom: 1em;
    }
}
.main-footer .footer-center {
    text-align: center;
}
.main-footer .footer-right {
    text-align: right;
}
@media (max-width: 50em) {
    .main-footer .footer-col {
        text-align: center;
    }
}
.main-footer .line-heading:before {
    width: 20px;
}
@media (max-width: 50em) {
    .main-footer .line-heading:before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
.main-footer p {
    font-size: 0.9375rem;
    margin-bottom: 1rem;
}
.main-footer p a {
    color: #202625;
}
.main-footer p a:hover {
    color: #273b52;
}
.main-footer .copyright-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1em;
    padding-top: 2em;
    border-top: 1px solid rgba(0, 0, 0, 0.075);
}
.main-footer .copyright-wrapper > :last-child {
    margin-bottom: 0;
}
@media (max-width: 40.625em) {
    .main-footer .copyright-wrapper {
        padding-top: 1em;
    }
}
@media (max-width: 40.625em) {
    .main-footer .copyright-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .main-footer .copyright-wrapper > * {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }
    .main-footer .copyright-wrapper .footer-social-links {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 1em;
    }
}
.main-footer .copyright-wrapper p {
    font-size: 0.8125rem;
    margin-bottom: 0rem;
}
.main-footer .footer-logo {
    max-width: 200px;
    display: block;
    margin: 0 auto 2em;
}
@media (max-width: 40.625em) {
    .main-footer .footer-logo {
        margin-bottom: 1em;
    }
}
.main-footer .footer-logo * {
    fill: #729fe5;
}
.main-footer .coe-logo {
    width: 150px;
}
.sidebar-block {
    margin-bottom: 1em;
}
.sidebar-block > :last-child {
    margin-bottom: 0;
}
@media (max-width: 40.625em) {
    .sidebar-block {
        margin-bottom: 1em;
    }
}
.sidebar-list-wrapper {
    background-color: #fff;
}
@media (max-width: 40.625em) {
    .sidebar-list-wrapper {
        padding: 0;
    }
}
.sidebar-list.links > li:before {
    background-image: url("../images/link-icon.svg");
    background-size: 12px;
}
.sidebar-list.downloads > li:before {
    background-image: url("../images/download-icon.svg");
    background-size: 12px;
}
.sidebar-list > li {
    margin-bottom: 4px;
    padding-left: 24px;
    position: relative;
    font-size: 15px;
}
.sidebar-list > li:before {
    content: "";
    background: url("../images/list-arrow.svg") no-repeat 0% 4px;
    background-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 100%;
}
.sidebar-list > li > a {
    color: #202625;
    position: relative;
    display: inline-block;
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.sidebar-list > li > a:hover {
    -webkit-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px);
    color: #729fe5;
}
.sidebar-list > li > a:hover:before {
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transform: translateX(8px) scaleX(1);
    -ms-transform: translateX(8px) scaleX(1);
    transform: translateX(8px) scaleX(1);
}
#sidemenu {
    background-color: #fff;
}
@media (max-width: 40.625em) {
    #sidemenu {
        padding: 0;
    }
}
#sidemenu h3 {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}
#sidemenu a {
    color: #202625;
}
#sidemenu > li ul li {
    margin-bottom: 4px;
    padding-left: 24px;
    position: relative;
    font-size: 16px;
}
#sidemenu > li ul li:before {
    content: "";
    background: url("../images/list-arrow.svg") no-repeat 0% 4px;
    background-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 100%;
}
#sidemenu > li ul li:not(.selected) > a {
    position: relative;
    display: inline-block;
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#sidemenu > li ul li:not(.selected) > a:hover {
    -webkit-transform: translateX(-4px);
    -ms-transform: translateX(-4px);
    transform: translateX(-4px);
}
#sidemenu > li ul li:not(.selected) > a:hover:before {
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transform: translateX(8px) scaleX(1);
    -ms-transform: translateX(8px) scaleX(1);
    transform: translateX(8px) scaleX(1);
}
#sidemenu .selected:before {
    background-image: url("../images/list-arrow-blue.svg");
}
#sidemenu .selected > a {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #273b52;
}
.sidebar-news-wrapper {
    background-color: #fff;
}
.sidebar-news-wrapper .sidebar-news-header {
    padding: 1em;
}
.sidebar-news-wrapper .sidebar-news-header > :last-child {
    margin-bottom: 0;
}
.sidebar-news-wrapper .sidebar-news-header h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    margin-bottom: 0rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.sidebar-news-wrapper .sidebar-news-article a {
    display: block;
}
.sidebar-news-wrapper .sidebar-news-article a:hover .post-title:before {
    -webkit-transform: scaleX(1.5);
    -ms-transform: scaleX(1.5);
    transform: scaleX(1.5);
}
.sidebar-news-wrapper .sidebar-news-article .news-image img {
    display: block;
}
.sidebar-news-wrapper .sidebar-news-article .news-content {
    padding: 1em;
}
.sidebar-news-wrapper .sidebar-news-article .post-title {
    font-size: 1.125rem;
    margin-bottom: 1rem;
}
.sidebar-news-wrapper .sidebar-news-article .post-title:before {
    bottom: -8px;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(1, 0.16, 0.52, 0.94);
    transition: -webkit-transform 0.25s cubic-bezier(1, 0.16, 0.52, 0.94);
    -o-transition: transform 0.25s cubic-bezier(1, 0.16, 0.52, 0.94);
    transition: transform 0.25s cubic-bezier(1, 0.16, 0.52, 0.94);
    transition: transform 0.25s cubic-bezier(1, 0.16, 0.52, 0.94), -webkit-transform 0.25s cubic-bezier(1, 0.16, 0.52, 0.94);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}
.sidebar-news-wrapper .sidebar-news-article p {
    font-size: 0.8125rem;
    margin-bottom: 1rem;
}
.sidebar-news-wrapper .sidebar-news-article .post-date {
    display: block;
    color: #717171;
    font-size: 0.75rem;
    margin-bottom: 0rem;
}
.sidebar-event-block {
    padding-right: 2em;
}
.sidebar-event-block .event-image-wrapper {
    margin-bottom: 0.5em;
}
.sidebar-event-block .event-content > :last-child {
    margin-bottom: 0;
}
.sidebar-event-block .event-content .event-cat {
    display: block;
    font-size: 0.75rem;
    margin-bottom: 0.25rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #729fe5;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}
.sidebar-event-block .event-content h3 {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}
.sidebar-event-block .event-content p {
    color: #717171;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
}
@media (max-width: 62.5em) {
}
.sidebar-quote-block .sidebar-quote-wrapper {
    padding: 1em;
    background-color: #fff;
    position: relative;
    z-index: 1;
}
@media (max-width: 40.625em) {
    .sidebar-quote-block .sidebar-quote-wrapper {
        padding: 0;
    }
}
.sidebar-quote-block .sidebar-quote-icon {
    position: absolute;
    z-index: -1;
    top: 0.5em;
    left: -1em;
    width: 64px;
    height: 64px;
}
@media (max-width: 40.625em) {
    .sidebar-quote-block .sidebar-quote-icon {
        top: -1em;
        left: -1em;
    }
}
.sidebar-quote-block .sidebar-quote-icon * {
    fill: rgba(0, 0, 0, 0.075);
}
.sidebar-quote-block .sidebar-quote {
    margin-bottom: 0.5em;
}
.sidebar-quote-block .sidebar-quote > :last-child {
    margin-bottom: 0;
}
.sidebar-quote-block .sidebar-quote p {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}
.sidebar-quote-block .quote-name {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 12px;
}
.home-splash-section .home-splash-cols-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 68.75em) {
    .home-splash-section .home-splash-cols-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .home-splash-section .home-splash-cols-wrapper > * {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }
}
.cycle-arrow,
.cycle-pager {
    position: absolute;
    opacity: 0;
}
.cycle-arrow {
    z-index: 100000;
    -webkit-transition: opacity 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: opacity 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    cursor: pointer;
}
.cycle-arrow:hover {
    background-color: #f2f2f2;
}
.cycle-arrow:active {
    background-color: #e2e2e2;
}
.cycle-arrow svg {
    width: 22px;
    height: 22px;
}
.cycle-arrow svg * {
    fill: #202625;
}
.cycle-arrow.cycle-prev {
    left: 0;
}
.cycle-arrow.cycle-next {
    right: 0;
}
.home-splash-right {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
}
@media (max-width: 68.75em) {
    .home-splash-right {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}
.home-splash {
    position: relative;
    height: 0;
    padding-bottom: 42.85714286%;
    overflow: hidden;
}
.home-splash > .splash-item {
    overflow: hidden;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: relative;
}
.home-splash > .splash-item.cycle-slide-active .overlay {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.home-splash .overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 4em 2em 2em;
    background-color: rgba(32, 38, 37, 0);
    background-image: -webkit-linear-gradient(top, rgba(32, 38, 37, 0), rgba(32, 38, 37, 0.7));
    background-image: -moz-linear-gradient(top, rgba(32, 38, 37, 0), rgba(32, 38, 37, 0.7));
    background-image: -o-linear-gradient(top, rgba(32, 38, 37, 0), rgba(32, 38, 37, 0.7));
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 38, 37, 0)), to(rgba(32, 38, 37, 0.7)));
    background-image: linear-gradient(to bottom, rgba(32, 38, 37, 0), rgba(32, 38, 37, 0.7));
    -webkit-transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translateY(16px);
    -ms-transform: translateY(16px);
    transform: translateY(16px);
    opacity: 0;
}
.home-splash .overlay > :last-child {
    margin-bottom: 0;
}
@media (max-width: 40.625em) {
    .home-splash .overlay {
        padding: 2em 1em 1em;
    }
}
.home-splash .overlay * {
    color: #fff;
}
.home-splash .overlay h3 {
    font-size: 1.5rem;
    margin-bottom: 0.25rem;
}
@media (max-width: 40.625em) {
    .home-splash .overlay h3 {
        font-size: 1.125rem;
        margin-bottom: 0.25rem;
    }
}
@media (max-width: 28.125em) {
    .home-splash .overlay p {
        display: none;
    }
}
@media (min-width: 68.75001em) {
    .home-splash-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
        flex: 0 0 400px;
        max-width: 400px;
    }
}
.splash-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2em;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    background-color: #273b52;
}
@media (max-width: 75em) {
    .splash-content-wrapper {
        padding: 1em;
    }
}
.splash-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    text-align: center;
}
.splash-content > :last-child {
    margin-bottom: 0;
}
@media (max-width: 68.75em) and (min-width: 40.62501em) {
    .splash-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 650px;
        margin: 0 auto;
    }
}
.splash-content * {
    color: #fff;
}
.splash-content .splash-content-top {
    margin-bottom: 2em;
}
@media (max-width: 87.5em) {
    .splash-content .splash-content-top {
        margin-bottom: 1em;
    }
}
@media (max-width: 68.75em) and (min-width: 40.62501em) {
    .splash-content .splash-content-top {
        margin: 0 2em 0 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}
@media (max-width: 40.625em) {
    .splash-content .splash-content-top {
        margin-bottom: 1em;
    }
}
@media (max-width: 68.75em) and (min-width: 40.62501em) {
    .splash-content .splash-content-bottom {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        text-align: left;
    }
}
.splash-content .overlay-logo {
    width: 200px;
    height: auto;
    display: block;
    margin: 0 auto;
}
@media (max-width: 87.5em) {
    .splash-content .overlay-logo {
        width: 120px;
    }
}
@media (max-width: 68.75em) {
}
.splash-content .welcome-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 0.6875rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: rgba(0, 0, 0, 0.5);
    color: #000;
    color: #fff;
}
.splash-content .main-title {
    font-size: 2rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.splash-content p {
    font-size: 1rem;
    margin-bottom: 0rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    letter-spacing: 0;
}
@media (max-width: 68.75em) and (min-width: 40.62501em) {
    .splash-content p {
        font-size: 1.25rem;
        margin-bottom: 0rem;
    }
}
.home-boxes-section {
    padding: 4em 0;
}
@media (max-width: 62.5em) {
    .home-boxes-section {
        padding: 2em 0;
    }
}
.home-boxes-section .boxes-title {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 3rem;
}
@media (max-width: 40.625em) {
    .home-boxes-section .boxes-title {
        font-size: 1.75rem;
        margin-bottom: 3rem;
    }
}
@media (max-width: 40.625em) {
    .home-boxes-section .boxes-title {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }
}
@media (max-width: 50em) {
    .home-boxes-wrapper {
        max-width: 400px;
        margin: 0 auto;
    }
}
@media (max-width: 50em) {
    .home-boxes-cols > .home-box-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - 2em);
        flex: 0 1 calc(100% - 2em);
        width: calc(100% - 2em);
        margin-left: 1em !important;
        margin-right: 1em !important;
    }
    .home-boxes-cols > .home-box-col:not(:last-child) {
        margin-bottom: 2em;
    }
}
@media (max-width: 50em) and all and (max-width: 40.625em) {
    .home-boxes-cols > .home-box-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - 1em);
        flex: 0 1 calc(100% - 1em);
        width: calc(100% - 1em);
        margin-left: 0.5em !important;
        margin-right: 0.5em !important;
    }
}
@media (max-width: 40.625em) {
    .home-boxes-cols > .home-box-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - 1em);
        flex: 0 1 calc(100% - 1em);
        width: calc(100% - 1em);
        margin-left: 0.5em !important;
        margin-right: 0.5em !important;
    }
    .home-boxes-cols > .home-box-col:not(:last-child) {
        margin-bottom: 1em;
    }
}
.home-box {
    padding: 0 1em;
}
@media (max-width: 68.75em) {
    .home-box {
        padding: 0;
    }
}
.home-box .home-box-image {
    margin-bottom: 1em;
}
.home-box .home-box-image a,
.home-box .home-box-image img {
    display: block;
}
.home-box .home-box-image a {
    position: relative;
    overflow: hidden;
}
.home-box .home-box-image a:before {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #273b52;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(1, 0.16, 0.52, 0.94);
    transition: -webkit-transform 0.25s cubic-bezier(1, 0.16, 0.52, 0.94);
    -o-transition: transform 0.25s cubic-bezier(1, 0.16, 0.52, 0.94);
    transition: transform 0.25s cubic-bezier(1, 0.16, 0.52, 0.94);
    transition: transform 0.25s cubic-bezier(1, 0.16, 0.52, 0.94), -webkit-transform 0.25s cubic-bezier(1, 0.16, 0.52, 0.94);
}
.home-box .home-box-image img {
    -webkit-transition: opacity 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: opacity 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.home-box .home-box-image a:hover:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
}
.home-box .home-box-image a:hover img {
    opacity: 0.9;
}
.home-box .home-box-content > :last-child {
    margin-bottom: 0;
}
.home-box .home-box-content h3 {
    font-size: 1.25rem;
    margin-bottom: 0.25rem;
}
.home-box .home-box-content h4 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    color: #717171;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}
.home-box .home-box-content p {
    font-size: 0.9375rem;
    margin-bottom: 0.5rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}
.home-box .home-box-content .box-link {
    font-size: 0.75rem;
    margin-bottom: 0rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}
.home-cards-section {
    padding: 4em 0;
}
@media (max-width: 62.5em) {
    .home-cards-section {
        padding: 2em 0;
    }
}
.home-cards-section .boxes-title {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 3rem;
}
@media (max-width: 40.625em) {
    .home-cards-section .boxes-title {
        font-size: 1.75rem;
        margin-bottom: 3rem;
    }
}
@media (max-width: 40.625em) {
    .home-cards-section .boxes-title {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }
}
@media (max-width: 50em) {
    .home-cards-wrapper {
        max-width: 450px;
        margin: 0 auto;
    }
    .home-cards-wrapper .card-container {
        margin-bottom: 2em;
    }
    .home-cards-wrapper .card-container:last-child {
        margin-bottom: 0;
    }
}
.card-container {
    background-color: #fff;
    text-align: left;
    position: relative;
}
.card-container:before {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #273b52;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition: width 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: width 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), width 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), width 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), width 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.card-container a {
    display: block;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.075);
}
.card-container:hover:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
.card-container:hover .card-image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.card-container:active:before {
    height: 4px;
}
@media (max-width: 50em) {
    .card-container {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - 2em);
        flex: 0 1 calc(100% - 2em);
        width: calc(100% - 2em);
        margin-left: 1em !important;
        margin-right: 1em !important;
    }
}
@media (max-width: 50em) and all and (max-width: 40.625em) {
    .card-container {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - 1em);
        flex: 0 1 calc(100% - 1em);
        width: calc(100% - 1em);
        margin-left: 0.5em !important;
        margin-right: 0.5em !important;
    }
}
.card-image {
    overflow: hidden;
}
.card-image img {
    display: block;
    margin: 0 auto;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.card-content {
    padding: 2em;
    border-top: 8px solid #273b52;
}
.card-content > :last-child {
    margin-bottom: 0;
}
@media (max-width: 40.625em) {
    .card-content {
        padding: 1em;
    }
}
.card-content h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
@media (max-width: 40.625em) {
    .card-content h3 {
        font-size: 1.25rem;
        margin-bottom: 0.5rem;
    }
}
.card-content p {
    font-size: 0.875rem;
    margin-bottom: 1rem;
    color: #717171;
}
@media (max-width: 40.625em) {
    .card-content p {
        font-size: 0.8125rem;
        margin-bottom: 0.5rem;
    }
}
.card-cat {
    display: block;
    font-size: 12px;
    letter-spacing: 2px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    margin-bottom: 16px;
}
@media (max-width: 40.625em) {
    .card-cat {
        margin-bottom: 8px;
    }
}
.home-welcome-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #f6f7fb;
    position: relative;
    z-index: 1;
    padding: 4em 0;
}
.home-welcome-section:before {
    content: "";
    position: absolute;
    z-index: -1;
    right: -5%;
    top: 0;
    height: 100%;
    width: 20%;
    -webkit-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    transform: skewX(-5deg);
    background-color: #273b52;
    opacity: 0.1;
}
.welcome-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 2rem;
}
@media (max-width: 87.5em) {
    .welcome-wrapper {
        padding: 0 2rem;
    }
}
.welcome-wrapper > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.welcome-wrapper .welcome-image-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
    max-width: 1600px;
    max-width: 1100px;
    margin: 0 auto;
}
.welcome-wrapper .welcome-carousel {
    height: 0;
    padding-bottom: 42.85714286%;
    overflow: hidden;
    position: relative;
}
.welcome-wrapper .welcome-carousel:hover .cycle-arrow {
    opacity: 1;
}
.welcome-wrapper .welcome-carousel .splash-item {
    width: 100%;
}
.welcome-wrapper .welcome-carousel a {
    display: block;
}
.welcome-wrapper .welcome-carousel img {
    display: block;
}
.welcome-wrapper .welcome-carousel .overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 4em 2em 2em;
    background-color: rgba(32, 38, 37, 0);
    background-image: -webkit-linear-gradient(top, rgba(32, 38, 37, 0), rgba(32, 38, 37, 0.8));
    background-image: -moz-linear-gradient(top, rgba(32, 38, 37, 0), rgba(32, 38, 37, 0.8));
    background-image: -o-linear-gradient(top, rgba(32, 38, 37, 0), rgba(32, 38, 37, 0.8));
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 38, 37, 0)), to(rgba(32, 38, 37, 0.8)));
    background-image: linear-gradient(to bottom, rgba(32, 38, 37, 0), rgba(32, 38, 37, 0.8));
    -webkit-transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translateY(16px);
    -ms-transform: translateY(16px);
    transform: translateY(16px);
    opacity: 0;
}
.welcome-wrapper .welcome-carousel .overlay > :last-child {
    margin-bottom: 0;
}
.welcome-wrapper .welcome-carousel .overlay * {
    color: #fff;
}
.welcome-wrapper .welcome-carousel .overlay h3 {
    text-shadow: 2px 2px 10px rgba(32, 38, 37, 0.2);
    font-size: 2rem;
    margin-bottom: 0.25rem;
}
.welcome-wrapper .welcome-carousel .overlay p {
    text-shadow: 1px 1px 10px rgba(32, 38, 37, 0.2);
}
.welcome-wrapper .welcome-carousel .splash-item.cycle-slide-active .overlay {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.welcome-wrapper .welcome-content-wrapper {
    padding-right: 2em;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
}
.welcome-wrapper .welcome-content > :last-child {
    margin-bottom: 0;
}
.welcome-wrapper .welcome-content .welcome-title {
    font-size: 0.6875rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #717171;
}
.welcome-wrapper .welcome-content .welcome-logo-wrapper {
    margin: 1em 0;
}
.welcome-wrapper .welcome-content h2 {
    font-size: 2.75rem;
    margin-bottom: 0.5rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}
.welcome-wrapper .welcome-content h3 {
    color: #717171;
    font-size: 2rem;
    margin-bottom: 2rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
}
.welcome-wrapper .welcome-content .welcome-read-more {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 0.875rem;
    margin-bottom: 1rem;
}
.home-intro-section {
    background-color: #f6f7fb;
    padding: 4em 0;
    position: relative;
}
.home-intro-section .home-intro-wrapper {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}
.home-intro-section .home-intro-wrapper > :last-child {
    margin-bottom: 0;
}
.home-intro-section p {
    font-size: 1.75rem;
    margin-bottom: 0rem;
}
.home-sermons-section {
    padding: 4em 0;
    background-color: #f6f7fb;
}
.sermons-items-wrapper > .sermon-wrapper {
    border-bottom: 1px solid rgba(0, 0, 0, 0.075);
}
.sermons-items-wrapper .sermon-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1em 0;
}
.sermons-items-wrapper .sermon-wrapper .sermon-date {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
}
@media (max-width: 34.375em) {
    .sermons-items-wrapper .sermon-wrapper .sermon-date {
        display: none;
    }
}
.sermons-items-wrapper .sermon-wrapper .sermon-date span {
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #717171;
}
.sermons-items-wrapper .sermon-wrapper .sermon-details {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 1em;
}
.sermons-items-wrapper .sermon-wrapper .sermon-details > :last-child {
    margin-bottom: 0;
}
@media (max-width: 34.375em) {
    .sermons-items-wrapper .sermon-wrapper .sermon-details {
        padding-left: 0;
    }
}
.sermons-items-wrapper .sermon-wrapper .sermon-link {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.sermons-items-wrapper .sermon-wrapper .sermon-title {
    font-size: 1.125rem;
    margin-bottom: 0rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}
@media (max-width: 40.625em) {
    .sermons-items-wrapper .sermon-wrapper .sermon-title {
        font-size: 1rem;
        margin-bottom: 0rem;
    }
}
.sermons-items-wrapper .sermon-wrapper .sermon-title a {
    color: #202625;
}
.sermons-items-wrapper .sermon-wrapper .series-title {
    font-size: 1rem;
    margin-bottom: 0rem;
    color: #717171;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}
@media (max-width: 40.625em) {
    .sermons-items-wrapper .sermon-wrapper .series-title {
        font-size: 0.875rem;
        margin-bottom: 0rem;
    }
}
.sermons-items-wrapper .sermon-wrapper .series-title a {
    color: #717171;
}
.sermons-items-wrapper .sermon-btn-wrapper {
    margin-top: 1em;
    text-align: right;
}
.sermons-items-wrapper .home-sermons-btn {
    font-size: 0.875rem;
    margin-bottom: 0rem;
}
@media (max-width: 40.625em) {
    .home-content-cols > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - 1em);
        flex: 0 1 calc(100% - 1em);
        width: calc(100% - 1em);
        margin-left: 0.5em !important;
        margin-right: 0.5em !important;
    }
}
.home-content-cols .home-title-col > :last-child {
    margin-bottom: 0;
}
@media (max-width: 40.625em) {
    .home-content-cols .home-title-col {
        margin-bottom: 1em;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}
.home-content-cols .home-title-col .title-icon {
    width: 32px;
    height: 32px;
    display: block;
    margin-bottom: 0.5em;
}
.home-content-cols .home-title-col .title-icon * {
    fill: #273b52;
}
.home-content-cols .home-title-col h2 {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
}
@media (max-width: 62.5em) {
    .home-content-cols .home-title-col h2 {
        font-size: 1.625rem;
        margin-bottom: 0.5rem;
    }
}
@media (max-width: 40.625em) {
    .home-content-cols .home-title-col h2 {
        font-size: 1.5rem;
        margin-bottom: 0.5rem;
    }
}
.home-content-cols .home-title-col h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #717171;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}
@media (max-width: 62.5em) {
    .home-content-cols .home-title-col h3 {
        font-size: 1.125rem;
        margin-bottom: 0.5rem;
    }
}
@media (max-width: 40.625em) {
    .home-content-cols .home-title-col h3 {
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }
}
.home-events-section {
    padding: 2em 0;
}
.home-events-list > .event-li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.075);
}
.home-events-list .event-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1em 0;
}
.home-events-list .event-wrapper .event-date-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
}
@media (max-width: 34.375em) {
    .home-events-list .event-wrapper .event-date-wrapper {
        display: none;
    }
}
.home-events-list .event-wrapper .event-date-wrapper span {
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #717171;
}
.home-events-list .event-wrapper .event-content-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 1em;
}
.home-events-list .event-wrapper .event-content-wrapper > :last-child {
    margin-bottom: 0;
}
@media (max-width: 34.375em) {
    .home-events-list .event-wrapper .event-content-wrapper {
        padding-left: 0;
    }
}
.home-events-list .event-wrapper .event-btn-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.home-events-list .event-title {
    font-size: 1.125rem;
    margin-bottom: 0.125rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}
@media (max-width: 40.625em) {
    .home-events-list .event-title {
        font-size: 1rem;
        margin-bottom: 0.125rem;
    }
}
.home-events-list .event-details {
    font-size: 0.875rem;
    margin-bottom: 0rem;
    color: #717171;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}
@media (max-width: 40.625em) {
    .home-events-list .event-details {
        font-size: 0.8125rem;
        margin-bottom: 0rem;
    }
}
.home-events-list .event-details a {
    color: #717171;
}
.home-events-list .event-link:hover .event-title {
    color: #273b52;
}
.home-events-btn-wrapper {
    margin-top: 1em;
    text-align: right;
}
.home-events-btn {
    font-size: 0.875rem;
    margin-bottom: 0rem;
}
.home-values-section {
    padding: 2rem 0;
    background-color: #f6f7fb;
}
.home-values-section .home-value-col {
    text-align: center;
}
.pit-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -0.5em;
}
.pit-gallery > .gallery-item {
    width: calc(25% - 1em);
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(25% - 1em);
    flex: 0 1 calc(25% - 1em);
}
.pit-gallery .gallery-item {
    margin: 0 0.5em 1em;
}
@media (max-width: 40.625em) {
    .pit-gallery .gallery-item {
        margin: 0 0.5em 1em;
    }
}
.pit-gallery a,
.pit-gallery img {
    display: block;
}
@media (max-width: 50em) {
    .pit-gallery > .gallery-item {
        width: calc(33.33333333333333% - 1em);
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(33.33333333333333% - 1em);
        flex: 0 1 calc(33.33333333333333% - 1em);
    }
}
@media (max-width: 40.625em) {
    .pit-gallery {
        margin: 0 -0.5em;
    }
    .pit-gallery > .gallery-item {
        width: calc(33.33333333333333% - 1em);
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(33.33333333333333% - 1em);
        flex: 0 1 calc(33.33333333333333% - 1em);
    }
}
@media (max-width: 28.125em) {
    .pit-gallery > .gallery-item {
        width: calc(50% - 1em);
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 1em);
        flex: 0 1 calc(50% - 1em);
    }
}
@media (min-width: 75.00001em) {
    .main-header .header-menu-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .main-header .menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .main-header .menu > li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
    }
    .main-header .menu > li span {
        cursor: default;
    }
    .main-header .menu > li > a,
    .main-header .menu > li > span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 4px 16px;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        color: #202625;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 0.025em;
    }
    .main-header .menu > li ul {
        position: absolute;
        visibility: hidden;
        width: 200px;
        background-color: #fff;
        padding: 8px 0;
        -webkit-box-shadow: 0 3px 9px 0 rgba(32, 38, 37, 0.1);
        box-shadow: 0 3px 9px 0 rgba(32, 38, 37, 0.1);
        z-index: 1000000;
        -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0s 0.2s linear;
        transition: opacity 0.2s ease-out, -webkit-transform 0s 0.2s linear;
        -o-transition: transform 0s 0.2s linear, opacity 0.2s ease-out;
        transition: transform 0s 0.2s linear, opacity 0.2s ease-out;
        transition: transform 0s 0.2s linear, opacity 0.2s ease-out, -webkit-transform 0s 0.2s linear;
        -webkit-transform: translateY(8px);
        -ms-transform: translateY(8px);
        transform: translateY(8px);
        opacity: 0;
    }
    .main-header .menu > li ul a,
    .main-header .menu > li ul span {
        font-size: 12px;
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        display: block;
        padding: 8px 16px;
    }
    .main-header .menu > li ul li:hover > a,
    .main-header .menu > li ul li:hover > span {
        background-color: #273b52;
        color: #fff;
    }
    .main-header .menu > li ul li:hover > a:active,
    .main-header .menu > li ul li:hover > span:active {
        background-color: #1f2f41;
    }
    .main-header .menu > li > ul {
        top: 100%;
        left: 0;
    }
    .main-header .menu > li > ul > li ul {
        top: 0;
        left: 100%;
    }
    .main-header .menu > li:last-child > ul {
        left: auto;
        right: 0;
    }
    .main-header .menu > li:hover > a,
    .main-header .menu > li:hover > span {
        color: #273b52;
    }
    .main-header .menu a,
    .main-header .menu span {
        color: #202625;
    }
    .main-header .menu li {
        position: relative;
    }
    .main-header .menu li:hover > ul {
        -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
        transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
        -o-transition: transform 0.2s ease-out, opacity 0.2s ease-out;
        transition: transform 0.2s ease-out, opacity 0.2s ease-out;
        transition: transform 0.2s ease-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        visibility: visible;
    }
    .main-header.header-menu-middle .header-menu-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media (min-width: 75.00001em) {
    .mobile-menu-wrapper {
        display: none !important;
    }
}
@media (max-width: 75em) {
    .header-menu-wrapper {
        display: none;
    }
    .mobile-menu-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 10000000001;
        height: 100%;
        width: 500px;
        max-width: 90%;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        padding: 2em;
        background-color: #fff;
    }
    .mobile-menu-wrapper.open {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .menu-dark-overlay {
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 100000000000000;
        background-color: rgba(49, 58, 66, 0.25);
        opacity: 0;
        display: none;
    }
    .mobile-menu-open .menu-dark-overlay {
        display: block;
        -webkit-animation: 0.25s cubic-bezier(0.165, 0.84, 0.44, 1) 1 forwards fade-in;
        animation: 0.25s cubic-bezier(0.165, 0.84, 0.44, 1) 1 forwards fade-in;
    }
    @-webkit-keyframes fade-in {
        0% {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    @keyframes fade-in {
        0% {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    .mobile-menu-header {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 1em;
    }
    .mobile-menu-header .close-menu-wrapper,
    .mobile-menu-header .mobile-menu-logo-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .mobile-menu-header .close-menu-wrapper > a,
    .mobile-menu-header .mobile-menu-logo-wrapper > a {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .mobile-menu-header .mobile-menu-logo-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
        flex: 0 0 50px;
        height: 50px;
        width: 50px;
    }
    .mobile-menu-header .mobile-menu-logo-wrapper svg {
        height: 50px;
        width: 50px;
    }
    .mobile-menu-header .mobile-menu-logo-wrapper svg * {
        fill: #729fe5;
    }
    .mobile-menu-header .close-menu-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
        flex: 0 0 50px;
        width: 50px;
        height: 50px;
    }
    .mobile-menu-header .close-menu-wrapper svg {
        width: 32px;
        height: 32px;
    }
    .mobile-menu-header .close-menu-wrapper svg * {
        stroke: #202625;
    }
    .mobile-menu-footer {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-top: 1em;
    }
    .mobile-menu-footer .mobile-menu-social-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .menu {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        text-align: center;
    }
    .menu > li {
        opacity: 0;
        -webkit-transform: translateY(2px);
        -ms-transform: translateY(2px);
        transform: translateY(2px);
    }
    .menu > li:not(:last-child) {
        margin-bottom: 0.5em;
    }
    .menu > li > a,
    .menu > li > span {
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        font-size: 1.25rem;
        margin-bottom: 0rem;
    }
    .menu .has-dropdown > a:after,
    .menu .has-dropdown > span:after {
        content: "";
        width: 20px;
        height: 20px;
        background-image: url("../images/dropdown-arrow.svg");
        background-size: cover;
        display: inline-block;
        vertical-align: sub;
    }
    .menu .has-dropdown.submenu-open > ul {
        display: block;
    }
    .menu a,
    .menu span {
        color: #202625;
        display: block;
        padding: 4px;
    }
    .menu ul {
        display: none;
        padding: 0.5em;
        background-color: rgba(0, 0, 0, 0.05);
    }
    .menu ul li {
        opacity: 0;
        -webkit-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    .menu ul a,
    .menu ul span {
        border-radius: 2px;
    }
    .menu ul a:active,
    .menu ul span:active {
        background-color: rgba(0, 0, 0, 0.05);
    }
}
@media (max-width: 40.625em) {
    .mobile-menu-wrapper {
        padding: 1em;
    }
}
section .talks-content a {
    border: none;
}
.talks-inside-back {
    max-width: 400px;
    margin: 0 auto;
}
.addthis_toolbox a {
    width: 33%;
}
#biblepassage .sermons-block-content > :last-child {
    margin-bottom: 0;
}
#biblepassage .sermons-block-content h2 {
    font-size: 1.75rem;
    margin-bottom: 1rem;
}
#biblepassage .sermons-block-content h3 {
    font-size: 1.125rem;
    margin-bottom: 0.3125rem;
    border: none;
}
#biblepassage .sermons-block-content .chapter-num {
    font-size: 1.25rem;
    margin-bottom: 0rem;
}
#biblepassage .sermons-block-content .verse-num {
    vertical-align: super;
    font-size: 11px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    position: relative;
    top: 1px;
    color: #202625;
}
#biblepassage .sermons-block-content .footnotes {
    padding: 1em;
    margin-bottom: 1em;
    background-color: #f2f2f2;
    font-size: 80%;
}
#biblepassage .sermons-block-content .footnotes > :last-child {
    margin-bottom: 0;
}
.video-block {
    margin-bottom: 1em;
}
.podcast-list {
    margin: 0;
}
.podcast-list li {
    text-indent: 0 !important;
    font-size: 14px;
    margin: 0 0 5px 0 !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}
.podcast-list li:before {
    display: none;
}
.podcast-list a {
    padding: 4px 12px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: inline-block;
    border-radius: 3px;
}
.podcast-list a i,
.podcast-list a svg {
    margin-right: 8px;
}
.podcast-list a svg {
    vertical-align: text-top;
    width: 16px;
    height: 16px;
}
.podcast-list a:hover {
    color: #fff;
}
.podcast-list a:hover svg * {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    fill: #fff;
}
.podcast-list .itunes-link {
    color: #b83ff6;
}
.podcast-list .itunes-link svg * {
    fill: #b83ff6;
}
.podcast-list .itunes-link:hover {
    background: #b83ff6;
}
.podcast-list .rss-link {
    color: #e67e22;
}
.podcast-list .rss-link svg * {
    fill: #e67e22;
}
.podcast-list .rss-link:hover {
    background: #e67e22;
}
.sermons-block {
    margin-bottom: 2em;
    -webkit-box-shadow: 0 0 25px 0 rgba(39, 55, 92, 0.12);
    box-shadow: 0 0 25px 0 rgba(39, 55, 92, 0.12);
    background-color: #fff;
}
.sermons-block form {
    margin: 0;
}
.sermons-block-content {
    zoom: 1;
    padding: 16px;
}
.sermons-block-content:before {
    content: "";
    display: block;
}
.sermons-block-content:after {
    content: "";
    display: table;
    clear: both;
}
.sermons-block-content > :last-child {
    margin-bottom: 0;
}
.section-title {
    color: #fff;
    background-color: #374240;
    padding: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 16px;
}
.series-no-image-block {
    padding: 1em;
    margin-bottom: 2em;
    border-left: 1px solid #e2e2e2;
}
.series-no-image-block > :last-child {
    margin-bottom: 0 !important;
}
@media (max-width: 40.625em) {
    .series-no-image-block {
        margin-bottom: 1em;
    }
}
.series-no-image-block .small-title {
    display: block;
    font-size: 0.75rem;
    margin-bottom: 0rem;
    letter-spacing: 3px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #717171;
}
.series-no-image-block h2 {
    font-size: 2rem !important;
    margin-bottom: 1rem !important;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 700 !important;
}
.sermon-series-block-square-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2em;
}
@media (max-width: 40.625em) {
    .sermon-series-block-square-image {
        margin-bottom: 1em;
    }
}
.sermon-series-block-square-image .sermon-series-image {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
}
.sermon-series-block-square-image .sermon-series-image img {
    display: block;
    margin: 0 auto;
}
.sermon-series-block-square-image .sermon-series-content-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1em;
    border: 1px solid #e2e2e2;
    border-left: none;
}
.sermon-series-block-square-image .sermon-series-content-wrapper .sermon-series-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}
.sermon-series-block-square-image .sermon-series-content-wrapper .sermon-series-content > :last-child {
    margin-bottom: 0 !important;
}
.sermon-series-block-square-image .small-title {
    display: block;
    font-size: 0.75rem;
    margin-bottom: 0rem;
    letter-spacing: 3px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #717171;
}
.sermon-series-block-square-image h2 {
    font-size: 2rem !important;
    margin-bottom: 1rem !important;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 700 !important;
}
.sermon-series-block {
    position: relative;
}
.sermon-series-block.series-page-block {
    margin-bottom: 2em;
}
@media (max-width: 40.625em) {
    .sermon-series-block.series-page-block {
        margin-bottom: 1em;
    }
}
.sermon-series-block a {
    display: block;
}
.sermon-series-block img {
    display: block;
    margin: 0 auto;
}
.sermon-series-block .series-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 3em 1em 1em;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 38, 37, 0)), to(rgba(32, 38, 37, 0.75)));
    background: -webkit-linear-gradient(top, rgba(32, 38, 37, 0) 0%, rgba(32, 38, 37, 0.75) 100%);
    background: -o-linear-gradient(top, rgba(32, 38, 37, 0) 0%, rgba(32, 38, 37, 0.75) 100%);
    background: linear-gradient(to bottom, rgba(32, 38, 37, 0) 0%, rgba(32, 38, 37, 0.75) 100%);
}
.sermon-series-block .series-overlay > :last-child {
    margin-bottom: 0;
}
.sermon-series-block .series-overlay h4 {
    color: #fff;
}
.sermon-series-block .series-landscape-info {
    border: 1px solid #e2e2e2;
    border-top: none;
    padding: 1em;
}
#pit-sermons-home {
    zoom: 1;
}
#pit-sermons-home:before {
    content: "";
    display: block;
}
#pit-sermons-home:after {
    content: "";
    display: table;
    clear: both;
}
#pit-sermons-home table {
    margin: 0;
}
#pit-sermons-home .container-box .series-header,
#pit-sermons-home .series-text .series-header {
    margin: 10px;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 2px solid #ccc;
}
#pit-sermons-home .container-box .series-title,
#pit-sermons-home .series-text .series-title {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
    line-height: 22px;
}
#pit-sermons-home #latest .main {
    padding: 1em;
    background-color: transparent;
}
#pit-sermons-home #latest .main > :last-child {
    margin-bottom: 0;
}
#pit-sermons-home #latest .main .latest-title {
    color: #202625;
    line-height: 1.5;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}
#pit-sermons-home #latest .main .latest-title.latest-title-with-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1em;
}
#pit-sermons-home #latest .main .latest-title.latest-title-with-image .sermon-series-block {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    margin-left: 1em;
}
#pit-sermons-home #latest .main .latest-title .title-details {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 80%;
    flex: 1 1 80%;
}
#pit-sermons-home #latest .main .series {
    color: #202625;
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}
#pit-sermons-home #latest .main .passage-title {
    color: rgba(32, 38, 37, 0.7);
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}
#pit-sermons-home #latest .main .sub-info {
    zoom: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#pit-sermons-home #latest .main .sub-info:before {
    content: "";
    display: block;
}
#pit-sermons-home #latest .main .sub-info:after {
    content: "";
    display: table;
    clear: both;
}
#pit-sermons-home #latest .main .sub-info p {
    margin-top: 12px;
}
#pit-sermons-home #latest .main .sub-info .author {
    font-size: 12px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
#pit-sermons-home #latest .main .sub-info .icons {
    float: right;
}
#pit-sermons-home #latest .main .sub-info .icons .icon-holder {
    float: left;
    margin-left: 5px;
}
#pit-sermons-home #latest .main .sub-info .icons .icon-holder {
    float: left;
    margin-left: 5px;
}
#pit-sermons-home #latest .main .sub-info .icons .icon-holder a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #273b52;
    text-align: center;
    color: #fff;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
#pit-sermons-home #latest .main .sub-info .icons .icon-holder a i {
    vertical-align: middle;
    line-height: 30px;
}
#pit-sermons-home #latest .main .sub-info .icons .icon-holder a i:before {
    font-family: "sermons" !important;
}
#pit-sermons-home #latest .main .sub-info .icons .icon-holder a svg {
    width: 16px;
    height: 16px;
}
#pit-sermons-home #latest .main .sub-info .icons .icon-holder a svg * {
    fill: #fff;
}
#pit-sermons-home #latest .main .sub-info .icons .icon-holder a:hover {
    background: #1f2f41;
}
#pit-sermons-home #latest .main .sub-info .icons .sermon-share-wrapper {
    position: relative;
}
#pit-sermons-home #latest .main .sub-info .icons .sermon-share-wrapper a i:before {
    font-family: "FontAwesome" !important;
}
#pit-sermons-home #latest .main .sub-info .icons .sermon-share-wrapper .share-buttons-wrapper {
    position: absolute;
    top: -40px;
    left: 50%;
    text-align: center;
    width: 200px;
    margin-left: -100px;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#pit-sermons-home #latest .main .sub-info .icons .sermon-share-wrapper .share-buttons-wrapper a {
    margin: 0 4px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
#pit-sermons-home #latest .main .sub-info .icons .sermon-share-wrapper .share-buttons-wrapper .facebook-share {
    background: #3b579d;
}
#pit-sermons-home #latest .main .sub-info .icons .sermon-share-wrapper .share-buttons-wrapper .twitter-share {
    background: #5babf4;
}
#pit-sermons-home #latest .main .sub-info .icons .sermon-share-wrapper .share-buttons-wrapper .google-share {
    background: #dd4d40;
}
#pit-sermons-home #latest .main .sub-info .icons .sermon-share-wrapper .sermon-share-toggle svg {
    -webkit-transition: -webkit-transform 0.15s ease-in-out;
    transition: -webkit-transform 0.15s ease-in-out;
    -o-transition: transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}
#pit-sermons-home #latest .main .sub-info .icons .sermon-share-wrapper.active .sermon-share-toggle {
    background: #3bcc4a;
}
#pit-sermons-home #latest .main .sub-info .icons .sermon-share-wrapper.active .sermon-share-toggle svg {
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
#pit-sermons-home #latest .main .sub-info .icons .sermon-share-wrapper.active .share-buttons-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#pit-sermons-home #latest .main .sub-info .icons .sermon-share-wrapper.active .share-buttons-wrapper a {
    -moz-animation: 0.3s pop forwards;
    -o-animation: 0.3s pop forwards;
    animation: 0.3s pop forwards;
    -webkit-animation: 0.3s pop forwards;
    -moz-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
}
#pit-sermons-home #latest .main .sub-info .icons .sermon-share-wrapper.active .share-buttons-wrapper a:first-child {
    -moz-animation-delay: 0.15s;
    -o-animation-delay: 0.15s;
    animation-delay: 0.15s;
    -webkit-animation-delay: 0.15s;
}
#pit-sermons-home #latest .main .sub-info .icons .sermon-share-wrapper.active .share-buttons-wrapper a:nth-child(2) {
    -moz-animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
}
#pit-sermons-home #latest .main .sub-info .icons .sermon-share-wrapper.active .share-buttons-wrapper a:nth-child(3) {
    -moz-animation-delay: 0.45s;
    -o-animation-delay: 0.45s;
    animation-delay: 0.45s;
    -webkit-animation-delay: 0.45s;
}
#pit-sermons-home .talk-download-list {
    margin: 0;
}
#pit-sermons-home #biblepassage .esv > :last-child {
    margin-bottom: 0;
}
#pit-sermons-home #biblepassage .esv h2 {
    font-size: 24px;
    margin-bottom: 16px;
}
#pit-sermons-home #biblepassage .esv h2:after,
#pit-sermons-home #biblepassage .esv h2:before {
    display: none;
}
#pit-sermons-home #biblepassage .esv h3 {
    text-transform: none;
    font-size: 15px;
    margin-bottom: 5px;
    color: #717171;
}
#pit-sermons-home #biblepassage .esv .chapter-num {
    font-size: 1.5em;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    line-height: 1.3;
}
#pit-sermons-home #biblepassage .esv .verse-num {
    vertical-align: super;
    font-size: 11px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    position: relative;
    top: 1px;
    color: #202625;
}
#pit-sermons-home #biblepassage .esv-text > :last-child {
    margin-bottom: 0;
}
#pit-sermons-home #recent-search #search {
    zoom: 1;
}
#pit-sermons-home #recent-search #search:before {
    content: "";
    display: block;
}
#pit-sermons-home #recent-search #search:after {
    content: "";
    display: table;
    clear: both;
}
#pit-sermons-home #recent-search .search-wrapper {
    padding: 16px;
    zoom: 1;
}
#pit-sermons-home #recent-search .search-wrapper:before {
    content: "";
    display: block;
}
#pit-sermons-home #recent-search .search-wrapper:after {
    content: "";
    display: table;
    clear: both;
}
#pit-sermons-home #recent-search .search-wrapper > :last-child {
    margin-bottom: 0;
}
#pit-sermons-home #recent-search .search-wrapper h4 {
    font-size: 12px !important;
    margin-bottom: 4px !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}
#pit-sermons-home #recent-search .search-wrapper .select2 {
    width: 100% !important;
}
#pit-sermons-home #recent-search .search-wrapper .select2,
#pit-sermons-home #recent-search .search-wrapper input {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    margin-bottom: 0.5em;
}
#pit-sermons-home #recent-search .search-wrapper .select2:focus,
#pit-sermons-home #recent-search .search-wrapper input:focus {
    border-color: #273b52;
}
#pit-sermons-home #recent-search .search-wrapper input {
    width: 100% !important;
    height: 32px;
    border: 2px solid rgba(32, 38, 37, 0.25);
    padding: 5px;
    border-radius: 2px;
    outline: none;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
#pit-sermons-home #recent-search .search-wrapper input[type="number"] {
    text-align: center;
}
#pit-sermons-home #recent-search .search-cols-wrapper {
    zoom: 1;
    margin-bottom: 1em;
}
#pit-sermons-home #recent-search .search-cols-wrapper:before {
    content: "";
    display: block;
}
#pit-sermons-home #recent-search .search-cols-wrapper:after {
    content: "";
    display: table;
    clear: both;
}
#pit-sermons-home #recent-search .search-col {
    float: left;
    margin-right: 2%;
}
@media screen and (min-width: 801px) {
    #pit-sermons-home #recent-search .search-col {
        width: 23.5%;
    }
    #pit-sermons-home #recent-search .search-col:nth-child(4n) {
        margin-right: 0;
    }
}
@media screen and (max-width: 800px) {
    #pit-sermons-home #recent-search .search-col {
        margin-bottom: 0.5em;
    }
}
@media screen and (max-width: 800px) and (min-width: 501px) {
    #pit-sermons-home #recent-search .search-col {
        width: 49%;
    }
    #pit-sermons-home #recent-search .search-col:nth-child(2n) {
        margin-right: 0;
    }
}
@media screen and (max-width: 500px) {
    #pit-sermons-home #recent-search .search-col {
        width: 100%;
        margin: 0;
    }
}
#pit-sermons-home #recent-search .button-wrapper {
    margin-top: 1em;
}
#pit-sermons-home #recent-search .button-wrapper .btn {
    float: left;
    width: 49%;
    line-height: 1 !important;
    margin-bottom: 0;
}
#pit-sermons-home #recent-search .button-wrapper .btn:first-child {
    margin-right: 2%;
}
@media screen and (max-width: 550px) {
    #pit-sermons-home #recent-search .button-wrapper .btn {
        width: 100%;
        margin: 0 !important;
    }
    #pit-sermons-home #recent-search .button-wrapper .btn:first-child {
        margin: 0 0 1em 0 !important;
    }
}
#pit-sermons-home table {
    font-size: 12px;
}
.archive-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 1em -0.5em 0 -0.5em;
}
.archive-container .series-box-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(33.333333% - 1em);
    flex: 0 1 calc(33.333333% - 1em);
    width: calc(33.333333% - 1em);
    margin: 0 0.5em 1em 0.5em;
}
@media (max-width: 62.5em) {
    .archive-container .series-box-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 1em);
        flex: 0 1 calc(50% - 1em);
        width: calc(50% - 1em);
        margin: 0 0.5em 1em 0.5em;
    }
}
@media (max-width: 28.125em) {
    .archive-container .series-box-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - 1em);
        flex: 0 1 calc(100% - 1em);
        width: calc(100% - 1em);
        margin: 0 0.5em 1em 0.5em;
    }
}
.archive-container .series-box-container {
    overflow: hidden;
    position: relative;
}
.archive-container .series-box-container img {
    display: block;
    margin: 0 auto;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.archive-container .series-box-container a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1em;
}
.archive-container .series-box-container a.series-has-overlay {
    background-color: rgba(32, 38, 37, 0.4);
    -webkit-transition: background-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: background-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: background-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.archive-container .series-box-container .series-overlay {
    text-align: center;
    padding: 0.5em;
    position: absolute;
    z-index: 1;
    left: 1em;
    top: 50%;
    width: calc(100% - 2em);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
}
.archive-container .series-box-container .series-overlay > :last-child {
    margin-bottom: 0;
}
.archive-container .series-box-container .series-overlay > :last-child {
    margin-bottom: 0;
}
.archive-container .series-box-container .series-overlay:before {
    content: " ";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #273b52;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.archive-container .series-box-container .series-overlay:after {
    content: " ";
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: -20%;
    width: 100%;
    height: 50%;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-transform: skewY(-5deg) translateY(100%);
    -ms-transform: skewY(-5deg) translateY(100%);
    transform: skewY(-5deg) translateY(100%);
    -webkit-transition: opacity 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: opacity 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
}
.archive-container .series-box-container .series-overlay h4 {
    color: #fff;
    margin-bottom: 0;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}
@media (max-width: 50em) {
    .archive-container .series-box-container .series-overlay h4 {
        font-size: 14px;
    }
}
@media (max-width: 40.625em) {
    .archive-container .series-box-container .series-overlay h4 {
        font-size: 13px;
    }
}
.archive-container .series-box-container:hover a {
    background-color: rgba(32, 38, 37, 0);
}
.archive-container .series-box-container:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.archive-container .series-box-container:hover .series-overlay:before {
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
.archive-container .series-box-container:hover .series-overlay:after {
    opacity: 1;
    -webkit-transform: skewY(-5deg) translateY(0);
    -ms-transform: skewY(-5deg) translateY(0);
    transform: skewY(-5deg) translateY(0);
    -webkit-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s;
}
.archive-container .series-box-wrapper-no-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.archive-container .series-box-wrapper-no-image .series-box-container {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.archive-container .series-box-wrapper-no-image .series-box-container a {
    position: static;
    padding: 0;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #e2e2e2;
    -webkit-box-shadow: inset 3px 0 0 0 #273b52;
    box-shadow: inset 3px 0 0 0 #273b52;
}
.archive-container .series-box-wrapper-no-image .series-box-container .series-overlay {
    position: static;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1em;
}
.archive-container .series-box-wrapper-no-image .series-box-container .series-overlay h4 {
    color: #202625;
    -webkit-transition: color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.archive-container .series-box-wrapper-no-image .series-box-container .series-overlay > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}
.archive-container .series-box-wrapper-no-image .series-box-container:hover .series-overlay h4 {
    color: #fff;
}
.team-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}
.team-wrapper-list {
    max-width: 800px;
}
.team-list {
    margin-bottom: 2em;
}
.team-list > .team-member {
    padding-bottom: 2em;
    margin-bottom: 2em;
    border-bottom: 1px solid #e2e2e2;
}
@media (min-width: 40.6251em) {
    .team-list > .team-member {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
@media (max-width: 40.625em) {
    .team-list > .team-member {
        padding-bottom: 1em;
        margin-bottom: 1em;
    }
}
.team-list > .team-member:last-child {
    border: none;
    padding: 0;
    margin: 0;
}
.team-list > .team-member h3 {
    color: #202625;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}
@media (max-width: 40.625em) {
    .team-list > .team-member h3 {
        font-size: 1.25rem;
        margin-bottom: 1rem;
    }
}
.team-list > .team-member h3 + h4 {
    margin-top: -16px;
}
@media (max-width: 40.625em) {
    .team-list > .team-member h3 + h4 {
        margin-top: -16px;
    }
}
.team-list > .team-member h4 {
    color: #717171;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 1.125rem;
    margin-bottom: 1rem;
}
@media (max-width: 40.625em) {
    .team-list > .team-member h4 {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
}
.team-list > .team-member p {
    margin-top: 0;
    font-size: 1.125rem;
    margin-bottom: 1rem;
}
@media (max-width: 40.625em) {
    .team-list > .team-member p {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
}
.team-list > .team-member .team-content > :last-child {
    margin-bottom: 0;
}
.team-list > .team-member .team-image img {
    display: block;
}
@media (min-width: 40.6251em) {
    .team-list > .team-member .team-image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
    }
    .team-list > .team-member .team-content {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }
    .team-list > .team-member:nth-child(odd) .team-image {
        margin-right: 2em;
    }
    .team-list > .team-member:nth-child(2n) .team-content {
        text-align: right;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .team-list > .team-member:nth-child(2n) .team-image {
        margin-left: 2em;
    }
}
@media (max-width: 40.625em) {
    .team-list > .team-member .team-image {
        max-width: 300px;
        margin: 0 auto 1em;
    }
}
@media (max-width: 28.125em) {
    .team-wrapper-grid {
        max-width: 320px !important;
    }
}
.team-grid .team-member-container {
    -webkit-box-shadow: 0 0 25px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 25px 2px rgba(0, 0, 0, 0.15);
    margin-bottom: 2em;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(25% - 2em);
    flex: 0 1 calc(25% - 2em);
    width: calc(25% - 2em);
    margin-left: 1em !important;
    margin-right: 1em !important;
}
@media (max-width: 40.625em) {
    .team-grid .team-member-container {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(25% - 1em);
        flex: 0 1 calc(25% - 1em);
        width: calc(25% - 1em);
        margin-left: 0.5em !important;
        margin-right: 0.5em !important;
    }
}
@media (max-width: 68.75em) {
    .team-grid .team-member-container {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(33.33333333333333% - 2em);
        flex: 0 1 calc(33.33333333333333% - 2em);
        width: calc(33.33333333333333% - 2em);
        margin-left: 1em !important;
        margin-right: 1em !important;
    }
}
@media (max-width: 68.75em) and all and (max-width: 40.625em) {
    .team-grid .team-member-container {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(33.33333333333333% - 1em);
        flex: 0 1 calc(33.33333333333333% - 1em);
        width: calc(33.33333333333333% - 1em);
        margin-left: 0.5em !important;
        margin-right: 0.5em !important;
    }
}
@media screen and (max-width: 50em) {
    .team-grid .team-member-container {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 2em);
        flex: 0 1 calc(50% - 2em);
        width: calc(50% - 2em);
        margin-left: 1em !important;
        margin-right: 1em !important;
        margin-bottom: 2em;
    }
}
@media screen and (max-width: 50em) and all and (max-width: 40.625em) {
    .team-grid .team-member-container {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 1em);
        flex: 0 1 calc(50% - 1em);
        width: calc(50% - 1em);
        margin-left: 0.5em !important;
        margin-right: 0.5em !important;
    }
}
@media (max-width: 40.625em) {
    .team-grid .team-member-container {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 1em);
        flex: 0 1 calc(50% - 1em);
        width: calc(50% - 1em);
        margin-left: 0.5em !important;
        margin-right: 0.5em !important;
    }
}
@media (max-width: 28.125em) {
    .team-grid .team-member-container {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - 1em);
        flex: 0 1 calc(100% - 1em);
        width: calc(100% - 1em);
        margin-left: 0.5em !important;
        margin-right: 0.5em !important;
    }
}
@media (max-width: 21.875em) {
    .team-grid .team-member-container {
        margin-bottom: 1em;
    }
}
.team-grid .team-member {
    height: 0;
    padding-bottom: 150%;
    padding-bottom: 133.33333333%;
    overflow: hidden;
    position: relative;
    border-radius: 3px;
}
.team-grid .extra-info-toggle {
    padding: 24px;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    z-index: 1000;
}
.team-grid .extra-info-toggle i {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.team-grid .extra-info-toggle i:last-child {
    opacity: 0;
}
.team-grid .extra-info-toggle.active i:first-child {
    opacity: 0;
}
.team-grid .extra-info-toggle.active i:last-child {
    opacity: 1;
}
.team-grid .team-email-overlay {
    position: absolute;
    top: 0;
    left: 0;
    padding: 1em;
    color: #fff;
    font-size: 14px;
}
.team-grid .team-email-overlay i {
    font-size: 18px;
    vertical-align: text-bottom;
    padding-right: 6px;
    text-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
}
.team-grid .team-email-overlay .team-email-text {
    display: inline-block;
    text-shadow: 0 0 18px #000000;
    opacity: 0;
    -webkit-transform: translateX(-1em);
    -ms-transform: translateX(-1em);
    transform: translateX(-1em);
    -webkit-transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
.team-grid .team-email-overlay:hover .team-email-text {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.team-grid .team-email-overlay:active {
    opacity: 0.75;
}
.team-grid .team-overlay-title {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    color: #fff;
    background-color: transparent;
    background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.75));
    background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.75));
    background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.75));
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.75)));
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.75));
    padding: 3em 1em 1em 1em;
    -webkit-transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
    -o-transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
.team-grid .team-overlay-title.inactive {
    -moz-transform: translate(0, 100%);
    -webkit-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
    opacity: 0;
}
.team-grid .team-extra-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    padding: 1em;
    color: #fff;
    display: none;
    opacity: 0;
    background: rgba(32, 38, 37, 0.5);
}
.team-grid .team-extra-overlay h3 {
    padding: 0 24px 0 0;
}
.team-grid .team-extra-overlay h4 {
    margin-bottom: 8px;
}
.team-grid .team-extra-overlay .white-button {
    display: block;
    background-color: #fff;
    color: #202625;
}
.team-grid .team-extra-overlay.active {
    display: block;
    -moz-animation: slide-in-top 0.25s forwards;
    -o-animation: slide-in-top 0.25s forwards;
    animation: slide-in-top 0.25s forwards;
    -webkit-animation: slide-in-top 0.25s forwards;
    -moz-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
}
.team-grid h3,
.team-grid h4 {
    text-transform: none;
    margin: 0;
    color: #fff;
}
.team-grid h3 {
    font-size: 1.25rem;
    margin-bottom: 0rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}
.team-grid h4 {
    font-size: 1rem;
    margin-bottom: 0rem;
    color: rgba(255, 255, 255, 0.75);
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}
.team-grid p {
    color: #fff;
    font-size: 0.875rem;
    margin-bottom: 1rem;
}
.blog-list-wrapper .blog-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.blog-list-wrapper .blog-list-item:not(:last-of-type) {
    margin-bottom: 2em;
}
@media (max-width: 40.625em) {
    .blog-list-wrapper .blog-list-item:not(:last-of-type) {
        margin-bottom: 1em;
    }
}
.blog-list-wrapper .blog-list-item .blog-image {
    width: 30%;
    margin-right: 1em;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    text-align: center;
}
.blog-list-wrapper .blog-list-item .blog-image img {
    display: block;
}
.blog-list-wrapper .blog-list-item .blog-content {
    width: 70%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
}
@media (max-width: 40.625em) {
    .blog-list-wrapper .blog-list-item .blog-content {
        margin-left: 1em;
    }
}
.blog-list-wrapper .blog-list-item .blog-content > :last-child {
    margin-bottom: 0;
}
.blog-list-wrapper .blog-list-item .blog-content .blog-title {
    font-size: 1.5rem;
    margin-bottom: 0.125rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}
.blog-list-wrapper .blog-list-item .blog-content .blog-title a {
    color: #202625;
}
.blog-list-wrapper .blog-list-item .blog-content .blog-title a:hover {
    color: #273b52;
}
.blog-list-wrapper .blog-list-item .blog-content .blog-date {
    display: block;
    font-size: 0.8125rem;
    margin-bottom: 0.5rem;
    color: #717171;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}
.blog-list-wrapper .blog-list-item .blog-content p {
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
}
@media only screen and (max-width: 480px) {
    .blog-list-wrapper .blog-list-item .blog-image {
        margin-bottom: 0.5em;
    }
    .blog-list-wrapper .blog-list-item .blog-content,
    .blog-list-wrapper .blog-list-item .blog-image {
        float: none;
        width: 100%;
        text-align: center;
        padding: 0;
    }
}
.page-pagination {
    zoom: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.page-pagination:before {
    content: "";
    display: block;
}
.page-pagination:after {
    content: "";
    display: table;
    clear: both;
}
.page-pagination li {
    margin: 0 8px !important;
    text-indent: 0 !important;
    display: inline-block !important;
}
.page-pagination li:before {
    display: none;
}
.page-pagination li a,
.page-pagination li span {
    padding: 8px;
    position: relative;
    color: #202625;
    border-radius: 3px;
    text-align: center;
}
.page-pagination li a:hover,
.page-pagination li span:hover {
    background-color: #e2e2e2;
}
.page-pagination .current a,
.page-pagination .current span {
    color: white;
    background-color: #273b52;
}
.page-pagination .current a:hover,
.page-pagination .current span:hover {
    color: white;
    background-color: #273b52;
}
.blog-article > :last-child {
    margin-bottom: 0;
}
.blog-article figure,
.blog-article iframe {
    margin-bottom: 2em;
}
@media (max-width: 40.625em) {
    .blog-article figure,
    .blog-article iframe {
        margin-bottom: 1em;
    }
}
.blog-article figure {
    text-align: center;
    background: #e2e2e2;
}
.blog-article figure img {
    display: block;
    margin: 0 auto;
}
.blog-article figcaption {
    background: #e2e2e2;
    padding: 1em;
    text-align: left;
}
.blog-article .blog-title {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 700 !important;
    margin-bottom: 4px !important;
}
.blog-article .blog-info {
    color: #717171 !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}
.blog-sidebar {
    margin-bottom: 2em;
}
.blog-sidebar > :last-child {
    margin-bottom: 0;
}
@media (max-width: 40.625em) {
    .blog-sidebar {
        margin-bottom: 1em;
    }
}
.blog-sidebar h3 {
    text-transform: none;
    border: none !important;
    font-size: 1rem;
    margin-bottom: 0.5rem;
}
.blog-sidebar .button-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1em;
}
.blog-sidebar .button-list li {
    margin: 0;
    text-indent: 0;
}
.blog-sidebar .button-list li:before {
    content: "" !important;
    display: none;
}
.blog-sidebar .button-list li:first-child {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-bottom: 5px;
}
.blog-sidebar .button-list li:first-child > a {
    padding: 6px 8px;
}
.blog-sidebar .button-list li:not(:first-child) {
    margin: 0 5px 5px 0;
}
.blog-sidebar .button-list li:not(:first-child) a {
    background-color: #e2e2e2;
    color: #202625;
}
.blog-sidebar .button-list li a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background-color: #e2e2e2;
    color: #202625;
    padding: 4px 8px;
    border-radius: 3px;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 10px;
}
.blog-sidebar .button-list li a:hover {
    background-color: #d5d5d5;
}
.blog-sidebar .button-list li a:active {
    -webkit-box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.15);
    background-color: #cfcfcf;
}
.blog-sidebar .blog-sidemenu {
    margin-bottom: 8px;
}
.blog-sidebar .blog-sidemenu li {
    margin: 0;
    text-indent: 0;
}
.blog-sidebar .blog-sidemenu li:before {
    display: none;
}
.blog-sidebar .blog-sidemenu li a {
    display: block;
    padding: 8px 12px;
}
.blog-sidebar .blog-sidemenu li a:hover {
    background-color: #e2e2e2;
}
.blog-sidebar .blog-sidemenu li:not(:last-child) a {
    border-bottom: 1px solid #e2e2e2;
}
.blog-sidebar .blog-sidemenu li span {
    display: block;
    line-height: 1.3;
}
.blog-sidebar .blog-sidemenu li .list-title {
    color: #202625;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}
.blog-sidebar .blog-sidemenu li .meta {
    color: #717171;
    font-size: 11px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}
.blog-sidebar .rss-button {
    padding: 3px 8px;
    color: #e67e22;
    display: inline-block;
    margin-top: 1em;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.blog-sidebar .rss-button:hover {
    color: #fff;
    background: #e67e22;
}
.blog-sidebar .rss-button:active {
    color: #fff;
    background: #bf6516;
}
*,
:after,
:before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.calendar ul.month-browser li {
    width: 33.3%;
    padding: 0;
    border: 0;
    text-align: center;
    text-transform: uppercase;
    height: auto;
    margin: 20px 0;
}
.calendar {
    zoom: 1;
    border-bottom: 1px solid #ccc;
}
.calendar:before {
    content: "";
    display: block;
}
.calendar:after {
    content: "";
    display: table;
    clear: both;
}
.calendar .month-display {
    margin-bottom: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.calendar .month-display a {
    text-decoration: none;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 700 !important;
}
.calendar .month-display .calendar_nav {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
}
.calendar .month-display .calendar_nav .border-button {
    margin-bottom: 0;
}
.calendar .month-display .right {
    text-align: right;
}
.calendar .month-display #current-month {
    float: left;
    width: 33%;
    text-align: center;
}
@media (max-width: 40.625em) {
    .calendar .month-display #current-month {
        font-size: 12px;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
    }
}
.calendar .weekdays {
    margin-bottom: 0.5em !important;
}
.calendar .weekdays li {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 400 !important;
}
.calendar .days {
    zoom: 1;
}
.calendar .days:before {
    content: "";
    display: block;
}
.calendar .days:after {
    content: "";
    display: table;
    clear: both;
}
.calendar .week {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-bottom: none;
    min-height: 130px;
    position: relative;
    background: url("../images/calendar-bg.png") 14.28571429% top repeat-y, url("../images/calendar-bg.png") 28.57142857% top repeat-y, url("../images/calendar-bg.png") 42.85714286% top repeat-y,
        url("../images/calendar-bg.png") 57.14285714% top repeat-y, url("../images/calendar-bg.png") 71.42857143% top repeat-y, url("../images/calendar-bg.png") 85.71428571% top repeat-y;
}
.calendar .week ul.week {
    margin-bottom: 0 !important;
}
.calendar div[class*="week_"]:before {
    content: " ";
    position: absolute;
    height: 100%;
    z-index: -1;
    top: 0;
    background-color: rgba(39, 59, 82, 0.1);
}
.calendar .week_1:before {
    left: 0;
    width: 14.28571429%;
}
.calendar .week_2:before {
    left: 0;
    width: 28.57142857%;
}
.calendar .week_3:before {
    left: 0;
    width: 42.85714286%;
}
.calendar .week_4:before {
    left: 0;
    width: 57.14285714%;
}
.calendar .week_5:before {
    left: 0;
    width: 71.42857143%;
}
.calendar .week_6:before {
    left: 0;
    width: 85.71428571%;
}
.calendar .week_end_1:before {
    right: 0;
    width: 14.28571429%;
}
.calendar .week_end_2:before {
    right: 0;
    width: 28.57142857%;
}
.calendar .week_end_3:before {
    right: 0;
    width: 42.85714286%;
}
.calendar .week_end_4:before {
    right: 0;
    width: 57.14285714%;
}
.calendar .week_end_5:before {
    right: 0;
    width: 71.42857143%;
}
.calendar .week_end_6:before {
    right: 0;
    width: 85.71428571%;
}
.calendar .week_today_0:before {
    width: 14.28571429%;
    left: -14.28571429%;
    background-color: #729fe5 !important;
}
.calendar .week_today_0 .days li:nth-child(0) .date {
    color: #fff !important;
}
.calendar .week_today_0 .days li:nth-child(0) .show-info {
    background-color: rgba(255, 255, 255, 0.25) !important;
    border: 1px solid #fff !important;
    color: #fff !important;
}
.calendar .week_today_0 .days li:nth-child(0) .show-info .show-time {
    color: rgba(255, 255, 255, 0.8);
}
.calendar .week_today_1:before {
    width: 14.28571429%;
    left: 0%;
    background-color: #729fe5 !important;
}
.calendar .week_today_1 .days li:first-child .date {
    color: #fff !important;
}
.calendar .week_today_1 .days li:first-child .show-info {
    background-color: rgba(255, 255, 255, 0.25) !important;
    border: 1px solid #fff !important;
    color: #fff !important;
}
.calendar .week_today_1 .days li:first-child .show-info .show-time {
    color: rgba(255, 255, 255, 0.8);
}
.calendar .week_today_2:before {
    width: 14.28571429%;
    left: 14.28571429%;
    background-color: #729fe5 !important;
}
.calendar .week_today_2 .days li:nth-child(2) .date {
    color: #fff !important;
}
.calendar .week_today_2 .days li:nth-child(2) .show-info {
    background-color: rgba(255, 255, 255, 0.25) !important;
    border: 1px solid #fff !important;
    color: #fff !important;
}
.calendar .week_today_2 .days li:nth-child(2) .show-info .show-time {
    color: rgba(255, 255, 255, 0.8);
}
.calendar .week_today_3:before {
    width: 14.28571429%;
    left: 28.57142857%;
    background-color: #729fe5 !important;
}
.calendar .week_today_3 .days li:nth-child(3) .date {
    color: #fff !important;
}
.calendar .week_today_3 .days li:nth-child(3) .show-info {
    background-color: rgba(255, 255, 255, 0.25) !important;
    border: 1px solid #fff !important;
    color: #fff !important;
}
.calendar .week_today_3 .days li:nth-child(3) .show-info .show-time {
    color: rgba(255, 255, 255, 0.8);
}
.calendar .week_today_4:before {
    width: 14.28571429%;
    left: 42.85714286%;
    background-color: #729fe5 !important;
}
.calendar .week_today_4 .days li:nth-child(4) .date {
    color: #fff !important;
}
.calendar .week_today_4 .days li:nth-child(4) .show-info {
    background-color: rgba(255, 255, 255, 0.25) !important;
    border: 1px solid #fff !important;
    color: #fff !important;
}
.calendar .week_today_4 .days li:nth-child(4) .show-info .show-time {
    color: rgba(255, 255, 255, 0.8);
}
.calendar .week_today_5:before {
    width: 14.28571429%;
    left: 57.14285714%;
    background-color: #729fe5 !important;
}
.calendar .week_today_5 .days li:nth-child(5) .date {
    color: #fff !important;
}
.calendar .week_today_5 .days li:nth-child(5) .show-info {
    background-color: rgba(255, 255, 255, 0.25) !important;
    border: 1px solid #fff !important;
    color: #fff !important;
}
.calendar .week_today_5 .days li:nth-child(5) .show-info .show-time {
    color: rgba(255, 255, 255, 0.8);
}
.calendar .week_today_6:before {
    width: 14.28571429%;
    left: 71.42857143%;
    background-color: #729fe5 !important;
}
.calendar .week_today_6 .days li:nth-child(6) .date {
    color: #fff !important;
}
.calendar .week_today_6 .days li:nth-child(6) .show-info {
    background-color: rgba(255, 255, 255, 0.25) !important;
    border: 1px solid #fff !important;
    color: #fff !important;
}
.calendar .week_today_6 .days li:nth-child(6) .show-info .show-time {
    color: rgba(255, 255, 255, 0.8);
}
.calendar .week_today_7:before {
    width: 14.28571429%;
    left: 85.71428571%;
    background-color: #729fe5 !important;
}
.calendar .week_today_7 .days li:nth-child(7) .date {
    color: #fff !important;
}
.calendar .week_today_7 .days li:nth-child(7) .show-info {
    background-color: rgba(255, 255, 255, 0.25) !important;
    border: 1px solid #fff !important;
    color: #fff !important;
}
.calendar .week_today_7 .days li:nth-child(7) .show-info .show-time {
    color: rgba(255, 255, 255, 0.8);
}
.calendar ul {
    margin-top: 0 !important;
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
    clear: both;
}
.calendar ul.weekdays {
    zoom: 1;
}
.calendar ul.weekdays:before {
    content: "";
    display: block;
}
.calendar ul.weekdays:after {
    content: "";
    display: table;
    clear: both;
}
.calendar ul.weekdays li {
    text-align: center;
    text-transform: uppercase;
    line-height: 20px;
    border: none;
    padding: 10px 6px;
    color: #202625;
    font-size: 12px !important;
}
.calendar li {
    text-indent: 0 !important;
    margin: 0 !important;
    display: block !important;
    padding: 0 !important;
    line-height: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 14.28571429%;
    padding: 0;
    display: block;
    float: left;
    overflow: visible;
}
.calendar li:before {
    font-family: "" !important;
    content: "" !important;
    color: inherit !important;
    float: none !important;
    width: auto !important;
    border: none !important;
}
.calendar li .day,
.calendar li .month {
    display: none;
}
.calendar li.out_of_range {
    background-color: #f5f5f5;
    color: #666;
}
.calendar li .event-button {
    display: block;
}
.calendar li .show-info {
    width: 90%;
    margin: 0 5% 5px 5%;
    position: relative;
    z-index: 1000;
    padding: 5px;
    font-size: 12px;
    border-radius: 3px;
    -webkit-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}
.calendar li .show-info:hover .show-time {
    color: rgba(255, 255, 255, 0.75);
}
.calendar li .span-1 {
    width: 90%;
}
.calendar li .span-2 {
    width: 190%;
}
.calendar li .span-3 {
    width: 290%;
}
.calendar li .span-4 {
    width: 390%;
}
.calendar li .span-5 {
    width: 490%;
}
.calendar li .span-6 {
    width: 590%;
}
.calendar li .span-7 {
    width: 690%;
}
.calendar li .show-info:hover .venue {
    display: block;
}
.calendar li .show-info .show-name,
.calendar li a {
    text-decoration: none;
}
.calendar li .show-time {
    color: #99abc2;
    -webkit-transition: color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
}
.calendar .days:last-child li {
    margin-bottom: 0px;
}
.calendar .date {
    text-align: right;
    margin-bottom: 5px;
    padding: 5px 5px 0 0;
}
.calendar .no-shows {
    display: none;
}
.calendar .venue {
    display: none;
}
.calendar .day-container {
    zoom: 1;
}
.calendar .day-container:before {
    content: "";
    display: block;
}
.calendar .day-container:after {
    content: "";
    display: table;
    clear: both;
}
.calendar .day-container .list-day {
    float: left;
    width: 20%;
    padding: 10px;
}
.calendar .day-container .list-day .day {
    color: #202625;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}
@media only screen and (max-width: 40.625em) {
    .calendar .day-container .list-day {
        width: 100%;
    }
}
.calendar .day-container .list-event {
    float: right;
    width: 78%;
    margin-bottom: 10px;
    padding: 10px;
}
@media only screen and (max-width: 40.625em) {
    .calendar .day-container .list-event {
        width: 100%;
    }
}
.calendar .day-container .list-event .event-time {
    font-size: 15px;
}
.calendar .day-container .list-event .event-title a {
    text-decoration: none;
    font-weight: bold;
}
.calendar .day-container .list-event .event-summary {
    font-size: 13px;
    color: #777;
}
.calendar .day-container .list-event .event-summary a {
    color: #777;
    text-decoration: none;
}
.calendar .day-container .list-event .event-summary a:hover {
    text-decoration: underline;
}
.event_image {
    max-width: 100%;
    height: auto;
}
.event_times .event_dates {
    font-weight: bold;
}
.location_left {
    width: 48%;
    margin-right: 2%;
    float: left;
}
@media only screen and (max-width: 540px) {
    .location_left {
        width: 100%;
        margin-right: 0%;
    }
}
.location_left h4.location_directions,
.location_left h4.location_link,
.location_left h4.location_phone {
    margin-top: 15px;
}
.location_right {
    float: right;
    width: 48%;
    margin-left: 2%;
}
.location_right .location_image {
    width: 100%;
}
@media only screen and (max-width: 540px) {
    .location_right {
        width: 100%;
        margin-right: 0%;
    }
}
.location_right .proclaim-it-map {
    padding-bottom: 100% !important;
}
.calendar-sidebar {
    margin-bottom: 2em;
}
@media (max-width: 40.625em) {
    .calendar-sidebar {
        margin-bottom: 1em;
    }
}
.calendar-sidebar ul li a:hover {
    border: none;
}
.calendar-sidebar h3 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
}
.calendar-sidebar .sidebar-options {
    margin-bottom: 16px;
    font-size: 14px;
    color: rgba(32, 38, 37, 0.15);
}
.calendar-sidebar .sidebar-options a {
    color: rgba(32, 38, 37, 0.5);
}
.calendar-sidebar .sidebar-options a.view-selected {
    color: #202625;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}
.calendar-sidebar .sidebar-options .sidebar-date-view {
    margin-bottom: 1em;
}
.calendar-sidebar .sidebar-options .sidebar-display-view {
    width: 100%;
}
@media only screen and (max-width: 62.5em) {
    .calendar-sidebar .sidebar-options .sidebar-display-view {
        display: none;
    }
}
@media only screen and (max-width: 62.5em) {
    .calendar-sidebar .sidebar-options .display-h3 {
        display: none;
    }
}
.calendar-sidebar .sidebar-ics {
    font-size: 14px;
}
.calendar-sidebar .sidebar-ics a {
    width: 100%;
    display: block;
}
.calendar-sidebar .calendar-categories ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 0 !important;
    zoom: 1;
}
.calendar-sidebar .calendar-categories ul:before {
    content: "";
    display: block;
}
.calendar-sidebar .calendar-categories ul:after {
    content: "";
    display: table;
    clear: both;
}
.calendar-sidebar .calendar-categories ul li {
    text-indent: 0 !important;
    margin: 0px 5px 5px 0px !important;
    display: block !important;
    font-size: 14px !important;
    line-height: 1 !important;
    float: left;
    display: block;
    position: relative;
    overflow: hidden;
}
.calendar-sidebar .calendar-categories ul li:before {
    font-family: "" !important;
    content: "" !important;
    color: inherit !important;
    float: none !important;
    width: auto !important;
}
.calendar-sidebar .calendar-categories ul li a {
    display: block;
}
.calendar-sidebar .calendar-categories .sidebar-all-cats {
    display: block !important;
    float: none !important;
    margin: 0 0 5px 0 !important;
    width: 100% !important;
}
.calendar-sidebar .calendar-categories .sidebar-cat-button {
    padding: 6px;
    border-radius: 3px;
    font-size: 12px;
    text-align: center;
    -webkit-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}
.calendar-sidebar .calendar-categories .sidebar-cat-button.sidebar-cat-button-all {
    padding: 8px;
    background-color: rgba(0, 0, 0, 0.075);
    color: #99abc2;
}
.calendar-sidebar .calendar-categories .sidebar-cat-button.sidebar-cat-button-all.cat-selected,
.calendar-sidebar .calendar-categories .sidebar-cat-button.sidebar-cat-button-all:hover {
    color: #fff;
    background-color: #99abc2;
}
@media only screen and (min-width: 62.5001em) {
    .list-view {
        display: none;
    }
    .list-show {
        display: block;
    }
}
@media only screen and (max-width: 62.5em) {
    .list-view {
        display: block;
    }
    .calendar-view {
        display: none;
    }
}
.detail-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000000000;
    text-align: center;
    background-color: rgba(32, 38, 37, 0.75);
    display: none;
}
.event-detail {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    text-align: left;
    max-width: 550px;
    max-height: 90%;
    overflow-y: auto;
    background-color: #fff;
    margin: 0 auto;
    display: none;
    border-radius: 5px;
    opacity: 0;
}
.event-detail::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
    border-radius: 3px;
}
.event-detail::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5;
    border-radius: 3px;
}
.event-detail::-webkit-scrollbar-thumb {
    background-color: #202625;
    border-radius: 3px;
}
@media only screen and (max-width: 552px) {
    .event-detail {
        width: 96%;
    }
}
.event-detail .event-popup-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.event-detail .category-color {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1em;
}
.event-detail .day-number-circle {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(39, 59, 82, 0.1);
    color: #273b52;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}
.event-detail .day-number {
    line-height: 50px;
    vertical-align: middle;
}
.event-detail .close-detail {
    padding: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #202625;
}
.event-detail .close-detail i {
    font-size: 18px;
}
.event-detail .close-detail svg {
    width: 20px;
    height: 20px;
}
.event-detail .close-detail svg * {
    stroke: #202625;
}
.event-detail .close-detail:hover {
    background-color: #e2e2e2;
}
.event-detail .event-popup-title {
    font-size: 1.5rem;
    margin-bottom: 0rem;
    letter-spacing: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #202625;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin: 16px 0 !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}
.event-detail section {
    zoom: 1;
    text-align: left;
    padding: 0;
}
.event-detail section:before {
    content: "";
    display: block;
}
.event-detail section:after {
    content: "";
    display: table;
    clear: both;
}
.event-detail section > :last-child {
    margin-bottom: 0;
}
.event-detail .event-info {
    padding: 1em;
    border-top: 1px solid rgba(0, 0, 0, 0.075);
}
.event-detail .event-map iframe {
    width: 100%;
}
.event-info-wrapper > :last-child {
    margin-bottom: 0;
}
.event-info-wrapper.event-info-popup-wrapper {
    margin-bottom: 1em;
}
.event-popup-wrapper .event-info-item {
    margin-bottom: 1em;
}
.event-info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2em;
}
.event-info-item .event-info-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    text-align: center;
    color: rgba(32, 38, 37, 0.4);
}
.event-info-item .event-info-icon i {
    vertical-align: baseline;
    font-size: 14px;
}
.event-info-item .event-info-icon svg {
    width: 18px;
    height: 18px;
}
.event-info-item .event-info-icon svg * {
    fill: rgba(32, 38, 37, 0.4);
}
.event-info-item .event-info-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.event-info-item .event-info-content > :last-child {
    margin-bottom: 0;
}
.event-info-item .event-info-text {
    display: block;
    line-height: 1.7;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}
.event-info-item .event-info-text > span {
    display: block;
}
.event-info-item .location-extra {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 13px;
}
.detail-container-show {
    display: block;
}
.event-detail-show {
    opacity: 1;
    display: block;
    margin-top: 50px;
}
.event-info-wrapper .proclaim-it-map {
    padding-bottom: 50%;
}
.event-info-wrapper .event-info-content > :last-child {
    margin-bottom: 0;
}
.event-info-wrapper .event-info-content h3 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
}
.event-info-wrapper .event-info-content h4 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}
.event-info-wrapper .event-info-content p {
    font-size: 1rem;
    margin-bottom: 1rem;
}
.event-detail-title {
    font-size: 2rem;
    margin-bottom: 2rem;
    letter-spacing: 0;
    color: #202625;
}
@media (max-width: 40.625em) {
    .event-detail-title {
        font-size: 1.75rem;
        margin-bottom: 1rem;
    }
}
.player h4 {
    font-size: 0.875rem;
    margin-bottom: 0rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}
.pit-controls {
    margin-top: 0.5em;
    width: 100%;
    padding: 10px 10px 20px 10px;
    zoom: 1;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.pit-controls:before {
    content: "";
    display: block;
}
.pit-controls:after {
    content: "";
    display: table;
    clear: both;
}
.pit-controls svg {
    width: 24px;
    height: 24px;
    vertical-align: middle;
}
.pit-controls svg * {
    fill: rgba(32, 38, 37, 0.75);
}
.pit-controls a {
    color: rgba(32, 38, 37, 0.75);
}
.pit-controls a:hover {
    color: #202625;
}
.pit-controls a:hover svg * {
    fill: #202625;
}
.pit-controls .left-controls {
    width: 24px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    margin-right: 0.5em;
}
.pit-controls .progress {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    position: relative;
}
.pit-controls .progress .progress-time {
    font-size: 0.75em;
}
.pit-controls .progress .progress-time span {
    cursor: default;
    color: #717171;
}
.pit-controls .progress .progress-time .current-time {
    float: left;
}
.pit-controls .progress .progress-time .duration {
    float: right;
}
.pit-controls .progress .progress-bar {
    height: 10px;
    margin: 0.25em 0;
    display: block;
    background-color: #e2e2e2;
}
.pit-controls .progress .seek-bar {
    position: relative;
    display: block;
    cursor: pointer;
    height: 10px;
    background: #d5d5d5;
}
.pit-controls .progress .play-bar {
    display: block;
    height: 10px;
    padding: 0;
    background: #273b52;
}
.pit-controls .progress .progress-time {
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
}
.pit-controls .right-controls {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    margin-left: 0.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (max-width: 62.5em) {
    .pit-controls .right-controls {
        display: none;
    }
}
.pit-controls .mute-control {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    margin-right: 0.25em;
}
.pit-controls .mute-control a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.pit-controls .volume-bar {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    height: 5px;
    background-color: rgba(32, 38, 37, 0.25);
    cursor: pointer;
}
.pit-controls .volume-bar .current-volume {
    height: 5px;
}
.pit-controls .volume-bar .cur-vol {
    height: 5px;
    background-color: #202625;
}
.pit-controls-visible {
    opacity: 1;
}
.placeholder-body {
    overflow: hidden;
}
.placeholder-site-section {
    height: 100vh;
    background-color: #273b52;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.placeholder-site-section .placeholder-site-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 1000px;
    margin: 0 auto;
}
