

@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);

body
{
    font-family: Rubik;
}

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

.display-1 > .mbr-iconfont
{
    font-size: 6.4rem;
}

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

.display-2 > .mbr-iconfont
{
    font-size: 4.8rem;
}

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

.display-4 > .mbr-iconfont
{
    font-size: 1.6rem;
}

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

.display-5 > .mbr-iconfont
{
    font-size: 2.4rem;
}

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

.display-7 > .mbr-iconfont
{
    font-size: 1.6rem;
}

/* ---- Fluid typography for mobile devices ---- */

/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */

/* 100vw - current viewport width */

/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */

/* 0.65 - min scale variable, may vary */

@media (max-width: 768px)
{
.display-1 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.05rem + (4 - 2.05) * ((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-4 {
    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-5 {
    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))));
  }
}

/* Buttons */

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

.btn-sm
{
    padding: 0.6rem 1.5rem;
    border-radius: 3px;
}

.btn-md
{
    padding: 1rem 3rem;
    border-radius: 3px;
}

.btn-lg
{
    padding: 1.2rem 3.2rem;
    border-radius: 3px;
}

.bg-primary
{
    background-color: #0f7699 !important;
}

.bg-success
{
    background-color: #e4d295 !important;
}

.bg-info
{
    background-color: #073b4c !important;
}

.bg-warning
{
    background-color: #879a9f !important;
}

.bg-danger
{
    background-color: #b2ccd2 !important;
}

.btn-primary,
.btn-primary:active
{
    background-color: #0f7699 !important;
    border-color: #0f7699 !important;
    color: #ffffff !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active
{
    color: #ffffff !important;
    background-color: #084053 !important;
    border-color: #084053 !important;
}

.btn-primary.disabled,
.btn-primary:disabled
{
    color: #ffffff !important;
    background-color: #084053 !important;
    border-color: #084053 !important;
}

.btn-secondary,
.btn-secondary:active
{
    background-color: #7f1933 !important;
    border-color: #7f1933 !important;
    color: #ffffff !important;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active
{
    color: #ffffff !important;
    background-color: #3f0c19 !important;
    border-color: #3f0c19 !important;
}

.btn-secondary.disabled,
.btn-secondary:disabled
{
    color: #ffffff !important;
    background-color: #3f0c19 !important;
    border-color: #3f0c19 !important;
}

.btn-info,
.btn-info:active
{
    background-color: #073b4c !important;
    border-color: #073b4c !important;
    color: #ffffff !important;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active
{
    color: #ffffff !important;
    background-color: #010506 !important;
    border-color: #010506 !important;
}

.btn-info.disabled,
.btn-info:disabled
{
    color: #ffffff !important;
    background-color: #010506 !important;
    border-color: #010506 !important;
}

.btn-success,
.btn-success:active
{
    background-color: #e4d295 !important;
    border-color: #e4d295 !important;
    color: #615119 !important;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active
{
    color: #615119 !important;
    background-color: #d4b858 !important;
    border-color: #d4b858 !important;
}

.btn-success.disabled,
.btn-success:disabled
{
    color: #615119 !important;
    background-color: #d4b858 !important;
    border-color: #d4b858 !important;
}

.btn-warning,
.btn-warning:active
{
    background-color: #879a9f !important;
    border-color: #879a9f !important;
    color: #ffffff !important;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active
{
    color: #ffffff !important;
    background-color: #617479 !important;
    border-color: #617479 !important;
}

.btn-warning.disabled,
.btn-warning:disabled
{
    color: #ffffff !important;
    background-color: #617479 !important;
    border-color: #617479 !important;
}

.btn-danger,
.btn-danger:active
{
    background-color: #b2ccd2 !important;
    border-color: #b2ccd2 !important;
    color: #ffffff !important;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active
{
    color: #ffffff !important;
    background-color: #82acb6 !important;
    border-color: #82acb6 !important;
}

.btn-danger.disabled,
.btn-danger:disabled
{
    color: #ffffff !important;
    background-color: #82acb6 !important;
    border-color: #82acb6 !important;
}

.btn-white
{
    color: #333333 !important;
}

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

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

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

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

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

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

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

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

.btn-primary-outline.disabled,
.btn-primary-outline:disabled
{
    color: #ffffff !important;
    background-color: #0f7699 !important;
    border-color: #0f7699 !important;
}

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

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

.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled
{
    color: #ffffff !important;
    background-color: #7f1933 !important;
    border-color: #7f1933 !important;
}

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

.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active
{
    color: #ffffff;
    background-color: #073b4c;
    border-color: #073b4c;
}

.btn-info-outline.disabled,
.btn-info-outline:disabled
{
    color: #ffffff !important;
    background-color: #073b4c !important;
    border-color: #073b4c !important;
}

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

.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active
{
    color: #615119;
    background-color: #e4d295;
    border-color: #e4d295;
}

.btn-success-outline.disabled,
.btn-success-outline:disabled
{
    color: #615119 !important;
    background-color: #e4d295 !important;
    border-color: #e4d295 !important;
}

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

.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active
{
    color: #ffffff;
    background-color: #879a9f;
    border-color: #879a9f;
}

.btn-warning-outline.disabled,
.btn-warning-outline:disabled
{
    color: #ffffff !important;
    background-color: #879a9f !important;
    border-color: #879a9f !important;
}

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

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

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

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

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

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

.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: #0f7699 !important;
}

.text-secondary
{
    color: #7f1933 !important;
}

.text-success
{
    color: #e4d295 !important;
}

.text-info
{
    color: #073b4c !important;
}

.text-warning
{
    color: #879a9f !important;
}

.text-danger
{
    color: #b2ccd2 !important;
}

.text-white
{
    color: #ffffff !important;
}

.text-black
{
    color: #000000 !important;
}

a.text-primary:hover,
a.text-primary:focus
{
    color: #062e3c !important;
}

a.text-secondary:hover,
a.text-secondary:focus
{
    color: #2a0811 !important;
}

a.text-success:hover,
a.text-success:focus
{
    color: #cfaf44 !important;
}

a.text-info:hover,
a.text-info:focus
{
    color: #000000 !important;
}

a.text-warning:hover,
a.text-warning:focus
{
    color: #55666b !important;
}

a.text-danger:hover,
a.text-danger:focus
{
    color: #72a1ac !important;
}

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

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

.alert-success
{
    background-color: #70c770;
}

.alert-info
{
    background-color: #073b4c;
}

.alert-warning
{
    background-color: #879a9f;
}

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

.mbr-section-btn a.btn:not(.btn-form)
{
    border-radius: 100px;
}

.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus
{
    box-shadow: none !important;
}

.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus
{
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
    -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}

.mbr-gallery-filter li a
{
    border-radius: 100px !important;
}

.mbr-gallery-filter li.active .btn
{
    background-color: #0f7699;
    border-color: #0f7699;
    color: #ffffff;
}

.mbr-gallery-filter li.active .btn:focus
{
    box-shadow: none;
}

.nav-tabs .nav-link
{
    border-radius: 100px !important;
}

a,
a:hover
{
    color: #0f7699;
}

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

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

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

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

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

/* Scroll to top button*/

#scrollToTop a
{
    border-radius: 100px;
}

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

.form-control > .mbr-iconfont
{
    font-size: 1.6rem;
}

blockquote
{
    border-color: #0f7699;
}

/* Forms */

.mbr-form .btn
{
    margin: .4rem 0;
}

.mbr-form .input-group-btn a.btn
{
    border-radius: 100px !important;
}

.mbr-form .input-group-btn a.btn:hover
{
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}

.mbr-form .input-group-btn button[type="submit"]
{
    border-radius: 100px !important;
    padding: 1rem 3rem;
}

.mbr-form .input-group-btn button[type="submit"]:hover
{
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px)
{
    .btn
    {
        font-size: .75rem !important;
    }
    .btn .mbr-iconfont
    {
        font-size: 1rem !important;
    }
}

/* Footer */

.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before
{
    background: #0f7699;
}

.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover
{
    color: #0f7699;
}

.footer3 input[type="email"],
.footer4 input[type="email"]
{
    border-radius: 100px !important;
}

.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn
{
    border-radius: 100px !important;
}

.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"]
{
    border-radius: 100px !important;
}

/* Headers*/

.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"]
{
    border-radius: 100px;
}

.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"]
{
    border-radius: 100px;
}

.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"]
{
    border-radius: 100px;
}

.header13 .form-inline a.btn,
.header14 .form-inline a.btn
{
    border-radius: 100px;
}

.header13 .form-inline button,
.header14 .form-inline button
{
    border-radius: 100px !important;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)
{
    .card-wrapper
    {
        flex: auto !important;
    }
}

.jq-selectbox li:hover,
.jq-selectbox li.selected
{
    background-color: #0f7699;
    color: #ffffff;
}

.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after
{
    transition: 0.4s;
    border-top-color: currentColor;
    border-bottom-color: currentColor;
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after
{
    border-top-color: #0f7699;
    border-bottom-color: #0f7699;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current
{
    color: #ffffff !important;
    background-color: #0f7699 !important;
    box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover
{
    color: #ffffff !important;
    background: #7f1933 !important;
    box-shadow: none !important;
}

.lazy-bg
{
    background-image: none !important;
}

.lazy-placeholder:not(section),
.lazy-none
{
    display: block;
    position: relative;
    padding-bottom: 56.25%;
}

iframe.lazy-placeholder,
.lazy-placeholder:after
{
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    background: transparent no-repeat center;
    background-size: contain;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%230f7699' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
}

section.lazy-placeholder:after
{
    opacity: 0.3;
}

.cid-sf1FL2GlhU .navbar
{
    background: #ffffff;
    transition: none;
    min-height: 77px;
    padding: .5rem 0;
}

.cid-sf1FL2GlhU .navbar-dropdown.bg-color.transparent.opened
{
    background: #ffffff;
}

.cid-sf1FL2GlhU a
{
    font-style: normal;
}

.cid-sf1FL2GlhU .nav-item span
{
    padding-right: 0.4em;
    line-height: 0.5em;
    vertical-align: text-bottom;
    position: relative;
    text-decoration: none;
}

.cid-sf1FL2GlhU .nav-item a
{
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    padding: 0.7rem 0 !important;
    margin: 0rem .65rem !important;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}

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

.cid-sf1FL2GlhU .btn
{
    padding: 0.4rem 1.5rem;
    display: -webkit-inline-flex;
    align-items: center;
    -webkit-align-items: center;
}

.cid-sf1FL2GlhU .btn .mbr-iconfont
{
    font-size: 1.6rem;
}

.cid-sf1FL2GlhU .menu-logo
{
    margin-right: auto;
}

.cid-sf1FL2GlhU .menu-logo .navbar-brand
{
    display: flex;
    margin-left: 5rem;
    padding: 0;
    transition: padding .2s;
    min-height: 3.8rem;
    -webkit-align-items: center;
    align-items: center;
}

.cid-sf1FL2GlhU .menu-logo .navbar-brand .navbar-caption-wrap
{
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    word-break: break-word;
    min-width: 7rem;
    margin: .3rem 0;
}

.cid-sf1FL2GlhU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption
{
    line-height: 1.2rem !important;
    padding-right: 2rem;
}

.cid-sf1FL2GlhU .menu-logo .navbar-brand .navbar-logo
{
    font-size: 4rem;
    transition: font-size 0.25s;
}

.cid-sf1FL2GlhU .menu-logo .navbar-brand .navbar-logo img
{
    display: flex;
}

.cid-sf1FL2GlhU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont
{
    transition: font-size 0.25s;
}

.cid-sf1FL2GlhU .menu-logo .navbar-brand .navbar-logo a
{
    display: inline-flex;
}

.cid-sf1FL2GlhU .navbar-toggleable-sm .navbar-collapse
{
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    padding-right: 5rem;
    width: auto;
}

.cid-sf1FL2GlhU .navbar-toggleable-sm .navbar-collapse .navbar-nav
{
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding-left: 0;
}

.cid-sf1FL2GlhU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item
{
    -webkit-align-self: center;
    align-self: center;
}

.cid-sf1FL2GlhU .navbar-toggleable-sm .navbar-collapse .navbar-buttons
{
    padding-left: 0;
    padding-bottom: 0;
}

.cid-sf1FL2GlhU .dropdown .dropdown-menu
{
    background: #ffffff;
    visibility: hidden;
    display: block;
    position: absolute;
    min-width: 5rem;
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
    text-align: left;
}

.cid-sf1FL2GlhU .dropdown .dropdown-menu .dropdown-item
{
    width: auto;
    padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}

.cid-sf1FL2GlhU .dropdown .dropdown-menu .dropdown-item::after
{
    right: 0.5rem;
}

.cid-sf1FL2GlhU .dropdown .dropdown-menu .dropdown-submenu
{
    margin: 0;
}

.cid-sf1FL2GlhU .dropdown.open > .dropdown-menu
{
    visibility: visible;
}

.cid-sf1FL2GlhU .navbar-toggleable-sm.opened:after
{
    position: absolute;
    width: 100vw;
    height: 100vh;
    content: '';
    background-color: rgba(0, 0, 0, 0.1);
    left: 0;
    bottom: 0;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    z-index: 1000;
}

.cid-sf1FL2GlhU .navbar.navbar-short
{
    min-height: 60px;
    transition: all .2s;
}

.cid-sf1FL2GlhU .navbar.navbar-short .navbar-toggler-right
{
    top: 20px;
}

.cid-sf1FL2GlhU .navbar.navbar-short .navbar-logo a
{
    font-size: 2.5rem !important;
    line-height: 2.5rem;
    transition: font-size 0.25s;
}

.cid-sf1FL2GlhU .navbar.navbar-short .navbar-logo a .mbr-iconfont
{
    font-size: 2.5rem !important;
}

.cid-sf1FL2GlhU .navbar.navbar-short .navbar-logo a img
{
    height: 3rem !important;
}

.cid-sf1FL2GlhU .navbar.navbar-short .navbar-brand
{
    min-height: 3rem;
}

.cid-sf1FL2GlhU button.navbar-toggler
{
    width: 31px;
    height: 18px;
    cursor: pointer;
    transition: all .2s;
    top: 1.5rem;
    right: 1rem;
}

.cid-sf1FL2GlhU button.navbar-toggler:focus
{
    outline: none;
}

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

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

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

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

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

.cid-sf1FL2GlhU nav.opened .hamburger span:nth-child(1)
{
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
}

.cid-sf1FL2GlhU nav.opened .hamburger span:nth-child(2)
{
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .25s;
}

.cid-sf1FL2GlhU nav.opened .hamburger span:nth-child(3)
{
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all .25s;
}

.cid-sf1FL2GlhU nav.opened .hamburger span:nth-child(4)
{
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
}

.cid-sf1FL2GlhU .collapsed.navbar-expand
{
    flex-direction: column;
    -webkit-flex-direction: column;
}

.cid-sf1FL2GlhU .collapsed .btn
{
    display: -webkit-flex;
}

.cid-sf1FL2GlhU .collapsed .navbar-collapse
{
    display: none !important;
    padding-right: 0 !important;
}

.cid-sf1FL2GlhU .collapsed .navbar-collapse.collapsing,
.cid-sf1FL2GlhU .collapsed .navbar-collapse.show
{
    display: block !important;
}

.cid-sf1FL2GlhU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sf1FL2GlhU .collapsed .navbar-collapse.show .navbar-nav
{
    display: block;
    text-align: center;
}

.cid-sf1FL2GlhU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sf1FL2GlhU .collapsed .navbar-collapse.show .navbar-nav .nav-item
{
    clear: both;
}

.cid-sf1FL2GlhU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sf1FL2GlhU .collapsed .navbar-collapse.show .navbar-buttons
{
    text-align: center;
}

.cid-sf1FL2GlhU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sf1FL2GlhU .collapsed .navbar-collapse.show .navbar-buttons:last-child
{
    margin-bottom: 1rem;
}

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

.cid-sf1FL2GlhU .collapsed .navbar-brand
{
    margin-left: 1rem !important;
}

.cid-sf1FL2GlhU .collapsed .navbar-toggleable-sm
{
    flex-direction: column;
    -webkit-flex-direction: column;
}

.cid-sf1FL2GlhU .collapsed .dropdown .dropdown-menu
{
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
}

.cid-sf1FL2GlhU .collapsed .dropdown.open > .dropdown-menu
{
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
}

.cid-sf1FL2GlhU .collapsed .dropdown .dropdown-submenu
{
    left: 0;
    text-align: center;
    width: 100%;
}

.cid-sf1FL2GlhU .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after
{
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
}

@media (max-width: 1023px)
{
    .cid-sf1FL2GlhU.navbar-expand
    {
        flex-direction: column;
        -webkit-flex-direction: column;
    }
    .cid-sf1FL2GlhU img
    {
        height: 3.8rem !important;
    }
    .cid-sf1FL2GlhU .btn
    {
        display: -webkit-flex;
    }
}

@media (max-width:1198.99px)
{
    .cid-sf1FL2GlhU button.navbar-toggler
    {
        display: block;
    }
}

@media (max-width: 1023px)
{
    .cid-sf1FL2GlhU .navbar-brand
    {
        margin-left: 1rem !important;
    }
    .cid-sf1FL2GlhU .navbar-toggleable-sm
    {
        flex-direction: column;
        -webkit-flex-direction: column;
    }
}

@media (max-width:1198.99px)
{
    .cid-sf1FL2GlhU .navbar-collapse
    {
        display: none !important;
        padding-right: 0 !important;
    }
}

@media (max-width: 1023px)
{
    .cid-sf1FL2GlhU .navbar-collapse.collapsing,
  .cid-sf1FL2GlhU .navbar-collapse.show
    {
        display: block !important;
    }
    .cid-sf1FL2GlhU .navbar-collapse.collapsing .navbar-nav,
  .cid-sf1FL2GlhU .navbar-collapse.show .navbar-nav
    {
        display: block;
        text-align: center;
    }
    .cid-sf1FL2GlhU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sf1FL2GlhU .navbar-collapse.show .navbar-nav .nav-item
    {
        clear: both;
    }
    .cid-sf1FL2GlhU .navbar-collapse.collapsing .navbar-buttons,
  .cid-sf1FL2GlhU .navbar-collapse.show .navbar-buttons
    {
        text-align: center;
    }
    .cid-sf1FL2GlhU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sf1FL2GlhU .navbar-collapse.show .navbar-buttons:last-child
    {
        margin-bottom: 1rem;
    }
    .cid-sf1FL2GlhU .dropdown .dropdown-menu
    {
        width: 100%;
        text-align: center;
        position: relative;
        opacity: 0;
        overflow: hidden;
        display: block;
        height: 0;
        visibility: hidden;
        padding: 0;
        transition-duration: .5s;
        transition-property: opacity,padding,height;
    }
    .cid-sf1FL2GlhU .dropdown.open > .dropdown-menu
    {
        position: relative;
        opacity: 1;
        height: auto;
        padding: 1.4rem 0;
        visibility: visible;
    }
    .cid-sf1FL2GlhU .dropdown .dropdown-submenu
    {
        left: 0;
        text-align: center;
        width: 100%;
    }
    .cid-sf1FL2GlhU .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after
    {
        margin-top: 0;
        position: inherit;
        right: 0;
        top: 50%;
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: .3em;
        vertical-align: middle;
        content: "";
        border-top: .30em solid;
        border-right: .30em solid transparent;
        border-left: .30em solid transparent;
    }
}

@media (min-width: 767px)
{
    .cid-sf1FL2GlhU .menu-logo
    {
        flex-shrink: 0;
        -webkit-flex-shrink: 0;
    }
}

.cid-sf1FL2GlhU .navbar-collapse
{
    flex-basis: auto;
    -webkit-flex-basis: auto;
}

.cid-sf1FL2GlhU .nav-link:hover,
.cid-sf1FL2GlhU .dropdown-item:hover
{
    color: #767676 !important;
}

.cid-sfpnl1F7Xs
{
    background-image: url("../../../assets/images/mbr-1920x1280.jpeg");
}

.cid-sfpnl1F7Xs .mbr-section-subtitle
{
    letter-spacing: .2rem;
}

.cid-sfpnl1F7Xs .media-container-column
{
    background-color: #528799;
}

@media (max-width: 767px)
{
    .cid-sfpnl1F7Xs .media-container-column
    {
        padding: 1rem !important;
    }
}

.cid-sfpnl1F7Xs H3
{
    text-align: left;
}

@media screen and (max-width: 575px)
{
    .cid-sfpnl1F7Xs H3
    {
        text-align: center;
    }
}

.cid-sfpsmWyP2U
{
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #ffffff;
}

.cid-sfpsmWyP2U .line
{
    background-color: #073b4c;
    color: #073b4c;
    align: center;
    height: 2px;
    margin: 0 auto;
}

.cid-sfpsmWyP2U .section-text
{
    padding: 2rem 0;
}

.cid-sfpsmWyP2U .inner-container
{
    margin: 0 auto;
}

@media (max-width: 768px)
{
    .cid-sfpsmWyP2U .inner-container
    {
        width: 100% !important;
    }
}

.cid-sfptKp0Rwc
{
    padding-top: 90px;
    padding-bottom: 90px;
    padding-left: 6em;
    padding-right: 6em;
    background-color: #ffffff;
}

.cid-sfptKp0Rwc h4
{
    text-align: left;
    font-weight: 500;
}

.cid-sfptKp0Rwc p
{
    color: #767676;
    text-align: left;
}

.cid-sfptKp0Rwc .card-img
{
    text-align: left;
    padding-right: 30px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: auto;
}

.cid-sfptKp0Rwc .card-img span
{
    font-size: 72px;
    color: #707070;
}

.cid-sfptKp0Rwc .card-title
{
    margin-bottom: 0;
}

.cid-sfptKp0Rwc .mbr-crt-title
{
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.cid-sfptKp0Rwc .media
{
    margin: initial;
    align-items: center;
    -webkit-align-items: center;
}

@media (max-width: 300px)
{
    .cid-sfptKp0Rwc .card-img span
    {
        font-size: 40px !important;
    }
}

.cid-sf1GxMREqf
{
    padding-top: 90px;
    padding-bottom: 15px;
    background-color: #d6e6ea;
}

@media screen and (max-width: 575px)
{
    .cid-sf1GxMREqf
    {
        padding-top: 20px;
    }
}

.cid-sf1GxMREqf h2
{
    text-align: left;
}

.cid-sf1GxMREqf h4
{
    text-align: left;
    font-weight: 500;
}

.cid-sf1GxMREqf p
{
    color: #767676;
    text-align: left;
}

.cid-sf1GxMREqf .aside-content
{
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
}

.cid-sf1GxMREqf .block-content
{
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    word-break: break-word;
}

.cid-sf1GxMREqf .media
{
    margin: initial;
    align-items: center;
    -webkit-align-items: center;
}

.cid-sf1GxMREqf .mbr-figure
{
    align-self: flex-start;
    -webkit-align-self: flex-start;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

.cid-sf1GxMREqf .card-img
{
    padding-right: 2rem;
    width: auto;
}

.cid-sf1GxMREqf .card-img span
{
    font-size: 72px;
    color: #707070;
}

@media (min-width: 992px)
{
.cid-sf1GxMREqf .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
    .cid-sf1GxMREqf .media-container-row
    {
        -webkit-flex-direction: row-reverse;
    }
}

@media (max-width: 991px)
{
.cid-sf1GxMREqf .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
    .cid-sf1GxMREqf .media-container-row
    {
        -webkit-flex-direction: column-reverse;
    }
}

@media (max-width: 300px)
{
    .cid-sf1GxMREqf .card-img span
    {
        font-size: 40px !important;
    }
}

.cid-sftrujy1IF
{
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #d6e6ea;
}

.cid-sftrujy1IF .mbr-text,
.cid-sftrujy1IF blockquote
{
    color: #767676;
}

.cid-sfpBHBiPE4
{
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #d6e6ea;
}

.cid-sfpBHBiPE4 .card
{
    align-self: stretch;
}

.cid-sfpBHBiPE4 .card-box
{
    height: 100%;
    background-color: #ffffff;
    padding: 2rem;
}

@media screen and (max-width: 575px)
{
    .cid-sfpBHBiPE4 .card-box
    {
        padding-bottom: 0rem;
        padding-top: 1.0rem;
    }
}

.cid-sfpBHBiPE4 h4
{
    font-weight: 500;
    margin-bottom: 0;
    text-align: left;
}

.cid-sfpBHBiPE4 p
{
    color: #767676;
    text-align: left;
}

.cid-sfpBHBiPE4 .card-wrapper
{
    position: relative;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    transition: box-shadow 0.3s;
}

.cid-sfpBHBiPE4 .card-wrapper:hover
{
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s;
}

.cid-sfpBHBiPE4 .card-img
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
}

.cid-sftsSooDcK
{
    padding-top: 0px;
    padding-bottom: 60px;
    background-color: #d6e6ea;
}

.cid-sftsSooDcK .mbr-text,
.cid-sftsSooDcK blockquote
{
    color: #767676;
}

.cid-sfpPxHEoaM
{
    padding-top: 75px;
    padding-bottom: 15px;
    background-color: #ffffff;
}

@media screen and (max-width: 575px)
{
    .cid-sfpPxHEoaM
    {
        padding-top: 20px;
    }
}

.cid-sfpPxHEoaM h2
{
    text-align: left;
}

.cid-sfpPxHEoaM h4
{
    text-align: left;
    font-weight: 500;
}

.cid-sfpPxHEoaM p
{
    color: #767676;
    text-align: left;
}

.cid-sfpPxHEoaM .aside-content
{
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
}

.cid-sfpPxHEoaM .block-content
{
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    word-break: break-word;
}

.cid-sfpPxHEoaM .media
{
    margin: initial;
    align-items: center;
    -webkit-align-items: center;
}

.cid-sfpPxHEoaM .mbr-figure
{
    align-self: flex-start;
    -webkit-align-self: flex-start;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

.cid-sfpPxHEoaM .card-img
{
    padding-right: 2rem;
    width: auto;
}

.cid-sfpPxHEoaM .card-img span
{
    font-size: 72px;
    color: #707070;
}

@media (min-width: 992px)
{
    .cid-sfpPxHEoaM .mbr-figure
    {
        padding-right: 4rem;
    }
}

@media (max-width: 991px)
{
    .cid-sfpPxHEoaM .mbr-figure
    {
        padding-right: 0;
        padding-bottom: 1rem;
        margin-bottom: 2rem;
    }
}

@media (max-width: 300px)
{
    .cid-sfpPxHEoaM .card-img span
    {
        font-size: 40px !important;
    }
}

.cid-sfpPzyupRz
{
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #ffffff;
}

.cid-sfpPzyupRz .card
{
    align-self: stretch;
}

.cid-sfpPzyupRz .card-box
{
    height: 100%;
    background-color: #ffffff;
    padding: 2rem;
}

@media screen and (max-width: 575px)
{
    .cid-sfpPzyupRz .card-box
    {
        height: 100%;
        background-color: #ffffff;
        padding-bottom: 0.5rem;
        padding-top: 0rem;
    }
}

.cid-sfpPzyupRz h4
{
    font-weight: 500;
    margin-bottom: 0;
    text-align: left;
}

.cid-sfpPzyupRz p
{
    color: #767676;
    text-align: left;
}

.cid-sfpPzyupRz .card-wrapper
{
    position: relative;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    transition: box-shadow 0.3s;
}

.cid-sfpPzyupRz .card-wrapper:hover
{
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s;
}

.cid-sfpPzyupRz .card-img
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
}

.cid-sfpPzyupRz .card-title DIV
{
    text-align: left;
}

.cid-sfpWbxD845
{
    padding-top: 0px;
    padding-bottom: 60px;
    background-color: #ffffff;
}

.cid-sfpWbxD845 .mbr-text,
.cid-sfpWbxD845 blockquote
{
    color: #767676;
}

.cid-sfpStQYDe7
{
    padding-top: 90px;
    padding-bottom: 15px;
    background-color: #d6e6ea;
}

@media screen and (max-width: 575px)
{
    .cid-sfpStQYDe7
    {
        padding-top: 20px;
    }
}

.cid-sfpStQYDe7 h2
{
    text-align: left;
}

.cid-sfpStQYDe7 h4
{
    text-align: left;
    font-weight: 500;
}

.cid-sfpStQYDe7 p
{
    color: #767676;
    text-align: left;
}

.cid-sfpStQYDe7 .aside-content
{
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
}

.cid-sfpStQYDe7 .block-content
{
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    word-break: break-word;
}

.cid-sfpStQYDe7 .media
{
    margin: initial;
    align-items: center;
    -webkit-align-items: center;
}

.cid-sfpStQYDe7 .mbr-figure
{
    align-self: flex-start;
    -webkit-align-self: flex-start;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

.cid-sfpStQYDe7 .card-img
{
    padding-right: 2rem;
    width: auto;
}

.cid-sfpStQYDe7 .card-img span
{
    font-size: 72px;
    color: #707070;
}

@media (min-width: 992px)
{
.cid-sfpStQYDe7 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
    .cid-sfpStQYDe7 .media-container-row
    {
        -webkit-flex-direction: row-reverse;
    }
}

@media (max-width: 991px)
{
.cid-sfpStQYDe7 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
    .cid-sfpStQYDe7 .media-container-row
    {
        -webkit-flex-direction: column-reverse;
    }
}

@media (max-width: 300px)
{
    .cid-sfpStQYDe7 .card-img span
    {
        font-size: 40px !important;
    }
}

.cid-sfpSv35Z43
{
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #d6e6ea;
}

.cid-sfpSv35Z43 .card
{
    align-self: stretch;
}

.cid-sfpSv35Z43 .card-box
{
    height: 100%;
    background-color: #ffffff;
    padding: 2rem;
}

@media (max-width:575px)
{
    .cid-sfpSv35Z43 .card-box
    {
        height: 100%;
        background-color: #ffffff;
        padding-bottom: 0.5rem;
        padding-top: 0rem;
    }
}

.cid-sfpSv35Z43 h4
{
    font-weight: 500;
    margin-bottom: 0;
    text-align: left;
    padding-top: 1.5rem;
}

.cid-sfpSv35Z43 p
{
    color: #767676;
    text-align: left;
}

.cid-sfpSv35Z43 .card-wrapper
{
    position: relative;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    transition: box-shadow 0.3s;
}

.cid-sfpSv35Z43 .card-wrapper:hover
{
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s;
}

.cid-sfpSv35Z43 .card-img
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
}

.cid-sfpV9MYjtE
{
    padding-top: 15px;
    padding-bottom: 45px;
    background-color: #d6e6ea;
}

.cid-sfpV9MYjtE .mbr-text,
.cid-sfpV9MYjtE blockquote
{
    color: #767676;
}

.cid-sftibfILw4
{
    padding-top: 60px;
    padding-bottom: 15px;
    background-color: #ffffff;
}

@media screen and (max-width: 575px)
{
    .cid-sftibfILw4
    {
        padding-top: 20px;
    }
}

.cid-sftibfILw4 h2
{
    text-align: left;
}

.cid-sftibfILw4 h4
{
    text-align: left;
    font-weight: 500;
}

.cid-sftibfILw4 p
{
    color: #767676;
    text-align: left;
}

.cid-sftibfILw4 .aside-content
{
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
}

.cid-sftibfILw4 .block-content
{
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    word-break: break-word;
}

.cid-sftibfILw4 .media
{
    margin: initial;
    align-items: center;
    -webkit-align-items: center;
}

.cid-sftibfILw4 .mbr-figure
{
    align-self: flex-start;
    -webkit-align-self: flex-start;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

.cid-sftibfILw4 .card-img
{
    padding-right: 2rem;
    width: auto;
}

.cid-sftibfILw4 .card-img span
{
    font-size: 72px;
    color: #707070;
}

@media (min-width: 992px)
{
    .cid-sftibfILw4 .mbr-figure
    {
        padding-right: 4rem;
    }
}

@media (max-width: 991px)
{
    .cid-sftibfILw4 .mbr-figure
    {
        padding-right: 0;
        padding-bottom: 1rem;
        margin-bottom: 2rem;
    }
}

@media (max-width: 300px)
{
    .cid-sftibfILw4 .card-img span
    {
        font-size: 40px !important;
    }
}

.cid-sftfllHUXs
{
    padding-top: 15px;
    padding-bottom: 30px;
    background-color: #ffffff;
}

.cid-sftfllHUXs .mbr-text
{
    color: #767676;
}

.cid-sftfllHUXs .mbr-text p
{
    background: #ffffff;
}

.cid-sftfllHUXs .mbr-text P
{
    text-align: left;
}

.cid-sf1HybaOzu
{
    padding-top: 75px;
    padding-bottom: 15px;
    background-color: #ffffff;
}

.cid-sf1HybaOzu .mbr-iconfont
{
    font-size: 48px;
    padding-right: 1rem;
}

.cid-sf1HybaOzu .icon-block
{
    margin-bottom: 10px;
}

.cid-sf1HybaOzu .icon-block .icon-block__icon
{
    display: inline-block;
    vertical-align: middle;
}

.cid-sf1HybaOzu .icon-block .icon-block__title
{
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    line-height: 1;
    font-style: italic;
}

.cid-sf1HybaOzu .mbr-text
{
    color: #767676;
}

.cid-sf1HybaOzu textarea.form-control
{
    min-height: 100px;
}

.cid-sf1HybaOzu a:not([href]):not([tabindex])
{
    color: #fff;
    border-radius: 3px;
}

.cid-sf1HybaOzu .google-map
{
    height: 30rem;
    position: relative;
}

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

.cid-sf1HybaOzu .google-map [data-state-details]
{
    color: #6b6763;
    font-family: Montserrat;
    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-sf1HybaOzu .google-map[data-state]
{
    background: #e9e5dc;
}

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

@media (max-width: 767px)
{
    .cid-sf1HybaOzu h2
    {
        padding-top: 2rem;
    }
}

@media (min-width: 768px)
{
    .cid-sf1HybaOzu .container > .row > .col-md-6:first-child
    {
        padding-right: 30px;
    }
    .cid-sf1HybaOzu .container > .row > .col-md-6:last-child
    {
        padding-left: 30px;
    }
}

.cid-sfteiyOBWb
{
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #ffffff;
}

.cid-sfteiyOBWb .mbr-text,
.cid-sfteiyOBWb blockquote
{
    color: #767676;
}

.cid-sftaSK6ia1
{
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url("../../../assets/images/1024px-andersonville-chicago-1-1024x768.jpeg");
}

@media (max-width: 767px)
{
    .cid-sftaSK6ia1 .content
    {
        text-align: center;
    }
    .cid-sftaSK6ia1 .content > div:not(:last-child)
    {
        margin-bottom: 2rem;
    }
    .cid-sftaSK6ia1 .media-wrap
    {
        margin-bottom: 1rem;
    }
}

.cid-sftaSK6ia1 .media-wrap .mbr-iconfont-logo
{
    font-size: 7.5rem;
    color: #f36;
}

.cid-sftaSK6ia1 .media-wrap img
{
    height: 6rem;
}

@media (max-width: 767px)
{
    .cid-sftaSK6ia1 .footer-lower .copyright
    {
        margin-bottom: 1rem;
        text-align: center;
    }
}

.cid-sftaSK6ia1 .footer-lower hr
{
    margin: 1rem 0;
    border-color: #fff;
    opacity: .05;
}

.cid-sftaSK6ia1 .footer-lower .social-list
{
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.cid-sftaSK6ia1 .footer-lower .social-list .mbr-iconfont-social
{
    font-size: 1.3rem;
    color: #fff;
}

.cid-sftaSK6ia1 .footer-lower .social-list .soc-item
{
    margin: 0 .5rem;
}

.cid-sftaSK6ia1 .footer-lower .social-list a
{
    margin: 0;
    opacity: .5;
    -webkit-transition: .2s linear;
    transition: .2s linear;
}

.cid-sftaSK6ia1 .footer-lower .social-list a:hover
{
    opacity: 1;
}

@media (max-width: 767px)
{
    .cid-sftaSK6ia1 .footer-lower .social-list
    {
        -webkit-justify-content: center;
        justify-content: center;
    }
}

.cid-sftaSK6ia1 .copyright > p
{
    text-align: left;
}

@media (max-width:1199px)
{
    #padding
    {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width:1198.99px)
{
    .padding
    {
        width: 100%;
        padding-top: 90px;
        padding-bottom: 90px;
        padding-left: 3em;
        padding-right: 3em;
        background-color: #ffffff;
    }
    .card-sizes
    {
        width: 100%;
        padding: 1.0rem!important;
    }
}

@media (max-width:575px)
{
    .mobile-header-background
    {
        max-height: 10rem;
    }
    .card-box
    {
        padding-top: 0.5rem;
        padding-bottom: 0rem;
        height: null;
    }
    .features10
    {
        padding-bottom: 0.5rem;
        padding-top: 0.5rem;
    }
    .c-quote
    {
        margin-bottom: -25px;
    }
    .cid-sftsSooDcK
    {
        padding-bottom: 5px;
    }
    .cid-sf1GxMREqf .mbr-figure
    {
        height: 0;
        width: 0;
        margin-bottom: 0;
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
    .cid-sfpWbxD845
    {
        padding-bottom: 0;
    }
    .cid-sf1HybaOzu
    {
        padding-top: 0;
    }
    align-center
    {
        text-align: center;
    }
    .cid-sfpV9MYjtE
    {
        padding-bottom: 0;
    }
    .cid-sftfllHUXs
    {
        padding-bottom: 0;
    }
    .cid-sftaSK6ia1
    {
        padding-top: 30px;
        padding-bottom: 0;
    }
    .cid-sf1HybaOzu .icon-block
    {
        padding-bottom: 0;
        margin-bottom: 0;
    }
}

@media (max-width:574.99px)
{
    .cid-sftaSK6ia1 .content
    {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .cid-sftaSK6ia1 .content > div:not(:last-child)
    {
        padding-bottom: 0;
        margin-bottom: 0;
    }
}

.bio
{
    padding-top: 2rem;
}

@media (max-width:575px)
{
    .cid-sfpStQYDe7 .mbr-figure
    {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0;
        height: 0;
        width: 0;
    }
    .bio
    {
        padding-top: 0;
    }
}

