body {
	font-family: 'Lato', sans-serif !important;
	color: #333333;
	line-height: 150%;
	padding: 0 !important;
}
h1,h2,h3,h4,h5,h6 {
	text-transform: uppercase;
}
h1 {
	font-size: 40px;
	margin: 20px 0;
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 16px;
}
@media (max-width: 767px) {
	h1 {
		font-size: 27px;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 20px;
	}
	h4 {
		font-size: 18px;
	}
	h5 {
		font-size: 16px;
	}
	h6 {
		font-size: 14px;
	}
}
/* General Styles */
.pull-right {
	font-size: inherit;
}
#clickLog, #clickReg {
	padding: 0 10px;
}
.add20pxPadding {
	padding: 20px;
}
.add10pxPadding {
	padding: 10px;
}
.pl20 {
	padding-left: 20px;
}
.pr20 {
	padding-right: 20px;
}
.pb20 {
	padding-bottom: 20px;
}
.h100 {
	height: 100%;
}
.dibMax1000	{
	display: inline-block;
	width: 100%;
	max-width: 1000px;
}
.dibMax700 {
	display: inline-block;
	width: 100%;
	max-width: 700px;
}
.siteMaxWidthInlineBlock {
	width: 100%;
	max-width: 1500px;
	display: inline-block;
	position: relative;
}
.siteMinHeight {
	min-height: 40vh;
}
.searchTopMenu {
	margin-left: 0;
	margin-right: 0;
	padding-left: 10px;
	padding-right: 10px;
}
#bs-example-navbar-collapse-1 {
	padding-left: 0;
	padding-right: 0;
}
.genericButton-inline {
	display: inline-block;
	background: #D0A908;
	font-size: 14px;
	color: #ffffff !important;
	text-transform: uppercase;
	line-height: 100%;
	padding: 10px;
}
.genericButton-inline:hover {
	text-decoration: none;
	background: #b18e00;
}
.tab-header-cell img {
	min-width: 250px;
}
.qxrFooter {
	background: #fff;
}
.vCenter {
	display: table;
	width: 100%;
	height: 100%;
}
.vCenter-1 {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
#aside-leftmenu-navbar li {
	padding-left: 5px;
}
/* End General Styles */

.container-fluid {
	min-width: 320px;
}

/*Header*/
.header {
	z-index: 10;
	left: 0;
	top: 0;
	float: left;
	width: 100%;
	height: 100px;
	border-bottom:  solid 1px #efefef;
}
.logoLink {
	padding: 10px 20px;
	height: auto;
	max-height: 100px;
}
.logoLink img {
	max-width: 100%;
	max-height: 80px;
}
.header-links {
	float: left;
	position: relative;
	z-index: 10;
}
.header-links > ul {
	float: left;
	padding: 0;
	margin: 0;
}
.header-links > ul li {
	list-style-type: none;
	position: relative;
}
.header-links > ul > li {
	float: left;
}

.header-links .navDropdown {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	padding: 0;
	margin: 0;
}

.header-links a, .searchHeader {
	position: relative;
	float: left;
	padding: 10px 10px;
	margin-left: 5px;
	color: #000;
	background: #ffffff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	line-height: 100%;
	letter-spacing: 1px;
	overflow: hidden;

	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.header-links a:hover, .header-links li:hover > a, .searchHeader:hover {
	text-decoration: none;
	color: #ffffff;
}
.header-links a:before, .searchHeader:before {
	content: "";
	position: absolute;
	left: 100%;
	top: 0;
	width: 100%;
	height: 100%;
	background: #f0f0f0;
	z-index: 2;;

	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.header-links a:hover:before, .searchHeader:hover:before {
	left: -100%;
}
.header-links a:after, .searchHeader:after {
	content: "";
	position: absolute;
	left: 100%;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fe2763; /*Logo Color*/
	z-index: 1;

	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.header-links a:hover:after, .header-links li:hover > a:after, .searchHeader:hover:after {
	left: 0;
}
.linkText {
	display: inline-block;
	position: relative;
	z-index: 5;
}
.searchHeader {
	width: 40px;
	height: 32px;
	/*background: url("../img/search.png") center center no-repeat;*/
	background-size: 15px;
	background-color: #ffffff;
	padding: 4px;
	margin-left: 5px;
	margin-right: 5px;
}
.searchHeader:hover {
	cursor: pointer;
}

.searchSVG {
	position: relative;
	bottom: -3px;
	width: 30px;
	height: 17px;
	z-index: 5;
}
.searchSVG, .searchSVG * {
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.searchSVG-elem1 {
	/*fill: #553856;*/ /*Dark Purple*/
	/*fill: #fdc6ff;*/ /*Light Purple*/
	fill: #000000;
}
.searchSVG-small {
	width: 10px;
	height: 10px;
}
.searchHeader:hover .searchSVG-elem1 {
	fill: #ffffff;
}
.searchBoxHolder .searchSVG-elem1 {
	fill: #ffffff;
}
.searchBoxHolder .searchSVG {
	height: 28px;
}
.headerLinksMobileButton {
	display: none;
	width: 40px;
	background: url("../img/mobile_menu.png") center center no-repeat;
	padding: 5px;
}
.headerLinksMobileButton:hover {
	cursor: pointer;
}
.wishHeader {
	position: relative;
	padding: 10px 10px;
	margin-left: 5px;
	color: #000;
	background: #ffffff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	line-height: 100%;
	letter-spacing: 1px;
	overflow: hidden;

	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.wishHeader:hover {
	text-decoration: none;
	color: #ffffff;
}
.wishHeader:before {
	content: "";
	position: absolute;
	left: 100%;
	top: 0;
	width: 100%;
	height: 100%;
	background: #f0f0f0;
	z-index: 2;

	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.wishHeader:hover:before {
	left: -100%;
}
.wishHeader:after {
	content: "";
	position: absolute;
	left: 100%;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fe2763; /*Logo Color*/
	z-index: 1;

	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.wishHeader:hover:after {
	left: 0;
}
@media (min-width: 851px) {
	.header-links > ul > li:hover .navDropdown {
		display: block;
	}
}
@media (max-width: 850px) {
	.searchHeader {
		margin-right: 0;
	}
	.headerLinksMobileButton {
		display: block;
	}
	.header-links {
		position: absolute;
		z-index: 10;
		top: 100%;
		right: 0;
		width: 0%;
		background: #ffffff;
		padding: 20px 0;

		-webkit-transition: all 600ms;
		-moz-transition: all 600ms;
		-o-transition: all 600ms;
		transition: all 600ms;

		-webkit-box-shadow: 0px 0px 0px #000000;
		-moz-box-shadow: 0px 0px 0px #000000;
		-o-box-shadow: 0px 0px 0px #000000;
		box-shadow: 0px 0px 0px #000000;

		overflow: hidden;
	}
	.header-links > ul {
		width: 100%;
	}
	.navDropdown li a {
		background: #f0f0f0;
	}
	.header-links > ul > li {
		width: 100%;
	}
	.header-links .navDropdown {
		position: static;
		float: left;
		width: 100%;
	}
	.header-links a {
		width: 100%;
	}
	.header-links:after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 100%;
		width: 90%;
		height: 10px;
		background: #fe2763;

		-webkit-transition: all 1000ms;
		-moz-transition: all 1000ms;
		-o-transition: all 1000ms;
		transition: all 1000ms;

		-webkit-transition-delay: all 500ms;
		-moz-transition-delay: all 500ms;
		-o-transition-delay: all 500ms;
		transition-delay: all 500ms;
	}
	.header-links.openHeaderLinks {
		width: 90%;
		-webkit-box-shadow: -30px 20px 75px #000000;
		-moz-box-shadow: -30px 20px 75px #000000;
		-o-box-shadow: -30px 20px 75px #000000;
		box-shadow: -30px 20px 75px #000000;
	}
	.header-links.openHeaderLinks:after {
		left: 10%;
	}
	.hasDropdown.openDropdown .navDropdown {
		display: block;
	}
}
@media (max-width: 580px) {
	.logoHolder {
		max-width: 125px;
	}
}
/*End Header*/

/*Seach Box*/
.searchBoxHolder {
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	top: 0;
	left: 100%;
	text-align: center;
	opacity: 0;

	-webkit-transition: all 1000ms;
	-moz-transition: all 1000ms;
	-o-transition: all 1000ms;
	transition: all 1000ms;
}
.searchBack {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.75;
}
.searchBoxHolder-1 {
	position: absolute;
	width: 100%;
	height: 70px;
	top: 50%;
	margin-top: -35px;
	text-align: center;
	padding: 0 20px;
}
.searchProductsText {
	color: #ffffff;
}
.searchBoxHolder-2 {
	position: relative;
	display: inline-block;
	max-width: 400px;
	width: 100%;
	height: 100%;
}
.searchBoxHolder-2 .search-query {
	float: left;
	width: 100%;
	height: 100%;
	background: none;
	border: none;
	border-bottom: solid 3px #ffffff;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 40px;
	font-size: 20px;
	font-family: inherit;
	font-weight: normal;
}
.searchBoxHolder-2 .search-query:focus {
	outline: none;
}
.mainSearchButton {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	background: none;
	border: none;
}
.searchBoxHolder.searchBoxOpen {
	top: 0;
	left: 0;
	opacity: 1;
}
/*End Seach Box*/

/*Top Row*/
.topRowHolder {
	padding-top: 50px;
	padding-bottom: 50px;
}
/*Slideshow*/
.slideshowContainRep {
	position: relative;
	z-index: 5;
	margin-top: 50px;
	margin-bottom: 50px;
	padding-left: 50px;
	padding-right: 50px;
}
.slideshowContainRep .mmslideshowcontainer {
	-webkit-box-shadow: 10px 20px 75px #808080;
	-moz-box-shadow: 10px 20px 75px #808080;
	-o-box-shadow: 10px 20px 75px #808080;
	box-shadow: 10px 20px 75px #808080;
}
.manufacturerLink {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
}
/*End Slideshow*/
/*Name Overlay*/
.nameOverlay {
	position: absolute;
	bottom: 20px;
	left: 100%;
	margin-left: -70px;
	z-index: 6;
	height: 60%;
	width: 23%;
	/*border: solid 2px #e8e8e8;*/
	border: solid 2px #fe2763;
	text-align: right;
}
.nameOverlay-1 {
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	padding: 20px 10px 10px 20px;
	font-size: 1.8vw;
	line-height: 130%;
	color: #585858;
	font-weight: bold;
	text-transform: none;
	margin-top: 0;
	margin-bottom: 0;
}
@media (max-width: 767px) {
	.topRowHolder {
		padding-top: 0;
	}
	.slideshowContainRep {
		padding: 0;
		margin: 0;
	}
	.nameOverlay {
		position: relative;
		float: left;
		bottom: initial;
		top: initial;
		left: initial;
		margin-left: 20px;
		margin-top: -20px;
		z-index: 6;
		height: auto;
		width: 60%;
		text-align: center;
	}
	.nameOverlay-1 {
		position: static;
		float: left;
		width: 100%;
		font-size: 20px;
		padding: 50px 20px  20px 20px !important;
		text-align: left;
	}
}
@media (min-width: 1400px) {
	.nameOverlay-1 {
		font-size: 28px;
	}
}
/*End Name Overlay*/
/*End Top Row*/

/*Index Row 2*/
.indexRow2 {
	position: relative;
	/*height: 80vh;*/
	min-height: 600px;
	/*max-height: 800px;*/
	/*background: #e9e9e9;*/
	background: #f3eee2;
}
.indexRow2-L1 {
	position: relative;
	z-index: 1;
	width: 65%;
	height: 100%;
	/*//border: solid #e0e0e0;*/
	float: left;
	padding: 50px;
}
.indexRow2-L2 {
	height: 100%;
	border: solid 2px #fe2763;
	text-align: left;
	padding: 100px 120px 100px 50px;
	float: left;
}
.contentHolderLeft {
	float: left;
	width: 100%;
	height: 100%;
	overflow: auto;
	min-height: 400px;
}
.indexRow2-R1 {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	width: 45%;
	height: 100%;
	padding: 50px 50px 50px 0;
}
.indexRow2-R2 {
	height: 100%;
	text-align: left;
	padding: 50px 0px
}
.indexRow2-map {
	position: relative;
	text-align: center;
	padding: 65px 20px 50px;
	height: 100%;
	max-height: 500px;
	/*background: url("../img/map.png") center center no-repeat #ffffff;
	background-size: contain;*/
	background: #ffffff;

	-webkit-box-shadow: 10px 20px 75px #808080;
	-moz-box-shadow: 10px 20px 75px #808080;
	-o-box-shadow: 10px 20px 75px #808080;
	box-shadow: 10px 20px 75px #808080;
}
.indexRow2-map-1 {
	float: left;
	width: 100%;
	height: 100%;

	background: url("../img/map.png") center center no-repeat #ffffff;
	background-size: contain;
}
.indexRow2-map img {
	max-width: 100%;
	max-height: 100%;
}
.mapTextTop {
	position: absolute;
	top: 0;
	left: 0;
	float: left;
	width: 100%;
	padding: 20px 0;

	font-size: 15px;
	line-height: 100%;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
}
@media (max-width: 1200px) {
	.indexRow2 {
		height: auto;
		max-height: none;
	}
	.indexRow2-L1 {
		width: 100%;
		height: auto;
		padding-left: 20px;
		padding-right: 20px;
	}
	.indexRow2-L2 {
		float: left;
		padding: 40px 30px 100px 30px;
	}
	.indexRow2-L2 .vCenter {
		float: left;
	}
	.indexRow2-L2 .vCenter-1 {
		float: left;
	}
	.indexRow2-R1 {
		position: relative;
		float: right;
		z-index: 2;
		width: 83%;
		padding: 0;
		margin-right: 30px;
		margin-top: -95px;
	}
	.indexRow2-R2 {
		height: 400px;
	}
}
/*End Index Row 2*/

/*Footer*/
.footer {
	float: left;
	width: 100%;
}
.footer-inner {
	position: relative;
	float: left;
	width: 100%;
	padding: 80px 0;
}
.footerLogo {
	display: inline-block;
	margin: 50px 0;
	padding: 10px;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.rightFooter {
	position: relative;
	padding: 100px 20px 100px 80px;
	/*background: #e9e9e9;*/
	background: #e9e4da;
}
.rightFooter * {
	word-break: break-word;
}
.rightFooter:after {
	content: "";
	position: absolute;
	top: 100%;
	right: 0;
	width: 90%;
	height: 10px;
	margin-top: -5px;
	background: #fe2763; /*Logo Color*/
}
.footer-1 {
	float: left;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 150%;
	letter-spacing: 1px;
	padding-right: 0px;
}
.footer-2 {
	float: left;
}
.footer-2 a {
	float: left;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 150%;
	letter-spacing: 1px;
	padding: 10px 10px;
	font-weight: bold;
	color: #000;
}
@media (max-width: 850px) {
	.footer-inner {
		padding-top: 50px;
		padding-bottom: 0;
	}
	.rightFooter {
		position: relative;
		padding: 100px 50px 100px 50px;
	}
	.footer-1 {
		float: left;
		width: 100%;
		text-align: center;
	}
	.footer-2 {
		float: left;
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}
	.footer-2 a {
		float: none;
		display: inline-block;
	}
}
/*End Footer*/

/*Employment Opportunities Page*/
#emailForm input {
	background: #f1f1f1;
	border: none;
	outline: none;
	height: 30px;
	padding: 0 10px;
}
#emailForm textarea {
	background: #f1f1f1;
	border: none;
	outline: none;
	width: 100%;
	padding: 10px;
	max-width: 300px;
}
.submitButton, .buttonexpand {
	float: left;
	border: none;
	background: #c3692b; /*Logo Color*/
	color: #ffffff;
	line-height: 100%;
	padding: 12px 15px;
	margin: 0 !important;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;

	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.submitButton:hover, .buttonexpand:hover {
	background: #f9812f;
}
.contactPage .buttonexpand {
	margin-top: 20px !important;
	padding: 20px 30px;
	background: none;
	border: solid 1px #e8e8e8;
}
.contactPage .buttonexpand:hover {
	background: #e8e8e8;
}
.errorEmail, .successEmail {
	float: left;
	width: 100%;
	padding: 20px;
	font-size: 20px;
	font-weight: bold;
	line-height: 150%;
}
.errorEmail {
	border: solid 3px #b70000;
	background: #ffd1d1;
	color: #b70000;
}
.successEmail {
	border: solid 3px #007900;
	background: #cfffcf;
	color: #007900;
}
/*Employment Opportunities Page*/

/*Line Card*/
.manufacturer {
	float: left;
	margin-top: 10px;
	margin-bottom: 50px;
	padding: 0 20px;
}
.manufacturer-1 {
	position: relative;
	top: 27px;
	right: -15px;
	z-index: 2;
	padding: 20px 30px 20px 20px;
	/*border: solid 1px #dcdcdc;*/
	border: solid 1px #d9c596;
}
.manufacturer-2 {
	padding: 20px 20px 20px 30px;
	height: 100%;
	/*//border: solid 1px #e8e8e8;*/
	/*background: #f0f0f0;*/
	background: #e9e4da;

	-webkit-box-shadow: 20px 20px 50px #bfbfbf;
	-moz-box-shadow: 20px 20px 50px #bfbfbf;
	-o-box-shadow: 20px 20px 50px #bfbfbf;
	box-shadow: 20px 20px 50px #bfbfbf;
}
.manufacturer-name {
	float: left;
	width: 100%;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 10px;
}
.manufacturer-prodLink, .manufacturer-siteLink {
	float: left;
}
.manufacturer-prodLink a {
	float: left;
	font-size: 14px;
	line-height: 100%;
	text-transform: uppercase;
	margin: 0 10px 10px 0px;
	padding: 15px;
	background: #c3692b; /*Logo Color*/
	color: #ffffff;

	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.manufacturer-prodLink a:hover {
	background: #ec6d15;
	text-decoration: none;
}
.manufacturer-siteLink a {
	float: left;
	font-size: 14px;
	line-height: 100%;
	text-transform: uppercase;
	margin: 0 10px 10px 0px;
	padding: 15px;
	background: #616161;
	color: #ffffff;

	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.manufacturer-siteLink a:hover {
	background: #868686;
	text-decoration: none;
}
.manufacturer p {
	/*//height: 130px;*/
}
@media (max-width: 767px) {
	.manufacturer {
		padding: 0;
		text-align: center;
	}
	.manufacturer-1 {
		border: none;
		position: static;
		padding: 0 10px;
	}
	.manufacturer-2 {
		background: none;
		padding-top: 10px;

		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		-o-box-shadow: none;
		box-shadow: none;
	}
	.manufacturer-prodLink, .manufacturer-siteLink {
		float: none;
		display: inline-block;
	}
	.manufacturer-prodLink a, .manufacturer-siteLink a {
		margin: 0 10px 20px 10px;
	}

}
/*End Line Card*/

/*Our Team*/
.ourTeam {
	float: left;
	/*height: 366px;*/
	margin-top: 10px;
	margin-bottom: 50px;
	padding: 0 20px;
}
.ourTeam-1 {
	position: relative;
	top: 26px;
	right: -15px;
	z-index: 2;
	height: 100%;
	min-height: 150px;
	padding: 20px 30px 20px 20px;
	/*border: solid 1px #dcdcdc;*/
	border: solid 1px #d9c596;
	vertical-align: top;
}
.ourTeam-1 img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
}
.ourTeam-2 {
	padding: 30px 20px 20px 30px;
	height: 100%;
	/*//border: solid 1px #e8e8e8;*/
	/*background: #f0f0f0;*/
	background: #e9e4da;

	-webkit-box-shadow: 20px 20px 50px #bfbfbf;
	-moz-box-shadow: 20px 20px 50px #bfbfbf;
	-o-box-shadow: 20px 20px 50px #bfbfbf;
	box-shadow: 20px 20px 50px #bfbfbf;
}
.ourTeam-name {
	float: left;
	width: 100%;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 10px;
}
.ourTeam-prodLink, .ourTeam-siteLink {
	float: left;
}
.ourTeam-prodLink a {
	float: left;
	font-size: 14px;
	line-height: 100%;
	text-transform: uppercase;
	margin: 0 10px 10px 0px;
	padding: 15px;
	background: #c3692b; /*Logo Color*/
	color: #ffffff;

	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.ourTeam-prodLink a:hover {
	background: #ec6d15;
	text-decoration: none;
}
.ourTeam-siteLink a {
	float: left;
	font-size: 14px;
	line-height: 100%;
	text-transform: uppercase;
	margin: 0 10px 10px 0px;
	padding: 15px;
	background: #616161;
	color: #ffffff;
	/*border: solid 1px #e8e8e8;*/

	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.ourTeam-siteLink a:hover {
	background: #868686;
	text-decoration: none;
}
.ourTeam p {
	/*//height: 130px;*/
}
@media (max-width: 1199px) {
	.ourTeam {
		padding: 0;
		text-align: center;
		height: auto;
	}
	.ourTeam-1 {
		border: none;
		position: static;
		padding: 0 10px;
		height: auto;
	}
	.ourTeam-1 img {
		max-height: 500px;
	}
	.ourTeam-2 {
		background: none;
		padding-top: 10px;

		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		-o-box-shadow: none;
		box-shadow: none;
	}
	.ourTeam-prodLink, .ourTeam-siteLink {
		float: none;
		display: inline-block;
	}
	.ourTeam-prodLink a, .ourTeam-siteLink a {
		margin: 0 10px 20px 10px;
	}

}
/*End Our Team*/

.contactSidebar {
	padding-left: 20px;
}
.contactSidebar-inner {
	border-left: solid 1px #f0f0f0;
	padding-left: 15px;
}

/* Old Line Card */
.lcOld {
	--logoWidth: 200px;
}
.lcOld {
	position: relative;
	float: left;
	width: 100%;
	padding: 20px 0;
	margin-bottom: 20px;
	border-bottom: solid 1px #f0f0f0;
	padding-left: calc(var(--logoWidth) + 20px);
	min-height: 100px;
}
.lcOld-logo {
	position: absolute;
	top: 0;
	left: 0;
	width: var(--logoWidth);
	float: left;
}
.lcOld-logo img {
	float: left;
	width: 100%;
	max-width: 200px;
	object-fit: contain;
}
.lcOld-text {
	float: left;
	width: 100%;
	text-align: left;
}
.lcOld-manName {
	float: left;
	width: 100%;
	font-size: 17px;
	line-height: 120%;
	font-weight: bold;
	margin-bottom: 20px;
}
.lcOld-link {
	float: left;
	width: 100%;
	font-size: 13px;
	line-height: 120%;
	margin-bottom: 10px;
	font-weight: bold;
}
.lcOld-manNotes {
	float: left;
	width: 100%;
	font-size: 13px;
	line-height: 120%;
	margin-bottom: 10px;
}
@media (max-width: 767px) {
	.lcOld {
		padding-left: 0;
	}
	.lcOld-logo {
		position: static;
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}
	.lcOld-logo img {
		display: inline-block;
		float: none;
	}
}
/* End Old line card */

.ala-video-page #blogList {
	padding-left: 0px !important;
}

/*Resources Page*/
.resourcesLinks {
	padding: 0 20px 60px 0px;
}
.resourcesLinks-heading {
	float: left;
	width: 100%;
}
.resourcesLinks-heading h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: none;
	color: #797979;
}
.resourcesLinks-entry {
	float: left;
	width: 100%;
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 120%;
	color: #000000;
}
.resourcesLinks-name {
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 16px;
}
.resourcesLinks-link a {
	float: left;
	width: 100%;
	margin-bottom: 5px;
	color: inherit;
	font-style: italic;
}
/*End Resources Page*/
