#sidebar_infographs {
	padding: 30px 0 0;
	text-align: center;
}

#sidebar_infographs h3 {
	color: #000;
	font-family: acumin-pro-condensed, sans-serif;
	text-align: center;
	text-transform: capitalize;
	font-size: 1.85rem;
	font-weight: 700;
}

#sidebar_infographs h3 span {
	color: #d24b33;
}

#sidebar_infographs ul {
	list-style: none;
	color: #68b975;
	font-size: 20px;
	font-weight: 600;
	padding-left: 0px;
	text-align: left;
}

#sidebar_infographs ul li {
	padding: 0% 5% 0% 35%;
	position: relative;
}

#sidebar_infographs ul li img {
	float: left;
	padding: 5%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -30px;
}

.page-template-template-sales-rep p + h3  {margin-top: 0;}

.page-template-template-sales-rep h3  {line-height: 1;}


@media all and (max-width: 1200px) and (min-width: 992px) {
	#sidebar_infographs ul li img {
		padding: 10%;
	}
}

@media all and (max-width: 991px) and (min-width: 769px) {
	#sidebar_infographs ul li img {
		display: none;
	}

	#sidebar_infographs ul li {
		padding-left: 0%;
	}
}

@media all and (max-width: 768px) and (min-width: 468px) {
	#sidebar_infographs ul li img {
		width: 130px;
		height: 130px;
	}

	#sidebar_infographs ul li {
		padding-left: 25%;
	}

	#sidebar_infographs ul li img {
		margin-top: -50px;
	}
}

#sidebar_infographs ul li span.quantity {
	font-family: 'acumin-pro-condensed', sans-serif;
	font-size: 38px;
	color: #929292;
	font-weight: 300;
}

#sidebar_infographs ul li span.measurement {
	font-family: 'acumin-pro-condensed', sans-serif;
	font-size: 29px;
	color: #929292;
	font-weight: 300;
}

#sidebar_infographs span.alt_color {
	color: #929292;
}

@media (max-width: 1120px) {
	.sales-rep-page-header {
		height: 200px;
		margin-bottom: 40px;
	}
}

.container.flex {
	align-items: flex-start;
	align-content: flex-start;
	justify-content: space-between;
	flex-flow: row wrap;
	display: flex;
}

.container {
	overflow: auto !important;
}

#left_col {
	width: 65%;
}

@media (max-width: 768px) {
	#left_col {
		order: 2;
		width: 100%;
	}
}

#right_col {
	width: 32%;
}

@media (max-width: 768px) {
	#right_col {
		order: 1;
		width: 100%;
		margin-bottom: 1em !important;
	}
}

#left_col,
#right_col {
	display: inline-block;
	margin: 0;
}

.sales-rep-page-header {
	position: relative;
	height: 208px; /*  was 300px // mjp 03/25/2020 */
	overflow: hidden;
	margin-bottom: 60px;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	width: 100%;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.sales-rep-page-header.srep_tpl1 { background-image: url(https://ugies.com/wp-content/uploads/2020/02/Banner_Op1_gray.jpg); }
.sales-rep-page-header.srep_tpl2 { background-image: url(https://ugies.com/wp-content/uploads/2020/02/Banner_Op1_blue.jpg); }
.sales-rep-page-header.srep_tpl3 { background-image: url(https://ugies.com/wp-content/uploads/2020/02/Banner_Op1_green.jpg); }
.sales-rep-page-header.srep_tpl4 { background-image: url(https://ugies.com/wp-content/uploads/2020/02/Banner_Op1_red.jpg); }

.sales-rep-page-header > .container {
	overflow: visible!important;
}
.sales-rep-page-header img {
	/* position: absolute; left: 0; bottom: 0; right: 0; width: 100%; */
	display: none;
}
.sales-rep-page-header h1 {
	text-transform: capitalize;
	font-family: acumin-pro,sans-serif;
	font-style: italic;
	font-size: 2em;
	line-height: 1.2;
	font-weight: 600;
	text-shadow: none;
	color: #fff;
	margin: 0 24px;
	width: 96%;
	text-align: center;
}

.colored-bars + div {
	width: 100%; 
	padding: 30px; 
	color: #fff;
}


.srep_tpl1 .colored-bars + div { background-color: #0A468F; }
.srep_tpl2 .colored-bars + div { background-color: #d24b33; }
.srep_tpl3 .colored-bars + div { background-color: #929292; }
.srep_tpl4 .colored-bars + div { background-color: #0A468F; }

#right_col > div > .container > div:first-child {
	width: 100%;
	padding: 30px 15px 30px 15px;
	color: #fff;
}
.srep_tpl1 #right_col > div > .container > div:first-child {
	background-color: #d24b33;
}
.srep_tpl2 #right_col > div > .container > div:first-child {
	background-color: #929292;
}
.srep_tpl3 #right_col > div > .container > div:first-child {
	background-color: #0A468F;
}
.srep_tpl4 #right_col > div > .container > div:first-child {
	background-color: #929292;
}

@media (max-width: 640px) {
	.sales-rep-page-header h1 {
		font-size: 1.5rem;
		margin: 0;
	}
}

.bio-pic {
	width: 180px;
	float: left;
	margin: 5px 20px 10px 0px;
}

@media (max-width: 374px) {
	.bio-pic {
		height: auto;
		float: none;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
}

/*
Option 1 = Gray
Option 2 = Orange
Option 3 = Blue
Option 4 = Green
*/

/* div.sidebar-cta-option1, div.sidebar-cta-option2, div.sidebar-cta-option3, div.sidebar-cta-option4 {
	width: 100%; 
	padding: 30px 15px 30px 15px; 
	color: #fff;
}

div.sidebar-cta-option1 {
	background-color: #929292; 
}

div.sidebar-cta-option2 {
	background-color: #d24b33; 
}

div.sidebar-cta-option3 {
	background-color: #0A468F; 
}

div.sidebar-cta-option4 {
	background-color: #68b975; 
} */

@media (max-width: 990px) and (min-width: 768px) {
	.sidebar-cta .fa {
		display: none;
	}
}

.sidebar-pic {
	width: 100%;
	margin-top: 40px;
}

@media (max-width: 768px) {

	img.sidebar-pic,
	div.bottom-cta,
	div.colored-bars {
		visibility: hidden;
		display: none;
	}

	.embed-container {
		margin-bottom: 0px !important;
	}
}

/*div.bottom-cta {
	width: 100%; 
	padding: 30px; 
	background-color: #0A468F; 
	color: #fff;
}*/

/*
Option 1 = Gray
Option 2 = Orange
Option 3 = Blue
Option 4 = Green
*/

/* div.bottom-cta-option1, div.bottom-cta-option2, div.bottom-cta-option3, div.bottom-cta-option4 {
	width: 100%; 
	padding: 30px; 
	color: #fff;
}

div.bottom-cta-option1 {
	background-color: #929292; 
}

div.bottom-cta-option2 {
	background-color: #d24b33; 
}

div.bottom-cta-option3 {
	background-color: #0A468F; 
}

div.bottom-cta-option4 {
	background-color: #68b975; 
} */


.icon {
	margin: 55px 45px 60px 20px
}

@media (max-width: 568px) {

	.accordion-title,
	.accordion-content {
		padding-left: 10%;
		padding-right: 10%;
	}
}

.accordion-title h3 {
	padding-bottom: 20px;
}

.content-accordions {
	margin: 30px 0;
}

h5.sidebar {
	text-align: center;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

h6.sidebar-contact {
	text-align: center;
	line-height: 1.5;
}

div.content-lower {
	padding-top: 0;
}

.accordion-content p a,
.accordion-content p a:hover,
.accordion-content p a:visited {
	color: #5b5b5b !important;
	text-decoration: underline;
}

a,
a:hover,
a:visited {
	color: #fff !important;
}

input#submit_account_num.button.primary.hs-button,
input.hs-button.primary.large {
	background-color: #d24b33 !important;
	border-color: #d24b33 !important;
	border-radius: 0px !important;
}

.hbspt-form .submitted-message {
	background: #929292;
	padding: 10px;
	color: #fff;
}

.submitted-message .hs-form-0ed4dc36-5f71-4ab3-a583-be25c0cee56f .hs-form-0ed4dc36-5f71-4ab3-a583-be25c0cee56f_238eec44-f75b-4c67-859b-ee08ef7b5f85 p {
	color: #fff;
}

p,
label {
	font-size: 16px;
	width: 130px;
	text-align: right;
	color: #5b5b5b;
	display: block;
	float: none;
	width: auto;
	font-weight: 400;
	text-align: left;
	line-height: 1.4em;
	padding-top: 0;
	margin-bottom: 6px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.hs-input {
	display: inline-block;
	width: 100%;
	max-width: 500px;
	height: 40px;
	padding: 9px 10px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	color: #33475b;
	background-color: #f5f8fa;
	border: 1px solid #cbd6e2;
	border-top-color: rgb(203, 214, 226);
	border-right-color: rgb(203, 214, 226);
	border-bottom-color: rgb(203, 214, 226);
	border-left-color: rgb(203, 214, 226);
	box-sizing: border-box;
	border-radius: 0px;
	margin: 8px 0 24px;
}

.hs-button {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	line-height: 12px;
	position: relative;
	text-align: center;
	background-color: #ff7a59;
	border-color: #ff7a59;
	color: #fff;
	border-radius: 0px;
	border-style: solid;
	border-width: 1px;
	font-size: 14px;
	padding: 12px 24px;
}