/* ============================================================================ *
	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 {
	background: #fff;
	color: #000000;
	font-family: 'Lato', sans-serif;
	font-size: 17px;
	font-weight: 400;
}

a {
	color: #006080;
}

/* ======================================== *
	Header 1
 * ======================================== */
h1,
h1#page-title,
.editor-content h1 {
	color: #0092b3;
	font-size: 30px;
	line-height: 1.1em;
	font-weight: 700;
	margin-bottom: 15px;
}

/* ======================================== *
	Header 2
 * ======================================== */
h2,
.tmf-post > h2,
.editor-content h2 {
	color: #0092b3;
	font-size: 26px;
	line-height: 1.1em;
	font-weight: 700;
	margin-bottom: 15px;
}

h2 a,
.tmf-post > h2 a,
.editor-content h2 a {
	color: #0092b3;
}

/* ======================================== *
	Header 3
 * ======================================== */
h3,
.tmf-post > h3,
h3.tmf-module-title {
	color: #006080;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 15px;
}

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

/* ======================================== *
	Header 4
 * ======================================== */
h4,
.tmf-post > h4 {
	color: #000000;
	font-weight: 600;
	font-size: 22px;
	line-height: 1.2em;
}

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

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

/* ======================================== *
  Header Notice
 * ======================================== */
#header-notice-wrapper {
	text-align: center;
}
#header-notice-container {
	max-width: 100%;
}
#header-notice {
	background-color: #006080;
	padding: 10px 25px;
}
#header-notice p,
#header-notice a {
	color: #fff;
}

/* ======================================== *
	Secondary Navigation Section
 * ======================================== */
#secondary-nav-wrapper {
}

#secondary-nav .menu {
}
#secondary-nav .menu > .menu-item {
}
#secondary-nav .menu > .menu-item.first {
}
#secondary-nav .menu > .menu-item.last {
}
#secondary-nav .menu > .menu-item > a {
}

#secondary-nav .menu > .menu-item.last > a {
}
#secondary-nav .menu > .menu-item:hover {
}
#secondary-nav .menu > .menu-item:hover a {
}
#secondary-nav .menu:hover > .menu-item.current-menu-item > a {
}
.menu-item-103 a:after {
}

/* ======================================== *
	Header Section
 * ======================================== */
#header-wrapper {
	background-color: #e8e8e8;
	background-image: url(../ie-gradient.php?from=ffffff&to=e8e8e8);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e8e8e8));
	background-image: -webkit-linear-gradient(#ffffff, #e8e8e8);
	background-image: -moz-linear-gradient(#ffffff, #e8e8e8);
	background-image: -ms-linear-gradient(#ffffff, #e8e8e8);
	background-image: -o-linear-gradient(#ffffff, #e8e8e8);
	background-image: linear-gradient(#ffffff, #e8e8e8);
}

#header-container {
	max-width: 1250px;
}

#header {
	padding: 30px 0 25px;
}

#header a {
	color: #006080;
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}

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

#header-cell-1,
#header-cell-2 {
	vertical-align: middle;
}

#header-cell-2 {
	color: #006080;
	font-size: 26px;
	font-weight: 700;
	text-align: right;
	line-height: 30px;
}

#header-cell-2 .phone-1,
#header-cell-2 .email a {
	font-weight: 400;
}

@media screen and (max-width: 850px) {
	#header {
		padding: 25px 0;
	}

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

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

@media screen and (max-width: 430px) {
	#header-cell-2 {
		font-size: 19px;
		line-height: 24px;
	}
}

/* ======================================== *
	Primary Navigation Section
 * ======================================== */
#primary-nav-wrapper {
	background-color: #006080;
}

#primary-nav .menu {
}
#primary-nav .menu > .menu-item {
}
#primary-nav .menu > .menu-item.first {
}
#primary-nav .menu > .menu-item.last {
}
#primary-nav .menu > .menu-item > a {
	padding: 15px 10px;
	text-transform: uppercase;
	color: #fff;
	font-size: 19px;
	font-weight: 400;
	text-decoration: none;
	border-left: 1px solid #005a78;
	border-right: 1px solid #247692;
}

#primary-nav .menu > .menu-item.first > a {
	border-left: 1px solid #247692;
}

#primary-nav .menu .menu-item.current-menu-item,
#primary-nav .menu > .menu-item:hover {
	background-color: #0092b3;
	background-image: url(../ie-gradient.php?from=0092b3&to=006b83);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0092b3), to(#006b83));
	background-image: -webkit-linear-gradient(#0092b3, #006b83);
	background-image: -moz-linear-gradient(#0092b3, #006b83);
	background-image: -ms-linear-gradient(#0092b3, #006b83);
	background-image: -o-linear-gradient(#0092b3, #006b83);
	background-image: linear-gradient(#0092b3, #006b83);
}

#primary-nav .menu .sub-menu {
	background-color: #006080;
	min-width: 340px;
}
#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;
	font-size: 18px;
	padding: 10px 15px;
}
#primary-nav .menu .sub-menu .menu-item:hover {
}
#primary-nav .menu .sub-menu .menu-item:hover > a {
	background-color: #004b64;
}

#primary-nav .menu-bar {
	font-size: 19px;
	text-transform: uppercase;
	font-weight: 400;
	color: #fff;
}

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

html.mobile-nav #primary-menu {
}

html.mobile-nav #primary-menu .menu > .menu-item {
	border-left: none;
	border-right: none;
}

html.mobile-nav #primary-nav .menu > .menu-item > a {
	padding: 10px 15px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
html.mobile-nav #primary-menu .menu-item {
}

@media screen and (max-width: 850px) {
	#primary-nav .menu-bar {
		display: block;
	}

	#primary-nav .menu {
		display: none;
	}

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

	#primary-nav .menu > .menu-item {
		border-top: 1px solid #fff;
	}

	#primary-nav .menu > .menu-item > a {
		padding: 10px 0;
		border: none;
	}

	#primary-nav .menu > .menu-item.first > a {
		border-left: none;
	}

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

/* ======================================== *
	Billboard
 * ======================================== */
#billboard-wrapper {
	overflow: hidden;
	border-bottom: 15px solid #006080;
	aspect-ratio: 1397/641;
}

#billboard-container {
	max-width: 100%;
}

#billboard .modern-slider {
	border: none;
	margin: 0;
}

#billboard .tmf-slider-area {
	aspect-ratio: 1397/641;
}

#billboard .play-button {
	color: #ffffff;
	text-shadow:
		0 0 10px #2c2c2c,
		0 0 10px #fff,
		0 0 10px #1f6080;
	font-size: 150px;
	position: absolute;
	top: 50%;
	text-align: center;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	z-index: 3;
}

#billboard .billboard-content {
	padding: 0 25px;
	position: absolute;
	bottom: 25px;
	max-width: 1250px;
	z-index: 2;
	text-align: center;
	margin: 0 auto;
	left: 0;
	right: 0;
}

#billboard .billboard-tagline {
	color: #fff;
	font-size: 52px;
	font-weight: 700;
	font-style: italic;
	line-height: normal;
	margin-bottom: 35px;
}

#billboard .tmf-button {
	display: inline-block;
	margin: 0 10px 15px;
	padding: 15px 20px;
	font-size: 22px;
	box-sizing: border-box;
}
#billboard .modern-slider img {
	display: block;
	width: 100%;
	height: auto;
}

@media screen and (max-width: 850px) {
	#billboard-wrapper {
		overflow: visible;
	}
	#billboard .billboard-content {
		padding: 25px 12px 15px;
		position: inherit;
		bottom: inherit;
		left: inherit;
		right: inherit;
	}

	#billboard .billboard-tagline {
		color: #444444;
	}
}

@media screen and (max-width: 750px) {
	#billboard .tmf-button {
		display: block;
		margin: 0 0 15px;
		box-sizing: border-box;
	}
}

/* ======================================== *
        Int Billboard Section
 * ======================================== */
#int-billboard-wrapper {
	background: url(../images/int_billboard_1x.jpg) center center / cover;
	padding: 10px 0;
}

#int-billboard {
	font-family: 'Crimson Text', serif;
	font-size: 43px;
	font-weight: 600;
	color: #fff;
	font-style: italic;
	line-height: normal;
	text-align: center;
	text-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 1050px) {
	#int-billboard-wrapper {
		background: url(../images/int_billboard_2x.jpg) center center / cover;
	}
}

@media screen and (max-width: 850px) {
	#int-billboard-wrapper {
		background: url(../images/int_billboard_3x.jpg) center center / cover;
	}
}

/* ======================================== *
	Body Section
 * ======================================== */
#body-container {
	max-width: 1250px;
}

#body {
	padding: 35px 0 25px;
	background-color: #fff;
}
#body iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
}

@media screen and (max-width: 1200px) {
	#body {
		padding: 25px 0;
	}
}

/* ======================================== *
	Testimonial Section
 * ======================================== */
.tmf-single-module-area.tmf-module-area-testimonial {
	padding: 20px 25px;
	border-top: 3px solid #0092b3;
	/*border-bottom: 3px solid #0092b3;*/
	margin-top: 25px;
}

.tmf-single-module-area.tmf-module-area-testimonial .tmf-button {
	display: inline-block;
	max-width: 200px;
	width: 100%;
	padding: 10px 15px;
	margin-top: 15px;
}

@media screen and (max-width: 450px) {
	.tmf-single-module-area.tmf-module-area-testimonial {
		padding: 20px 0;
	}
}

/* ======================================== *
	Footer Section
 * ======================================== */
#footer-wrapper {
	background: url('../images/footer_bg_1x.jpg') no-repeat center center / cover;
	border-top: 15px solid #006080;
}

.single-location #footer-wrapper {
	display: none;
}

#footer-container {
	/* max-width: 1020px; */
	max-width: 1250px;
}

#footer {
	padding: 35px 0;
	text-align: center;
}

#footer h3.tmf-module-title {
	color: #fff;
	font-size: 28px;
	margin-bottom: 40px;
}

#footer .inner {
	padding: 0;
}

/* ======================================== *
	Copyright Section
 * ======================================== */
#copyright-wrapper {
	background-color: #006080;
}

#copyright {
	color: #fff;
	font-size: 15px;
	padding: 25px 0;
	text-align: center;
}

#copyright a {
	color: #fff;
}

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

.tmf-multi-module-area .tmf-module:last-child {
	margin-bottom: 0;
}

.tmf-multi-module-area .tmf-module h3.tmf-module-title {
	color: #0092b3;
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 15px;
}

.tmf-multi-module-area .tmf-module-22 {
	background: #006080;
	padding: 15px;
}

.tmf-multi-module-area .tmf-module-22 h3.tmf-module-title {
	color: #ffffff;
}

.tmf-multi-module-area .tmf-module .tmf-button {
	display: inline-block;
	box-sizing: border-box;
	max-width: 260px;
	width: 100%;
	margin-top: 25px;
	padding: 12px 15px;
}

.sidebar-image {
	border: 3px solid #fff;
	margin-bottom: 25px;
	max-width: 360px;
	width: 100%;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 850px) {
	.sidebar-image {
		display: none;
	}
}

/* ======================================== *
	Inputs & Buttons
 * ======================================== */
input[type='tel'],
input[type='email'],
input[type='text'],
textarea {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ffffff;
	color: #45484d;
	font-size: 14px !important;
	margin-bottom: 10px !important;
	max-width: 100%;
	padding: 10px !important;
}

textarea {
	height: 100px !important;
}

input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
textarea:focus {
	border: 1px solid #fff;
}

input[type='submit'],
.tmf-button,
.page-numbers {
	font-size: 18px;
	padding: 15px;
	font-weight: 400;
	background-color: #0092b3;
	cursor: pointer;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	text-align: center;
	text-decoration: none !important;
	color: #fff;
	font-family: 'Lato', sans-serif;
}

input[type='submit']:hover,
.tmf-button:hover,
.page-numbers:hover {
	background-color: #019fc3;
	color: #fff !important;
	text-decoration: none !important;
}

input[type='submit']:active,
.tmf-button:active,
.page-numbers:active {
	background-color: #0092b3;
	color: #fff !important;
	text-decoration: none !important;
}

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

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

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

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

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

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

@media screen and (max-width: 500px) {
	#secondary-nav-wrapper {
		display: none;
	}
}

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

/* ======================================== *
	Miscellaneous
 * ======================================== */
#breadcrumbs {
	color: #000000;
	font-size: 15px;
}

#breadcrumbs a {
	color: #000000;
}

.breadcrumb-mobile {
	display: none;
}

@media screen and (max-width: 850px) {
	.breadcrumb-desktop {
		display: none;
	}

	.breadcrumb-mobile {
		display: block;
	}
}

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

.mobile {
	display: none;
}

.vcard .value {
	background: url(../images/icon_sprite_1x.png);
	background-position: -291px 1px;
	height: 26px;
	width: 26px;
}

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

	.mobile {
		display: inherit;
	}
}

/* ======================================== *
        Gravity Form
 * ======================================== */
#body-cell-2 .gform_wrapper.tmf-form_wrapper {
	margin: 0 !important;
}

#body-cell-2 .gform_wrapper.tmf-form_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type='text'],
#body-cell-2 .gform_wrapper.tmf-form_wrapper input[type='text'],
#body-cell-2 .gform_wrapper.tmf-form_wrapper input[type='tel'],
#body-cell-2 .gform_wrapper.tmf-form_wrapper input[type='email'],
#body-cell-2 .gform_wrapper.tmf-form_wrapper textarea {
	margin: 0;
}

#body-cell-2 .gform_wrapper.tmf-form_wrapper .top_label .gfield_label {
	margin-bottom: 0;
}

#body-cell-2 .gform_wrapper.tmf-form_wrapper ul.gform_fields li.gfield {
	padding-right: 0 !important;
}

#body-cell-2 .gform_wrapper.tmf-form_wrapper .gform_footer {
	margin-top: 0;
	text-align: center;
}

#body-cell-2 .gform_wrapper.tmf-form_wrapper .gform_footer input.button,
#body-cell-2 .gform_wrapper.tmf-form_wrapper input[type='submit'] {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	border: none;
	padding: 15px;
	max-width: 260px;
	width: 100%;
	margin-right: 0;
}
