/*
Theme Name: Surviving Mesothelioma
Theme URI: http://www.survivingmesothelioma.com/
Description: Surviving Mesothelioma website May, 2017
Author: Kirk A. Sporman w/ the Textivia team
Author URI: http://www.textivia.com/
Template: wp-forge
Version: 2.2
Text Domain: wp-starter
*/

/* ------------------------------------------------------------------------------------ */
/* Global ----------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------ */

* {
	-moz-hyphens:none;
	-ms-hyphens:none;
	-webkit-hyphens: none;
	hyphens:none;
}

:focus {
	outline: none;
}

body {
	background-color: #fefefe;
}

.header_wrap,
.nav_wrap,
.content_wrap,
.footer_wrap {
	background: transparent !important;
	max-width: 1500px;
}

.nav_wrap {
	max-width: 100%;
}

.content_wrap {
	padding-top: 0;
}

a {
	transition: .1s all linear;
}

.cover-bg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.contain-bg {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
}

.full-size-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
}

/* ------------------------------------------------------------------------------------ */
/* Fonts ------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------ */

html, 
body,
p {
	font-size: 16px;
	color: #333;
}

p a:hover {
	text-decoration: underline;
	color: #08436b;
}

html, 
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
	font-family: 'Verdana', 'Open Sans', Arial, sans-serif;
	font-family: 'Open Sans', Arial, sans-serif;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
	display:block;
	clear:both;
	line-height: 1.1;
}

h4 {
	font-weight: 500;
}

.content_wrap h1,
.content_wrap h2 {
	margin-bottom: 1.6rem;
}

.button {
	margin-bottom:0;
}

input.gform_button,
a.button {
	border-radius: 4px;
	background-color: rgba(241,131,2,1);
	color: white;
	font-size: 1.25rem;
	text-transform: uppercase;
	font-weight: 700;
	border: 2px solid white;
}

input.gform_button:hover,
a.button:hover {
	background: white !important;
	color: rgba(241,131,2,1);
	border: 2px solid rgba(241,131,2,1);
}

a.button.alt-black {
	border: 2px solid black;
	background: transparent;
	color: black;
}

/* ------------------------------------------------------------------------------------ */
/* Header ----------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------ */

.header_container {
	background: rgba(34,136,194,1);
}

#header {
	display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.header-info {
	margin-top: 0;
}

.title-bar-title,
.site-title {
	font-family: 'Open Sans', sans-serif;
	font-weight: 900;
	font-size: 2rem;
	text-transform: uppercase;
}

.title-bar-title span,
.site-title span {
	font-weight: 300;
}

.title-bar-title {
	font-size: 1.2rem;
	margin-top: -12px;
	width: 90%;
}

.site-title a {
	color: white;
}

.site-title a:hover {
	color: rgba(141,212,247,1);
}

.site-social a {
	color: rgba(141,212,247,1);
	font-size: 1.375rem;
}

.site-social a:hover {
	color: white;
}

.site-contact {
	color: white;
}

.site-contact div {
	font-size: 0.8125rem;
	text-transform: uppercase;
}

.site-contact a {
	color: white;
	font-size: 1.56rem;
	font-weight: 700;
}

@media only screen and (max-width: 1024px) { 
	.site-social {
		margin-bottom: 1rem;
	}
}

#s {
	border-radius: 8px 0 0 8px;
	border: 2px solid #ddd;
}

#searchsubmit {
	width: 100%;
}

#s::-webkit-input-placeholder {
  color: #ababab !important;
  font-style: italic;
}
#s::-moz-placeholder {
  color: #ababab !important;
  font-style: italic;
}
#s:-ms-input-placeholder {
  color: #ababab !important;
  font-style: italic;
}
#s:-moz-placeholder {
  color: #ababab !important;
  font-style: italic;
  opacity: 1;
}

@media only screen and (max-width:1024px) {
#s::-webkit-input-placeholder {
font-size: .7rem;
}
#s::-moz-placeholder {
font-size: .7rem;
}
#s:-ms-input-placeholder {
font-size: .7rem;
}
#s:-moz-placeholder {
font-size: .7rem;
}
}

/* ------------------------------------------------------------------------------------ */
/* Menu ------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------ */

.nav_container {
	background: rgba(141,212,247,1);
	box-shadow: 0 0 12px rgba(0,0,0,0.3);
}

.top-bar, .top-bar > div > ul {
	background-color: transparent;
}

.top-bar > div > ul > li > a {
	color: white;
	font-size: 0.9375rem;
	text-transform: uppercase;
	font-weight: 600;
}

.top-bar > div > ul > li > a:hover {
	color: rgba(34,136,194,1);
}

.top-bar > div > ul > li ul.submenu {
	background-color: rgba(34,136,194,1);
}

ul.dropdown li a {
	color: white;
	font-weight: bold;
}

.top-bar > div > ul > li ul.submenu li:hover {
	background-color: rgba(241,131,2,1);
}

.top-bar > div > ul > li ul.submenu li:hover a {

}

.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
	border-color: transparent;
 /*  content: "\f107";
    font-family: 'FontAwesome';
 */
	content: '▾';
	font-family: Arial;
	color: white;
    transition: .1s all linear;
    top: .5rem;
    bottom: auto;
    right: .75rem;
}

.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > ul.submenu.first-sub > li.is-dropdown-submenu-parent {
	position: relative;
	padding-right: 1rem;
}

.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > ul.submenu.first-sub > li.is-dropdown-submenu-parent:after {
	border-color: transparent;
	position: absolute;
/*
	content: "\f105";
    font-family: 'FontAwesome';
*/	
	content: '▸';
	font-family: Arial;	
    color: white;
    top: 33%;
    right: .75rem;
}

.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a:hover::after {
	border-color: transparent;	
	color: rgba(34,136,194,1);
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
	display: none;
}

/* ------------------------------------------------------------------------------------ */
/* Slideshow -------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------ */

.hero-content {
	padding: 1rem;
/* 	background: rgba(0,117,175,.65); */
	background: white;
}

.hero-inner {
	display: flex;
}

.hero-content p {
	margin-bottom: 0;
	line-height: 1.1;
/* 	color: white; */
	color: black;
	font-size: 1.575rem;
}

.hero-form {
/*
	background-image: url('/wp-content/themes/surviving-mesothelioma/images/hero-angle.png');
	background-size: cover;
	background-position: bottom left;
	background-repeat: no-repeat;
*/
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6rem 1rem 10.4rem;
    position: relative;
}

.form-width {
    max-width: 450px;
    margin-top: .5rem;
}

.form-width p {
	color: white;
    font-weight: bold;
}

.form-width p strong {
	font-size: 1.3rem;
}

.hero-image p.hero-buttons {
	margin-top: 3rem;
	margin-bottom: 0rem;
}

.hero-buttons a.button {
	border: 1px solid #fa9610;
	box-shadow: 0 2px 2px rgba(0,0,0,0.34);
	border-radius: 1rem;
	background: #FF9100;
	color: black !important;
	transition: 0;
}

.hero-buttons a.button:hover {
	background: #FF9C19 !important;
}

.hero-title {
	color: #0a0d1a;
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 2rem;
}

span.hero-title {
	font-size: 2.65rem;
	font-weight: 900;
	display: block;
	clear:both;
}

.ctas {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.cta {
	position: relative;
}

h3.alt {
	margin-bottom: 1.5rem;
	color: #6f6e6d;
	font-size: 1.5rem;
}

.cta-title {
	font-size: 1.1rem;
	text-decoration: underline;
	font-weight: 700;
	color: #a0a2a5;
}

.home .cta-title {
	display: inline-block;
}

.home .column.cta {
	text-align: center;
}

.hero-image p:not(.hero-buttons) {
	font-size: 1.1rem;
}

#gform_wrapper_1 {
	margin: 0;
	position: relative;
}

.mid-page-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.mid-page-form .gform_wrapper select {
	padding: .75rem 1rem;
	background-position: right;
/*	background: rgba(255,255,255,.8); */
/* 	border: 2px solid rgba(34,136,194,1); */
 	border: 0;
	border-radius: 4px;
	font-size: 1.125rem;
	color: #7d8489;
	height: auto;
	margin-bottom: 0;
}

.mid-page-form .gform_wrapper input[type="text"],
.mid-page-form .gform_wrapper select,
.mid-page-form .gform_wrapper.gf_browser_chrome select {
    padding: .75rem .75rem;
	line-height: 1.5;
	vertical-align: middle;
}

@media only screen and (max-width: 641px) {
	.mid-page-form .gform_wrapper select,
	.mid-page-form .gform_wrapper.gf_browser_chrome select {
		line-height: 2;
	}	
}

#gform_wrapper_1.gform_wrapper ul li.gfield {
	margin-top: 4px;
}

#gform_wrapper_1.gform_wrapper .gform_footer {
	padding: 0;
	margin: .5rem 0;
}

.mid-page-form .gform_wrapper ::-webkit-input-placeholder {
  color: #7d8489 !important;
}
.mid-page-form .gform_wrapper ::-moz-placeholder {
  color: #7d8489 !important;
}
.mid-page-form .gform_wrapper :-ms-input-placeholder {
  color: #7d8489 !important;
}
.mid-page-form .gform_wrapper :-moz-placeholder {
  color: #7d8489 !important;
  opacity: 1;
}

.mid-page-form .gform_wrapper .gform_footer input.button,
.mid-page-form .gform_wrapper .gform_footer input[type=submit],
.mid-page-form .gform_wrapper .gform_page_footer input.button,
.mid-page-form .gform_wrapper .gform_page_footer input[type=submit] {
	display: block;
	width: 100%;
	border-radius: 4px;
	background-color: rgba(241,131,2,1);
	color: white;
	font-size: 1.25rem;
	text-transform: uppercase;
	font-weight: 700;
	border: 2px solid white;
}

.mid-page-form .gform_wrapper input[type=submit]:hover {
	background: white;
	color: rgba(241,131,2,1);
	border: 2px solid rgba(241,131,2,1);
}

#gform_wrapper_1:before {
	background-image: url('/wp-content/themes/surviving-mesothelioma/images/surviving-mesothelioma-book-cover.png');
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
}

@media only screen and (min-width: 1201px) {
	#gform_wrapper_1:before {
		width: 301px;
		height: 440px;
		left: -320px;
		top: -4.5rem;		
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	#gform_wrapper_1:before {
		width: 220px;
		height: 350px;
		left: -230px;
		top: -2.5rem;		
	}
}

@media only screen and (min-width: 640px) and (max-width: 1023px) {
	.hero-form {
		padding: 3rem 0;
/*
		background-image: none;
		background: rgba(141,212,247,.65);
*/
	}
	.hero-image {
		background-image: none !important;
		background: none !important;
	}
}

@media only screen and (max-width:640px) {
	.hero-image {
		background-image: none !important;
		background: none !important;
	}
}

.hero-form small {
	font-size: 13px;
}

.paul-section {
	display:flex;
/* 	background-image: url('/wp-content/themes/surviving-mesothelioma/images/paul-kraus.png'); */
	background-size: contain;
	background-position: bottom center;
	background-repeat: no-repeat;
}

.hero-image {
/* 	border-bottom: .55rem solid rgba(34,136,194,1); */
	background-position: left center;
	background-repeat: no-repeat;
}

img.cover-photo {
	max-width: 250px;
}

.logo-seen-on {
	padding: 1.5rem 1rem;
	background: #d9d9d9;
}

.seen-on {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.seen-on img {
	/* Gray */
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
    opacity: .55;
    max-height: 50px;
    width: auto;
}

.seen-on-title {
	font-size: 1.125rem;
    font-weight: 700;
    color: #636363;
    line-height: 1.1;
}

@media only screen and (max-width:640px) {
	.seen-on .column img {
		margin-bottom: .75rem;
		margin-top: .75rem;
	}
	.seen-on {
		display: block;
	}
}

/* ------------------------------------------------------------------------------------ */
/* Testimonial BLock ------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------ */

.testimonial-block {
	background: #2288c2;
	color: white;
	padding: 5rem 1rem;
}

.testimonial-block span,
.testimonial-block p {
	color: white;
}

.testimonial-block span {
	font-size: 1.25rem;
}

.testimonial-block i {
	color: #fee749;
	margin-bottom: 2rem;
}

.testimonial-block p {
	font-size: 36px;
	font-weight: 700;
}

.small-author {
	font-size: 1rem;
}

.testimonial-block .small-author small {
	display: block;
	clear:both;
}

/* ------------------------------------------------------------------------------------ */
/* Content Section -------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------ */

.home .text-left h1 {
	text-align: center !important;
}

.drop-cap p:first-of-type::first-letter {
    float: left;  
    font-size: 45px; 
    line-height: 45px; 
    padding-top: 0px; 
    padding-right: 8px; 
    padding-left: 0px;
}

#content {
	padding: 3rem 2rem;
}

.full-width-content {
	padding: 1rem;
}

.full-width-content.padded-top {
	padding-top: 4rem;
}

.full-width-content.padded-bottom {
	padding-bottom: 4rem;
}

h1, h2 {
	font-size: 2.56rem;
	font-weight: 500;
	color: rgba(34,136,194,1);
	line-height: 1.1;
}

h1 small, h2 small {
	font-size: 1.375rem;
	font-weight: 400;
	color: rgba(109,110,113,1);
	text-transform: uppercase;
}

li.page_item_has_children ul.children {
	margin-left: 3rem;
}

.h2 {
	font-size: 2.2rem;
	color: #555;
	font-weight: 700;
	line-height: 1.15;
}

.h2.alt {
	font-size: 2.56rem;
	margin-bottom: 1.5rem;
}


@media screen and (max-width: 480px){
	.h2,
	.h2.alt {
		font-size: 2rem;
	}
}
.doctors-list header.state > .name {
    margin-left: 20px;
    text-transform: uppercase;
}

.doctors-list .doctors .doc {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #d4d6db;
}

.doctors-list .doctors .doc .name {
    font-size: 1.25em;
    margin-bottom: .25em;
    color: #000;
}

.doctors-list .doctors .doc img {
    display: block;
    width: 100px;
    float:left;
    margin-right: 1em;
}

.doctors-list .doctors .doc img + .info {
    padding-left: 180px;
}

@media screen and (max-width: 1080px){
    .doctors-list .doctors .doc img + .info {
        padding-left: 130px;
    }
}

@media screen and (max-width: 480px) {
    .doctors-list .doctors .doc img {
        position: static;
        display: block;
	float: none;
        width: 150px;
        margin: 0 auto 15px;
    }

    .doctors-list .doctors .doc img + .info {
        padding-left: 0;
    }
}

/* ------------------------------------------------------------------------------------ */
/* CTAs ------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------ */

.cta {
	margin-bottom: 2rem;
}

.cta-inner {
	padding: 1.5rem 2rem;
	border: 1px solid rgba(34,136,194,1);
	background: -moz-linear-gradient(top,  rgba(34,136,194,0.5) 0%, rgba(35,137,195,0.65) 3%, rgba(55,156,214,1) 99%, rgba(55,156,214,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(34,136,194,0.5) 0%,rgba(35,137,195,0.65) 3%,rgba(55,156,214,1) 99%,rgba(55,156,214,1) 100%);
	background: linear-gradient(to bottom,  rgba(34,136,194,0.5) 0%,rgba(35,137,195,0.65) 3%,rgba(55,156,214,1) 99%,rgba(55,156,214,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#802288c2', endColorstr='#379cd6',GradientType=0 );
	position: relative;
}

.cta:last-of-type .cta-inner {
	background: rgba(241,131,2,1);
}

.cta:hover .cta-inner {
	background: rgba(241,131,2,1);
}

.cta:last-of-type:hover .cta-inner {
	background: rgba(55,156,214,1);
}

.cta-inner h3 {
	font-size: 1.25rem;
	color: white;
	line-height: 1.1;
	text-transform: uppercase;
}

.cta-inner h3 span {
	display: block;
	clear:both;
	font-size: 2.0rem;
	text-transform: none;
	font-weight: 700;
}

@media only screen and ( min-width: 640px ) and (max-width:1024px ) {
	.cta-inner h3 span {
		font-size: 1.25rem;
	}
}

.cta-section {
	padding: 3rem 1rem;
}

.cta-section.padded-top {
	padding-top: 4rem;
}

.cta-section.padded-bottom {
	padding-bottom: 4rem;
}

.clearfix {
	clear: both;
}

/* ------------------------------------------------------------------------------------ */
/* Count Up Area ---------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------ */

.count-up-item span {
	text-transform: uppercase;
}

.count-number {
	font-size: 3.25rem;
	color: rgba(34,136,194,1);
	font-weight: 700;
}

.gradient-background {
	background: -moz-linear-gradient(top,  rgba(55,156,214,0.15) 0%, rgba(255,255,255,0.5) 100%);
	background: -webkit-linear-gradient(top,  rgba(55,156,214,0.15) 0%,rgba(255,255,255,0.5) 100%);
	background: linear-gradient(to bottom,  rgba(55,156,214,0.15) 0%,rgba(255,255,255,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26379cd6', endColorstr='#80ffffff',GradientType=0 );
}

.count-up-item .fa {
	font-size: 2.25rem;
	color: rgba(34,136,194,1);
	margin-top: 1.5rem;
}

.count-up-item span {
	color: rgba(34,136,194,1);
}

/* ------------------------------------------------------------------------------------ */
/* Side Image CTA --------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------ */

.side-image-content {
	background: rgba(34,136,194,1);
	padding: 2rem 6.5rem 2rem 2rem !important;
	position: relative;
}

@media only screen and (max-width: 1024px) {
	.side-image-content {
		padding: 2rem !important;
	}
}

.side-image-cta-button a {
	border-radius: 4px;
	background-color: rgba(241,131,2,1);
	font-size: 1.25rem;
	text-transform: uppercase;
	font-weight: 700;
	border: 2px solid white;
	padding: .55rem 2rem;
	position: absolute;
	bottom: -2rem;
	left: calc(50% - 140px);
	color: white;
}

.side-image-cta-button a:hover {
	background: white;
	color: rgba(241,131,2,1);
	border: 2px solid rgba(241,131,2,1);
}

.side-image-content p,
.side-image-content h2 {
	color: white;
}

.side-image-content h2 {
	font-size: 1.75rem;
}

.side-image-cta .content_wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.side-image-cta img {
	position: relative;
	margin-left: -2rem;
}

/* ------------------------------------------------------------------------------------ */
/* Blog Post Listing ------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------ */

.blog-post-section {
	padding: 4rem 1rem 0;
}

.post-meta {
	color: #58595b;
	font-style: italic;
	font-size: 1.2rem;
}

.blog-post-section h2 {
	font-weight: 700;
}

.repeater-section section,
.blog-post-section section {
	margin-bottom: 2rem;
}

h3,
.blog-post-section h3 a {
	color: #379cd6;
	font-size: 28px;
	font-weight: 500;
}

.categories-links,
.categories-links a,
.post-categories,
.post-categories a {
	color: #f18302;
	font-size: 18px;
	font-weight: bold;
}

.categories-links a:hover,
.post-categories a:hover {
	color: #555;
}

a.more-link {
	clear:both;
	display: block;
	color: #379cd6;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;	
}

.blog-post-section h3 a:hover,
a.more-link:hover {
	color: #f18302
}

.blog-post {
	margin-bottom: 3rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #ddd;
}

.blog-post:last-of-type {
	border-bottom: 0;
}

.image-wrapper img {
	transition: .1s all linear;
}

.image-wrapper {
	overflow:hidden;
	display: inline-block;
	text-align: center;
	width: 100%;
}

/*
.blog-post:hover img{
	transform: rotate(2deg);
}
*/

/* ------------------------------------------------------------------------------------ */
/* Forms ------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------ */

.gform_wrapper .gform_body {
	width: 100% !important;
}

textarea {
	min-height: 0 !important;
	height: 5rem !important;
}

input:not([type]), 
input[type="text"], 
input[type="password"], 
input[type="date"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="month"], 
input[type="week"], 
input[type="email"], 
input[type="number"], 
input[type="search"], 
input[type="tel"], 
input[type="time"], 
input[type="url"], 
input[type="color"], 
textarea {
	margin: 0 !important;
}

/* ------------------------------------------------------------------------------------ */
/* Footer --------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------ */

#contact-bar {
	background: rgba(34,136,194,1);
	padding: 2rem;
	clear:both;
	display:block;
}

#contact-bar p {
	color: white;
	font-size: 20px;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 0;
}

#contact-bar p strong {
	font-size: 40px;
	font-weight: 600;
	text-transform: none;
}

#contact-bar a.button {
	width: 100%;
	display: block;
}

.disclaimer_container {
	background: #6d6e71;
	padding: 2rem;
}

.disclaimer_container p {
	color: white;
	font-style: italic;
	font-weight: 400;
	font-size: 0.9375rem;
}

.footer_container {
	background: #58595b;
	padding: 2rem;
}

.footer_container p {
	color: white;
}

.footer_container h3 {
	color: #5fb4e4;
	font-size: 28px;
	font-weight: 700;
}

.footer_container ul {
	list-style: none;
	list-style-type: none;
	margin-left: 0;
}

.footer_container li {
	color: white;
	margin-bottom: 1.5rem;
}

.footer_container h4 {
	font-weight: 700;
	font-size: 1rem;
	line-height: 1;
	margin-bottom: 0;
	text-transform: uppercase;
}

#copyright {
	background: #414042;
	padding: 2rem 1rem;
}

#copyright a,
#copyright p {
	color: white;
}

/* ------------------------------------------------------------------------------------ */
/* Multi Column Form ------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------ */

@media only screen and (min-width: 1200px) {
/*
	#input_3_7_4_container, 
	#input_3_7_5_container, 
	#input_3_7_3_container {
	    width: 32.5%;
	    margin: 1rem 0 0;
	    padding: 0;
	}
*/
}

/*
#input_3_7_3_container,
#input_3_7_4_container {
	margin-right: .5rem;
}
*/

ul.gform_fields.top_label.form_sublabel_below.description_below.column.column_2 {
    padding-left: 2rem;
}

.gform_multi_column_wrapper .gform_body:after,
.gform_page_multi_column .gform_page_fields:after {
	content: ' ';
	display: table;
	clear: both;
}
.gform_multi_column_wrapper ul.gform_fields,
.gform_page_multi_column ul.gform_fields {
	float: left;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 768px) {
	.gform_column_count_2_wrapper ul.gform_fields,
	.gform_page_column_count_2 ul.gform_fields {
		width: 50%;
	}
	.gform_column_count_3_wrapper ul.gform_fields,
	.gform_page_column_count_3 ul.gform_fields {
		width: 33.333333%;
	}
	.gform_column_count_4_wrapper ul.gform_fields,
	.gform_page_column_count_4 ul.gform_fields {
		width: 25%;
	}
}

/*
.gform_wrapper .ginput_complex .ginput_right select, 
.gform_wrapper .ginput_complex select {
	margin-top: 0 !important;
}
*/

#gform_wrapper_3.gform_wrapper .ginput_complex.ginput_container_address span.ginput_right+span.ginput_left {
	padding-right: 0 !important;
}

/*
#field_3_5 {
	margin-top: 12px !important
}
*/

#gform_wrapper_3.gform_wrapper .top_label li.gfield.gf_left_third, 
#gform_wrapper_3.gform_wrapper .top_label li.gfield.gf_middle_third, 
#gform_wrapper_3.gform_wrapper .top_label li.gfield.gf_right_third {
	margin-bottom: 0;
}

body #gform_wrapper_3.gform_wrapper ul li.gfield {
	margin-top: 0;
}

#gform_wrapper_3 input[type=submit] {
	border-radius: 4px;
	background-color: rgba(241,131,2,1);
	color: white;
	font-size: 1.25rem;
	text-transform: uppercase;
	font-weight: 700;
	border: 2px solid white;
	padding-left: 5rem;
    padding-right: 5rem;
}

@media only screen and (max-width: 640px) {
	#gform_wrapper_3 input[type=submit] {
		padding-left: 0;
		padding-right: 0;
	}
}

#gform_wrapper_3 .gform_footer.top_label {
    text-align: center;
}

.mid-page-form {
	background-image: url('/wp-content/themes/surviving-mesothelioma/images/soft-book-background.jpg');
	background-size: cover;
	background-position: center;
}

@media only screen and (max-width: 1200px) {
	.mid-page-form {
		background-image: url('/wp-content/themes/surviving-mesothelioma/images/soft-book-background-1024.jpg');
	}
}

.mid-page-form h2 small,
.mid-page-form h2,
.mid-page-form p {
	color: white;
}

@media only screen and (min-width: 1200px) {
	.overlay-book {
		margin-top: -3rem;
	}
	.overlay-book img {
		max-width: 150px;
	}
}

select#input_3_7_4 {
    min-height: 2.85rem;
    border-radius: 4px;
    background: rgba(255,255,255,.8);
	border: 2px solid rgba(34,136,194,1);
}

::-webkit-input-placeholder {
  color: #333 !important;
}
::-moz-placeholder {
  color: #333 !important;
}
:-ms-input-placeholder {
  color: #333 !important;
}
:-moz-placeholder {
  color: #333 !important;
  opacity: 1;
}

@media only screen and (min-width: 1200px) {
	#gform_wrapper_3 {
	    margin-bottom: -4rem;
	}
}

/* ------------------------------------------------------------------------------------ */
/* Repeater Section ------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------ */

.repeater-section {
	padding: 3rem 1rem;
}

.repeater-row {
	margin-bottom: 3rem;
}

.repeater-row:last-of-type {
	margin-bottom: 0;
}

/* ------------------------------------------------------------------------------------ */
/* breadcrumbs -------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------ */

ul.breadcrumbs {
	background: none;
	border: 0;
	text-transform: none;
	font-size: .9rem;
}


h2.breadcrumb {
    background: 0 0;
    border: 0;
    text-transform: uppercase;
    font-size: .8rem !important;
    font-weight: 500;
		color: #333;
}

.breadcrumb a:not(:last-child)::after {
    display: none
}

.breadcrumb a {
    color: #f18302;
    font-weight: 700
}

.breadcrumb a:hover {
    color: #1779ba
}

.breadcrumb_last {
    font-weight: 300
}


/* ------------------------------------------------------------------------------------ */
/* News Page -------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------ */

.entry-meta-header, .entry-meta-categories {
	text-transform: none;
}

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

#gform_widget-3,
#gform_widget-2 {
	background: rgba(34,136,194,.8);
	padding: 2rem;
}

#recent-posts-2 span.post-date {
    font-size: .75rem;
    color: #999;
    font-style: italic;
    clear: both;
    display: block;
    margin-left: 0 !important;
    padding-left: 0;
    font-weight: bold;
}

#categories-2 ul,
#recent-posts-2 ul {
	margin-left: 0;
	list-style-type: none;
	list-style: none;
}

#categories-2 li,
#recent-posts-2 li {
    margin-bottom: 1rem;
}

#categories-2 li a,
#recent-posts-2 li a {
	font-weight: 700;
}

#categories-2 li a:hover,
#recent-posts-2 li a:hover {
	color: rgba(241,131,2,1);
}

h6.widget-title {
    font-size: 2rem;
    font-weight: 900 !important;
    margin-bottom: 1rem;
    color: rgba(241,131,2,1);
    border-bottom: 1px solid #999;
    padding-bottom: 1rem;
}

.article-title {
	font-weight: 700;
	font-size: 1.5rem;
	color: rgba(241,131,2,1);
    line-height: 1;
    margin-bottom: .5rem;
}

.sidebar-post p {
	margin: .5rem 0 0;
}

/* ------------------------------------------------------------------------------------ */
/* Sidebar ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------ */

.sidebar-body {
	background: #ebeaea;
	padding: 1.375rem !important;
}

.mid-page-form-wrapper {
	background: #ebeaea;
}

.mid-page-form-wrapper .gform_wrapper {
	padding: .5rem 2.375rem .5rem 2.375rem;
}

.mid-page-form-wrapper .sidebar-footer {
	margin-bottom: 0;
}

.sidebar-footer p {
	font-size: 12px;
}

.sidebar-body h3 {
	color: #0a0d1a;
	font-size: 1.625rem;
	margin-bottom: 1.5rem;
}

.paul-sidebar img {
	width: 100%;
}

.gform_wrapper h3 {
	font-size: 1.325rem;
    color: #0a0d1a;
    font-weight: 700;
    text-transform: capitalize;
}

.gform_wrapper {
	margin: 0;
}

.fa.light-gray {
	color: #868686
}

.sidebar-footer {
	background: #dddddd;
	padding: 1.75rem 2.375rem;
	margin-bottom: 3.9rem;
	border-bottom: 1px solid #ddd;
}

.sidebar-footer p {
	color: #8f8784;
	margin-bottom: 0;
/* 	font-size: 14px; */
}

:not(.home) .sidebar-post {
/* 	margin-top: 6rem; */
    border-top: 1px solid #ddd;
    padding-top: 96px;
}

.mid-page-form-wrapper .gform_fields p {
	color: #0a0d1a;
}

/* ------------------------------------------------------------------------------------ */
/* Nineteen Things -------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------ */

.nineteen-things {
	position: relative;
	background: rgb(153,206,215);
	background: -moz-linear-gradient(top, rgba(153,206,215,1) 0%, rgba(216,247,249,1) 100%);
	background: -webkit-linear-gradient(top, rgba(153,206,215,1) 0%,rgba(216,247,249,1) 100%);
	background: linear-gradient(to bottom, rgba(153,206,215,1) 0%,rgba(216,247,249,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99ced7', endColorstr='#d8f7f9',GradientType=0 );
	padding: 3.8rem 1rem 8rem;
}

.nineteen-things .alt-black {
	z-index:99;
	position: relative;
}

@media only screen and (max-width:640px) {
	.nineteen-things {
		padding-bottom: 2rem;
	}
	.nineteen-things .large-3 {
		margin-top: 2rem;
	}
	#nineteen-things.nineteen-things:after {
		bottom: -10px;
	}
}

@media only screen and (max-width:940px) {
	.nineteen-things img.alignright {
		clear:both;
		display:block;
		float:none;
		margin: 0 auto;
	}
}

.nineteen-things ol li {
	font-size: 1.5rem;
	margin-bottom: 1.25rem;
	color: #272727;
}

.nineteen-things h2 {
	color: #272727;
	margin-bottom: 4.625rem;
	font-size: 2.56rem;
}

.nineteen-things:after {
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 100%;
	height: 142px;
	content: "";
/*	background-image: url('/wp-content/themes/surviving-mesothelioma/images/trees.png'); */
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom center;	
}

h3.callout-section {
	padding-top: 5rem;
	color: #272727;
	font-size: 2.56rem;
}

p.light-gray {
	color: #999;
}

img.cover-full {
	width: 100%;
	height: auto;
}

.gray-background {
	background: #f3f3f3;
}

.light-blue-background {
	background: #eff3f6;
	padding-bottom: 0;
	padding-top: 4rem;
	border-bottom: 5px solid #dde6eb;
}

.light-blue-background img {
	margin-bottom: 0;
}

.light-blue-background p {
/* 	font-size: 1.3rem; */
}

/* ------------------------------------------------------------------------------------ */
/* Mobile Styling --------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------ */

.one_half {
	float:left;
	width: 50%;	
}

.social-share {
	margin-bottom: 2rem;
}

.social-share a i {
	font-size: 2.5rem;
}

/* ------------------------------------------------------------------------------------ */
/* Mobile Styling --------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------ */

.mobmenu-but {
	display: inline-block;
}

.mobmenu {
	width: 20px;
  height: 2px;
  background-color: white;
  margin: 4px 0;
}

.title-bar {
	background: rgba(34,136,194,1);
}

.title-bar-title a {
	color: white;
}

.title-bar-left i {
	color: white;
}
.title-bar-left i:before {
	content: "\2261";
	font-size: 26px;
}

#offCanvasLeft {
	background: rgba(34,136,194,1);
}

#offCanvasLeft a {
	color: white;
	font-weight: bold;
}

#offCanvasLeft.off-canvas .menu.nested {
	background: rgba(34,136,194,1);
}

.is-drilldown-submenu-parent > a::after {
	border-color: transparent transparent transparent white;
}

@media only screen and (max-width: 639px) {
	.site-title {
		font-size: 1.5rem;
	}
	.site-header {
		text-align: center;
		float:none;
	}
	.header-logo, .header-info {
		float:none;
	}
	.site-contact {
		padding-top: .25rem;
	}
	.hero-form {
		padding: 2rem 1rem;
	}
	.cta-inner h3 span {
		font-size: 1.75rem;
	}
	#contact-bar p {
		margin-bottom: .75rem;
	}
	ul.gform_fields.top_label.form_sublabel_below.description_below.column.column_2 {
		padding-left: 0;
	}
}

.gray-links .column a {
	text-decoration: underline;
	color: #575757;
}

.gray-links .column  a:hover {
	color: black;
}

/* ADDED 5/9 */
#field_4_1 {
	position: relative;
}

#field_4_1:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 20px 20px;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	left: -2.375rem;
	top: 0;
	content:"";
}

a.button.matt-large {
	margin-top: 1.5rem;
	padding: 1.5rem 3rem;
	font-size: 2rem;
}

iframe {
/*
    position: absolute;
    margin-left: -999999px;
*/
}

table#t-results .cell-label {
    display: none;
}


@media screen and (max-width: 1340px) {
    table#t-results {
        font-size: .88em;
    }
}

@media screen and (max-width: 1200px){
    table#t-results {
        font-size: .66em;
    }
}

@media screen and (max-width: 1080px) {
    table#t-results,
    table#t-results tbody,
    table#t-results tr,
    table#t-results th,
    table#t-results td {
        display: block;
        font-size: 1em;
    }
    table#t-results tr:first-child {
        display: none;
    }

    table#t-results td:before {
        font-weight: 700;
    }
    table#t-results td {
        position: relative;
        z-index: 1;
        padding: 5px 1em 5px 130px;
    }

    table#t-results .cell-label {
        position: absolute;
        display: block;
        left: 1em;
        margin-right: 10px;
        font-weight: 700;
    }
}


/* ADDED 5/11 */
@media only screen and (min-width:640px) and (max-width:1300px) {
	.mary-flex {
		display:flex;
		align-items:flex-end;
	}


}
@media only screen and (min-width:1000px) and (max-width:1025px) {
	.site-contact a {
		font-size: 1.36rem;
	}
	.site-title {
		line-height: 1;
	}
	.ctas,
	.seen-on {
		display:block;
	}


}

/* ADDED 5/11 */
@media only screen and (max-width: 999px) {
	#contact-bar p strong {
		font-size: 24px;
	}
	.site-contact.large-3 {
		width: 100%;
	}
}
@media only screen and (max-width: 1300px) {
	.top-bar>div>ul>li>a {
		font-size: .65rem;
	}
}

@media only screen and (max-width:768px) {
	#content {
	    padding: 1rem 0.25rem;
	}
	.sidebar-body {
	    padding: .5rem !important;
	}
}

.paul-quote h3,
h2.entry-title-post {
	font-family: 'Open Sans';
	font-weight: 500;
}




.page-template-template-book-request #content {
    padding: 1rem 2rem;
}

.page-template-template-book-request .testimonials img {
    width: 100%
}

.admin-bar .position-left {
    top: 32px;
}

.is-drilldown {
	max-width: 100% !important;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
	border: 1px solid rgba(127,127,127,0.1);
	padding-right: 0;
}

@media only screen and (min-width: 640px) {
	#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
		width: 24%;
		margin-right: 1%;
	}
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img, #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post span {
    width: 100%;
}

#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
    margin: 5px 5px 12px;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n+4),
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post:nth-child(3n+4) {
    clear: none;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(4n+5),
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post:nth-child(4n+5) {
    clear: none;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
    font-size: 0.8em;
}

.nineteen-things .alt-black {
	z-index:99;
	position: relative;
}

.gform_wrapper form li.with-arrow {
	background: url(/wp-content/themes/surviving-mesothelioma/images/form-arrow.png) no-repeat left center;
    padding-left: 38px;
    margin-left: -38px !important;
}

img.with-arrow {
background: url(/wp-content/themes/surviving-mesothelioma/images/down-arrow.png) no-repeat center bottom;
    padding-bottom: 50px;
}

abbr[title] {
    text-decoration: none;
}

.related-posts img {
	float: left;
	margin: 0 1em 0.5em 0;
}

.related-posts .listing-item {
	margin: 1.5em 0;
}

.related-posts .more-link {
	font-weight: normal;
	letter-spacing:0;
	text-transform: none;
}

.related-posts .title {
	font-weight: bold;
	font-size: 120%;
	display: block;
}

.related-posts .excerpt-dash {
	display: none;
}

/* updated on June/18 */
.page-id-10183 nav {
    width: 1500px;
    margin: 0 auto;
    padding-left: 5px;
}
.page-id-10183 header.entry-header {
    width: 1500px;
    margin: 0 auto;
    padding-left: 16px;
}
.page-id-10183 div#main-content {
    margin-bottom: 15px;
}
.page-id-10183 .recent-post {
    padding-top: 20px;
}
@media only screen and (max-width: 2100px){
	.page-id-10183 .rpscw-col {
		float: left;
		width: auto;
	}
}
.page-id-10183 .rpscw-sidept a {
    text-align: left;
    font-size: 1.5rem;
    color: rgba(241,131,2,1);
    line-height: 1.2em;
    margin-bottom: .5rem;
    font-weight: 700;
    text-transform: capitalize;
}
.page-id-10183 .rpscw-excerptsc {
    font-family: 'Open Sans',Arial,sans-serif;
    font-size: 16px;
    margin: 1em 0 1em 0;
}
.page-id-10183 .rpscw-postmeta {
    margin-bottom: 25px;
    color: #666;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}
.large-12{
	padding: 20px 0;
	margin: 0 auto;
    left: 0;
    right: 0;
}
statistics a.button.meso {
    margin-top: 26px;
}
@media screen and (min-width: 980px){
	.small-12.medium-6.pleural-type-meso.columns, .small-12.medium-6.peritoneal-type-meso.columns,
	.cus-signs div#main-content {
		width: 49%;
	}
	.cus-signs div#main-content {
		margin-top: 5px;
	}
}
.pleural-type-meso p:last-child,
.peritoneal-type-meso p:last-child {
    text-align: center;
}
.cus-staging-test {
    padding-top: 3%;
}
.page-id-10183 hr{
	max-width: 100%;
	margin: 0;
}
@media screen and (min-width: 640px){
	.cus-side-bar-bottom{
		display: none;
	}
}
@media screen and (max-width: 640px){
	.page-id-10183 div#content {
		padding: 10px;
	}
	.cus-side-bar{
		display: none;
	}
	.page-id-10183 img.attachment-featured-size.size-featured-size.wp-post-image {
		display: none;
	}
}