@charset "UTF-8";
/* CSS Document */
body {
	background-color: rgba(61,60,158,0.25);
	margin: 0;
	font-family: "Raleway", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-weight: 700;
}
a {
	color: #eb2a30;
}
table {
	width: 100%;
	text-align: center;
	padding: 2%;
}
.hours-block {
	font-family: "Raleway", Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-weight: 100;
	color: #3d3c9e;
	font-size: 14px;
	text-align: left;
}
#mobile-hero-img {
	width: 90%;
}
.content {
	width: 96%;
	padding: 2%;
}
.form-table {
	text-align: left;
	width: 100%;
	border: medium rgba(61,60,158,1.00) solid;
}
input[type=text], input[type=email], input[type=tel] {
	width: 93%;
	padding: 2%;
	font-size: 16px;
	font-family: "Raleway", Helvetica, Arial, "sans-serif";
	font-weight: 400;
}
input[type=submit] {
	font-family: "Raleway", Helvetica, Arial, "sans-serif";
	padding: 2%;
	margin: 2% 0 0 0;
	font-size: 20px;
	font-weight: 400;
}
textarea {
	width: 97%;
	font-size: 12px;
}
.field-label {
	font-size: 18px;
	font-family: "Raleway", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: #eb2a30;
	font-weight: 700;
}
.inquiry-form-title {
	font-family: "Raleway", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: #eb2a30;
	font-weight: 700;
}
.contact-method-label {
	font-family: "Raleway", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 16px;
	color: #eb2a30;
	font-weight: 700;
}
.sitemap-list {
	list-style: none;
}
.sitemap-list-link {
	padding: 2% 0;
}
.disclaimer {
	text-align: left;
	padding: 0 3%;
	font-family: "Raleway", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: #3D3C9E;
	font-size: 18px;
	font-weight: 100;
}
.question-button {
	padding: 2%;
}
.maps {
	height: 650px;
}
p {
	font-family: "Raleway", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 18px;
	font-weight: 400;
}
@media only screen and (max-width: 767px) {
header {
	background-color: rgba(255,255,255,.82);
	width: 100%;
	margin: 0;
	padding: 0;
}
.phone_number {
	font-size: 37px;
	font-family: "Raleway", Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-weight: 700;
	text-align: center;
}
.icon-cell {
	width: 25%;
}
/*
 * Made by Erik Terwan
 * 24th of November 2015
 * MIT License
 *
 *
 * If you are thinking of using this in
 * production code, beware of the browser
 * prefixes.
 */

#menuToggle {
	display: block;
	position: relative;
	z-index: 1;
	-webkit-user-select: none;
	user-select: none;
}
#menuToggle input {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: -7px;
	left: -5px;
	cursor: pointer;
	opacity: 0; /* hide this */
	z-index: 2; /* and place it over the hamburger */
	-webkit-touch-callout: none;
}
#menuToggle span:first-child {
	transform-origin: 0% 0%;
}
#menuToggle span:nth-last-child(2) {
	transform-origin: 0% 100%;
}
#menu {
	position: absolute;
	width: 300px;
	margin: -100px 0 0 -50px;
	padding: 50px;
	background: #ededed;
	list-style-type: none;
	-webkit-font-smoothing: antialiased;
	/* to stop flickering of text in safari */
  
	transform-origin: 0% 0%;
	transform: translate(-100%, 0);
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}
#menu li {
	padding: 10px 0;
	font-size: 22px;
}
/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul {
	transform: none;
}
.mobile-nav-link {
	font-family: "Raleway", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 18px;
	color: #EB2A30;
	font-weight: 400;
}
.hamburger-icon {
	text-align: left;
	float: left;
	margin-left: 2%;
}
.tablet, .desktop {
	display: none;
text-align: left;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
.mobile, .desktop {
	display: none;
}
#question-button {
	padding: 10%;
}
#menu-tablet {
	list-style: none;
	text-align: left;
}
#menu-tablet li {
	padding: 5px 0;
	font-size: 18px;
}
.mobile-nav-link {
	font-family: 'Raleway', "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 18px;
	color: #EB2A30;
	text-transform: uppercase;
	text-decoration: none;
text-align: left;
	font-weight: 700;
	}
.header {
	background-color: rgba(255,255,255,.82)
}
.tablet {
	border-collapse: collapse;
}
.hours-block-mobile td {
	font-family: "Raleway", Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-weight: 100;
	color: #3d3c9e;
	font-size: 10px;
	text-align: left;
	padding: 0 30px;
}
}
@media only screen and (min-width: 1025px) {
	.mobile, .tablet
	{display: none;}
	header {
	background-color: rgba(255,255,255,.82);
	border-bottom: 15px white solid;	
}
	.hours-block-desktop td {
	font-family: "Raleway", Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-weight: 100;
	color: #3d3c9e;
	font-size: 12px;
	text-align: left;
	padding: 0 30px;
}
		.address-block-desktop td {
	font-family: "Raleway", Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-weight: 100;
	color: #3d3c9e;
	font-size: 12px;
	text-align: left;
	padding: 0 30px;
}
	.sitemap-list {
	list-style: none;
}
	.desktop-sitemap-link {
	font-family: "Raleway", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 18px;
	color: #EB2A30;
		font-weight: 400;
}
	.hero {
		background-image: url(../img/hero_img.jpg);
		background-size: 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
}
.phone-number-desktop {
	font-size: 12px;
	padding: 0 30px;
	text-align: left;
}

.left-column-hours-block {
	padding: 0 8%;
}
