#footer-social-icons-container {
	display: block;
	width: 100%;
	text-align: center;
	padding: 10px 5px 5px;
}
#footer-social-icons-container ul.et-social-icons {
	float: unset;
}

/*
*  Style Gravity Forms fields and buttons to look more like Divi forms.
*  Replace colors before releasing site for review.
*/

/* hide labels when placeholder is used */
.gform_wrapper .top_label .gfield_label,
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
 display: none;
}
/* fields */
input[type=text],
textarea {
 background: #eee;
 border: none;
 border-radius: 0;
 color: #999 !important;
 padding: 15px !important;
}
/* buttons */
.gform_wrapper .gform_footer input.button {
 float: right;
 background: transparent;
 border: 2px solid #2ea3f2;
 font-size: 22px;
 color: #2ea3f2;
 padding: 12px 23px;
 border-radius: 5px;
 letter-spacing: 2px;
 cursor: pointer;
}
/* button hover */
.gform_wrapper .gform_footer input.button:hover {
 background: rgba(0, 0, 0, 0.05);
 border: 2px solid transparent;
}

/*OTHER SITE LINKS*/
#other-site-links, #other-site-links .et_pb_menu__menu, #other-site-links .et-menu-nav, #menu-other-site-links{width: 100%;}
#menu-other-site-links li a{width: 100%; display: block; padding: .5em 0; text-align: center;}
#other-site-links .et_mobile_menu{text-align: center;}
/*.ls-link a, #other-site-links .et_mobile_menu .ls-link a{font-family: 'Source Sans Pro', sans-serif; color: #62a844 !important;}
.id-link a, #other-site-links .et_mobile_menu .id-link a{font-family: 'Arno Pro',Helvetica,Arial,Lucida,sans-serif; color: #8e908f !important;}
.cl-link a, #other-site-links .et_mobile_menu .cl-link a{font-family: Arial,Helvetica,sans-serif; color: #8e908f !important;}
.add-link a, #other-site-links .et_mobile_menu .add-link a{font-family: 'Avenir Next' !important; color: #f3713c !important;}
.am-link a, #other-site-links .et_mobile_menu .am-link a{font-family: 'Questa Grande',Helvetica,Arial,Lucida,sans-serif; color: #001730 !important;}*/

@media screen and (min-width: 851px){
#menu-other-site-links{display: flex; justify-content: space-between; flex-wrap: wrap;}
#menu-other-site-links li{flex: 1 0 auto;}
	#menu-other-site-links li a{font-size: .8rem; color: #e0ded8 !important;}
	#other-site-links, #other-site-links .et_pb_menu__menu, #other-site-links .et-menu-nav, #menu-other-site-links{background-color: #4d5357 !important;}
}
@media screen and (min-width: 1145px){
	#menu-other-site-links li a{font-size: 1.1rem;}	
}

@media screen and (max-width: 850px){
	#other-site-links .mobile_menu_bar{
		position: static;
		text-align:center;
		padding: .5rem 0;
	}
	#other-site-links .mobile_menu_bar:before{
		font-family: 'Source Sans Pro',Helvetica,Arial,Lucida,sans-serif !important;
		content: "Visit Other Sites in Our Design Family";
		color: #62a844;
		text-align: center;
		font-size: 1.5rem;
	}
	#other-site-links .et_mobile_menu{top: 53px;}
	#other-site-links .et_pb_menu__menu{display: none;}
	#other-site-links .et_mobile_nav_menu{display: block; float: none; margin: 0 auto;}
	#other-site-links .et_mobile_menu a{font-size: 1.5rem;}
}
/*END OTHER SITE LINKS*/
