@font-face {
    font-family: "OpenSans";
    src: url(fonts/OpenSans/OpenSans-Regular.ttf);
    font-weight: normal;
}
@font-face {
    font-family: "OpenSans-Bold";
    src: url(fonts/OpenSans/OpenSans-Bold.ttf);
    font-weight: normal;
}
@font-face {
    font-family: "OpenSans-SemiBold";
    src: url(fonts/OpenSans/OpenSans-SemiBold.ttf);
    font-weight: normal;
}
@font-face {
    font-family: "OpenSans-Light";
    src: url(fonts/OpenSans/OpenSans-Light.ttf);
    font-weight: normal;
}
@font-face {
    font-family: "Merriweather";
    src: url(fonts/Merriweather/Merriweather-Regular.ttf);
    font-weight: normal;
}
@font-face {
    font-family: "Merriweather-Bold";
    src: url(fonts/Merriweather/Merriweather-Bold.ttf);
    font-weight: normal;
}
@font-face {
    font-family: "CrimsonText-Regular";
    src: url(fonts/CrimsonText/CrimsonText-Regular.ttf);
    font-weight: normal;
}
:root{
    --font-heading-bold:"Merriweather-Bold";
    --font-heading:"Merriweather"; 
    --font-body: "OpenSans";
    --font-bold:"OpenSans-Bold";
    --font-semibold:"OpenSans-SemiBold";
    --text-color: #000000;
}
body,
p {
    font-family: var(--font-body);
    font-size: 1rem;
    line-height: 1.75rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-heading);
    font-weight: normal;
    letter-spacing: 0;
    text-transform: inherit;
}
/* body .col {
    padding: 0 0.9375rem 1.875rem;
} */
.banner h2, .banner h1, h1 {
    font-size: 4.0625rem !important;
    line-height: 4.0625rem !important;
    font-family: var(--font-heading-bold);
    margin-bottom: 1.5rem !important;
}
.h1-45 h1{
    font-size: 2.813rem !important;
    line-height: 3.125rem !important;
    font-family: var(--font-heading);
}
h2 {
    font-size: 2.8125rem  !important;
    line-height: 3.125rem !important;
}
.banner h3,
h3 {
    font-size: 1.875rem  !important;
    line-height: 2.8125rem !important;
}
h4 {
    line-height: 1.75rem;
    font-size: 1.375rem;
}
h5 {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.h5-22 h5{
    font-size: 1.375rem;
    line-height: 1.75rem;
}
h6 {
    line-height: 1rem;
    font-size: 1.2rem;
}
.fs-13 , .fs-13  p {
    font-size: 0.81rem;
    line-height: 1.43rem;
    letter-spacing: 0.05rem;
}
.fs-16 , .fs-16  p {
    font-size: 1rem;
    line-height: 1.75rem;
    letter-spacing: 0.05rem;
}
.fs-20 , .fs-20  p {
    font-size: 1.25rem;
    line-height: 2.18rem;
}
.fs-22 , .fs-22  p {
    font-size: 1.375rem;
    line-height: 1.75rem;
}
.fs-28 , .fs-28  p {
    font-size: 1.75rem;
    line-height: 2.1875rem;
    font-family: var(--font-semibold);
}
.f-semi > * {
   font-family: var(--font-semibold); 
}
.col-pb-0 .col,
.col-pb-0,
.pb-0 {
    padding-bottom: 0 !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.mb-0,
.mb-0 p,
.mb-0 > * {
    margin-bottom: 0;
}
.m-auto,
.m-auto .col-inner{
    margin: 0 auto !important;
}
.m-left-0,
.m-left-0 >*{
    margin-left :0 !important;
}
.m-right-0,
.m-right-0>* {
    margin-right :0 !important;
}
.m-w-22 {
    max-width: 22rem;
}
.row.m-w-32{
    max-width: 32rem !important;
}
.container-width,
.full-width .ubermenu-nav,
.container,
.row {
    max-width: 85.125rem !important;
}
a.button.open-video.icon.circle.is-outline {
    border: 0;
    background: transparent !important;
    font-size: 2.5rem;
}
a.button {
    margin: 0;
}
a.button.primary {
    height: 3.125rem;
    /*line-height: 3.125rem;*/
    font-size: 1.25rem;
    padding: 0 2.5rem;
    min-height: auto;
    font-weight: normal;
    text-transform: inherit;
    font-family: var(--font-semibold);
    min-width: auto;
    margin-top: 0.7rem;
}
a.button.primary:hover{
    background-color: #740212 !important;
    color:#fff !important;
    border-color: #740212 !important;
}
.button.secondary {
    background: transparent !important;
    box-shadow: none !important;
    border: none;
    letter-spacing: 0px;
    font-size: 1.25rem;
    color: #8D2B26;
}
.button.secondary span{
    text-decoration: underline;
}
.button.secondary .icon-angle-right:before{
    background-image: url(../images/arrow-right-red.svg);
}
.button.secondary:hover {
    color: #8D2B26;
}
.button.secondary:hover span{
    text-decoration: inherit;
}
a.lead, p.lead {
    font-size: 1.25em;
}
.pt-60 {
    padding-top: 3.75rem !important;
}
.pb-60 {
    padding-bottom: 3.75rem !important;
}
.pt-90 {
    padding-top: 5.6rem !important;
}
.pt-100 {
    padding-top: 6.25rem !important;
}
.pb-100 {
    padding-bottom: 6.25rem !important;
}
.mt-100{
    margin-top: 6.25rem;
}
.mb-100{
    margin-bottom: 6.25rem;
}
.flickity-button {
    box-shadow: none !important;
    background: transparent !important;
}
.flickity-button::before {
    content: " ";
    background: center / contain no-repeat url(../images/arrow-left.svg);
    width: 2.125rem;
    height: 0.875rem;
    display: inline-block;
}
.flickity-prev-next-button.next::before {
    background: center / contain no-repeat url(../images/arrow-right.svg);
}
svg.flickity-button-icon {
    display: none;
}
.stuck #masthead { 
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    height: auto !important;
    opacity: 1;
}
span.amount {
    font-weight: normal !important;
}
.flickity-page-dots .dot {
    border: none !important;
    height: 0.625rem !important;
    margin: 0 2px !important;
    opacity: 1 !important;
    width: 0.625rem !important;
    background: #C69492 !important;
}
.flickity-page-dots .dot.is-selected {
    background: var(--primary-color) !important;
}
.star-rating:before, .star-rating span:before{
    color: #FBAF02 !important;
}
.accordion-title.active {
    background-color: transparent;
    border-color: var(--text-color);
    font-weight: normal;
}
body .accordion .accordion-title {
    padding-left: .625rem;
    border-top: 0;
    color: var(--heading-color);
    font-size: 1.125rem;
    font-family: var(--font-semibold);
    border-bottom: 1px solid rgb(0 0 0 / 50%);
    background-color: transparent;
}
.accordion .accordion-title .icon-angle-down:before {
    content: '';
    background-image: url(../images/minus-accor.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 1rem;
    height: 1rem;
    display: inline-flex;
}
.accordion .active .toggle .icon-angle-down:before {
    content: '';
    background-image: url('../images/plus-accor.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 1rem;
    height: 1rem;
    display: inline-flex;
}
body .accordion .toggle {
    right: 1.5rem;
    left: initial;
    transform: none !important;
    top: 0;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    opacity: 1;
}
.accordion .accordion-inner ul li::before{
    content: "Ã¯â‚¬Å’";
    color: var(--success-color);
    font-family: var(--icons-font);
    margin-right: 1rem;
}
.accordion .accordion-inner ul li {
    margin: .25rem 0;
}
.accordion .accordion-inner ul {
    margin-top: 1.25rem;
    list-style-type: none;
}
.accordion .accordion-inner {
    padding: 1rem .625rem;
    padding-bottom: 0;
    max-width: 44.75rem;
}
.accordion .accordion-item {
    margin: 1rem 0;
}
/***GLOBAL****/
@media screen and (max-width: 849px){
    a.button.primary {
        height: 40px;
        line-height: 40px;
        padding: 0 20px;
        font-size: 15px;
        border: 0;
    } 
    section .medium-1,
    section .medium-2,
    section .medium-3,
    section .medium-4,
    section .medium-5,
    section .medium-6,
    section .medium-7,
    section .medium-8,
    section .medium-9,
    section .medium-10,
    section .medium-11,
    section .medium-12 {
        flex-basis: 100%;
        max-width: 100%;
    }
    .button span {
        line-height: 1.2 !important;
    }
    h1, h2, h3, h4, h5, h6 {
        word-break: break-word;
    }
    h2 {
        font-size: 24px !important;
        line-height: 36px !important;
    }
    body, p {
        font-size: 17px;
        line-height: 27px;
    }
    .banner h3, h3 {
        font-size: 24px!important;
        line-height: 27px!important;
    }
    .fs-20, .fs-20  p {
        font-size: 16px;
        line-height: 1.5;
    }
    .pt-100 {
        padding-top: 60px  !important;
    }
    .mb-100 {
        margin-bottom: 60px;
    }
    .mt-100 {
        margin-top: 60px;
    }
    .h5-22 h5 {
        font-size: 18px;
        line-height: 23px;
    }
    .h1-45 h1 {
        font-size: 26px !important;
        line-height: 36px !important;
    }
}
@media screen and (max-width: 380px){
    a.button.primary i.icon-angle-right { 
        display: none;
    }
}
