/* ============================================================================ *
	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 {
	color: #333;
	font-size: 18px;
	font-family: "Lato", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

a {
	color: #2470c8;
}


/* ======================================== *
	Headers
 * ======================================== */

h1#page-title, 
.editor-content h1 {
    font-size: 1.4em;
    line-height: 1.1em;
    font-weight: 700;
    margin-bottom: 0;
    color: #2470c8;
    padding: 25px 0;
}

span#int-page-title {
    font-size: 1.4em;
    line-height: 1.1em;
    font-weight: 700;
    margin-bottom: 0;
    color: #2470c8;
    display: block;
    padding: 25px 0;
}

/* ===== Old H1, removed to match other 2 sites =====
h1#page-title,
.editor-content h1 {
	font-family: "Noto Serif";
	font-size: 1.7em;
	line-height: 1.2em;
	font-weight: 700;
	margin-bottom: 10px;
	color: #2470c8;
	padding: 5px 0;
}
*/

.tmf-post > h2, .editor-content h2 {
    font-size: 1em;
    line-height: 1.1em;
    font-weight: 700;
    margin-bottom: 0;
    color: #333;
}
/* ===== OLD H2 , removed to match other 2 sites =====
.tmf-post > h2,
.editor-content h2 {
	font-family: "Noto Serif";
	font-size: 1.3em;
	line-height: 1.1em;
	font-weight: 700;
	margin-bottom: 0;
	color: #000;
	padding: 5px 0 10px 0;
}
*/

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

.tmf-post > h3,
h3.tmf-module-title {
	font-size: 1.2em;
	font-weight: 700;
	margin-bottom: 15px;
	color: #000;
/*	text-transform: uppercase;*/
}

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

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



/* ======================================== *
	Secondary Navigation Section
 * ======================================== */
#secondary-nav .menu {
	position: absolute;
	top: 0;
	right: 25px;
	z-index: 1000;
}
#secondary-nav .menu > .menu-item {}
#secondary-nav .menu > .menu-item.first {}
#secondary-nav .menu > .menu-item.last {}
#secondary-nav .menu > .menu-item > a {
	font-size: 15px;
	text-decoration: underline;
}
#secondary-nav .menu > .menu-item:hover > a {
	text-decoration: none;
}



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

#header-container {
	padding: 0;
}

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

#header a {
	color: #5c5d58;
}

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

#header-cell-2 {
	color: #2470c8;
	font-size: 1.25em;
	text-align: right;
}



#header-cell-2 .phone-1 a,
#header-cell-2 .phone-2 a {
    text-decoration: none !important;
}

#header-cell-2 .phone-1:hover,
#header-cell-2 .phone-2:hover,
#header-cell-2 .email:hover {
   border-bottom: 2px solid #ffffff00;
}

@media screen and (min-width: 850px) and (max-width: 950px) {
	#header-cell-2 {
		font-size: 1em;
		line-height: 1.3em;
		vertical-align: middle;
	}
}

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

	#header-cell-2 {
		display: none;
		text-align: center;
		padding-top: 10px;
	}
}

@media screen and (max-width: 500px) {
	#header-cell-2 {
		font-size: 1em;
		line-height: 1.3em;
		vertical-align: middle;
	}

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


/* ======================================== *
	Mobile CTA Menu
 * ======================================== */
#mobile-menu-cta-wrapper {
    display: none;
}

@media screen and (max-width: 850px) {
	#mobile-menu-cta-wrapper {
	    display: block;
	}

	#mobile-menu-cta-cell-1 {
	    background: #2470c8;
	    width: auto;
	    vertical-align: middle;
	    color: #fff;
	    font-size: 20px;
	    line-height: 32px;
	    padding: 15px 0 !important;
	}

	#mobile-menu-cta-cell-1 .consultation a::before {
	    background: rgba(0, 0, 0, 0) url(../images/icons_3x.png) no-repeat scroll -25px 0px;
	    background-size: 74px;
	    content: "";
	    display: inline-block;
	    height: 19px;
	    vertical-align: middle;
	    width: 14px;
	    margin-right: 7px;
	}

	#mobile-menu-cta-cell-1 .phone-1 a::before {
	    background: rgba(0, 0, 0, 0) url(../images/icons_3x.png) repeat scroll 0px 0px;
	    background-size: 74px;
	    content: "";
	    display: inline-block;
	    height: 18px;
	    vertical-align: middle;
	    width: 14px;
	    margin-right: 7px;
	}

	#mobile-menu-cta-cell-1 .email::before {
	    background: rgba(0, 0, 0, 0) url(../images/icons_3x.png) repeat scroll -49px 0px;
	    background-size: 74px;
	    content: "";
	    display: inline-block;
	    height: 13px;
	    vertical-align: middle;
	    width: 16px;
	    margin-right: 7px;
	}

	#mobile-menu-cta-cell-1 a{
	    color: #fff;
	    text-decoration: none;
	}

	#mobile-menu-cta-cell-1 a:hover{
	    text-decoration: underline;
	}

	#mobile-menu-cta-cell-2 {
		background: #b8bc92;
	    width: 105px;
	    vertical-align: middle;
	}

	#mobile-menu-cta-cell-2 .inner{
		padding: 0 12px;
	}
}

@media screen and (max-width: 350px){
	#mobile-menu-cta-cell-1 {
	    font-size: 18px;
	    line-height: 28px;
	}
}

/* ======================================== *
	Primary Navigation Section
 * ======================================== */
#primary-nav-wrapper {
	background-color: #387dcc;
	border-top: 1px solid #404557;
}
#primary-nav-container {
	border-left: 1px solid #30639e;
	border-right: 1px solid #568fd2;
}
#primary-nav {}

#primary-nav .menu {
	
}
#primary-nav .menu > .menu-item {
	border-left: 1px solid #568fd2;
	border-right: 1px solid #30639e;
}
#primary-nav .menu > .menu-item.first {
}
#primary-nav .menu > .menu-item.last {}
#primary-nav .menu > .menu-item > a {
	color: #fff;
	font-size: 18px;
/*	text-transform: uppercase;*/
	padding: 15px;
}
#primary-nav .menu > .menu-item:hover {
	background-color: #2c66a8;
}
#primary-nav .menu > .menu-item:hover > a {}

#primary-nav .menu .sub-menu {
	background-color: #2c66a8;
}
#primary-nav .menu .sub-menu .menu-item > a {
	color: #fff;
}
#primary-nav .menu .sub-menu .menu-item:hover > a {
	text-decoration: underline;
}

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

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

html.mobile-nav #primary-nav .menu {}
html.mobile-nav #primary-nav .menu > .menu-item {
	border-left: none;
	border-right: none;
	border-top: 1px solid #568fd2;
}
html.mobile-nav #primary-nav .menu > .menu-item > a{
	font-size: 17px;
	padding: 10px;
}

@media screen and (max-width: 1200px) {
	#primary-nav-container {
		border-left: none;
		border-right: none;
	}
	#primary-nav .menu > .menu-item.first {
		border-left: none;
	}
	#primary-nav .menu > .menu-item.last {
		border-right: none;
	}
}


/* ======================================== *
    Mobile Menu
 * ======================================== */
#mobile-nav-wrapper {
    font-family: 'Lato', sans-serif;
}

#mobile-nav {
    padding: 0;
}

.hamburger-container {
    max-width: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    height: 10px;
}

.hamburger, 
.hamburger:before, 
.hamburger:after {
    width: 22px;
    height: 2px;
}

.hamburger:before {
    top: 5px;
}

.hamburger:after {
    top: 10px;
}

.menu-bar-container .menu-label {
    display: inline-block;
    float: left;
    vertical-align: middle;
    text-align: left;
    margin-right: 5px;
}

#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: #979797;
}

#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: #979797;
}


/* ======================================== *
	Billboard
 * ======================================== */
#billboard-wrapper {
	background: url(../images/background-billboard.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}

#billboard {
	padding: 50px 25px 25px;
}

#billboard img {
	border: 2px solid #fff;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:390px;
	height:240px;
}

#billboard .text {
	padding-top: 20px;
}

#billboard .main-text {
	color: #2470c8;
	font-size: 2em;
	line-height: 1.2em;
	background-color: rgba(255,255,255,0.5);
	padding: 20px;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

#billboard .sub-text {
	color: #333;
	font-style: italic;
	font-size: 1.0em;
	line-height: 1.3em;
	padding-top: 15px;
}


@media screen and (max-width: 1050px) {
	#billboard .text {
		padding-top: 20px;
	}

	#billboard .main-text {
		font-size: 1.8em;
	}
}

@media screen and (max-width: 1000px) {
	#billboard .main-text {
		font-size: 1.6em;
	}

	#billboard .sub-text {
		font-size: 1.0em;
	}

	#billboard .text {
		padding-top: 40px;
	}
}

@media screen and (min-width: 850px) and (max-width: 950px) {
	#billboard .text {
		padding-top: 0px;
	}

	#billboard .main-text {
		padding: 20px 25px 20px 0;
	}
}

@media screen and (max-width: 850px) {
	#billboard .text {
		display: block;
		clear: left;
		text-align: left;
		padding-top: 0;
	}

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

	#billboard .main-text {
		background-color: rgba(255,255,255,0.7);
		padding: 30px 25px;
		text-align: center;
		font-size: 1.8em;
	}

	#billboard img {
		float: none;
	}
}

@media screen and (max-width: 600px) {
	#billboard .main-text {
		font-size: 1.5em;
		padding: 20px;
	}
}

@media screen and (max-width: 500px) {
	#billboard .main-text {
		font-size: 1.4em;
		padding: 15px 10px;
	}

	#billboard .sub-text {
		font-size: 1em;
	}

	#billboard img {
		margin-bottom: 10px;
	}
}


/* ======================================== *
	Billboard Interior
 * ======================================== */
#billboard-int-wrapper {
	background: url(../images/background-billboard.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}

#billboard-int {
	padding: 0 25px;
}


/* ======================================== *
	Body Section
 * ======================================== */
#body-wrapper {
	border-top: 15px solid #60615a;
	z-index: 10;
	-webkit-box-shadow: 0 -5px 15px rgba(0,0,0,0.2), 0 0 20px rgba(0,0,0,0.2);
	box-shadow: 0 -5px 15px rgba(0,0,0,0.2), 0 0 20px rgba(0,0,0,0.2);
}

#body-container {
	padding: 0;
}

#body {
	padding: 35px 0;
}


/* ======================================== *
	Search Page
 * ======================================== */
h3.search-title{
	font-family: "Noto Serif";
	font-size: 1.7em;
	line-height: 1.2em;
	font-weight: 700;
	margin-bottom: 30px;
	color: #2470c8;
}

h3.search-title span{
	color: #333;
	font-style: italic;
}

.search-result-page-form {
    max-width: 285px;
    margin: 0 auto 40px;
}

.search-result-page-form .tmf-button {
    font-style: italic;
    text-align: center;
    padding: 15px;
    border-radius: 10px;
    border: 2px solid #fff;
    /*margin-top: 15px;*/
    font-size: 1em;
}


/* ======================================== *
	Footer Section
 * ======================================== */
.post-type-archive-representative-case .tmf-archive-top .envelope-icon {
    font-size: 32px;
    vertical-align: middle;
    padding-right: 15px;
}

.post-type-archive-representative-case .tmf-archive-top .tmf-button {
    margin-left: 15px;
    display: inline-block;
    padding: 5px 10px !important;
}

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

#footer-container {
	padding: 0;
}

#footer {
	padding: 35px 0;
	color: #53534a;
}

#footer-cell-1,
#footer-cell-2 {
	border-right: 1px solid #ccc9c9;
}

#footer-cell-2,
#footer-cell-3 {
	border-left: 1px solid #fff;
}

@media screen and (max-width: 850px) {
	#footer-cell-1,
	#footer-cell-2 {
		border-right: none;
		border-bottom: 1px solid #ccc9c9;
		padding-bottom: 25px;
	}

	#footer-cell-2,
	#footer-cell-3 {
		border-left: none;
		border-top: 1px solid #fff;
	}
}


/* ======================================== *
	Location Section
 * ======================================== */

#location-wrapper {
	background-color: #5b5c56;
	background-image: url(../ie-gradient.php?from=5b5c56&to=696a63);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5b5c56), to(#696a63));
	background-image: -webkit-linear-gradient(#5b5c56, #696a63);
	background-image: -moz-linear-gradient(#5b5c56, #696a63);
	background-image: -ms-linear-gradient(#5b5c56, #696a63);
	background-image: -o-linear-gradient(#5b5c56, #696a63);
	background-image: linear-gradient(#5b5c56, #696a63);
}

#location {
	padding: 30px 0;
	color: #fff;
	text-align: center;
}

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


/* ======================================== *
	Copyright Section
 * ======================================== */
#copyright-wrapper {}

#copyright-container {
	padding: 0;
}

#copyright {
	padding: 15px 0 30px;
	font-size: .85em;
	color: #5c5d58;
}

#copyright a {
	color: #5c5d58;
}



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

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

.tmf-module .tmf-button {
	font-style: italic;
	text-align: center;
	padding: 15px;
	border-radius: 10px;
	border: 2px solid #fff;
	margin-top: 15px;
	font-size: 1em;
}

.tmf-module .tmf-button a {
	color: #fff;
	text-decoration: none;
}

.tmf-module-testimonials {
	background-color: #e9e9e9;
	padding: 25px;
	border-radius: 10px;
	border: 2px solid #fff;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.1);
	box-shadow: 0 0 8px rgba(0,0,0,0.1);
}

/*.tmf-multi-module-area .tmf-module.tmf-module-27 {
	background: rgb(17,87,156);
	background: linear-gradient(180deg, rgba(17,87,156,1) 0%, rgba(49,118,185,1) 100%);
	padding: 25px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.1);
	box-shadow: 0 0 8px rgba(0,0,0,0.1);
	height:550px;
	width:95%;
	margin-bottom:85px;
	margin-top:65px;
}
*/


/* ======================================== *
	Inputs & Buttons
 * ======================================== */

.gform_wrapper.tmf-form-newsletter_wrapper {
	background: #64a2ea; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#64a2ea, #5285c0); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#64a2ea, #5285c0); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#64a2ea, #5285c0); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#64a2ea, #5285c0); /* Standard syntax */
    max-width: 350px;
    padding: 20px 25px;
    border-radius: 8px;
    text-align: center;
    margin: auto;
    margin-top: 40px;
}

.gform_wrapper.tmf-form-newsletter_wrapper input[type=email], 
.gform_wrapper.tmf-form-newsletter_wrapper input[type=number], 
.gform_wrapper.tmf-form-newsletter_wrapper input[type=password], 
.gform_wrapper.tmf-form-newsletter_wrapper input[type=tel], 
.gform_wrapper.tmf-form-newsletter_wrapper input[type=text], 
.gform_wrapper.tmf-form-newsletter_wrapper input[type=url] {
	padding: 0 .1em;
}

.gform_wrapper.tmf-form-newsletter_wrapper ul li.gfield.gfield_html {
 	color: #fff;
 	font-family: "Lato", sans-serif;
 	font-weight: 700;
 	font-size: 20px;
}

.gform_wrapper.tmf-form-newsletter_wrapper .top_label .gfield_label {
	color: #fff;
	margin-top: 20px;
	margin-bottom: 0;
	font-family: "Lato", sans-serif;
	font-weight: 400;
}

.gform_wrapper.tmf-form-newsletter_wrapper .gform_footer {
	margin: 0;
}

.gform_wrapper.tmf-form-newsletter_wrapper .gform_footer input[type=submit] {
	background: #2470c8; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#2470c8, #1d5ea9); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#2470c8, #1d5ea9); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#2470c8, #1d5ea9); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#2470c8, #1d5ea9); /* Standard syntax */
    color: #fff;
    display: block;
    width: 100%;
    cursor: pointer;
    border: none;
    padding: 15px 20px;
    text-align: center;
    border-radius: 8px;
    font-style: italic;
    font-family: "Lato", sans-serif;
}

.gform_wrapper.tmf-form-newsletter_wrapper .gform_footer input[type=submit]:hover {
	background: #1d5ea9; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#1d5ea9, #2470c8); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#1d5ea9, #2470c8); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#1d5ea9, #2470c8); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#1d5ea9, #2470c8); /* Standard syntax */
}

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,
input[type=submit] {
	font-size: .95em;
	padding: 5px;
	background-color: #246fc7;
	background-image: url(../ie-gradient.php?from=246fc7&to=1e5fab);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#246fc7), to(#1e5fab));
	background-image: -webkit-linear-gradient(#246fc7, #1e5fab);
	background-image: -moz-linear-gradient(#246fc7, #1e5fab);
	background-image: -ms-linear-gradient(#246fc7, #1e5fab);
	background-image: -o-linear-gradient(#246fc7, #1e5fab);
	background-image: linear-gradient(#246fc7, #1e5fab);
	cursor: pointer;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
	text-decoration: none!important;
	padding:10px!important;
	font-weight: 700!important;
	color: #fff;
}

.tmf-button:hover,
.page-numbers:hover,
input[type=submit]:hover {
	background-color: #297de0;
	background-image: url(../ie-gradient.php?from=297de0&to=246fc7);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#297de0), to(#246fc7));
	background-image: -webkit-linear-gradient(#297de0, #246fc7);
	background-image: -moz-linear-gradient(#297de0, #246fc7);
	background-image: -ms-linear-gradient(#297de0, #246fc7);
	background-image: -o-linear-gradient(#297de0, #246fc7);
	background-image: linear-gradient(#297de0, #246fc7);
	text-decoration: none!important;
}

.tmf-button:active,
.page-numbers:active,
input[type=submit]:active {
	background-color: #1e5fab;
	background-image: url(../ie-gradient.php?from=1e5fab&to=246fc7);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1e5fab), to(#246fc7));
	background-image: -webkit-linear-gradient(#1e5fab, #246fc7);
	background-image: -moz-linear-gradient(#1e5fab, #246fc7);
	background-image: -ms-linear-gradient(#1e5fab, #246fc7);
	background-image: -o-linear-gradient(#1e5fab, #246fc7);
	background-image: linear-gradient(#1e5fab, #246fc7);
	text-decoration: none;
}

.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;
	color: #333;
}
.tmf-module-27 input[type=text],
.tmf-module-27 textarea{
	border-radius:0;
	border:2px solid #9c9c9d;
}
.tmf-module-27 input{
	text-align:center;
	height:50px;
}
.tmf-module-27 textarea{
	text-align:center;
	height: 150px !important;
}
/* ======================================== *
	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;
}
#header-cell-2 .phone-1, #header-cell-2 .email{
	text-decoration: none;
}
@media screen and (max-width: 500px) {
	.not-mobile {
		display: none;
	}

	.mobile {
		display: inherit;
	}
}

.wufoo .info {
	display:none;
}

/* ======================================== *
        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 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 {
    padding: 0 0 15px;
    margin: 16px 0 0;
    clear: both;
    width: 100%;
	text-align: center;
}

.gform_wrapper.tmf-form_wrapper .gform_footer input.button,
.gform_wrapper.tmf-form_wrapper input[type=submit] {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    /*padding: 15px;*/
    border: 2px solid #fff;
    width: 100%;
    margin-right: 0;
}
.tmf-module-27 .gfield_radio .gchoice{
	display:inline-block;
	width:40%;
}
.tmf-module-27 .gfield_radio{
	text-align: center;
	height:35px;
	margin-top: -15px !important;
}

.tmf-module-27 .gform_wrapper.tmf-form_wrapper .gform_footer input.button{
	width: 50%;
	margin-bottom:15%;
}
.tmf-module-27 .gform_legacy_markup_wrapper h3.gform_title,
.tmf-module-27 #field_2_4{
	text-align: center;
}
.tmf-module-27 .tmf-module-content{
	padding:35px;
	background: rgb(97,97,91);
	background: linear-gradient(180deg, rgba(97,97,91,1) 0%, rgba(128,128,128,1) 100%);
	border-radius: 2%;
	width: 85%;
	margin:auto;
	height:auto;
	

}
.tmf-module-27 label{
	color: white;
	font-size: 19px;
	font-weight:bold;
}
.tmf-module-27 .gform_heading .gform_title{
	color:white;
	font-style:italic;
	font-weight:bold;
	font-size: 40px;
	line-height: 1.25em;
	margin-top: -20px !important;
}

.tmf-module-1111 {
	background:#60615a!important;
	border-radius:10px;
	padding: 25px 10px 25px 12px;
}

.tmf-module-1111 h3 {
	color:#fff;
	font-size:32px;
	line-height:34px;
	text-align:center;
}

.tmf-module-1111 p {
	color:#fff;
	font-size:18px;
	line-height:34px;
	text-align:center;
}
.tmf-module-1111 a {
	color:#fff;
	text-align:center;
}
.tmf-module-1115 {
	background:#60615a!important;
	border-radius:10px;
	padding: 25px 10px 25px 12px;
}

.tmf-module-1115 h3 {
	color:#fff;
	font-size:32px;
	line-height:34px;
	text-align:center;
}

.tmf-module-1115 p {
	color:#fff;
	font-size:18px;
	line-height:34px;
	text-align:center;
}
.tmf-module-1115 a {
	color:#fff;
	text-align:center;
}
.formdescprivate {
	background: pink;
    padding: 30px!important;
    
}
.formdescpublic {
	background: #b2ecc0;
    padding: 30px!important;
    
}
.tmf-module-1109 .gfield_radio .gchoice{
	display:inline-block;
	width:40%;
}
.tmf-module-1109 .gfield_radio{
/* 	text-align: center; */
	height:35px;
	margin-top: -15px !important;
}

.tmf-module-1109 .gform_wrapper.tmf-form_wrapper .gform_footer input.button{
	width: 50%;
	margin-bottom:15%;
}
.tmf-module-1109 .gform_legacy_markup_wrapper h3.gform_title,
.tmf-module-1109 #field_2_4{
	text-align: center;
}
.tmf-module-1109 .tmf-module-content{
	padding:35px;
	background: rgb(97,97,91);
	background: linear-gradient(180deg, rgba(97,97,91,1) 0%, rgba(128,128,128,1) 100%);
	border-radius: 2%;
	width: 85%;
	color:white;
/* 	margin:auto; */
	margin-top:40px;
	height:auto;
}
.tmf-module-1109 h3 {
	color: white!important;
	font-size: 30px!important;
	line-height: 31px!important;
	font-weight:900!important;
}

.tmf-module-1109 a {
	color: white;
}

.tmf-module-1109 label{
	color: white;
	font-size: 19px;
	font-weight:bold;
}
.tmf-module-1109 .gform_heading .gfield_label gfield_label_before_complex{
	color: white;
	font-size: 19px;
	font-weight:bold;
}

.tmf-module-1109 .gform_heading .gform_title{
	color:white;
	font-style:italic;
	font-weight:bold;
	font-size: 40px;
	line-height: 1.25em;
	margin-top: -20px !important;
}
.tmf-module-1134 .gfield_radio .gchoice{
	display:inline-block;
	width:40%;
}
.tmf-module-1134 .gfield_radio{
/* 	text-align: center; */
	height:35px;
	margin-top: -15px !important;
}

.tmf-module-1134 .gform_wrapper.tmf-form_wrapper .gform_footer input.button{
	width: 50%;
	margin-bottom:15%;
}
.tmf-module-1134 .gform_legacy_markup_wrapper h3.gform_title,
.tmf-module-1134 #field_2_4{
	text-align: center;
}
.tmf-module-1134 .tmf-module-content{
	padding:35px;
    background: aliceblue;
    border: 1px solid #cddeec;
    padding: 20px 10px;
    text-align: center;
    border-radius: 10px;
	border-radius: 2%;
	width: 85%;
	color:#333333;
/* 	margin:auto; */
	margin-top:40px;
	height:auto;
}
.tmf-module-1134 h3 {
	color: #333333!important;
	font-size: 30px!important;
	line-height: 31px!important;
	font-weight:900!important;
}
.tmf-module-1135 {
	margin: auto;
	
}.tmf-module-1135 h3 {
	color: #333333!important;
	font-size: 24px!important;
	line-height: 26px;
	font-weight:700;

}



	
}
@media screen and (max-width: 1600px) {
	.tmf-multi-module-area .tmf-module.tmf-module-27{
		padding-left: 10px;
	}
}
@media screen and (max-width: 1200px) {
	.tmf-module-27 .tmf-module-content{
		height: 650px;
	}
	.tmf-multi-module-area .tmf-module.tmf-module-27{
		margin-bottom: 115px;
	}
}
@media screen and (max-width: 1020px) {
	.tmf-module-27 .gfield_radio .gchoice{
		width:auto;
	}
	.tmf-module-27 label#label_2_4_0{
		padding-right: 10px;
	}
}
@media screen and (max-width: 850px){
	.tmf-module-27 .tmf-module-content{
		width: 80%;
	}
}
@media screen and (max-width: 650px){
	.tmf-module-27 .gform_legacy_markup_wrapper ul.gfield_checkbox li label, .tmf-module-27 .gform_legacy_markup_wrapper ul.gfield_radio li label{
		width:auto;
	}
	.tmf-multi-module-area .tmf-module.tmf-module-27{
		padding-left: 0px;
	}
}