/* ============================================================================ *
	Structural Styles
    ---------------------------------------------------------------------------
	These are the styles which build the main site layout
	(headers, footers, body, etc.).

	If you are attempting to add styling for any elements placed inside of a 
	Wordpress Editor, use 'editor-content.css' stylesheet.
*/

body {
	font-family: "Lato", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
}

a {
	color: #666666;
	text-decoration: underline;
}

a:hoer {
	text-decoration: none;
}

/* ======================================== *
	Responsive Layout
 * ======================================== */
@media screen and (max-width: 700px) {
	#breadcrumbs {
		display: none;
	}
}

@media screen and (max-width: 450px) {
	.row > div > .inner {
		padding-left: 12px;
		padding-right: 12px;
	}
}

/* ======================================== *
	Miscellaneous
 * ======================================== */

aside {
    border-top: 5px solid #DE6633;
    border-bottom: 5px solid #DE6633;
    display: block;
    width: 300px;
    padding: 10px;
    font-size: 1.1em;
    font-style: italic;
    font-weight: 600;
    color: #666666;
    line-height: 1.5em;
    margin-left: 15px;
}

#review-us-link {
	max-width: 530px;
	margin-top: 15px;
}

#review-us-link div {
    vertical-align: middle;
}

.review-us-image.span-4 {
    width: 16%;
}

.review-us-name.span-4 {
    width: 40%;
}

.review-us-link.span-16 a {
    text-decoration: none;
    padding: 10px;
    display: block;
}

.editor-content img { 
	max-width: 100% !important; 
	height: auto !important;
}

.mobile {
	display: none;
}

@media screen and (max-width: 450px) {
	.not-mobile {
		display: none;
	}

	.mobile {
		display: inherit;
	}
}



/* ======================================== *
	Header 1
 * ======================================== */
h1#page-title,
.editor-content h1 {
	font-size: 1.375em;
	line-height: 1.1em;
	font-weight: 400;
	margin-bottom: 25px;
	color: #3b3b3b;
	
}


/* ======================================== *
	Header 2
 * ======================================== */
.tmf-post > h2 {
	font-size: 1.125em;
	line-height: 1.1em;
	font-weight: 400;
	margin-bottom: 0;
	color: #ac2423;
}

.tmf-post > h2 a {
	color: #ac2423;
}


/* ======================================== *
	Header 3
 * ======================================== */
.tmf-post > h3,
h3.tmf-module-title {
	font-size: 1.125em;
	font-weight: 400;
	margin-bottom: 20px;
	color: #666666;
}

.tmf-post > h3 a,
h3.tmf-module-title a {
	color: #666666;
}

.tmf-post > h3 a:hover,
h3.tmf-module-title a:hover {}

h3.tmf-module-title {
	color: #3b3b3b;
	font-size: 1.375em;
}

/* ======================================== *
	Header 4
 * ======================================== */
.tmf-post > h4 {
	font-weight: 400;
	font-size: 1.125em;
	line-height: 1.2em;
	color: #3b3b3b;
}

.tmf-post > h4 a {
	color: #3b3b3b;
	text-decoration: none;
}

.tmf-post > h4 a:hover {
	text-decoration: underline;
}


/* ======================================== *
	Header 5
 * ======================================== */
.tmf-post > h5 {
	font-weight: 700;
	font-size: 1em;
	line-height: 1.2em;
}

.tmf-post > h5 a {
	color: #000;
	text-decoration: none;
}

.tmf-post > h5 a:hover {
	text-decoration: underline;
}

/* ======================================== *
	Secondary Navigation Section
 * ======================================== */
#secondary-nav-wrapper {
	background-color: #ac2423;
}
#secondary-nav .menu {}
#secondary-nav .menu > .menu-item {
	background-color: #3b3b3b;
	padding: 5px 12px;
}
#secondary-nav .menu > .menu-item.first {}
#secondary-nav .menu > .menu-item.last {}
#secondary-nav .menu > .menu-item > a {
	color: #fff;
}
#secondary-nav .menu > .menu-item:hover {}
#secondary-nav .menu > .menu-item:hover a {}
#secondary-nav .menu:hover > .menu-item.current-menu-item > a {}

/* ======================================== *
	Header Section
 * ======================================== */
#header {
	padding: 20px 0 20px 0;
	border-bottom: 1px solid #bbb;
}

#header-cell-1 .logo {
	max-width: 100%;
}

#header-cell-2 {
	text-align: right;
	vertical-align: middle;
	color: #666666;
	font-size: 20px;
	line-height: 1.1em;
}

#header-cell-2 p {
	line-height: 1.1em;
}

#header-cell-2 .phone-1 a {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 28px;
	font-weight: 700;
	display: inline-block;
	color: #666666;
	text-decoration: none;
}

#header-cell-2 .email {
	color: #ac2423;
}

@media screen and (min-width: 750px) and (max-width: 1100px) {
	#header-cell-2 {
		font-size: 1.1em;
	}
}

@media screen and (max-width: 750px) {
	
	#header-wrapper {
		border-top-width: 12px;
	}

	#header {
		padding: 12px;
	}

	#header-cell-1 {
		text-align: center;
	}

	#header-cell-2 {
		padding-top: 15px;
		text-align: center;
	}
}

@media screen and (max-width: 500px) {
	#header-cell-2 {
		font-size: 1em;
	}
}

/* ======================================== *
	Primary Navigation Section
 * ======================================== */
#primary-nav {}

#primary-nav .menu {}
#primary-nav .menu > .menu-item {
	padding: 0 15px;
}
#primary-nav .menu > .menu-item.first {}
#primary-nav .menu > .menu-item.last {}
#primary-nav .menu > .menu-item > a {
	border-bottom: 1px solid #bbb;
	padding: 22px 0;
	color: #666;
	text-transform: uppercase;
	font-size: 19px;
	font-weight: 400;
	text-decoration: none;
}

#primary-nav .menu > li > div > ul {
  position: absolute;
  top: 100%;
  margin-top: 0;
  left: 0;
  text-align: left;
  z-index: 1000;
  border-top: 0;
  display: none;
  min-width: 260px;
}

#primary-nav .menu > .menu-item:hover {}
#primary-nav .menu > .menu-item:hover > a {
	color: #ac2423;
	border-bottom-color: #ac2423;
}
#primary-nav .menu:hover > .menu-item.current-menu-item > a {}



#primary-nav .menu > li > div > ul > li > div > ul > li {
	display: none;
}

#primary-nav .menu .sub-menu .menu-item:hover > div > ul > li {
	display: block;
}

#primary-nav .menu .sub-menu .menu-item:hover > div > ul {
	display:block;
	position:absolute;
	left:100%;
	top:0;
	width:100%;
}

#primary-nav .menu .sub-menu {
	background-color: #ac2423;
	top:-1px;
}

#primary-nav .menu .sub-menu .menu-item {}
#primary-nav .menu .sub-menu .menu-item.first {}
#primary-nav .menu .sub-menu .menu-item.last {}
#primary-nav .menu .sub-menu .menu-item > a {
	color: #fff;
	text-decoration: none;
}
#primary-nav .menu .sub-menu .menu-item:hover {}
#primary-nav .menu .sub-menu .menu-item:hover > a {
	background-color: #3b3b3b;
	color: #fff;
}

#primary-nav .menu-bar:before {
	background-position: -558px 0;
}

#primary-nav .menu-bar {
	text-transform: uppercase;
	font-size: 1em;
	color: #fff;
	background-color: #3b3b3b;
}

#primary-nav .menu > li > div > ul > li > div > ul > li > a:before {
content: "";
  font-family: 'Arial Unicode MS', Arial, sans-serif;
  font-size: 26px;
  line-height: 14px;
  margin-right: 10px;
  position: relative;
  top: 5px;
  text-decoration: none;
}

html.mobile-nav #primary-nav .menu .sub-menu {
	width: 100%;
}

html.mobile-nav #primary-nav .menu {
	background-color: #3b3b3b;
}

html.mobile-nav #primary-nav .menu > li {
	padding: 0;
}

html.mobile-nav #primary-nav .menu .menu-item > a{
	padding: 10px 0;
	border-bottom-color: rgba(255,255,255, 0.2);
	font-size: 16px;
	color: #fff;
}

@media screen and (max-width: 1000px) {
	#primary-nav .menu {
		display: none;
		background-color: #3b3b3b;
	}

	#primary-nav .menu-bar {
		display: block;
	}

	#primary-nav .menu > .menu-item {
		display: block;
		padding: 0;
	}

	#primary-nav .menu .menu-item > a{
		padding: 10px 0;
		border-bottom-color: rgba(255,255,255, 0.2);
		font-size: 16px;
		color: #fff;
	}

	#primary-nav .menu .sub-menu {
		width: 100%;
		text-align: center;
	}
}

/* ======================================== *
	Tagline
 * ======================================== */
#tagline {
	border-top: 1px solid #bbbbbb;
	margin-top: 50px;
	text-align: center;
}

#tagline-text {
	display: inline-block;
	padding: 10px 25px;
	border: 1px solid #bbbbbb;
	top: -23px;
	background-color: #f5f5f5;
	position: relative;
	font-size: 24px;
	color: #3b3b3b;
	text-transform: uppercase;
}

@media screen and (max-width: 747px) {
	#tagline-text {
		top: -35px;
	}
}

@media screen and (max-width: 429px) {
	#tagline {
		margin-top: 60px;
	}

	#tagline-text {
		top: -45px;
	}
}


/* ======================================== *
	Billboard
 * ======================================== */
#billboard .inner {
	padding-right: 0;
	padding-left: 0;
}

#billboard .slideshow {
	height: 542px;
}

#billboard .slideshow > div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 542px;
	-webkit-background-size: cover;
	background-size: cover !important;
	background-position: center center !important;
}

#billboard .tmf-module {
	max-width: 950px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 45px;
	display: block;
	margin: auto;
	text-align: center;
	color: #fff;
	padding: 0 20px;
}

#billboard .tmf-module .excerpt {
	font-size: 30px;
	font-style: italic;
	font-weight: 700;
	text-shadow: -1px 3px 5px rgba(1, 2, 2, 0.6);
	margin-bottom: 30px;
	line-height: 1.1em;
}

#billboard .tmf-button {
	display: block;
	max-width: 400px;
	padding: 20px 10px;
	font-size: 1.45em;
	font-weight: 700;
	-webkit-box-shadow: 0 0 20px rgba(1,2,2, 0.5);
	-moz-box-shadow: 0 0 20px rgba(1,2,2, 0.5);
	box-shadow: 0 0 20px rgba(1,2,2, 0.5);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-shadow: 0 1px 2px rgba(0,0,0, 0.6);
	margin: auto;
	text-align: center;
	text-decoration: none;
}


@media screen and (max-width: 950px) {
	#billboard .tmf-module .excerpt {
		font-size: 25px;
	}
}


@media screen and (max-width: 650px) {
	#billboard .tmf-module .excerpt {
		font-size: 23px
	}

	#billboard .tmf-button {
		font-size: 18px;
		max-width: 300px;
	}

	#billboard .slideshow,
	#billboard .slideshow > div {
		height: 300px;
	}

	#billboard .tmf-module {
		position: relative;
		margin: 25px 0;
		bottom: 0;
	}

	#billboard .tmf-module .excerpt {
		text-shadow: none;
		color: #000;
	}
}

@media screen and (max-width: 400px) {
	#billboard .slideshow,
	#billboard .slideshow > div {
		height: 200px;
	}
}

@media screen and (max-width: 363px) {
	#tagline-text {
    	top: -60px;
	}

	#tagline {
    	margin-top: 80px;
	}
}


/* ======================================== *
	Body Section
 * ======================================== */
#body {
	padding: 50px 0 30px;
}

/*
.tmf-module-22 h3.tmf-module-title {
	padding: 0 20px;
} */

.tmf-module-22 .editor-content {
	background-color: #f5f5f5;
	padding: 10px 20px;
	border-radius: 6px;
}

.tmf-module-22 .gform_wrapper.tmf-form_wrapper .gform_footer {
	margin-top: 0;
}

.tmf-module-22 .gform_wrapper.tmf-form_wrapper .gform_button {
	display: block;
	width: 100%;
	padding: 10px;
	background: #3b3b3b;
	color: #fff;
	border: none;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

.sidebar-image {
	margin-bottom: 30px;
	max-width: 100%;
}

@media screen and (max-width: 850px) {

	#body {
		padding: 25px 0;
	}
}

/* ======================================== *
	Footer Section
 * ======================================== */
#footer-location-row {
	padding: 25px 0;
	background-color: #ac2423;
	color: #fff;
	text-align: center;
}

#footer-location-row a {
	color: #fff;
	text-decoration: none;
}

#footer-location-row .divider {
	margin: 0 5px;
}

@media screen and (max-width: 650px) {
	#footer-location-row .divider {
		display: none;
	}

	#footer-location-row .business-name,
	#footer-location-row .address span[itemprop=streetAddress],
	#footer-location-row .phone {
		display: block;
	}
}

/* ======================================== *
	Copyright Section
 * ======================================== */
#copyright {
	padding: 25px 0;
	text-align: center;
	font-size: 1em;
}

#copyright a {
	color: #666666;
}

@media screen and (max-width: 500px) {
	#copyright {
		font-size: .8em;
	}
}


/* ======================================== *
	Modules
 * ======================================== */
.tmf-multi-module-area .tmf-module {
	margin-bottom: 50px;
}


/* ======================================== *
	Inputs & Buttons
 * ======================================== */
input[type=text],
textarea {
	padding: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	max-width: 100%;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px #e2e2e2;
	-moz-box-shadow: inset 0 1px 1px #e2e2e2;
	box-shadow: inset 0 1px 1px #e2e2e2;
}

input[type=text]:focus,
textarea:focus {
	border: 1px solid #888;
}

.tmf-button,
.page-numbers {
	font-size: .95em;
	padding: 5px;
	background-color: #ac2423;
	background-image: url(../ie-gradient.php?from=ac2423&to=8d1e1d);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ac2423), to(#8d1e1d));
	background-image: -webkit-linear-gradient(#ac2423, #8d1e1d);
	background-image: -moz-linear-gradient(#ac2423, #8d1e1d);
	background-image: -ms-linear-gradient(#ac2423, #8d1e1d);
	background-image: -o-linear-gradient(#ac2423, #8d1e1d);
	background-image: linear-gradient(#ac2423, #8d1e1d);
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	text-decoration: none;
	color: #fff;
}

.tmf-button:hover,
.page-numbers:hover {
	background-color: #8d1e1d;
	background-image: url(../ie-gradient.php?from=8d1e1d&to=ac2423);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8d1e1d), to(#ac2423));
	background-image: -webkit-linear-gradient(#8d1e1d, #ac2423);
	background-image: -moz-linear-gradient(#8d1e1d, #ac2423);
	background-image: -ms-linear-gradient(#8d1e1d, #ac2423);
	background-image: -o-linear-gradient(#8d1e1d, #ac2423);
	background-image: linear-gradient(#8d1e1d, #ac2423);
	text-decoration: none;
	color: #fff;
}


.tmf-button.large {
	font-size: 1.1em;
	padding: 7px 25px;
}

.tmf-button.medium {
	font-size: .95em;
	padding: 5px 25px;
}

.tmf-button.small {
	font-size: .85em;
	padding: 3px 15px;
}

.tmf-button.tiny {
	font-size: .75em;
	padding: 2px 7px;
}

.page-numbers.current {
	background: none;
	border: 1px solid #ddd;
}

#video-button {
	display: block;
	padding: 10px;
	padding-left: 80px;
	text-transform: uppercase;
	font-size: 1.35em;
	vertical-align: middle;
	background-color: #2a64a2;
	background-image: url(../images/icon-play.png) no-repeat 20px center;
	background: url(../images/icon-play.png) no-repeat 20px center, url(../ie-gradient.php?from=2a64a2&to=225081);
	background: url(../images/icon-play.png) no-repeat 20px center, -webkit-gradient(linear, 0 0, 0 100%, from(#2a64a2), to(#225081));
	background: url(../images/icon-play.png) no-repeat 20px center, -webkit-linear-gradient(#2a64a2, #225081);
	background: url(../images/icon-play.png) no-repeat 20px center, -moz-linear-gradient(#2a64a2, #225081);
	background: url(../images/icon-play.png) no-repeat 20px center, -ms-linear-gradient(#2a64a2, #225081);
	background: url(../images/icon-play.png) no-repeat 20px center, -o-linear-gradient(#2a64a2, #225081);
	background: url(../images/icon-play.png) no-repeat 20px center, linear-gradient(#2a64a2, #225081);
	color: #fff;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0, 0.9);
	-moz-box-shadow: 0 0 10px rgba(0,0,0, 0.9);
	box-shadow: 0 0 10px rgba(0,0,0, 0.9);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
}

#video-button:hover {
	background-color: #357ecc;
	background-image: url(../images/icon-play.png) no-repeat 20px center;
	background: url(../images/icon-play.png) no-repeat 20px center, url(../ie-gradient.php?from=357ecc&to=2d6aab);
	background: url(../images/icon-play.png) no-repeat 20px center, -webkit-gradient(linear, 0 0, 0 100%, from(#357ecc), to(#2d6aab));
	background: url(../images/icon-play.png) no-repeat 20px center, -webkit-linear-gradient(#357ecc, #2d6aab);
	background: url(../images/icon-play.png) no-repeat 20px center, -moz-linear-gradient(#357ecc, #2d6aab);
	background: url(../images/icon-play.png) no-repeat 20px center, -ms-linear-gradient(#357ecc, #2d6aab);
	background: url(../images/icon-play.png) no-repeat 20px center, -o-linear-gradient(#357ecc, #2d6aab);
	background: url(../images/icon-play.png) no-repeat 20px center, linear-gradient(#357ecc, #2d6aab);
}

#video-button span {
	margin-top: 5px;
	display: block;
	text-transform: none;
	font-size: .65em;
	line-height: 1.1em;

}