/*!
 * Theme Name: Tony Robbins Theme
 * Theme URI: https://www.tonyrobbins.com
 * Description: A new brand. A new template.
 * Author: 2Hats
 * Version: 1.0
 */
 .page-coaching{color: #000;}
 .page-coaching #background::before{background: transparent;}
 .page-coaching h5, .page-coaching .h5 {
 	font-size: 25px;
 	font-weight: 700;
 	letter-spacing: 2px;
 	line-height: 1.2;
 	margin-top: 13px;
    font-family: "proxima_nova_regular", "Helvetica", san-serif;
 }
 .container {
 	max-width: 1200px; 
 }
 .container-md {
 	padding: 0 85px; 
 }
 .container-xs {
 	padding: 0 85px; 
 }
 .container-xxs {
 	max-width: 600px; 
 }
 @media (max-width: 991px) {
 	.container {
 		padding: 0 15px;
 	}
 }
 @media (max-width: 767px) {
 	.container {
 		padding: 0 45px; 
 	} 
 }
 .callout {
 	background: #f5f5f5 none repeat scroll 0 0;
 	font-size: 25px;
 	padding: 38px 0 37px;
 	text-align: center;
 }
 .callout p {
 	display: inline-block;
 	margin: 0 50px 0 0;
 	vertical-align: middle;
 	font-size: 25px;
 }
 .btn {
    padding:12px 25px;
 }
 .btn-teal {
	font-family: "proxima_nova_regular", "Helvetica", san-serif;
 	background: #2bb6d4 none repeat scroll 0 0;
 	border: 2px solid #2bb6d4;
 	color: #ffffff;
 	font-size: 12px;
 	font-weight: 600;
 	letter-spacing: 0.1em;
 	line-height: 40px;
 	padding: 0 29px;
 	text-transform: uppercase;
 	transition: color 0.3s ease 0s, background 0.3s ease 0s;
 }
.btn:hover {
    color:#fff;
}
 .btn-teal:hover, .btn-teal:focus {
 	background: #ffffff none repeat scroll 0 0;
 	color: #2bb6d4;
 }

 .article h5 {
 	margin-bottom: 42px;
 	text-align: center;
 	text-transform: uppercase;
 }
 .article .article-image {
 	margin-bottom: 67px;
 	padding-top: 27px;
 	position: relative;
 }
 .article .article-image::after {
 	background: rgba(0, 0, 0, 0) url("images/article-image-shadow.png") repeat-x scroll 0 0 / 100% 100%;
 	content: "";
 	height: 46px;
 	left: 0;
 	position: absolute;
 	top: 100%;
 	width: 100%;
 }
 .features-secondary {
 	margin: 0;
 }
 .features {
 	display: flex;
     display:-webkit-flex;
 	list-style-type: none;
 	padding: 0;
	 margin: 0;
 }

 .features .feature {
 	-moz-box-flex: 0;
 	flex: 0 0 50%;
 }

.feature > a:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: .3;
	background: #000;
	z-index: 1;
	-webkit-transition: opacity 0.3s, background 0.3s;
	-o-transition: opacity 0.3s, background 0.3s;
	transition: opacity 0.3s, background 0.3s;
}

.feature > a:hover:before {
	opacity: .8;
	background: #2ab5d3;
}
 .feature img {
 	height: auto;
 	width: 100%;
 }
 .feature-secondary .feature-content {
 	max-width: 450px;
 }
 .feature .feature-content {
 	left: 50%;
 	max-width: 400px;
 	padding: 0 10px;
 	position: absolute;
 	top: 50%;
 	transform: translate(-50%, -50%);
 	width: 100%;
 	z-index: 2;
 }
 .feature-secondary h5 {
 	margin-bottom: 20px;
 }
 .feature h5 {
 	margin: 0 0 15px;
 	text-transform: uppercase;
 }
 .feature-secondary p {
 	margin-bottom: 20px;
 }
 .feature p {
 	margin-bottom: 36px;
 }
 .link-more-white {
 	color: #ffffff;
 	font-size: 13px;
 }
 .link-more {
 	color: #14aecf;
 	display: inline-block;
 	font-size: 12px;
 	font-weight: 600;
 	letter-spacing: 0.1em;
 	text-transform: uppercase;
 }
 .article .article-image img {
 	margin: 0;
 }
 .article img {
 	height: auto;
 	margin-bottom: 25px;
 }
 .mfp-bg {
 	opacity: .8; 
 }

 .mfp-container {
 	padding: 0; 
 }
 .mfp-container .popup {
 	display: block;
 }
 .mfp-iframe-holder .mfp-close,
 .mfp-content .mfp-close {
 	display: block;
 	width: 26px;
 	height: 26px;
 	left: 50%;
 	top: -74px;
 	right: auto;
 	padding: 0;
 	margin-left: -13px;
 	opacity: 1;
 	background-image: url(images/CloseIcon_White.png);
 	-webkit-background-size: 100% 100%;
 	background-size: 100% 100%;
 	font-size: 0;
 	line-height: 0;
 	text-indent: -4004px;
 }
 .mfp-iframe-holder .mfp-close:hover,
 .mfp-content .mfp-close:hover {
 	opacity: .7;
 }
 .mfp-fade {
 	-webkit-transform: scale(0.9);
 	-ms-transform: scale(0.9);
 	-o-transform: scale(0.9);
 	transform: scale(0.9);
 	opacity: 0;
 	-webkit-transition: transform 0.3s, opacity 0.3s;
 	-o-transition: transform 0.3s, opacity 0.3s;
 	transition: transform 0.3s, opacity 0.3s;
 }
 .mfp-fade.mfp-ready {
 	-webkit-transform: scale(1);
 	-ms-transform: scale(1);
 	-o-transform: scale(1);
 	transform: scale(1);
 	opacity: 1; 
 }
 .mfp-fade.mfp-removing {
 	-webkit-transform: scale(0.9);
 	-ms-transform: scale(0.9);
 	-o-transform: scale(0.9);
 	transform: scale(0.9);
 	opacity: 0; 
 }
 .mfp-fade.mfp-removing.mfp-bg {
 	-webkit-transform: scale(1);
 	-ms-transform: scale(1);
 	-o-transform: scale(1);
 	transform: scale(1); 
 }
 .mfp-fade.mfp-bg {
 	opacity: 0;
 	transition: opacity .3s; 
 }
 .mfp-fade.mfp-bg.mfp-ready {
 	opacity: .8; 
 }
 .mfp-fade.mfp-bg.mfp-removing {
 	opacity: 0;
 }
 @media (max-width: 991px) {
 	.callout {
 		font-size: 20px;
	}

	 .callout p {
		 display: block;
		 margin: 0 0 10px;
		 font-size: 20px;
	 }

	 .feature {
		 font-size: 14px;
	 }

	 .feature h5 {
		 font-size: 23px;
	 }

	 .feature p {
		 margin-bottom: 10px;
	 }
 }

 @media (max-width: 767px) {
 	.btn-teal {
 		font-size: 10px;
 		line-height: 31px; 
 	}
 	.article h5 {
 		margin-bottom: 30px; 
 	}
 	.callout {
 		padding: 23px 30px 28px;
 		font-size: 17px;
 		line-height: 1.29; 
 	}
 	.callout p {font-size: 17px;}
 	.callout p {
 		display: block;
 		margin: 0 0 15px;
 	} 
 	.page-coaching h5, .page-coaching .h5 {
 		font-size: 17px;
 		line-height: 1.35;
 	}
 }
 @media (max-width: 767px) {
 	.features {
 		display: block;
 		margin: 0; 
 	}
 	.feature {
 		font-size: 12px;
 		line-height: 1.42;
 	}
 	.feature h5 {
 		font-size: 17px;
 		line-height: 1.29;
 		margin-bottom: 8px; 
 	}
 	.feature p {
 		margin-bottom: 14px; 
 	}
 	.feature p:last-child {
 		padding-top: 0;
 		margin-top: -15px; 
 	}
 	.feature .feature-content {
 		padding: 0 50px; 
 	}
 	.feature-primary .feature-link {
 		display: block;
 		width: 100%;
 		height: auto;
 		padding-top: 52.7%;
 		text-align: center; 
 	}
 	.feature-primary .feature-link:before {
 		width: 100%; 
 	}
 	.feature-primary .feature-content-secondary {
 		display: block;
 		position: absolute;
 		width: 100%;
 		height: auto;
 		top: 50%;
 		left: 0;
 		padding: 0 10px;
 		-webkit-transform: translate(0, -50%);
 		-ms-transform: translate(0, -50%);
 		-o-transform: translate(0, -50%);
 		transform: translate(0, -50%); 
 	} 
 }

.section-posts-secondary {
	padding: 126px 0 50px;
}

.section-posts h5 {
	font-family: "proxima_nova_regular", "Helvetica", san-serif;
	font-weight: 700;
	font-size: 25px;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 68px;
	letter-spacing: 2px;
	color: #000;
}

.section-posts .col-sm-6 {
	margin-bottom: 58px;
}

.section-posts .section-link {
	display: block;
	padding-bottom: 13px;
	font-family: "proxima_nova_regular", "Helvetica", san-serif;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #000;
	text-transform: uppercase;
	text-align: center;
}

.section-posts .section-link span {
	position: relative;
	display: block;
	margin-bottom: 22px;
}

.section-posts .section-link .video-contain:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: .2;
	background: #000;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.section-posts .section-link:hover, .section-posts .section-link:focus {
	text-decoration: none;
}

.section-posts .section-link span img {
	margin: 0;
}

.section-posts .section-link img {
	width: 100%;
	height: auto;
	margin-bottom: 26px;
}

.section-posts .section-link .ico-play {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.section-posts .section-link .section-overlay {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	padding: 0 30px;
	margin: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	opacity: 0;
	visibility: hidden;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0;
	color: #fff;
	text-transform: none;
	-webkit-transition: opacity 0.3s, visibility 0.3s;
	-o-transition: opacity 0.3s, visibility 0.3s;
	transition: opacity 0.3s, visibility 0.3s;
	z-index: 3;
}

.section-posts .section-link .section-overlay strong {
	display: block;
	margin-bottom: 14px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.section-posts .section-link:hover .section-overlay {
	opacity: 1;
	visibility: visible;
}

.section-posts .section-link:hover .ico-play {
	opacity: 0;
}
.section-posts .section-link:hover span:before {
	opacity: .4;
}

.section-simple {
	padding: 50px 0 75px;
}

.ta-center {
	text-align: center;
}

.section-simple h5 {
	text-align: center;
	text-transform: uppercase;
	margin: 25px 0;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: 0.1em;
	font-family: "proxima_nova_regular", "Helvetica", san-serif;
	color: #000;
}

.form-styles .embedded-marketo-form {
	padding: 0;
	background: transparent;
}

.form-styles .mktoForm .mktoOffset {
	height: 6px;
}

.form-styles .embedded-marketo-form .mktoLabel {
	display: block;
	font-family: "proxima_nova_regular", "Helvetica", san-serif;
	margin: 0;
	font-size: 14px;
	font-weight: 600 !important;
	text-align: left;
	text-transform: none !important;
	color: #000 !important;
	letter-spacing: 0 !important;
	margin-bottom: 0 !important;
}

.embedded-marketo-form .mktoForm .mktoFormRow input, .embedded-marketo-form .mktoForm .mktoFormRow textarea, .embedded-marketo-form .mktoForm .mktoFormRow select {
	border: 2px solid #cacbcc;
}

.form-styles .embedded-marketo-form .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton {
	width: 100%;
	background-color: #2bb6d4;
	font-size: 12px;
	font-family:'Proxima Nova W01' !important;
	font-weight: 400;
	letter-spacing: 1px;
}

.form-contact p {
	font-family: "proxima_nova_regular", "Helvetica", san-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.63;
	margin: 0;
	color: #000;
}

.form-contact p strong {
	letter-spacing: 0.1em;
}

.form-contact a[href^="tel"] {
	font-weight: inherit;
	color: inherit;
	text-decoration: none;
}

.section-jobs p + ul {
	padding-top: 53px;
}

.list-jobs {
	padding: 0;
	margin: 0;
	text-align: left;
	text-transform: uppercase;
	list-style-type: none;
}

.list-jobs li {
	padding: 27px 30px 29px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	border-top: 1px solid #ddd;
	-webkit-transition: background 0.3s;
	-o-transition: background 0.3s;
	transition: background 0.3s;
	font-family: "proxima_nova_regular", "Helvetica", san-serif;
	color: #000;
}

.list-jobs strong {
	display: block;
	padding-right: 20px;
	letter-spacing: 0.1em;
}

.list-jobs li:hover {
	background: #f5f5f5;
}

.list-jobs strong {
	display: block;
	padding-right: 20px;
	letter-spacing: 0.1em;
}

.list-jobs-secondary {
	padding: 0;
	margin: 0;
	font-size: 14px;
	letter-spacing: 0.1em;
	color: #000;
	text-transform: uppercase;
	list-style-type: none;
}

.event-secondary .list-jobs li {
	padding: 13px 28px;
	margin: 0 -28px;
}

.section-jobs {
	padding: 0 0 154px;
	font-weight: 300;
	text-align: center;
}

.section-jobs h5 {
	font-family: "proxima_nova_regular", "Helvetica", san-serif;
	text-align: center;
	text-transform: uppercase;
	font-size: 25px;
	margin-top: 13px;
	margin-bottom: 42px;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: 2px;
}

.section-jobs p {
	padding: 0 30px;
	margin-bottom: 24px;
}

.section-simple .sidebar {
	margin-right: 70px;
}
.sidebar {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 300px;
	-moz-box-flex: 0;
	-moz-flex: 0 0 300px;
	-ms-flex: 0 0 300px;
	flex: 0 0 300px;
	padding-top: 10px;
}

.content {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 100%;
	-moz-box-flex: 0;
	-moz-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
}

.section-simple .section-body {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row-reverse nowrap;
	-moz-flex-flow: row-reverse nowrap;
	-ms-flex-flow: row-reverse nowrap;
	flex-flow: row-reverse nowrap;
}

.article-compact {
	padding: 0;
}

.widgets {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.widget {
	font-weight: 300;
}

.widget strong {
	display: block;
}

.widgets .widget + .widget {
	margin-top: 26px;
}

.article-compact h6 {
	font-family: "proxima_nova_regular", "Helvetica", san-serif;
	font-size: 20px;
	line-height: 1.25;
	font-weight: 700;
	letter-spacing: 0;
	margin-top: 13px;
	margin-bottom: 27px;
	text-transform: none;
}

.article-compact ul {
	display: block;
	margin: 0 0 68px;
	padding: 0;
	list-style-type: none;
}

.article-compact ul li {
	margin: 0;
	position: relative;
	padding-left: 17px;
}

.article-compact ul li + li {
	margin-top: 26px;
}

.article-compact ul li::before {
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	top: 10px;
	left: 0;
	background: #14aecf;
}

p a {
	font-weight: 700;
	color: #14aecf;
}

.article-compact p + h6 {
	padding-top: 46px;
}

.article-compact ul + p {
	margin-top: -42px;
}

.section-simple .section-head {
	margin-bottom: 50px;
}

.section-quinary {
	padding: 0 0 95px;
}

.section-quinary .section-head {
	margin-bottom: 86px;
	text-align: center;
}

.section-quinary .section-head h5 {
	font-family: "proxima_nova_regular", "Helvetica", san-serif;
	line-height: 1.2;
	font-size: 25px;
	text-transform: uppercase;
	margin-bottom: 25px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-top: 13px;
}

.section-quinary p {
	padding: 0 65px;
	margin: 0;
	font-weight: 300;
}

.section-quinary .col-sm-6 {
	margin-bottom: 25px;
}

.feature {
	position: relative;
	font-style: normal;
	font-weight: 300;
	color: #fff;
	text-align: center;
}
.
.feature-primary a {
	-webkit-transition: transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	backface-visibility: hidden;
}

.feature > a {
	position: relative;
	display: block;
	color: inherit;
	z-index: 3;
}
.feature.extra-item img{
    display: none;
    position: absolute;
    top: 35px;
    left: 50%;
    vertical-align: text-bottom;
    box-shadow: 0px 0px 5px #666666;
    border: 1px solid #ebebeb;
    z-index: 
}
.feature.extra-item img.show{
    display: block;
}
.feature img {
	width: 100%;
	height: auto;
}
@media (max-width: 767px) {
    .feature.extra-item img.show{
        top: -150px;
        left: 0;
        bottom: auto;
    } 
}

.feature .feature-content {
	position: absolute;
	width: 100%;
	max-width: 400px;
	top: 50%;
	left: 50%;
	padding: 0 10px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
}

.feature h5 {
	text-transform: uppercase;
	margin: 0 0 15px;
}

.btn-transparent {
	padding: 0 22px;
	border: 2px solid #f3f3f0;
	font-size: 12px;
	line-height: 40px;
	font-weight: 600;
	letter-spacing: 0.1em;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: color 0.3s, background 0.3s;
	-o-transition: color 0.3s, background 0.3s;
	transition: color 0.3s, background 0.3s;
	background: transparent;
}

.btn-transparent:focus, .btn-transparent:hover {
	background: #fff;
	color: #000;
}

.section-contact {
	padding: 60px 0 40px;
	color: #fff;
	background: #14aecf;
}

.feature-primary a:hover {
	-webkit-transform: scale(1.06);
	-ms-transform: scale(1.06);
	-o-transform: scale(1.06);
	transform: scale(1.06);
}

.feature-primary a:hover::before {
	opacity: .5;
	background: #000;
}

.form-contact-secondary {
	max-width: 630px;
	margin: 0 auto;
	text-align: center;
}


.form-contact-secondary h6 {
	font-family: "proxima_nova_regular", "Helvetica", san-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 15px;
	letter-spacing: 2px;
	font-size: 20px;
	line-height: 1.25;
}

.feature-primary h5 {
	font-family: "proxima_nova_regular", "Helvetica", san-serif;
	font-size: 25px;
	letter-spacing: 2px;
	font-weight: 700;
}

.nav-teritary {
	padding: 13px 0;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.1em;
	color: #aaa;
	text-transform: uppercase;
	background: #f5f5f5;
}

.nav-teritary ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.nav-teritary li + li {
	margin-left: 43px;
}

.nav-teritary li.active a {
	color: #000;
}
.nav-teritary a {
	color: inherit;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}

.nav-teritary a {
	text-decoration: none;
}

@media (min-width: 768px) {
	.nav-teritary li.active a {
		padding-bottom: 12px;
		border-bottom: 2px solid #2bb6d4;
	}
}

blockquote {
	padding: 20px 50px 30px 29px;
	margin: 42px 0px 44px;
	border-left: 2px solid #282828;
}

blockquote p {
	font-family: "Georgia", Times, Serif;
	font-size: 25px;
	line-height: 1.4;
	font-style: italic;
}

.testimonial {
	padding: 209px 0 216px;
	font-family: "Georgia", Times, Serif;
	font-size: 30px;
	line-height: 1.35;
	color: #fff;
	text-align: center;
}

.fix-bg {
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}

.fix-bg .background {
	display: none;
}

.testimonial .testimonial-inner {
	max-width: 810px;
	margin: 0 auto;
}

.testimonial em {
	display: block;
	margin-bottom: 39px;
}

.testimonial strong {
	display: block;
	font-family: "proxima_nova_regular", "Helvetica", san-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.section-teritary {
	padding: 98px 0 128px;
}

.section-teritary h5 {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 131px;
	font-family: "proxima_nova_regular", "Helvetica", san-serif;
	font-size: 25px;
	line-height: 1.2;
	letter-spacing: 2px;
	font-weight: 700;
}

.list-partners {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: distribute;
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	justify-content: space-around;
	padding: 0;
	margin-bottom: -150px;
	text-align: center;
	list-style-type: none;
}

.list-partners li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-moz-box-flex: 0;
	-moz-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	margin-bottom: 150px;
}

.list-partners a {
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.section-videos {
	position: relative;
	text-align: center;
}

.videos {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	margin: 0;
	-webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.15);
	box-shadow: 0 15px 15px rgba(0, 0, 0, 0.15);
	list-style-type: none;
}

.videos .video {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.3%;
	-moz-box-flex: 0;
	-moz-flex: 0 0 33.3%;
	-ms-flex: 0 0 33.3%;
	flex: 0 0 33.3%;
}

.video {
	position: relative;
	font-size: 16px;
	line-height: 1.63;
	font-weight: 300;
	color: #fff;
}

.video a {
	position: relative;
	display: block;
	color: inherit;
}

.video a::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: .2;
	background: #000;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.video a:hover::before {
	opacity: .5;
}

.video img {
	width: 100%;
	height: auto;
}

.video .video-content {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 0 50px 16px;
}

.video .ico-play {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -50px 0 0 -50px;
}

.video p {
	max-height: 0;
	overflow: hidden;
	font-weight: 300;
	opacity: 0;
	-webkit-transition: max-height 0.3s, padding 0.3s, opacity 0.3s;
	-o-transition: max-height 0.3s, padding 0.3s, opacity 0.3s;
	transition: max-height 0.3s, padding 0.3s, opacity 0.3s;
}

.video a:hover p {
	max-height: 300px;
	opacity: 1;
	-webkit-transition: max-height 0.7s, padding 0.3s, opacity 1s;
	-o-transition: max-height 0.7s, padding 0.3s, opacity 1s;
	transition: max-height 0.7s, padding 0.3s, opacity 1s;
}

.video h6 {
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 7px;
}

.feeding-america {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 100px 0;
	background-color: #fff;
	text-align: center;
}

.feeding-america .fa {
	display: inline-block;
	margin: 40px 0 45px 0;
	width: 125px;
}

.feeding-america h3 {
	font-family: "proxima_nova_regular", "Helvetica", san-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	text-transform: uppercase;
	margin: 0 auto 32px auto;
	max-width: 310px;
}

.feeding-america p {
	max-width: 420px;
	margin: 0 auto 35px auto;
}

.feeding-america > div {
	padding: 0;
}

.feeding-america h2 {
	text-transform: uppercase;
	font-family: "tungsten-medium", "Helvetica", san-serif;
	font-size: 56px;
	line-height: 1;
	margin: 0 auto 40px auto;
	max-width: 310px;
}

.bg-gray {
	background-color: #eeeeee;
}

.safe-img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

.section {
	padding: 112px 0 151px;
}

.section .section-content {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 100%;
	-moz-box-flex: 0;
	-moz-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	padding: 40px 100px 0 0;
}

.section .section-image {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 370px;
	-moz-box-flex: 0;
	-moz-flex: 0 0 370px;
	-ms-flex: 0 0 370px;
	flex: 0 0 370px;
	margin-right: 100px;
}

.section .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}

.section em {
	display: block;
	margin-bottom: 25px;
	font-family: "Georgia", serif;
	font-size: 20px;
	color: #aaa;
}

.single-breadcrumb {
	padding: 35px 42px 0 24px;
}

.single-breadcrumb a {
	font-size: 12px;
	color: #a8a8a8;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.section-testimonials .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

.section-testimonials .slider-images {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 370px;
	-moz-box-flex: 0;
	-moz-flex: 0 0 370px;
	-ms-flex: 0 0 370px;
	flex: 0 0 370px;
	margin-right: 102px;
}

.slider-images {
	margin: -23px 0;
	color: #fff;
	-webkit-box-shadow: 0px 12px 30px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 12px 30px 0px rgba(0, 0, 0, 0.3);
}

.slider-images {
	color: #fff;
}

.vertical-slider-container {
	overflow: hidden;
}

.slider-images .slider-actions {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
}

.slider-images .slides {
	padding: 0;
	list-style-type: none;
}

.slider-images .slide {
	position: relative;
}

.slider-images .slides {
	list-style-type: none;
}

.slider-images .slide::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: .4;
	background: #000;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.slider-images img {
	width: 100%;
	height: auto;
}

.slider-testimonials .slide {
	padding: 20px 0;
}

.slider-testimonials h5 {
	margin: 0;
}

.slider-testimonials em {
	display: block;
	padding-top: 1px;
	margin-bottom: 27px;
	font-family: "Georgia", serif;
	font-size: 15px;
	color: #aaa;
}

.slider-testimonials p {
	margin-bottom: 31px;
	font-weight: 300;
}

.slider-testimonials .link-more {
	font-family: "Georgia", serif;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0;
	font-style: italic;
	text-transform: none;
}

.section-testimonials .slider-testimonials {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 100%;
	-moz-box-flex: 0;
	-moz-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	padding-right: 200px;
}
.slider-testimonials {
	position: relative;
	padding: 120px 0;
	color: #fff;
}

.slider-images .slide.center::before {
	opacity: 0;
}

.slider-testimonials .slides {
	padding: 0;
	list-style-type: none;
}

.slider-testimonials .slider-prev, .slider-testimonials .slider-next {
	content: '';
	position: absolute;
	width: 22px;
	height: 22px;
	left: 5px;
	border-top: 2px solid #aaa;
	border-right: 2px solid #aaa;
	font-size: 0;
	line-height: 0;
	text-indent: -4004px;
	-webkit-transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	transition: border-color 0.3s;
}

.slider-testimonials .slider-prev {
	top: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.slider-testimonials .slider-next {
	bottom: 0;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

.slider-images .slide:hover {
	cursor: pointer;
}

.section-testimonials {
	margin-bottom: 170px;
}

.section-featured .section-content {
	padding: 50px 70px 0 0;
}

.section-featured em {
	display: block;
	margin-bottom: 22px;
	font-family: "Georgia", serif;
	font-size: 15px;
	color: #aaa;
}

.section-featured h5 {
	text-transform: uppercase;
	margin-bottom: 27px;
}

.section-featured p {
	margin-bottom: 28px;
}

.section-posts {
	padding: 60px 0 40px;
}

.post {
	text-align: left;
}

.post > a {
	position: relative;
	display: block;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.post div.post-item-container:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.post img {
	width: 100%;
	height: auto;
}

.post > a i {
	position: absolute;
	top: 60%;
	left: 50%;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: top 0.3s, opacity 0.3s;
	-o-transition: top 0.3s, opacity 0.3s;
	transition: top 0.3s, opacity 0.3s;
}

.ico-handshake {
	display: inline-block;
	width: 99px;
	height: 54px;
	vertical-align: middle;
	background-image: url('images/ico-handshake.png');
	background-size: 100% 100%;
	font-size: 0;
	line-height: 0;
	text-indent: -4004px;
}

.section-posts .col-sm-6:nth-child(2n+1) {
	clear: both;
}

.section-posts .col-sm-6:last-child {
	clear: none;
}

.post > a:hover i {
	top: 50%;
	opacity: 1;
}

.post div.post-item-container:hover:before {
	opacity: .8;
}

.post .post-content {
	padding: 29px 35px 10px 35px;
}

.post h6 {
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 15px;
}

.post h6 a {
	color: inherit;
	text-decoration: none;
}

.post em {
	padding-bottom: 5px;
	margin-bottom: 10px;
	color: #9ecb3d;
}

.tag {
	position: relative;
	display: block;
	font-family: "Georgia", serif;
	font-size: 15px;
}

.tag a {
	color: inherit;
}

.article .article-meta {
	padding-bottom: 13px;
	margin-bottom: 18px;
	font-size: 14px;
	color: #aa2173;
}

.tag::after {
	content: '';
	position: absolute;
	width: 12px;
	height: 2px;
	bottom: 0;
	left: 0;
	background: currentColor;
}

.post-yellow h5.micro a {
	color: #faa41b;
	text-decoration: none;
}


.post-yellow h5.micro:after {
	background: #faa41b;
}

.post-yellow > a::before {
	background: #faa41b;
}

.post-blue h5.micro a {
	color: #1d3464;
	text-decoration: none;
}


.post-blue h5.micro:after {
	background: #1d3464;
}

.post-blue > a::before {
	background: #1d3464;
}

.post-teal h5.micro a {
	color: #00979f;
	text-decoration: none;
}


.post-teal h5.micro:after {
	background: #00979f;
}

.post-teal > a::before {
	background: #00979f;
}

.post-violet h5.micro a {
	color: #6d166d;
	text-decoration: none;
}

.post-violet h5.micro:after {
	background: #6d166d;
}

.post-violet > a::before {
	background: #6d166d;
}

.post-red h5.micro a {
	color: #e92a2d;
	text-decoration: none;
}

.post-red h5.micro:after {
	background: #e92a2d;
}

.post-red > a::before {
	background: #e92a2d;
}

.post-purple h5.micro a {
	color: #aa2173;
	text-decoration: none;

}

.post-purple h5.micro:after {
	background: #aa2173;

}

.post-purple > a::before {
	background: #aa2173;
}

.post-orange > a::before {
	background: #f73913;
}

.post-orange h5.micro a {
	color: #f73913;
	text-decoration: none;

}

.post-orange h5.micro:after {
	background: #f73913;

}

/* End of colors */

.section-videos h5 {
	text-transform: uppercase;
	margin-bottom: 69px;
}

.section-events {
	padding: 118px 0 141px;
	text-align: center;
}

.article p + h5 {
	padding-top: 61px;
}

.article .article-actions a + a {
	margin-left: 23px;
}

.article .cols {
	padding-top: 6px;
	margin: 0 -51px 0px;
}

.article .col {
	padding: 0 51px;
}

.col-1of2 {
	width: 50%;
}

.col-1of3 {
	width: 33.33%;
}


.col {
	float: left;
}

.article .article-title {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 29px;
}

.cols::after {
	content: '';
	display: block;
	clear: both;
}

.article .article-actions {
	padding: 10px 0 118px;
}

@media screen and (max-width: 1220px) {
	.feeding-america .fa {
		margin: 0 0 25px 0;
	}
	.feeding-america > .fa-content {
		padding: 30px;
	}
	.feeding-america h3 {
		font-size: 18px;
		line-height: 22px;
	}

	.feeding-america h2 {
		font-size: 36px;
		margin-bottom: 25px;
	}

	.feeding-america p {
		font-size: 14px;
		line-height: 1.3;
	}
}

.section-events h5 {
	text-transform: uppercase;
	margin: 0 0 69px;
}

.event {
	padding: 97px 125px 96px;
	font-weight: 400;
	color: #fff;
	background: rgba(20, 173, 205, 0.9);
}

.event em {
	display: block;
	margin: 0 0 9px;
	font-family: "Georgia", serif;
	font-size: 15px;
}

.event h3 {
	font-weight: 500;
	text-transform: uppercase;
	margin: 0 0 24px;
	font-family: "tungsten-medium", "Helvetica", san-serif;
	font-size: 50px;
	letter-spacing: 2px;
}

.event p {
	margin-bottom: 30px;
}

.section-podcasts {
	padding: 60px 0 76px;
	text-align: center;
}

.section-podcasts h5 {
	text-transform: uppercase;
	margin: 0 0 68px;
}

.section-podcasts .section-actions {
	padding-top: 50px;
}

.podcast {
	position: relative;
	color: #fff;
}

.podcast a {
	position: relative;
	display: block;
	color: inherit;
}

.podcast a::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: .3;
	background: #000;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.podcast img {
	width: 100%;
	height: auto;
}

.podcast .podcast-content {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	padding: 0 15px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.podcast em {
	display: block;
	margin-bottom: 25px;
	font-family: "Georgia", serif;
	font-size: 15px;
}

.podcast .podcast-title {
	-webkit-transition: font-size 0.3s;
	-o-transition: font-size 0.3s;
	transition: font-size 0.3s;
}

.podcast h4 {
	margin: 0;
	text-transform: uppercase;
	font-family: "tungsten-medium", "Helvetica", san-serif;
	letter-spacing: 4px;
	font-size: 45px;
}

.podcast p {
	max-height: 0;
	margin: 0;
	overflow: hidden;
	font-weight: 600;
	opacity: 0;
	-webkit-transition: max-height 0.3s, padding 0.3s, opacity 0.3s;
	-o-transition: max-height 0.3s, padding 0.3s, opacity 0.3s;
	transition: max-height 0.3s, padding 0.3s, opacity 0.3s;
}

.podcast a:hover p {
	max-height: 300px;
	padding-top: 17px;
	opacity: 1;
	-webkit-transition: max-height 0.7s, padding 0.3s, opacity 1s;
	-o-transition: max-height 0.7s, padding 0.3s, opacity 1s;
	transition: max-height 0.7s, padding 0.3s, opacity 1s;
}

.podcast a:hover .podcast-title {
	font-size: 50px;
}

.section-primary {
	padding: 50px 0 0;
	text-align: center;
}

.section-primary > h5 {
	text-transform: uppercase;
	margin: 0 0 70px;
}

.slider-features {
	position: relative;
}

.slider-features .slides {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.slider-features .slides {
	list-style-type: none;
}

.slider-features .feature a {
	-webkit-transition: transform 0.3s, z-index 0.3s;
	-o-transition: transform 0.3s, z-index 0.3s;
	transition: transform 0.3s, z-index 0.3s;
}

.slider-features .feature a:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	z-index: 5;
}

.slider-features .feature a:hover::before {
	opacity: .3;
	background: #000;
}

.slider-features .owl-prev, .slider-features .owl-next {
	position: absolute;
	width: 35px;
	height: 35px;
	top: 50%;
	margin-top: -17px;
	background: rgba(255, 255, 255, 0.5);
	-webkit-transition: background 0.3s;
	-o-transition: background 0.3s;
	transition: background 0.3s;
	font-size: 0;
	line-height: 0;
	text-indent: -4004px;
	z-index: 2;
}

.slider-features .owl-prev {
	left: 0;
}

.slider-features .owl-next {
	right: 0;
}

.slider-features .owl-prev::before, .slider-features .owl-next::before {
	content: '';
	position: absolute;
	width: 11px;
	height: 11px;
	top: 50%;
	left: 50%;
	margin-top: -6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

.slider-features .owl-prev::before {
	margin-left: -3px;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.slider-features .owl-next::before {
	margin-left: -8px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.intro .intro-content-secondary {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-weight: 300;
	z-index: 2;
}

.intro .intro-content-secondary .tag {
	padding-bottom: 15px;
	margin-bottom: 14px;
}

.intro .intro-content-secondary .tag::after {
	width: 20px;
}

.intro .intro-title-secondary {
	font-size: 70px;
	font-family: "tungsten-medium", "Helvetica", san-serif;
	line-height: 1;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.intro .intro-content-secondary p {
	margin-bottom: 31px;
}

.intro .intro-content-secondary .container {
	padding: 0 500px 0 100px;
}

.form-filters {
	padding: 38px 0 37px;
	background: #f5f5f5;
}

.form-filters form {
	max-width: 273px;
	margin: 0 auto;
}

.select-container {
	position: relative;
}

.select-container select {
	display: block;
	width: 100%;
	height: 45px;
	border: 2px solid #181818;
	border-radius: 0;
	padding: 0 50px 0 23px;
	font-size: 12px;
	line-height: 41px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #000;
	background: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	transition: border-color 0.3s;
}

.select-container::after {
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	right: 20px;
	top: 50%;
	margin-top: -4px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	pointer-events: none;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

.section-podcasts-secondary .col-sm-6 {
	margin-bottom: 30px;
}

.article p {
	margin-bottom: 25px;
}


.article p strong {
	line-height: 1.5;
}

.books {
	padding: 0;
	margin: -26px 0 0;
	list-style-type: none;
}

.book {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	font-weight: 300;
}

.book .book-image {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 242px;
	-moz-box-flex: 0;
	-moz-flex: 0 0 242px;
	-ms-flex: 0 0 242px;
	flex: 0 0 242px;
	margin-right: 58px;
}

.book .book-content {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 100%;
	-moz-box-flex: 0;
	-moz-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	margin-top: -6px;
}

.book h4 {
	display: block;
	margin: 0 0 10px;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.1em;
	color: #aaa;
	text-transform: uppercase;
}

.book h6 {
	font-weight: 700;
	letter-spacing: 0;
	margin: 0 0 27px;
	font-size: 20px;
}

.book p {
	margin-bottom: 26px;
}

.books .book + .book {
	margin-top: 97px;
}

.list-squares {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	padding: 0;
	margin: 0 0 20px;
	list-style-type: none;
}

.list-squares-secondary {
	display: block;
	margin: 0 0 68px;
}

.book .list-squares {
	padding-top: 4px;
	margin-bottom: 26px;
}

.list-squares li {
	position: relative;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 55%;
	-moz-box-flex: 0;
	-moz-flex: 0 0 55%;
	-ms-flex: 0 0 55%;
	flex: 0 0 55%;
	padding-left: 17px;
	margin-bottom: 10px;
}

.list-squares-secondary li {
	margin: 0;
}

.list-squares li::before {
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	top: 10px;
	left: 0;
	background: #14aecf;
}

.list-squares li:nth-child(2n) {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 45%;
	-moz-box-flex: 0;
	-moz-flex: 0 0 45%;
	-ms-flex: 0 0 45%;
	flex: 0 0 45%;
}

.book .list-squares li + li {
	margin-top: 14px;
}

.section-article {
	padding: 7px 0 57px;
}

.article {
	font-weight: 300;
	padding: 50px 0 81px;
	position: relative;
}

.article-grey {
	background: #f5f5f5;
}
.article .article-list {
	margin-bottom: 25px;
}
.section-blue {
	padding: 107px 0 105px;
	text-align: center;
	background: #14aecf;
}
.section-blue h5 {
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 55px;
}
.testimonial-secondary {
	color: #fff;
	text-align: center;
}
.testimonial-secondary span {
	display: block;
	padding-top: 4px;
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 0;
	text-transform: none;
}
.testimonial-secondary strong {
	display: block;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.ico-quotes {
	display: inline-block;
	width: 20px;
	height: 21px;
	vertical-align: middle;
	background-image: url(images/icons/ico-quotes.png);
	background-size: 100% 100%;
	font-size: 0;
	line-height: 0;
	text-indent: -4004px;
}
.testimonial-secondary i {
	margin-bottom: 34px;
}

.link-more-grey {
	font-weight: 300;
	color: #aaa;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}

.accordion {
	padding-top: 7px; }
.accordion .accordion-head {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	position: relative;
	padding: 17px 57px 17px 19px;
	-webkit-transition: background 0.3s;
	-o-transition: background 0.3s;
	transition: background 0.3s; }
.accordion .accordion-head:hover {
	cursor: pointer; }
.accordion .accordion-head:before, .accordion .accordion-head:after {
	content: '';
	position: absolute;
	width: 14px;
	height: 2px;
	top: 50%;
	margin-top: -1px;
	right: 21px;
	background: #000;
	-webkit-transition: transform 0.3s, background 0.3s;
	-o-transition: transform 0.3s, background 0.3s;
	transition: transform 0.3s, background 0.3s; }
.accordion .accordion-head:before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg); }
.accordion .accordion-head span {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-moz-box-flex: 0;
	-moz-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s; }
.accordion .accordion-head .accordion-title {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 100%;
	-moz-box-flex: 0;
	-moz-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%; }
.accordion .accordion-head .accordion-title + span {
	margin-right: 140px; }
.accordion .accordion-title {
	font-size: 14px;
	text-transform: none;

	text-align: left;
	margin: 0;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s; }
.accordion .accordion-section {
	border-top: 1px solid #ddd; }
.accordion .accordion-section:last-child {
	border-bottom: 1px solid #ddd; }
.accordion .accordion-body {
	max-height: 0;
	overflow: hidden;
	padding: 0 39px;
	-webkit-transition: max-height 0.3s, padding 0.3s;
	-o-transition: max-height 0.3s, padding 0.3s;
	transition: max-height 0.3s, padding 0.3s; }
.accordion .accordion-body :last-child {
	margin-bottom: 0; }
.accordion .accordion-expanded .accordion-head {
	background: #000; }
.accordion .accordion-expanded .accordion-head:after, .accordion .accordion-expanded .accordion-head:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #fff; }
.accordion .accordion-expanded .accordion-head:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg); }
.accordion .accordion-expanded .accordion-head span {
	color: #fff; }
.accordion .accordion-expanded .accordion-title {
	color: #fff;
}

.accordion .accordion-expanded .accordion-body {
	max-height: 600px;
	padding: 36px 39px 44px;
}

.ico-arrow-down {
	display: inline-block;
	width: 9px;
	height: 5px;
	vertical-align: middle;
	background-image: url(images/ico-arrow-down.png);
	background-size: 100% 100%;
	font-size: 0;
	line-height: 0;
	text-indent: -4004px;
}

.article .article-media {
	position: relative;
	padding-top: 0;
	margin: -10px -30px 30px;
}

.article .article-media a {
	display: block;
	-webkit-transition: transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
}

.article .article-media a:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.article .article-image::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 46px;
	top: 100%;
	left: 0;
	background: url(images/article-image-shadow.png) repeat-x 0 0;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	z-index: -1;
}

.article .article-media .ico-play {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -50px 0 0 -50px;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.article .article-media a:hover .ico-play {
	opacity: .7;
}

.section-info {
	padding: 122px 0 120px;
}

.section-info-grey {
	padding: 117px 0 124px;
	background: #f5f5f5;
}

.section-info h5 {
	text-transform: uppercase;
	margin: 0 0 27px;
}

.section-info .section-title {
	text-align: center;
	margin-bottom: 57px;
}

.slider-testimonials-secondary {
	position: relative;
	margin-bottom: -15px;
}

.slider-testimonials-secondary .slides {
	padding: 0 40px;
	margin: 0;
	list-style-type: none;
}

.testimonial-primary {
	padding: 148px 0 154px;
	color: #000;
}

.slider-testimonials-secondary .slides .testimonial {
	padding: 0;
}

.testimonial .testimonial-inner {
	max-width: 810px;
	margin: 0 auto;
}

.testimonial em {
	display: block;
	margin-bottom: 39px;
}

.testimonial strong {
	display: block;
	font-family: "proxima_nova_regular", "Helvetica", san-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.testimonial span {
	display: block;
	padding-top: 10px;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
}

.section-info-grey strong {
	display: block;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.testimonial-primary strong {
	color: #aaa;
}

.slider-testimonials-secondary .owl-prev, .slider-testimonials-secondary .owl-next {
	position: absolute;
	width: 39px;
	height: 39px;
	top: 50%;
	margin-top: -59px;
	border-top: 1px solid #aaa;
	border-right: 1px solid #aaa;
	-webkit-transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	transition: border-color 0.3s;
	font-size: 0;
	line-height: 0;
	text-indent: -4004px;
}

.slider-testimonials-secondary .owl-prev {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
	left: 8px;
}

.slider-testimonials-secondary .owl-next {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 8px;
}

.slider-testimonials-secondary .owl-prev:hover, .slider-testimonials-secondary .owl-next:hover {
	border-color: #000;
}

.list-images {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.list-images li {
	float: left;
	width: 25%;
}

.list-images a {
	display: block;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.list-images img {
	width: 100%;
	height: auto;
}

.list-images .image-tall {
	float: right;
}

.list-images .image-large {
	width: 50%;
}

.list-images::after {
	content: '';
	display: block;
	clear: both;
}

.article p + h6 {
	padding-top: 30px;
}

.article .article-link {
	display: inline-block;
	font-size: 12px;
	letter-spacing: 0.1em;
	font-weight: 700;
	color: #aaa;
	text-transform: uppercase;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.paging {
	clear: both;
	text-align: center;
	width: 100%;
	margin: 25px 0 0 0;
}

.section-features-secondary .section-body h5 {
	text-transform: uppercase;
	text-align: center;
	margin: -16px 0 61px;
}

.intro .intro-content-teritary .intro-image {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 41.75%;
	-moz-box-flex: 0;
	-moz-flex: 0 0 41.75%;
	-ms-flex: 0 0 41.75%;
	flex: 0 0 41.75%;
	-webkit-align-self: flex-end;
	-moz-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.intro .intro-content-teritary {
	top: 0;
	height: 100%;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

.intro .intro-content-teritary .intro-inner {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 530px;
	-moz-box-flex: 0;
	-moz-flex: 0 1 530px;
	-ms-flex: 0 1 530px;
	flex: 0 1 530px;
}

.intro .intro-content-teritary .container {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: left;
	-moz-justify-content: left;
	justify-content: left;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	height: 100%;
	padding: 0 85px;
}
.intro .intro-content-secondary h4 {
	font-family: "proxima_nova_regular", "Helvetica", san-serif;
	line-height: 1.13;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 23px;
	font-size: 45px;
	letter-spacing: 4px;;
}

@media (max-width: 1279px) {
	.intro .intro-content-secondary p {
		max-width: 50%;
	}
	.intro .intro-content-secondary .container {
		padding: 0 15px;
	}
	.intro .intro-content-teritary h4 {
		font-size: 38px;
	}
	.intro .intro-content-teritary p {
		max-width: 100%;
	}
	.intro .intro-content-secondary .container {
		padding: 0 15px;
	}
}

@media (max-width: 991px) {
	.testimonial {
		padding: 80px 0;
	}
	.article p + h5 {
		padding-top: 20px;
	}
	.article .cols {
		margin: 0 -15px;
	}
	.article .col {
		padding: 0 15px;
	}
	.article .article-actions {
		padding: 0 0 45px;
	}
	.section-article {
		padding: 0 0 25px;
	}
	.article {
		padding: 20px 0;
	}
	.section-podcasts .col-sm-6 {
		float: none;
		width: 49%;
		display: inline-block;
		margin-bottom: 30px;
	}
	.section-podcasts .section-actions {
		padding-top: 20px;
	}
	.section-events {
		padding: 80px 0;
	}
	.section .section-content {
		padding: 0;
	}
	.section {
		padding: 60px 0 90px;
	}
    .home .section-primary {
        padding-bottom:0;
    }
	.feeding-america {
		padding: 30px;
	}

	.video p {
		display: none;
	}
	.list-partners li {
		margin-bottom: 50px;
	}
	.list-partners {
		margin-bottom: -50px;
	}
	.section-teritary h5 {
		margin-bottom: 60px;
	}
	.section-teritary {
		padding: 60px 0;
	}
	.testimonial {
		padding: 80px 0;
	}
	.article blockquote {
		margin: 42px 0 44px;
	}
	.section-posts {
		padding: 60px 0 0;
	}
	.section-posts .section-link span {
		margin-bottom: 10px;
	}
	.section-posts .col-sm-6 {
		float: none;
		width: 49%;
		display: inline-block;
		vertical-align: top;
		margin-bottom: 30px;
	}
	.section-simple {
		padding: 60px 0;
	}

	.section-pricing-content {
		padding: 50px 0 0 0 !important;
	}
	.feature h5 {
		font-size: 19px;
		margin-bottom: 10px;
	}
	.feature p {
		font-size: 14px;
	}
	.section .section-image {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 280px;
		-moz-box-flex: 0;
		-moz-flex: 0 0 280px;
		-ms-flex: 0 0 280px;
		flex: 0 0 280px;
		margin-right: 40px;
	}
	.section-testimonials .slider-images {
		margin-right: 40px;
	}
	.section-featured .section-content {
		padding-top: 0;
	}
	.section-posts {
		padding: 60px 0 0;
	}
	.section-podcasts {
		padding: 70px 0 30px;
	}
	.section-blue {
		padding: 65px 0;
	}

	.article .article-inner {
		margin: 0;
	}

	.article .article-image {
		margin-bottom: 50px;
	}

	.article .article-media .ico-play {
		margin: -37px 0 0 -37px;
	}

	.section-info {
		padding: 60px 0;
	}
}

@media (max-width: 767px) {
	.testimonial span {
		padding-top: 3px;
	}
	.testimonial em {
		margin-bottom: 20px;
	}
	.testimonial {
		padding: 65px 0;
		font-size: 22px;
	}
	.slider-testimonials-secondary .slides {
		padding: 0;
	}
	.section-info h5 {
		margin-bottom: 15px;
	}
	.section-info .section-title {
		margin-bottom: 25px;
	}
	.slider-features .owl-prev::before, .slider-features .owl-next::before {
		width: 9px;
		height: 9px;
		border-width: 1px;
	}
	.slider-features .owl-prev, .slider-features .owl-next {
		width: 25px;
		height: 25px;
		background: rgba(255, 255, 255, 0.5);
	}
	.section-primary h5 {
		margin-bottom: 31px;
	}
	.section-primary {
		padding: 30px 0 0;
	}
	.podcast .podcast-title {
		font-size: 30px;
	}
	.section-podcasts .col-sm-6 {
		display: block;
		width: 100%;
		margin-bottom: 25px;
	}
	.section-podcasts .section-actions {
		padding-top: 0;
		margin-top: -5px;
	}
	.section-podcasts {
		padding: 58px 0 30px;
	}
	.event p {
		margin-bottom: 20px;
	}
	.event h3 {
		margin-bottom: 13px;
	}
	.event em {
		margin-bottom: 15px;
		font-size: 12px;
	}
	.event {
		padding: 50px 25px 50px;
	}
	.section-events h5 {
		margin-bottom: 31px;
	}
	.section-events {
		padding: 55px 0 60px;
	}
	.videos .video + .video {
		margin-top: 23px;
	}
	.section-featured em {
		margin-bottom: 12px;
		font-size: 12px;
	}
	.section-featured .section-image {
		margin-bottom: 33px;
	}
	.slider-images .owl-prev:hover, .slider-images .owl-next:hover {
		opacity: .7;
	}
	.slider-images .owl-item.active::before {
		opacity: 0;
	}
	.slider-images .owl-item::before {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		opacity: .4;
		background: #000;
		z-index: 5;
		-webkit-transition: opacity 0.3s;
		-o-transition: opacity 0.3s;
		transition: opacity 0.3s;
	}
	.section-testimonials .slider-images {
		margin: 0 -45px;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.section-testimonials {
		margin: 0;
	}
	.slider-images .owl-stage-outer {
		overflow: visible;
	}
	.section-testimonials .container {
		display: block;
	}
	.section .container {
		display: block;
	}
	.section .section-image {
		max-width: 186px;
		margin: 0 auto 26px;
	}
	.section {
		padding: 62px 0 57px;
		text-align: center;
	}
	.video h6 {
		font-size: 12px;
	}
	.videos {
		display: block;
		padding: 0 45px;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.section-videos {
		padding: 0 0 50px;
	}
	.list-partners li {
		display: block;
		margin: 0;
	}
	.list-partners li + li {
		margin-top: 40px;
	}
	.list-partners {
		display: block;
		margin-bottom: 0;
	}
	.section-teritary h5 {
		font-size: 17px;
		line-height: 1.35;
		margin-bottom: 50px;
	}
	.section-teritary {
		padding: 0 0 70px;
	}
	.testimonial em {
		margin-bottom: 20px;
	}
	.testimonial {
		padding: 65px 0;
		font-size: 22px;
	}
	.article blockquote {
		padding: 20px;
		margin: 0 0 30px;
		font-size: 20px;
	}
	.article blockquote p {
		font-size: 20px;
	}
	p {
		font-size: 16px;
		line-height: 1.42;
	}
	.section-simple .section-head {
		margin-bottom: 30px;
	}
	.section-simple .section-body {
		display: block;
	}
	.content {
		margin-bottom: 30px;
	}
	.article-compact {
		padding: 0;
	}
	.article-compact h6 {
		margin-bottom: 20px;
		font-size: 17px;
		line-height: 1.29;
	}
	.article p {
		margin-bottom: 15px;
        font-size:18px;
	}
	.section-jobs {
		padding: 40px 0;
	}
	.section-posts h5 {
		margin-bottom: 30px;
	}
	.article-compact ul {
		display: block;
		margin-bottom: 40px;
	}
	.article-compact ul + p {
		margin-top: 0;
	}
	.article-compact ul li {
		padding-left: 12px;
		margin: 0;
	}
	.article-compact ul li + li {
		margin-top: 15px;
	}
	.article-compact ul li::before  {
		top: 6px;
	}
	.section-posts {
		padding: 43px 0 13px;
	}
	.section-posts .col-sm-6 {
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}
	.section-posts h5 {
		margin-bottom: 30px;
		font-size: 17px;
		line-height: 1.35;
	}
	.section-simple {
		padding: 30px 0 50px;
	}
	.section-simple h5 {
		font-size: 17px;
		line-height: 1.35;
	}
	.form-contact p {
		font-size: 12px;
		line-height: 1.42;
	}
	.form-contact h5 {
		margin: 0 0 20px;
	}

	.list-jobs li {
		display: block;
		padding: 15px 20px 17px;
		text-align: center;
	}
	.list-jobs strong {
		padding: 0 0 10px;
	}
	.btn-teal {
		font-size: 10px;
		line-height: 31px;
	}
	.section-jobs p + ul {
		padding-top: 20px;
	}
	.form-contact-secondary h6 {
		margin-bottom: 15px;
		font-size: 17px;
		line-height: 1.29;
	}
	.form-contact-secondary .form-head {
		margin-bottom: 25px;
	}
	.section-contact {
		padding: 50px 0;
	}
	.btn-transparent {
		padding: 0 16px;
		border-width: 1px;
		font-size: 10px;
		line-height: 33px;
	}
	.feature h5 {
		font-size: 17px;
		line-height: 1.29;
		margin-bottom: 8px;
	}

	.feature {
		font-size: 12px;
		line-height: 1.42;
	}
	.section-quinary {
		padding: 0 0 30px;
	}
	.section-quinary .section-head {
		margin-bottom: 40px;
	}

	.section-quinary .section-head h5 {
		font-size: 17px;
		margin-bottom: 30px;
	}
	.section-quinary p {
		padding: 0;
	}

	.feature .feature-content {
		padding: 0 50px;
	}

	.nav-teritary {
		text-align: center;
		overflow-x: scroll;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		font-size: 10px;
	}

	.nav-teritary .container {
		padding: 0;
	}

	.nav-teritary ul {
		display: block;
		white-space: nowrap;
	}

	.nav-teritary li {
		display: inline-block;
		padding: 0 15px;
	}
    
    #sticky-waypoint .nav-teritary li {
        padding:0 12px;
    }
    #sticky-waypoint .nav-tabs {
        display: flex;
        justify-content: center;
    }
    #sticky-waypoint li.buy-button a{
        position: relative;
        top:11px;
        padding:10px 6px;
    }
	.nav-teritary li + li {
		margin: 0;
	}
    
	.section em {
		margin-bottom: 15px;
		font-size: 15px;
		line-height: 1.33;
	}

	.section-testimonials .slider-testimonials {
		margin: 0 -45px;
	}

	.slider-testimonials .owl-item {
		padding: 68px 45px 85px;
	}

	.slider-testimonials {
		padding: 0;
		text-align: center;
	}

	.section-testimonials .slider-testimonials {
		padding-right: 0;
	}

	.slider-testimonials .owl-nav {
		display: none;
	}

	.slider-images .owl-prev, .slider-images .owl-next {
		content: '';
		position: absolute;
		width: 10px;
		height: 10px;
		top: 50%;
		margin-top: -5px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		z-index: 5;
		-webkit-transition: opacity 0.3s;
		-o-transition: opacity 0.3s;
		transition: opacity 0.3s;
		font-size: 0;
		line-height: 0;
		text-indent: -4004px;
	}

	.slider-images .owl-prev {
		left: -55px;
		-webkit-transform: rotate(-135deg);
		-ms-transform: rotate(-135deg);
		-o-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}

	.slider-images .owl-next {
		right: -55px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.slider-images {
		position: relative;
		padding: 0 93px;
		overflow: hidden;
	}

	.section-testimonials {
		margin: 0;
	}
    .home .section-testimonials {
        margin-bottom:45px;
    }
	.section-featured .section-content {
		padding-right: 0;
		text-align: center;

	}
	.section-featured h5 {
		margin-bottom: 18px;
	}
	.section-featured p {
		margin-bottom: 18px;
	}
	.section-posts {
		padding: 43px 0 13px;
	}

	.section-videos h5 {
		margin-bottom: 31px;
	}

	.event h3 {
		font-size: 27px;
		line-height: 1.12;
	}
	.section-podcasts h5 {
		margin-bottom: 34px;
	}

	.podcast em {
		margin-bottom: 15px;
		font-size: 12px;
	}

	.intro .intro-content-secondary {
		text-align: center;
	}

	.tag {
		font-size: 12px;
	}

	.intro .intro-title-secondary {
		font-size: 38px;
	}

	.intro .intro-content-secondary p {
		max-width: 100%;
		margin: 0 auto 15px;
	}

	.intro .intro-content-secondary .tag::after {
		left: 50%;
		margin-left: -10px;
	}

	.section-podcasts .col-sm-6 {
		display: block;
		width: 100%;
		margin-bottom: 25px;
	}

	.section-blue {
		padding: 30px 0;
	}
	.section-blue h5 {
		margin-bottom: 40px;
	}
	.section-blue .col-sm-4 + .col-sm-4 {
		margin-top: 40px;
	}
	.testimonial-secondary span {
		padding-top: 0;
	}
	.testimonial-secondary i {
		margin-bottom: 15px;
	}
	.link-more {
		font-size: 10px;
	}

	.article h5 {
		margin-bottom: 30px;
	}
	.article .article-actions a + a {
		margin: 10px auto 0;
	}
	.article .col {
		float: none;
		width: 100%;
	}
	.article .article-title {
		margin-bottom: 20px;
	}
    .page-template-template-platinum .article .article-title{
        padding-top:60px;
    }
   
	.list-squares li + li {
		margin-top: 15px;
	}
	.list-squares {
		display: block;
	}
	.article .article-actions a {
		display: block;
		max-width: 250px;
		margin: 0 auto;
		text-align: center;
	}
	.article .article-actions {
		padding: 10px 0 30px;
	}

	.accordion .accordion-head {
		padding: 11px 30px 9px 10px;
	}

	.accordion .accordion-head:before, .accordion .accordion-head:after {
		right: 10px;
	}

	.accordion .accordion-head span {
		display: none;
	}

	.accordion .accordion-body {
		padding: 0 15px;
	}

	.accordion .accordion-expanded .accordion-body {
		padding: 15px;
        max-height: inherit;
	}

	.accordion .accordion-title {
		font-size: 16px;
		letter-spacing: 0.2px;
	}
	.article .article-image {
		padding-top: 0;
		margin: 0 -45px 30px;
	}
	.article img {
		margin-bottom: 15px;
	}

	.article .article-image::after {
		height: 20px;
	}
	.section-info {
		padding: 45px 0;
	}

	.slider-testimonials-secondary .owl-prev, .slider-testimonials-secondary .owl-next {
		width: 25px;
		height: 25px;
	}

	.slider-testimonials-secondary .owl-prev {
		left: -20px;
	}

	.slider-testimonials-secondary .owl-next {
		right: -20px;
	}
	.list-images .image-tall, .list-images .image-large, .list-images li {
		float: none;
		width: 100%;
	}
	.article p + h6 {
		padding-top: 9px;
	}

	.article .article-actions a + a:not(.btn) {
		margin-top: 20px;
	}
	.article .article-actions a + a:not(.btn) {
		margin-top: 20px;
	}
	.section-features-secondary .section-body h5 {
		margin: 0 0 30px;
	}
}

.post-list.section-posts .col-sm-6 {
	clear: none;
}

@media (max-width: 991px) {
	.post-list.section-posts .col-sm-6 {
		width: 100%;
	}
}

.events-secondary .event-secondary + .event-secondary {
	margin-top: 82px;
}

.event-secondary {
	font-weight: 300;
	color: #14aecf;
}

.event-orange .event-title {
	color: #f73913;
}

.event-orange .event-btn {
	border-color: #f73913;
	background: #f73913;
}

.event-orange .event-btn:hover {
	color: #f73913;
	background: #fff;
}

.event-purple .event-title {
	color: #1d3464;
}

.event-purple .event-btn {
	border-color: #1d3464;
	background: #1d3464;
}

.event-purple .event-btn:hover {
	color: #1d3464;
	background: #fff;
}

.btn-small {
	height: 35px;
	padding: 0 14px;
	font-size: 10px;
	line-height: 31px;
}

@media (max-width: 767px) {
	.intro .intro-content-secondary h4 {
		margin-bottom: 12px;
		font-size: 30px;
	}

	.events-secondary .event-secondary + .event-secondary {
		margin-top: 40px;
	}

	.event-secondary {
		text-align: center;
	}
}

.socials-blue {
	position: absolute;
	width: 45px;
	top: 50px;
	left: 39px;
	border: 2px solid #2ab5d3;
	text-align: center;
	background: #fff;
	z-index: 5;
}

.socials-blue ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.socials-blue a {
	display: block;
	height: 41px;
	line-height: 41px;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.ico-envelope-blue {
	display: inline-block;
	width: 20px;
	height: 15px;
	vertical-align: middle;
	background-image: url(images/icons/ico-envelope-blue.png);
	background-size: 100% 100%;
	font-size: 0;
	line-height: 0;
	text-indent: -4004px;
}

.ico-twitter-blue {
	display: inline-block;
	width: 16px;
	height: 13px;
	vertical-align: middle;
	background-image: url(images/icons/ico-twitter-blue.png);
	background-size: 100% 100%;
	font-size: 0;
	line-height: 0;
	text-indent: -4004px;
}

.ico-google-plus-blue {
	display: inline-block;
	width: 16px;
	height: 17px;
	vertical-align: middle;
	background-image: url(images/icons/ico-google-plus-blue.png);
	background-size: 100% 100%;
	font-size: 0;
	line-height: 0;
	text-indent: -4004px;
}

.ico-facebook-blue {
	display: inline-block;
	width: 9px;
	height: 18px;
	vertical-align: middle;
	background-image: url(images/icons/ico-facebook-blue.png);
	background-size: 100% 100%;
	font-size: 0;
	line-height: 0;
	text-indent: -4004px;
}


.ico-linkedin-blue {
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	background-image: url(images/icons/ico-linkedin-blue.png);
	background-size: 100% 100%;
	font-size: 0;
	line-height: 0;
	text-indent: -4004px;
}

.ico-youtube-blue {
	display: inline-block;
	width: 18px;
	height: 13px;
	vertical-align: middle;
	background-image: url(images/icons/ico-youtube-blue.png);
	background-size: 100% 100%;
	font-size: 0;
	line-height: 0;
	text-indent: -4004px;
}

.article .article-inner {
	margin: 0 -100px;
}

.article .article-group {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	padding: 42px 0;
	margin-top: 88px;
	border-top: 1px solid #ddd;
	clear: both;

}

.article .article-image-secondary {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 150px;
	-moz-box-flex: 0;
	-moz-flex: 0 0 150px;
	-ms-flex: 0 0 150px;
	flex: 0 0 150px;
	margin-right: 51px;
}

.article .article-image-secondary img {
	margin: 0;
	border-radius: 50%;
}

.article .article-content {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 100%;
	-moz-box-flex: 0;
	-moz-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	padding-bottom: 9px;
}

.article .article-content strong {
	display: block;
	margin-bottom: 9px;
	font-size: 16px;
}

.article .article-content :last-child {
	margin: 0;
}

.post-title {
	font-family: "proxima_nova_regular", "Helvetica", san-serif;
	font-size: 45px;
	line-height: 1.11;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.article .article-author {
	display: block;
	margin-bottom: 59px;
	font-size: 14px;
	color: #aaa;
}

.article .article-author strong {
	font-weight: 400;
	color: #000;
}

.intro h2 {
	text-transform: uppercase;
	font-size: 120px;
	line-height: 1.04;
	letter-spacing: 2px;
	margin-top: 26px;
	margin-bottom: 13px;
	font-family: "tungsten-medium", "Helvetica", san-serif;
}

.feature-primary .background {
	display: block;
}

@media (max-width: 991px) {
	.socials-blue {
		display: none;
	}
}

@media (max-width: 767px) {
	.image-wide {
		margin-left: -45px;
		margin-right: -45px;
	}
	.list-jobs li {
		display: block;
		padding: 15px 20px 17px;
	}
	.list-jobs strong {
		padding: 0 0 10px;
	}
	.intro h2 {
		font-size: 60px;
	}
	.post-title {
		font-size: 30px;
		margin-bottom: 17px;
	}
	.article .article-author {
		margin-bottom: 20px;
	}
	.ico-twitter-blue {
		width: 11px;
		height: 9px;
	}
	.ico-google-plus-blue {
		width: 11px;
		height: 12px;
	}
	.ico-facebook-blue {
		width: 6px;
		height: 12px;
	}
	.article .article-image {
		padding-top: 0;
		margin: 0 -45px 30px;
	}
	.article .article-group {
		display: block;
		padding: 38px 0 0;
		margin-top: 35px;
		text-align: center;
	}
	.article .article-image-secondary {
		max-width: 150px;
		margin: 0 auto 20px;
	}
	.article img {
		margin-bottom: 15px;
	}
}

.section-simple .section-entry h5 {
	margin-bottom: 27px;
    margin-top:120px;
}

.section-simple .section-entry {
	padding: 0 95px;
	/* margin: -7px 0 -60px; */
	margin: 0;
	text-align: center;
}

.section-features-secondary .section-media .ico-play {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -50px 0 0 -50px;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.section-features-secondary .section-media a:hover .ico-play {
	opacity: .7;
}

.section-features-secondary .section-media {
	position: relative;
	max-width: 771px;
	margin: -255px auto 110px;
}

.section-features-secondary {
	padding-bottom: 120px;
	background: #f5f5f5;
	padding-top: 50px;
}

.events-secondary {
	max-width: 770px;
	padding: 0;
	margin: 0 auto;
	list-style-type: none;
}

.event-secondary {
	font-weight: 300;
	color: #14aecf;
}

.event-secondary .event-title {
	font-family: "tungsten-medium", "Helvetica", san-serif;
	font-size: 30px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin-bottom: 14px;
	font-weight: 500;
}

.event-secondary p {
	margin-bottom: 23px;
	color: #000;
}

.list-jobs li:last-child {
	border-bottom: 1px solid #ddd;
}

.intro .intro-slider .owl-prev {
	left: 40px;
}

.intro .intro-slider .owl-next {
	right: 40px;
}

.intro .intro-slider .owl-prev, .intro .intro-slider .owl-next {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	margin-top: -25px;
	background: rgba(255, 255, 255, 0.5);
	-webkit-transition: background 0.3s;
	-o-transition: background 0.3s;
	transition: background 0.3s;
	font-size: 0;
	line-height: 0;
	text-indent: -4004px;
	z-index: 2;
}

.intro .intro-slider .owl-prev::before, .intro .intro-slider .owl-next::before {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin-top: -7px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
}

.intro .intro-slider .owl-next::before {
	margin-left: -13px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.intro .intro-slider .owl-prev::before {
	margin-left: -5px;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.section-quinary .section-group + .section-group {
	margin-top: 76px;
}

@media (max-width: 1279px) {
	.intro .intro-slider .owl-prev {
		left: 15px;
	}
	.intro .intro-slider .owl-next {
		right: 15px;
	}
}

@media (max-width: 991px) {
	.section-features-secondary .section-media {
		margin: 0 -15px 40px;
	}
	.section-features-secondary {
		padding-bottom: 60px;
		margin-top: 60px;
	}
}

@media (max-width: 767px) {
	.intro .intro-slider .owl-prev, .intro .intro-slider .owl-next {
		top: auto;
		margin: 0;
		bottom: 15px;
	}
	.section-simple .section-entry h5 {
		margin-bottom: 14px;
	}
	.section-simple .section-entry {
		padding: 0;
	}
	.section-features-secondary .section-media .ico-play {
		margin: -32px 0 0 -32px;
	}
	.section-features-secondary .section-media {
		margin: 0 -45px 40px;
	}
	.section-features-secondary {
		padding-bottom: 40px;
	}
	.events-secondary {
		padding-bottom: 20px;
	}
	.event-secondary {
		text-align: center;
	}
	.event-secondary .event-title {
		line-height: 1.1;
	}
	.intro .intro-slider .owl-prev::before, .intro .intro-slider .owl-next::before {
		margin-top: -8px;
	}
	.section-quinary .section-group + .section-group {
		margin-top: 15px;
	}
}

.intro-primary .intro-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.intro-primary .intro-content {
	position: relative;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-moz-box-flex: 0;
	-moz-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	text-align: center;
	z-index: 2;
	padding: 0 15px;
}

.callout-quaternary {
	padding: 86px 0 91px;
	font-size: 25px;
	font-weight: 300;
	color: #fff;
	text-align: center;
	background: #14aecf;
}

.callout-quinary h5 {
	text-transform: uppercase;
	margin-bottom: 30px;
}

.callout-quinary p {
	font-size: 25px;
	line-height: 1.2;
	margin-bottom: 38px;
}

.feature-primary .feature-content-secondary {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: column nowrap;
	-moz-flex-flow: column nowrap;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	width: calc(50% + 15px);
	max-width: 100%;
	height: 100%;
	top: 0;
	left: -15px;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

.feature-primary .feature-link::before {
	width: 70%;
	height: 100%;
	opacity: .9;
	background: -moz-linear-gradient(left, rgba(20, 174, 207, 0.91) 0%, rgba(20, 174, 207, 0.85) 10%, rgba(20, 174, 207, 0.7) 27%, rgba(20, 174, 207, 0.27) 64%, rgba(20, 174, 207, 0.13) 78%, rgba(20, 174, 207, 0.02) 93%, rgba(20, 174, 207, 0.01) 96%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-linear-gradient(left, rgba(20, 174, 207, 0.91) 0%, rgba(20, 174, 207, 0.85) 10%, rgba(20, 174, 207, 0.7) 27%, rgba(20, 174, 207, 0.27) 64%, rgba(20, 174, 207, 0.13) 78%, rgba(20, 174, 207, 0.02) 93%, rgba(20, 174, 207, 0.01) 96%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to right, rgba(20, 174, 207, 0.91) 0%, rgba(20, 174, 207, 0.85) 10%, rgba(20, 174, 207, 0.7) 27%, rgba(20, 174, 207, 0.27) 64%, rgba(20, 174, 207, 0.13) 78%, rgba(20, 174, 207, 0.02) 93%, rgba(20, 174, 207, 0.01) 96%, rgba(255, 255, 255, 0) 100%);
	-webkit-transition: width 0.3s;
	-o-transition: width 0.3s;
	transition: width 0.3s;
}

.section-quinary .section-group .feature + .row {
	margin-top: 28px;
}

.feature-primary .feature-link:hover::before {
	width: 100%;
	opacity: .9;
	background: -moz-linear-gradient(left, rgba(20, 174, 207, 0.91) 0%, rgba(20, 174, 207, 0.85) 10%, rgba(20, 174, 207, 0.7) 27%, rgba(20, 174, 207, 0.27) 64%, rgba(20, 174, 207, 0.13) 78%, rgba(20, 174, 207, 0.02) 93%, rgba(20, 174, 207, 0.01) 96%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-linear-gradient(left, rgba(20, 174, 207, 0.91) 0%, rgba(20, 174, 207, 0.85) 10%, rgba(20, 174, 207, 0.7) 27%, rgba(20, 174, 207, 0.27) 64%, rgba(20, 174, 207, 0.13) 78%, rgba(20, 174, 207, 0.02) 93%, rgba(20, 174, 207, 0.01) 96%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to right, rgba(20, 174, 207, 0.91) 0%, rgba(20, 174, 207, 0.85) 10%, rgba(20, 174, 207, 0.7) 27%, rgba(20, 174, 207, 0.27) 64%, rgba(20, 174, 207, 0.13) 78%, rgba(20, 174, 207, 0.02) 93%, rgba(20, 174, 207, 0.01) 96%, rgba(255, 255, 255, 0) 100%);
}

.feature-primary .feature-content-secondary .btn {
	display: block;
	-webkit-align-self: center;
	-moz-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	max-width: 138px;
	margin: 0 auto;
}

.intro-teritary {
	display: block;
}

.parallax-container {
	overflow: hidden;
    max-height: none;
}

.intro .intro-slider .slides {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.intro .intro-slider .slide {
	position: relative;
}

.intro .intro-slider .slide::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: .3;
	background: #000;
	z-index: 2;
}

.home .intro {
	height: calc(100vh - 120px);
}

@media screen and (max-width: 991px) {
	.home .intro {
		height: calc(100vh - 55px);
	}
}

@media (max-width: 767px) {
	.callout-quaternary {
		padding: 45px 0 55px;
		font-size: 16px;
	}

	.callout-quinary h5 {
		font-size: 17px;
		line-height: 1.35;
		margin-bottom: 15px;
	}

	.callout-quaternary p {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.feature-primary .feature-content-secondary {
		display: block;
		position: absolute;
		width: 100%;
		height: auto;
		top: 50%;
		left: 0;
		padding: 0 10px;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	.feature-primary .feature-link::before {
		width: 100%;
	}
}

.sumome-share-client-wrapper .sumome-share-client-share-share {
	display: none !important;
}

.sumome-share-client-wrapper .sumome-share-client {

}

.sumome-share-client-wrapper .sumome-share-client a {
	border-top: 1px solid #2ab5d3;
	border-bottom: 1px solid #2ab5d3;
	border-right: 2px solid #2ab5d3;;
	border-left: 2px solid #2ab5d3;;
	background-color: #fff !important;
	display: block;
	height: 41px;
	line-height: 41px;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.sumome-share-client-wrapper .sumome-share-client a:nth-child(2n+0){
	border-top: 2px solid #2ab5d3;
}

.sumome-share-client-wrapper .sumome-share-client a:last-child {
	border-bottom: 2px solid #2ab5d3;
}

.sumome-share-client-wrapper .sumome-share-client a[title="Facebook"] {
	background-image: url('images/icons/ico-facebook-blue.png') !important;
	background-size: 9px 18px !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}

.sumome-share-client-wrapper .sumome-share-client a[title="Twitter"] {
	background-image: url('images/icons/ico-twitter-blue.png') !important;
	background-size: 16px 13px !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	border-top: 1px solid #2ab5d3 !important;
}

.sumome-share-client-wrapper .sumome-share-client a[title="Email"] {
	background-image: url('images/icons/ico-envelope-blue.png') !important;
	background-size: 20px 15px !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}

.sumome-share-client-wrapper .sumome-share-client a[title="LinkedIn"] {
	background-image: url('images/icons/linkedin.png') !important;
	background-size: 16px 15px !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}

.sumome-share-client-wrapper .sumome-share-client a img {
	display: none !important;
}

@media (max-width: 480px) {
	.sumome-share-client-wrapper .sumome-share-client a:nth-child(2n+0){
		border-top: 1px solid #2ab5d3;
	}

	.sumome-share-client-wrapper .sumome-share-client a:last-child {
		border-bottom: 1px solid #2ab5d3;
	}

	.sumome-share-client-wrapper .sumome-share-client a {
		border: 1px solid #2ab5d3;
		border-left: 0px;
	}
	.sumome-share-client-wrapper .sumome-share-client a:nth-child(2) {
		border-left: 1px solid #2ab5d3 !important;
	}
}

h5.event-intro-title {
	font-size: 25px !important;
	line-height: 1.2 !important;
	margin-top: 0 !important;
	text-align: center;
	margin-bottom: 30px;
}

@media (min-width: 768px) {
	.container {
		width: 100%;
	}
}

.section-screenshots {
	padding-top: 33px;
}

.section-screenshots h5 {
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 64px;
}

.list-images-secondary {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.list-images-secondary li {
	float: left;
	width: 20%;
}
.list-images-secondary a {
	display: block;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.list-images-secondary img {
	width: 100%;
	height: auto;
}
.section-simple .section-entry p {
	margin-bottom: 34px;
}

.list-steps {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	padding: 0;
	margin: 0 -15px -10px;
	list-style-type: none;
	font-weight: 300;
	text-align: left;
	counter-reset: nums;
}

.list-steps li {
	position: relative;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 330px;
	-moz-box-flex: 0;
	-moz-flex: 0 1 330px;
	-ms-flex: 0 1 330px;
	flex: 0 1 330px;
	padding: 0 15px 0 65px;
	counter-increment: nums;
}

.list-steps li::before {
	content: counter(nums);
	position: absolute;
	width: 24px;
	height: 24px;
	top: 7px;
	left: 15px;
	border: 1px solid #14aecf;
	border-radius: 50%;
	line-height: 22px;
	font-weight: 600;
	color: #14aecf;
	text-align: center;
}

.list-steps strong {
	display: block;
	margin-bottom: 8px;
	font-size: 16px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.section-grey-primary {
	padding: 107px 0 120px;
	background: #f5f5f5;
}

.section-grey-primary .section-content {
	padding-top: 60px;
}

.section-grey-primary .section-content-secondary {
	text-align: right;
}

.section-grey-primary h5 {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 58px;
}


.section-pricing-content {
	padding: 105px 0 50px 0;
}


.list-steps-secondary li + li {
	margin-top: 57px;
}

.list-steps-secondary li {
	counter-increment: nums;
    min-height:200px;
}

.list-steps-secondary strong {
	display: block;
	margin-bottom: 9px;
	font-size: 16px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.list-steps-secondary strong {
	font-size: 16px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.section-grey-primary .section-image {
	padding: 0 30px;
	text-align: center;
}

.section-posts-blue {
	padding: 112px 0 37px;
	color: #fff;
	text-align: center;
	background: #14aecf;
}

.section-posts-blue h5 {
	text-transform: uppercase;
	margin: 0 0 35px;
	line-height: 1.44;
}

.section-posts-blue p {
	margin-bottom: 60px;
}

.section-posts-blue .section-link {
	display: block;
	font-size: 16px;
	line-height: 1.63;
	font-weight: 300;
	color: inherit;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}

.section-posts-blue .section-link img {
	margin-bottom: 28px;
}

.section-posts-blue .section-link strong {
	display: block;
	margin-bottom: 9px;
	font-size: 16px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.section-posts-blue .section-link span {
	display: block;
	padding: 0 15px;
}

.section-posts-blue .section-link:hover {
	color: #000;
	text-decoration: none;
}

.section-posts-blue .col-sm-6:nth-child(3n+1) {
	clear: both;
}

.section-posts-blue .col-sm-6 {
	margin-bottom: 73px;
}

.section-reviews {
	padding: 60px 0 33px;
}

.section-reviews h5 {
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 57px;
}

.reviews {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	padding: 0;
	margin: 0 -15px;
	list-style-type: none;
}

.reviews .review {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 330px;
	-moz-box-flex: 0;
	-moz-flex: 0 1 330px;
	-ms-flex: 0 1 330px;
	flex: 0 1 330px;
	padding: 0 15px;
}

.review {
	font-weight: 300;
}

.list-stars {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	margin: 0 0 16px;
	list-style-type: none;
}

.review em {
	display: block;
	margin-bottom: 27px;
	font-family: "Georgia", serif;
	font-size: 14px;
	font-style: normal;
	color: #999;
}

.post-red em a {
	color: #e92a2d;
}

.list-stars li {
	opacity: 0;
}

.list-stars .active {
	opacity: 1;
}

.ico-star {
	display: inline-block;
	width: 12px;
	height: 11px;
	vertical-align: middle;
	background-image: url(images/icons/ico-star.png);
	background-size: 100% 100%;
	font-size: 0;
	line-height: 0;
	text-indent: -4004px;
}

.review strong {
	display: block;
	margin-bottom: 26px;
	font-size: 16px;
	line-height: 1.63;
}

.review p {
	margin-bottom: 26px;
}

.list-images-secondary::after {
	content: '';
	display: block;
	clear: both;
}

.list-images-secondary a:hover {
	opacity: .7;
}

.list-steps-secondary {
	padding: 0;
	margin: 0;
	list-style-type: none;
	counter-reset: nums;
}

@media (max-width: 991px) {
	.section-grey-primary .section-content {
		padding-top: 0;
	}
	.section-simple .section-entry-secondary {
		padding: 0 0 50px;
	}

	.section-simple {
		padding: 60px 0;
	}
	.section-posts-blue .col-sm-6:nth-child(3n+1) {
		clear: none;
	}
}

@media (max-width: 767px) {

	h5.event-intro-title {
		font-size: 17px !important;
		line-height: 1.35 !important;
	}
	.list-images-secondary .owl-stage-outer {
		overflow: visible;
	}
	.list-images-secondary li {
		float: none;
		width: 100%;
	}
	.intro-secondary {
		display: block;
	}

	.intro .intro-content-teritary {
		position: relative;
		height: auto;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		padding: 57px 0 10px;
		text-align: left;
		color: #000;
	}

	.intro .intro-content-teritary .intro-image {
		position: absolute;
		width: 100%;
		max-width: 322px;
		bottom: 100%;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
	.intro-secondary .intro-bg {
		position: relative;
	}

	.section-screenshots h5 {
		margin-bottom: 28px;
	}
	.list-images-secondary {
		padding: 0 22.67%;
	}
	.section-simple .section-entry p {
		margin-bottom: 20px;
	}
	.list-steps {
		display: block;
		padding-top: 10px;
	}
	.list-steps li {
		padding: 0 0 30px 50px;
	}
	.list-steps li::before {
		top: 0;
	}
	.section-grey-primary {
		padding: 45px 0 67px;
	}
	.section-grey-primary .section-content-secondary {
		text-align: left;
	}
	.section-grey-primary h5 {
		font-size: 17px;
		line-height: 1.35;
	}
	.list-steps-secondary strong {
		font-size: 12px;
	}
    .list-steps-secondary li {
        min-height:0;
    }
	.section-grey-primary .section-image {
		padding: 54px 22px 46px;
	}
	.section-posts-blue {
		padding: 55px 0 30px;
	}
	.section-posts-blue h5 {
		margin: 0 0 20px;
	}

	.section-posts-blue p {
		margin-bottom: 28px;
	}
	.section-posts-blue .section-link {
		font-size: 12px;
	}
	.section-posts-blue .section-link img {
		margin-bottom: 20px;
	}
	.section-posts-blue .section-link strong {
		line-height: 1.2;
	}
	.section-posts-blue .col-sm-6 {
		margin-bottom: 30px;
	}
	.section-reviews {
		padding: 65px 0 25px;
	}
	.section-reviews h5 {
		margin-bottom: 30px;
	}
	.reviews {
		display: block;
	}
	.review .list-stars {
		margin-bottom: 10px;
	}
	.review em {
		margin-bottom: 15px;
	}
	.review strong {
		line-height: 1.3;
		margin-bottom: 18px;
	}
	.review p {
		margin-bottom: 18px;
	}
}

.btn-market {
	position: relative;
	height: auto;
	padding: 10px 17px 10px 59px;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 600;
	color: #14aecf;
	text-align: left;
	background: #fff;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
	text-transform: none;
}

.btn-market span {
	position: absolute;
	width: 61px;
	height: 55px;
	top: 0;
	left: 0;
	line-height: 55px;
	text-align: center;
}

.btn-market i {
	-webkit-transition: background-image 0.3s;
	-o-transition: background-image 0.3s;
	transition: background-image 0.3s;
}

.ico-apple {
	display: inline-block;
	width: 22px;
	height: 26px;
	vertical-align: middle;
	background-image: url(images/icons/ico-apple.png);
	background-size: 100% 100%;
	font-size: 0;
	line-height: 0;
	text-indent: -4004px;
}

.btn-market:hover .ico-apple {
	background-image: url(images/icons/ico-apple_hover.png);
}

.ico-android {
	display: inline-block;
	width: 25px;
	height: 30px;
	vertical-align: middle;
	background-image: url(images/icons/ico-android.png);
	background-size: 100% 100%;
	font-size: 0;
	line-height: 0;
	text-indent: -4004px;
}

.btn-market:hover .ico-android {
	background-image: url(images/icons/ico-android_hover.png);
}

.btn-market small {
	display: block;
	margin-bottom: 2px;
	font-size: 12px;
	font-weight: 400;
}

.section-posts-secondary .col-sm-6:nth-child(2n+1) {
	clear: none;
}

.section-posts-secondary .col-sm-6:nth-child(3n+1) {
	clear: both;
}

.section-podcasts-secondary .col-md-3:nth-child(4n+1) {
	clear: both;
}

.section-podcasts-secondary .col-sm-6 {
	margin-bottom: 30px;
}

.section-podcasts .section-title {
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding-top: 14px;
	margin-bottom: 71px;
}

.product {
	font-size: 14px;
	line-height: 1.57;
	font-weight: 300;
	color: #aaa;
	text-align: center;
}


.product > div {
	margin-left: auto;
	margin-right: auto;
}

.product .product-image {
	margin-bottom: 24px;
}

.product .product-image a {
	display: block;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.product .product-image img {
	width: 100%;
	height: auto;
}

.product .product-title {
	margin: 0 0 14px;
	font-size: 16px;
	line-height: 1.38;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
}

.product .product-title a {
	color: inherit;
}



@media (max-width: 991px) {
	.section-podcasts-secondary {
		padding: 47px 0 67px;

	}
	.section-podcasts .col-sm-6 {
		float: none;
		width: 49%;
		display: inline-block;
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.section-podcasts-secondary {
		padding: 37px 0 37px;
	}
	.section-podcasts .section-title {
		padding: 0;
		margin: 0 0 35px;
	}
	.section-podcasts .col-sm-6 {
		display: block;
		width: 100%;
		margin-bottom: 25px;
	}
	.btn-market {
		height: 35px;
		padding: 8px 11px 3px 38px;
		font-size: 10px;
		line-height: 1;
		color: #fff;
		background: #13aece;
	}
	.btn-market span {
		width: 38px;
		height: 35px;
		line-height: 35px;
	}
	.btn-market small {
		font-size: 8px;
	}
	.ico-apple {
		display: inline-block;
		width: 14px;
		height: 17px;
		vertical-align: middle;
		background-image: url(images/icons/ico-apple_mobile.png);
		background-size: 100% 100%;
		font-size: 0;
		line-height: 0;
		text-indent: -4004px;
	}
	.ico-android {
		display: inline-block;
		width: 16px;
		height: 19px;
		vertical-align: middle;
		background-image: url(images/icons/ico-android_mobile.png);
		background-size: 100% 100%;
		font-size: 0;
		line-height: 0;
		text-indent: -4004px;
	}

	.intro-secondary .intro-bg img {
		min-width: 1276px;
	}
	.intro .intro-content-teritary h4 {
		font-size: 23px;
		line-height: 1.11;
	}

	.intro .intro-content-secondary h4 {
		margin-bottom: 12px;
	}
	.intro .intro-content-teritary .container {
		position: static;
		display: block;
		height: auto;
		padding: 0 30px;
	}

	.app-intro:before {
		content: normal;
	}
}

.callout-teritary {
	padding: 69px 0 87px;
	font-size: 20px;
	line-height: 1.5;
	text-align: center;
	background: #f5f5f5;
}
.callout-teritary h5 {
	margin-bottom: 17px;
	text-transform: uppercase;
}
.callout-teritary p {
	max-width: 820px;
	font-weight: 300;
	margin: 0 auto 30px;
	font-size: 20px;
}
.section-quaternary {
	padding: 107px 0 0;
}
.section-quaternary .section-head {
	margin-bottom: 38px;
	text-align: center;
}

.section-quaternary h5 {
	text-transform: uppercase;
	margin-top: 13px;
	margin-bottom: 10px;
}

.section-quaternary .section-head p {
	font-weight: 300;
	color: #aaa;
	margin: 0 0 13px;
}

.section-grey {
	padding: 106px 0;
	background: #f5f5f5;
}

.section-grey .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}

.section-grey .section-image {
	position: relative;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 435px;
	-moz-box-flex: 0;
	-moz-flex: 0 0 435px;
	-ms-flex: 0 0 435px;
	flex: 0 0 435px;
	-webkit-align-self: flex-start;
	-moz-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
	margin-right: 65px;
}

.section-grey .section-image::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 29px;
	top: 100%;
	left: 0;
	background: url(images/section-grey-image-shadow.png) no-repeat 0 0;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.section-grey .section-content {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 100%;
	-moz-box-flex: 0;
	-moz-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	padding: 52px 100px 0 0;
}

.section-grey h5 {
	line-height: 1.04;
	text-transform: uppercase;
	margin: 0 0 29px;
}

.section-grey p {
	margin-bottom: 33px;
}

.section-quaternary .section-actions {
	padding: 60px 0 81px;
	text-align: center;
}

@media (max-width: 991px) {
	.section-quaternary {
		padding: 60px 0 0;
	}
	.section-grey {
		padding: 70px 0 90px;
	}
	.section-grey .section-image {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 40%;
		-moz-box-flex: 0;
		-moz-flex: 0 0 40%;
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		margin-right: 40px;
	}
	.section-grey .section-content {
		padding: 0;
	}
	.section-quaternary .section-actions {
		padding: 30px 0 60px;
	}
}

@media (max-width: 767px) {
	.section-quaternary h5 {
		font-size: 17px;
		line-height: 1.35;
	}
	.callout-teritary {
		padding: 30px 0 40px;
		font-size: 14px;
	}
	.callout-teritary h5 {
		margin-bottom: 10px;
	}
	.callout-teritary p {
		margin-bottom: 15px;
		font-size: 14px;
	}
	.section-quaternary {
		padding: 25px 0 0;
	}
	.section-quaternary .section-head {
		margin-bottom: 29px;
	}
	.section-grey {
		padding: 0 0 60px;
	}
	.section-grey .container {
		display: block;
	}
	.section-grey .section-image {
		margin: 0 -45px 20px;
	}
	.section-grey .section-image img {
		width: 100%;
		height: auto;
	}
	.section-grey h5 {
		font-size: 17px;
		margin-bottom: 17px;
	}
	.section-grey p {
		margin-bottom: 20px;
	}
	.section-quaternary .section-actions {
		padding: 0 0 40px;
	}
}

.intro strong {
	display: block;
	margin-bottom: 32px;
	font-size: 25px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.intro .intro-title strong {
	display: block;
	font-size: 20px;
	font-weight: 700;
	font-family: "proxima_nova_regular", "Helvetica", san-serif;
}

.countdown strong {
	position: relative;
	display: inline-block;
	margin: 0;
	font-size: 16px;
	vertical-align: middle;
	font-weight: 500;
}

.features-teritary {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.features-teritary .feature-teritary {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 310px;
	-moz-box-flex: 0;
	-moz-flex: 0 1 310px;
	-ms-flex: 0 1 310px;
	flex: 0 1 310px;
    min-height:0;
    min-width:0;
}

.feature-teritary .feature-icon {
	min-height: 88px;
	margin-bottom: 39px;
	line-height: 88px;
    text-align:center;
}
li.feature-teritary {
    text-align:center;
}
.ico-sun {
	display: inline-block;
	width: 79px;
	height: 88px;
	vertical-align: middle;
	background-image: url(images/icons/ico-sun.png);
	background-size: 100% 100%;
	font-size: 0;
	line-height: 0;
	text-indent: -4004px;
}

.ico-leafs {
	display: inline-block;
	width: 91px;
	height: 83px;
	vertical-align: middle;
	background-image: url(images/icons/ico-leafs.png);
	background-size: 100% 100%;
	font-size: 0;
	line-height: 0;
	text-indent: -4004px;
}

.ico-heart {
	display: inline-block;
	width: 72px;
	height: 67px;
	vertical-align: middle;
	background-image: url(images/icons/ico-heart.png);
	background-size: 100% 100%;
	font-size: 0;
	line-height: 0;
	text-indent: -4004px;
}

.feature-teritary h6 {
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 27px;
}

.intro .intro-btn {
	min-width: 150px;
	padding: 0 20px;
}

.btn-grey {
	padding: 0 22px;
	border: 2px solid #f3f3f0;
	font-size: 12px;
	line-height: 40px;
	font-weight: 600;
	letter-spacing: 0.1em;
	color: #14aecf;
	text-transform: uppercase;
	background: #f3f3f0;
	-webkit-transition: color 0.3s, background 0.3s;
	-o-transition: color 0.3s, background 0.3s;
	transition: color 0.3s, background 0.3s;
}

.btn-grey:hover {
	color: #fff;
}

@media (max-width: 991px) {
	.features-teritary {
		-webkit-flex-flow: row wrap;
		-moz-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		justify-content: center;
	}
	.features-teritary .feature-teritary {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 48%;
		-moz-box-flex: 0;
		-moz-flex: 0 0 48%;
		-ms-flex: 0 0 48%;
		flex: 0 0 48%;
		padding: 0 15px;
		margin-bottom: 20px;
	}
}

@media (max-width: 767px) {
	.intro strong {
		margin-bottom: 20px;
		font-size: 15px;
	}
	.intro .intro-title strong {
		font-size: 14px;
	}
	.features-teritary {
		display: block;
	}
	.features-teritary .feature-teritary {
		margin: 0;
	}
	.feature-teritary .feature-icon {
		min-height: 0;
		margin-bottom: 20px;
		line-height: 1;
	}
	.feature-teritary h6 {
		margin-bottom: 10px;
		font-size: 17px;
		line-height: 1.29;
	}
	.intro .intro-btn {
		min-width: 120px;
	}

	.btn-grey {
		padding: 0 16px;
		border-width: 1px;
		font-size: 10px;
		line-height: 33px;
	}
}

.section-simple .section-entry p a {
	font-weight: 400;
	color: inherit;
}

.section-map {
	padding: 50px 0;
}

.section-map .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}

.section-map .section-aside {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 530px;
	-moz-box-flex: 0;
	-moz-flex: 0 0 530px;
	-ms-flex: 0 0 530px;
	flex: 0 0 530px;
	margin-right: 100px;
}

.section-map .section-content {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 400px;
	-moz-box-flex: 0;
	-moz-flex: 0 1 400px;
	-ms-flex: 0 1 400px;
	flex: 0 1 400px;
	margin-top: 15px;
}

.section-map strong {
	margin-bottom: 8px;
	font-size: 16px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.section-map p {
	margin-bottom: 24px;
}

.accomodation strong {
	display: block;
}

.section-map p span {
	display: block;
	color: #aaa;
}

.section-accordion {
	padding: 105px 0 121px;
	background: #f5f5f5;
}

.section-accordion h5 {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 42px;
}

.section-info a {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #14aecf;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}

.section-info a[href^="tel"] {
	display: block;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0;
	color: #000;
}

.section-info small {
	display: block;
	padding: 5px 0 2px;
	font-size: 12px;
	font-weight: 300;
	color: #000;
}

.section-info .section-entry :last-child {
	margin-bottom: 0;
}

.section-info .section-head {
	margin: -5px auto 68px;
	text-align: center;
}

.section-info .section-head h5 {
	margin-bottom: 24px;
}

.section-info p {
	margin-bottom: 26px;
}

.accomodations {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	padding: 0;
	margin: 0;
	list-style-type: none;
	overflow: hidden;
}

.accomodations .accomodation {
	position: relative;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.3%;
	-moz-box-flex: 0;
	-moz-flex: 0 0 33.3%;
	-ms-flex: 0 0 33.3%;
	flex: 0 0 33.3%;
}

.accomodation {
	padding: 20px 80px 9px;
	text-align: center;
}

.accomodation .accomodation-title {
	font-size: 16px;
	line-height: 1.63;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 26px;
}

.accomodations .accomodation:nth-child(2), .accomodations .accomodation:nth-child(3) {
	margin-top: 0;
}

.accomodations .accomodation + .accomodation {
	margin-top: 68px;
}

.accomodations .accomodation:nth-child(2), .accomodations .accomodation:nth-child(3) {
	margin-top: 0;
}

.accomodations .accomodation::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 100vh;
	top: 0;
	right: 0;
	background: #ddd;
}

.accomodations .accomodation:nth-child(3n+1)::before {
	content: '';
	position: absolute;
	width: 100vw;
	height: 1px;
	top: -42px;
	left: 0;
	background: #ddd;
}

@media (max-width: 991px) {
	.section-map {
		padding: 80px 0;
	}
	.section-map .section-aside {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 60%;
		-moz-box-flex: 0;
		-moz-flex: 0 0 60%;
		-ms-flex: 0 0 60%;
		flex: 0 0 60%;
		margin-right: 20px;
	}
	.section-accordion {
		padding: 60px 0;
	}
	.accomodation {
		padding: 20px 20px 9px;
	}
}

@media (max-width: 767px) {
	.section-map {
		padding: 0 0 40px;
		text-align: center;
	}
	.section-map .container {
		display: block;
	}
	.section-map .section-aside {
		margin: 0 -45px 30px;
	}
	.section-map strong {
		margin: 0;
	}

	.section-map p {
		margin-bottom: 15px;

	}
	.section-accordion {
		padding: 50px 0;
	}
	.section-accordion h5 {
		margin-bottom: 20px;
	}
	.section-info .section-head {
		margin-bottom: 30px;
	}
	.section-info .section-head h5 {
		margin-bottom: 15px;
	}
	.section-info p {
		margin-bottom: 10px;
	}

	.accomodations {
		display: block;
	}
	.accomodation .accomodation-title {
		line-height: 1.2;
		margin-bottom: 10px;
	}
	.accomodation {
		padding: 0;
	}

	.accomodations .accomodation:nth-child(2), .accomodations .accomodation:nth-child(3) {
		padding-top: 20px;
		margin-top: 30px;
		border-top: 1px solid #ddd;
	}

	.accomodations .accomodation::after {
		background: #fff;
	}

	.accomodations .accomodation:nth-child(3n+1) {
		padding-top: 20px;
		margin-top: 30px;
		border-top: 1px solid #ddd;
	}

	.accomodations .accomodation:nth-child(3n+1)::before {
		background: #fff;
	}

	.feature-primary .background {
		display: none;
	}
}

.section-info:last-child {
	padding-bottom: 0;
}

.single-events .section-simple + .section-simple {
	padding: 50px 0;
}

.single-events .section-simple .section-article {
	padding: 0;
}

.event-upw {
	color: #E92A2D;
}

.event-upw .btn {
	background: #E92A2D;
	border-color: #E92A2D;
}

.event-upw .btn:hover {
	background: #fff;
	color: #E92A2D;
}

.event-dwd {
	color: #AA2173;
}

.event-dwd .btn {
	background: #AA2173;
	border-color: #AA2173;
}

.event-dwd .btn:hover {
	background: #fff;
	color: #AA2173;
}

.event-lwm {
	color: #9ECB3D;
}

.event-lwm .btn {
	background: #9ECB3D;
	border-color: #9ECB3D;
}

.event-lwm .btn:hover {
	background: #fff;
	color: #9ECB3D;
}

.event-bm {
	color: #1D3464;
}

.event-bm .btn {
	background: #1D3464;
	border-color: #1D3464;
}

.event-bm .btn:hover {
	background: #fff;
	color: #1D3464;
}

.event-la {
	color: #FAA41B;
}

.event-la .btn {
	background: #FAA41B;
	border-color: #FAA41B;
}

.event-la .btn:hover {
	background: #fff;
	color: #FAA41B;
}

.section-quaternary {
	padding: 107px 0 0;
}

.section-tiles {
	padding: 119px 0 124px;
}

.section-quaternary .section-head {
	margin-bottom: 38px;
	text-align: center;
}

.section-quaternary .section-head-compact {
	margin-bottom: 60px;
}

.section-quaternary .section-head-compact h5 {
	line-height: 1.05;
	max-width: 580px;
	margin: 0 auto 31px;
	text-transform: uppercase;
}

.section-quaternary .section-head p {
	font-weight: 300;
	color: #aaa;
}

.section-quaternary .section-head-compact p {
	max-width: 770px;
	margin: 0 auto;
	color: #000;
}

.col-1of4 {
	width: 25%;
}

.section-quaternary .col:first-child {
	float: right;
}

.tile img {
	display: block;
	width: 100%;
	height: auto;
}

.tile {
	position: relative;
}

.tile a {
	position: relative;
	display: block;
}

.tile a::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: .2;
	background: #000;
	-webkit-transition: opacity 0.3s, background 0.3s;
	-o-transition: opacity 0.3s, background 0.3s;
	transition: opacity 0.3s, background 0.3s;
}

.tile a:hover:before {
	opacity: .7;
	background: #00979f;
}

.tile.darkblue a:hover:before {
	background: #1d3464;
}

.tile.red a:hover:before {
	background: #df2d2d;
}

.tile.green a:hover:before {
	background: #9ecb3d;
}

.tile.purple a:hover:before {
	background: #6d166d;
}

.tile.orange a:hover:before {
	background: #f73913;
}

.tile.yellow a:hover:before {
	background: #faa41b;
}

.tile.pink a:hover:before {
	background: #aa2173;
}

.tile strong {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	padding: 0 20px;
	font-size: 20px;
	line-height: 1.25;
	letter-spacing: 0.1em;
	color: #fff;
	text-align: center;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 2;
}

@media (max-width: 991px) {
	.section-quaternary {
		padding: 60px 0 0;
	}
}

@media (max-width: 767px) {
	.section-quaternary {
		padding: 25px 0 0;
	}
	.section-tiles {
		padding: 40px 0 0;
	}
	.section-quaternary .section-head {
		margin-bottom: 29px;
	}
	.section-quaternary .section-head-compact h5 {
		margin-bottom: 20px;
	}
	.section-tiles .col {
		float: none;
		width: 100%;
	}
	.section-tiles .col:nth-child(1) {
		float: none;
	}
	.section-tiles .cols {
		margin: 0 -45px;
	}
}


.gmap-container {
	position: relative;
}

.insta-share {
	text-align: center;
	padding-top: 125px;
}
.insta-share h2 {
	font-family: "proxima_nova_regular", "Helvetica", san-serif;
	font-weight: 700;
	letter-spacing: 2px;
	margin: 0 0 25px 0;
	padding: 0 15px;
}
.insta-share p {
	margin-bottom: 60px;
}
.insta-posts > div {
	padding: 0;
	float: left;
}
.insta-posts > div img {
	display: block;
	width: 100%;
}
.hidden-image {
	opacity: 0;
	visibility: hidden;
	display: block;
	width: 100%;
	height: auto;
}
.date-col {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	width: 25%;
	float: left;
	padding: 0 30px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.date-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.image-overlay {
	position: absolute;
	background: rgba(226, 60, 60, 0.9);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.date-link-alt .image-overlay {
	background: rgba(255, 255, 255, 0.9);
}

.date-link .default {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	width: 100%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.date-link .default span {
	color: #fff;
	font-size: 80px;
	font-family: 'tungsten-medium';
	text-transform: uppercase;
}

.date-link-alt .default span {
	color: #fd4545;
}

.date-link .hover {
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	width: 100%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	color: #fff;
	font-family: "proxima_nova_regular", "Helvetica", san-serif;
	font-weight: 700;
	text-transform: uppercase;
}
.date-link:hover .hover {
	opacity: 1;
}
.date-link:hover .image-overlay {
	background:  rgba(0, 0, 0, 0.4);
}
.date-link:hover .default {
	opacity: 0;
}
.date-link:hover:before {
	content: none;
}
.hover .step {
	max-width: 78%;
	margin: 0 auto 10px auto;
	letter-spacing: 2px;
	font-size: 14px;
	padding-bottom: 6px;
}
.hover .step:after {
	content: '';
	height: 14px;
	width: 35px;
	margin: 0 auto;
	display: block;
	border-bottom: 2px solid #ffffff;
}
.hover .inst {
	max-width: 78%;
	margin: 0 auto;
	font-family: 'tungsten-medium';
	font-size: 32px;
	line-height: 40px;
	font-weight: 400;
	letter-spacing: 2px;
	margin-bottom: 15px;
}
.tr-holiday-intro {
	padding: 125px 0;
}

.tr-holiday-intro {
	text-align: center;
}

.quote-block .quote {
	color: #000;
	max-width: 850px;
	margin-bottom: 40px;
}

.quote-block .author {
	color: #aaaaaa;
}

.quote-block {
	max-width: 850px;
	width: 100%;
	margin: 0 auto 58px auto;
}

.tr-holiday-intro p:last-child {
	margin-bottom: 0;
}

.hl-container {
	max-width: 970px;
	width: 100%;
	margin: 0 auto;
	background: #fff;
}

.lb-banner {
	display: block;
	width: 100%;
	height: auto;
}

.holiday-overlay {
	background-color: #eeeeee;
}

.holiday-overlay .container-fluid {
	padding-top: 58px;
}

.lb-content-red {
	padding: 70px 15px;
	background-image: url('/wp-content/themes/tonyrobbins2016/images/redbg.jpg');
	text-align: center;
}

.lb-content-red p {
	color: #fff;
	margin: 0;
	font-size: 20px;
	line-height: 30px;
	max-width: 570px;
	margin-left: auto;
	margin-right: auto;
}

.section-filters {
	padding: 106px 0 124px;
	text-align: center;
}

.section-filters .section-head {
	max-width: 860px;
	margin: 0 auto 62px;
}

.section-filters h5 {
	text-transform: uppercase;
	margin-bottom: 27px;
}

.section-filters .section-head p {
	margin-bottom: 43px;
	font-weight: 300;
}

.speakers-container {
	margin: 0 -15px;
}

.speakers {
	padding: 0;
	margin: 0 auto;
	list-style-type: none;
}

.speaker {
	position: relative;
	font-size: 12px;
	line-height: 1.67;
	font-weight: 300;
	color: #fff;
	text-align: left;
	float: left;
}

.speakers .speaker {
	min-width: 270px;
	padding: 0 15px;
	margin-bottom: 30px;
}

.speaker a {
	display: block;
	color: inherit;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.speakers .speaker .speaker-content {
	width: auto;
	left: 15px;
	right: 15px;
}

.speaker .speaker-content {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 0 20px 14px;
}

.speaker .speaker-content::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 105px;
	bottom: 0;
	left: 0;
	opacity: .5;
	background: -webkit-linear-gradient(transparent, black);
	background: -o-linear-gradient(transparent, black);
	background: linear-gradient(transparent, black);
}

.speaker strong {
	display: block;
	margin-bottom: -2px;
	font-size: 16px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.speaker .speaker-content > * {
	position: relative;
	z-index: 2;
}

.speaker p {
	margin: 0;
	font-size: 12px;
}

.popup {
	display: none;
	max-width: 630px;
	margin: 0 auto;
}

.popup-bio {
	max-width: 100%;
}

.bio {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display:flex; display:-webkit-flex;
	font-weight: 300;
	color: #fff;
	background: #000;
}

.bio .bio-content, .bio .bio-image {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-moz-box-flex: 0;
	-moz-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	min-height: 800px;
}

.bio .bio-content {
	padding: 74px 80px 90px;
}

.bio h5 {
	text-transform: uppercase;
	margin: 0 0 1px;
}

.bio small {
	display: block;
	margin-bottom: 52px;
	font-size: 16px;
	color: #aaa;
}

.bio p {
	margin-bottom: 26px;
}

.popup .mfp-close {
	width: 18px;
	height: 18px;
	top: -50px;
	margin-left: -9px;
}

.popup-bio .mfp-close {
	top: 44px;
	right: 44px;
	left: auto;
	margin: 0;
	opacity: .4;
}

.has-video {
	padding-top: 0;
	margin-top: 50px;
}

.has-video .section-media {
	margin: -200px auto 120px;
}

@media (max-width: 991px) {
	.section-filters {
		padding: 80px 0;
	}
	.bio {
		display: block;
	}
	.bio .background {
		display: block;
		width: 100%;
		height: auto;
	}
	.bio .bio-content, .bio .bio-image {
		min-height: 0;
  }
.lb-content-red p + p {
	margin-top: 25px;
}

.lb-content {
	padding: 120px 15px;
	text-align: center;
	max-width: 640px;
	margin: auto;
	clear: both;
}

.lb-content h4 {
	margin: 0 auto 10px auto;
	letter-spacing: 2px;
	font-size: 14px;
	padding-bottom: 6px;
	font-family: "proxima_nova_regular", "Helvetica", san-serif;
	font-weight: 700;
}

.lb-content h4:after {
	content: ' ';
	height: 13px;
	border-bottom: 2px solid #000;
	width: 35px;
	display: block;
	margin: auto;
}

.lb-content h2 {
	font-family: 'tungsten-medium';
	font-size: 32px;
	line-height: 40px;
	font-weight: 400;
	letter-spacing: 2px;
	margin-bottom: 26px;
}

.lb-content p {
	font-size: 16px;
	line-height: 24px;
	margin: 0;
}

.lb-content p + p {
	margin-top: 25px;
}

@media (max-width: 767px) {
	.lb-content {
		padding: 50px 15px;
	}
	.lb-content h2 {
		font-size: 22px;
		line-height: 28px;
	}
	.lb-content-red {
		padding: 35px 15px;

	}
}


.accordion-close {
	padding-bottom: 100px;
}

@media (max-width: 767px) {
	.popup-bio .mfp-close {
		top: 10px;
		right: 15px;
		margin-right: -9px;
        height:36px;
        width:36px;
	}
	.bio .bio-content {
		padding: 20px;
	}
	.bio small {
		margin-bottom: 20px;
	}
	.section-filters {
		padding: 40px 0;
	}
	.section-filters .section-head {
		margin-bottom: 30px;
	}
	.section-filters h5 {
		margin-bottom: 15px;
	}
	.section-head p {
		margin-bottom: 20px;
	}
	.speakers {
		padding: 0;
		margin: 0 auto;
		list-style-type: none;
        width: 70%;
  }
	.lb-content-red p {
		font-size: 16px;
		line-height: 20px;
	}
}

@media (max-width: 1225px) {
	.hover .inst {
		font-size: 22px;
		line-height: 26px;;
	}
}
@media (max-width: 991px) {
	.date-link .default span {
		font-size: 50px;
	}
	.date-col {
		width: 50%;
	}
}
@media (max-width: 767px) {
	.date-col {
		width: 100%;
	}
	.insta-posts > div {
		width: 50%;
	}
	.quote-block .quote {
		font-size: 20px;
	}

	.tr-holiday-intro {
		padding: 50px 0;
	}
	.quote-block .quote {
		margin-bottom: 20px;

	}
	.speaker {
		font-size: 10px;
	}
	.speakers .speaker {
		min-width: 230px;
		max-width: 230px;
	}
	.speaker strong {
		margin: 0 0 2px;
		font-size: 14px;
		line-height: 1.2;
	}
	.accordion-close {
		padding-bottom: 50px;
	}
}

#crumbs {
	padding-top: 15px;
	letter-spacing: 0.5px;
}


.steps-footnote {
	margin-top: 3rem;
}

.steps-footnote p {
	font-size: 14px;
}

@media (max-width: 767px) {
	.steps-footnote p {
		font-size: 12px;
	}
}

.simple-padding {
	padding: 25px 0;
}

.airport-wrap .col-sm-6 {
	padding: 25px 0;
}
.section-info .airport-wrap p {
	margin-bottom: 14px;
}
	.quote-block {
		margin: 0 auto 25px auto;
	}

	.insta-share {
		padding-top: 50px;
	}
	.insta-share p {
		margin-bottom: 30px;
	}
}
/*Style guide 7/27/2017 */
h2, h3, h4, h5, h6, h7 {
    letter-spacing: 1px;
}
h1.content{
    font-size:48px;
    font-family: 'proxima_nova_bold';
    letter-spacing: 2px;
    clear:both;
}
.archive h1.content, .page-template-template-stories h1.content{
    font-weight:700;
}

.overlay h2{
    margin-top:100px;
}
h4.subtitle{
    font-family: 'proxima_nova_regular';
    font-size:24px;
    margin-top:20px;
    font-weight:600;
    max-width:80%;
    display:block;
    letter-spacing:4px;
    line-height:1.4;
}
h4.post-title{
    font-family: 'proxima_nova_regular', "Helvetica", san-serif;
    font-size:20px;
    font-weight:700;
    line-height:1.4;
}
h4.post-title a {
    color:#000;
}
h4.post-title a:hover{
    text-decoration: none;
}
h4.promo {
    font-family: 'proxima_nova_bold';
    font-size:24px;
    letter-spacing:2px;
}
h5.micro {
    font-size:15px;
    font-family: "Georgia Italic", "Times New Roman", serif;
    font-weight:normal;
    text-transform:none;
    letter-spacing: normal;
    text-align:left;
    margin-bottom:20px;
    margin-top:0;
}

h5.micro a{
    color:#fff;
}
hr.category-line {
    border-bottom: solid 1px;
    width:3%;
    float:left;
    margin-bottom:20px;
}
.callout .btn-md{
    margin-right:30px;
}

.callout .btn-md:hover{
    background-color:#1191ad;
    border-color:#1191ad;
    color:#fff;
}
a:hover{
    text-decoration: none;
}
.nav-tabs{
    border-bottom:none;
}
/* Header half sizes */
.page-template-template-platinum .intro, .page-template-default #hero-general, .page-template-template-businesscoaching .intro, .single-stories #hero-general, .single-post .intro, .page-template-page-fullwidth-with-cta #hero-general, .page-template-free-trial #hero-general  {
    height:40vh;
    max-height:40vh;
}
/* Platinum subtitle fix */
.page-template-template-platinum p.sub-text {
    font-size:20px;
    font-weight:700;
}

.single-stories .cta-bar-bottom {
    background-color:#fff;
}
.single-stories h5.micro {
    margin-bottom:0;
}

.single-stories p.stories-breadcrumb{
    margin-top:15px;
}
.single-stories p.stories-breadcrumb a{
    color:#000;
    font-size:14px;
    font-weight:100;
}
.single-stories h4.promo{
    margin:50px auto;
    text-align: center;
    font-weight:700;
}

p.author{
    color:#999;
    margin-bottom:20px;
}
p.author span {
    color:#000;
}
section#related-stories {
    background-color:#f5f5f5;
    padding-top:60px;
    margin-top:120px;
}
section#related-stories a.outline{
    width:150px;
    margin:60px auto;
    display:block;
    color:#14aecf;
    border:1px solid #14aecf;
    background-color:#f5f5f5;
    font-size:12px;
}
section#related-stories a.outline:hover {
    background-color:#14aecf;
    color:#fff;
}
/* Story/Blog list styles */
a.post-item-image{
    min-height:370px;
    min-width:370px;
    background-position: center;
    background-size: cover;
}
@media (max-width: 786px){
    a.post-item-image{
        min-height:300px;
        min-width:300px;
    }
}
.stories-item .post > a::before {
    content:none;
}
/* Events list page */
.post-type-archive-events #hero-general .intro-content a.outline {
    background-color:transparent;
    color:#fff;
    border:1px solid #fff;
    font-size:12px;
    padding:12px 20px;
    margin-top:0;
}
.post-type-archive-events #hero-general .intro-content {
    z-index:1;
}
.post-type-archive-events #hero-general #background {
    display:flex;
    display:-webkit-flex;
    justify-content: center;
    -webkit-justify-content:center;
    align-items: center;
    -webkit-align-items:center;
    text-align: center;
}
.post-type-archive-events #hero-general  .intro-content a.outline:hover {
    background-color:#fff;
    color:#000;
}
.post-type-archive-events .section-simple {
    padding-bottom:175px;
}
.post-type-archive-events h4.promo {
    font-family: 'proxima_nova_bold';
}
.post-type-archive-events .section-entry h4.promo {
    margin-top:60px;
}

.philosophy-container {
    text-align:center;
}
.philosophy-container h4.promo {
    margin-bottom:75px;
}
.philo-callout img{
    min-height:95px;
    max-width:95px;
}
.philo-callout h4.promo{
    margin-bottom:-10px;
}
.pre-events {
    text-align:center;
    margin: 120px auto 75px;
    max-width:900px;
}
.events-container .main-top h6{
    font-size:18px;
    font-family:'tungsten-medium';
    color:#fff;
}
.events-container .main-bottom ul{
    min-height:200px;
}
.events-container #mu-main .main-bottom ul {
    min-height:100px;
    position: relative;
    left:65px;
}
.events-container .row {
    margin-top:20px;
}
@media (min-width: 768px){
    .events-container .col-sm-2 {
        width:19.666667%;
    }
}
#upw-main .main-top {
    background-color:#E92A2D;
}
#upw-main ul li {
    color: #E92A2D;
}
#upw-main .main-bottom .center-container a.btn {
    background-color:#E92A2D;
}
#upw-main .main-bottom .center-container a.view-more {
    background-color:transparent;
    color:#E92A2D;
}
#mu-main .main-top, #mu-main .main-bottom .center-container a {
    background-color: #14AECF;
}
#mu-main .main-bottom .center-container a.view-more {
    background-color:transparent;
    color:#14AECF;
}
#mu-main ul li{
    color:#14AECF;
    margin-right:50px;
}
#mu-main ul {
    margin:0 auto;
    max-width:600px;
    display: flex;
    display:-webkit-flex;
    flex-wrap:wrap;
}

#bm-main .main-top, #bm-main .main-bottom .center-container a  {
    background-color:#1d3464;
}
#bm-main ul li {
    color:#1d3464;
}
#bm-main .main-bottom .center-container a.view-more {
    background-color:transparent;
    color:#1d3464;
}
#la-main .main-top, #la-main .main-bottom .center-container a  {
    background-color:#FAA41B;
}
#la-main ul li{
    color:#FAA41B;
}
#la-main .main-bottom .center-container a.view-more {
    background-color:transparent;
    color:#FAA41B;
}
#dwd-main .main-top, #dwd-main .main-bottom .center-container a{
    background-color:#aa2173;
}
#dwd-main ul li {
    color:#aa2173;
}
#dwd-main .main-bottom .center-container a.view-more {
    background-color:transparent;
    color:#aa2173;
}
#wm-main .main-top, #wm-main .main-bottom .center-container a {
    background-color:#9ecb3d;
}
#wm-main ul li {
    color:#9ecb3d;
}
#wm-main .main-bottom .center-container a.view-more {
    background-color:transparent;
    color:#9ecb3d;
}
#lm-main .main-top, #lm-main .main-bottom .center-container a {
    background-color:#6d166d;
}
#lm-main ul li{ 
    color:#6d166d;
}
#lm-main .main-bottom .center-container a.view-more {
    background-color:transparent;
    color:#6d166d;
}
.main-bottom ul li p{
    color:#000;
}

.events-container .main-top {
    text-align:center;
    padding:15px;
    color:#fff;
}
.events-container .main-top p {
    font-size:12px;
}
.events-container .main-bottom li p{
    font-size:14px;
    margin-bottom:5px;
}
.events-container .main-bottom{
    background-color:#fff;
    padding:15px;
}
.events-container .main-bottom .center-container {
    text-align:center;
}
.quote-container {
    background-color:#fff;
    padding-top:120px;
    padding-bottom:70px;
}
div.quote .openQuote{
    position: absolute;
    left: 12%;
    top:-22%;
}
div.quote .closeQuote {
    position:absolute;
    right:12%;
    bottom:26%;
}

div.quote {
    color:#000;
    margin-bottom:0;
}
.quote-container div.quote p {
    color:#000;
    font-size:22px;
    text-transform: none;
    line-height:1.5;
}
.quote-container .carousel-inner {
    text-align:center;
    padding-top:60px;
}
.quote-container .author {
    font-family: 'Georgia Italic';
    color:#000;
    font-size:20px;
    font-weight:700;
}
.quote-container .carousel-indicators {
    bottom:-60px;
}
.post-type-archive-events #footer-wrapper {
    margin-top:0;
}
.post-type-archive-events #mastery-blocks .grey-inner {
    width:60%;
    text-align:center;
    padding:0;
}
.post-type-archive-events .top-block .grey-inner {
    position: relative;
    right:10%;
}
.post-type-archive-events .bottom-block .grey-inner {
    position:relative;
    left:10%;
}
.post-type-archive-events .grey-inner a.outline{
    background-color:transparent;
    border:2px solid #14aecf;
    color:#14aecf;
        font-weight: 700;
    font-size: 12px;
    padding: 10px 20px;
    letter-spacing: 1px;
}
.post-type-archive-events .grey-inner a.outline:hover{
    background-color:#14aecf;
    color:#fff;
}
.quote-container .carousel-indicators li {
    border:1px solid #000;
    margin-left:15px;
}
.quote-container .carousel-indicators .active {
    background-color:#000;
}
.events-container .main-top button {
    display:none;
}
.has-video .section-media a.video-popup img{
    max-height:415px;
}
.single-events .has-video {
    margin-top:250px;
}
 @media (max-width: 767px) {
 	div.quote .closeQuote {
        bottom:0;
     } 
     .post-type-archive-events .events-container {
        padding:0;
        margin: 0 -45px;
    }
     .post-type-archive-events #mastery-blocks .grey-inner {
         position:static;
     }
     .post-type-archive-events .events-container .col-sm-3 {
         margin-bottom:60px;
     }
     .post-type-archive-events .section-simple {
        padding-bottom:75px;
    }
    
    .has-video .section-media {
        margin:-55px auto 120px;
    }
     .events-container .main-top button{
         background:transparent;
         display:inline-block;
     }
     .events-container .row {
         margin-top:0;
     }
     .events-container #mu-main .main-bottom ul {
         position:static;
         flex-direction:column;
         -webkit-flex-direction:column;
     }
     .events-container .main-bottom{
         display:none;
     }
     .events-container .main-bottom.show-block{
        display:block;
     }
     .events-container .main-bottom.hide-block{display:none;}
     
 }

.quote-container ol.carousel-indicators {
    position:static;
    width:100%;
    margin-left:0;
    margin-top:20px;
}
/* Mastery University */
.mastery-start {
    text-align: center;
    margin: 120px auto;
    max-width: 700px;
}
.page-template-mastery_university .intro-content{
    text-align: center;
    color: #fff;
    z-index: 999;
    position: relative;
    top:50%;
    -webkit-transform: perspective(1px) translateY(-50%);
    -ms-transform:perspective(1px) translateY(-50%);
    transform:perspective(1px) translateY(-50%);
}
.page-template-mastery_university #hero-general .intro-content .btn.outline{
    background-color:transparent;
    color:#fff;
    border:1px solid #fff;
    font-size:12px;
    padding:12px 20px;
    margin-top:5px;
}
.page-template-mastery_university #hero-general .intro-content .btn.outline:hover{
    background-color:#fff;
    color:#14aecf;
    border:1px solid #14aecf;
}
.mastery-bottom-cta {
    text-align:center;
    padding:100px;
    margin:100px auto;
    max-width:700px;
}
.mastery-events {
    margin-top:100px;
    text-align:center;
}
#eventTabs .tab-pane {
    width:80%;
    margin:0 auto;
}
.ctas a{
    margin-right:15px;
    font-size:14px;
    padding:12px 30px;
    color:#fff;
}
.ctas .btn:hover{
    color:#fff;
    background-color: #1191ad;
}
.ctas .outline {
    background-color:transparent;
    color:#14aecf;
    border:1px solid #14aecf;
}
.ctas .outline:hover{
    color:#fff;
    background-color:#14aecf;
}
#mastery-content {
    margin-top:120px;
}
#mastery-content .content-inner {
    min-height:300px;
}
#mastery-content .row {
    position:relative;
}
#mastery-content .col-sm-4 {
    position: absolute;
    bottom:0;
    right:0;
}
.image-block{
    background-size:cover;
    background-position:center;
}
.grey-block {
    background-color:#f5f5f5;
    display: flex;
    display:-webkit-flex;
    justify-content: center;
    -webkit-justify-content:center;
    align-content: center;
    -webkit-align-content:center;
    align-items: center;
    -webkit-align-items:center;
}
.grey-inner {
    width: 80%;
}
.top-block .grey-inner{
    padding-right: 100px;
}
.bottom-block .grey-inner {
    padding-left:100px;
}
#mastery-blocks .col-sm-6 {
    min-height:500px;
}
#mastery-includes {
    background-color:#14aecf;
    color:#fff;
    text-align:center;
    padding:60px;
}
#mastery-bot {
    background-color:#f5f5f5;
    margin-bottom:-100px;
}
#mastery-includes ul li{
    display:inline-block;
    margin-right:50px;
}
.mobile-hide{
    display:block;
}
.mobile-show{
    display:none;
}
@media (max-width: 767px) {
    .page-template-mastery_university .ctas a{
        margin-top:15px;
    }
    .grey-inner {
        margin:0 auto;
        padding:40px;
       
    }
    #eventTabs .tab-pane {
        width:100%;
    }
    .top-block .grey-inner{
        padding-right:40px;
    }
    .bottom-block .grey-inner {
        padding-left:40px;
    }
    #mastery-includes ul{
        padding:0;
        margin:0;
    }
    #mastery-includes ul li{
        margin-right:0;
    }
    #mastery-content .col-sm-4 {
        position: relative;
    }
    #mastery-content {
        margin-top:60px;
    }
    #mastery-content .content-inner {
        min-height:150px;
        padding-bottom:40px;
    }
    
    .mobile-hide{
        display:none;
    }
    .mobile-show {
        display:block;
    }
    
 }
/*Event Archive page */
.tax-event_name .slick-item, .page-template-coaching .slick-item{
        margin:0 0;
    }

    .callout-blue {
        background-color:#14aecf;
        margin-bottom:-50px;
    }

    .grey-section{
        background-color:#ededed;
    }
    .tax-event_name .section-features-secondary {
        padding-bottom:0;
        background-color:#fff;
    }
    .tax-event_name .has-video .section-media {
        margin-bottom:120px;
    }
    .tax-event_name .event-list-section {
        padding-bottom:140px;
    }
    #featured-stories {
        padding-top:120px;
        padding-bottom:120px;
    }
    .tax-event_name h4.promo {
        text-align: center;
        padding-bottom:75px;
        font-weight:700;
    }
    .tax-event_name .section-entry h4.promo {
        padding-bottom:0;
        margin-bottom:-20px;
    }
    .tax-event_name .slick-image{
        min-width: 1200px;
        height: 475px;
        margin: 0 auto;
    } 
    .tax-event_name .section-simple {
        padding-bottom: 50px;
    }
    .tax-event_name #hero-event .row {
        text-align:center;
    } 
    .tax-event_name #hero-event .container-fluid {
        display: flex;
        display:-webkit-flex;
        justify-content: center;
        -webkit-justify-content:center;
        align-items: center;
        -webkit-align-items:center;
    }
@media (max-width: 767px){
    .archive #hero-event {
        margin-bottom: 0px;
    }
    .tax-event_name .section-features-secondary{
        margin-top: 0;
    }
    .tax-event_name .section-simple {
        padding-bottom:0px;
    }
    .tax-event_name .has-video .section-media {
        margin-bottom:60px;
    }
    .event-list-section .event-list{
        padding: 30px 0 65px !important;
    }
    .tax-event_name h4.promo{
        padding-bottom: 30px;
    }
    
}
    #tony-note-section {
        padding-bottom:60px;
        padding-top:140px;
    }
    @media (max-width:1450px){
        .tax-event_name .slick-image{
            min-width:800px;
        }
    }
    @media (max-width: 985px){
        .tax-event_name .slick-image, .page-template-coaching .slick-image {
            min-width:0;
        }
    }
   .tax-event_name  .mobile-hide{
        display:block;
    }
   .tax-event_name  .mobile-show{
        display:none;
    }
    @media (max-width:480px){
        .tax-event_name .mobile-hide{
            display:none;
        }
       .tax-event_name .mobile-show{
            display:block;
        }
    }
    .tax-event_name .slick-nav button, .page-template-coaching .slick-nav button {    
        background:transparent;
        color:#fff;
    }
    .tax-event_name .slick-nav, .page-template-coaching .slick-nav{
        display:none;
/*        display:-webkit-flex;*/
        justify-content: space-between;
        -webkit-justify-content:space-between;
        width:100%;
        padding:0 50px;
        position:relative;
        bottom:250px;
    }
    .tax-event_name .slick-nav{
        bottom:270px;
    }
.note-header {
    display:flex;
    display:-webkit-flex;
    align-items: center;
    -webkit-align-items:center;
    margin-bottom:50px;
}
.note-header h4.promo {
    padding-bottom:0;
    text-align: left;
}
.note-header img {
    margin-left:25px;
    height:95px;
    width:95px;
    margin-right:45px;
}
#tony-note-section .container{
    max-width:800px;
}
    .tax-event_name .callout.cta-bar-bottom {
        color:#fff;
    }
    .tax-event_name .blue-outline {
        border:1px solid #fff;
    }
    .tax-event_name .callout a.blue-outline:hover {
        background:#fff;
        color:#14aecf;
    }
/* 404 page and Coming soon */

#countdown-coming, #coming-soon, #not-found {
    padding:120px 0;
    text-align: center;
    background-color:#000;
    margin-bottom:-50px;
    color:#fff;
    display:flex;
    display:-webkit-flex;
    justify-content: center;
    -webkit-justify-content:center;
    align-items: center;
    -webkit-align-items:center;
}
#not-found {
    background-image: url(images/404bg.jpg);
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    width:100%;
    height:100%;
    position:relative;
}
@media (min-width:1450px){
    #not-found {
         background-position-y:30%;
    }
}
#not-found:before{
    content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to bottom right,#000,#000);
	opacity: .4;  
    height:150%;
}
#coming-soon:before{ 
    content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to bottom right,#000,#000);
	opacity: .4;  
    height:150%;
}
#countdown-coming:before{ 
    content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to bottom right,#000,#000);
	opacity: .4;  
    height:150%;
}
.countdown-coming-inner {
    position: relative;
    z-index:990;
}
.coming-soon-inner {
    position: relative;
    z-index:990;
}
#not-found .not-found-inner{
    position: relative;
    z-index: 990;
}
#coming-soon {
    background-image: url('images/comingsoonBG.jpg');
    background-size:cover;
    background-position: center;
}
#not-found h1, #coming-soon h1 {
    font-size:120px;
    font-family: 'tungsten-medium';
    letter-spacing:4px;
    color:#fff;
}
#not-found h1 {
    line-height:105px;
}
@media (max-width:415px){
    .archive .note-header {
        display:block;
        margin-bottom:50px;
        text-align: center;
    }
    .archive .note-header h4.promo {
        padding-bottom:0;
        text-align: center;
    }
    #not-found h1, #coming-soon h1 {
        font-size:50px;
        line-height:50px;
    }
}

#not-found nav li {
    display:inline-block;
    padding:10px;
    text-transform: uppercase;
    font-weight:700;
}
#not-found nav li a {
    color: #fff;
    
}
#not-found #asp-try-1_1{
    display:none;
    
}
#not-found div.ajaxsearchpro[id*='ajaxsearchpro1_1']{
    width:100%;
}
#not-found #asp-try-1_3{
    display:none;
    
}
#not-found div.ajaxsearchpro[id*='ajaxsearchpro1_3']{
    width:100%;
}
/* do not group these rules */
#not-found *::-webkit-input-placeholder {
    color: #fff;
}
#not-found *:-moz-placeholder {
    /* FF 4-18 */
    color: #fff;
}
#not-found *::-moz-placeholder {
    /* FF 19+ */
    color: #fff;
}
#not-found *:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}   
#not-found p.subtitle, #coming-soon p.subtitle, #countdown-coming p.subtitle  {
    font-size:22px;
    font-family: 'Georgia Italic';
    color:#fff;
    display:block;
    text-transform: uppercase;
    margin-bottom:0;
    padding-bottom:0;
}
#coming-soon a{
    margin-top:25px;
    padding:15px 30px;
}
#coming-soon a:hover{
    background-color:#1191ad;
    border:1px solid #1191ad;
    color:#fff;
}

/* Risk free Trial */ 
.page-template-free-trial #hero-general #background{
    display:flex;
    display:-webkit-flex;
    justify-content: center;
    -webkit-justify-content:center;
    align-items: center;
    -webkit-align-items:center;
    text-align:center;
}
.page-template-free-trial h4.promo {
    font-weight:700;
}
.page-template-free-trial .intro-content {
    z-index:1;
}
.page-template-free-trial #overview .container {
    display:flex;
    display:-webkit-flex;
    align-items: center;
    -webkit-align-items:center;
}
.page-template-free-trial #overview img {
    margin-top:-60px;
    z-index:1;
    position: relative;
}
.page-template-free-trial .inner {
    float:right;
    max-width:600px;
}
.page-template-free-trial #testimonial{
    background-image: url('/wp-content/themes/tonyrobbins2016/images/testiominal_bg.jpg');
    min-height:450px;
    background-position: center;
    background-size: cover;
}
.page-template-free-trial .btn:hover {
    background-color:#1191ad;
}
.page-template-free-trial .green-btn {
    margin-left:30px;
}
.green-btn {
    background-color:#9ECB3D;
}

.page-template-free-trial .green-btn:hover {
    color:#fff;
    background-color:#94b844;
}
.page-template-free-trial #testimonial .slide-inner p{
    font-size:20px;
    color:#fff;
    font-family: 'Georgia Italic', Times, Serif;
}
.page-template-free-trial #testimonial .slide-inner p.author {
    font-weight:700;
}
.page-template-free-trial .intro-content p {
    font-family: "tungsten-medium", "Helvetica", san-serif;
    font-size:36px;
    color:#fff;
    text-transform:uppercase;
    margin:0;
}
.page-template-free-trial .intro-content h1 {
    margin:0;
}
.page-template-free-trial #bottomoverview {
    margin-top:60px;
    margin-bottom:10px;
}
.page-template-free-trial .testimonial-slider .slick-slide .test-quote-container img {
    min-height:0;
}
.page-template-free-trial .testimonial-slider .slide-inner {
    display:flex;
    display:-webkit-flex;
    justify-content: center;
    -webkit-justify-content:center;
    align-items: center;
    -webkit-align-items:center;
    background-color:none;
    background:transparent;
    flex-direction: column;
    -webkit-flex-direction:column;
}
.page-template-free-trial .testimonial-slider .slide-inner img.openQuote {
    position:relative;
    left:3px;
}
.page-template-free-trial .testimonial-slider .slide-inner img.closeQuote {
    position: relative;
    bottom:-50px;
    right:15px;
    float:right;
    margin-bottom:-50px;
}
.page-template-free-trial .testimonial-slider .slide-inner p {
    text-align: center;
    padding:30px 70px 0 70px
}
.page-template-free-trial .inner .overview-buttons {
    display:flex;
}
.page-template-free-trial .testimonial-slider .slide-inner p span{
    display:block;
    padding:0 65px;
}
.page-template-free-trial .testimonial-slider .slide-inner p.author{
    padding-top:0;
}
.page-template-free-trial section#testimonial {
    display:flex;
    display:-webkit-flex;
}
.page-template-free-trial .testimonial-slider {
    background:transparent;
    display:flex;
    display:-webkit-flex;
    align-items:center;
    -webkit-align-items:center;
}
.page-template-free-trial .testimonial-slider .image-container {
    border-radius:100px; 
    height:95px;
    width:95px;
    overflow:hidden;
    margin-top:5px;
    background-size:cover;
    background-position:center;
}
.page-template-free-trial section#feature_list {
    background-color:#ededed;
    padding:120px 0;
    text-align: center;
}
.page-template-free-trial .feature-container {
    display:flex;
    display:-webkit-flex;
    justify-content:space-around;
    -webkit-justify-content:space-around;
}
.page-template-free-trial #feature_list h4.promo {
    padding-bottom:75px;
}
.page-template-free-trial .single-feature {
    max-width:250px;
    text-align: center;
}
.page-template-free-trial .single-feature img{
    height:95px;
    margin-bottom:15px;
}
.page-template-free-trial #bottomoverview .container {
    display:flex;
    display:-webkit-flex;
    align-items:center;
    -webkit-align-items:center;
}
@media (max-width:756px){
    .page-template-free-trial #overview .container {
        padding-top:60px;
        padding-bottom:60px;
        flex-direction: column;
        -webkit-flex-direction:column;
        text-align: center;
    }
    .page-template-free-trial #feature_list h4.promo {
        padding-bottom:45px;
    }
    .page-template-free-trial #bottomoverview .container {
        padding-top:100px;
        padding-bottom:100px;
        flex-direction: column;
        -webkit-flex-direction:column;
        text-align: center;
    }
    .page-template-free-trial #overview img, .page-template-free-trial #bottomoverview .col-sm-4 {
        margin-top:60px;
    }
    .page-template-free-trial .feature-container {
        flex-direction:column;
        -webkit-flex-direction:column;
    }
    .page-template-free-trial .single-feature{
        max-width:none;
        margin-top:35px;
        display:flex;
        display:-webkit-flex;
        align-items: center;
        -webkit-align-items:center;
    }
    .page-template-free-trial .single-feature img {
        max-width:95px;
        max-height:95px;
        height:auto;
    }
    .page-template-free-trial .testimonial-slider {
        padding:inherit;
        min-height:600px;
    }
}

/*Coaching template */
.page-template-coaching #hero-general{
    height:45vh;
}
.page-template-coaching .video {
    margin-top:80px;
}
.page-template-coaching .video a {
    margin-top:60px;
    height:360px;
    max-width:700px;
    margin:0 auto;
}
.page-template-coaching .section-simple .section-media {
    margin:110px auto 110px;
}
.page-template-coaching .video a img{
    height:360px;
    width:700px;
}
.page-template-coaching #background .intro-content {
    display:flex;
    display:-webkit-flex;
    justify-content: center;
    -webkit-justify-content:center;
    flex-direction: column;
    -webkit-flex-direction:column;
    align-content: center;
    -webkit-align-content:center;
    height: 100%;
    position: relative;
    z-index: 1;
}
.page-template-coaching #background .intro-content p{
    color:#fff;
    margin-bottom:0;
}
.page-template-coaching .sticky-element #coachingApplyNow a{
    height: 45px;
    color:#fff;
    position: absolute;
    margin-top:-13px;
    padding:12px 6px;
    background-color:#14aecf;
}
 .seperator-inner{
        display:flex;
     display:-webkit-flex;
    }
    .seperator-image {
        height:400px;
        background-position:center;
        background-size:cover;
        min-width: 33.33333334%;
    }
    #breakdown h4.promo {
        text-align: center;
        padding-bottom:25px;
    }
    .philosophy-container{
        justify-content: space-around;
        -webkit-justify-content:space-around;
    }
    #benefits .philosophy-container {
        display:flex;
        display:-webkit-flex;
    }
    #benefits .philo-callout h4.promo {
        margin-bottom:10px;
        font-size:18px;
    }
    .benefit-container{
        display:flex;
        display:-webkit-flex;
        padding:25px;
        align-content: center;
        justify-content: center;
        -webkit-align-content: center;
        -webkit-justify-content: center;
    }
    #benefits {
        text-align: center;
    }
    .page-template-coaching #breakdown{
        padding:120px;
        padding-top:80px;
    }
    .page-template-coaching #image-seperator {
        padding-top:60px;
    }
    .doughnutContainer {
        z-index: 2;
        width:150px;
        margin:0 auto;
    }
    .chart {
        width:150px;
        height:150px;
    }
    .doughnutTip {
      position: absolute;
      min-width: 30px;
      max-width: 300px;
      padding: 5px 15px;
      border-radius: 1px;
      background: rgba(0,0,0,.8);
      color: #ddd;
      font-size: 17px;
      text-shadow: 0 1px 0 #000;
      text-transform: uppercase;
      text-align: center;
      line-height: 1.3;
      letter-spacing: .06em;
      box-shadow: 0 1px 3px rgba(0,0,0,0.5);
      pointer-events: none;
      &::after {
          position: absolute;
          left: 50%;
          bottom: -6px;
          content: "";
          height: 0;
          margin: 0 0 0 -6px;
          border-right: 5px solid transparent;
          border-left: 5px solid transparent;
          border-top: 6px solid rgba(0,0,0,.7);
          line-height: 0;
      }
    }
    .doughnutSummary {
      position: relative;
      bottom: 54%;
      left: 50%;
      text-align: center;
      cursor: default;
    }
    .doughnutSummary p{
        font-size:38px;
        color: #fff;
    }
    .circle-container {
        display:flex;
        display:-webkit-flex;
        justify-content: space-evenly;
        -webkit-justify-content:space-evenly;
        align-content: center;
        -webkit-align-content:center;
        align-items:center;
        -webkit-align-items:center;
        width:100%;
    }
    
    #success-circles:before{
        content:'';
        height:400px;
        width:100%;
        opacity:.8;
        display: block;
        position: absolute;
        background-color:#13adcf;
        z-index: 1;
    }
    .doughnutContainer p {
        color:#fff;
        text-align:center;
        margin:0 ;
        padding:0 ;
    }
    .chart path:hover { opacity: 0.65; }
    
    #bottomcta {
        background-color:#14aecf;
        color:#fff;
        padding:60px;
        margin-bottom:-50px;
    }
    #bottomcta .cta-inner {
        display:flex;
        display:-webkit-flex;
        flex-direction:column;
        -webkit-flex-direction:column;
        justify-content: center;
        -webkit-justify-content:center;
        align-items: center;
        -webkit-align-items:center;
    }
    #bottomcta h5.micro {
        margin-bottom:0;
    }
#bottomcta .btn-outline{
    border:1px solid #fff;
    padding:10px;
    color:#fff;
    text-transform: uppercase;
    font-size:12px;
}
#bottomcta .btn-outline:hover{
    background-color:#fff;
    color:#14aecf;
}
.coaching_stories_content {
    text-align: center;
    max-width:720px;
    margin:0 auto;
    padding-top:60px;
    padding-bottom:15px;
}
.page-template-coaching .slick-image {
    height:400px;
}
.page-template-coaching #testimonial {
    padding-top:60px;
    padding-bottom:60px;
    text-align: center;
}
.testimonial-block{
    text-align: left;
}
.page-template-coaching .testimonial-container{
    padding-top:60px;
    padding-bottom:60px;
}
.testimonial-block img{
    min-height:150px;
}
.testimonial-block .section-media{
    margin-bottom:20px;
}
.testimonial-block h5.micro{
    color:#1d3464;
}
#testimonial a.outline{
    background-color:transparent;
    border:1px solid #14aecf;
    color:#14aecf;
}
#testimonial a.outline:hover{
    background-color:#14aecf;
    color:#fff;
}
@media (max-width: 767px){
    .page-template-coaching #breakdown {
        padding:0 0 60px 0;
    }
    #success-circles:before{
        height:1850px;
    }
    #success-circles {
        height:1850px;
        padding:60px 0;
    }
    .circle-container {
        flex-direction: column;
        -webkit-flex-direction:column;
    }
    .philosophy-container {
        flex-direction: column;
        -webkit-flex-direction:column;
    }
    .cta-inner h4.promo {
        text-align: center;
    }
    .doughnutContainer {
        padding-top:25px;
        padding-bottom:25px;
    }
}
h1.seo_title{
    font-family: 'proxima_nova_bold';
    font-size:24px;
    letter-spacing:4px;
    text-align: center;
}
.seo-excerpt{
    max-width:80%;
    margin:0 auto;
    text-align: center;
    margin-bottom:60px;
}
/* Company Culture */
    .page-template-company-culture #hero-general #background .intro-content {
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        -webkit-justify-content: center;
        flex-direction: column;
        -webkit-flex-direction: column;
        align-content: center;
        -webkit-align-content: center;
        height: 100%;
        position: relative;
        z-index: 1;
        bottom:70px;
        color:#fff;
    }
    .page-template-company-culture #hero-general #background .intro-content p {
        max-width:600px;
        margin:0 auto;
        font-weight:700;
    }
    .page-template-company-culture .header-cta-block{
        background-color:#14aecf;
        margin:0 auto;
        position: relative;
        top:-140px;
        max-width:860px;
        min-height:290px;
        display: flex;
        align-items:center;
        text-align: center;
        color:#fff;
    }
    .page-template-company-culture .header-cta-block h4{
        font-family: 'proxima_nova_bold';
        font-weight:700;
        margin:0;
    }
    .page-template-company-culture .header-cta-block .container p {
        width:70%;
        margin: 0 auto;
        padding:15px 0;
    }
    .page-template-company-culture a.btn {
        background-color:#fff;
        color:#15aecf;
        border:1px solid #fff;
        padding:12px;
        font-weight:700;
    }
    .page-template-company-culture .header-cta-block a.btn:hover {
        color:#fff;
        background-color:transparent;
        border: 1px solid #fff;
    }
    .page-template-company-culture .testimonial-block{
        background-color:#ededed;
    }
    .page-template-company-culture .testimonial-cta-block{
        background-color:#14aecf;
        margin:0 auto;
        position: relative;
        bottom:-140px;
        max-width:860px;
        height:290px;
        display: flex;
        align-items:center;
        text-align: center;
        color:#fff;
    }
    .page-template-company-culture .footer-cta{
        background-color:#14aecf;
        margin-bottom:-50px;
    }
    .page-template-company-culture .culture-slider div.slick-image{
        width:275px;
        height:200px;
    }
    .page-template-company-culture .culture-container  .slick-nav{
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        width: 100%;
        padding: 0 50px;
        position: relative;
        bottom: 135px;
    }
    .page-template-company-culture .culture-testimonial-slider {
        padding-top:120px;
        text-align: center;
    }
    .page-template-company-culture .culture-container .slick-nav button{
        background:transparent;
    }
    .page-template-company-culture .culture-container .slick-nav .slick-prev1{
        margin-left:-90px;
    }
    .page-template-company-culture .culture-container .slick-nav .slick-next1{
        margin-right:-80px;
    }
    .page-template-company-culture .culture-testimonial-slider .slick-item {
        width:315px;
        min-height:500px;
        background-color:#fff;
        border-radius: 5px;
        margin:0 25px;
        padding:25px 40px;
    }
    .page-template-company-culture .culture-testimonial-slider ul.slick-dots li.slick-active button{
        background-color:#000;
        color:#7d7d7d;
        text-indent: -5000000px;
    }
    .page-template-company-culture .port {
        width:85px;
        height:85px;
        overflow: hidden;
        border-radius: 100px;
        margin:0 auto;
    }
    .page-template-company-culture .author-info{
        margin-top:25px;
    }
    .page-template-company-culture .author-info .culture_author {
        margin-bottom:0;
    }
    .page-template-company-culture .testimonial-block .slick-dots{
        position: relative;
        top:60px;
    }
    .page-template-company-culture .testimonial-block .container {
        margin-bottom:-50px;
    }
    .page-template-company-culture .benefit-block{
        padding-top:250px;
        text-align: center;
        margin-bottom:40px;
    }
    .page-template-company-culture .benefit-block h4.header{
        margin:0 auto;
        width:80%;
        margin-bottom:65px;
    }
    .page-template-company-culture .benefit-block .row .col-sm-4 img {
        width:125px;
        min-height:115px;
        margin-bottom:25px;
    }
    .page-template-company-culture .benefit-block .row .col-sm-4 p{
        width:80%;
        margin:0 auto;
        color:#363636;
    }
    .page-template-company-culture .benefit-footer {
        margin:60px auto;
        width:60%;
        color:#7d7d7d;
    }
    .page-template-company-culture .footer-cta {
        color:#fff;
        text-align: center;
        padding: 120px 0;
    }
    .page-template-company-culture .footer-cta .container {
        width:60%;
        margin: 0 auto;
    }
    .page-template-company-culture .footer-cta .container a.btn{
        background:transparent;
        color:#fff;
        border:1px solid #fff;
        padding: 10px 25px;
    }
    .page-template-company-culture .footer-cta .container a.btn:hover {
        background-color:#fff;
        color:#15aecf;
    }
    .page-template-company-culture .footer-cta .container p {
        max-width:600px;
        margin:25px auto;
    }
    .page-template-company-culture .footer-cta .container h6{
        font-size:26px;
        font-family:"Georgia Italic", "Times New Roman", serif;
        font-weight:300;
    }
    .page-template-company-culture .testimonial-block img{
        min-height:0;
    }
    .page-template-company-culture .testimonial-cta-block img {
        max-width:150px;
    }
    .page-template-company-culture .testimonial-block .quote {
        margin:0 auto;
        max-width:630px;
    }
    .page-template-company-culture .testimonial-block .quote-open {
        margin-top: -85px;
        position: relative;
        right:25px;
    }
    .page-template-company-culture .testimonial-block .quote-close {
        position:relative;
        left:40%;
    }
    .page-template-company-culture .culture-testimonial-slider .culture_quote {
        min-height:220px;
        font-size:16px;
        font-family:"Georgia Italic", "Times New Roman", serif;
        color:#959595;
    }
    .page-template-company-culture .culture-testimonial-slider .culture_author{
        font-weight:800;
    }
    .page-template-company-culture .author-info .culture_title {
        color:#14aecf;
    }
    .page-template-company-culture .slider-block{
        margin-bottom:240px;
    }
    .page-template-company-culture .section-media{
        text-align: center;
        margin-top:-150px;
    }
    .page-template-company-culture .section-media .ico-play {
        position: absolute;
        left: 50%;
        margin: 130px 0 0 -50px;
        -webkit-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }
    .page-template-company-culture .section-media img {
        min-width:700px;
        min-height:360px;
    }
    
    @media(max-width: 767px){
        .page-template-company-culture .container{
            padding:0;
        }
        .page-template-company-culture .culture-container .slick-nav button {
            display:none;
        }
        .page-template-company-culture .slider-block{
            padding-bottom:60px;
            margin-top:-30px;
        }
        .page-template-company-culture .benefit-block .container .row .col-sm-4 {
            margin-bottom:62px;
        }
        .page-template-company-culture .header-cta-block{
            width:85%;
        }
        .page-template-company-culture .testimonial-block .slick-dots {
            top:50px;
        }
        .page-template-company-culture .header-cta-block {
            padding:25px 12px;
        }
        .page-template-company-culture .benefit-footer {
            margin-top:40px;
        }
        .page-template-company-culture .footer-cta .container h6{
            margin-top:0;
        }
    }

.single-events li.buy-button a {
    padding: 12px 6px;
    color: #fff;
    position: absolute;
    margin-top:-14px;
}
.single-events li.buy-button a:hover {
    background-color:#fff;
    border:1px solid #14aecf;
    color:#14aecf;
}
.archive_cat_line {
    content: '';
    width: 12px;
    height: 2px;
    background: currentColor;
}
@media (max-width: 767px) {
    .single-events .stickySubNav .mobile-hide, .single-events .faq-mobile {
        display:none;
    }
    .single-events li.buy-button a.btn {
        color:#fff;
    }
    .single-events .stickySubNav .buy-button{
        display:inline-block;
        position: absolute;
        margin-top:-1px;
        padding:9px 6px;
        top:inherit;
    }
    .single-events li.buy-button a:hover {
        background-color:#fff;
        border:1px solid #14aecf;
        color:#14aecf;
    }
    .single-events li.buy-button a {
        position: absolute;
        margin-top:-23px;
        padding:9px 6px;
        top:inherit;
    }     
}
@media (max-width: 458px) {
    .single-events li.buy-button a{
/*        display:none;*/
    }
    .single-events .stickySubNav li.buy-button a {
        padding:10px 6px;
        display:block;
    }
}
/* New form styles */
div#form.overlay {
    background-color:#14aecf;
}
div#form-hero-cta.overlay {
    background-color:#14aecf;
}
div#form-newsletter.overlay {
    background-color:#14aecf;
}
div#form-hero-cta p.small {
    font-size:16px;
    margin-top:-50px;
}
.overlay .embedded-marketo-form {
    padding:0;
}
.overlay h2 {
    font-family:"tungsten-semibold", "Helvetica", san-serif;
    text-transform: uppercase;
    color:#fff;
    font-size:62px;
}
.overlay p {
    color:#fff;
}
.mktoForm .mktoAsterix {
    color: red !important;
    position: relative;
    top: 45px;
}
div.embedded-marketo-form{
    background-color:#14aecf;
    color:#fff;
}
div.embedded-marketo-form .mktoForm {
    background-color:#14aecf;
    width:100% !important;
    text-align: center !important;
}
div.embedded-marketo-form .mktoForm .mktoFormRow {
    display: flex;
    align-items:center;
    justify-content: center;
}
div.embedded-marketo-form .mktoFieldWrap {
    width:100%;
    padding:0 15px;
    min-height:75px;
}
div.embedded-marketo-form .mktoFieldWrap label{
    margin-left: 15px;
    font-weight: 700 !important;
    color: #fff;
}

div.embedded-marketo-form .mktoFieldDescriptor {
    width:100%;
}
div.embedded-marketo-form .mktoField{
    width:80% !important;
    border:none !important;
    background-color:#14aecf !important;
    border-bottom:2px solid #fff!important;
    color:#fff !important;
    float:none !important;
}
div.embedded-marketo-form .mktoForm input[type="text"]{
    color:#fff !important;
}
div.embedded-marketo-form .mktoForm .mktoFormRow input, div.embedded-marketo-form .mktoForm .mktoFormRow select  {
    width 80% !important;
}
div.embedded-marketo-form textarea.mktoField {
    border:1px solid #fff !important;
    width:90% !important;
}
div.embedded-marketo-form .mktoFormRow .mktoFieldWrap .mktoHtmlText {
    text-align: center;
    color:#fff;
    width:100% !important;
    font-size:24px;
    font-family:"tungsten-semibold", "Helvetica", san-serif;
    text-transform: uppercase;
    position: relative;
    top:10px;
}
div.embedded-marketo-form .mktoForm .mktoFormRow input, div.embedded-marketo-form .mktoForm .mktoFormRow select {
    width: 100% !important;
    box-shadow:none;
}
div.embedded-marketo-form .mktoForm .mktoButtonRow .mktoButtonWrap button[type="submit"] {
    color:#fff !important;
    background-image:none;
    border:1px solid #0f839c;
    background-color: #0f839c !important;
    text-transform: uppercase;
    font-family: "proxima_nova_regular", "Helvetica", san-serif;
    border-radius:0px;
    padding:5px 50px;
    letter-spacing: 1px;
}
div.embedded-marketo-form .mktoForm .mktoButtonRow .mktoButtonWrap{
    margin:0 !important;
}
div.embedded-marketo-form .mktoForm .mktoButtonRow .mktoButtonWrap button[type="submit"]:hover {
    border: 1px solid #1191ad !important;
    background-color: #1191ad !important;
}
div.embedded-marketo-form select.mktoField{
    font-weight:700;
    color:#fff!important;
    appearance:none;
    -moz-appearance:none;
    text-indent:0.01px;
    text-overflow: "";
}
div.embedded-marketo-form .mktoField::placeholder{
    font-weight:700;
    color:#fff;   
}
div.embedded-marketo-form .mktoField::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
    font-weight:700;
}
div.embedded-marketo-form .mktoField::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
    font-weight:700;
}
div.embedded-marketo-form .mktoField:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
    font-weight:700;
}
div.embedded-marketo-form .mktoField:-moz-placeholder { /* Firefox 18- */
    color: #fff;
    font-weight:700;
}
@media (max-width: 767px) {
    div.embedded-marketo-form .mktoForm .mktoFormRow {
        display:block;
    }   
    .overlay h2 {
        font-size:40px;
    }
}
/* Cookie plug in mobile changes */
@media (max-width: 767px) {
    .cookie-container span {
        font-size:14px;
    }
}
.cookie-bar-bar .use_x_close .x_close {
    top:10%;
}


    /* Platinum Partnership styles  */
    .page-template-platinum .plat-btn {
        color:#fff;
        background-color:#a9a9a9;
        padding-top:12px;
        padding-bottom:12px;
    }
    .page-template-platinum .plat-btn:hover {
        color:#a9a9a9;
        padding-top:12px;
        padding-bottom:12px;
        background-color:#fff;
        border:1px solid #a9a9a9;
    }
    .page-template-platinum .plat-btn-outline{
        color:#a9a9a9;
        padding-top:12px;
        padding-bottom:12px;
        background-color:#fff;
        border:1px solid #a9a9a9;
    }
    .page-template-platinum .plat-btn-outline:hover{
        color:#fff;
        padding-top:12px;
        padding-bottom:12px;
        background-color:#a9a9a9;
    }
    .page-template-platinum .plat_logo {
        margin-bottom:30px;
    }
    .page-template-platinum .plat-header {
        font-size:24px;
        letter-spacing:2px;
        font-family: "Georgia", "Times New Roman", serif;
    }
    .page-template-platinum #footer-wrapper {
        margin-top:0;
    }
    /* Header styles */
    .page-template-platinum #background {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .page-template-platinum .intro-content {
        z-index: 1;
        position: relative;
        text-align: center;
        color:#fff;
    }
    .page-template-platinum .intro-content h1 {
        font-family: "Georgia", "Times New Roman", serif;
    }
    .page-template-platinum .intro-header {
        text-align: center;
        margin:55px auto 60px;
        max-width: 900px;
    }
    
    /* Block section */
    .page-template-platinum .slider-box .slide{
        min-height:400px;
        background-position: center;
        background-size: cover;
    }
    .page-template-platinum .top-row, .bottom-row {
        background-color:#f5f5f5;
    }
    .page-template-platinum .top-row .col-sm-6, .bottom-row .col-sm-6 {
        padding-left:0;
        padding-right:0;
    }
    .page-template-platinum .info-box {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        min-height:400px;
    }
    .page-template-platinum .info-box .inner {
        max-width:350px;
        text-align: center;
    }
    /*Slider nav */
    .page-template-platinum .block-slider ul.slick-dots {
        border-top:1px solid #e2e2e2;
        border-bottom:1px solid #e2e2e2;
        padding:15px 0;
    }
    .page-template-platinum .block-slider ul.slick-dots li {
        margin-left:15px;
    }
    .page-template-platinum .block-slider ul.slick-dots li.slick-active a{
        border-bottom:1px solid; 
        padding-bottom:5px;
    }
    .page-template-platinum .block-slider ul.slick-dots li a{
        color:#000;
        cursor: pointer;
        font-family: "Georgia italic", "Times New Roman", serif;
    }
    
    
    /* Membership section */
    .page-template-platinum .benefit-section {
        color:#fff;
        min-height: 500px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color:#3d3d3d;
    }
    .page-template-platinum .benefit-section h4 {
        text-align: center;
        margin-bottom:30px;
    }
    .page-template-platinum .benefit-section ul {
        display:flex;
        flex-wrap: wrap;
        margin:0 auto;
        width:70%;
    }
    .page-template-platinum .benefit-section ul .benefit-panel {
        width:33.3%;
        padding: 0 30px;
    }
    .page-template-platinum .benefit-section ul li {
        padding-bottom:5px;
    }
    .page-template-platinum .benefit-section .plat-ctas {
        text-align: center;
        margin:30px 0;
    }
    .page-template-platinum .benefit-section .plat-btn {
        color:#3d3d3d;
        background-color:#999;
        border:1px solid #999;
    }
    .page-template-platinum .benefit-section .plat-btn:hover {
        background-color:#3d3d3d;
        color:#999;
        border:1px solid #999;
    }
    .page-template-platinum .benefit-section .plat-btn-outline {
        background-color:#3d3d3d;
        color:#999;
        border:1px solid #999;
    }
    .page-template-platinum .benefit-section .plat-btn-outline:hover {
       color:#3d3d3d;
        background-color:#999;
        border:1px solid #999;
    }
    /* Platinum Testimonials */
    .page-template-platinum .plat-testimonial {
        text-align:center;
        background-color:#999;
        min-height:450px;
    }
    .page-template-platinum .plat-testimonial-container {
        padding-top:145px;
    }
    .page-template-platinum .plat-testimonial .plat-testimonial-slider {
        background-color:#999;
        font-family: "Georgia Italic", "Times New Roman", serif;
        color:#e2e2e2;
    }
    .page-template-platinum .plat-testimonial .plat-testimonial-slider p {
        font-size:22px;
        line-height:33px;
    }
    .page-template-platinum .plat-testimonial .plat-testimonial-slider .slick-slide img {
        min-height:0;
    }
    .page-template-platinum .plat-testimonial .plat-testimonial-slider p.about-test-author {
        font-weight: 700;
    }
    
    /* Slider Nav styles*/
    .page-template-platinum #topSliderNav ul.slick-dots li.slick-active button, #bottomSliderNav ul.slick-dots li.slick-active button {
        background-color:#999;
    }
    .page-template-platinum #testimonialSliderNav ul.slick-dots  li.slick-active button {
        background-color:#3d3d3d;
    }
    .page-template-platinum #testimonialSliderNav ul.slick-dots  li button {
        border:1px solid #3d3d3d;
    }
    
    /* Plat footer styles */
     .page-template-platinum .cta-section{
        background-color:#3d3d3d;
        text-align: center;
        padding:60px 0;
        color:#fff;
    }
    .page-template-platinum .cta-section h4{
        margin:40px 0;
    }
    
   
/* Disc landing page */
.page-template-disc .intro-content{
    text-align: center;
    color: #fff;
    z-index: 1;
    position: relative;
    top:50%;
    -webkit-transform: perspective(1px) translateY(-50%);
    -ms-transform:perspective(1px) translateY(-50%);
    transform:perspective(1px) translateY(-50%);
}
.page-template-disc #hero-general .intro-content .btn{
  
    margin-top:0px;
}
.page-template-disc #hero-general .intro-content .btn:hover{
    background-color:#fff;
    color:#14aecf;
    border:1px solid #14aecf;
}
    .page-template-disc .intro-header{
        text-align: center;
        margin:45px auto 60px;
        max-width: 900px;
    }
.page-template-disc .btn {
    color:#fff;
    font-family:'proxima_nova_bold';
}
.page-template-disc .intro-header .btn:hover {
    background-color:#fff;
    color:#14aecf;
    border:1px solid #14aecf;
}
.page-template-disc .row {
    margin-left:0;
    margin-right:0;
}
.page-template-disc #disc-section{
    background-color: #14aecf;
    color:#fff;
    padding-top:1px;
}
.page-template-disc #disc-section .box-left {
    padding-left:60px;
    padding-right:0;
}
.page-template-disc #disc-section .box-right {
    padding-right:60px;
    padding-left:0;
}
.page-template-disc #disc-section #disc-top-section .box-left {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    padding-top:45px;
}

.page-template-disc #disc-section #disc-top-section .box-right {
    border-bottom:1px solid #fff;
    border-left:1px solid #fff;
    padding-top:45px;
}
.page-template-disc #disc-section #disc-bottom-section .box-left {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    padding-bottom:45px;
}

.page-template-disc #disc-section #disc-bottom-section .box-right {
    border-top:1px solid #fff;
    border-left:1px solid #fff;
    padding-bottom:45px;
}
.page-template-disc #disc-section .col-sm-6 {
    display: flex;
    justify-content: space-between;
}
.page-template-disc #disc-section .col-sm-6 img {
    min-width:90px;
    min-height:90px;
}
.page-template-disc .disc-left {
    order:1;
    width: 250px;
    height: 275px;
    background-position: 90% 0%;
}
.page-template-disc #disc-bottom-section .disc-left {
    background-position-y: 90%;
}
/*
    .disc-left:hover {
        background-position-x:10%;
    }
*/
.page-template-disc .disc-right {
    order:2;
    width: 250px;
    height: 275px;
    background-position:88% 3%;
}
.page-template-disc #disc-bottom-section .disc-right {
    background-position: 90% 90%;
}
.page-template-disc .grey-inner .btn:hover {
    background-color:#fff;
    color:#14aecf;
    border:1px solid #14aecf;
}
.page-template-disc .footer-cta{
    background-color:#14aecf;
    color:#fff;
    margin-top:0;
    margin-bottom:-50px;
    padding:45px 0 60px;
}
.page-template-disc .footer-cta .container {
    text-align: center;
    max-width: 900px;
}
.page-template-disc .footer-cta .container a.btn{
    background:transparent;
    color:#fff;
    border:1px solid #fff;
    padding: 10px 25px;
}
.page-template-disc .footer-cta .container a.btn:hover {
    background-color:#fff;
    color:#15aecf;
}
.page-template-disc .mobile-disc-section{
    display:none;
    margin:0 auto;
    text-align: center;
}
.page-template-disc .desktop-disc-section {
    position: relative;
}
.page-template-disc .disc-circle img {
    position:absolute;
    top:118px;
    left:0;
    right:0;
    margin: auto;
}
.page-template-disc #disc-section h5 {
    font-family: "tungsten-medium", "Helvetica", san-serif;
    font-size:40px;
    margin-bottom:5px;
    margin-left:15px;
}
.page-template-disc #disc-bottom-section h5 {
    margin-top:60px;
}
@media(max-width: 767px){
    .page-template-disc .mobile-disc-section{
        display:block;

    }
    .page-template-disc .desktop-disc-section{
        display: none;
    }
}

.section-tiles .top-block .grey-block.plat-block{ background-color:#fff; }
.section-tiles .event_rotate {
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
     transition-duration: .5s;
    transform: rotate(90deg);
   -webkit-transform: rotate(90deg);
   -ms-transform: rotate(90deg);
}

/* ------------------------------------------------------------ *\
	Business cycle pages
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Banner section
\* ------------------------------------------------------------ */

.business-cycle .banner{
	min-height:230px;
	text-align:center;
	padding:37px 0 40px;
	background-size:cover;
}
.business-cycle .banner h1{
	font-family: "tungsten-semibold", "Helvetica", san-serif;
	font-size:72px;
	color:#fff;
	margin-top:0;
	line-height: 0.83;
  	letter-spacing: 0.5px
}
.business-cycle .banner p{
	font-size: 18px;
	color:#fff;
	text-transform:uppercase;
	letter-spacing: 0.6px;
	margin-bottom:9px;
}
.business-cycle .banner a{
	font-size:18px;
	font-weight: bold;
	letter-spacing: 0.6px;
	padding:9px 36px;
}
.business-cycle .after-banner{
	padding:70px 0 74px;
}
.business-cycle .after-banner p{
  font-size: 16px;
  line-height: 1.44;
  letter-spacing: 0.6px;
  color: #4a4a4a;
}
/* ------------------------------------------------------------ *\
	Main teplate 6 images section
\* ------------------------------------------------------------ */
.business-cycle .images{
	margin-bottom:60px;
}
.business-cycle .images .col-sm-4{
	text-align: center;
	margin-bottom:30px;
}
.business-cycle .images .clicable-image{
	display: flex;
	flex-wrap: wrap;
    min-height: 285px;
    justify-content: center;
    align-content: center;
    align-items: center;
    background-size: cover;
}
.business-cycle .images a{
	color:#fff;
}
.business-cycle .images h3{
	font-family: proxima_nova_bold;
	font-size: 24px;
	letter-spacing: 0.6px;
}
.business-cycle .images p{
	font-family: proxima_nova_regular;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.44;
 	letter-spacing: 0.6px;	
}
/* ------------------------------------------------------------ *\
	Divider with button
\* ------------------------------------------------------------ */
.business-cycle .divider{
	padding:26px 0;
	background-color: #14aecf;
}
.business-cycle .divider .container{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	max-width:760px;
}
.business-cycle .divider .container:before, .business-cycle .divider .container:after{
	display:none;
}
.business-cycle .divider .divider-text{
	margin-right:30px;
}
.business-cycle .divider .divider-text *{
	margin: 0;
	padding: 0;
}
.business-cycle .divider h3{
	font-family: proxima_nova_regular;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.2px;
	color: #ffffff;
	text-transform: unset;
}
.business-cycle .divider p{
	font-size: 18px;
	letter-spacing: 0.1px;
	color: #ffffff;
}
.business-cycle .divider a{
	width: 145px;
	height: 45px;
	font-family: proxima_nova_bold;
	font-size: 14px;
	background-color: #097c95;
}
/* ------------------------------------------------------------ *\
	Flexible content columns
\* ------------------------------------------------------------ */
.business-cycle .article, .business-cycle .section-article{
    padding: 0;
}
.business-cycle .section-article .cols{
    display: flex;
    flex-wrap: wrap;
}
/* ------------------------------------------------------------ *\
	2 coumns section with half-wide images
\* ------------------------------------------------------------ 
.business-cycle section.content{
	padding:75px 0 84px 0;
}
.business-cycle .grey{
	background-color: #f4f4f4;
}
.business-cycle .columns .row{
	display:flex;
}
.business-cycle .columns .row .col-sm-6{
	background-size:cover;
	background-repeat:no-repeat;
}
.business-cycle .columns.grey .row .col-sm-6:first-child{
    padding: 94px 70px 28px 0;
    padding-left: calc((100vw - 1060px) / 2);
}
.business-cycle .columns.grey .row .col-sm-6:last-child{
    padding-right: 15px;
}
.business-cycle .columns .row .col-sm-6:last-child{
    padding: 94px 0px 28px 70px;
    padding-right: calc((100vw - 1060px) / 2);
}
.business-cycle .columns a{
	width:180px;
	font-family: proxima_nova_bold;
	font-size: 18px;
	letter-spacing: 0.6px;
	text-align: center;
	color: #ffffff;
	padding:11px;
}
/* ------------------------------------------------------------ *\
	Products section
\* ------------------------------------------------------------ */
.business-cycle .grey{
	background-color: #f4f4f4;
}
.business-cycle .products{
	padding:70px 0;
	text-align:center;
    background: #f4f4f4;
}
.business-cycle .products h2{
	margin-bottom:9px;
	padding:0;
}
.business-cycle .products .col-sm-12{
	margin-bottom:60px;
}
.business-cycle
.products .learn-more{
	position:relative;
	font-family: proxima_nova_regular;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.6px;
  color: #14aecf;
}
.business-cycle
.products .learn-more:before{
	content:'';
	position: absolute;
	right:-10px;
	top:4.5px;
	width:5px;
	height:9px;
	background:url(../wp-content/uploads/2019/04/right-arrow.svg);
}
.business-cycle
.products .btn{
	width:180px;
	padding:10px;
	border: solid 2px #9b9b9b;
	color:#9b9b9b;
	background:transparent;
	font-family: proxima_nova_bold;
  	font-size: 18px;
  	font-weight: bold;
  	letter-spacing: 0.6px;
  	text-align: center;
  	color: #9b9b9b;
	margin-top:50px;
}
/* ------------------------------------------------------------ *\
	Posts section
\* ------------------------------------------------------------ */
.business-cycle .posts {
	padding:78px 0 88px 0;
}
.business-cycle .posts .row >h2{
	text-align:center;
	padding-bottom:0;
	margin-bottom:7px;
}
.business-cycle .posts .row >p{
	max-width: 690px;
  	font-size: 16px;
  	line-height: 1.44;
  	letter-spacing: 0.4px;
 	text-align: center;
  	color: #323232;
	margin:0 auto 26px;
	text-align:center;
}
.business-cycle .posts a{
	display:block;
}
.business-cycle .posts .post-title{
	font-family: proxima_nova_bold;
 	font-size: 16px;
  	letter-spacing: 0.4px;
  	color: #000000;
	margin-bottom: 18px;
}
.business-cycle .posts .pink-sub, .business-cycle .posts .pink-sub a{
	position:relative;
	font-family: Georgia, sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 0.4px;
	color: #aa2173;
	margin-bottom: 23px;
}
.business-cycle .posts .pink-sub:before{
	position:absolute;
	content:'';
	bottom:-10px;
	width: 37px;
	height: 3px;
	background-color: #aa2173;
}
.business-cycle 
 .posts .post-read-more{
	display: inline-block;
	position:relative;
	font-family: proxima_nova_regular;
	font-size: 12px;
	font-weight: 600;
	text-transform:uppercase;
	letter-spacing: 0.4px;
	color: #9b9b9b;
}
.business-cycle .posts .post-read-more:before{
	content:'';
	position: absolute;
	right: -10px;
	top: 6px;
	width: 4px;
	height:7px;
	background:url(../wp-content/uploads/2019/04/right-arrow-grey.svg);
	background-size:cover;
}
.business-cycle #read-more-mobile{
	display:none;
}
/* ------------------------------------------------------------ *\
	Call to Action
\* ------------------------------------------------------------ */
.business-cycle .cta{
	padding:94px 0 100px 0;
	text-align:center;
    background-size: cover;
}
.business-cycle .cta h2{
	font-family: proxima_nova_bold;
	font-size: 40px;
	line-height: 1.13;
	letter-spacing: normal;
	color: #ffffff;
	padding-bottom:0;
	margin-bottom:0px;
}
.business-cycle .cta p{
	font-family: Georgia, sans-serif;
 	font-size: 18px;
	font-style: italic;
	color:#fff;
	margin-bottom:20px;
}
.business-cycle .cta a{
	width:230px;
	padding:10px;
	font-family: proxima_nova_bold;
	font-size: 14px;
	letter-spacing: 0.5px;
	text-align: center;
	color: #ffffff;
	background-color: #097c95;
}
.business-cycle 
 #footer-wrapper{
	margin-top:0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
   .business-cycle .section-article .cols{
        flex-direction: column;
    }
    .business-cycle .section-article .cols .col-1of2{
        width: 100%;
    } 
}
@media (max-width: 768px){
    .business-cycle .banner{
        padding: 90px 0;
    }
    .business-cycle .section-article .cols{
        flex-direction: column;
    }
    .business-cycle .section-article .cols .col-1of2{
        width: 100%;
    }
}
@media (max-width: 420px){
    /* ------------------------------------------------------------ *\
	Mobile banner
    \* ------------------------------------------------------------ */
	.business-cycle .banner{
		min-height:420px;
		padding:127px 0;
		background-position: 50% 50%;
		margin-top:60px;
	}
	.business-cycle .banner h1{
		font-size:58px;
		margin-top:0;
		line-height: 0.9;
  		letter-spacing: 0.3px;
	}
	.business-cycle .banner a{
		width:100%;
	}
     /* ------------------------------------------------------------ *\
	Mobile divider
    \* ------------------------------------------------------------ */
    .business-cycle .divider{
        padding: 60px 0;
    }
    .business-cycle .divider .container{
        text-align: center;
        padding: 0 25px;
    }
    .business-cycle .divider .divider-text{
        margin-right: 0;
    }
    .business-cycle .divider .divider-text h3{
        margin-bottom: 10px;
    }
    .business-cycle .divider a{
        margin: 15px auto 0;
    }
    /* ------------------------------------------------------------ *\
	Mobile 2 columns with half-wide images
    \* ------------------------------------------------------------ */
	.business-cycle .columns .row{
		flex-wrap: wrap;
    	justify-content: center;
	}
	.business-cycle .columns .row .col-sm-6{
		width:100%;
		min-height:260px;
	}
	.business-cycle .columns.grey .row .col-sm-6:first-child{
		padding: 40px 30px 60px;
    	order: 2;
    	text-align: center;
	}
	.business-cycle .columns .row .col-sm-6:last-child{
	    order: 1;
	}
	.business-cycle .columns .row .col-sm-6:last-child{
		padding: 40px 30px 60px;
    	text-align: center;
	}
    /* ------------------------------------------------------------ *\
	Mobile products 
    \* ------------------------------------------------------------ */
	.business-cycle ul.slick-dots li.slick-active button{
		background-color: #000000;
	}
	.business-cycle .products .btn{
		width:100%;
	}
    /* ------------------------------------------------------------ *\
	Mobile posts
    \* ------------------------------------------------------------ */
	.business-cycle .posts .row > h2{
		font-size: 24px;
  		font-weight: bold;
  		line-height: 0.96;
  		text-align: center;
  		color: #000000;
	}
    /* ------------------------------------------------------------ *\
	Mobile Call to Action
    \* ------------------------------------------------------------ */
	.business-cycle .cta .container{
		padding: 0 30px; 
	}
	.business-cycle .cta h2{
		font-size: 32px;
  		font-weight: bold;
  		line-height: 0.96;
		letter-spacing: -0.5px;
		line-height: 1;
	}
	.business-cycle .cta p{
		line-height: 1.33;
	}
	.business-cycle .cta a{
		width:100%;
	}
    /* ------------------------------------------------------------ *\
	   Main pahe hidden mobile content styles
    \* ------------------------------------------------------------ */
    .business-cycle .hidden-mobile{
		display: none;
	}
	.business-cycle #read-more-mobile{
		display: block;
    	position: relative;
    	margin-left: auto;
   		margin-right: auto;
    	font-size: 16px;
    	font-weight: 600;
    	letter-spacing: 0.6px;
    	color: #9b9b9b;
    	text-align: center;
    	width: 102px;
    	text-transform: uppercase;
	}
    .business-cycle #read-more-mobile:before{
        content: '';
        position: absolute;
        width: 5px;
        height: 9px;
        background: url(../wp-content/uploads/2019/04/right-arrow-grey.svg) center no-repeat;
        background-size: contain;
        right: -9px;
        top: 6px;
        }

    }
/* ------------------------------------------------------------ *\
	Tony Recommends Templates (Partners)
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Fonts and headings
\* ------------------------------------------------------------ */
.partners p{
	font-family: "proxima_nova_regular", "Helvetica", san-serif;
	font-size: 16px;
  	line-height: 1.44;
  	letter-spacing: 0.6px;
  	color: #4a4a4a;
}
.partners p strong{
	font-weight: 600;
}
.partners h2{
	font-size: 30px;
}
.partners h3{
	font-size: 24px;
}
.partners .hidden-desktop{
	display:none;
}
/* ------------------------------------------------------------ *\
	Banner section
\* ------------------------------------------------------------ */
.partners .btn{
	font-family: "proxima_nova_bold", "Helvetica", san-serif;
}
.partners .banner{
	padding:126px 0;
	text-align: center;
	background-size: cover;
}
.partners .banner h1{
	font-family: tungsten-medium;
  	font-size: 60px;
  	font-weight: 600;
  	line-height: 1;
  	letter-spacing: 0.4px;
  	text-align: center;
  	color: #ffffff;
}
.partners .banner p{
	font-size: 18px;
  	line-height: normal;
  	letter-spacing: 0.6px;
  	color: #ffffff;
	text-transform: uppercase;
}
/* ------------------------------------------------------------ *\
	Partners main page
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Secondary menu
\* ------------------------------------------------------------ */
.partners .after-banner{
	background: #f7f7f7;
	margin-bottom: 77px;
}
.partners #menu-partners-secondary-menu{
	display: flex;
    justify-content: center;
	align-items: center;
    align-content: center;
	margin: 0;
}
.partners #menu-partners-secondary-menu li{
	list-style: none;
	padding-right:30px;
}
.partners #menu-partners-secondary-menu li a{
	font-size: 15px;
  	font-weight: 600;
  	font-style: normal;
  	letter-spacing: 0.4px;
  	color: #a8a8a8;
	text-transform: uppercase;
}
.partners #menu-partners-secondary-menu li.current-menu-item a, .partners #menu-partners-secondary-menu li a:hover{
	color: #686868;
}
.partners #menu-partners-secondary-menu li.btn{
	margin-left: 30px;
}
.partners #menu-partners-secondary-menu li.btn a{
	color:#fff;	
}
/* ------------------------------------------------------------ *\
	Reccmmended Companies section (CPT)
\* ------------------------------------------------------------ */
.partners .company{
	display: flex;
    flex-wrap: wrap;
	padding-top: 45px;
    margin-top: 40px;
    border-top: 2px solid #e8e8e8;
}
.partners .company-header{
	width:100%;
}
.partners .company-header img{
	float:left;
	margin-right:17px;
}
.partners .company-header p{
		font-family: "proxima_nova_bold", "Helvetica", san-serif;
	float:left;
	width: 70%;
	margin-bottom:0;
	color:#000;
	font-size: 18px;
}
.partners .company-header p span{
	font-family: "proxima_nova_regular", "Helvetica", san-serif;
	color: #4a4a4a;
}
.partners .company-header p a{
	position:relative;
	font-family: "proxima_nova_regular", "Helvetica", san-serif;
}
.partners .company-header p a:before{
	content:'';
	position: absolute;
	width: 6px;
  	height: 11px;
	top: 5px;
	right: -10px;
	background: url(https://test-web.tonyrobbins.com/wp-content/uploads/2019/07/right-arrow-blue.svg) center no-repeat;
	background-size: contain;
}
.partners .company-content > p:first-child{
	font-size: 18px;
  	font-weight: bold;
  	letter-spacing: 0.4px;
  	color: #848484;
	margin-top:14px;
	margin-bottom: 0;
}
.partners .company-content h3{
	text-transform:unset;
	letter-spacing: 0.4px;
	margin-top:0;
}
.partners .company-content p strong{
	font-family: "proxima_nova_bold", "Helvetica", san-serif;
	font-size: 16px;
  	font-weight: bold;
  	letter-spacing: 0.4px;
  	color: #000000;
	
}
.company-content ul{
  list-style: none;
	padding:0;
}
.company-content ul li{
	font-size: 16px;
  	font-weight: 600;
  	line-height: 1.44;
  	letter-spacing: 0.6px;
  	color: #4a4a4a;
}
.company-content ul li::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #097c95;
    font-weight: bold;
    display: inline-block;
    border-radius: 50%;
    margin-right: 7px;
    margin-bottom: 2px;
}
.partners .page-numbers{
	padding: 0.5rem 1rem;
    color: #000;
    font-family: "Georgia Italic", "Times New Roman", serif;
    font-size: 16px;
}
.partners .pagination{
	width:100%;
	text-align: center;
}
.partners .page-numbers.current, .partners .page-numbers:hover{
	border-bottom: 2px solid #000;
}
/* ------------------------------------------------------------ *\
	Tony Reccomens CTA
\* ------------------------------------------------------------ */
.partners .cta{
	padding: 100px 0;
	text-align: center;
	margin-top:100px;
	background-size:cover;
}
.partners .cta h2{
	 color: #fff;
}
.partners .cta p{
	font-family: "Georgia Italic", "Times New Roman", serif;
	font-size: 18px;
	color: #fff;
	font-style: italic;
	font-weight: normal;
}
.partners .cta a{
	width: 279px;
  	height: 45px;
  	font-family: "proxima_nova_bold", "Helvetica", san-serif;
  	font-size: 16px;
  	font-weight: bold;
 	letter-spacing: 0.5px;
  	text-align: center;
  	color: #ffffff;
	background-color: #097c95;
}
/* ------------------------------------------------------------ *\
	Tony Reccomens Sidebar
\* ------------------------------------------------------------ */
.partner-sidebar h3, .partners .cat-filter h3{
	font-family: "proxima_nova_bold", "Helvetica", san-serif;
	font-size: 16px;
  	font-weight: bold;
  	letter-spacing: 0.6px;
  	color: #000000;
	padding-bottom: 6px;
	border-bottom: solid 1px #000000;
}
.partner-sidebar ul, .partners .cat-filter ul{
	padding:0;
}
.partner-sidebar ul li, .partners .cat-filter ul li{
	position:relative;
	list-style: none;
}
.partner-sidebar ul li:after, .partners .cat-filter ul li:after{
	content: '';
	position: absolute;
    top: 9px;
	right:0;
	width: 7px;
  	height: 11px;
	background: url(https://test-web.tonyrobbins.com/wp-content/uploads/2019/07/right-arrow-black.svg) center no-repeat;
	background-size: cover;
}
.partner-sidebar ul li a, .partners .cat-filter ul li a{
	font-size: 16px;
 	line-height: 1.88;
  	letter-spacing: 0.2px;
  	color: #323232;
}
.partner-sidebar .sidebar-cta{
	padding: 32px 11px 37px;
	background: #e8e8e8;
	text-align: center;
}
.partner-sidebar .sidebar-cta h3{
	font-family: "proxima_nova_regular", "Helvetica", san-serif;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.6px;
    color: #000000;
    text-transform: none;
    font-weight: normal;
	padding:0;
	border: 0;
}
.partner-sidebar .btn{
	font-family: "proxima_nova_bold", "Helvetica", san-serif;
	border: solid 2px #14aecf;
	background: transparent;
	color:#14aecf;
	font-size: 18px;
  	letter-spacing: 0.6px
}
.partner-sidebar .btn:hover{
	background:#14aecf;
	color: #e8e8e8;
}
/* ------------------------------------------------------------ *\
	Tony Reccomens Top Books Page
\* ------------------------------------------------------------ */
.page-template-top-books .after-banner{
    background: #14aecf;
}
.after-banner .mobile-cat-selector{
    display: none;
}
.after-banner ul{
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.after-banner ul li {
    width: -webkit-fill-available;
}
.after-banner ul li a{
    display: block;
    color: #fff;
    padding: 15px;
    text-align: center;
}
.after-banner ul li a.active{
    background: #fff;
    color:  #14aecf;
}
.top-books{
    text-align: center;
}
.top-books > .row{
    display: flex;
    flex-wrap: wrap;
}
.top-books > h2{
	text-align:center;
}
.top-books > p{
	text-align:center;
	margin-bottom:60px;
}
.top-books .top-book{
	margin-bottom: 36px;
}
.top-books .top-book .book-wrapper{
    display: flex;
    align-items: flex-start;
    padding: 0px 20px 0px 0px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
    border: solid 1px #e1e0e0;
    height: 100%;
}
.top-books .top-book .book-wrapper .desc-wrapper{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    width: calc(100% - 185px);
    padding: 20px 0;
    text-align: left;
}
.top-books .top-book img{
	width:185px;
	height:100%;
	margin-right:20px;
}
.top-books .top-book h3{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 1px;
    color: #191919;
    margin: 0 0 9px;
}
.top-books .top-book p{
    width: 100%;
    font-size: 12px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #191919;
}
.top-books .top-book .book-desc{
    margin-bottom: 0px;
}
.top-books .top-book .small{
    width: 100%;
    font-size: 12px;
    line-height: 1.83;
    color: #000000;
    margin-bottom: 5px;
}
.top-books .top-book .small a{
    padding: 5px 11px;
    border-radius: 2px;
    background-color: #f6f6f6;
    margin-left: 5px;
}
.top-books .top-book .book-price{
    display: inline-block;
    width: auto;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.11;
    color: #191919;
    margin-right: 15px;
    margin-bottom: 5px;
}
.top-books .top-book .book-types{
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.67;
    color: #191919;
    margin-bottom: 5px;
}

.top-books .top-book .btn-outline{
		font-family: "proxima_nova_bold", "Helvetica", san-serif;
	border: solid 2px #14aecf;
	background: transparent;
	color:#14aecf;
	letter-spacing: 0.2px;
	font-size: 16px;
  	letter-spacing: 0.6px;
	padding:11px 26px;
	text-transform:uppercase;
    text-align: center;
}
.top-books .top-book a.btn, .top-books .top-book .btn-outline{
    width: 120px;
    height: 31px;
    font-size: 12px;
    padding: 6px;
}
.top-books .top-book a.btn-outline{
    padding: 5px;
    margin-right: 15px;
}
.top-books .top-book .btn-outline:hover{
	background:#14aecf;
	color: #fff;
}
.top-books #more_posts{
    margin: 40px 0;
    transition:  all ease-out 1s;
}
.top-books #loading{
    display: none;
    margin: 40px 0;
    transition:  all ease-out 1s;
    color: #14aecf;
    border: solid 2px #14aecf;
    padding: 12px 24px;
}
#more_posts.hide{
    display: none;
    transition:  all ease-out 1s;
}
#inner-cta .book-cta{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#inner-cta{
    padding: 56px 0 50px;
    background-color: #14aecf;
}
#inner-cta{
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}
#inner-cta h2{
    font-size: 22px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.92px;
    color: #ffffff;
     margin-bottom: 5px;
}
#inner-cta p{
    font-size: 16px;
    line-height: 1.38;
    color: #ffffff;
    margin-bottom: 0;
}
#inner-cta a{
    display: block;
    width: 100%;
    max-width: 150px;
    padding: 14px 0 16px;
    background: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.5px;
    color: #14aecf;
    text-transform: uppercase;
}
.books-slider .pop-wrapper{
    display: flex;
    justify-content: center;
}
.books-slider .pop-wrapper img{
    width: auto;
    height: 221px;
    min-height: 1px;
}
@media screen and (max-width: 820px){
    .after-banner .mobile-cat-selector{
        display: flex;
        align-items: center;
        position: relative;
        width: 100%;
        padding: 18px 16px 18px 25px;
        font-size: 15px;
        font-weight: bold;
        line-height: 2.53;
        letter-spacing: 0.5px;
        color: #14aecf;
        text-transform: uppercase;
        background: #fff;
        margin: 30px 0px;
    }
    .after-banner .mobile-cat-selector:after{
        content: '';
        position: absolute;
        right: 23px;
        width: 7px;
        height: 11px;
        background: url(https://test-web.tonyrobbins.com/wp-content/uploads/2019/07/right-arrow-black.svg) center no-repeat;
        background-size: cover;
        transform: rotate(90deg);
    }
    .after-banner ul{
        display: none;
        position: absolute;
		width: 92%;
        top:73px;
		left: 15;
		text-align: left;
		background: #fff;
		box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.09);
        z-index: 1;
    }
    .after-banner ul li{
        padding: 20px 25px;
    }
    .after-banner ul li a{
        color: #14aecf;
    }
}
@media screen and (max-width: 420px){
    .partners.page-template-top-books .after-banner .container{
        padding: 0 20px
    }
    .partners.page-template-top-books .after-banner .row{
        margin-right: -15px;
        margin-left: -15px;
    }
    .partners.page-template-top-books .after-banner .col-sm-12{
        padding: 0 15px;
    }
    .after-banner .mobile-cat-selector{
        display: flex;
        align-items: center;
        position: relative;
        width: 100%;
        padding: 18px 16px 18px 25px;
        font-size: 15px;
        font-weight: bold;
        line-height: 2.53;
        letter-spacing: 0.5px;
        color: #14aecf;
        text-transform: uppercase;
        background: #fff;
        margin: 30px 0px;
    }
    .after-banner .mobile-cat-selector:after{
        content: '';
        position: absolute;
        right: 23px;
        width: 7px;
        height: 11px;
        background: url(https://test-web.tonyrobbins.com/wp-content/uploads/2019/07/right-arrow-black.svg) center no-repeat;
        background-size: cover;
        transform: rotate(90deg);
    }
    .after-banner ul{
        display: none;
        position: absolute;
		width: 92%;
        top:73px;
		left: 15;
		text-align: left;
		background: #fff;
		box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.09);
        z-index: 1;
    }
    .after-banner ul li{
        padding: 20px 25px;
    }
    .after-banner ul li a{
        color: #14aecf;
    }
    .top-books .top-book .book-wrapper{
        flex-wrap: wrap;
        padding: 30px 14px 14px;
        justify-content: center;
    }
    .top-books .top-book img{
        width: 100%;
        height: auto;
        margin-right: 0;
    }
    .top-books .top-book .book-wrapper .desc-wrapper{
        width: 100%;
    }
    .top-books .top-book .small{
        margin-bottom: 20px;
    }
    .top-books .top-book .book-price{
        margin-bottom: 12px;
    }
   .top-books .top-book a.btn, .top-books .top-book a.btn-outline{
       width: 100%;
       height: 34px;
       margin-right: 0;
    }
    .top-books .top-book .btn-outline{
        margin-bottom: 20px;
    }
    .book-cta{
        text-align: center;
    }
    .book-cta .col-sm-2{
        width: 100%;
    }
    #inner-cta a{
        display: inline-block;
        margin-top: 30px;
    }
    #similar-books .sim-book{
        width: 100%;
    }
}
/* ------------------------------------------------------------ *\
	Single Book
\* ------------------------------------------------------------ */
.single-books h2{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;
}
#book-main{
    padding-top: 40px;
    padding-bottom: 60px;
}
#book-main .small{
    font-size: 12px;
    line-height: 1.83;
    color: #000000;
}
#book-main .small span{
    padding: 5px 11px;
    border-radius: 2px;
    background-color: #f6f6f6;
    margin-left: 5px;
}
#book-main .row >.col-md-5:last-child{
    padding: 26px 20px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
    border: solid 1px #e1e0e0;
}
#book-main .book-types{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.25;
    text-align: center;
    color: #191919;
}
#book-main .book-price{
    font-size: 32px;
    font-weight: 600;
    color: #191919;
}
#book-main .btn{
    width: 100%;
}
#book-main .col-md-10 .btn{
    width: auto;
}
#tony-recomends h3{
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    font-weight: bold;
    font-style: italic;
    line-height: 1.73;
    color: #191919;
}
#tony-recomends p{
    font-size: 18px;
    line-height: 1.89;
    color: #1c1d1d;
}
#similar-books{
    margin: 75px 0;
}
#similar-books h2{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;
    text-align: center;
    color: #191919;
    margin-bottom: 30px;
}
#similar-books .row{
    display: flex;
    flex-wrap: wrap;
}
.sim-book-wrapper{
    height: 100%;
    padding: 28px 8px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
    border: solid 1px #e1e0e0;
    text-align: center;
}
.sim-book-wrapper img{
    height: 100%;
    max-height: 221px;
    width: auto;
    margin-bottom: 17px;
}
.sim-book-wrapper h3, .sim-book-wrapper h3 a{
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    color: #14aecf;
}
.sim-book-wrapper .book-price{
    font-size: 18px;
    font-weight: 600;
    color: #191919;
}
#popular-books{
    padding: 75px 0;
    background-color: #f2f2f2;
}
#popular-books h2{
    text-align: center;
}
#popular-books  ul.slick-dots li button{
    border: 0;
    background-color: #e2e2e2;
}
#popular-books  ul.slick-dots li.slick-active button{
    background-color: #555555;
}
.single-books #footer-wrapper{
    margin-top: 0;
}
@media screen and (max-width: 420px){
    #book-main{
        padding-top: 90px;
    }
    .single-books #master-container .container{
        padding: 0 20px;
    }
    #tony-recomends h3{
        font-size: 24px;
        font-weight: bold;
        font-stretch: normal;
        font-style: italic;
        line-height: 1.92;
        letter-spacing: normal;
        color: #191919;
        text-transform: unset;
    }
    #similar-books .row {
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }
    .sim-book-wrapper{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    #similar-books  ul.slick-dots li button{
        border: 0;
        background-color: #e2e2e2;
    }
    #similar-books  ul.slick-dots li.slick-active button{
        background-color: #555555;
    }
}
/* ------------------------------------------------------------ *\
	Become a partner page
\* ------------------------------------------------------------ */
.partners .become-a-partner{
	padding-bottom:77px;
	text-align:center;
}
.partners .become-a-partner p{
	max-width:800px;
	margin-left: auto;
	margin-right: auto;
}
/* ------------------------------------------------------------ *\
	Icons section
\* ------------------------------------------------------------ */
.partners .partner-icons{
	padding:80px 0;
	background: #f4f4f4;
	text-align: center;
}
.partners .partner-icons .row > h2{
	margin-bottom: 0px;
}
.partners .partner-icons .row > p{
	margin-bottom: 50px;
}
.partners .partner-icons .partner-icon{
	text-align: center;
}
.partners .partner-icons h3{
	font-size: 18px;
  	font-weight: bold;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: normal;
  	letter-spacing: 0.5px;
  	color: #000000;
}
/* ------------------------------------------------------------ *\
	2 columns section with images
\* ------------------------------------------------------------ */
.partners .grey{
	background-color: #f4f4f4;
}
.partners .columns .row{
	display:flex;
}
.partners .columns .row .col-sm-6{
	background-size:cover;
	background-repeat:no-repeat;
}
.partners .columns .row .col-sm-6:first-child{
    padding: 94px 70px 28px 0;
    padding-left: calc((100vw - 1060px) / 2);
}
.partners .columns.grey .row .col-sm-6:last-child{
    padding: 94px 0px 28px 70px;
    padding-right: calc((100vw - 1060px) / 2);
}
.partners .columns.grey .row .col-sm-6:first-child{
	padding:0 15px;
}
.page-template-become-a-partner .cta{
	margin-top:0;
}
.partners  #footer-wrapper{
	margin-top:0;
}

@media (max-width: 420px){
/* ------------------------------------------------------------ *\
	Partners main mobile
\* ------------------------------------------------------------ */
	.partners  .container{
		padding:0 30px;
	}
	.partners .after-banner .container{
		padding:0;
	}
	.partners .after-banner .row{
		margin:0;
	}
	.partners .after-banner .col-sm-12{
		padding: 0;
	}
	.partners #menu-partners-secondary-menu{
		width: 100%;
    	padding: 0;
    	justify-content: space-between;
	}
	.partners #menu-partners-secondary-menu li{
		padding-right:0;
	}
	.partners #menu-partners-secondary-menu li:first-child{
		padding-left:20px;
	}
	.partners #menu-partners-secondary-menu li.btn{
	    margin-left: 0px;
		padding-right: 25px;
	}
	.partners .col-sm-9 .main-content > h2, .partners .col-sm-9 .main-content > p{
	text-align: center;
	}
	.partners .hidden-desktop{
		display: block;
	}
	.partners .cat-filter h3{
		position: relative;
		text-align: center;
		padding-right: 35px;
		border-bottom: 0;
		transition: all .3s ease;
	}
	.partners .cat-filter h3:before{
		content:'';
		position: absolute;
    	top: 3px;
    	right: 65px;
		width: 27px;
  		height: 2.8px;
  		background-color: #000000;
		transition: all .3s ease;
	}
	.partners .cat-filter h3:after{
		content:'';
		position: absolute;
		right: 65px;
		bottom: 9px;
		width: 27px;
  		height: 2.8px;
  		background-color: #000000;
		transition: all .3s ease;
	}
	.partners .cat-filter h3.change:before{
		transform: rotate(45deg);
		top: 6.5px;
	}
	.partners .cat-filter h3.change:after{
	transform: rotate(-45deg);
	bottom: 13.5px;
	}
	.partners .cat-filter .js-category{
		display:none;
	}
	.partners .company-header img{
		max-width:100px;
		height:auto;
		margin-right: 10px;
	}
	.partners .company-content{
		position: relative;
	}
	.partners .company-header p{
		font-size: 14px;
		letter-spacing: 0.3px;
		width: 64%;
	}
	.partners .more p{
		margin-bottom: 25px;
	}
	.partners .hidden-mobile{
		display:none;
		margin-bottom: 45px;
	}
	.partners .company-content .morecontent span{
		display:none;
	}
	.partners .company-content .morelink{
		position: absolute;
		left:0;
		bottom: 0;
		font-size: 16px;
  		font-weight: 600;
  		font-style: normal;
  		font-stretch: normal;
  		line-height: normal;
  		letter-spacing: 0.6px;
  		color: #14aecf;
		text-transform: uppercase;
		transition: all .3s ease;
	}
	.partners .company-content .morelink:before{
		content: '';
		display: inline-block;
    	position: absolute;
    	width: 5px;
    	height: 9px;
    	top: 4px;
    	right: -10px;
    	background: url(../wp-content/uploads/2019/07/right-arrow-blue.svg) center no-repeat;
    	background-size: contain;
		transition: all .3s ease;
	}
	.partners .company-content .morelink.less:before{
		transform: rotate(-90deg);
		-webkit-transition: all .3s ease;
	transition: all .3s ease;
	}
	.partners  .partner-sidebar{
		display: none;
	}
    /* ------------------------------------------------------------ *\
        Top Books Mobile
    \* ------------------------------------------------------------ */
	.top-books .top-book{
		margin-bottom: 50px;
	}
	.top-books .top-book h3{
		font-size:16px;
		min-height: 1px;
	}
	.top-books .top-book .book-price{
		font-size:22px;
	}
	.top-books .top-book .btn-outline{
		font-size:14px;
		padding: 11px 6px;
	}
    /* ------------------------------------------------------------ *\
       Top Books mobile
    \* ------------------------------------------------------------ */
	.partners.page-template-become-a-partner #menu-partners-secondary-menu{
		padding:12px 70px;
	}
	.partners.page-template-become-a-partner #menu-partners-secondary-menu li:first-child{
		padding-left: 0px;
	}
	.partners .partner-icons .partner-icon{
		margin-bottom: 45px;	
	}
	.partners .columns .row{
		flex-wrap: wrap;
	}
	.partners .columns .container-fluid .row .col-sm-6, .partners .columns.grey .container-fluid .row .col-sm-6{
		padding: 45px 15px 60px;
		order:2;
		text-align: center;
	}
.partners .columns .container-fluid .row .bg-image{
		height: 240px;
		width:100%;
		order:1;
	}
}
/* ------------------------------------------------------------ *\
	Events Updated styles
\* ------------------------------------------------------------ */
.event-list-section .list-jobs li{
    position: relative;
    
}
.event-list-section .list-jobs li .upgrade-flag{
    position: absolute;
    right: 140px;
    color: red;
    font-weight: bold;
}
.event-list-section .list-jobs.custom-list li:first-child{
    border-top: 0;   
}
.section-simple .section-media .ico-play {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -50px 0 0 -50px;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.section-simple .section-media a:hover .ico-play {
	opacity: .7;
}

.section-simple .section-media {
	position: relative;
	max-width: 771px;
	margin: -200px auto 110px;
}
@media(max-width: 420px){
    .event-list-section .list-jobs li .upgrade-flag{
        position: static;
        padding-bottom: 10px;
    }
}

/* ------------------------------------------------------------ *\
	Redesign 2018
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */

.new-design h1, .new-design h2, .new-design h3, .new-design h4, .new-design h5, .new-design h6 { font-family: proxima_nova_bold, sans-serif; }

@media(max-width: 991px){
	body.new-design { margin: 61px 0 0; }
}
.new-design #footer-wrapper {margin-top:0;}
/* ------------------------------------------------------------ *\
	Container
\* ------------------------------------------------------------ */

.new-design .container--sm { width: 970px; max-width: 100%; }
.new-design .container--md { width: 1062px; max-width: 100%; }

/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */

.new-design .wrapper { overflow: hidden; }

/* ------------------------------------------------------------ *\
	Login Spinner
\* ------------------------------------------------------------ */

.new-design .loading-screen { background-color: rgba( 255, 255, 255, .8 ); width: 100%; height: 100%; position: fixed; z-index: 9999; top: 0; left: 0; visibility: hidden; opacity: 0; }
.new-design .loading-screen .spinner { background: url(./images/ajax-loader-big.gif) no-repeat 0 0; width: 32px; height: 32px; display: inline-block; margin-bottom: 1.2em; position: absolute; left: 50%; top: 50%; margin-left: -16px; margin-top: -16px; }
.new-design .loading-screen.show { visibility: visible; opacity: 1; }

/* ------------------------------------------------------------ *\
	Buttons
\* ------------------------------------------------------------ */

.new-design .btn { padding: 10px 20px; font-weight: 700; font-size: 16px; font-weight: 700; font-family: proxima_nova_bold, sans-serif; letter-spacing: .6px; border: 1px solid #14aecf; }

.new-design .btn:hover,
.new-design .btn:focus { background: #fff; color: #14aecf; }

.new-design .btn--secondary { background: #fff; color: #14aecf; }

.new-design .btn--secondary:hover,
.new-design .btn--secondary:focus { background: #14aecf; color: #fff; }

.new-design .btn--secondary.btn--video:before { opacity: 0; }
.new-design .btn--secondary.btn--video:after { opacity: 1; }

.new-design .btn--secondary.btn--video:hover:before { opacity: 1; }
.new-design .btn--secondary.btn--video:hover:after { opacity: 0; }

/*.btn i { display: inline-block; position: relative; top: -4px; }*/

/* Button Alt */

.new-design .btn--alt { border: 2px solid #14aecf; background: transparent; color: #14aecf; }

/* Button Large */

.new-design .btn--lg { font-size: 18px; }

.new-design .btn--lg.btn--video:before,
.new-design .btn--lg.btn--video:after { top: 15px; }

/* Button Small */

.new-design .btn--sm { padding: 12px 30px; font-size: 14px; }

/* Button Red */

.new-design .btn--red { background: #e92a2d; border: 1px solid #e92a2d; }
.new-design .btn--red:hover { background: #fff; color: #e92a2d; }

.new-design .btn--red.btn--video:after { background-image: url(./images/ico-play-red.svg); }

/* Button Darkblue */

.new-design .btn--darkblue { background: #097c95; border-color: #097c95; }

.new-design .btn--darkblue:hover,
.new-design .btn--darkblue:focus { color: #097c95; }

/* Button White */

.new-design .btn--white { background: #fff; color: #14aecf; }

.new-design .btn--white:hover,
.new-design .btn--white:focus { color: #14aecf; }

/* Button Transparent */

.new-design .btn--transparent { background: transparent; border: 2px solid #fff; color: #fff; }
.new-design .btn--transparent:hover { background: transparent; opacity: .7; }

/* Button Video */

.new-design .btn--video { position: relative; padding-right: 40px; }

.new-design .btn--video:before,
.new-design .btn--video:after { position: absolute; top: 12px; right: 18px; opacity: 1; content: ''; display: inline-block; width: 19px; height: 19px; margin: -2px 0 0 5px; background: no-repeat center center; background-size: contain; transition: opacity .3s; }

.new-design .btn--video:before { background-image: url(./images/ico-play.svg); opacity: 1; }
.new-design .btn--video:after { background-image: url(./images/ico-play-blue.svg); opacity: 0; }

.new-design .btn--video:hover:before { opacity: 0; }
.new-design .btn--video:hover:after { opacity: 1; }

/* Button Download */

.new-design .btn--download { display: inline-flex; justify-content: center; align-items: center; position: relative; }
.new-design .btn--download:after { content: ''; display: inline-block; width: 19px; height: 19px; margin: -2px 0 0 5px; background: url(./images/ico-download-white.svg) no-repeat center center; background-size: contain; }

/* Button Secondary */

.new-design .btn-secondary { padding: 8px 12px; display: inline-flex; justify-content: center; align-items: center; border: 2px solid #000; color: #000; font-weight: 700; font-size: 14px; letter-spacing: 0.45px; }
.new-design .btn-secondary:hover { color: #000; }
.new-design .btn-secondary i { margin: -2px 8px 0 0; }

@media(max-width: 767px){
	.new-design .btn { padding-left: 20px; padding-right: 20px; }
}


/* ------------------------------------------------------------ *\
	Hero
\* ------------------------------------------------------------ */

.new-design #hero-general { display: flex; height: auto; }
.new-design #hero-general .container-fluid { display: flex; align-items: center; justify-content: center; width: 800px; min-height: 65vh; padding: 117px 0; }

.new-design #hero-general h1 { margin: 0; font-size: 72px; line-height: 1;  font-family: tungsten-medium; letter-spacing: 0.5px; }
.new-design #hero-general .sub-text { font-weight: 400; font-size: 25px; line-height: 1; letter-spacing: 0.58px; }
.new-design #hero-general .btn { margin: 0; }
.new-design #hero-general .list-buttons { margin-top: 15px; }

.new-design #hero-general #background,
.new-design #hero-general #background-mobile { transform: translateZ(0); }

.new-design #hero-general #background:before,
.new-design #hero-general #background-mobile:before { content: '';  position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, .15); z-index: -5; }

.new-design #hero-general #background-mobile { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: no-repeat top center; background-size: cover; }

/* Small */

.new-design #hero-general.hero-small { height: auto; }
.new-design #hero-general.hero-small .container-fluid { min-height: 40vh; }

@media(max-width: 767px){
	.new-design #hero-general h1 { margin-bottom: 5px; font-size: 58px; letter-spacing: .3px; }
	.new-design #hero-general br { display: none; }
	.new-design #hero-general .container-fluid { min-height: 70vh; }
}

@media(min-width: 768px){
	.new-design #hero-general #background-mobile { display: none; }
}

/* ------------------------------------------------------------ *\
	Parallax
\* ------------------------------------------------------------ */
.new-design .parallax-container { display: flex; }

.new-design .parallax.parallax { width: 100%; height: auto; min-height: 40vh; transform: translateZ(0); }
.new-design .parallax.parallax--small { height: 40vh; }
.new-design .parallax.parallax h1 { margin: 0; font-size: 72px; line-height: 1; font-family: tungsten-bold, sans-serif; letter-spacing: 0.5px; }

.new-design .parallax.parallax p { font-weight: 400; font-size: 18px; line-height: 1.3; letter-spacing: 0.58px;  }

.new-design .parallax .parallax__bg-mobile { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -5; background: no-repeat top center; background-size: cover;  }

.new-design .parallax .parallax-content { padding: 150px 20px; }

@media(max-width: 767px){
	.new-design .parallax.parallax { min-height: 70vh; }
	.new-design .parallax.parallax h1 { margin-bottom: 5px; font-size: 52px; letter-spacing: .3px; }
}

@media(min-width: 768px){
	.new-design .parallax .parallax__bg-mobile { display: none; }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.new-design .parallax.parallax { background-attachment: scroll;  }
}

/* ------------------------------------------------------------ *\
	Testimonial
\* ------------------------------------------------------------ */

.new-design .testimonial { position: relative; padding: 299px 0 265px; transform: translateZ(0); }
.new-design .testimonial:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, .15); z-index: -5; }
.new-design .testimonial strong { text-transform: none; font-style: italic; font-size: 25px; font-family: inherit; letter-spacing: 0.71px; }
.new-design .testimonial em { margin-bottom: 12px; }
.new-design .testimonial .testimonial-inner { max-width: 887px; font-size: 25px; line-height: 1.28; letter-spacing: 0.57px; }

.page-template-template-about .testimonial.fix-bg { margin-bottom: 0; }

@media(max-width: 767px){
	.new-design .testimonial { padding: 165px 0; }

	.new-design .testimonial strong,
	.new-design .testimonial .testimonial-inner { font-size: 20px; }

	.new-design .testimonial em { font-size: 20px; line-height: 1.35; letter-spacing: .45px; }
}

/* ------------------------------------------------------------ *\
	Section Articles
\* ------------------------------------------------------------ */

.new-design .section-articles { padding: 0; }

/* ------------------------------------------------------------ *\
	Section Text
\* ------------------------------------------------------------ */

.new-design .section-text { padding: 80px 0; line-height: 1.5; letter-spacing: 0.58px; }

.new-design .section-text h3 { margin-bottom: 5px; line-height: 1.26; letter-spacing: 0.69px; }
.new-design .section-text p { margin-bottom: 3px; line-height: inherit; }

.new-design .section-text .section__container { display: flex; }

.new-design .section-text .section__content { max-width: calc(100% - 206px); flex: 0 0 calc(100% - 206px); padding-right: 35px; }
.new-design .section-text .section__content:only-child { max-width: 100%; flex: 0 0 100%; }
.new-design .section-text .section__image { max-width: 206px; flex: 0 0 206px; }

/* Has More */

.new-design .section-text.has-more .section__inner { max-height: 250px; overflow: hidden; }
.new-design .section-text.has-more .section__actions { display: block; }

@media(max-width: 767px){
	.new-design .section-text { padding: 55px 0 70px; text-align: center; }

	.new-design .section-text .container { padding: 0 30px; }

	.new-design .section-text .section__container { flex-wrap: wrap }

	.new-design .section-text .section__content,
	.new-design .section-text .section__image { max-width: 100%; flex: 0 0 100%; padding: 0; }

	.new-design .section-text .section__content { margin-bottom: 50px; }
}

/* ------------------------------------------------------------ *\
	Section Text Plain
\* ------------------------------------------------------------ */

.new-design .section-text-plain { padding: 58px 0;font-size: 16px; line-height: 1.44; letter-spacing: 0.58px; }
.new-design .section-text-plain .container { padding: 0 30px; }

.new-design .section-text-plain p { font-size: inherit; line-height: inherit; }
.new-design .section-text-plain p:last-child { margin-bottom: 0; }

@media(max-width: 767px){
	.section-text-plain { padding: 65px 0; }
}

/* ------------------------------------------------------------ *\
	More
\* ------------------------------------------------------------ */



.new-design .more .more__content {  }
.new-design .more .more__subcontent { display: none; }

.new-design .more .more__actions { padding-top: 10px; text-transform: uppercase; font-weight: 600; font-size: 16px; letter-spacing: 0.59px; }
.new-design .more .more__actions a { display: inline-flex; align-items: center; color: #9b9b9b; transition: opacity .4s; }
.new-design .more .more__actions a:hover { opacity: .7; }
.new-design .more .more__actions a:after { content: ''; display: inline-block; width: 5px; height: 9px; margin-left: 5px; background: url(./images/chevron-right-sm.svg); }

.new-design .more .more__link span:nth-child(1) { display: inline-block; }
.new-design .more .more__link span:nth-child(2) { display: none; }


/* More Secondary */

.new-design .more--secondary .more__subcontent { display: block; padding-bottom:60px; }
.new-design .more--secondary .more__actions { display: none; }

/* Open */

.new-design .more.open .more__subcontent { display: block; }

.new-design .more.open .more__link span:nth-child(1) { display: none; }
.new-design .more.open .more__link span:nth-child(2) { display: inline-block; }

@media(max-width: 767px){
	.new-design .more--secondary .more__subcontent { display: none; }
	.new-design .more--secondary .more__actions { display: block; }
}

/* ------------------------------------------------------------ *\
	Section Article
\* ------------------------------------------------------------ */

.new-design .section-article-no-offset,
.new-design .section-article-no-offset .article { padding: 0; }

.new-design .section-article-no-offset .article .flex-container { margin: 0; }

/* ------------------------------------------------------------ *\
	Section Tiles About
\* ------------------------------------------------------------ */

.section-tiles-about {  }

.new-design .section-tiles-about .section__group { display: flex; }
.new-design .section-tiles-about .section__group:nth-child(2n+1) { background: #f4f4f4; }
.new-design .section-tiles-about .section__group:nth-child(2n+1) .section__image { order: 2; }
.new-design .section-tiles-about .section__group:nth-child(2n+1) .section__content { justify-content: flex-end; }

.new-design .section-tiles-about .section__image,
.new-design .section-tiles-about .section__content { max-width: 50%; flex: 0 0 50%; }

.new-design .section-tiles-about .section__image { background: no-repeat center center; background-size: cover; min-height: 460px; }
.new-design .section-tiles-about .section__content { display: flex; align-items: center; padding: 50px; }
.new-design .section-tiles-about .section__entry { max-width: 420px; line-height: 1.44; letter-spacing: 0.45px; }
.new-design .section-tiles-about .section__entry p { line-height: inherit; }
.new-design .section-tiles-about .section__entry p:last-child { margin-bottom: 0; }
.new-design .section-tiles-about .section__entry h4 { margin: 0 0 7px; font-weight: 700; font-size: 24px; letter-spacing: 0.52px; }

.new-design .section-tiles-about .section__actions { padding-top: 15px; }
.new-design .section-tiles-about .section__actions ul { margin: 0 -5px; padding: 0; list-style: none; }
.new-design .section-tiles-about .section__actions li { display: inline-block; padding: 5px; }

@media(max-width: 767px){
	.new-design .section-tiles-about { text-align: center; }
	.new-design .section-tiles-about .section__group { flex-wrap: wrap }

	.new-design .section-tiles-about .section__content,
	.new-design .section-tiles-about .section__image { max-width: 100%; flex: 0 0 100%; }

	.new-design .section-tiles-about .section__content { order: 2; padding: 50px 30px; }
	.new-design .section-tiles-about .section__image { order: 1; min-height: 0; padding-top: 77%; }

	.new-design .section-tiles-about .section__entry { max-width: 100%; }
}

/* ------------------------------------------------------------ *\
	Section Callout
\* ------------------------------------------------------------ */

.new-design .section-callout { padding: 96px 0 102px; color: #fff; text-align: center; background: #14aecf no-repeat center center; background-size: cover; font-size: 18px; line-height: 1.33; font-family: Georgia, serif; }

.new-design .section-callout h2 { padding: 0; margin: 0 0 2px; font-weight: 700; font-family: proxima_nova_bold, sans-serif; font-size: 40px; }
.new-design .section-callout p { font-size: inherit; line-height: inherit; }
.new-design .section-callout p:last-child { margin-bottom: 0; }

.new-design .section-callout .section__actions { padding-top: 13px; }
.new-design .section-callout .btn { min-width: 230px; max-width: 100%; }

/* Small */

.new-design .section-callout--sm { font-size: 16px; letter-spacing: 0.45px;	}
.new-design .section-callout--sm h2 { font-size: 24px; }
.new-design .section-callout--sm .btn { min-width: 196px; }

/* Secondary */

.new-design .section-callout--secondary { color: #323232; background-repeat: repeat; background-size: auto; }
.new-design .section-callout--secondary h2 { color: #000; }

@media(max-width: 767px){
	.new-design .section-callout { padding: 60px 0 70px; }

	.new-design .section-callout h2 { font-size: 32px; }

	.new-design .section-callout .container { padding: 0 30px; }
}

@media(max-width: 480px){
	.new-design .section-callout .btn { width: 100%; }
}

/* ------------------------------------------------------------ *\
	Section Callout Secondary
\* ------------------------------------------------------------ */

.new-design .section-callout-secondary { background: no-repeat center right; background-size: cover; color: #fff; text-align: center; font-size: 24px; letter-spacing: 0.78px; }
.new-design .section-callout-secondary .section__inner { padding: 133px 0; background: no-repeat center center; background-size: cover; }
.new-design .section-callout-secondary img { margin: 0; }
.new-design .section-callout-secondary p { font-size: inherit; }
.new-design .section-callout-secondary .section__entry { max-width: 480px; }

@media(max-width: 991px){
	.new-design .section-callout-secondary .section__entry { margin: 0 auto; }
}

@media(min-width: 481px){
	.new-design .section-callout-secondary .section__inner { background: transparent !important; }
}

@media(max-width: 480px){
	.new-design .section-callout-secondary { font-size: 20px; }
	.new-design .section-callout-secondary .section__inner { padding: 160px 0 150px; }
	.new-design .section-callout-secondary .container { padding: 0 20px; }
	.new-design .section-callout-secondary .section__actions { padding: 0 15px; }
	.new-design .section-callout-secondary .btn { width: 100%; }
}

/* ------------------------------------------------------------ *\
	Section Resources
\* ------------------------------------------------------------ */

.new-design .section-resources { padding: 92px 0; background: url(./images/pattern.jpg) repeat center center; }

.new-design .section-resources .section__head { margin-bottom: 35px; color: #323232; text-align: center; }
.new-design .section-resources .section__head h2 { padding: 0; margin: 0; color: #262520; font-weight: 700; font-size: 40px; font-family: proxima_nova_bold, sans-serif; line-height: 1.13; }
.new-design .section-resources .section__head p:last-child { margin: 0; }

@media(max-width: 991px){
	.new-design .section-resources .container { padding: 0 30px; }
}

@media(max-width: 767px){
	.new-design .section-resources { padding: 50px 0; }
	.new-design .section-resources .section__head h2 { font-size: 30px; }
}

/* ------------------------------------------------------------ *\
	Resources
\* ------------------------------------------------------------ */

.new-design .resources { padding: 0; margin: 0; list-style: none; display: flex; flex-wrap: wrap; }
.new-design .resources .resource { max-width: 33.33%; flex: 0 0 33.33%; padding: 7px; }

.new-design .resource { display: flex; color: #4a4a4a; text-align: center; font-size: 16px; line-height: 1.44; letter-spacing: .58px; }

.new-design .resource p { font-size: inherit; line-height: inherit; margin: 0;}

.new-design .resource .resource__inner { position: relative; display: flex; flex-direction: column; width: 100%; background: #fff; padding-bottom: 34px;}
.new-design .resource .resource__image { position: relative; background: no-repeat center center; background-size: cover; padding-top: 73.33%; }
.new-design .resource .resource__image a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; transition: background .4s; }
.new-design .resource .resource__image a:hover { background: rgba(0, 0, 0, .3);  }

.new-design .resource .resource__title { padding: 27px 20px 10px; margin: 0; color: #000; font-weight: 700; font-size: 20px; font-family: proxima_nova_regular, sans-serif; letter-spacing: .5px; }
.new-design .resource .resource__title a { color: inherit; }

.new-design .resource .resource__entry { flex-grow: 1; }
.new-design .resource .resource__actions { padding: 14px 20px 0; }
.new-design .resource .resource__actions .btn { display: block; width: 100%; }

/* Free */

.new-design .resource--free .resource__inner:after,
.new-design .resource--free .resource__inner:before { position: absolute; top: 0; left: 0; pointer-events: none; z-index: 5; }

.new-design .resource--free .resource__inner:before { content: ''; border: solid; border-color: #d0021b transparent transparent; border-width: 64px 98px 0 0; }
.new-design .resource--free .resource__inner:after { content: 'Free'; padding: 10px; color: #fff; text-transform: uppercase; font-weight: 700; font-size: 14px; }

@media(max-width: 767px){
	.new-design .resources .resource { max-width: 100%; flex: 0 0 100%; padding: 0; margin-bottom: 18px; }
	.new-design .resources .resource:last-child { margin-bottom: 0; }
}

/* ------------------------------------------------------------ *\
	Section Updates
\* ------------------------------------------------------------ */

.new-design .section-updates { margin: 90px 0; }
.new-design .section-updates .section__head { text-align: center; margin-bottom: 35px; }
.new-design .section-updates .section__head h5 { margin: 0; line-height: 1; }

@media(max-width: 767px){
	.new-design .section-updates { margin: 60px 0; }

	.new-design .section-updates .container { padding: 0 30px; }
	.new-design .section-updates .section__head h5 { font-size: 30px; }
}

/* ------------------------------------------------------------ *\
	Section Events Secondary
\* ------------------------------------------------------------ */

.new-design .section-events-secondary { padding: 70px 0 100px; }

.new-design .section-events-secondary .container { max-width: 100%; width: 990px; }

.new-design .section-events-secondary .section__head { margin-bottom: 45px; color: #323232; text-align: center; font-size: 16px; }
.new-design .section-events-secondary .section__head h2 { padding: 0; margin: 0; color: #000; font-weight: 700; font-size: 40px; line-height: 1.13; letter-spacing: 0; }
.new-design .section-events-secondary .section__head p:last-child { margin-bottom: 0; }

@media(max-width: 767px){
	.new-design .section-events-secondary { padding: 60px 0 70px; }
	.new-design .section-events-secondary .container { padding: 0 30px; }
	.new-design .section-events-secondary .section__head { margin-bottom: 35px; }
	.new-design .section-events-secondary .section__head h2 { font-size: 30px; }
}

/* ------------------------------------------------------------ *\
	Event Tertiary
\* ------------------------------------------------------------ */

.new-design .events-tertiary { padding: 0; margin: 0; list-style: none; }

.new-design .events-tertiary .event-tertiary { margin-bottom: 102px; }
.new-design .events-tertiary .event-tertiary:last-child { margin-bottom: 0; }

.new-design .event-tertiary .event__head h3 { padding: 0; margin: 0 0 6px; color: #000; font-weight: 700; font-size: 24px; letter-spacing: 0.69px; }
.new-design .event-tertiary .event__body { display: flex; }

.new-design .event-tertiary .event__content { padding-right: 70px; }

.new-design .event-tertiary .event__entry {  }
.new-design .event-tertiary .event__actions {  }

.new-design .event-tertiary .event__aside { max-width: 395px; flex: 0 0 395px; }

.new-design .event-tertiary .event__image { position: relative; padding-top: 64%; background: no-repeat center center; background-size: cover; }
.new-design .event-tertiary .event__image a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, .15) url(./images/ico-play-lg.svg) no-repeat center center; transition: background .4s; z-index: 5; }
.new-design .event-tertiary .event__image a:hover { background-color: rgba(0, 0, 0, .4); }

.new-design .event-tertiary .event__action { padding-top: 36px; text-align: center; color: #14aecf; font-weight: 600; font-size: 14px; letter-spacing: 0.52px; line-height: 1; }

.new-design .event-tertiary .event__action i,
.new-design .event-tertiary .event__action span { display: block; }

.new-design .event-tertiary .event__action i { margin: -5px 0 0 10px; }
.new-design .event-tertiary .event__action a { color: inherit; display: inline-flex; align-items: center; }

.new-design .event-tertiary .event__entry { color: #4a4a4a; font-weight: 400; font-size: 16px; line-height: 1.44; letter-spacing: .58px; }
.new-design .event-tertiary .event__entry h6 { padding: 0; margin: 0 0 6px; text-transform: none; font-weight: 600; font-size: inherit; letter-spacing: .58px; }
.new-design .event-tertiary .event__entry ul { padding: 0; margin: 0 0 ; list-style: none; line-height: 1.6; }
.new-design .event-tertiary .event__entry ul li { position: relative; padding-left: 35px; }
.new-design .event-tertiary .event__entry ul li:before { content: '';  position: absolute; top: 10px; left: 10px; width: 4px; height: 4px; border-radius: 100%; background: #14aecf; }
.new-design .event-tertiary .event__entry p { margin-bottom: 6px; line-height: inherit; font-size: inherit; }
.new-design .event-tertiary .event__entry p:last-child { margin-bottom: 0; }

.new-design .event-tertiary .event__actions { padding-top: 13px; }
.new-design .event-tertiary .event__actions ul { padding: 0; margin: 0; list-style: none;  }
.new-design .event-tertiary .event__actions li { margin-bottom: 14px; }
.new-design .event-tertiary .event__actions li:Last-child { margin-bottom: 0; }

@media(max-width: 767px){
	.new-design .events-tertiary .event-tertiary { margin-bottom: 56px; }
	.new-design .events-tertiary .event-tertiary:last-child { margin-bottom: 0; }

	.new-design .event-tertiary .event__head { text-align: center; margin-bottom: 25px; }
	.new-design .event-tertiary .event__body { flex-wrap: wrap; }

	.new-design .event-tertiary .event__content,
	.new-design .event-tertiary .event__aside { max-width: 100%; flex: 0 0 100%; padding: 0; }

	.new-design .event-tertiary .event__aside { order: -1; margin-bottom: 27px; }

	.new-design .event-tertiary .event__entry ul li { padding-left: 29px; }
	.new-design .event-tertiary .event__entry ul li:before { left: 4px; }

	.new-design .event-tertiary .event__actions .btn { width: 100%; padding: 10px; }
}

/* ------------------------------------------------------------ *\
	Slider Images Secondary
\* ------------------------------------------------------------ */

.new-design .slider-images-secondary { width: 206px; margin: 0 auto; }

.new-design .slider-images-secondary .slider-paging { padding: 25px 0 0; text-align: center; }
.new-design .slider-images-secondary .swiper-pagination-bullet { width: 12px; height: 12px; margin: 0 7px;background: #fff; border: 1px solid #000; opacity: 1; }
.new-design .slider-images-secondary .swiper-pagination-bullet-active { background: #000; }

/* ------------------------------------------------------------ *\
	Update
\* ------------------------------------------------------------ */

.new-design .updates { display: flex; flex-wrap: wrap; padding: 0 40px; margin: 0; list-style: none; }
.new-design .updates .update { max-width: 33.33%; flex: 0 0 33.33%; padding: 20px 20px 0; }

.new-design .update { text-align: center; }
.new-design .update a { color: inherit; }
.new-design .update p { font-size: inherit; line-height: inherit; }
.new-design .update p:last-child { margin-bottom: 0; }

.new-design .update .update__image { position: relative; padding-top: 79%; background: no-repeat center center; background-size: cover; }
.new-design .update .update__image a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.new-design .update .update__image i { position: absolute; top: 60%; left: 50%; transform: translate(-50%, -50%); opacity: 0; transition: top 0.3s, opacity 0.3s; }
.new-design .update .update__image:hover i { opacity: 1; top: 50%; }

.new-design .update .video-popup { background: url(./images/ico-play-lg.svg) no-repeat center center; background-size: 69px 69px; transition: background .4s; }
.new-design .update .video-popup:hover { background-color: rgba(0, 0, 0, .3);  }

.new-design .update .update__content { padding-top: 20px; }
.new-design .update .update__tag { margin-bottom: 4px; color: #1d3464; font-size: 16px; font-family: Georgia, serif; letter-spacing: .44px; }
.new-design .update .update__title { margin: 0 0 5px; color: #000; font-weight: 700; font-size: 16px; letter-spacing: 1.44px; }
.new-design .update .update__entry { color: #4a4a4a; font-size: 14px; line-height: 1.43; letter-spacing: .4px;  }
.new-design .update .update__actions { padding-top: 6px; color: #faa41b; text-transform: uppercase; font-weight: 700; font-size: 14px; letter-spacing: 0.52px; }
.new-design .update .update__actions a:hover { text-decoration: underline; }

@media(max-width: 991px){
	.new-design .updates { padding: 0; }
}

@media(max-width: 767px){
	.updates { }
	.new-design .updates .update { max-width: 100%; flex: 0 0 100%; padding: 0; }

	.new-design .update { margin-bottom: 38px; }
	.new-design .update:last-child { margin-bottom: 0; }

	.new-design .update .update__image { padding-top: 62%; }

	.new-design .update .update__tag { font-size: 18px; }
	.new-design .update .update__title { font-size: 20px; }

	.new-design .update .update__entry { font-size: 16px; }
}

/* ------------------------------------------------------------ *\
	List Buttons
\* ------------------------------------------------------------ */

.new-design .list-buttons { text-align: center; }
.new-design .list-buttons ul { padding: 0; margin: 0; list-style: none; }
.new-design .list-buttons li { display: inline-block; vertical-align: middle; padding: 0 12px; }

@media(max-width: 767px){
	.new-design .list-buttons { width: 100%; }

	.new-design .list-buttons li,
	.new-design .list-buttons a { width: 100%; margin-bottom: 12px; }
}

/* ------------------------------------------------------------ *\
	List Features
\* ------------------------------------------------------------ */

.new-design .list-features { color: #4a4a4a; text-align: center; font-size: 16px; line-height: 1.38; letter-spacing: 0.52px; }

.new-design .list-features ul { padding: 0; margin: 0 -28px; list-style: none; list-style: none; display: flex; flex-wrap: wrap; }
.new-design .list-features li { max-width: 33.33%; flex: 0 0 33.33%; padding: 28px; }
.new-design .list-features h4 { padding: 0; margin: 0 0 8px; color: #000; font-weight: 700; font-size: 20px; letter-spacing: 0.58px; }
.new-design .list-features img { margin-bottom: 20px; }
.new-design .list-features p { font-size: inherit; line-height: inherit; }
.new-design .list-features p:last-child { margin-bottom: 0; }

/* Secondary */

.new-design .list-features--secondary { max-width: 1010px; margin: 0 auto; }
.new-design .list-features--secondary ul { margin: 0 -35px; }
.new-design .list-features--secondary li { max-width: 25%; flex: 0 0 25%; padding: 35px; }
.new-design .list-features--secondary h4 { margin: 0 0 4px; font-size: 18px; line-height: 1.3; font-weight: 700; font-family: 'proxima_nova_bold', sans-serif; }

@media(max-width: 767px){
	.new-design .list-features ul { margin: 0; }
	.new-design .list-features li { max-width: 100%; flex: 0 0 100%; padding: 0; margin-bottom: 50px; }
	.new-design .list-features li:last-child { margin-bottom: 0; }

	.new-design .list-features--secondary { text-align: left; }
	.new-design .list-features--secondary img { width: 67px; margin-right: 20px; float: left; }
	.new-design .list-features--secondary .list__inner { overflow: hidden; padding-top: 5px; }
}

/* ------------------------------------------------------------ *\
	Bar callout
\* ------------------------------------------------------------ */

.new-design .bar-callout { padding: 35px 0; background: #f4f4f4; color: #323232; font-weight: 400; font-size: 17px; line-height: 1.33; letter-spacing: .38px; }

.new-design .bar-callout p { margin: 0; font-size: inherit; line-height: inherit; letter-spacing: -.05px; }

.new-design .bar-callout .bar__container { display: flex; align-items: center; justify-content: center; }
.new-design .bar-callout .bar__content { max-width: calc(100% - 230px); padding-right: 30px; }
.new-design .bar-callout .bar__actions { padding: 4px 0 0; white-space: nowrap; }

/* Secondary */

.new-design .bar-callout--secondary { padding: 25px 0; background: #14aecf; color: #fff; font-weight: 600; letter-spacing: 0.38px; font-size: 20px; }

@media(max-width: 767px){
	.new-design .bar-callout .container { padding: 0 30px; }

	.new-design .bar-callout .bar__container { flex-wrap: wrap; justify-content: center; text-align: center; }

	.new-design .bar-callout .bar__content,
	.new-design .bar-callout .bar__actions { max-width: 100%; flex: 0 0 100%; }

	.new-design .bar-callout .bar__content { padding: 0; }
	.new-design .bar-callout .bar__actions { padding-top: 10px; }

	.new-design .bar-callout .btn { width: 100%; }
}

/* ------------------------------------------------------------ *\
	Section Boxes
\* ------------------------------------------------------------ */

.new-design .section-boxes { padding: 70px 0; }
.new-design .section-boxes .section__head { max-width: 768px; margin: 0 auto 50px; text-align: center; color: #323232; font-weight: 400; font-size: 16px; line-height: 1.5; }
.new-design .section-boxes .section__head h2 { padding: 0; margin: 0; color: #000; font-weight: 700; font-family: proxima_nova_bold, sans-serif; font-size: 40px; line-height: 1.13; }
.new-design .section-boxes .section__head p { margin-bottom: 14px; font-size: inherit; line-height: inherit; }

.new-design .section-boxes .section__body {  }
.new-design .section-boxes .section__actions { padding-top: 50px; text-align: center; }

@media(max-width: 767px){
	.new-design .section-boxes .container { padding: 0 30px; }
	.new-design .section-boxes .section__head h2 { margin-bottom: 6px; font-size: 30px; line-height: 1; }
	.new-design .section-boxes .section__head p { margin-bottom: 24px; }
	.new-design .section-boxes .section__head .btn-secondary { width: 100%; }
}

/* ------------------------------------------------------------ *\
	Box
\* ------------------------------------------------------------ */

.new-design .boxes { display: flex; flex-wrap: wrap; padding: 0; margin: 0 -10px; list-style: none; }
.new-design .boxes .box { max-width: 33.33%; padding: 10px; }

.new-design .box { display: flex; color: #323232; text-align: center; font-size: 16px; line-height: 1.38; letter-spacing: 0.52px; }

.new-design .box h4 { margin: 0 0 5px; color: #000; font-size: 30px; font-family: tungsten-medium; letter-spacing: 1.19px; }
.new-design .box p { margin: 0; font-size: inherit; line-height: inherit; }

.new-design .box .box__image { width: 100%; padding-top: 60%; background: no-repeat center center; background-size: cover; }
.new-design .box .box__entry { flex-grow: 1; width: 100%; margin-bottom: 10px; }
.new-design .box .box__inner { display: flex; flex-direction: column; width: 100%; background: #f4f4f4; border-top: 10px solid #14aecf; }
.new-design .box .box__content { flex-direction: column; display: flex; flex-grow: 1; padding: 23px 18px; }
.new-design .box .box__actions ul { padding: 0 25px; margin: 0; list-style: none; }
.new-design .box .box__actions li { margin-bottom: 22px; }
.new-design .box .box__actions li:last-child { margin-bottom: 0; }
.new-design .box .box__actions .btn { display: block; width: 100%; }
.new-design .box .box__link { color: #878787; text-transform: uppercase; font-weight: 700; font-size: 14px; letter-spacing: 0.45px; }
.new-design .box .box__link:hover { color: #14AECF; }

@media(max-width: 1023px){
	.new-design .boxes .box { max-width: 50%; }
}

@media(max-width: 767px){
	.new-design .boxes .box { max-width: 100%; }
}

/* ------------------------------------------------------------ *\
	Section Testimonials Secondary
\* ------------------------------------------------------------ */

.new-design .section-testimonials-secondary { background: #f4f4f4; }

/* ------------------------------------------------------------ *\
	Slider Testimonials Tertiary
\* ------------------------------------------------------------ */

.new-design .slider-testimonials-tertiary { padding: 80px 0; }

.new-design .slider-testimonials-tertiary .slider-paging { padding: 5px 0 0; text-align: center; }
.new-design .slider-testimonials-tertiary .swiper-pagination-bullet { width: 12px; height: 12px; margin: 0 7px; background: transparent; border: 1px solid #000; opacity: 1; }
.new-design .slider-testimonials-tertiary .swiper-pagination-bullet-active { background: #000; }

.new-design .slider-testimonials-tertiary .slider__slide { overflow: hidden; }

@media(max-width: 767px){
	.new-design .slider-testimonials-tertiary { padding: 70px 0; }
}

/* ------------------------------------------------------------ *\
	Testimonial Tertiary
\* ------------------------------------------------------------ */

.new-design .testimonial-tertiary { max-width: 600px; padding: 0 50px; margin: 0 auto; color: #323232; text-align: center; line-height: 1.35; font-style: italic; font-family: Georgia, serif; letter-spacing: 0.45px; }
.new-design .testimonial-tertiary .testimonial__image { width: 90px; height: 90px; margin: 0 auto 20px; background: no-repeat center center; background-size: cover; border-radius: 100%; }

.new-design .testimonial-tertiary blockquote { position: relative; padding: 0; margin: 0 0 20px; border: 0; font-size: 20px; }

.new-design .testimonial-tertiary blockquote:before,
.new-design .testimonial-tertiary blockquote:after { position: absolute; color: #000; font-size: 100px; font-family: Georgia, serif;  letter-spacing: 2.27px; height: 50px; line-height: 50px; }

.new-design .testimonial-tertiary blockquote:before { content: '“'; top: 0; left: -40px; }
.new-design .testimonial-tertiary blockquote:after { content: '”'; bottom: 0; right: -40px; transform: translateY(40px); }

.new-design .testimonial-tertiary p { font-weight: 700; font-size: inherit; line-height: inherit; }


@media(max-width: 767px){
	.new-design .testimonial-tertiary { padding: 0 30px; font-size: 16px; }
	.new-design .testimonial-tertiary .testimonial__image { margin-bottom: 10px; }

	.new-design .testimonial-tertiary blockquote:before,
	.new-design .testimonial-tertiary blockquote:after { font-size: 64px; }

	.new-design .testimonial-tertiary blockquote:before { left: -20px; }
	.new-design .testimonial-tertiary blockquote:after { right: -20px; }
}

/* ------------------------------------------------------------ *\
	Section Features
\* ------------------------------------------------------------ */

.new-design .section-features { padding: 14px 0 44px; overflow: hidden; }
.new-design .section-features .section__head { margin-bottom: 15px; text-align: center; }
.new-design .section-features .section__head .container { max-width: 860px; }
.new-design .section-features .section__head h2 { padding: 0; margin: 0; color: #000; font-weight: 700; font-size: 40px; line-height: 1.13; font-family: proxima_nova_bold, sans-serif; letter-spacing: 0; }

.new-design .section-features .section__foot { max-width: 760px; padding-bottom: 0; margin: 0 auto; color: #262520; text-align: center; font-size: 18px; }
.new-design .section-features .section__foot h2 { padding: 0; margin: 0; color: #000; font-weight: 700; font-size: 30px; line-height: 1.5; font-family: proxima_nova_bold, sans-serif; letter-spacing: none; }
.new-design .section-features .section__foot p { margin-bottom: 12px;  color: inherit; font-size: inherit; line-height: inherit; }

.new-design .section-features--lg { padding: 95px 0; }

@media(max-width: 767px){
	.new-design .section-features { padding-bottom: 75px; }
	.new-design .section-features .container { padding: 0 30px; }
	.new-design .section-features .section__head { margin-bottom: 30px; }
	.new-design .section-features .section__head h2 { font-size: 30px; }

	.new-design .section-features .section__foot { padding-top: 60px; }

	.new-design .section-features .section__foot h2 { margin-bottom: 10px; line-height: 1; }
	.new-design .section-features .section__foot .btn { width: 100%; }
}

/* ------------------------------------------------------------ *\
	Section Simple
\* ------------------------------------------------------------ */

.new-design .section-simple { padding: 70px 0 75px; color: #323232; font-size: 16px; line-height: 1.5; }

.new-design .section-simple .container { width: 820px; max-width: 100%; padding: 0 30px; }
.new-design .section-simple .section-entry { padding: 0; }

.new-design .section-simple h4.promo { padding: 0; margin: 0; color: #000; font-weight: 700; font-size: 40px; line-height: 45px; font-family: proxima_nova_bold, sans-serif; letter-spacing: 0; }
.new-design .section-simple p { font-size: inherit; line-height: inherit; }

.new-design .section-simple .section-entry p { margin-bottom: 0; }

@media(max-width: 767px){
	.new-design .section-simple h4.promo { margin-bottom: 10px; font-size: 30px; line-height: 1; }
}

/* ------------------------------------------------------------ *\
	Slider Stories
\* ------------------------------------------------------------ */

.new-design .slider-stories { position: relative; overflow: hidden; }
.new-design .slider-stories .slider__actions { position: absolute; top: 50%; left: 0; width: 100%; transform: translateY(-50%); z-index: 5; }
.new-design .slider-stories .slider__actions-inner { display: flex; justify-content: space-between;  }

.new-design .slider-stories .slider__btn { display: inline-block; background: no-repeat center center; background-size: contain; width: 19px; height: 33px; font-size: 0; line-height: 0; text-indent: -4004px;}
.new-design .slider-stories .slider__btn--prev { background-image: url(/wp-content/themes/tonyrobbins2016/images/arrow-left.svg); }
.new-design .slider-stories .slider__btn--next { background-image: url(/wp-content/themes/tonyrobbins2016/images/arrow-right.svg);  }

.new-design .slider-stories .slider__actions .container { max-width: 1040px; }

@media(max-width: 767px){
	.new-design .slider-stories .slider__btn { width: 13px; height: 24px; }
	.new-design .slider-stories .slider__actions .container { padding: 0 15px; }

	.new-design .slider-stories .slider__actions { top: calc(50% + 100px); }
}


/* ------------------------------------------------------------ *\
	Slider Stories
\* ------------------------------------------------------------ */

.new-design .stories { position: relative; }
.new-design .stories .slider__actions { position: absolute; top: 50%; left: 0; width: 100%; transform: translateY(-50%); z-index: 5; }
.new-design .stories .slider__actions-inner { display: flex; justify-content: space-between;  }

.new-design .stories .slider__btn { display: inline-block; background: no-repeat center center; background-size: contain; width: 19px; height: 33px; font-size: 0; line-height: 0; text-indent: -4004px;}
.new-design .stories .slider__btn--prev { background-image: url(./images/arrow-left.svg); }
.new-design .stories .slider__btn--next { background-image: url(./images/arrow-right.svg);  }

.new-design .stories .slider__actions .container { max-width: 1040px; }

@media(max-width: 767px){
	.new-design .stories .slider__btn { width: 13px; height: 24px; }
	.new-design .stories .slider__actions .container { padding: 0 15px; }

	.new-design .stories .slider__actions { top: calc(50% + 100px); }
}


/* ------------------------------------------------------------ *\
	Story
\* ------------------------------------------------------------ */

.new-design .story { background: no-repeat center center; background-size: cover; color: #fff; }
.new-design .stories .story { position: relative; padding: 65px 0; background: no-repeat top center; background-size: cover; transform: translateZ(0); }
.new-design .stories .story:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, .15); z-index: -5; }

.new-design .story .story__inner { position: relative; padding: 65px 0; background: no-repeat top center; background-size: cover; transform: translateZ(0); }
.new-design .story .story__inner:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, .15); z-index: -5; }


.new-design .story .container { width: 1040px; max-width: 100%; box-sizing: border-box; }

.new-design .story .story__container { display: flex; justify-content: flex-end; padding: 0 80px; }
.new-design .story .story__content { max-width: 50%; flex: 0 0 50%; }

.new-design .story .story__head { margin-bottom: 25px; }

.new-design .story .story__head h5 { text-align: left;  text-transform: uppercase; padding: 0; margin: 0; font-weight: 400; font-size: 16px; font-family: proxima_nova_regular, sans-serif; letter-spacing: 0; }
.new-design .story .story__head h5 strong { font-weight: 700; }

.new-design .story .story__body { font-weight: 400; font-size: 20px; }
.new-design .story .story__body blockquote { position: relative; padding: 45px 0 0 0; margin: 0 0 12px; border: 0; font-style: normal; font-size: 24px; line-height: 1.67; font-family: Georgia, serif; }

.new-design .story .story__body blockquote:before,
.new-design .story .story__body blockquote:after { position: absolute; font-style: italic; font-family: Georgia, serif; font-size: 100px; letter-spacing: 2.27px; line-height: 50px; transform: translateY(50%); }

.new-design .story .story__body blockquote:before { content: '“'; top: 0; left: 0; }
.new-design .story .story__body blockquote:after { content: '”'; bottom: -30px; right: 0; }
.new-design .story .story__body blockquote p { font-style: inherit; font-family: inherit; }
.new-design .story .story__body p { font-size: inherit; line-height: inherit; font-family: proxima_nova_regular, sans-serif; }
.new-design .story .story__body strong { font-weight: 700; }

.story .story__actions {  }


@media(max-width: 1023px){
	.new-design .story .story__content { max-width: 400px; flex: 0 0 400px; }
}

@media(max-width: 767px){
	.new-design .stories .story { padding: 0; text-align: center;  background-image: none !important; }
    .new-design .stories .story-mobile{background-size: cover; padding: 300px 0 70px; background-position: center;}
    .new-design .story .story__head h5{ text-align: center; }
    .new-design .story .story__head br{  display: none; }
    
	.new-design .stories .story:before { background: rgba(0, 0, 0, .25); }

	.new-design .story .container { padding: 0 30px; }

	.new-design .story .story__container { padding: 0 6px; }

	.new-design .story .story__content { max-width: 100%; flex: 0 0 100%; }

	.new-design .story .story__head { margin-bottom: 0; }

	.new-design .story .story__body,
	.new-design .story .story__body blockquote,
	.new-design .story .story__body blockquote p { font-size: 18px; }

	.new-design .story .story__body blockquote { margin-bottom: 50px; }
	.new-design .story .story__body blockquote:after { bottom: -50px; }

	.new-design .story .story__body blockquote:before { left: -10px; }
	.new-design .story .story__body blockquote:after { right: -10px; }

	.new-design .story .story__body p { font-size: 0; }

	.new-design .story .story__body p strong,
	.new-design .story .story__body p span { display: block; font-size: 18px; }


	.new-design .story .story__actions .btn { width: 100%; }
}
@media(min-width: 768px){

    .new-design .stories .story-mobile{
        background-image: none !important;   
    }
}
/* ------------------------------------------------------------ *\
	Section More
\* ------------------------------------------------------------ */

.new-design .section-more { padding: 90px 0; }

.new-design .section-more .container { max-width: 1072px; width: 100%; padding: 0 30px; }

.new-design .section-more .section__head { margin-bottom: 45px; text-align: center; }
.new-design .section-more .section__head h2 { padding: 0; margin: 0; color: #000; font-weight: 700; font-size: 40px; line-height: 1.13; font-family: proxima_nova_bold, sans-serif; }

.new-design .section-more .section__body { color: #323232; font-weight: 400; font-size: 16px; line-height: 1.5; }
.new-design .section-more .section__body p { margin-bottom: 10px; font-size: inherit; line-height: inherit; }
.new-design .section-more .section__body p:last-child { margin-bottom: 0; }
.new-design .section-more .section__body ul { padding: 0; margin: 0 0 10px; list-style: none; }
.new-design .section-more .section__body li { position: relative; padding-left: 15px; margin-bottom: 7px; }
.new-design .section-more .section__body li:before { content: ''; position: absolute; top: 10px; left: 0; width: 4px; height: 4px; background: #14aecf; border-radius: 100%; }
.new-design .section-more .section__body em { font-weight: 700; }
.new-design .section-more .section__body .alignnone { margin: 30px 0 30px; }

.new-design .section-more .section__cols { display: flex; margin: 0 -20px; }
.new-design .section-more .section__col { max-width: 50%; flex: 0 0 50%; padding: 0 20px; }

.new-design .section-more .section__foot { padding: 40px 0 10px; color: #262520; text-align: center; font-size: 18px; }
.new-design .section-more .section__foot h4 { padding: 0; margin: 0; color: #000; font-weight: 700; font-size: 30px; line-height: 1.5; font-family: proxima_nova_bold, sans-serif; }
.new-design .section-more .section__foot p { margin-bottom: 12px;  color: inherit; font-size: inherit; line-height: inherit; }

@media(max-width: 767px){
	.new-design .section-more { padding: 70px 0; }

	.new-design .section-more .section__head h2 { font-size: 30px; line-height: 1; }

	.new-design .section-more .section__cols { flex-wrap: wrap; }
	.new-design .section-more .section__col { max-width: 100%; flex: 0 0 100%; }

	.new-design .section-more .section__foot h4 { margin-bottom: 10px; line-height: 1; }
	.new-design .section-more .section__foot .btn { width: 100%; }
}

/* ------------------------------------------------------------ *\
	Section Circles
\* ------------------------------------------------------------ */

.new-design .section-circles { padding: 95px 0; background: url(./images/pattern.jpg) repeat center center; }
.new-design .section-circles .container { max-width: 1030px; padding: 0 30px; }

.new-design .section-circles .section__head { margin-bottom: 40px; text-align: center; }
.new-design .section-circles .section__head h2 { padding: 0; margin: 0; font-weight: 700; font-size: 40px; line-height: 1.13; font-family: proxima_nova_bold, sans-serif; }

.new-design .section-circles .section__body {  }

@media(max-width: 767px){
	.new-design .section-circles { padding: 65px 0 45px; }
	.new-design .section-circles .section__head h2 { font-size: 28px; line-height: 1; }
}

/* ------------------------------------------------------------ *\
	Chart
\* ------------------------------------------------------------ */

.new-design .chart { width: 140px; height: 140px; margin: 0 auto; }

/* ------------------------------------------------------------ *\
	Circle
\* ------------------------------------------------------------ */

.new-design .circles { display: flex; justify-content: center; }
.new-design .circles .circle { flex: 0 0 16.66%; }

.new-design .circle { color: #000; font-size: 16px; line-height: 1.38; font-family: proxima_nova_regular, sans-serif; letter-spacing: 0.26px; }
.new-design .circle p { color: inherit; font-size: inherit; line-height: inherit; }
.new-design .circle .chart p { color: #0e1b38; font-size: 36px; line-height: 60px; }

@media(max-width: 1023px){
	.new-design .circles { flex-wrap: wrap; }
	.new-design .circles .circle { max-width: 33.33%; flex: 0 0 33.33%; }
}

@media(max-width: 767px){
	.new-design .circles .circle { max-width: 50%; flex: 0 0 50%; }
	.new-design .circle .chart p { font-size: 30px; }
}

/* ------------------------------------------------------------ *\
	Section Secondary
\* ------------------------------------------------------------ */

.new-design .section-secondary { padding: 95px 0; text-align: center; font-size: 16px; line-height: 1.44; }
.new-design .section-secondary h5 { padding: 0; margin: 0 0 12px; font-weight: 700; font-size: 40px; line-height: 1.13; font-family: proxima_nova_bold, sans-serif; }
.new-design .section-secondary .container { padding: 0 30px; max-width: 930px; width: 100%; }
.new-design .section-secondary p { font-size: inherit; line-height: inherit; letter-spacing: 0.58px; }
.new-design .section-secondary p strong { font-weight: 600; font-size: 16px; line-height: 1.25; letter-spacing: 0.52px; }
.new-design .section-secondary p:last-child { margin-bottom: 0; }
.new-design .section-secondary .more { margin-bottom: 25px; }

@media(max-width: 767px){
	.new-design .section-secondary { padding: 65px 0; }
}

/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */

.new-design .slider { margin: 0 -25px; }

.new-design .slider .slider__slide { box-sizing: border-box; padding: 0 25px; }
.new-design .slider .slider__paging { display: none; }

.new-design .slider .slider__paging { padding: 25px 0 0; text-align: center; }
.new-design .slider .swiper-pagination-bullet { width: 12px; height: 12px; margin: 0 7px;background: #fff; border: 1px solid #000; opacity: 1; }
.new-design .slider .swiper-pagination-bullet-active { background: #000; }

@media(max-width: 767px){
	.new-design .slider { padding-top: 20px; }
	.new-design .slider .slider__paging { display: block; }
}

/* ------------------------------------------------------------ *\
	Sectino Realted
\* ------------------------------------------------------------ */

.new-design .section-related { padding: 92px 0; background: #f4f4f4; }
.new-design .section-related .container { width: 1060px; max-width: 100%; padding: 0 30px; }

.new-design .section-related .section__head { margin-bottom: 35px; text-transform: uppercase; text-align: center; }

.new-design .section-related .section__head h2,
.new-design .section-related .section__head h5 { padding: 0; margin: 0; }

.new-design .section-related .section__head h2 { font-weight: 700; font-family: proxima_nova_bold, sans-serif; margin-bottom: 5px; color: #000; font-size: 40px; line-height: 1.13; letter-spacing: 0; }
.new-design .section-related .section__head h5 { color: #323232; font-weight: 400; font-family: proxima_nova_regular, sans-serif; font-size: 17px; letter-spacing: 0.4px; }

/* Mobile */

@media(max-width: 767px) {
	.new-design .section-related { padding: 70px 0; }
	.new-design .section-related .section__head h2 { font-size: 30px; line-height: 1; }
	.new-design .section-related .section__head h5 { font-size: 16px; }
}

/* ------------------------------------------------------------ *\
	Post
\* ------------------------------------------------------------ */

.new-design .posts-secondary { display: flex; flex-wrap: wrap; padding: 0; margin: 0; list-style: none; }
.new-design .posts-secondary .post-secondary { max-width: 33.33%; flex: 0 0 33.33%; padding: 8px; }

.new-design .post-secondary { display: flex; }
.new-design .post-secondary .post__inner { display: flex; flex-direction: column; width: 100%; background: #fff; }

.new-design .post-secondary .post__image { position: relative; padding-top: 74%; background: rgba(0, 0, 0, .2); }
.new-design .post-secondary .post__image a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; transition: background $trs; }
.new-design .post-secondary .post__image a:hover { background: rgba(0, 0, 0, .5); }

.new-design .post-secondary .post__content { flex-grow: 1; display: flex; flex-direction: column; padding: 28px 20px 35px; text-align: center; font-weight: 400; font-size: 16px; line-height: 1.44; font-family: proxima_nova_regular, sans-serif; letter-spacing: 0.58px; color: #4a4a4a; }
.new-design .post-secondary .post__content h4 { color: #000; padding: 0; margin: 0 0 8px; font-weight: 700; font-size: 20px; font-family: proxima_nova_regular, sans-serif; letter-spacing: 0.5px; }
.new-design .post-secondary .post__content p { font-size: inherit; line-height: inherit; }
.new-design .post-secondary .post__content p:last-child { margin-bottom: 0; }
.new-design .post-secondary .post__body { flex-grow: 1; padding-bottom: 15px; }
.new-design .post-secondary .post__actions .btn { width: 100%; }

@media(max-width: 767px){
	.new-design .posts-secondary { margin: 0 -8px; }
	.new-design .posts-secondary .post-secondary { max-width: 100%; flex: 0 0 100%; }
}

/* ------------------------------------------------------------ *\
	Section Products
\* ------------------------------------------------------------ */

.new-design .section-products { padding: 92px 0; background: no-repeat center center; background-size: cover; }

.new-design .section-products .section__head { margin-bottom: 53px; text-align: center;  }
.new-design .section-products .section__head .container { padding: 0 30px; width: 804px; max-width: 100%; }

.new-design .section-products .section__head h2,
.new-design .section-products .section__head h5 { padding: 0; margin: 0; font-family: inherit; }

.new-design .section-products .section__head h2 { margin-bottom: 6px; color: #000; font-weight: 700; font-family: proxima_nova_bold, sans-serif; font-size: 40px; }
.new-design .section-products .section__head h5 { color: #323232; font-weight: 400; font-size: 17px; font-family: proxima_nova_regular, sans-serif; letter-spacing: .4px; }

@media(max-width: 1024px){
	.new-design .section-products { padding: 70px 0; }
	.new-design .section-products .section__head h2 { font-size: 30px; line-height: 1; }
	.new-design .section-products .section__head h5 { font-size: 16px; }
}

/* ------------------------------------------------------------ *\
	Slider Products
\* ------------------------------------------------------------ */

.new-design .slider-products {  }

.new-design .slider-products .slider-paging { padding: 25px 0 0; text-align: center; }
.new-design .slider-products .swiper-pagination-bullet { width: 12px; height: 12px; margin: 0 7px;background: #fff; border: 1px solid #000; opacity: 1; }
.new-design .slider-products .swiper-pagination-bullet-active { background: #000; }

@media(max-width: 767px){
	.new-design .slider-products .slider-paging { padding: 0; }
}

/* ------------------------------------------------------------ *\
	Product Featured
\* ------------------------------------------------------------ */

.new-design .product-featured { overflow: hidden; }
.new-design .product-featured .container { padding: 0 30px; width: 804px; max-width: 100%; box-sizing: border-box; }

.new-design .product-featured .product__container { display: flex; align-items: center; justify-content: space-between; }

.new-design .product-featured .product__content,
.new-design .product-featured .product__image {  }

.new-design .product-featured .product__content { max-width: 450px; padding-bottom: 40px; }
.new-design .product-featured .product__image { max-width: 225px; }
.new-design .product-featured .product__image img { margin: 0; }

.new-design .product-featured .product__body { color: #262520; font-size: 16px; line-height: 1.5; }
.new-design .product-featured .product__body h3 { padding: 0; margin: 0 0 6px; font-size: 24px; letter-spacing: 0; font-weight: 700; font-family: proxima_nova_bold, sans-serif; }
.new-design .product-featured .product__body p { font-size: inherit; line-height: inherit; }
.new-design .product-featured .product__body p:last-child { margin-bottom: 0; }

.new-design .product-featured .product__actions { padding-top: 13px; }

@media(max-width: 767px){
	.new-design .product-featured .product__container { flex-wrap: wrap; }

	.new-design .product-featured .product__content,
	.new-design .product-featured .product__image { max-width: 100%; flex: 0 0 100%; text-align: center; }

	.new-design .product-featured .product__image { order: -1; margin-bottom: 40px; }
	.new-design .product-featured .product__image img { max-width: 80%; }

	.new-design .product-featured .product__body h3 { font-size: 20px; letter-spacing: .5px; }

	.new-design .product-featured .product__actions .btn { width: 100%; }
}

/* ------------------------------------------------------------ *\
	Section Testimonials Featured
\* ------------------------------------------------------------ */

.new-design .section-testimonials-featured { padding: 94px 0; background: no-repeat center center; background-size: cover; color: #fff; }
.new-design .section-testimonials-featured .container { /*width: 920px;*/ max-width: 100%; padding: 0 30px; }

.new-design .section-testimonials-featured .section__head { margin-bottom: 50px; text-align: center; }

.new-design .section-testimonials-featured .section__head h2 { font-weight: 700; }

.new-design .section-testimonials-featured .section__head h2,
.new-design .section-testimonials-featured .section__head h5 { padding: 0; margin: 0; font-family: inherit; }

.new-design .section-testimonials-featured .section__head h2 { line-height: 45px; font-weight: 700; font-size: 40px; font-family: proxima_nova_bold, sans-serif; line-height: 1.13; }
.new-design .section-testimonials-featured .section__head h5 { font-weight: 400; font-family: proxima_nova_regular, sans-serif; font-size: 17px; letter-spacing: .4px; }

.new-design .section-testimonials-featured .section__body {  }

@media(max-width: 767px){
	.new-design .section-testimonials-featured { padding: 70px 0; }

	.new-design .section-testimonials-featured .section__head { margin-bottom: 30px; }
	.new-design .section-testimonials-featured .section__head h2 { font-size: 30px; line-height: 1; }
	.new-design .section-testimonials-featured .section__head h5 { font-size: 16px; }
}

/* ------------------------------------------------------------ *\
	Slider Testimonials Cards
\* ------------------------------------------------------------ */
.new-design #testimonials{ height: 600px;}
.new-design #testimonials #buttons{display:none;}
.new-design #testimonials .slide{width: 500px;}

.new-design .slider-testimonials-cards { overflow: hidden; }
.new-design .slider-testimonials-cards .slider__clip { overflow: visible; }

.new-design .slider-testimonials-cards .slider__slide { position: relative; display: flex; height: auto; opacity: 0; transition: opacity .4s; }
.new-design .slider-testimonials-cards .card-testimonial { width: 100%; }

.new-design .slider-testimonials-cards .slider-paging { padding: 35px 0 0; text-align: center; }
.new-design .slider-testimonials-cards .swiper-pagination-bullet { width: 12px; height: 12px; margin: 0 7px; background: transparent; border: 1px solid #fff; opacity: 1; }
.new-design .slider-testimonials-cards .swiper-pagination-bullet-active { background: #fff; }

.new-design .slider-testimonials-cards .card-testimonial { width: 482px; margin-left: 0px; transition: transform, box-shadow; transition-duration: .4s; }

.new-design .slider-testimonials-cards .swiper-slide-prev,
.new-design .slider-testimonials-cards .swiper-slide-next { z-index: 5; opacity: 1; }

.new-design .slider-testimonials-cards .swiper-slide-next { flex-direction: row-reverse; }

.new-design .slider-testimonials-cards .swiper-slide-prev .card-testimonial,
.new-design .slider-testimonials-cards .swiper-slide-next .card-testimonial { margin-left: 0; }

.new-design .slider-testimonials-cards .swiper-slide-prev .card-testimonial { transform-origin: center left; }
.new-design .slider-testimonials-cards .swiper-slide-next .card-testimonial { transform-origin: center right; margin-right: 0; margin-left: auto; }

.new-design .slider-testimonials-cards .swiper-slide-active { z-index: 10; opacity: 1; }
.new-design .slider-testimonials-cards .swiper-slide-active .card-testimonial { transform: scale(1); box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5); }

.new-design .testimonial-inner { margin: 0 auto; text-align: center; }
.new-design .testimonial-inner input {height: 1px; width: 1px; opacity: 0;}
.new-design .testimonial-inner .radio {display: inline-block; cursor: pointer;}
.new-design .testimonial-inner .radio .outer {height: 17px; width: 17px; display: block; float: left; margin: 10px 0px 10px 5px; border: 3px solid #fff; border-radius: 50%; background-color: transparent;}
.testimonial-inner .radio .inner{-webkit-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; height: 13px; width: 13px; -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); display: block; margin: -1px; border-radius: 50%; background-color: #fff; opacity: 0;}

.new-design #firstControl:checked ~ .radio:nth-of-type(1) .outer, .new-design #secondControl:checked ~ .radio:nth-of-type(2) .outer, .new-design #thirdControl:checked ~ .radio:nth-of-type(3) .outer { border: 3px solid #fff; }

.new-design #firstControl:checked ~ .radio:nth-of-type(1) .outer .inner, .new-design #secondControl:checked ~ .radio:nth-of-type(2) .outer .inner, .new-design #thirdControl:checked ~ .radio:nth-of-type(3) .outer .inner{    -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); opacity: 1;}



@media(max-width: 1023px){
	.new-design .section-testimonials-featured .container { width: 768px; }
	.new-design .slider-testimonials-cards .swiper-slide-active .card-testimonial { margin-left: -130px; }
}

@media(max-width: 767px){
    .new-design #testimonials{ overflow: visible !important;}
    .new-design #testimonials .slide { width: 280px; }
	.new-design .section-testimonials-featured .container { width: 100%; padding: 0;}
	.new-design .slider-testimonials-cards .card-testimonial { width: 280px; }
	.new-design .slider-testimonials-cards .card-testimonial { margin-left: 0px; }
    .new-design #testimonials #buttons{display:block;}
}

/* ------------------------------------------------------------ *\
	Card Testimonial
\* ------------------------------------------------------------ */

.new-design .card-testimonial { display: flex; flex-direction: column; padding: 1px 40px 40px; margin-top: 50px; background: #fff; text-align: center; color: #000; box-sizing: border-box; }
.new-design .card-testimonial .card__content { flex-grow: 1; display: flex; align-items: center; }
.new-design .card-testimonial .card__inner { width: 100%; }

.new-design .card-testimonial .card__image { width: 96px; height: 96px; margin: -50px auto 10px; background: no-repeat center center; background-size: cover; border: 4px solid #fff; border-radius: 100%; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }

.new-design .card-testimonial .card__head { margin-bottom: 10px; color: #717171; font-weight: 600; font-size: 18px; font-family: proxima_nova_regular, sans-serif; letter-spacing: .47px; }

.new-design .card-testimonial .card__head h5,
.new-design .card-testimonial .card__head p { padding: 0; margin: 0; }

.new-design .card-testimonial .card__head h5 { color: #000; text-transform: none; font-weight: 700; font-size: 20px; letter-spacing: .42px; }
.new-design .card-testimonial .card__head p { font-size: inherit; line-height: inherit; }

.new-design .card-testimonial .card__body { font-style: italic; font-size: 20px; line-height: 1.5;  font-family: Georgia, serif; letter-spacing: .58px; }
.new-design .card-testimonial .card__body blockquote { font-size: inherit; line-height: inherit; padding: 0; margin: 0; border: 0; }

@media(max-width: 767px){
	.new-design .card-testimonial { padding: 1px 18px 30px; }

	.new-design .card-testimonial .card__image { margin-bottom: 30px; }

	.new-design .card-testimonial .card__head { margin-bottom: 20px; }
	.new-design .card-testimonial .card__body { font-size: 18px; }
}

/* ------------------------------------------------------------ *\
	Section About
\* ------------------------------------------------------------ */

.new-design .section-about { background: url(./images/pattern.jpg) repeat center center; background-size: cover; }

.new-design .section-about .section__container { display: flex; }

.new-design .section-about .section__content,
.new-design .section-about .section__image { max-width: 50%; flex: 0 0 50%; }

.new-design .section-about .section__content { align-self: center; padding-left: calc((100vw - 1060px) / 2); }
.new-design .section-about .section__inner { padding: 58px 50px 50px; }
.new-design .section-about .section__image { min-height: 500px; background: no-repeat center center; background-size: cover; }

.new-design .section-about .section__body { color: #4a4a4a; font-size: 16px; line-height: 1.44; font-family: proxima_nova_regular, sans-serif;  letter-spacing: .45px; }

.new-design .section-about .section__body h3,
.new-design .section-about .section__body h3:last-child,
.new-design .section-about .section__body p,
.new-design .section-about .section__body p:last-child { padding: 0; margin: 0; }

.new-design .section-about .section__body h3 { margin-bottom: 11px; color: #000; font-size: 24px; letter-spacing: .52px; }
.new-design .section-about .section__body p { margin-bottom: 8px; font-size: inherit; line-height: inherit; }

.new-design .section-about .section__actions { padding-top: 18px; color: #14aecf; text-transform: uppercase; font-weight: 600; font-size: 14px; font-family: 'proxima_nova_regular'; letter-spacing: 0.52px; }
.new-design .section-about .section__actions a { display: inline-flex; align-self: center; color: inherit; font-size: inherit; line-height: inherit; }
.new-design .section-about .section__actions a i { display: inline-flex; margin: -2px 0 0 10px; }
.new-design .section-about .section__actions a img { margin: 0; }

@media(max-width: 767px){
	.new-design .section-about { text-align: center; }
	.new-design .section-about .section__container { flex-wrap: wrap; }

	.new-design .section-about .section__inner { padding: 40px 30px 60px; }

	.new-design .section-about .section__image,
	.new-design .section-about .section__content { max-width: 100%; flex: 0 0 100%; }

	.new-design .section-about .section__image { min-height: 0; padding-top: 65%; order: -1; }
}

/* ------------------------------------------------------------ *\
	Section Timeline
\* ------------------------------------------------------------ */

.new-design .section-timeline { padding: 95px 0 100px; background: url(./images/pattern.jpg) repeat center center; font-family: 'proxima_nova_regular', sans-serif; }

.new-design .section-timeline .section__head { margin-bottom: 58px; color: #4a4a4a; text-align: center; font-size: 16px; line-height: 1.44; letter-spacing: .45px; }
.new-design .section-timeline .section__head .container { width: 920px; max-width: 100%; padding: 0 30px; }

.new-design .section-timeline .section__head h2,
.new-design .section-timeline .section__head p { padding: 0; margin: 0; font-family: inherit; }

.new-design .section-timeline .section__head h2 { margin-bottom: 10px; color: #000; font-weight: 700; font-size: 40px; font-family: 'proxima_nova_bold', sans-serif;  line-height: 1.13; letter-spacing: 0; }
.new-design .section-timeline .section__head p { font-size: inherit; line-height: inherit; }

.new-design .section-timeline .section__body {  }
.new-design .section-timeline .section__body .container { width: 824px; max-width: 100%; padding: 0 30px; }

@media(max-width: 767px){
	.new-design .section-timeline { padding: 70px 0; }

	.new-design .section-timeline .section__head h2 { font-size: 30px; line-height: 1; }
	.new-design .section-timeline .section__head h5 { font-size: 16px; }
}

/* ------------------------------------------------------------ *\
	Timeline
\* ------------------------------------------------------------ */

.timeline {  }

.new-design .timeline__list { margin: 0; padding: 0; list-style: none; }
.new-design .timeline__list li { padding: 0 calc(50% - 3px) 0 0; }
.new-design .timeline__list li:nth-child(2n) { padding: 0 0 0 calc(50% - 3px); }

@media(max-width: 767px){
	.new-design .timeline__list li,
	.new-design .timeline__list li:nth-child(2n) { padding: 0; margin-bottom: 16px; }

	.new-design .timeline__list li:last-child { margin-bottom: 0; }
}

/* ------------------------------------------------------------ *\
	Card Timeline
\* ------------------------------------------------------------ */

.new-design .card-timeline { padding: 22px; color: #000; background: #fff; border-left: 6px solid #14aecf; font-size: 16px; line-height: 1.5; letter-spacing: .5px; font-family: 'proxima_nova_regular', sans-serif; }

.new-design .card-timeline h3,
.new-design .card-timeline p { padding: 0; margin: 0; font-family: inherit; }

.new-design .card-timeline h3 { font-weight: 700; font-size: 30px; font-family: 'proxima_nova_bold', sans-serif; letter-spacing: .5px; }
.new-design .card-timeline p { font-size: inherit; line-height: inherit; font-family: inherit; }

.new-design .card-timeline strong { font-weight: 700; font-family: 'proxima_nova_bold', sans-serif; color: #14aecf; }

/* ------------------------------------------------------------ *\
	Filter
\* ------------------------------------------------------------ */

.new-design .filter { margin-bottom: 30px; color: #000; text-transform: uppercase; text-align: center; font-weight: 400; font-size: 16px; font-family: 'proxima_nova_regular', sans-serif; letter-spacing: .52px; }

.new-design .filter .filter__nav ul { padding: 0; margin: 0; list-style: none; margin: 0 -25px; }
.new-design .filter .filter__nav li { display: inline-block; text-align: center; vertical-align: middle; padding: 0 25px; }
.new-design .filter .filter__nav a { display: inline-block; color: inherit; font-size: inherit; line-height: inherit; border-bottom: 3px solid transparent; text-decoration: none; }

.new-design .filter .filter__nav a:hover,
.new-design .filter .filter__nav a.active { border-color: #000; }

.new-design .filter .filter__title,
.new-design .filter .filter__trigger { display: none; }

.new-design .filter .filter__trigger { margin: 0 -30px; padding: 16px; border: solid #979797; border-width: 1px 0; color: #000; text-decoration: none; text-transform: uppercase; text-align: center; font-weight: 400; font-size: 16px; font-family: 'proxima_nova_regular', sans-serif; letter-spacing: .32px; }
.new-design .filter .filter__trigger:after { content: '+'; font-size: 36px; line-height: 0; margin-left: 20px; }
.new-design .filter .filter__title { margin-top: 28px; color: #000; font-weight: 400; font-size: 24px; font-family: 'proxima_nova_regular', sans-serif; letter-spacing: .78px; }

.new-design .filter .filter__trigger:focus,
.new-design .filter .filter__trigger:hover { color: #000; text-decoration: none; }


@media(max-width: 767px){
	.new-design .filter { margin-bottom: 20px; }

	.new-design .filter .filter__title { display: block; }
	.new-design .filter .filter__trigger { display: flex; justify-content: center; align-items: center; }

	.new-design .filter .filter__nav { padding-top: 30px;  display: none; }
	.new-design .filter .filter__nav a { padding: 10px; }

	.new-design .filter.active .filter__nav { display: block; }
}

/* ------------------------------------------------------------ *\
	Event Archive page 
\* ------------------------------------------------------------ */
.tax-event_name .section-features-secondary{ padding-top: 0; }

.tax-event_name .story { background: no-repeat center center; background-size: cover; color: #fff; }
.tax-event_name .stories .story { position: relative; padding: 65px 0; background: no-repeat top center; background-size: cover; transform: translateZ(0); }
.tax-event_name .stories .story:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, .15); z-index: -5; }

.tax-event_name .story .container { width: 1040px; max-width: 100%; box-sizing: border-box; }

.tax-event_name .story .story__container { display: flex; justify-content: flex-end; padding: 0 80px; }
.tax-event_name .story .story__content { max-width: 50%; flex: 0 0 50%; }

.tax-event_name .story .story__head { margin-bottom: 25px; }

.tax-event_name .story .story__head h5 { text-align: left;  text-transform: uppercase; padding: 0; margin: 0; font-weight: 400; font-size: 16px; font-family: proxima_nova_regular, sans-serif; letter-spacing: 0; }
.tax-event_name .story .story__head h5 strong { font-weight: 700; }

.tax-event_name .story .story__body { font-weight: 400; font-size: 20px; }
.tax-event_name .story .story__body blockquote { position: relative; padding: 45px 0 0 0; margin: 0 0 12px; border: 0; font-style: normal; font-size: 24px; line-height: 1.67; font-family: Georgia, serif; }

.tax-event_name .story .story__body blockquote:before,
.tax-event_name .story .story__body blockquote:after { position: absolute; font-style: italic; font-family: Georgia, serif; font-size: 100px; letter-spacing: 2.27px; line-height: 50px; transform: translateY(50%); }

.tax-event_name .story .story__body blockquote:before { content: '“'; top: 0; left: 0; }
.tax-event_name .story .story__body blockquote:after { content: '”'; bottom: -30px; right: 0; }
.tax-event_name .story .story__body blockquote p { font-style: inherit; font-family: inherit; }
.tax-event_name .story .story__body p { font-size: inherit; line-height: inherit; font-family: proxima_nova_regular, sans-serif; }
.tax-event_name .story .story__body strong { font-weight: 700; }

.story .story__actions {  }


@media(max-width: 1023px){
	.tax-event_name .story .story__content { max-width: 400px; flex: 0 0 400px; }
}

@media(max-width: 767px){
	.tax-event_name .stories .story { text-align: center; }
    .tax-event_name .stories .story-mobile{background-size: cover; padding: 300px 0 70px; background-position: center;}
    .tax-event_name .story .story__head h5{ text-align: center; }
    .tax-event_name .story .story__head br{  display: none; }
    
	.tax-event_name .stories .story:before { background: rgba(0, 0, 0, .25); }

	.tax-event_name .story .container { padding: 0 30px; }

	.tax-event_name .story .story__container { padding: 0 6px; }

	.tax-event_name .story .story__content { max-width: 100%; flex: 0 0 100%; }

	.tax-event_name .story .story__head { margin-bottom: 0; }

	.tax-event_name .story .story__body,
	.tax-event_name .story .story__body blockquote,
	.tax-event_name .story .story__body blockquote p { font-size: 18px; }

	.tax-event_name .story .story__body blockquote { margin-bottom: 50px; }
	.tax-event_name .story .story__body blockquote:after { bottom: -50px; }

	.tax-event_name .story .story__body blockquote:before { left: -10px; }
	.tax-event_name .story .story__body blockquote:after { right: -10px; }

	.tax-event_name .story .story__body p { font-size: 0; }

	.tax-event_name .story .story__body p strong,
	.tax-event_name .story .story__body p span { display: block; font-size: 18px; }


	.tax-event_name .story .story__actions .btn { width: 100%; }
}
@media(min-width: 768px){

    .tax-event_name .stories .story-mobile{
        background-image: none !important;   
    }
}
/* ------------------------------------------------------------ *\
	Events Archive Page Testimonials slider
\* ------------------------------------------------------------ */

.tax-event_name .stories { position: relative; }
.tax-event_name .stories .slider__actions { position: absolute; top: 50%; left: 0; width: 100%; transform: translateY(-50%); z-index: 5; }
.tax-event_name .stories .slider__actions-inner { display: flex; justify-content: space-between;  }

.tax-event_name .stories .slider__btn { display: inline-block; background: no-repeat center center; background-size: contain; width: 19px; height: 33px; font-size: 0; line-height: 0; text-indent: -4004px;}
.tax-event_name .stories .slider__btn--prev { background-image: url(./images/arrow-left.svg); }
.tax-event_name .stories .slider__btn--next { background-image: url(./images/arrow-right.svg);  }

.tax-event_name .stories .slider__actions .container { max-width: 1040px; }

@media(max-width: 767px){
	.tax-event_name .stories .slider__btn { width: 13px; height: 24px; }
	.tax-event_name .stories .slider__actions .container { padding: 0 15px; }

	.tax-event_name .stories .slider__actions { top: calc(50% + 100px); }
}


/* Home page overlay change */
.home #background:before {
    background: none;
}

/* ------------------------------------------------------------ *\
	Crew Positions
\* ------------------------------------------------------------ */
@media screen and (min-width: 768px) and (max-width: 1023px){
    #main.twelve.columns #community{
        padding: 0 90px;
    }
}
@media screen and (max-width: 420px){
    #main.twelve.columns #community{
        padding: 0 50px;
    }
}
