/******************************************************************
Theme Name: CompassPHS
Description: A Genesis child theme for CompassPHS
Author: Clayton Everett Design
Author URI: http://cedart.com
Version: 1.0
Date: August 25, 2017
Tags: html, css3, responsive, hb5
Template: genesis

Colors
#ffffff - white
#58595B - gray/body
#6DABE4 - Light Blue
#131C4D - Dark Blue
*/

*{outline:0;line-height:1.3;}

/*body.browser-ie *{
	background-attachment:scroll;
	-moz-transition:none !important;
	-webkit-transition:none !important;
	transition:none !important;
}

body.browser-ie .animate{
	opacity: 1 !important;
	top:auto !important;
	left:auto !important;
	right:auto !important;
	bottom:auto !important;
}*/

body.browser-ie .module-hero video,
body.browser-ie .module-hero object,
body.browser-ie .module-hero iframe{
	display:none !important;
}

html{
	margin:0;
	padding:0;
}

body{
	margin:0;
	padding:0;
	background-color:#ffffff;
	font-family: 'Didact Gothic', sans-serif;
	font-size:22px;
	line-height:1.65;
	font-weight:400;
	color:#58595B;
}

img{border:none;}

ul{padding-left:20px;}

a{text-decoration:none;}

.clear{clear:both; display:block;}

.alignnone{float:none;}
.alignleft{float:left;padding:0 20px 10px 0;}
.aligncenter{display:block; margin:0 auto;}
.alignright{float:right; padding:0 0 10px 20px}

.table{display:table; width:100%; height:100%;}
.table .table-cell{display:table-cell; width:100%; vertical-align: middle;}

.wrap,
.archive .content-sidebar-wrap,
.single-post .content-sidebar-wrap,
.single-news .content-sidebar-wrap,
.single-event .content-sidebar-wrap{
	width:1280px;
	max-width:100vw;
	margin:0 auto;
	position: relative;
}

@media(max-width:1365px){
	.wrap,
	.archive .content-sidebar-wrap,
	.single-post .content-sidebar-wrap,
	.single-news .content-sidebar-wrap,
	.single-event .content-sidebar-wrap{
		width:auto !important;
		padding-left:4% !important;
		padding-right:4% !important;
	}
}

@media(max-width:1023px){
	.content-sidebar-wrap{
		padding-top:72px;
	}

	.single-post .content-sidebar-wrap{
		padding-top:0;
	}
}

.content{
	position:relative;
}

h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
	font-weight:400;
	line-height:1.3;
}

.title{
	font-size:50px;
}

@media(max-width:767px){
	.title{
		font-size:40px;
		margin-bottom:15px;
	}
}

sup{
	position:relative;
	font-size:12px;
	top:-10px;
}

hr{
	border:none;
	border-top:1px solid;
}

input[type=range] {
  height: 38px;
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
  background:transparent;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: inset 0px 0px 10px rgba(0,0,0,0.75);
  background: #58595b;
  border-radius: 0;
  border: none;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 2px 2px 5px rgba(0,0,0,0.70);
  border: none;
  height: 30px;
  width: 15px;
  border-radius: 0;
  background: #6DABE4;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -11px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #58595b;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: inset 0px 0px 10px rgba(0,0,0,0.75);
  background: #58595b;
  border-radius: 0;
  border: none;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 2px 2px 5px rgba(0,0,0,0.70);
  border: none;
  height: 30px;
  width: 15px;
  border-radius: 0;
  background: #6DABE4;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #58595b;
  border: none;
  border-radius: 0;
  box-shadow: inset 0px 0px 10px rgba(0,0,0,0.75);
}
input[type=range]::-ms-fill-upper {
  background: #58595b;
  border: none;
  border-radius: 0;
  box-shadow: inset 0px 0px 10px rgba(0,0,0,0.75);
}
input[type=range]::-ms-thumb {
  margin-top: 1px;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.70);
  border: none;
  height: 30px;
  width: 15px;
  border-radius: 0;
  background: #6DABE4;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #58595b;
}
input[type=range]:focus::-ms-fill-upper {
  background: #58595b;
}

/* FORMS */

body .gform_wrapper ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-size:25px;
}
body .gform_wrapper ::-moz-placeholder { /* Firefox 19+ */
	font-size:25px;
}
body .gform_wrapper :-ms-input-placeholder { /* IE 10+ */
	font-size:25px;
}
body .gform_wrapper :-moz-placeholder { /* Firefox 18- */
	font-size:25px;
}

body .gform_wrapper{
	font-size:25px;
}

body .gform_wrapper .gform_ajax_spinner{
	display:none;
}

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

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
	text-indent:10px;
	font-size:25px;
	border:1px solid #95989A;
}

body .gform_wrapper li.gfield.gfield_error.gfield_contains_required input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
	border-color:#cc0000;
}

body .gform_wrapper li.gfield.gfield_error.gfield_contains_required ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color:#cc0000;
}
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required ::-moz-placeholder { /* Firefox 19+ */
	color:#cc0000;
}
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required :-ms-input-placeholder { /* IE 10+ */
	color:#cc0000;
}
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required :-moz-placeholder { /* Firefox 18- */
	color:#cc0000;
}

body .gform_wrapper select{
	background:transparent;
	border:none;
	border-radius:0;
	
	margin-top:12px;
	height:45px;
	border:1px solid;
	font-size:25px;
	text-indent:10px;

	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
}

body .gform_wrapper textarea{
	border:none;
	background:transparent;

	height:200px;
	margin-top:12px;
	font-size:25px;
	border:1px solid;
}

body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_footer input[type=submit],
body .gform_wrapper .gform_page_footer input.button,
body .gform_wrapper .gform_page_footer input[type=submit]{
	border:none;
	background:transparent;
	display:block;
	width:auto;
	margin:0;
	font-size:25px;
	border-radius:0;
	border:1px solid;
	cursor:pointer;


	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
}

body .gform_wrapper div.validation_error{
	display:none;
}

body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label{
	margin-top:0;
}

body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description{
	display:none;
}

body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half){
	max-width: 100% !important;
    background: transparent;
    border: none;
    padding: 0;
    margin: 0 !important;
    width: 100%;
}

/* HEADER */

.site-header{
	position:fixed;
	width:100%;
	z-index:10000;
	padding:0 0 10px;

	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
}

.site-header.scroll{
	background-color:#131C4D;

	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
}

@media(max-width:1279px){
	.site-header,
	.site-header.scroll{
		background-color:#131C4D;

		-moz-transition:all 0.5s;
		-webkit-transition:all 0.5s;
		transition:all 0.5s;
	}
}

.site-header #logo{
	float:left;
	display:block;
	margin-top:25px;
	height:65px;

	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
}
@media(max-width: 767px){
	.site-header #logo{
		height: 52px;
	}
}

.site-header.scroll #logo{
	margin-top:5px;

	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
}

@media(max-width:1279px){
	.site-header #logo,
	.site-header.scroll #logo{
		margin-top:5px;

		-moz-transition:all 0.5s;
		-webkit-transition:all 0.5s;
		transition:all 0.5s;
	}
}

.site-header #logo img{
	display:block;
	width:auto;
	height:100%;
}

.site-header .top-nav{
	float:right;
	margin:16px 0 20px;
	font-size:14px;
	text-transform: uppercase;

	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
}

@media(max-width:1279px){
	.site-header .top-nav{
		float:none;
	}
}

@media(max-width: 1023px){
	.site-header .top-nav{
		display:none;
	}
}

.site-header.scroll .top-nav{
	margin:5px 0;

	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
}

@media(max-width:1279px){
	.site-header .top-nav,
	.site-header.scroll .top-nav{
		margin:5px 0;

		-moz-transition:all 0.5s;
		-webkit-transition:all 0.5s;
		transition:all 0.5s;
	}
}

.site-header .top-nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	text-align: right;
}

.site-header .top-nav ul li{
	display:inline-block;
	margin:0 20px;
}

.site-header .top-nav ul li.demo{

}

.site-header .top-nav ul li a{
	text-decoration:none;	
}

.mobile-nav{
	display:none;
}

@media(max-width:1023px){
	.mobile-nav{
		display:block;
	}
}

.mobile-nav .slicknav_nav{
	padding:20px 0 0;
}

.mobile-nav .slicknav_menu{
	background:transparent;
}

.mobile-nav .slicknav_menu .slicknav_btn{
	margin:15px 0 0;
	background:transparent;
}

.mobile-nav .slicknav_menu .slicknav_btn .slicknav_menutxt{
	display:none;
}

.mobile-nav .slicknav_menu .menu{
	margin: 0;
}

.site-header .nav{
	float:right;
	clear:right;
}

@media(max-width:1023px){
	.site-header .nav{
		display:none;
	}
}

.site-header .nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
}

.site-header .nav ul li{
	position:relative;
	display:inline-block;
	margin:0 10px;
	font-size:22px;

	-moz-transition:all 0.25s;
	-webkit-transition:all 0.25s;
	transition:all 0.25s;
}

@media(max-width:1279px){
	.site-header .nav ul li{
		font-size:18px;

		-moz-transition:all 0.25s;
		-webkit-transition:all 0.25s;
		transition:all 0.25s;
	}
}

.site-header .nav ul li a{
	text-decoration:none;
	line-height:40px;
}

.site-header .nav ul li.filled a{
	padding:0 10px;
}

.site-header .nav ul li .sub-menu{
	display:none;
	position:absolute;
	margin:0;
	padding:0;
	background-color:white;
	opacity:0;

	-moz-transition:opacity 1s;
	-webkit-transition:opacity 1s;
	transition:opacity 1s;
}

.site-header .nav ul li:hover .sub-menu{
	display:block;
	opacity:1;

	-moz-transition:opacity 1s;
	-webkit-transition:opacity 1s;
	transition:opacity 1s;
}

.site-header .nav ul li .sub-menu li{
	display:block;
	margin:0;
	border-bottom:1px solid #eee;
	font-size:18px;
}

.site-header .nav ul li .sub-menu li a{
	display:block;
	text-decoration:none;
	padding:16px 20px;
	white-space: nowrap;
	line-height:1;
}

.site-header .nav ul li .sub-menu li:hover{
	
}

.site-header .nav ul li .sub-menu li:hover a{
	color:white;
}

@media(max-width: 1365px){
	.site-header .wrap{
		margin:0;
	}
}
@media(max-width: 1279px){
	.site-header .wrap{
		padding: 0;
		width: auto;
	}
}

/* END HEADER */

/* GLOBAL */

.category .content-sidebar-wrap,
.tag .content-sidebar-wrap{
	padding-top:0;
	padding-bottom:40px;
}
.search-results .content-sidebar-wrap{
	padding-top: 25px;
}

.has-page-title .content-sidebar-wrap{
	padding-top:120px;
}

.post-type-archive .content-sidebar-wrap,
.category-member-stories .content-sidebar-wrap,
.single-case_studies .content-sidebar-wrap,
.page-template-templates .content-sidebar-wrap{
	padding-top:180px;
}

@media(max-width:1023px){
	.post-type-archive .content-sidebar-wrap,
	.category-member-stories .content-sidebar-wrap,
	.single-case_studies .content-sidebar-wrap,
	.page-template-templates .content-sidebar-wrap{
		padding-top:72px;
	}
}

.button{
	display:inline-block;
	margin:30px 0 0;
	padding:20px 40px;
	line-height:1;
	font-size:25px;
	text-decoration:none;
	text-transform: uppercase;

	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
}
@media(max-width: 1023px){
	.button{
		font-size: 20px;
		margin-bottom: 10px;
	}
}

.button:hover{
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
}

.button.border{
	border:1px solid;
}

.button-play{
	display:block;
	margin:24px auto 0;
	padding:0;
	width: 68px;
    height: 68px;
    border: 6px solid;
    border-radius: 100%;
    text-decoration: none;
    text-align: center;

    -moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
}

.button-play:hover{
	-moz-transition:all 0.25s;
	-webkit-transition:all 0.25s;
	transition:all 0.25s;
}

.button-play:before{
	content:"\f04b";
	font-family:FontAwesome;
	font-size: 50px;
    line-height: 70px;
    display: block;
    width: 70px;
    height: 70px;
    margin-top: -2px;
    margin-left:4px;

    -moz-transition:all 0.25s;
	-webkit-transition:all 0.25s;
	transition:all 0.25s;
}

.button-play:hover::before{
	-moz-transition:all 0.25s;
	-webkit-transition:all 0.25s;
	transition:all 0.25s;
}

.grid{
	margin:20px 0;
	text-align:center;
}

.grid.case-studies,
.grid.member-stories{
	text-align:left;
}

.grid-item{
	position: relative;
	display:inline-block;
	vertical-align: top;
	width:350px;
	height:300px;
	margin:0 30px 30px 0;
	overflow:hidden;
	background-size:cover;
	background-repeat: no-repeat;
	background-position:center center;
	cursor:pointer;
}
.grid-item{
	margin:0 60px 30px 0;
}
@media(max-width: 1023px){
	.grid-item{
		width: 280px
	}
}
@media(max-width: 767px){
	.grid-item{
		display: block;
		margin: 0 0 30px;
		width: auto;
	}
}

.grid-item img{
	display:block;
	width:100%;
	height:auto;
	margin:0 auto;
}

.grid-item .grid-item-hover{
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:100%;
	height:100%;
	font-size:25px;
	opacity:0;
	text-align:left;

	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
}

@media(max-width:1023px){
	.grid.member-stories .grid-item .grid-item-hover{
		opacity:0.9 !important;
	}
}

.grid-item .grid-item-hover .title{
	font-size:35px;
	line-height:1.2;
}

.grid-item .grid-item-hover p{
	margin:0;
	font-size:18px;
}

.grid-item:hover .grid-item-hover,
.grid-item:hover .grid-item-hover{
	opacity:1;

	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
}


.grid-item .grid-item-hover .table-cell{
	padding:20px;
}

.industry-filter{
	display:none;
	position:absolute;
	top:0;
	right:0;
	z-index:100;
	font-size:21px;
	line-height:40px;
	max-height:40px;
	overflow:hidden;
	color:#c4c4c4;
	background-color:#ffffff;
	border-bottom:1px solid #c4c4c4;

	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
}

.industry-filter:hover{
	max-height:300px;

	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
}

.industry-filter .filter-holder{
	cursor:pointer;
}

.industry-filter .filter-holder .fa{
	display:inline-block;
	margin-left:5px;
}

.industry-filter .filter-item{
	cursor:pointer;
	text-indent:10px;
	border-top:1px solid #c4c4c4;
	border-right:1px solid #c4c4c4;
	border-left:1px solid #c4c4c4;
}

.industry-filter .filter-item:hover{
	color:#ffffff;
	background-color:#c4c4c4;
}

/* END GLOBAL */

/* ARCHIVES */

.archive .title,
.page-template-page-stories .title{
	margin:0 0 25px;
	font-size:50px;
}

/* MODULES */
.module{
	position:relative;
}

.module.padding,
.slide.padding,
.module.padding-top,
.slide.padding-top{
	padding-top:120px;
}

.module.padding,
.slide.padding,
.module.padding-bottom,
.slide.padding-bottom{
	padding-bottom:120px;
}

@media(max-width: 767px){
	.module.padding,
	.module.padding-top,
	.slide.padding,
	.slide.padding-top{
		padding-top:20px;
	}

	.module.padding,
	.module.padding-bottom,
	.slide.padding,
	.slide.padding-bottom{
		padding-bottom:20px;
	}
}

.module.full-screen,
.slide.full-screen{
	height:100vh;
}

.module.background-parallax{
	background-attachment: fixed;
}

.module.background-full-screen{
	background-size:cover;
}

.module.background-repeat{
	background-repeat: repeat;
}

.module.background-no-repeat{
	background-repeat: no-repeat;
}

.module.background-repeat-x{
	background-repeat: repeat-x;
}

.module.background-repeat-y{
	background-repeat: repeat-y;
}

.module.background-left-top{
	background-position:left top;
}

.module.background-left-center{
	background-position:left center;	
}

.module.background-left-bottom{
	background-position:left bottom;
}

.module.background-center-top{
	background-position:center top;
}

.module.background-center-center{
	background-position:center center;
}

.module.background-center-bottom{
	background-position:center bottom;
}

.module.background-right-top{
	background-position:right top;
}

.module.background-right-center{
	background-position:right center;
}

.module.background-right-bottom{
	background-position:right bottom;
}

/* MODULE: EDITOR */
.module-editor{
	padding:0;
}

.module-editor img.aligncenter,
.module-editor img.alignnone{
	display:block;
	width:100%;
	height:auto;
}

@media(max-width:1023px){
	.module-editor img.aligncenter,
	.module-editor img.alignnone,
	.module-editor img.alignright,
	.module-editor img.alignleft{
		float:none;
		display:block;
		width:100vw;
		height:auto;
		margin-left:-4vw;
		margin-right:-4vw;
		padding:0 0 10px;
	}
}

/* MODULE: PREMIUM CONTENT */
.module-premium-content{
	background-repeat: no-repeat;
	background-size:contain;
}

.module-premium-content .content{
	width:40%;
	font-size:40px;
}

.module-premium-content .content.left{
	float:left;
}

.module-premium-content .content.center{
	float:none;
}

.module-premium-content .content.right{
	float:right;
}

.module-premium-content .content .title{
	font-size:50px;
}

.module-premium-content .content p{
	font-size:30px;
}

.module-premium-content .content .button{
	display:block;
	width:40%;
	margin:0 auto;
	text-align:center;
	border:1px solid;
}

/* MODULE: HERO */
.module-hero{
	height:100vh;
}

@media(max-width:419px){
	#module-1.module-hero{
		height:75vh;
	}
}

@media(max-width: 500px){
	.module-hero{
		line-height: 1.5;
	}
}

.module-hero .slide{
	position:relative;
	height:100vh;
	background-repeat: no-repeat;
	background-size:cover;
	text-align:center;
}

body.browser-ie .module-hero .slide{
	background-attachment:scroll !important;
}

body.os-ios .module .slide{
	background-attachment:scroll !important;
}

@media(max-width:419px){
	#module-1.module-hero .slide{
		background-size:auto 75vh;
		height:75vh;
	}

	.module-hero .slide{
		background-attachment: scroll !important;
	}
}

.module-hero .slide-video-bg{
	position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
 	background-repeat: no-repeat;
  	background-size: cover;
  	transition: 1s opacity;
}

.module-hero .overlay{
	position:absolute;
	z-index:0;
	width:100%;
	height:100%;
}

.module-hero .slides-controls{
	position:absolute;
	bottom:20px;
	z-index:100;
	width:100%;
	text-align:center;
}

.module-hero .slick-prev{
	display:none !important;
	position:absolute;
	left:0;
	cursor:pointer;
}

.module-hero .slick-prev:before{
	content:"\f053";
	font-family:FontAwesome;
}

.module-hero .slick-next{
	display:none !important;
	position:absolute;
	right:0;
	cursor:pointer;
}

.module-hero .slick-next:before{
	content:"\f054";
	font-family:FontAwesome;
}

.module-hero .slick-dots{
	display:inline-block !important;
	margin:0;
	padding:0;
	text-align:center;
}

.module-hero .slick-dots li{
	display:inline-block;
	width:10px;
	height:10px;
	margin:0 5px;
}

.module-hero .slick-dots li button{
    border: none;
    background: transparent;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: #a4a9ad;
    color: transparent;
    border-radius: 100%;
    cursor:pointer;

    -moz-appearance:none;
    -webkit-appearance: none;
    appearance:none;
}

.module-hero .slick-dots li.slick-active button{
	background-color:#58595B;
}

.module-hero .slide .before-title{
	font-size:23px;
	line-height:1.3;
}

.module-hero .slide .title{
	font-size:50px;
	line-height:1.3;
}

@media(max-width: 1023px){
	.module-hero .slide .title{
		font-size: 40px;
	}
}

.module-hero .slide .title.position-top{
	margin-bottom:25%;
}

.module-hero .slide .title.position-bottom{
	margin-top:25%;
}

.module-hero:not(#module-1) .slide .title{
	margin-bottom:40vh;
	font-size:100px;
}
@media(max-width: 1023px){
	.module-hero:not(#module-1) .slide .title{
		font-size: 65px;
	}
}

.module-hero .slide .after-title{
	font-size:45px;
	margin:0;
	line-height:1.3;
}
@media(max-width: 1023px){
	.module-hero .slide .after-title{
		font-size: 26px;
	}
}

.module-hero:not(#module-1) .slide .after-title{
	margin:0;
}

.module-hero:not(#module-1) .slide .text{
	width:40%;
	margin:0 auto;
}
@media(max-width: 767px){
	.module-hero:not(#module-1) .slide .text{
		width:75%;
		margin:0 auto;
	}
}

.module-hero:not(#module-1) .slide .text p{
	margin:0;
}

/* MODULE: CONTENT PHOTO */

.module-50-50{
	max-width:100vw;
	overflow:hidden;
}

@media(max-width:767px){
	.module-50-50{
		text-align:center !important;
	}
}

.module-50-50 .left,
.module-50-50 .right{
	position: relative;
	width:50%;
	height:624px;
}

.module-50-50.long .left,
.module-50-50.long .right{
	padding-top:20px;
	padding-bottom:20px;
	height:auto;
	min-height:624px;
}

@media(max-width:767px){
	.module-50-50.long .left,
	.module-50-50.long .right{
		min-height:0;
	}
}

.module-50-50.full-screen .left,
.module-50-50.full-screen .right{
	height:100vh;
}

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

.module-50-50 .left{
	float:left;
	position: relative;
}
@media(max-width: 1023px){
	.module-50-50 .left{
		float: none;
		width: 100%;
		height: auto;
		min-height:0;
		background-image: none !important;
		padding: 20px 0;
	}
}

.module-50-50 .left.animate{
	left:-200px;
	opacity:0;

	-moz-transition:left 1s,opacity 1.25s;
	-webkit-transition:left 1s,opacity 1.25s;
	transition:left 1s,opacity 1.25s;
}

.module-50-50 .left.animate.trigger{
	left:0;
	opacity:1;

	-moz-transition:left 1s,opacity 1.25s;
	-webkit-transition:left 1s,opacity 1.25s;
	transition:left 1s,opacity 1.25s;
}

.module-50-50 .right{
	position:relative;
	float:right;
}
@media(max-width: 1023px){
	.module-50-50 .right{
		width: 100%;
		height: auto;
		min-height:0;
		background-image: none !important;
		padding: 20px 0;
		float: none;
	}
}

.module-50-50 .right.animate{
	right:-200px;
	opacity:0;

	-moz-transition:right 1s,opacity 1.25s;
	-webkit-transition:right 1s,opacity 1.25s;
	transition:right 1s,opacity 1.25s;
}

.module-50-50 .right.animate.trigger{
	right:0;
	opacity:1;

	-moz-transition:right 1s,opacity 1.25s;
	-webkit-transition:right 1s,opacity 1.25s;
	transition:right 1s,opacity 1.25s;
}

.module-50-50 img{
	display: block;
	margin:0 auto;
	max-width:500px;
	max-height:624px;
}
@media(max-width: 767px){
	.module-50-50 img{
		max-width: 90%;
		height: auto;
	}
}

.module-50-50 .cover img{
	display:none;
}
@media(max-width: 1023px){
	.module-50-50 .cover img{
		display: block;
		width: 90%;
		max-width: 100%;
		height: auto;
	}
}

.module-50-50 .content{
	width:80%;
	margin:0 auto;
}
@media(max-width: 1023px){
	.module-50-50 .content{
		width: auto;
		padding: 10px 2vw;
		text-align:center !important;
	}
}

.module-50-50 .content .title{
	font-size:40px;
	line-height:1.2;
}
@media(max-width: 1023px){
	.module-50-50 .content .title{
		font-size: 32px;
	}
	.module-50-50 .content .title:first-of-type{
		margin-top: 16px;
	}
}

.module-50-50 .content p{
	font-size:25px;
}
@media(max-width: 1023px){
	.module-50-50 .content p{
		font-size: 20px;
	}
}

.module-50-50 .content .button{
	font-size:25px;
}
@media(max-width: 1023px){
	.module-50-50 .content .button{
		font-size: 20px;
	}
	.module-50-50 .content .button:last-of-type{
		margin-bottom: 16px;
	}
}


/* MODULE: SUBSCRIBE */
.module-subscribe{
	text-align:center;
}

.module-subscribe.padding{
	padding:40px 0;
}

.module-subscribe .text{
	display:inline-block;
	vertical-align: middle;
	margin:0 40px 0 0;
}
@media(max-width: 1279px){
	.module-subscribe .text{
		margin: 0;
	}
}

.module-subscribe .text p{
	margin:0;
}

.module-subscribe .gform_wrapper ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-size:20px;
}
.module-subscribe .gform_wrapper ::-moz-placeholder { /* Firefox 19+ */
	font-size:20px;
}
.module-subscribe .gform_wrapper :-ms-input-placeholder { /* IE 10+ */
	font-size:20px;
}
.module-subscribe .gform_wrapper :-moz-placeholder { /* Firefox 18- */
	font-size:20px;
}

.module-subscribe .gform_wrapper{
	font-size:20px;
}

.module-subscribe .form{
	display:inline-block;
	vertical-align: middle;
	width:28%;
}

@media(max-width:1279px){
	.module-subscribe .form{
		margin-top:10px;
		width:50%;
	}
}

@media(max-width:767px){
	.module-subscribe .form{
		width:100%;
	}
}

.module-subscribe .gform_wrapper{
	margin:0;
}

.module-subscribe .gform_wrapper .gform_body,
.module-subscribe .gform_wrapper .gform_footer{
	display:inline-block;
	vertical-align: middle;
	margin:0;
	padding:0;
}

.module-subscribe .gform_wrapper .gform_body{
	width:60%;
}

.module-subscribe .gform_wrapper .gform_footer{
	width:38%;
}

.module-subscribe .gform_wrapper ul.gform_fields li.gfield{
	margin:0;
}

.module-subscribe .gform_wrapper .hidden_label .gfield_label{
	display:none;
}

body .module-subscribe .gform_wrapper .top_label div.ginput_container{
	margin:0;
}

.module-subscribe .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
	margin:0;
	width:100%;
	line-height:30px;
	font-size:20px;

	-moz-appearance:none;
    -webkit-appearance:none;
    appearance:none;
}

.module-subscribe .gform_wrapper .gform_footer input.button,
.module-subscribe .gform_wrapper .gform_footer input[type=submit],
.module-subscribe .gform_wrapper .gform_page_footer input.button,
.module-subscribe .gform_wrapper .gform_page_footer input[type=submit]{
	width: 100%;
    line-height: 40px;
    border: 1px solid;
    padding: 0;
    font-size: 20px;

    -moz-appearance:none;
    -webkit-appearance:none;
    appearance:none;
}

/* MODULE: TESTIMONIALS */

.module-testimonials{
	height:400px;
	/* padding:0 4%; */
}
@media(max-width: 1023px){
	.module-testimonials{
		height: auto;
	}
}

.module-testimonials .wrap{
	padding: 60px 0%;
}

.module-testimonials .left-bracket{
	position:absolute;
	top:60px;
	left: 4%;
	bottom:60px;
	width:25px;
	border-top:15px solid;
	border-left:15px solid;
	border-bottom:15px solid;
}

.module-testimonials .right-bracket{
	position:absolute;
	top:60px;
	right: 4%;
	bottom:60px;
	width:25px;
	border-top:15px solid;
	border-right:15px solid;
	border-bottom:15px solid;
}

.module-testimonials .testimonials{
	width:85%;
	max-width:75vw;
	margin:0 auto;
}

.module-testimonials .testimonial{
	font-size:20px;
	text-align: center;
}
@media(max-width: 1023px){
	.module-testimonials .testimonial{
		font-size: 16px;
	}
}

.module-testimonials .testimonial .author{
	font-size:16px;
	padding:0 0 20px;
}
@media(max-width: 1023px){
	.module-testimonials .testimonial .author{
		font-size: 12px;
	}
}

/* MODULE: TEXT BUTTON */

.module-text-button{
	padding:50px 0;
	text-align:center;
}

.module-text-button .text{
	display:inline-block;
	vertical-align: middle;
	max-width:62%;
	font-size:30px;
	margin:0 20px;
}
@media(max-width: 767px){
	.module-text-button .text{
		max-width: 100%;
	}
}

.module-text-button .button{
	display:inline-block;
	vertical-align: middle;
	margin:0 20px;
}

/* MODULE: POSTS; */
.module-posts{
	background-repeat: no-repeat;
	background-size:cover;
	background-position:center center;
}

.module-posts .title{
	font-size:50px
}
@media(max-width: 1023px){
	.module-posts .title{
		font-size: 40px;
	}
}

.module-posts .posts .title{
	float:left;
	width:49%;
	font-size:32px;
}
@media(max-width: 1023px){
	.module-posts .posts .title{
		width: 100%;
		font-size: 25px;
	}
}

.module-posts .content{
	float:right;
	width:49%;
	font-size:22px;
}
@media(max-width: 1023px){
	.module-posts .content{
		width: 100%;
		font-size: 17px;
	}
}

.module-posts .content p{
	margin:0;
}

.module-posts .content .button{
	
}


/* MODULE: BOXES */
.module-tiles{
	background-repeat: no-repeat;
	background-size:cover;
	background-position:center center;
	text-align:center;
}

.module-tiles .title{
	margin:0 0 70px;
	font-size:32px;
	line-height:1.3;
}

.module-tiles .wrap.full-width{
	width:auto;
	padding:0 4%;
}

.module-tiles .tile{
	position: relative;
	display:inline-block;
	vertical-align: top;
	width:27.8%;
	max-width:302px;
	height:302px;
	margin:0 1.5% 3%;
	padding:24px;
	background-repeat: no-repeat;
	background-size:cover;
	background-position:center center;

	-moz-transition:background-color 0.25s;
	-webkit-transition:background-color 0.25s;
	transition:background-color 0.25s;
}

@media(max-width:767px){
	.module-tiles .tile{
		display:block;
	}
}

.module-tiles .wrap.tile-count-4 .tile{
	width:18.7%;
	height:240px;
}

@media(max-width:1279px){
	.module-tiles .tile,
	.module-tiles .wrap.tile-count-4 .tile{
		width:23.8%;
		height:302px;
	}
}
@media(max-width: 767px){
	.module-tiles .tile,
	.module-tiles .wrap.tile-count-4 .tile{
		width: auto;
		margin: 10px auto !important;
	}
}

.module-tiles .tile.border{
	border:1px solid;
}

/*.module-tiles .tile.tile-1{
	margin:0 1.5% 3% 0;
}

.module-tiles .tile.tile-last{
	margin:0 0 3% 1.5%;
}

@media(max-width:1023px){
	.module-tiles .wrap.tile-count-4 .tile.tile-last{
		margin:0 1.5% 3%;
	}
}*/

.module-tiles .background-hover{
	height: 100%;
	width: 100%;
	margin-left: -24px;
	padding: 24px;
	margin-top: -24px;

	-moz-transition:all 0.25s;
	-webkit-transition:all 0.25s;
	transition:all 0.25s;
}

.module-tiles a{
	display:block;
	margin-top:-24px;
	margin-left:-24px;
	padding:24px;
	width:100%;
	height:100%;
	text-decoration: none;
}

.module-tiles .tile .text{
	display:block;
	font-size:40px;
	line-height:1.2;

	-moz-transition:all 0.25s;
	-webkit-transition:all 0.25s;
	transition:all 0.25s;
}

.module-tiles .wrap.tile-count-4 .tile .text{
	font-size:32px;
}

.module-tiles .tile img{
	display:block;
	margin:0 auto;
	max-width:100%;
	height:auto;
}

.module-tiles .tile .button-text{
	position:absolute;
	bottom:24px;
	left:24px;
	font-size:30px;

	-moz-transition:all 0.25s;
	-webkit-transition:all 0.25s;
	transition:all 0.25s;
}

.module-tiles .tile .overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	width:100%;
	height:100%;
}

.module-tiles .tile:hover .overlay{
	display:block;
}

/* MODULE: PHONE SLIDER */
.module-phone-slider{
	text-align:center;
}

@media(max-width:1023px){
	.module-phone-slider{
		padding:0 !important;
	}
}

.module-phone-slider .wrap{
	padding:0 !important;
}

.module-phone-slider .phone-slider{
	position: static;
    display: inline-block;
    vertical-align: middle;
    width: 283px;
    height: 563px;
	background-image:url(assets/images/phone.png);
	background-repeat: no-repeat;
	background-position:left top;
}

@media(max-width:1023px){
	.module-phone-slider .phone-slider{
		display:block;
		margin:0 auto;
		width: calc(283px * 0.80);
		height: calc(563px * 0.80);
		background-size:contain;
	}
}

@media(max-width:767px){
	.module-phone-slider .phone-slider{
		width: calc(283px * 0.60);
		height: calc(563px * 0.60);
	}
}

.module-phone-slider .phone-slider .slick-list{
	width: 230px;
    margin-left: 28px;
    margin-top: 78px;
}

@media(max-width:1023px){
	.module-phone-slider .phone-slider .slick-list{
		width:calc(230px * 0.80);
		margin-left:calc(28px * 0.80);
	}
}

@media(max-width:767px){
	.module-phone-slider .phone-slider .slick-list{
		width:calc(230px * 0.60);
		margin-left:calc(28px * 0.60);
	}
}

.module-phone-slider .phone-slider .screen{
	background-repeat: no-repeat;
    background-position: center top;
}

@media(max-width:1023px){
	.module-phone-slider .phone-slider .screen{
		margin-top:63px;
	}
}

@media(max-width:767px){
	.module-phone-slider .phone-slider .screen{
		margin-top:47px;
	}
}

.module-phone-slider .phone-slider .screen img{
	width:100%;
	height:auto;
}

.module-phone-slider .phone-slider .slick-prev,
.module-phone-slider .phone-slider .slick-next{
	position:absolute;
	width:90px;
	height:190px;
	top:50%;
	margin-top:-95px;

	cursor:pointer;
}

@media(max-width:1023px){
	.module-phone-slider .phone-slider .slick-prev,
	.module-phone-slider .phone-slider .slick-next{
		top: calc((563px * 0.80) / 2);
	}
}

@media(max-width:767px){
	.module-phone-slider .phone-slider .slick-prev,
	.module-phone-slider .phone-slider .slick-next{
		top: calc((563px * 0.60) / 2);
	}
}

.module-phone-slider .phone-slider .slick-prev svg,
.module-phone-slider .phone-slider .slick-next svg{
	display:block;
	width:100%;
	height:100%;
}

.module-phone-slider .phone-slider .slick-prev{
	left:0;
}

.module-phone-slider .phone-slider .slick-next{
	right:0;
}

.module-phone-slider .phone-content-slider{
	display: inline-block;
    vertical-align: middle;
    width: 45%;
    margin-left: 10%;
    text-align: left;
    font-size: 25px;
    line-height: 1.3;
}

@media(max-width:1023px){
	.module-phone-slider .phone-content-slider{
		display:block;
		margin-left:0;
		margin:0 auto;
		width:90%;
		text-align:center;
	}
}

.module-phone-slider .phone-content-slider .title{
	font-size: 40px;
    line-height: 1.3;
}

@media(max-width:767px){
	.module-phone-slider .phone-content-slider .title{
		font-size: 30px;
	}
}

.module-phone-slider .phone-content-slider .content{
	font-size:25px;
}

.apps{
	padding:0 0 40px;
	text-align:center;
}

.apps a{
	display:inline-block;
	vertical-align: middle;
}

@media(max-width:767px){
	.apps a{
		display:block;
		margin:0 0 10px;
	}
}

.apps a img{
	display:block;
	width:auto;
	height:70px;
	margin:0 auto;
}

/* MODULE: COLUMNS */
.module-columns{

}

.module-columns .intro{
	margin: 0 0 40px; 
}

.module-columns .intro .title{
	font-size:50px;
}

.module-columns .intro p{
	font-size:20px;
	margin:0 0 40px;
}

.module-columns .columns{
	text-align:center;
}

.module-columns .column{
	display:inline-block;
	vertical-align: top;
	margin:0 1.5%;
}
@media(max-width: 767px){
	.module-columns .column{
		width: 100% !important;
		margin: 10px 0;
	}
}

.module-columns .column img{
	max-width:100%;
	height:auto;
}

.module-columns .column img.fit{
	width:100%;
	height:auto;
}

.module-columns .columns.count-1 .column{
	width:25%;
}

.module-columns .columns.count-2 .column{
	width:calc(100%/4 - 1.5%*2);
}

.module-columns .columns.count-3 .column{
	width:calc(100%/4 - 1.5%*3);
}

.module-columns .columns.count-4 .column{
	width:calc(100%/4 - 1.5%*4);
}

.module-columns .column .title{
	font-size:32px;
	line-height:1.2;
}
@media(max-width: 1023px){
	.module-columns .column .title{
		font-size: 25px;
	}
}

.module-columns .column p{
	font-size:20px;
}
@media(max-width: 1023px){
	.module-columns .column p{
		font-size: 16px;
	}
}

.module-columns .column .button{
	border:1px solid;
	font-size:18px;
}
@media(max-width: 1023px){
	.module-columns .column .button{
		font-size: 14px;
	}
}

/* MODULE: NEWS */

.module-news{

}

.module-news .title{
	margin:0 0 40px;
	font-size:22px;
}

.module-news .news-item{
	display:inline-block;
	vertical-align: top;
	width:45%;
	margin:3% 3% 3% 0;
}
@media(max-width: 767px){
	.module-news .news-item{
		width: 100%;
		margin: 0;
	}
}

.module-news .news-item:nth-child(even){
	margin:3% 0 3% 3%;
}

.module-news .news-item hr{
	margin:0;
}

.module-news .news-item .title{
	display:block;
	margin:0 0 10px;
	line-height:1.2;
}

.module-news .news-item .content{
	display: block;
	font-size:18px;
	line-height:1.2;
}

.module-news .news-item .content p{
	margin:0 0 15px;
}

.module-news .news-item .button{
	padding:10px 40px;
}

/* MODULE: EVENTS */
.module-events{

}

.module-events .title{
	font-size:22px;
	margin:0 0 20px;
}

.module-events .event{
	display:block;
	margin:0 0 40px;
}

.module-events .event .title{
	display:block;
	margin:0;
}

.module-events .event .date{
	margin-right:20px;
}

.module-events .event .divider{
	margin:5px 0;
}

.module-events .event .content{
	display:block;
}

.module-events .event .content p{
	margin:0;
}


/* CATEGORIES MENU */
.categories-menu{
	position: relative;
	margin:0 0 60px;
}

.single-news .categories-menu,
.single-event .categories-menu{
	display:none;
}

.categories-menu .categories-list{
	max-height:15px;
	overflow:hidden;
	font-size:18px;
	background-color:#ffffff;
	box-shadow:5px 5px 10px -5px rgba(0,0,0,0.3), -5px 5px 10px -5px rgba(0,0,0,0.3);

	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
}

.categories-menu .categories-list.open{
	max-height:150px;

	-moz-transition:all 0.75s;
	-webkit-transition:all 0.75s;
	transition:all 0.75s;
}

.categories-menu .categories-list .categories{
	padding:25px 20px;
}

.categories-menu .categories-list a{
	text-decoration: none;
	color:#58595B;
	margin:0 5px;
}

.categories-menu .categories-tab{
	display:inline-block;
	margin:-6px 0 0 12px;
	padding:5px 20px;
	font-size:25px;
	text-decoration: none;
	background-color:#ffffff;
	box-shadow:5px 5px 10px -5px rgba(0,0,0,0.3), -5px 5px 10px -5px rgba(0,0,0,0.3);
}
@media(max-width: 1023px){
	.categories-menu .categories-tab{
		font-size: 20px;
	}
}

/* CATEGORY */
.category-header{
	padding:0 0 15px;
	height:340px;
	background-size:cover;
	background-position:center center;
	background-repeat: no-repeat;
}
@media(max-width: 767px){
	.category-header{
		padding-top: 75px;
	}
}

.category-header .table-cell{
	vertical-align: bottom;
}

@media(max-width:767px){
	.category-header .table-cell{
		vertical-align: middle;
	}
}

.category-header .title{
	margin:0;
	font-size:50px;
}
@media(max-width: 1023px){
	.category-header .title{
		font-size: 40px;
		line-height: 1.3;
	}
}

.category-header .subtitle{
	font-size:30px;
}
@media(max-width: 1023px){
	.category-header .subtitle{
		font-size: 24px;
	}
}

.category-header .search-form{
	position: relative;
	margin:30px 0;
	width:70%;
}

@media(max-width:767px){
	.category-header .search-form{
		width:auto;
	}
}

.category-header .search-form:before{
	content:"\f002";
	font-family:FontAwesome;
	position: absolute;
	top:0;
	left:0;
	width:50px;
	height:50px;
	line-height:50px;
	font-size:24px;
	text-align:center;
}

.category-header .search-form input[type="search"]{
	display:block;
	width:100%;
	background:transparent;
	border:none;
	border:1px solid #eeeeee;
	background-color:#ffffff;
	height:50px;
	line-height:50px;
	font-size:20px;
	text-indent:60px;

	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
}

.category-header .search-form input[type="search"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color:transparent;
}
.category-header .search-form input[type="search"]::-moz-placeholder { /* Firefox 19+ */
	color:transparent;
}
.category-header .search-form input[type="search"]:-ms-input-placeholder { /* IE 10+ */
	color:transparent;
}
.category-header .search-form input[type="search"]:-moz-placeholder { /* Firefox 18- */
	color:transparent;
}

.category-header .search-form input[type="submit"]{
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:50px;
	height:50px;
	background:transparent;
	border:none;
	color:transparent;
	cursor:pointer;

	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
}

.module-related-posts .post,
.category .post,
.tag .post{
	display:inline-block;
	vertical-align: top;
	position:relative;
	margin:1% 2% 1% 0;
	width:31%;
	height:350px;
}
@media(max-width: 1023px){
	.module-related-posts .post,
	.category .post,
	.tag .post{
		width: 100%;
	}
}

.category .post.feature,
.tag .post.feature{
	margin:0 0 40px;
	display:block;
	width:100%;
	height:500px;
}
@media(max-width:767px){
	.category .post.feature,
	.tag .post.feature{
		height:auto;
	}
}
.search-results .post.feature{
	display: none;
}

.category .post.large,
.tag .post.large{
	width:64.25%;
}
@media(max-width: 1023px){
	.category .post.large,
	.tag .post.large{
		width: 100%;
	}
}

.module-related-posts .post .image,
.category .post .image,
.tag .post .image{
	display:block;
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center center;
	background-repeat: no-repeat;
}

.category .post.feature .image,
.tag .post.feature .image{
	float:left;
	width:48%;
}
@media(max-width: 767px){
	.category .post.feature .image,
	.tag .post.feature .image{
		float:none;
		width: 100%;
	}
}

.module-related-posts .post .content,
.category .post .content,
.category .post:nth-child(3n):hover .content,
.tag .post .content,
.tag .post:nth-child(3n):hover .content{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	display:block;
	opacity:0;
	width:100%;
	height:100%;

	-moz-transition:opacity 0.5s;
	-webkit-transition:opacity 0.5s;
	transition:opacity 0.5s;
}

.category .post .content:hover,
.category .post:nth-child(3n) .content,
.tag .post .content:hover,
.tag .post:nth-child(3n) .content,
.module-related-posts .post .content,
body.touch-device .category .post .content,
body.touch-device .category .post:nth-child(3n) .content{
	opacity:1;

	-moz-transition:opacity 0.5s;
	-webkit-transition:opacity 0.5s;
	transition:opacity 0.5s;
}

@media(max-width:767px){
	.category .post .content,
	.category .post:nth-child(3n) .content,
	.tag .post .content,
	.tag .post:nth-child(3n) .content{
		opacity:1;

		-moz-transition:opacity 0.5s;
		-webkit-transition:opacity 0.5s;
		transition:opacity 0.5s;
	}
}

.category .post.feature .content,
.tag .post.feature .content{
	position: relative;
	top:auto;
	right:auto;
	bottom:auto;
	left:auto;
	opacity:1;
	float:right;
	width:48%;
	height:auto;
}
@media(max-width: 767px){
	.category .post.feature .content,
	.tag .post.feature .content{
		float:none;
		width: 100%;
	}
}

.module-related-posts .post .title,
.category .post .title,
.tag .post .title{
	display:block;
	margin:0;
	padding:25px;
	height:calc(100% - 50px);
	font-size:32px;
	line-height:1.2;
}
@media(max-width: 1023px){
	.category .post .title,
	.tag .post .title{
		font-size: 32px;
	}
}

body .module-related-posts .post .title{
	font-size:25px;
	line-height:1.3;
}

.category .post.feature .title,
.tag .post.feature .title{
	height:auto;
}

.category .post .date-author,
.tag .post .date-author{
	display:block;
	margin:0;
	padding:25px;
	font-size:18px;
}
@media(max-width: 1023px){
	.category .post .date-author,
	.tag .post .date-author{
		font-size: 14px;
	}
}

.category .post .date-author .post-date,
.tag .post .date-author .post-date{
	float:left;
}

.category .post .date-author .post-author,
.tag .post .date-author .post-author{
	float:right;
}

.category .post .post-content,
.tag .post .post-content{
	display:block;
	margin:20px 0;
	font-size:20px;
}
@media(max-width: 1023px){
	.category .post .post-content,
	.tag .post .post-content{
		font-size: 16px;
	}
}

.category .post .post-content p,
.tag .post .post-content p{
	margin:0 0 15px;
}

.category .post .button,
.tag .post .button{
	font-size:25px;
	border:1px solid;
	margin:0;
}
@media(max-width: 1023px){
	.category .post .button,
	.tag .post .button{
		font-size: 20px;
	}
}

/* SINGLE */
.blog-header{
	padding:0 0 15px;
	height:250px;
	background-size:cover;
	background-position:center center;
	background-repeat: no-repeat;
}

.blog-header .table-cell{
	vertical-align: bottom;
}

.blog-header .title{
	margin:0;
	font-size:50px;
}

@media(max-width:767px){
	.blog-header .title{
		line-height:1;
	}
}

.blog-header .subtitle{
	font-size:30px;
}

.single-news .content-sidebar-wrap,
.single-event .content-sidebar-wrap{
	margin-top:40px;
}

.single-post .content-sidebar-wrap main.content,
.single-news .content-sidebar-wrap main.content,
.single-event .content-sidebar-wrap main.content{
	float:left;
	width:calc(100% - 340px - 90px);
	font-size:20px;
	line-height:1.75;
}
@media(max-width: 1023px){
	.single-post .content-sidebar-wrap main.content,
	.single-news .content-sidebar-wrap main.content,
	.single-event .content-sidebar-wrap main.content{
		float:none;
		width: 100%;
	}
}

.single-post .content-sidebar-wrap main.content .post-image{
	display:none;
}

.single-post .content-sidebar-wrap main.content img,
.single-news .content-sidebar-wrap main.content img,
.single-event .content-sidebar-wrap main.content img{
	max-width: 100%;
	height: auto;
}

.single-post .content .title,
.single-news .content .title,
.single-event .content .title{
	font-size:35px;
	line-height:1;
	margin:0 0 40px;
}

.single-post .post-date,
.single-news .post-date,
.single-event .post-date{
	font-size:18px;
}

.single-post .categories,
.single-news .categories,
.single-event .categories{
	margin:0 0 40px;
	font-size:18px;
}

.single-post .categories a,
.single-news .categories a,
.single-event .categories a{
	text-decoration: none;
}

.single-post .post-image,
.single-news .post-image,
.single-event .post-image{
	display:block;
	max-width:100%;
	height:auto;
}

.single-post .author-bio,
.single-news .author-bio,
.single-event .author-bio{
	margin:40px 0;
}

.single-post .author-bio .author-image,
.single-news .author-bio .author-image,
.single-event .author-bio .author-image{
	display:block;
	float:left;
	width:180px;
	height:180px;
	border-radius:100%;

	background-repeat: no-repeat;
	background-size:cover;
	background-position:center center;
}

@media(max-width:767px){
	.single-post .author-bio .author-image,
	.single-news .author-bio .author-image,
	.single-event .author-bio .author-image{
		float:none;
		margin:0 auto;
	}
}

.single-post .author-bio .bio,
.single-news .author-bio .bio,
.single-event .author-bio .bio{
	float:right;
	width:calc(90% - 180px);
	margin-left:10%;
}

@media(max-width:767px){
	.single-post .author-bio .bio,
	.single-news .author-bio .bio,
	.single-event .author-bio .bio{
		float:none;
		width:auto;
		margin-left:auto;
		margin:20px 0 0;
	}
}

.single-post .author-bio .bio .title,
.single-news .author-bio .bio .title,
.single-event .author-bio .bio .title{
	margin:0 0 20px;
	font-size:20px;
}

.single-post .author-bio .bio p,
.single-news .author-bio .bio p,
.single-event .author-bio .bio p{
	font-size:16px;
}

.related-news .title,
.related-event .title{
	margin:0 0 20px;
	font-size:35px;
}

.related-news .related-post,
.related-event .related-post{
	position:relative;
	display:inline-block;
	vertical-align: top;
	width:calc(50% - 30px);
	height:540px;
	margin:0 15px;
	background-size:cover;
	background-position:center top;
	background-repeat: no-repeat;
}
@media(max-width: 767px){
	.related-news .related-post,
	.related-event .related-post{
		display: block;
		width: 100%;
		margin: 10px 0 !important;
	}
}

.related-news .related-post.post-1,
.related-event .related-post.post-1{
	margin:0 15px 0 0;
}

.related-news .related-post .overlay,
.related-event .related-post .overlay{
	position:absolute;
	bottom:0;
	width:100%;
	height:40%;
}

.related-news .related-post .title,
.related-event .related-post .title{
	padding:30px 35px;
	font-size:35px;
}

.article-after{
	background-size:contain;
	background-position:left bottom;
	background-repeat: no-repeat;
}

.article-after .content{
	float:right;
	width:40%;
	font-size:40px;
}

.article-after .content .title{
	font-size:40px;
}

.article-after .content p{
	font-size:25px;
}

.article-after .content .button{
	display:block;
	width:40%;
	margin:0 auto;
	text-align:center;
	border:1px solid;
}

/* SIDEBAR */

.sidebar{
	float:right;
	width:340px;
}
@media(max-width: 1023px){
	.sidebar{
		float:none;
		padding-top: 45px;
		width: 100%;
	}
}

.sidebar .widget-title{
	margin:0 0 10px;
	font-size:35px;
}

.sidebar .widget{
	margin:0 0 50px;
}

.sidebar .widget .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
	border:1px solid #95989A;

	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
}

.sidebar .gform_wrapper .gform_footer input.button,
.sidebar .gform_wrapper .gform_footer input[type=submit],
.sidebar .gform_wrapper .gform_page_footer input.button,
.sidebar .gform_wrapper .gform_page_footer input[type=submit]{
	border:1px solid #95989A;	
	line-height:1;

	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
}

.sidebar .search-form{
	position: relative;
}

.sidebar .search-form:before{
	content:"\f002";
	font-family:FontAwesome;
	position: absolute;
	top:0;
	right:0;
	width:50px;
	height:50px;
	line-height:50px;
	font-size:24px;
	text-align:center;
}

.sidebar .search-form input[type="search"]{
	display:block;
	width:100%;
	background:transparent;
	border:none;
	border:1px solid #95989A;
	height:50px;
	line-height:50px;
	font-size:20px;
	text-indent:10px;

	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
}

.sidebar .search-form input[type="search"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color:transparent;
}
.sidebar .search-form input[type="search"]::-moz-placeholder { /* Firefox 19+ */
	color:transparent;
}
.sidebar .search-form input[type="search"]:-ms-input-placeholder { /* IE 10+ */
	color:transparent;
}
.sidebar .search-form input[type="search"]:-moz-placeholder { /* Firefox 18- */
	color:transparent;
}

.sidebar .search-form input[type="submit"]{
	position:absolute;
	top:0;
	right:0;
	display:block;
	width:50px;
	height:50px;
	background:transparent;
	border:none;
	color:transparent;
	cursor:pointer;

	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
}

/* ARCHIVE: CASE STUDIES; */

.archive.post-type-archive-case_studies .grid-item,
.single-case_studies .grid-item,
.grid.member-stories .grid-item,
.page-template-page-stories .grid .grid-item{
	position:relative;
	border:1px solid #D6D6D6;
	margin:0 30px 30px 0;
	cursor:pointer;
	overflow:hidden;
	background-repeat: no-repeat;
	background-size:contain;
}

@media(max-width:1023px){
	.archive.post-type-archive-case_studies .grid-item,
	.single-case_studies .grid-item,
	.grid.member-stories .grid-item,
	.page-template-page-stories .grid .grid-item{
		width:280px;
	}

	.grid.member-stories .grid-item{
		background-size:cover;
	}
}

@media(max-width:767px){
	.archive.post-type-archive-case_studies .grid-item,
	.single-case_studies .grid-item,
	.grid.member-stories .grid-item,
	.page-template-page-stories .grid .grid-item{
		margin:0 auto 30px;
	}
}

.single-case_studies .intro{
	margin:0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}

.single-case_studies .challenge{
	padding:90px 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}

.single-case_studies .results{
	text-align:left;
}

/* SINGLE: CASE STUDIES */

.single-case_studies .title{
	margin:0 0 30px;
	font-size:40px;
	line-height:1;
}

.single-case_studies p{
	margin:0 0 15px;
}

.single-case_studies .intro{
	margin:0 0 80px;
	font-size:35px;
	line-height:1.2;
}

.single-case_studies .challenge{
	padding:0 0 90px;
}

.single-case_studies .challenge .logo{
	float:left;
	width:50%;
}

.single-case_studies .challenge .content{
	float:right;
	width:50%;
}

.single-case_studies .challenge .content p{
	font-size:20px;
	line-height:2;
}

.single-case_studies .download-top,
.single-case_studies .download-bottom{
	padding:40px 0;
	text-align:center;
}

.single-case_studies .download-top .content,
.single-case_studies .download-bottom .content{
	display:inline-block;
	vertical-align: middle;
	font-size:40px;
}

.single-case_studies .download-top .button-container,
.single-case_studies .download-bottom .button-container{
	display:inline-block;
	vertical-align: middle;
	margin:0 0 0 40px;
}

.single-case_studies .download-top .button,
.single-case_studies .download-bottom .button{
	margin:0;
}

.single-case_studies .quote-top,
.single-case_studies .quote-bottom{
	padding:40px 0;
	font-size:20px;
}

.single-case_studies .quote-top .wrap,
.single-case_studies .quote-bottom .wrap{
	padding:10px 0;
}

.single-case_studies .quote-top .left-bracket,
.single-case_studies .quote-bottom .left-bracket{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	width:25px;
	border-top:15px solid;
	border-left:15px solid;
	border-bottom:15px solid;
}

.single-case_studies .quote-top .quote,
.single-case_studies .quote-bottom .quote{
	width:80%;
	margin:0 auto;
	line-height:1.2;
}

.single-case_studies .quote-top .quote p,
.single-case_studies .quote-bottom .quote p{
	margin:0;
}

.single-case_studies .quote-top .right-bracket,
.single-case_studies .quote-bottom .right-bracket{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	width:25px;
	border-top:15px solid;
	border-right:15px solid;
	border-bottom:15px solid;
}

.single-case_studies .solution{
	font-size:35px;
}

.single-case_studies .solution .content{
	float:left;
	width:50%;
	height:100vh;
}

.single-case_studies .solution .content .table-cell{
	padding:0 10%;
}

.single-case_studies .solution .content p{
	font-size:20px;
	line-height:2.2;	
}

.single-case_studies .solution .image{
	float:right;
	width:50%;
	height:100vh;
	background-size:cover;
	background-position:right bottom;
}

@media(max-width:767px){
	.single-case_studies .solution .image{
		background-image:none;
	}
}

.single-case_studies .solution .image img{
	display:none;
}

@media(max-width:767px){
	.single-case_studies .solution .image img{
		display:block;
	}
}

.single-case_studies .results{
	padding:90px 0;
	text-align:center;
	font-size:20px;
}

.single-case_studies .results p{
	line-height:2.2;
}

.single-case_studies .related{
	text-align:center;
	padding:140px 0 0;
}


.single-case_studies .form{
	height:100vh;
	background-size:contain;
	background-position:left top;
	background-repeat: no-repeat;
}

.single-case_studies .form .content{
	float:right;
	width:50%;
	font-size:40px;
}

/* TEMPLATE: PODCASTS */

.page-template-page-podcasts .media-items .media-item{
	height:400px;
}

.page-template-page-podcasts .media-items .media-item a{
	position:relative;
	display: block;
}

.page-template-page-podcasts .media-items .media-item span{
	margin:0;
}

.page-template-page-podcasts .media-items .media-item .media-item-title{
	margin:5px 0;
}

.page-template-page-podcasts .media-items .media-item .overlay{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0;

	-moz-transition:opacity 0.25s linear;
	-webkit-transition:opacity 0.25s linear;
	transition:opacity 0.25s linear;
}

.page-template-page-podcasts .media-items .media-item:hover .overlay{
	opacity:0.70;

	-moz-transition:opacity 0.25s linear;
	-webkit-transition:opacity 0.25s linear;
	transition:opacity 0.25s linear;
}

.page-template-page-podcasts .media-items .media-item .date-author{
	margin:10px 0;
	font-size:14px;
}

.page-template-page-podcasts .media-items .media-item .date-author span{
	display:inline-block;
}

.sc-player{

}

.page-template-page-podcasts .intro-content .sc-player{
	float:left;
}

.sc-player .sc-player-buttons{
	display: inline-block;
	vertical-align: middle;
}

.page-template-page-podcasts .sc-player .sc-player-buttons{
	border:1px solid #6DABE4;
	padding: 5px 20px;
	font-size:20px;
	cursor: pointer;
	margin: 10px 0;

	-moz-transition:all 0.25s linear;
	-webkit-transition:all 0.25s linear;
	transition:all 0.25s linear;
}

.page-template-page-podcasts .sc-player .sc-player-buttons:hover{
	background-color:#6DABE4;

	-moz-transition:all 0.25s linear;
	-webkit-transition:all 0.25s linear;
	transition:all 0.25s linear;
}

.page-template-page-podcasts .sc-player .sc-player-buttons span{
	font-family: 'Didact Gothic', sans-serif;
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 18px;
}

.sc-player .sc-player-buttons .fa{
	color:#6DABE4;

	-moz-transition:all 0.25s linear;
	-webkit-transition:all 0.25s linear;
	transition:all 0.25s linear;
}

.sc-player .sc-player-buttons:hover .fa{
	color:#ffffff;

	-moz-transition:all 0.25s linear;
	-webkit-transition:all 0.25s linear;
	transition:all 0.25s linear;
}

.single-podcasts .sc-player .sc-player-buttons .fa{
	color:#131C4D;
}

.sc-player .sc-player-time{
	display: inline-block;
	vertical-align: middle;
	width:150px;
}

.sc-player .sc-player-time .sc-player-current,
.sc-player .sc-player-time .sc-player-duration{
	display:inline;
	margin:auto;
	line-height:1;
}

.sc-player .hide,
.sc-player iframe{
	display:none;
}

.podcast-subscribe,
.page-template-page-podcasts .media-items .media-item .podcast-subscribe{
	float:right;
	margin:10px 0 0;
	position: relative;
	text-transform: uppercase;
}

.page-template-page-podcasts .intro-content .podcast-subscribe{
	float:none;
}

.podcast-subscribe .podcast-subscribe-button,
.page-template-page-podcasts .media-items .media-item .podcast-subscribe .podcast-subscribe-button{
	position: relative;
	z-index:1;
	display:block;
	color:#6DABE4;
	font-size:16px;
	line-height:26px;
	cursor: pointer;
	opacity:1;

	-moz-transition:all 0.25s linear;
	-webkit-transition:all 0.25s linear;
	transition:all 0.25s linear;
}

.podcast-subscribe:hover .podcast-subscribe-button,
.page-template-page-podcasts .media-items .media-item .podcast-subscribe:hover .podcast-subscribe-button{
	opacity:0;
	z-index:0;

	-moz-transition:all 0.25s linear;
	-webkit-transition:all 0.25s linear;
	transition:all 0.25s linear;
}

.podcast-subscribe .podcast-subscribe-button .antenna,
.page-template-page-podcasts .media-items .media-item .podcast-subscribe .podcast-subscribe-button .antenna{
	display:inline-block;
	vertical-align: top;
	height:26px;
}

.podcast-subscribe .podcast-subscribe-button .antenna .antenna1{
	fill:#6DABE4;
}

.podcast-subscribe .podcast-subscribe-button .antenna .antenna2{
	fill:#6DABE4;
}

.podcast-subscribe .podcast-subscribe-button .antenna .antenna3{
	fill:#000000;
}

.podcast-subscribe .podcast-subscribe-button .antenna .antenna4{
	fill:#000000;
}

.podcast-subscribe .podcast-subscribe-icons,
.page-template-page-podcasts .media-items .media-item .podcast-subscribe .podcast-subscribe-icons{
	position:absolute;
	top:0;
	opacity:0;
	z-index:0;

	-moz-transition:all 0.25s linear;
	-webkit-transition:all 0.25s linear;
	transition:all 0.25s linear;
}

.podcast-subscribe:hover .podcast-subscribe-icons,
.page-template-page-podcasts .media-items .media-item .podcast-subscribe:hover .podcast-subscribe-icons{
	opacity:1;
	z-index:1;

	-moz-transition:all 0.25s linear;
	-webkit-transition:all 0.25s linear;
	transition:all 0.25s linear;
}

.podcast-subscribe .podcast-subscribe-icons .podcast-subscribe-link,
.page-template-page-podcasts .media-items .media-item .podcast-subscribe .podcast-subscribe-icons .podcast-subscribe-link{
	display:inline-block;
	vertical-align: middle;
	color:#6DABE4;
	font-size:16px;
	margin:0 2px;

	-moz-transition:all 0.25s linear;
	-webkit-transition:all 0.25s linear;
	transition:all 0.25s linear;
}

.podcast-subscribe .podcast-subscribe-icons .podcast-subscribe-link:hover,
.page-template-page-podcasts .media-items .media-item .podcast-subscribe .podcast-subscribe-icons .podcast-subscribe-link:hover{
	color:#131C4D;

	-moz-transition:all 0.25s linear;
	-webkit-transition:all 0.25s linear;
	transition:all 0.25s linear;
}

.podcast-subscribe .podcast-subscribe-icons .podcast-subscribe-link .fa,
.page-template-page-podcasts .media-items .media-item .podcast-subscribe .podcast-subscribe-icons .podcast-subscribe-link .fa{
	font-size:26px;
}

.podcast-subscribe img,
.page-template-page-podcasts .heading .intro .podcast-subscribe img,
.page-template-page-media .heading .intro .podcast-subscribe img,
.page-template-page-podcasts .media-items .media-item .podcast-subscribe img{
	float:none;
	display: inline-block;
	width:auto;
	height:26px;
	vertical-align: top;
}

/* SINGLE: PODCASTS */

.single-podcasts .podcast-player{
	padding: 180px 0 70px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    text-align: center;
}

@media(max-width:767px){
	.single-podcasts .podcast-player{
		padding:30px 0;
	}
}

.single-podcasts .podcast-player-wrap{
	display: inline-block;
    width: 950px;
    height: 540px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    background-repeat: no-repeat;
    background-size:cover;
}

@media(max-width:1279px){
	.single-podcasts .podcast-player-wrap{
		width:100%;
		height:calc(100vw * 540/1024);
	}
}

.single-podcasts .podcast-player-wrap .table .table-cell{
	vertical-align: bottom;
}

.single-podcasts .podcast-player-wrap .sc-player{
	background-color:rgba(255,255,255,0.8);
}

.single-podcasts .podcast-player-wrap .sc-player .sc-player-buttons{

}

.single-podcasts .podcast-player-wrap .sc-player .sc-player-time{

}

.single-podcasts .podcast-player-wrap .sc-player .sc-player-seeker{
	display: inline-block;
	vertical-align: middle;
}

.single-podcasts .podcast-player-wrap iframe,
.single-podcasts .podcast-player-wrap .hide{
	display:none;
}

.single-podcasts .podcast-sharing{
	padding:15px 4vw;
	background-color:#6DABE4;
}

.single-podcasts .podcast-sharing .podcast-subscribe{
	float:none;
	display:block;
	text-align:center;
	margin:0;
}

.single-podcasts .podcast-sharing .podcast-subscribe .podcast-subscribe-button{
	color:#ffffff;
	font-size:20px;
}

.single-podcasts .podcast-sharing .podcast-subscribe .podcast-subscribe-button .antenna .antenna1{
	fill:#ffffff;
}

.single-podcasts .podcast-sharing .podcast-subscribe .podcast-subscribe-button .antenna .antenna2{
	fill:#ffffff;
}

.single-podcasts .podcast-sharing .podcast-subscribe .podcast-subscribe-button .antenna .antenna3{
	fill:#ffffff;
}

.single-podcasts .podcast-sharing .podcast-subscribe .podcast-subscribe-button .antenna .antenna4{
	fill:#ffffff;
}

.single-podcasts .podcast-sharing .podcast-subscribe .podcast-subscribe-icons{
	text-align:center;
	width:200px;
	left:calc(50% - 100px);
}

.single-podcasts .podcast-sharing .podcast-subscribe .podcast-subscribe-icons .podcast-subscribe-link{
	color:#ffffff;
}

/* HEADER - LEADERSHIP */
.leadership-header{
	text-align:center;
	height:260px;
	padding:0 0 80px 0;
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center center;
}
@media(max-width: 1023px){
	.leadership-header{
		padding-top: 128px;
	}
}

@media(max-width: 767px){
	.leadership-header{
		padding-top: 72px;
	}
}

.leadership-header .table-cell{
	vertical-align: bottom;
}

.leadership-header .title{
	font-size:23px;
	line-height:1;
}

.leadership-header .subtitle{
	font-size:50px;
	line-height:1;
}

/* ARCHIVE - LEADERSHIP */
.post-type-archive-leadership .content-sidebar-wrap{
	padding-top:0;
}

.archive.post-type-archive-leadership .leader{
	margin:40px 0;
}

.archive.post-type-archive-leadership .leader .image{
	float:right;
	width:300px;
	height:300px;
}
@media(max-width: 767px){
	.archive.post-type-archive-leadership .leader .image{
		float:none;
		width: 100%;
		height: auto;
		max-width:400px;
		margin:0 auto;
	}
}

.archive.post-type-archive-leadership .leader .image img{
	display:block;
	width:100%;
	height:auto;
	border-radius:100%;
	box-shadow:0 3px 6px rgba(0,0,0,0.16);
}

.archive.post-type-archive-leadership .leader .content{
	float:left;
	width:calc(100% - 300px);
}
@media(max-width: 767px){
	.archive.post-type-archive-leadership .leader .content{
		float:none;
		width: 100%;
	}
}

.archive.post-type-archive-leadership .leader .content .title{
	margin:0;
	font-size:40px;
}
@media(max-width: 1023px){
	.archive.post-type-archive-leadership .leader .content .title{
		font-size: 32px;
	}
}

.archive.post-type-archive-leadership .leader .content .position{
	font-size:30px;
}
@media(max-width: 1023px){
	.archive.post-type-archive-leadership .leader .content .position{
		font-size: 24px;
	}
}

.archive.post-type-archive-leadership .leader .content .post-content{
	width:80%;
	font-size:20px;
}
@media(max-width: 1023px){
	.archive.post-type-archive-leadership .leader .content .post-content{
		font-size: 16px;
	}
}
@media(max-width: 767px){
	.archive.post-type-archive-leadership .leader .content .post-content{
		width: 100%;
	}
}

.archive.post-type-archive-leadership .leader .content .button{
	margin:0 0 30px;
	padding:0;
	font-size:21px;
}
@media(max-width: 1023px){
	.archive.post-type-archive-leadership .leader .content .button{
		font-size: 17px;
	}
}

/* SINGLE - LEADERSHIP */
.single-leadership .site-inner .wrap{
	padding:100px 0;
}

@media(max-width:767px){
	.single-leadership .content-sidebar-wrap{
		padding-top:0;
	}

	.single-leadership .site-inner .wrap{
		padding:0;
	}
}

.single-leadership .heading{
	float:left;
	width:350px;
	margin-top:20px;
}

@media(max-width:767px){
	.single-leadership .heading{
		float:none;
		width:auto;
	}
}

.single-leadership .image{
	width:300px;
	height:300px;
}

@media(max-width:767px){
	.single-leadership .image{
		display:block;
		margin:0 auto;
	}
}

.single-leadership .image img{
	display:block;
	width:100%;
	height:auto;
	border-radius:100%;
	box-shadow:0 3px 6px rgba(0,0,0,0.16);
}

.single-leadership .heading .title{
	margin:0;
	font-size:40px;
}

.single-leadership .heading .position{
	font-size:30px;
}

.single-leadership .post-content{
	float:right;
	width:calc(100% - 350px);
	font-size:20px;
}

@media(max-width:767px){
	.single-leadership .post-content{
		display:block;
		float:none;
		width:auto;
	}
}

/* TEMPLATE: STORIES */
.page-template-page-stories .member-stories-section{
	padding:80px 0;
}

/* TEMPLATE: MEDIA */
.page-template-page-podcasts,
.page-template-page-media{

}

.page-template-page-podcasts .content-sidebar-wrap,
.page-template-page-media .content-sidebar-wrap{
	padding:0;
}

.page-template-page-podcasts .heading,
.page-template-page-media .heading{
	height:340px;
	background-repeat: no-repeat;
	background-size:cover;
	background-position:center center;
}
@media(max-width: 1023px){
	.page-template-page-podcasts .heading,
	.page-template-page-media .heading{
		padding-top: 75px;
	}
}

.page-template-page-podcasts .heading.padding,
.page-template-page-media .heading.padding{
	padding:120px 0;
	height:auto;
}

@media(max-width:767px){
	.page-template-page-podcasts .heading.padding,
	.page-template-page-media .heading.padding{
		padding:72px 0;
		height:auto;
	}
}

.page-template-page-podcasts .heading.full-screen,
.page-template-page-media .heading.full-screen{
	height:100vh;
}

@media(max-width:1023px){
	.page-template-page-podcasts .heading.full-screen,
	.page-template-page-media .heading.full-screen{
		padding-top:72px;
	}
}

@media(max-width:767px){
	.page-template-page-podcasts .heading.full-screen,
	.page-template-page-media .heading.full-screen{
		height:auto;
	}
}

.page-template-page-podcasts .heading .table-cell,
.page-template-page-media .heading .table-cell{
	vertical-align: bottom;
}
.page-template-page-podcasts .heading.has-intro .table-cell,
.page-template-page-media .heading.has-intro .table-cell{
	vertical-align: middle;
}

.page-template-page-podcasts .heading .media-filter,
.page-template-page-media .heading .media-filter{
	position: relative;
	margin:40px 0;
}

.page-template-page-podcasts .heading .intro .intro-title,
.page-template-page-media .heading .intro .intro-title{
	text-transform: uppercase;
}

.page-template-page-podcasts .heading .intro img,
.page-template-page-media .heading .intro img{
	float:left;
	width:50%;
	height:auto;
}
@media(max-width: 1023px){
	.page-template-page-podcasts .heading .intro img,
	.page-template-page-media .heading .intro img{
		float:none;
		width: 100%;
	}
}

.page-template-page-podcasts .heading .intro .intro-content,
.page-template-page-media .heading .intro .intro-content{
	float:right;
	width:40%;
}
@media(max-width: 1023px){
	.page-template-page-podcasts .heading .intro .intro-content,
	.page-template-page-media .heading .intro .intro-content{
		float:none;
		width: 100%;
	}
}

.page-template-page-podcasts .heading .media-filter span,
.page-template-page-media .heading .media-filter span{
	display:inline-block;
	vertical-align: middle;
	width:15%;
	font-size:18px;
}
@media(max-width: 1023px){
	.page-template-page-podcasts .heading .media-filter span,
	.page-template-page-media .heading .media-filter span{
		font-size: 14px;
	}
}

.page-template-page-podcasts .heading .media-filter input,
.page-template-page-media .heading .media-filter input{
	border:none;
	display:inline-block;
	vertical-align: middle;
	width:70%;
	height:50px;
	line-height:50px;
	font-size:20px;
	text-indent: 60px;

	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;

}
@media(max-width: 767px){
	.page-template-page-podcasts .heading .media-filter input,
	.page-template-page-media .heading .media-filter input{
		/* width: 75%; */
	}
}

.page-template-page-podcasts .heading .media-filter:after,
.page-template-page-media .heading .media-filter:after{
	content:"\f002";
	font-family:FontAwesome;
	position: absolute;
	top:0;
	left:10px;
	width:50px;
	height:50px;
	line-height:50px;
	font-size:24px;
	text-align:center;
}

.page-template-page-podcasts .intro,
.page-template-page-media .intro{
	margin:40px 0 0;
}

.page-template-page-podcasts .featured,
.page-template-page-media .featured{

}

.media-items{
	padding:60px 0;
}

.media-items .media-item,
.module-related-media .video{
	position: relative;
	display:inline-block;
	vertical-align: top;
	width:330px;
	height:330px;
	/*margin:1% 2% 1% 0;*/
	margin:15px 30px 15px 0;
	text-decoration:none;
}

@media(max-width: 767px){
	.media-items .media-item,
	.page-template-page-podcasts .media-items .media-item,
	.module-related-media .video{
		margin: 0 auto;
		display: block;
		/*width:90vw;
		height:calc(90vw*(295/370));*/
	}
}

.media-items .media-item img,
.module-related-media .video img{
	display:block;
	width:100%;
	height:auto;
}

.media-items .media-item span,
.module-related-media .video span{
	display:block;
	margin:20px 0 0;
	line-height:1.2;
}

.page-template-page-media .media-player{
	padding:180px 0 70px;
	background-repeat: no-repeat;
	background-size:cover;
	background-position:center bottom;
	text-align:center;
}

@media(max-width:767px){
	.page-template-page-media .media-player{
		padding:100px 0 30px;
	}
}

.page-template-page-media .media-player .player{
	display:inline-block;
	width:950px;
	height:540px;
	box-shadow:0 3px 6px rgba(0,0,0,0.16);
}

@media(max-width:1279px){
	.page-template-page-media .media-player .player{
		width:100%;
		height:calc(100vw * 540/1024);
	}
}

.page-template-page-media .media-player .player video,
.page-template-page-media .media-player .player object{
	display:block;
}

@media(max-width: 1023px){
	.page-template-page-media .media-player .player video{
		width: 100%;
		height: auto;
	}
}

.page-template-page-media .media-player .player img{
	display: block;
	width: 100%;
	height: auto;
}

.media-info{
	padding:80px 0;
}

@media(max-width:767px){
	.media-info{
		padding:0;
	}
}

.media-info .title{
	font-size:36px;
}

.media-items .media-item span.button-play,
.module-related-media .video span.button-play{
	position:absolute;
	top: 50%;
    left: 50%;
    margin:0;
    margin-top: -100px;
    margin-left: -40px;
	display:block;
	line-height:1;
	color:rgba(255,255,255,0.8);
}
@media(max-width: 1100px){
	.media-items .media-item span.button-play,
	.module-related-media .video span.button-play{
		margin-top: -100px;
	}
}
@media(max-width: 767px){
	.media-items .media-item span.button-play,
	.module-related-media .video span.button-play{
		margin-top: -100px;
	}
}

.page-template-page-media .module .title{
	font-size:32px;
	margin:0 0 10px;
}

/* TEMPLATE: CONTACT */
.page-template-page-contact .title{
	font-size:50px;
}

.page-template-page-contact .form{
	float:left;
	width:64%;
}
@media(max-width: 1023px){
	.page-template-page-contact .form{
		float:none;
		width: auto;
	}

	.page-template-page-contact .gform_wrapper .gform_footer input.button,
	.page-template-page-contact  .gform_wrapper .gform_footer input[type=submit],
	.page-template-page-contact  .gform_wrapper .gform_page_footer input.button,
	.page-template-page-contact  .gform_wrapper .gform_page_footer input[type=submit]{
		line-height:1;
		width:100%;
	}
}

.page-template-page-contact .info{
	width:27%;
	font-size:22px;
	padding:2% 2% 50px;
	border: 1px solid;
}
@media(max-width: 1023px){
	.page-template-page-contact .info{
		float:none;
		width: auto;
	}
}

.page-template-page-contact .top{
	margin-bottom:140px;
}

@media(max-width:1023px){
	.page-template-page-contact .top{
		margin-bottom:40px;
	}
}

.page-template-page-contact .top .info{
	float:right;
	margin:28px 0 0;
}

@media(max-width:1023px){
	.page-template-page-contact .top .info{
		float:none;
	}
}

.page-template-page-contact .top .info hr{
	margin:49px 0;
}

.page-template-page-contact .top .info p{
	margin:20px 0 0;
}

.page-template-page-contact .info .title{
	font-size:33px;
	margin:0;
	line-height:1;
}

.page-template-page-contact .info a{
	text-decoration:none;
}

.page-template-page-contact .info span{
	display:block;
}

.page-template-page-contact .bottom{
	margin:0 0 150px 0;
}

.page-template-page-contact .bottom .info{
	float:left;
}

@media(max-width:1023px){
	.page-template-page-contact .bottom .info{
		float:none;
		width:auto;
	}
}

.page-template-page-contact .bottom .info .additional-contact{
	margin-top:20px;
	font-size:20px;
}

.page-template-page-contact .bottom .info .additional-contact .title{
	margin-top:20px;
	font-size:20px;
}

.page-template-page-contact .map{
	float:right;
	width:64%;
}
@media(max-width: 1023px){
	.page-template-page-contact .map{
		float:none;
		width: auto;
		margin-top: 20px;
	}
}

/* TEMPLATE: LOGIN */

.page-template-page-login .site-inner{
	height:100vh;
	background-repeat: no-repeat;
	background-size:cover;
	background-position:center center;
}

.page-template-page-login .title{
	margin:0 0 70px;
	font-size:50px;
}

.page-template-page-login .login-option{
	display:inline-block;
	vertical-align: top;
	position:relative;
	width:290px;
	height:260px;
	margin:0 20px 40px;
	padding:24px;
	font-size:40px;
	line-height:1;
	text-decoration: none;
}

.page-template-page-login .login-option.option-0{
	margin:0 20px 40px 0;
}

.page-template-page-login .login-option.option-3{
	margin:0 0 40px 20px;
}

.page-template-page-login .login-option span{
	display:block;
}

.page-template-page-login .login-option span + span{
	position:absolute;
	bottom:24px;
	font-size:30px;
}

/* FOOTER */

.site-footer{
	padding:40px 0;
	text-align:center;
}

.site-footer .wrap{
	width:auto;
	padding:0 !important;
}

.site-footer .social{
	margin:0 0 20px;
}

.site-footer .social a{
	display:inline-block;
	vertical-align: middle;
	margin:0 4px;
	width:40px;
	height:40px;
	border:3px solid;
	border-radius:100%;
	text-decoration:none;
}

.site-footer .social a .fa{
	font-size:20px;
	line-height:40px;
}

.site-footer .divider{
	margin:20px auto 25px;
	width:326px;
	height:3px;
}
@media(max-width: 1023px){
	.site-footer .divider{
		width: 260px;
	}
}

.site-footer .contact{
	margin:0 0 34px;
}

.site-footer .contact .phone{
	display:inline-block;
	font-size:40px;
	text-decoration:none;
	margin:0 0 27px;
}

.site-footer .contact .address{
	display:inline-block;
	font-size:20px;
	text-decoration:none;
}

.site-footer .footer-nav{
	padding:10px 0;
	margin:0 0 28px;
}
@media(max-width: 1023px){
	.site-footer .footer-nav{
		display: none;
	}
}

.site-footer .footer-nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
}

.site-footer .footer-nav ul li{
	display:inline-block;
	margin:0 20px;
	font-size:20px;
}

.site-footer .footer-nav ul li a{
	text-decoration:none;
}

.site-footer .copyright{
	font-size:16px;
}

.legal-nav{
	text-align:center;
}

.legal-nav ul{
	padding:0;
	list-style-type:none;
	font-size:16px;
}

.legal-nav ul li{
	border-left:1px solid;
	display:inline-block;
	vertical-align: middle;
	padding:0 10px;
}

.legal-nav ul li:first-child{
	border-left:none;
}

.legal-nav ul li a{

}

/* TRANSITION: SLIDE IN */
.transition-slide-in{
	position:relative;
}

.transition-slide-in.transition-top-left{
	opacity:0;
	top:-100px;
	left:-100px;
	-moz-transition:opacity 2.5s,top 1s,left 1s;
	-webkit-transition:opacity 2.5s,top 1s,left 1s;
	transition:opacity 2.5s,top 1s,left 1s;
}

.transition-slide-in.transition-top-left.trigger{
	opacity:1;
	top:0;
	left:0;

	-moz-transition:opacity 2.5s,top 1s,left 1s;
	-webkit-transition:opacity 2.5s,top 1s,left 1s;
	transition:opacity 2.5s,top 1s,left 1s;
}

.transition-slide-in.transition-top{
	opacity:0;
	top:-100px;

	-moz-transition:opacity 2.5s,top 1s;
	-webkit-transition:opacity 2.5s,top 1s;
	transition:opacity 2.5s,top 1s;
}

.transition-slide-in.transition-top.trigger{
	opacity:1;
	top:0;

	-moz-transition:opacity 2.5s,top 1s;
	-webkit-transition:opacity 2.5s,top 1s;
	transition:opacity 2.5s,top 1s;
}

.transition-slide-in.transition-top-right{
	opacity:0;
	top:-100px;
	right:-100px;

	-moz-transition:opacity 2.5s,top 1s,right 1s;
	-webkit-transition:opacity 2.5s,top 1s,right 1s;
	transition:opacity 2.5s,top 1s,right 1s;
}

.transition-slide-in.transition-top-right.trigger{
	opacity:1;
	top:0;
	right:0;

	-moz-transition:opacity 2.5s,top 1s,right 1s;
	-webkit-transition:opacity 2.5s,top 1s,right 1s;
	transition:opacity 2.5s,top 1s,right 1s;
}

.transition-slide-in.transition-right{
	opacity:0;
	right:-100px;

	-moz-transition:opacity 2.5s,right 1s;
	-webkit-transition:opacity 2.5s,right 1s;
	transition:opacity 2.5s,right 1s;
}

.transition-slide-in.transition-right.trigger{
	opacity:1;
	right:0;

	-moz-transition:opacity 2.5s,right 1s;
	-webkit-transition:opacity 2.5s,right 1s;
	transition:opacity 2.5s,right 1s;
}

.transition-slide-in.transition-bottom-right{
	opacity:0;
	right:-100px;
	bottom:-100px;

	-moz-transition:opacity 2.5s,bottom 1s,right 1s;
	-webkit-transition:opacity 2.5s,bottom 1s,right 1s;
	transition:opacity 2.5s,bottom 1s,right 1s;
}

.transition-slide-in.transition-bottom-right.trigger{
	opacity:1;
	right:0;
	bottom:0;

	-moz-transition:opacity 2.5s,bottom 1s,right 1s;
	-webkit-transition:opacity 2.5s,bottom 1s,right 1s;
	transition:opacity 2.5s,bottom 1s,right 1s;
}

.transition-slide-in.transition-bottom{
	opacity:0;
	bottom:-100px;

	-moz-transition:opacity 2.5s,bottom 1s;
	-webkit-transition:opacity 2.5s,bottom 1s;
	transition:opacity 2.5s,bottom 1s;
}

.transition-slide-in.transition-bottom.trigger{
	opacity:1;
	bottom:0;

	-moz-transition:opacity 2.5s,bottom 1s;
	-webkit-transition:opacity 2.5s,bottom 1s;
	transition:opacity 2.5s,bottom 1s;
}

.transition-slide-in.transition-bottom-left{
	opacity:0;
	left:-100px;
	bottom:-100px;

	-moz-transition:opacity 2.5s,bottom 1s,left 1s;
	-webkit-transition:opacity 2.5s,bottom 1s,left 1s;
	transition:opacity 2.5s,bottom 1s,left 1s;
}

.transition-slide-in.transition-bottom-left.trigger{
	opacity:1;
	left:0;
	bottom:0;

	-moz-transition:opacity 2.5s,bottom 1s,left 1s;
	-webkit-transition:opacity 2.5s,bottom 1s,left 1s;
	transition:opacity 2.5s,bottom 1s,left 1s;
}

.transition-slide-in.transition-left{
	opacity:0;
	left:-100px;

	-moz-transition:opacity 2.5s,left 1s;
	-webkit-transition:opacity 2.5s,left 1s;
	transition:opacity 2.5s,left 1s;
}

.transition-slide-in.transition-left.trigger{
	opacity:1;
	left:0;

	-moz-transition:opacity 2.5s,left 1s;
	-webkit-transition:opacity 2.5s,left 1s;
	transition:opacity 2.5s,left 1s;
}