@charset "utf-8";
/*
 Theme Name:     Divi Child Theme 
 Description:    Divi Child Theme 
 Author:         Angela Haralson 
 Template:       Divi
 Version:        1.0.0
*/

/* =Theme customization starts here
------------------------------------------------------- */

iframe[name="google_conversion_frame"] { display: none; }

/* Headers */

h1.greenheader, h2.greenheader, h3.greenheader, h4.greenheader, h5.greenheader
{
	color: #207E20;
}

/* Registration Marks */
sup.reg {
    top: -13px;
    font-size: 60%;
}

sup.reg_small {
    top: -5px;
    font-size: 80%;
}

sup.reg_xsmall {
    top: -7px;
    font-size: 57%;
}

sup.reg_headline {
    top: -19px;
    font-size: 50%;
}

/* Logo */
.logo_container svg, .logo_container img
{
    margin-top: 10px;
}

#ps-logo
{
    margin-top: 10px;
}

/* Secondary Nav */
.et_fixed_nav #top-header {
    position: fixed;
    padding-top: 10px;
    padding-bottom: 9px;
}

/* buttons */

.gf_submit_btn
{
	color: #fff;
	cursor: pointer;
}

/* links */

.greenUnderline
{
    border-bottom: 2px solid #207E20;
	color: #207E20;
}

a.greenUnderline:hover
{
    border-bottom: none;
}

#et-info span, #et-secondary-menu > ul > li a span, #et-secondary-menu > ul > li a, #et-secondary-menu > ul > li
{
  	/*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  	filter: alpha(opacity=60);
	opacity: 0.6;*/
	-moz-transition: none !important;
    -webkit-transition: non !importante;
    -o-transition: color 0 ease-in !important;
    transition: non !importante;
}

#et-secondary-nav a, #et-secondary-nav a i.fa-user:before {
	-moz-transition: none !important;
    -webkit-transition: none !important;
    -o-transition: color 0 ease-in !important;
    transition: none !important;
}

#et-info .fa, .et-social-icons .fa
{
	font-size: 18px;
}

#et-info .fa-phone
{
	margin-right: 16px;
}

#et-info .fa-envelope
{
	margin-right: 10px;
	margin-left: 28px;
}

#top-header .et-social-icons {
    margin-left: 16px;
}

#top-header .et-social-icons li {
    margin-left: 11px;
}

#et-secondary-menu .fa-user
{
	margin-right: 16px;
}


#et-secondary-nav li {
    margin-right: 26px;
}

#et-secondary-menu > ul > li a {
    padding-bottom: 0px;
}

#top-menu li ul.sub-menu li a {
    font-size: 16px;
}

#top-menu li {
    padding-right: 45px !important;
}

#top-header a:hover, #top-header a:hover span, #top-menu li a:hover
{
	color: #207E20;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1 !important;
}

#top-header a:hover .fa-facebook
{
	color: #3B5998;
}

#top-header a:hover .fa-twitter
{
	color: #55ACEE;
}

#top-header a:hover .fa-linkedin
{
	color: #0077B5;
}

#top-menu .sub-menu li.current-menu-item > a, .et-fixed-header #top-menu .sub-menu li.current-menu-item > a
{
	color: #222720 !important;
}

/* Alert Box Styles for ticket GSI-8505 */
.alert-message {
    width: 100% !important;
    max-width: 100% !important;
    padding: 20px;
    border-left: 3px solid #d9534f;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    background-color: #fdf7f7;
    z-index: 10;
}

.alert-message h4 {
    margin-top: 0;
    margin-bottom: 5px;
    color: #d9534f;
}

.alert-message p:last-child {
    margin-bottom: 0;
}
/* End Alert Box Styles for ticket GSI-8505 */

@media only screen and (max-width: 980px) {
	#mobile_menu .fa-user
	{
		display: none;
	}
}
@media only screen and (min-width: 981px) and (max-width: 1230px) {
	#top-menu li a {
		font-size: 18px !important;
	}

	#top-menu li {
		padding-right: 30px !important;
	}
}

#top-menu > li:last-child {
    padding-right: 0 !important;
}

@media only screen and (min-width: 767px) {
	#et-secondary-menu {
		margin-top: -5px;
	}

	#et-secondary-nav > li:last-child a
	{
		font-size: 16px;
		color: #ffffff;
		background-color: #DF7D26;
		-moz-border-radius: 4px 4px 4px 4px;
		-webkit-border-radius: 4px 4px 4px 4px;
		border-radius: 4px 4px 4px 4px;
		border: none;
		padding: 5px 20px;
		-webkit-transition: all 0.2s !important;
		-moz-transition: all 0.2s !important;
		transition: all 0.2s !important;
	}
	#et-secondary-nav > li:last-child a
	{
		font-size: 16px;
		color: #ffffff;
	}

	#et-secondary-nav > li:last-child a:hover, #top-header ul #et-secondary-menu li:last-child a:hover, #top-header ul #et-secondary-menu li:last-child:hover a
	{
		color: #ffffff !important;
		background-color: #DF7D26;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1 !important;
		padding-right: 28px;
	}

	#et-secondary-nav > li:last-child a:hover span, #et-secondary-nav > li:last-child:hover a span
	{
		color: #ffffff !important;
	}

	#et-secondary-nav > li:last-child a:after {
		position: absolute;
		margin-left: -1em;
		margin-top: -5px;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;
		font-size: 28px;
		line-height: .8em;
		content: "\35";
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		transition: all 0.2s;
		font-family: "ETmodules" !important;
		font-weight: normal;
		font-style: normal;
		font-variant: normal;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		line-height: 1;
		text-transform: none;
		speak: none;
	}

	#et-secondary-nav > li:last-child a:hover:after {
		margin-left: 0;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;
	}
}

/* Header */
#top-menu li {
    padding-right: 73px;
}

@media only screen and (min-width: 981px) {

	.et_header_style_left .et-fixed-header #et-top-navigation {
	padding-top: 33px;
	}
	.et_header_style_left .et-fixed-header #et-top-navigation nav > ul > li > a {
	padding-bottom: 33px;
	}
}

@media (max-width: 767px)
{
	#et-info, #et-info a, #et-info span
	{
		font-size: 16px;
	}
}

@media (min-width: 768px) and (max-width: 800px)
{
	#et-secondary-nav li {
		margin-right: 10px;
	}
}

@media (min-width: 768px) and (max-width: 980px)
{
	#et-secondary-nav, #et-secondary-menu {
		display: block !important;
	}

	#et-info .et-social-icons {
		display: none !important;
	}

	#et-secondary-menu {
		margin-top: 10px;
	}
}

/* Footer */

.bottom-nav {
    padding: 26px 0;
	border-bottom: 1px solid #31382e;
}

.bottom-nav a {
    /*-webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;*/
	font-weight: 700;
}

.bottom-nav li {
    padding-right: 35px;
}

.bottom-nav a:hover {
	color: #207E20;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  	filter: alpha(opacity=100);
	opacity: 1;
}

.bottom-nav li:last-child {
    float: right;
    padding-right: 0px;
}

/*@media only screen and (min-width: 981px)
{*/
	.bottom-nav li:last-child a {
		font-size: 16px;
		color: #fff;
		background-color: #86786F;
		-moz-border-radius: 4px 4px 4px 4px;
		-webkit-border-radius: 4px 4px 4px 4px;
		border-radius: 4px 4px 4px 4px;
		border: none;
		padding: 5px 20px;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		transition: all 0.2s;
	}

	.bottom-nav li:last-child a:hover
	{
		padding-right: 28px;
	}

	.bottom-nav li:last-child a:after {
		position: absolute;
		margin-left: -1em;
		margin-top: -3px;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;
		font-size: 28px;
		line-height: .8em;
		content: "\35";
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		transition: all 0.2s;
		font-family: "ETmodules" !important;
		font-weight: normal;
		font-style: normal;
		font-variant: normal;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		line-height: 1;
		text-transform: none;
		speak: none;
	}

	.bottom-nav li:last-child a:hover:after {
		margin-left: 0;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;
	}
/*}*/

#footer-bottom {
    padding: 10px 0 0px;
}

.socialFooterLeft
{
    float: left;
    max-width: 870px;
    width: 80%;
}

span.footerLegal, .socialFooterLeft p {
  font-size: 14px;
  color: #d8d1ca;
  display: block;
  font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 400;
  margin: 0px 0px;
}

span.footerLegal
{
	font-size: 12px;
    line-height: 19px;
    margin-top: 5px;
}

.socialFooterLeft a {
  font-size: 14px;
  color: #ffffff;
  font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 500;
}

.socialFooterLeft a:hover {
  color: #207E20;
}

.socialFooterRight {
    max-width: 210px;
    float: right;
    width: 20%;
}

/*Disclaimer Footnotes CSS*/

.section-disclaimers {
  float: left;
  width: 100%;
  padding: 30px 0 0 0;
  margin-top: 30px;
  border-top: 1px solid #31382e;
}

.section-disclaimers ol {
  padding: 0 0 0 10px;
  font-size: 10px;
  color: #ffffff;
  list-style: decimal outside;
}
.section-disclaimers ol .footnotes-text {
  font-size: 12px;
}

.section-disclaimers ol li {
  line-height: 1.5;
}

/*End of Disclaimer Footnotes CSS*/



ul.bbbLinks {
  list-style: none;
}


.bbbLinks {
  float: right;
  margin-top: 5px;
  width: 130px;
}

@media (max-width: 767px)
{
	.bottom-nav li {
		padding-right: 0px;
		text-align: left;
		padding-bottom: 20px;
		display: block;
	}

	.bottom-nav li:last-child {
		float: none;
		padding-right: 0px;
		padding-bottom: 10px;
	}
}

@media (max-width: 980px)
{
	.socialFooterLeft {
		float: none;
		width: 100%;
	}

	.socialFooterRight {
		float: none;
		width: 100%;
		margin-top: 30px;
	}

	.bbbLinks {
    	float: none;
  		margin-top: 0px;
	}

	span.footerLegal {
		margin-top: 10px;
	}
}

@media (min-width: 768px) and (max-width: 980px)
{
	.bottom-nav li {
		padding-right: 35px;
		width: 203px;
		padding-bottom: 20px;
	}

	ul#menu-footer.bottom-nav {
		width: 614px;
		text-align: left;
	}

	.bottom-nav {
    	padding: 26px 0 16px 0px;
	}

	.bottom-nav li:last-child {
		margin-top: -43px;
		text-align: right;
	}
}

/* Gravity Forms */

@media only screen and (min-width: 641px)
{
.gform_wrapper li.gfield.gf_two_third {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    float: none;
    margin-bottom: 8px;
	width: 66.6%;
}
}

/* Lead Form */

#qtip-0.mm-tooltip-container {
	max-width: 210px;
	-webkit-box-shadow: 0px 0px 48px -1px rgba(0,0,0,0.59);
	-moz-box-shadow: 0px 0px 48px -1px rgba(0,0,0,0.59);
	box-shadow: 0px 0px 48px -1px rgba(0,0,0,0.59);
}


.lead-form-section li[id$="_8"].gfield .fa-question-circle:before  {
    content: "\f05a";
}

.lead-form-section h3 {
	line-height: 38px;
}

.lead-form-section .ginput_counter
{
	display: none;
}

@media only screen and (min-width: 1350px)
{
	.lead-form-section.et_pb_section {
		padding: 40px 0 40px;
	}

	.lead-form-section .et_pb_row {
		padding: 0px 0 0px;
	}
}

@media (min-width: 981px)
{
	.et_pb_gutters3 .lead-form-section .et_pb_column_4_4 .et_pb_module {
		margin-bottom: 30px;
	}
}

.lead-form-section input[type=text], .lead-form-section input[type=email], .lead-form-section select {
    padding: 2px 4px;
    border: 1px solid #fff;
    color: #4e4e4e;
    background-color: #fff;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    height: 36px;
}

.lead-form-section .gform_wrapper .top_label .gfield_label {
    font-size: 16px;
}

.lead-form-section .gform_wrapper {
   	margin: -14px auto 0px auto;
    max-width: 970px;
    width: 100%;
}

.lead-form-section .gfield_required {
    display: none;
}

.lead-form-section .gform_wrapper .top_label div.ginput_container {
    margin-top: 4px;
}

/*** Contact Form ***/
/*.lead-form-section .gform_wrapper .top_label li[id$="_6"].gfield.gf_inline {
    width: 288px !important;
}
.lead-form-section .gform_wrapper .top_label li[id$="_8"].gfield.gf_inline {
    width: 462px !important;
}
.lead-form-section  .gform_wrapper .top_label li[id$="_9"].gfield.gf_inline {
    width: 172px !important;
}
.lead-form-section .gform_wrapper .top_label li .ginput_container_text {
    width: 157px !important;
}*/
/*@media (min-width: 641px) AND (max-width: 989px)
{
	.lead-form-section .gform_wrapper .top_label li[id$="_6"].gfield.gf_inline {
	    width: 50% !important;
	}
	.lead-form-section .gform_wrapper .top_label li[id$="_8"].gfield.gf_inline {
	    width: 50% !important;
	}
	.lead-form-section .gform_wrapper .top_label li[id$="_9"].gfield.gf_inline {
	    width: 50% !important;
	}
  .lead-form-section .gform_wrapper .top_label li .ginput_container_text {
      width: auto !important;
  }
}
@media (max-width: 640px){
	.lead-form-section .gform_wrapper .top_label li[id$="_6"].gfield.gf_inline {
	    width: 100% !important;
	}
	.lead-form-section .gform_wrapper .top_label li[id$="_8"].gfield.gf_inline {
	    width: 100% !important;
	}
	.lead-form-section .gform_wrapper .top_label li[id$="_9"].gfield.gf_inline {
	    width: 100% !important;
	}
  .lead-form-section .gform_wrapper .top_label li .ginput_container_text {
      width: auto !important;
  }
}*/
/*** END Contact Form ***/

/** *** *** Patient Solution Contact Form *** *** **/
/*#lead-form-section-ps.lead-form-section .gform_wrapper .top_label li[id$="_5"].gfield.gf_inline {
    width: 50% !important;
}
#lead-form-section-ps.lead-form-section .gform_wrapper .top_label li[id$="_5"].gfield.gf_inline div.ginput_container {
    width: auto !important;
}
#lead-form-section-ps.lead-form-section .gform_wrapper .top_label li[id$="_1"].gfield.gf_inline,
#lead-form-section-ps.lead-form-section .gform_wrapper .top_label li[id$="_2"].gfield.gf_inline,
#lead-form-section-ps.lead-form-section .gform_wrapper .top_label li[id$="_3"].gfield.gf_inline {
		width: 23% !important;
}
#lead-form-section-ps.lead-form-section .gform_wrapper .top_label li[id$="_6"].gfield.gf_inline {
    width: 25% !important;
}
#lead-form-section-ps.lead-form-section .gform_wrapper .top_label li[id$="_8"].gfield.gf_inline {
  	width: 44% !important;
}
#lead-form-section-ps.lead-form-section .gform_wrapper .top_label li[id$="_8"].gfield.gf_inline.gfield_error {
  	width: 46% !important;
}
#lead-form-section-ps .gform_wrapper .gform_footer button[type="submit"] {
	  margin-right: 45px;
}
#lead-form-section-ps .gform_wrapper.gform_validation_error .gform_footer button[type="submit"] {
	  margin-right: 0px !important;
}
@media (min-width: 641px) AND (max-width: 989px)
{
	#lead-form-section-ps.lead-form-section .gform_wrapper .top_label li[id$="_5"].gfield.gf_inline {
	    width: 50% !important;
	}
	#lead-form-section-ps.lead-form-section .gform_wrapper .top_label li[id$="_1"].gfield.gf_inline,
	#lead-form-section-ps.lead-form-section .gform_wrapper .top_label li[id$="_2"].gfield.gf_inline,
	#lead-form-section-ps.lead-form-section .gform_wrapper .top_label li[id$="_3"].gfield.gf_inline,
	#lead-form-section-ps.lead-form-section .gform_wrapper .top_label li[id$="_6"].gfield.gf_inline {
	    width: 50% !important;
	}
	#lead-form-section-ps.lead-form-section .gform_wrapper .top_label li[id$="_8"].gfield.gf_inline {
	    width: 50% !important;
	}
}
@media (max-width: 640px){
	#lead-form-section-ps.lead-form-section .gform_wrapper .top_label li[id$="_5"].gfield.gf_inline {
	    width: 100% !important;
	}
	#lead-form-section-ps.lead-form-section .gform_wrapper .top_label li[id$="_1"].gfield.gf_inline,
	#lead-form-section-ps.lead-form-section .gform_wrapper .top_label li[id$="_2"].gfield.gf_inline,
	#lead-form-section-ps.lead-form-section .gform_wrapper .top_label li[id$="_3"].gfield.gf_inline,
	#lead-form-section-ps.lead-form-section .gform_wrapper .top_label li[id$="_6"].gfield.gf_inline {
	    width: 100% !important;
	}
	#lead-form-section-ps.lead-form-section .gform_wrapper .top_label li[id$="_8"].gfield.gf_inline {
	    width: 100% !important;
	}
}*/
/*** END Patient Solutions Form ***/

body .lead-form-section .gform_wrapper .top_label li.gfield.gf_inline {
    margin-top: 16px !important;
    margin-bottom: 8px !important;
    width: 225px !important;
    margin-right: 20px;
}

.lead-form-section .et_pb_button {
    background-color: transparent;
    font-weight: bold;
    color: #fff;
    border: 3px solid #fff;
    cursor: pointer;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    font-size: 20px;
	float: right;
}


.lead-form-section .et_pb_button:hover, .lead-form-section a.et_pb_button:hover {
	border: 3px solid #696e75 !important;
	background-color: #696e75 !important;
	color: #fff !important;
}

.lead-form-section .gform_wrapper .gform_footer {
    margin: 6px 0 0;
}

@media (min-width: 641px) AND (max-width: 989px)
{
	body .lead-form-section .gform_wrapper .top_label li.gfield.gf_inline, .lead-form-section .gform_wrapper .top_label li[id$="_5"].gfield.gf_inline, .lead-form-section .gform_wrapper .top_label li[id$="_6"].gfield.gf_inline, .lead-form-section .gform_wrapper .top_label li[id$="_8"].gfield.gf_inline {
		width: 50% !important;
	}

	.lead-form-section .gform_wrapper .top_label li[id$="_8"].gfield .gfield_label
	{
		content: "Yearly Residential Sales";
	}
}

/* Lead Form Errors */
.lead-form-section .gform_wrapper.gform_validation_error {
    max-width: 970px;
}
.lead-form-section .gform_wrapper div.validation_error {
	display: none;
    color: #a94442;
    margin-bottom: 4px;
    padding: 6px 6px;
    text-align: left;
    background-color: #f2dede;
    margin-top: 50px;
    border: 1px solid #ebccd1;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 3px;
}

.lead-form-section .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .lead-form-section .gform_wrapper li.gfield_error textarea {
    border: 1px solid #a94442;
}

.lead-form-section .gform_wrapper .validation_message {
    color: #a94442;
}

.lead-form-section .gform_wrapper .field_description_below .gfield_description {
    padding-top: 0px;
    margin-top: 8px;
	margin-bottom: 12px;
}

.lead-form-section .gform_wrapper li.gfield.gfield_error, .lead-form-section .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent;
    margin-bottom: 0px;
    border-top: none;
    border-bottom: none;
    padding-bottom: 0px;
    padding-top: 0px;
    box-sizing: border-box;
}

.lead-form-section .gform_wrapper li.gfield.gfield_error.gfield_contains_required
{
	padding-right: 0px;
	margin-right: 11px;
	margin-bottom: -24px !important;
	margin-top: 7px !important;
}

@media only screen and (min-width: 641px)
{
	.lead-form-section .gform_wrapper .top_label li.gfield.gfield_error.gf_left_half {
		margin-right: 0px;
	}
}

@media (max-width: 989px) and (min-width: 641px)
{
body .lead-form-section .gform_wrapper.gform_validation_error ul li.gfield, .lead-form-section .gform_validation_error .gform_wrapper .top_label li[id$="_5"].gfield.gf_inline, .lead-form-section .gform_validation_error .gform_wrapper .top_label li[id$="_6"].gfield.gf_inline, .lead-form-section .gform_validation_error .gform_wrapper .top_label li[id$="_8"].gfield.gf_inline {
    width: 47% !important;
}

}
@media only screen and (min-width: 641px)
{
	.lead-form-section .gform_wrapper .top_label li.gfield.gfield_error.gf_left_half, .lead-form-section .gform_wrapper .top_label li.gfield.gfield_error.gf_right_half {
		width: 50%;
	}
}

.lead-form-section .gform_wrapper .gfield_error .gfield_label {
    color: #790000;
}

.lead-form-section .gform_wrapper .validation_message {
	position: relative;
	background: #e3e3e3;
	border: 4px solid #e3e3e3;
	color: #790000;
    font-size: 14px;
	padding-left: 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}
.lead-form-section .gform_wrapper .validation_message:after, .lead-form-section .gform_wrapper .validation_message:before {
	bottom: 100%;
	left: 10%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.lead-form-section .gform_wrapper .validation_message:after {
	border-color: rgba(172, 221, 167, 0);
	border-bottom-color: #e3e3e3;
	border-width: 5px;
	margin-left: -5px;
}
.lead-form-section .gform_wrapper .validation_message:before {
	border-color: rgba(172, 221, 167, 0);
	border-bottom-color: #e3e3e3;
	border-width: 11px;
	margin-left: -11px;
}

@media only screen and (max-width: 640px)
{
	.lead-form-section .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
		padding-right: 0px;
	}
	.lead-form-section .gform_wrapper .field_description_below .gfield_description {
		margin-bottom: 35px;
	}
}

/* Dark Blue Arrow Box */

.arrow_box {
	position: relative;
	background: #373e47;
	border: 4px solid #373e47;
	margin-bottom: 20px;
}
.arrow_box:after, .arrow_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(55, 62, 71, 0);
	border-top-color: #373e47;
	border-width: 19px;
	margin-left: -20px;
}
.arrow_box:before {
	border-color: rgba(55, 62, 71, 0);
	border-top-color: #373e47;
	border-width: 25px;
	margin-left: -26px;
}

/* White Arrow Box */

.arrow_box_white {
	position: relative;
	background: #fff;
	border: 4px solid #fff;
	margin-bottom: 0px;
    z-index: 99;
}
.arrow_box_white:after, .arrow_box_white:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box_white:after {
	border-color: rgba(55, 62, 71, 0);
	border-top-color: #fff;
	border-width: 19px;
	margin-left: -20px;
}
.arrow_box_white:before {
	border-color: rgba(55, 62, 71, 0);
	border-top-color: #fff;
	border-width: 25px;
	margin-left: -26px;
}

/*  Home Page */

#home-section-1 .et_pb_slider .et_pb_container {
    width: 100%;
}

#home-section-1 .et_pb_slide_description {
    padding: 32% 0% 4% 0%;
}

#home-section-3 img.app_icons:first-of-type
{
    margin-right: 20px;
}

#steps .et_pb_blurb_container h4 span
{
	color: #207E20;
}

#home-section-4 h2, #home-section-5 h2
{
	color: #207E20;
}

#home-section-4 .et_pb_bg_layout_light .et_pb_more_button , #home-section-4 #right_lead_button {
    color: #fff !important;
    display: inline-block;
}

#seehow h4 {
    display: inline-block;
	margin-right: 40px;
}




#home-section-5 .et_pb_column
{
    margin-right: 16px;
}

#home-section-5 .et_pb_column_1_2 .et_pb_team_member_description {
    padding-top: 20px;
    padding-right: 10px;
}

#home-section-5 #remodeling-show .et_pb_team_member_description p {
	/*padding-bottom: 33px;*/
    padding-bottom: 10px;
}

#home-section-5 .et_pb_team_member_image {
    float: left;
    padding-right: 0px;
    margin-top: 20px;
}

#home-section-5  .et_pb_team_member_description p
{
	padding-top: 10px;
	padding-bottom: 10px;
}

@media (min-width: 981px)
{
	 .et_pb_gutters3 #home-section-5 .et_pb_column_1_2 {
		width: 49.25%;
	}

	#home-section-5 .et_pb_team_member
	{
		height: 220px;
	}
}



@media only screen and (min-width: 981px)
{
	#home-section-3  .et_pb_promo_description {
		margin-right: 100px;
		font-size: 24px
	}
}

@media only screen and (min-width: 1231px)
{
	#home-section-3  .et_pb_promo_description {
		margin-right: 135px;
		font-size: 24px
	}
}



@media only screen and (max-width: 1334px)
{
	.et_pb_gutters3 #home-section-5 .et_pb_column_1_2 {
		width: 48.25% !important;
	}

	#home-section-5 .et_pb_team_member {
		height: 242px;
	}
	#home-section-5 .et_pb_team_member_image {
		margin-top: 37px;
	}

	#home-section-5 .et_pb_team_member_description span#more {
		display: none;
	}

	#home-section-5 #remodeling-show .et_pb_team_member_description p {
		padding-bottom: 10px;
	}
}



@media only screen and (max-width: 1090px)
{
	#home-section-5 .et_pb_team_member_image {
		margin-top: 56px;
	}

	#home-section-5 .et_pb_team_member {
		height: 276px;
	}
}

@media only screen and (max-width: 1080px)
{

	#home-section-5 .et_pb_team_member_description span#more {
		display: inline;
	}

	#home-section-5 .et_pb_team_member_image {
		margin-top: 20px;
	}

	.et_pb_gutters3 #home-section-5 .et_pb_column_1_2 {
		width: 100% !important;
	}

	#home-section-5 .et_pb_team_member
	{
		height: 220px;
	}


	#home-section-5 .et_pb_column .et_pb_team_member_image {
		margin-top: 20px !important;
	}
	#home-section-5 #remodeling-show .et_pb_team_member_description p {
		padding-bottom: 10px;
	}

	#home-section-5 .et_pb_column .et_pb_team_member_image {
		width: auto !important;
		}

	#home-section-5 .et_pb_column_1_2 .et_pb_team_member_description {
		padding-right: 20px;
	}
}

@media only screen and (max-width: 980px)
{


	#home-section-3 .et_pb_promo, #home-section-3 .et_pb_text {
		text-align: center;
	}

	#home-section-4 .et_pb_space.et-hide-mobile {
		display: block;
	}

	#seehow h4 {
		float: left;
		width: 75%;
	}

	#home-section-4 #right_lead_button {
		float: right;
		width: 20%:
	}

	#home-section-4 .et_pb_text #seehow {
		text-align: left;
	}

	#home-section-4.et_pb_section {
		padding: 50px 0 0 0;
	}

	#home-section-4 #seehow .et_pb_more_button {
   	 margin-top: 0px;
	}
}



@media only screen and (max-width: 640px)
{

	#home-section-3 h2
	{
		font-size: 32px;
	}

	#home-section-4 .et_pb_space.et-hide-mobile {
		display: block !important;
	}

	#home-section-3 img.app_icons:first-of-type {
		margin-right: 0px;
		margin-bottom: 10px;
	}

	#seehow h4 {
		float: none;
		width: 100%;
		text-align: center;
	}

	#right_lead_button {
		float: none;
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}

	.et_pb_row#steps {
		padding: 30px 0 0 0;
	}

	#home-section-5 .et_pb_column .et_pb_team_member_image {
		width: 100% !important;
		border-bottom: 1px solid #ddd;
		padding-bottom: 10px;
		float: none;
	}

	#home-section-5 .et_pb_column_1_2 .et_pb_team_member_description {
		padding-right: 20px;
		padding-left: 20px;
		padding-bottom: 20px;
	}

	#home-section-5 .et_pb_team_member {
		height: auto;
		margin-bottom: 0px !important;
	}
}

@media only screen and (max-width: 1331px)
{
	.et_pb_gutters3 #home-section-5 .et_pb_column_1_2 {
    	width: 49.25%;
	}
	#home-section-5 .et_pb_column {
		margin-right: 15px;
	}
}

/* contact us page */
#et-footer-nav .bottom-nav li#menu-item-2380.current-menu-item a {
    color: #fff;
}

.contactus-blurb a.et_pb_more_button
{
	color: #fff;
}

.contactus-blurb h1 {
    font-size: 23px;
}


@media only screen and (max-width: 1331px)
{

	.contactus-blurb a.et_pb_more_button
	{
		font-size: 18px;
	}

	.contactus-blurb h1 {
		font-size: 22px;
	}
}

@media only screen and (max-width: 1150px)
{

	.contactus-blurb a.et_pb_more_button
	{
		font-size: 16px;
	}

	.contactus-blurb h1 {
		font-size: 20px;
	}
}

@media only screen and (max-width: 980px)
{

	.contactus-blurb a.et_pb_more_button, #contactus-blurb-1 .et_pb_blurb_content p:last-of-type, #contactus-blurb-2 .et_pb_blurb_content p:last-of-type
	{
		text-align: center;
	}
}

/* Default Theme Pop Up */
.popmake.theme-4 p {
    padding-bottom: 0px;
}

/* GreenSky Advantage */
#greensky-advantage ul {
    padding: 0 0 23px 16px;
}

@media only screen and (max-width: 980px)
{
	#greensky-advantage div.et_pb_column:nth-child(1) ul {
		width: 33%;
		margin: auto;
	}
	#greensky-advantage div.et_pb_column:nth-child(2) ul {
		width: 64%;
		margin: auto;
	}

	#greensky-advantage div.et_pb_column:last-child ul {
		width: 64%;
		margin: auto;
	}
}



@media only screen and (max-width: 767px)
{

	#greensky-advantage div.et_pb_column:nth-child(1) ul {
		width: 32%;
		margin: auto;
	}
	#greensky-advantage div.et_pb_column:nth-child(2) ul {
		width: 72%;
		margin: auto;
	}

	#greensky-advantage div.et_pb_column:last-child ul {
		width: 72%;
		margin: auto;
	}
	
	#footer-bottom {
		padding: 25px 0 0;
	}
}


@media only screen and (max-width: 480px)
{

	#greensky-advantage div.et_pb_column:nth-child(1) ul {
		width: 55%;
		margin: auto;
	}
	#greensky-advantage div.et_pb_column:nth-child(2) ul {
		width: 100%;
		margin: auto;
	}

	#greensky-advantage div.et_pb_column:last-child ul {
		width: 100%;
		margin: auto;
	}

}

/* Mobile Advantage */

#mobile-advantage ul {
    text-align: left;
    line-height: 22px;
    font-size: 16px;
    padding-right: 80px;
    padding-left: 233px;
    margin-top: 15px;
}

#mobile-advantage ul li
{
    margin-bottom: 30px;
}
@media only screen and (max-width: 767px)
{
	#mobile-advantage ul {
		padding-left: 0px;
		padding-right: 0px;
	}

	#mobile-advantage img.alignleft {
		float: none;
		text-align: center;
		margin-right: 0px;
	}
}
/***
Begin Disclosure Drop Down Styles
***/
#disclosures-dropdown {
  display: table;
  width:100%;
  min-height: 200px;
  margin: 20px auto;
  padding: 30px 30px 0 30px;
  text-align: left;
  vertical-align: top;
  background: #fff;
  color: #555;
  box-shadow: 1px 1px 1px 1px rgba(0,0,0,.3);
}
#disclosures-dropdown h4{	margin-bottom: 10px;}
#disclosures-dropdown .select {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
#disclosures-dropdown .select select {
  display: inline-block;
  width: 100%;
  padding: 12px;
  font-size: 15px;
  cursor: pointer;
  color: #555;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: #f4f4f4;
  border: 1px solid transparent;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  }
#disclosures-dropdown .select select::-ms-expand {display: none;}
#disclosures-dropdown .select select:hover,
#disclosures-dropdown .select select:focus {
  color: #555;
  background: #fff;
  border: 1px solid #207E20;
  }
#disclosures-dropdown .select select:disabled {
  pointer-events: none;
  opacity: .5;
  }
#disclosures-dropdown .select__arrow {
  position: absolute;
  top: 20px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-width: 7px 5px 0 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
  }
#disclosures-dropdown .select select:hover ~ .select__arrow,
#disclosures-dropdown .select select:focus ~ .select__arrow {
  border-top-color: #207E20;
  }
#disclosures-dropdown .select select:disabled ~ .select__arrow {
  border-top-color: #ccc;
  }
#disclosures-dropdown a.button {
  position: relative;
  float: right;
  padding: 0px 15px;
  margin-bottom: 10px;
  color: #ffffff !important;
  background: #207E20;
  letter-spacing: 0px;
  font-size: 15px;
  border-color: #207E20;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  cursor: pointer;
  }
#disclosures-dropdown a.button:hover {opacity: .7;}
#disclosures-dropdown .dropdown-box{margin-bottom: 50px;}
/***
End Disclosure Drop Down Styles
***/

/* wistia video popup */
.wistia_popover_embed, .wistia_placebo_close_button
{
	z-index: 999999 !important;
}
.wistia_popover_overlay
{
	z-index: 999998 !important;
}


@media only screen and (max-width: 1040px) and (min-width: 981px) {
	.bottom-nav li {
	    padding-right: 25px;
	}
}

.additional-footnote-disclaimer li
{
    font-size: 12px;
}

#mobile-app-disclosure
{
    padding-bottom: 20px;
}

#bbblink-biz
{
	display: none;
}

#main-footer #footer-bottom .google-rating-container
{
	padding-left: 0px!important;
}

h1.multi-lang-tab-heading, h2.multi-lang-tab-heading
{
    text-align: center; color: #707070;
}

h1.multi-lang-tab-heading
{
    font-size: 28px;
    line-height: 38px;
}

h1.multi-lang-tab-heading sup {
    position: relative;
    bottom: 8px;
    font-size: 16px;
}

h2.multi-lang-tab-heading
{
    font-size: 24px;
    line-height: 34px;
}

.multi-lang-tab-layout .et_pb_section_0.et_pb_section {
    padding-bottom: 0px;
}

.multi-lang-tab-layout .et_pb_section_1.et_pb_section {
    padding-top: 0px;
}