/*
Theme Name: uMethod
Theme URI: http://mellonaid.com
Author: Mellonaid
Author URI: http://mellonaid.com
Description: Custom theme for uMethod
Version: 1.0
Text Domain: umd
*/

/* Global */

html, body {
	padding: 0;
	margin: 0; 
	height: 100%;
}
body {
	font-family: "Open Sans Condensed";	
	font-weight: 300;
	color: #30363D;
	overflow-x: hidden;
}
li {
	list-style: none; 
}
ol, ul {
	margin: 0;
	padding: 0; 
}
a { 
	text-decoration: none;
	outline: none;
	color: #30363D;	
}
a:focus { 
	text-decoration: none;
    outline: none; 
}
a:hover {
	text-decoration: none;
	color: #30363D;	
}
*:focus {
    outline: none;
}
h2 {
	font-size: 39px;	
	font-weight: bold;	
	letter-spacing: 1.09px;	
	line-height: 44px;
}

/* WordPress Visual Editor */

.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Layout */

.container {
	max-width: 1360px;
}
.container-wide {
	width:100%;
	padding-right:15px;
	padding-left:15px;
	margin-right:auto;
	margin-left:auto
}
#main {
	padding-bottom: 50px;
}

/* Background Pattern */

.inline-bg-pattern {
	width: 100%;
	display: inline-block;
	background: url('img/shapes/abstract-u-bg-gray-open.svg') no-repeat bottom center;
	height: 210px;
}
.single #main {
	background: url('img/shapes/abstract-u-bg-gray-open.svg') no-repeat 130% 64%;
	background-size: 50%;
}
.page-template-page-contact #main {
	background: url('img/shapes/abstract-u-bg-gray-open.svg') repeat-y 100% 35%;
	background-size: 50%;
}
.page-template-default #main {
	background: url('img/shapes/abstract-u-bg-gray-open.svg') repeat-x 100% 240px;
	background-size: 50%;
}
.page-template-page-content-three #main {
	background: url('img/shapes/abstract-u-bg-gray-open.svg') repeat 100% 0;
	background-size: 50%;
}
#physicians-content {
	background: url('img/shapes/abstract-u-bg-gray-open.svg') repeat-x 100% 0;
	background-size: 50%;
}
#individuals-content {
	background: url('img/shapes/abstract-u-bg-gray-open.svg') repeat-x 100% 800px;
	background-size: 50%;
}

#solutions-detail-content {
	background: url('img/shapes/abstract-u-bg-gray-open.svg') repeat 100% 0;
	background-size: 50%;
}
.page-template-page-solutions-restoreu #main {
	background: url('img/shapes/abstract-u-bg-gray-open.svg') repeat-x center 94%;
	background-size: 50%;
}
#solutions-restoreu-infographic {
	background: url('img/shapes/abstract-u-bg-gray-open.svg') repeat-x center center;
}

@media (max-width: 768px) { 
	.page-template-page-default #main,
	.page-template-page-contact #main,
	.single #main,
	#home-steps,
	.page-template-page-content-three #main,
	#solutions-detail-content,
	#physicians-content,
	.page-template-page-solutions-restoreu #main,
	#solutions-restoreu-infographic {
		background: none;
	}
	.inline-bg-pattern {
		background: none;
		height: auto;
	}
}

/* Helper Classes */

.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.img-fluid {
	width: 100%;
	max-width: 100%;
	height: auto;
}

/* Elements */

.page-title {
	font-size: 64px;	
	font-weight: bold;	
	line-height: 64px;
	margin: 104px 0 35px;
}
.lead {
	font-size: 24px;	
	font-weight: bold;	
	letter-spacing: 0.67px;	
	line-height: 30px;
}
.special-underline {
	border-top: 1px solid #F9E400;
	max-width: 358px;
	margin-bottom: 24px;
}
.special-underline-inner {
	border-top: 4px solid #F9E400;
	width: 60px;
}
.fancy-gutter {
	position: relative;
	border-right: 16px solid #fff;
}
.fancy-gutter .shape {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -17.5px;
	transform: rotate(-270deg);
}
.yellow {
	background: #F9E400;
}
.gray {
	background: #E8E6E1;
}
.form-disclaimer {
	font-size: 16px;
}
.btn-primary {
	border: 3px solid #F9E400;
	color: #333333;	
	font-size: 14px;	
	font-weight: bold;	
	text-transform: uppercase;
	line-height: 19px;	
	text-align: center;
	background: #fff;
	padding: 10px 20px;
	cursor: pointer;
	font-style: normal;
}
.btn-large {
	border: 3px solid #FFFFFF;
	color: #30363D;	
	font-size: 20px;	
	font-weight: bold;	
	text-transform: uppercase;
	line-height: 27px;	
	text-align: center;
	padding: 15px 30px;
	cursor: pointer;
	font-style: normal;
}
.border-bottom-gray {
	border-bottom: 1px solid #B3AEA2;
	margin-top: 79px;
}
.quote-left,
.quote-right {
	height: 43px;	
	width: 70px;
	display: inline-block;
}
.quote-left {
	background: url('img/icons/quote-left.svg') no-repeat center center;
}
.quote-right {
	background: url('img/icons/quote-right.svg') no-repeat center center;
}

@media (max-width: 768px) {
	.page-title {
		margin: 35px 0;
	}
	.fancy-gutter {
		display: none;
	}
}

/* Shapes */

.shape {
	display: inline-block;
	width: 35px;
	height: 33px;
	background: url('img/shapes/abstract-u-small-white.svg') no-repeat center center;
}
.yellow-shape {
	display: inline-block;
	width: 35px;
	height: 33px;
	background: url('img/shapes/abstract-u-small-yellow.svg') no-repeat center center;
}

/*Icons */

.icon {
	width: 24px;
	height: 24px;
	display: inline-block;
}
.linkedin-icon {
	height: 24px;
	width: 24px;
	background: url('img/icons/linkedin-logo.svg') no-repeat center center;
	display: inline-block;
}
.twitter-icon {
	height: 13px;
	width: 16px;
	background: url('img/icons/twitter.svg') no-repeat center center;
	display: inline-block;
}
.facebook-icon {
	height: 24px;
	width: 24px;
	background: url('img/icons/facebook.svg') no-repeat center center;
	display: inline-block;
}
.close-icon {
	background: url('img/icons/menu-close.svg') no-repeat center center;
}
.right-arrow-icon {
	background: url('img/icons/arrow.svg') no-repeat center center;
}

/* Header */

#header {
	padding: 24px 0;
}
#header img {
	position: relative;
	top: 6px;
}

/* Main Navigation */

.nav-menu {
	float: right;
}
.nav-menu > li {
	display: inline-block;
}
.nav-menu > li a {
	display: inline-block;
	padding-bottom: 8px;
	margin-left: 46px;
	font-size: 14px;	
	font-weight: bold;	
	letter-spacing: 1.5px;	
	line-height: 17px;
	text-transform: uppercase;
	border-bottom: 	2px solid #FFFFFF;
}
.nav-menu > li a:hover,
.nav-menu > li.current-menu-parent > a,
.nav-menu > li.current-menu-item > a {
	border-bottom: 	2px solid #F9E400;
}
.nav-menu > li.menu-item-has-children {
	position: relative;
}

/* Sub Menus */

.nav-menu .sub-menu {
	width: 180px;
	position: absolute;
	left: calc(50% - 67px);
	top: 29px;
	display: none;
	border-top: 2px solid #F9E400;
	background: #fff;
	box-shadow: 0 16px 33px 0 rgba(0,0,0,0.16);
	z-index: 999;
	/*font-size: 24px;*/
	line-height: 17px;
	padding: 17px 24px 6px;
}
.nav-menu li:hover > .sub-menu { 
	display: block;
} 
.nav-menu > li .sub-menu > li a {
	padding: 0 0 4px 0;
	margin: 0 0 12px;
	text-transform: none;
	font-weight: normal;
	font-size: 18px !important;
	line-height: 22px;
}
.nav-menu .sub-menu > li a:hover,
.nav-menu .sub-menu > li.current-menu-item a {
	border-bottom: 	2px solid #F9E400;
}
.sub-menu:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(253, 216, 53, 0);
	border-bottom-color: #F9E400;
	border-width: 10px;
	margin-left: -10px;
}

/* Special Menu Classes */

.nav-menu > li.btn-menu {
	margin-left: 20px;
}

.nav-menu > li.btn-menu a {
	position: relative;
	top: 3px;
	border-bottom: 2px solid #30363D;
	font-size: 16px;	
	font-weight: bold;	
	line-height: 19px;	
	padding: 11px 20px;
	text-align: center;
	background: #F9E400;
	padding: 10px 20px;
	cursor: pointer;
	font-style: normal;
	text-transform: none;
}
.nav-menu li.btn-menu a:hover {
	border-bottom: 2px solid #30363D;
}
.nav-menu .sub-menu > li.menu-title {
	margin-top: 14px;
	border-bottom: 1px solid #D8D8D8;
}
.nav-menu .sub-menu > li.menu-title a {
	color: #B3AEA2;	
	font-size: 14px;	
	font-weight: bold;	
	letter-spacing: 1.75px;	
	line-height: 19px;
	text-transform: uppercase;
	margin-bottom: 13px;
	cursor: default;
}
.nav-menu .sub-menu > li.special-dark a {
	color: #30363D;	
	font-size: 14px;	
	font-weight: bold;	
	letter-spacing: 1.75px;	
	line-height: 19px;
	text-transform: uppercase;
}

/* Mobile Menu */

#header {
	position: relative;
}
#menu-toggle {
    position: absolute;
    top: -25px;
    right: 20px;
    width: 40px;
    display: none;
    cursor: pointer;
    height: 45px;
}
#menu-toggle span {
    background: #30363D;
    display: block;
    height: 1px;
    left: 0;
    opacity: 1;
    position: absolute;
    transform: rotate(0deg);
    transition: all 0.25s ease-in-out 0s;
    width: 100%;
}
#menu-toggle span:nth-child(1) {
    top: 0px;
}
#menu-toggle span:nth-child(2), #menu-toggle span:nth-child(3) {
    top: 12px;
}
#menu-toggle span:nth-child(2), #menu-toggle span:nth-child(3) {
    top: 12px;
}
#menu-toggle span:nth-child(4) {
    top: 24px;
}
#menu-toggle.open span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}
#menu-toggle.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#menu-toggle.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#menu-toggle.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}

@media (max-width: 768px) {
	#header img {
		top: 0;
	}
	#menu-toggle {
		display: block;
	}
	.nav-menu {
		display: none;
		float: none;
		margin-top: 30px;
	}
	.nav-menu > li {
		display: block;
		margin: 18px 0;
	}
	.nav-menu > li a {
		margin-left: 0;
		font-size: 18px;
	}
	.nav-menu .sub-menu {
		width: auto;
		position: relative;
		left: 0;
		display: block;
		background: none;
		border-top: none;
		box-shadow: none;
		font-size: 18px;
		padding: 0;
		top: 0;
		padding: 10px 0 10px 20px;
	}
	.nav-menu > li .sub-menu > li a {
		font-size: 18px;
		margin: 0 0 14px 0;
	}
	.nav-menu .sub-menu > li.menu-title {
		margin-bottom: 10px;
	}
	.nav-menu .sub-menu > li.menu-title a {
		margin-bottom: 18px;
	}
	.sub-menu:after {
		display: none;
	}
	.nav-menu > li.btn-menu {
		margin-left: 0;
	}
}

/* Slider */

#slider {
	display: none;
}

.slide {
	width: 100%;
}
/*.slide {
	padding: 110px 0 240px;
}
.slide {
	background-size: cover;
}*/
.slide img {
	width: 100%;
}
.slide h2 {
	font-size: 44px;
	line-height: 49px;
}
.slide p {
	font-size: 24px;	
	line-height: 33px;
	margin: 13px 0 70px;
}
.slide-text {
	width: 50%;
	position: absolute;
	left: 100px;
	top: 15%;
}
.cycle-slideshow {
	z-index: 0;
}
#slide-nav-container {
	text-align: center;
	margin-top: -110px;
}
#slide-nav span {
	width: 8px;
	height: 8px;
	border: 2px solid #fff;
	border-radius: 8px;
	color: #fff;
	margin: 0 7px; 
	display: inline-block; 
	text-indent: -9999px; 
	cursor: pointer;
}
#slide-nav span.cycle-pager-active {
	background: #fff;
}
#slide-prev-next {
	margin: -10px -3px 0 0;
}
#slide-prev,
#slide-next {
	background: url('img/icons/arrow.svg') no-repeat center center;
	width: 24px;
	height: 24px;
	background-color: #FFFFFF;
	padding: 20px;
	display: inline-block;
}
#slide-prev {
	transform: rotate(180deg);
	margin-right: -3px;
}
#slide-next {
	margin-right: -3px;
}
@media (max-width: 1024px) {
	.slide-text {
		width: 100%;
		position: relative;
		padding: 50px 15px 180px;
		left: 0;
		top: 0;
	}
	.slide .btn-large {
		border-color: #30363D;
		color: #30363D;
	}
	#slide-nav span {
		border-color: #E9E6E1;
	}
	#slide-nav span.cycle-pager-active {
		background: #E9E6E1;
	}
}
#home-intro {
	padding: 32px 84px;
	background: #fff;
	text-align: center;
	box-shadow: 0 2px 54px 0 rgba(0,0,0,0.16);
	margin: -6px 0 58px;
}
#home-steps #home-intro p {
	font-size: 45px;
	line-height: 61px;
	margin-bottom: 0;
	opacity: 1; 
}

/* Home Steps */

#home-steps {
	text-align: center;
	position: relative;
	padding-bottom: 117px;
}
#home-steps .yellow-shape {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -17.5px;
}

/* Numbered Points */

.point-icon {
	background: url('img/shapes/abstract-u-element-gray-small.svg') no-repeat center center;
	height: 54px;	
	width: 57px;
	margin: 36px 0 27px;
	display: inline-block;
}
.point-number {
	font-size: 36px;	
	line-height: 36px;
	color: #B3AEA2;
}
.point-number .number {
	color: #F9E400;
}
.numbered-point {
	text-align: center;
}
.numbered-point p {
	font-size: 20px;	
	line-height: 28px;
	opacity: 0.7;
	font-weight: 300;
}
.numbered-point p.point-top {
	font-weight: bold;	
	margin-top: 25px;
}
.numbered-point p.point-bottom {
	margin-bottom: 100px;
}

@media (max-width: 768px) { 
	#home-intro {
		padding: 32px 15px;
	}
	.numbered-point {
		margin-bottom: 60px;
	}
	.numbered-point p.point-bottom {
		margin-bottom: 40px;
	}
}

/* Sitewide Notice */

#sitewide-notice {
	background: #F9E400;
	position: realtive;
	font-size: 20px;	
	line-height: 27px;
	text-align: center;
	padding: 17px 0;
}
#sitewide-notice .learn-more {
	position: relative;
	top: -2px;
	color: #30363D;
	font-size: 16px;
	font-weight: bold;	
	line-height: 22px;	
	text-transform: uppercase;
	margin-left: 30px;
	display: inline-block;
}
#sitewide-notice .close-icon {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -12px;
}
#sitewide-notice .right-arrow-icon {
	position: relative; 
	top: 6px;
	margin-left: 13px;
}

@media (max-width: 768px) {
	#sitewide-notice {
		text-align: left;	
	}
	#sitewide-notice .learn-more {
		margin-left: 0;
		display: block;
	}
	#sitewide-notice .close-icon {
		padding-left: 30px;
		top: 6px;
	}
}

/* Content Three */

#content-three-points {
	padding: 80px 0 20px;
}

/* Blog Loop */

#blog-nav {
	text-align: center;
}
#blog-nav .nav-links .page-numbers {
	display: inline-block;
	margin: 0 14px;
}
#blog-nav .nav-links .current {
	font-weight: bold;
}
#blog-loop {
	padding: 69px 0 79px;
}
.blog-post {
	border-top: 1px solid #B3AEA2;
	padding: 35px 0 32px;
}
.blog-post .col-md-2 {
	text-align: right;
}
.page-inner .blog-post h3 {
	margin-bottom: 0;
	cursor: pointer;
}
.post-date {
	color: #B3AEA2;
	font-size: 24px;	
	letter-spacing: 0.67px;	
	line-height: 30px;
	position: relative;
	top: -3px;
}
.excerpt-more {
	text-transform: uppercase;
	color: #F9E400;
}
.post-toggle {
	background: url('img/icons/blog-arrow-down.svg') no-repeat center center;
	width: 12px;
	height: 9px;
	display: inline-block;
	position: relative;
	top: -6px;
}
.post-toggle.open {
	background: url('img/icons/blog-arrow-up.svg') no-repeat center center;
}
.blog-content {
	margin-top: 30px;
	margin-bottom: 10px;
	display: none;
}
@media (max-width: 768px) { 
	.post-date {
		top: 0;
	}
	.post-toggle {
		top: 0;
	}
	.page-inner .blog-post h3 {
		margin-bottom: 18px;
	}
	.blog-post .col-md-2 {
		text-align: left;
	}
}

/* Solutions RestoreU */

#conclusion img {
	margin-bottom: 40px; 
}
#advisory-board h2 {
	margin: 20px 0 25px !important;
}
#advisory-board h4 {
	margin-bottom: 0;
}
#sources,
#research-top-sources {
	font-size: 18px;	
	font-style: italic;	
	line-height: 24px;
	padding-bottom: 59px;
}
#research-top-charts {
	margin-top: 20px;
}
#research-top-results h3 {
	margin-bottom: 10px;
}
#research-top-charts .col-md-5,
#research-top-results .col  {
	padding: 0 30px;
}
#research-top-results {
	margin-top: 60px;
}
#research-bottom img {
	margin-bottom: 50px;
}
#research-bottom h3 {
	margin-bottom: 46px;
}
#research-top-charts h4 {
	font-size: 15.61px;	
	font-weight: bold;	
	letter-spacing: 0.44px;	
	line-height: 19px;
	text-transform: uppercase;
}
#research-top-circles {
	background: #E8E6E1;
	padding: 66px 80px 0;
	text-align: center;
	margin: 100px 0 0;
}
#research-top-sources .col {
	padding: 30px 30px 0;
}
.research-circle {
	box-sizing: border-box;
	height: 145px;
	width: 145px;
	border: 10px solid #F9E400;
	background-color: #30363D;
	border-radius: 145px;
	color: #FFFFFF;	
	font-size: 49px;	
	font-weight: bold;	
	line-height: 122px;	
	text-align: center;
	display: inline-block;
	margin-bottom: 29px;
}
#causes {
	padding: 79px 0 30px;
}
#causes p {
	font-size: 30px;	
	font-weight: 300;	
	line-height: 41px;
	margin-bottom: 60px;
}
#causes .col-lg-3 {
	padding-top: 70px;
}
#causes a {
	opacity: 0.6;	
	color: #4A4A4A;	
	font-size: 18px;		
	line-height: 24px;
	display: block;
	margin-bottom: 19px;
}
#causes a.active:before {
	content: url('img/icons/arrow-radial-chart.svg');
	width: 24px;
	height: 24px;
	display: inline-block;
	margin-right: 2px;
}
#causes a.active {
	font-weight: bold;
	opacity: 1;
}
#method p {
	opacity: 0.7;	
	color: #30363D;	
	font-size: 18px;	
	line-height: 28px;
}
#solutions-restoreu-infographic {
	margin-top: 37px;
	text-align: center;
}
#solutions-restoreu-infographic img {
	margin: 19px 0;
	max-width: 100%;
	height: auto;
}
#circle-progress {
	margin-bottom: 24px;
}
#causes #circle-source {
	margin-top: 50px;
	font-size: 18px;
	line-height: 22px;
}

@media (max-width: 768px) { 
	#conclusion img {
		margin-bottom: 50px;
	}
	#conclusion  {
		padding-bottom: 0;
	}
	#research-top-circles {
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 50px;
	}
	#research-top-charts img {
		margin-bottom: 50px;
	}
	#causes .col-lg-3 {
		text-align: center;
		padding: 20px 15px;
	}
}

/* Solution Detail */

#solutions-detail-intro,
#individuals-intro,
#physicians-intro,
#solutions-intro,
#solutions-restoreu-intro {
	background: #E8E6E1;
	padding: 48px 0 48px;
}
#solutions-detail-intro .col-md-3,
#solutions-restoreu-intro .col-md-3 {
	text-align: center;
	position: relative;
}
#solutions-detail-intro h2,
#solutions-restoreu-intro h2,
#physicians-intro h2 {
	margin-bottom: 44px;
}
#solutions-detail-content {
	padding: 100px 0 80px;
}
#solutions-detail-contact #contact-content,
#individuals-contact #contact-content {
	padding-top: 40px;
}
.big-number {
	font-size: 200px;
	font-weight: bold;
	letter-spacing: -14px;
	line-height: 200px;
	display: block;
	position: relative;
	top: -36px;
}
.big-number .decimal {
	color: #F9E400;
}
.big-number-text {
	position: relative;
	left: 6px;
	top: -46px;
	font-size: 44px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 3px;
	line-height: 44px;
	display: block;
	margin-bottom: 30px;
}

/* Physicians */

#simple-process h5 {
	text-transform: uppercase;
	font-size: 24px;	
	font-weight: bold;	
	letter-spacing: 0.67px;	
	line-height: 30px;
	margin-bottom: 20px;
}
#physicians-content {
	/*border-top: 60px solid #B3AEA2;*/
	/*padding-top: 40px;*/
}
#physicians-content .col-md-10 p,
#individuals-content .col-md-10 p {
	padding-right: 100px;
}
#physicians-content .col-md-10 #simple-process p {
	padding-right: 0;
}

#physicians-content h2,
#individuals-content h2,
#how-it-works-intro h2,
#research-top h2,
#advisory-board h2,
#method h2,
#simple-process h2,
#causes h2{
	padding-bottom: 14px;
	margin: 35px 0 25px;
	border-bottom: 1px solid #F9E400;
}
#physicians-contact #contact-content,
#simple-process  {
	padding-top: 40px;
}
#simple-process-bottom img {
	display: block;
	margin: 40px auto;
}
@media (max-width: 768px) { 
	#solutions-detail-intro .col-md-3 img,
	#solutions-restoreu-intro .col-md-3 img,
	#physicians-intro .col-md-2 img {
		margin: 0 0 40px;	
	}
	#physicians-content .col-md-10 p,
	#individuals-content .col-md-10 p {
		padding-right: 0;
	}
	#physicians-intro .col-md-2 {
		text-align: center;
	}
	#simple-process-bottom img {
		margin: 20px auto;
	}
}

/* How it Works */

#content-how-it-works {
	background: #fff;
}
#how-it-works-intro h3 {
	margin-bottom: 40px;
}
#how-it-works-intro h4 {
	font-size: 20px;	
	font-weight: bold;	
	letter-spacing: 0.56px;	
	line-height: 26px;
}
#how-it-works-cols .col-md-4 {
	position: relative;
	padding: 10px 78px 0 30px;
}
#how-it-works-cols .how-it-works-bar {
	height: 100%;
	position: absolute;
	left: -48px;
	top: 0;
	background: #F9E400;
	width: 48px
}
#how-it-works-cols .how-it-works-bar img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -14px;
	margin-top: -26px;
}

@media (max-width: 1024px) { 
	#how-it-works-cols .how-it-works-bar {
		display: none;
	}
	#how-it-works-cols .col-md-4 {
		padding: 10px 15px 0;
	}
}

/* 404 */

.error404 #main {
	padding-bottom: 100px;
}

/* Individuals */

.page-template-page-individuals-restoreu .quote-section,
.page-template-page-physicians-restoreu .quote-section {
	margin-top: 0;
}
#individuals-intro h2 {
	margin-bottom: 55px;
}
#individuals-intro img {
	margin: 10px 0;
}
#individuals-steps-left {
	text-align: center;
	position: relative;
}
#individuals-steps-left-content {
	position: absolute;
	bottom: 34px;
	width: 100%;
	padding: 0 60px;
}
#individuals-steps-left h3 {
	color: #FFFFFF;	
	font-size: 32px;	
	font-weight: bold;	
	letter-spacing: -0.47px;	
	line-height: 49px;
}
#individuals-steps-left p {
	color: #FFFFFF;	font-family: "Open Sans Condensed";	
	font-size: 18px;	
	line-height: 28px;	
	margin-bottom: 40px;
}
#individuals-steps-left .read-more {
	color: #F9E400;	
	font-size: 16px;	
	font-weight: bold;	
	letter-spacing: 0.8px;
	line-height: 22px;
	text-transform: uppercase;
}
#individuals-steps-right {
	background: #F7F6F4;
	padding: 50px 0;
}
#individuals-steps-right  h2 {
	margin: 0 0 50px 56px;
}
.individuals-step {
	position: relative;
	padding: 0 30px 0 100px;
}
.individuals-step ul {
	padding-left: 50px;
}
.individuals-step ul li {
	list-style: disc;
}
.individuals-step-number {
	opacity: 0.2;	
	color: #B3AEA2;	
	font-size: 88px;	
	font-weight: bold;	
	letter-spacing: -1px;	
	line-height: 120px;
	position: absolute;
	left: 50px;
	top: -40px;
}
.individuals-step-number-text {
	color: #384F7A;	
	font-size: 14px;	
	letter-spacing: 1.75px;	
	line-height: 19px;
	text-transform: uppercase;
	margin-bottom: 0;
}
.individuals-step h3 {
	color: #1D1F24;	
	font-size: 26px;	
	font-weight: bold;	
	letter-spacing: -0.22px;
}
.individuals-step-body {
	opacity: 0.7;	
	color: #1D1F24;
	font-size: 24px;	
	font-weight: 300;	
	line-height: 28px;
}
.individuals-step .special-underline {
	margin: 60px 0 50px;
	border-color: #EBEBEB;
	max-width: 100%;
}
@media (max-width: 768px) { 
	#individuals-intro img {
		display: block;
		margin: 30px auto;
	}
	.individuals-step  {
		padding: 0 30px 50px;
	}
	#individuals-steps-right  h2  {
		margin: 0 30px 50px;
	}
	#individuals-steps-left-content {
		position: relative;
	}
	#individuals-steps-left {
		padding: 100px 0 40px;
	}
	.individuals-step-number {
		display: none;
	}
}

/* Normal Banner */

.banner {
	padding: 157px 50px 170px;
	border-bottom: 60px solid #F9E400;
}
.page-template-page-content-one .banner {
	border-bottom: none;
}
.banner p {
	color: #30363D;
	font-size: 24px;
	line-height: 33px;
	margin: 24px 0 50px;
}

/* Banner Split */

.banner-split .col-md-5 {
	background: #F9E400;
	padding: 157px 30px 127px 60px;
	position: relative;
}

.banner-split h2 {
	font-size: 64px;	
	font-weight: bold;	
	line-height: 68px;
	margin-bottom: 86px;
}
.banner-split .banner-small-title {
	font-size: 36px;	
	font-weight: 300;	
	line-height: 49px;
	text-transform: uppercase;
}
.banner-string {
	background: url('img/shapes/abstract-u-white-outline-string.png') repeat bottom left;
	width: 100%;
	height: 50px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.banner-down {
	background: url('img/icons/arrow-down.svg') no-repeat center center;
	width: 24px;
	height: 24px;
	background-color: #30363D;
	padding: 25px;
	display: inline-block;
	position: absolute;
	bottom: 0;
	z-index: 999;
	right: -25px;
}

@media (max-width: 768px) {  
	.banner-split .col-md-5 {
		padding: 50px 50px 70px;
	}
	.banner-split h2 {
		margin-bottom: 60px;
	}
	.banner-split .col-md-7 {
		display: none;
	}
	.banner-string {
		display: none;
	}
	.banner-down {
		right: 50%;
		margin-right: -25px;
	}
}

/* Home */

.home .quote-section {
	margin-top: 0;
}
#home-contact-right {
	padding-top: 74px;
	padding-bottom: 85px;
	background: #fff;
}

/* Partners */

#partners-intro img {
	margin-top: 36px;
}
#partners-contact-right {
	padding-top: 50px;
	padding-bottom: 30px;
}
@media (max-width: 768px) {  
	#partners-intro img {
		margin-bottom: 40px;
	}
}


/* Page  */

.page-inner {
	font-size: 24px;
}
.page-inner a {
	color: #B3AEA2;
	text-decoration: underline;
}
.page-inner ul {
	margin: 0 0 29px 30px;
	color: #30363D;	
	font-size: 24px;	
	line-height: 33px;
}
.page-inner ul li {
	list-style-type: disc;
    line-height: 33px;
}
.page-inner h3,
.page-inner h4 {
	font-weight: bold;
	letter-spacing: 0.67px;	
	line-height: 30px;
	margin-bottom: 18px;
}
.page-inner p,
.page-inner h4 {
	margin-bottom: 29px;
}

@media (max-width: 768px) {
	.page-inner p:last-child {
		margin-bottom: 40px;
	}
}

/* Blog Single */

blockquote {
	margin: 50px 0;
	border-top: 1px solid #E9E9E9;
	border-bottom: 1px solid #E9E9E9;
	display: block;
	padding: 21px 112px 0 0;
	color: #30363D;
	font-size: 36px;	
	font-style: italic;	
	font-weight: 300;	
	letter-spacing: -0.3px;	
	line-height: 41px;
}
.page-inner h3.post-author {
	margin: 14px 0 35px 4px;
}
.single .fancy-gutter {
	border-right: none;
}
.single #big-image-container {
	padding: 0;
}
.single .big-image-caption {
	opacity: 0.5;	
	font-size: 16px;	
	font-weight: 300;	
	line-height: 26px;
	margin: 18px 0 36px 30px;
}
#blog-sidebar {
	padding-top: 190px;
}
#blog-sidebar blockquote {
	border: none;
	margin: 0 0 15px;
	padding: 0;
}
#blog-sidebar .author {
	font-size: 14px;	
	line-height: 22px;
	margin-bottom: 0;
}
#blog-sidebar .author-name {
	font-size: 14px;	
	font-weight: bold;	
	letter-spacing: 1.75px;	
	line-height: 19px;
	text-transform: uppercase;
}
#blog-sidebar > div {
	margin-bottom: 100px;
}
#blog-sidebar-content {
	margin-top: 100px;
}

@media (max-width: 768px) {
	blockquote {
		padding-right: 0;
	}
	#blog-sidebar {
		padding-top: 50px;
	}
	#blog-sidebar-content {
		margin-top: 50px;
	}
}

/* Contact */

#contact-right {
	padding-left: 133px;
}
@media (max-width: 768px) {
	#contact-right  {
		padding-left: 15px;
	}
}

/* Forms */

#main .gform_wrapper ul li {
    list-style-type: none;
    text-indent: 0;
    padding-left: 0;
}
#main .gform_wrapper label.gfield_label {
	font-size: 12px;	
	font-weight: bold;	
	letter-spacing: 0.7px;	
	line-height: 14px;
	text-transform: uppercase;
	margin-bottom: 0;
}
#main .gfield_required {
	color: #FD3258;
}
#main .gform_wrapper .top_label div.ginput_container {
	margin-top: 2px;
}
#main .gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0;
}
#main .gform_wrapper ul.gform_fields li.gfield.gf_left_half {
	padding-right: 30px;
}
#main .gform_wrapper .top_label li.gfield.gf_left_half textarea, 
#main .gform_wrapper .top_label li.gfield.gf_right_half textarea {
	width: 100%;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="date"],
textarea,
#main .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
#main .gform_wrapper select  {
	background: #E8E6E1;
	width: 100%;
	display: block;
	border: none;
	font-size: 16px !important;
	padding: 11px 16px !important;
}
#main div.ginput_container_name span {
	padding-right: 30px !important;
	margin-right: 0 !important;
}
#main .gform_wrapper .gform_footer {
	margin-top: 6px;
}
#main .gform_confirmation_message {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
}
@media (max-width: 768px) { 
	#main .gform_wrapper ul.gform_fields li.gfield.gf_left_half {
		padding-right: 0;
	}
}

/* About */

#about-intro .page-title {
	margin-top: 110px;
}
#leadership-section {
	padding-top: 44px;
}
.leader .col-md-5 {
	background: #F9FAFC;
	padding: 91px 0 30px 33px;
	position: relative; 
}
.leader {
	background-size: cover;
	background: #F9FAFC;
}
.leader h4 {
	font-size: 26px;
	letter-spacing: -0.22px;
	color: #1D1F24;
	margin-bottom: 10px;
}
.leader-title {
	position: absolute;
	top: 0;
	left: 0;
	background: #F9E400;
	padding: 10px 25px;
	font-size: 14px;
	letter-spacing: 1.75px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.leader p {
	margin-bottom: 44px;
}
.leader img {
	display: none;
	margin-bottom: 29px;
}
#leadership-intro {
	padding-bottom: 24px;
}
.leader .special-underline {
	max-width: 100%;
	border-color: #B3AEA2;
	margin: 14px 0 0;
}

@media (max-width: 1024px) { 
	#about-intro .page-title {
		margin-top: 0;
	}
}

@media (max-width: 768px) { 
	.leader img {
		display: block;
	}
	.leader .col-md-6 {
		display: none;
	}
	.leader .col-md-5  {
		padding-left: 30px;
		padding-right: 30px;
	}
}

/* Quote Section */

.quote-section {
	position: relative;
	margin-top: 79px;
	background: #F9E400;
	padding: 64px 0;
	text-align: center;
}
.quote-section .shape {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -17.5px;
}
.quote-section p {
	margin: 32px 0 48px;
	font-size: 36px;	
	font-style: italic;		
	letter-spacing: 1.29px;	
	line-height: 49px;
}
.quote-section p.quote-btn-container {
	margin-top: 60px;
}
.page-template-page-content-one .quote-section {
	margin-top: 0;
}

/* Special Underline Placement */

#page-default .special-underline,
#page-contact .special-underline {
	margin-bottom: 70px;
}

/* The Latest */

#latest {
	padding: 73px 0;
}
#latest-top {
	text-align: center;
}
#latest-top p {
	font-size: 24px;	
	line-height: 33px;	
	margin: 17px 0 37px;
}
.latest-post {
	border: 1px solid #E9E9E9;
	height: 100%;
	background: #fff;
}

.latest-post a {
	color: #30363D;
}
.latest-post h3 {
	font-size: 24px;	
	font-weight: bold;	
	letter-spacing: 0.67px;	
	line-height: 30px;
}
.latest-post p {
	font-size: 24px;	
	line-height: 33px;
}
.latest-post-top {
	position: relative;
}
.latest-post-bottom {
	padding: 70px 102px 38px 30px;
}

.latest-post-category {
	position: absolute;
	top: 100%;
	background: #F9E400;
	padding: 10px 25px;
	font-size: 14px;
	letter-spacing: 1.75px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

@media (max-width: 1024px) { 
	.latest-post-bottom  {
		padding: 70px 30px 38px;
	}
}
@media (max-width: 768px) {
	.latest-post {
		margin-bottom: 50px;
		height: auto;
	}
}

/* Footer */

#footer {
	padding: 66px 0 56px;
	background: #30363D;
	border-bottom: 6px solid #F9E400;
}
#footer h3 {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 19px;
	color: #B3AEA2;
	font-weight: bold;
	letter-spacing: 1.75px;
	margin-bottom: 5px;
}
#footer .menu li {
	padding-top: 11px;
}
#footer .menu li a {
	font-size: 16px;
	line-height: 22px; 
	color: #FFFFFF;
	opacity: 0.7;
}
#footer-bottom {
	text-align: center;
	margin-top: 83px;
	font-size: 16px;
	opacity: 0.7;
	color: #FFFFFF;
}
#footer-bottom a {
	color: #F9E400;
}
#twitter-link {
	opacity: 0.7;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 18px;
}

@media (max-width: 768px) {
	#footer .menu,
	#footer img {
		margin-bottom: 50px;
	}
	#footer-bottom {
		margin-top: 0;
	}
}
