@font-face {
    font-family: "Frutiger LT Pro";
    font-display: auto;
    src: url(/application/themes/custom/css/fonts/1475732/1925eb3e-b843-445d-8072-f11f28e0562f.woff2) format("woff2"),url(/application/themes/custom/css/fonts/1475732/ef7e8467-66c5-4521-afc4-777f6cf72ec4.woff) format("woff");
    font-weight: 300
}

@font-face {
    font-family: "Frutiger LT Pro";
    font-display: auto;
    src: url(/application/themes/custom/css/fonts/1475740/60cae32f-adbc-4849-a2a7-51f8148b3332.woff2) format("woff2"),url(/application/themes/custom/css/fonts/1475740/3963cec0-c35f-41fa-adb6-4ef3fc0bb056.woff) format("woff");
    font-weight: 400
}

@font-face {
    font-family: "Frutiger LT Pro";
    font-display: auto;
    src: url(/application/themes/custom/css/fonts/1475748/be2eb9d5-ee74-4084-b711-fe64163d1439.woff2) format("woff2"),url(/application/themes/custom/css/fonts/1475748/8b1cbfbd-4fa3-4330-8e32-552125871646.woff) format("woff");
    font-weight: 700
}

.ccm-page {
    overflow: visible;
    position: relative;
    background-color: #fff;
    z-index: 1;
    width: 100%;
    transition: .3s
}

.ccm-page .floatLeft {
    float: left
}

.ccm-page .floatRight {
    float: right
}

.ccm-page .clearLeft {
    clear: left
}

.ccm-page .clearRight {
    clear: right
}

.ccm-page .clearBoth {
    clear: both
}

.ccm-page .textLeft {
    text-align: left
}

.ccm-page .textRight {
    text-align: right
}

.ccm-page .textCen {
    text-align: center
}

.ccm-page .textJust {
    text-align: justify
}

.ccm-page .posRel {
    position: relative
}

.ccm-page .posAb {
    position: absolute
}

.ccm-page .posFix {
    position: fixed
}

.ccm-page .disBl {
    display: block
}

.ccm-page .disIn {
    display: inline
}

.ccm-page .disInbl {
    display: inline-block
}

.ccm-page .disNone {
    display: none
}

.ccm-page.edit-mode {
    position: static
}

.cc-window {
    font-family: omnes-pro,sans-serif
}

button.cc-revoke {
    margin: 0;
    padding: 8px 12px;
    position: fixed;
    bottom: 0;
    left: 10px;
    background-color: #bed2ff;
    color: #000;
    font-family: Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    border: 1px solid #729dff;
    border-bottom: none;
    border-radius: 8px 8px 0 0;
    transition: 60ms linear
}

button.cc-revoke:focus,button.cc-revoke:hover {
    background-color: #8bafff;
    text-decoration: underline!important
}

@media all and (max-width: 390px) {
    button.cc-revoke {
        padding:8px;
        font-size: 13px;
        font-size: 1.3rem
    }
}

.skiplinks__link {
    padding: 6px 14px;
    min-width: 250px;
    position: absolute;
    top: 2px;
    left: -9999px;
    color: #000;
    font-size: 22px;
    font-size: 2.2rem;
    text-decoration: underline;
    text-align: center
}

.skiplinks__link:focus {
    left: 2px;
    z-index: 10000;
    color: #000;
    background-color: #ffb81c
}

.skiplinks__link:hover {
    background-color: #ffd069;
    text-decoration: none
}

.visually-hidden {
    width: 1px;
    height: 1px;
    position: absolute;
    top: auto;
    left: -9999px;
    overflow: hidden
}

.bg-img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    transition: .3s
}

.bg-img.overlay::after {
    background-color: rgba(0,0,0,.15)
}

.bg-img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: .3s;
    pointer-events: none
}

.bg-img img {
    position: absolute;
    top: -10000%;
    bottom: -10000%;
    left: -10000%;
    right: -10000%;
    width: auto!important;
    height: auto!important;
    min-width: 1000%;
    min-height: 1000%;
    max-height: none!important;
    max-width: none!important;
    margin: auto!important;
    transform: scale(.1);
    -o-object-fit: cover;
    object-fit: cover
}

.footer .core-style .bg-img img,.header .core-style .bg-img img,.main .core-style .bg-img img {
    margin: auto!important
}

html body {
    overflow-x: hidden
}

.footer a,.header a,.main a {
    transition: .3s;
    font-family: omnes-pro,sans-serif;
    position: relative;
    text-decoration: none
}

.footer a:after,.header a:after,.main a:after {
    transition: .3s;
    content: '';
    width: 100%;
    position: absolute;
    bottom: -3px;
    left: 0;
    height: 1px;
    background-color: #002a8d
}

.footer a:not(.button-link):active,.footer a:not(.button-link):focus,.footer a:not(.button-link):hover,.header a:not(.button-link):active,.header a:not(.button-link):focus,.header a:not(.button-link):hover,.main a:not(.button-link):active,.main a:not(.button-link):focus,.main a:not(.button-link):hover {
    text-decoration: none
}

.footer a:not(.button-link):active:after,.footer a:not(.button-link):focus:after,.footer a:not(.button-link):hover:after,.header a:not(.button-link):active:after,.header a:not(.button-link):focus:after,.header a:not(.button-link):hover:after,.main a:not(.button-link):active:after,.main a:not(.button-link):focus:after,.main a:not(.button-link):hover:after {
    width: 50%!important
}

.footer*,.header*,.main* {
    font-family: omnes-pro,sans-serif!important
}

.footer img,.header img,.main img {
    max-width: 100%;
    height: auto!important
}

.footer .core-style,.header .core-style,.main .core-style {
    font-family: omnes-pro,sans-serif;
    color: #000
}

.footer .core-style .ccm-custom-style-container,.header .core-style .ccm-custom-style-container,.main .core-style .ccm-custom-style-container {
    margin: 0 0 30px
}

.footer .core-style :last-child,.header .core-style :last-child,.main .core-style :last-child {
    margin-bottom: 0
}

.footer .core-style .row.custom-row [class*=col-],.header .core-style .row.custom-row [class*=col-],.main .core-style .row.custom-row [class*=col-] {
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .footer .core-style .row.custom-row [class*=col-sm-],.header .core-style .row.custom-row [class*=col-sm-],.main .core-style .row.custom-row [class*=col-sm-] {
        margin-bottom:0
    }
}

@media (min-width: 992px) {
    .footer .core-style .row.custom-row [class*=col-md-],.header .core-style .row.custom-row [class*=col-md-],.main .core-style .row.custom-row [class*=col-md-] {
        margin-bottom:0
    }
}

@media (min-width: 1200px) {
    .footer .core-style .row.custom-row [class*=col-lg-],.header .core-style .row.custom-row [class*=col-lg-],.main .core-style .row.custom-row [class*=col-lg-] {
        margin-bottom:0
    }
}

.footer .core-style ol,.footer .core-style p,.footer .core-style ul,.header .core-style ol,.header .core-style p,.header .core-style ul,.main .core-style ol,.main .core-style p,.main .core-style ul {
    letter-spacing: 1px
}

.footer .core-style h1,.footer .core-style h2,.footer .core-style h3,.footer .core-style h4,.footer .core-style h5,.footer .core-style h6,.header .core-style h1,.header .core-style h2,.header .core-style h3,.header .core-style h4,.header .core-style h5,.header .core-style h6,.main .core-style h1,.main .core-style h2,.main .core-style h3,.main .core-style h4,.main .core-style h5,.main .core-style h6 {
    font-family: omnes-pro,sans-serif;
    letter-spacing: 2px;
    color: #002a8d;
    font-weight: 500!important;
    width: 100%;
    border-bottom: 1px solid #e20086;
    position: relative;
    padding-bottom: 10px;
    letter-spacing: 1px
}

.footer .core-style h1:before,.footer .core-style h2:before,.footer .core-style h3:before,.footer .core-style h4:before,.footer .core-style h5:before,.footer .core-style h6:before,.header .core-style h1:before,.header .core-style h2:before,.header .core-style h3:before,.header .core-style h4:before,.header .core-style h5:before,.header .core-style h6:before,.main .core-style h1:before,.main .core-style h2:before,.main .core-style h3:before,.main .core-style h4:before,.main .core-style h5:before,.main .core-style h6:before {
    width: 70px;
    content: '';
    position: absolute;
    bottom: 0;
    height: 5px;
    left: 0;
    background-color: #e20086
}

.footer .core-style h1:after,.footer .core-style h2:after,.footer .core-style h3:after,.footer .core-style h4:after,.footer .core-style h5:after,.footer .core-style h6:after,.header .core-style h1:after,.header .core-style h2:after,.header .core-style h3:after,.header .core-style h4:after,.header .core-style h5:after,.header .core-style h6:after,.main .core-style h1:after,.main .core-style h2:after,.main .core-style h3:after,.main .core-style h4:after,.main .core-style h5:after,.main .core-style h6:after {
    left: 0;
    position: absolute;
    content: '';
    background-image: url(/application/themes/custom/images/owl.svg);
    background-size: contain;
    background-position: 100% 11px;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat
}

.font-inc .footer .core-style h1::after,.font-inc .footer .core-style h2::after,.font-inc .footer .core-style h3::after,.font-inc .footer .core-style h4::after,.font-inc .footer .core-style h5::after,.font-inc .footer .core-style h6::after,.font-inc .header .core-style h1::after,.font-inc .header .core-style h2::after,.font-inc .header .core-style h3::after,.font-inc .header .core-style h4::after,.font-inc .header .core-style h5::after,.font-inc .header .core-style h6::after,.font-inc .main .core-style h1::after,.font-inc .main .core-style h2::after,.font-inc .main .core-style h3::after,.font-inc .main .core-style h4::after,.font-inc .main .core-style h5::after,.font-inc .main .core-style h6::after {
    display: none
}

.footer .core-style h3::after,.footer .core-style h4::after,.footer .core-style h5::after,.footer .core-style h6::after,.header .core-style h3::after,.header .core-style h4::after,.header .core-style h5::after,.header .core-style h6::after,.main .core-style h3::after,.main .core-style h4::after,.main .core-style h5::after,.main .core-style h6::after {
    background-position: 100% 8px
}

.footer .core-style address,.footer .core-style blockquote,.footer .core-style ol,.footer .core-style p,.footer .core-style pre,.footer .core-style ul,.header .core-style address,.header .core-style blockquote,.header .core-style ol,.header .core-style p,.header .core-style pre,.header .core-style ul,.main .core-style address,.main .core-style blockquote,.main .core-style ol,.main .core-style p,.main .core-style pre,.main .core-style ul {
    color: #000;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
    font-family: omnes-pro,sans-serif;
    letter-spacing: 1px;
    font-weight: 500!important
}

.footer .core-style strong,.header .core-style strong,.main .core-style strong {
    font-weight: 600!important
}

.footer .core-style h1,.header .core-style h1,.main .core-style h1 {
    font-size: 38px;
    font-size: 3.8rem
}

.footer .core-style h2,.header .core-style h2,.main .core-style h2 {
    font-size: 32px;
    font-size: 3.2rem
}

.footer .core-style h3,.header .core-style h3,.main .core-style h3 {
    font-size: 28px;
    font-size: 2.8rem
}

.footer .core-style h4,.header .core-style h4,.main .core-style h4 {
    font-size: 24px;
    font-size: 2.4rem
}

.footer .core-style h5,.header .core-style h5,.main .core-style h5 {
    font-size: 20px;
    font-size: 2rem
}

.footer .core-style h6,.header .core-style h6,.main .core-style h6 {
    font-size: 18px;
    font-size: 1.8rem
}

.footer .core-style ol,.footer .core-style ul,.header .core-style ol,.header .core-style ul,.main .core-style ol,.main .core-style ul {
    padding: 0 0 0 20px
}

.footer .core-style ol li,.footer .core-style ul li,.header .core-style ol li,.header .core-style ul li,.main .core-style ol li,.main .core-style ul li {
    margin: 0 0 10px
}

.footer .core-style ol li ol,.footer .core-style ol li ul,.footer .core-style ul li ol,.footer .core-style ul li ul,.header .core-style ol li ol,.header .core-style ol li ul,.header .core-style ul li ol,.header .core-style ul li ul,.main .core-style ol li ol,.main .core-style ol li ul,.main .core-style ul li ol,.main .core-style ul li ul {
    margin: 10px 0 0
}

.footer .core-style a,.header .core-style a,.main .core-style a {
    color: #001d5f;
    font-weight: 700;
    word-break: break-word
}

.footer .core-style blockquote,.header .core-style blockquote,.main .core-style blockquote {
    padding: 25px!important;
    background: #f9f9fa;
    border-left: 4px solid #001d5f;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto
}

.footer .core-style blockquote>:last-child,.header .core-style blockquote>:last-child,.main .core-style blockquote>:last-child {
    margin-bottom: 0
}

@media all and (max-width: 767px) {
    .cc-window {
        flex-direction:column!important
    }

    .cc-window .cc-message {
        margin-right: 0
    }

    .cc-window .cc-compliance {
        display: block;
        flex: 1 1 auto
    }

    .cc-window .cc-compliance .cc-btn {
        width: 100%;
        display: block
    }

    .cc-window .cc-compliance .cc-btn+.cc-btn {
        margin: 6px 0 0
    }

    .footer .core-style h1:after,.footer .core-style h2:after,.footer .core-style h3:after,.footer .core-style h4:after,.footer .core-style h5:after,.footer .core-style h6:after,.header .core-style h1:after,.header .core-style h2:after,.header .core-style h3:after,.header .core-style h4:after,.header .core-style h5:after,.header .core-style h6:after,.main .core-style h1:after,.main .core-style h2:after,.main .core-style h3:after,.main .core-style h4:after,.main .core-style h5:after,.main .core-style h6:after {
        display: none
    }

    .footer .core-style blockquote,.header .core-style blockquote,.main .core-style blockquote {
        padding: 20px!important
    }

    .footer .core-style address,.footer .core-style blockquote,.footer .core-style ol,.footer .core-style p,.footer .core-style ul,.header .core-style address,.header .core-style blockquote,.header .core-style ol,.header .core-style p,.header .core-style ul,.main .core-style address,.main .core-style blockquote,.main .core-style ol,.main .core-style p,.main .core-style ul {
        font-size: 16px;
        font-size: 1.6rem
    }

    .footer .core-style h1,.header .core-style h1,.main .core-style h1 {
        font-size: 28px;
        font-size: 2.8rem
    }

    .footer .core-style h2,.header .core-style h2,.main .core-style h2 {
        font-size: 24px;
        font-size: 2.4rem
    }

    .footer .core-style h3,.header .core-style h3,.main .core-style h3 {
        font-size: 20px;
        font-size: 2rem
    }

    .footer .core-style h4,.header .core-style h4,.main .core-style h4 {
        font-size: 18px;
        font-size: 1.8rem
    }

    .footer .core-style h5,.footer .core-style h6,.header .core-style h5,.header .core-style h6,.main .core-style h5,.main .core-style h6 {
        font-size: 16px;
        font-size: 1.6rem
    }
}

.footer .core-style .content-block img,.footer .core-style .lightbox-content img,.footer .core-style .single-accordion img,.header .core-style .content-block img,.header .core-style .lightbox-content img,.header .core-style .single-accordion img,.main .core-style .content-block img,.main .core-style .lightbox-content img,.main .core-style .single-accordion img {
    margin: 0 0 30px
}

.footer .core-style .content-block img[style*="float: left"],.footer .core-style .content-block img[style*="float:left"],.footer .core-style .lightbox-content img[style*="float: left"],.footer .core-style .lightbox-content img[style*="float:left"],.footer .core-style .single-accordion img[style*="float: left"],.footer .core-style .single-accordion img[style*="float:left"],.header .core-style .content-block img[style*="float: left"],.header .core-style .content-block img[style*="float:left"],.header .core-style .lightbox-content img[style*="float: left"],.header .core-style .lightbox-content img[style*="float:left"],.header .core-style .single-accordion img[style*="float: left"],.header .core-style .single-accordion img[style*="float:left"],.main .core-style .content-block img[style*="float: left"],.main .core-style .content-block img[style*="float:left"],.main .core-style .lightbox-content img[style*="float: left"],.main .core-style .lightbox-content img[style*="float:left"],.main .core-style .single-accordion img[style*="float: left"],.main .core-style .single-accordion img[style*="float:left"] {
    margin-right: 30px
}

.footer .core-style .content-block img[style*="float: right"],.footer .core-style .content-block img[style*="float:right"],.footer .core-style .lightbox-content img[style*="float: right"],.footer .core-style .lightbox-content img[style*="float:right"],.footer .core-style .single-accordion img[style*="float: right"],.footer .core-style .single-accordion img[style*="float:right"],.header .core-style .content-block img[style*="float: right"],.header .core-style .content-block img[style*="float:right"],.header .core-style .lightbox-content img[style*="float: right"],.header .core-style .lightbox-content img[style*="float:right"],.header .core-style .single-accordion img[style*="float: right"],.header .core-style .single-accordion img[style*="float:right"],.main .core-style .content-block img[style*="float: right"],.main .core-style .content-block img[style*="float:right"],.main .core-style .lightbox-content img[style*="float: right"],.main .core-style .lightbox-content img[style*="float:right"],.main .core-style .single-accordion img[style*="float: right"],.main .core-style .single-accordion img[style*="float:right"] {
    margin-left: 30px
}

.footer .core-style .content-block p img,.footer .core-style .lightbox-content p img,.footer .core-style .single-accordion p img,.header .core-style .content-block p img,.header .core-style .lightbox-content p img,.header .core-style .single-accordion p img,.main .core-style .content-block p img,.main .core-style .lightbox-content p img,.main .core-style .single-accordion p img {
    margin-bottom: 0
}

.footer .core-style .content-block p img[style*="float: left"],.footer .core-style .content-block p img[style*="float: right"],.footer .core-style .content-block p img[style*="float:left"],.footer .core-style .content-block p img[style*="float:right"],.footer .core-style .lightbox-content p img[style*="float: left"],.footer .core-style .lightbox-content p img[style*="float: right"],.footer .core-style .lightbox-content p img[style*="float:left"],.footer .core-style .lightbox-content p img[style*="float:right"],.footer .core-style .single-accordion p img[style*="float: left"],.footer .core-style .single-accordion p img[style*="float: right"],.footer .core-style .single-accordion p img[style*="float:left"],.footer .core-style .single-accordion p img[style*="float:right"],.header .core-style .content-block p img[style*="float: left"],.header .core-style .content-block p img[style*="float: right"],.header .core-style .content-block p img[style*="float:left"],.header .core-style .content-block p img[style*="float:right"],.header .core-style .lightbox-content p img[style*="float: left"],.header .core-style .lightbox-content p img[style*="float: right"],.header .core-style .lightbox-content p img[style*="float:left"],.header .core-style .lightbox-content p img[style*="float:right"],.header .core-style .single-accordion p img[style*="float: left"],.header .core-style .single-accordion p img[style*="float: right"],.header .core-style .single-accordion p img[style*="float:left"],.header .core-style .single-accordion p img[style*="float:right"],.main .core-style .content-block p img[style*="float: left"],.main .core-style .content-block p img[style*="float: right"],.main .core-style .content-block p img[style*="float:left"],.main .core-style .content-block p img[style*="float:right"],.main .core-style .lightbox-content p img[style*="float: left"],.main .core-style .lightbox-content p img[style*="float: right"],.main .core-style .lightbox-content p img[style*="float:left"],.main .core-style .lightbox-content p img[style*="float:right"],.main .core-style .single-accordion p img[style*="float: left"],.main .core-style .single-accordion p img[style*="float: right"],.main .core-style .single-accordion p img[style*="float:left"],.main .core-style .single-accordion p img[style*="float:right"] {
    margin-bottom: 15px
}

.footer .core-style .content-block p.cke-image-center,.footer .core-style .lightbox-content p.cke-image-center,.footer .core-style .single-accordion p.cke-image-center,.header .core-style .content-block p.cke-image-center,.header .core-style .lightbox-content p.cke-image-center,.header .core-style .single-accordion p.cke-image-center,.main .core-style .content-block p.cke-image-center,.main .core-style .lightbox-content p.cke-image-center,.main .core-style .single-accordion p.cke-image-center {
    text-align: center
}

.footer .core-style hr,.header .core-style hr,.main .core-style hr {
    border-color: #000;
    margin: 30px 0;
    clear: both
}

.footer .core-style img.cke-image-left,.footer .core-style img[style*="float: left"],.footer .core-style img[style*="float:left"],.header .core-style img.cke-image-left,.header .core-style img[style*="float: left"],.header .core-style img[style*="float:left"],.main .core-style img.cke-image-left,.main .core-style img[style*="float: left"],.main .core-style img[style*="float:left"] {
    float: left;
    margin: 10px 30px 10px 0!important
}

@media (max-width: 991px) {
    .footer .core-style img.cke-image-left,.footer .core-style img[style*="float: left"],.footer .core-style img[style*="float:left"],.header .core-style img.cke-image-left,.header .core-style img[style*="float: left"],.header .core-style img[style*="float:left"],.main .core-style img.cke-image-left,.main .core-style img[style*="float: left"],.main .core-style img[style*="float:left"] {
        float:none!important;
        margin: 0!important
    }
}

.footer .core-style img.cke-image-right,.footer .core-style img[style*="float: right"],.footer .core-style img[style*="float:right"],.header .core-style img.cke-image-right,.header .core-style img[style*="float: right"],.header .core-style img[style*="float:right"],.main .core-style img.cke-image-right,.main .core-style img[style*="float: right"],.main .core-style img[style*="float:right"] {
    float: right;
    margin: 10px 0 10px 30px!important
}

@media (max-width: 991px) {
    .footer .core-style img.cke-image-right,.footer .core-style img[style*="float: right"],.footer .core-style img[style*="float:right"],.header .core-style img.cke-image-right,.header .core-style img[style*="float: right"],.header .core-style img[style*="float:right"],.main .core-style img.cke-image-right,.main .core-style img[style*="float: right"],.main .core-style img[style*="float:right"] {
        float:left!important;
        margin: 10px 0!important;
        width: 100%!important
    }
}

.footer .core-style .content-block,.header .core-style .content-block,.main .core-style .content-block {
    margin-bottom: 35px
}

.footer .core-style .content-block hr,.footer .core-style .table-wrapper,.header .core-style .content-block hr,.header .core-style .table-wrapper,.main .core-style .content-block hr,.main .core-style .table-wrapper {
    margin: 0 0 30px
}

.footer .core-style .table-wrapper .inner,.header .core-style .table-wrapper .inner,.main .core-style .table-wrapper .inner {
    display: block;
    width: 100%;
    overflow-x: auto;
    margin: 0 0 30px
}

.footer .core-style .table-wrapper .inner table,.footer .core-style .table-wrapper table,.header .core-style .table-wrapper .inner table,.header .core-style .table-wrapper table,.main .core-style .table-wrapper .inner table,.main .core-style .table-wrapper table {
    margin: 0;
    min-width: 500px
}

.footer .core-style .table-wrapper.overflowed:before,.header .core-style .table-wrapper.overflowed:before,.main .core-style .table-wrapper.overflowed:before {
    content: "Scroll left/right to view more";
    display: block;
    text-align: right;
    margin: 0 0 5px;
    color: #423f3f;
    font-weight: 500;
    font-style: normal
}

.footer .core-style .content-block table,.footer .core-style .document-library table,.footer .core-style .single-accordion table,.footer .core-style .table-wrapper table,.header .core-style .content-block table,.header .core-style .document-library table,.header .core-style .single-accordion table,.header .core-style .table-wrapper table,.main .core-style .content-block table,.main .core-style .document-library table,.main .core-style .single-accordion table,.main .core-style .table-wrapper table {
    border: 0;
    margin: 0 0 30px;
    width: 100%!important;
    overflow: hidden
}

.footer .core-style .content-block table td,.footer .core-style .content-block table th,.footer .core-style .document-library table td,.footer .core-style .document-library table th,.footer .core-style .single-accordion table td,.footer .core-style .single-accordion table th,.footer .core-style .table-wrapper table td,.footer .core-style .table-wrapper table th,.header .core-style .content-block table td,.header .core-style .content-block table th,.header .core-style .document-library table td,.header .core-style .document-library table th,.header .core-style .single-accordion table td,.header .core-style .single-accordion table th,.header .core-style .table-wrapper table td,.header .core-style .table-wrapper table th,.main .core-style .content-block table td,.main .core-style .content-block table th,.main .core-style .document-library table td,.main .core-style .document-library table th,.main .core-style .single-accordion table td,.main .core-style .single-accordion table th,.main .core-style .table-wrapper table td,.main .core-style .table-wrapper table th {
    vertical-align: top;
    padding: 15px 30px;
    text-align: left;
    min-width: 80px;
    word-break: break-word
}

.page-type-resource .footer .core-style .content-block table td,.page-type-resource .footer .core-style .content-block table th,.page-type-resource .footer .core-style .document-library table td,.page-type-resource .footer .core-style .document-library table th,.page-type-resource .footer .core-style .single-accordion table td,.page-type-resource .footer .core-style .single-accordion table th,.page-type-resource .footer .core-style .table-wrapper table td,.page-type-resource .footer .core-style .table-wrapper table th,.page-type-resource .header .core-style .content-block table td,.page-type-resource .header .core-style .content-block table th,.page-type-resource .header .core-style .document-library table td,.page-type-resource .header .core-style .document-library table th,.page-type-resource .header .core-style .single-accordion table td,.page-type-resource .header .core-style .single-accordion table th,.page-type-resource .header .core-style .table-wrapper table td,.page-type-resource .header .core-style .table-wrapper table th,.page-type-resource .main .core-style .content-block table td,.page-type-resource .main .core-style .content-block table th,.page-type-resource .main .core-style .document-library table td,.page-type-resource .main .core-style .document-library table th,.page-type-resource .main .core-style .single-accordion table td,.page-type-resource .main .core-style .single-accordion table th,.page-type-resource .main .core-style .table-wrapper table td,.page-type-resource .main .core-style .table-wrapper table th {
    min-width: 220px
}

.footer .core-style .content-block table td>*,.footer .core-style .content-block table th>*,.footer .core-style .document-library table td>*,.footer .core-style .document-library table th>*,.footer .core-style .single-accordion table td>*,.footer .core-style .single-accordion table th>*,.footer .core-style .table-wrapper table td>*,.footer .core-style .table-wrapper table th>*,.header .core-style .content-block table td>*,.header .core-style .content-block table th>*,.header .core-style .document-library table td>*,.header .core-style .document-library table th>*,.header .core-style .single-accordion table td>*,.header .core-style .single-accordion table th>*,.header .core-style .table-wrapper table td>*,.header .core-style .table-wrapper table th>*,.main .core-style .content-block table td>*,.main .core-style .content-block table th>*,.main .core-style .document-library table td>*,.main .core-style .document-library table th>*,.main .core-style .single-accordion table td>*,.main .core-style .single-accordion table th>*,.main .core-style .table-wrapper table td>*,.main .core-style .table-wrapper table th>* {
    margin-top: 0
}

.footer .core-style .content-block table th,.footer .core-style .document-library table th,.footer .core-style .single-accordion table th,.footer .core-style .table-wrapper table th,.header .core-style .content-block table th,.header .core-style .document-library table th,.header .core-style .single-accordion table th,.header .core-style .table-wrapper table th,.main .core-style .content-block table th,.main .core-style .document-library table th,.main .core-style .single-accordion table th,.main .core-style .table-wrapper table th {
    background-color: #001d5f;
    border: 0;
    padding: 10px!important;
    text-align: center
}

.footer .core-style .content-block table th,.footer .core-style .content-block table th p,.footer .core-style .document-library table th,.footer .core-style .document-library table th p,.footer .core-style .single-accordion table th,.footer .core-style .single-accordion table th p,.footer .core-style .table-wrapper table th,.footer .core-style .table-wrapper table th p,.header .core-style .content-block table th,.header .core-style .content-block table th p,.header .core-style .document-library table th,.header .core-style .document-library table th p,.header .core-style .single-accordion table th,.header .core-style .single-accordion table th p,.header .core-style .table-wrapper table th,.header .core-style .table-wrapper table th p,.main .core-style .content-block table th,.main .core-style .content-block table th p,.main .core-style .document-library table th,.main .core-style .document-library table th p,.main .core-style .single-accordion table th,.main .core-style .single-accordion table th p,.main .core-style .table-wrapper table th,.main .core-style .table-wrapper table th p {
    font-size: 20px;
    font-size: 2rem;
    font-family: omnes-pro,sans-serif;
    font-weight: 500;
    text-transform: none;
    color: #fff
}

.footer .core-style .content-block table th>:last-child,.footer .core-style .document-library table th>:last-child,.footer .core-style .single-accordion table th>:last-child,.footer .core-style .table-wrapper table th>:last-child,.header .core-style .content-block table th>:last-child,.header .core-style .document-library table th>:last-child,.header .core-style .single-accordion table th>:last-child,.header .core-style .table-wrapper table th>:last-child,.main .core-style .content-block table th>:last-child,.main .core-style .document-library table th>:last-child,.main .core-style .single-accordion table th>:last-child,.main .core-style .table-wrapper table th>:last-child {
    margin-bottom: 0
}

.footer .core-style .content-block table th a,.footer .core-style .document-library table th a,.footer .core-style .single-accordion table th a,.footer .core-style .table-wrapper table th a,.header .core-style .content-block table th a,.header .core-style .document-library table th a,.header .core-style .single-accordion table th a,.header .core-style .table-wrapper table th a,.main .core-style .content-block table th a,.main .core-style .document-library table th a,.main .core-style .single-accordion table th a,.main .core-style .table-wrapper table th a {
    color: #fff;
    text-transform: none
}

.footer .core-style .content-block table thead th:last-child,.footer .core-style .document-library table thead th:last-child,.footer .core-style .single-accordion table thead th:last-child,.footer .core-style .table-wrapper table thead th:last-child,.header .core-style .content-block table thead th:last-child,.header .core-style .document-library table thead th:last-child,.header .core-style .single-accordion table thead th:last-child,.header .core-style .table-wrapper table thead th:last-child,.main .core-style .content-block table thead th:last-child,.main .core-style .document-library table thead th:last-child,.main .core-style .single-accordion table thead th:last-child,.main .core-style .table-wrapper table thead th:last-child {
    border: 0
}

.footer .core-style .content-block table td,.footer .core-style .document-library table td,.footer .core-style .single-accordion table td,.footer .core-style .table-wrapper table td,.header .core-style .content-block table td,.header .core-style .document-library table td,.header .core-style .single-accordion table td,.header .core-style .table-wrapper table td,.main .core-style .content-block table td,.main .core-style .document-library table td,.main .core-style .single-accordion table td,.main .core-style .table-wrapper table td {
    vertical-align: middle;
    text-align: center
}

.footer .core-style .content-block table td,.footer .core-style .content-block table td p,.footer .core-style .document-library table td,.footer .core-style .document-library table td p,.footer .core-style .single-accordion table td,.footer .core-style .single-accordion table td p,.footer .core-style .table-wrapper table td,.footer .core-style .table-wrapper table td p,.header .core-style .content-block table td,.header .core-style .content-block table td p,.header .core-style .document-library table td,.header .core-style .document-library table td p,.header .core-style .single-accordion table td,.header .core-style .single-accordion table td p,.header .core-style .table-wrapper table td,.header .core-style .table-wrapper table td p,.main .core-style .content-block table td,.main .core-style .content-block table td p,.main .core-style .document-library table td,.main .core-style .document-library table td p,.main .core-style .single-accordion table td,.main .core-style .single-accordion table td p,.main .core-style .table-wrapper table td,.main .core-style .table-wrapper table td p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
    color: #000
}

.footer .core-style .content-block table td>:last-child,.footer .core-style .document-library table td>:last-child,.footer .core-style .single-accordion table td>:last-child,.footer .core-style .table-wrapper table td>:last-child,.header .core-style .content-block table td>:last-child,.header .core-style .document-library table td>:last-child,.header .core-style .single-accordion table td>:last-child,.header .core-style .table-wrapper table td>:last-child,.main .core-style .content-block table td>:last-child,.main .core-style .document-library table td>:last-child,.main .core-style .single-accordion table td>:last-child,.main .core-style .table-wrapper table td>:last-child {
    margin-bottom: 0
}

.footer .core-style .content-block table tbody tr,.footer .core-style .document-library table tbody tr,.footer .core-style .single-accordion table tbody tr,.footer .core-style .table-wrapper table tbody tr,.header .core-style .content-block table tbody tr,.header .core-style .document-library table tbody tr,.header .core-style .single-accordion table tbody tr,.header .core-style .table-wrapper table tbody tr,.main .core-style .content-block table tbody tr,.main .core-style .document-library table tbody tr,.main .core-style .single-accordion table tbody tr,.main .core-style .table-wrapper table tbody tr {
    background: #f9f9fa
}

.footer .core-style .content-block table tbody tr:nth-child(even),.footer .core-style .document-library table tbody tr:nth-child(even),.footer .core-style .single-accordion table tbody tr:nth-child(even),.footer .core-style .table-wrapper table tbody tr:nth-child(even),.header .core-style .content-block table tbody tr:nth-child(even),.header .core-style .document-library table tbody tr:nth-child(even),.header .core-style .single-accordion table tbody tr:nth-child(even),.header .core-style .table-wrapper table tbody tr:nth-child(even),.main .core-style .content-block table tbody tr:nth-child(even),.main .core-style .document-library table tbody tr:nth-child(even),.main .core-style .single-accordion table tbody tr:nth-child(even),.main .core-style .table-wrapper table tbody tr:nth-child(even) {
    background: #edeff1
}

.content-block {
    margin-bottom: 30px
}

@media (max-width: 767px) {
    .footer .core-style .content-block table td,.footer .core-style .content-block table th,.footer .core-style .document-library table td,.footer .core-style .document-library table th,.footer .core-style .single-accordion table td,.footer .core-style .single-accordion table th,.footer .core-style .table-wrapper table td,.footer .core-style .table-wrapper table th,.header .core-style .content-block table td,.header .core-style .content-block table th,.header .core-style .document-library table td,.header .core-style .document-library table th,.header .core-style .single-accordion table td,.header .core-style .single-accordion table th,.header .core-style .table-wrapper table td,.header .core-style .table-wrapper table th,.main .core-style .content-block table td,.main .core-style .content-block table th,.main .core-style .document-library table td,.main .core-style .document-library table th,.main .core-style .single-accordion table td,.main .core-style .single-accordion table th,.main .core-style .table-wrapper table td,.main .core-style .table-wrapper table th {
        padding:8px!important
    }

    .footer .core-style .content-block table td,.footer .core-style .content-block table td p,.footer .core-style .content-block table th,.footer .core-style .content-block table th p,.footer .core-style .document-library table td,.footer .core-style .document-library table td p,.footer .core-style .document-library table th,.footer .core-style .document-library table th p,.footer .core-style .single-accordion table td,.footer .core-style .single-accordion table td p,.footer .core-style .single-accordion table th,.footer .core-style .single-accordion table th p,.footer .core-style .table-wrapper table td,.footer .core-style .table-wrapper table td p,.footer .core-style .table-wrapper table th,.footer .core-style .table-wrapper table th p,.header .core-style .content-block table td,.header .core-style .content-block table td p,.header .core-style .content-block table th,.header .core-style .content-block table th p,.header .core-style .document-library table td,.header .core-style .document-library table td p,.header .core-style .document-library table th,.header .core-style .document-library table th p,.header .core-style .single-accordion table td,.header .core-style .single-accordion table td p,.header .core-style .single-accordion table th,.header .core-style .single-accordion table th p,.header .core-style .table-wrapper table td,.header .core-style .table-wrapper table td p,.header .core-style .table-wrapper table th,.header .core-style .table-wrapper table th p,.main .core-style .content-block table td,.main .core-style .content-block table td p,.main .core-style .content-block table th,.main .core-style .content-block table th p,.main .core-style .document-library table td,.main .core-style .document-library table td p,.main .core-style .document-library table th,.main .core-style .document-library table th p,.main .core-style .single-accordion table td,.main .core-style .single-accordion table td p,.main .core-style .single-accordion table th,.main .core-style .single-accordion table th p,.main .core-style .table-wrapper table td,.main .core-style .table-wrapper table td p,.main .core-style .table-wrapper table th,.main .core-style .table-wrapper table th p {
        font-size: 16px;
        font-size: 1.6rem
    }

    .content-block {
        margin-bottom: 20px
    }
}

.button-block {
    display: block;
    width: 100%;
    line-height: 0;
    margin: 0 0 30px
}

.button-block+.button-block.btn-block {
    margin-top: -15px
}

.button-block.btn-inline {
    display: inline-block;
    width: auto;
    margin-right: 15px;
    vertical-align: top
}

.button-block .button-link {
    margin: 0!important
}

@media all and (max-width: 767px) {
    .button-block {
        margin-bottom:20px
    }

    .button-block+.button-block.btn-block {
        margin-top: -10px
    }

    .button-block.btn-inline {
        margin-right: 10px
    }
}

.button-link {
    position: relative;
    display: inline-block;
    background: #e20086;
    color: #fff!important;
    letter-spacing: 1px;
    font-family: omnes-pro,sans-serif!important;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
    padding: 15px 30px 18px;
    transition: .3s;
    border: 0;
    border-radius: 30px;
    font-weight: 500!important
}

.button-link i,.button-link>span {
    color: inherit
}

.button-link:after {
    display: none
}

.button-link span {
    font-weight: 500!important
}

.button-link:active,.button-link:focus,.button-link:hover {
    background: #c90077;
    text-decoration: none!important
}

.button-link.arrow-left,.button-link.arrow-right {
    position: relative
}

.button-link.arrow-left:after,.button-link.arrow-right:after {
    content: '';
    display: inline-block;
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    letter-spacing: 0;
    text-align: center;
    width: 30px!important;
    height: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #e20086;
    background-color: #fff;
    border-radius: 100%
}

.button-link.arrow-left {
    padding-left: 60px
}

.button-link.arrow-left:after {
    padding-right: 3px;
    content: "\f104";
    left: 15px;
    transition: .3s
}

.button-link.arrow-left:active:after,.button-link.arrow-left:focus:after,.button-link.arrow-left:hover:after {
    left: 10px
}

.button-link.arrow-right {
    padding-right: 60px
}

.button-link.arrow-right:after {
    left: auto;
    padding-left: 2px;
    content: "\f105";
    right: 15px;
    transition: .3s
}

.button-link.arrow-right:active:after,.button-link.arrow-right:focus:after,.button-link.arrow-right:hover:after {
    right: 10px
}

.button-link.file-icon,.button-link.icon-left {
    padding-left: 60px
}

.button-link.file-icon span,.button-link.icon-left span {
    display: inline-block
}

.button-link.file-icon i,.button-link.file-icon img,.button-link.icon-left i,.button-link.icon-left img {
    position: absolute;
    max-width: 30px;
    left: 20px;
    top: 50%;
    transform: translateY(-50%)
}

.button-link.file-icon img,.button-link.icon-left img {
    filter: invert(1)
}

.button-link.facebook,.button-link.facebook2 {
    background-color: #4b76bd
}

.button-link.skype {
    background-color: #12a5f4
}

.button-link.gmail {
    background-color: #d44638
}

.button-link.messenger {
    background-color: #0078ff
}

.button-link.wordpress {
    background-color: #444140
}

.button-link.whatsapp {
    background-color: #4fce5d
}

.button-link.instagram {
    background-color: #1faaba
}

.button-link.googleplus {
    background-color: #dd4b39
}

.button-link.twitter,.button-link.twitter2 {
    background-color: #00c6ff
}

.button-link.linkedin {
    background-color: #56648d
}

.button-link.youtube,.button-link.youtube2 {
    background-color: #cd201f
}

@media all and (max-width: 767px) {
    .button-link {
        font-size:16px;
        font-size: 1.6rem;
        padding: 12px 20px
    }

    .button-link.arrow-left:after,.button-link.arrow-right:after {
        font-size: 22px;
        width: 23px!important;
        height: 23px;
        top: 1px
    }

    .button-link.arrow-left {
        padding-left: 45px
    }

    .button-link.arrow-right {
        padding-right: 45px
    }
}

.header .header-top {
    background: #001d5f;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    transition: .3s
}

.ccm-toolbar-visible .header .header-top {
    top: 48px
}

.header .header-top .mobile-buttons {
    text-align: right
}

.header .header-top .mobile-buttons button {
    display: inline-block;
    background: 0 0;
    color: #fff;
    font-size: 24px;
    text-align: center;
    vertical-align: middle;
    line-height: 0;
    padding: 10px;
    min-width: 44px;
    border: none
}

.header .header-top .mobile-buttons button:active,.header .header-top .mobile-buttons button:focus,.header .header-top .mobile-buttons button:hover {
    background: #e20086;
    color: #fff
}

.header .header-top .mobile-buttons.social {
    text-align: left
}

.header .header-top .mobile-buttons.social ul li {
    margin: 0
}

.header .header-bar,.header .header-main {
    z-index: 200
}

@media all and (max-width: 991px) {
    .header .header-bar .header-mobile-tool,.header .header-main .header-mobile-tool {
        text-align:center;
        position: fixed;
        top: 44px;
        left: 0;
        bottom: auto;
        width: 100%!important;
        z-index: 3;
        padding: 15px 45px 15px 15px!important;
        background-color: #fff;
        border: 3px solid #000;
        border-top: 0;
        margin: 0!important;
        max-width: none;
        height: auto;
        box-shadow: 0 0 20px 0 #666;
        transform: translateY(-101%);
        transition: .3s
    }

    .header .header-bar .header-mobile-tool button.close,.header .header-main .header-mobile-tool button.close {
        color: #000;
        position: absolute;
        right: 30px;
        top: 50%;
        margin-top: -10.5px;
        opacity: 1!important
    }

    .header .header-bar .header-mobile-tool button.close .fa::before,.header .header-main .header-mobile-tool button.close .fa::before {
        color: #001d5f
    }

    .header .header-bar .header-mobile-tool.active,.header .header-main .header-mobile-tool.active {
        transform: translateY(0)
    }
}

@media screen and (max-width: 1199px) {
    .header .header-bar .header-tool-column.lg,.header .header-main .header-tool-column.lg {
        position:static;
        width: 0;
        padding: 0
    }
}

@media screen and (max-width: 991px) {
    .header .header-bar .header-tool-column.md,.header .header-main .header-tool-column.md {
        position:static;
        width: 0;
        padding: 0
    }
}

.header {
    position: relative;
    z-index: 3
}

.header .header-bar {
    padding: 2px;
    background-color: #e20086
}

.header .header-bar__left {
    margin-top: 5px
}

.header .header-bar__left .content-block,.header .header-bar__left button {
    display: inline-block;
    color: #fff!important;
    background-color: transparent!important;
    border: none;
    font-size: 22px;
    font-size: 2.2rem;
    padding: 0
}

.header .header-bar__left button span {
    position: relative;
    font-weight: 500!important;
    text-decoration: none
}

.header .header-bar__left button span:after {
    transition: .3s;
    content: '';
    width: 100%;
    position: absolute;
    bottom: -3px;
    left: 0;
    height: 1px;
    background-color: #fff
}

.header .header-bar__left button:active,.header .header-bar__left button:focus,.header .header-bar__left button:hover {
    text-decoration: none
}

.header .header-bar__left button:active span:after,.header .header-bar__left button:focus span:after,.header .header-bar__left button:hover span:after {
    width: 50%!important
}

.header .header-bar__left .content-block {
    margin-bottom: 0;
    margin-top: 2px
}

.header .header-bar__left .content-block:not(:last-child) {
    border-right: 1px solid #fff;
    margin-right: 20px;
    padding-right: 23px
}

.header .header-bar__left .content-block p {
    margin: 0
}

.header .header-bar__left .content-block a {
    font-weight: 500!important;
    font-size: 22px;
    font-size: 2.2rem;
    color: #fff!important
}

.header .header-bar__left .content-block a:after {
    transition: .3s;
    content: '';
    width: 100%;
    position: absolute;
    bottom: -3px;
    left: 0;
    height: 1px;
    background-color: #fff
}

.header .header-bar__left .content-block a:active::after,.header .header-bar__left .content-block a:focus::after,.header .header-bar__left .content-block a:hover::after {
    width: 50%
}

.header .header-bar__right {
    margin-top: -14px
}

.header .header-bar__right .social-links .list-inline {
    list-style: none;
    padding-left: 0;
    text-align: right
}

.header .header-bar__right .social-links .list-inline li {
    display: inline-block;
    height: 1em;
    font-size: 35px
}

.header .header-bar__right .social-links .list-inline li a {
    border-radius: 100%;
    background: #fff;
    color: #e20086;
    display: block;
    margin: 0 7px;
    padding: 0;
    width: 1em;
    height: 1em;
    font-size: inherit;
    line-height: 0;
    text-align: center;
    transition: .3s
}

.header .header-bar__right .social-links .list-inline li a:after {
    display: none!important
}

.header .header-bar__right .social-links .list-inline li a:active,.header .header-bar__right .social-links .list-inline li a:focus,.header .header-bar__right .social-links .list-inline li a:hover {
    transform: scale(1.1)
}

.header .header-bar__right .social-links .list-inline li .fa,.header .header-bar__right .social-links .list-inline li svg {
    color: inherit
}

.header .header-bar__right .social-links .list-inline li .fa {
    font-size: 60%;
    line-height: calc(1em * (1/.6))
}

.header .header-bar__right .social-links .list-inline li svg {
    width: 100%;
    height: 100%;
    fill: currentColor
}

@media (max-width: 991px) {
    .header .header-bar {
        padding-top:53px;
        padding-bottom: 6px
    }

    .header .header-bar__left .content-block,.header .header-bar__left button {
        margin-top: -7px;
        padding-bottom: 8px;
        font-size: 18px;
        font-size: 1.8rem
    }

    .header .header-bar__left .content-block a,.header .header-bar__left .content-block p,.header .header-bar__left button a,.header .header-bar__left button p {
        font-size: 18px;
        font-size: 1.8rem
    }

    .header .header-bar__right .social-links {
        margin-right: 25px
    }

    .header .header-bar__right .social-links .list-inline li a {
        color: #000;
        border: 1px solid #000
    }

    .header .header-main__search .search-block-weighted {
        margin-right: 33px!important
    }
}

.header .header-main {
    background-color: #fff;
    z-index: 2;
    position: relative;
    padding-top: 43px;
    padding-bottom: 33px
}

.header .header-main__search {
    margin-top: 35px
}

.header .header-main__logo {
    margin-bottom: 42px
}

.header .header-main__logo a {
    display: block;
    border: none
}

.header .header-main__logo a:after,.header .header-main__logo a:before {
    display: none
}

.header .header-main__logo a:active,.header .header-main__logo a:focus {
    outline: auto
}

.header .header-main__logo img {
    margin-top: 32px;
    height: 75px!important;
    width: auto;
    margin-bottom: 10px
}

.header .header-student {
    position: relative;
    z-index: -2
}

.header .header-student .container {
    position: relative
}

.header .header-student .button-block {
    width: auto;
    position: absolute;
    bottom: -50px;
    right: 0
}

.header .header-student .button-block .button-link {
    border-radius: 0 0 15px 15px;
    color: #002a8d!important;
    background-color: #bed2ff;
    padding-right: 45px;
    font-weight: 500!important;
    font-size: 20px!important;
    font-size: 2rem!important;
    height: 300px;
    display: table;
    padding-left: 47px;
    padding-bottom: 16px!important
}

.header .header-student .button-block .button-link .fa,.header .header-student .button-block .button-link span {
    position: relative!important;
    display: table-cell;
    vertical-align: bottom;
    transform: unset!important
}

.header .header-student .button-block .button-link .fa {
    left: -33px
}

.header .header-student .button-block .button-link span {
    left: -15px;
    padding-left: 36px
}

.header .header-student .button-block .button-link span:after {
    background-image: url(/application/themes/custom/images/user.png);
    position: absolute;
    content: '';
    background-position: left;
    height: 20px;
    width: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0
}

.header .header-student .button-block .button-link::before {
    bottom: 15px;
    right: 21px;
    font-family: FontAwesome;
    content: '\f105';
    position: absolute;
    color: #002a8d
}

.header .header-student .button-block .button-link:active,.header .header-student .button-block .button-link:focus,.header .header-student .button-block .button-link:hover {
    transform: translateY(20px)
}

.header .navigation {
    background-color: #fff
}

.main .main-banner {
    position: relative;
    overflow: hidden;
    text-align: center
}

.main .main-banner:after {
    background-color: #002a8d;
    opacity: .5;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    position: absolute;
    background-size: 12%;
    background-position: left bottom;
    background-repeat: no-repeat
}

@media (max-width: 768px) {
    .main .main-banner:after {
        background-size:23%
    }
}

@media (max-width: 600px) {
    .main .main-banner {
        padding-top:38px
    }
}

.main .main-banner .core-style {
    position: relative;
    display: table;
    width: 100%;
    padding: 30px 0
}

.main .main-banner .core-style .banner-content {
    position: relative;
    display: table-cell;
    vertical-align: bottom;
    z-index: 1;
    text-align: left
}

.main .main-banner .core-style .banner-content .page-title {
    display: inline-block;
    margin: 0;
    font-size: 68px;
    font-size: 6.8rem;
    letter-spacing: 2px;
    color: #fff!important;
    font-weight: 700;
    width: 100%;
    text-align: left;
    text-shadow: 2px 2px 5px rgba(0,0,0,.226);
    line-height: 1.25;
    border: none!important
}

.main .main-banner .core-style .banner-content .page-title:after,.main .main-banner .core-style .banner-content .page-title:before {
    display: none
}

.main .main-banner .core-style .banner-content .page-title span {
    font-weight: 700
}

.main .main-banner.has-img {
    text-align: center
}

.main .main-banner.has-img .core-style {
    min-height: 450px
}

.main .main-banner.no-img {
    background-color: #002a8d
}

.main .main-banner.no-img .core-style {
    min-height: 200px
}

.main .main-banner.no-img .core-style .banner-content {
    vertical-align: middle
}

@media (max-width: 1199px) {
    .main .main-banner .core-style {
        min-height:250px!important
    }
}

@media (max-width: 991px) {
    .header .header-main__logo img {
        margin-top:5px
    }

    .main .main-banner .core-style {
        min-height: 200px
    }

    .main .main-banner .core-style .banner-content .page-title {
        font-size: 50px;
        font-size: 5rem
    }
}

@media (max-width: 767px) {
    .main .main-banner .core-style {
        min-height:175px!important;
        padding-top: 30px!important
    }

    .main .main-banner .core-style .banner-content .page-title {
        font-size: 40px;
        font-size: 4rem
    }
}

@media (max-width: 479px) {
    .main .main-banner .core-style {
        min-height:130px!important
    }

    .main .main-banner .core-style .banner-content .page-title {
        font-size: 35px;
        font-size: 3.5rem
    }
}

.main .main-date {
    padding: 20px 0
}

.main .main-date p {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #ececec;
    padding: 14px 42px 19px;
    border-radius: 30px
}

.main .main-date p .fa {
    margin-right: 10px
}

.main .main-content {
    padding: 0 10px 50px
}

.main .main-links {
    min-height: 300px;
    background-image: url(/application/themes/custom/images/useful-links.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 0 60px
}

@media (max-width: 991px) {
    .main .main-links {
        padding:20px 0 49px!important
    }
}

.main .main-links h2 {
    font-size: 46px;
    font-size: 4.6rem;
    color: #001d5f;
    font-weight: 700;
    margin: 0 0 18px;
    padding-left: 13px;
    border: none
}

.main .main-links h2:after,.main .main-links h2:before {
    display: none
}

.main .main-links .area-alert {
    width: 100%;
    padding: 20px;
    font-size: 20px;
    border: 2px solid red
}

.main .main-event {
    min-height: 200px;
    background-image: url(/application/themes/custom/images/useful-links.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0
}

.main .main-event h2 {
    margin-top: 0;
    font-size: 46px;
    font-size: 4.6rem;
    border: none;
    display: inline-block;
    width: auto
}

.main .main-event h2::before,.main .main-event h2:after {
    display: none
}

.main .main-event .button-block {
    display: inline-block;
    width: 69%;
    text-align: right
}

.main.home .home-title {
    position: absolute
}

.main.home .main-content {
    padding: 50px 0!important
}

.main.home .main-content h2 {
    font-size: 56px;
    font-size: 5.6rem;
    font-weight: 500;
    color: #002a8d
}

.main.home .main-content h2:after {
    background-position: 100% 16px
}

@media (max-width: 991px) {
    .main.home .main-content {
        padding:25px 0!important
    }

    .main.home .main-content h2 {
        margin: 0
    }
}

.main.home .main-links {
    padding: 78px 0
}

.main.home .main-testimonials {
    background-color: #002a8d;
    position: relative
}

.main.home .main-testimonials .wrapper {
    padding: 40px 0 50px;
    background-color: #002a8d;
    position: relative;
    width: 64%
}

.main.home .main-testimonials .wrapper::after {
    content: '';
    position: absolute;
    background-color: #002a8d;
    left: 100%;
    top: 0;
    width: 6vw;
    height: 100%;
    -webkit-clip-path: polygon(0 0,100% 0,0 100%);
    clip-path: polygon(0 0,100% 0,0 100%)
}

.main.home .main-testimonials .wrapper .content-block * {
    color: #fff!important
}

.main.home .main-testimonials .wrapper .content-block h2 {
    font-size: 46px;
    font-size: 4.6rem;
    margin: 0 0 38px
}

.main.home .main-testimonials .wrapper .content-block p {
    margin: 27px 0
}

.main.home .main-testimonials .wrapper .content-block strong {
    font-weight: 500!important;
    font-size: 28px;
    font-size: 2.8rem
}

.main.home .main-testimonials>img {
    -webkit-clip-path: polygon(6vw 0,100% 0,100% 100%,0 100%);
    clip-path: polygon(6vw 0,100% 0,100% 100%,0 100%);
    position: absolute;
    top: 0;
    height: 100%!important;
    right: 0
}

@media (max-width: 1450px) {
    .main.home .main-testimonials>img {
        left:78%;
        transform: translateX(-50%)
    }
}

.edit-mode .main.home .main-testimonials>img {
    z-index: -111
}

.font-inc .main.home .main-testimonials>img {
    display: none
}

@media (max-width: 1350px) {
    .main.home .main-testimonials .wrapper {
        width:50%
    }
}

@media (max-width: 1024px) {
    .main.home .main-testimonials>img {
        display:none
    }
}

.main.home .main-news {
    min-height: 200px;
    background-image: url(/application/themes/custom/images/useful-links.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0
}

.main.home .main-news h2 {
    font-size: 46px;
    font-size: 4.6rem
}

.main.home .main-news h2:after {
    display: none
}

@media (max-width: 1199px) {
    .main .main-event .button-block {
        width:100%!important;
        display: block!important
    }

    .main.home .main-news .ccm-pagination-wrapper ul li a {
        margin: 0 2px
    }
}

@media (max-width: 991px) {
    .main.home .main-news {
        padding-top:10px!important
    }

    .footer .footer-main .content-block {
        margin-bottom: 10px!important
    }
}

.footer {
    background-color: #bed2ff
}

.footer .footer-main {
    padding: 0 30px
}

.footer .footer-main .container {
    padding: 50px 0;
    background-image: url(/application/themes/custom/images/owl.png);
    background-size: 20%;
    background-repeat: no-repeat;
    background-position: 95%
}

.footer .footer-main .footer__section h2 {
    color: #001d5f;
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 30px;
    font-weight: 500!important;
    border: none
}

.footer .footer-main .footer__section h2:after,.footer .footer-main .footer__section h2:before {
    display: none
}

.footer .footer-main .footer__section a,.footer .footer-main .footer__section li,.footer .footer-main .footer__section p {
    color: #001d5f;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 500!important
}

.footer .footer-main .footer__section.left p {
    margin-bottom: 50px
}

.footer .footer-main .footer__section.left p:first-of-type:before {
    font-family: FontAwesome;
    content: '\f095';
    color: #e20086;
    margin-right: 10px
}

.footer .footer-main .footer__section.left p:last-of-type:before {
    margin-right: 10px;
    font-family: FontAwesome;
    content: '\f0e0';
    color: #e20086
}

.footer .footer-main .footer__section.right ul {
    list-style: none;
    padding-left: 0
}

.footer .footer-main .footer__section.right ul li {
    margin-bottom: 10px
}

@media (max-width: 768px) {
    .footer .footer-main {
        padding:0 50px
    }
}

.footer .footer-bar {
    background-color: #001d5f;
    padding-bottom: 50px
}

.footer .footer-bar .content-block {
    text-align: right;
    margin-bottom: 21px
}

.footer .footer-bar .content-block ul {
    list-style: none;
    padding-left: 0
}

.footer .footer-bar .content-block ul li {
    display: inline-block;
    margin: 0 15px
}

.footer .footer-bar .content-block ul li:first-of-type {
    border-right: 1px solid #fff;
    padding-right: 34px
}

.footer .footer-bar .content-block ul li a {
    color: #fff;
    font-size: 22px;
    font-size: 2.2rem
}

.footer .footer-bar .content-block ul li a:after {
    background-color: #fff
}

@media (max-width: 500px) {
    .footer .footer-main .content-block p::before {
        display:none
    }

    .footer .footer-bar .content-block {
        text-align: center
    }
}

.ccm-page .accessibility-controls {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 500;
    font-family: Helvetica,sans-serif;
    text-align: center;
    pointer-events: none;
    transition: 260ms cubic-bezier(0,.4,.5,.8)
}

.ccm-page .accessibility-controls .access-tab .access-tab-button {
    padding: 8px 45px;
    display: inline-block;
    position: relative;
    background-color: #cbdeee;
    color: #000;
    font-size: 14px;
    font-size: 1.4rem;
    border: 1px solid #b9d3e7;
    border-bottom: none;
    border-radius: 8px 8px 0 0;
    pointer-events: all;
    transition: background-color 80ms linear
}

.ccm-page .accessibility-controls .access-tab .access-tab-button:focus,.ccm-page .accessibility-controls .access-tab .access-tab-button:hover {
    background-color: #a5c6e1;
    text-decoration: underline
}

.ccm-page .accessibility-controls .access-tab .access-tab-button:focus {
    padding: 2px 39px;
    border: 6px solid #ffb81c
}

.ccm-page .accessibility-controls .access-tab .access-tab-button[aria-expanded=true] {
    text-decoration: underline
}

.ccm-page .accessibility-controls .access-tab .access-tab-button[aria-expanded=true]:focus,.ccm-page .accessibility-controls .access-tab .access-tab-button[aria-expanded=true]:hover {
    text-decoration: none
}

.ccm-page .accessibility-controls .access-tools {
    background-color: #cbdeee;
    border: 1px solid #b9d3e7;
    font-size: 0;
    margin-top: -1px;
    pointer-events: all;
    overflow-y: auto;
    padding: 7px 0 2px;
    display: none
}

.ie8 .ccm-page .accessibility-controls .access-tools {
    display: block!important
}

.ccm-page .accessibility-controls .access-tools .access-element {
    display: inline-block;
    vertical-align: middle;
    padding: 9px 20px;
    border-right: 1px solid #b9d3e7
}

.ccm-page .accessibility-controls .access-tools .access-element #contrast-label,.ccm-page .accessibility-controls .access-tools .access-element #text-label {
    font-size: 14px;
    font-size: 1.4rem
}

.ccm-page .accessibility-controls .access-tools .access-element.language {
    padding: 5px 20px
}

.ccm-page .accessibility-controls .access-tools .access-element.language a {
    text-decoration: none
}

.ccm-page .accessibility-controls .access-tools .access-element.language #google_translate_element .goog-te-gadget {
    color: #000
}

.ccm-page .accessibility-controls .access-tools .access-element.contrast>span,.ccm-page .accessibility-controls .access-tools .access-element.text-size>span {
    margin: 0 8px 0 0;
    display: inline-block;
    vertical-align: middle;
    color: #000;
    font-size: 14px;
    font-weight: 400
}

.ccm-page .accessibility-controls .access-tools .access-element.contrast>ul,.ccm-page .accessibility-controls .access-tools .access-element.text-size>ul {
    padding: 0;
    display: inline-block
}

.ccm-page .accessibility-controls .access-tools .access-element.contrast>ul li,.ccm-page .accessibility-controls .access-tools .access-element.text-size>ul li {
    margin-right: 5px;
    display: inline-block
}

.ccm-page .accessibility-controls .access-tools .access-element.contrast>ul li button,.ccm-page .accessibility-controls .access-tools .access-element.text-size>ul li button {
    width: 35px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    background-color: #d82e65;
    border: 3px solid transparent;
    border-radius: 50%;
    outline: 0;
    transition: border-color 60ms linear
}

.ccm-page .accessibility-controls .access-tools .access-element.contrast>ul li button svg,.ccm-page .accessibility-controls .access-tools .access-element.text-size>ul li button svg {
    fill: #fff
}

.ccm-page .accessibility-controls .access-tools .access-element.contrast>ul li button:focus,.ccm-page .accessibility-controls .access-tools .access-element.contrast>ul li button:hover,.ccm-page .accessibility-controls .access-tools .access-element.text-size>ul li button:focus,.ccm-page .accessibility-controls .access-tools .access-element.text-size>ul li button:hover {
    border-color: #000
}

.ccm-page .accessibility-controls .access-tools .access-element.contrast>ul li:last-of-type,.ccm-page .accessibility-controls .access-tools .access-element.text-size>ul li:last-of-type {
    margin-right: 0
}

.ccm-page .accessibility-controls .access-tools .access-element.contrast ul li button {
    position: relative
}

.ccm-page .accessibility-controls .access-tools .access-element.contrast ul li button.contrast-b-w {
    background-color: #fff;
    border-color: #000
}

.ccm-page .accessibility-controls .access-tools .access-element.contrast ul li button.contrast-b-w svg {
    fill: #000
}

.ccm-page .accessibility-controls .access-tools .access-element.contrast ul li button.contrast-blue {
    background-color: #cfe5fc;
    border-color: #006
}

.ccm-page .accessibility-controls .access-tools .access-element.contrast ul li button.contrast-blue svg {
    fill: #006
}

.ccm-page .accessibility-controls .access-tools .access-element.contrast ul li button.contrast-beige {
    background-color: #f7efd8;
    border-color: #042868
}

.ccm-page .accessibility-controls .access-tools .access-element.contrast ul li button.contrast-beige svg {
    fill: #042868
}

.ccm-page .accessibility-controls .access-tools .access-element.contrast ul li button.contrast-high {
    background-color: #fdff2d;
    border-color: #000
}

.ccm-page .accessibility-controls .access-tools .access-element.contrast ul li button.contrast-high svg {
    fill: #000
}

.ccm-page .accessibility-controls .access-tools .access-element.contrast ul li button.contrast-reset:focus svg,.ccm-page .accessibility-controls .access-tools .access-element.contrast ul li button.contrast-reset:hover svg,.ccm-page .accessibility-controls .access-tools .access-element.contrast ul li button.contrast-reset[aria-pressed=true] svg {
    transform: scale(1)
}

.ccm-page .accessibility-controls .access-tools .access-element.contrast ul li button svg {
    transition: transform 80ms cubic-bezier(0,.4,.5,.8)
}

.ccm-page .accessibility-controls .access-tools .access-element.contrast ul li button:focus svg,.ccm-page .accessibility-controls .access-tools .access-element.contrast ul li button:hover svg,.ccm-page .accessibility-controls .access-tools .access-element.contrast ul li button[aria-pressed=true] svg {
    transform: scale(1.75)
}

.ccm-page .accessibility-controls .access-tools .access-element.frank-logo {
    border-right: none
}

.ccm-page .accessibility-controls .access-tools .access-element.frank-logo a svg {
    width: auto;
    height: 40px
}

.ccm-page .accessibility-controls .access-tools .access-element.frank-logo a svg path {
    fill: #4d7fb3;
    transition: fill 60ms linear
}

.ccm-page .accessibility-controls .access-tools .access-element.frank-logo a:focus svg path,.ccm-page .accessibility-controls .access-tools .access-element.frank-logo a:hover svg path {
    fill: #231f20
}

.ccm-page .accessibility-controls .access-tools .access-skiplink {
    padding: 6px 14px;
    min-width: 250px;
    position: absolute;
    top: 9999px;
    right: -9999px;
    color: #000;
    font-size: 22px;
    font-size: 2.2rem;
    text-decoration: underline;
    text-align: center
}

.ccm-page .accessibility-controls .access-tools .access-skiplink:focus {
    right: 10px;
    top: 50%;
    z-index: 10000;
    transform: translateY(-50%);
    color: #000;
    background-color: #ffb81c
}

.ccm-page .accessibility-controls .access-tools .access-skiplink:hover {
    background-color: #ffd069;
    text-decoration: none
}

@media print {
    .ccm-page .accessibility-controls,.header .header-bar__search,.header .header-main__search,.header .header-top {
        display: none
    }
}

@media (max-width: 767px) {
    .ccm-page .accessibility-controls .access-tools .access-element {
        display:block;
        height: auto;
        border: none;
        padding-left: 5px;
        padding-right: 5px;
        margin-top: 0
    }
}

@media (max-width: 479px) {
    .ccm-page .accessibility-controls .access-tab {
        text-align:right
    }

    .ccm-page .accessibility-controls .access-tab .access-tab-button {
        padding: 8px 12px
    }

    .ccm-page .accessibility-controls .footer-access .accessibility-element.frank-logo {
        padding-bottom: 40px
    }
}

@media (max-height: 420px) {
    .ccm-page .accessibility-controls .access-tools {
        max-height:175px
    }
}

.ccm-pagination-wrapper {
    margin-top: 30px;
    text-align: left!important;
    font-size: 0
}

.ccm-pagination-wrapper nav {
    text-align: left
}

.ccm-pagination-wrapper ul.pagination {
    margin: 0;
    padding: 0;
    font-size: 0
}

.ccm-pagination-wrapper ul.pagination li {
    display: inline-block;
    margin: 0
}

.ccm-pagination-wrapper ul.pagination li>* {
    display: block;
    height: 4.4rem;
    min-width: 4.4rem;
    padding: 1.2rem;
    line-height: 1;
    text-align: center;
    background: 0 0;
    border: 1px solid #002a8d;
    text-decoration: none;
    color: #002a8d;
    outline: 0;
    font-weight: 500!important;
    margin: 0 5px;
    font-size: 18px;
    font-size: 1.8rem;
    border-radius: 100%
}

.ccm-pagination-wrapper ul.pagination li>a:after,.ccm-pagination-wrapper ul.pagination li>a:before {
    display: none
}

.ccm-pagination-wrapper ul.pagination li>a:active,.ccm-pagination-wrapper ul.pagination li>a:focus,.ccm-pagination-wrapper ul.pagination li>a:hover {
    background-color: #002a8d;
    color: #fff
}

.ccm-pagination-wrapper ul.pagination li.active>* {
    cursor: pointer;
    background: #002a8d;
    border-color: #002a8d;
    color: #fff
}

.ccm-pagination-wrapper ul.pagination li.disabled {
    cursor: not-allowed
}

.ccm-pagination-wrapper ul.pagination li.disabled>* {
    pointer-events: none
}

.ccm-pagination-wrapper ul.pagination li.disabled>:active,.ccm-pagination-wrapper ul.pagination li.disabled>:focus,.ccm-pagination-wrapper ul.pagination li.disabled>:hover {
    border-color: transparent;
    background: 0 0
}

.ccm-pagination-wrapper ul.pagination li.next.disabled>*,.ccm-pagination-wrapper ul.pagination li.prev.disabled>* {
    opacity: .5
}

.ccm-pagination-wrapper ul.pagination li.next *,.ccm-pagination-wrapper ul.pagination li.prev * {
    font-size: 0!important
}

.ccm-pagination-wrapper ul.pagination li.next a,.ccm-pagination-wrapper ul.pagination li.prev a {
    font-size: 0!important;
    color: #002a8d;
    border: none!important;
    border-radius: 0
}

.ccm-pagination-wrapper ul.pagination li.next a span,.ccm-pagination-wrapper ul.pagination li.prev a span {
    font-size: 0!important
}

.ccm-pagination-wrapper ul.pagination li.next {
    position: relative
}

.ccm-pagination-wrapper ul.pagination li.next:after {
    content: '\f105';
    position: absolute;
    font-family: FontAwesome;
    font-size: 30px!important;
    color: #002a8d!important;
    right: 15px;
    z-index: 1000;
    pointer-events: none;
    transition: .3s
}

.ccm-pagination-wrapper ul.pagination li.next a:active,.ccm-pagination-wrapper ul.pagination li.next a:focus,.ccm-pagination-wrapper ul.pagination li.next a:hover {
    background-color: transparent!important
}

.ccm-pagination-wrapper ul.pagination li.next:active:after,.ccm-pagination-wrapper ul.pagination li.next:focus:after,.ccm-pagination-wrapper ul.pagination li.next:hover:after {
    transform: scale(1.2)
}

.ccm-pagination-wrapper ul.pagination li.prev {
    position: relative
}

.ccm-pagination-wrapper ul.pagination li.prev:after {
    color: #002a8d!important;
    left: 15px;
    transition: .3s;
    content: '\f104';
    position: absolute;
    font-family: FontAwesome;
    font-size: 30px!important;
    z-index: 1000;
    pointer-events: none
}

.ccm-pagination-wrapper ul.pagination li.prev a:active,.ccm-pagination-wrapper ul.pagination li.prev a:focus,.ccm-pagination-wrapper ul.pagination li.prev a:hover {
    background-color: transparent!important
}

.ccm-pagination-wrapper ul.pagination li.prev:active:after,.ccm-pagination-wrapper ul.pagination li.prev:focus:after,.ccm-pagination-wrapper ul.pagination li.prev:hover:after {
    transform: scale(1.2)
}

@media (max-width: 767px) {
    .ccm-pagination-wrapper ul.pagination li {
        display:none
    }

    .ccm-pagination-wrapper ul.pagination li.active,.ccm-pagination-wrapper ul.pagination li.next,.ccm-pagination-wrapper ul.pagination li.prev {
        display: inline-block
    }

    .ccm-pagination-wrapper ul.pagination li.next>*,.ccm-pagination-wrapper ul.pagination li.prev>* {
        font-size: 0;
        padding: 5px
    }

    .ccm-pagination-wrapper ul.pagination li.next span:not(.visually-hidden),.ccm-pagination-wrapper ul.pagination li.prev span:not(.visually-hidden) {
        position: relative
    }
}

.mfp-container .mfp-close {
    color: #fff!important;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-container .mfp-close .fa {
    pointer-events: none
}

.mfp-container:not(.mfp-image-holder) .mfp-close {
    top: -40px
}

.mfp-container .mfp-content {
    font-family: omnes-pro,sans-serif;
    max-width: none!important;
    max-height: none!important
}

.share-popup {
    position: relative;
    margin: 20px auto;
    max-width: 735px;
    font-size: 0;
    text-align: center
}

.share-popup ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: -8px;
    padding: 0;
    list-style: none
}

.share-popup ul li {
    margin: 0;
    padding: 8px;
    width: 50%;
    color: #002a8d
}

.share-popup ul li.copy {
    width: 100%;
    color: #e20086
}

.share-popup ul li.facebook,.share-popup ul li.gmail,.share-popup ul li.linkedin,.share-popup ul li.messenger,.share-popup ul li.pinterest,.share-popup ul li.skype,.share-popup ul li.telegram,.share-popup ul li.twitter,.share-popup ul li.whatsapp {
    color: #002a8d
}

.share-popup ul li .copy-url-text {
    margin-top: 8px;
    padding: 20px;
    background-color: #fff;
    color: #000;
    font-size: 22px;
    font-size: 2.2rem;
    border-radius: 10px
}

.share-popup ul li .copy-url-text span {
    display: block;
    font-weight: 700
}

.share-popup .button-link {
    display: block;
    margin: 0;
    padding: 12px 30px;
    width: 100%;
    font-size: 22px;
    font-size: 2.2rem;
    color: inherit!important;
    background: currentColor;
    border: 4px solid currentColor;
    overflow: hidden
}

.share-popup .button-link.copy-url {
    background-color: #e20086!important
}

.share-popup .button-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    margin-right: auto;
    background-color: #fff;
    transition: .3s
}

.share-popup .button-link>* {
    position: relative;
    z-index: 1;
    color: #fff;
    text-shadow: 0 0 4px #000;
    transition: .3s
}

.share-popup .button-link .fa {
    font-size: 115%;
    transform: none!important;
    margin-right: 8px;
    margin-left: -8px
}

.share-popup .button-link:active,.share-popup .button-link:focus,.share-popup .button-link:hover {
    text-decoration: none!important
}

.share-popup .button-link:active::before,.share-popup .button-link:focus::before,.share-popup .button-link:hover::before {
    width: 10%
}

.share-popup .button-link:active>*,.share-popup .button-link:focus>*,.share-popup .button-link:hover>* {
    text-shadow: none
}

.store-product.store-product-block {
    background: #ececec;
    padding: 30px;
    margin-top: 40px;
    border-radius: 30px
}

.store-product.store-product-block * {
    font-family: omnes-pro,sans-serif!important
}

.store-product.store-product-block .store-product-details .store-product-name:after,.store-product.store-product-block .store-product-details .store-product-name:before {
    display: none
}

.store-cart-modal * {
    font-family: omnes-pro,sans-serif!important;
    font-size: 20px;
    font-size: 2rem
}

.store-cart-modal .store-cart-page-cart .alert-sucsess {
    display: none
}

.store-cart-modal .store-cart-page-cart #store-modal-cart .table {
    background-color: #ececec
}

.store-cart-modal .store-cart-page-cart #store-modal-cart .table td,.store-cart-modal .store-cart-page-cart #store-modal-cart .table th {
    vertical-align: top;
    text-align: left;
    padding: 10px!important
}

.store-cart-modal .store-cart-page-cart #store-modal-cart .table tbody .store-cart-page-cart-list-item td {
    padding: 10px
}

.store-cart-modal .store-cart-page-cart #store-modal-cart .table tfoot td p {
    text-align: right!important
}

.store-cart-modal .store-cart-page-cart #store-modal-cart .table .store-btn-cart-list-remove,.store-cart-modal .store-cart-page-cart #store-modal-cart .table .store-btn-cart-modal-update {
    background-color: #fff!important;
    color: #000!important;
    font-weight: 500!important;
    border: 1px solid #000!important
}

.store-cart-modal .store-cart-page-cart #store-modal-cart .table .store-btn-cart-list-remove:hover,.store-cart-modal .store-cart-page-cart #store-modal-cart .table .store-btn-cart-modal-update:hover {
    text-decoration: underline!important
}

.store-cart-modal .store-cart-page-cart .store-btn-cart-modal-clear {
    background-color: transparent!important;
    color: #000;
    border: none!important
}

.store-checkout-page {
    padding: 50px 0
}

.store-checkout-page * {
    font-family: omnes-pro,sans-serif!important
}

.store-checkout-page .store-checkout-cart-contents h2:after,.store-checkout-page .store-checkout-cart-contents h2:before,.store-checkout-page .store-checkout-form-group h2:after,.store-checkout-page .store-checkout-form-group h2:before {
    display: none
}

.store-checkout-page .store-checkout-form-group-body .form-group label,.store-checkout-page .store-checkout-form-group-body .form-group legend {
    font-size: 20px!important;
    font-size: 2rem!important
}

.store-checkout-page .store-checkout-form-group-body .form-group input,.store-checkout-page .store-checkout-form-group-body .form-group select {
    padding: 15px 20px!important;
    background-color: #ececec;
    border: none;
    font-size: 20px!important;
    font-size: 2rem!important;
    color: #000;
    height: auto!important
}

.store-checkout-page .store-checkout-cart-view .store-checkout-cart-contents .store-cart-table tbody td,.store-checkout-page .store-checkout-cart-view .store-checkout-cart-contents .store-cart-table tbody th,.store-checkout-page .store-checkout-cart-view .store-checkout-cart-contents .store-cart-table tbody tr,.store-checkout-page .store-checkout-cart-view .store-checkout-cart-contents .store-cart-table thead td,.store-checkout-page .store-checkout-cart-view .store-checkout-cart-contents .store-cart-table thead th,.store-checkout-page .store-checkout-cart-view .store-checkout-cart-contents .store-cart-table thead tr {
    font-size: 20px!important;
    font-size: 2rem!important;
    text-align: left!important;
    padding: 23px 10px!important
}

.store-checkout-page .store-checkout-cart-view .store-checkout-cart-contents .store-cart-table tbody th,.store-checkout-page .store-checkout-cart-view .store-checkout-cart-contents .store-cart-table thead th {
    padding-bottom: 0!important
}

.store-checkout-page .store-checkout-cart-view .store-checkout-cart-contents .store-checkout-totals-line-items {
    padding: 0!important
}

.store-checkout-page .store-checkout-cart-view .store-checkout-cart-contents .store-checkout-totals-line-items li {
    background: #bed2ff
}

.store-checkout-page .store-checkout-form-group-summary {
    border: none!important
}

.store-checkout-page .store-checkout-form-group-summary label,.store-checkout-page .store-checkout-form-group-summary p {
    font-size: 20px!important;
    font-size: 2rem!important
}

.store-checkout-page .store-checkout-form-group-summary p {
    background-color: #ececec;
    padding: 10px 20px;
    margin: 10px 0
}

.store-order-complete-page {
    padding: 50px 0
}

.store-order-complete-page label,.store-order-complete-page legend,.store-order-complete-page li,.store-order-complete-page p,.store-order-complete-page span,.store-order-complete-page td,.store-order-complete-page th,.store-order-complete-page tr {
    font-size: 20px!important;
    font-size: 2rem!important
}

.store-order-complete-page h3::after {
    display: none!important
}

.store-order-complete-page .complete-details {
    background-color: #ececec;
    padding: 10px 20px 30px;
    margin: 10px 0
}

.store-order-complete-page .complete-details .address-span {
    display: block
}

.store-order-complete-page .complete-details span {
    font-weight: 500
}

.store-order-complete-page .complete-details span.company {
    margin-right: 10px
}

.store-order-complete-page .complete-details span.job {
    margin-left: 10px
}

.store-order-complete-page .complete-details h3.details {
    margin-top: 0
}

.store-order-complete-page .complete-order-details hr {
    border-color: #e20086
}

.store-order-complete-page .complete-order-details table {
    width: 100%!important
}

.store-order-complete-page .complete-order-details table td,.store-order-complete-page .complete-order-details table th,.store-order-complete-page .complete-order-details table tr {
    text-align: left
}

table#store-cart tfoot td {
    text-align: right;
    padding-right: 0
}

table#store-cart td.store-cart-product-name {
    text-align: left
}

.store-cart-page .store-btn-cart-page-checkout.btn.btn-success,table#store-cart td a.btn {
    color: #fff
}

.store-cart-page .store-btn-cart-page-checkout.btn.btn-success,table#store-cart td .btn:focus,table#store-cart td .btn:hover {
    transform: scale(1.05)
}

.btn.btn-warning {
    background: #ff26ac
}

.btn.btn-info,
.btn.btn-info:hover{
    color:#000;
}

a.btn.btn-primary {
    background: #002a8d;
    color:white;
}

.btn.btn-success {
    background: #006747
}

.btn.btn-danger {
    background: #8a1538
}
#site a.btn:hover,
#site .btn:hover{
    text-decoration:underline;
}
.main .core-style h1:first-child{
    margin: 0 0 25px;
}
#help-desc{
    margin-top:3px;
}
.main .core-style .store-order-complete-page h5{
    margin-bottom: 0;
    border:none;
}
.main .core-style .store-order-complete-page p{
    margin-top: 0;
}
.main .core-style .store-order-complete-page hr{
    border-color: #e20086;
}
.store-order-complete-page h5:before,.store-order-complete-page h5:after{
    display: none;
    
}