/* ==========================================================================
   style by Filippo Montanari - www.fpeitalia.com
   TM
   ========================================================================== */
:root {
    --font-primary: 'Inter', sans-serif;
    --font-secondary: 'brim-narrow-combined-1';
    --red: #E5372B;
    --orange: #FF8925;
    --brown: #63301e;
}
html,button,input,select,textarea {
    color: #4C3937;
}
body {
    color: #553D38;
	font: 500 18px/24px var(--font-primary);
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: #FFEECE;
}
*, a, a:active, a:focus, img[usemap], map area {
	outline: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid rgba(255,255,255,.29);
    margin: 10px 0;
    padding: 0;
}
h1, h2, h3 {
	font-family: var(--font-primary);
	font-weight: 700;
    line-height: normal;
    margin: 0 0 20px;
}
h1 {
	font-size: 34px;
    line-height: 34px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 24px;
	line-height: normal;
}
img {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
	width: 100%;
}
p {
	margin: 0;
	padding: 5px 0 15px;
}
p:last-child {
    padding-bottom: 0;
}
a {
	color: #333;
}
a:hover {
	color: #333;
}



.navbar {
	display: flex;
	justify-content: flex-end;
    align-items: center;
    width: 90%;
    position: relative;
    margin: auto;
}
.navbar-container.navbar-red {
    background: var(--orange);
    padding-left: 35px;
}
.logo-sam {
	margin-left: 40px;
    position: absolute;
    top: 55px;
    background: #FCF5E9;
    padding: 10px 20px;
}
.logo-sam img {
	width: 170px;
}
.logo-sam a { display: block; }
.logo-speciale {
    display: inline-block;
    margin: 0 auto;
    padding-bottom: 60px;
}
.logo-speciale img {
    width: 400px;
}
header nav ul {
    display: flex;
    align-items: center;
}
.navbar-secondary {
    margin: auto;
}
.navbar-secondary ul {
	list-style-type: none;
	margin: 0 auto 0; padding: 0;
	text-align: center;
}
.navbar-secondary li {
	display: inline-block;
}
.navbar-secondary li a {
	color: #fff;
	font: 600 14px var(--font-primary);
	text-transform: uppercase;
	text-decoration: none;
	padding: 8px 0;
	margin: 0 20px;
	display: block;
}
.navbar-secondary li.active { }
.navbar-secondary a:hover { color:#fff; }
.navbar-secondary .active a, .navbar-secondary .active a:hover { color: #fff; }


header {
	position: relative;
}
.visual {
	color: #fff;
	text-transform: uppercase;
	padding: 60px 0 0;
    background: url(../images/bg-head.svg) no-repeat center bottom -10px/1770px;
}
.visual .wrapper {
	max-width: 1000px;
	margin:auto;
}
.visual h1 {
    font-weight: bold;
    font-size: 45px;
}


.button {
	display: inline-block;
	box-sizing: border-box;
	text-decoration: none;
	vertical-align: middle;
	min-width: 200px;
	background: var(--orange);
    padding: 10px 15px;
    font-size: 27px;
    line-height: 27px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    border-radius: 10px;
    font-family: var(--font-primary);
    border: 0;
}
.btn-secondary {
    background: #502923;
}
.button:hover {
    background: #502923;
}
.box-r .button {
	background: #fff;
    color: var(--red) !important;
}
.box-r .button:hover {
    background: #fff;
    color: #502923 !important;
}


.button.back {
	background: grey;
}
:hover.button, #perdita .bg-green .button, :hover.button.back {
	color: #fff;
}

.wrapper {
    width: 100%;
    min-width: 800px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
}
section {
	line-height: 28px;
}
.content {
	
}
.box {
	position: relative;
    padding: 25px;
    margin: 40px auto 60px;
    border-radius: 30px;
    background: #EDC8A8;
    box-sizing: border-box;
}
.box:not(.box-r) h2 {
    background: var(--orange);
    text-transform: uppercase;
    color: #fff;
    font-family: var(--font-secondary);
    font-weight: normal;
    border-radius: 10px;
    padding: 5px 20px;
}
.in-palio {
    background: #502923;
    color: #fff;
    margin: auto;
    display: inline-block;
    padding: 5px 20px;
}
.ico-fortunata {
    position: absolute;
    top: 0;
    left: 9%;
    transform: translate(-50%, 30px);
}
.ico-super {
    position: absolute;
    top: -30px;
    right: -6%;
    transform: translate(-50%, 30px);
    width: min(16vw, 163px);
}
.bg-premi-iw {
    background: url(../images/premi/premi-iw.png) no-repeat center bottom / 820px;
    padding-bottom: 260px;
}

.content-short {
    max-width: 620px;
    margin: auto;
    position: relative;
}
.intro {
	position: relative;
    padding: 25px;
    margin: 40px auto;
}
.intro.first {
    padding: 25px 25px 5px;
}
.intro .cartolina {
    display: none;
}
@media (min-width: 1080px ) {
    .intro .cartolina {
        display: block;
        position: absolute;
        top: -30px;
        left: 30px;
        width: 260px;
    }
    .intro .cartolina img {
        max-width: 100%;
        height: auto;
    }
}
.gift-300 {
    position: relative;
}
@media (min-width: 1080px) {
    .gift-300 img {
        position: absolute;
        top: 0;
        top: -30px;
        right: -190px;
    }
}
.box-vincente h2 {
    margin-left: 20%;
    margin-right: -40px;
    text-align: left;
}
.box-sprint h2 {
    margin-left: 16%;
    margin-right: -40px;
    text-align: right;
}
.box-sprint .text {
    margin-left: 16%;
    padding: 0 20px 20px 20px;
}
.box-super h2 {
    margin-left: -40px;
    margin-right: 16%;
    text-align: left;
}
.box-super h2+.flex {
    justify-content: flex-start;
}
.box-super .col-1 {
    width: 41%;
    text-align: left;
}
.box-super .col {
    padding-bottom: 0;
}
#gioca .cartoline-tutte {
    display: none;
}
@media (min-width: 1080px ) {
    #gioca .cartoline-tutte {
        display: block;
        position: absolute;
        top: 80px;
        right: -50px;
        width: 350px;
    }
    #gioca .cartoline-tutte img {
        max-width: 100%;
        height: auto;
    }
}
#gioca .ico-top {
    top: -117px;
    right: -6%;
}
.text-uppercase {
    text-transform: uppercase;
}
.insegne {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0;
}
.insegne .insegne-item {
    padding: 5px 0;
    width: 25%;
}
address {
    text-align: center;
}
.posizione {
    background: var(--orange);
    padding: 20px 30px;
    text-align: center;
    font-size: 50px;
    border-radius: 10px;
    display: inline-block;
    color: #fff;
}
.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}
.premi-grid {
    column-count: 3;
    margin: 40px auto 0;
    max-width: 1000px;
}
.premio-item {
    width: 100%;
    height: 233px;
    background: #FFEECE;
    position: relative;
    break-inside: avoid;
    margin: 0px 10px 20px;
    border-radius: 10px;
    border: 5px solid #fff;
    overflow: hidden;
}
.premio-item img {
    height: 180px;
    margin: auto;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -59%);
    z-index: 1;
}
.premio-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0 0 5px 5px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    padding: 5px 10px;
    background: #502923;
}
.premio-item:hover .premio-title {
    background: var(--orange);
}

.col {
	width: 50%;
	box-sizing: border-box;
	padding: 30px;
	position: relative;
}
.col img {
    max-width: 100%;
    height: auto;
}
/*body:not(#home):not(#after-registrazione):not(#missioni):not(#graduatoria) .sc-container {
    margin-top: 70px;
}*/
.sc-container {
    margin-bottom: 40px;
}
.sc {
	position: relative;
	padding: 40px 80px 40px;
    background: url("../images/bg-sc-01.svg") no-repeat left -40px top 160px, url("../images/bg-sc-02.svg") no-repeat right -70px center;
    background-color: var(--orange);
    border-radius: 30px;
}
.sc-content {
    max-width: 800px;
    margin: auto;
}
.sc ul {
    list-style-type: none;
    padding: 0;
}
.sc h3 {
    font-family: 'Voltaire';
    font-size: 50px;
    font-weight: normal;
}
@media (min-width: 860px) {
    .sc .sc-title-container {
        position: relative;
    }
    .sc .sc-title-container::before {
        content: '';
        display: block;
        width: 190px;
        height: 190px;
        background: url("../images/sc-icon.png") no-repeat center center / contain;
        position: absolute;
        top: 50%;
        left: -30px;
        transform: translate(-50%, -50%);
        z-index: 1;
    }
}
.sc a { color: #553D38; }
.sc a:hover { color: #553D38; }
.attivo_su_altri_concorsi_dbunico {
	background-color:#eeeeef;
	color: #3e3e40;
	padding: 20px;
	margin: 20px 0;
}

.row-grid {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: auto;
    text-align: left;
}
.col {
    width: 50%;
    box-sizing: border-box;
}
.p-0 {
    padding:0;
}
.p-5 {
    padding: 20px;
}
.m-0 {
    margin: 0;
}
.mt-0 {
    margin-top: 0;
}
.mb-0 {
    margin-bottom: 0;
}
.pt-0 {
    padding-top: 0;
}
.mb-5 {
    margin-bottom: 30px;
}
.bg-br {
    background: #96C9BC;
}
.bg-lb {
    background: rgba(231,207,184,.7);
}
.bg-lc {
    background:#d9efec
}
.bg-w {
    background: #fff;
}
.box-r {
    background: var(--red);
    color: #fff;
}
.box-r a {
    color: #fff !important;
}
.bg-b { background-color: #2C7BC2; color: #fff; }
.border-radius {
     border-radius: 30px;   
}
.flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
/*.flex>div:first-child {
    width: 20%;
}*/
.flex.align-items-center {
    align-items: center;
}
.vincita {
    background: url("../images/bee.svg") no-repeat right 160px center/1820px;
    padding-top: 30px;
}
.vincita img {
    max-width: 400px;
}

/* FORM */
#recaptchadiv>div {margin: 0 auto;}
.form-row {
	clear: both;
	padding: 5px 0;
}
.form-col-left {
	float: left;
	width: 48%;
}
.form-col-right {
	float: right;
	width: 48%;
}
.form-col-wide {
	
}
label { cursor: pointer; }
#gelatidettaglio, #prodotti_da_fornodettaglio, #piatti_prontidettaglio {
    padding-left: 40px;
}
.labelgelati {
    display: inline-block;
    /*width:150px;*/
    padding-right: 20px
}
.qtip-content {
	font-size: 13px;
	line-height: 15px;
}
input.text, select, textarea {
	vertical-align: middle;
	border: 1px solid #fff;
    background: #fff;
	box-sizing: border-box;
	padding: 5px 10px;
}
input.text {
	width: 100%;
	z-index: 3;
}
input:focus.text, textarea:focus, select:focus {
	border: 1px solid #fff;
    background: #fff;
}
section input.text, section select {
    background: #fff !important;
}
select.text {
	width: 100%;
}
input#ind_toponimo {
	width: 60%;
}
input#ind_civico {
	width: 10%;
}
input#data_nascita_anno {
	width: 20%;
}
#loginForm input.text, #pre-registrazione input#partita_iva, #pre-registrazione input#email {
	width: 50%;
    max-width: 500px;
	box-sizing: border-box;
	padding: 10px 15px;
	font-size: 20px;
}

input#codice {
    vertical-align: middle;
    border: 3px solid #483231;
    border-radius: 10px;
    margin: 30px auto;
    max-width: 500px;
    padding: 10px;
}

.colore {
    display: inline-block;
    border: 1px solid #553D38;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin: 0 5px;
}
.colore.panna { background: #eae4dc}
.colore.nero { background: #000}
.colore.rosso { background: #af1517}
.colore.bianco { background: #fff}
.colore.rosa { background: #e9c2d5}
.colore.verde { background: #d9e8dd}
.colore.azzurro { background: #d1e7f4}
.color-label:not(:last-of-type) { margin-right: 30px;}

/* COLLECTION */

.collection .intestazione {
	padding: 10px 20px;
	background: #553D38;
	color: #ffffff;
	text-align: left;
}
.collection td {
	padding: 10px 20px;
	text-align: left;
	font-size: 18px;
}
.collection .td1 { background-color: #fff; }
.collection .td2 { background-color: #f8f6f1; }
.td1right, .td2right { padding-right: 10px; }
tr.vincente td.td1, tr.vincente td.td2 { background: #FFAA4A; }


/* GRADUATORIA */
/*.graduatoria {
    padding-bottom: 0;
}
.totale-graduatoria { 
	border-radius: 0 0 20px 20px;
	background: #fff;
}
.periodo-graduatoria {
    padding: 10px 20px;
    font-weight: bold;
	font-size: 20px;
    border-radius: 20px 20px 0 0;
    margin: 0;
}
.periodo-graduatoria h3 {
	margin: 0;
}
.graduatoria-esito {
	padding: 20px;
}
.graduatoria-posizione {
	display: flex;
	align-items: center;
    justify-content: center;
	flex-wrap: wrap;
	text-align: center;
}
.graduatoria-posizione .item {
	width: 20%;
	box-sizing: border-box;
}
.graduatoria-posizione .item .item-title {
	padding: 10px 35px;
    border-radius: 0;
    margin: 0 5px;
    min-height: 150px;
    position: relative;
    background: url(../images/hex.svg) no-repeat center center / contain;
}
.graduatoria-posizione .item .item-title-b {
    background: url(../images/hex-b.svg) no-repeat center center / contain;
}
.graduatoria-posizione .item .item-title .pos, .premio-item-img .pos {
	font-size: 50px;
    font-weight: bold;
    line-height: 50px;
}
.graduatoria-posizione .item .item-title .pos.corn {
	font-weight: normal;
	font-size: 20px;
}
.graduatoria-posizione .item.primo-posto {
	margin: 10px 5px 0;
	width: 100%;
	border-radius: 20px;
}
.graduatoria-posizione .item.primo-posto .item-title {
	min-height: 0;
	color: #005da8;
	font-size: 18px;
	text-align: left;
}
.graduatoria-posizione .item .item-title .pos {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0);
}*/

.gioca-rush-partecipazioni {
	margin-top: 20px;
}
.item-rush {
	background: #EDC8A8;
	border-radius: 20px;
	margin-bottom: 40px;
    padding-bottom: 5px;
}
.periodo-rush {
	background: var(--orange);
    color: #fff;
    font-size: 16px;
    padding: 10px 90px 10px 20px;
    border-radius: 20px 20px 0 0;
    position: relative;
    text-align: left;
}
.periodo-rush-content {
    padding: 20px;
}
/*.periodo-rush:after {
	content: '';
	display: block;
	position: absolute;
	top: -50px;
	right: -60px;
	width: 160px;
    height: 170px;
}
.periodo-rush.periodo--1:after { background: url("../images/premi/gara-01.png") no-repeat center center/contain; }
.periodo-rush.periodo--2:after { background: url("../images/premi/gara-02.png") no-repeat center center/contain; }
.periodo-rush.periodo--3:after { background: url("../images/premi/gara-03.png") no-repeat center center/contain; }*/
.periodo-rush h3 {
	color: #fff;
	font-size: 37px;
	line-height: 37px;
	margin: 0;
}
.totale-rush {
	background: rgba(255,231,198,.8);
	padding: 10px 45px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
}
.item-rush td {
	padding: 0 5px;
	background-color: transparent;
}
.fuori-classifica, .in-classifica {
	text-transform: uppercase;
	line-height: 16px;
	padding: 10px 10px 10px;
}
.fuori-classifica span, .in-classifica span {
	font-size: 16px;
}
.giocate-vincenti {
	background: #f8f5ee;
	padding: 10px;
}
.esito {
	/*width: 550px;*/
    text-align: center;
}
.non-completa {
	text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    padding: 10px 20px 10px;
}
.non-attiva {
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 20px 10px;
	margin-bottom: 20px;
}
.non-attiva .button-rush {
	text-decoration: none;
	margin: 25px 0;
    display: inline-block;
}
.dati {
	font-size: 16px;
	padding: 0 0 20px;
}
.teglia th {
    padding: 5px;
}
.teglie {
	padding: 10px;
    background: #fff;
    margin-bottom: 0;
    border-radius: 10px;
}
.teglie.ok:before {
	content: '';
	background: url(../images/bgr_rush-ok.png) no-repeat center;
	width: 72px;
	height: 72px;
	position: absolute;
	top: 17%;
    left: 90%;
	margin-left: -36px;
	z-index: 50;
}
.giocata-rush {
    border-radius: 15px;
    margin-bottom: 20px;
    padding: 10px 10px 0;
    background: #FFEECE;
}

.box.segreta:not(.box-r) h2 {
    background-color: transparent;
    color: #fff1d2;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.segreta {
    text-align: left;
}
.segreta-premi {
    width: 340px;
    margin-top: -60px;
}
.segreta .ico-segreta {
    margin-right: 20px;
}
.fs-head {
    background: url("../images/novita.svg") no-repeat center top 30px/1160px;
}
#gioca-s #giocaForm img {
    max-width: 300px;
    margin-left: 20px;
}
#gioca-s #giocaForm .first, #gioca-s #giocaForm .second, #gioca-s #giocaForm .third {
    width: 33%;
}
.box-seg-50 {
    width: 49%;
}
.box-seg {
    border-radius: 20px;
    background: #fff1d3;
    padding: 20px;
    color: #553D38;
    margin: 20px 0 0;
}
.box-seg h2 {
    font-size: 22px;
    color: #553D38 !important;
}
.box-seg img {
    max-width: 100%;
    height: 200px;
}

.w { color: #fff; }
a:hover.w  { color: #fff; }

span.remove {
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    vertical-align: middle;
    color: red;
    cursor: pointer;
}
button#additem {
    background: #4C3937;
    color: #fff;
    font-family: var(--font-primary);
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
}

/* OVERLAY */
body.noscroll {
	overflow: hidden;
}
.overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index:1000;
	display: none;
	overflow: auto;
	background-color: rgba(36, 13, 13, 0.9);
}
.overlay-content {
	width: 860px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    background: #fff;
    z-index: 100001;
    transform: translate(-50%, -50%);
	padding: 20px;
}
.overlay-cta-close {
	background: url(../images/overlay-close.png) no-repeat;
	color: #fff;
	width: 69px;
	height: 69px;
	text-indent: -9999px;
	position: absolute;
	top: 30px;
	right: 50px;
	cursor: pointer;
	padding: 0 !important;
}
.ov-premio-tit {
	margin: -10px 20px 0;
	font-size: 24px;
	line-height: 27px;
	font-weight: bold;
	padding: 20px 0 20px 0;
	position: relative;
}
.overlay .overflow {
	height: 560px;
	overflow: auto;
}
#regolamento .ov-premio-tit {
	padding-left: 20px;
}
.ov-premio-img {
	/*height: 480px;*/
	width: 325px;
	float: left;
	text-align: center;
	position: relative;
    box-sizing: border-box;
}
.ov-premio-img img {
	max-width: 100%;
}
.ov-premio-cont {
	float: left;
    width: 515px;
    font-size: 18px;
    padding: 0 0 0 20px;
}
.ov-premio-cont>p:first-child {
	margin-top: 0;
}


.nav-servizio {
	float: left;
}
.nav-servizio ul {
	list-style-type: none;
	padding: 0 30px 0px;
	margin: 0;
	width: 100%;
	box-sizing: border-box;
	text-align: left;
}
.nav-servizio li {
	display: inline-block;
	padding: 0 10px;
	margin: 0;
}
.nav-servizio li a {
	color: #fff;
	font: 600 15px var(--font-primary);
	margin: 0;
	text-transform: none;
}

.logo-footer {
    margin: 0 0 20px 10px;
    display: inline-block;
}
/* ==========================================================================
   Stuff
   ========================================================================== */
#disclaimer {
	height: 180px; overflow: auto;
	border: 1px solid #cccccc;
	padding: 3px 5px;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: White;
	margin: 15px 0;
}
.tLeft { text-align: left; }
.tCenter, .text-center { text-align: center; }
.tRight, .text-right { text-align: right; }
.floatL { float: left; }
.floatR { float: right; }
.medium { font-size: 14px; line-height: normal;}
.small { font-size: 12px; line-height: normal; }
.y, .y:hover { color: #ffff1a; }
.g { color: #33a452; }
.o { color: var(--orange); }
.bg-o { background: var(--orange); }
.bg-brown { background: var(--brown); color: #fff1d2; }
.w { color: #fff; }
.red { color:#E5372B; }
.cyano { color: #FF8925; }
.xb {font-weight: 900; }
.voltaire { font-family: 'Voltaire';}
.cookie { clear:both; }
.cookie a {
	text-decoration: none;
	font-size: 13px;
	display: block;
	background: #bbac8e;
	float: right;
	padding: 3px 10px;
	color:#fff;
	border-radius: 5px 5px 0 0;
	margin-right: 18px;
}
.cookie a:hover { background: #c91f26 }

/* Errori */
input.error, select.error  {
	border: 1px solid #C91F26 !important;
	border-width: 0 0 2px 0;
}
div.errorPage {
	border: 3px solid #fbc2c4;
	padding: 20px;
	color: #9e2f14;
	background: #fce9e9;
	width: 70%;
    margin: 0 auto;
}
.errorPage a {
	color: #C91F26 !important;
}
div.error {
	border: 1px solid #c91f26;
	border-radius: 5px;
	padding: 5px 5px 5px 35px;
	margin-top: 4px;
	color: #9e2f14;
	background: #fce9e9 url(../images/error.gif) no-repeat 10px center;
}
div.notice {
	border: 3px solid #d0de92;
	padding: 20px;
	background-color:#ebf1cd;
	color: #315307;
	width: 70%;
    margin: 0 auto;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
.clear { display: block; clear: both; padding: 0; margin: 0; position: relative; height: 0; font-size: 0px; line-height: 0; }

/* MENU */
.icon-open:before {
    content: "";
    width: 25px;
    height: 25px;
    background: url(../images/menu-open.svg) no-repeat center center / contain;
    display: block;
    margin: 15px 10px;
}
div.ada-navigator-overlay.ada-navigator-overlay--visible {
    opacity: 1;
    left: 0;
}
div.ada-navigator-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, .7);
    opacity: 0;
    -webkit-transition: opacity .3s ease-in;
    transition: opacity .3s ease-in;
    will-change: opacity;
    cursor: pointer;
}
.ada-navigator {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .3s ease-in;
    transition: -webkit-transform .3s ease-in;
    transition: transform .3s ease-in;
    transition: transform .3s ease-in, -webkit-transform .3s ease-in;
    z-index: 11;
}
@media (min-width: 576px) {
    .ada-navigator {
        width: 390px;
        -webkit-transform: translateX(390px);
        transform: translateX(390px);
    }
}
.ada-navigator.ada-navigator--visible {
    height: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.ada-navigator__wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    overflow: auto;
    overflow-x: hidden;
}
.ada-navigator__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem;
    background-color: var(--orange);
}
.icon-close {
    color: #fff;
    margin-left: auto;
}
.icon-close:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/menu-close.svg) no-repeat center center / contain;
    display: block;
    margin: 0 10px;
}
.ada-navigator__menu-container {
    position: relative;
}
.ada-navigator__menu-container ul {
    border-top: 1px solid #e4ddd7;
    padding: 0;
    margin: 0;
    text-align: left;
}
.ada-navigator__menu-container .ada-navigator__menu-content {
    display: block !important;
}
.ada-navigator__menu-container ul>li {
    border-bottom: 1px solid #e4ddd7;
    overflow: hidden;
    display: block;
}
.ada-navigator__menu-container .ada-navigator__menu-item-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.ada-navigator__menu-container ul li a {
    width: calc(100% - 49px);
    line-height: 2rem;
    padding: .5rem 1rem;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.2rem;
    color: #4e4e4e;
    text-decoration: none;
}
.ada-navigator__menu-container .ada-navigator__menu-content a {
    display: block;
    float: left;
}
.ada-navigator-logo {
    padding: 40px 20px 20px;
    text-align: center;
}
.ada-navigator-logo img {
    max-width: 100%;
}

footer {
	font-size: 14px;
    margin-top: auto;
}
.cmp-footer {
    font-size: 1rem;
    font-weight: 400;
}
.cmp-footer:after {
    display: block;
    content: "";
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1190' height='16'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath transform='translate(0 591)' fill='%23fff' stroke='%23707070' d='M0 0h1190v16H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(0 -591)' clip-path='url(../../sammontana-foundation/components/structure/footer/v1/footer/clientlibs/site/css/%23a)'%3E%3Cpath fill='%23003565' d='M0 591h98.409v849.428H0z'/%3E%3Cpath fill='%23009fdf' d='M463.288 591h71.727v849.428h-71.727z'/%3E%3Cpath fill='%235eb49c' d='M406.527 591h47.059v849.428h-47.059z'/%3E%3Cpath fill='%23f27c00' d='M127.073 591H169.4v849.428h-42.327z'/%3E%3Cpath fill='%2355bff0' d='M241.993 591h72.541v849.428h-72.541z'/%3E%3Cpath fill='%23b38954' d='M377.883 591h16.14v849.428h-16.14z'/%3E%3Cpath fill='%23f27c00' d='M255.49 591h12.682v849.428H255.49zM506.534 591h14.109v849.428h-14.109z'/%3E%3Cpath fill='%23fde9b1' d='M474.077 591h7.054v849.428h-7.054z'/%3E%3Cpath fill='%2300356c' d='M355.889 591h8.991v849.428h-8.991z'/%3E%3Cpath fill='%236a2b0d' d='M143.863 591h8.991v849.428h-8.991z'/%3E%3Cpath fill='%23ffce4a' d='M69.57 591h14.985v849.428H69.57z'/%3E%3Cpath fill='%23fde9b1' d='M166.322 591h56.49v849.428h-56.49z'/%3E%3Cpath fill='%236a2b0d' d='M324.523 591h21.851v849.428h-21.851z'/%3E%3Cpath fill='%2355bff0' d='M111.367 591h7.254v849.428h-7.254z'/%3E%3Cpath fill='%236a2b0d' d='M199.89 591h24.21v849.428h-24.21zM419.326 591h7.492v849.428h-7.492z'/%3E%3Cpath fill='%23fff' d='M290.44 591h4.842v849.428h-4.842z'/%3E%3Cpath fill='%23003565' d='M493.804 591h4.843v849.428h-4.843z'/%3E%3Cpath fill='%236a2b0d' d='M180.178 591h4.842v849.428h-4.842z'/%3E%3Cpath fill='%2355bff0' d='M52.175 591h7.254v849.428h-7.254z'/%3E%3Cpath fill='%23fde9b1' d='M330.347 591h4.352v849.428h-4.352z'/%3E%3Cpath fill='%23003565' d='M302.297 591h4.842v849.428h-4.842z'/%3E%3Cpath fill='%23d9000d' d='M231.764 591h3.989v849.428h-3.989z'/%3E%3Cpath fill='%23003565' d='M437.801 591h3.523v849.428h-3.523z'/%3E%3Cpath fill='%23f89500' d='M903.251 591h8.214v849.428h-8.214z'/%3E%3Cpath fill='%23224c2a' d='M545.556 591h22.813v849.428h-22.813z'/%3E%3Cpath fill='%23009fdf' d='M1010.251 591h94.286v849.428h-94.286z'/%3E%3Cpath fill='%235eb49c' d='M917.072 591h41.125v849.428h-41.125z'/%3E%3Cpath fill='%23f27c00' d='M629.498 591h47.927v849.428h-47.927z'/%3E%3Cpath fill='%2355bff0' d='M759.622 591h82.138v849.428h-82.138z'/%3E%3Cpath fill='%23224c2a' d='M918.272 591h18.275v849.428h-18.275z'/%3E%3Cpath fill='%23f27c00' d='M774.905 591h14.36v849.428h-14.36zM1053.505 591h15.976v849.428h-15.976z'/%3E%3Cpath fill='%23fde9b1' d='M1022.412 591h7.987v849.428h-7.987z'/%3E%3Cpath fill='%2300356c' d='M888.587 591h10.181v849.428h-10.181z'/%3E%3Cpath fill='%236a2b0d' d='M651.332 591h10.181v849.428h-10.181z'/%3E%3Cpath fill='%23ffce4a' d='M587.607 591h16.968v849.428h-16.968z'/%3E%3Cpath fill='%23fde9b1' d='M673.94 591h63.965v849.428H673.94z'/%3E%3Cpath fill='%236a2b0d' d='M852.106 591h26.672v849.428h-26.672z'/%3E%3Cpath fill='%2355bff0' d='M611.714 591h8.214v849.428h-8.214z'/%3E%3Cpath fill='%23711f22' d='M711.949 591h27.413v849.428h-27.413z'/%3E%3Cpath fill='%236a2b0d' d='M967.589 591h8.483v849.428h-8.483z'/%3E%3Cpath fill='%23fff' d='M814.479 591h5.483v849.428h-5.483z'/%3E%3Cpath fill='%23003565' d='M1039.09 591h5.483v849.428h-5.483z'/%3E%3Cpath fill='%236a2b0d' d='M689.629 591h5.482v849.428h-5.482z'/%3E%3Cpath fill='%2355bff0' d='M576.255 591h8.213v849.428h-8.213z'/%3E%3Cpath fill='%23fde9b1' d='M859.665 591h4.928v849.428h-4.928z'/%3E%3Cpath fill='%23003565' d='M827.905 591h5.482v849.428h-5.482z'/%3E%3Cpath fill='%23d9000d' d='M750.973 591h3.99v849.428h-3.99z'/%3E%3Cpath fill='%23f27c00' d='M986.546 591h15.975v849.428h-15.975z'/%3E%3Cpath fill='%23fff' d='M1078.379 591h3.523v849.428h-3.523z'/%3E%3Cpath fill='%23f27c00' d='M43.772 591h3.523v849.428h-3.523z'/%3E%3Cpath fill='%23ffce4a' d='M635.997 591h5.482v849.428h-5.482z'/%3E%3Cpath fill='%23003565' d='M1096.111 591h40.965v849.428h-40.965z'/%3E%3Cpath fill='%23f27c00' d='M1162.307 591h28.367v849.428h-28.367z'/%3E%3Cpath fill='%236a2b0d' d='M1179.297 591h9.097v849.428h-9.097z'/%3E%3Cpath fill='%23ffce4a' d='M1104.122 591h15.163v849.428h-15.163z'/%3E%3Cpath fill='%2355bff0' d='M1146.415 591h7.34v849.428h-7.34z'/%3E%3Cpath fill='%236a2b0d' d='M104.643 591h1.6v849.428h-1.6zM189.138 591h1.6v849.428h-1.6z'/%3E%3Cpath fill='%23003565' d='M280.596 591h1.6v849.428h-1.6zM348.609 591h1.067v849.428h-1.067zM397.914 591h1.066v849.428h-1.066z'/%3E%3Cpath fill='%236a2b0d' d='M528.059 591h1.6v849.428h-1.6zM612.555 591h1.6v849.428h-1.6z'/%3E%3Cpath fill='%23003565' d='M704.013 591h1.6v849.428h-1.6zM766.381 591h1.066v849.428h-1.066zM821.331 591h1.067v849.428h-1.067zM803.077 591h1.067v849.428h-1.067zM908.461 591h1.067v849.428h-1.067zM945.157 591h1.066v849.428h-1.066z'/%3E%3Cpath fill='%23f27c00' d='M979.971 591h1.067v849.428h-1.067z'/%3E%3Cpath fill='%23003565' d='M1029.276 591h1.066v849.428h-1.066z'/%3E%3Cpath fill='%235eb49c' d='M784.823 591h1.066v849.428h-1.066z'/%3E%3Cpath fill='%23fff' d='M1127.508 591h1.067v849.428h-1.067zM1170.415 591h1.066v849.428h-1.066z'/%3E%3Cpath fill='%23009fdf' d='M724.635 591h2.134v849.428h-2.134zM664.87 591h1.6v849.428h-1.6z'/%3E%3Cpath fill='%236a2b0d' d='M131.93 591h1.6v849.428h-1.6zM257.449 591h1.6v849.428h-1.6z'/%3E%3Cpath fill='%23f27c00' d='M595.995 591h1.6v849.428h-1.6z'/%3E%3Cpath fill='%2355bff0' d='M552.336 591h1.6v849.428h-1.6z'/%3E%3Cpath fill='%23fff' d='M922.386 591h1.067v849.428h-1.067z'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-position: 0 0;
    height: 1pc;
}
.cmp-footer a {
    color: inherit;
    text-decoration: none;
}
.cmp-footer a:hover {
    text-decoration: none;
}
.cmp-footer__brand {
    background: #efe4ce;
    padding-top: 4pc;
    padding-bottom: 4pc;
	color: #633f2e;
}
.cmp-footer__container {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
}
.cmp-footer__section-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}
.cmp-footer__logo {
    margin-right: 70px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 2rem;
}
.cmp-footer__logo-img {
    display: block;
    max-height: 70px;
    width: auto;
}
.cmp-footer__links-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}
.cmp-footer__links-list-item {
    margin-left: 0;
    line-height: 1.3;
    height: auto;
    margin-bottom: 10px;
}
.cmp-footer__links-heading__title {
    font-weight: 600;
}
.cmp-footer__links {
    width: 100%;
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px;
    -webkit-column-gap: 70px;
    -moz-column-gap: 70px;
    column-gap: 70px;
}
.cmp-footer__links-items {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: .875rem;
}
button.cmp-footer__links-heading__toggle {
    display: none;
}
.cmp-footer__socials {
    margin-top: 0;
        margin-left: auto;
}
.cmp-footer__socials-items {
    color: #553D38;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
}
.cmp-footer__socials-list-item {
    margin-right: 1rem;
}
.cmp-footer__socials-list-item:last-child {
    margin-right: 0;
}
.cmp-footer__socials-item span {
    display: none;
}
.cmp-footer__icon svg {
    display: block;
    width: 24px;
    height: 24px;
}
.cmp-footer__section-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 3.5rem;
}
.cmp-footer__info {
    line-height: 1.5;
    text-align: left;
}
.cmp-footer__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2rem;
    margin-top: 0;
    margin-left: 2rem;
}
.cmp-footer__section-bottom .cmp-footer__image-img {
    height: 90px;
    width: auto;
}
.cmp-footer__global {
    color: grey;
    background-color: #fff;
    padding-top: 2pc;
    padding-bottom: 2pc;
}
.cmp-footer__global-wrap {
    margin: 2rem 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cmp-footer__brands-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1rem;
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5rem;
}
@media screen and (min-width: 769px) {
    .cmp-footer__brands-items {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media screen and (min-width: 992px) {
    .cmp-footer__brands-items {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
.cmp-footer__brands-list-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cmp-footer__brands-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cmp-footer__brands-list-item:not(:last-child):after {
    content: "|";
    display: inline-block;
    margin: 0 10px;
    font-size: 24px;
    line-height: 1;
    font-weight: 300;
}
