/*------------------------------------*\ 
   LOCAL SCREENS 
\*------------------------------------*/ 
 
 
 
 
 
 /*------------------------------------*\ 
   END LOCAL SCREENS 
\*------------------------------------*/ 
 
 
 
 
 
 /*------------------------------------*\ 
   LOCAL FIXES 
\*------------------------------------*/ 
html.ac-ls-visible .ribbon {
	top: calc(var(--r-localeswitcher-height) + var(--r-globalnav-height) + var(--r-localnav-height) + 15px);
}

html.ac-ls-visible.enhanced body .ribbon {
    top: calc(var(--r-localeswitcher-height) + var(--r-globalnav-height) + 15px);
}

.ribbon {
	position: absolute;
	z-index: 2;
	top: calc(var(--r-globalnav-height) + var(--r-localnav-height) + 15px);
	left: 0;
	right: 0;
	width: 75%;
	margin: 0 auto;
}

html.enhanced body .ribbon {
	top: calc(var(--r-globalnav-height) + 15px);
}

.ribbon .ribbon-drop-wrapper {
	color: #1d1d1f;
	background-color: rgba(226,226,226,0.8);
	border-radius: 10px;
}

.ribbon .ribbon-content-wrapper .ribbon-content {
	padding-top: .94118em;
	padding-bottom: .94118em;
}

.ribbon .ribbon-content-wrapper .ribbon-content .column {
	width: 80%;
}


.ribbon .ribbon-content-wrapper .ribbon-content p {
	text-align: center;
}

.ribbon .ribbon-content-wrapper .ribbon-content p, .ribbon-link {
	font-size: 14px;
	line-height: 1.42859;
	font-weight: 400;
	letter-spacing: -.016em;
	font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
}


.ar-link.ar-link-16 span {
	white-space: nowrap;
}
 
 
 /*------------------------------------*\ 
   END LOCAL FIXES 
\*------------------------------------*/