.ccm-page {
    overflow-x: hidden;
    position: relative;
    background-color: #fff;
    z-index: 1;
    width: 100%;
    font-family: foco,sans-serif;
    transition: .3s;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5
}

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

.ccm-page a,.ccm-page td,.ccm-page th {
    word-wrap: break-word;
    overflow-wrap: break-word
}

@media (max-width: 991px) {
    .ccm-page {
        font-size:16px;
        font-size: 1.6rem
    }
}

.core-style a {
    color: #b82d6b;
    text-underline-position: under;
    text-decoration: underline
}

.core-style a:hover {
    text-underline-position: unset;
    text-decoration: none
}

.main .core-style .content-block img,.main .core-style img.ci {
    border-radius: 20px
}

.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
}

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

@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
    }
}

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

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

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

.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
}

.footer a,.header a,.main a {
    transition: .3s
}

.footer a:active,.footer a:focus,.footer a:hover,.header a:active,.header a:focus,.header a:hover,.main a:active,.main a:focus,.main a:hover {
    text-decoration: none
}

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

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

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

.core-style h1,.core-style h2,.core-style h3,.core-style h4,.core-style h5,.core-style h6,.core-style ol,.core-style p,.core-style ul {
    margin: 0 0 20px
}

.core-style ol,.core-style ul {
    padding: 0 0 0 25px
}

.core-style li {
    margin: 10px 0
}

.core-style h2 {
    font-size: 30px;
    font-weight: 900
}

.font-inc .core-style h2 {
    font-size: 36px
}

.core-style hr {
    border-color: #b82d6b
}

.core-style .form-display-text:not(:first-child) h2,.core-style .highlight h2,.core-style .highlight h3:first-child {
    display: inline-block;
    position: relative;
    margin-top: 30px;
    padding-top: 19px
}

.core-style .form-display-text:not(:first-child) h2:before,.core-style .highlight h2:before,.core-style .highlight h3:first-child:before {
    content: '';
    background-color: #b82d6b;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    border-radius: 3px
}

.core-style .form-display-text:not(:first-child) h2:before {
    background-color: #702283;
    height: 3px;
    border-radius: 1px;
    top: 3px
}

.core-style blockquote {
    background-color: #a8dab5;
    padding: 17px 4.5% 7px;
    border-radius: 25px
}

.core-style .table-wrapper {
    display: block;
    overflow-x: auto;
    margin: 0 0 30px
}

@media (max-width: 768px) {
    .core-style .table-wrapper {
        margin:0 -15px 30px
    }

    .core-style .table-wrapper table {
        width: 100%
    }
}

.core-style .table-wrapper table {
    margin: 0
}

.core-style table {
    margin: 0 0 15px;
    border-color: #fff;
    border-style: solid;
    background-color: #fff;
    outline-color: #fff
}

.core-style table th {
    background-color: #003869;
    color: #fff
}

.core-style table th a {
    color: #ffcc1b
}

.core-style table th a:hover {
    color: #fff
}

.core-style table td {
    vertical-align: top
}

.core-style table td,.core-style table th {
    padding: 10px
}

.core-style table td span,.core-style table th span {
    word-wrap: break-word;
    word-break: break-all
}

.core-style table td,.core-style table td p,.core-style table th,.core-style table th p {
    font-size: 17px;
    font-size: 1.7rem;
    overflow-wrap: break-word
}

.core-style table td p::last-child,.core-style table td::last-child,.core-style table th p::last-child,.core-style table th::last-child {
    margin: 0
}

.core-style table td>*,.core-style table th>* {
    margin-top: 0
}

.core-style table td>:last-child,.core-style table th>:last-child {
    margin-bottom: 0
}

.core-style table tbody tr {
    background-color: #eef2f2
}

.core-style table tbody tr:hover {
    background-color: #f7f8f9
}

.core-style table tbody tr:hover th {
    filter: brightness(90%) contrast(120%)
}

.core-style .button-link {
    margin: 0 15px 15px 0
}

.ccm-page .core-style picture:not(:last-child) img {
    margin-bottom: 20px
}

.core-style img {
    margin: 0 0 20px;
    max-width: 100%;
    height: auto!important
}

.core-style p img {
    margin-bottom: 0
}

.core-style p .cke-image-left,.core-style p .cke-image-right {
    margin-bottom: 15px
}

.core-style .large-first h2:first-child+p,.core-style .large-first h3:first-child+p,.core-style .large-first p:first-child {
    font-size: 23px;
    font-size: 2.3rem;
    font-weight: 600
}

.core-style .large-first h2:first-child+p strong,.core-style .large-first h3:first-child+p strong,.core-style .large-first p:first-child strong {
    font-weight: 900
}

.core-style .cke-image-left {
    margin-right: 20px;
    float: left
}

.core-style .cke-image-right {
    margin-left: 20px;
    float: right
}

.core-style .cke-image-center {
    text-align: center
}

.core-style .cke-image-captioned {
    margin: 0 0 20px
}

.core-style .cke-image-captioned img {
    display: block;
    margin: 0
}

.core-style .cke-image-captioned figcaption {
    margin-top: 5px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000
}

.core-style label.control-label {
    font-weight: 900
}

.core-style input,.core-style select,.core-style textarea {
    padding: 6px 4.5%;
    min-height: 4.2rem;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 400;
    color: #000;
    background-color: #fff;
    border: 1px solid #768692;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 21px;
    BORDER: 0
}

.core-style input:focus,.core-style select:focus,.core-style textarea:focus {
    border-color: #768692;
    outline: #000 solid 2px;
    box-shadow: none
}

.core-style input {
    BORDER: 0
}

.core-style input::-moz-placeholder {
    color: inherit;
    opacity: 1
}

.core-style input:-ms-input-placeholder {
    color: inherit
}

.core-style input::placeholder {
    color: inherit
}

.core-style select {
    padding-right: 30px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 16px 12px
}

.core-style select::-ms-expand {
    display: none
}

.core-style input[type=checkbox],.core-style input[type=radio] {
    padding: 0;
    min-height: 0
}

.core-style input[type=checkbox]:focus,.core-style input[type=radio]:focus {
    outline-width: 2px;
    outline-offset: 2px
}

.core-style input[type=file] {
    padding: 0;
    min-height: 0;
    background-color: transparent;
    border: none
}

.core-style .checkbox,.core-style .radio {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400
}

.core-style .checkbox label,.core-style .radio label {
    min-height: 1.5rem;
    padding-left: 1.5em
}

.core-style .checkbox input[type=checkbox],.core-style .checkbox-inline input[type=checkbox],.core-style .radio input[type=radio],.core-style .radio-inline input[type=radio] {
    position: static;
    float: left;
    margin-left: -1.5em
}

.core-style input[type=checkbox],.core-style input[type=radio] {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    color: #000;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact
}

.core-style input[type=checkbox]:active,.core-style input[type=radio]:active {
    filter: brightness(90%)
}

.core-style input[type=checkbox]:checked,.core-style input[type=radio]:checked {
    background-color: #b82d6b;
    border-color: #b82d6b
}

.core-style input[type=checkbox]:disabled,.core-style input[type=radio]:disabled {
    pointer-events: none;
    filter: none;
    opacity: .5
}

.core-style input[type=checkbox]:disabled~label,.core-style input[type=radio]:disabled~label {
    opacity: .5
}

.core-style div.ccm-rating.accessible .rating-wrapper input:checked+label,.core-style div.ccm-rating.accessible .rating-wrapper input:focus+label,.core-style div.ccm-rating.accessible .rating-wrapper input:hover+label {
    color: #b82d6b;
    border-bottom-color: #b82d6b
}

.core-style div.ccm-rating.accessible .rating-wrapper label {
    color: #b82d6b
}

.core-style input[type=radio] {
    border-radius: 50%!important
}

.core-style input[type=radio]:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23ffffff'/%3e%3c/svg%3e")
}

.core-style input[type=checkbox] {
    border-radius: .25em
}

.core-style input[type=checkbox]:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")
}

.core-style input[type=checkbox]:indeterminate {
    background-color: #b82d6b;
    border-color: #b82d6b;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}

@media screen and (max-width: 991px) {
    .ccm-page .core-style picture:not(:last-child) img {
        margin-bottom:15px
    }

    .core-style img {
        margin: 0 0 15px
    }

    .core-style .cke-image-left,.core-style .cke-image-right {
        display: block;
        margin: 0 0 15px!important;
        float: none
    }

    .core-style .cke-image-captioned {
        margin-bottom: 15px
    }

    .core-style .cke-image-captioned figcaption {
        font-size: 16px;
        font-size: 1.6rem
    }

    .core-style input,.core-style select,.core-style textarea {
        min-height: 3.6rem;
        font-size: 16px;
        font-size: 1.6rem
    }

    .core-style .checkbox,.core-style .radio {
        font-size: 16px;
        font-size: 1.6rem
    }

    .core-style .large-first h2:first-child+p,.core-style .large-first h3:first-child+p,.core-style .large-first p:first-child {
        font-size: 19px;
        font-size: 1.9rem
    }

    .core-style .form-display-text:not(:first-child) h2,.core-style .highlight h2,.core-style .highlight h3:first-child {
        display: inline-block;
        position: relative;
        margin-top: 25px;
        padding-top: 14px
    }

    .core-style .form-display-text:not(:first-child) h2:before,.core-style .highlight h2:before,.core-style .highlight h3:first-child:before {
        height: 3px;
        border-radius: 1px;
        top: 0
    }

    .header .header-main .header-tool-column.md {
        position: static;
        width: 0;
        padding: 0
    }
}

@media (max-width: 768px) {
    .core-style {
        background-size:60% auto
    }

    .core-style h2 {
        font-size: 1.37em
    }
}

.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: #aeca37;
    color: #003869;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1;
    padding: 17px 40px 16px;
    transition: .3s;
    border-radius: 27px;
    font-weight: 900;
    border: none
}

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

.button-link.yellow {
    background: #ffcc1b
}

a .button-link,a.button-link,button.button-link {
    color: #003869;
    text-decoration: unset;
    text-underline-position: unset
}

a .button-link:active,a .button-link:focus,a .button-link:hover,a.button-link:active,a.button-link:focus,a.button-link:hover,button.button-link:active,button.button-link:focus,button.button-link:hover {
    background: #b82d6b;
    color: #fff;
    text-decoration: none
}

.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: 24px;
    height: 24px;
    letter-spacing: 0;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto
}

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

.button-link.arrow-left:after {
    content: "\f053";
    left: 15px
}

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

.button-link.arrow-right:after {
    content: "\f054";
    right: 15px
}

.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(17%) sepia(22%) saturate(5522%) hue-rotate(189deg) brightness(94%) contrast(103%)
}

.button-link.file-icon:focus img,.button-link.file-icon:hover img,.button-link.icon-left:focus img,.button-link.icon-left:hover 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: #1c96e8
}

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

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

@media all and (max-width: 991px) {
    .button-link {
        font-size:18px;
        font-size: 1.8rem;
        padding: 12px 20px
    }

    .button-link.arrow-left:after,.button-link.arrow-right:after {
        font-size: 24px;
        width: 24px;
        height: 24px
    }

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

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

.page-template-home .header .button-link {
    background-color: #aeca37
}

.header a,.header button {
    transition: .3s
}

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

    .header .social-links {
        margin: 0 9px
    }

    .header .social-links a {
        line-height: 55px;
        font-size: 3rem;
        display: inline-block
    }

    .header .social-links a i {
        transition: .3s
    }

    .header .social-links a:focus i,.header .social-links a:hover i {
        transform: scale(1.35)
    }

    .header .social-links a.facebook,.header .social-links a.facebook2 {
        color: #4b76bd
    }

    .header .social-links a.skype {
        color: #12a5f4
    }

    .header .social-links a.gmail {
        color: #d44638
    }

    .header .social-links a.messenger {
        color: #0078ff
    }

    .header .social-links a.wordpress {
        color: #444140
    }

    .header .social-links a.whatsapp {
        color: #4fce5d
    }

    .header .social-links a.instagram {
        color: #1faaba
    }

    .header .social-links a.googleplus {
        color: #dd4b39
    }

    .header .social-links a.twitter,.header .social-links a.twitter2 {
        color: #1c96e8
    }

    .header .social-links a.linkedin {
        color: #56648d
    }

    .header .social-links a.youtube,.header .social-links a.youtube2 {
        color: #cd201f
    }
}

@media (max-width: 991px) {
    .core-style table td,.core-style table td p,.core-style table th,.core-style table th p {
        font-size:16px;
        font-size: 1.6rem
    }

    .header {
        padding-top: 44px
    }

    .header .social-links {
        position: fixed;
        top: 0;
        vertical-align: top;
        right: 0;
        margin: 0
    }

    .nav-open .header .social-links {
        display: none
    }

    .header .social-links ul.list-inline {
        margin: 0;
        display: block;
        float: right;
        padding: 0
    }

    .header .social-links ul.list-inline li {
        display: block;
        float: right;
        margin: 0
    }

    .header .social-links ul.list-inline li a {
        line-height: 44px;
        font-size: 2.4rem;
        width: 44px;
        color: #fff;
        display: inline-block
    }

    .header .social-links ul.list-inline li a:focus,.header .social-links ul.list-inline li a:hover {
        color: #702c91;
        background-color: #fff
    }
}

.header .header-top {
    background: #702c91;
    position: fixed;
    z-index: 1000;
    box-shadow: 0 0 20px 0 #666;
    top: 0;
    left: 0;
    right: 0;
    transition: .3s
}

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

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

.header .header-top .mobile-buttons button {
    z-index: 1002;
    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 {
    color: #702c91;
    background-color: #fff
}

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

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

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

.header .header-main .header-logo.core-style img {
    margin: 12px 0 8px
}

@media all and (max-width: 991px) {
    .header .header-main {
        text-align:center
    }

    .header .header-main .button-link {
        background-color: #aeca37
    }

    .header .header-main .button-link:hover {
        background-color: #b82d6b
    }

    .header .header-main .header-logo.core-style {
        margin: 10px auto 23px;
        max-width: 160px
    }

    .header .header-main .header-logo.core-style img {
        margin: 0
    }

    .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-main .header-mobile-tool button.close {
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -10.5px
    }

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

@media (min-width: 992px) {
    .header .header-main .header-tool-column {
        text-align:right;
        margin: 0 -9px
    }

    .header .header-main .header-tool-column a {
        margin: 0 9px
    }
}

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

.ccm-page .accessibility-controls {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 500;
    color: #d3e3f1;
    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: #d3e3f1;
    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: #accae4;
    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: #d3e3f1;
    border: 1px solid #b9d3e7;
    font-size: 0;
    margin-top: -1px;
    pointer-events: all;
    overflow-y: auto;
    padding: 7px 0 2px;
    display: none
}

.ccm-page .accessibility-controls .access-tools .access-element {
    display: inline-block;
    vertical-align: middle;
    padding: 12px 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 {
    padding-top: 4px;
    padding-bottom: 6px;
    border-right: none
}

.ccm-page .accessibility-controls .access-tools .access-element.frank-logo p {
    margin: 0 0 4px;
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
    color: #3c638c;
    text-align: center
}

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

.ccm-page .accessibility-controls .access-tools .access-element.frank-logo a svg path {
    fill: #3c638c;
    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-main__search,.header .header-top {
        display: none
    }
}

@media all and (max-width: 1199px) {
    .ccm-page .accessibility-controls .access-tools {
        padding:7px 40px 7px 142px
    }
}

@media all and (max-width: 991px) {
    .ccm-page .accessibility-controls .access-tools .access-element {
        border:none
    }
}

@media (max-width: 767px) {
    .core-style table td,.core-style table th {
        padding:4px
    }

    .core-style table td:first-child,.core-style table td:last-child,.core-style table th:first-child,.core-style table th:last-child {
        padding-left: 12px
    }

    .ccm-page .accessibility-controls .access-tab {
        text-align: right
    }

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

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

    .ccm-page .accessibility-controls .access-tab .access-tab-button[aria-expanded=true] {
        margin-right: 0
    }

    .ccm-page .accessibility-controls .access-tab.open {
        text-align: center
    }

    .ccm-page .accessibility-controls .access-tools {
        padding: 7px 7px 40px
    }

    .ccm-page .accessibility-controls .access-tools .access-element {
        margin-top: 0;
        padding: 9px 5px;
        display: block;
        height: auto;
        border: none
    }

    .ccm-page .accessibility-controls .access-tools .access-element.frank-logo {
        padding: 9px 5px
    }
}

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

@media all and (max-width: 390px) {
    .ccm-page .accessibility-controls .access-tab .access-tab-button {
        padding:8px;
        font-size: 13px;
        font-size: 1.3rem
    }
}

.button-block.btn-inline:last-child {
    margin-right: 0
}

.list-inline {
    list-style-type: none;
    display: inline
}

.additional-links,.list-inline li,.social-wrapper,.social-wrapper .social-links {
    display: inline
}

.search-form form {
    max-width: 45rem;
    position: relative;
    display: inline-block;
    width: 100%
}

.search-form input[type=text] {
    width: 100%;
    min-height: 4.8rem;
    padding: 15px 60px 15px 30px;
    font-size: 18px;
    font-size: 1.8rem;
    color: #231f20;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 30px;
    box-shadow: 0 0 16px rgba(0,0,0,.18);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.search-form button[type=submit]:not(.button-link) {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    color: #000;
    border: none;
    background-color: transparent;
    font-size: 28px;
    padding: 0 14px 1px;
    border-radius: 0 30px 30px 0;
    transition: .3s
}

.search-form button[type=submit]:not(.button-link) .fa {
    transition: .3s
}

.search-form button[type=submit]:not(.button-link):active,.search-form button[type=submit]:not(.button-link):focus,.search-form button[type=submit]:not(.button-link):hover {
    background-color: #702c91;
    color: #fff
}

.header-logo {
    max-width: 235px
}

.header-main {
    padding: 18px 0 0
}

.header-main .search-block-weighted.default {
    margin: 0 0 10px
}

@media all and (max-width: 1350px) {
    .header-main {
        padding:18px 0 0
    }
}

@media all and (max-width: 480px) {
    .search-form .search-input {
        padding-left:20px
    }
}

.footer-donate,.home-donate {
    background-color: #ededed;
    position: relative
}

.footer-donate .donate-content,.home-donate .donate-content {
    padding: 30px 0 15px;
    text-align: center;
    position: relative
}

@media (min-width: 769px) {
    .footer-donate .donate-content,.home-donate .donate-content {
        padding:45px 0 20px;
        text-align: left;
        background-color: #ededed
    }

    .footer-donate .donate-content:before,.home-donate .donate-content:before {
        content: '';
        position: absolute;
        background-image: url(/application/themes/custom/images/grey-semicircle.png);
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: left;
        border-left: 5vw solid #ededed;
        width: 50vw;
        top: 0;
        left: 100%;
        bottom: 0
    }
}

.footer-donate.core-style h2,.home-donate.core-style h2 {
    line-height: 1.1;
    color: #003869;
    font-weight: 900;
    margin: 0 0 27px;
    font-size: 32px
}

.font-ic .footer-donate.core-style h2,.font-ic .home-donate.core-style h2 {
    font-size: 60px
}

.page-template-home .footer-donate.core-style h2,.page-template-home .home-donate.core-style h2 {
    font-size: 39px;
    color: #702283
}

.font-ic .page-template-home .footer-donate.core-style h2,.font-ic .page-template-home .home-donate.core-style h2 {
    font-size: 60px
}

@media (min-width: 991px) {
    .footer-donate.core-style h2,.home-donate.core-style h2 {
        font-size:42px
    }

    .page-template-home .footer-donate.core-style h2,.page-template-home .home-donate.core-style h2 {
        font-size: 45px
    }
}

.footer-donate .donate-image,.home-donate .donate-image {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    overflow: hidden
}

.footer-donate .donate-image img,.footer-donate .donate-image picture,.home-donate .donate-image img,.home-donate .donate-image picture {
    width: auto!important;
    height: 100%;
    margin: 0;
    display: flex
}

.footer-donate .donate-image .semi,.home-donate .donate-image .semi {
    margin: 0 0 0 auto;
    height: 100%;
    position: relative;
    float: right;
    display: flex
}

.footer-donate .donate-image .semi:after,.home-donate .donate-image .semi:after {
    content: '';
    position: absolute;
    background-image: url(/application/themes/custom/images/grey-semicircle.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

@media (max-width: 1450px) {
    .footer-donate .donate-image .semi,.home-donate .donate-image .semi {
        position:absolute;
        top: 0;
        left: 55vw;
        bottom: 0;
        right: 0;
        overflow: hidden
    }

    .footer-donate .donate-image .semi img,.home-donate .donate-image .semi 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 .footer-donate .donate-image .semi img,.footer .core-style .home-donate .donate-image .semi img,.header .core-style .footer-donate .donate-image .semi img,.header .core-style .home-donate .donate-image .semi img,.main .core-style .footer-donate .donate-image .semi img,.main .core-style .home-donate .donate-image .semi img {
        margin: auto!important
    }
}

@media (max-width: 1024px) {
    .footer-donate,.home-donate {
        padding:0 0 40%
    }

    .footer-donate .donate-text,.home-donate .donate-text {
        right: 30px;
        bottom: 10px
    }

    .footer-donate .donate-image,.home-donate .donate-image {
        left: 0;
        bottom: 0;
        top: auto;
        right: 0;
        overflow: hidden
    }

    .footer-donate .donate-image .semi,.home-donate .donate-image .semi {
        position: relative;
        height: 40vw;
        display: block;
        width: 100%;
        left: 0
    }

    .footer-donate .donate-image .semi img,.home-donate .donate-image .semi 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-donate .donate-image .semi:after,.home-donate .donate-image .semi:after {
        display: none
    }
}

.footer-bottom {
    background-color: #702c91;
    padding: 70px 0 170px
}

.footer-bottom .col {
    padding-bottom: 40px;
    position: relative;
    z-index: 1
}

.core-style.white h1,.core-style.white h2,.core-style.white h3,.core-style.white h4,.core-style.white h5,.core-style.white h6,.core-style.white li,.core-style.white p {
    color: #fff
}

.core-style.white p {
    margin: 0 0 25px
}

.core-style.white a {
    color: #fff
}

.core-style.white a:hover {
    color: #ffcc1b
}

.core-style.white h1,.core-style.white h2,.core-style.white h3 {
    line-height: 1.2
}

.banner {
    position: relative
}

.banner .banner-1 {
    background-color: #aeca37;
    padding: 250px 0 48px 30px;
    position: relative
}

.banner .banner-1:before {
    content: '';
    background-image: url(/application/themes/custom/images/banner-heart.png);
    position: absolute;
    bottom: 0;
    background-size: contain;
    background-position: bottom left;
    background-repeat: no-repeat;
    z-index: 1;
    width: 324px;
    height: 275px;
    left: 0
}

.font-inc .banner .banner-1:before {
    left: -30px;
    width: 413px;
    height: 350px
}

@media (min-width: 701px) {
    .banner .banner-1 {
        padding:105px 0 50px 28px
    }

    .page-template-home .banner .banner-1 {
        padding: 130px 0 48px 35px
    }

    .banner .banner-1:before {
        left: -30px;
        width: 413px;
        height: 350px
    }
}

@media (min-width: 1560px) {
    .banner .banner-1 {
        padding:140px 0 63px 57px
    }

    .page-template-home .banner .banner-1 {
        padding: 155px 0 75px 38px
    }

    .banner .banner-1:before {
        width: 512px;
        height: 455px
    }

    .page-template-home .banner .banner-1:before {
        width: 640px;
        height: 542px
    }

    .page-template-home .banner .banner-text {
        padding: 51px 0 53px 72px;
        height: 257px;
        max-width: 480px
    }
}

.page-template-home .banner .bg-img::after {
    opacity: .18;
    background-color: #590064
}

.banner .banner-text {
    display: flex;
    z-index: 2;
    max-width: 430px;
    padding: 0 0 20px 42px;
    align-items: center;
    position: relative;
    transform: rotate(-26.5deg);
    max-width: 320px;
    height: 136px
}

.banner .banner-text h1 {
    color: #fff;
    font-weight: 900;
    line-height: 1.1;
    margin: 0;
    font-size: 44px
}

.font-inc .banner .banner-text h1 {
    font-size: 48px
}

@media (min-width: 1560px) {
    .page-template-home .banner .banner-text h1 {
        font-size:68px
    }
}

@media (max-width: 700px) {
    body:not(.font-inc) .banner .banner-text {
        max-width:215px;
        height: 97px;
        padding: 0 0 0 30px
    }

    body:not(.font-inc) .banner .banner-text h1 {
        font-size: 32px
    }
}

.banner .banner-buttons .button-block.btn-inline {
    display: inline-block;
    width: auto;
    margin: 10px 7px
}

@media (min-width: 768px) {
    .footer-bottom {
        background-repeat:no-repeat;
        background-size: auto 88%;
        background-position: right bottom;
        background-image: url(/application/themes/custom/images/footer_heart.png)
    }

    .banner .banner-buttons {
        position: absolute;
        text-align: right;
        bottom: 20px;
        z-index: 2;
        right: 50vw;
        transform: translateX(382px);
        max-width: 300px
    }
}

@media (max-width: 767px) {
    .banner .banner-buttons {
        display:table;
        width: 100%;
        padding: 13px 6px
    }

    .banner .banner-buttons .button-block.btn-inline {
        display: table-cell;
        padding: 2px
    }

    .banner .banner-buttons .button-block.btn-inline .button-link {
        display: block;
        text-align: center
    }
}

@media (min-width: 991px) {
    .banner .banner-buttons {
        max-width:600px;
        transform: translateX(492px)
    }
}

@media (min-width: 1525px) {
    .banner .banner-buttons {
        transform:translateX(592px)
    }
}

.donate-text {
    position: absolute;
    text-align: center;
    bottom: 57px;
    display: none;
    z-index: 2
}

@media (min-width: 768px) {
    .donate-text {
        right:57px;
        display: block
    }

    .donate-text .circle {
        width: 28.6rem;
        min-height: 28.6rem;
        display: flex;
        align-items: center;
        flex-direction: column;
        padding: 15px 20px 35px;
        position: relative;
        transform: rotate(-15deg);
        justify-content: center
    }

    .donate-text .circle:before {
        content: '';
        position: absolute;
        width: 100%;
        padding-bottom: 100%;
        top: 0;
        left: 0;
        background-color: #003869;
        border-radius: 50%
    }

    .donate-text .circle p {
        position: relative;
        line-height: 1.5
    }

    .donate-text .circle span {
        color: #fff;
        transform: translateY(50px);
        display: block;
        margin: 10px
    }

    .donate-text .circle span::before {
        font-size: 92px;
        line-height: 0;
        content: '\201C';
        font-family: foco
    }

    .donate-text .circle>p {
        color: #fff;
        font-size: 2.2rem;
        font-weight: 900
    }
}

.breadcrumb-wrapper {
    background-color: transparent;
    border-bottom: 1px solid #965da4;
    border-radius: 0;
    margin: 0 0 50px;
    padding: 22px 0 10px;
    color: #003087
}

.breadcrumb-wrapper p {
    display: inline;
    color: inherit;
    font-weight: 900;
    padding: 0 10px 0 0
}

ol.breadcrumb {
    display: inline;
    background-color: transparent;
    padding: 0;
    margin: 0
}

ol.breadcrumb li {
    padding: 0 10px
}

ol.breadcrumb li a {
    font-size: 21px;
    font-size: 2.1rem;
    font-weight: 600
}

ol.breadcrumb li+li {
    position: relative
}

ol.breadcrumb li+li:before {
    content: '\f105';
    padding-right: 20px;
    color: #000;
    font-family: fontAwesome;
    font-size: 20px;
    font-weight: 400;
    position: relative
}

ol.breadcrumb li+li:last-child {
    padding-right: 0
}

ol.breadcrumb li[aria-current=page] {
    font-weight: 600;
    color: #000
}

@media screen and (max-width: 991px) {
    .breadcrumb-wrapper {
        margin:0 -5px 30px
    }

    .breadcrumb-wrapper p {
        display: none
    }

    ol.breadcrumb li,ol.breadcrumb li:before {
        padding: 0
    }

    ol.breadcrumb li+li:before {
        padding: 0 7px;
        font-size: 16px;
        font-size: 1.6rem
    }

    ol.breadcrumb li,ol.breadcrumb li a,ol.breadcrumb li+li:before {
        font-size: 16px;
        font-size: 1.6rem
    }

    ol.breadcrumb li a {
        font-weight: 400
    }

    ol.breadcrumb li.home::before {
        display: none
    }
}

.quote-area {
    background-color: #ededed;
    position: relative;
    padding: 95px 0 30px
}

@media (max-width: 1200px) {
    .quote-area {
        padding:9vw 0 25vw
    }
}

@media (max-width: 991px) {
    .quote-area {
        padding:9vw 0 26vw
    }
}

@media (max-width: 768px) {
    .quote-area {
        padding:9vw 0 40vw
    }
}

.quote-area .heart-wrapper {
    position: absolute;
    bottom: -2px;
    left: 0
}

.quote-area .heart-wrapper>.heart-svg {
    position: relative;
    max-width: 734px;
    width: 51.6vw;
    padding-bottom: 85.8%;
    z-index: 2
}

.quote-area .heart-wrapper>.heart-svg svg {
    position: absolute;
    width: 100%;
    height: 100%
}

@media (max-width: 1200px) {
    .quote-area .heart-wrapper>.heart-svg {
        width:45vw
    }
}

@media (max-width: 768px) {
    .quote-area .heart-wrapper>.heart-svg {
        width:60vw;
        transform: translateX(-2vw)
    }
}

@media (max-width: 550px) {
    .banner .banner-buttons .button-block.btn-inline .button-link::after {
        display:none
    }

    .banner .banner-buttons .button-block.btn-inline .button-link.arrow-left,.banner .banner-buttons .button-block.btn-inline .button-link.arrow-right {
        padding: 12px
    }

    .quote-area {
        padding: 60px 0 75vw
    }

    .quote-area .heart-wrapper>.heart-svg {
        width: 100vw;
        transform: translateX(-5vw)
    }
}

.quote-content.core-style {
    position: relative;
    z-index: 1
}

.quote-content.core-style h2 {
    color: #702c91;
    font-family: 900
}

.quote-content.core-style .button-link {
    border: 2px solid #fff
}

.quote-content.core-style .content-block,.quote-content.core-style .content-block p {
    position: relative
}

.quote-content.core-style .content-block::after,.quote-content.core-style .content-block::before {
    position: absolute;
    color: #fff;
    font-weight: 900;
    content: '\201C';
    font-size: 540px;
    font-family: foco;
    line-height: 1;
    opacity: .5;
    z-index: -1
}

.quote-content.core-style .content-block::before {
    top: -5%;
    transform: translateX(-70%) translateY(-17%)
}

@media (max-width: 991px) {
    .quote-content.core-style .content-block::before {
        transform:translateX(-50px) translateY(-17%)
    }
}

.quote-content.core-style .content-block::after {
    right: -50px;
    bottom: 0;
    content: '\201D';
    transform: translateY(55%)
}

@media (min-width: 992px) {
    .quote-content.core-style {
        min-height:444px;
        padding: 0 0 50px
    }

    .quote-content.core-style h2 {
        font-size: 38px
    }

    .font-ic .quote-content.core-style h2 {
        font-size: 60px
    }

    .quote-content.core-style p {
        font-size: 22px;
        font-size: 2.2rem
    }

    .quote-content.core-style .content-block {
        position: relative;
        padding: 0 0 50px
    }
}

@media (max-width: 991px) {
    .quote-content.core-style .button-block {
        text-align:right;
        padding-top: 37px
    }
}

.green-area {
    position: relative;
    min-height: 20vw
}

.green-area .bg-img img {
    opacity: .8;
    filter: brightness(1.2) contrast(1.2)
}

.green-area .bg-img::after {
    background: radial-gradient(ellipse at center,rgba(174,202,55,.7) 0,#aeca37 85%,#aeca37 100%);
    bottom: -20%
}

.green-area .green-content {
    position: relative;
    padding: 25px 0 20px
}

@media (min-width: 768px) {
    .green-area .green-content {
        padding:45px 0 35px
    }

    .green-area .green-content::before {
        content: '';
        background-image: url(/application/themes/custom/images/pink_heart_home.png);
        position: absolute;
        bottom: -69px;
        right: 0;
        background-size: contain;
        background-position: bottom right;
        background-repeat: no-repeat;
        z-index: 1;
        width: 500px;
        height: 420px
    }
}

.green-area .green.core-style h2,.green-area .green.core-style h3,.green-area .green.core-style h4,.green-area .green.core-style h5,.green-area .green.core-style h6,.green-area .green.core-style li,.green-area .green.core-style p {
    color: #003869;
    text-shadow: 0 0 1px #c1d767,0 0 2px #c1d767,0 0 3px #c1d767,0 0 7px #c1d767
}

@media (min-width: 991px) {
    .green-area .green.core-style h2 {
        font-size:38px
    }

    .font-ic .green-area .green.core-style h2 {
        font-size: 60px
    }

    .green-area .green.core-style p {
        font-size: 24px;
        font-size: 2.4rem;
        padding: 0 25px 0 0
    }

    .green-area .green.core-style .button-block {
        margin-top: 30px
    }
}

.green-area .green.core-style .button-link {
    background-color: #fff
}

.green-area .green.core-style .button-link:focus,.green-area .green.core-style .button-link:hover {
    background: #702c91
}

.green-area .heart-text {
    display: flex;
    z-index: 2;
    max-width: 280px;
    transform: rotate(25deg);
    position: absolute;
    font-size: 42px;
    bottom: 36px;
    right: 0
}

.green-area .heart-text span {
    color: #fff;
    font-weight: 900;
    line-height: 1.1;
    margin: 0;
    max-width: 44vw
}

@media (min-width: 1200px) {
    .green-area .green-content {
        padding:65px 0 60px
    }

    .green-area .green-content::before {
        bottom: -96px;
        width: 700px;
        height: 590px
    }

    .green-area .heart-text {
        font-size: 60px;
        max-width: 430px;
        height: 194px;
        bottom: 50px;
        right: -10px
    }
}

@media (max-width: 768px) {
    .quote-content.core-style .content-block::after,.quote-content.core-style .content-block::before {
        font-size:300px
    }

    .quote-content.core-style .content-block::after {
        transform: translateY(65%)
    }

    .green-area .green-content::before,.green-area .heart-text {
        display: none
    }
}

.ccm-notification-help-launcher {
    display: none
}

.single-accordion {
    margin: 0 0 27px
}

.single-accordion+.single-accordion {
    margin-top: -15px
}

.single-accordion>h2.single-accordion-title-shell,.single-accordion>h3.single-accordion-title-shell,.single-accordion>h4.single-accordion-title-shell {
    margin: 0
}

.single-accordion .single-accordion-title-shell button {
    position: relative;
    margin: 0;
    padding: 17px 60px 17px 4.5%;
    width: 100%;
    line-height: 1;
    border: 1px solid #b82d6b;
    text-align: left;
    font-size: 22px;
    font-size: 2.2rem;
    color: #fff;
    background-color: #b82d6b;
    font-weight: 700;
    transition: .3s;
    border-radius: 30px
}

.single-accordion .single-accordion-title-shell button.blue {
    background-color: #003869;
    border: 1px solid #003869
}

.single-accordion .single-accordion-title-shell button:after {
    content: '';
    display: block;
    width: 0;
    content: '\f078';
    font-family: fontAwesome;
    font-size: 20px;
    font-size: 2rem;
    line-height: 2rem;
    height: 2rem;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 20px;
    right: 20px;
    color: #fff;
    transition: .3s
}

.single-accordion .single-accordion-title-shell button:active,.single-accordion .single-accordion-title-shell button:focus,.single-accordion .single-accordion-title-shell button:hover {
    color: #b82d6b;
    background-color: #fff
}

.single-accordion .single-accordion-title-shell button:active.blue,.single-accordion .single-accordion-title-shell button:focus.blue,.single-accordion .single-accordion-title-shell button:hover.blue {
    color: #b82d6b
}

.single-accordion .single-accordion-title-shell button:active:after,.single-accordion .single-accordion-title-shell button:focus:after,.single-accordion .single-accordion-title-shell button:hover:after {
    color: #b82d6b;
    transition: .3s
}

.single-accordion .single-accordion-title-shell button:active:after.blue,.single-accordion .single-accordion-title-shell button:focus:after.blue,.single-accordion .single-accordion-title-shell button:hover:after.blue {
    color: #b82d6b
}

.single-accordion .single-accordion-content-wrapper {
    display: none
}

.single-accordion .single-accordion-content-wrapper .single-accordion-content {
    padding: 25px 4.5% 20px;
    border-radius: 0 0 30px 30px;
    background: #fff;
    border: 1px solid #b82d6b;
    border-top: none
}

.single-accordion .single-accordion-content-wrapper .single-accordion-content.blue {
    border-color: #b82d6b
}

.single-accordion.open>.single-accordion-title-shell button {
    border-radius: 30px 30px 0 0
}

.single-accordion.open>.single-accordion-title-shell button:after {
    transform: scaleY(-1)
}

.single-accordion+.content-block {
    margin-top: 40px
}

.content-block+.single-accordion {
    margin-top: 10px
}

.single-accordion+div.ccm-block-feature-item,div.ccm-block-feature-item+.single-accordion {
    margin-top: 75px
}

@media (max-width: 700px) {
    .core-style blockquote, .main-content #donation-form, .single-accordion, .single-accordion.open, li.single-accordion, li.single-accordion.open {
        margin-left:-15px;
        margin-right: -15px
    }

    .core-style blockquote,.feature-block .ccm-block-feature-item .text,.feature-block .single-accordion-content,.feature-block .single-accordion-title-shell>button,.main-content #donation-form,.single-accordion .ccm-block-feature-item .text,.single-accordion .single-accordion-content,.single-accordion .single-accordion-title-shell>button,.single-accordion.open .ccm-block-feature-item .text,.single-accordion.open .single-accordion-content,.single-accordion.open .single-accordion-title-shell>button {
        border-radius: 0;
        padding-left: 15px;
        padding-right: 15px
    }
}

.navigation {
    position: relative
}

.button-block+.feature-block {
    margin-top: 35px
}

.page-template-full .main {
    padding-bottom: 30px
}

.button-block+.feature-block,.button-block+.page-list,.ccm-block-feature-item+.content-block,.ccm-block-feature-item+.page-list,.content-block .ccm-block-feature-item,.content-block+.button-block,.content-block+.ccm-custom-style-container,.content-block+.page-list,.content-block+.single-accordion,.feature-block+.page-list,.page-list .ccm-block-feature-item {
    padding-top: 10px
}

@media (min-width: 768px) {
    .page-template-full .main {
        padding-bottom:60px
    }

    .button-block+.feature-block,.button-block+.page-list,.ccm-block-feature-item+.content-block,.ccm-block-feature-item+.page-list,.content-block .ccm-block-feature-item,.content-block+.button-block,.content-block+.ccm-custom-style-container,.content-block+.page-list,.feature-block+.page-list,.page-list .ccm-block-feature-item {
        padding-top: 25px
    }

    .single-accordion+.feature-block {
        padding-top: 40px
    }
}

.view {
    background: #ededed;
    padding: 40px 0
}
