.header-bg {
	background: -webkit-linear-gradient(#f1f1f1, #ffffff);
  background: -o-linear-gradient(#f1f1f1, #ffffff);
  background: -moz-linear-gradient(#f1f1f1, #ffffff);
  background: linear-gradient(#f1f1f1, #ffffff);
  background-image: linear-gradient(#f1f1f1, #ffffff);
  min-height: 150px;
  }

.footer-bg {
	background-color: #d6d6d6;
	color: #fff;
	font-size: 12px;
	padding-top: 20px;
  	}

#logo img {
	margin-top: 20px;
	max-width: 100%;
	height: auto;
}

.red-box {
	background-color: #d11241;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
	}
	.red-box form {margin: 0;}

	.red-box label {color: #fff;}
	.red-box h4 {color: #fff;}


a {color: #d11241;}

.buttons a {
	display: block;
	padding: 10px;
	background-color: #003e7e;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	}
	.buttons a:hover {background-color: #d11241;}

.call-button a {
	display: block;
	padding: 5px;
	background-color: #ffffff;
	color: #d11241;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, san-serif;
	font-size: 28px;
	}
	.call-button a:hover {background-color: #fff;}

@media only screen and (max-width: 1200px) { .hide { display: none; } }


.button.button-yellow,
button.button-yellow,
input[type="submit"].button-yellow,
input[type="reset"].button-yellow,
input[type="button"].button-yellow {
  color: #ffffff;
  background-color: #003e7e;
  border-color: #ffffff; }
.button.button-yellow:hover,
button.button-yellow:hover,
input[type="submit"].button-yellow:hover,
input[type="reset"].button-yellow:hover,
input[type="button"].button-yellow:hover,
.button.button-yellow:focus,
button.button-yellow:focus,
input[type="submit"].button-yellow:focus,
input[type="reset"].button-yellow:focus,
input[type="button"].button-yellow:focus {
  color: #ffffff;
  background-color: #003e7e;
  border-color: #ffffff; }
