/*
 Theme Name: IMCO
 Author: Federico Salort
 Author URI: http://federicosalort.com/
 Description: Theme developed for IMCO

 */

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 100vh;
	-webkit-overflow-scrolling: touch;
}

body {
	margin: 0px;
	color: #333333;
	margin: auto;
	overflow: visible;
	background-color: white;
	font-family: 'SourceSansPro-Regular';
}

body.waiting {
	cursor: progress
}

body.waiting * {
	cursor: progress !important
}

.overflow_hidden {
	overflow: hidden !important;
}

body * {
	outline: none;
}

#canvas {
	width: 100%;
	height: 100%
}

div,
ul,
li,
header,
footer,
a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

b,
strong,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-family: 'SourceSansPro-Bold';
}

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

a {
	text-decoration: none;
	color: #1d1d1b;
}

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#masthead {
	position: fixed;
	width: 100%;
	z-index: 10;
	height: 150px;
}

#masthead .header_wrapper {}

#masthead .header_wrapper .top_header_container {
	height: 90px;
	background: #333333;
	color: white;
}

#masthead .header_wrapper .top_header_container .top_header_wrapper {
	max-width: 1080px;
	margin: auto;
	padding: 0 28px;
}

#masthead .header_wrapper .top_header_container .top_header_wrapper .main_logo {}

#masthead .header_wrapper .top_header_container .top_header_wrapper .main_logo a {
	color: white;
	display: block;
	float: left;
	padding: 21px 0;
}

#masthead .header_wrapper .top_header_container .top_header_wrapper .main_logo a .logo {
	display: inline-block;
	vertical-align: middle;
}

#masthead .header_wrapper .top_header_container .top_header_wrapper .main_logo a .logo_text {
	display: inline-block;
	font-size: 16.22px;
	line-height: 19.46px;
	letter-spacing: .89px;
	font-family: 'Gentona-Bold';
	vertical-align: -16px;
	border-left: 1px solid white;
	height: 45px;
	padding: 3px 10px;
	margin: 0 10px;
}

#masthead .header_wrapper .top_header_container .top_header_wrapper .main_logo a .logo img {
	display: block;
}

#masthead .header_wrapper .bottom_header_container {
	background-color: #1a1a1a;
	height: 60px;
}

#masthead .header_wrapper .bottom_header_container .bottom_header_wrapper {
	max-width: 1080px;
	margin: auto;
	padding: 0 16px;
}

.main_menu {}

.main_menu .main_menu_wrapper_container {}

.main_menu .main_menu_wrapper_container .main_menu_wrapper {}

.main_menu .main_menu_wrapper_container .main_menu_wrapper nav {
	display: table;
	width: 100%;
	text-align: center;
	padding-top: 14px;
}

.main_menu .main_menu_wrapper_container .main_menu_wrapper nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: table-row;
}

.main_menu .main_menu_wrapper_container .main_menu_wrapper nav ul li {
	display: table-cell;
	padding: 0px 5px;
	border-right: 1px solid white;
	height: 18px;
	line-height: 14px;
	letter-spacing: .4px;
}

.main_menu .main_menu_wrapper_container .main_menu_wrapper nav ul li a {
	color: white;
	position: relative;
	font-size: 14px;
	vertical-align: middle;
}

.main_menu .main_menu_wrapper_container .main_menu_wrapper nav ul li a:after {
	background-color: #F34960;
	content: '';
	height: 2px;
	width: 100%;
	position: absolute;
	display: block;
	left: 0;
	bottom: -6px;
	-webkit-transition: width 0.4s ease-in-out;
	-moz-transition: width 0.4s ease-in-out;
	-o-transition: width 0.4s ease-in-out;
	transition: width 0.4s ease-in-out;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	-moz-transform: translate(-50%, 0%);
	-o-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
}

.main_menu .main_menu_wrapper_container .main_menu_wrapper nav ul li:last-child {
	border: none
}

.main_menu .main_menu_wrapper_container .main_menu_wrapper nav ul li:nth-child(2) a:after {
	background-color: #FE9770;
}

.main_menu .main_menu_wrapper_container .main_menu_wrapper nav ul li:nth-child(3) a:after {
	background-color: #0078FF;
}

.main_menu .main_menu_wrapper_container .main_menu_wrapper nav ul li:nth-child(4) a:after {
	background-color: #55B4A5;
}

.main_menu .main_menu_wrapper_container .main_menu_wrapper nav ul li:nth-child(5) a:after {
	background-color: #11B940;
}

.main_menu .main_menu_wrapper_container .main_menu_wrapper nav ul li:nth-child(6) a:after {
	background-color: #35D5C4;
}

.main_menu .main_menu_wrapper_container .main_menu_wrapper nav ul li:nth-child(7) a:after {
	background-color: #8279FA;
}

.main_menu .main_menu_wrapper_container .main_menu_wrapper nav ul li:nth-child(8) a:after {
	background-color: #F6B04C;
}

.main_menu .main_menu_wrapper_container .main_menu_wrapper nav ul li:nth-child(9) a:after {
	background-color: #8279FA;
}

.top_header_right_container {
	float: right;
}

.top_menu {}

.top_menu .top_menu_wrapper_container {}

.top_menu .top_menu_wrapper_container .top_menu_wrapper {}

.top_menu .top_menu_wrapper_container .top_menu_wrapper nav {
	display: table;
	width: 100%;
	text-align: center;
	padding-top: 17px;
}

.top_menu .top_menu_wrapper_container .top_menu_wrapper nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: table-row;
}

.top_menu .top_menu_wrapper_container .top_menu_wrapper nav ul li {
	display: table-cell;
	padding: 0px 10px;
	border-right: 1px solid white;
	height: 18px;
	line-height: 14px;
	letter-spacing: .4px;
}

.top_menu .top_menu_wrapper_container .top_menu_wrapper nav ul li a {
	color: white;
	position: relative;
	font-size: 16px;
	vertical-align: middle;
}

.top_menu .top_menu_wrapper_container .top_menu_wrapper nav ul li:last-child {
	border: none;
	padding-right: 0;
}

.search_form_container {
	padding-left: 10px;
	padding-top: 12px;
}

.search_form_container .search_field_container {
	background: white;
	height: 29px;
	border: 1px solid #c6c6c6;
	border-radius: 29px;
	overflow: hidden;
	width: 377px;
}

.search_form_container .search_field_container input[type=text] {
	display: block;
	height: 100%;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 335px;
	font-size: 14px;
	padding: 0px 10px;
	font-family: 'OpenSans-Bold';
	color: black;
}

.search_form_container .search_field_container input[type=submit] {
	float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 40px;
	height: 100%;
	background: #00BFDA;
	border: none;
	background-image: url(images/magnifier.svg);
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.search_form_container .search_field_container input[type=text]::-webkit-input-placeholder {
	/* Edge */
	color: #808080;
	font-family: 'OpenSans';
}

.search_form_container .search_field_container input[type=text]:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #808080;
	font-family: 'OpenSans';
}

.search_form_container .search_field_container input[type=text]::placeholder {
	color: #808080;
	font-family: 'OpenSans';
}

::-webkit-input-placeholder {
	-webkit-transition: opacity 0.3s linear;
}

:focus::-webkit-input-placeholder {
	opacity: 0;
}

#colophon {}

#colophon .footer_wrapper {}

#colophon .footer_wrapper .main_footer_container {
	min-height: 180px;
	background: #121212;
}

#colophon .footer_wrapper .bottom_footer_container {
	background-color: #333333;
	padding: 15px 0;
}

#colophon .footer_wrapper .bottom_footer_container .social_menu {
	float: left;
}

#colophon .footer_wrapper .bottom_footer_container .social_menu nav {}

#colophon .footer_wrapper .bottom_footer_container .social_menu nav ul {
	margin: 0;
	padding: 0;
	list-style: none
}

#colophon .footer_wrapper .bottom_footer_container .social_menu nav ul li {
	display: inline-block;
	padding: 0px 16px;
}

#colophon .footer_wrapper .bottom_footer_container .social_menu nav ul li:first-child {
	padding-left: 0
}

#colophon .footer_wrapper .bottom_footer_container .social_menu nav ul li a {}

.bottom_footer_container .social_menu nav ul li a span {
	display: block;
	width: 30px;
	height: 30px;
}

.bottom_footer_container .social_menu nav ul li a.Facebook span {
	background-image: url(images/social_icons/Facebook.svg);
}

.bottom_footer_container .social_menu nav ul li a.Twitter span {
	background-image: url(images/social_icons/Twitter.svg);
}

.bottom_footer_container .social_menu nav ul li a.Youtube span {
	background-image: url(images/social_icons/Youtube.svg);
}

.bottom_footer_container .social_menu nav ul li a.Instagram span {
	background-image: url(images/social_icons/Instagram.svg);
}

.bottom_footer_container .social_menu nav ul li a.Spotify span {
	background-image: url(images/social_icons/Spotify.svg);
}

.bottom_footer_container .social_menu nav ul li a.Linkedin span {
	background-image: url(images/social_icons/Linkedin.svg);
}

.center_footer {
	max-width: 1092px;
	margin: auto;
	padding: 0 28px 0 36px;
}

.copyright_container {
	float: right;
	color: white;
	font-size: 12px;
	line-height: 30px;
	font-family: 'OpenSans';
	padding-right: 10px;
}

.footer_logo {
	padding-bottom: 14px;
	margin-top: -5px;
}

.footer_logo a {
	color: white;
	display: block;
}

.footer_logo a .logo {
	display: inline-block;
	vertical-align: middle;
	width: 68px;
}

.footer_logo a .logo_text {
	display: block;
	font-size: 11.22px;
	line-height: 16.46px;
	letter-spacing: .89px;
	vertical-align: middle;
	padding: 12px 0px 13px 0px;
	font-family: 'SourceSansPro-Semibold';
	position: relative;
}

.footer_logo a .logo_text:after {
	width: 25px;
	height: 1px;
	content: '';
	position: absolute;
	background-color: white;
	display: block;
	bottom: 2px;
}

.footer_logo a .logo img {
	display: block;
	width: 100%;
}

.main_footer_columns_container {
	padding: 18px 0px 30px 0px;
}

.main_footer_columns_container .main_footer_column {}

.main_footer_columns_container .main_footer_column {
	float: left;
	width: 19.5%;
	padding: 0px 14px;
	border-left: 1px solid #4d4d4d;
	min-height: 132px;
}

.main_footer_columns_container .main_footer_column.contact_column {
	width: 24%;
}

.main_footer_columns_container .main_footer_column:first-child {
	padding-left: 0px;
	border: none;
	width: 17.5%;
}

.footer_menu_item {}

.footer_menu_item .footer_menu_item .dropdown_title {
	padding-bottom: 11px;
	display: inline-block;
}

.footer_menu_item .footer_menu_item a {
	color: white;
	font-size: 12px;
	position: relative;
	font-family: 'OpenSans';
	letter-spacing: .4px;
}

.footer_menu_item .footer_menu_item>a {
	font-family: 'OpenSans-Bold';
	line-height: 14.4px;
}

.footer_menu_item {}

.footer_menu_item .sub-menu {}

.footer_menu_item .sub-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer_menu_item .sub-menu ul li {
	padding-bottom: 11px;
	line-height: 14.4px;
}

.footer_menu_item .sub-menu ul li:last-child {
	padding: 0
}

.footer_menu_item .sub-menu ul li a {}

.footer_menu_item .sub-menu ul li b {
	font-family: 'OpenSans-Bold';
}

.footer_menu_item .footer_menu_item .dropdown_title:after {
	background-color: #477ed2;
	content: '';
	height: 1px;
	width: 100%;
	position: absolute;
	display: block;
	left: 0;
	bottom: 10px;
	-webkit-transition: width 0.4s ease-in-out;
	-moz-transition: width 0.4s ease-in-out;
	-o-transition: width 0.4s ease-in-out;
	transition: width 0.4s ease-in-out;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	-moz-transform: translate(-50%, 0%);
	-o-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
}

.logo_column .footer_menu_item .footer_menu_item .dropdown_title:after {
	display: none;
}

.page_content_container {
	max-width: 1080px;
	margin: auto;
	padding: 0 28px;
	padding-top: 150px;
	padding-bottom: 50px;
}

.home .page_content_container {
	padding-bottom: 40px;
	padding-top: 0;
}

.primary_post_special .page_content_container {
	max-width: 100%;
	margin: auto;
	padding: 0;
	padding-top: 150px;
	padding-bottom: 50px;
}

.primary_post_special .section_content {
	padding-top: 0
}

.primary_area_item .page_content_container {
	max-width: 100%;
	margin: auto;
	padding: 0 0;
	padding-top: 150px;
	padding-bottom: 0;
	min-height: 100vh;
	padding-bottom: 50px;
}

.breadcrumb_separator {
	display: inline-block;
	vertical-align: -3px;
	background-image: url(images/breadcrumb_separator.svg);
	width: 3px;
	height: 13px;
	margin: 0 7px;
	background-repeat: no-repeat;
}

.breadcrumb_menu {
	font-size: 12px;
	line-height: 15px;
	letter-spacing: .3px;
	vertical-align: middle;
	padding: 18px 0px;
	color: #1d1d1b;
}

.breadcrumb_menu a {
	color: #1d1d1b;
}

h1 {
	font-size: 30px;
	color: #333333;
	line-height: 34px;
	font-family: 'SourceSansPro-Bold';
	margin: 0;
}

h2 {
	font-size: 24px;
	color: #333333;
	line-height: 30px;
	font-family: 'SourceSansPro-Bold';
	margin: 0;
	letter-spacing: 0;
}

.section_title {
	text-transform: uppercase;
	float: left;
}

.section_content {
	padding-top: 12px;
}

.team_list_container {}

.team_list_container .team_list {
	padding-top: 10px;
}

.team_item {
	display: inline-block;
	vertical-align: top;
	width: 16.66%;
	text-align: center;
}

.team_item .team_item_wrapper {
	padding: 20px 10px 26px 10px;
}

.team_item .team_item_wrapper .team_item_image_container {
	width: 120px;
	height: 120px;
	margin: auto;
	margin-bottom: 18px;
}

.team_item .team_item_wrapper .team_item_image_container .team_item_image {
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
	border-radius: 50%;
}

.team_item .team_item_wrapper .team_item_footer {}

.team_item .team_item_wrapper .team_item_footer label {
	display: block;
	color: black;
	font-size: 18px;
	line-height: 21.6px;
}

.team_item .team_item_wrapper .team_item_footer span {
	display: block;
	padding: 10px 0px 5px 0px;
	font-size: 16px;
	color: #666666;
	line-height: 19.2px;
}

.team_footer {
	text-align: center;
	padding-top: 10px;
}

.btn {
	height: 35px;
	line-height: 33px;
	border: 1px solid #333333;
	color: #333333;
	font-size: 18px;
	display: inline-block;
	padding: 0 12px;
	cursor: pointer;
	font-family: 'OpenSans';
	letter-spacing: .5px;
	position: relative;
	overflow: hidden;
}

.btn:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background-color: #31BFD9;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transform: scale(0.2, 1);
	transform: scale(0.2, 1);
	z-index: -1;
}

.btn_goback {}

.btn_goback:before {
	content: '<<';
	margin-right: 9px;
}

.email_btn {
	font-size: 14px;
	float: right;
	height: 30px;
	line-height: 27px;
	top: 6px;
	margin-right: 12px;
	color: #4d4d4d;
	font-family: 'OpenSans-Light';
	margin-top: -4px;
	display: none;
}

.team_item_section_content {
	max-width: 720px;
	margin: auto;
	padding: 12px 20px;
}

.team_item_header {
	padding-top: 12px;
}

.team_item_header .team_item_image_container {
	float: left;
	width: 154px;
	height: 154px;
	margin-right: 20px;
}

.team_item_header .team_item_image_container .team_item_image {
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
	border-radius: 50%;
}

.team_item_header .team_item_info_container {
	width: auto;
	overflow: hidden;
	padding: 0 20px 0 0px;
}

.team_item_header .team_item_info_container .team_item_main_info {}

.team_item_header .team_item_info_container .team_item_main_info .team_item_main_info_title {
	line-height: 36px;
}

.team_item_header .team_item_info_container .team_item_main_info span {
	font-size: 20px;
	line-height: 24px;
	color: #4d4d4d;
}

.team_item_header .team_item_info_container .team_item_main_info p {
	margin: 0;
}

.team_item_details {
	font-size: 18px;
	line-height: 27px;
	color: #4d4d4d;
	letter-spacing: .6px;
}

.team_item_details:before {
	content: "";
	display: block;
	width: 46px;
	height: 2px;
	background-color: #a5a5a5;
	margin: 10px 0 6px 0;
}

.team_item_details p {
	margin: 0;
}

.team_item_details a:link,
.team_item_details a:visited {
	color: #00BFDA;
}

.team_item_details a {}

.team_item_details a[href^="mailto"] {
	color: #4d4d4d;
}

.team_item_content {
	color: #333333;
	letter-spacing: .4px;
	font-size: 20px;
	line-height: 32px;
	text-align: justify;
	padding-top: 15px;
	font-family: 'OpenSans';
}

.text_container {}

.text_container p {
	margin-bottom: 35px;
}

.text_container strong {}

.text_container em {}

.team_item_downloads {}

.team_item_downloads .download_btn_container {}

.team_item_downloads .download_btn_container a {
	display: inline-block;
	height: 25px;
	background-color: #D84A5F;
	color: white;
	margin-bottom: 20px;
	padding: 0px 8px;
	font-family: 'SourceSansPro-Bold';
	font-size: 18px;
	border: 1px solid #D84A5F;
	line-height: 22px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.author_posts_container {
	margin-top: 25px;
	border-top: 2px solid #d4d4d4;
	padding-top: 35px;
}

.author_posts_container .author_posts_wrapper {}

.author_posts_container .author_posts_wrapper .authoer_posts_title {
	text-align: center;
}

.author_posts_container .author_posts_wrapper .author_posts_list {
	padding: 25px 0 20px 0;
}

.author_posts_container .author_posts_wrapper .author_posts_list .author_post_item {
	float: left;
	width: 50%;
}

.author_posts_container .author_posts_wrapper .author_posts_list .author_post_item:nth-of-type(2n+1) {
	padding-right: 10px;
}

.author_posts_container .author_posts_wrapper .author_posts_list .author_post_item:nth-of-type(2n) {
	padding-left: 10px;
}

.author_posts_container .author_posts_wrapper .author_posts_list .author_post_item .author_post_item_wrapper {}

.author_posts_container .author_posts_wrapper .author_posts_list .author_post_item .author_post_item_wrapper .author_post_image {
	width: 154px;
	height: 94px;
	float: left;
	background-size: cover;
	background-position: center;
}

.author_posts_container .author_posts_wrapper .author_posts_list .author_post_item .author_post_item_wrapper .author_post_title {
	height: 94px;
	overflow: hidden;
	width: auto;
	background: #c8c8c8;
	padding: 9px 5px 9px 20px;
	overflow: hidden;
	font-size: 16px;
	line-height: 19.2px;
	color: #1a1a1a;
}

.ellip {
	display: block;
	height: 100%;
}

.ellip-line {
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	max-width: 100%;
}

.ellip,
.ellip-line {
	position: relative;
	overflow: hidden;
}

.about_section {}

.about_section .about_submenu {
	background: white;
	position: fixed;
	width: 100%;
	left: 0;
	z-index: 2;
}

.about_section .about_submenu nav {}

.about_section .about_submenu nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	padding: 24px 0;
	font-size: 20px;
}

.about_section .about_submenu nav ul li {
	display: inline-block;
	border-right: 1px solid #7f7f7f;
	padding: 0px 40px;
}

.about_section .about_submenu nav ul li:last-child {
	border: none
}

.about_section .about_submenu nav ul li a {
	line-height: 33px;
	font-family: 'SourceSansPro-Bold';
	position: relative;
}

.about_section .about_submenu nav ul li a:after {
	background-color: #00BFDA;
	content: '';
	height: 2px;
	width: 0;
	position: absolute;
	display: block;
	left: 0;
	bottom: -6px;
	-webkit-transition: width 0.4s ease-in-out;
	-moz-transition: width 0.4s ease-in-out;
	-o-transition: width 0.4s ease-in-out;
	transition: width 0.4s ease-in-out;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	-moz-transform: translate(-50%, 0%);
	-o-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
}

.about_section .about_submenu nav ul li.active a:after {
	width: 100%;
}

.about_section .about_section_content {
	margin-top: 60px;
}

.about_section .about_section_content_header {
	font-size: 20px;
	line-height: 32px;
	letter-spacing: .3px;
	text-align: justify;
	font-family: 'OpenSans';
}

.about_section .about_section_content_header p {}

.about_section .about_section_content_header p:last-child {
	/* margin-bottom:60px */
}

.about_section .about_section_content .about_section_content_text {
	font-size: 18px;
	line-height: 32px;
	letter-spacing: 1px;
}

.about_section .about_section_content .about_section_content_text p {
	margin: 0px 0px 60px 0px;
}

.about_section .about_section_content .about_section_content_text ul {
	margin-bottom: 50px;
	margin-top: 10px;
	line-height: 45px;
	padding: 0;
}

.about_section .about_section_content .about_section_content_text ul li {}

.about_section .about_section_content .about_section_content_text ul li {
	display: block;
	list-style: none;
	margin: 0 0 0px 17px;
	/* Give the bullet room on the left hand side */
	padding: 0;
	position: relative;
}

.about_section .about_section_content .about_section_content_text ul li::before {
	color: #00BFDA;
	content: "\2022";
	display: inline-block;
	font-size: 20px;
	left: -17px;
	position: absolute;
	top: 0em;
}

.about_section .about_section_content .about_section_content_text a {
	font-family: 'OpenSans-Bold';
	color: #00BFDA;
}

.about_section .about_section_content .about_section_content_text strong {
	font-size: 24px;
	font-family: 'SourceSansPro-Bold';
	letter-spacing: 0;
}

.about_section_title {
	text-align: center;
	text-transform: uppercase;
	color: #00BFDA;
	padding: 100px 0px 20px 0px;
}

.page_not_found_content {
	text-align: center;
	padding: 60px 0px;
}

.page_not_found_content .page_not_found_title {
	line-height: 260px;
	font-size: 217px;
	color: #00b5d5;
	font-family: 'RobotoMono-Bold';
}

.page_not_found_content h1 {
	font-size: 28px;
}

.page_not_found_content .page_not_found_footer {
	padding-top: 60px;
}

.page_not_found_content .page_not_found_footer a {}

.children_menu {
	margin: 50px 0 30px 0;
	position: relative;
}

.children_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.children_menu ul li {
	display: inline-block;
	width: 33.33%;
}

.children_menu ul li a {
	color: #666666;
	display: block;
	text-align: center;
	border-bottom: 4px solid #666666;
	font-size: 24px;
	line-height: 29px;
	font-family: 'SourceSansPro-Bold';
	padding-bottom: 8px;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	margin: auto;
}

.children_menu ul li.active a {
	color: #363636;
	border-color: #363636
}

.comunity_container {}

.comunity_container .about_section_content_header {
	margin: 45px 0 40px 0;
}

.comunity_container .about_section_content_header p {}

.comunity_container .community_item_container {
	padding-bottom: 40px;
}

.comunity_container .community_item_container .community_item_header {
	font-size: 20px;
	line-height: 32px;
	letter-spacing: .4px;
	font-family: 'OpenSans';
}

.comunity_container .community_item_container .community_item_header p {}

.comunity_container .community_item_container .community_item_wrapper {}

.comunity_container .community_item_container .community_item_wrapper .slider_container {}

.comunity_container .community_item_container .community_item_wrapper .slider_container .slider_container_wrapper {}

.comunity_container .community_item_container .community_item_wrapper .slider_container .slider_container_wrapper .main_slider_container {
	position: relative;
}

.comunity_container .community_item_container .community_item_wrapper .slider_container .slider_container_wrapper .main_slider_container .swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.comunity_container .community_item_container .community_item_wrapper .slider_container .slider_container_wrapper .main_slider_container .swiper-container .swiper-wrapper {
	position: relative;
	width: 100%;
	/* height: 100%; */
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	text-align: center;
}

.comunity_container .community_item_container .community_item_wrapper .slider_container .slider_container_wrapper .main_slider_container .swiper-container .swiper-wrapper .slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: 400px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	display: inline-block;
}

.comunity_container .community_item_container .community_item_wrapper .slider_container .slider_container_wrapper .main_slider_container .swiper-container .swiper-wrapper .slide .slider_wrapper {
	display: block;
	width: 100%;
}

.comunity_container .community_item_container .community_item_wrapper .slider_container .slider_container_wrapper .main_slider_container .swiper-container .swiper-wrapper .slide .slider_wrapper .slider_logo_container {
	height: 210px;
	background: #f0f0f0;
	padding: 30px;
}

.comunity_container .community_item_container .community_item_wrapper .slider_container .slider_container_wrapper .main_slider_container .swiper-container .swiper-wrapper .slide .slider_wrapper .slider_logo_container .slider_logo {
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.comunity_container .community_item_container .community_item_wrapper .slider_container .slider_container_wrapper .main_slider_container .swiper-container .swiper-wrapper .slide .slider_wrapper .slider_text_container {
	min-height: 258px;
	background-color: #3A3A3A;
	color: white;
	padding: 14px 20px;
	text-align: left;
	font-size: 16px;
	line-height: 23px;
	letter-spacing: .8px;
}

.comunity_container .community_item_container .community_item_wrapper .slider_container .slider_container_wrapper .main_slider_container .swiper-container .swiper-wrapper .slide .slider_wrapper .slider_text_container .slider_text_container_wrapper {}

.pagination_wrapper {}

.pagination_wrapper .pagination_container {}

.pagination_wrapper .pagination_container .slider_arrow {
	position: absolute;
	cursor: pointer;
	top: 97px;
	left: -43px;
}

.pagination_wrapper .pagination_container .slider_arrow img {
	display: block;
}

.pagination_wrapper .pagination_container .slider_arrow.next_arrow {
	right: -43px;
	left: auto;
}

.pagination_wrapper .pagination_container .slider_arrow.next_arrow img {}

.comunity_container .community_item_container.community_logos .community_item_wrapper .slider_container .slider_container_wrapper .main_slider_container .swiper-container .swiper-wrapper .slide .slider_wrapper .slider_logo_container {
	height: 140px;
	padding: 15px 30px;
	background: none;
}

.comunity_container .community_item_container.community_logos .community_item_wrapper .slider_container .slider_container_wrapper .main_slider_container .pagination_wrapper .pagination_container .slider_arrow {
	top: 52px;
}

.comunity_container .community_item_container.community_logos {
	padding: 0
}

.section_columnize_layour {
	clear: both;
}

.section_columnize_layour .section_main_content {
	width: 65%;
	float: left;
	padding-right: 30px;
	padding-top: 30px;
}

.section_columnize_layour .section_main_content .main_content_title {
	padding-bottom: 28px;
}

.section_columnize_layour .section_main_content .press_container {}

.section_columnize_layour .section_main_content .press_container .press_container_wrapper {}

.section_columnize_layour .section_main_content .press_container .press_container_wrapper .press_list {}

.section_columnize_layour .section_main_content .press_container .press_container_wrapper .press_list .press_item {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #c1c1c1;
}

.section_columnize_layour .section_main_content .press_container .press_container_wrapper .press_list .press_item .press_item_wrapper {}

.section_columnize_layour .section_main_content .press_container .press_container_wrapper .press_list .press_item .press_item_wrapper .press_item_content {}

.section_columnize_layour .section_main_content .press_container .press_container_wrapper .press_list .press_item .press_item_wrapper .press_item_content .press_item_image_container {
	height: 170px;
	width: 43.9%;
	float: left;
	background-position: center;
	background-size: cover;
}

.section_columnize_layour .section_main_content .press_container .press_container_wrapper .press_list .press_item .press_item_wrapper .press_item_content .press_text_content_container {
	width: auto;
	overflow: hidden;
	padding-left: 20px;
	min-height: 170px;
	position: relative;
}

.section_columnize_layour .section_main_content .press_container .press_container_wrapper .press_list .press_item .press_item_wrapper .press_item_content .press_text_content_container .press_text_content_title {
	max-height: 68px;
	overflow: hidden;
	margin-bottom: 5px;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'SourceSansPro-SemiBold';
}

.section_columnize_layour .section_main_content .press_container .press_container_wrapper .press_list .press_item .press_item_wrapper .press_item_content .press_text_content_container .press_text_content_text {}

.section_columnize_layour .section_main_content .press_container .press_container_wrapper .press_list .press_item .press_item_wrapper .press_item_content .press_text_content_container .press_text_content_text {
	font-size: 20px;
	line-height: 32px;
	letter-spacing: .1px;
	color: #333333;
	max-height: 69px;
	overflow: hidden;
}

.section_columnize_layour .section_side_content {
	float: right;
	width: 35%;
	padding-left: 20px;
	position: relative;
	font-size: 20px;
	line-height: 24px;
	height: 100%;
}

.press_date_container {
	font-size: 12px;
	line-height: 14px;
	padding-bottom: 15px;
}

.press_date_container img {
	display: inline-block;
	vertical-align: -2px;
	margin-right: 4px;
}

.vertical_center_table {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding-left: 20px;
}

.vertical_center_table .vertical_center_table_cell {}

.custom_item_downloads {
	margin-top: 20px;
}

.custom_item_downloads {
	margin-top: 0px;
	padding: 15px 0px 25px 76px;
	border-bottom: 2px solid #cecece;
	position: relative;
}


.custom_item_downloads label {
	display: inline-block;
	font-size: 14px;
	letter-spacing: .3px;
	position: absolute;
	margin-top: 14px;
	left: 0;
}

.custom_item_downloads .custom_download_btn_container {
	display: inline-block;
	margin-top: 10px;
}

.custom_item_downloads .custom_download_btn_container .custom_download_btn {
	display: inline-block;
	margin-left: 20px;
	font-size: 14px;
	vertical-align: middle;
	border: 1px solid #d84a5f;
	color: #d84a5f;
	line-height: 25px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.custom_item_downloads .custom_download_btn_container .custom_download_btn .download_icon {}

.custom_item_downloads .custom_download_btn_container .custom_download_btn .download_icon {
	width: 25px;
	height: 25px;
	float: left;
	background: #d84a5f;
	background-size: cover;
	background-position: center;
}

.custom_item_downloads .custom_download_btn_container .custom_download_btn span {
	font-family: 'SourceSansPro-Semibold';
	display: block;
	padding: 0px 5px;
	width: auto;
	overflow: hidden;
	letter-spacing: .1px;
}

.post_pagination {
	text-align: center;
	padding-bottom: 40px;
	font-family: 'OpenSans-Bold';
	font-size: 18px;
}

.post_pagination .page-numbers {
	display: inline-block;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	text-align: center;
	line-height: 27px;
	margin: 0px 8px;
	font-size: 18px;
}

.post_pagination .page-numbers.current {
	background: #00BFDA;
}

.press_footer {
	text-align: center;
}

.section_side_content {}

.section_side_content .main_content_title {}

.section_side_content .main_content_title {}

.section_side_content .section_side_content_html {}

.section_side_content .section_side_content_html h3 {
	margin-bottom: 0px;
	margin-top: 40px;
	color: #333333;
	font-size: 20px;
}

.section_side_content .section_side_content_html h5 {
	margin-top: 0;
	margin-bottom: 20px;
	font-family: 'SourceSansPro-Regular';
	font-size: 20px;
	line-height: 28px;
	color: #4d4d4d;
}

.section_side_content .section_side_content_html p {}

.section_side_content .section_side_content_html strong {
	font-size: 18px;
	line-height: 27px;
	letter-spacing: .5px;
	font-family: 'SourceSansPro-Regular';
}

.section_side_content .section_side_content_html a {
	font-size: 18px;
	line-height: 27px;
	letter-spacing: .5px;
	color: #00BFDA;
}

.section_side_content_float {
	pointer-events: none;
}

.fixed_sidebar .section_side_content_float {
	max-width: 1080px;
	margin: auto;
	padding: 0 28px;
	position: fixed;
	width: 100%;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	-moz-transform: translate(-50%, 0%);
	-o-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	top: 150px;
	/* padding-bottom: 50px; */
}

.fixed_sidebar_bottom .section_side_content_float {
	position: absolute;
	bottom: 0;
	top: auto;
	padding: 0;
}

.section_side_content_float_content {
	padding-top: 30px;
	pointer-events: auto;
}

.fixed_sidebar .section_side_content_float .section_side_content_float_content {
	float: right;
	width: 35%;
	padding-left: 20px;
	position: relative;
	pointer-events: auto;
	padding-top: 30px;
}

.fixed_sidebar_bottom .section_side_content_float .section_side_content_float_content {
	width: 100%;
	float: none;
	padding-top: 30px;
}

.sidebar_btn {
	width: 100%;
	display: block;
	text-align: center;
	font-size: 24px;
	line-height: 45px;
	margin: 40px 0px;
	letter-spacing: .5px;
	font-family: 'OpenSans-Bold';
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.sidebar_btn:last-child {
	margin-bottom: 5px;
}

.area_items_list_container {}

.area_items_list_container .area_items_title {
	text-align: center;
}

.area_items_list_container .area_items_list {
	padding-top: 20px;
}

.area_items_list_container .area_items_list .area_item {
	width: 100%;
	padding: 0;
	color: white;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}

.area_items_list_container .area_items_list .area_item.half_box {
	float: right;
	width: 50%;
	padding-left: 8px;
}

.area_items_list_container .area_items_list .area_item.full_box {
	float: none !important;
	width: 100%;
	padding-left: 0px !important;
	padding-right: 0 !important;
	clear: both;
}

.area_items_list_container .area_items_list .area_item.align_left {
	float: left;
	padding-left: 0;
	padding-right: 8px;
	display: block;
}

.area_items_list_container .area_items_list .area_item .area_item_container {
	padding: 20px 20px 30px 20px;
}

.area_items_list_container .area_items_list .area_item .area_item_container .area_item_image_container {
	width: 150px;
	height: 130px;
	margin: auto;
	/* padding: 0px 15px 15px 15px; */
}

.area_items_list_container .area_items_list .area_item .area_item_container .area_item_image {
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.area_items_list_container .area_items_list .area_item .area_item_title_container {
	position: relative
}

.area_items_list_container .area_items_list .area_item .area_item_title_container:after {
	content: '';
	display: block;
	width: 30px;
	height: 4px;
	background-color: white;
	margin: auto;
	margin-top: 17px;
}

.area_items_list_container .area_items_list .area_item .area_item_title_container .area_item_title_container_table {
	min-height: 52px;
	display: table;
	width: 100%;
}

.area_items_list_container .area_items_list .area_item .area_item_title_container .area_item_title_container_table .area_item_title_container_cell {
	display: table-cell;
	vertical-align: middle;
}

.area_items_list_container .area_items_list .area_item .area_item_title_container .area_item_title_container_table .area_item_title_container_cell h3 {
	margin: 0;
	font-size: 22px;
	line-height: 26px;
}

.area_items_list_container .area_items_list .area_item .area_item_text_container {}

.area_items_list_container .area_items_list .area_item .area_item_text_container .area_item_text {
	font-size: 16px;
	line-height: 19px;
}

.area_items_list_container .area_items_list .area_item .area_item_text_container .area_item_text p {}

.area_items_list_container .area_items_list .area_item .area_item_text_container .area_item_text p:last-child {
	margin-bottom: 0
}

.impact_items_list_container {}

.impact_items_list_container .impact_items_title {
	text-align: center;
}

.impact_items_list_container .impact_items_list {
	padding-top: 20px;
}

.impact_items_list_container .impact_items_list .impact_item {
	padding: 0px 30px 15px 66px;
	position: relative
}

.impact_items_list_container .impact_items_list .impact_item .left_line {
	position: absolute;
	display: block;
	content: '';
	width: 2px;
	height: 100%;
	background: #00BFDA;
	top: 34px;
	left: 40px;
	-webkit-transition: height 0.4s ease-in-out;
	-moz-transition: height 0.4s ease-in-out;
	-o-transition: height 0.4s ease-in-out;
	transition: height 0.4s ease-in-out;
	height: 0;
}

.impact_items_list_container .impact_items_list .impact_item:last-child .left_line {
	display: none
}

.impact_items_list_container .impact_items_list .impact_item .impact_item_container {}

.impact_items_list_container .impact_items_list .impact_item .impact_item_container .impact_item_title_container {}

.impact_items_list_container .impact_items_list .impact_item .impact_item_container .impact_item_title_container h1 {
	font-size: 55px;
	line-height: 66px;
	color: #00BFDA;
	position: relative;
}

.impact_items_list_container .impact_items_list .impact_item .impact_item_container .impact_item_title_container h1 span {
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 2px solid #00BFDA;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	left: -35px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: white;
	z-index: 1;
}

.impact_items_list_container .impact_items_list .impact_item .impact_item_container .impact_item_title_container h1 span:after {
	position: absolute;
	content: '';
	display: block;
	background: #333333;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
}

.impact_items_list_container .impact_items_list .impact_item .impact_item_container .impact_item_text_container {
	font-size: 20px;
	line-height: 32px;
	font-family: 'OpenSans';
	letter-spacing: .1px;
	padding-top: 10px;
}

.impact_items_list_container .impact_items_list .impact_item .impact_item_container .impact_item_text_container p {
	margin: 0 0 1.6em 0;
}

.impact_items_list_container .impact_items_list .impact_item .impact_item_container .impact_item_text_container strong {
	font-family: 'OpenSans-Bold';
}

.impact_items_list_container .impact_items_list .impact_item .impact_item_container .impact_item_text_container del {
	color: #00BFDA;
	text-decoration: none;
	font-family: 'SourceSansPro-Bold';
}

.impact_items_list_container .impact_items_list.animated .impact_item .left_line {
	height: 100%;
}

#why .about_section .about_section_content {
	margin-top: 40px;
}

#why .about_section .about_section_content .about_section_content_title {
	margin-bottom: 30px;
	text-align: center;
}

#why .about_section .about_section_content .about_section_content_text {
	font-size: 20px;
	line-height: 32px;
	letter-spacing: .3px;
	font-family: 'OpenSans';
	padding-bottom: 1px;
}

#why .about_section .about_section_content .about_section_content_text p {
	margin: 0 0 1em 0
}

#why .about_secondary_text img {
	width: 100%;
	margin: 1em 0;
	height: auto;
}

.factors_items_list_container {
	text-align: center;
	padding: 55px 0px;
	border-bottom: 1px solid #cecece;
	border-top: 1px solid #cecece;
	margin: 2.3em 0;
}

.factors_items_list_container .factors_items_title {
	display: inline-block;
	font-size: 30px;
	line-height: 36px;
	padding: 0 5px 4px 5px;
	color: white;
	background: #00BFDA;
}

.factors_items_list_container .factors_items_title .factors_items_slider_container {}

.factors_items_list_container .factors_items_slider_container {
	position: relative;
}

.factors_items_list_container .factors_items_slider_container .swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.factors_items_list_container .factors_items_slider_container .swiper-container .swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.factors_items_list_container .factors_items_slider_container .swiper-container .swiper-wrapper .swiper-slide {
	font-size: 20px;
	line-height: 32px;
	padding: 40px 35px 20px 35px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.factors_items_list_container .factors_items_slider_container .swiper-container .swiper-wrapper .swiper-slide .factors_item_title_container {}

.factors_items_list_container .factors_items_slider_container .swiper-container .swiper-wrapper .swiper-slide .factors_item_title_container h4 {
	margin: 0;
	margin-bottom: 1.3em;
	color: #00BFDA;
}

.factors_items_list_container .factors_items_slider_container .swiper-container .swiper-wrapper .swiper-slide .factors_item_text_container {}

.factors_items_list_container .factors_items_slider_container .swiper-container .swiper-wrapper .swiper-slide .factors_item_text_container .factors_item_text {}

.factors_items_list_container .factors_items_slider_container .swiper-container .swiper-wrapper .swiper-slide .factors_item_text_container .factors_item_text p {
	margin-top: 0
}

.factors_items_list_container .factors_items_slider_container .swiper-container .swiper-wrapper .swiper-slide .factors_item_text_container .factors_item_text p:last-child {
	margin-bottom: 0
}

.factors_items_list_container .factors_items_slider_container .pagination_wrapper .pagination_container .slider_arrow {
	top: 50%;
	left: -43px;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.factors_items_list_container .factors_items_slider_container .pagination_wrapper .pagination_container .slider_arrow.next_arrow {
	right: -43px;
	left: auto;
}

.swiper-button-disabled {
	display: none
}

.reports_items_list_container {}

.reports_items_list_container .reports_items_title {
	text-align: center;
	padding: 20px 0px;
}

.reports_items_list_container .reports_items_list {
	padding-top: 10px;
}

.reports_items_list_container .reports_items_list .reports_item {
	width: calc((100% - 40px) /3);
	float: left;
	margin-right: 20px;
	display: inline-block;
	letter-spacing: normal;
	margin-bottom: 25px;
}

.reports_items_list_container .reports_items_list .reports_item:nth-of-type(3n) {
	float: right;
	margin-right: 0;
}

.reports_items_list_container .reports_items_list .reports_item:nth-of-type(3n+1) {
	float: left;
	clear: both;
}

.reports_items_list_container .reports_items_list .reports_item .reports_item_container {
	display: block;
	height: 400px;
}

.reports_items_list_container .reports_items_list .reports_item .reports_item_container .reports_item_title_container {
	padding: 60px 20px;
}

.reports_items_list_container .reports_items_list .reports_item .reports_item_container .reports_item_title_container h3 {
	margin: 0;
	font-size: 47px;
	line-height: 56px;
}

.reports_items_list_container .reports_items_list .reports_item .reports_item_container .reports_item_title_container h3 label {
	font-size: 71px;
	line-height: 85px;
	cursor: pointer;
}

.highcharts-tick {
	display: none
}

.highcharts-grid-line {
	display: none;
}

.highcharts-label tspan {
	font-size: 13px;
	font-family: 'SourceSansPro-Bold';
}

.highcharts-xaxis-labels tspan {
	font-size: 14px;
	font-family: 'SourceSansPro-Regular';
	fill: #4d4d4d;
}

.charts_container {
	padding-bottom: 20px;
	padding-top: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #c1c1c1;
}

.charts_container .charts_container_wrapper {
	position: relative;
	text-align: center;
}

.charts_container .charts_container_wrapper .charts_container_tabs {
	position: absolute;
	width: 100%;
	top: 83px;
	z-index: 1;
}

.charts_container .charts_container_wrapper .charts_container_tabs .chart_tab {
	vertical-align: top;
	display: inline-block;
	font-size: 30px;
	line-height: 34px;
	padding: 0 30px 2px 30px;
	color: #00BFDA;
	background: transparent;
	font-family: 'SourceSansPro-Bold';
	cursor: pointer;
	border: 2px solid #00BFDA;
	margin: 0px 20px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.charts_container .charts_container_wrapper .charts_container_tabs .chart_tab.active {
	background: #00BFDA;
	color: white;
}

.charts_container .charts_container_wrapper .carts_object_container {}

.charts_container .charts_container_wrapper .carts_object_container .chart_object {
	display: none;
}

.charts_container .charts_container_wrapper .carts_object_container .chart_object .chart_title {
	text-align: center;
	font-family: 'SourceSansPro-Bold';
	font-size: 255px;
	line-height: 190px;
	color: rgba(200, 200, 200, .5);
}
.background_number{
		text-align: center;
		font-family: 'SourceSansPro-Bold';
		font-size: 255px;
		color:#C8C8C8;
		position:absolute;
		width:100%;
		line-height: 100%;
		opacity: .5;
		z-index: -1;
}
.children_menu_position {
	position: absolute;
	top: -250px;
	width: 100%;
	height: 1px;
}

#primary {
	opacity: 0;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out
}

.loaded #primary {
	opacity: 1;
}
.home #primary{
	    padding-top: 150px;
}

.chart {
	height: 600px;
}

#searchform {
	display: block;
	height: 100%
}

.right_content {
	float: right;
}

.search_content {
	width: 70.7%;
}

.left_sidebar {
	float: left;
}

.search_sidebar {
	width: 29.3%;
	padding-right: 67px;
	position: relative;
	font-size: 20px;
	line-height: 24px;
	height: 100%;
}

.search_sidebar .search_sidebar_content_float {}

.search_sidebar .search_sidebar_content_float .ssearch_sidebar_content_float_content {}

.remove_search_parameters {
	color: #00BFDA;
	font-size: 14px;
	font-family: 'OpenSans';
	letter-spacing: .3px;
}

.search_sidebar_wrapper {
	width: 235px;
	max-width: 100%;
}

.search_sidebar_header {
	padding-bottom: 15px;
	border-bottom: 1px solid #bfbfbf;
}

.search_sidebar_header h2 {
	font-size: 20px;
	font-family: 'SourceSansPro-Semibold';
}

.search_content_title {
	font-size: 28px;
	line-height: 33px;
	padding-bottom: 25px;
}

.search_content_title label {}

.search_content_title span {
	font-family: 'SourceSansPro-Bold';
}

.post_item {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #c1c1c1;
	display: block;
}

.post_item .post_item_wrapper {}

.post_item .post_item_wrapper .post_item_content {}

.post_item .post_item_wrapper .post_item_content .post_item_image_container {
	height: 210px;
	width: 45.3%;
	float: left;
	background-position: center;
	background-size: cover;
}

.post_item .post_item_wrapper .post_item_content .post_text_content_container {
	width: auto;
	overflow: hidden;
	padding-left: 20px;
	min-height: 210px;
	position: relative;
}

.post_item .post_item_wrapper .post_item_content .post_text_content_container .post_text_content_title {
	max-height: 62px;
	overflow: hidden;
	margin-bottom: 5px;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'SourceSansPro-SemiBold';
}

.post_item .post_item_wrapper .post_item_content .post_text_content_container .post_text_content_text {}

.post_item .post_item_wrapper .post_item_content .post_text_content_container .post_text_content_text {
	font-size: 16px;
	line-height: 19px;
	letter-spacing: .1px;
	color: #333333;
	max-height: 61px;
	overflow: hidden;
}

.section_columnize_layour .section_side_content {
	float: right;
	width: 35%;
	padding-left: 20px;
	position: relative;
	font-size: 20px;
	line-height: 24px;
	height: 100%;
}

.post_date_container {
	font-size: 12px;
	line-height: 14px;
	padding-bottom: 15px;
	float: right;
	text-align: right;
}

.post_date_container img {
	display: inline-block;
	vertical-align: -2px;
	margin-right: 4px;
}

.vertical_center_table {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding-left: 20px;
}

.search_content_list {}

.post_author_content {
	font-size: 18px;
	line-height: 23px;
	border-top: 1px solid #c1c1c1;
	color: #333333;
	padding-top: 8px;
	margin-top: 11px;
}

.post_content_header {}

.post_content_header .post_type_label {
	float: left;
	text-align: left;
	font-size: 16px;
	line-height: 19px;
	font-family: 'SourceSansPro-Bold';
	background: #00BFDA;
	color: white;
	padding: 0px 4px;
}

.filters_container {}

.filters_container .filters_form {
	padding: 10px 0px;
}

.filters_container .filters_form .filter_container {
	padding: 10px 0px;
}

.filters_container .filters_form .filter_container .filter_wrapper {}

.filters_container .filters_form .filter_container .filter_wrapper .filter_header {
	font-family: 'OpenSans';
	font-size: 14px;
	line-height: 25px;
	color: #202020;
	background: rgba(200, 200, 200, .20);
	padding: 0px 6px;
	cursor: pointer;
	position: relative;
}

.filters_container .filters_form .filter_container .filter_wrapper .filter_header:after {
	content: '';
	position: absolute;
	background-image: url(images/filter_arrow.svg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 14px;
	height: 9px;
	right: 7px;
	top: 9px;
}

.filters_container .filters_form .filter_container .filter_wrapper .filter_body {
	padding: 10px 0px;
	background: rgba(200, 200, 200, .10);
	display: none;
}

.filters_container .filters_form .filter_container .filter_wrapper .filter_body ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.filters_container .filters_form .filter_container .filter_wrapper .filter_body ul li {
	padding: 5px 10px;
}

.filters_container .filters_form .filter_container .filter_wrapper .filter_body ul li label {
	display: inline-block;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: .3px;
	cursor: pointer;
}

.filters_container .filters_form .filter_container .filter_wrapper .filter_body ul li label input {}

.area_header {}

.area_header .area_header_wrapper {
	max-width: 1080px;
	margin: auto;
	padding: 0 28px;
}

.area_header .area_header_wrapper .area_header_content_title {}

.area_header .area_header_wrapper .area_header_content_title h1 {
	color: white;
	text-transform: uppercase;
	font-size: 28px;
}

.area_header .area_header_wrapper .area_header_content_text {
	color: white;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: .5px;
	font-family: 'OpenSans';
}

.area_header .area_header_wrapper .area_header_content_text p {}

.area_header_content {
	color: white;
	text-align: center;
	padding-bottom: 30px;
	padding-top: 10px;
}

.area_header .area_header_wrapper .breadcrumb_menu,
.area_header .area_header_wrapper .breadcrumb_menu * {
	color: white
}

.area_header .area_header_wrapper .breadcrumb_separator {
	filter: invert(100%);
}

.area_item_top_content_wrapper {}

.area_item_top_content_wrapper .area_item_top_content {
	max-width: 1080px;
	margin: auto;
	padding: 0 28px;
}

.area_item_top_content_wrapper .area_item_top_content .area_main_images {
	padding: 30px 0px 40px 0px;
	border-bottom: 1px solid #a8a8a8;
}

.area_item_top_content_wrapper .area_item_top_content .area_main_images .area_main_image_container {
	display: block;
	height: 445px;
}

.area_item_top_content_wrapper .area_item_top_content .area_main_images .area_main_image {
	background-position: center;
	background-size: cover;
	height: 100%;
}

.area_item_top_content_wrapper .area_item_top_content .area_main_images .area_main_image_container.area_main_image1 {
	float: left;
	width: 33%;
	padding-right: 10px;
}

.area_item_top_content_wrapper .area_item_top_content .area_main_images .area_main_image_container.area_main_image2 {
	float: right;
	width: 67%;
	padding-left: 10px;
}

.area_body_container {
	max-width: 1080px;
	margin: auto;
	padding: 0 28px;
}

.area_body_container .area_body_wrapper {
	padding-top: 40px;
}

.area_body_container .area_body_wrapper .area_body_content {
	width: 67.7%;
	float: left;
	padding-right: 20px;
}

.area_body_container .area_body_wrapper .area_body_sidebar {
	float: right;
	padding-left: 40px;
	width: 32.3%;
}

.area_body_container .area_body_wrapper .area_body_sidebar .area_body_sidebar_wrapper {}

.area_body_container .area_body_wrapper .area_body_sidebar .area_body_sidebar_wrapper a {
	display: block;
	margin-bottom: 30px;
}

.area_body_container .area_body_wrapper .area_body_sidebar .area_body_sidebar_wrapper img {
	pointer-events: none;
	display: block;
	width: 100%;
}

.area_body_content .post_date_container {
	float: none;
	text-align: left;
	padding: 2px 0px 10px 0px;
}

.see_more {
	font-size: 18px;
	line-height: 22px;
	font-family: 'SourceSansPro-Bold';
	color: #00bfda;
}

.area_body_content .post_content_header .post_type_label {
	margin-bottom: 10px;
}

.area_body_content_posts_title {
	padding-bottom: 15px
}

.team_slider {
	max-width: 1080px;
	margin: auto;
	padding: 0 28px;
}

.team_slider .slider_container {
	border-top: 1px solid #c1c1c1;
	padding-top: 35px;
}

.team_slider {}

.team_slider .slider_container {}

.team_slider .slider_container .slider_container_wrapper {}

.team_slider .slider_container .slider_container_wrapper .main_slider_container {
	position: relative;
}

.team_slider .slider_container .slider_container_wrapper .main_slider_container .swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.team_slider .slider_container .slider_container_wrapper .main_slider_container .swiper-container .swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.team_slider .slider_container .slider_container_wrapper .main_slider_container .swiper-container .swiper-wrapper .slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.team_slider .slider_container .pagination_wrapper .pagination_container .slider_arrow {
	top: 50%;
	left: -43px;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.team_slider .slider_container .pagination_wrapper .pagination_container .slider_arrow.next_arrow {
	right: -43px;
	left: auto;
}

.team_slider_title {
	padding-bottom: 10px;
}

.banner_container {
	max-width: 1080px;
	margin: auto;
	padding: 0 28px;
	padding-top: 10px;
}

.primary_post .banner_container,
.primary_home .banner_container {
	padding: 0;
	padding-top: 10px
}

.primary_home .banner_container {
	padding-top: 40px;
}

.primary_post_special .banner_container {
	padding: 10px 0 0 0
}

.banner_container .banner_item {}

.banner_container .banner_item img {
	width: 100%;
	pointer-events: none;
	display: block;
}

.hamburger:focus {
	outline: none
}

.hamburger span {
	display: block;
	position: absolute;
	top: 16px;
	top: 50%;
	left: 0;
	right: 0;
	height: 6px;
	height: 0.125 rem;
	background: #ffffff;
	transition: background 0s 0.2s;
	text-indent: -990000px;
	border-radius: 12px;
}

.hamburger span::before,
.hamburger span::after {
	position: absolute;
	content: '';
	display: block;
	left: 0;
	width: 100%;
	height: 6px;
	height: 0.125 rem;
	background-color: white;
	transition-duration: 0.2s, 0.2s;
	transition-delay: 0.2s, 0s;
	border-radius: 12px;
}

.home .hamburger span::before,
.home .hamburger span::after {
	background-color: white;
}

.hamburger span::before {
	top: -12px;
	top: -0.5625 rem;
	transition-property: top, -webkit-transform;
	transition-property: top, transform;
}

.hamburger span::after {
	bottom: -12px;
	bottom: -0.5625 rem;
	transition-property: bottom, -webkit-transform, b;
	transition-property: bottom, transform;
}

.open .hamburger span {
	background: none;
}

.open .hamburger span::before,
.open .hamburger span::after {
	transition-delay: 0s, 0.2s;
	/* background: #333333; */
}

.open .hamburger span::before {
	top: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.open .hamburger span::after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.menu_black_btn.open {}

.menu_black_btn {
	text-align: center;
	vertical-align: middle;
	-moz-transition: all .2s ease-in-out 0s;
	-ms-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
	padding: 0 10px;
	height: 47px;
	width: 50px;
	top: 10px;
	z-index: 200;
	right: 34px;
	position: fixed;
	pointer-events: auto;
	display: none;
}

.fixed_header .menu_black_btn {
	top: 28px;
}

.hamburger {
	display: block;
	position: absolute;
	left: 50%;
	margin: 0px auto;
	padding: 0;
	width: 34px;
	top: 50%;
	height: 41px;
	font-size: 0;
	text-indent: -9999px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	cursor: pointer;
	z-index: 3;
	background: none;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-tap-highlight-color: transparent;
}

.hamburger:focus {
	outline: none
}

.left_sidebar .search_content_title {
	display: none;
}

.mobile_module {
	display: none !important
}

.mobile_menu {
	display: none;
}

.primary_post .post_type_label {
	float: left;
	text-align: left;
	font-size: 18px;
	line-height: 19px;
	font-family: 'SourceSansPro-Bold';
	background: #00BFDA;
	color: white;
	padding: 2px 6px 4px 6px;
}

.section_side_content .post_item .post_item_wrapper .post_item_content .post_item_image_container {
	width: 100%;
	height: 175px;
	float: none;
}

.section_side_content .post_item .post_item_wrapper .post_item_content .post_text_content_container {
	width: 100%;
	min-height: 10px;
	overflow: visible;
	padding: 0;
}

.section_side_content .vertical_center_table {
	display: block;
	position: relative;
	left: 0;
	-webkit-transform: translate(0%, 0%);
	-moz-transform: translate(0%, 0%);
	-o-transform: translate(0%, 0%);
	transform: translate(0%, 0%);
	padding-left: 0;
	top: auto;
}

.section_side_content .post_item .post_item_wrapper .post_item_content .post_text_content_container .post_text_content_title {
	max-height: 10000vw;
	overflow: visible;
	font-size: 22px;
	line-height: 26px;
	margin-top: 10px;
}

.section_side_content .post_item {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #c1c1c1;
	display: block;
}

.section_side_content .post_date_container {
	float: none;
	padding: 0;
	text-align: left;
}

.primary_post .section_columnize_layour .section_side_content {
	padding-left: 30px;
	width: 31%;
	padding-top: 15px;
}

.primary_post .section_columnize_layour .section_main_content {
	padding-right: 30px;
	width: 69%;
	padding-top: 15px;
}
.legal_template.primary_post .section_columnize_layour .section_main_content {
	padding-right: 0px;
	width: 100%;
	padding-top: 15px;
}


.author_related_posts h2 {
	margin-bottom: 25px;
}

.sidebar_image {}

.sidebar_image a {
	width: 100%;
	display: block;
}

.sidebar_image img {
	width: 100%;
	display: block;
	margin-bottom: 30px;
}

h1.post_title {
	font-size: 28px;
	line-height: 33px;
	text-transform: uppercase;
	padding-bottom: 20px;
	border-bottom: 2px solid #cecece;
}

.post_share_module {
	margin-top: 0px;
	padding: 25px 0px 20px 0px;
	/* border-bottom: 2px solid #cecece; */
}

.post_share_module .custom_item_share_module {}

.post_share_module .custom_item_share_module label {
	display: inline-block;
	font-size: 14px;
	letter-spacing: .3px;
	vertical-align: middle;
}

.post_share_module .custom_item_share_module .custom_share_module_btn_container {
	display: inline-block;
	vertical-align: -1px;
}

.post_share_module .custom_item_share_module .custom_share_module_btn_container .custom_share_module_btn {
	display: inline-block;
	margin-left: 20px;
	font-size: 14px;
	vertical-align: middle;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}

.post_share_module .custom_item_share_module .custom_share_module_btn_container .custom_share_module_btn img {}

.post_content_container {}

.post_content_container .post_content_wrapper {
	font-size: 20px;
	line-height: 32px;
	letter-spacing: .1px;
	text-align: justify;
	font-family: 'OpenSans';
	padding-bottom: 1px;
	border-bottom: 2px solid #cecece;
}

.post_content_container .post_content_wrapper p {
	margin: 1.3em 0;
}

.special_post_container .post_content_container .post_content_wrapper p:first-child {
	margin-top: 0
}

.post_content_container .post_content_wrapper p.remove_padding_top {
	margin-top: 0
}

.post_content_container .post_content_wrapper iframe {
	width: 100%;
}

.post_content_container .post_content_wrapper h5 {
	margin: 1.3em 0;
	font-family: 'OpenSans-Light';
}

.post_content_container .post_content_wrapper table,
.post_content_container .post_content_wrapper table tr,
.post_content_container .post_content_wrapper table td {
	border: none;
	padding: 0;
	table-layout: fixed;
}

.post_content_container .post_content_wrapper table tr:first-child td:first-child {
	padding-right: 10px;
	vertical-align: top;
}

.post_content_container .post_content_wrapper table tr:first-child td:nth-child(2n) {
	padding-left: 10px;
}

.post_content_container .post_content_wrapper strong {
	font-family: 'OpenSans-Bold';
}

.post_content_container .post_content_wrapper a {
	font-family: 'OpenSans-Bold';
	color: #00BFDA
}

.post_content_container .post_content_wrapper a {}

.post_content_container .post_content_wrapper em {}

.post_content_container .post_content_wrapper img {
	max-width: 100%;
	height: auto;
	display: block;
}

.post_content_container .post_content_wrapper figure {
	margin: 0;
	max-width: 100%;
}

.post_content_container .post_content_wrapper figure figcaption {
	font-size: 12px;
	line-height: 14.4px;
	font-family: 'SourceSansPro-Regular';
	letter-spacing: .9px;
	padding-top: 5px;
}

.twitter_module_container {
	padding: 11px 0px;
	margin: .5em 0 0 0;
	border-top: 2px solid #1f99d6;
	border-bottom: 7px solid #1f99d6;
	cursor: pointer;
}

.twitter_module_container .twitter_module_wrapper {
	display: block;
	text-align: left;
}

.twitter_module_container .twitter_btn {
	padding-top: 14px;
	vertical-align: middle;
}

.twitter_module_container .twitter_btn span {
	display: inline-block;
	vertical-align: middle;
}

.twitter_module_container .twitter_btn span img {
	display: block;
}

.twitter_module_container .twitter_btn label {
	font-family: 'OpenSans-Italic';
	display: inline-block;
	vertical-align: -3px;
	color: #666666;
	letter-spacing: .5px;
	font-size: 18px;
	margin-left: 10px;
}

.twitter_module_container .twitter_module_wrapper label {
	color: #007dc4;
	font-size: 26px;
	line-height: 31px;
	font-family: 'OpenSans-Italic';
	letter-spacing: .2px;
	/* padding-right: 20px; */
	display: block;
}

.twitter_module_container * {
	cursor: pointer
}

.post_footer_share_module {
	border-bottom: 2px solid #cecece;
}

.primary_post_special .section_columnize_layour {
	border-bottom: 2px solid #cecece;
}

.special_post_container {
	max-width: 851px;
	margin: auto;
	clear: both;
	padding: 0 28px;
}

.special_post_container .post_content_container .post_content_wrapper {
	border: none
}

.primary_post.primary_post_special .section_columnize_layour .section_main_content {
	width: 50%;
	padding-right: 26px;
	padding-top: 0;
}

.primary_post.primary_post_special .section_columnize_layour .section_side_content {
	width: 50%;
	padding-left: 26px;
	padding-top: 8px;
}

.post_footer {
	text-align: center;
	padding: 30px 0px
}

.featured_posts_container {}

.featured_posts_container .featured_posts_wrapper {
	padding-top: 35px;
}

.featured_posts_container .featured_posts_wrapper h2 {
	padding-bottom: 25px;
}

.featured_posts_container .featured_posts_wrapper .featured_post_items {}

.featured_posts_container .featured_posts_wrapper .featured_post_items .featured_post_item {
	display: block;
	float: left;
	width: calc((100% - 40px) /3);
	height: 210px;
	margin-right: 20px;
}

.featured_posts_container .featured_posts_wrapper .featured_post_items .featured_post_item:nth-of-type(3n) {
	float: right;
	margin-right: 0;
}

.featured_posts_container .featured_posts_wrapper .featured_post_items .featured_post_item:nth-of-type(3n+1) {
	float: left;
	clear: both;
}

.featured_posts_container .featured_posts_wrapper .featured_post_items .featured_post_item .featured_post_item_container {
	height: 100%;
	background-size: cover;
	background-position: center center;
	position: relative;
}

.featured_posts_container .featured_posts_wrapper .featured_post_items .featured_post_item .featured_post_item_container .featured_post_item__type_label {
	position: absolute;
	text-align: left;
	font-size: 16px;
	line-height: 22px;
	font-family: 'SourceSansPro-Bold';
	background: #00BFDA;
	color: white;
	padding: 0px 6px;
	top: 10px;
	left: 10px;
}

.featured_posts_container .featured_posts_wrapper .featured_post_items .featured_post_item .featured_post_item_container .featured_post_title {
	position: absolute;
	width: 100%;
	font-size: 20px;
	line-height: 24px;
	color: white;
	font-family: 'SourceSansPro-Bold';
	height: 100%;
	background-image: url(images/post_shadow.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center bottom;
}

.featured_posts_container .featured_posts_wrapper .featured_post_items .featured_post_item .featured_post_item_container .featured_post_title label {
	display: block;
	position: absolute;
	width: 100%;
	padding: 10px 10px 5px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	bottom: 0;
	cursor: pointer;
}

.newsletter_form {}

.single-area .newsletter_form {
	max-width: 1080px;
	margin: auto;
	padding: 0 28px;
	padding-top: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.newsletter_form .newsletter_container_content {}

.newsletter_form .newsletter_container_content .newsletter_content_wrapper {}

.newsletter_form .newsletter_container_content .newsletter_content_wrapper .newsletter_content_left_column {
	float: left;
	background-color: #147ed4;
	width: 66.2%;
	padding: 20px 24px 30px 24px;
	height: 100px;
}

.newsletter_form .newsletter_container_content .newsletter_content_wrapper .newsletter_content_left_column h2 {
	color: white;
	font-size: 22px;
	line-height: 22px;
	font-family: 'SourceSansPro-Regular';
	letter-spacing: .9px;
	padding-bottom: 9px;
}

.newsletter_form .newsletter_container_content .newsletter_content_wrapper .newsletter_content_left_column p {
	margin: 0;
	font-family: 'SourceSansPro-Bold';
	font-size: 16px;
	line-height: 19px;
	letter-spacing: .9px;
}

.newsletter_form .newsletter_container_content .newsletter_content_wrapper .newsletter_content_right_column {
	width: auto;
	overflow: hidden;
	height: 100px;
	background: #bcbcbc;
	padding: 41px 20px 0px 20px;
	position: relative;
}

.newsletter_form .newsletter_container_content .newsletter_content_wrapper .newsletter_content_right_column input[type="text"] {
	float: left;
	width: calc(100% - 80px);
	display: block;
	background: transparent;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: black;
	height: 27px;
	font-size: 12px;
	color: black;
	font-family: 'SourceSansPro-Bold';
	letter-spacing: .9px;
}

.newsletter_form .newsletter_container_content .newsletter_content_wrapper .newsletter_content_right_column input[type="submit"] {
	float: right;
	background: none;
	border: none;
	padding: 0;
	font-family: 'SourceSansPro-Bold';
	font-size: 20px;
	line-height: 23px;
	letter-spacing: .9px;
	width: 80px;
	text-align: right;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.newsletter_form .newsletter_container_content .newsletter_thanks_wrapper {
	display: none;
	background: #bcbcbc;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	text-align: center;
}

.newsletter_form .newsletter_container_content .newsletter_thanks_wrapper .newsletter_thanks_container {
	position: absolute;
	width: 100%;
	padding: 20px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.newsletter_form .newsletter_container_content .newsletter_thanks_wrapper .newsletter_thanks_container h1 {
	margin: 0;
	font-family: 'SourceSansPro-Bold';
	font-size: 16px;
	line-height: 19px;
	letter-spacing: .9px;
}

.newsletter_form .newsletter_container_content .newsletter_thanks_wrapper .newsletter_thanks_container label {
	font-size: 16px;
	padding: 4px 0px;
	display: block;
}

.newsletter_content_right_column_wrapper {
	border-bottom: 1px solid black;
	padding-bottom: 0px;
}

.newsletter_form .newsletter_container_content .newsletter_content_wrapper .newsletter_content_right_column input[type="text"]::-webkit-input-placeholder {
	/* Edge */
	color: black;
	font-family: 'SourceSansPro-Bold';
	letter-spacing: .9px;
}

.newsletter_form .newsletter_container_content .newsletter_content_wrapper .newsletter_content_right_column input[type="text"]:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: black;
	font-family: 'SourceSansPro-Bold';
	letter-spacing: .9px;
}

.newsletter_form .newsletter_container_content .newsletter_content_wrapper .newsletter_content_right_column input[type="text"]::placeholder {
	color: black;
	font-family: 'SourceSansPro-Bold';
	letter-spacing: .9px;
}

.newsletter_content_right_column_wrapper {
	border-bottom: 1px solid black;
	padding-bottom: 0px;
}

.newsletter_form .newsletter_container_content .newsletter_content_wrapper .newsletter_content_right_column_wrapper.empty_error input[type="text"]::-webkit-input-placeholder,
.newsletter_form .newsletter_container_content .newsletter_content_wrapper .newsletter_content_right_column_wrapper.invalid_email input[type="text"]::-webkit-input-placeholder {
	/* Edge */
	color: red;
}

.newsletter_form .newsletter_container_content .newsletter_content_wrapper .newsletter_content_right_column_wrapper.invalid_email input[type="text"]:-ms-input-placeholder,
.newsletter_form .newsletter_container_content .newsletter_content_wrapper .newsletter_content_right_column_wrapper.empty_error input[type="text"]:-ms-input-placeholder {
	color: red;
}

.newsletter_form .newsletter_container_content .newsletter_content_wrapper .newsletter_content_right_column_wrapper.invalid_email input[type="text"]::placeholder,
.newsletter_form .newsletter_container_content .newsletter_content_wrapper .newsletter_content_right_column_wrapper.empty_error input[type="text"]::placeholder {
	color: red;
}

.newsletter_form .newsletter_container_content .newsletter_content_wrapper .newsletter_content_right_column_wrapper.invalid_email,
.newsletter_form .newsletter_container_content .newsletter_content_wrapper .newsletter_content_right_column_wrapper.empty_error {
	border-color: red
}

.post_author_container {
	border-bottom: 2px solid #cecece;
	padding: 15px 0px;
}

.post_author_container .post_author_wrapper {
	position: relative;
}

.post_author_container .post_author_wrapper .post_author_container_content {}

.post_author_container .post_author_wrapper .post_author_container_content .post_author_image {
	width: 70px;
	height: 70px;
	background-size: cover;
	border-radius: 50%;
	border: 2px solid #cecece;
	display: inline-block;
	vertical-align: middle;
}

.post_author_container .post_author_wrapper .post_author_container_content .post_author_info {
	display: inline-block;
	vertical-align: middle;
	padding-left: 15px;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: .3px;
	color: #1d1d1b;
}

.post_author_container .post_author_wrapper .post_author_container_content .post_author_info .post_author_header {
	margin-bottom: 7px;
}

.post_author_container .post_author_wrapper .post_author_container_content .post_author_info .post_author_header label {
	padding-right: 2px;
	display: inline-block;
	vertical-align: middle;
}

.post_author_container .post_author_wrapper .post_author_container_content .post_author_info .post_author_header > a {
	padding-right: 5px;
	display: inline-block;
	vertical-align: middle;
	padding-left: 6px;
	border-left: 1px solid black;
	color: #00BFDA;
}

.post_author_container .post_author_wrapper .post_author_container_content .post_author_info .post_author_job_position {}

.post_author_container .post_date_container {
	position: absolute;
	padding: 0;
	right: 0;
	font-size: 14px;
	top: 17px;
}

.post_author_container .post_date_container span {}

.post_author_container .post_date_container span img {
	width: 13px;
}

.section_side_content .twitter_module_container {
	margin-bottom: 30px;
}

.section_side_content h1 {
	margin-bottom: 30px;
	font-size: 34px;
	line-height: 41px;
}

.special_post_container .post_footer_modules,
.special_post_container .post_share_module {
	text-align: center;
	border-bottom: 2px solid #cecece;
}

.special_post_container .post_share_module {
	margin-bottom: 30px
}

.special_post_container .post_footer_modules .post_share_module {
	text-align: center;
	margin-bottom: 0;
	border: 0;
}

.special_post_container .post_downloads .custom_item_downloads {
	text-align: center
}

.top_scroll_bar {
	position: fixed;
	top: 150px;
	height: 4px;
	z-index: 10000;
	background: #c9c9c9;
	width: 100%;
}

.top_scroll_bar .top_scroll_bar_progress {
	height: 100%;
	background: #00b3cf;
}

.special_post_header {}

.special_post_header_wrapper {
	min-height: 28.4vw;
	min-height: 545px;
	background-position: center;
	background-size: cover;
}

.special_post_header_content {
	max-width: 1080px;
	margin: auto;
	padding: 0px 28px 50px 28px;
}

.primary_post_special .post_content_wrapper p del {
	font-size: 112px;
	text-decoration: none;
	font-family: 'OpenSans-Bold';
	float: left;
	line-height: 90px;
	margin-right: 10px;
}

.primary_post_special .breadcrumb_menu {
	color: white;
}

.primary_post_special .breadcrumb_menu a {
	color: white;
}

.primary_post_special .breadcrumb_separator {
	filter: invert(100%)
}

.primary_post_special .post_author_container .post_author_wrapper .post_author_container_content .post_author_info .post_author_header label,
.primary_post_special .post_author_container .post_author_wrapper .post_author_container_content .post_author_info .post_author_job_position {
	color: white;
}

.primary_post_special h1.post_title {
	border: none;
	font-size: 50px;
	line-height: 50px;
	padding-bottom: 0;
	text-transform: none;
	/* width: 685px; */
	margin-top: 15px;
}

.primary_post_special h1.post_title span {
	background: white;
	line-height: 68px;
	padding: 0 4px;
}

.primary_post_special .post_author_container {
	border: none
}

.post_footer_content {
	clear: both;
	border-top: 2px solid #cecece;
}

.post_footer_content .post_footer_content_wrapper {}

.post_footer_content .post_footer_content_wrapper .post_footer_content_gallery_container {}

.post_footer_content .post_footer_content_wrapper .post_footer_content_gallery_container h1 {
	padding: 30px 0px;
}

.post_footer_content .post_footer_content_wrapper .post_footer_content_gallery_container .post_footer_content_gallery {}

.post_footer_content .post_footer_content_wrapper .post_footer_content_gallery_container .post_footer_content_gallery .swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.post_footer_content .post_footer_content_wrapper .post_footer_content_gallery_container .post_footer_content_gallery .swiper-container .swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
	transform: translate3d(0px, 0, 0);
}

.post_footer_content .post_footer_content_wrapper .post_footer_content_gallery_container .post_footer_content_gallery .swiper-container .swiper-wrapper .swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 565px;
	background-size: cover;
	background-position: center;
}

.post_footer_content .post_footer_content_wrapper .post_footer_content_gallery_container .swiper-pagination {
	padding: 20px 0;
	text-align: center;
}

.post_footer_content .post_footer_content_wrapper .post_footer_content_gallery_container .swiper-pagination span {
	display: inline-block;
	height: 10px;
	width: 10px;
	border: 1px solid #bcbcbc;
	border-radius: 50%;
	margin: 0px 4px;
	cursor: pointer;
}

.post_footer_content .post_footer_content_wrapper .post_footer_content_gallery_container .swiper-pagination span.swiper-pagination-bullet-active {
	background: black;
	border-color: black;
	cursor: default;
}

.primary_post_special .post_author_container .post_date_container {
	display: none
}

.home_footer {
	padding-top: 20px;
}

.home_full_image_container {
	display: block;
	padding: 11px 0px
}

.home_full_image_container img {
	display: block;
	width: 100%;
}

.home_areas_slider {
	padding: 11px 0px;
}

.home_areas_slider .home_areas_slider_wrapper {}

.home_modules_title {
	font-size: 26px;
	line-height: 31px;
	text-transform: uppercase;
	padding: 20px 0;
}

.home_areas_slider .home_areas_slider_wrapper .home_areas_slider_container {
	position: relative;
}

.home_areas_slider .home_areas_slider_wrapper .home_areas_slider_container .swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.home_areas_slider .home_areas_slider_wrapper .home_areas_slider_container .swiper-container .swiper-wrapper {
	position: relative;
	width: 100%;
	/* height: 100%; */
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.home_areas_slider .home_areas_slider_wrapper .home_areas_slider_container .swiper-container .swiper-wrapper .slide {}

.home_areas_slider .home_areas_slider_wrapper .home_areas_slider_container .swiper-container .swiper-wrapper .slide {
	height: 253px;
	padding: 36px 12px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.home_areas_slider .home_areas_slider_wrapper .home_areas_slider_container .swiper-container .swiper-wrapper .slide .area_slide_container {}

.home_areas_slider .home_areas_slider_wrapper .home_areas_slider_container .swiper-container .swiper-wrapper .slide .area_slide_container .area_slide_icon {
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.home_areas_slider .home_areas_slider_wrapper .home_areas_slider_container .swiper-container .swiper-wrapper .slide .area_slide_container h2 {
	text-align: center;
	color: white;
	text-transform: uppercase;
	line-height: 29px;
	font-family: 'SourceSansPro-SemiBold';
}

.area_slide_icon_container {
	width: 160px;
	height: 140px;
	margin: auto;
	padding: 0px 15px 15px 15px;
}

.home_areas_slider .pagination_wrapper .pagination_container .slider_arrow {
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.home_layout {}

.home_layout .home_featured_posts_container {
	padding: 30px 0px 14px 0px;
}

.home_layout .home_featured_posts_container .home_featured_posts_wrapper {}

.joel_home{
height: 320px;
width: 100%;
padding-bottom: 10px;
background: pink;
box-sizing: content-box ; 
}

.home_layout .home_featured_posts_container .home_featured_posts_wrapper .home_featured_slider {
	float: left;
	height: 420px;
	width: 66.2%;
	position: relative;
}

.home_layout .home_featured_posts_container .home_featured_posts_wrapper .home_featured_slider .swiper-container {
	height: 100%;
	width: 100%;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.home_layout .home_featured_posts_container .home_featured_posts_wrapper .home_featured_slider .swiper-container .swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}

.home_layout .home_featured_posts_container .home_featured_posts_wrapper .home_featured_slider .swiper-container .swiper-wrapper .slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
	background-size: cover;
	background-position: center;
	z-index: 1;
}

.home_layout .home_featured_posts_container .home_featured_posts_wrapper .home_featured_slider .swiper-container .swiper-wrapper .slide .home_featured_container {}

.home_layout .home_featured_posts_container .home_featured_posts_wrapper .home_featured_slider .swiper-container .swiper-wrapper .slide .home_featured_container .post_type_label {
	text-align: left;
	font-size: 16px;
	line-height: 19px;
	font-family: 'SourceSansPro-Bold';
	background: #00BFDA;
	color: white;
	padding: 0px 6px;
	position: absolute;
	top: 19px;
	left: 17px;
}

.home_layout .home_featured_posts_container .home_featured_posts_wrapper .home_featured_slider .swiper-container .swiper-wrapper .slide .home_featured_container .home_featured_container_text {
	padding: 20px;
	position: absolute;
	width: 100%;
	left: 0;
	text-align: left;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: .9px;
	font-family: 'SourceSansPro-Regular';
	bottom: 20px;
}

.home_layout .home_featured_posts_container .home_featured_posts_wrapper .home_featured_slider .swiper-container .swiper-wrapper .slide .home_featured_container .home_featured_container_text h2 {
	color: white;
	line-height: 28px;
	padding-bottom: 7px;
	letter-spacing: 0;
}

.home_layout .home_featured_posts_container .home_featured_posts_wrapper .home_featured_slider .swiper-container .swiper-wrapper .slide .home_featured_container .home_featured_container_text .post_text_content_text {
	color: white;
}

.post_featured_shadow {
	background-image: url(images/featured_shadow.png);
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: 100% auto;
	left: 0;
	background-position: bottom center;
	background-repeat: no-repeat;
	top: 0;
	pointer-events: none;
	z-index: -1;
	mix-blend-mode: multiply;
}
.fullscreen_slider .post_featured_shadow {
	background-image: url(images/main_home_slider_shadow.png);
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: 100% auto;
	left: 0;
	background-position: bottom center;
	background-repeat: no-repeat;
	top: 0;
	pointer-events: none;
	z-index: -1;
}

.home_layout .swiper-pagination {
	padding: 0px 0px 16px 12px;
	text-align: center;
	position: absolute;
	bottom: 0;
	z-index: 3;
	width: 100%;
	text-align: left;
}

.home_layout .swiper-pagination .swiper-pagination-bullet {
	display: inline-block;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	margin: 0px 4px;
	cursor: pointer;
	background: white;
}

.home_layout .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #00BFDA;
	cursor: default;
}

.home_secondary_featured_items {
	width: auto;
	overflow: hidden;
	padding-left: 20px;
}
.fullscreen_slider .home_secondary_featured_items {
max-width: 1080px;
    margin: auto;
    padding: 0 28px;
}

.home_secondary_featured_items .home_secondary_featured_items_container {}

.home_secondary_featured_items .home_secondary_featured_items_container a {}

.home_secondary_featured_items .home_secondary_featured_items_container .home_secondary_featured_item {
	display: block;
	height: 200px;
	position: relative;
	transition-property: transform;
	background-size: cover;
	background-position: center;
	z-index: 1;
}

.home_secondary_featured_items .home_secondary_featured_items_container .home_secondary_featured_item:first-child {
	margin-bottom: 20px
}

.home_secondary_featured_items .home_secondary_featured_items_container .home_secondary_featured_item .home_featured_container {}

.home_secondary_featured_items .home_secondary_featured_items_container .home_secondary_featured_item .home_featured_container .post_type_label {
	text-align: left;
	font-size: 16px;
	line-height: 19px;
	font-family: 'SourceSansPro-Bold';
	background: #00BFDA;
	color: white;
	padding: 0px 6px;
	position: absolute;
	top: 19px;
	left: 17px;
}

.home_secondary_featured_items .home_secondary_featured_items_container .home_secondary_featured_item .home_featured_container .home_featured_container_text {
	padding: 20px 20px 10px 20px;
	position: absolute;
	width: 100%;
	left: 0;
	text-align: left;
	font-size: 18px;
	line-height: 22px;
	font-family: 'SourceSansPro-Regular';
	bottom: 0px;
}

.home_secondary_featured_items .home_secondary_featured_items_container .home_secondary_featured_item .home_featured_container .home_featured_container_text h2 {
	color: white;
	font-size: 20px;
	line-height: 24px;
}

.projects_container_list {
	/* width: calc(100% + 20px); */
	/* left: -10px; */
}

.projects_container_list .item_pk {
	display: block;
	width: calc((100% - 20px) /2);
	padding: 10px 0px;
}

.item_pk .item_pk_image {
	height: 100%;
	width: 100%;
	background-position: center center;
	background-size: cover;
}

.projects_container_list .item_pk.item_type_0 {
	width: calc(100% - 1px);
	height: 235px;
}

.projects_container_list .item_pk.item_type_1 {
	height: 465px;
	margin: 0;
	margin-right: 10px;
	margin-left: 0;
}

.projects_container_list .item_pk.item_type_2 {
	height: 233px;
	margin-left: 10px;
}

.projects_container_list .item_pk.item_type_3 {
	height: 232px;
	margin-left: 10px;
}

.projects_container_list .item_pk.item_type_5 {
	height: 212px;
}

.projects_container_list .item_pk.item_type_4 {
	height: 330px;
	/* margin: 10px 0px 0px 10px; */
}

.index_container {
	padding-bottom: 5px;
	padding-top: 10px;
	width: 66.2%;
	float: left;
}

.index_our_pages_container h1 {
	padding-bottom: 15px;
	padding-top: 25px;
}

.home_recommended_module_container {}

.home_recommended_module_container .home_recommended_module_container {}

.home_recommended_module_container .home_recommended_module_container .home_modules_title {
    /* padding: 25px 0 20px 0; */
}

.home_recommended_module_container .home_recommended_module_container .home_recommended_module_content {}

.home_recommended_module_container .home_recommended_module_container .home_recommended_module_content .home_recommended_module_content_post {
	height: 280px;
	width: 83.008%;
	float: left;
}

.home_recommended_module_container .home_recommended_module_container .home_recommended_module_content .home_recommended_module_content_post .home_recommended_post_info {
	height: 280px;
	background-color: #333333;
	width: 328px;
	color: white;
	float: left;
	padding: 20px 40px 20px 20px;
}

.home_recommended_module_container .home_recommended_module_container .home_recommended_module_content .home_recommended_module_content_post .home_recommended_post_info .post_type_label {
	float: left;
	text-align: left;
	font-size: 18px;
	line-height: 19px;
	font-family: 'SourceSansPro-Bold';
	background: #00BFDA;
	color: white;
	padding: 2px 6px 4px 6px;
}

.home_recommended_module_container .home_recommended_module_container .home_recommended_module_content .home_recommended_module_content_post .home_recommended_post_info .home_recommended_post_text {
	clear: both;
}

.home_recommended_module_container .home_recommended_module_container .home_recommended_module_content .home_recommended_module_content_post .home_recommended_post_info .home_recommended_post_text .post_text_content_text:before {
	content: '';
	background: #808080;
	width: 155px;
	height: 1px;
	display: block;
	margin-bottom: 13px;
}

.home_recommended_module_container .home_recommended_module_container .home_recommended_module_content .home_recommended_module_content_post .home_recommended_post_info .home_recommended_post_text .post_text_content_title {
	color: white;
	font-size: 26px;
	line-height: 31px;
	padding: 8px 0px;
}

.home_recommended_module_container .home_recommended_module_container .home_recommended_module_content .home_recommended_module_content_post .home_recommended_post_info .home_recommended_post_text .post_text_content_text {
	font-size: 15px;
	letter-spacing: .25px;
	line-height: 19px;
}

.home_recommended_module_container .home_recommended_module_container .home_recommended_module_content .home_recommended_module_content_post .home_recommended_post_image {
	height: 280px;
	width: auto;
	overflow: hidden;
	background-position: center;
	background-size: cover;
}

.home_recommended_banner_container {
	width: auto;
	display: block;
	height: 280px;
	overflow: hidden;
}

.home_recommended_banner_container .home_recommended_banner {
	display: block;
	height: 100%;
	padding-left: 20px;
}

.home_recommended_banner_container .home_recommended_banner .banner_image {
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.home_events_container {
	padding-bottom: 20px;
}

.home_events_container .home_events_wrapper {
	padding-top: 20px;
}

.home_events_container .home_events_wrapper .home_modules_title {}

.home_events_container .home_events_wrapper .home_events_list {}

.home_events_container .home_events_wrapper .home_events_list .home_event_item {
	height: auto;
	float: left;
	background: rgba(200, 200, 200, .3);
	padding: 15px 20px;
	width: calc((50% - 10px));
	min-height: 150px;
}

.home_events_container .home_events_wrapper .home_events_list .home_event_item:last-child {
	margin-left: 20px;
}

.home_events_container .home_events_wrapper .home_events_list .home_event_item .home_event_item_wrapper {}

.home_events_container .home_events_wrapper .home_events_list .home_event_item .home_event_item_wrapper .home_event_left_container {
	letter-spacing: .9px;
	float: left;
	/* padding-top: 6px; */
}

.home_events_container .home_events_wrapper .home_events_list .home_event_item .home_event_item_wrapper .home_event_left_container .event_date_container {}

.home_events_container .home_events_wrapper .home_events_list .home_event_item .home_event_item_wrapper .home_event_left_container .event_date_container {
	font-size: 11px;
	line-height: 12px;
	text-align: center;
	width: 72px;
	height: 72px;
	border: 1px solid black;
	border-radius: 50%;
	padding: 8px;
}

.home_events_container .home_events_wrapper .home_events_list .home_event_item .home_event_item_wrapper .home_event_left_container .event_date_container span {
	display: block;
	font-family: 'SourceSansPro-Light';
}

.home_events_container .home_events_wrapper .home_events_list .home_event_item .home_event_item_wrapper .home_event_left_container .event_date_container label {
	text-transform: uppercase;
	font-family: 'SourceSansPro-Bold';
}

.home_events_container .home_events_wrapper .home_events_list .home_event_item .home_event_item_wrapper .home_event_left_container .event_date_container h1 {
	font-size: 26px;
	line-height: 29px;
}

.home_event_right_container {
	width: auto;
	overflow: hidden;
	padding-left: 20px;
}

.home_event_right_container h4 {
	margin: 0;
	font-size: 10px;
	line-height: 12px;
	letter-spacing: .9px;
	color: #808080;
}

.home_event_right_container .home_events_item_title {
	font-size: 26px;
	line-height: 31px;
	color: #fc4960;
	font-family: 'SourceSansPro-Bold';
}

.home_event_right_container .home_events_item_subtitle {
	font-size: 26px;
	line-height: 31px;
	border-bottom: 1px solid #a2a2a2;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.home_event_right_container .home_events_item_details {
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 5px;
	/* max-width: 280px; */
	margin: auto;
}

.home_event_right_container .home_events_item_address {
	font-size: 14px;
	line-height: 17px;
	/* max-width: 280px; */
	margin: auto;
	margin-top: 5px;
}

.home_event_right_container * {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.btn.event_btn {
	margin-top: 15px;
	width: 72px;
	padding: 0px 5px;
	height: 22px;
	font-size: 11px;
	line-height: 21px;
	text-align: center;
	font-family: 'SourceSansPro-Bold';
	color: white;
	background: #fc4960;
	border-color: #fc4960;
	text-transform: uppercase;
	letter-spacing: .9px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.btn.event_btn:after {
	display: none;
}

.home_elections_container {}

.home_elections_container .home_elections_wrapper {}

.home_elections_container .home_elections_wrapper .home_modules_title {}

.home_elections_container .home_elections_wrapper .home_elections_posts_list {
	background-position: center;
	background-size: cover;
	height: 420px;
	position: relative;
}

.home_elections_container .home_elections_wrapper .home_elections_posts {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.home_elections_container .home_elections_wrapper .home_elections_posts .home_election_item {
	display: inline-block;
	height: 80px;
	margin: 20px 20px 20px 40px;
	width: calc(33.33% - 53.3px);
	vertical-align: top;
}

.home_elections_container .home_elections_wrapper .home_elections_posts .home_election_item .home_election_item_image {
	background-position: center;
	background-size: cover;
	width: 90px;
	height: 100%;
	float: left;
}

.home_elections_container .home_elections_wrapper .home_elections_posts .home_election_item .home_election_item_title {
	background: black;
	padding: 7px 10px;
	height: 80px;
	width: auto;
	overflow: hidden;
}

.home_elections_container .home_elections_wrapper .home_elections_posts .home_election_item .home_election_item_title h2 {
	color: white;
	font-size: 18px;
	line-height: 22px;
}

.home_elections_container .home_elections_wrapper .home_elections_posts .home_election_item:first-child {
	margin-left: 20px;
}

.mobile_btn {
	display: none !important;
}

.our_pages_container {
	width: auto;
	overflow: hidden;
	padding-left: 20px;
	padding-top: 10px;
}

.our_pages_container_list {}

.our_pages_container_list .item_pk {
	height: 350px;
	width: 100%;
	display: block;
	padding: 10px 0px;
}
.main_banner_container{
	position:relative;
	padding: 30px 0;
	background: #eeeeee;
}
.main_banner_container .main_banner_image{
    display: block;
}
.main_banner_container .main_banner_image img{
	width:100%;
	display:block;
}
.main_banner_container .close_main_banner{
    position: absolute;
    right: -10px;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    z-index: 1;
    cursor: pointer;
}
.main_banner_container .close_main_banner img{
    display: block;
}
.main_banner_container_wrapper{
	max-width: 1080px;
	margin: auto;
	padding: 0 28px;
	position: relative;
}
/* Estillo_joel_2022 */
.main_slider_superior{
	max-width: 1024px;
	margin: auto;
	font-size: 19px;
	}

@media screen and (max-width: 600px) {
	.main_slider_superior{
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
		}
  }

  @media screen and (min-width: 1025px) and (max-width: 1280px) {

	.main_slider_superior{
		margin-left: 10%;
		margin-right: 10%;
		}
  }

.centrar{
	margin: 0 auto;
	}
/*Fin estillo_joel_2022 */
.fullscreen_slider{
}
.fullscreen_slider .home_featured_posts_wrapper{}
.fullscreen_slider .home_featured_posts_wrapper {}
.fullscreen_slider .home_featured_posts_wrapper  .home_featured_slider{
    height: calc(100vh - 150px);
    position: relative;
}
.fullscreen_slider .home_featured_posts_wrapper  .home_featured_slider .swiper-container{
    height: 100%;
    width: 100%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.fullscreen_slider .home_featured_posts_wrapper  .home_featured_slider .swiper-container .swiper-wrapper{
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.fullscreen_slider .home_featured_posts_wrapper  .home_featured_slider .swiper-container .swiper-wrapper .slide{
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    background-size: cover;
    background-position: center;
    z-index: 1;
}
.fullscreen_slider .home_featured_posts_wrapper  .home_featured_slider .swiper-container .swiper-wrapper .slide .home_featured_container{}
.fullscreen_slider .home_featured_posts_wrapper  .home_featured_slider .swiper-container .swiper-wrapper .slide .home_featured_container .post_type_label{
    text-align: left;
    font-size: 16px;
    line-height: 19px;
    font-family: 'SourceSansPro-Bold';
    background: #00BFDA;
    color: white;
    padding: 0px 6px;
    display: inline-block;
}
.fullscreen_slider .home_featured_posts_wrapper  .home_featured_slider .swiper-container .swiper-wrapper .slide .home_featured_container .home_featured_container_text{
    max-width: 816px;
    margin: auto;
}
.fullscreen_slider .home_featured_posts_wrapper  .home_featured_slider .swiper-container .swiper-wrapper .slide .home_featured_container .home_featured_container_text h2{
    font-size: 46px;
    color: white;
    line-height: 55px;
    padding: 8px 0px  10px 0px;
}
.fullscreen_slider .home_featured_posts_wrapper  .home_featured_slider .swiper-container .swiper-wrapper .slide .home_featured_container .home_featured_container_text .post_text_content_text{
    font-size: 21px;
    line-height: 25px;
    letter-spacing: .9px;
}
.home_featured_container_bottom{
	position:absolute;
	bottom: 55px;
	width: 100%;
	left: 0;
	color: white;
	text-align: center;
}
.fullscreen_slider .swiper-pagination {
	padding: 0px 0px 20px 12px;
	text-align: center;
	position: absolute;
	bottom: 0;
	z-index: 3;
	width: 100%;
	text-align: center;
}

.fullscreen_slider .swiper-pagination .swiper-pagination-bullet {
	display: inline-block;
	height: 12px;
	width: 12px;
	border-radius: 50%;
	margin: 0px 7px;
	cursor: pointer;
	background: white;
}

.fullscreen_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #00BFDA;
	cursor: default;
}

.fullscreen_slider .home_secondary_featured_items .home_secondary_featured_items_container {}

.fullscreen_slider .home_secondary_featured_items .home_secondary_featured_items_container a {}

.fullscreen_slider .home_secondary_featured_items .home_secondary_featured_items_container .home_secondary_featured_item {
	display: inline-block;
	height: 200px;
	position: relative;
	transition-property: transform;
	background-size: cover;
	background-position: center;
	z-index: 1;
	width: calc((100% - 100px) /3);
	vertical-align: top;
	margin-right: 50px;
	margin-top: 45px;
	margin-bottom: 98px;
}
.fullscreen_slider .home_secondary_featured_items .home_secondary_featured_items_container .home_secondary_featured_item:last-child{
	margin-right:0
}

.fullscreen_slider .home_secondary_featured_items .home_secondary_featured_items_container .home_secondary_featured_item:first-child {
	/* margin-bottom: 20px */
}

.fullscreen_slider .home_secondary_featured_items .home_secondary_featured_items_container .home_secondary_featured_item .home_featured_container {}

.fullscreen_slider .home_secondary_featured_items .home_secondary_featured_items_container .home_secondary_featured_item .home_featured_container .post_type_label {
	text-align: left;
	font-size: 16px;
	line-height: 19px;
	font-family: 'SourceSansPro-Bold';
	background: #00BFDA;
	color: white;
	padding: 0px 6px;
	position: absolute;
	top: 19px;
	left: 17px;
}

.fullscreen_slider .home_secondary_featured_items .home_secondary_featured_items_container .home_secondary_featured_item .home_featured_container .home_featured_container_text {
	padding: 14px 20px 10px 20px;
	position: absolute;
	width: 100%;
	left: 0;
	text-align: left;
	font-size: 18px;
	line-height: 22px;
	font-family: 'SourceSansPro-Regular';
	bottom: -76px;
	height: 78px;
	background: #303030;
	-webkit-transition: background 0.2s ease-in-out;
	-moz-transition: background 0.2s ease-in-out;
	-o-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
}

.home_secondary_featured_items .home_secondary_featured_items_container .home_secondary_featured_item .home_featured_container .home_featured_container_text h2 {
	color: white;
	font-size: 20px;
	line-height: 24px;
}
.home_fullscreen_slider_bottom_posts{
	    max-width: 1080px;
	    margin: auto;
	    padding: 50px  28px 25px  28px;
	    position: relative;
}
.home_fullscreen_slider_bottom_posts{}
.home_fullscreen_slider_bottom_posts .swiper-container{
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.home_fullscreen_slider_bottom_posts .swiper-container .swiper-wrapper{
    position: relative;
    width: 100%;
    /* height: 100%; */
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.home_fullscreen_slider_bottom_posts .swiper-container .swiper-wrapper .slide{
    height: 268px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    display: block;
}
.home_fullscreen_slider_bottom_posts .swiper-container .swiper-wrapper .slide .home_fullscreen_slider_bottom_post_image{
    height: 190px;
    width: 100%;
    display: block;
    background-size: cover;
    background-position: center;
}
.home_fullscreen_slider_bottom_posts .swiper-container .swiper-wrapper .slide .home_fullscreen_slider_bottom_post_image .post_type_label{
    text-align: left;
    font-size: 16px;
    line-height: 19px;
    font-family: 'SourceSansPro-Bold';
    background: #00BFDA;
    color: white;
    padding: 0px 6px;
    position: absolute;
    top: 19px;
    left: 17px;
}
.home_fullscreen_slider_bottom_posts .swiper-container .swiper-wrapper .slide .home_featured_container_text{
    width: 100%;
    text-align: left;
    background: #303030;
    padding: 18px;
    height: 78px;
    	-webkit-transition: background 0.2s ease-in-out;
	-moz-transition: background 0.2s ease-in-out;
	-o-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
}
.home_fullscreen_slider_bottom_posts .swiper-container .swiper-wrapper .slide .home_featured_container_text h2{
    color: white;
    font-size: 18px;
    line-height: 22px;
}

.page-template-template_about_community #community_logos_slider.swiper-container .swiper-wrapper{
	display:block
}
.post_container img,.sidebar_image img{
	cursor:pointer
}
.post_image_pop_up{
	position:fixed;
	width:100%;
	height:100%;
	z-index:100000;
	background:rgba(0,0,0,.6);
	padding: 120px;
	-webkit-transition: transform 0.4s ease-in-out;
	-moz-transition: transform 0.4s ease-in-out;
	-o-transition: transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out;
	-webkit-transform: translate(0%, -100%);
	-moz-transform: translate(0%, -100%);
	-o-transform: translate(0%, -100%);
	transform: translate(0%, -100%);
}
.post_image_pop_up.open{
		-webkit-transform: translate(0%, 0%);
	-moz-transform: translate(0%, 0%);
	-o-transform:  translate(0%, 0%);
	transform: translate(0%, 0%);
}
.post_image_pop_up .post_image_pop_up_wrapper{
    height: 100%;
    max-width: 1080px;
    margin: auto;
    position: relative;
}
.post_image_pop_up .post_image_pop_up_wrapper .post_image_pop_up_close{
    position: absolute;
    background-image: url(images/close.png);
    width: 30px;
    height: 30px;
    background-size: 100% auto;
    right: 0;
    top: -30px;
    cursor: pointer;
}
.post_image_pop_up .post_image_pop_up_wrapper .post_image_pop_up_img_div{
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.home_slider_desktop{
	display: block;
}
.home_slider_mobile{
	display: none;
}
	.banderita {
		margin:0;
  		padding:0;
		color: white;
		font-size:10px;
		display: flex;
		text-align: center;
		height: auto;
		position: relative;
		z-index: 1;
	}
@media screen and (max-width: 600px) {
	
	.mini_bandera {
		padding-left:0px;
	}

}
