meta.foundation-version {
	font-family: "/5.1.0/"; }


meta.foundation-data-attribute-namespace {
	font-family: false; }


/*** DROPDOWN ***/
.dropdown_selected {
	background-image: url(../img/arrow_down.png);
	background-repeat: no-repeat;
	text-align: center;
}

.divider {
	height: 1px;
	padding: 0px;
	background: #505050;
	width: 100%;
	display: block !important;
}


/* Foundation Dropdowns */
.f-dropdown.open {
	display: inline;
}


.f-dropdown {
	display: none;
	z-index: 100000 !important;
	position: absolute;
	left: -9999px;
	list-style: none;
	margin-left: 0;
	width: 100%;
	max-height: auto;
	height: auto;
	background-color: #222222;
	border: solid 1px #505050;
	z-index: 99;
	margin-top: 2px;
	max-width: 200px;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5); box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}

.f-dropdown > ul{
	float: left;
	width: 100%;
	max-height: 250px;
	overflow: auto;
}

.f-dropdown > ul > *:first-child {
	margin-top: 0;
}

.f-dropdown > ul > *:last-child {
	margin-bottom: 0;
}

.f-dropdown:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	border-color: transparent transparent #222222 transparent;
	border-bottom-style: solid;
	position: absolute;
	top: -12px;
	left: 10px;
	z-index: 99;
}

.f-dropdown:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: inset 7px;
	border-color: transparent transparent #505050 transparent;
	border-bottom-style: solid;
	position: absolute;
	top: -14px;
	left: 9px;
	z-index: 98;
}

.f-dropdown.right:before {
	left: auto;
	right: 10px;
}

.f-dropdown.right:after {
	left: auto;
	right: 9px;
}


.f-dropdown.drop-right:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	border-color: transparent white transparent transparent;
	border-right-style: solid;
	position: absolute;
	top: 10px;
	left: -12px;
	z-index: 89; }

.f-dropdown.drop-right:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: inset 7px;
	border-color: transparent #cccccc transparent transparent;
	border-right-style: solid;
	position: absolute;
	top: 9px;
	left: -14px;
	z-index: 88; }

.f-dropdown.drop-left > *:first-child {
	margin-top: 0; }
.f-dropdown.drop-left > *:last-child {
	margin-bottom: 0; }

.f-dropdown.drop-left:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	border-color: transparent transparent transparent white;
	border-left-style: solid;
	position: absolute;
	top: 10px;
	right: -12px;
	left: auto;
	z-index: 89; }
.f-dropdown.drop-left:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: inset 7px;
	border-color: transparent transparent transparent #cccccc;
	border-left-style: solid;
	position: absolute;
	top: 9px;
	right: -14px;
	left: auto;
	z-index: 88; }



.f-dropdown.drop-top > *:first-child {
	margin-top: 0;
}

.f-dropdown.drop-top > *:last-child {
	margin-bottom: 0;
}

.f-dropdown.drop-top:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	border-color: white transparent transparent transparent;
	border-top-style: solid;
	position: absolute;
	top: auto;
	bottom: -12px;
	left: 10px;
	right: auto;
	z-index: 89;
}

.f-dropdown.drop-top:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: inset 7px;
	border-color: #cccccc transparent transparent transparent;
	border-top-style: solid;
	position: absolute;
	top: auto;
	bottom: -14px;
	left: 9px;
	right: auto;
	z-index: 88;
}

.f-dropdown li {
	cursor: pointer;
	margin: 0;
	float: left; width: 100%;
	display: table;
}

.f-dropdown li:hover, .f-dropdown li:focus {
	background: rgba(255, 255, 255, 0.1);
}

.f-dropdown li a {
	padding: 10px 5% 10px 5%; float: left;
	width: 90%;
}

.f-dropdown li a.selected{
	background: rgba(255, 255, 255, 0.1);
}

.f-dropdown .fa {
	font-size: 20px;



	margin: 0px 5px 0px 0px;
	vertical-align: middle;
}

.f-dropdown.content {
	position: absolute;
	left: -9999px;
	list-style: none;
	margin-left: 0;
	padding: 1.25rem;
	width: 100%;
	height: auto;
	max-height: none;
	background: white;
	border: solid 1px #cccccc;
	font-size: 16px;
	z-index: 99;
	max-width: 200px;
}

.f-dropdown.content > *:first-child {
	margin-top: 0;
}

.f-dropdown.content > *:last-child {
	margin-bottom: 0;
}

/*MODAL - Reveal*/
.reveal-modal-bg {
	position: fixed;
	height: 100%;
	width: 100%;
	background: black;
	background: rgba(0, 0, 0, 0.45);
	z-index: 98;
	display: none;
	top: 0;
	left: 0; }

.reveal-modal {
	visibility: hidden;
	display: none;
	z-index: 110;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5); box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5); border: 1px solid #505050;
	padding: 10px;
	list-style: none;
	background: #2d2d2d;
	position: absolute;
	left: 50%;
	top: 140px;
	transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
	-moz-transform: translate(-50%, 0%);
	-o-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
}

/*
.reveal-modal {
	visibility: hidden;
	display: none;
	z-index: 110;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5); box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5); border: 1px solid #505050;
	padding: 10px;
	list-style: none;
	background: #2d2d2d;

	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin: auto;
}*/



.reveal-modal .close-reveal-modal {
	font-size: 1.375rem;
	line-height: 1;
	position: absolute;
	top: 0.5rem;
	right: 0.6875rem;
	font-weight: bold;
	cursor: pointer;
}
