/* common
font-family: 'Source Sans Pro', sans-serif;
font-family: 'Source Serif Pro', serif;
font-family: 'Permanent Marker', cursive;
*/

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
html,
body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	color: #fdfcf8;
}
input,
select,
textarea {
	font-family: Arial;
	font-size: 12px;
	color: #8c806e;
}
body {
	background: #fdfcf8;
}
img {
	border: 0px;
	display: block;
	max-width: 100%;
	height: auto;
}
a,
input {
	outline: none;
	text-decoration: none;
}
.site-content a:not(.btn){
	color: white;
	text-decoration: underline;
}
.site-content .col[style="background: #ffffff"] a:not(.btn),
.site-content .post-grid-bar a:not(.btn),
.site-content .accordion-wrap .card-body *,
.site-content .charts-wrap a,
.staff-text-panel a:not(.btn) {
	color: #000;
}
.site-content .post-grid-bar a:not(.btn) {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: inherit;
}
ul,
ol {
	list-style: none;
	margin-bottom: 0;
}
ul {
	list-style: disc;
}
ul li {
	font-size: 18px;
	font-weight: 400;
	line-height: 40px;
}
ol {
	list-style: decimal;
}
ol li {
	font-size: 18px;
	font-weight: 400;
	line-height: 40px;
}
.single .safety-content ul,
.safety-content ul,
.site-content .accordion-wrap .card-body ul {
	margin-left: 1rem;
	margin-bottom: 22px;
}
.single .safety-content ul li,
.safety-content ul li,
.site-content .accordion-wrap .card-body ul li {
	line-height: 26px;
}
figure{
	margin-bottom:0;
}
h1,.h1,
h2,.h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	margin-bottom: 15px;
	font-family: 'Source Serif Pro', serif;
	color: #fdfcf8;
}
h1,.h1 {

	font-size: 46px;
	line-height: 1.17;
}
h2{
	font-size: 32px;
	line-height: 42px;
	margin-bottom: 20px;
}
h3{
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 20px;
}
h4{
	font-size: 22px;
	line-height: 38px;
}
h4{
	font-size: 20px;
	line-height: 36px;
}

p{
	margin-bottom: 22px;
	color: #fdfcf8;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
}

blockquote p,q {
	color: #fdfcf8;
	/* font-family: 'Flood Std'; */
	font-family: 'Permanent Marker', cursive;
	font-size: 19px;
	font-weight: 400;
	line-height: 38px;
	letter-spacing: 0.38px;
}


input.form-control,textarea.form-control,select.form-control {
	width: 100%;
	height: 56px;
	background-color: #fdfcf8;
	color: #000003;
	font-family: 'Proxima Nova Rg';
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
	letter-spacing: 0.36px;
	border:2px solid #fdfcf8;
	outline:0;
	margin-bottom: 9px;
	padding: 0px 20px;
	border-radius: 0;
}
textarea.form-control {
	height: 162px;
	resize:none;
	padding: 15px 20px;
}
/* input:placeholder{
	color: #000003;
} */
.form-group ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000003;
}
.form-group ::-moz-placeholder { /* Firefox 19+ */
  color: #000003;
}
.form-group :-ms-input-placeholder { /* IE 10+ */
  color: #000003;
}
.form-group :-moz-placeholder { /* Firefox 18- */
  color: #000003;
}
/* .register-panel .btn{
    font-size: 17px;
    line-height: 43px;
    margin-top: 23px;
    padding: 0px 25px;
} */
.form-group {
    margin-bottom: 0;
}
.wpcf7-form .btn {margin-top:40px;}

.form-control:focus {
    color: initial;
    border-color: initial;
    outline: 0;
    box-shadow: none;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
*:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
}
.widget select {
  max-width: 100%;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  max-width: 100%;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
    color: #231f20;
   /*  font-family: 'Flood Std'; */
   font-family: 'Permanent Marker', cursive;
    font-size: 19px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 0.38px;
    background: #fdfcf8;
   display: inline;
   position: relative;
    top: -45px;
    z-index: 1;
    max-width: 90%;
    margin:0 auto;
}

*:focus {outline:none;}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
    color: #231f20;
    /* font-family: 'Flood Std'; */
    font-family: 'Permanent Marker', cursive;
    font-size: 19px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 0.38px;
    background: #fdfcf8;
    padding: 0px 22px;
    display: inline;
    position: relative;
    top: -45px;
    z-index: 1;
}



.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}
.container {
	max-width: 1200px;
	padding: 0px 15px;
}

html, body {
  height: 100%;
  margin: 0;
}
.page-content {
  min-height: 100%;
  margin-bottom: -114px;
}
footer#colophon,
.push {
  height: 114px;
}


/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
#header-wrap {
	position: fixed;
    width: 100%;
    z-index: 999;
    background: #fdfcf8;
    top: 0;
    left: 0;
    padding:0 30px;
    border-bottom: 1px solid #e1e1e1;
}
.header-top{
	display: flex;
    justify-content: space-between;
	padding: 15px 0px;
	position:relative;
	    align-items: center;
}
.right-panel {
	display: flex;
	justify-content: space-between;
	padding-top: 0;
	align-items: flex-end;
	flex-direction: column;
}
.logo a {
	display: block;
}
/* .nav-block {
	    padding-top: 28px;
}  */
.dmenu {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.nav-block ul {
	display: flex;
	list-style: none;
	margin:0;
}
.nav-block > ul > li{
	margin-left: 13px;
	padding: 10px 0;
  position:relative;
}
.nav-block ul a {
    display: block;
    color: #231f20;
    font-family: 'Proxima Nova Lt';
    font-size: 17px;
    font-weight: 600;
    line-height: 27px;
    padding: 0px 13px;
    transition:all 300ms ease-in-out;
    border-radius: 5px;
    white-space:nowrap;
}
.header-top .nav-block > ul > li > a:hover{
	background: #000;
	color:#fdfcf8;
}
.header-top .nav-block > ul > li.current-menu-parent > a,.header-top .nav-block > ul > li.current-menu-item > a{
	background: #ebeae7;
	color:#231f20;
}
.nav-block ul.sub-menu {
	position: absolute;
	top:100%;
	left:-15px;
	min-width:calc(100% + 60px);
	background-color: #fdfcf8;
	display:none;
	list-style: none;
	margin:0;
	padding:15px 15px 20px;
}
.home-slider-top {
	position:relative;
}
.home-slider-top .paginator-center {
	position: absolute;
    bottom: 100px;
    width: 100%;
    left: 0px;

}
.home-slider-top .paginator-center ul {
	max-width:40px;
	display:flex;
	justify-content:flex-end;
	bottom: 59px;
	max-width:640px;
	width:100%;
	 padding-right: 56px;
}
.home-slider-top .paginator-center ul li {
	list-style:none;
	cursor:pointer;
}
.home-slider-top .paginator-center ul li.prev {
	background: url(../images/left-arrow.svg) no-repeat left center / 20px;
	width:20px;
	height:20px;
}
.home-slider-top .paginator-center ul li.next {
	background: url(../images/right-arrow.svg) no-repeat left center / 20px;
	width:20px;
	height:20px;
	margin-left: 25px;
}

@media (min-width:1281px) {
	.nav-block li:hover > ul.sub-menu {
		display:flex;
		flex-wrap: wrap;
	 flex-direction: column;
	}
}
.nav-block ul.sub-menu li { width:33.3%; }
.nav-block ul.sub-menu a{
    padding: 8px 15px;
    border-radius: 0;
}
.top-links {
    display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.social-panel ul{
	display:flex;
	list-style: none;
	margin:0;
}
.social-panel ul li{
	margin-left: 10px;
}
.social-panel ul li a {
	display:block;
	width: 33px;
	height: 33px;
	background-color: rgba(35,31,32,0.2);
	text-align:center;
	line-height:30px;
	border-radius:50%;
	border: 2px solid transparent;
	transition: .3s all;
	    display: flex;
    align-items: center;
    justify-content: center;
}
.social-panel ul li a:hover {
	background: none;
	border: 2px solid rgba(35,31,32,0.5);
}
.social-panel ul li a img{
	display:block;
	max-width: 18px;
	max-height:18px;
}
.y-buttons {
	padding: 0px 0 0 20px;
}
.y-buttons a {
	display:inline-block;
	border-radius: 21px;
	background-color: #ecad34;
	border:2px solid #ecad34;
	color: #fffefe;
	font-family: 'Proxima Nova Lt';
	font-size: 17px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
    padding: 6px 16px 5px;
	margin-left:5px;
	transition: .3s all;
}

.y-buttons a:first-child {
	background-color: #be0c51;
	border:2px solid #be0c51;
}

.y-buttons a:hover {
	color:#000;
	background-color: transparent;
}
.search-panel {
    margin: 0px 7px 0px 28px;
	display: flex;
	align-items: center;
}
.search-panel a{
	display:block;
	transition: .3s all;
}
.search-panel a:hover {opacity:.5;}
/* .esp { padding-left:15px; } */
.esp a,
.nav-block ul .wpml-ls-item a {
	display:block;
	color: #be0c51;
	font-family: 'Proxima Nova Lt';
	font-size: 17px;
	font-weight: 600;
    line-height: 25px;
	border-radius: 6px;
	border: 2px solid #be0c51;
	background-color: #fdfcf8;
	padding:0px 10px;
	transition: .3s all;
	text-align: center;
}
.esp a:hover,
.nav-block ul .wpml-ls-item a:hover {
	color:#fff;
	background-color: #be0c51!important;
}
.menu-lang {
	position: relative;
	display: flex;
	align-items: center;
	margin-left: 20px;
}
/* .lang-toggle {
	border-left: 1px solid #000;
	padding-left: 18px;
	align-items: center;
    line-height: 20px;
    display: flex;
} */
.menu-lang ul {
	list-style:none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top:100%;
	min-width: 100%;
	text-align: center;
	padding-left: 20px;
	display: none;
	z-index:9;
    padding: 10px 0;
}
.menu-lang ul li {margin:2px 0;}

.menu-toggle {
	display:none;
	height:40px;
	width:40px;
	border-radius: 50%;
	border:2px solid black;
	align-items: center;
	justify-content: center;

}
.menu-toggle .bars {
  width: 22px;
  height: 27px;
  /* margin: 4px; */
  cursor: pointer;
}

.menu-toggle .bars span {
  width: 100%;
  height: 3px;
  background: #000;
  display:block;
  margin: 4px auto;
  transition: all 0.3s;
  backface-visibility: hidden;
}


.menu-toggle.is-menu-open .one {
  transform: rotate(45deg) translate(5px, 6px);
}

.menu-toggle.is-menu-open .two {
  opacity: 0;
}

.menu-toggle.is-menu-open .three {
  transform: rotate(-45deg) translate(4px, -5px);
}
/* .menu-toggle .bars {
  width: 120px;
  height: 70px;
  width: 30px;
  height: 18.5px;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1), -webkit-transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
  cursor: pointer;
}
.menu-toggle .bars span {
  display: block;
  width: 100%;
  height: 2.5px;
  background-color: black;
  margin-top: 5px;
}
.menu-toggle .bars span:first-child {
  margin-top: 0;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1), -webkit-transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.menu-toggle .bars span:nth-child(3) {
  width: 65%;
  -webkit-transition: width 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: width 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.menu-toggle .bars .other-bar {
  width: 2.5px;
  height: 0;
  background-color: black;
  position: absolute;
  top: -5.75px;
  left: 50%;
  margin-left: -1.25px;
  -webkit-transition: height 0.4s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: height 0.4s cubic-bezier(0.694, 0.048, 0.335, 1);
  z-index: 10;
}
.menu-toggle.is-menu-open .bars {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.menu-toggle.is-menu-open .bars span:first-child {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1), -webkit-transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
}
.menu-toggle.is-menu-open .bars span:nth-child(3) {
  width: 0;
  -webkit-transition: width 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: width 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
}
.menu-toggle.is-menu-open .bars .other-bar {
  height: 30px;
  -webkit-transition: height 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: height 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
} */

.search-icon {
	height:30px;width:30px;
	display: block;
}


.modal-content {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.6);
	/* padding:30px 25px; */
	background:#f1f1f1;
}
.search-form {
    position: relative;
}
.search-form img {
	position:absolute;
	left:0;
	top:17px;
	width:22px;
	height:22px;
	display:block;
}
.search-form input[type="search"] {
    width: 100%;
    border:none;
    border-bottom: 2px solid #000;
    display: block;
    padding: 10px 15px;
    padding-left: 36px;
    background: none;
    border-radius: 0;
}
.search-icon-button {margin-left:20px;display:block;}

.banner-content-block.inner .btn {
	margin-bottom:26px;
}

.right-panel .search-panel.mobile,
.right-panel .mobile .social-panel {
	display: none;
}
@media (max-width:1280px) {

	.dmenu {
		position:absolute;
		top:0;
		right:-330px;
		transition: .3s all;
		width:320px;
		background: #fdfcf8;
		padding:65px 30px;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		overflow-y: scroll;
	   	 overflow-x: hidden;
	    height: 100vh;
	}
	.dmenu.open {right:-30px;}

	#header-wrap .nav-block {width:100%;  position:relative;  order: 2;}
	#header-wrap .nav-block ul {
	   flex-direction: column;
     padding-top: 20px;
	}
	.nav-block > ul > li {
		position: relative;
	    margin-left: 0;
	    padding: 0 5px;
	}
	.nav-block ul a {
	    padding: 6px;
	    color: #1a1718;
	    font-size: 18px;
	}
	.right-panel .desktop .search-panel,
	.right-panel .desktop .social-panel {
		display: none;
	}
.right-panel .search-panel.mobile,
.right-panel .mobile .social-panel  {
		display: flex;
	}
	.header-top .nav-block > ul > li > a:hover {
	    background: #e1e1e1;
	    color: #000;
	    border-radius: 0;
	}

.nav-block ul .wpml-ls-item {
	position: absolute;
	top:-32px;
	left: 0;
}
.header-top .nav-block > ul > li.wpml-ls-item > a:hover {
			border-radius: 6px;
			background-color: #be0c51;
			color: white;
}
	.esp {
	    padding-left: 0;
	    order: 1;
	    margin-bottom: 30px;
	    margin-left: 0;
	}
	.top-links {flex-direction: column;    align-items: flex-start;     order: 3;}
	.y-buttons {
	    padding: 10px 0 24px;
			    order: 3;
	}
	.y-buttons a {margin:10px 0;}
	.menu-toggle {display:flex;margin-left:15px;position: relative;z-index: 999;background: #fdfcf8 ;}
	#header-wrap .nav-block ul li.back > a {
		background: #e1e1e1;
	    color: #000;
	    border-radius: 0;
	    position: relative;
	    padding: 10px 6px;
	}
	#header-wrap .nav-block ul.open li.back > a:before,#header-wrap .nav-block ul.open li.back > a:after {
		content:"";
		position: absolute;
		height:100%;
		width:200%;
		right:100%;
		top:0;
		background: #e1e1e1;
		margin-right:-1px;
	}
	#header-wrap .nav-block ul li.back > a:after {
		left:100%;
		margin-left:-1px;
	}
	#header-wrap .nav-block ul.sub-menu {
		display:block;
		left:150%;
		top:0px;
		padding:0;
		min-height:100%;
		background: #fdfcf8;
		transition: .3s all;
		height:90vh;
	}
	#header-wrap .nav-block ul.sub-menu.open {
		left:0;
    z-index: 99999;
	}
	#header-wrap .nav-block ul.sub-menu li {
	    width: 100%;
	}
	#header-wrap .menu-item-has-children {
		display:flex;
		align-items: center;
		justify-content: space-between;
        position: static;
	}
	.drop-toggle {
		width:30px;
		height:30px;
		background: url(../images/right-arrow.png) no-repeat right center / 14px;
		margin-left:20px;
	}
	body.hidden-menu {overflow: hidden;}
	body.hidden-menu .page-content:after {
		content:"";
		height:100%;
		width:100%;
		position: fixed;
		top:0;
		left:0;
		background: rgba(0,0,0,.75);
	}

	.dmenu::-webkit-scrollbar {
	    width: 8px;
	}
	.social-panel ul li:first-child {margin-left:0;}
	.esp a {padding:3px 12px;}
	.esp a.back {
		border-color: transparent;
		color:#000;
		background: url(../images/arrow-left.png) no-repeat left center / 13px;
		padding-left:25px;
	}
}

@media (max-width:767px){
	.right-panel {
		padding-top:0;
	}
	.header-top {
		align-items: center;
		padding:8px 0;
	}
	.header-top .logo img {
		max-height:59px;
		width:auto;
	}
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer-wrap {
	width: 100%;
	padding:0 30px;
}
.footer-block {
	display: flex;
	justify-content: space-between;
	padding: 40px 0px;
	align-items: center;
}
.f-right-panel {
	display:flex;
}
.footer-block span{
	display:inline-block;
	color: #231f20;
	font-family: 'Proxima Nova Lt';
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
	letter-spacing: 0.32px;
}
.f-right-panel .nav-block {
	padding:0;
}
#footer-wrap .nav-block > ul > li > a:hover{
	text-decoration: underline;
}
@media only screen and (max-width: 991px) {
	.footer-block,.f-right-panel {
		flex-direction: column;
		justify-content: center;
    	align-items: center;
	}
	.footer-block span,.f-right-panel .nav-block {margin-bottom:15px;}
}
@media only screen and (max-width: 767px) {
	#footer-wrap .nav-block ul {
		flex-direction: column;
		justify-content: center;
    	align-items: center;
	}
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.banner-home-block{
	background: url(../images/image.png)no-repeat center/cover;
	position:relative;
	margin-bottom: 30px;
}
.hero-content {
    min-height: 844px;
    display: flex;
	align-items: flex-end;
}
.hero-content .inner {
    width: 100%;
    max-width: 640px;
    background-color: #be0c51;
    padding: 53px 56px;
		margin-bottom: 40px;
}
.top-btn-heading {
    color: #fdfcf8;
    font-family: 'Proxima Nova Lt';
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-transform: uppercase;
    padding: 5px 10px;
    background-color: #231f20;
    display: inline-block;
    bottom:0;
    margin-bottom: 5px;
    margin-right: 5px;
}
/* .hero-content a.btn {
	border-width: 2px;
} */
.hero-content span{
    color: #fdfcf8;
    font-family: 'Proxima Nova Rg';
    font-size: 19px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.38px;
    margin-bottom: 28px;
    display:block;
}
a.btn,.btn {
	border-radius: 30px;
	background-color: #fdfcf8;
	border:2px solid #fdfcf8;
	color: #231f20;
	font-family: 'Proxima Nova Lt';
	font-size: 19px;
	font-weight: 600;
	line-height: 24px;
	text-transform: uppercase;
	padding: 17px 31px;
	display: inline-block;
	transition: .3s all;

}
a.btn-small,.btn-small {
    padding: 8px 20px;
    font-size: 16px;
}

a.btn:hover,.btn:hover {
	background: none;
	color:#fdfcf8;
}
a.btn+a.btn {
	margin-left: 15px;
}
.btn.pink {
background-color: #BE0C5A;
border: 2px solid #be0c51;
color: white;
}
.btn.yellow {
	background-color: #ecad34;
  border: 2px solid #ecad34;
	color:white;
}
.btn.yellow:hover,
.btn.pink:hover {
	background-color: transparent;
	border: 2px solid white;
}
.content46-wrap .btn.yellow {
	color: white;
}
.content46-wrap .btn.yellow:hover {
  border: 2px solid #ecad34;
	background-color: transparent;
	color: #231f20;
}

.charts-title a.btn {
	background-color: rgb(195, 76, 46);
	border:2px solid #fdfcf8;
	color: #fdfcf8;
}
.charts-title a.btn:hover {
	color:rgb(195, 76, 46);
	background-color: #fdfcf8;
	border:2px solid rgb(195, 76, 46);
}
.staff-text-panel a.btn {
	margin-top: 20px;
	background-color: #ecad34;
	border:2px solid #ecad34;
	color:#fdfcf8;
}
.staff-text-panel a.btn:hover {
	color: #231f20;
	background: transparent;
}


/* content */

#content {
	width: 100%;
	padding:0 30px;
}
/* category-wrap" */
.category-wrap{
	margin-bottom: 34px;
	position:relative;
}
.category-panel {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.category-panel .text{
	padding: 40px 45px 35px;
	position:relative;
}
.category-panel .text p:last-child {margin-bottom: 0;}
.category-panel .btn{
	margin:0 45px 45px;
		max-width: 150px;
}
.category-panel figure img {width:100%;height: auto;}

/* want-to-wrap */
.want-to-wrap {
	padding: 157px 0px 138px;
	margin-bottom: 30px;
}
.want-to-wrap .text {
	padding-top:152px;
}
.want-to-wrap .text span{
	color: #fdfcf8;
	font-family: 'Source Serif Pro', serif;
	font-size: 94px;
	font-weight: 600;
	line-height: 52px;
	text-shadow: 0 0 10px #333;
}
.catg-panel{
	background-color: #1b8580;
    display: flex;
    align-items: center;
	padding: 37px 70px 32px;
	margin-bottom:16px;
	justify-content: space-between;
}
.catg-panel.full-width {
	justify-content: flex-start;
	max-width: 100%;
}
.catg-panel.full-width .fig-panel {
	width:170px;
	max-width:28%;
}
.catg-panel .text-panel{
	width: 100%;
    max-width: 71%;
}
.catg-panel.full-width .text-panel{
	width: 100%;
    max-width: 600px;
}

.new-campaign-wrap{
	padding: 60px 0px 40px;
	margin-bottom:27px;
}
.new-campaign-wrap .row{
	align-items:center;
}
.campgn-text sub{
	margin-bottom:25px;
}
.campgn-text .btn{
	line-height: 44px;
	padding:0px 20px;
	font-size: 17px;
}
/* email-update-wrap */
.email-update-wrap {
	background-color: #ecad34;
    padding: 60px 0px 30px;
}
.email-update-wrap h2{
	margin-bottom:20px;
}
/* signup form */

.form-panel {
    padding: 5px 0px 5px 50px;
}
.popmake .form-panel {
	padding: 0 50px;
}
.form-panel .ctct-form-field-text {
	width: 49%;
	display: inline-block;
}
.form-panel .ctct-form-wrapper .ctct-form-field-text:first-of-type {
  margin-right:2%;
}
.form-panel .ctct-button {
	display: none;
}
.form-panel label {
	display:none!important;
	margin:0;
}
.form-panel input {
	width: 100%;
	background-color: #fdfcf8;
	color: #000003;
	font-family: 'Proxima Nova Rg';
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
	letter-spacing: 0.36px;
	border:none;
	margin-bottom:0px;
	padding: 15px 20px;
	border:2px solid transparent;
}
.form-panel input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #666;
}
.form-panel input::-moz-placeholder { /* Firefox 19+ */
	color: #666;
}
.form-panel input:-ms-input-placeholder { /* IE 10+ */
	color: #666;
}
.form-panel input:-moz-placeholder { /* Firefox 18- */
	color: #666;
}
.form-panel .btn,
.form-panel input[type="submit"] {
    line-height: 43px;
    font-size: 17px;
    padding: 0px 20px;
    margin-top: 10px;
    width:auto;
}
.form-panel input[type="submit"] {
	border-radius: 30px;
	background-color: #fdfcf8;
	border:2px solid #fdfcf8;
	color: #231f20;
	font-family: 'Proxima Nova Lt';
	font-weight: 600;
	line-height: 24px;
	text-transform: uppercase;
	padding: 8px 20px;
	font-size: 16px;
	display: inline-block;
	transition: .3s all;
}

.form-panel input[type="submit"]:hover {
	background: none;
	color:#fdfcf8;
  border:2px solid #fdfcf8;
}

.form-panel .btn:hover {
	border:2px solid #fdfcf8;
}
.form-panel  .ctct-disclosure,
.form-panel hr{
	display: none;
}

/* hire a work page-2 */
.banner-inner-block {
	min-height: 400px;
	margin-bottom: 30px;
}
.hero-inner-content {
	height: 400px;
    display: flex;
    align-items: center;
}
.hero-inner-content h1{
	width:100%;
	color: #fdfcf8;
	font-family: 'Source Serif Pro', serif;
	font-size: 80px;
	font-weight: 700;
	line-height: 52px;
}
.banner-content-block {
    padding: 90px 15px 32px;
	background-color: #1b8580;
	margin-bottom: 30px;
}
.banner-content-block p{
    font-family: 'Source Serif Pro', serif;
    font-size: 46px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 0;
    margin-bottom: 40px;
}
.images-panel {
	margin-bottom: 30px;
}
.images-panel img {width:100%;}
.category-panel.hire .text{
	height:auto;
}
.charts-wrap {
	padding: 170px 0px;
	margin-bottom: 30px;
}
.charts-title {
    padding: 28px 0px;
}
.charts-title h2{
	color: #fdfcf8;
	font-family: 'Source Serif Pro', serif;
	font-size: 80px;
	font-weight: 700;
	line-height: 80px;
	margin-bottom: 45px;
	text-shadow: 0 0 10px #333;
}
/* charts-panel */
.mega-charts-panel {
	position:relative;
	background-color: #fdfcf8;
}
.mega-charts-panel > p {
	color: #333;
	font-size: .9em;
	padding: .5rem ;
	border-top: 1px solid rgb(217, 217, 217);
}
.mega-charts-panel table { border:none !important; }
.mega-charts-panel thead th {
	color: #fdfcf8  !important;
	font-family: 'Proxima Nova Alt Rg';
	font-size: 21px;
	font-weight: bold;
	line-height: 44px;
	letter-spacing: 0.42px;
	background-color: #c34c2e !important;
}
.mega-charts-panel td {
	color: #000000;
	font-family: 'Proxima Nova Lt';
	font-size: 17px;
	font-weight: 600;
    line-height: 47px;
}

.faq-wrap {
	background-color: #1b8580;
    padding: 83px 0px;
	margin-bottom:30px;
}

.faq-wrap .col {
	background: #fdfcf8;
	padding: 39px 60px;
	margin-bottom: 30px;
}
.faq-wrap .col:hover {
	opacity: .8;
}
.faq-wrap .btn.btn-link {
	color: #231f20;
	font-family: 'Source Serif Pro', serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 42px;
	padding:0;
	display: block;
width: 100%;
text-align: left;
border-radius: 0px;
}
.faq-wrap .btn.btn-link:hover {
	opacity:.8;
	text-decoration: none;
}
.accordion-wrap p {
	color: #231f20;
	font-weight:500;
	letter-spacing: 0.36px;
}
.accordion-wrap .card-body {
	padding: 20px 0px;
}



/* content-share-wrap */
.content-share-wrap {
	background-color: #c34c2e;
	padding:90px 0px;
	margin-bottom:30px;
	position: relative;
}
.share-panel span{
	color: #fdfcf8;
    font-family: 'Proxima Nova Lt';
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 0.32px;
    padding: 7px 0;
    display: block;
}
.share-panel .social-panel{
	padding-top:10px;
	border-top:solid 1px rgba(255,255,255,.2);
}
.share-panel .social-panel ul li:first-child {
    margin-left: 0px;
}
.share-panel .social-panel ul li a {
	background-color: #fdfcf8;
}
.share-panel .social-panel ul li a:hover {
	background-color: transparent;
	border-color:#fff;
}
.share-panel .social-panel ul li a:hover img {
	filter: brightness(0) invert(1);
}
.safety-content {
	padding:7px 0px;
}
.safety-content .top p{
	color: #fdfcf8;
	font-family: 'Source Serif Pro', serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 42px;
	letter-spacing:0;
}
.safety-content .text-panel{
    padding: 35px 0px 0px;
}
.safety-content h4{
	margin-bottom:10px;
}

.general-panel address,
.general-panel ul li,
.general-panel ul li a{
	color: #fdfbef;
	font-family: 'Proxima Nova Lt';
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.36px;
	line-height: 26px;
}
.general-panel ul {
	margin-bottom:22px;
	list-style: none;
}

.general-panel .mpit {
	color: #fdfcf8;
	font-family: 'Proxima Nova Rg';
	font-size: 17px;
	font-weight: 700;
	line-height: 64px;
	text-transform: uppercase;
}
.general-panel .mpit img{
	display:inline-block;
	vertical-align:middle;
	margin-right: 15px;
}
.mission-contact-wrap {
	background-color: #1b8580;
	padding: 90px 0px;
	margin-bottom: 30px;
}
.mission-contact-wrap .row{
	align-items:center;
	margin-bottom: 15px;
}
.mission-text-panel {
    padding: 0px 90px 0px 0px;
}
.mission-img-panel figure{
    margin-bottom: 30px;
}
.mission-img-panel figure img {width:100%;display:block;}
.mission-text-panel h3{
    line-height: 42px;
    margin-bottom: 35px;
}
.mission-img-panel .text {
	padding:0 30px;
}
.mission-img-panel span{
	color: #231f20;
	/* font-family: 'Flood Std'; */
	font-family: 'Permanent Marker', cursive;
	font-size: 19px;
	font-weight: 400;
	line-height: 34px;
	letter-spacing: 0.38px;
	background:#fdfcf8;
	padding:0px 22px;
}

.mission-img-panel .text.top{
	position:relative;
    top: -45px;
}
/* page-5 */
.staff-contact-wrap {
    background-color: #be0c51;
    padding: 100px 0px 8px;
    margin-bottom: 30px;
}
.staff-contact-wrap .d-flex {
    margin-bottom: 63px;
}
.staff-text-panel {
    width: 100%;
    max-width: 54.1%;
    background-color: #fdfcf8;
    position: relative;
    left: -25px;
    margin-top: 78px;
    padding: 77px 70px 100px;
    height: 100%;
}
a.full-link {
	position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
text-indent: -99999em;
z-index: 2;
}
.mission-row:hover,
.story-panel:hover {
	opacity: .8;
}
.flex-row-reverse .staff-text-panel {
	left:auto;
	right:-25px;
}
.mission-img-panel {
	width:100%;
	max-width:45.9%;
}
.staff-text-panel h2,.staff-text-panel h2 a{
	color: #231f20;
}
.staff-text-panel span:not(.date){
	color: #231f20;
    font-family: 'Proxima Nova Lt';
    font-size: 19px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 0.38px;
    font-style: italic;
    display: block;
}
.staff-text-panel p{
	color: #231f20;

}
.staff-text-panel p:last-child {
		margin-bottom:0;
}
.mission-img-panel sub{
    color: #fdfcf8;
    font-family: 'Proxima Nova Lt';
    font-size: 15px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 0.3px;
    bottom: 0;
    display: inline-block;
    vertical-align: middle;
}
.mega-history-wrap{}
.img-block{
	min-height:626px;
	margin-bottom:30px;
	display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.date {
	background-color: #be0c51;
	display:inline-block;
	color: #fdfcf8;
    font-family: 'Proxima Nova Lt';
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	padding:0px 10px;
	margin-bottom:13px;
	text-transform: uppercase;
	position:relative;
}
.img-content .date:before {
	position: absolute;
    left: 50%;
    bottom: 100%;
    content: "";
    transform: translate(-50%,-0);
    width: 2px;
    height: 600px;
    background: #fff;
    z-index: 9;
}
.first-img-block .img-content .date:before {
	content:"";
	display:none;
}
.img-content h2 {
    padding: 0px 25px;
    line-height: 55px;
    color: #fdfcf8;
    /* font-family: 'Flood Std'; */
    font-family: 'Permanent Marker', cursive;
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 0.39px;
    width: fit-content;
    margin: 0 auto 15px;
    max-width:920px;
    position:relative;
}
.img-content h2:after {
	position: absolute;
    left: 50%;
    top: 100%;
    content: "";
    transform: translate(-50%,-0);
    width: 2px;
    height: 600px;
    background: #fdfcf8;
    z-index: 9;
}
.history-content {
    background-color: #be0c51;
    padding: 110px 0px 20px;
    margin-bottom: 30px;
	position:relative;
}
.history-content:after {
	position:absolute;
	left:50%;
	top:0;
	content:"";
	transform: translate(-50%,-0);
	width:2px;
    height: 100%;
	background:#fdfcf8;
	z-index:1;
}
.history-content .h-content-block:last-child{
	margin-bottom:30px;
}
.h-content-block{
	margin-bottom: 110px;
	position:relative;
	flex-direction: column;
}
.h-content-block:after{
    position: absolute;
    right: -15px;
    top: 73px;
    content: "";
    width: 135px;
    height: 2px;
    background-color: #fdfcf8;
    z-index: 1;
}
.h-content-block.img-top:after {
	top: 490px;
}
.h-content-block.right-h:after{
	right:0;
	left:-15px;
}
.h-content-block .panel{
	background-color: #fdfcf8;
	max-width: 450px;
	width:100%;
    padding: 60px 55px 40px;
	position:relative;
	z-index: 2;
}
.h-content-block .panel.top{
    top: -90px;
    padding: 145px 55px 40px;
    z-index: 2;
        margin-bottom: -60px;
}
.h-content-block .panel.more{
	padding: 60px 55px 160px;
}
.justify-content-end .h-content-block figure {margin-left:auto;}
.h-content-block figure img {width:100%;}
.h-content-block .date{
	margin-bottom:32px;
}
.h-content-block h2{
	color: #231f20;
    margin-bottom: 30px;
}
.h-content-block p{
	color: #231f20;
}
.h-content-block figure{
	position: relative;
    width: 410px;
    z-index: 3;
    max-width: 94%;
}
.history-content .row{
    align-items: center;
}
.h-content-block .bottom{
	display: flex;
	justify-content: flex-end;
    top: -95px;
    margin-bottom: -70px;
}

.history-content.bg-orange{
	padding: 110px 0px 110px;
}
.history-content.bg-orange:after{
	top: -235px;
	height: 130.9%;
}
/* .bg-orange{
	background-color: #c34c2e;
}
.bg-yellow{
	background-color: #ecad34;
} */
/* page-7 impact-details
.banner-content-block span{
	background-color: #231f20;
	text-transform:uppercase;
	margin-bottom: 40px;
}*/

.more-stories-wrap {
	padding: 90px 0px 113px;
	background-color: #1b8580;
	margin-bottom: 30px;
}
.more-stories-wrap h2{
	color: #fdfcf8;
	font-family: 'Source Serif Pro', serif;
	font-size: 46px;
	font-weight: 700;
	line-height: 60px;
	margin-bottom: 65px;
}
.story-panel .text {
    position: relative;
    z-index: 4;

}
.story-panel figure + .text {
	margin-top: -20%;
	padding-left: 35px;
}
.story-panel figure{
	position:relative;
	z-index:2;
}
.story-panel .inner-text{
	background-color: #fdfcf8;
	/* padding: 72px 77px; */
	padding:12% 8%;
	position: relative;
}
.story-panel span.date,.meta-data span.date {
	margin-bottom: 40px;
	background-color: #231f20;
}
.story-panel span.date-time {
	display:block;
	color: #231f20;
	margin-top: 18px;
}
.story-panel h2,.story-panel h2 a {
	color: #231f20;
	margin-bottom: 30px;
}
.story-panel p {
	color: #231f20;
	margin-bottom: 0;
}
.more-stories-wrap.impact .row > div{
    margin-bottom: 90px;
}
.more-stories-wrap.impact .row > div:nth-child(3n),
.more-stories-wrap.impact .row > div:nth-child(4n){
	margin-bottom:0;
}
/* video-wrap */
.video-wrap {
	background-color: #c34c2e;
	padding: 100px 0px 30px;
}
.video-wrap h2{
	color: #fdfcf8;
	font-family: 'Source Serif Pro', serif;
	font-size: 46px;
	font-weight: 700;
	line-height: 60px;
	margin-bottom: 60px;
}
.staff-text-panel .date{
	background-color: #231f20;
	margin-bottom: 50px;
}
.video-wrap .staff-text-panel h3 {
	line-height: 42px;
	margin-bottom: 20px;
}

.image_grid-wrap {
	padding:70px 0;
	margin-bottom:35px;
}
.partner-with-logo {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-bottom:35px;
	justify-content: center;
}
.partner-with-logo .partner {
	width:210px;
	height:210px;
	padding: 15px;
}
.partner-with-logo .partner a {
	display:flex;
	align-items: center;
	justify-content: center;
	height:100%;
	padding:10px;
	background: #fdfcf8;
}

.partner-without-logo {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-bottom:35px;
}
.partner-without-logo .partner {
	-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
	padding: 10px 15px;
}
.partner-without-logo .partner a {
	color: #fdfcf8;
	font-family: "Source Serif Pro";
	font-size: 22px;
	font-weight: 700;
	line-height: 30px;
}
.partner-content + .row {margin-top:40px;}
.faq-wrap a.btn+.content46-wrap {
	padding-top: 50px;
}
.content46-wrap .col * {color: #231f20;}
.content46-wrap .col {justify-content: space-between;}
.content46-wrap .col .title-wrap {width:38%;}
.content46-wrap .col .text-wrap {width:58%;}

.col-wrap {
	height:100%;
	padding:60px 10%;
}
.quote-div {text-align:center;}
.quote-div span {
	color: #fdfcf8;
	/* font-family: "Flood Std"; */
	font-family: 'Permanent Marker', cursive;
	font-size: 40px;
	font-weight: 400;
	line-height: 77.47px;
	letter-spacing: 0.39px;
}

.post-grid-bar {padding:90px 0 40px;margin-bottom:30px;}
.h1 {margin-bottom:50px;}
.filter-wrap {
	max-width:300px;
	margin:0 auto 60px;
}
.meta-data {margin-bottom:25px;}
.meta-data span.date {margin-bottom:6px; margin-right: 5px;}
.story-panel,
.mission-row,
.team-row {
	margin-bottom:70px;
}
.story-panel figure img,.mission-img-panel figure img {width:100%;}
.selectBox-dropdown {
	background:#fdfcf8;
	border-radius: 10px;
	min-width: 250px;
    position: relative;
    border: none;
    box-shadow: none;
    height:auto;
    padding:10px;
}
.selectBox-label,.selectBox-options LI A {
	color: #231f20;
	font-family: 'Proxima Nova Rg';
	font-size: 20px;
	font-weight: 500;
	line-height: 56px;
	text-transform: uppercase;
}
.selectBox-dropdown .selectBox-label,.selectBox-options LI A,.selectBox-options LI A:hover {color: #231f20;}
.selectBox-options LI A {
	padding:5px 1.15rem;
}
.selectBox-dropdown .selectBox-arrow {
	height : calc(100% - 40px);
	top:20px;
	border-color:rgba(0,0,0,.2);
	width: 46px;
	background: url(../images/dp.png) 50% center no-repeat;
}
.selectBox-menuShowing.selectBox-dropdown .selectBox-arrow {
	background: url(../images/dpu.png) 50% center no-repeat;
}

.inner-pages-banner-bar {
    margin-bottom: 32px;
		position: relative;
}
.inner-pages-banner-bar .banner-wrap {
	min-height:405px;
	display: flex;
	align-items: center;
	justify-content: center;background-size: cover;
	background-repeat: no-repeat;
	background-position: center;

}
.inner-pages-banner-bar .banner-wrap.interior-hero {
		padding:180px 0 80px;
}
.inner-pages-banner-bar .banner-wrap.interior-hero .container {
	text-align: center;
}
.inner-pages-banner-bar .banner-wrap.interior-hero .interior-hero-content {
	text-align: left;
}
/*
.inner-pages-banner-bar .banner-wrap.interior-hero .btn {
	background-color: #be0c51;
	border: 2px solid #be0c51;
	color: white;
}
.inner-pages-banner-bar .banner-wrap.interior-hero .btn:hover {
	background-color: transparent;
	border: 2px solid #fff;
}*/

.inner-pages-banner-bar .banner-wrap h1 {
	font-size: 80px;
	font-weight: 700;
	margin:0;
}
.inner-pages-banner-bar .banner-wrap .container {
	position: relative;
	z-index: 2;
}
.inner-pages-banner-bar .banner-wrap:after {
	content:"";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #000;
  opacity: .25;
	z-index: 1;
	top:0;
	left: 0;
}
.content-bar {padding:60px 0;margin-bottom:30px;background-color: #be0c51;}
.share-panel {margin-bottom:60px;}
.share-panel a.tag-btn {
	color: #fdfcf8;
	font-size: 14px;
	line-height: 18px;
	padding:5px 10px;
	letter-spacing: 0.32px;
	border-radius: 18px;
	border: 2px solid transparent;
	display:inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
    background-color: rgba(253, 252, 248,.2);
}
.share-panel a.tag-btn:hover {
	border-color:rgba(253, 252, 248,.2);
	background: none;
}
.social-panel p {
	font-size:16px;
}

.no-padding {padding:0;}

.report-bar {padding:60px 0 60px;margin-bottom:30px;}
.report-panel {width:20%;padding:0 15px 25px;}
.report-panel > div{
	background:#fdfcf8;
	padding:24px 15px;
}
.report-panel span {display:block;color: #231f20;}
.load-more-wrap {margin-bottom:30px;}

.search-header {
	padding:40px 0;
	background:#ccc;
	margin-bottom:16px;
}
.s-span {margin:10px 18px 10px 0;}
.search-header .search-form input[type="search"] {
    font-weight:700;
    font-size:28px;
}
.search-header span {
	color:#000003;
}

.archive-page-bar .story-panel .inner-text {padding:40px 30px;}

.pagination-nav ul.page-numbers {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  line-height: normal;
  list-style: none;
}
.pagination-nav .page-numbers li {
  margin: 0 4px;
}
.pagination-nav .page-numbers a,.pagination-nav .page-numbers span {
  background-color: #fdfcf8;
  color: #000;
  font-size: 1rem;
  display: block;
  height:30px;width:30px;
  display:flex;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}
.pagination-nav .page-numbers span,.pagination-nav .page-numbers a:hover {
  background-color: #000;
  color: #fdfcf8;
  text-decoration: none;
}

.images-panel {
	height:420px;
}

.bootstrap4 .table {
    margin-bottom: 0 !important;
}




@media only screen and (min-width: 768px) {
	.charts-title,.want-to-wrap1 .text {background: none !important;}
	.mega-charts-panel .footable.table tr th.data-cols,.mega-charts-panel .footable.table tr td.data-cols {
		border-left:10px solid #fdfcf8 !important;
	}
	#footable_2412.footable.table:not(.hide_all_borders) tbody tr td.data-cols {
		border-left-color: #fdfcf8 !important;
	}

}
@media only screen and (max-width: 991px) {
	#header-wrap,#content,#footer-wrap {
		padding:0 20px;
	}
	.email-update-wrap {
	    padding: 60px 0px 55px;
	}
	.staff-text-panel {
	    margin-top: 58px;
	    padding: 44px 40px 50px;
	}
	.quote-div span {
	    font-size: 36px;
	    line-height: 64px;
	}
	.catg-panel {
	    padding: 37px 30px 32px;
	}
	.want-to-wrap .text span,.charts-title h2 {
	    font-size: 76px;
	    margin-bottom:30px;
	    line-height: 1.1;
	}
	.faq-wrap .col {
	    padding: 30px 30px;
	}
	.faq-wrap .btn.btn-link {
	    font-size: 30px;
	    line-height: 38px;
	}
	.safety-content .top p {
	    font-size: 30px;
	    line-height: 38px;
	}
	.banner-content-block p {
	    font-size: 40px;
	    line-height: 50px;
	}
	.category-panel .text {
	    padding: 30px 24px 35px;
	}
	.category-panel .btn {
	    margin: 0 20px 45px;
	}
	.partner-without-logo .partner a {
	    font-size: 20px;
	    line-height: 26px;
	}
	.story-panel figure + .text {
		margin-top: -20PX;
    	padding-left: 15PX;
	}
	.inner-pages-banner-bar .banner-wrap h1 {
	    font-size: 68px;
	    font-weight: 700;
	    line-height: 1.02;
	}
	.h-content-block .panel {
	    padding: 60px 25px 40px;
	}
	.h-content-block .panel.top {
	    padding: 145px 25px 40px;
	}
	.h-content-block .panel.more {
	    padding: 60px 25px 160px;
	}
	.images-panel {
		height:360px;
	}
}

@media only screen and (max-width: 767px) {
	h1, .h1 {
	    font-size: 40px;
	    line-height: 46px;
	}
	h2 {
	    font-size: 32px;
	    line-height: 38px;
	}
	a.btn-small, .btn-small {
	    padding: 5px 20px;
	}
	.inner-pages-banner-bar .banner-wrap h1 {
	    font-size: 37px;
	}
	#header-wrap,#content,#footer-wrap {
		padding:0 15px;
	}
	.category-panel {margin-bottom:25px;}
	.form-panel {padding-left:0;}
	.column {margin-bottom:20px;}
	.inner-pages-banner-bar .banner-wrap {
	    min-height: 298px;
	}
	.banner-content-block p,.hero-content h1,.img-content h2 {
	    font-size: 32px;
	    line-height: 35px;
	}
	.staff-contact-wrap .d-flex,.faq-wrap .col {
		flex-wrap: wrap;
		flex-direction: column;
	}
	.mission-img-panel {
	    max-width: 100%;
	}
	.staff-text-panel {
	    max-width: 100%;
	    left: 0;
	    margin: 0 auto;
	    padding: 44px 25px 30px;
	}
	.post-grid-bar .staff-text-panel {
	    max-width: calc(100% - 30px);
	}
	.mission-img-panel .text {
	    padding: 0;
	}
	/* .mission-img-panel .text.top{
		text-align: center;
	} */
	.flex-row-reverse .staff-text-panel {
	    left: auto;
	    right: 0;
	}
	.story-panel,
	.mission-row,
	.team-row {
	    margin-bottom: 16px;
	}
	.content46-wrap .col .title-wrap,.content46-wrap .col .text-wrap {
	    width: 100%;
	}
	.col-wrap {
	    height: auto;
	    padding: 30px 20px;
	    margin-bottom: 20px;
	}
	.faq-wrap .btn.btn-link {
	    font-size: 22px;
	    line-height: 28px;
	    text-transform:  none;
	    text-align: left;
	}
	.safety-content .top p {
	    font-size: 24px;
	    line-height: 30px;
	}
	/* .partner-with-logo .partner {
	    -ms-flex: 0 0 33.3%;
	    flex: 0 0 33.3%;
	    max-width: 33.3%;
	} */
	.images-panel {
		height:300px;
	}
	.want-to-wrap .text span, .charts-title h2 {
	    font-size: 58px;
	}
	.mega-charts-panel thead th {
	    font-size: 16px;

	}
	.mega-charts-panel .footable.table tr th {
		word-break:break-all;
	}
	.mega-charts-panel td {
		font-size: 15px;
	}
	.story-panel figure + .text {
	    margin-top: -60PX;
	    padding-left: 15PX;
	}
	.story-panel h2, .story-panel h2 a {
	    margin-bottom: 20px;
	}
	.story-panel .inner-text {
	    padding: 36px 26px;
	}
	.story-panel p {
	    line-height: 24px;
	}
	.hero-content .inner {
	    padding: 35px 24px 38px 36px;
	    max-width:100%;
	}
	.hero-content {min-height:0;margin-left:-15px;margin-right:-15px;display:block;}
	.charts-wrap,.want-to-wrap1 { /* background: none !important; */ padding:0;}
	.charts-wrap .container,.want-to-wrap1 .container {padding:0;}
	.charts-title {
	    padding: 78px 24px 30px;
	    min-height:300px;
	    display: flex;
	    align-items: flex-start;
	    margin-bottom: 16px;
	    flex-direction: column;
	    justify-content: flex-end;

	}
	.mega-charts-panel {
	    position: relative;
	    background-color: transparent;
	    padding: 0 34px 64px;
	}

	.want-to-wrap1 .text {
	    padding: 78px 38px;
	    min-height: 355px;
	}
	.staff-contact-wrap {
	    padding: 50px 0px 8px;
	}
	.faq-wrap,.content-share-wrap,.image_grid-wrap {
	    padding: 40px 0;
	}
	.email-update-wrap {
	    padding: 40px 14px 18px 24px;
	}
	.email-update-wrap h2 {
	    margin-bottom: 6px;
	    line-height: 36px;
	    font-size: 32px;
	}
	.quote-div span {
	    font-size: 28px;
	    line-height: 44px;
	}
	.post-grid-bar {
		padding:37px 0px 20px;
	}
	.post-grid-bar .h1 {
	    margin-bottom: 34px;
	}
	.banner-content-block {
		padding:52px 20px 20px;
	}
	.faq-wrap .col {
    	padding: 30px 15px;
    }
    .mission-row,
		.team-row,
		.staff-contact-wrap .d-flex {
    	flex-direction: column-reverse;
    }
    .staff-contact-wrap .d-flex.flex-row-reverse {
    	flex-direction: column-reverse !important;
    }
    .staff-text-panel {
    	padding-bottom: 80px;
    }
    .mission-img-panel {
    	margin-top:-50px;
    	padding-left:25px;
    	z-index: 1;
    }
    .staff-contact-wrap .d-flex {
	    margin-bottom: 20px;
	}
	.catg-panel {
	    padding: 37px 34px 32px;
	}
	.catg-panel h2 {font-size:32px;}
	.report-panel {
	    width: 50%;
	    padding: 0 25px 16px;
	}
	.h-content-block:after {
		display: none;
	}
	.h-content-block {
	    align-items: center !important;
	    max-width:450px;
	    margin-left:auto;
	    margin-right:auto;
	}
	.h-content-block,.history-content .h-content-block:last-child {
	    margin-bottom:16px;
	}
	.img-block {
	    min-height: 420px;
	    padding:40px 0;
	}
	.mission-img-panel span {
		padding:0;
		text-align:left;
	}
	.history-content {
	    padding: 16px 0px 0;
	}
	.h-content-block .panel.top {
		margin-bottom:-90px;
	}
	.banner-content-block,.img-block,.history-content,
	.post-grid-bar,.report-bar,.banner-home-block,
	.category-panel,.new-campaign-wrap,
	.images-panel,.charts-wrap,.faq-wrap .col,
	.faq-wrap,.content-share-wrap {
	    margin-bottom: 16px;
	}
	.inner-pages-banner-bar {
	    padding-bottom: 16px;
	}
	.h-content-block .bottom {
	    margin-bottom: -95px;
	}
	.h-content-block figure {margin-left:auto;}
	.mission-img-panel .text.top {
	    margin-bottom: -45px;
	}
	.report-panel > div {
	    background: #fdfcf8;
	    padding: 40px 15px;
	}
	.category-wrap,.want-to-wrap {
	    margin-bottom: 0;
	}
	.images-panel img {
	    width: auto;
	    min-height: 210px;
	    min-width: 100%;
	}
	.charts-title,.image_grid-wrap {margin-bottom:16px;}
	.share-panel {
	    margin-bottom: 30px;
	}
	.partner-with-logo .partner {
		padding:0 15px 16px;
	}
	.search-panel {
	    margin: 0px 0 0px 28px;
	}
	.hero-content span {margin-bottom:22px;}
	.hero-content a.btn {
		padding-top:10px;
		padding-bottom: 10px;
	}
	.category-panel .text {
	    padding: 34px 33px 27px;
	}
	.category-panel .text h2 {margin-bottom:10px;}
	.category-panel .text p {line-height:23px;}
	.category-panel .btn {
	    margin: 0 33px 37px;
	    padding: 4px 15px;
	}
	.new-campaign-wrap {
	    padding: 34px 0px 25px;
	}
	.new-campaign-wrap .column {
		    padding-left: 20px;
    	padding-right: 20px;
	}
	.form-panel input {line-height:20px;}
	.h-content-block .panel {
	    padding: 38px 20px 18px;
	}
	.h-content-block h2 {
	    margin-bottom: 16px;
	}
	.report-bar {
	    padding: 39px 0 39px;
	}
	.report-bar .h1 {
		margin-bottom:33px;
	}
	.new-campaign-wrap .btn {font-size:15px;}
	.charts-title .btn{
		font-size: 13px;
    	padding: 10px 8px;
	}
	.faq-wrap {
		padding: 58px 20px;
	}
	.faq-wrap .col {
	    padding: 15px 15px;
	}
	.content-share-wrap {
		padding: 52px 20px 30px;
	}



}

@media only screen and (max-width: 576px) {
	h1, .h1 {
	    font-size: 34px;
	    line-height: 40px;
	}
	h2 {
	    font-size: 26px;
	    line-height: 32px;
	}
	.partner-without-logo .partner {
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	    padding: 5px 30px;
	}
	/* .partner-with-logo .partner {
	    -ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	    padding: 10px;
	} */
	.catg-panel {
		flex-direction: column;
		align-items: flex-start;
	}
	.catg-panel .text-panel {
	    width: 100%;
	    max-width: 100%;
	    margin-top:15px;
	}
	.quote-div span {
	    font-size: 24px;
	    line-height: 38px;
	}
	.img-content h2 {
	    font-size: 27px;
		font-weight: 400;
		line-height: 58px;
		letter-spacing: 0.31px;
	}
	.quote-div span {
	    font-size: 28px;
	    line-height: 44px;
	}
	.faq-wrap .btn.btn-link {
	    font-size: 20px;
	    line-height: 26px;
	}
	a.btn, .btn {font-size:17px;}
	.report-panel {
	    width: 100%;
	}
	/* .h-content-block, .history-content .h-content-block:last-child {
	    margin-bottom: 32px;
	} */
	.inner-pages-banner-bar .banner-wrap {
	    min-height: 245px;
	}
	.banner-content-block p {
	    font-size: 24px;
	    line-height: 32px;
	    margin-bottom: 22px;
	}
	/* .h-content-block figure {
	    max-width: calc(100% - 32px);
	} */
	.partner-with-logo .partner {
	    width: 100%;
	}
	.images-panel {
		height:280px;
	}
}


.semantic_ui .ui.table thead tr:first-child>th:first-child,
.semantic_ui .ui.table thead tr:first-child>th:last-child {
	border-radius:0 !important;
}


#Modal-search .search-form {
    position: relative;
    width: 100%;
    max-width: 640px;
}
#Modal-search .modal-body {
	    display: flex;
    align-items: center;
    justify-content: center;
        padding: 16px 40px;
}
#Modal-search .modal-header {
	border:none;
}
#Modal-search .modal-content {
    box-shadow: none;
    background: none;
    height: 100%;
}
#Modal-search.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
    margin: 0;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    background: #ccc;
}
#Modal-search .search-form input[type="search"] {
    width: 100%;
    border:none;
    border-bottom: 4px solid #000;
    font-weight: 700;
    font-size:20px;
}
#Modal-search .search-form ::placeholder {
	color:#000;
}
#Modal-search .close {
	font-size: 48px;
    font-weight: 700;
    border: 3px solid #000;
    border-radius: 50%;
    margin-right: 15px;
    margin: 10px 20px 0 auto;
    padding: 10px;
    opacity: 1;
    height: 58px;
    width: 58px;
    line-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.search-page-bar .story-panel {
	margin-bottom:30px;
}
.search-page-bar .story-panel .inner-text {
	padding: 72px 77px;
	height:auto !important;
}
.search-page-bar .pagination-nav {padding:20px 0;}


@media (max-width:991px) {
	#Modal-search.modal.show .modal-dialog {
		background: #ecad34;
	}
	#Modal-search .search-form img {
		filter: brightness(0) invert(1);
	}
	#Modal-search .search-form input[type="search"] {
		color:#fff;
		border-color:#fff;
	}
	#Modal-search .close {
		color:#fff;
		border-color:#fff;
		height: 40px;
	    width: 40px;
	    font-size: 40px;
	    line-height: 14px;
	}
	.search-page-bar .story-panel .inner-text {
	    padding: 56px 35px;
	    height: auto !important;
	}
	.search-page-bar .story-panel {
	    margin-bottom: 16px;
	}

}

.form-panel label {position: relative;}
.error,span.wpcf7-not-valid-tip {
	display: none;
	color: #000;
	font-size: 14px;
	margin-top: -5px;
    margin-bottom: 15px;
    position:relative;
}
.error_show,span.wpcf7-not-valid-tip {
	display:block;
}
.error:after {
	content:"";
	position: absolute;
	bottom:calc(100% + 18px);
	right:10px;
	background: url(../images/ext.png) no-repeat center;
	display: block;
	height:29px;
	width:29px;
}
input.invalid,input.form-control.wpcf7-not-valid, textarea.form-control.wpcf7-not-valid, select.form-control.wpcf7-not-valid {
	border: 2px solid #000;
}
.wpcf7-response-output,
.form-panel .ctct-form-wrapper .ctct-message.ctct-error,
.form-panel .ctct-form-wrapper .ctct-message.ctct-success  {
	border:none !important;
	padding: 0 !important;
	color: #fff !important;
	margin:15px 0 !important;
}
.form-panel .ctct-form-wrapper .ctct-message .ctct-dismiss-ajax-notice {
	border:none !important;
	padding: 0 !important;
	color: #fff !important;
	background-color: transparent!important;
}
span.wpcf7-not-valid-tip {color:#fff;}

/* anchor navigation */
.anchor-nav {
	margin-bottom: 32px;
}
.site-content .anchor-nav ul a {
	color: #231f20;
	text-decoration: none;
	display: inline-block;
border-radius: 21px;
border: 2px solid transparent;
font-weight: 600;
text-align: center;
padding: 6px 16px 5px;
margin-left: 5px;
transition: .3s all;
}
.site-content .anchor-nav ul a:hover {
background-color: #ecad34;
border-color:#ecad34;
}
.site-content .anchor-nav ul {
	align-items: center;
	justify-content: center;
}
a.anchor-title {
	display: block;
position: relative;
top: -125px;
visibility: hidden;
}
@media screen and (max-width: 980px) {
	.site-content .anchor-nav ul {
	flex-direction: column;
	}

}
/*tooltips */
.banner-content-block span.su-tooltip-button,
span.su-tooltip-button {
	display: inline-block;
	height: 70px;
	background-color: transparent;
}
.su-tooltip p {
	color: #000;
}
.su-tooltip {
	z-index: 3;
}
.su-tooltip-content {
	padding: 20px;
}
.su-tooltip-content span {
	display: flex;
	font-size: 22px;
	line-height: 1.4;
	margin-bottom: 15px;
	font-family: 'Source Serif Pro', serif;
	font-weight: bold;
}
.su-tooltip-content span strong {
	background-color: #ecad34;
	color: white;
	padding: 2px 8px 3px;
	display: inline-block;
	border-radius: 20px;
	margin-right: 10px;
	width: 30px;
	height: 30px;
	text-align: center;
}
.su-tooltip-content span em {
		font-size:18px;
		font-weight: normal;
}
