 body {
  background: #F5F6F7;
  font-family: 'avenir-next', sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.55556;
  color: #031521;
  padding-top: 100px;
  -moz-animation: fade-in 1s ease;
  -webkit-animation: fade-in 1s ease;
  animation: fade-in 1s ease;
}

a {
  color: inherit;
  text-decoration: underline;
  -moz-transition-property: color, border, background, padding;
  -o-transition-property: color, border, background, padding;
  -webkit-transition-property: color, border, background, padding;
  transition-property: color, border, background, padding;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
a:hover {
  color: #0778C2;
}

h1, h2, h3, h4, h5, h6 {
  position: relative;
  padding: 0;
  margin: 0;
  font-weight: bold;
  font-size: 1.2em;
  color: #031521;
}

h1 {
  /*font-size: 78px;*/
  font-size: 56px;
  line-height: 1.1;
  letter-spacing: 0;
}

h2 {
  font-size: 42px;
  line-height: 1.07143;
  margin-bottom: 23px;
}

h3 {
  font-size: 28px;
  line-height: 1.2;
  margin-top: 15px;
  margin-bottom: 5px;
}

h4 {
  color: #0778C2;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 15px;
}

h5 {
  font-size: 20px;
  line-height: 0.95;
  margin-bottom: 5px;
  text-transform: uppercase;
}

h6 {
  font-size: 18px;
  line-height: 1.38889;
}

p, ul, ol {
  margin-bottom: 10px;
}
p + h3, ul + h3, ol + h3 {
  margin-top: 20px;
}
p + h4, ul + h4, ol + h4 {
  margin-top: 20px;
  margin-bottom: 2px;
}

p.large-text {
  font-size: 22px;
  line-height: 1.36364;
  margin-bottom: 18px;
  font-weight: 500;
  color: rgba(52, 79, 97, 0.8);
}

.entry-content ul {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
}
.entry-content ul li {
  padding-left: 30px;
  text-indent: -17px;
}
.entry-content ul li::before {
  content: "\2022";
  font-size: 12px;
  line-height: 1;
  vertical-align: 0.2em;
  padding-right: 7px;
}
ul.classy-list {
    list-style: none;
    margin: 20px 0 0;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
ul.classy-list li {
    padding: 0 0 10px;
    text-indent: 0;
    border-bottom: 1px solid;
    float: left;
    margin: 0 0 20px;
    display: flex;
    width: 50%;
	position: relative;
}
.sidebar ul.classy-list li {
    width: 100%;
}
.page-orange ul.classy-list li {
    border-color: #e46b18;
}
.page-blue ul.classy-list li {
    border-color: #0778C2;
}
.page-purple ul.classy-list li {
    border-color: #7E5AA5;
}
.page-green ul.classy-list li {
    border-color: #22963E;
}
ul.classy-list li::before {
    content: "";
    background: #F5F6F7;
    width: 15px;
    position: absolute;
    left: -16px;
    height: 20px;
    z-index: 1;
    bottom: -20px;
}

a.button {
  position: relative;
  display: inline-block;
  background: #FDBC12;
  border: 2px solid #FDBC12;
  padding: 12px 15px;
  color: #031521;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.14286;
  border-radius: 4px;
  text-decoration: none !important;
}
a.button.hollow {
  background: transparent;
  border-color: #A7B3BB;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
a.button.hollow:hover {
  border-color: #031521;
}
a.button.cta, a.button.scrollto {
  padding-right: 35px;
}
a.button.cta::after, a.button.scrollto::after {
  position: absolute;
  top: 50%;
  right: 15px;
  font-size: 1.5em;
  color: inherit;
  width: 0.6em;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
a.button.cta:hover {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
a.button.cta:hover {
    background: #e46b18;
    color: #FFFFFF;
    border-color: #e46b18;
}
a.button.cta::after {
/*	color: #031521;*/
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -moz-transition-property: padding, -moz-transform;
  -o-transition-property: padding, -o-transform;
  -webkit-transition-property: padding, -webkit-transform;
  transition-property: padding, transform;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
a.button.cta:hover::after {
/*	color: #fff;*/
  -moz-transform: translate(5px, -50%);
  -ms-transform: translate(5px, -50%);
  -webkit-transform: translate(5px, -50%);
  transform: translate(5px, -50%);
}
a.button.scrollto::after {
  font-weight: bold;
  font-size: 1.2em;
  padding-top: 0;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  -moz-transition-property: padding, color, -moz-transform;
  -o-transition-property: padding, color, -o-transform;
  -webkit-transition-property: padding, color, -webkit-transform;
  transition-property: padding, color, transform;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
a.button.scrollto:hover::after {
  padding-top: 6px;
}
a.button.download-pdf {
  padding-right: 30px;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
a.button.download-pdf::after {
  right: 15px;
  font-size: 1.2em;
  font-weight: bold;
  -moz-transition: padding 0.3s;
  -o-transition: padding 0.3s;
  -webkit-transition: padding 0.3s;
  transition: padding 0.3s;
}
a.button.download-pdf:hover {
  background: #e46b18;
  color: #fff;
  border-color: #e46b18;
}
a.button.download-pdf:hover::after {
  padding-top: 8px;
}

a.play-button:not([href]):focus { 
  outline: 1px dotted #212121;
  outline: 5px auto -webkit-focus-ring-color;
}

a.cta {
  position: relative;
}
a.cta:not(.button) {
  font-weight: bold;
  /* line-height: 1; */
  color: #344F61;
  font-size: 14px;
  line-height: 1.14286;
  text-decoration: none !important;
  padding-right: 20px;
  display: inline-block;
}
a.cta:not(.button)::after {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 1.5em;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -moz-transition-property: color, -moz-transform;
  -o-transition-property: color, -o-transform;
  -webkit-transition-property: color, -webkit-transform;
  transition-property: color, transform;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
a.cta:not(.button):hover::after {
  -moz-transform: translate(5px, -50%);
  -ms-transform: translate(5px, -50%);
  -webkit-transform: translate(5px, -50%);
  transform: translate(5px, -50%);
}
a.cta:not(.button).blue {
  color: #0778C2;
}
a.cta::after {
  content: "chevron_right";
  font-family: 'Material Icons';
  font-weight: normal;
}
a.cta.link::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../images/icon/links.png") no-repeat center top/16px auto;
}

a.scrollto::after, a.download-pdf::after {
  content: "arrow_downward";
  font-family: 'Material Icons';
  font-weight: normal;
}

a.scrollto:hover::after, a.download-pdf:hover::after {
  text-decoration: none !important;
}

a.cta::after, a.button::after {
  font-weight: normal;
  text-transform: none;
}

a.download-pdf {
  position: relative;
  padding-right: 20px;
}
a.download-pdf::after {
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 1em;
  color: inherit;
  width: 0.6em;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}

a.download-pdf::after, a.cta.download-pdf::after {
	-moz-transition: padding-top 0.3s;
	-o-transition: padding-top 0.3s;
	-webkit-transition: padding-top 0.3s;
	transition: padding-top 0.3s;
}
a.download-pdf:hover::after, a.cta.download-pdf:hover::after {
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding-top: 8px;
}

.breadcrumbs {
  font-size: 12px;
  color: #344F61;
  font-weight: 500;
  margin-bottom: 20px;
}
.breadcrumbs a {
  position: relative;
  display: inline-block;
  text-decoration: underline;
  padding-right: 30px;
  color: #344F61;
}
.breadcrumbs a:hover {
  color: #0778C2;
}
.breadcrumbs a::after {
  content: "  /  ";
  position: absolute;
  right: 12px;
  font-size: 12px;
}
.breadcrumbs span {
  display: inline-block;
}

.number {
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1.66px;
  font-weight: bold;
  white-space: nowrap;
}
.number.small {
  font-size: 40px;
}

table.table {
  margin-top: 20px;
  margin-bottom: 20px;
  min-width: 500px;
}
table.table.table-fixed {
  table-layout: fixed;
}

table.table td, table.table th {
  padding: 10px;
  font-size: 14px;
}
table.table td:first-of-type, table.table th:first-of-type {
  width: 30%;
}
table.table td.target-year, table.table th.target-year {
  width: 140px;
  white-space: nowrap;
  text-align: center;
}
table.table th {
  border-top: 2px solid #0778C2;
  border-bottom: 2px solid #0778C2;
  padding: 25px 10px;
  line-height: 1.2;
}
table.table td {
  border-bottom: 1px solid #0778C2;
  line-height: 1.75;
}
body.page-2020-goals table th,
body.page-2020-goals table td {
	font-size: 14px;
}
body.page-2020-goals table tr td:first-of-type {
	width: 35%;
}

table.table th {
	border-top-width: 0;
}

table.table td.td-header,
body.page-2020-goals table td[colspan="2"],
body.page-2020-goals table td[colspan="3"] {
	background: #0778C2;
	color: #fff;
	font-weight: bold;
	border-width: 0;
}
body.page-green table.table td.td-header {
	background: #22963E;
}

table.table th {
	font-size: 12px;
	text-transform: none;
	vertical-align: top;
}

body.page-2020-goals td[colspan*="3"] {
	text-transform: uppercase;
}

body.page-2020-goals table.table th:nth-of-type(2),
body.page-2020-goals table.table td:nth-of-type(2) {
	text-align: center;
	min-width: 220px;
}

body.page-2020-goals table.table th:nth-of-type(2) span,
body.page-2020-goals table.table td:nth-of-type(2) span {
	display: block;
	font-weight: normal;
}

body.page-2020-goals table.table td:nth-of-type(2) span::before {
	content: "(";
}

body.page-2020-goals table.table td:nth-of-type(2) span::after {
	content: ")";
}

table.table th.target-year span,
table.table td.target-year span {
	display: block;
	font-weight: normal;
}
table.table.two-col th,
table.table.two-col td {
	width: 50%;
}

.wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1240px;
}
.wrapper::after {
  content: "";
  display: table;
  width: 100%;
  height: 0;
  clear: both;
}

.row.row0 {
  margin-left: 0;
  margin-right: 0;
}
.row.row0 > [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}
.row.row7 {
  margin-left: -7px;
  margin-right: -7px;
}
.row.row7 > [class*=col-] {
  padding-left: 7px;
  padding-right: 7px;
}
/*
.row.row37 {
  margin-left: -37px;
  margin-right: -37px;
}
.row.row37 > [class*=col-] {
  padding-left: 37px;
  padding-right: 37px;
}
*/

header {
  z-index: 99999999999999999999999999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: #fff;
}
header .wrapper {
  position: relative;
  height: 100%;
  padding-right: 26px;
}
header a.logo {
  z-index: 999999999;
  position: relative;
  display: block;
  width: 150px;
  padding-top: 15px;
  float: left;
}
header a.download-pdf:hover::after {
	color: #22963e;
}

main {
  z-index: 20;
  position: relative;
  overflow: hidden;
}

aside .sidebar {
  margin-left: auto;
  max-width: 340px;
}
aside figure > img {
  border-radius: 3px;
}

.lines {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.lines .column {
  position: relative;
  display: table-cell;
  width: 100%;
}
.lines .column.line::after {
  content: " ";
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #D3D8DC;
  display: block;
}

footer {
  background: #F5F6F7;
}
footer .download-report {
  padding: 55px 0;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
}
footer .download-report .lines .column:not(.line) {
  width: 306px;
}
footer .foc {
  padding: 55px 0 60px;
  background: #F0F1F1;
  text-align: center;
}
footer .foc h5 {
  margin-bottom: 45px;
}
footer .cc--social {
  padding: 32px 0;
  background: #fff;
  color: #344F61;
  font-size: 14px;
  line-height: 1.2;
}
footer .cc--social::after {
  content: "";
  display: table;
  width: 100%;
  height: 0;
  clear: both;
}
footer .cc--social .cc {
  float: left;
  line-height: 1.8;
  width: 80%;
  width: -webkit-calc(99% - 230px);
  width: -moz-calc(99% - 230px);
  width: calc(99% - 230px);
}
footer .cc--social .social {
  float: right;
  width: 227px;
  font-size: 0;
  line-height: 1;
}
footer .cc--social .social span {
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  color: rgba(52, 79, 97, 0.8);
}
footer .cc--social .social a {
  font-size: 20px;
  line-height: 1;
  display: inline-block;
  margin-left: 22px;
  color: rgba(52, 79, 97, 0.8);
}
footer .cc--social .social a i.fa {
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transition: -moz-transform 0.25s ease-out;
  -o-transition: -o-transform 0.25s ease-out;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
}
footer .cc--social .social a:hover {
  color: #344F61;
}
footer .cc--social .social a:hover i.fa {
  -moz-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  -webkit-transform: translate(0, -5px);
  transform: translate(0, -5px);
}

#popouts {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#popouts button#close-modal {
	z-index: 99;
	position: absolute;
	top: 15px;
	right: 20px;
	background: none;
	color: #344F61;
	border: 0 none !important;
	font-weight: bold;
	font-size: 40px;
	line-height: 40px;
	height: 40px;
}
#popouts button#close-modal::after {
	content: "close";
	font-family: 'Material Icons';
	display: block;
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
	-moz-transition: -moz-transform 0.5s;
	-o-transition: -o-transform 0.5s;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}
#popouts button#close-modal:hover::after {
	-moz-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}
#popouts .popouts {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 900px;
  max-width: 95%;
  max-height: 95%;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 5px rgba(12, 138, 220, 0.5);
  -moz-transform: translate(-50%, -40%);
  -ms-transform: translate(-50%, -40%);
  -webkit-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-property: opacity, -moz-transform, height;
  -o-transition-property: opacity, -o-transform, height;
  -webkit-transition-property: opacity, -webkit-transform, height;
  transition-property: opacity, transform, height;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#popouts .popout {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#popouts .popout.active {
  z-index: 99;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#popouts .popout .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  overflow-x: auto;
}
#popouts .popout.video-modal {
  padding-top: 56.25%;
  background: #fff;
  border-radius: 4px;
/*  box-shadow: 0 0 5px rgba(12, 138, 220, 0.5);*/
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#popouts .popout.video-modal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

html.popouts-open #popouts {
  z-index: 99999999999999999999999999999999999999999999999;
  width: 100%;
  height: 100%;
}
html.popouts-open:not(.popouts-anim) {
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
html.popouts-anim #popouts {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
html.popouts-anim #popouts .popouts {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
html.popouts-anim #popouts .popout.active {
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

#toggle-menu {
  display: none;
  position: absolute;
  height: 100%;
  right: 0;
  padding: 0;
  width: 30px;
  text-align: center;
  line-height: 70px;
  color: #031521;
  font-size: 30px;
  font-weight: normal;
  cursor: pointer;
}
#toggle-menu::before, #toggle-menu::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 3px;
  background: #031521;
  border-radius: 2px;
  display: none;
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
#toggle-menu::after {
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

#navicon {
  z-index: 999999999;
  display: none;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 40px;
  height: 50px;
  cursor: pointer;
	overflow: hidden;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#navicon .navicon, #navicon .navicon::before, #navicon .navicon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 4px;
  display: block;
  background: #031521;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
#navicon .navicon {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#navicon .navicon::before, #navicon .navicon::after {
  content: "";
  -moz-transform: translate(-50%, 0) rotate(0deg);
  -ms-transform: translate(-50%, 0) rotate(0deg);
  -webkit-transform: translate(-50%, 0) rotate(0deg);
  transform: translate(-50%, 0) rotate(0deg);
}
#navicon .navicon::before {
  top: -10px;
}
#navicon .navicon::after {
  top: 10px;
}

header {
  padding-right: 0;
  -moz-transition-property: height, box-shadow;
  -o-transition-property: height, box-shadow;
  -webkit-transition-property: height, box-shadow;
  transition-property: height, box-shadow;
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
header a.logo {
  -moz-transition-property: padding;
  -o-transition-property: padding;
  -webkit-transition-property: padding;
  transition-property: padding;
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

html:not(.menu-open).header-fixed header {
  position: fixed;
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
html:not(.menu-open).header-fixed.header-anim header {
  box-shadow: 0 -6px 14px 0 rgba(0, 0, 0, 0.2);
  -moz-transition-property: height, -moz-transform;
  -o-transition-property: height, -o-transform;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, transform;
  -moz-transition-timing-function: ease-out, ease;
  -o-transition-timing-function: ease-out, ease;
  -webkit-transition-timing-function: ease-out, ease;
  transition-timing-function: ease-out, ease;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
html:not(.menu-open).header-fixed.header-anim.header-reverse header {
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
html.menu-open header {
  position: fixed;
  box-shadow: 0 -6px 14px 0 rgba(0, 0, 0, 0.2);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

#banner-homepage {
  z-index: 0;
  position: relative;
  height: 700px;
}
#banner-homepage figure.bg {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #eee;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
#banner-homepage figure.bg .bg-left, #banner-homepage figure.bg .bg-right {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: url("../images/banner-homepage-left.jpg") no-repeat center center/auto 100%;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  width: 60%;
  width: -webkit-calc(50% + 122px);
  width: -moz-calc(50% + 122px);
  width: calc(50% + 122px);
}
#banner-homepage figure.bg .bg-right {
	right: 0;
	/*background-image: url("../images/banner-homepage-right.png");*/
/*	background-image: url("../images/banner-homepage.jpg");*/
	background-image: url("../images/stock/banner-homepage-2.jpg");
	background-position: left center;
	/*left: 40%;
	left: -webkit-calc(50% - 122px);
	left: -moz-calc(50% - 122px);
	left: calc(50% - 122px);*/
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	width: 70%;
}
#banner-homepage figure.bg .bg-split {
    position: absolute;
    top: 0;
    left: 20%;
/*    width: 870px;*/
    width: 55%; 
    height: 100%;
    background: rgba(249, 251, 252, 0.9);
    -moz-transform: translate(-50%, 0) skew(20deg, 0);
    -ms-transform: translate(-50%, 0) skew(20deg, 0);
    -webkit-transform: translate(-50%, 0) skew(20deg, 0);
    transform: translate(-50%, 0) skew(20deg, 0);
}

#banner-homepage figure.bg .bg-split::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…B3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(249, 251, 252, 0.1)), color-stop(50%, #ffffff), color-stop(100%, rgba(249, 251, 252, 0.1)));
    background-image: -moz-linear-gradient(left, rgba(249, 251, 252, 1) 75%, #ffffff, rgba(249, 251, 252, 0.1));
    background-image: -webkit-linear-gradient(left, rgba(249, 251, 252, 1) 75%, #ffffff, rgba(249, 251, 252, 0.1));
    background-image: linear-gradient(to right, rgba(249, 251, 252, 1) 75%, #ffffff, rgba(249, 251, 252, 0.1));
}
#banner-homepage figure.bg .bg-split::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  display: block;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -moz-linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to top, #ffffff, rgba(255, 255, 255, 0));
}
#banner-homepage.banner-ready figure.bg {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#banner-homepage.banner-ready section .slogan, #banner-homepage.banner-ready section h1 span, #banner-homepage.banner-ready section a.button {
  -moz-animation: fade-in-left 0.5s ease-out 0.2s forwards;
  -webkit-animation: fade-in-left 0.5s ease-out 0.2s forwards;
  animation: fade-in-left 0.5s ease-out 0.2s forwards;
}
#banner-homepage.banner-ready section .slogan {
	margin-bottom: 32px;
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
#banner-homepage.banner-ready section h1 span {
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
#banner-homepage.banner-ready section h1 span:last-of-type {
  -moz-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#banner-homepage.banner-ready section .button-group a.button {
  -moz-animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
#banner-homepage.banner-ready section .button-group a.button:last-of-type {
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
#banner-homepage.banner-ready section img.zhzw-logo {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: translate(0, 0) rotate(0deg);
  -ms-transform: translate(0, 0) rotate(0deg);
  -webkit-transform: translate(0, 0) rotate(0deg);
  transform: translate(0, 0) rotate(0deg);
}
#banner-homepage section {
  z-index: 20;
  position: relative;
  /*width: 590px;
  max-width: 50%;*/
  padding: 109px 20px 100px;
  margin: 0 auto;
  width: 100%;
  max-width: 1240px;
	overflow: hidden;
}
#banner-homepage section .mobile-underlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
}
#banner-homepage section .mobile-underlay::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -moz-transform: skew(20deg, 0);
  -ms-transform: skew(20deg, 0);
  -webkit-transform: skew(20deg, 0);
  transform: skew(20deg, 0);
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZmJmYyIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y5ZmJmYyIgc3RvcC1vcGFjaXR5PSIwLjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(249, 251, 252, 0.1)), color-stop(60%, #ffffff), color-stop(100%, rgba(249, 251, 252, 0.1)));
  background-image: -moz-linear-gradient(left, rgba(249, 251, 252, 0.1), #ffffff 60%, rgba(249, 251, 252, 0.1));
  background-image: -webkit-linear-gradient(left, rgba(249, 251, 252, 0.1), #ffffff 60%, rgba(249, 251, 252, 0.1));
  background-image: linear-gradient(to right, rgba(249, 251, 252, 0.1), #ffffff 60%, rgba(249, 251, 252, 0.1));
}
#banner-homepage section .mobile-underlay::after {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  display: block;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -moz-linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to top, #ffffff, rgba(255, 255, 255, 0));
}
#banner-homepage section .slogan, #banner-homepage section h1 span, #banner-homepage section a.button {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#banner-homepage section img.zhzw-logo {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -moz-transform: translate(0, 0) rotate(0);
  -ms-transform: translate(0, 0) rotate(0);
  -webkit-transform: translate(0, 0) rotate(0);
  transform: translate(0, 0) rotate(0);
  -moz-transition-property: opacity, -moz-transform;
  -o-transition-property: opacity, -o-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -moz-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
#banner-homepage section .slogan {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.33333;
  font-weight: 500;
  letter-spacing: 1.8px;
  margin-bottom: 9px;
}
#banner-homepage section h1 {
  /*padding-left: 0.15em;*/
  margin-bottom: 23px;
}
#banner-homepage section h1 span {
  display: block;
  color: #22963E;
}
#banner-homepage section h1 span:last-of-type {
  /*padding-left: 0.7em;
  color: #FDBC12;*/
}
#banner-homepage section .button-group {
  /*padding-left: 77px;*/
  padding-right: 20px;
}
#banner-homepage section img.zhzw-logo {
  position: absolute;
  top: 69%;
  left: 42%;
}
#banner-homepage section h1, #banner-homepage section .button-group {
    max-width: 45%;
}
.page-banner {
  position: relative;
  min-height: 446px;
  background: #fff;
}
.page-banner figure.bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  left: 40%;
  height: 100%;
  background: #eee;
}
.page-banner figure.bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  min-width: 101%;
  min-height: 100%;
}
.page-banner figure.bg.centered img {
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.page-banner figure.bg.right img {
  left: auto;
  right: 0;
}
.page-banner figure.underlay {
  position: absolute;
  margin: 0;
  padding: 0;
  right: 50%;
  width: 100%;
  height: 100%;
  -moz-transform: skew(20deg, 0);
  -ms-transform: skew(20deg, 0);
  -webkit-transform: skew(20deg, 0);
  transform: skew(20deg, 0);
}
.page-banner figure.underlay .inner-beam {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(249, 251, 252, 0.9);
}
.page-banner figure.underlay .inner-beam::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(10%, #ffffff));
  background-image: -moz-linear-gradient(right, rgba(255, 255, 255, 0) 0%, #ffffff 10%);
  background-image: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, #ffffff 10%);
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, #ffffff 10%);
  -moz-transform: skew(-20deg, 0);
  -ms-transform: skew(-20deg, 0);
  -webkit-transform: skew(-20deg, 0);
  transform: skew(-20deg, 0);
}
.page-banner figure.underlay .inner-beam::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
}
.page-banner img.bottom-right-logo {
	position: absolute;
	left: 30%;
}
.page-banner section {
  padding-top: 111px;
}
.page-banner h1 {
  margin-bottom: 23px;
}
.page-banner h1 span {
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: translate(-100px, 1em);
  -ms-transform: translate(-100px, 1em);
  -webkit-transform: translate(-100px, 1em);
  transform: translate(-100px, 1em);
  -moz-animation: fade-in-right 0.5s ease-out 0.3s forwards;
  -webkit-animation: fade-in-right 0.5s ease-out 0.3s forwards;
  animation: fade-in-right 0.5s ease-out 0.3s forwards;
}
.page-banner h1 span:nth-of-type(2) {
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.page-banner a.button {
  width: 175px;
  max-width: 100%;
}

.video-banner {
	position: relative;
	background: #eee;
	max-height: 500px;
}

.video-banner::after {
	z-index: 20;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(253, 187, 17, 0.85);
}

.video-banner .video-wrapper {
	z-index: 10;
	position: relative;
	width: 100%;
	padding: 45% 0 0;
	background: #eee;
	overflow: hidden;
}

.video-wrapper .video-inner {
	position: absolute;
	top: 50%;
	width: 100%;
	padding: 56.25% 0 0;
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.video-wrapper .video-inner iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.video-banner .content {
	z-index: 30;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.beam {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 200px;
  height: 100%;
  background: transparent;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -moz-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0));
}

.button-group {
  margin-left: -10px;
  margin-right: -10px;
  font-size: 0;
}
.button-group a.button {
  display: inline-block;
  width: 175px;
  max-width: 100%;
  margin: 5px 10px;
}

.blurb-group {
  text-align: left;
  font-size: 14px;
  line-height: 1.21429;
  color: #555555;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC41Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0.5)));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5));
}
.blurb-group .column {
  position: relative;
  display: -webkit-flex;
  display: flex;
}
.blurb-group .column .inner {
  position: relative;
  padding-bottom: 80px;
  max-width: 100%;
  -webkit-flex: 1 0 100%;
  flex: 1 0 100%;
}
.blurb-group .column .inner a.cta {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: auto;
  max-width: 100%;
  white-space: nowrap;
  /*left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);*/
}
.blurb-group .column .inner .content {
  text-align: left;
  padding-right: 5%;
}
.blurb-group .column .inner .content a.cta {
  left: 0;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.blurb-group > figure {
  max-width: 300px;
  margin: 0 auto 20px;
}
.blurb-group > figure a {
  display: block;
}
.blurb-group > figure img {
  border-bottom: 5px solid;
}
.blurb-group p {
  /*max-width: 230px;*/
  margin: 0 auto;
}
.blurb-group p.full {
  max-width: none;
}
.blurb-group .inview h2, .blurb-group .inview h3, .blurb-group .inview h4, .blurb-group .inview h5, .blurb-group .inview h6, .blurb-group .inview p, .blurb-group .inview a.cta {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-property: opacity, -moz-transform;
  -o-transition-property: opacity, -o-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.blurb-group .inview h2, .blurb-group .inview h3, .blurb-group .inview h4, .blurb-group .inview h5, .blurb-group .inview h6, .blurb-group .inview p {
  -moz-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
}
.blurb-group .inview p {
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.blurb-group .inview a.cta {
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.blurb-group .inview.is-inview h2, .blurb-group .inview.is-inview h3, .blurb-group .inview.is-inview h4, .blurb-group .inview.is-inview h5, .blurb-group .inview.is-inview h6, .blurb-group .inview.is-inview p, .blurb-group .inview.is-inview a.cta {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.blurb-group .inview.is-inview h2, .blurb-group .inview.is-inview h3, .blurb-group .inview.is-inview h4, .blurb-group .inview.is-inview h5, .blurb-group .inview.is-inview h6, .blurb-group .inview.is-inview p {
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.blurb-group .blurb .heading {
  position: absolute;
  left: 50%;
  bottom: 100%;
  padding-bottom: 20px;
  width: 100%;
  max-width: 300px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.blurb-group .blurb p + p {
  margin-top: 10px;
}
.blurb-group .blurb > figure figcaption {
	margin: 0 0 0 auto;
	height: 0;
}
.blurb-group.blurb-group-large {
  font-size: 16px;
  line-height: 1.5;
  background: #F9FBFC;
  padding-top: 84px;
  padding-bottom: 0;
}
.blurb-group.blurb-group-large .blurb {
  margin-bottom: 60px;
}
.blurb-group.blurb-group-large .blurb > figure img {
  border-radius: 3px;
}
.blurb-group.blurb-group-large .wrapper {
/*
  padding-left: 20px;
  padding-right: 20px;
*/
/*  max-width: 1274px;*/
}
.blurb-group.blurb-group-large figure {
  z-index: 0;
}
.blurb-group.blurb-group-large > figure {
  max-width: none;
}
.blurb-group.blurb-group-large > figure img {
  border-width: 0;
  max-width: none;
}
/*.blurb-group.blurb-group-large p {
  max-width: 300px;
}*/
.blurb-group.blurb-group-large p.full {
  max-width: none;
}
.blurb-group.blurb-group-large::before, .blurb-group.blurb-group-large::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  display: block;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZmJmYyIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZDNkOGRjIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjlmYmZjIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #f9fbfc), color-stop(50%, #d3d8dc), color-stop(100%, #f9fbfc));
  background-image: -moz-linear-gradient(left, #f9fbfc, #d3d8dc, #f9fbfc);
  background-image: -webkit-linear-gradient(left, #f9fbfc, #d3d8dc, #f9fbfc);
  background-image: linear-gradient(to right, #f9fbfc, #d3d8dc, #f9fbfc);
}
.blurb-group.blurb-group-large::after {
  top: auto;
  bottom: 0;
}
.blurb-group.section-nav .inner figure img {
  border-bottom: 5px solid #0778C2;
}
.blurb-group.section-nav .inner p {
  max-width: none;
}
.blurb-group .text-center p {
  max-width: 500px;
}

.highlight {
  position: relative;
  background: #eee;
}
.highlight figure.bg {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 56.76%;
  height: 100%;
  margin: 0;
  background: url("../images/stock/fpo.jpg") no-repeat center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.highlight#highlight-customer-satisfaction figure.bg {
  background-image: url("../images/stock/communities-tabletop.jpg");
}
.highlight#highlight-customer-satisfaction .circle {
	position: absolute;
	left: 40%;
	top: 30%;
}
.products-sustainable-product-packaging .highlight#highlight-customer-satisfaction figure.bg {
    background-image: url(../images/stock/products-less-plastic.jpg);
}
.highlight#highlight-zhzw-video figure.bg {
    background-image: url(../images/highlight-video-boy.png);
}
.highlight .underlay {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 38%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-left: 0 solid;
  border-color: rgba(12, 138, 220, 0.6);
  -moz-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  -moz-transform: skew(0, 0);
  -ms-transform: skew(0, 0);
  -webkit-transform: skew(0, 0);
  transform: skew(0, 0);
  -moz-transition-property: left, -moz-transform, border-width;
  -o-transition-property: left, -o-transform, border-width;
  -webkit-transition-property: left, -webkit-transform, border-width;
  transition-property: left, transform, border-width;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.highlight .underlay .inner-beam {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
}
.highlight .underlay .inner-beam::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -moz-transform: skew(0, 0);
  -ms-transform: skew(0, 0);
  -webkit-transform: skew(0, 0);
  transform: skew(0, 0);
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZTllYSIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjExJSIgc3RvcC1jb2xvcj0iI2U2ZTllYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(230, 233, 234, 0)), color-stop(11%, #e6e9ea));
  background-image: -moz-linear-gradient(left, rgba(230, 233, 234, 0) 0%, #e6e9ea 11%);
  background-image: -webkit-linear-gradient(left, rgba(230, 233, 234, 0) 0%, #e6e9ea 11%);
  background-image: linear-gradient(to right, rgba(230, 233, 234, 0) 0%, #e6e9ea 11%);
  -moz-transition: -moz-transform, 2s, ease-in, 0s 1s;
  -o-transition: -o-transform, 2s, ease-in, 0s 1s;
  -webkit-transition: -webkit-transform, 2s, ease-in, 0s 1s;
  transition: transform 2s ease-in 0s 1s;
  -moz-transition-property: width, -moz-transform;
  -o-transition-property: width, -o-transform;
  -webkit-transition-property: width, -webkit-transform;
  transition-property: width, transform;
}
.highlight section {
  z-index: 20;
  position: relative;
  width: 537px;
  max-width: 44.5%;
  margin-left: auto;
  padding: 70px 0 80px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: translate(0, 10%);
  -ms-transform: translate(0, 10%);
  -webkit-transform: translate(0, 10%);
  transform: translate(0, 10%);
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}

article#site-navigation {
	padding-bottom: 50px;
}

.circle {
  z-index: 99;
  position: absolute;
  width: 1px;
  height: 1px;
}
.circle .base {
  border-radius: 100%;
  background: #fff;
  width: 200px;
  min-height: 200px;
  text-align: center;
  font-size: 13px;
  line-height: 1.38462;
  padding: 30px 18px 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.circle .base::before {
  z-index: -1;
  content: "";
  display: block;
  border-radius: 100%;
  background: rgba(245, 246, 247, 0.2);
  width: 110%;
  width: -webkit-calc(100% + 40px);
  width: -moz-calc(100% + 40px);
  width: calc(100% + 40px);
  height: 110%;
  height: -webkit-calc(100% + 40px);
  height: -moz-calc(100% + 40px);
  height: calc(100% + 40px);
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.circle.smaller .base {
	width: 160px;
	min-height: 160px;
}
.circle.smaller .base .number {
	padding-top: 15px;
}
.circle .number.small {
  padding-top: 15px;
  margin-bottom: 5px;
}
.circle p {
  margin: 0 auto;
}
.circle.play-button .base {
  cursor: pointer;
  width: 144px;
  height: 144px;
  min-height: auto;
}
.circle.play-button .base::after {
  content: "play_circle_filled_white";
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 90px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  display: block;
  overflow: hidden;
  color: #0778C2;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.circle.play-button.top-left {
  top: 20px;
}
.circle.play-button.top-right {
  top: 20px;
}
.circle.play-button.bottom-left {
  bottom: 30px;
  left: 8.65%;
}
.circle.play-button.bottom-right {
  bottom: 30px;
}
.circle.top-left {
  top: 40px;
  left: 8.65%;
}
.circle.top-right {
  top: 40px;
  right: 8.65%;
}
.circle.bottom-left {
  bottom: 20px;
  left: 8.65%;
}
.circle.bottom-right {
  bottom: 20px;
  right: 8.65%;
}
.circle.fpo.play-button .base::after {
  color: #ff23f5 !important;
}


.circle .base::before {
    -moz-transition: width .3s ease, height .3s ease;
    -o-transition: width .3s ease, height .3s ease;
    -webkit-transition: width .3s ease, height .3s ease;
    transition: width .3s ease, height .3s ease;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
}
.circle:hover .base::before {
    height: calc(100% + 60px);
    width: calc(100% + 60px);
}

.circle.play-button .base::after {
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
}
.circle.play-button:hover .base::after {
    width: 110px;
    height: 110px;
    line-height: 110px;
    font-size: 110px;
}


figure.circle-bottom {
  margin-bottom: 120px;
}
#solar .circle.bottom-right {
    bottom: 150px;
}
.foc-logos {
  font-size: 0;
}
.foc-logos a {
  display: inline-block;
  font-size: 0;
  margin-bottom: 5px;
}
.foc-logos a img {
  max-width: 100%;
}

.panel {
  position: relative;
  margin: 0 auto;
}
.panel .inner {
  z-index: 0;
  position: relative;
}
.panel .content {
  z-index: 20;
  position: relative;
  padding: 24px;
}
.panel .content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
}
.panel .title {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 8px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
.panel a {
  position: relative;
  display: inline-block;
  padding: 8px 0;
  width: 100%;
  padding-right: 25px;
	text-decoration: none;
}
.panel a span {
	text-decoration: underline;
}
.panel a:hover span {
	text-decoration: none;
}
.panel a::after {
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 1.5em;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -moz-transition-property: color, -moz-transform;
    -o-transition-property: color, -o-transform;
    -webkit-transition-property: color, -webkit-transform;
    transition-property: color, transform;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
	content: "chevron_right";
    font-family: 'Material Icons';
    font-weight: normal;
	transition: all .3s ease;
}
.panel a:hover::after { color: #0778C2; right: -10px; }


/*.panel strong {
  color: #0c88d8;
}*/
.panel figure.panel-img {
  z-index: 1;
  position: relative;
}

.panel figure.zhzw-logo-small {
    padding: 0 0 0 35%;
    margin-top: -95px;
	z-index: 99;
}
.panel figure.zhzw-logo-small img {
    margin-left: 20px;
}
.panel .content.quicklinks {
    margin-top: -60px;
	z-index: 1;
}



figure {
  position: relative;
}
figure.img {
  width: 100%;
}
figure.img img {
  max-width: 100%;
}
figure.full {
  width: 100%;
}
figure.full img {
  width: 100%;
}
figure.centered {
  text-align: center;
}
figure figcaption {
  max-width: 300px;
  margin-left: auto;
}
figure#stock-wilted {
	padding-bottom: 50px;
}
figure#stock-wilted a.cta {
	display: block;
	width: 94px;
	margin: -50px auto 0;
}
figure#stock-zhzw::after {
  content: "";
  display: table;
  width: 100%;
  height: 0;
  clear: both;
}
figure#stock-zhzw img {
  position: relative;
}

figure#stock-zhzw img.img-bottom-left {
  margin-top: -97px;
  margin-left: -16.83%;
  width: auto;
  max-width: 100%;
}
figure#stock-zhzw img.img-bottom-right, figure#stock-zhzw3 img.img-bottom-right {
  margin-top: -70px;
  width: auto;
  max-width: 100%;
  margin-left: -70px;
  display: block;
}
figure .text-bottom {
  z-index: 99;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 26px;
  line-height: 1.2;
  font-style: italic;
  font-weight: bold;
  text-align: center;
  padding: 35px 10px;
  color: #fff;
}
figure .text-bottom::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #000000));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
}

figure.img-small-right {
	z-index: 99;
	position: relative;
	display: inline-block;
	margin-bottom: -100px;
	margin-top: -50px;
	text-align: right;
}

figure.img-small-right img {
	display: inline-block;
	max-width: 60%;
	margin-right: -20px;
}

.caption, figcaption {
  color: #344F61;
  font-size: 14px;
  line-height: 1.5;
  text-align: right;
  margin: 20px 0;
  font-style: italic;
}

img.img-left {
  float: left;
  max-width: 40%;
  padding-bottom: 10px;
  padding-right: 10px;
}

img.img-right {
	float: right;
	max-width: 40%;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-right: -12%;
	margin-top: -12%;
}

article {
  z-index: 20;
  position: relative;
  /*overflow: hidden;*/
}
article.entry-content {
  padding: 50px 0;
}
article#site-intro {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.58px;
  font-weight: 500;
  text-align: center;
  color: #344F61;
  padding-top: 75px;
}
article#site-intro p {
  max-width: 780px;
  margin: 0 auto;
}
article#site-navigation {
  padding-top: 75px;
}

.green {
  color: #22963E;
}

.blurb-green figure img {
  border-bottom: 5px solid #22963E;
}
.blurb-green a.cta::after {
  color: #22963E;
}

body.page-green nav#main-menu > ul > li.active > a::before {
  background: #22963E;
}
body.page-green li.has-dropdown ol li.active a {
  color: #22963E;
}
body.page-green h4 {
  color: #22963E;
}
body.page-green .blurb-group .inner figure img {
  border-color: #22963E;
}
body.page-green .number {
  color: #22963E;
}
body.page-green .circle.play-button .base::after {
  color: #22963E;
}
body.page-green a.cta:after {
  color: #22963E;
}
body.page-green a.cta.link::after {
  background-position: center -23px;
}
body.page-green .blurb-group .blurb .heading {
  color: #22963E;
}
body.page-green table.table td, body.page-green table.table th {
  border-color: #22963E;
}
body.page-green .highlight .underlay {
  border-color: rgba(56, 171, 84, 0.6);
}
.highlight.highlight-green .circle.play-button .base::after {
	color: #22963E;
}
.highlight.highlight-green .underlay {
	border-color: rgba(56, 171, 84, 1);
}

@media (max-width: 799px) {
  body.page-green .menu-bar ul > li.active > a {
    color: #22963E;
    border-left-color: #22963E;
  }
}
.purple {
  color: #7E5AA5;
}

.blurb-purple figure img {
  border-bottom: 5px solid #7E5AA5;
}
.blurb-purple a.cta::after {
  color: #7E5AA5;
}

body.page-purple nav#main-menu > ul > li.active > a::before {
  background: #7E5AA5;
}
body.page-purple li.has-dropdown ol li.active a {
  color: #7E5AA5;
}
body.page-purple h4 {
  color: #7E5AA5;
}
body.page-purple .blurb-group .inner figure img {
  border-color: #7E5AA5;
}
body.page-purple .number {
  color: #7E5AA5;
}
body.page-purple .circle.play-button .base::after {
  color: #7E5AA5;
}
body.page-purple a.cta:after {
  color: #7E5AA5;
}
body.page-purple a.cta.link::after {
  background-position: center -71px;
}
body.page-purple .blurb-group .blurb .heading {
  color: #7E5AA5;
}
body.page-purple table.table td, body.page-purple table.table th {
  border-color: #7E5AA5;
}
body.page-purple .highlight .underlay {
  border-color: rgba(126, 90, 165, 0.6);
}
.highlight.highlight-purple .circle.play-button .base::after {
	color: #7E5AA5;
}
.highlight.highlight-purple .underlay {
	border-color: rgba(126, 90, 165, 0.6);
}

@media (max-width: 799px) {
  body.page-purple .menu-bar ul > li.active > a {
    color: #7E5AA5;
    border-left-color: #7E5AA5;
  }
}
.orange {
  color: #e46b18;
}

.blurb-orange figure img {
  border-bottom: 5px solid #e46b18;
}
.blurb-orange a.cta::after {
  color: #e46b18;
}

body.page-orange nav#main-menu > ul > li.active > a::before {
  background: #e46b18;
}
body.page-orange li.has-dropdown ol li.active a {
  color: #e46b18;
}
body.page-orange h4 {
  color: #e46b18;
}
body.page-orange .blurb-group .inner figure img {
  border-color: #e46b18;
}
body.page-orange .number {
  color: #e46b18;
}
body.page-orange .circle.play-button .base::after {
  color: #e46b18;
}
body.page-orange a.cta::after {
  color: #e46b18;
}
body.page-orange a.cta.link::after {
  background-position: center -94px;
}
body.page-orange .blurb-group .blurb .heading {
  color: #e46b18;
}
body.page-orange table.table td, body.page-orange table.table th {
  border-color: #e46b18;
}
body.page-orange .highlight .underlay {
  border-color: rgba(246, 138, 30, 0.6);
}

@media (max-width: 799px) {
  body.page-orange .menu-bar ul > li.active > a {
    color: #e46b18;
    border-left-color: #e46b18;
  }
}
.blue {
  color: #0778C2;
}

.blurb-blue figure img {
  border-bottom: 5px solid #0778C2;
}
.blurb-blue a.cta::after {
  color: #0778C2;
}

body.page-blue nav#main-menu > ul > li.active > a::before {
  background: #0778C2;
}
body.page-blue li.has-dropdown ol li.active a {
  color: #0778C2;
}
body.page-blue h4 {
  color: #0778C2;
}
body.page-blue .blurb-group .inner figure img {
  border-color: #0778C2;
}
body.page-blue .number {
  color: #0778C2;
}
body.page-blue .circle.play-button .base::after {
  color: #0778C2;
}
body.page-blue a.cta:after {
  color: #0778C2;
}
body.page-blue a.cta.link::after {
  background-position: center 0;
}
body.page-blue .blurb-group .blurb .heading {
  color: #0778C2;
}
body.page-blue table.table td, body.page-blue table.table th {
  border-color: #0778C2;
}
body.page-blue .highlight .underlay {
  border-color: rgba(7, 120, 194, 0.6);
}


@media (max-width: 799px) {
  body.page-blue .menu-bar ul > li.active > a {
    color: #0778C2;
    border-left-color: #0778C2;
  }
}
.d-ib {
  display: inline-block;
}

.rel {
  position: relative;
}

.fpo {
  color: #ff23f5 !important;
}

.delay-0 {
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.delay-1 {
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.delay-2 {
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.delay-3 {
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.delay-4 {
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.delay-5 {
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.delay-6 {
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.delay-7 {
  -moz-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.delay-8 {
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}


#slider-tips-facts {
  height: 515px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
  font-size: 30px;
  line-height: 1.66667; 
  color: #fff; 
}
#slider-tips-facts strong {
  font-weight: 400;
}
#slider-tips-facts .slide {
  padding: 15px;
  height: 515px;
  background-repeat: no-repeat;
  background-position: left center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
#slider-tips-facts .slide img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#slider-tips-facts .slide img.fade-in-left {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
#slider-tips-facts .aside-figure {
  position: static;
}
#slider-tips-facts .aside-figure figure.img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 48%;
}
#slider-tips-facts .inner {
  width: 45%;
  margin: 0 auto;
  height: 515px;
  position: absolute;
  right: 0;
  top: 0;
  color: #7E5AA5;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 600;
  /*background: rgba(255,255,255,0.975);  */ 
  background-image: linear-gradient(to right, rgba(255,255,255,0.975), rgb(255, 255, 255, 1) 12%);
}
#slider-tips-facts .inner:before { 
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 515px 0px 0 97px;
	border-color: rgba(255,255,255,0.975) transparent transparent;
	position: absolute;
	left: -97px;
}

#slider-tips-facts .inner:after { 
	content: "";
	width: 24px;
	height: 530px;
	background-color: rgba(126,90,165,0.8);
	position: absolute;
	left: -72px;
	top: -7px;
    transform: rotate(-10.75deg);
}

#slider-tips-facts .inner .content {
  position: absolute; top:0; bottom:0; margin: auto; height: 250px; padding: 0 40px;
}
#slider-tips-facts .inner .content .slider-dots {
  position: absolute;
  top: 110%;
}
#slider-tips-facts .slide .slider-bg {
	display: none;
}
#slider-tips-facts .inner .content img.visible-xs {
  max-width: 50%;
}
#slider-tips-facts .footnote {
  position: absolute;
  left: 50%;
  bottom: 65px;
  text-align: right;
  width: 95%;
  max-width: 1336px;
  padding: 0 20px;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.slider-dots .slider-dot {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: #031521;
  border-radius: 100%;
  margin-right: 14px;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.slider-dots .slider-dot:hover, .slider-dots .slider-dot.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.zTop {
	z-index: 20;
}




@-moz-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fade-down {
  from {
    opacity: 0;
    -moz-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
  to {
    opacity: 1;
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes fade-down {
  from {
    opacity: 0;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes fade-down {
  from {
    opacity: 0;
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
  to {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-moz-keyframes fade-in-left {
  from {
    opacity: 0;
    -moz-transform: translate(100px, 0);
    transform: translate(100px, 0);
  }
  to {
    opacity: 1;
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes fade-in-left {
  from {
    opacity: 0;
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes fade-in-left {
  from {
    opacity: 0;
    -moz-transform: translate(100px, 0);
    -ms-transform: translate(100px, 0);
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0);
  }
  to {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-moz-keyframes fade-in-right {
  from {
    opacity: 0;
    -moz-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
  }
  to {
    opacity: 1;
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes fade-in-right {
  from {
    opacity: 0;
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes fade-in-right {
  from {
    opacity: 0;
    -moz-transform: translate(-100px, 0);
    -ms-transform: translate(-100px, 0);
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
  }
  to {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-moz-keyframes img-fade-in-left {
  0% {
    opacity: 0;
    -moz-transform: translate(100px, 0);
    transform: translate(100px, 0);
  }
  15% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes img-fade-in-left {
  0% {
    opacity: 0;
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0);
  }
  15% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes img-fade-in-left {
  0% {
    opacity: 0;
    -moz-transform: translate(100px, 0);
    -ms-transform: translate(100px, 0);
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0);
  }
  15% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-moz-keyframes img-fade-in-right {
  0% {
    opacity: 0;
    -moz-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
  }
  15% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes img-fade-in-right {
  0% {
    opacity: 0;
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
  }
  15% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes img-fade-in-right {
  0% {
    opacity: 0;
    -moz-transform: translate(-100px, 0);
    -ms-transform: translate(-100px, 0);
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
  }
  15% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
