/*------------------------------------*\
    reset
\*------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, main {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input::-ms-clear {
  display: none;
}

.entry-content {
  /* fixing some video not being responsive cause of weird aspect ratio */
  /* minebrowser */
  /* end minebrowser */
  /* casebrowser */
  /* end casebrowser */
}
.entry-content [role=button] {
  cursor: pointer;
}
.entry-content a,
.entry-content a:visited {
  text-decoration: none;
}
.entry-content a {
  color: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.entry-content a,
.entry-content [role=button] {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.entry-content a:hover {
  opacity: 1;
  color: #4A773C;
}
.entry-content [role=button]:hover {
  opacity: 0.75;
}
.entry-content a.nohovertrans:hover,
.entry-content .nohovertrans[role=button] {
  opacity: 1;
}
.entry-content .clearfix {
  clear: both;
}
.entry-content em {
  font-style: italic;
}
.entry-content .h1,
.entry-content h1 {
  font-size: 2.5em;
  font-family: GilroyMedium;
  text-transform: uppercase;
  color: #00677F;
  line-height: 1.2;
  margin-bottom: 0.7em;
}
.entry-content .h2,
.entry-content h2 {
  font-size: 2.5em;
  font-family: GilroyMedium;
  text-transform: uppercase;
  color: #00677F;
  line-height: 1.2;
  margin-bottom: 0.7em;
}
.entry-content .h3,
.entry-content h3 {
  font-family: GilroySemiBold;
  font-size: 1.875em;
  line-height: 1.2;
}
.entry-content .h4,
.entry-content h4 {
  font-family: GilroyBold;
  font-size: 0.8125em;
  color: #4A773C;
  line-height: 1.2;
}
.entry-content .h5,
.entry-content h5 {
  font-family: GilroyBold;
  font-size: 0.6875em;
  line-height: 1.2;
}
.entry-content .h6,
.entry-content h6 {
  font-family: GilroyBold;
  font-size: 0.5em;
  line-height: 1.2;
}
.entry-content .heading-reset {
  margin-bottom: 0;
  color: inherit;
  font-size: 1em;
}
.entry-content p {
  line-height: 1.4;
  font-family: GilroyRegular;
  min-height: 1px;
}
.entry-content p small {
  font-size: 0.75em;
  display: block;
}
.entry-content td strong,
.entry-content td b,
.entry-content li strong,
.entry-content li b,
.entry-content p strong,
.entry-content p b {
  font-family: GilroyBold;
}
.entry-content figure + p,
.entry-content div + p,
.entry-content p + p,
.entry-content ol + p,
.entry-content ul + p,
.entry-content h1 + p,
.entry-content h2 + p,
.entry-content h3 + p,
.entry-content h4 + p,
.entry-content h5 + p,
.entry-content h6 + p,
.entry-content div + p,
.entry-content table + p {
  margin-top: 1.5em;
}
.entry-content p + figure,
.entry-content p + div,
.entry-content p + h1,
.entry-content p + h2,
.entry-content p + h3,
.entry-content p + h4,
.entry-content p + h5,
.entry-content p + h6,
.entry-content p + div,
.entry-content p + table {
  margin-top: 1.5em;
}
.entry-content p + ul,
.entry-content p + ol {
  margin-top: 1em;
}
.entry-content ul + figure,
.entry-content ul + div,
.entry-content ul + ol,
.entry-content ul + ul,
.entry-content ul + h1,
.entry-content ul + h2,
.entry-content ul + h3,
.entry-content ul + h4,
.entry-content ul + h5,
.entry-content ul + h6,
.entry-content ul + div {
  margin-top: 1em;
}
.entry-content ol + figure,
.entry-content ol + div,
.entry-content ol + ol,
.entry-content ol + ul,
.entry-content ol + h1,
.entry-content ol + h2,
.entry-content ol + h3,
.entry-content ol + h4,
.entry-content ol + h5,
.entry-content ol + h6,
.entry-content ol + div {
  margin-top: 1em;
}
.entry-content .h3 + figure,
.entry-content .h3 + div,
.entry-content .h3 + ol,
.entry-content .h3 + ul,
.entry-content .h3 + h1,
.entry-content .h3 + h2,
.entry-content .h3 + h3,
.entry-content .h3 + h4,
.entry-content .h3 + h5,
.entry-content .h3 + h6,
.entry-content .h3 + div,
.entry-content h3 + figure,
.entry-content h3 + div,
.entry-content h3 + ol,
.entry-content h3 + ul,
.entry-content h3 + h1,
.entry-content h3 + h2,
.entry-content h3 + h3,
.entry-content h3 + h4,
.entry-content h3 + h5,
.entry-content h3 + h6,
.entry-content h3 + div {
  margin-top: 1em;
}
.entry-content .h4 + figure,
.entry-content .h4 + div,
.entry-content .h4 + ol,
.entry-content .h4 + ul,
.entry-content .h4 + h1,
.entry-content .h4 + h2,
.entry-content .h4 + h3,
.entry-content .h4 + h4,
.entry-content .h4 + h5,
.entry-content .h4 + h6,
.entry-content .h4 + div,
.entry-content h4 + figure,
.entry-content h4 + div,
.entry-content h4 + ol,
.entry-content h4 + ul,
.entry-content h4 + h1,
.entry-content h4 + h2,
.entry-content h4 + h3,
.entry-content h4 + h4,
.entry-content h4 + h5,
.entry-content h4 + h6,
.entry-content h4 + div {
  margin-top: 1em;
}
.entry-content .h5 + div,
.entry-content .h5 + ol,
.entry-content .h5 + ul,
.entry-content .h5 + h1,
.entry-content .h5 + h2,
.entry-content .h5 + h3,
.entry-content .h5 + h4,
.entry-content .h5 + h5,
.entry-content .h5 + h6,
.entry-content .h5 + figure,
.entry-content .h5 + div,
.entry-content h5 + div,
.entry-content h5 + ol,
.entry-content h5 + ul,
.entry-content h5 + h1,
.entry-content h5 + h2,
.entry-content h5 + h3,
.entry-content h5 + h4,
.entry-content h5 + h5,
.entry-content h5 + h6,
.entry-content h5 + figure,
.entry-content h5 + div {
  margin-top: 1em;
}
.entry-content .h6 + figure,
.entry-content .h6 + div,
.entry-content .h6 + ol,
.entry-content .h6 + ul,
.entry-content .h6 + h1,
.entry-content .h6 + h2,
.entry-content .h6 + h3,
.entry-content .h6 + h4,
.entry-content .h6 + h5,
.entry-content .h6 + h6,
.entry-content .h6 + div,
.entry-content h6 + figure,
.entry-content h6 + div,
.entry-content h6 + ol,
.entry-content h6 + ul,
.entry-content h6 + h1,
.entry-content h6 + h2,
.entry-content h6 + h3,
.entry-content h6 + h4,
.entry-content h6 + h5,
.entry-content h6 + h6,
.entry-content h6 + div {
  margin-top: 1em;
}
.entry-content p h2,
.entry-content p h3,
.entry-content p h4,
.entry-content p h5,
.entry-content p h6,
.entry-content ol h2,
.entry-content ol h3,
.entry-content ol h4,
.entry-content ol h5,
.entry-content ol h6,
.entry-content ul + h2,
.entry-content ul + h3,
.entry-content ul + h4,
.entry-content ul + h5,
.entry-content ul + h6 {
  margin-top: 1.5em;
}
.entry-content figure + figure,
.entry-content figure + ol,
.entry-content figure + ul,
.entry-content figure + h1,
.entry-content figure + h2,
.entry-content figure + h3,
.entry-content figure + h4,
.entry-content figure + h5,
.entry-content figure + h6,
.entry-content figure + div {
  margin-top: 2em;
}
.entry-content ol,
.entry-content ul {
  line-height: 1.4;
  padding-left: 2em;
}
.entry-content ul {
  list-style: disc;
}
.entry-content ol ol {
  list-style: lower-roman;
}
.entry-content ol ol ol {
  list-style: lower-greek;
}
.entry-content ol ol ol ol {
  list-style: decimal;
}
.entry-content li + li {
  margin-top: 0.8em;
}
.entry-content li > ul {
  margin-top: 1em;
  margin-left: 2em;
}
.entry-content li > ol {
  margin-top: 1em;
  margin-left: 2em;
}
.entry-content p.has-normal-font-size {
  font-size: 16px;
}
.entry-content p.has-small-font-size {
  color: #53565A;
  font-family: GilroyRegular;
  font-size: 12px !important;
}
.entry-content p.has-medium-font-size {
  color: #53565A;
  font-family: GilroyRegular;
  font-size: 16px !important;
}
.entry-content p.has-large-font-size {
  color: #53565A;
  font-family: GilroyRegular;
  font-size: 20px !important;
}
.entry-content p.has-x-large-font-size {
  color: #53565A;
  font-family: GilroyRegular;
  font-size: 24px !important;
}
.entry-content li a,
.entry-content p a {
  color: #00677F;
  text-decoration: underline;
}
.entry-content li a:visited,
.entry-content p a:visited {
  text-decoration: underline;
}
.entry-content sup {
  font-size: 0.7em;
  vertical-align: 0.4em;
  line-height: 0;
}
.entry-content sub {
  font-size: 0.7em;
  vertical-align: -0.4em;
  line-height: 0;
}
.entry-content .wp-block-image:not(.is-resized) {
  margin-bottom: 0;
}
.entry-content .wp-block-image:not(.is-resized) figure:not(.is-resized) img {
  height: auto;
  width: 100%;
}
.entry-content .wp-block-image:not(.is-resized) figcaption {
  color: #53565A;
  font-style: italic;
  margin-left: 60px;
  padding: 1.5em 1.5em 0 0.5em;
  border-left: 1px solid #53565A;
  margin-top: -0.5em;
  z-index: 1;
  line-height: 1.2;
  position: relative;
}
.entry-content .wp-block-image:not(.is-resized).size-medium img {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.entry-content .wp-block-image:not(.is-resized).size-thumbnail img {
  width: 25%;
}
.entry-content .wp-block-image:not(.is-resized).size-large img {
  width: auto;
  max-width: 100%;
}
.entry-content .wp-block-image:not(.is-resized).size-full img {
  width: auto;
  max-width: 100%;
}
.entry-content .acf-true-false input[type=checkbox] {
  background: #fff;
}
.entry-content .wp-block-pullquote {
  text-align: left;
  margin: 2em;
  margin-left: 0;
  padding: 0 2em;
  border: 0;
  border-left: 3px solid #00677F;
}
.entry-content .wp-block-pullquote p {
  font-size: 1.5em;
  line-height: 1.4;
  color: #4A773C;
}
.entry-content .wp-block-pullquote cite {
  font-size: 0.8em;
  margin-top: 1em;
  line-height: 1.2;
  font-style: italic;
  color: #4A773C;
  text-align: left;
}
.entry-content .wp-block-pullquote cite strong {
  font-style: normal;
  font-family: GilroyBold;
}
.entry-content .wp-block-pullquote::after {
  content: "";
  display: block;
  clear: both;
}
.entry-content .alignleft,
.entry-content .alignright {
  max-width: 50%;
  display: block;
  margin-bottom: 40px;
}
.entry-content .alignleft {
  float: left;
  margin-right: 40px;
}
.entry-content .alignright {
  float: right;
  margin-left: 40px;
}
.entry-content .aligncenter {
  margin: 0 auto;
  max-width: 90%;
  display: block;
}
.entry-content .wp-block-image.aligncenter,
.entry-content .wp-block-image .aligncenter {
  text-align: center;
}
.entry-content .wp-block-image .aligncenter > figcaption,
.entry-content .wp-block-image .alignleft > figcaption,
.entry-content .wp-block-image .alignright > figcaption,
.entry-content .wp-block-image.is-resized > figcaption {
  display: block;
}
.entry-content .wp-block-table figcaption,
.entry-content .wp-block-image figcaption {
  font-size: 0.8em;
  text-align: left;
}
.entry-content .wp-block-table figcaption {
  padding-bottom: 1em;
}
.entry-content .wp-block-quote {
  color: #4A773C;
  padding: 0 70px;
  margin: 70px 0;
  text-align: center;
  position: relative;
}
.entry-content .wp-block-quote p {
  font-size: 1.625em;
  color: #53565A;
}
.entry-content .wp-block-quote:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -1.5em;
  width: 38.83px;
  height: 31.41px;
  background: url("../../img/svg/quote-green.svg") no-repeat;
  background-size: auto;
  background-size: contain;
  margin-bottom: 1em;
}
.entry-content .wp-block-quote cite {
  display: block;
  font-size: 0.8em;
  text-align: center;
  margin-top: 2em;
}
.entry-content .wp-block-quote cite strong {
  font-family: GilroyBold;
}
.entry-content .wp-block-separator {
  margin: 40px auto;
  border: 0;
  height: 1px;
  width: 100%;
  background-color: #53565A;
}
.entry-content .wp-block-spacer.responsive {
  height: 100px !important;
}
.entry-content input[disabled=disabled] {
  opacity: 0.5;
}
.entry-content .news,
.entry-content .overflow,
.entry-content .wp-block-table {
  overflow-x: inherit;
}
.entry-content .news table,
.entry-content .overflow table,
.entry-content .wp-block-table table {
  font-size: 1em;
  line-height: 1.4;
  text-align: left;
  width: 100%;
  border-collapse: collapse;
  border: 0.5px solid #A7A8AA;
}
.entry-content .news thead tr,
.entry-content .overflow thead tr,
.entry-content .wp-block-table thead tr {
  font-family: GilroyBold;
  border-bottom: 0.5px solid #A7A8AA;
}
.entry-content .news thead th,
.entry-content .overflow thead th,
.entry-content .wp-block-table thead th {
  background: #00677F;
  color: #fff;
  padding: 0.5em;
  border-left: 0.5px solid #A7A8AA;
}
.entry-content .news tbody td,
.entry-content .overflow tbody td,
.entry-content .wp-block-table tbody td {
  padding: 0.5em;
  border-left: 0.5px solid #A7A8AA;
}
.entry-content .news tbody td:first-child,
.entry-content .overflow tbody td:first-child,
.entry-content .wp-block-table tbody td:first-child {
  min-width: 25%;
}
.entry-content .news tbody tr,
.entry-content .overflow tbody tr,
.entry-content .wp-block-table tbody tr {
  border-bottom: 0.5px solid #A7A8AA;
}
.entry-content .wp-block-group::after {
  content: "";
  display: table;
  clear: both;
}
.entry-content .wp-block-column[style*=flex-basis] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.entry-content .has-green-color {
  color: #4A773C;
}
.entry-content .has-gray-color {
  color: #53565A;
}
.entry-content .has-blue-color {
  color: #00677F;
}
.entry-content .has-orange-color {
  color: #D55D00;
}
.entry-content .has-yellow-color {
  color: #c2a540;
}
.entry-content .has-red-color {
  color: #c70005;
}
.entry-content .has-teal-color {
  color: #F3F8F9;
}
.entry-content .has-white-color {
  color: #fff;
}
.entry-content a .has-green-color {
  color: #4A773C;
}
.entry-content a .has-gray-color {
  color: #53565A;
}
.entry-content a .has-blue-color {
  color: #00677F;
}
.entry-content a .has-orange-color {
  color: #D55D00;
}
.entry-content a .has-yellow-color {
  color: #c2a540;
}
.entry-content a .has-red-color {
  color: #c70005;
}
.entry-content a .has-teal-color {
  color: #F3F8F9;
}
.entry-content a .has-white-color {
  color: #fff;
}
.entry-content .has-background.has-white-background-color {
  background-color: #fff;
}
.entry-content .has-background.has-graybg-background-color {
  background-color: #F2F2F2;
}
.entry-content .has-background.has-blue-background-color {
  background-color: #00677F;
}
.entry-content .has-background.has-orange-background-color {
  background-color: #D55D00;
}
.entry-content .has-background.has-yellow-background-color {
  background-color: #c2a540;
}
.entry-content .has-background.has-green-background-color {
  background-color: #4A773C;
}
.entry-content .has-background.has-greenlight-background-color {
  background-color: #6CC24A;
}
.entry-content .has-background.has-red-background-color {
  background-color: #c70005;
}
.entry-content .has-background.has-teal-background-color {
  background-color: #F3F8F9;
}
.entry-content .wp-block-button.is-style-outline {
  color: #53565A;
}
.entry-content .wp-block-button__link {
  display: inline-block;
  padding: 1em 2em;
  font-family: MaisonNeue-Bold;
}
.entry-content .is-style-outline .wp-block-button__link,
.entry-content .wp-block-button__link.is-style-outline {
  border: 0.1vw solid;
}
.entry-content .wp-block-columns {
  margin-bottom: 0;
}
.entry-content .wp-block-group.is-style-equal-margin > .wp-block-group__inner-container {
  width: 1088px;
  margin-left: auto;
  margin-right: auto;
}
.entry-content .wp-block-group .wp-block-group.is-style-equal-margin > .wp-block-group__inner-container {
  width: 70.5%;
}
.entry-content .post-password-form {
  margin-top: 2em;
}
.entry-content .wp-block-embed-vimeo:not(.wp-has-aspect-ratio) iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.entry-content .wp-block-embed-vimeo:not(.wp-has-aspect-ratio) .wp-block-embed__wrapper:before {
  padding-top: 56.25%;
  content: "";
  display: block;
}
.entry-content .anchor {
  position: absolute;
  margin-top: -140px;
}
@media screen and (max-width: 1279px) {
  .entry-content .anchor {
    margin-top: -80px;
  }
}
@media screen and (max-width: 767px) {
  .entry-content .anchor {
    margin-top: -40px;
  }
}
.entry-content > .analyst-coverage .analyst-coverage__wrapper {
  width: 1088px;
  margin-left: auto;
  margin-right: auto;
}
.entry-content .analyst-coverage__heading {
  text-align: center;
}
.entry-content .analyst-coverage__table table {
  width: 100%;
  text-align: left;
  font-size: 1.25em;
}
.entry-content .analyst-coverage__table table thead th {
  font-family: GilroyBold;
}
.entry-content .analyst-coverage__table table tr {
  border-bottom: 1px solid #A7A8AA;
}
.entry-content .analyst-coverage__table table td,
.entry-content .analyst-coverage__table table th {
  padding: 1em;
}
.entry-content .analyst-coverage__table table td:first-child,
.entry-content .analyst-coverage__table table th:first-child {
  padding-left: 0;
}
.entry-content .analyst-coverage__table a {
  color: #00677F;
}
.entry-content .analyst-coverage__table a:hover {
  color: #4A773C;
}
@media screen and (max-width: 1279px) {
  .entry-content > .analyst-coverage .analyst-coverage__wrapper {
    width: calc(100% - 180px);
    margin-left: auto;
    margin-right: auto;
  }
  .entry-content .analyst-coverage__table table {
    width: 100%;
    text-align: left;
    font-size: 14px;
  }
  .entry-content .analyst-coverage__table table thead th:nth-child(4) {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .entry-content > .analyst-coverage .analyst-coverage__wrapper {
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
  }
  .entry-content .analyst-coverage__item {
    border-top: 1px solid #707070;
    padding: 1em 0;
  }
  .entry-content .analyst-coverage__item:last-child {
    border-bottom: 1px solid #707070;
  }
  .entry-content .analyst-coverage__item a {
    color: #00677F;
  }
  .entry-content .analyst-coverage__item__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .entry-content .analyst-coverage__item__col + .analyst-coverage__item__col {
    margin-top: 0.4em;
  }
  .entry-content .analyst-coverage__item__label {
    width: 80px;
    font-size: 12px;
  }
  .entry-content .analyst-coverage__item__value {
    width: calc(100% - 80px);
  }
}
.entry-content .buy-credit {
  position: sticky;
  top: 90px;
  right: 0;
  z-index: 10;
  text-align: right;
}
.entry-content .subnav + .buy-credit {
  top: 145px;
}
.entry-content .buy-credit__container {
  display: inline-block;
}
.entry-content .buy-credit__box {
  background: #4A773C;
  padding: 1em;
  text-align: center;
  font-family: GilroyBold;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.entry-content .buy-credit__box:hover {
  background: #6CC24A;
  color: #fff;
}
.entry-content .buy-credit__icon {
  width: 23px;
  height: 24px;
  margin-bottom: 0.5em;
  background: url("../../img/svg/buy-credit.svg") no-repeat;
  background-size: contain;
  background-position: center top;
}
.entry-content .buy-credit__label {
  font-size: 14px;
}
@media screen and (max-width: 1279px) {
  .entry-content .buy-credit {
    top: 91px;
  }
}
@media screen and (max-width: 767px) {
  .entry-content .buy-credit {
    top: 69px;
    margin-bottom: 3em;
  }
  .entry-content .buy-credit__box {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .entry-content .buy-credit__icon {
    margin-bottom: 0;
    margin-right: 0.5em;
  }
}
.entry-content > .buy-credit-image-text .buy-credit-image-text__wrapper {
  width: 1088px;
  margin-left: auto;
  margin-right: auto;
}
.entry-content .buy-credit-image-text__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.entry-content .buy-credit-image-text__image {
  width: 60%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.entry-content .buy-credit-image-text__content {
  width: 40%;
  padding-top: 3em;
  padding-bottom: 5em;
  padding-right: 100px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.entry-content .buy-credit-image-text__btn {
  background: rgba(74, 119, 60, 0.95);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 50%;
}
.entry-content .buy-credit-image-text__btn:hover {
  background: #6CC24A;
  color: #fff;
}
.entry-content .buy-credit-image-text__btn__icon {
  display: block;
  width: 36px;
  height: 38px;
  background: url("../../img/svg/buy-credit.svg") no-repeat;
  background-size: contain;
  background-position: center top;
}
.entry-content .buy-credit-image-text__btn__arrow {
  display: block;
  width: 38px;
  height: 38px;
  background: url("../../img/svg/buy-credit-arrow.svg") no-repeat;
  background-size: contain;
}
.entry-content .buy-credit-image-text__btn__label {
  font-size: 18px;
  font-family: GilroyBold;
  margin: 1em 0 2em;
}
@media screen and (max-width: 1279px) {
  .entry-content > .buy-credit-image-text .buy-credit-image-text__wrapper {
    width: calc(100% - 180px);
    margin-left: auto;
    margin-right: auto;
  }
  .entry-content .buy-credit-image-text__content {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    padding-top: 2em;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .entry-content .buy-credit-image-text__image {
    width: 100%;
    height: 30vw;
    background-size: cover;
    background-position: center center;
  }
  .entry-content .buy-credit-image-text__container--right .buy-credit-image-text__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .entry-content .buy-credit-image-text__container--right .buy-credit-image-text__content {
    padding-left: 0;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .entry-content > .buy-credit-image-text .buy-credit-image-text__wrapper {
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
  }
  .entry-content .buy-credit-image-text__image {
    height: 50vw;
  }
}
.entry-content > .buyer-form .buyer-form__wrapper {
  width: 1088px;
  margin-left: auto;
  margin-right: auto;
}
.entry-content .buyer-form {
  padding-bottom: 60px;
}
.entry-content .buyer-form__form.processing {
  pointer-events: none;
  opacity: 0.4;
}
.entry-content .buyer-form__intro {
  font-size: 1.4em;
  margin-bottom: 1.5em;
}
.entry-content .buyer-form__intro a {
  color: #00677F;
}
.entry-content .buyer-form__group {
  display: -webkit-grid;
  display: grid;
  width: 100%;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  -webkit-row-gap: 40px;
  row-gap: 40px;
  -webkit-grid-template-columns: repeat(3, 1fr);
  grid-template-columns: repeat(3, 1fr);
}
.entry-content .buyer-form__group textarea {
  height: 80px;
  resize: none;
}
.entry-content .buyer-form__group input,
.entry-content .buyer-form__group textarea,
.entry-content .buyer-form__group .ui-selectmenu-button {
  width: 100%;
}
.entry-content .buyer-form__group + .buyer-form__group {
  margin-top: 60px;
}
.entry-content .buyer-form__fieldset {
  padding-bottom: 50px;
  position: relative;
}
.entry-content .buyer-form__fieldset textarea,
.entry-content .buyer-form__fieldset input[type=text],
.entry-content .buyer-form__fieldset input[type=email],
.entry-content .buyer-form__fieldset .ui {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.entry-content .buyer-form__fieldset .required {
  color: #4A773C;
  font-size: 1.4em;
  line-height: 0;
  vertical-align: -0.1em;
}
.entry-content .buyer-form__fieldset .required[aria-hidden=true] {
  display: none;
}
.entry-content .buyer-form__fieldset .error {
  outline: 1px solid red;
}
.entry-content .buyer-form__fieldset--textarea {
  padding-bottom: 90px;
}
.entry-content .buyer-form__fieldset--file {
  padding-bottom: 0;
}
.entry-content .buyer-form__group--2cols {
  -webkit-grid-template-columns: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);
}
.entry-content .buyer-form__group--2cols.opened .ui {
  padding-bottom: 34px;
}
.entry-content .buyer-form__other[aria-hidden=true] {
  display: none;
}
.entry-content .buyer-form__note {
  font-family: GilroyRegular;
  display: block;
  margin-top: 0.2em;
  line-height: 1.2;
}
.entry-content .buyer-form__submit {
  margin-top: 2em;
}
.entry-content .buyer-form__message {
  margin: 1em 0;
  font-family: GilroyBold;
}
.entry-content .buyer-form__message.error {
  color: #c70005;
}
.entry-content .buyer-form__message[aria-hidden=true] {
  display: none;
}
.entry-content .buyer-form__recaptcha {
  margin-top: 2em;
}
@media screen and (max-width: 1279px) {
  .entry-content > .buyer-form .buyer-form__wrapper {
    width: calc(100% - 180px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .entry-content > .buyer-form .buyer-form__wrapper {
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
  }
  .entry-content .requist-information__submit__btn {
    width: 100%;
  }
  .entry-content .buyer-form__group {
    display: block;
  }
  .entry-content .buyer-form__group + .buyer-form__group {
    margin-top: 2em;
  }
  .entry-content .buyer-form__fieldset {
    padding-bottom: 0;
  }
  .entry-content .buyer-form__fieldset textarea,
  .entry-content .buyer-form__fieldset input[type=text],
  .entry-content .buyer-form__fieldset input[type=email],
  .entry-content .buyer-form__fieldset .ui {
    position: relative;
    bottom: auto;
    width: 100%;
  }
  .entry-content .buyer-form__fieldset + .buyer-form__fieldset {
    margin-top: 2em;
  }
  .entry-content .buyer-form__group--2cols.opened .ui {
    padding-bottom: 0;
  }
  .entry-content .buyer-form__recaptcha {
    margin-top: 2em;
  }
}
.entry-content > .certification-sdg .certification-sdg__wrapper {
  width: 1088px;
  margin-left: auto;
  margin-right: auto;
}
.entry-content .certification-sdg__item__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.entry-content .certification-sdg .imact-sdg__item__sdgs {
  width: 100px;
}
.entry-content .certification-sdg__item__content {
  width: calc(100% - 100px);
}
.entry-content .certification-sdg__item__image {
  width: 80px;
}
.entry-content .certification-sdg__item__image img {
  width: 100%;
}
.entry-content .sdg + .certification-sdg__item__image {
  margin-top: 2em;
}
@media screen and (max-width: 1279px) {
  .entry-content > .certification-sdg .certification-sdg__wrapper {
    width: calc(100% - 180px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .entry-content > .certification-sdg .certification-sdg__wrapper {
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
  }
  .entry-content .certification-sdg .imact-sdg__item__sdgs {
    width: 100%;
  }
  .entry-content .certification-sdg__item__content {
    width: 100%;
    margin-top: 1em;
  }
  .entry-content .sdg + .certification-sdg__item__image {
    margin-top: 1.5em;
  }
}
.entry-content > .checklist .checklist__wrapper {
  width: 1088px;
  margin-left: auto;
  margin-right: auto;
}
.entry-content .checklist__border {
  border: 1px solid #00677F;
  position: relative;
  padding: 2em 2em;
}
.entry-content .checklist__icon {
  width: 68px;
  position: absolute;
  right: 1em;
  top: 1em;
}
.entry-content .checklist__icon img {
  width: 100%;
}
.entry-content .checklist__heading {
  font-family: GilroyBold;
  color: #00677F;
  font-size: 1.25em;
  margin-bottom: 1em;
  padding-right: 2.5em;
}
.entry-content .checlists__items {
  padding-right: 4em;
}
.entry-content .checlists__items ul, .entry-content .checlists__items ol {
  padding-left: 0;
  margin-left: 0;
}
.entry-content .checlists__items ul {
  list-style: none;
}
.entry-content .checlists__items li {
  padding-left: 1.2em;
  display: block;
  position: relative;
}
.entry-content .checlists__items li:before {
  position: absolute;
  left: 0;
  top: 0.2em;
  content: "\f00c";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 1.2em;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #00677F;
}
.entry-content .checklist__container.green .checklist__heading {
  color: #4A773C;
}
.entry-content .checklist__container.green .checklist__border {
  border-color: #4A773C;
}
.entry-content .checklist__container.green .checlists__items li:before {
  color: #4A773C;
}
.entry-content .checklist__container.orange .checklist__heading {
  color: #D55D00;
}
.entry-content .checklist__container.orange .checklist__border {
  border-color: #D55D00;
}
.entry-content .checklist__container.orange .checlists__items li:before {
  color: #D55D00;
}
@media screen and (max-width: 1279px) {
  .entry-content > .checklist .checklist__wrapper {
    width: calc(100% - 180px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .entry-content > .checklist .checklist__wrapper {
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
  }
  .entry-content .checlists__items {
    padding-right: 1em;
  }
  .entry-content .checklist__icon {
    width: 50px;
  }
}
.entry-content > .committee-list .committee-list__wrapper {
  width: 1088px;
  margin-left: auto;
  margin-right: auto;
}
.entry-content .committee-list__col__heading {
  font-family: GilroyBold;
  font-size: 20px;
  margin-bottom: 1em;
}
.entry-content .committee-list__name + .committee-list__name {
  margin-top: 0.4em;
}
.entry-content .committee-list__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.entry-content .committee-list__col {
  border-left: 1px solid #707070;
  padding-left: 30px;
  padding-right: 10px;
  margin-bottom: 1em;
}
.entry-content .committee-list__col:first-child {
  border-left: 0;
  padding-left: 0;
}
.entry-content .committee-list__col.small {
  width: 20%;
}
.entry-content .committee-list__col.normal {
  width: 25%;
}
.entry-content .committee-list__col.large {
  width: 30%;
}
@media screen and (max-width: 1279px) {
  .entry-content > .committee-list .committee-list__wrapper {
    width: calc(100% - 180px);
    margin-left: auto;
    margin-right: auto;
  }
  .entry-content .committee-list__col {
    margin-bottom: 3em;
  }
  .entry-content .committee-list__col:first-child, .entry-content .committee-list__col:nth-child(2n+1) {
    border-left: 0;
    padding-left: 0;
  }
  .entry-content .committee-list__col.small {
    width: 50%;
  }
  .entry-content .committee-list__col.normal {
    width: 50%;
  }
  .entry-content .committee-list__col.large {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .entry-content > .committee-list .committee-list__wrapper {
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
  }
  .entry-content .committee-list__col {
    border-left: 0;
    padding-left: 0;
  }
  .entry-content .committee-list__col:first-child, .entry-content .committee-list__col:nth-child(2n+1) {
    border-left: 0;
    padding-left: 0;
  }
  .entry-content .committee-list__col.small {
    width: 100%;
  }
  .entry-content .committee-list__col.normal {
    width: 100%;
  }
  .entry-content .committee-list__col.large {
    width: 100%;
  }
}
.entry-content > .contact .contact__wrapper {
  width: 1088px;
  margin-left: auto;
  margin-right: auto;
}
.entry-content .contact__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.entry-content .contact__map {
  width: 55%;
  height: 391px;
}
.entry-content .contact_mapcontainer {
  width: 100%;
  height: 100%;
}
.entry-content .contact__info {
  width: 45%;
  padding-left: 50px;
  font-size: 1.125em;
}
.entry-content .contact__heading {
  font-family: GilroyBold;
  margin-bottom: 0.5em;
}
.entry-content .contact__address p {
  font-size: 1.25em;
}
.entry-content .contact__emails,
.entry-content .contact__telephones {
  margin: 1em 0;
}
.entry-content .contact__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.entry-content .contact__item + .contact__item {
  margin-top: 0.4em;
}
.entry-content .contact__item a {
  color: #00677F;
}
.entry-content .contact__item a:hover {
  color: #4A773C;
}
.entry-content .contact__item__label {
  font-family: GilroyBold;
  width: 20%;
}
.entry-content .contact__item__value {
  width: 80%;
  padding-left: 20px;
}
@media screen and (max-width: 1279px) {
  .entry-content > .contact .contact__wrapper {
    width: calc(100% - 180px);
    margin-left: auto;
    margin-right: auto;
  }
  .entry-content .contact__map {
    width: 100%;
    margin-bottom: 2em;
  }
  .entry-content .contact__info {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .entry-content > .contact .contact__wrapper {
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
  }
  .entry-content .contact__address p {
    font-size: 18px;
  }
  .entry-content .contact__item__label {
    width: 100%;
  }
  .entry-content .contact__item__value {
    width: 100%;
    padding-left: 0;
  }
  .entry-content .contact__item + .contact__item {
    margin-top: 1em;
  }
}
.entry-content > .cta-download .cta-download__wrapper {
  width: 1088px;
  margin-left: auto;
  margin-right: auto;
}
.entry-content .cta-download__container {
  padding: 90px 0;
  background: #4A773C;
}
.entry-content .cta-download__heading h2 {
  color: #fff;
}
.entry-content .cta-download__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.entry-content .cta-download__flex--top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.entry-content .cta-download__cover {
  width: 50%;
  padding-left: 20px;
}
.entry-content .cta-download__cover img {
  width: 100%;
  display: block;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.24);
}
.entry-content .cta-download__cover a {
  display: block;
}
.entry-content .cta-download__cover a:hover {
  opacity: 0.75;
}
.entry-content .cta-download__text {
  width: 50%;
  padding-right: 60px;
}
.entry-content .cta-download__action {
  margin-top: 1em;
}
.entry-content .cta-download__mobile__action {
  display: none;
}
.entry-content .cta-download__additionals {
  margin-top: 2em;
  width: 100%;
}
.entry-content .cta-download__expander__content {
  list-style: none;
  padding-left: 0;
  padding: 1em 0;
}
.entry-content .cta-download__expander__content a {
  color: #fff;
}
.entry-content .cta-download__expander__content a:hover {
  opacity: 0.65;
}
.entry-content .cta-download__expander {
  text-transform: uppercase;
}
@media screen and (max-width: 1279px) {
  .entry-content > .cta-download .cta-download__wrapper {
    width: calc(100% - 180px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .entry-content > .cta-download .cta-download__wrapper {
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
  }
  .entry-content .cta-download__container {
    padding: 50px 0;
  }
  .entry-content .cta-download__text {
    width: 100%;
    text-align: center;
    padding-right: 0;
  }
  .entry-content .cta-download__cover {
    width: 100%;
    padding-left: 0;
  }
  .entry-content .cta-download__action {
    display: none;
  }
  .entry-content .cta-download__mobile__action {
    margin-top: 1em;
    display: block;
    width: 100%;
    text-align: center;
  }
  .entry-content .cta-download__mobile__action a {
    display: inline-block;
  }
}
.entry-content > .cta-icons .cta-icons__wrapper {
  width: 1088px;
  margin-left: auto;
  margin-right: auto;
}
.entry-content .cta-icons__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.entry-content .cta-icons__item {
  width: calc(33% - 50px);
  text-align: center;
  padding-bottom: 50px;
  position: relative;
}
.entry-content .cta-icons__item:nth-child(n+4) {
  margin-top: 50px;
}
.entry-content .cta-icons__item__icon {
  width: 167px;
  height: 167px;
  margin: 0 auto;
}
.entry-content .cta-icons__item__icon img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  min-width: 100%;
}
.entry-content .cta-icons__container.style2 .cta-icons__item__icon {
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.entry-content .cta-icons__container.style2 .cta-icons__item__icon img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
  max-width: none;
  min-width: inherit;
  width: 100%;
}
.entry-content .cta-icons__container.style2 .cta-icons__heading {
  font-size: 17px;
  min-height: 0;
}
.entry-content .cta-icons__container.style2 .cta-icons__body {
  font-size: 18px;
}
.entry-content .cta-icons__heading {
  font-size: 1.875em;
  font-family: GilroySemiBold;
  min-height: 60px;
  margin-top: 0.5em;
}
.entry-content .cta-icons__body {
  font-size: 1.25em;
  line-height: 1.4;
}
.entry-content .cta-icons__action {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
}
.entry-content .cta-icons__title {
  text-align: center;
  margin-bottom: 2em;
}
@media screen and (max-width: 1279px) {
  .entry-content > .cta-icons .cta-icons__wrapper {
    width: calc(100% - 180px);
    margin-left: auto;
    margin-right: auto;
  }
  .entry-content .cta-icons__item {
    width: calc(33% - 20px);
  }
  .entry-content .cta-icons__item__icon {
    width: 100px;
    height: 100px;
  }
  .entry-content .cta-icons__heading {
    font-size: 26px;
  }
  .entry-content .cta-icons__body {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .entry-content > .cta-icons .cta-icons__wrapper {
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
  }
  .entry-content .cta-icons__items {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .entry-content .cta-icons__item {
    width: auto;
  }
  .entry-content .cta-icons .slider-mobile__previous,
  .entry-content .cta-icons .slider-mobile__next {
    top: 30px;
  }
}
.entry-content > .cta-newsmedia .cta-newsmedia__wrapper {
  width: 1088px;
  margin-left: auto;
  margin-right: auto;
}
.entry-content .cta-newsmedia__heading {
  text-align: center;
}
.entry-content .cta-newsmedia__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.entry-content .cta-newsmedia__report {
  width: 50%;
}
.entry-content .cta-newsmedia__report__cover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.entry-content .cta-newsmedia__report__cover img {
  width: 100%;
}
.entry-content a:hover .cta-newsmedia__report__cover {
  opacity: 0.75;
}
.entry-content .cta-newsmedia__report__link {
  margin-top: 1em;
}
.entry-content .cta-newsmedia__archives {
  width: 50%;
  padding-left: 100px;
}
.entry-content .cta-newsmedia__archives .expander__content {
  margin-top: 2em;
}
.entry-content .cta-newsmedia__archives .event,
.entry-content .cta-newsmedia__archives .news-render-list__item {
  background-color: rgba(0, 103, 127, 0.05);
  padding: 1em;
  border-bottom: 0;
}
.entry-content .cta-newsmedia__viewall {
  margin-top: 1em;
}
@media screen and (max-width: 1279px) {
  .entry-content > .cta-newsmedia .cta-newsmedia__wrapper {
    width: calc(100% - 180px);
    margin-left: auto;
    margin-right: auto;
  }
  .entry-content .cta-newsmedia__archives {
    padding-left: 0;
    width: 100%;
  }
  .entry-content .cta-newsmedia__report {
    width: 100%;
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 767px) {
  .entry-content > .cta-newsmedia .cta-newsmedia__wrapper {
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
  }
}
.entry-content .cta-map__relative {
  width: 100%;
  height: 544px;
  position: relative;
  overflow: hidden;
  background: #267E92;
}
.entry-content .cta-map__text {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
}
.entry-content .cta-map__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  background: #267E92 url("../../img/svg/map.svg") no-repeat;
  background-size: 1200px;
  background-position: -50px -50px;
}
.entry-content .cta-map__heading {
  font-family: GilroySemiBold;
  font-size: 30px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.entry-content .cta-map__heading:hover a {
  color: #6CC24A;
}
.entry-content .cta-map__heading + .cta-map__action {
  margin-top: 1.5em;
}
.entry-content .cta-map__bg-container {
  width: 1200px;
  margin: 0 auto;
}
.entry-content .cta-map .portfolio-map__marker__label {
  display: none;
}
.entry-content .cta-map .portfolio-map__marker {
  position: absolute;
}
.entry-content .cta-map .portfolio-map__marker.active .portfolio-map__marker__label, .entry-content .cta-map .portfolio-map__marker:hover .portfolio-map__marker__label {
  display: block;
}
@media screen and (max-width: 1279px) {
  .entry-content .cta-map {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .entry-content .cta-map__heading {
    font-size: 26px;
  }
  .entry-content .cta-map__bg-container {
    width: 1200px;
    position: absolute;
    -webkit-transform: scale(0.5) translateX(-50%);
            transform: scale(0.5) translateX(-50%);
  }
}
.entry-content .cta-page__container {
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 2em 0 3em;
  text-align: center;
  position: relative;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.entry-content .cta-page__container:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}
.entry-content .cta-page__container:hover {
  background-size: 110%;
}
.entry-content .cta-page__container.top {
  background-position: center top;
}
.entry-content .cta-page__container.style-2 {
  padding: 7em 0 7em;
}
.entry-content .cta-page__container.style-2 h2 {
  text-transform: none;
}
.entry-content .cta-page__container.no-zoom {
  background-size: cover;
}
.entry-content .cta-page__text {
  position: relative;
  z-index: 1;
  width: 100%;
  width: 1088px;
  margin-left: auto;
  margin-right: auto;
}
.entry-content .cta-page__heading h2 {
  color: #fff;
  margin-bottom: 0.5em;
  text-transform: none;
}
.entry-content .cta-page__action {
  margin-top: 1em;
}
.entry-content .cta-page__download-icon {
  width: 25.57px;
  height: 26.4px;
  display: inline-block;
  background: url("../../img/svg/download-white.svg") no-repeat;
  background-size: contain;
  margin-left: 0.2em;
}
.entry-content .cta-page__action--multiple a + a {
  margin-left: 2em;
}
@media screen and (max-width: 1279px) {
  .entry-content .cta-page__text {
    width: calc(100% - 180px);
    margin-left: auto;
    margin-right: auto;
  }
  .entry-content .cta-page__container {
    background-size: cover;
  }
  .entry-content .cta-page__container.style-2 {
    padding: 3em 0 3em;
  }
}
@media screen and (max-width: 767px) {
  .entry-content .cta-page__text {
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
  }
  .entry-content .cta-page__container {
    background-size: cover;
  }
  .entry-content .cta-page__container:hover {
    background-size: cover;
  }
}
.entry-content > .document-list .document-list__wrapper {
  width: 1088px;
  margin-left: auto;
  margin-right: auto;
}
.entry-content .document-list + .document-list {
  margin-top: 2em;
}
.entry-content .document-list .pdffilesize {
  display: none;
}
.entry-content .document-list__heading {
  font-family: GilroyBold;
  font-size: 20px;
  margin-bottom: 1em;
}
.entry-content .document-list__item + .document-list__item {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .entry-content .document-list + .document-list {
    margin-top: 4em;
  }
}
.entry-content > .event-archive .event-archive__wrapper {
  width: 1088px;
  margin-left: auto;
  margin-right: auto;
}
.entry-content .event-archive__heading {
  text-align: center;
}
.entry-content .event-archive__latest + .event-archive__latest {
  margin-top: 2em;
}
.entry-content .event-archive__latest .event-render-list {
  display: -webkit-grid;
  display: grid;
  -webkit-grid-template-columns-: repeat(3, 1fr);
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  min-height: 200px;
}
.entry-content .event-archive__latest .event {
  background: #F3F8F9;
  padding: 2em;
  min-height: 0;
  border-bottom: 0;
}
.entry-content .event-archive__latest .event__title {
  font-size: 1.25em;
  margin-bottom: 1em;
}
.entry-content .event-archive__latest .event__actions {
  margin-top: 1em;
}
.entry-content .event-archive__latest .event__location {
  margin-bottom: 0.5em;
}
.entry-content .event-archive__latest .event__description {
  display: none;
}
.entry-content .event-archive__expanders {
  margin-top: 2em;
}
.entry-content .event-archive__expanders__heading {
  margin-bottom: 1em;
}
.entry-content .event-archive__expander__content {
  margin-top: 1em;
  border-top: 1px solid #A7A8AA;
  padding-top: 1em;
}
.entry-content .event-archive__expander__content {
  padding-left: 10px;
}
.entry-content .event-archive__expanders .event {
  min-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1em 0 2em;
}
.entry-content .event-archive__expanders .event:last-child {
  border-bottom: 0;
}
.entry-content .event-archive__expanders .event__date {
  width: 25%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-order: 1;
}
.entry-content .event-archive__expanders .event__location,
.entry-content .event-archive__expanders .event__actions,
.entry-content .event-archive__expanders .event__description,
.entry-content .event-archive__expanders .event__title {
  width: 75%;
  padding-left: 20px;
  margin-left: auto;
}
.entry-content .event-archive__expanders .event__title {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.entry-content .event-archive__expanders .event__description {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.entry-content .event-archive__expanders .event__location {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.entry-content .event-archive__expanders .event__actions {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.entry-content .has-graybg-background-color .event-archive__latest .event {
  background: #fff;
}
@media screen and (max-width: 1279px) {
  .entry-content > .event-archive .event-archive__wrapper {
    width: calc(100% - 180px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .entry-content > .event-archive .event-archive__wrapper {
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
  }
  .entry-content .event-archive__latest .event {
    width: 100%;
  }
  .entry-content .event-archive__latest .event__title {
    font-size: 16px;
  }
  .entry-content .event-archive__latest .event-render-list {
    -webkit-grid-template-columns-: repeat(1, 1fr);
    grid-template-columns: repeat(1, 1fr);
    min-height: 0;
  }
  .entry-content .event-archive__expanders .event__date {
    width: 100%;
  }
  .entry-content .event-archive__expanders .event__location,
  .entry-content .event-archive__expanders .event__actions,
  .entry-content .event-archive__expanders .event__description,
  .entry-content .event-archive__expanders .event__title {
    width: 100%;
    padding-left: 0;
  }
}
.entry-content .eventmedia-list__item {
  padding-bottom: 1em;
  border-bottom: 1px solid #A7A8AA;
  min-height: 88.4px;
}
.entry-content .eventmedia-list__item + .eventmedia-list__item {
  margin-top: 1em;
}
.entry-content .eventmedia-list__date {
  font-size: 0.875em;
  margin-bottom: 0.5em;
}
.entry-content .eventmedia-list__title {
  font-family: GilroyBold;
  line-height: 1.4;
  color: #00677F;
}
.entry-content .eventmedia-list__action {
  margin-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.entry-content .eventmedia-list__action a + a {
  margin-left: 1em;
}
.entry-content .eventmedia-list__tag {
  font-family: GilroyBold;
  font-size: 0.75em;
  text-transform: uppercase;
  color: #fff;
  background: #4A773C;
  padding: 0.5em;
}
.entry-content .eventmedia-list__tag--media {
  background: #8E2C48;
}
.entry-content .eventmedia-list__tag--blog {
  background: #00677F;
}
@media screen and (max-width: 767px) {
  .entry-content .eventmedia-list__heading {
    text-align: center;
  }
  .entry-content .eventmedia-list__action {
    display: block;
  }
  .entry-content .eventmedia-list__action a {
    display: block;
  }
  .entry-content .eventmedia-list__action a + a {
    margin-top: 1em;
    margin-left: 0;
  }
}
.entry-content > .faq-list .faq-list__wrapper {
  width: 1088px;
  margin-left: auto;
  margin-right: auto;
}
.entry-content .faq-list__heading {
  margin-bottom: 2em;
}
.entry-content .faq-list .expander__toggle {
  padding-left: 0;
}
.entry-content .faq-list__answer {
  padding: 1em 0;
}
@media screen and (max-width: 1279px) {
  .entry-content > .faq-list .faq-list__wrapper {
    width: calc(100% - 180px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .entry-content > .faq-list .faq-list__wrapper {
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
  }
}
.entry-content > .financial-reports .financial-reports__wrapper {
  width: 1088px;
  margin-left: auto;
  margin-right: auto;
}
.entry-content .financial-reports__heading {
  text-align: center;
}
.entry-content .financial-reports__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.entry-content .financial-reports__others,
.entry-content .financial-reports__archives {
  width: calc(50% - 30px);
}
.entry-content .financial-reports__other {
  padding: 1em 10px;
  border-top: 1px solid #A7A8AA;
}
.entry-content .financial-reports__subheading {
  margin-bottom: 1em;
}
.entry-content .financial-reports__links {
  margin-top: 2em;
}
.entry-content .expander__toggle--small {
  font-size: 1.25em;
  padding-left: 10px;
}
.entry-content .expander__toggle--small .fa {
  right: 10px;
}
.entry-content .financial-reports__quarter {
  border-top: 1px solid #A7A8AA;
  padding-top: 1em;
  margin-top: 1em;
  padding-left: 10px;
}
.entry-content .financial-reports__quarter__heading {
  font-size: 1.25em;
  margin-bottom: 1em;
}
.entry-content .financial-reports__quarter__file + .financial-reports__quarter__file {
  margin-top: 0.6em;
}
@media screen and (max-width: 1279px) {
  .entry-content > .financial-reports .financial-reports__wrapper {
    width: calc(100% - 180px);
    margin-left: auto;
    margin-right: auto;
  }
  .entry-content .financial-reports__archives {
    width: 100%;
    margin-bottom: 3em;
  }
  .entry-content .financial-reports__others {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .entry-content > .financial-reports .financial-reports__wrapper {
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
  }
}
.entry-content > .flip-cards .flip-cards__wrapper {
  width: 1088px;
  margin-left: auto;
  margin-right: auto;
}
.entry-content .flip-cards__wrapper {
  position: relative;
  z-index: 1;
}
.entry-content .flip-cards__container {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 0;
  position: relative;
}
.entry-content .flip-cards__container:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+71 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(71%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 71%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=0 ); /* IE6-9 */
}
.entry-content .flip-cards__heading {
  text-align: center;
}
.entry-content .flip-cards__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.entry-content .flip-cards__item {
  width: calc(50% - 8px);
  margin-bottom: 16px;
  position: relative;
  color: #fff;
  height: 170px;
}
.entry-content .flip-cards__item:hover .flip-cards__front, .entry-content .flip-cards__item:focus .flip-cards__front {
  opacity: 0;
}
.entry-content .flip-cards__item:hover .flip-cards__back, .entry-content .flip-cards__item:focus .flip-cards__back {
  opacity: 1;
}
.entry-content .flip-cards__item--small {
  width: calc(33.33% - 8px);
}
.entry-content .flip-cards__front,
.entry-content .flip-cards__back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  line-height: 1.4;
  padding: 8px;
}
.entry-content .flip-cards__front {
  background: #00677F;
  font-size: 1.5em;
}
.entry-content .flip-cards__back {
  background: #4A773C;
  opacity: 0;
}
.entry-content .flip-cards__front__border {
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  padding: 0 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
}
.entry-content .flip-cards__back__border {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2em;
}
@media screen and (max-width: 1279px) {
  .entry-content > .flip-cards .flip-cards__wrapper {
    width: calc(100% - 180px);
    margin-left: auto;
    margin-right: auto;
  }
  .entry-content .flip-cards__front {
    font-size: 18px;
  }
  .entry-content .flip-cards__back__border {
    padding: 0 1em;
    overflow: auto;
  }
  .entry-content .flip-cards__back__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .entry-content > .flip-cards .flip-cards__wrapper {
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
  }
  .entry-content .flip-cards__item {
    width: 100%;
    height: 120px;
  }
  .entry-content .flip-cards__front__text {
    font-size: 16px;
  }
}
.entry-content > .highlights .highlights__wrapper {
  width: 1088px;
  margin-left: auto;
  margin-right: auto;
}
.entry-content .highlights__heading {
  text-align: center;
  margin-bottom: 2em;
}
.entry-content .highlights__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.entry-content .highlights__item {
  width: calc(33% - 50px);
  text-align: center;
}
.entry-content .highlights__item:nth-child(n+4) {
  margin-top: 50px;
}
.entry-content .highlights__item__circle {
  height: 167px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.entry-content .highlights__item__circle:before {
  content: "";
  position: absolute;
  width: 167px;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #00677F;
  opacity: 0.05;
  border-radius: 50%;
}
.entry-content .highlights__item__circle__text {
  color: #00677F;
}
.entry-content .highlights__item__large {
  font-size: 80px;
}
.entry-content .highlights__item__unit {
  font-size: 60px;
}
.entry-content .highlights__item__small {
  font-size: 20px;
  line-height: 1.4;
  margin-top: -30px;
}
@media screen and (max-width: 1279px) {
  .entry-content > .highlights .highlights__wrapper {
    width: calc(100% - 180px);
    margin-left: auto;
    margin-right: auto;
  }
  .entry-content .highlights__item__large {
    font-size: 50px;
  }
  .entry-content .highlights__item__unit {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .entry-content > .highlights .highlights__wrapper {
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
  }
  .entry-content .highlights__items {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .entry-content .highlights__item {
    width: auto;
  }
  .entry-content .highlights .slider-mobile__previous,
  .entry-content .highlights .slider-mobile__next {
    top: 50px;
  }
  .entry-content .highlights__item__circle {
    height: 150px;
  }
  .entry-content .highlights__item__circle:before {
    width: 150px;
  }
  .entry-content .highlights__item__large {
    font-size: 60px;
  }
  .entry-content .highlights__item__unit {
    font-size: 40px;
  }
  .entry-content .highlights__item__small {
    font-size: 16px;
  }
}
.entry-content .home-banner__top {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 100vh;
  min-height: 560px;
  max-height: 100vh;
}
.entry-content .home-banner__bg {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.entry-content .home-banner__bg video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  min-width: 100%;
}
.entry-content .home-banner__heading {
  position: absolute;
  top: 300px;
  left: 0;
  width: 100%;
  z-index: 1;
}
.entry-content .home-banner__heading__h {
  width: 60%;
  font-size: 60px;
  line-height: 1;
  color: #fff;
  text-transform: none;
  margin-bottom: 0;
  font-family: GilroyRegular;
}
.entry-content .home-banner__scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  bottom: 50px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.entry-content .home-banner__scroll__line {
  width: 39px;
  height: 19px;
  background: url("../../img/svg/down-white.svg") no-repeat;
  background-size: contain;
  display: block;
  -webkit-animation: home-banner-bounce 2s linear 0s infinite alternate;
          animation: home-banner-bounce 2s linear 0s infinite alternate;
}
@keyframes home-banner-bounce {
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes home-banner-bounce {
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.entry-content .home-banner__scroll__text {
  font-family: GilroyMedium;
  font-size: 12px;
  color: #fff;
  vertical-align: middle;
  display: inline-block;
  margin-right: 0.4em;
  margin-bottom: 1em;
}
.entry-content .home-banner__bottom {
  padding-top: 90px;
}
.entry-content .home-banner__bottom p {
  font-size: 1.5em;
}
.entry-content > .home-banner .home-banner__bottom__wrapper {
  width: 1088px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1279px) {
  .entry-content > .home-banner .home-banner__bottom__wrapper {
    width: calc(100% - 180px);
    margin-left: auto;
    margin-right: auto;
  }
  .entry-content .home-banner__heading__h {
    width: 100%;
  }
  .entry-content .home-banner__bg video {
    display: none;
  }
  .entry-content .home-banner__bg:before {
    content: "";
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    left: 0;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .entry-content > .home-banner .home-banner__bottom__wrapper {
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
  }
  .entry-content .home-banner__top,
  .entry-content .home-banner__bg {
    height: 720px;
  }
  .entry-content .home-banner__heading__h {
    width: 100%;
    font-size: 48px;
  }
  .entry-content .home-banner__heading__h nobr {
    white-space: normal;
  }
  .entry-content .home-banner__bottom {
    padding-top: 50px;
  }
  .entry-content .home-banner__bottom p {
    font-size: 20px;
  }
  .entry-content .home-banner__scroll {
    display: none;
  }
}
.entry-content > .image-list .image-list__wrapper {
  width: 1088px;
  margin-left: auto;
  margin-right: auto;
}
.entry-content .image-list__images {
  display: -webkit-grid;
  display: grid;
  -webkit-grid-template-columns: repeat(3, 1fr);
  grid-template-columns: repeat(3, 1fr);
  -webkit-grid-gap: 1em;
  grid-gap: 1em;
}
.entry-content .image-list__image {
  border: 1px solid #707070;
  height: 200px;
  overflow: hidden;
  position: relative;
}
.entry-content .image-list__image img {
  width: 100%;
}
.entry-content .image-list__image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00677F;
  opacity: 0.9;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left: 0;
  top: 0;
}
.entry-content .image-list__image:hover:before {
  opacity: 0;
}
.entry-content .image-list__image:hover .image-list__title {
  opacity: 0;
}
.entry-content .image-list__title {
  font-family: GilroyBold;
  font-size: 16px;
  color: #fff;
  line-height: 1.4;
  position: absolute;
  padding: 3em;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1279px) {
  .entry-content > .image-list .image-list__wrapper {
    width: calc(100% - 180px);
    margin-left: auto;
    margin-right: auto;
  }
  .entry-content .image-list__image {
    height: 150px;
  }
  .entry-content .image-list__title {
    padding: 1em;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .entry-content > .image-list .image-list__wrapper {
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
  }
  .entry-content .image-list__images {
    -webkit-grid-template-columns: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
  }
}
.entry-content .image-slider__slider {
  position: relative;
}
.entry-content .image-slider__drag {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.entry-content .image-slider__flexer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.entry-content .image-slider__inner {
  height: 508px;
  width: 904px;
  position: relative;
  margin-left: 30px;
  display: block;
}
.entry-content .image-slider__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.entry-content .image-slider__nav {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 0;
}
.entry-content .image-slider__previous,
.entry-content .image-slider__next {
  width: 16.53px;
  height: 33.07px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.entry-content .image-slider__previous[aria-hidden=true],
.entry-content .image-slider__next[aria-hidden=true] {
  display: none;
}
.entry-content .image-slider__previous {
  left: calc(50% - 630px);
  background-image: url("../../img/svg/left-gray.svg");
}
.entry-content .image-slider__previous:hover {
  background-image: url("../../img/svg/left-green.svg");
}
.entry-content .image-slider__next {
  right: calc(50% - 630px);
  background-image: url("../../img/svg/right-gray.svg");
}
.entry-content .image-slider__next:hover {
  background-image: url("../../img/svg/right-green.svg");
}
.entry-content .image-slider__indicators {
  margin-top: 2em;
  width: 100%;
  text-align: center;
  padding-bottom: 1em;
}
.entry-content .image-slider__indicators .slider-indicator {
  width: 50px;
  position: relative;
  display: inline-block;
  text-align: left;
}
.entry-content .image-slider__indicators .slider-indicator:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #F2F2F2;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.entry-content .image-slider__indicators .slider-indicator .slider-progress {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 0%;
  height: 1px;
  background: #00677F;
  z-index: -1;
  -webkit-transition: none;
  transition: none;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.entry-content .image-slider__indicators .slider-indicator[aria-pressed=true]:before {
  background: #00677F;
}
.entry-content .image-slider__indicators .slider-indicator[aria-pressed=true] .slider-progress {
  width: 100%;
  -webkit-transition-property: width;
  transition-property: width;
}
.entry-content .image-slider__indicators .slider-play,
.entry-content .image-slider__indicators .slider-pause {
  display: inline-block;
  width: 45px;
  height: 45px;
  border: 1px solid #53565A;
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
  color: #00677F;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.entry-content .image-slider__indicators .slider-play:hover,
.entry-content .image-slider__indicators .slider-pause:hover {
  color: #fff;
  background: #00677F;
}
.entry-content .image-slider__indicators .slider-play {
  display: none;
  padding-left: 0.2em;
}
.entry-content .image-slider__slider[data-playing=false] .slider-play {
  display: inline-block;
}
.entry-content .image-slider__slider[data-playing=false] .slider-pause {
  display: none;
}
.entry-content .image-slider__slider[data-playing=false] .slider-indicator[aria-pressed=true] .slider-progress {
  width: 0;
  -webkit-transition: none;
  transition: none;
}
@media screen and (max-width: 1279px) {
  .entry-content .image-slider__previous {
    left: 40px;
  }
  .entry-content .image-slider__next {
    right: 40px;
  }
  .entry-content .image-slider__inner {
    height: 424px;
    width: calc(100vw - 180px);
  }
}
@media screen and (max-width: 767px) {
  .entry-content .image-slider__previous {
    left: 15px;
  }
  .entry-content .image-slider__next {
    right: 15px;
  }
  .entry-content .image-slider__indicators .slider-indicator {
    width: 30px;
  }
  .entry-content .image-slider__inner {
    height: 180px;
    width: calc(100vw - 100px);
  }
}
.entry-content > .image-text .image-text__wrapper {
  padding-right: calc(50% - 544px);
}
.entry-content > .image-text .image-text__container--right .image-text__wrapper {
  padding-right: 0;
  padding-left: calc(50% - 544px);
}
.entry-content .image-text__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.entry-content .image-text__container--right .image-text__image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.entry-content .image-text__container--right .image-text__content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-right: 100px;
  padding-left: 0;
}
.entry-content .image-text__image {
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.entry-content .image-text__content {
  width: 50%;
  padding-top: 3em;
  padding-bottom: 5em;
  padding-left: 100px;
}
@media screen and (max-width: 1279px) {
  .entry-content .image-text__content {
    padding-left: 40px;
    padding-top: 1em;
    padding-bottom: 1.5em;
  }
  .entry-content > .image-text .image-text__wrapper {
    padding-right: 90px;
  }
  .entry-content > .image-text .image-text__container--right .image-text__wrapper {
    padding-right: 0;
    padding-left: 90px;
  }
  .entry-content .image-text__image {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .entry-content > .image-text .image-text__wrapper {
    padding-right: 30px;
  }
  .entry-content > .image-text .image-text__container--right .image-text__wrapper {
    padding-right: 0;
    padding-left: 30px;
  }
  .entry-content .image-text__content {
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    padding-top: 2em;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .entry-content .image-text__image {
    width: 100%;
    height: 50vw;
    background-size: cover;
    background-position: center center;
  }
  .entry-content .image-text__container--right .image-text__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .entry-content .image-text__container--right .image-text__content {
    padding-left: 0;
    padding-right: 30px;
  }
}
.entry-content > .impact-sdg .impact-sdg__wrapper {
  width: 1088px;
  margin-left: auto;
  margin-right: auto;
}
.entry-content .impact-sdg__item + .impact-sdg__item {
  margin-top: 5em;
}
.entry-content .impact-sdg__item__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.entry-content .impact-sdg__item__image {
  width: 50%;
}
.entry-content .impact-sdg__item__image img {
  width: 100%;
}
.entry-content .impact-sdg__item__content {
  width: 50%;
  padding-left: 100px;
}
.entry-content .impact-sdg__item--right .impact-sdg__item__image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.entry-content .impact-sdg__item--right .impact-sdg__item__content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-right: 100px;
  padding-left: 0;
}
.entry-content .sdg {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}
.entry-content .sdg[data-sdg="1"] {
  background-image: url("../../img/icon/sdgs/E-WEB-Goal-01.png");
}
.entry-content .sdg[data-sdg="2"] {
  background-image: url("../../img/icon/sdgs/E-WEB-Goal-02.png");
}
.entry-content .sdg[data-sdg="3"] {
  background-image: url("../../img/icon/sdgs/E-WEB-Goal-03.png");
}
.entry-content .sdg[data-sdg="4"] {
  background-image: url("../../img/icon/sdgs/E-WEB-Goal-04.png");
}
.entry-content .sdg[data-sdg="5"] {
  background-image: url("../../img/icon/sdgs/E-WEB-Goal-05.png");
}
.entry-content .sdg[data-sdg="6"] {
  background-image: url("../../img/icon/sdgs/E-WEB-Goal-06.png");
}
.entry-content .sdg[data-sdg="7"] {
  background-image: url("../../img/icon/sdgs/E-WEB-Goal-07.png");
}
.entry-content .sdg[data-sdg="8"] {
  background-image: url("../../img/icon/sdgs/E-WEB-Goal-08.png");
}
.entry-content .sdg[data-sdg="9"] {
  background-image: url("../../img/icon/sdgs/E-WEB-Goal-09.png");
}
.entry-content .sdg[data-sdg="10"] {
  background-image: url("../../img/icon/sdgs/E-WEB-Goal-10.png");
}
.entry-content .sdg[data-sdg="11"] {
  background-image: url("../../img/icon/sdgs/E-WEB-Goal-11.png");
}
.entry-content .sdg[data-sdg="12"] {
  background-image: url("../../img/icon/sdgs/E-WEB-Goal-12.png");
}
.entry-content .sdg[data-sdg="13"] {
  background-image: url("../../img/icon/sdgs/E-WEB-Goal-13.png");
}
.entry-content .sdg[data-sdg="14"] {
  background-image: url("../../img/icon/sdgs/E-WEB-Goal-14.png");
}
.entry-content .sdg[data-sdg="15"] {
  background-image: url("../../img/icon/sdgs/E-WEB-Goal-15.png");
}
.entry-content .sdg[data-sdg="16"] {
  background-image: url("../../img/icon/sdgs/E-WEB-Goal-16.png");
}
.entry-content .sdg[data-sdg="17"] {
  background-image: url("../../img/icon/sdgs/E-WEB-Goal-17.png");
}
@media screen and (max-width: 1279px) {
  .entry-content > .impact-sdg .impact-sdg__wrapper {
    width: calc(100% - 180px);
    margin-left: auto;
    margin-right: auto;
  }
  .entry-content .impact-sdg__item__content {
    padding-left: 40px;
    padding-top: 0;
  }
  .entry-content .impact-sdg__item--right .impact-sdg__item__content {
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .entry-content > .impact-sdg .impact-sdg__wrapper {
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
  }
  .entry-content .impact-sdg__item + .impact-sdg__item {
    margin-top: 4em;
  }
  .entry-content .impact-sdg__item__content {
    padding: 0;
    margin-top: 2em;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .entry-content .impact-sdg__item__image {
    width: 100%;
    height: auto;
  }
  .entry-content .impact-sdg__item__content {
    width: 100%;
  }
  .entry-content .impact-sdg__item--right .impact-sdg__item__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .entry-content .impact-sdg__item--right .impact-sdg__item__content {
    padding-right: 0;
  }
}
.entry-content > .intro-text .intro-text__wrapper {
  width: 1088px;
  margin-left: auto;
  margin-right: auto;
}
.entry-content .intro-text__content {
  font-size: 24px;
}
@media screen and (max-width: 1279px) {
  .entry-content > .intro-text .intro-text__wrapper {
    width: calc(100% - 180px);
    margin-left: auto;
    margin-right: auto;
  }
  .entry-content .intro-text__content {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .entry-content > .intro-text .intro-text__wrapper {
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
  }
  .entry-content .intro-text__content {
    font-size: 20px;
  }
}
.entry-content > .key-attributes .key-attributes__wrapper {
  width: 1088px;
  margin-left: auto;
  margin-right: auto;
}
.entry-content .key-attributes table {
  width: 100%;
}
.entry-content .key-attributes thead {
  text-align: left;
}
.entry-content .key-attributes thead tr {
  font-family: GilroyBold;
  border-bottom: 0.5px solid #A7A8AA;
}
.entry-content .key-attributes thead th {
  line-height: 1.4;
  padding: 0.4em 0.8em;
}
.entry-content .key-attributes thead th:first-child {
  padding-left: 0;
  width: 40%;
}
.entry-content .key-attributes tbody td {
  padding: 0.8em 0.8em;
  line-height: 1.4;
}
.entry-content .key-attributes tbody td:first-child {
  padding-left: 0;
}
.entry-content .key-attributes tbody tr {
  border-bottom: 0.5px solid #A7A8AA;
}
.entry-content .key-attributes__heading {
  margin-bottom: 1em;
}
@media screen and (max-width: 1279px) {
  .entry-content > .key-attributes .key-attributes__wrapper {
    width: calc(100% - 180px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .entry-content > .key-attributes .key-attributes__wrapper {
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
  }
  .entry-content .key-attributes__item {
    border-top: 1px solid #707070;
    padding: 1em 0;
  }
  .entry-content .key-attributes__item:last-child {
    border-bottom: 1px solid #707070;
  }
  .entry-content .key-attributes__item__col__heading {
    font-family: GilroyBold;
  }
  .entry-content .key-attributes__item__col + .key-attributes__item__col {
    margin-top: 1em;
  }
}
.entry-content .logo-slider__container {
  background: #F2F2F2;
  padding: 4em 0 90px;
}
.entry-content .logo-slider__container--small {
  padding: 2em 0;
}
.entry-content .logo-slider__heading {
  text-align: center;
}
.entry-content .logo-slider__heading + .slider__relative {
  margin-top: 4em;
}
.entry-content .logo-slider__relative {
  position: relative;
  width: 100%;
}
.entry-content .logo-slider__scroller {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.entry-content > .logo-slider .logo-slider__scroller {
  width: 1088px;
  margin-left: auto;
  margin-right: auto;
}
.entry-content .logo-slider__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.entry-content .logo-slider__relative--2 .logo-slider__items,
.entry-content .logo-slider__relative--3 .logo-slider__items,
.entry-content .logo-slider__relative--4 .logo-slider__items {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.entry-content .logo-slider__relative--2 .logo-slider__item__inner,
.entry-content .logo-slider__relative--3 .logo-slider__item__inner,
.entry-content .logo-slider__relative--4 .logo-slider__item__inner {
  padding-left: 0;
}
.entry-content .logo-slider__relative--2 .logo-slider__nav,
.entry-content .logo-slider__relative--3 .logo-slider__nav,
.entry-content .logo-slider__relative--4 .logo-slider__nav {
  display: none;
}
.entry-content .logo-slider__relative--2 .logo-slider__items {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.entry-content .logo-slider__item img {
  pointer-events: none;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.entry-content .logo-slider__item img.size90 {
  width: 90%;
}
.entry-content .logo-slider__item img.size80 {
  width: 80%;
}
.entry-content .logo-slider__item img.size70 {
  width: 70%;
}
.entry-content .logo-slider__item img.size60 {
  width: 60%;
}
.entry-content .logo-slider__item img.size50 {
  width: 50%;
}
.entry-content .logo-slider__item__inner {
  width: 280px;
  padding-left: 60px;
}
.entry-content .logo-slider__nav {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 0;
}
.entry-content .logo-slider__previous,
.entry-content .logo-slider__next {
  width: 16.53px;
  height: 33.07px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.entry-content .logo-slider__previous[aria-hidden=true],
.entry-content .logo-slider__next[aria-hidden=true] {
  display: none;
}
.entry-content .logo-slider__previous {
  left: calc(50% - 630px);
  background-image: url("../../img/svg/left-gray.svg");
}
.entry-content .logo-slider__previous:hover {
  background-image: url("../../img/svg/left-green.svg");
}
.entry-content .logo-slider__next {
  right: calc(50% - 630px);
  background-image: url("../../img/svg/right-gray.svg");
}
.entry-content .logo-slider__next:hover {
  background-image: url("../../img/svg/right-green.svg");
}
.entry-content .logo-slider__indicators[aria-hidden=true] {
  display: none;
}
@media screen and (max-width: 1279px) {
  .entry-content > .logo-slider .logo-slider__scroller {
    width: calc(100% - 180px);
    margin-left: auto;
    margin-right: auto;
  }
  .entry-content .logo-slider__previous {
    left: 40px;
  }
  .entry-content .logo-slider__next {
    right: 40px;
  }
  .entry-content .logo-slider__item__inner {
    width: 320px;
  }
  .entry-content .logo-slider__relative--2 .logo-slider__items,
  .entry-content .logo-slider__relative--3 .logo-slider__items,
  .entry-content .logo-slider__relative--4 .logo-slider__items {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .entry-content .logo-slider__relative--2 .logo-slider__item__inner,
  .entry-content .logo-slider__relative--3 .logo-slider__item__inner,
  .entry-content .logo-slider__relative--4 .logo-slider__item__inner {
    width: 320px;
    padding-left: 60px;
  }
  .entry-content .logo-slider__relative--2 .logo-slider__nav,
  .entry-content .logo-slider__relative--3 .logo-slider__nav,
  .entry-content .logo-slider__relative--4 .logo-slider__nav {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .entry-content > .logo-slider .logo-slider__scroller {
    width: calc(100vw - 150px);
  }
  .entry-content .logo-slider__item__inner {
    width: calc(100vw - 120px);
    padding-left: 60px;
  }
  .entry-content .logo-slider__previous {
    left: 15px;
  }
  .entry-content .logo-slider__next {
    right: 15px;
  }
  .entry-content .logo-slider__relative--2 .logo-slider__item__inner,
  .entry-content .logo-slider__relative--3 .logo-slider__item__inner,
  .entry-content .logo-slider__relative--4 .logo-slider__item__inner {
    width: calc(100vw - 120px);
    padding-left: 60px;
  }
  .entry-content .logo-slider__relative--2 .logo-slider__nav,
  .entry-content .logo-slider__relative--3 .logo-slider__nav,
  .entry-content .logo-slider__relative--4 .logo-slider__nav {
    display: block;
  }
}
.entry-content > .news-archive .news-archive__wrapper {
  width: 1088px;
  margin-left: auto;
  margin-right: auto;
}
.entry-content .news-archive__heading {
  text-align: center;
}
.entry-content .news-archive__latest + .news-archive__latest {
  margin-top: 2em;
}
.entry-content .news-archive__latest .news-render-list {
  display: -webkit-grid;
  display: grid;
  -webkit-grid-template-columns-: repeat(3, 1fr);
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  min-height: 200px;
}
.entry-content .news-archive__latest .news-render-list__item {
  background: #F3F8F9;
  padding: 2em;
  min-height: 0;
  border-bottom: 0;
}
.entry-content .news-archive__latest .news-render-list__item + .news-render-list__item {
  margin-top: 0;
}
.entry-content .news-archive__latest .news-render-list__item__title {
  font-size: 1.25em;
}
.entry-content .news-archive__expanders {
  margin-top: 2em;
}
.entry-content .news-archive__expanders__heading {
  margin-bottom: 1em;
}
.entry-content .news-archive__expander__content {
  margin-top: 1em;
  border-top: 1px solid #A7A8AA;
  padding-top: 1em;
}
.entry-content .news-archive__expander__content {
  padding-left: 10px;
}
.entry-content .news-archive__expanders .news-render-list__item {
  min-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.entry-content .news-archive__expanders .news-render-list__item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.entry-content .news-archive__expanders .news-render-list__item__date {
  width: 25%;
}
.entry-content .news-archive__expanders .news-render-list__item__title {
  width: 75%;
  padding-left: 20px;
}
@media screen and (max-width: 1279px) {
  .entry-content > .news-archive .news-archive__wrapper {
    width: calc(100% - 180px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .entry-content > .news-archive .news-archive__wrapper {
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
  }
  .entry-content .news-archive__latest .news-render-list {
    -webkit-grid-template-columns-: repeat(1, 1fr);
    grid-template-columns: repeat(1, 1fr);
  }
  .entry-content .news-archive__latest .news-render-list__item {
    width: 100%;
  }
  .entry-content .news-archive__latest .news-render-list__item__title {
    font-size: 16px;
  }
  .entry-content .news-archive__expanders .news-render-list__item__date {
    width: 100%;
  }
  .entry-content .news-archive__expanders .news-render-list__item__title {
    width: 100%;
    padding-left: 0;
  }
}
.entry-content > .newsmedia-archive .newsmedia-archive__wrapper {
  width: 1088px;
  margin-left: auto;
  margin-right: auto;
}
.entry-content .newsmedia-archive__heading {
  text-align: center;
}
.entry-content .newsmedia-archive__latest + .newsmedia-archive__latest {
  margin-top: 2em;
}
.entry-content .newsmedia-archive__latest .news-render-list {
  display: -webkit-grid;
  display: grid;
  -webkit-grid-template-columns-: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  min-height: 200px;
}
.entry-content .newsmedia-archive__latest .news-render-list__item {
  background: #F3F8F9;
  padding: 2em;
  min-height: 0;
  border-bottom: 0;
}
.entry-content .newsmedia-archive__latest .news-render-list__item + .news-render-list__item {
  margin-top: 0;
}
.entry-content .newsmedia-archive__latest .news-render-list__item__title {
  font-size: 1.25em;
}
.entry-content .newsmedia-archive__latest .news-render-list__item__image {
  min-height: 300px;
}
.entry-content .newsmedia-archive__latest .news-render-list__item__image img {
  width: 100%;
}
.entry-content .newsmedia-archive__latest .news-render-list__item__body {
  margin-top: 1em;
}
.entry-content .newsmedia-archive__expanders {
  margin-top: 2em;
}
.entry-content .newsmedia-archive__expanders__heading {
  margin-bottom: 1em;
}
.entry-content .newsmedia-archive__expander__content {
  margin-top: 1em;
  border-top: 1px solid #A7A8AA;
  padding-top: 1em;
}
.entry-content .newsmedia-archive__expander__content {
  padding-left: 10px;
}
.entry-content .newsmedia-archive__expanders .news-render-list__item {
  min-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.entry-content .newsmedia-archive__expanders .news-render-list__item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.entry-content .newsmedia-archive__expanders .news-render-list__item__date {
  width: 25%;
}
.entry-content .newsmedia-archive__expanders .news-render-list__item__body,
.entry-content .newsmedia-archive__expanders .news-render-list__item__title {
  width: 75%;
  padding-left: 20px;
  margin-left: auto;
}
@media screen and (max-width: 1279px) {
  .entry-content > .newsmedia-archive .newsmedia-archive__wrapper {
    width: calc(100% - 180px);
    margin-left: auto;
    margin-right: auto;
  }
  .entry-content .newsmedia-archive__latest .news-render-list__item__image {
    min-height: 150px;
  }
}
@media screen and (max-width: 767px) {
  .entry-content > .newsmedia-archive .newsmedia-archive__wrapper {
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
  }
  .entry-content .newsmedia-archive__latest .news-render-list {
    -webkit-grid-template-columns-: repeat(1, 1fr);
    grid-template-columns: repeat(1, 1fr);
  }
  .entry-content .newsmedia-archive__latest .news-render-list__item {
    width: 100%;
  }
  .entry-content .newsmedia-archive__latest .news-render-list__item__title {
    font-size: 16px;
  }
  .entry-content .newsmedia-archive__expanders .news-render-list__item__date {
    width: 100%;
  }
  .entry-content .newsmedia-archive__expanders .news-render-list__item__body,
  .entry-content .newsmedia-archive__expanders .news-render-list__item__title {
    width: 100%;
    padding-left: 0;
  }
}
.entry-content .news-list__action {
  margin-top: 2em;
}
@media screen and (max-width: 1279px) {
  .entry-content .news-list__heading {
    text-align: center;
  }
}
.entry-content .page-hero {
  position: relative;
  z-index: 2;
}
.entry-content .page-hero__container {
  width: 100%;
  height: 520px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.entry-content .page-hero__container:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+1,000000+100&0+40,0.3+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(0, 0, 0, 0)), color-stop(55%, rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.3) 55%, rgba(0, 0, 0, 0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  z-index: 0;
}
.entry-content .page-hero__container.style2 {
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.entry-content .page-hero__container.style2:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: #00677F;
  opacity: 0.9;
  z-index: 0;
}
.entry-content .page-hero__section {
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
}
.entry-content .page-hero__section a:hover {
  color: #fff;
  opacity: 0.75;
}
.entry-content .page-hero__title {
  width: 100%;
  position: relative;
  z-index: 1;
  position: absolute;
  top: auto;
  bottom: 120px;
}
.entry-content .page-hero__title h1 {
  font-size: 80px;
  font-family: GilroyRegular;
  line-height: 1;
  margin-bottom: 0;
  color: #fff;
}
.entry-content .page-hero__title.small h1 {
  padding-right: 5%;
}
.entry-content .page-hero__title.smallest h1 {
  padding-right: 5%;
  font-size: 60px;
}
.entry-content .page-hero__title__content {
  width: 1088px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1279px) {
  .entry-content .page-hero__container {
    height: 420px;
  }
  .entry-content .page-hero__title__content {
    width: calc(100% - 180px);
    margin-left: auto;
    margin-right: auto;
  }
  .entry-content .page-hero__title h1 {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  .entry-content .page-hero__title__content {
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }
  .entry-content .page-hero__title {
    top: auto;
    bottom: 30px;
  }
  .entry-content .page-hero__title h1 {
    font-size: 40px;
  }
  .entry-content .page-hero__title.small h1 {
    font-size: 28px;
  }
  .entry-content .page-hero__title.smallest h1 {
    padding-right: 5%;
    font-size: 28px;
  }
  .entry-content .page-hero__container.style2,
  .entry-content .page-hero__container {
    height: 250px;
  }
}
.entry-content > .portfolio-impacts .portfolio-impacts__wrapper {
  max-width: 1330px;
  margin: 0 auto;
}
.entry-content .portfolio-impacts__table {
  width: 100%;
  font-size: 14px;
  line-height: 1.2;
}
.entry-content .portfolio-impacts__table td, .entry-content .portfolio-impacts__table th {
  padding: 0.3em 0.5em;
  text-align: left;
  vertical-align: middle;
}
.entry-content .portfolio-impacts__table td.nopadding, .entry-content .portfolio-impacts__table th.nopadding {
  padding: 0;
}
.entry-content .portfolio-impacts__table td.largepadding, .entry-content .portfolio-impacts__table th.largepadding {
  padding: 1em;
}
.entry-content .portfolio-impacts__table thead th {
  background: #00677F;
  color: #fff;
  font-family: GilroyBold;
  vertical-align: middle;
}
.entry-content .portfolio-impacts__table thead th.white {
  background: #fff;
}
.entry-content .portfolio-impacts__table thead th.center {
  text-align: center;
}
.entry-content .portfolio-impacts__table thead th:last-child {
  border-right: 1px solid #cccecf;
}
.entry-content .portfolio-impacts__table thead tr:nth-child(2) th {
  border-top: 1px solid #cccecf;
}
.entry-content .portfolio-impacts__table tbody td {
  border: 1px solid #cccecf;
}
.entry-content .portfolio-impacts__table tbody tr:nth-child(odd) {
  background: #ebf0f2;
}
.entry-content .portfolio-impacts__table .sdgIndex {
  width: 45px;
  height: 45px;
  text-align: center;
  color: #fff;
  font-family: GilroyBold;
  font-size: 1.5em;
}
.entry-content .portfolio-impacts__table .sdgIndex[data-sdg="1"] {
  background: #e61a28;
}
.entry-content .portfolio-impacts__table .sdgIndex[data-sdg="2"] {
  background: #cb9425;
}
.entry-content .portfolio-impacts__table .sdgIndex[data-sdg="3"] {
  background: #298f3e;
}
.entry-content .portfolio-impacts__table .sdgIndex[data-sdg="4"] {
  background: #ba1d2d;
}
.entry-content .portfolio-impacts__table .sdgIndex[data-sdg="5"] {
  background: #ec3925;
}
.entry-content .portfolio-impacts__table .sdgIndex[data-sdg="6"] {
  background: #07a4d3;
}
.entry-content .portfolio-impacts__table .sdgIndex[data-sdg="7"] {
  background: #fdae13;
}
.entry-content .portfolio-impacts__table .sdgIndex[data-sdg="8"] {
  background: #841731;
}
.entry-content .portfolio-impacts__table .sdgIndex[data-sdg="9"] {
  background: #f16320;
}
.entry-content .portfolio-impacts__table .sdgIndex[data-sdg="10"] {
  background: #db1978;
}
.entry-content .portfolio-impacts__table .sdgIndex[data-sdg="11"] {
  background: #f89221;
}
.entry-content .portfolio-impacts__table .sdgIndex[data-sdg="12"] {
  background: #c68025;
}
.entry-content .portfolio-impacts__table .sdgIndex[data-sdg="13"] {
  background: #3f6c34;
}
.entry-content .portfolio-impacts__table .sdgIndex[data-sdg="14"] {
  background: #0472b3;
}
.entry-content .portfolio-impacts__table .sdgIndex[data-sdg="15"] {
  background: #38a440;
}
.entry-content .portfolio-impacts__table .sdgIndex[data-sdg="16"] {
  background: #004b7f;
}
.entry-content .portfolio-impacts__table .sdgIndex[data-sdg="17"] {
  background: #19305d;
}
.entry-content .portfolio-impacts__table .col1 {
  border-left: 1px solid #cccecf;
}
.entry-content .portfolio-impacts__table .col1,
.entry-content .portfolio-impacts__table .col2 {
  border-right: 1px solid #cccecf;
}
.entry-content .portfolio-impacts__table .col3 {
  width: 160px;
}
.entry-content .portfolio-impacts__table .footnote {
  font-size: 14px;
}
.entry-content .portfolio-impacts__table .dot {
  background: #00677F;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.entry-content .portfolio-impacts__legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2em;
}
.entry-content .portfolio-impacts__legend .sdg {
  width: 74px;
  height: 74px;
}
@media screen and (max-width: 1279px) {
  .entry-content > .portfolio-impacts .portfolio-impacts__wrapper {
    width: calc(100% - 180px);
    margin-left: auto;
    margin-right: auto;
  }
  .entry-content .portfolio-impacts__wrapper.is-too-big {
    overflow-x: auto;
    padding-top: 30px;
  }
  .entry-content .portfolio-impacts__wrapper.is-too-big:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: url("../../img/svg/grab.svg") no-repeat;
    background-size: auto;
    background-size: contain;
    display: block;
    z-index: 2;
    margin-top: -30px;
  }
  .entry-content .portfolio-impacts__table {
    width: 1366px;
  }
}
@media screen and (max-width: 767px) {
  .entry-content > .portfolio-impacts .portfolio-impacts__wrapper {
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
  }
}
.entry-content .portfolio-map__wrapper {
  padding-left: calc(50% - 544px);
}
.entry-content .portfolio-map__wrapper {
  height: 100%;
}
.entry-content .portfolio-map__hider {
  width: 100%;
  height: 584px;
  overflow: hidden;
}
.entry-content .portfolio-map__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  width: 100%;
}
.entry-content .portfolio-map__left {
  width: 246px;
  background: #4A773C;
  z-index: 1;
}
.entry-content .portfolio-map__right {
  width: calc(100% - 246px);
  z-index: 0;
  cursor: move;
}
.entry-content .portfolio-map__relative {
  position: relative;
  height: 100%;
}
.entry-content .portfolio-map__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  background: #267E92 url("../../img/svg/map.svg") no-repeat;
  background-size: 1200px;
  background-position: top left;
}
.entry-content .portfolio-map__markers {
  width: 1200px;
  height: 544px;
  position: relative;
}
.entry-content .portfolio-map__marker {
  position: absolute;
}
.entry-content .portfolio-map__marker.active, .entry-content .portfolio-map__marker:hover {
  z-index: 3;
}
.entry-content .portfolio-map__marker.active .portfolio-map__marker__label, .entry-content .portfolio-map__marker:hover .portfolio-map__marker__label {
  display: block;
}
.entry-content .portfolio-map__marker.active .portfolio-map__marker__dot, .entry-content .portfolio-map__marker:hover .portfolio-map__marker__dot {
  -webkit-transform: scale(2);
          transform: scale(2);
}
.entry-content .portfolio-map__marker__dot {
  position: absolute;
  width: 11px;
  height: 11px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: #6CC24A;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.entry-content .portfolio-map__marker__dot:before {
  content: "";
  width: 23px;
  height: 23px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}
.entry-content .portfolio-map__marker__label {
  color: #fff;
  margin-left: 23px;
  font-size: 14px;
  font-family: GilroyMedium;
  vertical-align: 0.5em;
}
.entry-content .minebrowser {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.entry-content .minebrowser__nav {
  padding: 0 20px;
  width: 100%;
  position: absolute;
  bottom: 20px;
}
.entry-content .minebrowser__pagination {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.entry-content .minebrowser__pagination__next,
.entry-content .minebrowser__pagination__previous {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
}
.entry-content .minebrowser__pagination__next:hover,
.entry-content .minebrowser__pagination__previous:hover {
  background: #fff;
  color: #4A773C;
  opacity: 1;
}
.entry-content .minebrowser__pagination__next[aria-disabled=true],
.entry-content .minebrowser__pagination__previous[aria-disabled=true] {
  opacity: 0.2;
  cursor: default;
  pointer-events: none;
}
.entry-content .minebrowser__container {
  width: 100%;
}
.entry-content .minebrowser__flexer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  height: 100%;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
supported by Chrome, Opera and Firefox */
}
.entry-content .minebrowser__item {
  height: 100%;
}
.entry-content .minebrowser__item[role=button] {
  cursor: move;
}
.entry-content .minebrowser__item__inner {
  width: 246px;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.entry-content .minebrowser__item__img {
  pointer-events: none;
  position: relative;
  height: 165px;
  overflow: hidden;
}
.entry-content .minebrowser__item__img img {
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  left: 0;
}
.entry-content .minebrowser__item__text {
  padding: 20px;
  color: #fff;
  line-height: 1.4;
  height: 260px;
  overflow: auto;
}
.entry-content .minebrowser__item__heading {
  font-family: GilroyBold;
  font-size: 20px;
  margin-bottom: 0.05em;
}
.entry-content .minebrowser__more {
  padding: 20px;
}
@media screen and (max-width: 1279px) {
  .entry-content .portfolio-map {
    display: none;
  }
}
.entry-content > .post-archive .post-archive__wrapper {
  width: 1088px;
  margin-left: auto;
  margin-right: auto;
}
.entry-content .post-archive__heading {
  text-align: center;
}
.entry-content .post-archive__latest + .post-archive__latest {
  margin-top: 2em;
}
.entry-content .post-archive__latest .post-render-list {
  display: -webkit-grid;
  display: grid;
  -webkit-grid-template-columns-: repeat(3, 1fr);
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  min-height: 200px;
}
.entry-content .post-archive__latest .post-render-list__item {
  background: #F3F8F9;
  padding: 2em;
  min-height: 0;
  border-bottom: 0;
}
.entry-content .post-archive__latest .post-render-list__item + .post-render-list__item {
  margin-top: 0;
}
.entry-content .post-archive__latest .post-render-list__item__title {
  font-size: 1.25em;
}
.entry-content .post-archive__expanders {
  margin-top: 2em;
}
.entry-content .post-archive__expanders__heading {
  margin-bottom: 1em;
}
.entry-content .post-archive__expander__content {
  margin-top: 1em;
  border-top: 1px solid #A7A8AA;
  padding-top: 1em;
}
.entry-content .post-archive__expander__content {
  padding-left: 10px;
}
.entry-content .post-archive__expanders .post-render-list__item {
  min-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.entry-content .post-archive__expanders .post-render-list__item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.entry-content .post-archive__expanders .post-render-list__item__date {
  width: 25%;
}
.entry-content .post-archive__expanders .post-render-list__item__title {
  width: 75%;
  padding-left: 20px;
}
.entry-content .has-graybg-background-color .post-archive__latest .post-render-list__item {
  background: #fff;
}
@media screen and (max-width: 1279px) {
  .entry-content > .post-archive .post-archive__wrapper {
    width: calc(100% - 180px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .entry-content > .post-archive .post-archive__wrapper {
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
  }
  .entry-content .post-archive__latest .post-render-list {
    -webkit-grid-template-columns-: repeat(1, 1fr);
    grid-template-columns: repeat(1, 1fr);
  }
  .entry-content .post-archive__latest .post-render-list__item {
    width: 100%;
  }
  .entry-content .post-archive__latest .post-render-list__item__title {
    font-size: 16px;
  }
  .entry-content .post-archive__expanders .post-render-list__item__date {
    width: 100%;
  }
  .entry-content .post-archive__expanders .post-render-list__item__title {
    width: 100%;
    padding-left: 0;
  }
}
.entry-content > .profile-list .profile-list__wrapper {
  width: 1088px;
  margin-left: auto;
  margin-right: auto;
}
.entry-content .profile-list__heading {
  font-family: GilroySemiBold;
  font-size: 30px;
  margin-bottom: 1em;
}
.entry-content .profile-list__container.image .profile-render-list {
  display: -webkit-grid;
  display: grid;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  -webkit-row-gap: 40px;
  row-gap: 40px;
  -webkit-grid-template-columns: repeat(5, 1fr);
  grid-template-columns: repeat(5, 1fr);
}
.entry-content .profile-list__container.noimage .profile-render-list {
  display: -webkit-grid;
  display: grid;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  -webkit-row-gap: 40px;
  row-gap: 40px;
  -webkit-grid-template-columns: repeat(4, 1fr);
  grid-template-columns: repeat(4, 1fr);
}
.entry-content .profile-list__container.noimage .profile {
  padding-bottom: 30px;
  border-bottom: 1px solid #707070;
}
.entry-content .profile-list__container.noimage .profile__photo {
  display: none;
}
.entry-content .profile-list__container.noimage .profile__title {
  display: none;
}
.entry-content .profile-list__container.noimage .profile__readmore {
  bottom: 10px;
}
.entry-content .profile-list .profile {
  padding-bottom: 30px;
  position: relative;
}
.entry-content .profile-list .profile__photo {
  width: 100%;
  padding-top: 105%;
  overflow: hidden;
  margin-bottom: 0.5em;
  position: relative;
}
.entry-content .profile-list .profile__photo a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
}
.entry-content .profile-list .profile__name {
  font-size: 18px;
}
.entry-content .profile-list .profile__title {
  font-size: 14px;
}
.entry-content .profile-list .profile__readmore {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  font-family: GilroyBold;
  color: #00677F;
}
.entry-content .profile-list .profile__readmore .plus {
  vertical-align: middle;
}
@media screen and (max-width: 1279px) {
  .entry-content > .profile-list .profile-list__wrapper {
    width: calc(100% - 180px);
    margin-left: auto;
    margin-right: auto;
  }
  .entry-content .profile-list .profile__name {
    font-size: 18px;
  }
  .entry-content .profile-list .profile__title {
    font-size: 14px;
  }
  .entry-content .profile-list__container.image .profile-render-list {
    -webkit-grid-template-columns: repeat(3, 1fr);
    grid-template-columns: repeat(3, 1fr);
  }
  .entry-content .profile-list__container.noimage .profile-render-list {
    -webkit-grid-template-columns: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .entry-content > .profile-list .profile-list__wrapper {
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
  }
  .entry-content .profile-list__container.image .profile-render-list {
    -webkit-grid-template-columns: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
  }
  .entry-content .profile-list__container.noimage .profile-render-list {
    -webkit-grid-template-columns: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
  }
}
.entry-content .has-background .project-filters__wrapper, .entry-content > .project-filters .project-filters__wrapper {
  width: 1088px;
  margin-left: auto;
  margin-right: auto;
}
.entry-content .project-filters__intro {
  font-size: 1.25em;
  margin-bottom: 1em;
}
.entry-content .project-filters__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.entry-content .project-filters__item {
  width: calc(33.33% - 10px);
}
.entry-content .project-filters__dropdown__heading {
  background: #F2F2F2;
  padding: 1em;
  font-family: GilroyMedium;
  font-size: 1.125em;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 1em;
}
.entry-content .project-filters__dropdown__content {
  padding: 0.3em 1em 2em;
  max-height: 250px;
  overflow: auto;
  margin-bottom: 1em;
}
.entry-content .project-filters__dropdown__content[aria-hidden=true] {
  display: none;
}
.entry-content .project-filters__dropdown__content .ui__checkbox + .ui__checkbox {
  margin-top: 1em;
}
.entry-content .project-filters__dropdown__heading[aria-expanded=false] .fa-minus {
  display: none;
}
.entry-content .project-filters__dropdown__heading[aria-expanded=true] .fa-plus {
  display: none;
}
.entry-content .project-filters__results {
  background: #00677F;
  padding: 1.5em;
  border-radius: 10px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.5;
}
.entry-content .project-filters__project {
  margin-right: 3em;
}
.entry-content .project-filters__project__link {
  font-family: GilroyBold;
  font-size: 1.5em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.entry-content .project-filters__project__link:hover {
  color: #6CC24A;
}
.entry-content .project-filters__project__link .fa {
  vertical-align: middle;
  margin-left: 0.3em;
}
@media screen and (max-width: 1279px) {
  .entry-content .has-background .project-filters__wrapper, .entry-content > .project-filters .project-filters__wrapper {
    width: calc(100% - 180px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .entry-content .has-background .project-filters__wrapper, .entry-content > .project-filters .project-filters__wrapper {
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
  }
  .entry-content .project-filters__project__link {
    font-size: 1.2em;
    line-height: 1.2;
  }
  .entry-content .project-filters__project__link .fa {
    position: absolute;
    right: 0;
    top: 0;
  }
  .entry-content .project-filters__intro {
    font-size: 16px;
  }
  .entry-content .project-filters__item {
    width: 100%;
  }
  .entry-content .project-filters__project {
    width: 100%;
    position: relative;
    margin-right: 0;
    padding-right: 30px;
  }
  .entry-content .project-filters__project + .project-filters__project {
    margin-top: 2em;
  }
}
.entry-content > .project-submission .project-submission__wrapper {
  width: 1088px;
  margin-left: auto;
  margin-right: auto;
}
.entry-content .project-submission {
  padding-bottom: 60px;
}
.entry-content .project-submission__form.processing {
  pointer-events: none;
  opacity: 0.4;
}
.entry-content .project-submission__intro {
  font-size: 1.4em;
  margin-bottom: 1.5em;
}
.entry-content .project-submission__group {
  display: -webkit-grid;
  display: grid;
  width: 100%;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  -webkit-row-gap: 40px;
  row-gap: 40px;
  -webkit-grid-template-columns: repeat(3, 1fr);
  grid-template-columns: repeat(3, 1fr);
}
.entry-content .project-submission__group textarea {
  height: 80px;
  resize: none;
}
.entry-content .project-submission__group input,
.entry-content .project-submission__group textarea,
.entry-content .project-submission__group .ui-selectmenu-button {
  width: 100%;
}
.entry-content .project-submission__group + .project-submission__group {
  margin-top: 60px;
}
.entry-content .project-submission__fieldset {
  padding-bottom: 50px;
  position: relative;
}
.entry-content .project-submission__fieldset textarea,
.entry-content .project-submission__fieldset input[type=text],
.entry-content .project-submission__fieldset input[type=email],
.entry-content .project-submission__fieldset .ui {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.entry-content .project-submission__fieldset .required {
  color: #4A773C;
  font-size: 1.4em;
  line-height: 0;
  vertical-align: -0.1em;
}
.entry-content .project-submission__fieldset .error {
  outline: 1px solid red;
}
.entry-content .project-submission__fieldset--textarea {
  padding-bottom: 90px;
}
.entry-content .project-submission__fieldset--file {
  padding-bottom: 0;
}
.entry-content .project-submission__group--2cols {
  -webkit-grid-template-columns: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);
}
.entry-content .project-submission__group--2cols.opened .ui {
  padding-bottom: 34px;
}
.entry-content .project-submission__other[aria-hidden=true] {
  display: none;
}
.entry-content .project-submission__note {
  font-family: GilroyRegular;
  display: block;
  margin-top: 0.2em;
  line-height: 1.2;
}
.entry-content .project-submission__submit {
  margin-top: 2em;
}
.entry-content .project-submission__message {
  margin: 1em 0;
  font-family: GilroyBold;
}
.entry-content .project-submission__message.error {
  color: #c70005;
}
.entry-content .project-submission__message[aria-hidden=true] {
  display: none;
}
.entry-content .project-submission__recaptcha {
  margin-top: 2em;
}
@media screen and (max-width: 1279px) {
  .entry-content > .project-submission .project-submission__wrapper {
    width: calc(100% - 180px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .entry-content > .project-submission .project-submission__wrapper {
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
  }
  .entry-content .requist-information__submit__btn {
    width: 100%;
  }
  .entry-content .project-submission__group {
    display: block;
  }
  .entry-content .project-submission__group + .project-submission__group {
    margin-top: 2em;
  }
  .entry-content .project-submission__fieldset {
    padding-bottom: 0;
  }
  .entry-content .project-submission__fieldset textarea,
  .entry-content .project-submission__fieldset input[type=text],
  .entry-content .project-submission__fieldset input[type=email],
  .entry-content .project-submission__fieldset .ui {
    position: relative;
    bottom: auto;
    width: 100%;
  }
  .entry-content .project-submission__fieldset + .project-submission__fieldset {
    margin-top: 2em;
  }
  .entry-content .project-submission__group--2cols.opened .ui {
    padding-bottom: 0;
  }
  .entry-content .project-submission__recaptcha {
    margin-top: 2em;
  }
}
.entry-content .has-background .projects-slider__wrapper, .entry-content > .projects-slider .projects-slider__wrapper {
  margin-left: calc(50% - 544px);
}
.entry-content .casebrowser {
  width: 100%;
  overflow: hidden;
  padding-bottom: 1em;
}
.entry-content .casebrowser__container {
  width: calc(50% + 544px);
  margin-left: calc(50% - 544px);
  height: 290px;
  cursor: move;
}
.entry-content .casebrowser__flexer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */
}
.entry-content .casebrowser__item {
  margin-right: 2em;
  height: 100%;
}
.entry-content .casebrowser__item[role=button] {
  cursor: move;
}
.entry-content .casebrowser__item__inner {
  width: 352px;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.entry-content .casebrowser__item__inner > a {
  display: block;
}
.entry-content .casebrowser__item__bg {
  height: 248px;
  background-position: top center;
  background-size: cover;
  position: relative;
}
.entry-content .casebrowser__item__text {
  font-family: GilroyMedium;
  margin-top: 0.5em;
  font-size: 1.125em;
}
.entry-content .casebrowser__item__bg::before {
  content: "Learn More";
  position: absolute;
  z-index: 0;
  display: block;
  background: rgba(42, 102, 124, 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: underline;
  font-family: GilroyBold;
  -webkit-text-underline-offset: 5px;
  text-underline-offset: 5px;
}
.entry-content a:hover .casebrowser__item__bg::before {
  opacity: 1;
}
.entry-content .casebrowser__item__link {
  position: absolute;
  bottom: 40px;
  right: 40px;
}
.entry-content .casebrowser__name {
  font-family: Montserrat-Medium;
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.2;
}
.entry-content .casebrowser__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: calc(50% - 544px);
  margin-top: 2em;
}
.entry-content .casebrowser__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.entry-content .casebrowser__pagination__next,
.entry-content .casebrowser__pagination__previous {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #53565A;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #53565A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
}
.entry-content .casebrowser__pagination__previous {
  margin-right: 1em;
}
.entry-content .casebrowser__pagination__next:hover,
.entry-content .casebrowser__pagination__previous:hover {
  background: #4A773C;
  color: #fff;
  opacity: 1;
}
.entry-content .casebrowser__pagination__next[aria-disabled=true],
.entry-content .casebrowser__pagination__previous[aria-disabled=true] {
  opacity: 0.2;
  cursor: default;
  pointer-events: none;
}
.entry-content .caseheading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.entry-content .caseheading__label {
  color: #246147;
  font-family: Eurostile;
  font-size: 32px;
  width: 50%;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.entry-content .caseheading__link {
  text-align: right;
  width: 50%;
  padding-right: 60px;
}
@media screen and (max-width: 1279px) {
  .entry-content .has-background .projects-slider__wrapper, .entry-content > .projects-slider .projects-slider__wrapper {
    margin-left: 90px;
  }
  .entry-content .casebrowser__container {
    width: calc(100% + 90px);
    margin-left: 90px;
  }
  .entry-content .casebrowser__nav {
    margin-right: 90px;
  }
}
@media screen and (max-width: 767px) {
  .entry-content .has-background .projects-slider__wrapper, .entry-content > .projects-slider .projects-slider__wrapper {
    margin-left: 30px;
  }
  .entry-content .casebrowser__container {
    width: calc(100% + 30px);
    margin-left: 30px;
  }
  .entry-content .casebrowser__nav {
    margin-right: 30px;
    margin-left: 30px;
    margin-top: 4em;
  }
  .entry-content .casebrowser__item__bg {
    height: 288px;
  }
  .entry-content .casebrowser__item__inner {
    width: 236px;
  }
  .entry-content .casebrowser__pagination {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .entry-content .casebrowser__pagination__next,
  .entry-content .casebrowser__pagination__previous {
    width: 45px;
    height: 45px;
  }
}
.entry-content > .quote-slider .quote-slider__wrapper {
  width: 1088px;
  margin-left: auto;
  margin-right: auto;
}
.entry-content .quote-slider__wrapper {
  position: relative;
  padding-top: 250px;
}
.entry-content .quote-slider__slider {
  position: relative;
}
.entry-content .quote-slider__drag {
  width: 100%;
  overflow: hidden;
}
.entry-content .quote-slider__flexer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.entry-content .quote-slider__inner {
  min-height: 688px;
  width: 100vw;
  position: relative;
}
.entry-content .quote-slider__bg {
  position: absolute;
  width: 100%;
  height: 397px;
  top: 0;
  left: 0;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.entry-content .quote-slider__content {
  background: #fff;
  padding: 40px 80px;
  position: relative;
  z-index: 1;
}
.entry-content .quote-slider__icon {
  width: 68.83px;
  height: 61.41px;
  display: inline-block;
  background: url("../../img/svg/quote-green.svg") no-repeat;
  background-size: contain;
  margin-bottom: 1em;
}
.entry-content .quote-slider__text {
  font-size: 2.25em;
}
.entry-content .quote-slider__byline {
  margin-top: 2em;
  font-size: 1.25em;
}
.entry-content .quote-slider__nav {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 0;
}
.entry-content .quote-slider__previous,
.entry-content .quote-slider__next {
  width: 16.53px;
  height: 33.07px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 440px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.entry-content .quote-slider__previous[aria-hidden=true],
.entry-content .quote-slider__next[aria-hidden=true] {
  display: none;
}
.entry-content .quote-slider__previous {
  left: calc(50% - 630px);
  background-image: url("../../img/svg/left-gray.svg");
}
.entry-content .quote-slider__previous:hover {
  background-image: url("../../img/svg/left-green.svg");
}
.entry-content .quote-slider__next {
  right: calc(50% - 630px);
  background-image: url("../../img/svg/right-gray.svg");
}
.entry-content .quote-slider__next:hover {
  background-image: url("../../img/svg/right-green.svg");
}
.entry-content .quote-slider__indicators {
  margin-top: 3em;
  width: 100%;
  text-align: center;
  padding-bottom: 1em;
}
.entry-content .quote-slider__indicators .slider-indicator {
  width: 50px;
  position: relative;
  display: inline-block;
  text-align: left;
}
.entry-content .quote-slider__indicators .slider-indicator:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #A7A8AA;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.entry-content .quote-slider__indicators .slider-indicator .slider-progress {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 0%;
  height: 1px;
  background: #00677F;
  z-index: -1;
  -webkit-transition: none;
  transition: none;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.entry-content .quote-slider__indicators .slider-indicator[aria-pressed=true]:before {
  background: #00677F;
}
.entry-content .quote-slider__indicators .slider-indicator[aria-pressed=true] .slider-progress {
  width: 100%;
  -webkit-transition-property: width;
  transition-property: width;
}
.entry-content .quote-slider__indicators .slider-play,
.entry-content .quote-slider__indicators .slider-pause {
  display: inline-block;
  width: 45px;
  height: 45px;
  border: 1px solid #53565A;
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
  color: #00677F;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.entry-content .quote-slider__indicators .slider-play:hover,
.entry-content .quote-slider__indicators .slider-pause:hover {
  color: #fff;
  background: #00677F;
}
.entry-content .quote-slider__indicators .slider-play {
  display: none;
  padding-left: 0.2em;
}
.entry-content .quote-slider__slider[data-playing=false] .slider-play {
  display: inline-block;
}
.entry-content .quote-slider__slider[data-playing=false] .slider-pause {
  display: none;
}
.entry-content .quote-slider__slider[data-playing=false] .slider-indicator[aria-pressed=true] .slider-progress {
  width: 0;
  -webkit-transition: none;
  transition: none;
}
@media screen and (max-width: 1279px) {
  .entry-content > .quote-slider .quote-slider__wrapper {
    width: calc(100% - 180px);
    margin-left: auto;
    margin-right: auto;
  }
  .entry-content .quote-slider__previous {
    left: 40px;
  }
  .entry-content .quote-slider__next {
    right: 40px;
  }
  .entry-content .quote-slider__icon {
    width: 58px;
    height: 51px;
  }
  .entry-content .quote-slider__text {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .entry-content > .quote-slider .quote-slider__wrapper {
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
  }
  .entry-content .quote-slider__content {
    padding: 30px 20px;
  }
  .entry-content .quote-slider__previous {
    left: 15px;
  }
  .entry-content .quote-slider__next {
    right: 15px;
  }
  .entry-content .quote-slider__icon {
    width: 42px;
    height: 37px;
    margin: 0 auto;
    margin-bottom: 1em;
    display: block;
  }
  .entry-content .quote-slider__text {
    font-size: 23px;
  }
  .entry-content .quote-slider__nav {
    top: auto;
    bottom: 0;
  }
  .entry-content .quote-slider__previous,
  .entry-content .quote-slider__next {
    top: auto;
    bottom: 0;
  }
  .entry-content .quote-slider__indicators .slider-indicator {
    width: 30px;
  }
}
.entry-content > .purchase-form .purchase-form__wrapper {
  width: 1088px;
  margin-left: auto;
  margin-right: auto;
}
.entry-content > .resource-list .resource-list__wrapper {
  width: 1088px;
  margin-left: auto;
  margin-right: auto;
}
.entry-content .resource-list__item {
  background: #F3F8F9;
  padding: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.entry-content .resource-list__item + .resource-list__item {
  margin-top: 1.5em;
}
.entry-content .resource-list__photo {
  width: 246px;
}
.entry-content .resource-list__photo img {
  width: 100%;
  margin: 0 auto;
  display: block;
}
.entry-content .resource-list__photo + .resource-list__content {
  width: calc(100% - 280px);
}
.entry-content .resource-list__content {
  width: 100%;
}
.entry-content .resource-list__heading {
  margin-bottom: 1em;
}
.entry-content .resource-list__link {
  margin-top: 1.5em;
}
@media screen and (max-width: 1279px) {
  .entry-content > .resource-list .resource-list__wrapper {
    width: calc(100% - 180px);
    margin-left: auto;
    margin-right: auto;
  }
  .entry-content .resource-list__photo + .resource-list__content {
    margin-top: 1em;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .entry-content > .resource-list .resource-list__wrapper {
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
  }
}
.entry-content > .request-information .request-information__wrapper {
  width: 1088px;
  margin-left: auto;
  margin-right: auto;
}
.entry-content .request-information__form.processing {
  pointer-events: none;
  opacity: 0.4;
}
.entry-content .request-information__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.entry-content .request-information__top .request-information__fieldset {
  width: calc(33% - 10px);
}
.entry-content .request-information__top .ui-button,
.entry-content .request-information__top input {
  width: 100%;
}
.entry-content .request-information__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2em;
}
.entry-content .request-information__bottom__left {
  width: 66.2%;
}
.entry-content .request-information__bottom__left textarea {
  width: 100%;
  height: 100px;
}
.entry-content .request-information__bottom__right {
  padding-left: 20px;
  width: 32%;
}
.entry-content .request-information__submit {
  margin-top: 2em;
}
.entry-content .request-information__message {
  margin: 1em 0;
  font-family: GilroyBold;
}
.entry-content .request-information__message.error {
  color: #c70005;
}
.entry-content .request-information__message[aria-hidden=true] {
  display: none;
}
@media screen and (max-width: 1279px) {
  .entry-content > .request-information .request-information__wrapper {
    width: calc(100% - 180px);
    margin-left: auto;
    margin-right: auto;
  }
  .entry-content .request-information__bottom__left {
    width: 100%;
    margin-bottom: 2em;
  }
  .entry-content .request-information__bottom__right {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .entry-content > .request-information .request-information__wrapper {
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
  }
  .entry-content .request-information__top .request-information__fieldset {
    width: 100%;
  }
  .entry-content .request-information__top .request-information__fieldset + .request-information__fieldset {
    margin-top: 1em;
  }
  .entry-content .requist-information__submit__btn {
    width: 100%;
  }
}
.entry-content > .shareholder-info .shareholder-info__wrapper {
  width: 1088px;
  margin-left: auto;
  margin-right: auto;
}
.entry-content .shareholder-info__heading {
  text-align: center;
}
.entry-content .shareholder-info__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.entry-content .shareholder-info__addresses {
  width: 45%;
  padding-right: 100px;
}
.entry-content .shareholder-info__expanders {
  width: 55%;
}
.entry-content .shareholder-info__address {
  background: #F3F8F9;
  padding: 2em;
}
.entry-content .shareholder-info__address__heading {
  margin-bottom: 0.5em;
}
.entry-content .shareholder-info__expander__content {
  margin-top: 2em;
  margin-bottom: 2em;
}
.entry-content .shareholder-info__expander__pdf {
  margin-top: 2em;
}
@media screen and (max-width: 1279px) {
  .entry-content > .shareholder-info .shareholder-info__wrapper {
    width: calc(100% - 180px);
    margin-left: auto;
    margin-right: auto;
  }
  .entry-content .shareholder-info__addresses {
    width: 100%;
    padding-right: 0;
    margin-bottom: 2em;
  }
  .entry-content .shareholder-info__expanders {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .entry-content > .shareholder-info .shareholder-info__wrapper {
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
  }
}
.entry-content .spacer--regular,
.entry-content .spacer {
  height: 90px;
}
.entry-content .spacer--small {
  height: 40px;
}
.entry-content .spacer--large {
  height: 130px;
}
.entry-content .spacer--extra_small {
  height: 5px;
}
.entry-content * + .spacer {
  margin-top: 0;
}
@media screen and (max-width: 1279px) {
  .entry-content .spacer--regular,
  .entry-content .spacer {
    height: 60px;
  }
  .entry-content .spacer--small {
    height: 30px;
  }
  .entry-content .spacer--large {
    height: 90px;
  }
}
.entry-content > .stock-info .stock-info__wrapper {
  width: 1088px;
  margin-left: auto;
  margin-right: auto;
}
.entry-content .stockquotedata {
  display: none;
}
.entry-content .stock-info__heading {
  text-align: center;
}
.entry-content .stock-info__tab__toggles {
  border-bottom: 1px solid #A7A8AA;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.entry-content .stock-info__tab__toggle {
  position: relative;
  padding: 1em;
  font-family: GilroyBold;
  border: 1px solid #A7A8AA;
  border-bottom: 0;
  border-radius: 10px 10 0 0;
  background: #F2F2F2;
  -webkit-transition: none;
  transition: none;
}
.entry-content .stock-info__tab__toggle[aria-selected=true] {
  background: #fff;
  margin-bottom: -1px;
}
.entry-content .stock-info__tab__toggle:hover:not([aria-selected=true]) {
  background: #00677F;
  color: #fff;
}
.entry-content .stock-info__tab__toggle + .stock-info__tab__toggle {
  border-left: 0;
}
.entry-content .stock-info__panel[aria-hidden=true] {
  display: none;
}
.entry-content .stock-info__ticker {
  font-family: GilroyBold;
  color: #00677F;
  margin: 1em 0;
}
.entry-content .stock-info__datetime {
  font-family: GilroyRegular;
  font-size: 0.875em;
  color: #53565A;
}
.entry-content .stock-info__table table {
  width: 100%;
}
.entry-content .stock-info__table td {
  width: 25%;
  padding: 0.5em;
}
.entry-content .stock-info__table td:nth-child(odd) {
  font-family: GilroyBold;
  text-align: left;
}
.entry-content .stock-info__table td:nth-child(even) {
  text-align: right;
}
.entry-content .stock-info__table tr:nth-child(odd) {
  background: #F2F2F2;
}
.entry-content .stock-info__table + .stock-info__chart {
  margin-top: 3em;
}
.entry-content .stock-info .qmod-chart-btns {
  margin-top: 0;
}
.entry-content .stock-info li + li {
  margin-top: 0;
}
.entry-content .stock-info .qtool .qmod-block-wrapper {
  background-color: transparent;
  text-align: left;
}
.entry-content .stock-info .qtool .qmod-heading.qmod-hbg {
  background-color: transparent;
  color: #506e94;
}
.entry-content .stock-info .qtool .inner-addon.right-addon {
  height: 29px;
}
.entry-content .stock-info .fa.fa-plus-circle, .entry-content .stock-info .fa.fa-ellipsis-v {
  color: #fff;
}
.entry-content .stock-info .qtool h2.qmod-heading.qmod-hbg, .entry-content .stock-info .qmod-legend-symbol {
  display: none !important;
}
.entry-content .stock-info .qtool .qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-legend > li.qmod-active {
  background-color: #0053a5;
}
.entry-content .stock-info .qtool .qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-legend > li {
  background-color: #CCC;
}
.entry-content .stock-info .qtool .qmod-dropdown-menu li > a.qmod-active {
  background-color: #0053a5;
  color: #fff;
}
.entry-content .stock-info .qmod-legend-list-item {
  height: 22px;
}
.entry-content .stock-info .qmod-legend > li:nth-of-type(n+7) {
  display: none !important;
}
.entry-content .stock-info .qmod-simplechart.qmod-ui-tool .qmod-chart-display .qmod-legend > li .qmod-btn, .entry-content .stock-info .qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-legend > li .qmod-btn {
  background: #00677F;
}
.entry-content .stock-info .qmod-simplechart.qmod-ui-tool .qmod-chart-display .qmod-legend > li.qmod-active .qmod-btn, .entry-content .stock-info .qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-legend > li.qmod-active .qmod-btn {
  background: #4A773C;
}
.entry-content .stock-info .qtool .qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-legend > li.qmod-active {
  background: #4A773C;
}
.entry-content .stock-info p, .entry-content .stock-info a {
  font-size: 14px;
}
.entry-content .stock-info .qmod-simplechart.qmod-ui-tool .qmod-chart-js {
  margin: 0;
}
@media screen and (max-width: 1279px) {
  .entry-content > .stock-info .stock-info__wrapper {
    width: calc(100% - 180px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .entry-content > .stock-info .stock-info__wrapper {
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
  }
}
.entry-content > .storefront-slider .storefront-slider__scroller {
  width: 1088px;
  margin-left: auto;
  margin-right: auto;
}
.entry-content .storefront-slider__relative {
  position: relative;
  width: 100%;
}
.entry-content .storefront-slider__scroller {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-bottom: 20px;
}
.entry-content .storefront-slider__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently */
}
.entry-content .storefront-slider__item:hover .storefront-slider__bg__box, .entry-content .storefront-slider__item[aria-expanded=true] .storefront-slider__bg__box {
  opacity: 0;
}
.entry-content .storefront-slider__item:hover .storefront-slider__item__inner, .entry-content .storefront-slider__item[aria-expanded=true] .storefront-slider__item__inner {
  background: #00677F;
  color: #fff;
}
.entry-content .storefront-slider__item:hover .storefront-slider__item__inner::before, .entry-content .storefront-slider__item[aria-expanded=true] .storefront-slider__item__inner::before {
  opacity: 1;
}
.entry-content .storefront-slider__item:first-child .storefront-slider__item__inner {
  margin-left: 0;
}
.entry-content .storefront-slider__item__inner {
  background: #F2F2F2;
  width: 255px;
  margin-left: 20px;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.entry-content .storefront-slider__item__inner::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #00677F;
  left: 50%;
  bottom: -20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.entry-content .storefront-slider__items--2 .storefront-slider__item__inner {
  width: 533px;
}
.entry-content .storefront-slider__items--2 .storefront-slider__padding {
  padding: 40px;
}
.entry-content .storefront-slider__items--3 .storefront-slider__item__inner {
  width: 348px;
}
.entry-content .storefront-slider__items--3 .storefront-slider__padding {
  padding: 40px;
}
.entry-content .storefront-slider__padding {
  padding: 20px;
}
.entry-content .storefront-slider__nav {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 0;
}
.entry-content .storefront-slider__previous,
.entry-content .storefront-slider__next {
  width: 16.53px;
  height: 33.07px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.entry-content .storefront-slider__previous[aria-hidden=true],
.entry-content .storefront-slider__next[aria-hidden=true] {
  display: none;
}
.entry-content .storefront-slider__previous {
  left: calc(50% - 630px);
  background-image: url("../../img/svg/left-gray.svg");
}
.entry-content .storefront-slider__previous:hover {
  background-image: url("../../img/svg/left-green.svg");
}
.entry-content .storefront-slider__next {
  right: calc(50% - 630px);
  background-image: url("../../img/svg/right-gray.svg");
}
.entry-content .storefront-slider__next:hover {
  background-image: url("../../img/svg/right-green.svg");
}
.entry-content .storefront-slider__indicators[aria-hidden=true] {
  display: none;
}
.entry-content > .storefront-slider .storefront-slider__forms {
  width: 1088px;
  margin-left: auto;
  margin-right: auto;
}
.entry-content .storefront-slider__form {
  border: 2px solid #00677F;
  padding: 40px;
  margin-top: 20px;
}
.entry-content .storefront-slider__form[aria-hidden=true] {
  display: none;
}
.entry-content .storefront-slider__bg {
  position: relative;
  width: 100%;
  padding-top: 60%;
  background-repeat: no-repeat;
  background-size: cover;
}
.entry-content .storefront-slider__bg__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.entry-content .storefront-slider__bg__icon {
  display: block;
  width: 28px;
  height: 30px;
  background: url("../../img/svg/buy-credit.svg") no-repeat;
  background-size: contain;
  background-position: center top;
}
.entry-content .storefront-slider__bg__label {
  font-size: 16px;
  font-family: GilroyBold;
  margin-top: 1em;
}
.entry-content .storefront-slider__title {
  font-family: GilroyBold;
  margin-top: 1em;
  line-height: 1.2;
}
.entry-content .storefront-slider__text div + p {
  margin-top: 1em;
}
.entry-content .storefront-slider__text p {
  font-size: 14px;
}
.entry-content .storefront-slider__form[aria-hidden=true] {
  display: none;
}
.entry-content .storefront-slider__form__intro__project {
  font-size: 40px;
  font-family: GilroyMedium;
  color: #00677F;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 1.2;
}
.entry-content .storefront-slider__form__intro__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 20px;
}
.entry-content .storefront-slider__form__intro__title {
  font-family: GilroySemiBold;
  font-size: 30px;
  width: 28.57%;
}
.entry-content .storefront-slider__form__intro__heading {
  color: #00677F;
  font-size: 20px;
  font-family: GilroyBold;
}
.entry-content .storefront-slider__form__intro__heading .small {
  font-size: 0.7em;
}
.entry-content .storefront-slider__form__intro__subheading {
  font-size: 20px;
  font-family: GilroyBold;
  margin-bottom: 10px;
}
.entry-content .storefront-slider__form__radioboxes[aria-hidden=true] {
  display: none;
}
.entry-content .storefront-slider__form__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 57%;
}
.entry-content .storefront-slider__form__top .storefront-slider__form__radioboxes {
  width: calc(50% - 10px);
  margin-right: 10px;
}
.entry-content .storefront-slider__form__top .ui__radiogroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.entry-content .storefront-slider__form__top .ui__radiogroup > div {
  width: 50%;
}
.entry-content .storefront-slider__form__top .ui__radiogroup label {
  width: 100%;
}
.entry-content .storefront-slider__form__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-top: 20px;
}
.entry-content .storefront-slider__form__bottom .storefront-slider__form__radioboxes {
  width: 85.7%;
}
.entry-content .storefront-slider__form__bottom .ui__radiogroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.entry-content .storefront-slider__form__bottom .ui__radiogroup > div {
  width: calc(16.64% - 10px);
  margin-right: 10px;
}
.entry-content .storefront-slider__form__bottom .ui__radiogroup label {
  width: 100%;
  font-size: 20px;
}
.entry-content .storefront-slider__form__actions {
  width: 14.3%;
}
.entry-content .storefront-slider__link {
  background: #00677F;
  color: #fff;
  width: 100%;
  height: 100%;
  font-family: GilroyBold;
  font-size: 14px;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.entry-content .storefront-slider__link:hover {
  background: #6CC24A;
  color: #fff;
}
.entry-content .storefront-slider__link[aria-disabled=true] {
  opacity: 0.5;
  pointer-events: none;
}
.entry-content .storefront-slider__form__custom {
  width: 100%;
}
.entry-content .storefront-slider__form__customradio {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.entry-content .storefront-slider__form__customradio .custom-input {
  display: block;
  position: relative;
  width: 100%;
  display: none;
}
.entry-content .storefront-slider__form__customradio .custom-input--left .custom-input__field {
  padding-right: 0;
  padding-left: 1em;
}
.entry-content .storefront-slider__form__customradio .custom-input--left .custom-input__unit {
  position: absolute;
  right: auto;
  left: 0;
}
.entry-content .storefront-slider__form__customradio .custom-input__field {
  border: 0;
  width: 100%;
  padding-right: 1em;
  font-size: 20px;
  font-family: GilroyBold;
  text-align: center;
}
.entry-content .storefront-slider__form__customradio .custom-input__unit {
  position: absolute;
  right: 0;
}
.entry-content .storefront-slider__form__customradio.ui-checkboxradio-checked .custom-label {
  display: none;
}
.entry-content .storefront-slider__form__customradio.ui-checkboxradio-checked .custom-input {
  display: block;
}
.entry-content .storefront-slider__form__footnote {
  margin-top: 1.5em;
}
.entry-content .storefront-slider__form__footnote.empty {
  margin-top: 0;
}
.entry-content .storefront-slider__form__agreement {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1em;
}
.entry-content .storefront-slider__form__agreement input {
  accent-color: #00677F;
  font-size: 1em;
  width: 1.5em;
  height: 1.5em;
  margin-right: 1em;
}
@media screen and (max-width: 1279px) {
  .entry-content > .storefront-slider .storefront-slider__scroller {
    width: calc(100% - 180px);
    margin-left: auto;
    margin-right: auto;
  }
  .entry-content > .storefront-slider .storefront-slider__forms {
    width: calc(100% - 180px);
    margin-left: auto;
    margin-right: auto;
  }
  .entry-content .storefront-slider__previous {
    left: 40px;
  }
  .entry-content .storefront-slider__next {
    right: 40px;
  }
  .entry-content .storefront-slider__item__inner {
    width: 282px;
  }
  .entry-content .storefront-slider__items--3 .storefront-slider__item__inner,
  .entry-content .storefront-slider__items--2 .storefront-slider__item__inner {
    width: 282px;
  }
  .entry-content .storefront-slider__items--3 .storefront-slider__padding,
  .entry-content .storefront-slider__items--2 .storefront-slider__padding {
    padding: 20px;
  }
  .entry-content .storefront-slider__form__intro__project {
    font-size: 30px;
  }
  .entry-content .storefront-slider__form__intro__title {
    font-size: 25px;
    width: 42.86%;
  }
  .entry-content .storefront-slider__form__top {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .entry-content .storefront-slider__form__top .storefront-slider__form__radioboxes {
    margin-right: 0;
  }
  .entry-content .storefront-slider__form__bottom .ui__radiogroup label {
    font-size: 14px;
  }
  .entry-content .storefront-slider__form__customradio .custom-label {
    font-size: 0.7em;
  }
  .entry-content .storefront-slider__form__customradio .custom-input__field {
    font-size: 14px;
  }
  .entry-content .storefront-slider__form__footnote {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .entry-content > .storefront-slider .storefront-slider__scroller {
    width: calc(100vw - 80px);
  }
  .entry-content > .storefront-slider .storefront-slider__forms {
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
  }
  .entry-content .storefront-slider__item__inner {
    width: calc(100vw - 82px);
    padding-left: 0px;
  }
  .entry-content .storefront-slider__items--3 .storefront-slider__item__inner,
  .entry-content .storefront-slider__items--2 .storefront-slider__item__inner {
    width: calc(100vw - 82px);
    padding-left: 0px;
  }
  .entry-content .storefront-slider__items--3 .storefront-slider__padding,
  .entry-content .storefront-slider__items--2 .storefront-slider__padding {
    padding: 20px;
  }
  .entry-content .storefront-slider__previous {
    left: 15px;
  }
  .entry-content .storefront-slider__next {
    right: 15px;
  }
  .entry-content .storefront-slider__form__intro__project {
    font-size: 30px;
  }
  .entry-content .storefront-slider__form__intro__title {
    font-size: 25px;
    width: 100%;
  }
  .entry-content .storefront-slider__form__intro__heading {
    font-size: 18px;
  }
  .entry-content .storefront-slider__form__intro__heading .small {
    display: block;
  }
  .entry-content .storefront-slider__form__top {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .entry-content .storefront-slider__form__top .storefront-slider__form__radioboxes {
    margin-right: 0;
    width: 100%;
  }
  .entry-content .storefront-slider__form__top .storefront-slider__form__radioboxes + .storefront-slider__form__radioboxes {
    margin-top: 10px;
  }
  .entry-content .storefront-slider__form__bottom .storefront-slider__form__radioboxes {
    width: 100%;
  }
  .entry-content .storefront-slider__form__bottom .ui__radiogroup {
    display: -webkit-grid;
    display: grid;
    -webkit-grid-template-columns-: repeat(3, 1fr);
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
  }
  .entry-content .storefront-slider__form__bottom .ui__radiogroup label {
    font-size: 14px;
  }
  .entry-content .storefront-slider__form__bottom .ui__radiogroup > div {
    width: auto;
    margin-right: 0;
  }
  .entry-content .storefront-slider__form__actions {
    width: 100%;
    margin-top: 30px;
  }
  .entry-content .storefront-slider__link {
    font-size: 20px;
    padding: 1em;
  }
  .entry-content .storefront-slider__form__customradio .custom-label {
    font-size: 0.7em;
  }
  .entry-content .storefront-slider__form__customradio .custom-input__field {
    font-size: 10px;
  }
}
.entry-content .subnav {
  position: sticky;
  top: 94px;
  z-index: 10;
  background: #fff;
}
.entry-content .subnav__container {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
}
.entry-content .subnav__slider {
  position: relative;
  width: 100%;
}
.entry-content .subnav__slider__drag {
  width: 100%;
  padding: 1em 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.entry-content .subnav__slider__drag:before, .entry-content .subnav__slider__drag:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 100%;
  z-index: 1;
  top: 0;
  pointer-events: none;
}
.entry-content .subnav__slider__drag:before {
  left: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#00ffffff", GradientType=1);
  /* IE6-9 */
}
.entry-content .subnav__slider__drag:after {
  right: -20px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ffffff", GradientType=1);
  /* IE6-9 */
}
.entry-content > .subnav .subnav__slider__drag {
  width: calc(1088px + 80px);
  margin-left: auto;
  margin-right: auto;
}
.entry-content .subnav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.entry-content .subnav__inner {
  padding-left: 60px;
  white-space: nowrap;
}
.entry-content .subnav__link {
  display: block;
  min-width: 60px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.entry-content .subnav__item:first-child .subnav__inner {
  padding-left: 0;
}
.entry-content .subnav__item:first-child .subnav__inner .subnav__link {
  padding-left: 0;
}
.entry-content .subnav__label {
  font-family: GilroyMedium;
  font-size: 0.875em;
  position: relative;
  display: inline-block;
}
.entry-content .current .subnav__label:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  background: #4A773C;
  bottom: -17px;
}
.entry-content .subnav__nav {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 0;
  display: none;
}
.entry-content .subnav__previous,
.entry-content .subnav__next {
  width: 6.38px;
  height: 12.76px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.entry-content .subnav__previous[aria-hidden=true],
.entry-content .subnav__next[aria-hidden=true] {
  display: none;
}
.entry-content .subnav__previous {
  left: calc(50% - 630px);
  background-image: url("../../img/svg/left-gray.svg");
}
.entry-content .subnav__previous:hover {
  background-image: url("../../img/svg/left-green.svg");
}
.entry-content .subnav__next {
  right: calc(50% - 630px);
  background-image: url("../../img/svg/right-gray.svg");
}
.entry-content .subnav__next:hover {
  background-image: url("../../img/svg/right-green.svg");
}
.entry-content .subnav__indicators[aria-hidden=true] {
  display: none;
}
.entry-content .subnav__slider[aria-hidden=true] {
  opacity: 0;
}
.entry-content .yesscroll .subnav__nav {
  display: block;
}
.entry-content .yesscroll .subnav__items {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.entry-content .subnav__share {
  position: absolute;
  right: calc(50% - 544px);
  z-index: 1;
  top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.entry-content .subnav__share__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.entry-content .subnav__share__heading {
  font-family: GilroyMedium;
  font-size: 12px;
}
.entry-content .subnav__share__item {
  margin-left: 0.3em;
}
.entry-content .subnav__share__item a {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #00677F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #00677F;
}
.entry-content .subnav__share__item a:hover {
  border-color: #6CC24A;
  background-color: #6CC24A;
  color: #fff;
}
.entry-content .subnav__wrap {
  width: 1088px;
  margin-left: auto;
  margin-right: auto;
}
.entry-content .subnav__wrap .current .subnav__label:before {
  bottom: -7px;
}
.entry-content .subnav__wrap__items {
  display: -webkit-grid;
  display: grid;
  -webkit-grid-template-columns-: repeat(5, 1fr);
  grid-template-columns: repeat(5, 1fr);
}
.entry-content .subnav__wrap__item__break {
  width: 100%;
  height: 1px;
}
.entry-content .subnav__wrap__item__inner {
  padding: 0.3em 0;
}
@media screen and (max-width: 1279px) {
  .entry-content > .subnav .subnav__slider__drag {
    width: calc(100% - 180px);
    margin-left: auto;
    margin-right: auto;
  }
  .entry-content .subnav {
    top: 91px;
    z-index: 30;
  }
  .entry-content .subnav__previous {
    left: 40px;
  }
  .entry-content .subnav__next {
    right: 40px;
  }
  .entry-content .subnav__container {
    display: none;
  }
  .entry-content .subnav__share {
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
    padding: 1em;
    right: 0px;
    top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #fff;
  }
  .entry-content .subnav__share__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .entry-content .subnav__share__item {
    margin-left: 0;
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .entry-content .subnav {
    top: 69px;
  }
  .entry-content .subnav__share {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    padding: 1em 30px;
  }
  .entry-content .subnav__share__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .entry-content .subnav__share__item {
    margin-top: 0;
    margin-left: 1em;
  }
}

@font-face {
  font-family: "GilroyLight";
  src: url("../fonts/a6096205-61ed-4c16-b76c-a56dd651ad33.woff2") format("woff2"), url("../fonts/18f98fc7-4ddd-4d5e-94c0-c9b74a2325bd.woff") format("woff");
}
@font-face {
  font-family: "GilroyRegular";
  src: url("../fonts/b261487c-2966-4089-8551-6555085406ad.woff2") format("woff2"), url("../fonts/bf190033-35ff-42cf-b90c-f5321a94a3df.woff") format("woff");
}
@font-face {
  font-family: "GilroyMedium";
  src: url("../fonts/94b9ba0e-1690-4966-8af8-7d8a1c22c221.woff2") format("woff2"), url("../fonts/fd4654af-3e2f-4601-bb81-d6b08f68d9f0.woff") format("woff");
}
@font-face {
  font-family: "GilroySemiBold";
  src: url("../fonts/65e59d21-d1cb-42cb-85de-10af9afd2b38.woff2") format("woff2"), url("../fonts/960a0830-33df-46c5-87bc-24fb52edfa4e.woff") format("woff");
}
@font-face {
  font-family: "GilroyBold";
  src: url("../fonts/e62d07e6-5c21-45b8-8427-79c95511907d.woff2") format("woff2"), url("../fonts/e667d70b-2326-4c62-8f38-200c31c3b08c.woff") format("woff");
}
@font-face {
  font-family: "GilroyExtraBold";
  src: url("../fonts/9aa3a833-f885-4df4-975c-c504bb6a7b67.woff2") format("woff2"), url("../fonts/824bd825-cb90-45d8-ac5e-3997fd8632ac.woff") format("woff");
}
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

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

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

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

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

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before, .fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

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

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

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

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

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

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

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

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

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

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

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

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

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

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

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

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

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

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

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

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

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

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

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

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before, .fa-users:before {
  content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de";
}

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

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

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

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

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before, .fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
  content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
}

.fa-won:before, .fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

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

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}

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

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before, .fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-genderless:before, .fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

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

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

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

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before, .fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

body {
  font-family: "GilroyRegular", sans-serif;
  font-size: 16px;
  line-height: 1;
  color: #515151;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  position: relative;
  overflow-y: scroll;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  background: #fff;
}

a,
a:visited {
  color: inherit;
  text-decoration: none;
}

a, [role=button] {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

a:hover {
  opacity: 1;
  color: #4A773C;
}

[role=button]:hover {
  opacity: 0.75;
}

a.nohovertrans:hover, .nohovertrans[role=button] {
  opacity: 1;
}

.wrapper {
  width: 1088px;
  margin-left: auto;
  margin-right: auto;
}

.entry-content {
  padding-top: 93px;
  min-height: 600px;
}
.entry-content > .post-password-form {
  width: 1088px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.home .entry-content {
  padding-top: 0;
}

/* btns */
.btn {
  display: inline-block;
  text-align: center;
  color: #00677F;
  font-family: GilroyBold;
  font-size: 16px;
  padding-bottom: 0.5em;
  position: relative;
}
.btn:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #00677F;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn--white {
  color: #fff;
}
.btn--white:before {
  background: #fff;
}

.btn--left:before {
  left: 0;
  -webkit-transform: none;
          transform: none;
}

a:hover .btn:before,
[role=button]:hover .btn:before {
  width: calc(100% + 30px);
}

a:hover .btn--left:before,
[role=button]:hover .btn--left:before {
  width: calc(100% + 30px);
}

.pdfbutton {
  font-size: 1.25em;
  font-family: GilroyBold;
  color: #00677F;
  padding-left: 1.2em;
  position: relative;
  display: inline-block;
}
.pdfbutton:before {
  content: "\f1c1";
  display: inline-block;
  margin-right: 0.3em;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 0;
}

.pdffilesize {
  font-family: GilroyRegular;
  color: #53565A;
  font-size: 18px;
}

a:hover .pdfbutton {
  color: #4A773C;
}
a:hover .pdffilesize {
  color: #53565A;
}

.arrowbtn {
  font-size: 1.25em;
  font-family: GilroyBold;
  color: #00677F;
  width: 100%;
  display: block;
  padding-right: 40px;
  position: relative;
}
.arrowbtn:after {
  position: absolute;
  right: 0;
  content: "\f178";
  display: inline-block;
  margin-right: 0.3em;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a:hover .arrowbtn {
  color: #4A773C;
}

/* end btns */
/* search */
.searchpage {
  margin-top: 3em;
  margin-bottom: 3em;
}

.searchpage__item a h4 {
  color: #00677F;
  font-size: 16px;
}
.searchpage__item a h4 + p {
  margin-top: 0;
}
.searchpage__item p + p {
  margin-top: 0;
}
.searchpage__item + .searchpage__item {
  margin-top: 2em;
}

.pagination .page-numbers {
  display: inline-block;
  padding: 1em;
  font-family: GilroyBold;
}
.pagination a.page-numbers {
  color: #00677F;
}

/* end search page */
/* cookie notice */
.cookie-notice {
  position: fixed;
  background: #fff;
  width: 100%;
  padding: 1.2em 4em;
  padding-right: 200px;
  border-top: 1px solid #00677F;
  bottom: 0;
  z-index: 100;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.cookie-notice a {
  color: #00677F;
  font-family: GilroyBold;
}
.cookie-notice a:hover {
  opacity: 1;
  color: #4A773C;
}
.cookie-notice[aria-hidden=true] {
  opacity: 0;
  pointer-events: none;
}

.cookie-notice__btn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 1.5em 4em;
  height: 100%;
  background: #00677F;
  border: 1px solid #00677F;
  font-size: 0.875em;
  font-family: GilroyBold;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cookie-notice__btn:hover {
  background: #4A773C;
  color: #fff;
  opacity: 1;
}

/* end cookie notice */
.replacecontent {
  background: pink;
}
.replacecontent p {
  background: pink;
}
.replacecontent .cta-page__text {
  background: pink;
}

.showMobile,
.showTablet {
  display: none;
}

.hide {
  display: none;
}

.portfolio-impacts {
  display: none;
}

.form label {
  font-family: GilroyBold;
  display: block;
  margin-bottom: 0.3em;
}
.form input[type=email], .form input[type=text] {
  padding: 1em;
  background: #fff;
  border: 1px solid #E6E6E6;
  font-size: 0.875em;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #53565A;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form textarea {
  padding: 1em;
  background: #fff;
  border: 1px solid #E6E6E6;
  font-size: 0.875em;
  font-family: inherit;
}
.form input,
.form button {
  font-family: inherit;
}
.form input[type=submit],
.form button[type=submit] {
  padding: 1.5em 4em;
  background: #00677F;
  border: 1px solid #00677F;
  font-size: 0.875em;
  font-family: GilroyBold;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.form input[type=submit]:hover,
.form button[type=submit]:hover {
  background: #6CC24A;
  border-color: #6CC24A;
}

.formfilter__actions {
  background: #00677F;
  padding: 1.5em;
  border-radius: 10px;
  color: #fff;
}

.formfilter__action {
  font-family: GilroyBold;
  font-size: 1.5em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.formfilter__action:hover {
  color: #6CC24A;
}
.formfilter__action .fa {
  vertical-align: middle;
  margin-left: 0.3em;
}

.ui {
  line-height: 1.2;
}

.ui-icon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ui-icon:hover {
  opacity: 0.85;
}

.ui__checkbox {
  width: 100%;
}
.ui__checkbox .ui-state-focus .ui-checkboxradio-icon {
  border-width: 3px;
}

.ui__checkbox label {
  text-align: left;
  font-size: 1.125em;
  padding-left: 30px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: GilroyMedium;
}

.ui__checkbox label:hover {
  opacity: 0.65;
}

.ui__checkbox .ui-checkboxradio-icon {
  top: 0;
  left: 0;
  position: absolute;
  border: 1px solid #707070;
  background: transparent;
  font-size: 1em;
  color: #00677F;
  height: 23px;
  width: 23px;
  line-height: 1em;
}

.ui__checkbox--white .ui-checkboxradio-icon {
  border-color: #fff;
  color: #fff;
}

.ui__radiogroup {
  font-size: 14px;
}
.ui__radiogroup legend {
  text-transform: uppercase;
  margin-bottom: 5px;
}
.ui__radiogroup label {
  background: #F2F2F2;
  padding: 0.5em 1.5em;
  border: 6px solid #F2F2F2;
  text-align: center;
  font-family: GilroyBold;
}
.ui__radiogroup label.ui-checkboxradio-checked {
  background: #fff;
  border-color: #00677F;
}
.ui__radiogroup .ui-checkboxradio-icon {
  margin-right: 5px;
}
.ui__radiogroup .ui-checkboxradio-icon {
  display: none;
}
.ui__radiogroup .ui-checkboxradio-icon-space {
  display: none;
}

.ui__field {
  font-size: 13px;
  margin-bottom: 10px;
}

.ui__field textarea,
.ui__field input,
.ui__field label {
  display: block;
  width: 100%;
}

.ui__field label {
  margin-bottom: 5px;
  text-transform: uppercase;
}

.ui__field input,
.ui__field textarea {
  padding: 4px;
  border: 1px solid #707070;
}

.ui__field .ui-selectmenu-button {
  display: block;
  width: 100%;
  padding: 0.5em;
  border: 1px solid #707070;
}

.ui-selectmenu-menu .ui-menu-item {
  font-size: 0.875em;
}

.ui-selectmenu-button-open .ui-selectmenu-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: v(-5px);
}

.ui-datepicker {
  background: #fff;
  color: #000;
  border: 1px solid #707070;
  border-radius: 3px;
}

.ui-datepicker td {
  padding: 2px;
}

.ui-datepicker td a {
  background: #f6f6f6;
  border: 1px solid #c6c6c6;
  color: #000;
}

.ui-datepicker td a:hover {
  background: #64ccc9;
  border-color: #64ccc9;
}

.ui-datepicker-header {
  background: #e9e9e9;
  border: 1px solid #d8d8d8;
}

.ui-datepicker .ui-state-highlight {
  background: #c0c0c0;
  color: #000;
  border-color: #c0c0c0;
}

.ui-icon-check::before {
  content: "\f00c";
  font-family: inherit;
}

.ui-icon-triangle-1-s::before {
  content: "\f078";
}

.ui-icon-circle-triangle-w::before,
.ui-icon-circle-triangle-e::before {
  content: "\f0da";
  position: absolute;
  text-indent: 0;
  left: 0;
}

.ui-icon-circle-triangle-w::before {
  content: "\f0d9";
}

.ui__note {
  margin-top: 5px;
}

.ui-selectmenu-button {
  padding: 0.9em;
  background: #fff;
  border: 1px solid #E6E6E6;
  font-size: 0.875em;
}

.ui-selectmenu-menu .ui-menu {
  padding: 1em;
  border: 1px solid #E6E6E6;
}

.ui-selectmenu-text {
  font-family: GilroyBold;
}

.ui-front {
  z-index: 10;
}

.expander {
  padding: 1em 0;
  border-top: 1px solid #A7A8AA;
}
.expander:last-child {
  border-bottom: 1px solid #A7A8AA;
}

.expander--white {
  color: #fff;
  border-top-color: #fff;
}
.expander--white:last-child {
  border-bottom-color: #fff;
}
.expander--white .expander__toggle .fa {
  color: #fff;
}

.expander__toggle {
  width: 100%;
  display: block;
  position: relative;
  font-family: GilroySemiBold;
  font-size: 30px;
  padding-right: 2em;
}
.expander__toggle[aria-expanded=false] .fa-minus {
  display: none;
}
.expander__toggle[aria-expanded=true] .fa-plus {
  display: none;
}
.expander__toggle .fa {
  position: absolute;
  right: 0;
  color: #00677F;
  top: 0;
}

.expander__content[aria-hidden=true] {
  display: none;
}

.expander-group__toggle {
  font-family: GilroyBold;
  color: #00677F;
  text-align: right;
  margin-bottom: 0.3em;
  display: block;
}
.expander-group__toggle[aria-expanded=true] .fa-plus {
  display: none;
}
.expander-group__toggle[aria-expanded=false] .fa-minus {
  display: none;
}

.expander__toggle--smallest {
  font-size: 1em;
}

@media screen and (max-width: 1279px) {
  .expander__toggle {
    font-size: 24px;
  }
  .ui__radiogroup {
    font-size: 12px;
  }
  .ui__radiogroup legend {
    text-transform: uppercase;
    margin-bottom: 5px;
  }
  .ui__radiogroup label {
    padding: 0.5em 0.5em;
  }
  .expander__toggle--smallest {
    font-size: 1em;
  }
}
.hamburger[aria-hidden=true] {
  display: none;
}

.nav {
  position: fixed;
  width: 100%;
  z-index: 99;
  left: 0;
  top: 0;
}

.nav__secondary {
  background: rgb(255, 255, 255);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav__secondary__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.nav__secondary__item {
  margin-left: 3em;
  font-size: 12px;
  color: #00677F;
  font-family: GilroyBold;
  border-top: 5px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav__secondary__item:hover, .nav__secondary__item.current, .nav__secondary__item.active {
  border-top: 5px solid #4A773C;
}

.nav__secondary__link {
  display: inline-block;
  width: 100%;
  padding: 0.4em 0 0.7em;
}

.nav__hamburger[aria-hidden=true] {
  display: none;
}

.nav__primary {
  background: rgb(0, 103, 127);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav__primary__banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav__menu__items {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.nav__menu__item {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.nav__menu__item:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.nav__menu__item:hover, .nav__menu__item.current, .nav__menu__item.active {
  background: #4A773C;
}

.nav__menu__link {
  display: block;
  padding: 1.5em 2em;
}

.nav__menu__label {
  font-size: 14px;
  font-family: GilroyBold;
  color: #fff;
  text-transform: uppercase;
}

.nav__logo {
  width: 155px;
}
.nav__logo a:hover {
  opacity: 0.75;
}

.nav__logo__image {
  width: 100%;
}
.nav__logo__image img {
  width: 100%;
}

.nav__menu {
  margin-left: auto;
}

.nav__submenu {
  position: absolute;
  padding: 1em 1.4em;
  background: #F2F2F2;
  font-size: 14px;
}
.nav__submenu[aria-hidden=true] {
  display: none;
}

.nav__submenu__list {
  list-style: none;
  padding-left: 0;
}

.nav__submenu__item {
  color: #00677F;
  font-family: GilroyBold;
}
.nav__submenu__item.current {
  color: #4A773C;
}
.nav__submenu__item + .nav__submenu__item {
  margin-top: 0.5em;
}

.nav__seccondary__submenu {
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 1em 1.4em;
  background: #F2F2F2;
  font-size: 14px;
}
.nav__seccondary__submenu[aria-hidden=true] {
  display: none;
}

.nav__seccondary__submenu__list {
  list-style: none;
  padding-left: 0;
}

.nav__seccondary__submenu__item.current {
  color: #4A773C;
}
.nav__seccondary__submenu__item + .nav__seccondary__submenu__item {
  margin-top: 0.5em;
}

.searchmenu__icon {
  padding: 0.4em 0 0.7em;
  display: inline-block;
}

.searcher {
  position: fixed;
  z-index: 99;
  left: 0;
  background: #00576C;
  top: 94px;
  padding: 20px 0;
  width: 100%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.searcher[aria-hidden=true] {
  display: none;
}

.searcher__submit {
  border: 0;
  background: 0;
  padding: 0;
  color: #fff;
  font-size: 20px;
  margin-right: 1em;
  cursor: pointer;
}

.searcher__close {
  width: 11px;
  height: 11px;
  background: url("../../img/icon/close_x.png") no-repeat;
  background-size: contain;
  margin-left: auto;
}

.searcher__bar {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

input[type=text].searcher__q {
  font-size: 20px;
  text-transform: uppercase;
  padding: 0.2em;
  background: none;
  width: 800px;
  border: 0;
  color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
input[type=text].searcher__q::-webkit-input-placeholder {
  color: #fff;
}
input[type=text].searcher__q::-moz-placeholder {
  color: #fff;
}
input[type=text].searcher__q:-ms-input-placeholder {
  color: #fff;
}
input[type=text].searcher__q::-ms-input-placeholder {
  color: #fff;
}
input[type=text].searcher__q::placeholder {
  color: #fff;
}

.searcher-open .nav__secondary__item--search {
  border-top: 5px solid #4A773C;
}

.home:not(.scrolled) .nav__secondary {
  background-color: rgba(255, 255, 255, 0.9);
}
.home:not(.scrolled) .nav__primary {
  background-color: rgba(0, 103, 127, 0.8);
}

.nav__stocktickers {
  color: #fff;
  font-size: 0.75em;
  font-family: GilroySemiBold;
  line-height: 1.2;
}

.nav__stocktickers__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav__stocktickers__item {
  margin-left: 2em;
}

.stockquotedata {
  display: none;
}

.nav__mobile__logo[aria-hidden=true] {
  display: none;
}

.nav__mobile__expander[aria-hidden=true] {
  display: none;
}

.footer {
  background: #00677F;
  color: #fff;
  position: relative;
  z-index: 3;
}
.footer hr {
  background: rgba(255, 255, 255, 0.5);
  height: 1px;
  border: none;
  width: 100%;
}

.footer__top {
  padding: 3em 0;
}

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

.footer__contact {
  width: 50%;
  padding-right: 50px;
}

.footer__subscribe {
  width: 50%;
}

.footer__subscribe__heading,
.footer__contact__heading {
  font-family: GilroySemiBold;
  font-size: 1.875em;
  margin-bottom: 1em;
}

.footer__contact__actions {
  margin-top: 2em;
}

.footer__contact__address {
  line-height: 1.4;
  font-size: 0.875em;
}

.footer__contact__action + .footer__contact__action {
  margin-top: 0.6em;
}

.footer__contact__action__heading {
  font-family: GilroySemiBold;
  font-size: 1.875em;
  margin-bottom: 1em;
  margin-top: 1em;
}

.footer__contact__action__list {
  list-style: none;
}
.footer__contact__action__list li {
  display: inline-block;
}
.footer__contact__action__list li + li {
  margin-left: 2em;
}

.footer__subscribe__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__subscribe__flex[aria-hidden=true] {
  display: none;
}

.footer__subscribe__form.processing {
  opacity: 0.5;
  pointer-events: none;
}

.footer__subscribe__email {
  padding: 1em;
  background: #fff;
  border: 1px solid #fff;
  font-size: 0.875em;
  width: 72%;
}

.footer__subscribe__submit {
  padding: 1em 1em;
  font-size: 0.875em;
  background: none;
  border: 2px solid #fff;
  color: #fff;
  width: 27%;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer__subscribe__submit:hover {
  background: #6CC24A;
  border-color: #6CC24A;
}

.footer__subscribe__options {
  margin-top: 1em;
  text-align: left;
}
.footer__subscribe__options[aria-hidden=true] {
  display: none;
}

.footer__subscribe__option + .footer__subscribe__option {
  margin-top: 0.5em;
}

.footer__subscribe__instruction {
  margin-bottom: 1em;
}

.footer__subscribe__recaptcha {
  margin-top: 1em;
}

.footer__subscribe__error {
  margin-top: 1em;
  line-height: 1.4;
}
.footer__subscribe__error[aria-hidden=true] {
  display: none;
}

.footer__subscribe__success {
  margin-top: 1em;
  line-height: 1.4;
}
.footer__subscribe__success[aria-hidden=true] {
  display: none;
}

.footer__bottom {
  padding: 2em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0.75em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.footer__links {
  list-style: none;
  padding-left: 0;
  padding-right: 1em;
  margin-right: 1em;
  border-right: 1px solid #fff;
}
.footer__links a {
  text-transform: uppercase;
  font-family: GilroyBold;
  color: #fff;
}
.footer__links a:hover {
  opacity: 0.75;
}

.footer__link + .footer__link {
  margin-left: 1em;
}

.footer__bottom__right {
  margin-left: auto;
}

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

.footer__social {
  width: 46px;
  height: 46px;
  background: #00576C;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer__social + .footer__social {
  margin-left: 1em;
}
.footer__social:hover {
  background: #6CC24A;
}

/* overlay*/
body.overlay-on {
  position: absolute;
  overflow: hidden;
}

.overlay {
  position: fixed;
  bottom: 0;
  top: 0;
  width: 100%;
  z-index: 200;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  left: 0;
  height: 100vh;
  visibility: visible;
}

.overlay[aria-hidden=true] {
  z-index: -1;
  pointer-events: none;
  visibility: hidden;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.overlay__shadow {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
}

.overlay__close {
  position: fixed;
  top: 80px;
  right: calc(50% - 630px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
  outline: 0;
  z-index: 300;
  width: 48px;
  height: 48px;
  background: url("../../img/svg/overlay-close.svg") no-repeat;
  background-size: contain;
}

.overlay__close:focus {
  outline-color: #fff;
}

.overlay__close:hover {
  opacity: 0.75;
}

.overlay__content {
  position: relative;
  width: 100%;
  z-index: 1;
  padding-top: 50px;
}
.overlay__content .entry-content > .spacer:first-child {
  height: 0;
}

.overlay__inner {
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
  padding-top: 110px;
}

.overlay__width {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  background: #fff;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.34);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.34);
}

.overlay .entry-content {
  padding: 0;
  min-height: 0;
}

.overlay__iframe {
  width: 100%;
  height: 80vh;
}

.overlay__img {
  width: 100%;
  display: block;
}

.overlaycustom-image .overlay__content {
  padding-top: 0;
}
.overlaycustom-image .overlay__inner {
  padding-bottom: 100px;
}
.overlaycustom-image .overlay__downloadimage {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #fff;
  text-align: center;
  width: 100%;
  padding: 1em;
}

/* end overlay */
.eventpost__body {
  margin-top: 90px;
  background: #F3F8F9;
  padding: 3em;
  margin-bottom: 90px;
}

.eventpost .event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 0;
  border-bottom: none;
}
.eventpost .event__title {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: 30px;
  font-family: GilroySemiBold;
  color: #53565A;
  margin-bottom: 30px;
}
.eventpost .event__actions {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.eventpost .event__date {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-bottom: 15px;
  font-size: 14px;
}
.eventpost .event__location {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  margin-bottom: 15px;
  font-size: 14px;
}
.eventpost .event__description {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  margin: 0;
}
.eventpost .event__action + .event__action {
  margin-top: 0;
  margin-left: 3em;
}

.event {
  padding-bottom: 1em;
  border-bottom: 1px solid #A7A8AA;
  min-height: 88.4px;
}

.event__heading {
  margin-bottom: 2em;
}

.event__items {
  list-style: none;
  padding-left: 0;
}

.event__item {
  padding-bottom: 1em;
  border-bottom: 1px solid #A7A8AA;
}
.event__item + .event__item {
  margin-top: 1em;
}

.event__date {
  font-size: 0.875em;
  margin-bottom: 1em;
}

.event__title {
  font-family: GilroyBold;
  font-size: 20px;
  color: #00677F;
  line-height: 1.2;
}

.event__description {
  margin-top: 1em;
  margin-bottom: 2em;
}

.event__actions {
  color: #00677F;
}

.event__action {
  font-size: 14px;
  font-family: GilroyBold;
  display: block;
  line-height: 1;
  position: relative;
  padding-left: 30px;
}
.event__action:before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
}
.event__action + .event__action {
  margin-top: 1em;
}

.event__action--presentation:before {
  width: 19.54px;
  height: 18.79px;
  background-image: url("../../img/svg/presentation.svg");
}

.event__action--register:before {
  width: 21.26px;
  height: 21.15px;
  background-image: url("../../img/svg/register.svg");
}

.event__action--webcast:before {
  width: 16.05px;
  height: 22.61px;
  background-image: url("../../img/svg/webcast.svg");
}

.event__action--calendar:before {
  width: 19.54px;
  height: 18.79px;
  background-image: url("../../img/svg/calendar.svg");
}

.event__tag {
  font-family: GilroyBold;
  font-size: 0.75em;
  text-transform: uppercase;
  color: #fff;
  background: #4A773C;
  padding: 0.5em;
}

.event__tag--media {
  background: #8E2C48;
}

@media screen and (max-width: 767px) {
  .event__title {
    font-size: 16px;
  }
  .eventpost__body {
    padding: 1em;
  }
}
.news-render-list {
  list-style: none;
  padding-left: 0;
}

.news-render-list__item {
  padding-bottom: 1em;
  border-bottom: 1px solid #A7A8AA;
  min-height: 88.4px;
}
.news-render-list__item + .news-render-list__item {
  margin-top: 1em;
}

.news-render-list__item__date {
  font-size: 0.875em;
  margin-bottom: 0.5em;
}

.news-render-list__item__title {
  font-family: GilroyBold;
  line-height: 1.2;
  color: #00677F;
}

.news__hero {
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.news__hero:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: #00677F;
  opacity: 0.9;
  z-index: 0;
}
.news__hero .wrapper {
  position: relative;
  height: 100%;
}

.news__hero__breadcrumb {
  position: absolute;
  bottom: 90px;
  z-index: 1;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
}

.news__hero__breadcrumb__parent {
  font-size: 24px;
}
.news__hero__breadcrumb__parent a:hover {
  color: #fff;
  opacity: 0.75;
}

.news__hero__breadcrumb__current {
  font-size: 80px;
}

.news__heading {
  margin-top: 90px;
  margin-bottom: 2em;
}

.news__body {
  padding-bottom: 100px;
}

.news .news__heading h1 {
  font-size: 30px;
  font-family: GilroySemiBold;
  color: #53565A;
  text-transform: none;
}
.news .news__body h2 {
  font-size: 20px;
  font-family: GilroyBold;
  color: #53565A;
  text-transform: none;
}
.news .news__body h2 + p {
  margin-top: 1em;
}
.news .news__pdf .pdfbutton {
  font-size: 14px;
}

@media screen and (max-width: 1279px) {
  .news__hero__breadcrumb__current {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  .news__hero {
    height: 250px;
  }
  .news__hero__breadcrumb__current {
    font-size: 46px;
  }
}
.newsmediapost .news-render-list__item {
  width: 500px;
  background: #F3F8F9;
  padding: 2em;
  margin: 3em auto;
}
.newsmediapost .news-render-list__item__image img {
  width: 100%;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .newsmediapost .news-render-list__item {
    margin-top: 6em;
    width: 100%;
    max-width: 500px;
  }
}
.post-render-list {
  list-style: none;
  padding-left: 0;
}

.post-render-list__item {
  padding-bottom: 1em;
  border-bottom: 1px solid #A7A8AA;
  min-height: 88.4px;
}
.post-render-list__item + .post-render-list__item {
  margin-top: 1em;
}

.post-render-list__item__date {
  font-size: 0.875em;
  margin-bottom: 0.5em;
}

.post-render-list__item__title {
  font-family: GilroyBold;
  line-height: 1.2;
  color: #00677F;
}

.profilepost__body {
  margin-top: 40px;
  padding: 3em;
  margin-bottom: 90px;
}

.profile__photo {
  width: 260px;
}
.profile__photo img {
  width: 100%;
}

.profile__name {
  font-family: GilroySemiBold;
  font-size: 40px;
  color: #00677F;
  margin-bottom: 0.4em;
}

.profile__title {
  font-family: GilroyBold;
  font-size: 24px;
  line-height: 1.2;
}

.profile__description {
  margin-top: 2em;
}

.profilepost .profile:after {
  content: "";
  display: block;
  clear: both;
}
.profilepost .profile__photo {
  float: left;
}
.profilepost .profile__name,
.profilepost .profile__title,
.profilepost .profile__description {
  width: calc(100% - 300px);
  float: right;
}
.profilepost .profile--nophoto .profile__name,
.profilepost .profile--nophoto .profile__title,
.profilepost .profile--nophoto .profile__description {
  width: 100%;
  float: right;
}

.overlay__content .profilepost__body {
  margin-top: 0;
  padding-bottom: 100px;
}

@media screen and (max-width: 1279px) {
  .overlay__content .profilepost__body {
    margin-top: 0;
    padding: 0;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .profilepost .profile__name, .profilepost .profile__title, .profilepost .profile__description {
    width: 100%;
    float: none;
  }
  .profile__photo {
    margin-bottom: 1em;
  }
  .profilepost__body {
    padding: 2em 0;
  }
}
.cmsguide .toc-container > h1:not(.real) {
  padding-top: 1em;
}
.cmsguide .anchor {
  margin-top: -150px;
}
.cmsguide .wp-block-group__inner-container > h2:not(.real) {
  margin-top: 3em;
  border-top: 2px solid #c70005;
  padding-top: 4em;
  color: #c70005;
}
.cmsguide .wp-block-group__inner-container > h3:not(.real) {
  margin-top: 3em;
  color: #c70005;
}
.cmsguide .toc {
  position: fixed;
  left: 0;
  top: 129px;
  z-index: 1;
  font-size: 12px;
  line-height: 1.2;
  height: calc(100vh - 130px);
  overflow: hidden;
  overflow-y: auto;
  width: 18%;
  font-size: 12px;
  padding: 2%;
  border-bottom: 1px dotted #ccc;
}
.cmsguide .toc div {
  margin-top: 1em;
  position: relative;
}
.cmsguide .toc div:before {
  content: "";
  width: 50px;
  height: 3px;
  background: #4A773C;
  position: absolute;
  display: block;
  left: -60px;
  top: 0.5em;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cmsguide .toc div.current:before {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  opacity: 1;
}
.cmsguide .toc-container[data-enable-toc="1"] {
  padding-left: 2%;
  width: 82%;
  padding-right: 5.8%;
  margin-left: auto;
  border-left: 1px solid rgba(0, 0, 0, 0.3);
}
.cmsguide .toc-container[data-enable-toc="1"] .project-slider {
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
.cmsguide .toc-container[data-enable-toc="1"] .casebrowser__nav {
  margin-right: 0;
}
.cmsguide .toc-container[data-enable-toc="1"] .quote-slider__next,
.cmsguide .toc-container[data-enable-toc="1"] .image-slider__next {
  right: 0px;
}
.cmsguide .toc-container[data-enable-toc="1"] .quote-slider__previous,
.cmsguide .toc-container[data-enable-toc="1"] .image-slider__previous {
  left: 0px;
}

.page-template-cms-guide .footer {
  display: none;
}

@media screen and (max-width: 1279px) {
  .cmsguide .toc {
    font-size: 12px;
    height: calc(100vh - 70px);
    top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .cmsguide .toc-container[data-enable-toc="1"] {
    padding: 0 20px;
    width: 100%;
  }
  .cmsguide .toc-container[data-enable-toc="1"] .project-slider {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: top right;
            transform-origin: top right;
  }
}
@media screen and (max-width: 1279px) {
  .entry-content .h1,
  .entry-content h1 {
    font-size: 1.875em;
  }
  .entry-content .h2,
  .entry-content h2 {
    font-size: 1.875em;
  }
  .entry-content .h3,
  .entry-content h3 {
    font-size: 1.375em;
  }
  .entry-content .h4,
  .entry-content h4 {
    font-size: 0.8125em;
  }
  .entry-content .h5,
  .entry-content h5 {
    font-size: 0.6875em;
  }
  .entry-content .h6,
  .entry-content h6 {
    font-size: 0.5em;
  }
  .entry-content .heading-reset {
    margin-bottom: 0;
    color: inherit;
    font-size: 1em;
  }
  .entry-content p.has-normal-font-size {
    font-size: 14px !important;
  }
  .entry-content p.has-small-font-size {
    font-size: 12px !important;
  }
  .entry-content p.has-medium-font-size {
    font-size: 24px !important;
  }
  .entry-content p.has-large-font-size {
    font-size: 32px !important;
  }
  .entry-content p.has-is-large-font-size {
    font-size: 46px !important;
  }
  .entry-content .alignleft,
  .entry-content .alignright {
    margin-bottom: 30px;
  }
  .entry-content .wp-block-separator {
    margin: 40px auto;
    height: 1px;
  }
  .entry-content .wp-block-spacer.responsive {
    height: 100px !important;
  }
  .entry-content .wp-block-group.is-style-equal-margin > .wp-block-group__inner-container {
    width: calc(100% - 180px);
    margin-left: auto;
    margin-right: auto;
  }
  .entry-content .wp-block-group .wp-block-group.is-style-equal-margin > .wp-block-group__inner-container {
    width: 70.5%;
  }
  .entry-content .wp-block-table.is-too-big,
  .entry-content .overflow.is-too-big {
    overflow-x: auto;
    padding-top: 30px;
  }
  .entry-content .wp-block-table.is-too-big:before,
  .entry-content .overflow.is-too-big:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: url("../../img/svg/grab.svg") no-repeat;
    background-size: auto;
    background-size: contain;
    display: block;
    z-index: 2;
    margin-top: -30px;
  }
  body {
    font-size: 16px;
  }
  .showTablet {
    display: block;
  }
  .hideTablet {
    display: none;
  }
  .wrapper {
    width: calc(100% - 180px);
    margin-left: auto;
    margin-right: auto;
  }
  .entry-content {
    padding-top: 91px;
  }
  .entry-content > .post-password-form {
    width: calc(100% - 180px);
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  /* hamburger menu*/
  .nav__hamburger {
    cursor: pointer;
    display: inherit;
    height: 23px;
    position: absolute;
    right: 90px;
    bottom: 35px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    width: 30px;
  }
  .nav__hamburger span {
    display: block;
    height: 3px;
    left: 0;
    opacity: 1;
    position: absolute;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    width: 100%;
    background: #fff;
  }
  .nav__hamburger span:nth-child(1) {
    top: 0px;
  }
  .nav__hamburger span:nth-child(2),
  .nav__hamburger span:nth-child(3) {
    top: 8.5px;
  }
  .nav__hamburger span:nth-child(4) {
    top: 17px;
  }
  .nav__hamburger[aria-expanded=true] span:nth-child(1) {
    left: 50%;
    top: 6.5px;
    width: 0%;
  }
  .nav__hamburger[aria-expanded=true] span:nth-child(2) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .nav__hamburger[aria-expanded=true] span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .nav__hamburger[aria-expanded=true] span:nth-child(4) {
    left: 50%;
    top: 13px;
    width: 0%;
  }
  /* end hamgburger*/
  .nav {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #00677F;
  }
  .nav a:hover {
    color: #fff;
  }
  .home:not(.scrolled):not(.menu-open) .nav {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00677f+0,000000+100&0.9+0,0+98 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 103, 127, 0.9)), color-stop(98%, rgba(0, 2, 3, 0)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to bottom, rgba(0, 103, 127, 0.9) 0%, rgba(0, 2, 3, 0) 98%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e600677f", endColorstr="#00000000", GradientType=0);
    /* IE6-9 */
  }
  .home:not(.scrolled) .nav__secondary {
    background: none;
  }
  .menu-open .nav {
    background: #00677F;
  }
  .nav__menu {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
  .nav__secondary {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    background: none;
  }
  .nav__secondary .wrapper {
    width: 100%;
  }
  .nav__primary {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .nav__primary .wrapper {
    width: 100%;
  }
  .searcher {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: relative;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .searcher .wrapper {
    width: calc(100% - 180px);
    margin-left: auto;
    margin-right: auto;
  }
  input[type=text].searcher__q {
    width: calc(100% - 3em);
  }
  .searcher__close {
    display: none;
  }
  .nav__secondary__item--search {
    display: none;
  }
  .nav__mobile__logo {
    display: block;
    width: 154px;
    margin-left: 90px;
  }
  .nav__logo {
    display: none;
  }
  .nav__mobile__logo__image img {
    width: 100%;
  }
  .nav__mobilemenu {
    position: fixed;
    width: 100%;
    top: 91px;
    bottom: 0;
    background: #00677F;
    overflow: auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: none;
  }
  .nav__mobilemenu[aria-hidden=true] {
    display: none;
    pointer-events: none;
  }
  .nav__mobilemenu[aria-hidden=false] {
    display: block;
  }
  .nav__mobilemenu__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding-bottom: 50px;
  }
  .nav__menu__primary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  body.menu-open {
    position: absolute;
    overflow: hidden;
  }
  .nav__menu__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
  }
  .nav__secondary__item,
  .nav__menu__item {
    position: relative;
    border: 0;
    border-bottom: 1px solid #00576C;
  }
  .nav__secondary__item:first-child,
  .nav__menu__item:first-child {
    border-left: 0;
  }
  .nav__secondary__item:hover,
  .nav__menu__item:hover {
    background: #4A773C;
  }
  .nav__secondary__item[aria-expanded=true],
  .nav__menu__item[aria-expanded=true] {
    background: #00576C;
  }
  .nav__secondary__item.current,
  .nav__menu__item.current {
    background: #00576C;
  }
  .nav__secondary__link,
  .nav__menu__link {
    padding: 1.5em 90px;
    padding-right: 180px;
    font-size: 18px;
    display: inline-block;
    width: 100%;
  }
  .nav__secondary__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .nav__secondary__item {
    color: #fff;
    margin-left: 0;
    border-top: 0;
  }
  .nav__secondary__item:hover, .nav__secondary__item.current, .nav__secondary__item.active {
    border-top: 0;
  }
  .nav__menu__label,
  .nav__secondary__label {
    font-size: 18px;
    text-transform: uppercase;
  }
  .nav__mobile__expander {
    color: #fff;
    background: none;
    border: 0;
    position: absolute;
    right: 90px;
    top: 2em;
    cursor: pointer;
  }
  .nav__mobile__expander[aria-expanded=true] {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .nav__seccondary__submenu__list,
  .nav__submenu__list {
    list-style: none;
    color: #fff;
    padding: 1.5em 90px;
    border-top: 1px solid #00677F;
    font-size: 16px;
    font-family: GilroyMedium;
  }
  .nav__seccondary__submenu__item,
  .nav__submenu__item {
    color: #fff;
    font-family: GilroyMedium;
    padding: 0.5em 0;
  }
  .nav__seccondary__submenu__item.current,
  .nav__submenu__item.current {
    color: #fff;
    font-family: GilroyBold;
  }
  .nav__submenu__item + .nav__submenu__item {
    margin-top: 0;
  }
  .nav__submenu,
  .nav__seccondary__submenu {
    position: relative;
    background: none;
    padding: 0;
    -webkit-transform: none;
            transform: none;
  }
  .nav__stocktickers {
    display: none;
  }
  .footer__contact__action__list li {
    display: block;
  }
  .footer__contact__action__list li + li {
    margin-left: 0;
    margin-top: 1em;
  }
  .overlay__close {
    width: 34px;
    height: 34px;
    left: auto;
    right: 4vw;
    top: 20px;
  }
  .overlay__width {
    width: 100%;
  }
  .overlay__inner {
    padding-top: 94px;
  }
}
@media screen and (max-width: 767px) {
  .entry-content .h1,
  .entry-content h1 {
    font-size: 32px;
  }
  .entry-content .h1-alt {
    font-size: 32px;
  }
  .entry-content .h2,
  .entry-content h2 {
    font-size: 32px;
  }
  .entry-content .h3,
  .entry-content h3 {
    font-size: 24px;
  }
  .entry-content .h4,
  .entry-content h4 {
    font-size: 16px;
  }
  .entry-content .h5,
  .entry-content h5 {
    font-size: 14px;
  }
  .entry-content .h6,
  .entry-content h6 {
    font-size: 12px;
  }
  .entry-content .heading-reset {
    margin-bottom: 0;
    color: inherit;
    font-size: 1em;
  }
  .entry-content .is-style-padded-small {
    padding: 0;
  }
  .entry-content .is-style-padded-medium {
    padding: 0;
  }
  .entry-content .is-style-padded-large {
    padding: 0;
  }
  .entry-content .is-style-padded-small > .wp-block-group__inner-container > p:first-child {
    margin-top: 20px;
  }
  .entry-content p.has-normal-font-size {
    font-size: 14px !important;
  }
  .entry-content p.has-small-font-size {
    font-size: 12px !important;
  }
  .entry-content p.has-medium-font-size {
    font-size: 24px !important;
  }
  .entry-content p.has-large-font-size {
    font-size: 32px !important;
  }
  .entry-content p.has-huge-font-size {
    font-size: 46px !important;
  }
  .entry-content .wp-block-pullquote {
    border-left: 3px solid #c2a540;
  }
  .entry-content .aligncenter,
  .entry-content .alignleft,
  .entry-content .alignright {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    float: none;
  }
  .entry-content .alignleft,
  .entry-content .alignright {
    margin-bottom: 1em;
  }
  .entry-content .wp-block-pullquote cite {
    margin-top: 20px;
  }
  .entry-content .wp-block-separator {
    margin: 40px auto;
    height: 1px;
  }
  .entry-content .wp-block-spacer.responsive {
    height: 100px !important;
  }
  .entry-content .wp-block-column + .wp-block-column {
    margin-top: 2em;
  }
  .entry-content .wp-block-table,
  .entry-content .overflow {
    overflow-x: auto;
    padding-top: 30px;
  }
  .entry-content .wp-block-table:before,
  .entry-content .overflow:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: url("../../img/svg/grab.svg") no-repeat;
    background-size: auto;
    background-size: contain;
    display: block;
    z-index: 2;
    margin-top: -30px;
  }
  .entry-content .wp-block-column {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .entry-content .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
  .entry-content .mobile-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .entry-content .mobile-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .entry-content .wp-block-image .aligncenter,
  .entry-content .wp-block-image .alignleft,
  .entry-content .wp-block-image .alignright {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 2em;
    float: none;
    width: auto;
  }
  .entry-content .is-style-equal-margin .wp-block-image.size-large img {
    width: 100%;
  }
  .entry-content .is-style-equal-margin .wp-block-image.size-full img {
    max-width: 100%;
  }
  .entry-content .wp-block-quote {
    padding: 0 50px;
  }
  .entry-content .wp-block-quote p {
    font-size: 23px;
  }
  .entry-content .wp-block-quote cite {
    font-size: 12px;
  }
  .entry-content .wp-block-quote:before {
    width: 162px;
    height: 24px;
  }
  .entry-content .wp-block-group.is-style-equal-margin > .wp-block-group__inner-container {
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
  }
  .entry-content .wp-block-group .wp-block-group.is-style-equal-margin > .wp-block-group__inner-container {
    width: 70.5%;
  }
  body {
    font-size: 16px;
  }
  .wrapper {
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
  }
  .showMobile {
    display: block;
  }
  .hideMobile {
    display: none;
  }
  .entry-content {
    padding-top: 69px;
  }
  .entry-content > .post-password-form {
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  /* slider mobile */
  .slider-mobile {
    position: relative;
  }
  .slider-mobile__flexer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently */
  }
  .slider-mobile__item {
    width: auto;
  }
  .slider-mobile__item__inner {
    width: calc(100vw - 60px);
  }
  .slider-mobile__drag {
    width: 100%;
    overflow: hidden;
  }
  .slider-mobile__nav {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 0;
  }
  .slider-mobile__previous,
  .slider-mobile__next {
    width: 16.53px;
    height: 33.07px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 0;
  }
  .slider-mobile__previous[aria-hidden=true],
  .slider-mobile__next[aria-hidden=true] {
    display: none;
  }
  .slider-mobile__previous {
    left: 15px;
    background-image: url("../../img/svg/left-gray.svg");
  }
  .slider-mobile__previous:hover {
    background-image: url("../../img/svg/left-green.svg");
  }
  .slider-mobile__next {
    right: 15px;
    background-image: url("../../img/svg/right-gray.svg");
  }
  .slider-mobile__next:hover {
    background-image: url("../../img/svg/right-green.svg");
  }
  .slider-mobile__indicators {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .slider-mobile__indicators[aria-hidden=true] {
    display: none;
  }
  .slider-mobile__indicators .slider-indicator {
    width: 10px;
    height: 10px;
    background: #A7A8AA;
    border-radius: 50%;
    margin: 2em 1em;
  }
  .slider-mobile__indicators .slider-indicator[aria-pressed=true] {
    background: #00677F;
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
  }
  /* end slider mobile */
  /* alt bg mobile */
  .mobile-alt-bg .spacer {
    height: 0;
  }
  .mobile-alt-bg .wp-block-column:nth-child(odd) {
    padding: 50px 0;
  }
  .mobile-alt-bg .wp-block-column:nth-child(even) {
    background: #F2F2F2;
    width: 100vw !important;
    margin-left: -30px;
    margin-right: -30px;
    padding: 50px 30px;
  }
  /* end alt bg mobile */
  a:hover .btn:before,
  [role=button]:hover .btn:before {
    width: 100%;
  }
  a:hover .btn--left:before,
  [role=button]:hover .btn--left:before {
    width: 100%;
  }
  .pdffilesize {
    font-family: GilroyRegular;
    color: #53565A;
    font-size: 16px;
  }
  .cookie-notice {
    padding: 1em;
  }
  .cookie-notice__btn {
    height: auto;
    position: relative;
    margin-top: 1em;
    text-align: center;
  }
  /* hamburger menu*/
  .nav__hamburger {
    right: 30px;
    top: 20px;
  }
  /* end hamgburger*/
  .nav__mobile__logo {
    width: 116px;
    margin-left: 30px;
  }
  .nav {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .nav__mobilemenu {
    top: 69px;
  }
  .searcher .wrapper {
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
  }
  .nav__secondary__link,
  .nav__menu__link {
    padding: 1.5em 30px;
    padding-right: 60px;
    font-size: 16px;
  }
  .nav__mobile__expander {
    right: 30px;
  }
  .nav__seccondary__submenu__list,
  .nav__submenu__list {
    padding: 1.5em 30px;
    font-size: 16px;
  }
  .footer__contact {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
  .footer__subscribe {
    text-align: center;
    margin-top: 3em;
    width: 100%;
  }
  .footer__subscribe__heading,
  .footer__contact__heading {
    font-size: 26px;
  }
  .footer__subscribe__email {
    width: 100%;
  }
  .footer__subscribe__submit {
    width: 100%;
    margin-top: 0.3em;
  }
  .footer__bottom {
    font-size: 9px;
  }
  .footer__bottom__right {
    width: 100%;
    text-align: center;
    margin-left: 0;
    margin-top: 3em;
  }
  .footer__socials {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__subscribe__options {
    margin: 1em 0;
  }
  .overlay__close {
    width: 34px;
    height: 34px;
  }
  .overlay__content {
    padding-bottom: 70px;
  }
}/*# sourceMappingURL=main.css.map */