@charset "UTF-8";
/* CSS Document */
.cta:after {
    content: "\e01d";
    float: none;
    font-family: "sdicons";
    font-size: 60%;
    font-style: normal;
    padding-left: 5px;
    position: relative;
    text-decoration: none;
    text-transform: none;
}

/* CMS Dropdown Banner Styles */

.foursquare-menu.index-4 {
	width: 370px;
}
.foursquare-menu.index-4 .menu-item {
	width: 175px;
	height: 165px;
	float: left;
	margin: 10px;
    margin-left:0;
	color: #000;
	font-family: 'ProximaNovaSemibold', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
	font-size: 13px;
}
.foursquare-menu .menu-item.last {
    margin-left:10px;
    margin-right:0;
}
.foursquare-menu .menu-item p {
	line-height: 14px;
}


/* ARROWS */
span.arrow { font-size: 80%; font-family: Arial, Helvetica, sans-serif !important; }
span.arrow.white { color: #fff !important; }
span.arrow.black { color: #000 !important; }
span.arrow.blue { color: #68c8c6 !important; }
span.arrow.green { color: #78b857 !important; }
span.arrow.coral { color: #f63 !important; }

.cta-button { display: inline-block; font-size: 14px; padding: 10px 5px; letter-spacing: 2px; text-transform: uppercase; font-family: 'ProximaNovaSemibold', Arial, Helvetica, sans-serif !important;  cursor: pointer; }
.cta-button:hover { text-decoration: none; }
.cta-button.black { background-color: #000; color: #fff; }
.cta-button.green { background-color: #78b857; color: #fff; }
.cta-button.green:hover { background-color: #68c8c6; }
.cta-button.blue { background-color: #68c8c6; color: #fff; }
.cta-button.blue:hover { background-color: #78b857; }
.cta-button.coral { background-color: #f63; color: #fff; }
.cta-button.white { background-color: #fff; color: #000; }
.cta-button.transparent { background-color: transparent; border: 1px solid #000; color: #000; }



/* for frida messaging on check out */
p.frida-checkout { float: left; clear: both; display: block; width: 100%; font-size: 18px; font-family: 'BodoniRecutFSItalic';  }
p.frida-checkout a { margin-left: 20px; text-decoration: none;}
p.frida-checkout a:hover { text-decoration: none; border: none; }