/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@font-face{
	font-family: 'Gill Sans Nova';
	src: url("../fonts/Gill Sans Nova Book.otf") format("opentype");
	font-style: normal;
	font-weight: 400;
}

@font-face{
	font-family: 'Gill Sans Nova';
	src: url("../fonts/Gill Sans Nova Semibold.otf") format("opentype");
	font-style: normal;
	font-weight: 600;
}

@font-face{
	font-family: 'Gill Sans Nova';
	src: url("../fonts/Gill Sans Nova Bold.otf") format("opentype");
	font-style: normal;
	font-weight: 700;
}

@font-face{
	font-family: 'M Rockwell';
	src: url("../fonts/mrockwell.otf") format("opentype");
	font-style: normal;
	font-weight: 400;
}

@font-face{
	font-family: 'M Rockwell';
	src: url("../fonts/mrockwell-Italic.otf") format("opentype");
	font-style: italic;
	font-weight: 400;
}

@font-face{
	font-family: 'M Rockwell';
	src: url("../fonts/mrockwell-bold-opentype_bigfontsite.com.otf") format("opentype");
	font-style: normal;
	font-weight: 700;
}

hr + * {
	padding-top:0;
	margin-top:0;
}

/* Printing_house. */

.h1, .page-template-community h1 {
	font-size: 45px;
	font-weight: 700;
	font-family: 'M Rockwell';
	line-height: 50px;
}

.h2,h2, .page-template-community h2, .page-template-community .h2 {
	font-size: 24px;
	font-weight: 700;
	font-family: 'M Rockwell';
	line-height: 28px;
}

.h3, .page-template-community h3 {
	font-size: 18px;
	font-weight: 600;
	line-height: 21px;
}

.intro, h4 {
	font-size: 22px;
	font-weight: 400;
	line-height: 27px;
}

.pulliout, h5, .page-template-community h5 {
	font-size: 20px;
	font-weight: 700;
	font-family: 'M Rockwell';
	line-height: 23px;
}

p,h4, h5 {
	margin-bottom: 20px;
}

.qoute {
	font-size: 19px;
	font-style: italic;
	line-height: 22px;
}

.author {
	font-weight: 600;
}

.navigation {
	font-size: 14px;
	font-weight: 600;
}

/* Printing_house. */



* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

html {
	display: block;
}

body, .page-template-community {
	overflow-x: hidden;
	position: relative;

	margin: 0;
	padding: 0;
	color: #323232;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	font-family: 'Gill Sans Nova', sans-serif;
	line-height: 1.4;
	background-color: #FFF;
}

img {
	display: block;
	/* width: 100%; */
	height: auto;
}

a {
	color: #323232;
	font-weight: bold;
}

.content_menu_li  a,
.menu-item a,
.footer_silver .footer_silver_flex a {
	text-decoration: none;
	font-weight: 600;
	font-style: normal;
}

/* Input. */

input {
	display: block;

	width: 100%;
	padding: 0 12px;
	padding-right: 32px;
	color: #323232;
	font-size: 14px;
	/* font-family: ,sans-serif; */
	font-weight: 400;
	text-align: left;
	line-height: 24px;
	background-color: transparent;
	border: 1px solid #323232;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

input::-webkit-input-placeholder {
	text-transform: uppercase;
}

input::-moz-placeholder {
	text-transform: uppercase;
}

input:-ms-input-placeholder {
	text-transform: uppercase;
}

input::-ms-input-placeholder {
	text-transform: uppercase;
}

input::placeholder {
	text-transform: uppercase;
}

/* Input. */



/* Table. */

table {
	width: 100%;
	border-spacing: 0;
}

td {
	padding-bottom: 4px;
	line-height: 20px;
	border-bottom: 1px solid #000;
}

td:first-child {
	font-weight: 600;
}

/* Table. */



/* Bone. */

.bone {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 40px;
}

.bone .bone{
	padding: 0;
}

/* Bone. */



/* Button. */

.button {
	width: 100%;
	color: #323232;
	font-size: 19px;
	font-weight: 700;
	text-align: center;
	line-height: 44px;
	background-color: #FDC513;
	cursor: pointer;
}
.button-wrapper{
	
}
/* Button. */



/* Header. */

.header{
	position: relative;
}

.header_top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;

	height: 100px;
}

.header_top_logo {
	width: 240px;
}

.header_top_title {
	color: #F89728;
	font-weight: 600;
}

@media only screen and (min-width: 960px) {
	.header_top {
		position: relative;
	}
	.header_top_title {
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
	}
}



.header_menu_open span {
	display: none;
}

.header_menu {
	margin-top: 32px;
}

.header_menu_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
			justify-content: center;
			list-style: none;
}

.header .menu-item {
	margin-left: 16px;
	text-transform: uppercase;
}

.header .menu-item:first-child {
	margin: 0;
}

.header_menu_button {
	display: none;
}

.menu-item {
	position: relative;
}

.menu-item:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -20px;

	width: 0;
	height: 8px;
	background-color: white;

	-webkit-transition: width .23s;

	transition: width .23s;
}
.menu-item.current-menu-item:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -20px;
	width: 100%;
	height: 8px;
	background-color: #F89728;
}
.menu-item.active:before,
.menu-item:hover:before {
	width: 100%;
	background-color: #F89728;
}

.header_main {
	position: relative;
	left: calc((100% - 100vw) / 2);

	width: 100vw;
	height: 600px;
	margin-top: 20px;
	margin-bottom: 52px;
}

.header_main_img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.header_main_img:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

	background:-webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .6)), to(rgba(255, 255, 255, 0)));

	background:linear-gradient(360deg, rgba(0, 0, 0, .6) 0%, rgba(255, 255, 255, 0) 100%);
}

.header_main_img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: left center;
	   object-position: left center;
}

.header_main_title, .page-template-community .header_main_title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 115px;
	font-family: 'M Rockwell';
	color: #F5F5F5;
	font-size: 44px;
	font-weight: 700;
	text-align: center;
	padding: 0 15px;
}

/* Header. */



/* Thank. */

.thank {

}

.thank_title {
	max-width: 740px;
	margin-top: 40px;
	color: #F89728;
}

.thank_blocks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
			justify-content: space-between;
			margin-bottom: 48px;
}

.thank_title + .thank_blocks {
	margin-top: 24px;
	/*padding-bottom: 44px;
	border-bottom: 1px solid #EBEBEB;*/
}

.thank_block_txt {
	width: 100%;
	max-width: 780px;
	margin-right: 44px;
}

.thank_block_autor {
	margin-top: 20px;
}

.thank_block_autor span {
	display: block;

	font-weight: 600;
}

.thank_block_img {
	overflow: hidden;
	position: relative;

	width: calc(100% - 780px);
	min-width: 320px;
	height: 375px;
}

.thank_block_img img {
	position: absolute;

	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;

	-o-object-position: center;

	   object-position: center;
}

.thank_block_title {
	margin-top: 44px;
	color: #F89728;
}

.thank_block_text.intro {
	background: transparent;
	top: 0;
	margin-bottom: 0;
}	

.thank_block_text.intro p, .page-template-community .thank_block_text.intro p {
	font-family: 'Gill Sans Nova', sans-serif;
	font-size: 22px;
	line-height: 27px;
}

.thank_block_title + .thank_block_text {
	margin-top: 20px;
	font-size: 16px;
	line-height: 20px;
}

.thank_block_subtitle {
	/* margin-top: 20px; */
	color: #F89728;
}

.thank_block_subtitle span {
	display: block;
	color: #323232;
}

.center_four_blocks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	/* -webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between; */

	/* margin-top: 32px; */
	margin-left: -15px;
    margin-right: -15px;
}

.center_four_block {
	width: calc(25%);
	padding: 0 15px;
}

.center_four_block_title, .page-template-community .center_four_block_title {
	color: #F89728;
	font-size: 80px;
	font-weight: 700;
	font-family: 'M Rockwell';
	line-height: 96px;
}

.center_four_block:nth-child(2) .center_four_block_title {
	color: #ABDCD4;
}

.center_four_block:nth-child(3) .center_four_block_title {
	color: #FDC513;
}

/* Thank. */



/* Content. */

.content_menu_wrapper {
	position: relative;
	left: calc((100% - 100vw) / 2);

	width: 100vw;
	height: 60px;
	background-color: #ebebeb;
	z-index: 99;
	margin-bottom: 48px;
	margin-top: -52px;
}

.content_menu_info {
	display: none;
}

.content_menu {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 60px;
	cursor: pointer;

	-webkit-transition: background .23s, height .23s;

	transition: background .23s, height .23s;
}

.content_menu.header_fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;

	max-width: none;
	background-color: #ebebeb;
	padding-left: calc(100%/2 - 600px);
}

.content_menu_li {
	position: relative;

	margin-right: 20px;
	list-style-type: none;
}

.content_menu_li.none {
	display: none;
}

.content_menu_li:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;

	width: 0;
	height: 0px;
	background-color: #F89728;

	-webkit-transition: width .23s;

	transition: width .23s;
}

.content_menu_li.active:before,
.content_menu_li:hover:before {
	width: 100%;
	height: 8px;
}

.content_menu_li a {
	display: block;

	line-height: 60px;
}

.content_one {

}

.h2, h2, .page-template-community h2, .page-template-community .h2 {
	/* margin-top: 48px; */
	color: #F89728;
	margin-bottom: 20px;
	font-family: 'M Rockwell';
}

.ext-sectiont p, .page-template-community .ext-sectiont p {
	line-height: 20px;
	margin-bottom: 20px;
	font-family: 'Gill Sans Nova', sans-serif;
}
/* .text-section p:last-child{
	margin-bottom: 0;
} */
.text-section{
	
	margin-top: 24px;
}
/* .text-section p {
	margin-top: 20px;
} */

.content_one_subtitle {
	margin-top: 24px;
	color: #F89728;
}

.content_one_img {
	position: relative;
	left: calc((100% - 100vw) / 2);

	width: 100vw;
	height: 252px;
	margin-top: 48px;
	padding: 20px;
	text-align: center;
	color: #fff;
	background-repeat: no-repeat;
	background-position: center -40px;
	background-size: cover;
	z-index: 1;
}

.content_one_img:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

	background-color: #000;
	opacity: .4;
	z-index: -1;
}

.content_one_img_text, .page-template-community .content_one_img_text {
	padding-top: 50px;
	font-family: 'M Rockwell';
}

.content_one_img_title, .page-template-community .content_one_img_title{
	margin-top: 16px;
	font-size: 60px;
	font-weight: 700;
	font-family: 'M Rockwell';
	line-height: 72px;
}

.content_one_img:last-child {
	height: 500px;
	background-image: url('../images/48023628523_13929f4840_o.jpg');
	background-position: center;
}

.content_one_img:last-child:before {
	display: none;
}

.content_twoo {

}

.content_twoo_blocks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;

	margin-top: 52px;
	margin-bottom: 35px;
	/* padding-top: 52px;
	border-top: 1px solid #323232; */
}

.content_twoo_block > *:last-child {
	margin-bottom: 0;
}

.content_twoo_block {
	max-width: 780px;
}

.content_twoo_blocks .content_twoo_block .content_twoo_lable {
	margin-top: -12px;
}

.content_twoo_title {
	color: #F89728;
}

/* .content_twoo_subtitle {
	margin-top: 20px;
} */

.content_twoo_text  p, .page-template-community .content_twoo_text  p {
	margin-top: 24px;
	font-size: 16px;
	font-family: 'Gill Sans Nova', sans-serif;
	line-height: 1.4;
}

.qoute p, .page-template-community .qoute  p{
	font-weight: 600;
	font-family: 'M Rockwell';
}

.content_twoo_images {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;

	max-width: 780px;
	margin-top: 52px;
}

.content_twoo_images .content_twoo_img:last-child{
	margin-bottom: 0;
}

@media only screen and (min-width: 640px) {
	.content_twoo_images .content_twoo_img{
		margin-bottom: 0;
	}
}





.content_twoo_img {
	width: calc(50% - 14px);
	max-width: 300px;
	/*height: 180px;*/
	margin-bottom: 28px;
}
.content_twoo_img.parallax_img {
	max-width: none;
}

.content_twoo_img.parallax_img {
	margin-bottom: 0;
}

.images_list .content_twoo_img{
	width: 276px;
	margin-bottom: 50px;
}

.content_twoo_img:first-child {
	margin-right: 28px;
}

.content_twoo_blocks .content_twoo_block:last-child,
.content_silver_block {
	/* min-width: 300px;
	max-width: 300px; */
	width: calc(100% - 780px);
	margin-left: 32px;
	padding: 20px;
	background-color: #EBEBEB;
}

.content_silver_block_img {
	width: 40px;
}

.content_silver_block_text {
	margin-top: 8px;
	font-family: 'M Rockwell';
}

.content_silver_block_name span {
	margin-top: 8px;
	font-weight: 600;
}

.content_silver_block_name, .page-template-community .content_silver_block_name{
	font-family: 'Gill Sans Nova', sans-serif;
    font-size: 16px;
}

.content_twoo_blocks:last-child {
	margin-top: 24px;
}

.content_twoo_number, .page-template-community .content_twoo_number {
	margin-top: 24px;
	color: #F89728;
	font-size: 80px;
	font-weight: 700;
	font-family: 'M Rockwell';
	line-height: 96px;
}

.content_twoo_blocks:last-child .content_twoo_block:last-child {
	padding: 0;
}

.content_one_text a {
	font-weight: 600;
	text-decoration: underline;
}

.content_three {
	margin-top: 52px;
	padding-top: 52px;
	border-top: 1px solid #323232;
}

.content_three_title {
	color: #F89728;
}

.content_three_subtitle {
	margin-top: 24px;
}

.content_three_text p{
	margin-top: 24px;
}

.content_video_blocks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	margin-bottom: 20px;
}

.content_video_blocks .content_video_block{
	margin-right: 18px;
}
.content_video_blocks .content_video_block:nth-child(3n){
	margin-right: 0;
}
.content_video_block {
	width: calc(100% / 3 - 12px);
	margin-top: 52px;
}

.content_video_block video {
	width: 100%;
	min-height: 160px;
	height: auto;
	-o-object-fit: cover;
	   object-fit: cover;
	cursor: pointer;
	position: relative;
	-webkit-transition: -webkit-transform .23s;

	transition: -webkit-transform .23s;

	transition: transform .23s;

	transition: transform .23s, -webkit-transform .23s;
}

.video-wrapper {
	position: relative;
	-webkit-transition: -webkit-transform .23s;

	transition: -webkit-transform .23s;

	transition: transform .23s;

	transition: transform .23s, -webkit-transform .23s;
}
.content_video_block .video-wrapper::before {
	content: "";
	display: block;
	width: 45px;
	height: 35px;
	background: black;
	position: absolute;
	left: 0;
	z-index: 10;
	bottom: 3px;
	background-image: url('../images/play_btn.jpg');
	background-position: center;
	background-size: contain;
	cursor: pointer;
}

.video-wrapper .play_button {
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	background-image: url('../images/play_btn.jpg');
	background-size: cover;
	background-position: center;
	width: 45px;
	height: 35px;
}

.content_video_block .content_video_block_text p {
	margin-bottom: 0;
}

.content_video_block:hover .video-wrapper {
	-webkit-transform: scale(1.05);
	        transform: scale(1.05);
}

.video-wrapper.active::before {
	display: none;
}

.content_video_block_title {
	margin: 5px 0;
	color: #f89728;
	font-weight: 600;
	line-height: 20px;
}
.content_video_block_text p{
	line-height: 20px;
}
.content_table_title {
	margin-top: 20px;
	color: #F89728;
	text-transform: uppercase;
}

.content_button .button-wrapper {
	max-width: 380px;
	margin: 52px auto 0;
	font-size: 14px;
	line-height: 52px;
	text-align: center;
	text-decoration: none;
}

/* Content. */



/* Widening. */

.text_section_75_width,
.hightlighted_text_75_width.content_one_subtitle, 
.widening .content_twoo_subtitle, 
.widening .content_twoo_text,
.widening .content_three,
.widening .content_video_blocks {
	max-width: 780px;
}

.hightlighted_text_75_width.content_one_subtitle.pulliout {
	color: #abdcd4;
	margin-bottom: 20px;
}

.quote_75_width.content_silver_block {
	margin-top: 60px; 
	margin-left: 0;
	max-width: 780px
}
.quote_75_width p{
	font-weight: 500;
}

.quote_75_width {
	margin-bottom: 40px;
}

.widening .content_twoo_blocks {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.widening .content_twoo_img {
	position: relative;
	left: calc((100% - 100vw) / 2);

	width: 100vw;
    height: 500px;
    margin-top: 40px;
    margin-bottom: 0;
    background-image: url('../images/Wheerler_2018_001.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

/* Widening. */

	.parallax_img {
		position: relative;
		height: 500px;
		left: calc((100% - 100vw) / 2);
		width: 100vw;
		/* Create the parallax scrolling effect */
		/* background-attachment: fixed; */
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}

/* Heading. */

.heading .content_twoo_blocks {
	padding: 0;
	border: 0 none;
}

.heading .pulliout {
	color: #abdcd4;
}

.heading .center_four_blocks {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.heading .center_four_block {
	width: 200px;
	margin-right: 100px;
}

.content_silver_block {
	width: 100%;
	max-width: 432px;
}

.heading .content_button .button {
	background-color: #ABDCD4;
}
/* Heading. */

.parallax_img.parallax {
    background-attachment: fixed;
}
.bone .parallax_img + .main-footer {
    margin-top: -28px;
}

/* Making. */

.cta-banner.content_button {
	position: relative;
	left: calc((100% - 100vw) / 2);

	width: 100vw;
	padding: 52px 15px;
	margin-top: 52px;
	background-color: #EBEBEB;
	/* margin-bottom: -40px; */
}

.cta-banner.content_button .content_button_title {
	text-align: center;
}

.cta-banner.content_button .button {
	font-size: 14px;
	margin-bottom: 0;
	margin-top: 32px;
	text-transform: uppercase;
	font-weight: 600;
	color: #000;
	background: #ffcf06;
}

.cta-banner.content_button a {
	text-decoration: none;
}

.uppercase {
	text-transform: uppercase;
}


/* Making. */



/* Footer. */

.footer {
	position: relative;
	left: calc((100% - 100vw) / 2);
	width: 100vw;
}

.footer_img img {
	width: 100%;
	max-height: 500px;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}

.footer_silver {
	/* height: 200px; */
	padding-top: 40px;
	background-color: #EBEBEB;
	position: relative;
    padding: 0;
}
.footer_silver.flexible{
	position: relative;
    left: calc((100% - 100vw) / 2);
    width: 100vw;
}
.footer_silver_flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;

	font-size: 26px;
	height: 100%;
	max-width: 100%;
	padding: 0;
}
.footer_silver_left{
	padding-left: 40px;
}
.footer_silver_right{
	padding-right: 40px;
}
.footer_silver_flex > div {
	width: 50%;
}

.footer_silver_left,
.footer_silver_right{
	padding: 65px 0;
	z-index: 1111;	
}

.footer_silver_right {
	text-align: right;
}

.footer_silver_text {
	margin-top: 4px;
	font-weight: 600;
}

.footer_blue {
	padding: 40px 0;
	background-color: #ABDCD4;
}

.footer_blue_flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.footer_blue_left_li {
	margin-top: 16px;
}

.footer_blue_left_li:first-child {
	margin: 0;
}

.footer_blue_search {
	position: relative;

	width: 100%;
	max-width: 280px;
}

.footer_blue_search:before {
	content: '';
    position: absolute;
    top: 6px;
    right: 10px;
    width: 14px;
    height: 18px;
    background-image: url(../images/search.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.footer_black {
	padding: 40px 0;
	background-color: #0b0b0b;
}

.footer_black_top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;


	padding-bottom: 7px;
    border-bottom: 1px dotted #EBEBEB;
    border-color: rgba(255, 255, 255, .5);
}

.footer_black_top_logo {
	height: 156px;
}

.footer_black_top_logo img {
	width: auto;
	height: 100%;
	max-width: 160px;
	max-height: 141px;
    -o-object-fit: contain;
       object-fit: contain;
}

.footer_black_top_socials {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;

	margin: 0 -6px;
	padding-bottom: 20px;
}

.footer_black_top_social {
	width: 24px;
	height: 24px;
	margin: 0 6px;
}

.footer_black_bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;

	margin-top: 22px;
}

.footer_black_bottom_text {
	color: #F5F5F5;
	font-size: 14px;
	line-height: 20px;
}

.footer_black_bottom_logo {
	margin-left: 20px;
	margin-top: 3px;
}

.footer_black_bottom_logo img {
	width: 162px;
	height: 20px;
	object-fit: contain;
}
/*.footer_silver .footer_silver_left .footer_silver_title,
.footer_silver .footer_silver_left .footer_silver_text,
.footer_silver .footer_silver_right .footer_silver_title,
.footer_silver .footer_silver_right .footer_silver_text{
	transition: .3s;
}*/

.footer_silver.left-active .footer_silver_left .footer_silver_title,
.footer_silver.left-active .footer_silver_left .footer_silver_text,
.footer_silver.right-active .footer_silver_right .footer_silver_title,
.footer_silver.right-active .footer_silver_right .footer_silver_text{
	color:#fff;
}
.footer_silver_title,
.footer_silver_text{
	line-height: 31px;
}
/* Footer. */
.donate_button a{
	text-transform: uppercase;
	font-size: 22px;
    text-align: center;
	line-height: 14px;
	font-weight: 700;
	background:transparent;
	background-color: #FDC513;
    width: 150px;
    display: block;
    height: 50px;
    padding: 16px 0;
    
}
.donate_button {
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
}
.donate_button::before{
	width: 0;
	height: 0;
}
.footer_blue_left,
.footer_blue_search{
	font-size: 0;
}
.footer_blue_left .menu-footer-menu-container{
	font-sizE:16px;
}
.footer_blue_left .menu-footer-menu-container ul li {
	list-style-type:none;
	margin-bottom: 16px;
}
.footer_blue_left .menu-footer-menu-container ul li.menu-item:before{
	width:0;
	height:0;
}

.footer_blue_search form div{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.footer_blue_search form div input[type="submit"]{
	width:32px;
	font-size: 0;
	border-left:0;
	padding: 0;
	z-index: 111;
	cursor:pointer;
}
.footer_blue_search form div input[type="text"]{
	border-right: 0;
}

section.numbers {
	padding: 0;
	margin-bottom: 28px;
	padding-top: 0;
	margin-top: 24px;
}
.numbers + .text-section {
	margin-top: -30px;
}

.text-section + .parallax_img {
	margin-top: 50px;
}

.text-section + .footer {
	margin-top: 50px;
}

.text-section + .content_video_blocks {
	margin-top: -40px;
}

.parallax_img + .quote_75_width {
	margin-top: 40px;
}

.width_75 {
	max-width: 780px;
}

hr {
	margin-bottom: 50px;
	margin-top: 50px;
}
.parallax_img{
	margin-top: 40px;
}
.small_banner .h2, .page-template-community .small_banner .h2 {
	color: white;
	font-family: inherit;
	margin-top: 0;
}

.small_banner {
	margin-bottom: 40px;
}

.content_table {
	margin-bottom: 52px;
}

.content_table_title {
	margin-bottom: 5px;
}

.content_button .button {
    max-width: 380px;
    margin: 0 auto 0;
    font-size: 14px;
	line-height: 54px;
	margin-bottom: 60px;
}
.hightlighted_text{
	color:#abdcd4;
	margin-bottom: 20px;
}

mark, .page-template-community mark {
	background-color: transparent;
	color: #abdcd4;
	font-family: 'M Rockwell';
	font-size: 20px;
	line-height: 23px;
	padding: 0;
}

.form-control {
	line-height: 28px;
}

form.search button {
	background: 0 0;
    border: 0;
    padding: 0 10px;
    line-height: 12px;
}

form.search .glyphicon, .page-template-community form.search .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

form.search .input-group-btn {
	display: none;
}

.footer_silver_left_wrapper,
.footer_silver_right_wrapper{
	width:50%;
	z-index: 1111;
}

.footer_silver_left_wrapper .footer_silver_left,
.footer_silver_right_wrapper .footer_silver_right {
	height: 100%;
	-webkit-transition: .3s;
	transition: .3s;
}
.footer_silver_left_wrapper,
.footer_silver_right_wrapper{
	-webkit-transition: .3s;
	transition: .3s;
}
.footer_silver_left_wrapper:hover .footer_silver_left,
.footer_silver_right_wrapper:hover .footer_silver_right {
	color:#fff;
}
.content_video_block .video-wrapper .plyr__video-embed{
	height: 100%;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
	transform: scale(1.1);
}

.content_video_block .plyr__poster {
	background-size: cover;
}

.center_four_block .center_four_block_text {
	margin-top: -12px;
}

.bone .text-section h2 {
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.bone .text-section p {
	color: #323232;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-family: 'Gill Sans Nova', sans-serif;
    line-height: 1.4;
}

@media only screen and (min-width: 1400px) {
	.content_one_img {
		background-position: center -140px;
}
}

@media only screen and (min-width: 1920px) {
	.content_one_img {
		background-position: center -220px;
}
}

@media only screen and (max-width: 480px) {
.thank_title {
font-size: 27px;
line-height: 32px;
}
}

@media only screen and (max-width: 640px) {
.footer_silver_flex {
padding: 0;
}
.footer_silver_flex a {
	padding: 10px 0;
}
.footer_silver_left, .footer_silver_right {
padding: 35px 0;
}
.footer_silver_title, .footer_silver_text {
line-height: 22px;
}
}

.footer_silver_left_wrapper:hover,  .footer_silver_right_wrapper:hover {
background: #F89728;
color: #fff;
}

.welly-pkyr-wrapper {
  position: relative;
height: 500px;
left: calc((100% - 100vw) / 2);
width: 100vw;
/* background-attachment: fixed; */
background-position: center;
background-repeat: no-repeat;
background-size: cover;
	max-width: none;
}

.welly-pkyr-wrapper + .quote_75_width {
margin-top: 40px;
}

.welly-pkyr-wrapper .plyr {
height: 100%;
}

.small_banner .plyr{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: -1
}

.content_video_block .video-wrapper::before {
display: none;
}

.plyr__poster {
background-size: cover;
}

.content_video_block .plyr {
	height: 160px;
}

body .plyr__control--overlaid {
background: #00b3ff;
background: var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));
border: 0;
border-radius: 100%;
color: #fff;
color: var(--plyr-video-control-color,#fff);
display: none;
left: 50%;
opacity: .9;
padding: calc(10px * 1.5);
padding: calc(var(--plyr-control-spacing,10px) * 1.5);
position: absolute;
top: unset;
bottom: 0;
left: 0;
transform: translate(0%,0%);
transition: .3s;
z-index: 2;
border-radius: 0;
padding: 10px 15px;
background-color: black;
}

.plyr__control--overlaid:hover {
background-color: #f89728 !important;
}

.footer_silver_left_wrapper, .footer_silver_right_wrapper {
width: 50%;
z-index: 1111;
padding: 10px 40px;
}

@media(max-width: 1280px){
.footer_silver_left_wrapper, .footer_silver_right_wrapper {
padding: 10px 0px;
}
}

.cta-banner + .parallax_img {
margin-top: 0;
}


@media(min-width: 960px){
.admin-bar .content_menu.header_fixed {
top: 32px;
}
}
@media only screen and (max-width: 1024px) {
.content_menu_li:hover:before {
	width: 0;
}
.content_menu_li.active:before {
	width: 100%;
}
}

.content_menu_info {
font-weight: normal;
}

@media only screen and (max-width: 960px) {
.content_video_block .plyr {
	height: auto;
}
	body .header_menu {
		position: static;
		height: 0;
		min-height: 0;
}
body .header_top.fixed .header_menu_open, body .header_top.fixed .closed_menu {
	position: fixed;
}

}

@media only screen and (min-width: 960px) {
.plyr--playing .plyr__control--overlaid {
opacity: 0;
visibility: visible;
}

}


.content_video_block:hover .video-wrapper {
transform: scale(1);
}



.header_menu.active .header_menu_wrapper {
z-index: 1500;
}

.page-template-community .links-list {
margin-left: calc(50% - 50vw);
margin-right: calc(50% - 50vw);
}


@media only screen and (min-width: 640px) {
	.bone .content_menu {
		padding: 0 40px;
	}
}

@media only screen and (min-width: 1280px) {
	.bone .content_menu.header_fixed {
		padding-left: calc(100%/2 - 600px);
	}
}





@media only screen and (max-width: 640px) {
#top-menu {
padding: 0 20px;
}
}


.header_main {
margin-bottom: 0;
}

.thank_block_text.intro {
margin-top: 0;
}

.content_menu_wrapper {
margin-top: 0;
z-index: 1200;
}

.bone .footer .bone {
padding: 0 40px;
}

.bone .footer_silver_flex.bone {
	padding: 0;
}

.navbar .menu-header li a::before{
	display: none;
	
}

.footer_blue  .input-group .form-control {
	background-color: transparent;
	border: 1px solid black;
	border-radius: 15px;
}

@media only screen and (max-width: 960px) {
	.content_menu_wrapper a,.content_menu_info {
		font-weight: 400;
		font-size: 18px;
	}
	.admin-bar .header_menu_open.fixed, .closed_menu.fixed{
		top: 52px;
	}
	body .content_menu.header_fixed {
		top: 90px;
	}
	.admin-bar .content_menu.header_fixed {
		top: 120px;
	}
}

.footer_silver_left_wrapper, .footer_silver_right_wrapper {
	padding: 0 !important;
}

.footer .footer_silver_left {
	padding-left: calc(100% - 600px);
}

.footer .footer_silver_right {
	padding-right: calc(100% - 600px);
}

@media only screen and (max-width: 1280px) {
	.footer .footer_silver_left {
		padding-left: 40px;
	}
	.footer .footer_silver_right {
		padding-right: 40px;
	}
}


.admin-bar .header_top.fixed {
	top: 32px;
	height: 90px;
	z-index: 1300;
}
.cta-banner.content_button .button {
	-o-transition: color .5s ease-out, background .5s ease-in;
    -ms-transition: color .5s ease-out, background .5s ease-in;
    -moz-transition: color .5s ease-out, background .5s ease-in;
    -webkit-transition: color .5s ease-out, background .5s ease-in;
    transition: color .5s ease-out, background .5s ease-in;
}
.cta-banner.content_button .button:hover {
	background: #cca404;
}

.button {
	-o-transition: color .5s ease-out, background .5s ease-in;
    -ms-transition: color .5s ease-out, background .5s ease-in;
    -moz-transition: color .5s ease-out, background .5s ease-in;
    -webkit-transition: color .5s ease-out, background .5s ease-in;
	transition: color .5s ease-out, background .5s ease-in;
	-webkit-transition: .5s -webkit-filter linear;
	-moz-transition: .5s -moz-filter linear;
	-moz-transition: .5s filter linear;
	-ms-transition: .5s -ms-filter linear;
	-o-transition: .5s -o-filter linear;
	transition: .5s filter linear, .5s -webkit-filter linear;
}

.btn-blue {
    color: #000;
    background-color: #b1dbd1;
}

.btn-orange {
    color: #fff;
    background-color: #f89829;
}

.btn-yellow {
    color: #000;
    background-color: #ffcf06;
}

.button:not(.btn-yellow ):hover,.button:not(.btn-orange ):hover, .button:not(.btn-blue ):hover {
	filter: brightness(0.85);
}