/* ============================================================================ *
	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-size: 20px;
	color: #2f2f2f;
	font-family: "Cardo", "Times New Roman", Times, Baskerville, Georgia, serif;
}

a {
	color: #124660;
}



/* ======================================== *
	Responsive Layout
 * ======================================== */
@media screen and (max-width: 700px) {
	#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
 * ======================================== */
.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.3em;
	line-height: 1.1em;
	font-weight: 400;
	margin-bottom: 25px;
	color: #193e4e;
	font-family: "Lora", "Times New Roman", Times, Baskerville, Georgia, serif;
	
}


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

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

/* ======================================== *
	Header 3
 * ======================================== */
.tmf-post > h3,
h3.tmf-module-title {
	font-weight: 400;
	margin-bottom: 25px;
	color: #193e4e;
	font-size: 1.1em;
	font-family: "Lora", Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-transform: uppercase;
}

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

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


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

.tmf-post > h4 a {
	color: #00E;
	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 {}
#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:hover {}
#secondary-nav .menu > .menu-item:hover a {}
#secondary-nav .menu:hover > .menu-item.current-menu-item > a {}

/* ======================================== *
	Header Section
 * ======================================== */
#header-wrapper {
	background-color: #14475f;
	border-bottom: 1px solid #0f3547;
	-webkit-box-shadow: 0 8px 10px rgba(0,0,0,0.2);
	box-shadow: 0 8px 10px rgba(0,0,0,0.2);
	z-index: 10;
}

#header {
	padding: 20px 0 8px;
}

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

#header-cell-2 {
	text-align: right;
	color: #fff;
	font-size: 1.4em;
	line-height: 1.2em;
	text-shadow: 0 1px 2px rgba(0,0,0, 0.7);
	vertical-align: middle;
}

#header-cell-2 .email {
	font-size: .85em;
	text-decoration: underline;
}

#header-cell-2 a {
	color: #fff;
	text-decoration: none;
}

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

@media screen and (max-width: 750px) {
	#header-cell-1 {
		text-align: center;
	}	

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

	#header {
		padding: 15px 0;
	}
}

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


/* ======================================== *
	Primary Navigation Section
 * ======================================== */
#primary-nav-wrapper {
	background-color: #537585;
	border-bottom: 1px solid #f7ece1;
	font-family: "Lora", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#primary-nav {
	border-right: 1px solid #5d7d8c;
	border-left: 1px solid #476472;
	margin-left: 25px;
	margin-right: 25px;
}

#primary-nav .menu {}
#primary-nav .menu > .menu-item {
	border-left: 1px solid #5d7d8c;
	border-right: 1px solid #476472;
}
#primary-nav .menu > .menu-item.first {}
#primary-nav .menu > .menu-item.last {}
#primary-nav .menu > .menu-item > a {
	padding: 17px 15px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	text-shadow: 0 1px 2px rgba(0,0,0, 0.5);
}

#primary-nav .menu > .menu-item:hover {

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

#primary-nav .menu .sub-menu {
	background-color: #4ea1a5;
}
#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;
}
#primary-nav .menu .sub-menu .menu-item:hover {}
#primary-nav .menu .sub-menu .menu-item:hover > a {
	background-color: #14475f;
}

#primary-nav .menu-bar {
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 1px 2px rgba(0,0,0, 0.5);
	font-weight: 700;
	font-size: 16px;
}

/* 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: 1200px) {
	#primary-nav {
		border-right: none;
		border-left: none;
		margin-left: 0;
		margin-right: 0;
	}
}


/* ======================================== *
	Billboard
 * ======================================== */
#billboard-wrapper {
	background: url(../images/background-billboard.jpg) no-repeat top center;
	-webkit-background-size: cover;
	background-size: cover;
	height: 439px;
	border-bottom: 15px solid #173c4d;
}

#billboard {
	text-align: center;
	padding-top: 150px;
}

#billboard .slogan {
	color: #fff;
	font-style: italic;
	font-size: 1.7em;
	margin-bottom: 50px;
	display: block;
	text-shadow: 0 2px 3px rgba(0,0,0, 0.8);
}

#billboard-buttons {
	display: table;
	width: 100%;
	border-spacing: 12px;
}

#billboard-buttons > a {
	font-size: .9em;
	width: 25%;
	display: table-cell;
	padding: 15px 10px;
	background-color: #6fbdc0;
	background-image: url(../ie-gradient.php?from=6fbdc0&to=4da1a5);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6fbdc0), to(#4da1a5));
	background-image: -webkit-linear-gradient(#6fbdc0, #4da1a5);
	background-image: -moz-linear-gradient(#6fbdc0, #4da1a5);
	background-image: -ms-linear-gradient(#6fbdc0, #4da1a5);
	background-image: -o-linear-gradient(#6fbdc0, #4da1a5);
	background-image: linear-gradient(#6fbdc0, #4da1a5);
	cursor: pointer;
	border: 1px solid #4ba9ad;
	border-bottom-color: #409094;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
	text-decoration: none;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0,0,0, 0.5);
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.2em;
	text-align: center;
	vertical-align: middle;
}

@media screen and (max-width: 950px) {
	#billboard-wrapper {
		height: 350px;
	}

	#billboard {
		padding-top: 75px;
	}

	#billboard-buttons > a {
		font-size: .8em;
	}
}

@media screen and (max-width: 650px) {
	#billboard-buttons {
		display: block;
		width: auto;
	}

	#billboard .slogan {
		font-size: 1.5em;
		margin-bottom: 25px;
	}

	#billboard-wrapper {
		height: auto;
	}

	#billboard {
		padding-top: 25px;
		padding-bottom: 25px;
	}

	#billboard-buttons > a {
		display: block;
		width: auto;
		margin-bottom: 10px;
	}
}


/* ======================================== *
	Tagline
 * ======================================== */
#tagline {
	background-color: #193d4c;
	padding: 25px 25px;
	font-size: 1.5em;
	font-style: italic;
	line-height: 1.2em;
	color: #fff;
	text-align: center;
	text-shadow: 0 2px 4px rgba(0,0,0,0.6);
}

@media screen and (max-width: 900px) {
	#tagline {
		font-size: 1.3em;
	}
}

/* ======================================== *
	Body Section
 * ======================================== */
#body-wrapper {
	border-bottom: 1px solid #b4b3b0;
}

#body {
	padding: 50px 0 100px;
}

#body .sidebar-image {
	border: 3px solid #fff;
	outline: 1px solid #e0e0e0;
	margin-bottom: 25px;
	width: 100%;
	max-width: 340px;
}

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


/* ======================================== *
	Footer Section
 * ======================================== */
#footer-wrapper {
	background-color: #e6e6e6;
	border-top: 1px solid #fff;
	border-bottom: 5px solid #49a8ac;
}

#footer {
	padding: 100px 0 50px;
}

#footer #banner {
	background: url(../images/background-banner.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	height: 107px;
	margin-top: -153px;
	margin-bottom: 50px;
	padding: 0 25px;
}

#banner-table h1 {
	font-size: 1.2em;
	margin-bottom: 0;
}

#banner-table td {
	vertical-align: middle;
}

#banner-row > .cell {
	vertical-align: middle;
}

#footer .tmf-button {
	text-decoration: none;
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 350px;
	text-align: center;
	padding: 10px;
	margin-top: 20px;
}

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

	#footer #banner {
		margin-bottom: 25px;
		background: #3a5a68;
		background: url(assets/ie-gradient.php?from=3a5a68&to=1a3f4f);
		background: -webkit-gradient(linear, 0 0, 0 100%, from(#3a5a68), to(#1a3f4f));
		background: -webkit-linear-gradient(#3a5a68, #1a3f4f);
		background: -moz-linear-gradient(#3a5a68, #1a3f4f);
		background: -ms-linear-gradient(#3a5a68, #1a3f4f);
		background: -o-linear-gradient(#3a5a68, #1a3f4f);
		background: linear-gradient(#3a5a68, #1a3f4f);
		height: auto;
		padding-top: 15px;
		padding-bottom: 15px;
	}


}

@media screen and (min-width: 850px) and (max-width: 1000px) {
	
	#footer .tmf-button {
		font-size: .7em;
		padding: 5px;
	}
}

@media screen and (max-width: 650px) {
	#banner-table,
	#banner-table tr,
	#banner-table td {
		display: block;
		text-align: center;
	}

	#banner-table td:first-child {
		margin-bottom: 25px;
	}

}

/* ======================================== *
	Copyright Section
 * ======================================== */
#copyright-wrapper {
	background-color: #14475f;
	border-top: 1px solid #0e3346;
}

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

#copyright a {
	color: #fff;
	font-size: .95em;
}


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

#body .tmf-module h3.tmf-module-title {
	background-color: #6ebcbf;
	background-image: url(../ie-gradient.php?from=6ebcbf&to=4ba9ad);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6ebcbf), to(#4ba9ad));
	background-image: -webkit-linear-gradient(#6ebcbf, #4ba9ad);
	background-image: -moz-linear-gradient(#6ebcbf, #4ba9ad);
	background-image: -ms-linear-gradient(#6ebcbf, #4ba9ad);
	background-image: -o-linear-gradient(#6ebcbf, #4ba9ad);
	background-image: linear-gradient(#6ebcbf, #4ba9ad);
	padding: 10px 15px;
	color: #fff;
	text-transform: none;
	font-size: 1.2em;
	font-weight: 400;
	margin-bottom: 0;
	text-shadow: 0 1px 2px rgba(0,0,0, 0.5);
	font-family: "Lora", "Times New Roman", Times, Baskerville, Georgia, serif;
}

#body .tmf-module h3.tmf-module-title a {
	color: #fff;
}

#body .tmf-module .tmf-module-content {
	padding: 15px;
	border: 1px solid #f5f5f5;
	border-top: none;
	background-color: #fdfdfd;
}

.tmf-module-109 .tmf-module-content {
	text-align: center;
}

.tmf-module-109 .tmf-module-content img {
	margin: 5px 5px 0;
	vertical-align: middle;
}


/* ======================================== *
	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: .85em;
	padding: 5px;
	background-color: #6fbdc0;
	background-image: url(../ie-gradient.php?from=6fbdc0&to=4da1a5);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6fbdc0), to(#4da1a5));
	background-image: -webkit-linear-gradient(#6fbdc0, #4da1a5);
	background-image: -moz-linear-gradient(#6fbdc0, #4da1a5);
	background-image: -ms-linear-gradient(#6fbdc0, #4da1a5);
	background-image: -o-linear-gradient(#6fbdc0, #4da1a5);
	background-image: linear-gradient(#6fbdc0, #4da1a5);
	cursor: pointer;
	border: 1px solid #4ba9ad;
	border-bottom-color: #409094;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
	text-decoration: none;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0,0,0, 0.5);
	font-weight: 700;
}

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

.tmf-button:active,
.page-numbers:active {
	background-color: #4da1a5;
	background-image: url(../ie-gradient.php?from=4da1a5&to=6fbdc0);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4da1a5), to(#6fbdc0));
	background-image: -webkit-linear-gradient(#4da1a5, #6fbdc0);
	background-image: -moz-linear-gradient(#4da1a5, #6fbdc0);
	background-image: -ms-linear-gradient(#4da1a5, #6fbdc0);
	background-image: -o-linear-gradient(#4da1a5, #6fbdc0);
	background-image: linear-gradient(#4da1a5, #6fbdc0);
	border: 1px solid #4ba9ad;
	border-top-color: #409094;
	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;
}