@charset "utf-8";
/* Base CSS for Frontend */
@import 'reset.css';
@import 'global.css';

/* -- Character Font -- */
/* @font-face {
    font-family: 'FontAwesome';
    src: url('../font/fontawesome-webfont-4.6.2.eot');
    src: url('../font/fontawesome-webfont.eot#iefix&v=4.6.2') format('embedded-opentype'), url('../font/fontawesome-webfont-4.6.21.woff2') format('woff2'), url('https://www.albemarle.com/skins/base/css/https://www.albemarle.com/skins/base/css/fonts/fontawesome-webfont.woff?v=4.6.2') format('woff'), url('https://www.albemarle.com/skins/base/css/https://www.albemarle.com/skins/base/css/fonts/fontawesome-webfont.ttf?v=4.6.2') format('truetype'), url('https://www.albemarle.com/skins/base/css/https://www.albemarle.com/skins/base/css/fonts/fontawesome-webfont.svg?v=4.6.2#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
} */
.char {
	/* font-family: "FontAwesome", sans-serif; */
}

.fa-home:before {
	content: '\f015';
}

.fa-arrow-right:before {
	content: '\f061';
}

.fa-link:before {
	content: '\f0c1';
}

.fa-envelope:before {
	content: '\f0e0';
}

.fa-phone:before {
	content: '\f095';
}

.fa-search:before {
	content: '\f002';
}

.fa-check:before {
	content: '\f00c';
}

.fa-comment:before {
	content: '\f27a';
}

.fa-plus-circle:before {
	content: '\f055';
}

.fa-minus-circle:before {
	content: '\f056';
}

.fa-briefcase:before {
	content: '\f0b1';
}

.fa-newspaper:before {
	content: '\f1ea';
}

.fa-map-pin:before {
	content: '\f276';
}

.fa-chevron-left:before {
	content: '\f053';
}

.fa-chevron-right:before {
	content: '\f054';
}

.fa-chevron-up:before {
	content: '\f077';
}

.fa-chevron-down:before {
	content: '\f078';
}

.fa-angle-left:before {
	content: '\f104';
}

.fa-angle-right:before {
	content: '\f105';
}

.fa-download:before {
	content: '\f019';
}

.fa-video-camera:before {
	content: '\f03d';
}

.fa-file-text:before {
	content: '\f15c';
}

.fa-close:before {
	display: none;
	content: '\f00d';
}

.fa-list:before {
	content: '\f00b';
}

.fa-bar-chart:before {
	content: '\f080';
}

.fa-tree:before {
	content: '\f1bb';
}

.fa-calendar-check-o:before {
	content: '\f274';
}

.fa-line-chart:before {
	content: '\f201';
}

.fa-support:before {
	content: '\f1cd';
}

.fa-leaf:before {
	content: '\f06c';
}

.fa-pdf:before {
	content: '\f1c1';
}

.fa-globe:before {
	content: '\f0ac';
}

.fa-picture:before {
	content: '\f03e';
}

body {
	/* font: normal 16px/1.8em Arial, sans-serif; */
	color: #666;
	font-size: 16px;
}

a {
	color: #686d6c;
	transition: color 180ms linear, background 180ms linear, opacity 180ms linear;
	-webkit-transition: color 180ms linear, background 180ms linear, opacity 180ms linear;
	-moz-transition: color 180ms linear, background 180ms linear, opacity 180ms linear;
}

a:hover {
	text-decoration: none;
	color: #4040e0;
}

a .char {
	padding-right: 10px;
}

/* ---Standard headers ---*/
h1 {
	/* font: bold 36px/1.3em Arial, sans-serif; */
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 400;
}

h2 {
	/* font: bold 22px/1.3em Arial, sans-serif; */
	text-transform: uppercase;
	color: #333;
	font-size: 20px;
}

h3 {
	/* font: bold 18px Arial, sans-serif; */
	text-transform: uppercase;
	color: #333;
	font-size: 16px;
}

h4 {
	/* font: bold 18px Arial, sans-serif; */
	font-size: 14px;
	text-transform: uppercase;
}

h5 {
	font-family: 'Microsoft YaHei';
	text-transform: uppercase;
}

/* --- General Layout Settings---*/
.container {
	width: 1600px;
	position: relative;
	margin: 0 auto;
}

#header,
#navigation,
#content,
#footer,
#marketing {
	position: relative;
	display: block;
	clear: both;
}

.alert {
	background: #d70505;
	color: #fff;
	font-family: 'Microsoft YaHei';
	padding: 8px 12px;
	margin: 10px 0;
	border-radius: 3px;
	clear: both;
}

.alert-success {
	background: #3e8f3e;
	color: #fff;
	font-family: 'Microsoft YaHei';
	padding: 8px 12px;
	margin: 10px 0;
	border-radius: 3px;
}

button,
input.btn {
	border: none;
}

.btn {
	font-size: 12px;
	/* font: bold 15px/15px Arial, sans-serif; */
	color: var(--color);
	border: 1px solid var(--color);
	cursor: pointer;
	text-decoration: none;
	display: block;
	padding: 14px 38px 15px;
	background: none;
	cursor: pointer;
	transition: background 180ms linear;
	-webkit-transition: background 180ms linear;
	-moz-transition: background 180ms linear;
}

.btn:hover {
	color: #fff;
	background: var(--color);
}

.btn.blue {
	background: #000000;
	color: #fff !important;
}

.btn.blue:hover {
	background: #008576;
}

.btn.centered {
	max-width: 110px;
	margin: 0 auto;
}

.btn.arrow-right {
	background: #faaa1a url(https://www.albemarle.com/skins/base/images/structure/arrow-right.png) right 10px center no-repeat;
	text-align: left;
	padding-right: 40px;
	background-size: 20px;
}

.btn.arrow-right:hover {
	background: #e69400 url(https://www.albemarle.com/skins/base/images/structure/arrow-right.png) right 10px center no-repeat;
	background-size: 20px;
}

.btn .char {
	padding-left: 10px;
}

.btn.back .char {
	padding-right: 10px;
	padding-left: 0;
}

.green-to-blue {
	/*background: #008274;*/
	/* Old browsers */
	/*background: -moz-linear-gradient(left,  #008274 0%, #000000 100%);*/
	/* FF3.6-15 */
	/*background: -webkit-linear-gradient(left,  #008274 0%,#000000 100%);*/
	/* Chrome10-25,Safari5.1-6 */
	/*background: linear-gradient(to right,  #008274 0%,#000000 100%);*/
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008274', endColorstr='#000000', GradientType=1);
	/* IE6-9 */
}

.a-center {
	text-align: center;
}

/*-- Responsiveness Base Structure -- */
.row {
	clear: both;
}

.row .col {
	margin-left: 2%;
	float: left;
	margin-bottom: 15px;
}

.row .col:nth-child(2n + 1) {
	margin-left: 0;
}

.row .col.split_int {
	margin-left: 0;
	clear: both;
}

.row .full {
	width: 100%;
}

.wysiwyg.text-center .row {
	display: flex;
	justify-content: center;
	/* width:80%;
    margin:0 auto;
    border:1px solid red; */
}

/* .row .half{width:49%;} */
.row .half.left {
	width: 25%;
}

.row .half.right {
	width: 49%;
}

.row .third {
	width: 49%;
}

.row .third_2 {
	width: 66%;
}

.row .fourth {
	width: 23.5%;
}

.row .fourth_2 {
	width: 49%;
}

.row .fourth_3 {
	width: 74.5%;
}

.row .fifth {
	width: 18.4%;
}

.row .fifth_2 {
	width: 38.8%;
}

.row .fifth_3 {
	width: 59.2%;
}

.row .fifth_4 {
	width: 79.6%;
}

.row .sixth {
	width: 15%;
}

.row .sixth_2 {
	width: 32%;
}

.row .sixth_3 {
	width: 49%;
}

.row .sixth_4 {
	width: 66%;
}

.row .sixth_5 {
	width: 83%;
}

.row.no_margin .col {
	margin-left: 0;
}

.row.no_margin .full {
	width: 100%;
}

.row.no_margin .half {
	width: 50%;
}

.row.no_margin .third {
	width: 33.33%;
}

.row.no_margin .third_2 {
	width: 66.66%;
}

.row.no_margin .fourth {
	width: 25%;
}

.row.no_margin .fourth_2 {
	width: 50%;
}

.row.no_margin .fourth_3 {
	width: 75%;
}

.row.no_margin .fifth {
	width: 20%;
}

.row.no_margin .fifth_2 {
	width: 40%;
}

.row.no_margin .fifth_3 {
	width: 60%;
}

.row.no_margin .fifth_4 {
	width: 80%;
}

.row.no_margin .sixth {
	width: 16.66%;
}

.row.no_margin .sixth_2 {
	width: 33.33%;
}

.row.no_margin .sixth_3 {
	width: 50%;
}

.row.no_margin .sixth_4 {
	width: 66.66%;
}

.row.no_margin .sixth_5 {
	width: 83.33%;
}

.mhide {
	display: block;
}

.mshow {
	display: none;
}

/* --- Layout ---*/
/* #wrapper {
    overflow: hidden;
} */
#header {
	z-index: 20;
}

#header .top-links {
	font-size: 11px;
	line-height: 1.4em;
	text-align: right;
	padding: 5px 0;
	background: #f3f3f3;
}

#header .top-links a {
	white-space: nowrap;
	padding: 0 4px;
}

#header .top-links p {
	padding-bottom: 0;
}

#header .top-links .tl-logo {
	display: none;
}

#header .top-links .nyse-hold {
	height: 16px;
	float: right;
	margin-left: 10px;
	overflow: hidden;
	background: #ececec;
	border: 1px solid #ddd;
	font-size: 11px;
	line-height: 1em;
	color: #424242;
	padding: 2px 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#header .lang-links {
	float: right;
	margin: 0 0 0 15px;
}

#header .lang-links a {
	display: inline-block;
}

#header .lang-links img {
	display: inline-block;
	height: 12px;
	vertical-align: middle;
	margin-right: 6px;
}

#header .lang-links span {
	display: inline-block;
	vertical-align: middle;
}

#header .header-hold {
	padding: 30px 0;
	background: #fff;
	width: 100%;
	transition: all linear .3s;
}

#header #logo {
    width: 150px;
    position: absolute;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
}

#header .head-right {
	float: right;
	position: relative;
	z-index: 3;
	padding-top: 2px;
}

#header #google_translate_element {
	display: inline-block;
	vertical-align: middle;
	display: none;
}

#header #google_translate_element img {
	max-width: none;
	display: inline;
}

#header #google_translate_element .goog-te-gadget-simple {
	border: 0 !important;
}

#header #google_translate_element .goog-te-gadget-simple .goog-te-menu-value span:first-child {
	display: none;
}

#header #google_translate_element .goog-te-gadget-simple .goog-te-menu-value:before {
	content: 'Translate';
}

#header .search-icon {
	width: 24px;
	height: 24px;
	margin-right: 20px;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	background: url('https://www.albemarle.com/skins/base/images/structure/li-search.png') center center no-repeat;
	background-size: 24px;
	display: none;
}

#header .search-icon.close {
	background: url('https://www.albemarle.com/skins/base/images/structure/li-close.png') center center no-repeat;
	background-size: 24px;
}

#header .search {
	padding: 15px 0;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #f2f6f4;
	color: #999;
	display: none;
	-webkit-box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.2);
}

#header .search .search-field {
	border: none;
	border-bottom: solid 2px #bbb;
	color: #424242;
	background: #f2f6f4;
	padding: 10px 0;
	margin-bottom: 10px;
	height: 50px;
	line-height: 50px;
	font-size: 26px;
	font-weight: normal;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#header .search .search-field:focus {
	outline: none;
}

#header .search .container,
#header.small .search .container {
	height: auto;
}

#header .mobile-menu {
	width: 36px;
	height: 36px;
	margin-left: 10px;
	vertical-align: middle;
	cursor: pointer;
	display: none;
}

#header .mobile-menu .mline {
	background: var(--color);
	width: 30px;
	height: 5px;
	margin: 5px auto;
	display: block;
	transition: background 180ms linear;
	-webkit-transition: background 180ms linear;
	-moz-transition: background 180ms linear;
}

#header .mobile-menu:hover .mline {
	background: #000000;
	color: #008274;
}

#header #regions_select {
	margin-right: 20px;
	display: inline-block;
	vertical-align: middle;
	display: none;
}

#header #regions_select select {
	border: 1px solid rgb(54, 45, 45);
}

#header .header-hold.sticky {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	padding: 10px 0;
}

#navigation {
    z-index: 1;
}

#navigation .mclose {
	display: none;
}

#navigation ul#nav-menu {
    padding: 0 300px;
    /* width: 100%; */
    /* height: 100%; */
    list-style: none;
    text-align: center;
}

#navigation ul li.level_1 {
	display: inline-block;
	height: 100%;
	margin: 0;
	position: relative;
}

#navigation ul li.level_1 a {
	padding: 14px 14px;
	font-size: 15px;
	/* font: bold 16px/16px Arial, sans-serif; */
	color: #424242;
	display: block;
}

#navigation ul li.level_1 a:hover {
	color: #000;
	background: #f3f3f3;
}

#navigation ul li.level_1 .subnav {
	min-width: 180px;
	padding: 15px 0;
}

#navigation ul li.level_1 .subnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation ul li.level_1 .subnav {
	display: none;
	position: absolute;
	background: #fff;
	color: #000;
	border: 1px solid #ededed;
}

#navigation ul li.level_1:hover .subnav {
	display: block;
}

#navigation ul li.level_1 .subnav li a {
	display: block;
	float: none;
	color: #000;
	font-size: 14px;
	white-space: nowrap;
	line-height: 14px;
	text-align: left;
	padding: 8px 25px;
}

#navigation ul li.level_1 .subnav li a:hover {
	background: #efefef;
}

#navigation ul li.level_1 .subnav li.level_3 a {
	font-size: 11px;
}

#marketing {
	margin: 0;
}

#marketing .flexslider {
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
}

#marketing .panel-image {
	position: relative;
}

#marketing .panel-bg {
	height: 600px;
	width: 100%;
}

#marketing .mcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff;
	text-align: center;
	padding: 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#marketing .mcaption .caption-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.85;
}

#marketing .mcaption .caption-txt {
	position: relative;
	z-index: 1;
}

#marketing .mcaption .caption-txt h1,
#marketing .mcaption .caption-txt h2 {
	font-size: 40px;
	line-height: 1em;
	padding-bottom: 5px;
}

#marketing .mcaption .caption-txt h2 {
	color: #fff;
}

#marketing .mcaption .caption-txt p {
	font-size: 16px;
	line-height: 1.4em;
	color: #ffffff;
}

#marketing .mcaption .btn {
	background-color: rgba(0, 0, 0, 0.3);
	border: 2px solid #fff;
}

#marketing .mcaption .btn:hover {
	background-color: #008274;
}

#marketing .mcaption .dir-nav {
	opacity: 0.6;
	z-index: 9;
	transition: opacity 180ms linear;
	-webkit-transition: opacity 180ms linear;
	-moz-transition: opacity 180ms linear;
}

#marketing .mcaption .dir-nav:hover {
	opacity: 1;
}

#marketing .mcaption .prev-arrow {
	position: absolute;
	left: 5px;
	top: 50%;
	margin-top: -20px;
	cursor: pointer;
}

#marketing .mcaption .next-arrow {
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -20px;
	cursor: pointer;
}

#content .full-rel {
	position: relative;
}

#content .left-bg {
	background: #e8e8e8;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 20%;
	z-index: 0;
}

#content .content-hold {
	padding: 0;
	position: relative;
	z-index: 1;
	padding-bottom: 70px;
}

#content .content-full {
	width: 100%;
	padding: 40px 0;
}

#content .content-wide {
	width: 100%;
	padding: 75px 0;
	padding-bottom: 0px;
	max-width: 1340px;
	margin: 0 auto;
}

#content .content-left {
	width: 20%;
	float: left;
	padding: 40px 0;
}

#content .content-right {
	width: 78%;
	float: right;
	padding: 40px 0;
}

.page-head-img {
	position: relative;
}

.page-head-img video {}

.page-head-img .page-head {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	top: 0;
	left: 0;
}

.page-head-img .page-head .ph-bg {
	opacity: 0.85;
}

.page-head-img .btn {
	display: inline-block;
}

.page-head-img.tall:after {
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	content: '';
}

.page-head-img.tall .page-head {
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	z-index: 2;
}

.head-cnt .page-head-img.tall .page-head {
	justify-content: center;
}

.head-cnt .page-head-img.tall h1 {
	font-size: 60px;
}

.page-head-img.tall h1 {
	padding-bottom: 5px;
	text-transform: none;
	font-size: 40px;
}

.page-head-img.tall h2 {
	margin-bottom: 20px;
	display: inline-block;
	background: rgba(0, 26, 77, 0.75);
	padding: 10px 28px;
	color: #fff;
	text-transform: none;
	font-size: 24px;
}

.page-head {
	position: relative;
	text-align: center;
}

.page-head .ph-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.page-head h1 {
	position: relative;
	padding: 20px;
	color: #fff;
}

.section-subnav {
	padding: 5px 10px;
	background: #008576;
	text-align: center;
}

.section-subnav a {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	padding: 5px 10px;
}

.section-subnav a:hover {
	background: #fff;
	color: #008576;
}

.nonav .sub-nav {
	display: none;
}

.page-head-img.ss-head {
	height: 520px;
}

.page-head-img .section-subnav {
	background: rgba(0, 133, 118, 0.8);
}

.wysiwyg .right-col {
	float: right;
	margin: 0 0 54px 54px;
}

.wysiwyg h3 {
	padding-bottom: 30px;
}

.wysiwyg p {
	padding-bottom: 30px;
	margin-top: 20px;
}

.wysiwyg .container {
	width: 100%;
	margin-top: 70px;
}

.wysiwyg .hideWysiwyg {
	display: none;
}

.center {
	text-align: center;
}

.section-selects {
	background: #f2f6f4;
	text-align: center;
	padding: 15px;
}

.section-selects .page-select {
	width: 260px;
	display: inline-block;
	margin: 5px;
	color: #008576;
	font-weight: bold;
	border: 1px solid #ddd;
	font-size: 14px;
	line-height: 1.3em;
	height: 44px;
	padding: 0 10px;
}

.side-trigger {
	display: none;
	width: 30px;
	cursor: pointer;
}

.side-trigger .sline {
	display: block;
	width: 100%;
	height: 5px;
	margin: 4px 0;
	background: #ddd;
}

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

.side-nav li {
	padding: 0;
	margin: 0;
}

.side-nav li a,
.side-nav li span {
	color: #424242;
	font-size: 16px;
	line-height: 1.4em;
	padding: 8px 20px;
	display: block;
}

.side-nav li a:hover {
	background: #fff;
	color: #000;
}

.side-nav li a.selected {
	background: #c3c3c3;
	color: #fff;
}

.side-nav li.l3 a {
	font-size: 12px;
	line-height: 1.4em;
	padding: 8px 20px 8px 30px;
}

.side-nav li.ov-link a {
	font-size: 16px;
	line-height: 1.4em;
	text-transform: uppercase;
	font-weight: bold;
}

.side-nav li.main-ov a {
	font-size: 19px;
	line-height: 1.4em;
	text-transform: uppercase;
	color: #008576;
}

.sub-nav {
	text-align: center;
	background: #f3f3f3;
}

.sub-nav .side-nav {
	display: inline-block;
}

.sub-nav .side-nav li {
	display: inline-block;
}

.sub-nav .side-nav li a,
.sub-nav .side-nav li span {
	border-bottom: 5px solid #f2f6f4;
	padding: 24px 18px 18px;
	/* font-weight: bold; */
	color: #212121;
}

.sub-nav .side-nav li a.selected,
.sub-nav .side-nav li a.selected:hover {
	background: #fff;
	border-bottom: 5px solid var(--color);
	text-transform: none;
}

.sub-nav .side-nav li a:hover {
	border-color: #fff;
}

.sub-nav .side-nav li.ov-link a {
	text-transform: none;
}

.sub-ctas {
	border-bottom: 4px solid #fff;
	background-position: center center;
	position: relative;
}

.sub-ctas:after {
	background: rgba(0, 0, 0, 0.2);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	content: '';
}

.sub-ctas .container {
	position: relative;
	z-index: 1;
}

.sub-ctas .container .flex {
	display: flex;
	padding: 55px 0;
	margin: 0 -10px;
	justify-content: space-between;
}

.sub-ctas .cta {
	padding: 30px;
	margin: 0 10px;
	background: rgba(0, 0, 0, 0.5);
	flex-grow: 1;
	flex-basis: 0;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	box-sizing: border-box;
}

.sub-ctas .cta:hover {
	background: rgba(0, 0, 0, 0.85);
}

.sub-ctas img {
	margin-bottom: 25px;
}

.flex {
	display: flex;
}

.flex .img {
	flex-shrink: 0;
}

.flex .img img {
	max-width: none;
}

.recruitment {
	background: url('../image/bg-green-wide.jpg') center no-repeat;
	background-size: cover;
	padding: 48px 0;
	color: #fff;
}

.recruitment h2 {
	padding-bottom: 30px;
	color: #fff;
	text-align: center;
}

.recruitment .新闻资讯 {
	display: flex;
	margin: 0 -10px;
}

.recruitment.wrap .新闻资讯 {
	flex-wrap: wrap;
}

.recruitment.wrap .新闻资讯 .event-item {
	margin-bottom: 18px;
	min-width: calc(25% - 20px);
	box-sizing: border-box;
}

.recruitment .event-item {
	position: relative;
	background: #fff;
	margin: 0 10px;
	flex-grow: 1;
	flex-basis: 0;
	padding: 25px;
	border-left: 4px solid #e4e4e4;
	color: #212121;
	transition: box-shadow 150ms linear;
}

.recruitment .event-item:hover {
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.35);
}

.recruitment .event-item .title {
	text-transform: uppercase;
	font-weight: bold;
}

.recruitment .event-item .summary p {
	padding-bottom: 0;
}

.recruitment .event-item .btn {
	background: #fff;
	position: absolute;
	bottom: 0px;
	right: 0px;
	color: #faaa1a;
	opacity: 0;
	transition: 150ms linear opacity;
}

.recruitment .event-item:hover .btn {
	opacity: 1;
}

#content .recruitment.wrap {
	padding: 48px 0 30px;
}

#content .recruitment.wrap .content-wide {
	padding: 0;
}

.recruitment .pgn-right {
	color: #fff;
}

.recruitment .pagination li {
	background: #fff;
}

.recruitment .pagination li a:hover {
	background: #999;
}

.recruitment .pagination li.active span {
	border-color: #444;
	background: #444;
}

.blog {}

.blog .blog-item-spacer {
	width: calc(25% - 14px);
}

.blog .blog-item {
	display: block;
	width: calc(25% - 14px);
	margin: 0 7px 14px;
	background: #f2f2f2;
	font-size: 14px;
	color: #757575;
	line-height: 26px;
}

.blog .blog-item:hover {
	background: #e3e7e5;
}

.blog .blog-item .lower {
	padding: 25px;
}

.blog .blog-item .title {
	/* font-weight: bold; */
	text-transform: uppercase;
	color: #1b1b1b;
	font-size: 14px;
}

.blog .blog-item .link {
	/* font-weight: bold; */
	color: var(--color);
	font-size: 12px;
}

.blog .blog-item .img {
	position: relative;
}

.blog .blog-item img {
	display: block;
	width: 100%;
}

.blog .blog-item .date {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 40px;
	padding: 6px;
	background: rgba(0, 29, 81, 0.6);
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

.blog .blog-item .date .month {
	font-size: 12px;
	line-height: 14px;
}

.blog .blog-item .date .day {
	font-size: 28px;
	font-weight: bold;
	line-height: 28px;
}

.blog .blog-item .date .year {
	font-size: 12px;
	line-height: 12px;
}

.blog-detail .blog-detail .content-wide {
	display: flex;
}

.blog-detail .page-head .social {
	position: relative;
	z-index: 3;
	margin: -15px 0 20px;
}

.blog-detail .fb_iframe_widget>span {
	display: block !important;
}

.blog-detail .linkedin>span {
	vertical-align: top !important;
}

.blog-detail .content-wide {
	display: flex;
}

.blog-detail .content-wide .img {
	width: 30%;
	padding-right: 42px;
	flex-shrink: 0;
}

.blog-detail .content-wide .detail {
	flex-grow: 1;
}

.blog-detail .content-wide h4 {
	color: var(--color);
}

.blog-detail .related解决方案 {
	width: 100%;
}

.blog-detail .related解决方案 h4 {
	text-align: center;
}

.blog-detail .related解决方案 .img {
	width: 100%;
	padding: 0;
}

.blog-detail .related解决方案 .blog-item {
	float: left;
}

.career-types {
	padding: 60px 0;
	border-bottom: 4px solid #fff;
	background: #f0f0f4;
	background: -moz-linear-gradient(left, #f0f0f4, #f0f0f4);
	background: -webkit-linear-gradient(left, #f0f0f4, #f0f0f4);
	background: linear-gradient(to right, #f0f0f4, #f0f0f4);
}

.career-types h2 {
	padding-bottom: 30px;
	color: #1d1d1d;
	text-align: center;
}

.career-types .types {
	display: flex;
	margin: 0 -10px;
}

.career-types .type {
	background-size: cover;
	flex-grow: 1;
	flex-basis: 0;
	margin: 0 9px 18px;
	min-height: 245px;
	position: relative;
}

.career-types .title {
	background: rgba(0, 0, 0, 0.4);
	padding: 19px 25px;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	text-transform: uppercase;
	/* font-weight: bold; */
	font-size: 16px;
	transition: background 150ms linear;
}

.career-types .title:after {
	display: none;
	margin-left: 20px;
	font-weight: normal;
	/* font-family: "FontAwesome"; */
	content: '\f055';
}

.career-types .type:hover .title {
	background: rgba(0, 0, 0, 0.8);
}

.career-types .type.active .title {
	background: #fff;
	color: #212121;
}

.career-types .type.active .title:after {
	content: '\f056';
	color: #008576;
}

.career-types .type-content {
	background: #fff;
	padding: 45px;
}

.career-types .type-content:not(.active),
.career-types .type-content.upper {
	display: none;
}

.career-types .btn {
	display: inline-block;
}

/*.pull-quote{ background:#015566 url(https://www.albemarle.com/skins/base/images/structure/bg-loops-small.jpg) no-repeat center bottom; background-size: 100% auto; float: right; max-width: 40%; box-sizing: border-box; padding:55px 40px; margin: 0 0 40px 40px; color:#fff; font: bold 28px/52px Arial, sans-serif; color:#fff; }*/
.pull-quote {
	background: url(../image/join.jpg) no-repeat center bottom;
	background-size: cover;
	float: right;
	max-width: 40%;
	box-sizing: border-box;
	padding: 55px 40px;
	margin: 0 0 40px 40px;
	color: #fff;
	font-family: 'Microsoft YaHei';
	color: #fff;
}

.linkedin {
	background-position: center right;
}

.linkedin .container {
	width: 1350px;
	max-width: 100%;
}

.linkedin .sum {
	width: 580px;
	box-sizing: border-box;
	padding: 60px 40px 120px;
	background: rgba(255, 255, 255, 0.85);
	font-family: 'Microsoft YaHei';
}

.linkedin .btn {
	display: inline-block;
	background: #fff;
	color: #212121 !important;
	text-transform: uppercase;
	box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.09);
	transition: box-shadow 150ms linear;
}

.linkedin .btn:after {
	display: none;
	margin-left: 20px;
	content: '\f054';
	/* font-family: "FontAwesome"; */
	font-size: 20px;
}

.linkedin .btn:hover {
	box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.3);
}

.linkedin .btn img {
	display: inline-block;
	margin-right: 15px;
	vertical-align: middle;
}

.page-tabs {
	margin: 20px 0;
}

.page-tabs .tab-labels {
	border-bottom: 1px solid #cacaca;
}

.page-tabs .ptab {
	color: #fff;
	background: #000000;
	font-weight: bold;
	margin: 0 5px 5px 0;
	font-size: 14px;
	line-height: 1em;
	display: block;
	float: left;
	white-space: nowrap;
	padding: 15px 20px;
	cursor: pointer;
	text-transform: uppercase;
}

.page-tabs .ptab.active {
	color: #fff;
	background: #008576 !important;
}

.page-tabs .ptab:hover {
	background: #008576;
}

.page-tabs .pdetail {
	padding: 20px 20px 10px;
	background: #fff;
}

.flow-chart {
	margin-top: 20px;
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
}

.flow-chart a {
	color: #faaa1a;
}

.flow-chart .state {
	background: #189284;
	flex-grow: 1;
	-ms-flex-grow: 1;
	flex-basis: 0;
	padding: 20px 17px 85px;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
}

.flow-chart .state:before {
	display: block;
	margin-top: 25px;
	content: url('https://www.albemarle.com/skins/base/images/arrow.png');
	margin-bottom: 40px;
}

.flow-chart .state:nth-child(even) {
	background: #008576;
}

.green-tabs .tab-labels {
	display: none;
}

.green-tabs .page-tabs .ptab {
	width: 100%;
	box-sizing: border-box;
	background: #189284;
	padding: 0;
	float: none;
	font-size: 24px;
	color: #fff;
}

.green-tabs .page-tabs .ptab:hover {
	background: #faaa1a;
}

.green-tabs .page-tabs .ptab.accordion {
	height: auto;
}

.green-tabs .page-tabs .ptab a {
	display: block;
	padding: 20px 28px;
	color: #fff;
	cursor: pointer;
}

.green-tabs .page-tabs .ptab a:before {
	content: url('https://www.albemarle.com/skins/base/images/plus.png');
	float: right;
	vertical-align: middle;
	margin-top: -9px;
}

.green-tabs .page-tabs .pdetail .ptab.open {
	background: #faaa1a !important;
}

.green-tabs .page-tabs .pdetail .ptab.open a:before {
	content: url('https://www.albemarle.com/skins/base/images/minus.png');
}

.green-tabs .page-tabs .pdetail {
	padding: 0 0 10px;
	display: block !important;
}

.green-tabs .page-tabs .pdetail .body {
	border: 1px solid #f0f4f3;
	border-top: 0;
	display: none;
	padding: 20px 28px 10px;
}

.home-blocks {
	position: relative;
	width: 100%;
	height: 540px;
	background: #e8e8e8;
}

.home-blocks .hb-links {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 28%;
	padding: 40px 40px 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: url('static/image/bg-green-sm.jpg') 0 0 no-repeat;
	background-size: 100% 100%;
	color: #fff;
}

.home-blocks .hb-links h2 {
	color: #fff;
	padding-bottom: 30px;
}

.home-blocks .hb-links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.home-blocks .hb-links ul li {
	padding-bottom: 12px;
	padding-left: 8px;
}

.home-blocks .hb-links a {
	color: #fff;
	font-size: 16px;
	line-height: 1em;
}

.home-blocks .hb-links a:hover {
	color: #a5ce39;
}

.home-blocks .hb-locs {
	position: absolute;
	top: 0;
	left: 28%;
	height: 100%;
	width: 40%;
	padding: 40px 10px 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: center;
}

.home-blocks .hb-locs img {
	margin: 0 auto 10px;
}

.home-blocks .hb-locs .btn.centered {
	max-width: 120px;
	background: #fff;
	color: #000;
}

.home-blocks .hb-locs .btn.centered:hover {
	background: #a3a3a3;
	color: #fff;
}

.home-blocks .hb-invest {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 32%;
	padding: 20px 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: url('https://www.albemarle.com/skins/base/images/structure/bg-lake.jpg') left center no-repeat;
	background-size: cover;
}

.home-blocks .hb-invest .invest-info {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 20px;
	width: 100%;
	background: #001d51;
	background: #d0d0d0cc;
	color: #fff;
	text-align: center;
	line-height: 1.2em;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.home-blocks .hb-invest .invest-info p {
	padding-bottom: 0;
}

.home-blocks .hb-invest .invest-info h2 {
	color: #fff;
}

.home-blocks .hb-invest .invest-info .btn {
	display: block;
}

.home-blocks .hb-invest .invest-info .btn.centered {
	max-width: none;
	margin-top: 15px;
	display: inline-block;
}

.home-two-blocks {
	position: relative;
	width: 100%;
	height: 500px;
	background: #f2f6f4;
}

.home-two-blocks .ht-block-left {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 32%;
	padding: 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.home-two-blocks .ht-block-mid {
	position: absolute;
	top: 0;
	left: 32%;
	height: 100%;
	width: 36%;
	padding: 30px 40px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: center;
}

.home-two-blocks .ht-block-right {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 32%;
	padding: 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.home-two-blocks .ht-side .htb-content {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 20px 15px;
	width: 100%;
	background: #001d51;
	background: rgba(0, 29, 81, 0.8);
	color: #fff;
	text-align: center;
	line-height: 1.2em;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.home-two-blocks .ht-side .htb-content h2 {
	color: #fff;
	font-size: 24px;
	line-height: 1.3em;
	cursor: default;
}

.home-two-blocks .ht-side .htb-content p {
	display: none;
	cursor: default;
}

.home-two-blocks .ht-side .htb-content .btn {
	display: block;
}

.home-two-blocks .ht-side .htb-content .btn.centered {
	max-width: 100px;
	margin-top: 15px;
}

/*-- Social Icons --*/
.social ul {
	float: left;
	margin: 0;
	padding: 0;
}

.social li {
	list-style: none;
	display: block;
	float: left;
	margin: 0 0 0 8px;
}

.social li a {
	width: 14px;
	height: 14px;
	display: block;
	padding: 9px;
	border-radius: 48px;
	background: #008576;
}

.social li a:hover {
	background: #000000;
}

.social li a img {
	width: 16px;
}

/* ----Footer Section ----*/
#footer {
	padding: 0;
}

#footer .footer-hold {
	padding: 35px 0;
	background: #f3f3f3;
	text-align: center;
}

#footer .footer-logo {
	height: 30px;
	float: left;
}

#footer .footer-links {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}

#footer .footer-links p {
	padding: 0;
}

#footer .footer-links a {
	display: inline-block;
	padding: 6px 10px;
	color: #616161;
	font-size: 16px;
	line-height: 1em;
	white-space: nowrap;
}

#footer .footer-links a:hover {
	display: inline-block;
	padding: 5px 10px;
	color: #008274;
}

#footer .social {
	float: right;
}

#footer #copyright {
	font-size: 11px;
	line-height: 1.4em;
	text-align: center;
	color: #616161;
	padding: 10px 0;
}

#footer #copyright a {
	color: #616161;
}

#footer #copyright a:hover {
	color: #008274;
}

#footer #copyright p {
	padding-bottom: 0;
}

/*--- Search Result Page ----*/
.results .blue {
	color: #008274 !important;
}

.search-list {
	padding: 20px;
	margin: 10px 0;
	font-size: 14px;
	line-height: 1.8em;
	border: 1px solid #dedede;
}

.search-list h4 {
	color: #008274;
	padding-bottom: 5px;
}

/*-- Pagination --*/
.pgn-right {
	clear: both;
	float: right;
	margin: 25px 0;
	font-size: 14px;
}

.pagination {
	list-style: none;
	padding: 0;
	display: inline-block;
}

.pagination li {
	display: inline-block;
}

.pagination li a,
.pagination li span {
	padding: 1px 8px;
	display: inline-block;
	color: #000;
	border: 1px solid #eee;
}

.pagination li a:hover {
	color: #000;
	border: 1px solid #cacaca;
	background: rgba(0, 0, 0, 0.5);
}

.pagination li.disabled {
	display: none;
}

.pagination li.active {
	background: #000000;
}

.pagination li.active a {
	font-weight: bold;
	color: #fff;
	padding: 1px 12px;
}

/* ----Form Inputs ----*/
fieldset {
	padding: 10px;
}

input[type='text'],
input[type='email'],
input[type='password'],
select {
	width: 100%;
	height: 34px;
	padding: 0 5px;
	color: #666;
	font-size: 14px;
	border: 1px solid #aaa;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

input[type='file'] {
	padding: 6px;
	border: 1px solid #aaa;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

select {
	padding-right: 0;
}

textarea {
	width: 100%;
	height: 80px;
	padding: 8px 5px;
	color: #666;
	font-size: 14px;
	border: 1px solid #aaa;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

label {
	padding-bottom: 5px;
	font-size: 14px;
	line-height: 24px;
}

label {
	padding-bottom: 5px;
	font-size: 14px;
	line-height: 24px;
}

.helper {
	padding: 5px 0 0 5px;
	font-size: 11px;
	color: #999;
}

.main-contact {
	background: url('../image/bg-green-wide.jpg') center no-repeat;
	background-size: cover;
	padding: 30px 0;
}

.main-contact .contact-hold {
	max-width: 980px;
	margin: 0 auto;
	color: #fff;
}

.main-contact .contact-hold h2 {
	color: #fff;
	text-align: center;
}

.gbu-contact {
	max-width: 980px;
	margin: 0 auto;
}

.gbu-contact h2 {
	text-align: center;
}

.contact-form input[type='text'],
.contact-form input[type='email'],
.contact-form input[type='password'],
.contact-form select {
	color: #424242;
	background: #ffffff;
	height: 44px;
	padding: 0 8px;
	border: 1px solid #dedede;
}

.contact-form textarea {
	color: #424242;
	height: 120px;
	padding: 8px;
	background: #ffffff;
	border: 1px solid #dedede;
}

.contact-info {
	padding: 30px;
	background: #fff;
	text-align: left;
}

.contact-info .phone-block {
	padding-left: 20px;
	position: relative;
}

.contact-info .phone-block:before {
	content: '\f041';
	/* font-family: "FontAwesome", sans-serif; */
	color: #a5ce39;
	position: absolute;
	top: 0;
	left: 0;
}

.contact-info p {
	padding-bottom: 0;
	line-height: 1.4em;
	padding-top: 4px;
}

.locations-map {
	position: relative;
}

.locations-map .map-img {
	width: 100%;
}

.locations-map .loc-pin {
	display: block;
	position: absolute;
	z-index: 5;
	width: 20px;
	height: 32px;
	margin: -32px 0 0 -10px;
}

.locations-map .loc-pin .pin-hit {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
	z-index: 2;
}

.locations-map .loc-pin .pin-hit:after {
	display: none;
	content: '\f041';
	/* font-family: "FontAwesome", sans-serif; */
	color: var(--color);
	position: absolute;
	top: 0;
	left: 1px;
	font-size: 32px;
	line-height: 32px;
}

.locations-map .loc-pin .pin-info-hold {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	padding-left: 20px;
	display: none;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.locations-map .loc-pin .pin-info {
	width: 260px;
	margin-left: 25px;
	padding: 12px;
	font-size: 12px;
	line-height: 1.4em;
	color: #212121;
	background: #eee;
	position: relative;
}

.locations-map .loc-pin .pin-info h5 {
	padding-bottom: 5px;
}

.locations-map .loc-pin .pin-info-hold.wleft {
	left: auto;
	right: 0;
	padding-left: 0;
	padding-right: 20px;
}

.locations-map .loc-pin .pin-info-hold.wleft .pin-info {
	margin-left: 0;
	margin-right: 25px;
}

.locations-map .loc-pin .pin-info:after {
	content: '';
	position: absolute;
	right: 100%;
	top: 50%;
	margin-top: -20px;
	width: 0;
	height: 0;
	border-right: solid 20px #eee;
	border-top: solid 20px transparent;
	border-bottom: solid 20px transparent;
}

.locations-map .loc-pin .pin-info-hold.wleft .pin-info:after {
	right: auto;
	left: 100%;
	border-right: none;
	border-left: solid 20px #eee;
}

.locations-map .loc-pin .pin-info p {
	padding-bottom: 0;
}

.onecol-nav .wysiwyg .locations-map {
	float: right;
	width: 40%;
	margin: 0 0 40px 40px;
}

.onecol-nav .wysiwyg img {
	display: inline-block;
	margin-bottom: 4px;
	vertical-align: middle;
	width: 100%;
	height: 174px;
	object-fit: cover;
}

/*--- CTAs Style ---*/
.ctas-full-third {
	display: flex;
	flex-wrap: wrap;
}

.ctas-full-third .cta-third {
	display: block;
	position: relative;
	min-width: 33.33%;
	height: 360px;
	float: left;
	overflow: hidden;
	background: #000;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	flex-grow: 1;
}

.ctas-full-third .cta-third .bg-img {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin-left: 0;
	opacity: 0.7;
}

.ctas-full-third .cta-third .cta-title {
	position: absolute;
	left: 0;
	top: 50%;
	padding: 0 20px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3em;
	text-transform: uppercase;
	text-shadow: 1px 1px 3px #000;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.ctas-full-third .cta-third .overlay {
	background: #001d51;
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 280ms linear;
	-webkit-transition: opacity 280ms linear;
	-moz-transition: opacity 280ms linear;
}

.ctas-full-third .cta-third .overlay .ov-hold {
	position: absolute;
	left: 0;
	top: 50%;
	padding: 0 30px;
	text-align: center;
	color: #fff;
	line-height: 1.4em;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.ctas-full-third .cta-third:hover .overlay {
	opacity: 1;
}

.ctas-full-third .cta-third:hover .cta-title {
	opacity: 0;
}

.ctas-full-third .cta-third .overlay .ov-hold h4 {
	font-size: 24px;
}

.cta-full {
	padding: 100px 0;
	position: relative;
}

.cta-full .darken {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.2) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.2) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.2) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#1a000000', GradientType=1);
	/* IE6-9 */
}

.cta-full .info-hold {
	color: #fff;
	position: relative;
	z-index: 3s;
	max-width: 75%;
	padding: 0 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.cta-full .info-hold .cta-title {
	font-size: 30px;
	line-height: 1em;
	text-transform: uppercase;
	font-weight: bold;
}

.cta-full .info-hold .sep {
	width: 110px;
	height: 2px;
	background: #fff;
	margin: 20px 0;
}

.cta-full .info-hold .info-txt {
	font-size: 16px;
	line-height: 1.3em;
	padding-bottom: 15px;
}

.ctas-content-third .cta-third {
	display: block;
	position: relative;
	width: 33.33%;
	height: 360px;
	float: left;
	overflow: hidden;
	background: #000;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.ctas-content-third .cta-third .bg-img {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin-left: 0;
	opacity: 0.7;
}

.ctas-content-third .cta-third .cta-title {
	position: absolute;
	left: 0;
	bottom: 20px;
	padding: 0 20px;
	text-align: left;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3em;
	text-transform: uppercase;
	text-shadow: 1px 1px 3px #000;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/* -- Featured List 1 -- */
#freatured-list {
	padding: 20px 0;
}

#freatured-list .fl-item {
	text-align: center;
	display: block;
	padding: 20px;
}

#freatured-list .fl-item .icon {
	font-size: 62px;
	line-height: 1em;
	padding-bottom: 20px;
	color: #008576;
}

#freatured-list .fl-item h3 {
	padding-bottom: 0;
}

#freatured-list .fl-item .summary {
	padding-top: 15px;
}

#freatured-list .fl-item .summary p {
	padding-bottom: 0;
}

#freatured-list .fl-item:hover {
	background: #008576;
	color: #fff;
}

#freatured-list .fl-item:hover .icon {
	color: #fff;
}

#freatured-list .fl-item:hover h3 {
	color: #fff;
}

.testimonials {
	padding: 60px 0;
	position: relative;
}

.testimonials .darken {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.2) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.2) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.2) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#1a000000', GradientType=1);
	/* IE6-9 */
}

.testimonials .info-hold {
	color: #fff;
	position: relative;
	z-index: 10;
	padding: 0 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.testimonials .info-hold .tst-title {
	font-size: 30px;
	line-height: 1em;
	text-transform: uppercase;
	font-weight: bold;
}

.testimonials .info-hold .sep {
	width: 110px;
	height: 2px;
	background: #fff;
	margin: 20px 0;
}

.testimonials .info-hold .info-txt {
	font-size: 24px;
	line-height: 1.3em;
	padding-bottom: 15px;
}

.dyk {
	padding: 40px 0;
	position: relative;
}

.dyk .info-hold {
	color: #fff;
	position: relative;
	z-index: 10;
	padding: 0 20px;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.dyk .info-hold .dyk-title {
	font-size: 30px;
	line-height: 1em;
	text-transform: uppercase;
	font-weight: bold;
}

.dyk .info-hold .sep {
	width: 110px;
	height: 2px;
	background: #fff;
	margin: 20px auto;
}

.dyk .info-hold .info-txt {
	font-size: 24px;
	line-height: 1.3em;
	padding-bottom: 15px;
}

/*--- Left Side Bar CTA ----*/
.left-side-cta {
	display: block;
	margin: 15px 0;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.left-side-cta .cta-hold {
	border: 1px solid #ddd;
}

.left-side-cta img {
	display: block;
	width: 100%;
}

.left-side-cta .cta-info {
	padding: 10px;
}

.left-side-cta .cta-info .btn {
	max-width: 130px;
	margin: 0 auto;
	text-align: center;
	padding: 8px 12px 10px;
}

/*--- News Listings ---*/
.news-slider-hold h2 {
	text-align: center;
	color: #fff;
	padding: 40px 0 0;
}

.news-slider {
	padding: 40px;
	position: relative;
}

.news-slider .news-item {
	margin-right: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.news-slider .news-item img {
	width: 100%;
	border: 2px solid #fff;
	display: block;
	margin-bottom: 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.news-slider .news-item:hover img {
	border: 2px solid #a5ce39;
}

.news-slider .news-item .ni-date {
	color: #a5ce39;
	font-size: 16px;
	line-height: 1.3em;
	padding-bottom: 4px;
}

.news-slider .news-item .ni-title {
	color: #fff;
	font-style: italic;
	font-size: 16px;
	line-height: 1.3em;
}

.news-slider .dir-nav {
	opacity: 0.6;
	z-index: 9;
	transition: opacity 180ms linear;
	-webkit-transition: opacity 180ms linear;
	-moz-transition: opacity 180ms linear;
}

.news-slider .dir-nav:hover {
	opacity: 1;
}

.news-slider .prev-arrow {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -20px;
	cursor: pointer;
}

.news-slider .next-arrow {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -20px;
	cursor: pointer;
}

.news-list .news-item {
	padding: 20px;
	margin: 20px 0;
	font-size: 14px;
	line-height: 1.8em;
	position: relative;
	border: 1px solid #dedede;
}

.news-list .news-item .news-info {
	padding-right: 72px;
}

.news-list .news-item .news-info .btn {
	margin-top: 10px;
}

.news-list .news-item h4 {
	color: #0068b3;
	padding-bottom: 5px;
}

.news-list .news-item .date {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 40px;
	padding: 4px 6px;
	background: #000000;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

.news-list .news-item .date .month {
	font-size: 12px;
	line-height: 14px;
}

.news-list .news-item .date .day {
	font-size: 28px;
	font-weight: bold;
	line-height: 28px;
}

.news-list .news-item .date .year {
	font-size: 12px;
	line-height: 12px;
}

.news-list .news-item.has-img .news-info {
	padding-right: 260px;
}

.news-list .news-item.has-img img {
	width: 240px;
	float: right;
}

.news-list .news-item.has-img .date {
	background: rgba(0, 27, 80, 0.35);
}

/* -- Resources Listing -- */
.rsc-list .rsc-item {
	padding: 20px;
	margin: 20px 0;
	font-size: 14px;
	line-height: 1.8em;
	position: relative;
	border: 1px solid #dedede;
}

.rsc-list .rsc-item h4 {
	color: #0068b3;
	padding-bottom: 5px;
}

.rsc-list .rsc-item.has-img .rsc-info {
	padding-right: 260px;
}

.rsc-list .rsc-item.has-img img {
	width: 240px;
	float: right;
}

/*--- Team Styles ---*/
#people-gallery {
	padding-top: 20px;
}

.ppl-box {
	margin-bottom: 20px;
	text-align: center;
}

.ppl-box .box-img {
	overflow: hidden;
	margin-bottom: 15px;
}

.ppl-box .box-img img {
	width: 100%;
}

.ppl-box .box-img .view-bio {
	display: block;
	position: relative;
}

.ppl-box .box-img .view-bio .box-hover {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #001d51;
	background: rgba(0, 0, 0, 0.34);
	transition: opacity 180ms linear;
	-webkit-transition: opacity 180ms linear;
	-moz-transition: opacity 180ms linear;
}

.ppl-box .box-img .view-bio:hover .box-hover {
	opacity: 1;
}

.ppl-box .box-img .view-bio .box-hover .btn {
	color: #fff;
	background: none;
	border: 1px solid #fff;
	padding: 14px 28px 15px;
	min-width: 70px;
	text-align: center;
	float: none;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.ppl-box .box-img .view-bio .box-hover .btn:hover {
	background: var(--color);
	color: #fff;
	border: 1px solid var(--color);
}

.ppl-box h4 {
	padding-bottom: 2px;
}

#pop-bio .bio-img {
	display: block;
}

#pop-bio .bio-info {
	padding: 0 30px 30px;
	line-height: 1.8em;
}

#pop-bio .bio-body ul {
	padding-left: 15px;
}

/*--- Related Projects ---*/
#projects-gallery {
	padding-top: 20px;
}

#projects-gallery h3 {
	padding-bottom: 0;
}

.prj-box {
	margin-bottom: 20px;
	text-align: center;
}

.prj-box .box-img {
	overflow: hidden;
	margin-bottom: 15px;
}

.prj-box .box-img img {
	width: 100%;
}

.prj-box .box-img .view-prj {
	display: block;
	position: relative;
}

.prj-box .box-img .view-prj .box-hover {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #001d51;
	background: rgba(0, 29, 81, 0.8);
	transition: opacity 180ms linear;
	-webkit-transition: opacity 180ms linear;
	-moz-transition: opacity 180ms linear;
}

.prj-box .box-img .view-prj:hover .box-hover {
	opacity: 1;
}

.prj-box .box-img .view-prj .box-hover .btn {
	color: #fff;
	border-color: #fff;
	width: 100px;
	text-align: center;
	float: none;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.prj-box h4 {
	padding-bottom: 2px;
}

/*--- Project Image Gallery ---*/
.project-photos .img-responsive {
	margin-bottom: 20px;
	margin-top: 10px;
}

.project-photos .img-responsive img {
	height: auto !important;
}

.project-photos .imgThumb {
	border: solid 1px #ececec;
}

.accordion {
	display: flex;
	height: 635px;
	margin-bottom: 50px;
}

.accordion .slide {
	position: relative;
	border-right: 2px solid #fff;
	background-size: auto 100%;
	background-position: center top;
	flex-grow: 1;
	transition: width 350ms linear;
	width: 20%;
	overflow: hidden;
}

.accordion .slide:before {
	display: none;
	content: '\f061';
	position: absolute;
	bottom: 35px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 36px;
	color: #fff;
	/* font-family: "FontAwesome"; */
	z-index: 1;
}

.accordion .slide:after {
	background: #04040447;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
	transition: opacity 200ms linear;
}

.accordion.giving-priorities .slide:first-child:after {
	background: #04040447;
}

.accordion.giving-priorities .slide:last-child:after {
	background: #04040447;
}

.accordion .slide:last-child {
	border-right: 0;
}

.accordion .slide.wide {
	width: 43%;
	flex-shrink: 0;
}

.accordion .slide img {
	max-width: none;
	max-height: 100%;
}

.accordion .slide .ft-summary {
	/*background: var(--color)9e;*/
	width: 515px;
	box-sizing: border-box;
	padding: 30px;
	position: absolute;
	bottom: 20px;
	left: 20px;
	color: #fff;
	opacity: 0;
	transition: opacity 350ms linear;
	z-index: 1;
}

.accordion .slide .ft-summary h3 {
	color: #fff;
}

.accordion .slide .ft-summary p {
	padding-bottom: 0;
	color: #fff;
}

@media screen and (max-width: 767px) {
	.accordion .slide .ft-summary p {
		display: -webkit-box;
		text-overflow: ellipsis;
		overflow: hidden;
		-webkit-line-clamp: 6;
		-webkit-box-orient: vertical;
	}
}

.accordion .slide.wide:before {
	display: none;
}

.accordion .slide.wide:after {
	opacity: 0;
}

.accordion .slide.wide .ft-summary {
	opacity: 1;
}

.basic-widget {
	padding-bottom: 70px;
}

.basic-widget h2 {
	padding-bottom: 30px;
	text-align: center;
}

.basic-widget .grid {
	display: grid;
	grid-gap: 35px;
}

.basic-widget .grid.col3 {
	grid-template-columns: repeat(3, 1fr);
}

.basic-widget .grid .cell {
	padding: 55px;
	background: #f7f7f7;
}

.basic-widget .grid h3 {
	text-align: center;
}

.basic-widget .grid p {
	padding-bottom: 0;
	text-align: center;
}

@media all and (-ms-high-contrast: none) {

	*::-ms-backdrop,
	.basic-widget .grid {
		display: flex;
		flex-wrap: wrap;
	}

	/* IE11 */
	.basic-widget .grid.col3 .cell {
		float: left;
		margin-left: 1%;
		margin-bottom: 17px;
		width: 32.6666%;
		box-sizing: border-box;
		clear: left;
	}

	.basic-widget .grid.col3 .cell:nth-child(3n + 1) {
		margin-left: 0;
	}
}

@media all and (-ms-high-contrast: none) and (max-width: 750px) {
	.basic-widget .grid.col3 .cell {
		float: left;
		margin-left: 0;
		width: 100%;
	}
}

.employee-spotlight {
	margin-bottom: 50px;
}

.employee-spotlight .row {
	display: flex;
	background: #ececec;
	color: #fff;
}

.employee-spotlight h2 {
	color: #383838;
}

.employee-spotlight img {
	display: block;
}

.employee-spotlight .col {
	margin-bottom: 0;
}

.employee-spotlight .btn {
	display: inline-block;
}

.employee-spotlight .bio {
	padding: 10px 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.employee-spotlight .bio p:last-child {
	padding-bottom: 0;
}

.survey {
	margin-bottom: 40px;
	margin-top: -25px;
}

.survey .container {
	position: relative;
	overflow: hidden;
}

.survey .question,
.survey .answer {
	margin: 0 auto 30px;
	width: 100%;
	max-width: 885px;
	box-sizing: border-box;
	border: 2px solid #ddd;
	border-radius: 15px;
	padding: 30px;
	transition: opacity 350ms linear;
}

.survey .question .btn {
	width: 50%;
	float: left;
	box-sizing: border-box;
	text-align: center;
}

.survey .question .no {
	background: #d1000f;
}

.survey .question .no:hover {
	background: #aa000c;
}

.survey .answer:not(.active) {
	/*transform:translateX(100%);*/
	display: none;
}

.survey .question:not(.active) {
	opacity: 0.2;
}

.survey h2 {
	padding-bottom: 20px;
	text-transform: none;
	position: relative;
	padding-left: 40px;
	font-size: 25px;
}

.survey h2:before {
	content: attr(data-index);
	position: absolute;
	top: 12px;
	left: 0;
	font-size: 50px;
	opacity: 0.4;
}

.survey .answer {
	background: #008274;
	color: #fff;
}

.survey .answer p:last-child {
	padding-bottom: 0;
}

.survey .third {
	padding-right: 37px;
	box-sizing: border-box;
}

.survey .third h3 {
	font-size: 18px;
}

.survey .third ul {
	padding-left: 15px;
	font-size: 14px;
	line-height: 20px;
}

.survey .third ul li {
	margin-bottom: 8px;
}

.zoom {
	display: inline-block;
	position: relative;
}

.zoom img {
	display: block;
}

.zoom img::selection {
	background-color: transparent;
}

.project-photos .project-images {
	margin: 20px 0;
}

.project-photos .project-images .project-thumbnails {
	margin: 0;
	padding: 0;
	list-style: none;
}

.project-photos .project-images .project-thumbnails .thumbnail {
	padding: 2px;
	float: left;
	border: 1px solid #cacaca;
	margin: 0 5px 5px 0;
	display: block;
}

.project-photos .project-images .project-thumbnails .thumbnail:hover {
	border-color: #7e2c92;
}

/* -- Products -- */
table.products {
	width: 100%;
}

table.products tr {
	border-bottom: 1px solid #ddd;
}

table.products th {
	padding: 10px;
	color: #aaa;
	font-size: 12px;
	line-height: 1.6em;
}

table.products td {
	padding: 10px;
}

table.products td a {
	font-weight: bold;
}

table.products td b {
	white-space: nowrap;
}

table.ptable td {
	padding: 4px 20px 4px 0;
}

.product-search {
	padding: 10px;
	border: 1px solid #ddd;
}

.product-search .helper {
	line-height: 1.4em;
	margin-bottom: 15px;
}

/* -- Gallery -- */
.gallery-list {
	padding-bottom: 30px;
}

.gal-hold {
	position: relative;
	height: 280px;
	width: 100%;
	overflow: hidden;
	cursor: pointer;
}

.gal-img {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin-left: 0;
	transition: width 280ms linear, height 280ms linear, margin 280ms linear;
	-webkit-transition: width 280ms linear, height 280ms linear, margin 280ms linear;
	-moz-transition: width 280ms linear, height 280ms linear;
}

.gal-hold .darken {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	transition: opacity 280ms linear;
	-webkit-transition: opacity 280ms linear;
	-moz-transition: opacity 280ms linear;
}

.gal-hold:hover .gal-img {
	width: 106%;
	height: 104%;
	margin-top: -2%;
	margin-left: -3%;
}

.gal-hold:hover .darken {
	opacity: 0.7;
}

.gal-hold .btn {
	color: #fff;
	opacity: 0;
	border-color: #fff;
	width: 90px;
	text-align: center;
	float: none;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: opacity 280ms linear;
	-webkit-transition: opacity 280ms linear;
	-moz-transition: opacity 280ms linear;
}

.gal-hold:hover .btn {
	opacity: 1;
}

.contact-g-map {
	height: 320px;
}

/* -- Responsive YouTube Embed -- */
.video-max {
	max-height: 360px;
	overflow: hidden;
	margin-bottom: 20px;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 640px;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 360px;
}

/*-- Responsiveness Media Queries -- */
@media (max-width: 1640px) {
	.container {
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

	.employee-spotlight .bio {
		padding: 10px 25px;
	}
}

@media (max-width: 1400px) {
	#header .mobile-menu {
		display: inline-block;
	}

	#navigation ul li.level_1 a {
		font-size: 14px;
		line-height: 1em;
	}

	#navigation {
		display: block;
		position: fixed;
		left: auto;
		top: 0;
		right: -322px;
		width: 320px;
		background: #000000;
		z-index: 999;
		overflow: auto;
		height: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		transition: right 320ms linear;
		-webkit-transition: right 320ms linear;
		-moz-transition: right 320ms linear;
	}

	#navigation.open {
		right: 0;
	}

	#navigation .mclose,
	#navigation .mclose a {
		display: block;
	}

	#navigation .mclose a span {
		color: #fff;
		display: block;
		text-align: right;
		padding: 20px 30px;
		font-size: 18px;
		line-height: 1em;
		font-weight: bold;
		cursor: pointer;
	}

	#navigation .mclose a:hover {
		background: #fff;
		color: #008274 !important;
	}

	#navigation ul#nav-menu {
		padding: 0;
	}

	#navigation ul li.level_1 {
		float: none;
		display: block;
		height: auto;
		text-align: left;
		border-bottom: 1px solid #000000;
	}

	#navigation ul li.level_1:last-child {
		border-bottom: none;
	}

	#navigation ul li.level_1 a {
		height: auto;
		padding: 20px 30px;
		color: #fff;
	}

	#navigation ul li.level_1 .subnav {
		display: block;
		position: relative;
		border: none;
		padding: 0;
		background: #000000;
		border-top: 1px solid #000000;
	}

	#navigation ul li.level_1 .subnav li a {
		color: #fff;
	}

	#navigation ul li.level_1 .subnav li a:before {
		content: '- ';
		padding-left: 20px;
	}

	#navigation ul li.level_1 .subnav li a:hover {
		color: #008274;
	}

	.accordion .slide .ft-summary {
		width: calc(100% - 40px);
	}

	.career-types .title {
		padding: 5px 10px;
		font-size: 18px;
	}
}

@media (max-width: 1360px) {
	#footer .footer-links {
		display: block;
		clear: both;
		padding-top: 20px;
	}
}

@media (max-width: 1300px) {
	#header .search-icon {
		margin-right: 2px;
	}

	.gal-hold {
		height: 180px;
	}

	.employee-spotlight .col.fifth_2 {
		width: 45%;
		flex-shrink: 0;
	}

	.employee-spotlight .col.fifth_3 {
		width: auto;
	}
}

@media (max-width: 1200px) {
	#content .content-left {
		width: 27%;
		float: left;
		margin-left: -20px;
	}

	#content .content-right {
		width: 72%;
		float: right;
	}

	#content .left-bg {
		width: 27%;
		margin-left: -20px;
	}

	.page-tabs .ptab {
		padding: 15px 15px;
	}

	.page-tabs .pdetail {
		padding: 20px 15px 10px;
	}

	.home-blocks {
		height: auto;
	}

	.home-blocks .group-one {
		position: relative;
		height: 480px;
		width: 100%;
	}

	.home-blocks .hb-links {
		width: 50%;
	}

	.home-blocks .hb-invest {
		width: 50%;
	}

	.home-blocks .hb-locs {
		position: static;
		width: 100%;
	}

	.home-two-blocks {
		height: auto;
	}

	.home-two-blocks .group-one {
		position: relative;
		height: 480px;
		width: 100%;
	}

	.home-two-blocks .ht-block-left {
		width: 50%;
	}

	.home-two-blocks .ht-block-mid {
		position: static;
		width: 100%;
	}

	.home-two-blocks .ht-block-right {
		width: 50%;
	}

	.flow-chart {
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
	}

	.flow-chart .state {
		position: relative;
		padding-bottom: 74px;
		width: 100%;
		flex-basis: auto;
		font-size: 18px;
		line-height: 22px;
	}

	.flow-chart .state:before {
		margin: 0;
		position: absolute;
		bottom: 20px;
		right: 20px;
		transform: rotate(90deg) scale(0.75);
	}

	.green-tabs .page-tabs .ptab {
		font-size: 18px;
	}

	.basic-widget .grid {
		grid-gap: 15px;
	}

	.basic-widget .grid .cell {
		padding: 20px;
	}

	.accordion {
		height: 425px;
	}

	.accordion .slide .ft-summary {
		padding: 15px;
	}

	.wysiwyg .right-col {
		float: none;
		margin: 0 0 30px;
		max-width: 100% !important;
	}

	.sub-nav .side-nav li a,
	.sub-nav .side-nav li span {
		padding: 24px 8px 18px;
		font-size: 15px;
	}

	.linkedin {
		background-position: top right;
	}

	.linkedin .container {
		padding-top: 270px;
	}

	.linkedin .sum {
		width: 100%;
		padding: 30px;
		font-size: 20px;
		line-height: 30px;
	}
}

@media (max-width: 1080px) {
	.page-tabs .ptab {
		padding: 10px 12px;
	}

	.page-tabs .pdetail {
		padding: 15px 12px 5px;
	}

	.sub-ctas .container .flex {
		flex-wrap: wrap;
		padding: 55px 0 37px;
	}

	.sub-ctas .cta {
		min-width: 46%;
		margin-bottom: 18px;
	}

	.recruitment .新闻资讯 {
		flex-wrap: wrap;
	}

	.recruitment .event-item,
	.recruitment.wrap .新闻资讯 .event-item {
		min-width: 40%;
		margin-bottom: 18px;
	}

	.onecol-nav .wysiwyg .locations-map {
		width: 100%;
		float: left;
		margin: 0 0 40px;
	}

	.onecol-nav .wysiwyg .locations-map .container {
		overflow: auto;
	}

	.pull-quote {
		font-size: 20px;
		line-height: 30px;
	}

	.employee-spotlight .row {
		flex-wrap: wrap;
	}

	.employee-spotlight .col.fifth_2,
	.employee-spotlight .col.fifth_3 {
		width: 100% !important;
		box-sizing: border-box;
		margin-left: 0;
	}

	.blog .blog-item-spacer,
	.blog .blog-item {
		width: calc(33.333% - 14px);
	}
}

@media (max-width: 980px) {
	body {
		font: normal 14px/1.8em Arial, sans-serif;
	}

	h1 {
		font-size: 18px;
		font-weight: 400;
		/* font: bold 32px/1.3em Arial, sans-serif; */
		text-transform: uppercase;
	}

	h2 {
		/* font: bold 24px/1.3em Arial, sans-serif; */
		text-transform: uppercase;
		color: #424242;
		font-size: 16px;
	}

	h3 {
		/* font: bold 18px/1.3em Arial, sans-serif; */
		text-transform: uppercase;
		color: #000000;
		font-size: 16px;
	}

	h4 {
		font: bold 16px/1.3em Arial, sans-serif;
		text-transform: uppercase;
	}

	h5 {
		font: bold 14px/1.3em Arial, sans-serif;
	}

	.container {
		padding: 0 15px;
	}

	#header .header-hold {
		padding: 12px 0;
	}

	.page-head-img {
		/* height: 260px; */
	}

	.page-head-img.ss-head {
		height: 340px;
	}

	.page-head h1 {
		padding: 10px;
	}

	.page-head-img.tall h1,
	.head-cnt .page-head-img.tall h1 {
		padding-bottom: 12px;
		font-size: 40px;
	}

	.page-head-img.tall h2,
	.head-cnt .page-head-img.tall h2 {
		margin-bottom: 12px;
		padding: 5px 20px;
		font-size: 22px;
	}

	.row .col.split {
		margin-left: 0;
		clear: both !important;
	}

	.row .col.split_int {
		margin-left: 2%;
		clear: none;
	}

	.row .half,
	.row .third_2,
	.row .fourth_2,
	.row .fourth_3,
	.row .fifth_3,
	.row .fifth_4 {
		width: 100%;
		margin-left: 0;
	}

	.row .fourth,
	.row .third,
	.row .third {
		width: 49%;
	}

	.row .fifth {
		width: 32%;
	}

	.row .fifth_2 {
		width: 66%;
	}

	#marketing .panel-bg {
		height: 420px;
		width: 100%;
	}

	#marketing .mcaption {
		padding: 20px 10px;
	}

	#marketing .mcaption .caption-txt h1,
	#marketing .mcaption .caption-txt h2 {
		font-size: 38px;
		line-height: 1.3em;
	}

	#marketing .mcaption .caption-txt p {
		font-size: 20px;
		line-height: 1.4em;
	}

	#marketing .mcaption .dir-nav img {
		height: 30px;
		width: 30px;
	}

	#marketing .mcaption .prev-arrow {
		margin-top: -15px;
	}

	#marketing .mcaption .next-arrow {
		margin-top: -15px;
	}

	#pop-bio .bio-info {
		padding: 20px 0;
	}

	.page-tabs .ptab {
		padding: 10px 10px;
		font-size: 11px;
		line-height: 1em;
	}

	.page-tabs .pdetail {
		padding: 15px 10px 5px;
	}

	.side-nav li a {
		font-size: 14px;
		line-height: 1.4em;
	}

	.side-nav li.l3 a {
		font-size: 11px;
		line-height: 1.4em;
	}

	.side-nav li.ov-link a {
		font-size: 16px;
		line-height: 1.4em;
	}

	.gal-hold {
		height: 280px;
	}

	.testimonials .info-hold .tst-title {
		font-size: 24px;
		line-height: 1em;
	}

	.testimonials .info-hold .info-txt {
		font-size: 18px;
		line-height: 1.3em;
		padding-bottom: 15px;
	}

	.dyk .info-hold .dyk-title {
		font-size: 24px;
		line-height: 1em;
	}

	.dyk .info-hold .info-txt {
		font-size: 18px;
		line-height: 1.3em;
		padding-bottom: 15px;
	}

	.career-types .types {
		flex-wrap: wrap;
	}

	.career-types .type {
		width: 100%;
		flex-basis: auto;
		min-height: 100px;
	}

	.career-types .type-content.upper.active {
		display: block;
		width: 100%;
		margin: 0 9px 18px;
	}

	.career-types .type-content.lower.active {
		display: block;
	}
}

@media (max-width: 850px) {
	.news-list .news-item.has-img img {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}

	.news-list .news-item.has-img .news-info,
	.news-list .news-item.no-img .news-info {
		padding-right: 0;
	}

	.news-list .news-item.no-img .date {
		position: static;
		float: right;
		margin: 0 0 10px 10px;
	}

	.news-list .news-item {
		padding: 15px;
	}

	.news-list .news-item .date {
		top: 15px;
		right: 15px;
	}

	.rsc-list .rsc-item.has-img img {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}

	.rsc-list .rsc-item.has-img .rsc-info,
	.rsc-list .rsc-item.no-img .rsc-info {
		padding-right: 0;
	}

	.rsc-list .rsc-item {
		padding: 15px;
	}

	.side-nav li a {
		padding: 8px 15px;
	}

	.left-side-cta {
		padding: 15px;
	}

	.onecol-nav .wysiwyg img {
		float: left;
		clear: left;
	}

	.blog .blog-item,
	.blog .blog-item-spacer {
		width: calc(50% - 14px);
	}

	.blog .blog-item img {
		float: none;
	}

	.blog-detail .content-wide {
		display: block;
	}

	.blog-detail .content-wide .img {
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}

	.blog-detail .content-wide .img img {
		display: inline-block;
	}
}

@media (max-width: 760px) {
	.mhide {
		display: none;
	}

	.mshow {
		display: block;
	}

	.left-side-cta {
		padding: 0;
	}

	.ctas-full-third .cta-third {
		width: 100%;
		height: 280px;
	}

	.cta-full {
		padding: 60px 0;
	}

	.cta-full .info-hold {
		max-width: 100%;
		padding: 0 10px;
	}

	.cta-full .info-hold .cta-title {
		font-size: 24px;
		line-height: 1em;
	}

	.cta-full .info-hold .sep {
		width: 70px;
	}

	.cta-full .info-hold .info-txt {
		font-size: 24px;
		line-height: 1.3em;
	}

	#content .content-right {
		float: none;
		width: 100%;
		padding-top: 20px;
	}

	.side-trigger {
		display: block;
	}

	.sub-nav .side-trigger {
		margin: 0 auto;
		padding: 10px 0;
	}

	.sub-nav .side-trigger .sline {
		background: #008274;
	}

	.sub-nav .side-nav {
		display: block;
	}

	.sub-nav .side-nav li {
		display: block;
	}

	.sub-nav .side-nav li a {
		line-height: 1.4em;
		padding: 8px 20px;
		text-align: left;
	}

	.sub-nav .side-nav li a.selected,
	.sub-nav .side-nav li a.selected:hover {
		border-bottom: 0;
		color: #fff;
		background: var(--color);
	}

	.onecol-nav .sub-nav .side-trigger {
		display: none;
	}

	.side-nav li a,
	.sub-nav .side-nav li a,
	.sub-nav .side-nav li.ov-link a {
		border-bottom: 0;
		font-size: 12px;
		line-height: 1.4em;
	}

	.side-nav li.ov-link a {
		font-size: 14px;
		line-height: 1.4em;
	}

	#content .content-left {
		float: none;
		padding: 20px 0 0;
		width: 100%;
		margin-left: 0;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

	#content .left-bg {
		display: none;
	}

	#content .content-left .side-nav {
		display: none;
		margin-top: 10px;
		background: #f2f6f4;
	}

	.career-types .type-content {
		padding: 20px;
	}

	.employee-spotlight .col.fifth_2 {
		width: 55% !important;
	}
	#logo img{
	    max-height: 38px;
	}
}

@media (max-width: 700px) {
	h1 {
		/* font: bold 26px/1.3em Arial, sans-serif; */
		text-transform: uppercase;
		font-size: 18px;
		font-weight: 400;
	}

	h2 {
		/* font: bold 20px/1.3em Arial, sans-serif; */
		text-transform: uppercase;
		color: #424242;
		font-size: 16px;
	}

	h3 {
		/* font: bold 16px/1.3em Arial, sans-serif; */
		text-transform: uppercase;
		color: #000000;
		font-size: 16px;
	}

	h4 {
		font: bold 14px/1.3em Arial, sans-serif;
		text-transform: uppercase;
	}

	#header #logo {
		/* display: none; */
	}

	#header .top-links .tl-logo {
		display: block;
		margin: 10px auto;
	}

	#header .top-links .tl-logo img {
		display: block;
		margin: 0 auto;
		max-width: 240px;
	}

	#header .head-right {
		/* float: none;
        clear: both; */
		text-align: left;
		/* display:none; */
	}

	#header .search-icon,
	#header #regions_select,
	#header #google_translate_element {
		display: none;
	}

	#header .mobile-menu {
		float: right;
	}

	#header .search-icon {
		margin-right: 10px;
	}

	.page-tabs .ptab {
		display: block;
		float: none;
		width: 100%;
		margin-right: 0;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		font-size: 14px;
	}

	.home-blocks .group-one {
		height: auto;
	}

	.home-blocks .hb-links {
		width: 100%;
		position: static;
		height: 400px;
		padding: 30px 30px 20px;
	}

	.home-blocks .hb-invest {
		width: 100%;
		position: static;
		height: 480px;
	}

	.home-blocks .hb-locs {
		position: static;
		width: 100%;
	}

	.home-two-blocks {
		height: auto;
	}

	.home-two-blocks .group-one {
		height: auto;
	}

	.home-two-blocks .ht-block-left {
		width: 100%;
		position: relative;
		height: 400px;
	}

	.home-two-blocks .ht-block-mid {
		position: static;
		width: 100%;
		height: auto;
		padding: 30px;
	}

	.home-two-blocks .ht-block-right {
		width: 100%;
		position: relative;
		height: 400px;
	}

	.home-two-blocks .ht-side .htb-content p {
		display: none !important;
	}

	.home-two-blocks .ht-side .htb-content h2 {
		font-size: 20px;
		line-height: 1.3em;
	}

	.sub-nav .side-trigger {
		display: none;
	}

	#content .onecol-nav .content-wide {
		padding-bottom: 0;
	}

	.basic-widget .grid.col3 {
		grid-template-columns: repeat(2, 1fr);
	}
}

.show610 {
	display: none;
}

@media (max-width: 610px) {
	.show610 {
		display: inline-block;
	}

	.hide610 {
		display: none;
	}

	body {
		font-family: 'Microsoft YaHei';
	}

	h1 {
		/* font: bold 22px/1.3em Arial, sans-serif; */
		text-transform: uppercase;
		font-size: 16px;
		font-weight: 400;
	}

	h2 {
		/* font: bold 18px/1.3em Arial, sans-serif; */
		text-transform: uppercase;
		color: #424242;
		font-size: 16px;
	}

	#navigation {
		width: 100%;
		right: -600px;
	}

	.home-two-blocks .ht-side .htb-content h2 {
		font-size: 18px;
		line-height: 1.3em;
	}

	.row .col {
		margin-left: 0 !important;
		clear: both !important;
		width: 100% !important;
	}

	.row .third,
	.row .fourth {
		margin: 10px 0;
	}

	#marketing .panel-bg {
		height: 240px;
		width: 100%;
	}

	#marketing .mcaption {
		position: relative;
	}

	#marketing .mcaption .caption-txt h1,
	#marketing .mcaption .caption-txt h2 {
		font-size: 30px;
		line-height: 1em;
	}

	#marketing .mcaption .caption-txt p {
		font-size: 16px;
		line-height: 1.4em;
	}

	#marketing .mcaption .dir-nav img {
		height: 25px;
		width: 25px;
	}

	#marketing .mcaption .prev-arrow {
		margin-top: -40px;
		top: 0;
	}

	#marketing .mcaption .next-arrow {
		margin-top: -40px;
		top: 0;
	}

	.page-head-img.tall h2,
	.head-cnt .page-head-img.tall h2 {
		font-size: 18px;
	}

	.page-head-img.tall h1,
	.head-cnt .page-head-img.tall h1 {
		font-size: 25px;
	}

	#footer .footer-logo {
		float: none;
		margin: 0 auto;
		padding-bottom: 20px;
	}

	#footer .social {
		float: none;
		text-align: center;
	}

	#footer .social ul {
		float: none;
	}

	#footer .social li {
		margin: 0 6px;
		display: inline-block;
		float: none;
	}

	.news-list .news-item {
		padding: 10px;
	}

	.news-list .news-item .date {
		top: 10px;
		right: 10px;
	}

	.rsc-list .rsc-item {
		padding: 10px;
	}

	.pbuttons .btn {
		float: none;
		margin-bottom: 20px;
		text-align: center;
	}

	#pop-bio .bio-img {
		float: none;
		max-width: 100%;
		padding: 20px 0;
	}

	.green-tabs .page-tabs .ptab a:after {
		content: '';
	}

	#header .top-links .nyse-hold {
		float: none;
		max-width: 220px;
		margin: 0 auto 5px;
		text-align: center;
	}

	.testimonials .info-hold .tst-title {
		font-size: 18px;
		line-height: 1em;
	}

	.testimonials .info-hold .info-txt {
		font-size: 14px;
		line-height: 1.4em;
	}

	.dyk .info-hold .dyk-title {
		font-size: 18px;
		line-height: 1em;
	}

	.dyk .info-hold .info-txt {
		font-size: 14px;
		line-height: 1.4em;
	}

	.pull-quote {
		padding: 25px 25px 10px;
		float: none;
		margin: 0 0 30px;
		max-width: 100%;
	}

	.linkedin .container {
		padding-top: 0;
	}

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

	.linkedin .btn img {
		max-height: 18px;
	}

	.recruitment .event-item,
	.recruitment.wrap .新闻资讯 .event-item {
		min-width: 100%;
		box-sizing: border-box;
		margin: 0 0 18px;
	}

	.employee-spotlight .row {
		display: block;
		overflow: auto;
	}

	.employee-spotlight .col.fifth_2,
	.employee-spotlight .col.fifth_3 {
		width: 100% !important;
		box-sizing: border-box;
	}

	.ppl-box {
		padding: 20px 10px;
		background: #f5f5f5;
	}

	.ppl-box .box-img .view-bio .box-hover {
		position: static;
		opacity: 1;
	}

	.ppl-box .box-img .view-bio .box-hover .btn {
		position: static;
	}

	.ppl-box .btn {
		margin-top: 10px;
	}
}

@media (max-width: 500px) {
	.accordion {
		display: block;
		height: auto;
	}

	.accordion .slide {
		display: block;
	}

	.accordion .slide.wide:after {
		display: block;
	}

	.accordion .slide,
	.accordion .slide.wide {
		width: 100%;
		background-size: cover;
		background-position: center center;
	}

	.accordion .slide .ft-summary {
		position: relative;
		background: transparent;
		margin: 80px 0px 25px;
		width: calc(100% - 30px);
		opacity: 1;
		text-align: center;
	}

	.accordion .slide .ft-summary .txt {
		display: none;
	}

	.accordion .slide.wide:before {
		display: none;
	}

	.accordion .slide.wide:after {
		opacity: 1;
	}

	.blog .blog-item,
	.blog .blog-item-spacer {
		width: calc(100% - 14px);
	}
}

@media (max-width: 380px) {
	#header #google_translate_element {
		display: none;
	}

	#footer .footer-links a {
		display: block;
	}

	.home-blocks .hb-links {
		padding: 30px 20px;
	}

	.linkedin .container {
		width: 100%;
		padding: 0;
	}

	.linkedin .sum {
		padding: 15px;
		font-size: 18px;
	}

	.linkedin .btn {
		font-size: 12px;
	}

	.basic-widget .grid.col3 {
		grid-template-columns: 1fr;
	}
}

.mclose a:hover span {
	color: #008274 !important;
}

input.btn.float-right {
	width: 100%;
	padding-left: 0px !important;
	padding-right: 0px !important;
	text-align: center;
}

.blog .blog-item .timer {
	margin: 8px 0;
	font-size: 12px;
}

.blog .blog-item .summary {
	margin-bottom: 10px;
	display: box;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 12px;
}

footer .row.mt-5 {
	margin-top: 15px !important;
}

#content .container {
	padding-bottom: 11px;
}

@media screen and (max-width: 600px) {

	#content .container,
	#content .content-hold {
		padding-bottom: 10px;
	}

	#content .container .content-right .container {
		padding: 0px;
	}

	.basic-widget {
		padding-bottom: 0px;
	}

	#people-gallery .col.fourth {
		width: 100% !important;
		margin-left: 0px;
	}

	section.bg-white.mx-auto .container {
		width: 100%;
	}
}

.box-pos {
	font-size: 12px;
}

/* team */
#content .left-bg {
	background: #e8e8e8;
}

.row .col:nth-child(2n + 1) {
	margin-left: calc(6% / 3) !important;
}

.row .col:nth-child(4n + 1) {
	margin-left: 0px !important;
}

.ppl-box .box-img .view-bio .box-hover .btn {
	width: auto;
}

#content .content-right {
	width: 78%;
	float: none;
	padding: 40px 0;
	margin: 0 auto;
}

.indro_container {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 200;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	flex-direction: column;
	justify-content: center;
	-ms-flex-direction: column;
	align-items: center;
}

.indro_container .container {
	width: 50%;
	/* height: 50%; */
	margin: 0 auto;
	/* margin-top: 8%; */
	background: #fff;
	padding: 80px 50px;
	position: relative;
}

.indro_container .container .close {
	position: absolute;
	top: 10px;
	right: 50px;
	background: none;
	font-size: 20px;
}

.indro_container .container .close:focus {
	outline: none;
}

.indro_container .container .detsil_content {
	display: flex;
	justify-content: space-between;
}

.indro_container .container .indro_left {
	width: 30%;
	float: left;
}

.indro_container .container .indro_right {
	width: 65%;
	float: right;
	overflow-y: scroll;
	height: 400px;
	padding-right: 10px;
}

.indro_container .container .indro_left img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 1202px) {
	#people-gallery .row .col {
		width: 31%;
		margin-left: calc(7% / 2);
	}
}

@media screen and (max-width: 980px) {
	#people-gallery .row .col {
		width: 49%;
		margin-left: 2%;
	}

	#people-gallery .row .col:nth-child(2n + 1) {
		margin-left: 0px !important;
	}
}

@media only screen and (min-width: 760px) and (max-width: 1100px) {
	.indro_container .container {
		/* margin-top: 30%; */
		width: 70%;
	}
}

@media only screen and (max-width: 767px) {
	.indro_container .container .detsil_content {
		height: 100%;
	}

	.indro_container .container .close {
		right: 20px;
	}

	.indro_container .container .indro_left {
		display: none;
		padding-right: 0;
	}

	.indro_container .container .indro_right {
		width: 100%;
		height: 100%;
	}

	.indro_container .container {
		padding: 50px 50px;
		/* margin-top: 40%; */
		width: 90%;
		height: 50%;
	}
}

/* history */
.philanthropy---over-the-years {
	padding-bottom: 25px;
}

.custom1 {
	width: 50%;
	border-right: 1px solid #fff;
	background-color: #eeeeee;
	padding: 25px;
	color: #212121;
	display: block;
	margin-bottom: 15px;
	flex-grow: 1;
}

.custom1.third {
	width: 33.333%;
	margin-bottom: 20px;
}

.custom1.third img,
.custom1 img {
	width: 100% !important;
	height: auto !important;
}

@media screen and (max-width: 1200px) {
	.philanthropy .flex {
		display: block;
		margin-top: 20px;
	}

	.custom1 {
		border-right: 0;
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: 1px solid #fff;
	}

	.custom1.third,
	.custom1 {
		width: 100%;
		box-sizing: border-box;
		margin-bottom: 20px;
	}
}

/* news */
.blog {
	display: flex;
	flex-wrap: wrap;
}

.blog .blog-item {
	width: 23%;
	margin: 0px;
	margin-left: calc(8% / 3);
	box-sizing: border-box;
	margin-bottom: 20px;
}

.blog .blog-item:nth-child(4n + 1) {
	margin-left: 0 !important;
}

/*lg*/
@media screen and (max-width: 1202px) {

	.blog .blog-item,
	.blog .blog-item:nth-child(4n + 1) {
		width: 31%;
		margin-left: calc(7% / 2) !important;
	}

	.blog .blog-item:nth-child(3n + 1) {
		margin-left: 0 !important;
	}
}

/*md*/
@media screen and (min-width: 992px) and (max-width: 1201px) {}

/*sm*/
@media screen and (max-width: 840px) {

	.blog .blog-item,
	.blog .blog-item:nth-child(4n + 1),
	.blog .blog-item:nth-child(3n + 1) {
		width: 48%;
		margin-left: calc(4%) !important;
	}

	.blog .blog-item:nth-child(2n + 1) {
		margin-left: 0 !important;
	}
}

/*xs*/
@media screen and (max-width: 600px) {

	.blog .blog-item,
	.blog .blog-item:nth-child(4n + 1),
	.blog .blog-item:nth-child(3n + 1),
	.blog .blog-item:nth-child(2n + 1) {
		width: 100%;
		margin-left: 0px !important;
	}

	.blog .blog-item:nth-child(2n + 1) {
		margin-left: 0px;
	}
}

/* news_page */
.page {
	width: 100%;
	max-width: 1340px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.page a {
	font-weight: 100 !important;
	font-size: 12px;
	margin: 10px 0px;
	display: block;
	width: 100%;
	color: #909090;
}

.page a:hover {
	color: var(--color);
}

/* join */
.career-types {
	border-bottom: 0px;
}

.career-types .container a.more {
	padding: 15px 35px;
	line-height: 50px;
	text-align: center;
	background-color: #f0f0f4;
	border: 1px solid var(--color);
	color: var(--color);
	font-family: "BlissBold";
	font-size: 14px;
	letter-spacing: 0.14px;
	transition: background-color 0.15s ease-in-out;
}

.career-types .container a.more:hover {
	background-color: var(--color);
	color: #fff;
}

.career-types .container .types,
.career-types .container .type-content {
	margin-bottom: 40px;
}

/* contact */
a.cta_button {
	-moz-box-sizing: content-box !important;
	-webkit-box-sizing: content-box !important;
	box-sizing: content-box !important;
	vertical-align: middle
}

.hs-breadcrumb-menu {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px
}

.hs-breadcrumb-menu-item {
	float: left;
	padding: 10px 0px 10px 10px
}

.hs-breadcrumb-menu-divider:before {
	content: '›';
	padding-left: 10px
}

.hs-featured-image-link {
	border: 0
}

.hs-featured-image {
	float: right;
	margin: 0 0 20px 20px;
	max-width: 50%
}

@media (max-width: 568px) {
	.hs-featured-image {
		float: none;
		margin: 0;
		width: 100%;
		max-width: 100%
	}
}

.hs-screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px
}

.cms-block p {
	font-size: 11px !important;
	line-height: 16px;
}

section.bg-white.mx-auto .container {
	width: 80%;
	margin: 0 auto;
}

.col-lg-7.col-md-7.col-sm-12 h2,
.sidebar-content.contact-info h2,
.sidebar-content.contact-info h4 {
	text-transform: none;
}

.col-lg-7.col-md-7.col-sm-12 h2,
.sidebar-content.contact-info h2 {
	font-size: 20px;
	;
	font-family: "BlissBold";
	color: #333;
	font-style: normal;
	font-weight: 100;
	letter-spacing: 0.25px;
	line-height: 1.0625;
	margin-bottom: 20px;
}

.sidebar-content.contact-info h4 {
	font-size: 18px;
	color: #797979;
	letter-spacing: 0.31px;
	line-height: 30px;
}

.sidebar-content.contact-info p {
	font-size: 14px;
	color: #666;
	/*letter-spacing: 0.25px;*/
	line-height: 32px;
	font-weight: 400;
	margin-bottom: 1rem;
}

#hs_form_target_widget_1556134090885_contact_form .content {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#hs_form_target_widget_1556134090885_contact_form .content input {
	padding: 20px 20px;
	width: 48%;
	background: #f3f3f3;
	border-radius: 0px;
	border: none;
	margin-bottom: 20px;
	font-size: 14px;
}

#hs_form_target_widget_1556134090885_contact_form .content textarea {
	padding: 20px 20px;
	width: 100%;
	background: #f3f3f3;
	border-radius: 0px;
	border: none;
	margin-bottom: 20px;
	font-size: 16px;
}

#hs_form_target_widget_1556134090885_contact_form .content .btts {
	float: right;
	cursor: pointer;
	width: 167px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #fff;
	color: var(--color);
	border: 1px solid var(--color);
	font-family: "BlissBold";
	font-size: 14px;
	font-weight: 100;
	letter-spacing: 0.14px;
	transition: background-color 0.15s ease-in-out;
}

#hs_form_target_widget_1556134090885_contact_form .content .btts:hover {
	background-color: var(--color);
	color: #fff;
}

#hs_form_target_widget_1556134090885_contact_form input.input-bor,
#hs_form_target_widget_1556134090885_contact_form textarea.input-bor {
	border: 1px solid red;
}

#hs_form_target_widget_1556134090885_contact_form input.input-bor::-webkit-input-placeholder,
#hs_form_target_widget_1556134090885_contact_form textarea.input-bor::-webkit-input-placeholder {
	color: red !important;
}

#hs_form_target_widget_1556134090885_contact_form input.input-bor:-moz-placeholder,
#hs_form_target_widget_1556134090885_contact_form textarea.input-bor:-moz-placeholder {
	color: red !important;
}

#hs_form_target_widget_1556134090885_contact_form input.input-bor::-moz-placeholder,
#hs_form_target_widget_1556134090885_contact_form textarea.input-bor::-moz-placeholder {
	color: red !important;
}

#hs_form_target_widget_1556134090885_contact_form input.input-bor:-ms-input-placeholder,
#hs_form_target_widget_1556134090885_contact_form textarea.input-bor:-ms-input-placeholder {
	color: red !important;
}