/**
 * Gel 5.3
 * Vendor Stylesheet
 * @version 5.3.3
 * @created 2016-01-19 by Kelly Chisum
 * @modified 2016-10-12 by Kelly Chisum
 */

/*
font-family: "Futura PT", "futura-pt", Futura, Arial, sans-serif
Dark Blue: #143255 rgb(20, 50, 85)
Medium Blue: #005695 rgb(0, 86, 149)
Light Blue: #6E91BF rgb(110, 145, 191)
Dark Green: #5E9321 rgb(94, 147, 33)
Medium Green: #74B535 rgb(116, 181, 53)
Light Green: #86C54F rgb(134, 197, 79)
Black: #222 rgb(34, 34, 34)
*/

/******************************/
/* VENDOR LIST */
.vendor-name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-box-direction: row;
	-webkit-box-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flexbox-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-moz-box-wrap: nowrap;
	-webkit-box-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	-ms-flexbox-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-around;
	-ms-flex-pack: justify;
	-moz-box-pack: justify;
	justify-content: space-around;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 2em 0;
}
.vendor-name label {
	margin: 0;
	padding: 0;
}
.vendor-name select {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: 0 0 0 1em;
}
.vendor-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-box-direction: row;
	-webkit-box-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flexbox-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-moz-box-wrap: wrap;
	-webkit-box-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flexbox-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-around;
	-ms-flex-pack: justify;
	-moz-box-pack: justify;
	justify-content: space-around;
	padding: 0;
	margin: 0 -.5em;
}
.vendor-list-li {
	-webkit-box-flex: 1 0 40%;
	-moz-box-flex: 1 0 40%;
	-webkit-flex: 1 0 40%;
	-ms-flex: 1 0 40%;
	flex: 1 0 40%;
	margin: .5em;
	padding: 0;
	list-style: none;
}
.vendor-list-li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: .5em 1em;
	background: rgba(0, 86, 149, 0.99);
	mix-blend-mode: multiply;
	color: #FFF;
	font-style: normal;
	text-transform: uppercase;
}
.vendor-list-li a:hover {
	background: rgba(116, 181, 53, 0.99);
}
.vendor-icon {
	width: 1.5em;
	height: 1.5em;
	margin-right: 1em;
}
.vendor-cat-links-27 .vendor-icon,
.vendor-cat-links-16 .vendor-icon {
	width: 1.7em;
	height: 1.7em;
	margin-left: -.1em;
	margin-right: .9em;
}
.vendor-cat-links-26 .vendor-icon, 
.vendor-cat-links-17 .vendor-icon, 
.vendor-cat-links-24 .vendor-icon  {
	width: 2em;
	height: 2em;
	margin: -.1em .75em -.1em -.25em;
}
.vendor-cat-links-19 .vendor-icon {
	margin: 0 .75em 0 .25em;
}
@media screen and (max-width: 1160px) {
	.vendor-list {
		-moz-box-direction: column;
		-webkit-box-direction: column;
		-webkit-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flexbox-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.vendor-list-li {
		-webkit-box-flex: 1 0 100%;
		-moz-box-flex: 1 0 100%;
		-webkit-flex: 1 0 100%;
		-ms-flex: 1 0 100%;
		flex: 1 0 100%;
	}
}
@media screen and (max-width: 850px) {
	.vendor-name {
		-webkit-box-align: flex-start;
		-webkit-align-items: flex-start;
		-moz-box-align: flex-start;
		-ms-flex-align: flex-start;
		align-items: flex-start;
	}
	.vendor-name select {
		margin: 1em 0 0;
		width: 100%;
	}
}

/* VENDOR DETAILS */
.vendor-listing {
	margin: .5em 0 1.5em;
	padding: 1em 2em 0;
	background: #FFF;
}
.vendor-listing h3 {
	position: relative;
	overflow: hidden;
}
.vendor-listing h3 a:after {
	content: "";
	position: absolute;
	bottom: .3em;
	margin-left: .25em ;
	border-bottom: 1px solid #74B535;
	width: -moz-available;
	width: -webkit-fill-available;
	width: available;
}
.vendor-listing h3 a:hover {
	color: #005695;
}
.vendor-listing h3 a:hover:after {
	border-bottom-color: #005695;
  -moz-animation: vendor 1s ease-in-out 1 backwards;
  -webkit-animation: vendor 1s ease-in-out 1 backwards;
  animation: vendor 1s ease-in-out 1 backwards;
}
@-moz-keyframes vendor {
	0% { width: 5%; }
	100% { width: 100%; }
}
@-webkit-keyframes vendor {
	0% { width: 5%; }
	100% { width: 100%; }
}
@keyframes vendor {
	0% { width: 5%; }
	100% { width: 100%; }
}
.vendor-listing h5 {
	color: #005695;
}
.logo {
	float: right;
	margin: .4em 0 2em 3em;
}

/* EDIT VENDOR LISTING (PUBLIC) */
.suspend {
	margin-top: 0;
}
.suspend td {
	padding: 0 0 1em;
}

/* RESPONSIVE */
@media screen and (max-width: 1000px) {
	.vendor-name {
		display: block;
	}
	.vendor-name label, .vendor-name select {
		width: 100%;
	}
	.vendor-name select {
		margin: 1em 0 0;
	}
}
@media screen and (max-width: 750px) {
	.vendor-list {
		display: block;
	}
	.vendor-listing h3 {
		margin-bottom: 1.25em;
		text-align: center;
		overflow: visible;
	}
	.vendor-listing h3 a:after {
		width: 1.5em;
		bottom: -.5em;
		left: 50%;
		margin: 0 0 0 -.75em;
	}
	.vendor-listing h3 a:hover:after {
		animation: none;
	}
}
@media screen and (max-width: 650px) {
	.logo {
		float: none;
		margin: 1em 0
	}
}