@charset "utf-8";
 div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
ol,
ul,
li,
figcaption,
textarea,
input {
    font: inherit;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    position: relative;
    font-style: normal;
    line-height: 1.5;
}

section {
    background-color: #eeeeee;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

section,
.container,
.container-fluid {
    position: relative;
    word-wrap: break-word;
}

a.mbr-iconfont:hover {
    text-decoration: none;
}

h1,
h2,
h3 {
    margin: auto;
}

h1,
h3,
p {
    padding: 10px 0;
    margin-bottom: 15px;
}

p,
li,
blockquote {
    color: #15181b;
    letter-spacing: 0.5px;
    line-height: 1.7;
}

ul,
ol,
pre,
blockquote {
    margin-bottom: 0;
    margin-top: 0;
}

p {
    margin-top: 0;
}

pre {
    background: #f4f4f4;
    padding: 10px 24px;
    white-space: pre-wrap;
}

a {
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
}

a,
a:hover {
    text-decoration: none;
}

figure {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
    line-height: 1;
    word-break: break-word;
    word-wrap: break-word;
}

b,
strong {
    font-weight: bold;
}

blockquote {
    padding: 10px 0 10px 20px;
    position: relative;
    border-left: 3px solid;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 9999s;
    transition-delay: 9999s;
    -webkit-transition-property: background-color, color;
    -o-transition-property: background-color, color;
    transition-property: background-color, color;
}

html,
body {
    height: auto;
    min-height: 100vh;
}

.mbr-section-title {
    font-style: normal;
    line-height: 1.2;
}

.mbr-section-subtitle {
    line-height: 1.3;
}

.mbr-text {
    font-style: normal;
    line-height: 1.6;
}

.btn {
    font-weight: 400;
    border-width: 2px;
    border-style: solid;
    font-style: normal;
    letter-spacing: 2px;
    margin: .4rem .8rem;
    white-space: normal;
    -webkit-transition: all .3s ease-in-out, -webkit-box-shadow 2s ease-in-out;
    transition: all .3s ease-in-out, -webkit-box-shadow 2s ease-in-out;
    -o-transition: all .3s ease-in-out, box-shadow 2s ease-in-out;
    transition: all .3s ease-in-out, box-shadow 2s ease-in-out;
    transition: all .3s ease-in-out, box-shadow 2s ease-in-out, -webkit-box-shadow 2s ease-in-out;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    word-break: break-word;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    display: -webkit-inline-flex;
}

.btn-form {
    border-radius: 3px;
}

.btn-form:hover {
    cursor: pointer;
}

.mbr-figure img,
.mbr-figure iframe {
    display: block;
    width: 100%;
}

.card {
    background-color: transparent;
    border: none;
}

.card-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex: 1;
}

.card-img {
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}

.media {
    max-width: 100%;
    margin: 0 auto;
}

.mbr-figure {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    -webkit-align-self: center;
    align-self: center;
}

.media-container > div {
    max-width: 100%;
}

.mbr-figure img,
.card-img img {
    width: 100%;
}

@media (max-width: 991px) {
    .media-size-item {
        width: auto;
    }
    .media {
        width: auto;
    }
    .mbr-figure {
        width: 100%;
    }
}


.amp-carousel-button:hover {
    cursor: pointer;
}

.video-with-lightbox .iconbox:hover {
    cursor: pointer;
}

.hidden {
    visibility: hidden;
}

.super-hide {
    display: none;
}

.inactive {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    -webkit-user-drag: none;
    user-drag: none;
}

textarea[type="hidden"] {
    display: none;
}

#scrollToTop {
    display: none;
}

.popover-content ul.show {
    min-height: 155px;
}

.mbr-white {
    color: #ffffff;
}

.mbr-black {
    color: #000000;
}

.mbr-bg-white {
    background-color: #ffffff;
}

.mbr-bg-black {
    background-color: #000000;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

@media (max-width: 767px) {
    .align-left,
    .align-center,
    .align-right,
    .mbr-section-btn,
    .mbr-section-title {
        text-align: center;
    }
}

.mbr-light {
    font-weight: 300;
}

.mbr-regular {
    font-weight: 400;
}

.mbr-semibold {
    font-weight: 500;
}

.mbr-bold {
    font-weight: 700;
}

.mbr-section-btn {
    margin-left: -.25rem;
    margin-right: -.25rem;
    font-size: 0;
}

nav .mbr-section-btn {
    margin-left: 0rem;
    margin-right: 0rem;
}

.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
    cursor: pointer;
    margin-right: 0.5rem;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
    margin-right: 0.8rem;
}

[type="submit"] {
    -webkit-appearance: none;
}

.mbr-fullscreen .mbr-overlay {
    min-height: 100vh;
}

.mbr-fullscreen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    min-height: 100vh;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.mbr-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

section.sidebar-open:before {
    content: '';
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1040;
}

form input,
form textarea,
form select {
    padding: 1rem;
    border: 1px solid #e0e0e0;
    background: #f3f4f5;
    width: 100%;
}

form input:focus,
form textarea:focus,
form select:focus {
    outline: none;
}

form input[type="checkbox"],
form input[type="radio"] {
    border: none;
    background: none;
    width: auto;
}

form .field {
    padding-top: 10px;
    padding-bottom: 10px;
}

form textarea.field-input {
    min-height: 200px;
}

form .fieldset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-flex-wrap: wrap;
    -webkit-align-items: center;
}

form .btn,
form .mbr-section-btn {
    margin-left: 0;
    margin-right: 0;
}

amp-img img {
    max-height: 100%;
    max-width: 100%;
}

img.mbr-temp {
    width: 100%;
}

.is-builder .nodisplay + img[async],
.is-builder .nodisplay + img[decoding="async"],
.is-builder amp-img > a + img[async],
.is-builder amp-img > a + img[decoding="async"] {
    display: none;
}

html:not(.is-builder) amp-img > a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.is-builder .temp-amp-sizer {
    position: absolute;
}

.is-builder amp-youtube .temp-amp-sizer,
.is-builder amp-vimeo .temp-amp-sizer {
    position: static;
}

.is-builder section.horizontal-menu .ampstart-btn {
    display: none;
}

@media (max-width: 991px) {
    .is-builder section.horizontal-menu .navbar-toggler {
        display: block;
    }
}

.is-builder section.horizontal-menu .dropdown-menu {
    z-index: auto;
    opacity: 1;
    pointer-events: auto;
}

.is-builder section.horizontal-menu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1em;
}

@media (max-width: 767px) {
    .is-builder section.menu .navbar-collapse {
        max-height: 60vh;
        overflow-y: auto;
    }
}

.mobirise-spinner {
    position: absolute;
    top: 50%;
    left: 40%;
    margin-left: 10%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    z-index: 4;
}

.mobirise-spinner em {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: slide 1s infinite;
}

.mobirise-spinner em:nth-child(1) {
    -webkit-animation-delay: 0.1s;
}

.mobirise-spinner em:nth-child(2) {
    -webkit-animation-delay: 0.2s;
}

.mobirise-spinner em:nth-child(3) {
    -webkit-animation-delay: 0.3s;
}

@-webkit-keyframes slide {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        opacity: 0.3;
        -webkit-transform: scale(2);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes slide {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        opacity: 0.3;
        -webkit-transform: scale(2);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

.mobirise-loader .amp-active > div {
    display: none;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 767px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

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

.mbr-row,
.mbr-form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.mbr-form-row {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
}

.mbr-form-row > [class*="mbr-col"] {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.mbr-justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
}

@media (max-width: 767px) {
    .mbr-col,
    .mbr-col-auto {
        padding-right: 15px;
        padding-left: 15px;
    }
    .mbr-col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex: 0 0 16.666667%;
    }
    .mbr-col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
        padding-left: 15px;
        padding-right: 15px;
        -webkit-flex: 0 0 66.666667%;
    }
    .mbr-col-sm-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex: 0 0 100%;
    }
    .mbr-row,
    .mbr-form-row {
        margin: 0;
    }
}

@media (min-width: 768px) {
    .mbr-col {
        -ms-flex: 1 1 auto;
        -webkit-box-flex: 1;
        flex: 1 1 auto;
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .mbr-col-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        padding-right: 15px;
        padding-left: 15px;
    }
    .mbr-col-md-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex: 0 0 25%;
    }
    .mbr-col-md-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex: 0 0 33.333333%;
    }
    .mbr-col-md-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex: 0 0 41.666667%;
    }
    .mbr-col-md-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex: 0 0 50%;
    }
    .mbr-col-md-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex: 0 0 58.333333%;
    }
    .mbr-col-md-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
        padding-left: 15px;
        padding-right: 15px;
        -webkit-flex: 0 0 66.666667%;
    }
    .mbr-col-md-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
        padding-left: 15px;
        padding-right: 15px;
        -webkit-flex: 0 0 75%;
    }
    .mbr-col-md-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
        padding-left: 15px;
        padding-right: 15px;
        -webkit-flex: 0 0 83.333333%;
    }
    .mbr-col-md-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex: 0 0 100%;
    }
}

@media (min-width: 992px) {
    .mbr-col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex: 0 0 16.666667%;
    }
    .mbr-col-lg-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex: 0 0 25%;
    }
    .mbr-col-lg-4 {
        -ms-flex: 0 0 33.33%;
        -webkit-box-flex: 0;
        flex: 0 0 33.33%;
        max-width: 33.33%;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex: 0 0 33.33%;
    }
    .mbr-col-lg-5 {
        -ms-flex: 0 0 41.666%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666%;
        max-width: 41.666%;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex: 0 0 41.666%;
    }
    .mbr-col-lg-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex: 0 0 50%;
    }
    .mbr-col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex: 0 0 58.333333%;
    }
    .mbr-col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
        padding-left: 15px;
        padding-right: 15px;
        -webkit-flex: 0 0 66.666667%;
    }
    .mbr-col-lg-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
        padding-left: 15px;
        padding-right: 15px;
        -webkit-flex: 0 0 75%;
    }
    .mbr-col-lg-10 {

        -ms-flex: 0 0 83.3333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.3333%;
        max-width: 83.3333%;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex: 0 0 83.3333%;
    }
    .mbr-col-lg-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex: 0 0 100%;
    }
}

@media (min-width: 1201px) {
    .mbr-col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex: 0 0 58.333333%;
    }
    .mbr-col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
        padding-left: 15px;
        padding-right: 15px;
        -webkit-flex: 0 0 66.666667%;
    }
    .mbr-col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
        -webkit-flex: 0 0 41.666667%;
    }
}

amp-sidebar {
    background: transparent;
}

#scrollToTopMarker {
    position: absolute;
    width: 0px;
    height: 0px;
    top: 300px;
}

#scrollToTopButton {
    position: fixed;
    bottom: 25px;
    right: 25px;
    opacity: .4;
    z-index: 5000;
    font-size: 32px;
    height: 60px;
    width: 60px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

#scrollToTopButton:focus {
    outline: none;
}

#scrollToTopButton a:before {
    content: '';
    position: absolute;
    height: 40%;
    top: 36%;
    width: 2px;
    left: calc(50% - 1px);
}

#scrollToTopButton a:after {
    content: '';
    position: absolute;
    border-top: 2px solid;
    border-right: 2px solid;
    width: 40%;
    height: 40%;
    left: calc(30% - 1px);
    bottom: 30%;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.is-builder #scrollToTopButton a:after {
    left: 30%;
}

section {
    overflow: hidden;
}

.form-check {
    margin-bottom: 0;
}

.form-check-label {
    padding-left: 0;
}

.form-check-input {
    position: relative;
    margin: 4px;
}

.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem;
}

body {
    font-family: Montserrat;
}

blockquote {
    border-color: #b11f24;
}

div[submit-success] > * {
    background: #f13f68;
    color: #ffffff;
    padding: 1rem;
    margin-bottom: 1rem;
}

div[submit-error] > * {
    background: #f8a6a6;
    color: #000000;
    padding: 1rem;
    margin-bottom: 1rem;
}

.display-1 {
    font-family: 'Roboto', sans-serif;
    font-size: 4.4rem;
}

.display-2 {
    font-family: 'Roboto', sans-serif;
    font-size: 3rem;
}

.display-3 {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
}

.display-4 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
}

.display-5 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.25rem;
}

.display-6 {
    font-family: 'Roboto', sans-serif;
    font-size: 0.8rem;
}

.display-7 {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
}

.display-1 .mbr-iconfont-btn {
    font-size: 4.4rem;
    width: 4.4rem;
}

.display-2 .mbr-iconfont-btn {
    font-size: 3rem;
    width: 3rem;
}

.display-4 .mbr-iconfont-btn {
    font-size: 1.5rem;
    width: 1.5rem;
}

.display-5 .mbr-iconfont-btn {
    font-size: 1.25rem;
    width: 1.25rem;
}

.display-7 .mbr-iconfont-btn {
    font-size: 1rem;
    width: 1rem;
}

@media (max-width: 768px) {
    .display-1 {
        font-size: 3.52rem;
        font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
    }
    .display-2 {
        font-size: 2.4rem;
        font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
    }
    .display-3 {
        font-size: 0.8rem;
        font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
    }
    .display-4 {
        font-size: 1.2rem;
        font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
    }
    .display-5 {
        font-size: 1rem;
        font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
    }
    .display-6 {
        font-size: 0.64rem;
        font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
    }
    .display-5 {
        font-size: 0.8rem;
        font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
    }
}

.btn {
    padding: 0.8rem 2rem;
    border-radius: 3px;
}

.btn-sm {
    border-width: 1px;
    padding: 0.6rem 0.8rem;
    border-radius: 3px;
}

.btn-md {
    font-weight: 600;
    padding: 1rem 2rem;
    border-radius: 3px;
}

.bg-primary {
    background-color: #b11f24;
}

.bg-success {
    background-color: #f13f68;
}

.bg-info {
    background-color: #5e788d;
}

.bg-warning {
    background-color: #233e53;
}

.bg-danger {
    background-color: #f8a6a6;
}

.btn-primary,
.btn-primary:active,
.btn-primary.active {
    background-color: #b11f24;
    border-color: #b11f24;
    color: #ffffff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
    color: #ffffff;
    background-color: #701417;
    border-color: #701417;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #ffffff;
    background-color: #701417;
    border-color: #701417;
}

.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
    background-color: #333333;
    border-color: #333333;
    color: #ffffff;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
    color: #ffffff;
    background-color: #0d0d0d;
    border-color: #0d0d0d;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #ffffff;
    background-color: #0d0d0d;
    border-color: #0d0d0d;
}

.btn-info,
.btn-info:active,
.btn-info.active {
    background-color: #5e788d;
    border-color: #5e788d;
    color: #ffffff;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
    color: #ffffff;
    background-color: #3f515f;
    border-color: #3f515f;
}

.btn-info.disabled,
.btn-info:disabled {
    color: #ffffff;
    background-color: #3f515f;
    border-color: #3f515f;
}

.btn-success,
.btn-success:active,
.btn-success.active {
    background-color: #f13f68;
    border-color: #f13f68;
    color: #ffffff;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
    color: #ffffff;
    background-color: #d40f3d;
    border-color: #d40f3d;
}

.btn-success.disabled,
.btn-success:disabled {
    color: #ffffff;
    background-color: #d40f3d;
    border-color: #d40f3d;
}

.btn-warning,
.btn-warning:active,
.btn-warning.active {
    background-color: #233e53;
    border-color: #233e53;
    color: #ffffff;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
    color: #ffffff;
    background-color: #0c161d;
    border-color: #0c161d;
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #ffffff;
    background-color: #0c161d;
    border-color: #0c161d;
}

.btn-danger,
.btn-danger:active,
.btn-danger.active {
    background-color: #f8a6a6;
    border-color: #f8a6a6;
    color: #ffffff;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
    color: #ffffff;
    background-color: #f25f5f;
    border-color: #f25f5f;
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #ffffff;
    background-color: #f25f5f;
    border-color: #f25f5f;
}

.btn-black,
.btn-black:active,
.btn-black.active {
    background-color: #333333;
    border-color: #333333;
    color: #ffffff;
}

.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
    color: #ffffff;
    background-color: #0d0d0d;
    border-color: #0d0d0d;
}

.btn-black.disabled,
.btn-black:disabled {
    color: #ffffff;
    background-color: #0d0d0d;
    border-color: #0d0d0d;
}

.btn-white,
.btn-white:active,
.btn-white.active {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #808080;
}

.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
    color: #808080;
    background-color: #d9d9d9;
    border-color: #d9d9d9;
}

.btn-white.disabled,
.btn-white:disabled {
    color: #808080;
    background-color: #d9d9d9;
    border-color: #d9d9d9;
}

.btn-white,
.btn-white:active,
.btn-white.active {
    color: #333333;
}

.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
    color: #333333;
}

.btn-white.disabled,
.btn-white:disabled {
    color: #333333;
}

.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
    background: none;
    border-color: #5a1012;
    color: #5a1012;
}

.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
    color: #ffffff;
    background-color: #b11f24;
    border-color: #b11f24;
}

.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
    color: #ffffff;
    background-color: #b11f24;
    border-color: #b11f24;
}

.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
    background: none;
    border-color: #000000;
    color: #000000;
}

.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
    color: #ffffff;
    background-color: #333333;
    border-color: #333333;
}

.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
    color: #ffffff;
    background-color: #333333;
    border-color: #333333;
}

.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
    background: none;
    border-color: #354450;
    color: #354450;
}

.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
    color: #ffffff;
    background-color: #5e788d;
    border-color: #5e788d;
}

.btn-info-outline.disabled,
.btn-info-outline:disabled {
    color: #ffffff;
    background-color: #5e788d;
    border-color: #5e788d;
}

.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
    background: none;
    border-color: #bc0e36;
    color: #bc0e36;
}

.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
    color: #ffffff;
    background-color: #f13f68;
    border-color: #f13f68;
}

.btn-success-outline.disabled,
.btn-success-outline:disabled {
    color: #ffffff;
    background-color: #f13f68;
    border-color: #f13f68;
}

.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
    background: none;
    border-color: #05080b;
    color: #05080b;
}

.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
    color: #ffffff;
    background-color: #233e53;
    border-color: #233e53;
}

.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
    color: #ffffff;
    background-color: #233e53;
    border-color: #233e53;
}

.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
    background: none;
    border-color: #f14747;
    color: #f14747;
}

.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
    color: #ffffff;
    background-color: #f8a6a6;
    border-color: #f8a6a6;
}

.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
    color: #ffffff;
    background-color: #f8a6a6;
    border-color: #f8a6a6;
}

.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
    background: none;
    border-color: #000000;
    color: #000000;
}

.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
    color: #ffffff;
    background-color: #333333;
    border-color: #333333;
}

.btn-black-outline.disabled,
.btn-black-outline:disabled {
    color: #ffffff;
    background-color: #333333;
    border-color: #333333;
}

.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
    background: none;
    border-color: #ffffff;
    color: #ffffff;
}

.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
    color: #333333;
    background-color: #ffffff;
    border-color: #ffffff;
}

.text-primary {
    color: #b11f24;
}

.text-secondary {
    color: #333333;
}

.text-success {
    color: #f13f68;
}

.text-info {
    color: #5e788d;
}

.text-warning {
    color: #233e53;
}

.text-danger {
    color: #f8a6a6;
}

.text-white {
    color: #ffffff;
}

.text-black {
    color: #000000;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #5a1012;
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #000000;
}

a.text-success:hover,
a.text-success:focus {
    color: #bc0e36;
}

a.text-info:hover,
a.text-info:focus {
    color: #354450;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #05080b;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #f14747;
}

a.text-white:hover,
a.text-white:focus {
    color: #b3b3b3;
}

a.text-black:hover,
a.text-black:focus {
    color: #4d4d4d;
}

.alert-success {
    background-color: #f13f68;
}

.alert-info {
    background-color: #5e788d;
}

.alert-warning {
    background-color: #233e53;
}

.alert-danger {
    background-color: #f8a6a6;
}

a,
a:hover {
    color: #b11f24;
}

.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
    color: #e56b6f;
}

.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
    color: #fffdfe;
}

.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
    color: #a7b7c4;
}

.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
    color: #8db2cf;
}

.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
    color: #ffffff;
}

.mobirise-spinner em:nth-child(1) {
    background: #b11f24;
}

.mobirise-spinner em:nth-child(2) {
    background: #333333;
}

.mobirise-spinner em:nth-child(3) {
    background: #f13f68;
}

#scrollToTopMarker {
    display: none;
}

#scrollToTopButton {
    background-color: #f06060;
}

#scrollToTopButton a:before {
    background: #ffffff;
}

#scrollToTopButton a:after {
    border-top-color: #ffffff;
    border-right-color: #ffffff;
}

.cid-rG6GI2xxbg .nav-item:focus,
.cid-rG6GI2xxbg .nav-link:focus {
    outline: none;
}

.cid-rG6GI2xxbg .navbar-nav {
    list-style-type: none;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
}

.cid-rG6GI2xxbg .navbar-nav .nav-link {
    margin: 0.667em 1em;
    font-weight: normal;
}

@media (max-width: 991px) {
    .cid-rG6GI2xxbg ul.navbar-nav {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .cid-rG6GI2xxbg ul.navbar-nav li {
        margin: auto;
    }
    .cid-rG6GI2xxbg .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
        content: "";
        margin-left: 0.25rem;
        border-top: 0.35em solid;
        border-right: 0.35em solid transparent;
        border-left: 0.35em solid transparent;
        border-bottom: 0;
        top: 55%;
    }
    .cid-rG6GI2xxbg .nav-dropdown .dropdown-menu .dropdown-item {
        -webkit-justify-content: center;
        justify-content: center;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
    }
}

.cid-rG6GI2xxbg .nav-dropdown .dropdown-menu {
    border-radius: 0;
    border: 0;
    left: 0;
    margin: 0;
    min-width: 10rem;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
    position: absolute;
}

.cid-rG6GI2xxbg .nav-dropdown .dropdown-menu .dropdown-item {
    font-weight: 400;
    line-height: 2;
    display: -webkit-flex;
    align-items: center;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
    -webkit-align-items: center;
}

.cid-rG6GI2xxbg .nav-dropdown .dropdown-menu .dropdown {
    position: relative;
}

.cid-rG6GI2xxbg .nav-item.dropdown {
    position: relative;
}

.cid-rG6GI2xxbg .nav-item.dropdown .dropdown-menu {
    z-index: -1;
    opacity: 0;
    pointer-events: none;
}

.cid-rG6GI2xxbg .nav-item.dropdown:hover > .dropdown-menu {
    z-index: 1;
    opacity: 1;
    pointer-events: all;
}

.cid-rG6GI2xxbg .dropdown-menu .dropdown:hover > .dropdown-menu {
    z-index: 1;
    opacity: 1;
    pointer-events: all;
}

.cid-rG6GI2xxbg .link.dropdown-toggle:after {
    content: "";
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
}

.cid-rG6GI2xxbg .nav-dropdown .dropdown-submenu {
    top: 0;
}

.cid-rG6GI2xxbg .navbar {
    z-index: 100;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    width: 100%;
    min-height: 77px;
    transition: all 0.3s;
    background: #ffffff;
}

.cid-rG6GI2xxbg .navbar .navbar-logo {
    margin-right: 0.8rem;
}

.cid-rG6GI2xxbg .navbar .navbar-logo img {
    height: 100%;
}

.cid-rG6GI2xxbg .navbar.navbar-short {
    background: #ffffff;
}

.cid-rG6GI2xxbg .navbar.navbar-short .navbar-brand {
    padding: 0;
}

.cid-rG6GI2xxbg .navbar.opened {
    transition: all 0.3s;
    background: #ffffff;
}

.cid-rG6GI2xxbg .navbar .dropdown-item {
    padding: 0.25rem 1.5rem;
}

.cid-rG6GI2xxbg .navbar .navbar-collapse {
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    z-index: 1;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -webkit-align-items: center;
    align-items: center;
}

.cid-rG6GI2xxbg .navbar.collapsed button.navbar-toggler {
    display: block;
}

.cid-rG6GI2xxbg .navbar.collapsed .navbar-collapse {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    min-height: 100vh;
    background: #ffffff;
    padding: 1.5rem 2rem 1rem 2rem;
}

.cid-rG6GI2xxbg .navbar.collapsed.opened .navbar-collapse.show,
.cid-rG6GI2xxbg .navbar.collapsed.opened .navbar-collapse.collapsing {
    display: block;
}

.cid-rG6GI2xxbg .navbar.collapsed.opened .dropdown-menu {
    top: 0;
}

.cid-rG6GI2xxbg .navbar.collapsed .dropdown-menu {
    position: relative;
    background: transparent;
}

.cid-rG6GI2xxbg .navbar.collapsed .dropdown-menu .dropdown-submenu {
    left: 0;
}

.cid-rG6GI2xxbg .navbar.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
}

.cid-rG6GI2xxbg .navbar.collapsed .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    margin: 0;
}

.cid-rG6GI2xxbg .navbar.collapsed .navbar-brand {
    flex-shrink: initial;
    word-break: break-word;
    -webkit-flex-shrink: initial;
}

@media (max-width: 991px) {
    .cid-rG6GI2xxbg .navbar .navbar-collapse {
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        min-height: 100vh;
        background: #ffffff;
        padding: 1rem 2rem 1rem 2rem;
    }
    .cid-rG6GI2xxbg .navbar.opened .navbar-collapse.show,
    .cid-rG6GI2xxbg .navbar.opened .navbar-collapse.collapsing {
        display: block;
    }
    .cid-rG6GI2xxbg .navbar.opened .dropdown-menu {
        top: 0;
    }
    .cid-rG6GI2xxbg .navbar .dropdown-menu {
        position: relative;
        background: transparent;
    }
    .cid-rG6GI2xxbg .navbar .dropdown-menu .dropdown-submenu {
        left: 0;
    }
    .cid-rG6GI2xxbg .navbar .dropdown-menu .dropdown-item:after {
        right: auto;
    }
    .cid-rG6GI2xxbg .navbar .dropdown-menu .dropdown-item {
        padding: 0.25rem 1.5rem;
        text-align: center;
        margin: 0;
    }
    .cid-rG6GI2xxbg .navbar .navbar-brand {
        -webkit-flex-shrink: initial;
        flex-shrink: initial;
        word-break: break-word;
    }
}

.cid-rG6GI2xxbg .navbar-brand {
    display: flex;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 0;
    padding: 0;
    transition: all 0.3s;
    word-break: break-word;
    z-index: 1;
}

.cid-rG6GI2xxbg .navbar-brand .navbar-caption {
    line-height: inherit;
    font-weight: normal;
}

.cid-rG6GI2xxbg .navbar-brand .navbar-logo a {
    outline: none;
}

.cid-rG6GI2xxbg .dropdown-item.active,
.cid-rG6GI2xxbg .dropdown-item:active {
    background-color: transparent;
}

.cid-rG6GI2xxbg .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
}

.cid-rG6GI2xxbg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background: #ffffff;
}

.cid-rG6GI2xxbg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
    margin: 0;
    left: 100%;
}

.cid-rG6GI2xxbg .navbar .dropdown.open > .dropdown-menu {
    display: block;
}

.cid-rG6GI2xxbg ul.navbar-nav {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.cid-rG6GI2xxbg .navbar-buttons {
    text-align: center;
}

.cid-rG6GI2xxbg button.navbar-toggler {
    display: none;
    outline: none;
    width: 31px;
    height: 20px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    -webkit-align-self: center;
    align-self: center;
}

.cid-rG6GI2xxbg button.navbar-toggler .hamburger span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
}

.cid-rG6GI2xxbg button.navbar-toggler .hamburger span:nth-child(1) {
    top: 0;
    transition: all 0.2s;
}

.cid-rG6GI2xxbg button.navbar-toggler .hamburger span:nth-child(2) {
    top: 8px;
    transition: all 0.15s;
}

.cid-rG6GI2xxbg button.navbar-toggler .hamburger span:nth-child(3) {
    top: 8px;
    transition: all 0.15s;
}

.cid-rG6GI2xxbg button.navbar-toggler .hamburger span:nth-child(4) {
    top: 16px;
    transition: all 0.2s;
}

.cid-rG6GI2xxbg nav.opened .navbar-toggler:not(.hide) .hamburger span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all 0.2s;
}

.cid-rG6GI2xxbg nav.opened .navbar-toggler:not(.hide) .hamburger span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.25s;
}

.cid-rG6GI2xxbg nav.opened .navbar-toggler:not(.hide) .hamburger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all 0.25s;
}

.cid-rG6GI2xxbg nav.opened .navbar-toggler:not(.hide) .hamburger span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all 0.2s;
}

.cid-rG6GI2xxbg .navbar-dropdown {
    padding: 0.5rem 1rem;
    position: fixed;
}

.cid-rG6GI2xxbg a.nav-link {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.cid-rG6GI2xxbg .nav-link .mbr-iconfont,
.cid-rG6GI2xxbg .dropdown-item .mbr-iconfont {
    margin-right: 0.2rem;
}

.cid-rG6GI2xxbg .ampstart-btn {
    display: flex;
    -webkit-align-self: center;
    align-self: center;
}

.cid-rG6GI2xxbg .ampstart-btn.hamburger {
    position: relative;
    right: 20px;
    margin-left: auto;
    width: 30px;
    height: 20px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1000;
}

.cid-rG6GI2xxbg .ampstart-btn.hamburger:focus {
    outline: none;
}

.cid-rG6GI2xxbg .ampstart-btn.hamburger span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
}

.cid-rG6GI2xxbg .ampstart-btn.hamburger span:nth-child(1) {
    top: 0;
    transition: all 0.2s;
}

.cid-rG6GI2xxbg .ampstart-btn.hamburger span:nth-child(2) {
    top: 8px;
    transition: all 0.15s;
}

.cid-rG6GI2xxbg .ampstart-btn.hamburger span:nth-child(3) {
    top: 8px;
    transition: all 0.15s;
}

.cid-rG6GI2xxbg .ampstart-btn.hamburger span:nth-child(4) {
    top: 16px;
    transition: all 0.2s;
}

@media (min-width: 992px) {
    .cid-rG6GI2xxbg .ampstart-btn,
    .cid-rG6GI2xxbg amp-sidebar {
        display: none;
    }
    .cid-rG6GI2xxbg .dropdown-menu .dropdown-toggle:after {
        content: "";
        border-bottom: 0.35em solid transparent;
        border-left: 0.35em solid;
        border-right: 0;
        border-top: 0.35em solid transparent;
        margin-left: 0.3rem;
        margin-top: -0.3077em;
        position: absolute;
        right: 1.1538em;
        top: 50%;
    }
}

.cid-rG6GI2xxbg amp-sidebar {
    min-width: 260px;
    z-index: 1050;
    background-color: #ffffff;
}

.cid-rG6GI2xxbg amp-sidebar.open:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: red;
}

.cid-rG6GI2xxbg .open {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    display: block;
}

.cid-rG6GI2xxbg .builder-sidebar {
    background-color: #ffffff;
    position: relative;
    min-height: 100vh;
    z-index: 1030;
    padding: 1rem 2rem;
    max-width: 20rem;
}

.cid-rG6GI2xxbg .builder-sidebar .dropdown {
    position: relative;
}

.cid-rG6GI2xxbg .builder-sidebar .dropdown:hover > .dropdown-menu {
    position: relative;
    text-align: center;
}

.cid-rG6GI2xxbg .sidebar {
    padding: 1rem 0;
    margin: 0;
}

.cid-rG6GI2xxbg .sidebar > li {
    list-style: none;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.cid-rG6GI2xxbg .sidebar a {
    display: block;
    text-decoration: none;
    margin-bottom: 10px;
}

.cid-rG6GI2xxbg .close-sidebar {
    width: 30px;
    height: 30px;
    position: relative;
    cursor: pointer;
    background-color: transparent;
    border: none;
}

.cid-rG6GI2xxbg .close-sidebar:focus {
    outline: 2px auto #b11f24;
}

.cid-rG6GI2xxbg .close-sidebar span {
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
}

.cid-rG6GI2xxbg .close-sidebar span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cid-rG6GI2xxbg .close-sidebar span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.cid-rG6GI2xxbg amp-img {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 99px;
    height: auto;
}

@media (max-width: 768px) {
    .cid-rG6GI2xxbg amp-img {
        max-width: 55px;
    }
}

.cid-rG6GTneWkV {
    background-image: url("../images/background-lct.jpg");
}

.cid-rG6GTneWkV .mbr-overlay {
    background-color: #000000;
    opacity: 0.7;
}

.cid-rG6GTneWkV .mbr-text {
    font-style: italic;
}

.cid-rG6IpCZEJT {
    padding-top: 15px;
    padding-bottom: 0px;
    background-color: #333333;
}

.cid-rG6IpCZEJT .card-img a {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.cid-rG6IpCZEJT .mbr-text {
    color: #9c9a9a;
}

.cid-rG6IpCZEJT .mbr-section-title {
    text-align: center;
    color: #ffffff;
}

.cid-rG6IpCZEJT .mbr-text,
.cid-rG6IpCZEJT .mbr-section-btn {
    text-align: center;
}

.cid-rG6IpCZEJT .ico-wrapper {
    -webkit-flex-direction: row;
    flex-direction: row;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cid-rG6IpCZEJT .card-img {
    border: 2px solid #b11f24;
    border-radius: 100%;
    width: 45px;
    margin: 5px;
    height: 45px;
    position: relative;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    transition: all 0.3s;
}

.cid-rG6IpCZEJT .card-img:hover {
    background-color: #b11f24;
}

.cid-rG6IpCZEJT .iconfont-wrapper {
    display: inline-block;
    width: 2rem;
    height: 1.5rem;
}

.cid-rG6IpCZEJT .iconfont-wrapper .amp-iconfont {
    font-size: 1.5rem;
    color: #ffffff;
}

.cid-rG6ItHe2Mn {
    padding-top: 70px;
    padding-bottom: 20px;
    background-color: #333333;
}

.cid-rG6ItHe2Mn .main-row {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.cid-rG6ItHe2Mn .main-row > * {
    -webkit-flex: 1;
    flex: 1;
}

.cid-rG6ItHe2Mn .group-title {
    color: gray;
    margin-bottom: 0;
    text-align: left;
}

.cid-rG6ItHe2Mn .items {
    padding-right: 30px;
    padding-left: 15px;
    padding-bottom: 30px;
}

.cid-rG6ItHe2Mn .map-placeholder {
    color: gray;
    display: none;
}

.cid-rG6ItHe2Mn .map-placeholder h4 {
    padding-top: 5rem;
    color: #ffffff;
    text-align: center;
}

.cid-rG6ItHe2Mn .list-item {
    display: flex;
    padding-top: 15px;
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
    text-align: left;
    align-items: center;
}

.cid-rG6ItHe2Mn .list-item h5 {
    margin: 0;
    width: 100%;
}

.cid-rG6ItHe2Mn .google-map {
    height: 325px;
    position: relative;
    width: 100%;
}

.cid-rG6ItHe2Mn .google-map iframe {
    height: 100%;
    width: 100%;
}

.cid-rG6ItHe2Mn .google-map [data-state-details] {
    color: #ffffff;
    height: 1.5em;
    margin-top: -0.75em;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}

.cid-rG6ItHe2Mn .google-map[data-state] {
    background: #e9e5dc;
}

.cid-rG6ItHe2Mn .google-map[data-state="loading"] [data-state-details] {
    display: none;
}

@media (max-width: 992px) {
    .cid-rG6ItHe2Mn .main-row {
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.cid-rG6ItHe2Mn .text {
    text-align: left;
}

.cid-rG6ItHe2Mn .iconfont-wrapper {
    display: flex;
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 1rem;
}

.cid-rG6ItHe2Mn .iconfont-wrapper .amp-iconfont {
    color: #b12025;
    font-size: 0.8rem;
}

.engine {
    position: absolute;
    text-indent: -2400px;
    text-align: center;
    padding: 0;
    top: 0;
    left: -2400px;
}

[class*="-iconfont"] {
    display: inline-flex;
}
.home-box-1 {
	background: rgba(117,32,37,0.5);
	padding: 50px 10px;
	color:#fff;
	 font-family: 'Roboto', sans-serif;
	text-align: center;
}

.home-box-2 {
	background: rgba(0,63,61,0.5);
	padding: 50px 10px;
	color:#fff;
	 font-family: 'Roboto', sans-serif;
	text-align: center;
}

.home-box-3 {
	background: rgba(82,0,48,0.5);
	padding: 50px 10px;
	color:#fff;
	 font-family: 'Roboto', sans-serif;
	text-align: center;
}

.home-box-4 {
	background: rgba(179,97,32,0.5);
	padding: 50px 10px;
	color:#fff;
	 font-family: 'Roboto', sans-serif;
	text-align: center;
}

.home-box-5 {
	background: rgba(0,0,0,0.5);
	padding: 50px 10px;
	color:#fff;
	 font-family: 'Roboto', sans-serif;
	text-align: center;
}

.home-box-1, .home-box-2, .home-box-3, .home-box-4, .home-box-5 {
	font-size:1rem;
}
.home-box-1 h2, .home-box-2 h2, .home-box-3 h2, .home-box-4 h2, .home-box-5 h2 {
	font-size:2.5rem;
	font-weight: bold;
}

.home-box-1 a, .home-box-2 a, .home-box-3 a, .home-box-4 a, .home-box-5 a {
	color:#fff;
}

.home-box-1 a:hover, .home-box-2 a:hover, .home-box-3 a:hover, .home-box-4 a:hover, .home-box-5 a:hover {
	color:#eee;
	text-decoration: underline;
}

.fancy {
	display: inline-block;
	position:relative;
	line-height: 0.5rem;
	text-align: center;

}



.fancy::before, .fancy::after {
  content: "";
	width:30%!important;
 border-bottom: 1px solid #fff;
}

.fancy::before {
	width:80%;
	right:100%;
	margin-right:15px;
	position:absolute;
		height:5px;
	box-sizing: border-box;
	
}

.fancy::after {
  content: "";
	width:30%!important;
 border-bottom: 1px solid #fff;
	
}

.fancy::after {
	width:80%;
	margin-left:15px;
	position:absolute;
		height:5px;
	box-sizing: border-box;
	
}

.header-margin {
	padding-top:10%;
}

@media (max-width: 823px) {
	.header-margin { 
padding-top:20%;	
	}
	
}

@media (max-width: 414px) {
	.header-margin { 
padding-top:30%;	
	}
	
}

.googleCalendar{
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 50%;
}

.googleCalendar iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
}

/* Start agenda view calendar display
@media (min-width: 992px) {
	#AgendaCalendar {
		display: none;
	}}

@media (max-width: 991px) {
#FullCalendar {
	display:none;
}
}


@media (max-width: 991px) {
	#AgendaCalendar {
		display: contents;
	}
	
	}
End agenda view calendar display */ 