 .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: #f0f0f0 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 img {
	width: 100%;
	height: 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 {
	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: 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;
	height: 100%;
	padding: 0 85px;
}

.intro-overlayed-teritary::before {
	opacity: .9;
	background: #14aecf;
	background: -moz-linear-gradient(left, #14aecf 0%, #14cfb2 100%);
	background: -webkit-linear-gradient(left, #14aecf 0%, #14cfb2 100%);
	background: linear-gradient(to right, #14aecf 0%, #14cfb2 100%);
}

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

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

.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 {
	left: 39px !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 li:first-child::before {
	padding-right: 2px;
}

.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: 120px 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;
	}

	.intro-secondary .intro-bg::before {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		opacity: .9;
		background: #14aecf;
		background: -moz-linear-gradient(left, #14aecf 0%, #14cfb2 100%);
		background: -webkit-linear-gradient(left, #14aecf 0%, #14cfb2 100%);
		background: linear-gradient(to right, #14aecf 0%, #14cfb2 100%);
		z-index: 2;
	}
	.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.html) 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('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 */
.post-type-archive-events #hero-general, .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;
}
.single-stories a.btn{
    padding:12px;
}
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:175px;
    }
    .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){
    .tax-event_name .section-simple {
        padding-bottom:0px;
    }
    
}

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

    .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 */

#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%;
}
@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%;
}
.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){
    #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 {
    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('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 .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;
    }
    .page-template-coaching .philosophy-container {
        display:flex;
        display:-webkit-flex;
    }
    .page-template-coaching .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 {
    display:none !important;
}
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{
    position: absolute;
    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;
        }
	}
	
	.paddingbottom30 {
		padding-bottom:30px;
	}


article img 
	 {
		display:inline-block;
		position:relative;
		border:1px solid #ccc;
		padding:5px;
		background:#f2f2f2;
		margin-bottom:30px;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	 }