.col-full
{
  margin: 0;
  max-width: 100%;
  padding:0;
}
#ContactEmailButton
{
  border-radius: 0;
  width:50%;
  padding: 1em 0;
  font-size: 0.75em;
  margin: 2em 0 5em;
  min-width: 20em;
  font-size: 1em;
}
#ContactEmailButton:focus
{
  box-shadow: none;
}
#ContactTitle
{
  font-weight: 700;
  margin-bottom: 0.25em;
}
#ContactUsInfo, #ContactPhoneNumber a
{
  margin: 3em 0;
  font-family: 'Montserrat',sans-serif;
  font-weight: 500;
}
#ContactPhoneNumber a
{
  display: inline-block;
  margin: 0.5em 0;
}
#ContactPhoneNumber a:hover
{
  text-decoration: none;
}

@media screen and (max-width: 768px)
{
  #ContactUsInfo
  {
    text-align: center;
  }
  #ContactPhoneNumber a
  {
    padding: 0.5em 3em;
    border-radius: 50px;
    display: inline-block;
    margin: 1em 0;
  }

}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea
{
	border: none;
	width: 100%;
	border-radius: 0;
	padding: 0.5em 0 0.5em 1em;
	color:#9f9f9f;
}

input[type="submit"]
{
	padding: 1.5em 5em;
	margin-bottom: 1em;
	border-radius: 0;
	cursor: pointer;
	font-family: 'Montserrat',sans-serif;
	font-weight: 700;
}
#contact-form-footer form
{
  margin-bottom:-22px;
}
.ajax-loader
{
	display: none!important;
}
#copyright
{
	color: #b6b6b6;
	margin: 0.5em 0.75em;
}
#footer-bottom-banner
{
	padding: 1.5em 0;
}
#footer-header
{
}
#footer-form
{
	padding: 0 5em 6em;
}
#footer-info
{
	text-align: right;
	margin: auto 0;
}
.footer-link:hover
{
	text-decoration: none;
}

.footer-link
{
	padding: 0.25em 0.75em;
}
#footer-links
{
	margin: 0;
	padding-left: 0;
}
#footer-links li
{
	display: inline-block;
}
#footer-title, #footer-description
{
	font-family: 'Montserrat',sans-serif;
	font-weight: 500;
}
#footer-description
{
	color:#9f9f9f;
}
#footer-header
{
	text-align: center;
	padding-top: 10em;
}

#footer-submit
{
	text-align: center;
}

@media screen and (max-width: 768px)
{
	#footer-form
	{
		padding: 0 15px;
	}
	#footer-email
	{
		margin-top:1.5em
	}
	input[type="submit"]
	{
    padding: 1em 4em;
	}
}
