/* PIXEL FISH AMMENDS 2017 */
/* WHITE CONTACT FORM */
form#hsForm_5319c979-046e-4071-bb17-0d2e1249a112 input.hs-button.primary.large {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #55A6CA;
    color: #55A6CA !important;
    font-size: 20px !important;
    font-weight:500!important;
    padding: 10px 20px !important;
}
/* BLUE SUBSCRIBE FORM */
#newsletter {
    border-bottom: medium none;
    padding: 50px 0 0;
}
form#hsForm_a7440509-5731-4c5c-a42c-52319c86855b input.hs-button.primary.large {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #fff;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    height: 41px;
    /*margin-top: 26px;*/
    padding: 0 20px !important;
}
form#hsForm_a7440509-5731-4c5c-a42c-52319c86855b label{
  color:#fff!important;display:none;
}
form#hsForm_a7440509-5731-4c5c-a42c-52319c86855b fieldset.form-columns-2 {
    float: left;
    width: 50%;
}
form#hsForm_a7440509-5731-4c5c-a42c-52319c86855b input::placeholder, textarea::placeholder {
    color: #000;
}

#footer-logos .menu>li{
  color:#235197!important;
}
/*NEW HOME BTN BLUE DOG*/
.wi-btn BUTTON
{
	font-weight: normal;
	font-size: 30px !important;
	padding: 15px 18px !important;
}
//styles from microthemer
/*  MICROTHEMER STYLES  */


/*= General =================== */

/** General >> Div:(1) unordered list **/
#footer-logos > div:nth-of-type(1) > div:nth-of-type(1) > ul {
	padding-top: 10px !important;
	padding-bottom: 40px !important;
}

/** General >> Link:(1) image **/
.menu-centered > ul:nth-of-type(1) > a:nth-of-type(1) > img {
	margin-right: 100px !important;
}


/*[ Tablet &amp; Phone ]*/
@media (max-width: 767px) {

	/*= General =================== */

	/** General >> Link:(1) image **/
	.menu-centered > ul:nth-of-type(1) > a:nth-of-type(1) > img {
		margin-right: 0 !important;
	}
}

/*[ Phone ]*/
@media (max-width: 480px) {

	/*= General =================== */

	/** General >> Link:(1) image **/
	.menu-centered > ul:nth-of-type(1) > a:nth-of-type(1) > img {
		padding-bottom: 20px !important;
	}
}
