/* ============================================================================ *
        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: #ffffff;
	color: #343434;
	font-family: 'PT Serif', serif;
	font-size: 17px;
	font-weight: 400;
}

a {
	color: #5b0000;
}

/* ======================================== *
        Large Screen Container Width CSS
 * ======================================== */
@media screen and (min-width: 1600px) {
	body .section-container:not(#billboard-container):not(#footer-container):not(#testimonials-container) {
		max-width: 90%;
	}

	#primary-nav-container {
		max-width: 910px !important;
		margin: 0 0 0 auto;
	}

	#int-billboard .int-billboard-content {
		max-width: 90% !important;
	}

	#home-contact .desktop-view img {
		height: auto !important;
		object-fit: inherit !important;
	}

	#home-contact .home-contact-content-container {
		max-width: 90% !important;
	}

	#home-attorney .home-attorney-content-container {
		max-width: 90% !important;
	}
}

/* ======================================== *
        Header 1
 * ======================================== */
h1,
h1#page-title,
.editor-content h1 {
	color: #5b0000;
	font-size: 42px;
	font-weight: 400;
	line-height: 1.1em;
	margin-bottom: 50px;
}

/* ======================================== *
        Header 2
 * ======================================== */
h2,
.tmf-post > h2,
.editor-content h2 {
	color: #5b0000;
	font-size: 36px;
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 15px;
}

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

/* ======================================== *
        Header 3
 * ======================================== */
h3,
.tmf-post > h3,
h3.tmf-module-title {
	color: #5b0000;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.1em;
	margin-bottom: 15px;
}

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

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

/* ======================================== *
        Header 4
 * ======================================== */
h4,
.tmf-post > h4 {
	color: #000000;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.1em;
	margin-bottom: 15px;
}

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

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

/* ======================================== *
        Secondary Navigation Section
 * ======================================== */
#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 Top Section
 * ======================================== */
#header-top-wrapper {
	background: #eeeeee;
	padding: 10px 0;
}

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

#header-top {
	color: #5b0000;
	font-size: 18px;
	line-height: normal;
}

#header-top a {
	color: #5b0000;
	text-decoration: none;
}

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

#header-top h4 {
	color: #5b0000;
	font-size: 26px;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 0;
}

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

#header-top-cell-1 {
}
#header-top-cell-2 {
	text-align: right;
}

@media screen and (max-width: 1200px) {
	#header-top {
		text-align: right;
	}

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

	#header-top-cell-2 {
		display: none;
	}
}

@media screen and (max-width: 950px) {
	#header-top {
		text-align: center;
	}
}

@media screen and (max-width: 500px) {
	#header-top {
		font-size: 17px;
	}

	#header-top .phone-1 {
		display: block;
	}
}

/* ======================================== *
        Header Section
 * ======================================== */
#header-wrapper {
}

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

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

#header .logo {
	max-width: 305px;
	width: 100%;
}

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

#header-cell-1 .inner {
	padding-right: 0;
}

#header .mobile-view {
	display: none;
}

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

	#header-cell-1 .inner {
		padding-right: 25px;
	}

	#header-cell-2 .inner {
		padding: 0;
	}

	.header-top-row {
		display: table;
		width: 100%;
	}

	#header .main-logo,
	#header .mobile-view {
		display: table-cell;
		width: 50%;
		vertical-align: middle;
	}
}

@media screen and (max-width: 950px) {
	#header .main-logo,
	#header .mobile-view {
		display: block;
		width: 100%;
		text-align: center;
	}

	#header .mobile-view {
		padding-top: 15px;
	}
}

@media screen and (max-width: 1200px) {
	#header-cell-1 .inner {
		padding-right: 12px;
	}
}

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

#primary-nav-container {
}

#primary-nav {
	font-family: 'PT Serif', serif;
}

#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 {
	color: #5b0000;
	font-size: 21px;
	font-weight: 400;
	text-decoration: none;
	padding: 15px 3px;
}

#primary-nav .menu > .menu-item.menu-item-has-children > a:after {
	content: '\02C7';
	font-weight: 400;
	padding-left: 0;
	font-size: 34px;
	display: inline-block;
	position: relative;
	top: 7px;
	padding-left: 10px;
	vertical-align: middle;
}

#primary-nav .menu > .menu-item.menu-item-has-children > .sub-menu > a:after {
	display: none;
}

/*#primary-nav .menu > .menu-item.home-icon a {
    background: rgba(0, 0, 0, 0) url(../images/icon_sprite_3x.png) no-repeat scroll -240px 0px;
    background-size: 480px;
    border-bottom: none;
    display: inline-block;
    font-size: 0;
    height: 21px;
    vertical-align: middle;
    width: 25px;
    padding: 0;
    margin: 0 5px;
}

#primary-nav .menu > .menu-item.home-icon > a:after {
    display: none;
}

#primary-nav .menu > .menu-item > a:after {
    background-color: transparent;
    bottom: 0px;
    left: 0;
    right: 0;
    content: '';
    width: 100%;
    height: 0;
    position: absolute;
    margin: 0 auto;
}*/

#primary-nav .menu > .menu-item.current-menu-item a,
#primary-nav .menu > .menu-item:hover a {
	text-decoration: underline;
}

#primary-nav .menu .sub-menu {
	min-width: 270px;
}

#primary-nav .menu > li.left-edge > div > ul {
	left: inherit;
	right: 0px;
}

#primary-nav .menu .sub-menu li {
	background-color: #5b0000;
	top: 0px;
}

#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: #ffffff;
	font-family: 'PT Serif', sans-serif;
	font-size: 18px;
	text-decoration: none;
	padding: 10px 15px;
}

#primary-nav .menu .sub-menu .menu-item:hover {
}
#primary-nav .menu .sub-menu .menu-item:hover > a {
	background-color: #343434;
	text-decoration: none;
}

@media screen and (max-width: 1200px) {
	#primary-nav .menu > .menu-item > a {
		padding: 15px 7px;
	}
}

/* ======================================== *
    Mobile Menu
 * ======================================== */
#mobile-nav-wrapper {
	font-family: 'PT Serif', sans-serif;
	text-align: left;
}

.hamburger-container {
	max-width: none;
}

#mobile-nav a {
	color: #fff;
	font-size: 16px;
}

#mobile-nav .menu > .menu-item > a {
	color: #fff;
	font-size: 18px;
}

#mobile-nav .menu .menu-item.display {
	background: #343434;
}

#mobile-nav .top-part .mob-cancel-button {
	color: #fff;
}

#mobile-nav .menu .sub-menu .menu-item {
	padding: 5px 30px;
}

#mobile-nav .menu > .current-menu-item,
#mobile-nav .menu > .menu-item:hover {
	background: #343434;
}

#mobile-nav .mobile-menu .current-menu-item {
	background: transparent;
}

/* ======================================== *
    Billboard
 * ======================================== */
#billboard-wrapper {
}

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

#billboard {
}

#billboard img {
	display: block;
	width: 100%;
	height: auto;
}

#billboard .billboard-content {
	background: rgba(0, 0, 0, 0.6);
	padding: 10px 25px 15px;
	position: absolute;
	bottom: 110px;
	max-width: 650px;
	z-index: 2;
	text-align: center;
	margin: 0 auto;
	left: 0;
	right: 0;
}

#billboard h1 {
	color: #ffffff;
	line-height: normal;
	margin-bottom: 0;
}

@media screen and (max-width: 1050px) {
	#billboard .billboard-content {
		background: #000000;
		padding: 25px 25px;
		bottom: inherit;
		position: inherit;
		max-width: 100%;
	}
}

/* ======================================== *
        Int Billboard Section
 * ======================================== */
#int-billboard-wrapper {
}

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

#int-billboard img {
	display: block;
	width: 100%;
	height: auto;
}

#int-billboard .int-billboard-content {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1250px;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	z-index: 2;
	padding: 0;
	transform: translateY(-50%);
}

#int-billboard .int-billboard-title {
	background: #1d4855;
	box-sizing: border-box;
	-moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px;
	display: inline-block;
	max-width: 100%;
	padding: 25px 25px;
	position: relative;
}

#int-billboard .int-billboard-title:before {
	background: #1d4855;
	display: block;
	content: '';
	height: 100%;
	width: 1000%;
	position: absolute;
	top: 0;
	left: -1000%;
}

#int-billboard h1#page-title {
	color: #ffffff;
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 0;
}

@media screen and (max-width: 1000px) {
	#int-billboard .int-billboard-content {
		position: inherit;
		top: inherit;
		transform: inherit;
	}

	#int-billboard .int-billboard-title {
		background: rgba(45, 48, 146, 1);
		display: block;
		text-align: center;
	}

	#int-billboard .int-billboard-title:before {
		display: none;
	}
}

@media screen and (max-width: 450px) {
	#int-billboard .int-billboard-title {
		padding: 15px 12px;
	}
}

/* ======================================== *
        Home Body Section
 * ======================================== */
#home-body-wrapper {
}

#home-body-container {
	max-width: 1150px;
}

#home-body {
	padding: 65px 0;
}

#home-body h1 {
	text-align: center;
	max-width: 850px;
	margin: 0 auto 25px;
}

#home-body p {
	color: #3e474c;
	font-size: 26px;
}

#home-body .tmf-button {
	box-sizing: border-box;
	display: block;
	padding: 20px 15px;
	max-width: 335px;
	width: 100%;
	margin: 25px auto 0;
}

#home-body .tmf-button::after {
	content: '\f105';
	color: #ffffff;
	font-family: 'Font Awesome 5 Free';
	font-weight: 700;
	display: inline-block;
	vertical-align: middle;
	font-size: 22px;
	margin-left: 25px;
}

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

/* ======================================== *
        Body Section
 * ======================================== */
#body-wrapper {
}

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

#body {
	padding: 45px 0;
}

#body .custom-inner {
	padding: 0 25px;
}

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

@media screen and (max-width: 450px) {
	#body .custom-inner {
		padding: 0 12px;
	}
}
.page-template-full-width-no-nav #body-wrapper {
	width: 75%;
	margin: auto;
}
@media screen and (max-width: 850px) {
	.page-template-full-width-no-nav #body-wrapper {
		width: 85%;
		margin: auto;
	}
}
/* ======================================== *
        Home Practice Areas Section
 * ======================================== */
#home-practice-areas-wrapper {
	background: url('../images/home_bg_practice_areas_1x.jpg') no-repeat center center / cover;
}

#home-practice-areas-container {
	max-width: 1250px;
}

#home-practice-areas {
	padding: 130px 0;
	text-align: center;
}

#home-practice-areas .inner {
	padding: 0;
}

#home-practice-areas h3.tmf-module-title {
	color: #ffffff;
	font-size: 42px;
	margin-bottom: 100px;
}

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

/* ======================================== *
        Home Attorney Section
 * ======================================== */
#home-attorneys-wrapper {
}

#home-attorneys-container {
	max-width: 1250px;
}

#home-attorneys {
	padding: 130px 0;
	text-align: center;
}

#home-attorneys h3.tmf-module-title {
	display: inline-block;
	font-size: 42px;
	font-style: italic;
	position: relative;
	border-bottom: 2px solid #aa7777;
	max-width: 820px;
	width: 100%;
	box-sizing: border-box;
	padding: 0 15px 40px;
	margin-bottom: 40px;
}

#home-attorneys .inner {
	padding: 0 10px;
}

@media screen and (max-width: 1250px) {
	#home-attorneys-container {
		max-width: 700px;
	}
}

/* ======================================== *
        Testimonial Section
 * ======================================== */
#testimonials-wrapper {
	background: url('../images/home_bg_testimonials_1x.jpg') no-repeat center center / cover;
}

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

#testimonials {
	padding: 130px 0;
}

#testimonials .tmf-module-area-testimonials {
	max-width: 425px;
	text-align: center;
	margin: 0 0 0 auto;
}

#testimonials h3.tmf-module-title {
	border-bottom: 2px solid #ffffff;
	box-sizing: border-box;
	color: #ffffff;
	display: inline-block;
	font-size: 42px;
	position: relative;
	width: 100%;
	padding: 0 0 30px;
	margin-bottom: 30px;
}

#testimonials .tmf-button {
	box-sizing: border-box;
	display: inline-block;
	font-size: 22px;
	padding: 15px 15px;
	margin-top: 45px;
	max-width: 150px;
	width: 100%;
}

/*Bx Slider*/
#testimonials .bx-wrapper {
	margin: 0;
}

#testimonials .bx-wrapper .bx-viewport {
	left: 0;
	max-width: 100%;
}

#testimonials .bx-wrapper .bx-pager {
	padding-top: 30px;
}

#testimonials .bx-wrapper .bx-pager {
	position: relative;
	width: 100%;
}

#testimonials .bx-wrapper .bx-pager.bx-default-pager a {
	background: #9e9e9e;
	border: none;
	width: 13px;
	height: 13px;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
}

#testimonials .bx-wrapper .bx-pager.bx-default-pager a:hover,
#testimonials .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fff;
}

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

/* ======================================== *
        Associations Section
 * ======================================== */
#associations-wrapper {
	border-top: 2px solid #e8e8e8;
	text-align: center;
}

#associations {
	padding: 50px 0 25px;
}

#associations img {
	vertical-align: middle;
	padding: 0 25px 25px;
}

@media screen and (max-width: 700px) {
	#associations img {
		padding: 0;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 25px;
	}
}

/* ======================================== *
    Single Attorney Page
 * ======================================== */
.single-attorney #body .inner {
	padding: 0;
}

/* ======================================== *
        Footer Section
 * ======================================== */
#footer-wrapper {
	background: #ffffff;
}

#footer-container {
	max-width: 950px;
}

#footer {
	color: #5f0000;
	font-size: 21px;
	text-align: center;
	padding: 50px 0;
}

#footer a {
	color: #5f0000;
	text-decoration: none;
}

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

#footer .footer-logo {
	margin-bottom: 40px;
}

#footer .footer-logo img {
	box-sizing: border-box;
	width: 100%;
	max-width: 320px;
	padding: 0 25px;
}

#footer h3.tmf-module-title {
	color: #5f0000;
	font-size: 36px;
	margin-bottom: 50px;
}

#footer .tmf-post-list.small {
	border-top: 2px solid #aa7777;
	border-bottom: 2px solid #aa7777;
	padding: 50px 0;
}

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

/* ======================================== *
        Footer Bottom Section
 * ======================================== */
#footer-bottom-wrapper {
	background: #ffffff;
}

#footer-bottom-container {
	max-width: 1000px;
}

#footer-bottom {
	padding: 65px 0;
}

#footer-bottom h3.tmf-module-title {
	font-size: 26px;
	text-align: center;
}

#footer-bottom .editor-content p {
	color: #000000;
	font-size: 18px;
	line-height: 28px;
}

#footer-bottom .tmf-button {
	box-sizing: border-box;
	display: block;
	padding: 20px 15px;
	max-width: 335px;
	width: 100%;
	margin: 25px auto 0;
}

#footer-bottom .tmf-button::after {
	content: '\f105';
	color: #ffffff;
	font-family: 'Font Awesome 5 Free';
	font-weight: 700;
	display: inline-block;
	vertical-align: middle;
	font-size: 22px;
	margin-left: 25px;
}

/* ======================================== *
        Copyright Section
 * ======================================== */
#copyright-wrapper {
	background: #32383a;
}

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

#copyright {
	color: #ffffff;
	font-size: 16px;
	padding: 25px 0;
}

#copyright a {
	color: #ffffff;
}

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

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

.tmf-multi-module-area .tmf-module-single-practice-areas {
	margin-bottom: 50px !important;
}

.tmf-multi-module-area .tmf-module h3.tmf-module-title {
	color: #5b0000;
	font-size: 32px;
	font-weight: 400;
	margin-bottom: 25px;
	text-align: center;
}

.tmf-multi-module-area .tmf-module-22 h3.tmf-module-title {
	border-bottom: 1px dotted #000;
	padding-bottom: 25px;
}

.tmf-multi-module-area .tmf-module-22 {
	background: #eeeeee;
	padding: 50px 25px;
}

/* ======================================== *
        Inputs & Buttons
 * ======================================== */
input[type='text'],
input[type='tel'],
input[type='email'],
textarea,
select {
	background: #ffffff;
	border: 2px solid #cecece;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	color: #818181;
	font-family: 'PT Serif', serif !important;
	font-size: 16px !important;
	margin-bottom: 25px !important;
	max-width: 100%;
	padding: 10px 10px !important;
	line-height: normal !important;
}

textarea {
	height: 120px !important;
}

select {
	-webkit-appearance: none; /* remove the strong OSX influence from Webkit */
}

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

select.gfield_select {
	background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
	background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
	background-size: 5px 5px, 5px 5px, 1px 1.6em;
	background-repeat: no-repeat;
}

.tmf-button,
.page-numbers,
input[type='submit'] {
	font-size: 22px;
	padding: 15px 15px;
	background: #5f0000;
	border: none;
	cursor: pointer;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	cursor: pointer;
	text-align: center;
	text-decoration: none !important;
	color: #ffffff;
	font-family: 'PT Serif', sans-serif;
	font-weight: 400;
	line-height: normal;
}

.tmf-button:hover,
.page-numbers:hover,
input[type='submit']:hover {
	background: #700000;
	text-decoration: none;
	color: #ffffff;
}

.tmf-button:active,
.page-numbers:active,
input[type='submit']:active {
	background: #5f0000;
	text-decoration: none;
	color: #ffffff;
}

.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;
	color: #666666;
}

.vcard .value {
	background: rgba(0, 0, 0, 0) url(../images/icon_sprite_3x.png) repeat scroll -460px 0px;
	background-size: 480px;
	height: 16px;
	width: 25px;
	vertical-align: top;
	margin-right: 0;
}

/* ======================================== *
        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
 * ======================================== */
.social-icons {
	vertical-align: middle;
}

.social-icons .icon {
	width: 51px;
	height: 51px;
}

.social-icons .facebook {
	background: rgba(0, 0, 0, 0) url(../images/icon_sprite_3x.png) repeat scroll -564px 0;
	background-size: 663px;
}

.social-icons .linked-in {
	background: rgba(0, 0, 0, 0) url('../images/icon_sprite_3x.png') repeat scroll -619px 0;
	background-size: 663px;
}

.social-icons .twitter {
	background: rgba(0, 0, 0, 0) url('../images/icon_sprite_3x.png') repeat scroll -675px 0;
	background-size: 663px;
}

/* Payment Icons CSS */
.payment-icons span {
	width: 50px;
	height: 31px;
}

.payment-icons .visa {
	background: rgba(0, 0, 0, 0) url(../images/icon_sprite_3x.png) repeat scroll -640px 0;
	background-size: 862px;
}

.payment-icons .mastercard {
	background: rgba(0, 0, 0, 0) url(../images/icon_sprite_3x.png) repeat scroll -700px 0;
	background-size: 862px;
}

.payment-icons .discover {
	background: rgba(0, 0, 0, 0) url('../images/icon_sprite_3x.png') repeat scroll -700px 0;
	background-size: 862px;
}

.payment-icons .american-express {
	background: rgba(0, 0, 0, 0) url('../images/icon_sprite_3x.png') repeat scroll -700px 0;
	background-size: 862px;
}

aside {
	color: #343434;
	font-family: 'PT Serif', serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 34px;
}

aside.left {
	border-top: 6px solid #5b0000;
	border-bottom: 6px solid #5b0000;
}

aside.right {
	border-top: 6px solid #5b0000;
	border-bottom: 6px solid #5b0000;
}

blockquote {
	color: #000000;
	font-family: 'PT Serif', serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 36px;
	position: relative;
	margin: 0;
	padding: 0 0 0 40px;
	z-index: 9;
}

blockquote:after {
	content: '“';
	display: inline-block;
	font-family: Georgia;
	font-size: 400px;
	position: absolute;
	left: -15px;
	color: #f5f5f5;
	top: 140px;
	z-index: -9;
	font-style: normal;
}

#breadcrumbs {
	font-family: 'PT Serif', serif;
	font-size: 16px;
	margin: 0 0 25px;
	color: #484848;
	line-height: normal;
}

#breadcrumbs a {
	color: #484848;
	text-decoration: underline;
}

#breadcrumbs a:hover {
	text-decoration: none;
}

.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;
	}
}

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

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

.gform_wrapper.tmf-form_wrapper .top_label .gfield_label {
	margin-bottom: 0;
	color: #000000;
	font-weight: 700;
	font-size: 17px;
}

.gform_wrapper.tmf-form_wrapper ul.gform_fields li.gfield {
	padding-right: 0 !important;
	margin-top: 0;
}

.gform_wrapper.tmf-form_wrapper p {
	color: #fff;
	font-size: 14px;
	text-align: center;
}

.gform_wrapper.tmf-form_wrapper .gform_footer {
	padding: 0;
	margin: 15px 0 0;
	width: 100%;
	text-align: center;
}

.gform_wrapper.tmf-form_wrapper .gform_footer input.button,
.gform_wrapper.tmf-form_wrapper input[type='submit'] {
	box-sizing: border-box;
	font-family: 'PT Serif', sans-serif;
	font-size: 22px;
	padding: 18px 15px;
	width: 100%;
	margin-right: 0;
	line-height: normal !important;
}

/*Table*/
table {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
}

table tr {
	border: 1px solid #cccccc;
	padding: 5px;
}

table th,
table td {
	border: 1px solid #cccccc;
	padding: 5px 10px;
}

table th {
}

@media screen and (max-width: 750px) {
	table {
		border: 0;
	}

	table thead {
		display: none;
	}

	table tr {
		display: block;
		margin-bottom: 0;
	}

	table td {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
}
