@import url(fonts.css);
@import url(header.css);
@import url(content.css);
@import url(footer.css);

.grid-container{ overflow: visible}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{font-family: 'Work Sans', sans-serif; }
h1{ font-family: 'ITC Novarese Std', serif; font-weight: 500; font-style: normal; line-height: 1;}
h2{ font-family: 'ITC Novarese Std', serif; font-weight: 500; font-style: normal; line-height: 1;}
h3{ font-weight: 600; line-height: 1;}
h4{ font-family: 'ITC Novarese Std', serif; font-style: normal; line-height: 1;}
.button, button, input[type=button]{ height: 2.125rem; line-height: 2.125rem; font-size: 0.875rem; border: 0.0625rem solid #3C3C3C; padding: 0 9.11%; background-color: #3C3C3C; color: #FFFFFF; margin-bottom: 0 }
.button:hover, button:hover, input[type=button]:hover, .button:focus, button:focus, input[type=button]:focus{ background-color: #3C3C3C; color: #FFFFFF }

.ui-selectmenu-button.ui-button {display: block;height: 2.1875rem;border-color: #F6F5F2;background-color: #F6F5F2; width: 100%; margin: 0; padding: 0.625rem;border-radius:0}
.ui-selectmenu-button.ui-selectmenu-button-open{ background-color: #ffffff;}
.ui-selectmenu-text, .ui-selectmenu-button.ui-button:active .ui-selectmenu-text{ overflow: unset; font-size: 0.8125rem; margin-right: 0; color: #5D6166;}
.ui-selectmenu-icon.ui-icon, .ui-selectmenu-icon.ui-icon:hover, .ui-selectmenu-button.ui-button:hover .ui-icon, .ui-selectmenu-button.ui-selectmenu-button-open .ui-icon{background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='0.8125rem' height='0.4375rem' viewBox='0 0 13 7' fill='none'><path d='M6.35266 6L1 0.873441' stroke='%235D6166' stroke-width='1.5' stroke-linecap='round'/><path d='M6.35266 6L11.7053 0.873443' stroke='%235D6166' stroke-width='1.5' stroke-linecap='round'/></svg>");background-position: unset !important; background-size: contain;width: 0.8125rem; height: 0.4375rem; margin-top: 0.25rem}
.ui-selectmenu-button.ui-selectmenu-button-open .ui-selectmenu-icon.ui-icon{ transform: rotate(180deg);}
ul.ui-widget.ui-widget-content{border:1px #EDECE6 solid;}
.ui-selectmenu-menu { z-index: 1007;}
.ui-selectmenu-menu ul{ max-height: 19.375rem; }
.ui-selectmenu-menu li.ui-menu-item{border:1px #EDECE6 solid;}
.ui-selectmenu-menu li.ui-menu-item > div{height: 2.1875rem; line-height: normal; padding: 0.625rem;;font-size: 0.8125rem;}
.ui-selectmenu-menu li.ui-menu-item > div.ui-state-active{ background-color: transparent; color: #5D6166; border: none; margin: 0}


.font-size-1 {font-size: 1rem;line-height: 1;}
.font-size-2 {font-size: 1rem;line-height: 1;}
.font-size-3 {font-size: 0.875rem;line-height: 1;}
.font-size-4 {font-size: 0.875rem;line-height: 1;}
.font-size-5 {font-size: 0.75rem;line-height: 1;}
.font-size-5 {font-size: 0.6875rem;line-height: 1;}

.font-bold{font-weight: bold;}

.color1{ color: #FFFFFF;}
.color2{ color: #3C3C3C;}
.color3{ color: #707070;}
.color4{ color: #808080;}
.color5, .color5 a{ color: #5D6166;}
.color6{ color: #A6A6A6;}

.background-color1{ background-color: #FFFFFF;}
.background-color2{ background-color: #EDECE5;}
.background-color3{ background-color: #99BAC4;}
.background-color4{ background-color: #3C3C3C;}
.background-color5{ background-color: #E7F1F4;}
.background-color6{ background-color: #F6F5F2;}
.background-color7{ background-color: rgba(246, 245, 242, 0.6);}
.background-color8{ background-color: #C56960;}
.background-color9{ background-color: #3A6977;}


.rotate-180 {transform: rotate(180deg);}


/*
361px: 22.5625em, 769px: 48.0625em, 1375px: 85.9375em, 1921px: 120.0625em*/
@media print, screen and (min-width: 48.0625em) {

    .font-size-1 {font-size: 1.25rem;}
    .font-size-2 {font-size: 1.125rem;}
    .font-size-3 {font-size: 1rem}
    .font-size-4 {font-size: 0.875rem;}
    .font-size-5 {font-size: 0.8125rem;}
    .font-size-6 {font-size: 0.75rem;}
}

@media print, screen and (min-width: 1921px) {
    html{ font-size: 1.16448vw; line-height: 1.375;}
    .grid-container{width: 71.5625%}
}