@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Roboto:wght@400;700&display=swap");
html,
body {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  color: #60625f;
  -webkit-overflow-scrolling: touch;
  font-size: 16px;
  line-height: 30px;
}

body.modal-open {
  overflow: hidden;
}

html[lang=fr-FR] body .englishonly {
  display: none;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #000000;
}

h1,
.h1 {
  font-size: 3rem;
  letter-spacing: -1.17px;
  line-height: 3.55rem;
}
@media (max-width: 1023px) {
  h1,
  .h1 {
    font-size: 2.2rem;
    line-height: 2.9rem;
  }
}

h2,
.h2 {
  font-size: 1.8rem;
  line-height: 2rem;
}
@media (max-width: 1023px) {
  h2,
  .h2 {
    font-size: 1.5rem;
  }
}

.elementor-widget-heading.title h2.elementor-heading-title {
  font-size: 2rem;
  line-height: 2rem;
  letter-spacing: 0.2rem;
  margin: 0 auto;
  text-transform: uppercase;
  font-weight: 500;
  color: #1A4C66;
}

h3,
.h3 {
  font-size: 1.2rem;
}
@media (max-width: 1023px) {
  h3,
  .h3 {
    font-size: 1rem;
  }
}

h4,
.h4 {
  font-size: 1.53rem;
}

a {
  color: #205673;
}

p {
  color: #5e5f5f;
  font-size: 1rem;
  line-height: 1.5rem;
}

sup {
  font-size: 0.5rem;
  line-height: 1rem;
}

section {
  background: #fff;
}
section.keyline {
  border-top: 1px solid #E8E7E5;
}
section.grey {
  background: #f8f8f8;
}
section.darkblue {
  background: #335471;
}
section.darkblue .jkea_pageintro_wrapper .jkea_pageintro .jkea_pageintro_content .jkea_title h2, section.darkblue h2, section.darkblue h3, section.darkblue p, section.darkblue a, section.darkblue .jkea_text {
  color: #fff;
}
section.awards {
  padding-top: 70px;
  padding-bottom: 70px;
}
section.awards .elementor-widget-heading.title h2.elementor-heading-title {
  margin-bottom: 40px;
}
@media (max-width: 1139px) {
  section.awards {
    padding: 50px 20px 70px;
  }
}
section.awards.esgTabs {
  padding-top: 0px;
  padding-bottom: 0px;
}
@media (max-width: 1023px) {
  section.awards.esgTabs {
    padding: 0 20px;
  }
}

.btn,
a.elementor-button {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: normal;
  padding: 0.5rem 2.5rem 0.5rem 2.5rem;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 0;
  color: white;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
  display: inline-block;
  position: relative !important;
}
.btn:hover::after, .btn:active::after,
a.elementor-button:hover::after,
a.elementor-button:active::after {
  right: 15px;
}
@media (max-width: 767px) {
  .btn:hover::after, .btn:active::after,
  a.elementor-button:hover::after,
  a.elementor-button:active::after {
    right: inherit;
    margin-left: 20px;
  }
}
@media (min-width: 768) and (max-width: 880) {
  .btn,
  a.elementor-button {
    min-width: 150px;
  }
}
@media (max-width: 767px) {
  .btn,
  a.elementor-button {
    display: block;
  }
}
.btn.white a,
a.elementor-button.white a {
  border: 2px solid #fff;
}
.btn.reverse a,
a.elementor-button.reverse a {
  width: 100%;
  text-align: left;
  color: #000;
  background-color: transparent;
  border: 2px solid #000;
  margin: 0 0 25px;
}
@media (max-width: 1023px) {
  .btn.reverse a,
  a.elementor-button.reverse a {
    width: inherit;
  }
}
@media (min-width: 768px) and (max-width: 879px) {
  .btn.reverse a,
  a.elementor-button.reverse a {
    min-width: 150px;
  }
}
@media (max-width: 767px) {
  .btn.reverse a,
  a.elementor-button.reverse a {
    text-align: center;
  }
}

.grecaptcha-badge {
  display: none !important;
}

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

/* ***** responsive images ***** */
.elementor-widget-image .elementor-image img {
  max-width: 100%;
  height: auto;
}

@media (min-width: 1025px) {
  .single-post main,
  .single-casestudy main {
    padding-top: 100px;
  }
}

/* ***** missing hide classes ****** */
@media (min-width: 992px) {
  .elementor-hidden-desktop {
    display: none;
  }
}
@media (min-width: 501px) and (max-width: 991px) {
  .elementor-hidden-tablet {
    display: none;
  }
}
@media (max-width: 500px) {
  .elementor-hidden-mobile {
    display: none;
  }
}
@-webkit-keyframes downarrow {
  0% {
    top: calc(100vh - 75px);
  }
  50% {
    top: calc(100vh - 65px);
  }
  100% {
    top: calc(100vh - 75px);
  }
}
@keyframes downarrow {
  0% {
    top: calc(100vh - 75px);
  }
  50% {
    top: calc(100vh - 65px);
  }
  100% {
    top: calc(100vh - 75px);
  }
}
.skip-to-content-link {
  background: #335471;
  left: 50%;
  padding: 10px;
  position: absolute;
  transform: translate(-50%, -100%);
  transition: transform 0.3s;
  z-index: 999999;
  color: #fff;
}

.skip-to-content-link:focus {
  transform: translate(-50%, 0%);
}

.downmore {
  position: fixed;
  z-index: 999;
  height: 50px;
  width: 50px;
  top: calc(100vh - 75px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top: 15px solid rgba(255, 255, 255, 0.7);
  border-right: 15px solid rgba(255, 255, 255, 0.7);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-animation-name: downarrow;
  animation-name: downarrow;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.downmore:hover {
  cursor: pointer;
}

header {
  width: 100%;
  background-size: cover;
  color: #fff;
  text-align: left;
}
header.elementor-section {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
@media (min-width: 1025px) {
  header.elementor-section {
    padding-top: 100px;
  }
}
@media (max-width: 1023px) {
  header.elementor-section {
    position: relative;
  }
}
header .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 0;
}
header .container {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  padding-top: 150px;
  min-height: 590px;
  position: relative;
  -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;
  text-align: center;
  color: #fff;
}
@media (max-width: 1139px) {
  header .container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
  }
}
@media (max-width: 1139px) {
  header .container {
    padding: 110px 0 70px;
    min-height: 150px;
  }
}
header .container h1 {
  color: #fff !important;
  max-width: 60%;
  text-align: left;
}
header .container .headertext p {
  text-align: left;
  max-width: 50%;
  color: #fff;
}

body.page-template-page-faststart footer .container {
  justify-content: flex-end;
  flex-direction: row;
  padding: 30px 0;
}
body.page-template-page-faststart footer .container > div {
  order: 2;
}
body.page-template-page-faststart footer .container > div.social {
  align-items: flex-end;
}
@media (max-width: 767px) {
  body.page-template-page-faststart footer .container > div.social {
    align-items: flex-start;
  }
}
body.page-template-page-faststart footer .container > div:first-child {
  order: 1;
}
@media (max-width: 1139px) {
  body.page-template-page-faststart footer .container {
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  body.page-template-page-faststart footer .container {
    flex-direction: column;
  }
  body.page-template-page-faststart footer .container > div {
    order: 1;
  }
  body.page-template-page-faststart footer .container > div:first-child {
    order: 2;
  }
}
body.page-template-page-faststart footer .container .social a {
  height: unset;
}

footer {
  background-color: #222222;
  padding: 0;
  color: #fff;
  position: relative;
}
footer h3 {
  font-weight: 500;
}
footer p {
  color: #fff;
}
footer .container {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  max-width: 1140px;
  margin: 0 auto;
  z-index: 10;
  color: #fff;
  display: flex;
}
@media (max-width: 1139px) {
  footer .container {
    text-align: left;
  }
}
footer .newsletter {
  background-color: #2D2D2D;
  padding: 75px 0;
}
@media (max-width: 1139px) {
  footer .newsletter {
    padding: 75px 20px;
  }
}
footer .newsletter .container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 1023px) {
  footer .newsletter .container {
    padding: 20px;
    text-align: left;
    flex-direction: column;
  }
}
footer .newsletter .container > div {
  width: 50%;
}
@media (max-width: 1023px) {
  footer .newsletter .container > div {
    width: 100%;
  }
}
footer .newsletter .container ul {
  padding-left: unset;
}
footer .newsletter .container #signup-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .newsletter .container h3 {
  font-size: 1.5rem;
  color: #BCD8EF;
  margin-top: 0;
  margin-bottom: 0;
}
footer .newsletter .container p {
  font-size: 0.8rem;
  margin: 0;
}
footer .newsletter .container p + p {
  width: 38%;
}
@media (max-width: 767px) {
  footer .newsletter .container p + p {
    width: 100%;
  }
}
footer .newsletter .container a {
  color: #fff;
}
footer .newsletter .container form {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  footer .newsletter .container form {
    margin-top: 20px;
    flex-direction: column;
  }
}
footer .newsletter .container form p:first-of-type {
  width: 68%;
}
footer .newsletter .container form p:last-of-type {
  width: 30%;
}
@media (max-width: 1023px) {
  footer .newsletter .container form p:last-of-type {
    margin-top: 20px;
  }
}
footer .contactwrapper {
  background-color: #222222;
  padding-bottom: 80px;
  margin-top: 10px;
}
footer .contactwrapper .container {
  width: 100%;
  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-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #666;
  padding: 15px 0;
}
@media (max-width: 1139px) {
  footer .contactwrapper .container {
    padding: 15px 30px;
  }
}
@media (max-width: 1023px) {
  footer .contactwrapper .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
footer .contactwrapper .container > div {
  width: 100%;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  footer .contactwrapper .container > div {
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
  }
}
footer .contactwrapper .container > div:last-child {
  margin-right: 0;
}
footer .contactwrapper .container h4 {
  font-size: 1.9rem;
  margin: 0;
  padding: 5px 0 15px;
}
footer .contactwrapper .container .questions ul {
  list-style: none;
  margin: 0px;
  padding: 0;
  text-align: left;
}
footer .contactwrapper .container .questions ul li {
  text-align: left;
  display: inline-block;
  margin: 5px 0;
}
footer .contactwrapper .container .questions ul li a {
  color: #5e5f5f;
}
footer .contactwrapper .container .social {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1023px) {
  footer .contactwrapper .container .social {
    margin-bottom: 30px;
  }
}
footer .contactwrapper .container .social p {
  font-size: 0.7rem;
}
footer .contactwrapper .container .social a {
  display: inline-block;
  text-align: center;
  height: 18px;
  width: 18px;
  line-height: 18px;
  color: #fff;
  text-decoration: none;
  margin: 0 5px;
  padding: 8px;
  border-radius: 18px;
  font-size: 1.6rem;
}
@media (max-width: 1023px) {
  footer .contactwrapper .container .social a {
    padding: 0;
    text-align: left;
  }
}
footer .contactwrapper .container .social a span {
  position: relative;
  top: 1px;
}
footer .contactwrapper .menu {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  footer .contactwrapper .menu {
    text-align: left;
    width: 100%;
  }
}
footer .contactwrapper .menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
@media (max-width: 1023px) {
  footer .contactwrapper .menu ul {
    text-align: left;
    width: 100%;
  }
}
footer .contactwrapper .menu ul li {
  display: inline-block;
  margin: 0 5px 0 0;
  font-size: 0.8rem;
}
footer .contactwrapper .menu ul li:after {
  content: "/";
}
footer .contactwrapper .menu ul li:last-child a {
  padding-right: 0;
}
footer .contactwrapper .menu ul li:last-child:after {
  content: "";
}
footer .contactwrapper .menu ul li a {
  display: inline-block;
  padding-right: 5px;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 1023px) {
  footer .contactwrapper .menu ul li {
    display: block;
    font-size: 14px;
    margin: 10px 0;
  }
  footer .contactwrapper .menu ul li:after {
    content: "";
  }
}
footer .contactwrapper .legal-links {
  margin-top: 25px;
  border-top: 1px solid #fff;
}
footer .contactwrapper .legal-links .legal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1023px) {
  footer .contactwrapper .legal-links .legal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 1139px) {
  footer .contactwrapper .legal-links {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 30px;
  }
}
footer .contactwrapper .legal-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .contactwrapper .legal-links ul li {
  display: inline;
}
footer .contactwrapper .legal-links ul li a {
  font-size: 0.9rem;
  padding: 5px 10px 5px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #5e5f5f;
}
footer .contactwrapper .legal-links p {
  font-size: 0.9rem;
}
@media (max-width: 1023px) {
  footer .contactwrapper .copyright {
    text-align: left;
    width: 100%;
  }
}
footer .contactwrapper p {
  font-size: 0.8rem;
  margin: 0;
}
footer .footernav .container {
  padding: 50px 0;
}
@media (max-width: 1139px) {
  footer .footernav .container {
    padding: 50px 20px;
  }
}
footer .footernav .container .menu {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
footer .footernav .container .menu > li:nth-last-child(-n+2) {
  display: none;
}
footer .footernav .container ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
footer .footernav .container ul.menu > li {
  max-width: 18%;
  min-width: 200px;
  width: 18%;
  margin-right: 2%;
  line-height: 1.2rem;
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  footer .footernav .container ul.menu > li {
    max-width: 48%;
    width: 48%;
    min-width: 200px;
  }
}
@media (max-width: 767px) {
  footer .footernav .container ul.menu > li {
    max-width: 100%;
    width: 100%;
  }
}
footer .footernav .container ul.menu > li:first-child {
  max-width: unset;
}
footer .footernav .container ul.menu > li:first-child > ul {
  width: auto;
  justify-content: flex-start;
}
@media (max-width: 1023px) {
  footer .footernav .container ul.menu > li:first-child > ul {
    flex-wrap: wrap;
  }
}
footer .footernav .container ul.menu > li:first-child > ul > li {
  max-width: 95%;
  margin-right: 20px;
}
@media (max-width: 767px) {
  footer .footernav .container ul.menu > li:first-child > ul > li:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) {
  footer .footernav .container ul.menu > li:first-child > ul > li {
    width: 48%;
    margin-right: 2%;
  }
}
@media (max-width: 767px) {
  footer .footernav .container ul.menu > li:first-child > ul > li {
    width: 100%;
    margin-right: 0%;
  }
}
footer .footernav .container ul.menu > li:first-child > ul > li a {
  display: inline-block;
  margin-bottom: 10px;
}
footer .footernav .container ul.menu > li:first-child > ul > li ul {
  display: flex;
  flex-direction: column;
}
footer .footernav .container ul.menu > li:first-child > ul > li ul.sub-menu {
  display: none;
}
footer .footernav .container ul.menu > li:first-child > ul > li ul li {
  font-weight: normal;
}
footer .footernav .container ul.menu > li:not(:first-child) {
  flex: 1;
}
@media (max-width: 1023px) {
  footer .footernav .container ul.menu > li:not(:first-child) {
    flex: unset;
  }
}
footer .footernav .container ul.menu > li.nolink > a {
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 16px;
}
footer .footernav .container ul.menu > li.nolink > a:hover {
  text-decoration: none;
  cursor: default;
}
footer .footernav .container ul.menu > li a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  margin-bottom: 10px;
}
footer .footernav .container ul.menu > li a:hover {
  text-decoration: underline;
}
footer .footernav .container ul.menu > li ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .footernav .container ul.menu > li ul li a {
  color: #fff;
  text-decoration: none;
}
.wpcf7 .wpcf7-form.signup-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .wpcf7 .wpcf7-form.signup-form {
    flex-direction: column;
  }
}
.wpcf7 .wpcf7-form.signup-form .wpcf7-form-control-wrap.email {
  width: 60%;
  margin-right: 10px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .wpcf7 .wpcf7-form.signup-form .wpcf7-form-control-wrap.email {
    width: 100%;
    margin-bottom: 5px;
  }
}
.wpcf7 .wpcf7-form.signup-form input {
  height: 35px;
  position: relative;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #60625f;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 35px;
  padding: 5px 12px;
  box-sizing: border-box;
  font-size: 1rem;
  color: #fff;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
}
.wpcf7 .wpcf7-form.signup-form input::-webkit-input-placeholder {
  font-size: 13px;
}
.wpcf7 .wpcf7-form.signup-form input::-webkit-input-placeholder, .wpcf7 .wpcf7-form.signup-form input::-moz-placeholder, .wpcf7 .wpcf7-form.signup-form input:-ms-input-placeholder, .wpcf7 .wpcf7-form.signup-form input::placeholder {
  font-size: 13px;
}
.wpcf7 .wpcf7-form.signup-form .form-btn {
  font-family: "Montserrat", sans-serif;
  width: 100%;
  height: 35px;
  border: unset;
  margin: 0 0 0 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 8px 16px;
  background-color: #B6CAD8;
  margin-left: -4px;
  color: #2e5570;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 2;
  text-align: center;
}
@media (max-width: 767px) {
  .wpcf7 .wpcf7-form.signup-form .form-btn {
    margin-left: 0;
  }
}

nav#main {
  position: absolute;
  top: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border-bottom: 1px solid #E8E7E5;
  width: 100%;
  z-index: 100;
}
nav#main.stickit {
  position: fixed;
  top: 0;
  background: #fff;
  -webkit-transition: background 0.1s;
  -o-transition: background 0.1s;
  transition: background 0.1s;
}
nav#main .container {
  line-height: 1rem;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
nav#main .container .logo {
  display: inline-block;
  width: 135px;
  height: 50px;
  max-width: 235px;
  padding: 5px 0;
}
nav#main .container .logo a {
  height: 100%;
  display: block;
}
nav#main .container .logo img {
  width: 100%;
  max-width: 135px;
}
@media (max-width: 1139px) {
  nav#main .container .logo {
    padding: 0 0 10px 20px;
  }
}
nav#main .container .navigation {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
nav#main .container .navigation ul {
  list-style: none;
  text-align: right;
  margin: 0;
  padding: 0;
}
nav#main .container .navigation ul > li {
  display: inline-block;
  border-bottom: 2px solid transparent;
  padding: 1px 7px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 10px;
  font-size: 0.9rem;
}
@media (max-width: 1139px) {
  nav#main .container .navigation ul > li {
    margin-left: 0;
  }
}
nav#main .container .navigation ul > li.nolink:hover {
  cursor: default;
}
nav#main .container .navigation ul > li.nolink > a:hover {
  cursor: default;
}
nav#main .container .navigation ul > li.nolink:after {
  cursor: default;
}
nav#main .container .navigation ul > li.button {
  background-color: #DB380F;
  color: #fff;
  display: inline;
  padding: 10px 20px;
  border: 1px solid transparent;
}
nav#main .container .navigation ul > li.button a {
  color: #fff;
  text-transform: uppercase;
}
nav#main .container .navigation ul > li.button:hover {
  border: 1px solid #DB380F;
  background: #fff;
}
nav#main .container .navigation ul > li.button:hover a {
  color: #DB380F;
}
nav#main .container .navigation ul > li.menu-item-has-children:after {
  position: relative;
  width: 10px;
  height: 6px;
  margin-left: 4px;
  display: inline-block;
  color: #DB380F;
  content: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px'  fill='%23df5835' viewBox='0 0 132.5 89' style='enable-background:new 0 0 132.5 89;' xml:space='preserve'%3E%3Cg id='Group_2694' transform='translate(0 -148.787)'%3E%3Cg id='Group_2693' transform='translate(0 0)'%3E%3Cpath id='Path_306' d='M0.2,148.8c-0.1,0-0.2,0-0.2,0v0.1v48.7c0,0.1,0,0.1,0.1,0.1l38.1,23.6l28,16.5l28.1-16.4l38.1-23.6 l0.1-0.1V149c0-0.1-0.1-0.2-0.2-0.2h-0.1l-66.1,42.9L0.2,148.8z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
nav#main .container .navigation ul > li a {
  text-decoration: none;
  color: #000000;
  padding: 0;
  display: inline-block;
  min-height: 50px;
  line-height: 50px;
}
nav#main .container .navigation ul > li > ul {
  display: none;
  position: absolute;
  top: 100%;
  text-align: left;
  list-style: none;
  background: #f4f4f4;
  margin: 0;
  padding: 0;
  min-width: 290px;
  border-top: 2px solid #d1d1d1;
}
nav#main .container .navigation ul > li > ul li {
  font-size: 0.9rem;
  margin: 0;
  padding: 0;
  border-bottom: 2px solid #d1d1d1;
  border-left: 2px solid #d1d1d1;
  border-right: 2px solid #d1d1d1;
}
nav#main .container .navigation ul > li > ul li:first-child {
  padding-top: 10px;
}
nav#main .container .navigation ul > li > ul li:last-child {
  padding-bottom: 10px;
}
nav#main .container .navigation ul > li > ul li a {
  text-transform: none;
  font-weight: normal;
  padding: 10px 15px;
  display: block;
  line-height: 1.2rem;
  min-height: auto;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
nav#main .container .navigation ul > li:hover, nav#main .container .navigation ul > li.current-menu-item, nav#main .container .navigation ul > li.current-menu-ancestor {
  cursor: pointer;
  text-decoration: none;
  border-bottom: 2px solid #DF5835;
}
nav#main .container .navigation ul > li:hover ul, nav#main .container .navigation ul > li.open ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
nav#main .container .navigation ul > li.meganav:hover ul, nav#main .container .navigation ul > li.meganav.open ul {
  position: absolute;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom: 2px solid #d1d1d1;
  border-top: 2px solid #d1d1d1;
}
nav#main .container .navigation ul > li.meganav:hover ul li, nav#main .container .navigation ul > li.meganav.open ul li {
  padding: 0;
  flex: 1 1 0px;
  border-bottom: none;
  border-left: none;
  border-bottom: 2px solid transparent;
}
nav#main .container .navigation ul > li.meganav:hover ul li.current-menu-item a, nav#main .container .navigation ul > li.meganav.open ul li.current-menu-item a {
  border-bottom: 2px solid #DF5835;
}
nav#main .container .navigation ul > li.meganav:hover ul li.current-menu-item ul li a, nav#main .container .navigation ul > li.meganav.open ul li.current-menu-item ul li a {
  border-bottom: 2px solid transparent;
}
nav#main .container .navigation ul > li.meganav:hover ul li.menu-item-has-children:after, nav#main .container .navigation ul > li.meganav.open ul li.menu-item-has-children:after {
  content: "";
}
nav#main .container .navigation ul > li.meganav:hover ul li:first-child, nav#main .container .navigation ul > li.meganav.open ul li:first-child {
  padding-top: 0;
  border-left: 2px solid #d1d1d1;
}
nav#main .container .navigation ul > li.meganav:hover ul li a, nav#main .container .navigation ul > li.meganav.open ul li a {
  line-height: 1.2rem;
  font-weight: 500;
  border-bottom: 2px solid transparent;
}
nav#main .container .navigation ul > li.meganav:hover ul li a:hover, nav#main .container .navigation ul > li.meganav.open ul li a:hover {
  border-bottom: 2px solid #DF5835;
}
nav#main .container .navigation ul > li.meganav:hover ul li ul, nav#main .container .navigation ul > li.meganav.open ul li ul {
  display: flex;
  flex-direction: column;
  max-height: 500px;
  position: relative;
  top: 0;
  border: none;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
  min-width: unset;
  margin: 0;
  padding: 0;
}
nav#main .container .navigation ul > li.meganav:hover ul li ul li, nav#main .container .navigation ul > li.meganav.open ul li ul li {
  box-sizing: border-box;
  margin: 0;
  width: 100%;
  border: none;
  border-bottom: 2px solid transparent;
}
nav#main .container .navigation ul > li.meganav:hover ul li ul li.current-menu-item a, nav#main .container .navigation ul > li.meganav:hover ul li ul li.current-menu-ancestor a, nav#main .container .navigation ul > li.meganav:hover ul li ul li:hover a, nav#main .container .navigation ul > li.meganav.open ul li ul li.current-menu-item a, nav#main .container .navigation ul > li.meganav.open ul li ul li.current-menu-ancestor a, nav#main .container .navigation ul > li.meganav.open ul li ul li:hover a {
  border-bottom: 2px solid #DF5835;
}
nav#main .container .navigation ul > li.meganav:hover ul li ul li:first-child, nav#main .container .navigation ul > li.meganav.open ul li ul li:first-child {
  border-left: none;
}
nav#main .container .navigation ul > li.meganav:hover ul li ul li a, nav#main .container .navigation ul > li.meganav.open ul li ul li a {
  box-sizing: border-box;
  padding: 10px 15px;
  width: 100%;
  font-weight: normal;
}
nav#main .container .navigation ul > li.meganav:hover ul li ul li.external a, nav#main .container .navigation ul > li.meganav.open ul li ul li.external a {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='30' height='30' viewBox='0 0 30 30' style=' fill:%23DF5835%3B'%3E%3Cpath d='M 25.980469 2.9902344 A 1.0001 1.0001 0 0 0 25.869141 3 L 20 3 A 1.0001 1.0001 0 1 0 20 5 L 23.585938 5 L 13.292969 15.292969 A 1.0001 1.0001 0 1 0 14.707031 16.707031 L 25 6.4140625 L 25 10 A 1.0001 1.0001 0 1 0 27 10 L 27 4.1269531 A 1.0001 1.0001 0 0 0 25.980469 2.9902344 z M 6 7 C 4.9069372 7 4 7.9069372 4 9 L 4 24 C 4 25.093063 4.9069372 26 6 26 L 21 26 C 22.093063 26 23 25.093063 23 24 L 23 14 L 23 11.421875 L 21 13.421875 L 21 16 L 21 24 L 6 24 L 6 9 L 14 9 L 16 9 L 16.578125 9 L 18.578125 7 L 16 7 L 14 7 L 6 7 z'/%3E%3C/svg%3E");
  background-position-x: 94%;
  background-position-y: center;
  background-size: 15px;
  background-repeat: no-repeat;
}
nav#main .container .navigation ul > li.search {
  height: 45px;
  width: 25px;
  top: 15px;
  padding: 0;
  margin-left: 10px;
  position: relative;
  border: none;
}
nav#main .container .navigation ul > li.search .search-icon {
  background: #fff;
  height: 50px;
  width: 25px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
}
nav#main .container .navigation ul > li.search .search-icon:after {
  color: #DB380F;
  content: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 21 21' viewBox='0 0 21 21' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m17.7 15.1c3.7-2.9 4.3-8.2 1.5-11.8s-8.2-4.4-11.8-1.5c-3.7 2.8-4.4 8.1-1.5 11.8l-5.6 5.6c-.4.4-.4 1.1 0 1.5s1 .4 1.4 0l5.6-5.6c3.1 2.4 7.4 2.4 10.4 0zm-.7-11.1c2.5 2.5 2.4 6.5 0 8.9-2.5 2.5-6.5 2.5-9 0s-2.5-6.5 0-9c2.5-2.4 6.5-2.4 9 .1z' fill='%23f04d24'/%3E%3C/svg%3E");
  position: absolute;
  background: #fff;
  height: 25px;
  width: 25px;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
nav#main .container .navigation ul > li.search .search-icon:hover {
  cursor: pointer;
}
nav#main .container .navigation ul > li.search form {
  position: relative;
  right: 0;
  /*
                    .search-field:focus {
                        width: 100%;
                    }
                    */
}
nav#main .container .navigation ul > li.search form label {
  position: absolute;
  visibility: hidden;
  height: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
}
nav#main .container .navigation ul > li.search form input {
  color: #F04D24;
  margin-top: 4px;
  visibility: hidden;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 50px;
  height: 0px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  right: 0;
  top: 100%;
  border: 1px solid #e3e3e3;
  background-color: #fff;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
nav#main .container .navigation ul > li.search form input.open {
  padding-left: 60px;
  visibility: visible;
  opacity: 1;
  height: 50px;
  width: 300px;
  background: #ffffff url("data:image/svg+xml,%3Csvg enable-background='new 0 0 21 21' viewBox='0 0 21 21' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m17.7 15.1c3.7-2.9 4.3-8.2 1.5-11.8s-8.2-4.4-11.8-1.5c-3.7 2.8-4.4 8.1-1.5 11.8l-5.6 5.6c-.4.4-.4 1.1 0 1.5s1 .4 1.4 0l5.6-5.6c3.1 2.4 7.4 2.4 10.4 0zm-.7-11.1c2.5 2.5 2.4 6.5 0 8.9-2.5 2.5-6.5 2.5-9 0s-2.5-6.5 0-9c2.5-2.4 6.5-2.4 9 .1z' /%3E%3C/svg%3E") no-repeat 15px center/10%;
}
@media (max-width: 1139px) {
  nav#main .container .navigation {
    padding: 0 20px;
  }
}
@media (max-width: 1139px) {
  nav#main {
    padding: 0;
  }
}
@media (max-width: 1024px) {
  nav#main {
    display: none;
    height: 0;
  }
}
nav#main .primarynav {
  padding-top: 35px;
}
nav#main .secondarynav {
  position: absolute;
  top: 0;
  width: 100%;
  min-height: 35px;
  background: #5778A2;
  font-size: 0.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
nav#main .secondarynav .container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
nav#main .secondarynav .container .wpml-ls-legacy-dropdown-click {
  width: auto;
}
nav#main .secondarynav .container a {
  color: #fff;
  text-decoration: none;
  font-size: 0.9rem;
  background-color: transparent;
  border: none;
  padding: 0;
}
nav#main .secondarynav .container a:after {
  border: none;
  margin-left: 15px !important;
  height: 14px !important;
}
nav#main .secondarynav .leftmenu ul li {
  margin-left: unset;
}
nav#main .secondarynav ul {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
nav#main .secondarynav ul li {
  margin-left: 30px;
}
nav#main .secondarynav ul li.wpml-ls-current-language a:after {
  position: relative;
  width: 10px;
  height: 6px;
  margin-left: 4px;
  display: inline-block;
  color: white;
  content: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px'  fill='%23ffffff' viewBox='0 0 132.5 89' style='enable-background:new 0 0 132.5 89;' xml:space='preserve'%3E%3Cg id='Group_2694' transform='translate(0 -148.787)'%3E%3Cg id='Group_2693' transform='translate(0 0)'%3E%3Cpath id='Path_306' d='M0.2,148.8c-0.1,0-0.2,0-0.2,0v0.1v48.7c0,0.1,0,0.1,0.1,0.1l38.1,23.6l28,16.5l28.1-16.4l38.1-23.6 l0.1-0.1V149c0-0.1-0.1-0.2-0.2-0.2h-0.1l-66.1,42.9L0.2,148.8z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
nav#main .secondarynav ul li ul {
  display: none;
}
nav#main .secondarynav ul li:hover ul, nav#main .secondarynav ul li.open ul {
  position: absolute;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: auto;
  z-index: 1000;
  background: #5778a2;
  padding: 10px;
}
nav#main .secondarynav ul li:hover ul li, nav#main .secondarynav ul li.open ul li {
  padding: 10px 0;
  border-bottom: none;
  border-left: none;
  border-bottom: 2px solid transparent;
  margin: 0;
  text-align: left;
}
nav#main .secondarynav ul li:hover ul li + li, nav#main .secondarynav ul li.open ul li + li {
  padding-top: 0;
}
nav#main .secondarynav ul li:hover ul li a, nav#main .secondarynav ul li.open ul li a {
  padding: 0;
  text-align: left;
}
nav#main .secondarynav ul li:hover ul li a:after, nav#main .secondarynav ul li.open ul li a:after {
  display: none;
}
nav#main .secondarynav ul li.shop:before {
  margin-right: 5px;
  font-family: "fontawesome";
  content: "\f07a";
}
nav#main .secondarynav ul li.login:before {
  margin-right: 5px;
  font-family: "fontawesome";
  content: "\f2bd";
}
nav#main .secondarynav ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 0.9rem;
}
nav .mobilenav {
  position: relative;
  z-index: 110;
  overflow-y: auto;
  height: 100%;
}
nav .mobilenav ul#menu-primary-right li.search {
  display: none;
}
nav#mobile {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 0;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
nav#mobile.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
@media (min-width: 1141px) {
  nav#mobile {
    display: none;
  }
}
nav#mobile .navbg {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
nav#mobile .sideview {
  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-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding-top: 90px;
}
nav#mobile .sideview:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
nav#mobile .sideview .secondarynav .wpml-ls-legacy-dropdown-click {
  width: 100% !important;
}
nav#mobile .sideview .secondarynav .wpml-ls-legacy-dropdown-click ul li, nav#mobile .sideview .secondarynav .wpml-ls-legacy-dropdown-click a {
  background: #758FAE !important;
  color: #fff;
}
nav#mobile .sideview .secondarynav .wpml-ls-legacy-dropdown-click ul li.wpml-ls-item-toggle:after, nav#mobile .sideview .secondarynav .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
  position: absolute;
  right: 50px;
  top: 0;
  width: 14px;
  height: 8px;
  display: inline-block;
  color: #DB380F;
  content: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px'  fill='%23df5835' viewBox='0 0 132.5 89' style='enable-background:new 0 0 132.5 89;' xml:space='preserve'%3E%3Cg id='Group_2694' transform='translate(0 -148.787)'%3E%3Cg id='Group_2693' transform='translate(0 0)'%3E%3Cpath id='Path_306' d='M0.2,148.8c-0.1,0-0.2,0-0.2,0v0.1v48.7c0,0.1,0,0.1,0.1,0.1l38.1,23.6l28,16.5l28.1-16.4l38.1-23.6 l0.1-0.1V149c0-0.1-0.1-0.2-0.2-0.2h-0.1l-66.1,42.9L0.2,148.8z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  border: 0 !important;
}
nav#mobile .sideview .secondarynav .wpml-ls-legacy-dropdown-click ul li a, nav#mobile .sideview .secondarynav .wpml-ls-legacy-dropdown-click a a {
  color: #fff;
  border: none;
}
nav#mobile .sideview .secondarynav ul li {
  background: #758FAE !important;
}
nav#mobile .sideview .secondarynav ul li {
  display: block;
}
nav#mobile .sideview .secondarynav ul li a {
  color: #fff;
}
nav#mobile .sideview ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
nav#mobile .sideview ul#menu-primary > li:nth-last-child(1) {
  padding: 10px 30px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
nav#mobile .sideview ul#menu-primary > li:nth-last-child(1) a {
  background: #DF5835;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  display: block;
  padding: 0;
}
nav#mobile .sideview ul li {
  display: block;
  background: #F4F4F4;
  border-bottom: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
nav#mobile .sideview ul li.menu-item-has-children:after {
  position: absolute;
  right: 50px;
  top: 5px;
  width: 14px;
  height: 8px;
  display: inline-block;
  color: #DB380F;
  content: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px'  fill='%23df5835' viewBox='0 0 132.5 89' style='enable-background:new 0 0 132.5 89;' xml:space='preserve'%3E%3Cg id='Group_2694' transform='translate(0 -148.787)'%3E%3Cg id='Group_2693' transform='translate(0 0)'%3E%3Cpath id='Path_306' d='M0.2,148.8c-0.1,0-0.2,0-0.2,0v0.1v48.7c0,0.1,0,0.1,0.1,0.1l38.1,23.6l28,16.5l28.1-16.4l38.1-23.6 l0.1-0.1V149c0-0.1-0.1-0.2-0.2-0.2h-0.1l-66.1,42.9L0.2,148.8z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
nav#mobile .sideview ul li.meganav > ul li:after {
  content: "";
}
nav#mobile .sideview ul li.meganav > ul li a {
  font-weight: bold;
}
nav#mobile .sideview ul li.meganav > ul li ul li {
  padding-left: 30px;
}
nav#mobile .sideview ul li.meganav > ul li ul li a {
  font-weight: normal;
  padding-top: 0;
  padding-bottom: 0;
}
nav#mobile .sideview ul li a {
  width: 100%;
  font-size: 1rem;
  text-decoration: none;
  color: #333333;
  padding: 0 5px 0 30px;
  display: inline-block;
  min-height: 50px;
  line-height: 50px;
  box-sizing: border-box;
}
nav#mobile .sideview ul li ul.sub-menu {
  display: none;
  text-align: left;
  list-style: none;
  background: #f4f4f4;
  margin: 0;
  padding: 0;
}
nav#mobile .sideview ul li ul.sub-menu li {
  font-size: 1rem;
  margin: 0;
  padding: 0;
  border: none;
}
nav#mobile .sideview ul li ul.sub-menu li:first-child {
  font-weight: normal;
}
nav#mobile .sideview ul li ul.sub-menu li:last-child {
  padding-bottom: 10px;
  display: inline-block;
}
nav#mobile .sideview ul li ul.sub-menu li a {
  text-transform: none;
  font-size: 0.9rem;
  display: block;
  min-height: 40px;
  line-height: 40px;
}
nav#mobile .sideview ul li ul.sub-menu li.external a {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='30' height='30' viewBox='0 0 30 30' style=' fill:%23DF5835%3B'%3E%3Cpath d='M 25.980469 2.9902344 A 1.0001 1.0001 0 0 0 25.869141 3 L 20 3 A 1.0001 1.0001 0 1 0 20 5 L 23.585938 5 L 13.292969 15.292969 A 1.0001 1.0001 0 1 0 14.707031 16.707031 L 25 6.4140625 L 25 10 A 1.0001 1.0001 0 1 0 27 10 L 27 4.1269531 A 1.0001 1.0001 0 0 0 25.980469 2.9902344 z M 6 7 C 4.9069372 7 4 7.9069372 4 9 L 4 24 C 4 25.093063 4.9069372 26 6 26 L 21 26 C 22.093063 26 23 25.093063 23 24 L 23 14 L 23 11.421875 L 21 13.421875 L 21 16 L 21 24 L 6 24 L 6 9 L 14 9 L 16 9 L 16.578125 9 L 18.578125 7 L 16 7 L 14 7 L 6 7 z'/%3E%3C/svg%3E");
  background-position-x: 100%;
  background-position-y: center;
  background-size: 15px;
  background-repeat: no-repeat;
  padding-right: 20px;
}
nav#mobile .sideview ul li.open ul.sub-menu {
  display: block;
}
nav#mobile .sideview .social {
  text-align: right;
}
@media (max-width: 1139px) {
  nav#mobile .sideview .social {
    text-align: center;
    margin-bottom: 50px;
  }
}
nav#mobile .sideview .social a {
  display: inline-block;
  text-align: center;
  height: 30px;
  width: 30px;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  margin: 5px 2px;
  padding: 4px;
  font-size: 1.5rem;
  line-height: 2rem;
}

.mobilenavwrap {
  border-bottom: 1px solid #E8E7E5;
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 90px;
  z-index: 200;
}
@media (min-width: 1025px) {
  .mobilenavwrap {
    display: none;
  }
}
.mobilenavwrap.scrolling {
  background-color: #fff;
}
.mobilenavwrap #mobilemenu {
  position: fixed;
  top: 0;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.mobilenavwrap #mobilemenu .logo {
  position: relative;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 50px;
  width: 135px;
  height: 50px;
  max-width: 250px;
}
@media (max-width: 767px) {
  .mobilenavwrap #mobilemenu .logo {
    max-width: 200px;
  }
}
.mobilenavwrap #mobilemenu .logo img {
  width: 135px;
  max-height: 50px;
}
.mobilenavwrap #mobilemenu .mobilephone {
  position: absolute;
  width: 50px;
  height: 50px;
  margin-top: 3px;
  right: 115px;
  transform: translateY(-50%);
  top: 50%;
  transform: rotate;
  background: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' fill='%23f04d24' viewBox='0 0 20.8 20.7' style='enable-background:new 0 0 20.8 20.7;' xml:space='preserve'%3E%3Cg id='Layer_1'%3E%3C/g%3E%3Cg id='Layer_2'%3E%3Cpath class='st0' d='M20.7,4.2c-0.2-1.4-0.8-2.5-1.8-3.3C18,0.2,16.8-0.1,15.4,0c-0.3,0-0.6,0.2-0.7,0.5l-2.3,3.8 c-0.4,0.5-0.5,1.2-0.3,1.8c0.2,0.4,0.5,0.8,1.1,1.2c0.1,0.1,0.2,0.2,0.4,0.3c0.3,0.2,0.7,0.5,0.7,0.7c-0.8,1.4-1.5,2.4-2.3,3.3 c-1,1.1-2.3,2-3.6,2.7c-0.1,0-0.2-0.1-0.3-0.2c-0.1-0.1-0.2-0.2-0.4-0.5c-0.6-0.8-1.6-2.1-3-1.5l-0.1,0L1,14.3l-0.2,0.1 c-0.6,0.4-0.9,1-0.9,1.8c0,0.6,0.2,1.3,0.6,2C1,19,1.7,19.6,2.5,20c0.8,0.4,1.6,0.5,2.3,0.6c0.4,0.1,0.7,0.1,1.1,0.1 c0.8,0,1.6-0.1,2.4-0.4c1.1-0.3,2.2-0.9,3.4-1.6l0.3-0.2c0.5-0.3,1-0.6,1.5-1c2.3-1.7,4.4-4.1,5.7-6.5C20.5,8.6,21,6.3,20.7,4.2z M1.9,16.2c0-0.1,0-0.2,0-0.2c0,0,0,0,0,0l3.5-2c0.2,0.1,0.6,0.6,0.8,0.9c0.2,0.2,0.4,0.5,0.5,0.6c0.3,0.3,0.6,0.5,1,0.7 c0.5,0.2,1,0.2,1.5-0.1c1.6-0.8,3-1.9,4.2-3.1l0,0c1-1,1.8-2.2,2.6-3.7l0.1-0.1c0.7-1.6-0.6-2.5-1.4-3.1L14.6,6 c-0.1-0.1-0.2-0.1-0.2-0.1l-0.1-0.1C14.1,5.7,14,5.5,14,5.5l2.1-3.6c0.6,0,1.2,0.2,1.6,0.5c0.7,0.5,1,1.4,1.1,2.1 c0.3,1.7-0.2,3.6-1.3,5.6c-1.2,2.1-3.1,4.2-5.2,5.8c-0.5,0.4-1,0.7-1.5,1L10.7,17c-1.2,0.7-2.1,1.2-3,1.4c-0.9,0.3-1.8,0.4-2.6,0.2 c-0.7-0.1-1.3-0.3-1.8-0.5c-0.5-0.2-0.8-0.5-1.1-0.9C2,16.9,1.9,16.5,1.9,16.2z'/%3E%3C/g%3E%3C/svg%3E") no-repeat center center/25px;
}
.mobilenavwrap #mobilemenu .mobilephone a {
  position: relative;
  height: 100%;
  width: 100%;
  display: block;
}
.mobilenavwrap #mobilemenu .search {
  height: 45px;
  width: 50px;
  right: 75px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
  position: absolute;
  display: inline-block;
}
.mobilenavwrap #mobilemenu .search .search-icon {
  background: #fff;
  height: 50px;
  width: 50px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
}
.mobilenavwrap #mobilemenu .search .search-icon:after {
  color: #DB380F;
  content: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 21 21' style='enable-background:new 0 0 21 21;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23F04D24;%7D%0A%3C/style%3E%3Cpath id='Path_173' class='st0' d='M17.7,15.1c3.7-2.9,4.3-8.2,1.5-11.8S11-1.1,7.4,1.8C3.7,4.6,3,9.9,5.9,13.6l-5.6,5.6 c-0.4,0.4-0.4,1.1,0,1.5c0.4,0.4,1,0.4,1.4,0l5.6-5.6C10.4,17.5,14.7,17.5,17.7,15.1L17.7,15.1z M17,4c2.5,2.5,2.4,6.5,0,8.9 c0,0,0,0,0,0l0,0c-2.5,2.5-6.5,2.5-9,0c-2.5-2.5-2.5-6.5,0-9C10.5,1.5,14.5,1.5,17,4L17,4z'/%3E%3C/svg%3E");
  position: absolute;
  background: #fff;
  height: 25px;
  width: 25px;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.mobilenavwrap #mobilemenu .search .search-icon:hover {
  cursor: pointer;
}
.mobilenavwrap #mobilemenu .search form {
  position: relative;
  right: 0;
}
.mobilenavwrap #mobilemenu .search form label {
  visibility: hidden;
  height: 0;
  opacity: 0;
}
.mobilenavwrap #mobilemenu .search form input {
  margin-top: 4px;
  visibility: hidden;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100vw;
  height: 0px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  right: -75px;
  top: calc(100% + 15px);
  border: 1px solid #e3e3e3;
  background-color: #fff;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mobilenavwrap #mobilemenu .search form input.open {
  padding-left: 60px;
  visibility: visible;
  opacity: 1;
  height: 50px;
  width: 100vw;
  background: #ffffff url("data:image/svg+xml,%3Csvg enable-background='new 0 0 21 21' viewBox='0 0 21 21' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m17.7 15.1c3.7-2.9 4.3-8.2 1.5-11.8s-8.2-4.4-11.8-1.5c-3.7 2.8-4.4 8.1-1.5 11.8l-5.6 5.6c-.4.4-.4 1.1 0 1.5s1 .4 1.4 0l5.6-5.6c3.1 2.4 7.4 2.4 10.4 0zm-.7-11.1c2.5 2.5 2.4 6.5 0 8.9-2.5 2.5-6.5 2.5-9 0s-2.5-6.5 0-9c2.5-2.4 6.5-2.4 9 .1z' /%3E%3C/svg%3E") no-repeat 15px center/7%;
}
.mobilenavwrap #mobilemenu #nav-icon,
.mobilenavwrap #mobilemenu .m-nav-icon {
  top: 53%;
  right: 25px;
  width: 50px;
  height: 45px;
  position: relative;
  -webkit-transform: rotate(0deg) translateY(-50%);
  -ms-transform: rotate(0deg) translateY(-50%);
  transform: rotate(0deg) translateY(-50%);
  cursor: pointer;
  background: #fff;
  border-radius: 4px;
}
.mobilenavwrap #mobilemenu .nav-search-icon {
  position: absolute;
  right: 80px;
}
.mobilenavwrap #mobilemenu .nav-search-icon::after {
  content: "\f002";
  display: inline-block;
  color: #DF5835;
  font-family: FontAwesome;
  font-size: 1.18rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mobilenavwrap #mobilemenu #nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 60%;
  background: #DF5835;
  border-radius: 9px;
  opacity: 1;
  left: 10px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.mobilenavwrap #mobilemenu #nav-icon span:nth-child(1) {
  top: 13px;
}
.mobilenavwrap #mobilemenu #nav-icon span:nth-child(2),
.mobilenavwrap #mobilemenu #nav-icon span:nth-child(3) {
  top: 22px;
}
.mobilenavwrap #mobilemenu #nav-icon span:nth-child(4) {
  top: 30px;
}
.mobilenavwrap #mobilemenu #nav-icon.open span:nth-child(1) {
  top: 12px;
  width: 0%;
  left: 50%;
}
.mobilenavwrap #mobilemenu #nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobilenavwrap #mobilemenu #nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mobilenavwrap #mobilemenu #nav-icon.open span:nth-child(4) {
  top: 12px;
  width: 0%;
  left: 50%;
}
.mobilenavwrap #mobilemenu .searchbar {
  position: fixed;
  top: 80px;
  z-index: 2;
  display: block;
  width: 100%;
  padding: unset;
  left: 0;
}
.mobilenavwrap #mobilemenu .searchbar li {
  padding: unset;
  margin: unset;
  list-style: none;
}
.mobilenavwrap #mobilemenu .searchbar form {
  width: 100%;
  display: block;
  padding-left: 25px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mobilenavwrap #mobilemenu .searchbar input#s {
  display: block;
  width: 100%;
}
.mobilenavwrap #mobilemenu .searchbar input#s {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-height: 0px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  right: 0;
  border-radius: 4px;
  border: none;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.29);
  background-color: #fff;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mobilenavwrap #mobilemenu .searchbar input#s.open {
  min-height: 50px;
  opacity: 1;
}
.mobilenavwrap #mobilemenu .searchbar input[type=submit] {
  display: none;
}

.backtotop {
  position: fixed;
  z-index: 200;
  right: 45px;
  bottom: 45px;
  background: rgba(19, 73, 137, 0.9);
  width: 45px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  height: 45px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  border: 1px solid #fff;
  border-radius: 50%;
}
.backtotop:hover {
  background: #fff;
  color: #000;
  border-color: #000;
}
@media (max-width: 1139px) {
  .backtotop {
    bottom: 10px;
    right: 10px;
  }
}
.backtotop.scrolltop {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.backtotop .icon {
  display: block;
}

@-webkit-keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes modal-video-inner {
  from {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes modal-video-inner {
  from {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.js-modal-btn {
  display: inline-block;
  color: #60625F;
  font-size: 1rem;
  font-weight: 100;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}
.js-modal-btn:hover {
  cursor: pointer;
}
@media (max-width: 767px) {
  .js-modal-btn {
    padding: 0;
  }
}

.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: modal-video;
  animation-name: modal-video;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.modal-video-close {
  opacity: 0;
}
.modal-video-close .modal-video-movie-wrap {
  -webkit-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  transform: translate(0, 100px);
}

.modal-video-body {
  max-width: 1000px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: table;
}

.modal-video-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: modal-video-inner;
  animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -35px;
  right: -35px;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent;
}
.modal-video-close-btn:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal-video-close-btn:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal-video-close-btn:before, .modal-video-close-btn:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px;
}

.access_notice, .thankyou_notice, .welcome_notice, .exit_notice {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  max-height: 100%;
  overflow-y: scroll;
  width: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  font-family: "Montserrat", sans-serif;
}
.access_notice .popupwrapper, .thankyou_notice .popupwrapper, .welcome_notice .popupwrapper, .exit_notice .popupwrapper {
  overflow-y: scroll;
  height: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: #fff;
  padding: 60px;
  text-align: left;
  width: 100vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  .access_notice .popupwrapper, .thankyou_notice .popupwrapper, .welcome_notice .popupwrapper, .exit_notice .popupwrapper {
    width: 100vw;
    padding: 20px;
  }
}
.access_notice .popupwrapper .bars, .thankyou_notice .popupwrapper .bars, .welcome_notice .popupwrapper .bars, .exit_notice .popupwrapper .bars {
  position: absolute;
  right: 0px;
  top: 0;
  height: 90%;
  width: 250px;
  transition: right 0.5s;
  box-sizing: border-box;
}
@media (max-width: 999px) {
  .access_notice .popupwrapper .bars, .thankyou_notice .popupwrapper .bars, .welcome_notice .popupwrapper .bars, .exit_notice .popupwrapper .bars {
    right: -80px;
  }
}
@media (max-width: 767px) {
  .access_notice .popupwrapper .bars, .thankyou_notice .popupwrapper .bars, .welcome_notice .popupwrapper .bars, .exit_notice .popupwrapper .bars {
    display: none;
  }
}
.access_notice .popupwrapper .bars .orangeslice, .thankyou_notice .popupwrapper .bars .orangeslice, .welcome_notice .popupwrapper .bars .orangeslice, .exit_notice .popupwrapper .bars .orangeslice {
  position: absolute;
  height: 600px;
  width: 100%;
  background: #DF5835;
  clip-path: polygon(180px 0%, 100% 0%, 100% 80%, 100% 80%, 10% 40%);
}
.access_notice .popupwrapper .bars .dots, .thankyou_notice .popupwrapper .bars .dots, .welcome_notice .popupwrapper .bars .dots, .exit_notice .popupwrapper .bars .dots {
  height: 500px;
  width: 250px;
  position: absolute;
  right: 0;
  top: 300px;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' fill='%23CCCCCC' viewBox='0 0 137.9 70' style='enable-background:new 0 0 137.9 70;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M22.7,24.2l-2.9-4l-3,4h-4.1l5-6.6L13,11.2h4.2L20,15l2.8-3.8h4L22,17.6l5,6.7H22.7z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M90.3,24.2l-2.9-4l-3,4h-4.1l5-6.6l-4.8-6.5h4.2l2.8,3.8l2.8-3.8h4l-4.8,6.4l5,6.7H90.3z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M56.5,59.7l-2.9-4l-3,4h-4.1l5-6.6l-4.8-6.5H51l2.8,3.8l2.8-3.8h4L55.8,53l5,6.7H56.5z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M124.1,59.7l-2.9-4l-3,4h-4.1l5-6.6l-4.8-6.5h4.2l2.8,3.8l2.8-3.8h4l-4.8,6.4l5,6.7H124.1z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 10%;
  -webkit-clip-path: polygon(0% 30%, 100% 0%, 100% 100%, 60% 100%);
  clip-path: polygon(0% 30%, 100% 0%, 100% 100%, 60% 100%);
}
.access_notice .popupwrapper .bars .greychevron, .thankyou_notice .popupwrapper .bars .greychevron, .welcome_notice .popupwrapper .bars .greychevron, .exit_notice .popupwrapper .bars .greychevron {
  position: absolute;
  background-color: #60625f;
  -webkit-clip-path: polygon(155px 0%, 300px 0%, 140px 35%, 450px 100%, 290px 100%, 0% 35%);
  clip-path: polygon(155px 0%, 300px 0%, 140px 35%, 450px 100%, 290px 100%, 0% 35%);
  height: 300px;
  width: 100%;
  min-height: 670px;
}
.access_notice .popupwrapper .bars .bluechevron, .thankyou_notice .popupwrapper .bars .bluechevron, .welcome_notice .popupwrapper .bars .bluechevron, .exit_notice .popupwrapper .bars .bluechevron {
  position: absolute;
  background-color: rgba(111, 144, 177, 0.9);
  -webkit-clip-path: polygon(0% 0%, 150px 0%, 405px 100%, 245px 100%);
  clip-path: polygon(0% 0%, 150px 0%, 405px 100%, 245px 100%);
  height: 350px;
  min-height: 255px;
  top: 350px;
  left: 0;
  width: 100%;
}
.access_notice .popupwrapper .close, .thankyou_notice .popupwrapper .close, .welcome_notice .popupwrapper .close, .exit_notice .popupwrapper .close {
  font-weight: bold;
  font-size: 1.5rem;
  color: #39536E;
  position: absolute;
  right: 10px;
  top: 10px;
  height: 30px;
  width: 30px;
}
.access_notice .popupwrapper .close:after, .thankyou_notice .popupwrapper .close:after, .welcome_notice .popupwrapper .close:after, .exit_notice .popupwrapper .close:after {
  content: "X";
}
.access_notice .popupwrapper .close:hover, .thankyou_notice .popupwrapper .close:hover, .welcome_notice .popupwrapper .close:hover, .exit_notice .popupwrapper .close:hover {
  cursor: pointer;
}
.access_notice .popupwrapper .content, .thankyou_notice .popupwrapper .content, .welcome_notice .popupwrapper .content, .exit_notice .popupwrapper .content {
  max-width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .access_notice .popupwrapper .content, .thankyou_notice .popupwrapper .content, .welcome_notice .popupwrapper .content, .exit_notice .popupwrapper .content {
    max-width: 100%;
  }
}
.access_notice .popupwrapper .content .title, .thankyou_notice .popupwrapper .content .title, .welcome_notice .popupwrapper .content .title, .exit_notice .popupwrapper .content .title {
  max-width: 70%;
}
@media (max-width: 1023px) {
  .access_notice .popupwrapper .content .title, .thankyou_notice .popupwrapper .content .title, .welcome_notice .popupwrapper .content .title, .exit_notice .popupwrapper .content .title {
    max-width: 100%;
  }
}
.access_notice .popupwrapper .content .title h2, .thankyou_notice .popupwrapper .content .title h2, .welcome_notice .popupwrapper .content .title h2, .exit_notice .popupwrapper .content .title h2 {
  text-transform: uppercase;
  font-size: 3rem;
  line-height: 3.5rem;
  font-weight: 700;
  color: #39536E;
}
.access_notice .popupwrapper .content .title h2 span.orange, .thankyou_notice .popupwrapper .content .title h2 span.orange, .welcome_notice .popupwrapper .content .title h2 span.orange, .exit_notice .popupwrapper .content .title h2 span.orange {
  color: #DF5835;
}
@media (max-width: 1023px) {
  .access_notice .popupwrapper .content .title h2, .thankyou_notice .popupwrapper .content .title h2, .welcome_notice .popupwrapper .content .title h2, .exit_notice .popupwrapper .content .title h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
@media (max-width: 767px) {
  .access_notice .popupwrapper .content .text, .thankyou_notice .popupwrapper .content .text, .welcome_notice .popupwrapper .content .text, .exit_notice .popupwrapper .content .text {
    max-width: 100%;
  }
}
.access_notice .popupwrapper .content .text p, .thankyou_notice .popupwrapper .content .text p, .welcome_notice .popupwrapper .content .text p, .exit_notice .popupwrapper .content .text p {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}
.access_notice .popupwrapper .content .text p .orange, .thankyou_notice .popupwrapper .content .text p .orange, .welcome_notice .popupwrapper .content .text p .orange, .exit_notice .popupwrapper .content .text p .orange {
  display: block;
  color: #DF5835;
}
.access_notice .popupwrapper .content .links, .thankyou_notice .popupwrapper .content .links, .welcome_notice .popupwrapper .content .links, .exit_notice .popupwrapper .content .links {
  display: flex;
  margin: 20px 0;
}
.access_notice .popupwrapper .content .links .button, .thankyou_notice .popupwrapper .content .links .button, .welcome_notice .popupwrapper .content .links .button, .exit_notice .popupwrapper .content .links .button {
  display: inline-block;
  color: #fff;
  border: none;
  margin-right: 20px;
}
.access_notice .popupwrapper .content .links .button a, .thankyou_notice .popupwrapper .content .links .button a, .welcome_notice .popupwrapper .content .links .button a, .exit_notice .popupwrapper .content .links .button a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.9rem;
  padding: 8px 30px;
  margin-right: 10px;
}
.access_notice .popupwrapper .content .links .button:hover, .thankyou_notice .popupwrapper .content .links .button:hover, .welcome_notice .popupwrapper .content .links .button:hover, .exit_notice .popupwrapper .content .links .button:hover {
  cursor: pointer;
}
.access_notice .popupwrapper .content .links .button.continue, .thankyou_notice .popupwrapper .content .links .button.continue, .welcome_notice .popupwrapper .content .links .button.continue, .exit_notice .popupwrapper .content .links .button.continue {
  background: #DF5835;
}
.access_notice .popupwrapper .content .links .button.goback, .thankyou_notice .popupwrapper .content .links .button.goback, .welcome_notice .popupwrapper .content .links .button.goback, .exit_notice .popupwrapper .content .links .button.goback {
  background: none;
  padding-left: 10px;
  position: relative;
}
.access_notice .popupwrapper .content .links .button.goback a, .thankyou_notice .popupwrapper .content .links .button.goback a, .welcome_notice .popupwrapper .content .links .button.goback a, .exit_notice .popupwrapper .content .links .button.goback a {
  color: #39536E;
  padding: 8px 5px;
}
.access_notice .popupwrapper .content .links .button.goback:before, .thankyou_notice .popupwrapper .content .links .button.goback:before, .welcome_notice .popupwrapper .content .links .button.goback:before, .exit_notice .popupwrapper .content .links .button.goback:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  content: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' fill='%23DF5835' viewBox='0 0 89 132.6' style='enable-background:new 0 0 89 132.6;' xml:space='preserve'%3E%3Cg id='Group_2694' transform='translate(0 -148.787)'%3E%3Cg id='Group_2693' transform='translate(0 0)'%3E%3Cpath id='Path_306' d='M0,281.1c0,0.1,0,0.2,0,0.2c0,0,0.1,0,0.1,0h48.7c0.1,0,0.1,0,0.1-0.1l23.6-38.1L89,215.1L72.6,187 L49,148.9c0,0-0.1-0.1-0.1-0.1H0.2c-0.1,0-0.2,0.1-0.2,0.2c0,0,0,0.1,0,0.1l42.9,66.1L0,281.1z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.access_notice .popupwrapper .content .logos, .thankyou_notice .popupwrapper .content .logos, .welcome_notice .popupwrapper .content .logos, .exit_notice .popupwrapper .content .logos {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  margin: 70px 0;
  align-items: center;
}
@media (max-width: 1023px) {
  .access_notice .popupwrapper .content .logos, .thankyou_notice .popupwrapper .content .logos, .welcome_notice .popupwrapper .content .logos, .exit_notice .popupwrapper .content .logos {
    flex-direction: column;
  }
}
.access_notice .popupwrapper .content .logos .group, .thankyou_notice .popupwrapper .content .logos .group, .welcome_notice .popupwrapper .content .logos .group, .exit_notice .popupwrapper .content .logos .group {
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px solid #2E5570;
}
@media (max-width: 1023px) {
  .access_notice .popupwrapper .content .logos .group, .thankyou_notice .popupwrapper .content .logos .group, .welcome_notice .popupwrapper .content .logos .group, .exit_notice .popupwrapper .content .logos .group {
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-right: none;
    border-bottom: 1px solid #2E5570;
  }
}
.access_notice .popupwrapper .content .logos .group .logo, .thankyou_notice .popupwrapper .content .logos .group .logo, .welcome_notice .popupwrapper .content .logos .group .logo, .exit_notice .popupwrapper .content .logos .group .logo {
  width: 150px;
  max-width: 150px;
}
.access_notice .popupwrapper .content .logos .group .logo img, .thankyou_notice .popupwrapper .content .logos .group .logo img, .welcome_notice .popupwrapper .content .logos .group .logo img, .exit_notice .popupwrapper .content .logos .group .logo img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.access_notice .popupwrapper .content .logos .groupees, .thankyou_notice .popupwrapper .content .logos .groupees, .welcome_notice .popupwrapper .content .logos .groupees, .exit_notice .popupwrapper .content .logos .groupees {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1023px) {
  .access_notice .popupwrapper .content .logos .groupees, .thankyou_notice .popupwrapper .content .logos .groupees, .welcome_notice .popupwrapper .content .logos .groupees, .exit_notice .popupwrapper .content .logos .groupees {
    flex-wrap: wrap;
  }
}
.access_notice .popupwrapper .content .logos .groupees .logo, .thankyou_notice .popupwrapper .content .logos .groupees .logo, .welcome_notice .popupwrapper .content .logos .groupees .logo, .exit_notice .popupwrapper .content .logos .groupees .logo {
  box-sizing: border-box;
  max-height: 100%;
  padding: 0 10px;
}
@media (max-width: 1023px) {
  .access_notice .popupwrapper .content .logos .groupees .logo, .thankyou_notice .popupwrapper .content .logos .groupees .logo, .welcome_notice .popupwrapper .content .logos .groupees .logo, .exit_notice .popupwrapper .content .logos .groupees .logo {
    width: 50%;
  }
}
.access_notice .popupwrapper .content .logos .groupees .logo img, .thankyou_notice .popupwrapper .content .logos .groupees .logo img, .welcome_notice .popupwrapper .content .logos .groupees .logo img, .exit_notice .popupwrapper .content .logos .groupees .logo img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  max-height: 65px;
}
.access_notice .popupwrapper .content .disclaimer p, .thankyou_notice .popupwrapper .content .disclaimer p, .welcome_notice .popupwrapper .content .disclaimer p, .exit_notice .popupwrapper .content .disclaimer p {
  font-size: 0.85rem;
  line-height: 1.1rem;
}
@media (max-width: 1023px) {
  .access_notice .popupwrapper .content .disclaimer p, .thankyou_notice .popupwrapper .content .disclaimer p, .welcome_notice .popupwrapper .content .disclaimer p, .exit_notice .popupwrapper .content .disclaimer p {
    font-size: 0.8rem;
    margin-bottom: 0;
  }
}

.thankyou_notice {
  background: rgb(174, 183, 184);
}

.exit_notice .popupwrapper, .welcome_notice .popupwrapper {
  width: 60vw;
  height: auto;
  padding: 30px;
}
@media (max-width: 1023px) {
  .exit_notice .popupwrapper, .welcome_notice .popupwrapper {
    width: 98vw;
    padding: 0 10px;
    max-height: 100%;
    box-sizing: border-box;
  }
}
.exit_notice .popupwrapper .content, .welcome_notice .popupwrapper .content {
  width: 100%;
  padding: 0;
  max-width: 100%;
}
.exit_notice .popupwrapper .content .title, .exit_notice .popupwrapper .content .text, .welcome_notice .popupwrapper .content .title, .welcome_notice .popupwrapper .content .text {
  max-width: 100%;
}
.exit_notice .popupwrapper .content .title h2, .welcome_notice .popupwrapper .content .title h2 {
  font-size: 2rem;
  line-height: 2.5rem;
}
@media (max-width: 1023px) {
  .exit_notice .popupwrapper .content .title h2, .welcome_notice .popupwrapper .content .title h2 {
    font-size: 1.1rem;
    line-height: 1.3rem;
    margin-bottom: 0;
  }
}

.popup-newsletter .dialog-message {
  padding: 30px 60px !important;
}

.wpcf7 {
  position: relative;
  display: inline-block;
  width: 100%;
}
.wpcf7 .wpcf7-form {
  position: relative;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 25px;
  /* Hide arrow icon in IE browsers */
  /* Hover style */
  /* Focus style */
  /* Set options to normal weight */
  /* Support for rtl text, explicit support for Arabic and Hebrew */
  /* Disabled styles */
}
.wpcf7 .wpcf7-form .formfields {
  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;
}
.wpcf7 .wpcf7-form .formfields.one {
  width: 100%;
}
.wpcf7 .wpcf7-form .formfields.one .form-group {
  width: 100%;
}
.wpcf7 .wpcf7-form .formfields.two {
  width: 100%;
}
.wpcf7 .wpcf7-form .formfields.two .form-group {
  width: 48%;
}
@media (max-width: 793px) {
  .wpcf7 .wpcf7-form .formfields.two .form-group {
    width: 100%;
  }
}
.wpcf7 .wpcf7-form .formfields.three {
  width: 100%;
}
.wpcf7 .wpcf7-form .formfields.three .form-group {
  width: 32%;
}
@media (max-width: 793px) {
  .wpcf7 .wpcf7-form .formfields.three .form-group {
    width: 100%;
  }
}
.wpcf7 .wpcf7-form .formfields .legal {
  font-size: 0.6rem;
  line-height: 0.8rem;
}
.wpcf7 .wpcf7-form .form-group {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 10px 0;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.wpcf7 .wpcf7-form .form-group.suppliercategory {
  display: none;
}
@media (max-width: 1139px) {
  .wpcf7 .wpcf7-form .form-group.submit {
    width: 100%;
  }
}
.wpcf7 .wpcf7-form .form-group.casl {
  margin-top: 30px;
  font-size: 0.8rem;
  line-height: 1.1rem;
}
.wpcf7 .wpcf7-form .form-group .form-control {
  position: relative;
  width: 100%;
  height: 100%;
}
.wpcf7 .wpcf7-form label {
  width: 100%;
  font-weight: 500;
  font-size: 16px;
}
.wpcf7 .wpcf7-form input, .wpcf7 .wpcf7-form select, .wpcf7 .wpcf7-form textarea {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #335471;
  border-radius: 0;
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 40px;
  padding: 5px 12px;
  box-sizing: border-box;
  font-size: 1rem;
  color: #60625f;
}
.wpcf7 .wpcf7-form input[type=checkbox], .wpcf7 .wpcf7-form select[type=checkbox], .wpcf7 .wpcf7-form textarea[type=checkbox] {
  width: 40px;
}
.wpcf7 .wpcf7-form .wpcf7-list-item {
  margin: 0 0 20px 0;
}
.wpcf7 .wpcf7-form .styled-checkbox {
  position: absolute;
  opacity: 0;
}
.wpcf7 .wpcf7-form .styled-checkbox + span.wpcf7-list-item-label {
  position: relative;
  cursor: pointer;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.8em;
}
.wpcf7 .wpcf7-form .styled-checkbox + span.wpcf7-list-item-label:before {
  content: "";
  margin-right: 10px;
  margin-top: 8px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  min-width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #60625f;
}
.wpcf7 .wpcf7-form .styled-checkbox:hover + span.wpcf7-list-item-label:before {
  background: #60625f;
  border: 1px solid #fff;
}
.wpcf7 .wpcf7-form .styled-checkbox:checked + span.wpcf7-list-item-label:before {
  background: #60625f;
  border: 1px solid #fff;
}
.wpcf7 .wpcf7-form .styled-checkbox:disabled + span.wpcf7-list-item-label {
  color: #b8b8b8;
  cursor: auto;
}
.wpcf7 .wpcf7-form .styled-checkbox:disabled + span.wpcf7-list-item-label:before {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #ddd;
}
.wpcf7 .wpcf7-form .styled-checkbox:checked + span.wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 17px;
  background: #fff;
  width: 2px;
  height: 2px;
  -webkit-box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff, 4px -6px 0 #fff, 4px -8px 0 #fff;
  box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff, 4px -6px 0 #fff, 4px -8px 0 #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.wpcf7 .wpcf7-form select {
  font-family: "Montserrat", sans-serif;
  display: block;
  font-size: 1rem;
  font-weight: normal;
  color: #335471;
  line-height: 1.3rem;
  padding: 0.6em 1.4em 0.5em 0.8em;
  width: 100%;
  max-width: 100%; /* useful when width is set to anything other than 100% */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #335471;
  -webkit-box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px'  fill='%23df5835' viewBox='0 0 132.5 89' style='enable-background:new 0 0 132.5 89;' xml:space='preserve'%3E%3Cg id='Group_2694' transform='translate(0 -148.787)'%3E%3Cg id='Group_2693' transform='translate(0 0)'%3E%3Cpath id='Path_306' d='M0.2,148.8c-0.1,0-0.2,0-0.2,0v0.1v48.7c0,0.1,0,0.1,0.1,0.1l38.1,23.6l28,16.5l28.1-16.4l38.1-23.6 l0.1-0.1V149c0-0.1-0.1-0.2-0.2-0.2h-0.1l-66.1,42.9L0.2,148.8z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
}
.wpcf7 .wpcf7-form select::-ms-expand {
  display: none;
}
.wpcf7 .wpcf7-form select:hover {
  border-color: #888;
}
.wpcf7 .wpcf7-form select:focus {
  border-color: #aaa;
  /* It'd be nice to use -webkit-focus-ring-color here but it doesn't work on box-shadow */
  color: #222;
  outline: none;
}
.wpcf7 .wpcf7-form select option {
  font-weight: normal;
}
.wpcf7 .wpcf7-form *[dir=rtl] select, .wpcf7 .wpcf7-form :root:lang(ar) select, .wpcf7 .wpcf7-form :root:lang(iw) select {
  background-position: left 0.7em top 50%, 0 0;
  padding: 0.6em 0.8em 0.5em 1.4em;
}
.wpcf7 .wpcf7-form select:disabled, .wpcf7 .wpcf7-form select[aria-disabled=true] {
  color: graytext;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
}
.wpcf7 .wpcf7-form select:disabled:hover, .wpcf7 .wpcf7-form select[aria-disabled=true] {
  border-color: #aaa;
}
.wpcf7 .wpcf7-form textarea {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  max-height: 120px;
  padding: 12px;
}
.wpcf7 .wpcf7-form button {
  background: #DF5835;
  color: #fff;
}
.wpcf7 .wpcf7-form button:hover {
  cursor: pointer;
  color: #fff;
}
@-webkit-keyframes downarrow {
  0% {
    top: calc(100vh - 75px);
  }
  50% {
    top: calc(100vh - 65px);
  }
  100% {
    top: calc(100vh - 75px);
  }
}
@keyframes downarrow {
  0% {
    top: calc(100vh - 75px);
  }
  50% {
    top: calc(100vh - 65px);
  }
  100% {
    top: calc(100vh - 75px);
  }
}
.skip-to-content-link {
  background: #335471;
  left: 50%;
  padding: 10px;
  position: absolute;
  transform: translate(-50%, -100%);
  transition: transform 0.3s;
  z-index: 999999;
  color: #fff;
}

.skip-to-content-link:focus {
  transform: translate(-50%, 0%);
}

.downmore {
  position: fixed;
  z-index: 999;
  height: 50px;
  width: 50px;
  top: calc(100vh - 75px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top: 15px solid rgba(255, 255, 255, 0.7);
  border-right: 15px solid rgba(255, 255, 255, 0.7);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-animation-name: downarrow;
  animation-name: downarrow;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.downmore:hover {
  cursor: pointer;
}

header {
  width: 100%;
  background-size: cover;
  color: #fff;
  text-align: left;
}
header.elementor-section {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
@media (min-width: 1025px) {
  header.elementor-section {
    padding-top: 100px;
  }
}
@media (max-width: 1023px) {
  header.elementor-section {
    position: relative;
  }
}
header .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 0;
}
header .container {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  padding-top: 150px;
  min-height: 590px;
  position: relative;
  -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;
  text-align: center;
  color: #fff;
}
@media (max-width: 1139px) {
  header .container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
  }
}
@media (max-width: 1139px) {
  header .container {
    padding: 110px 0 70px;
    min-height: 150px;
  }
}
header .container h1 {
  color: #fff !important;
  max-width: 60%;
  text-align: left;
}
header .container .headertext p {
  text-align: left;
  max-width: 50%;
  color: #fff;
}

.gradient {
  background: transparent -webkit-gradient(linear, left top, right top, from(#6d6f72), color-stop(3%, #8b8c8f), color-stop(7%, #aeafb1), color-stop(11%, #c9cacc), color-stop(15%, #dddedf), color-stop(19%, #e9eaeb), color-stop(23%, #edeeef), color-stop(30%, #e7e9ea), color-stop(38%, #d9dadc), color-stop(47%, #c1c2c5), color-stop(53%, #aeb0b3), color-stop(53%, #adafb2), color-stop(59%, #9c9ea1), color-stop(63%, #96999c), color-stop(69%, #9da0a3), color-stop(75%, #aeb0b3), color-stop(77%, #b3b5b8), color-stop(81%, #c3c5c7), color-stop(85%, #dddfe0), color-stop(87%, #edeeef), color-stop(90%, #e9eaeb), color-stop(92%, #e0e1e2), color-stop(94%, #cfd0d2), color-stop(96%, #b8b9bb), color-stop(97%, #9a9b9d), color-stop(99%, #757679), to(#5a5b5e));
  background: transparent -o-linear-gradient(left, #6d6f72 0%, #8b8c8f 3%, #aeafb1 7%, #c9cacc 11%, #dddedf 15%, #e9eaeb 19%, #edeeef 23%, #e7e9ea 30%, #d9dadc 38%, #c1c2c5 47%, #aeb0b3 53%, #adafb2 53%, #9c9ea1 59%, #96999c 63%, #9da0a3 69%, #aeb0b3 75%, #b3b5b8 77%, #c3c5c7 81%, #dddfe0 85%, #edeeef 87%, #e9eaeb 90%, #e0e1e2 92%, #cfd0d2 94%, #b8b9bb 96%, #9a9b9d 97%, #757679 99%, #5a5b5e 100%);
  background: transparent linear-gradient(90deg, #6d6f72 0%, #8b8c8f 3%, #aeafb1 7%, #c9cacc 11%, #dddedf 15%, #e9eaeb 19%, #edeeef 23%, #e7e9ea 30%, #d9dadc 38%, #c1c2c5 47%, #aeb0b3 53%, #adafb2 53%, #9c9ea1 59%, #96999c 63%, #9da0a3 69%, #aeb0b3 75%, #b3b5b8 77%, #c3c5c7 81%, #dddfe0 85%, #edeeef 87%, #e9eaeb 90%, #e0e1e2 92%, #cfd0d2 94%, #b8b9bb 96%, #9a9b9d 97%, #757679 99%, #5a5b5e 100%);
}

.elementor-inner-section {
  min-height: 270px;
}
.elementor-inner-section > .elementor-container {
  height: 100%;
}
.elementor-inner-section > .elementor-row {
  min-height: 270px;
  height: 100%;
}

.playbutton {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 37.9 37.9' style='enable-background:new 0 0 37.9 37.9;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%234E4A44;%7D%0A%3C/style%3E%3Cg id='Group_1637' transform='translate(0 0)'%3E%3Cpath id='Path_158' class='st0' d='M19,2.7c9,0,16.3,7.3,16.3,16.3S28,35.2,19,35.2S2.7,28,2.7,19C2.7,10,10,2.7,19,2.7 M19,0 C8.5,0,0,8.5,0,19s8.5,19,19,19s19-8.5,19-19l0,0C37.9,8.5,29.4,0,19,0z'/%3E%3Cpath id='Path_159' class='st0' d='M27.6,17.8l-12.7-7.3c-0.4-0.2-0.9-0.2-1.3,0c-0.4,0.2-0.7,0.7-0.7,1.2v14.7 c0,0.5,0.3,0.9,0.7,1.2c0.2,0.1,0.4,0.2,0.7,0.2c0.2,0,0.5-0.1,0.7-0.2l12.7-7.3c0.4-0.2,0.7-0.7,0.7-1.2 C28.3,18.5,28,18.1,27.6,17.8z'/%3E%3C/g%3E%3C/svg%3E");
}

section.statbar {
  position: relative;
  background: #6F90B1;
  margin-bottom: -50px;
}
@media (max-width: 1023px) {
  section.statbar {
    margin-bottom: 0px;
  }
}
section.statbar .elementor-row {
  height: 100%;
}
section.statbar > .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 0 80px;
}
section.statbar .container {
  -webkit-filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.5));
  filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.5));
  z-index: 1;
}
section.statbar .container > .elementor-widget-wrap, section.statbar .container > .elementor-column-wrap {
  background: #fff;
  width: 100%;
  max-width: 1140px;
  margin: -25px auto -25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  align-items: center;
  clip-path: polygon(0% 0%, calc(100% - 100px) 0%, 100% 100%, 100px 100%);
}
@media (max-width: 767px) {
  section.statbar .container > .elementor-widget-wrap, section.statbar .container > .elementor-column-wrap {
    padding: 0 80px;
  }
}
section.statbar .container * {
  background: transparent;
}
section.statbar .container .statrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section.statbar .container .statrow > .elementor-container {
  width: 90%;
  margin: 0 auto;
}
section.statbar .container .employees, section.statbar .container .contracts, section.statbar .container .revenue {
  background: transparent;
  max-width: 33%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-weight: 700;
  font-size: 1.1rem;
  align-self: flex-start;
}
@media (max-width: 767px) {
  section.statbar .container .employees, section.statbar .container .contracts, section.statbar .container .revenue {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
section.statbar .container .employees .number, section.statbar .container .contracts .number, section.statbar .container .revenue .number {
  text-align: center;
  font-weight: 700;
  font-size: 3rem;
  line-height: 3rem;
  color: #60625F;
  display: block;
  margin-bottom: 0px;
  display: block;
}
@media (max-width: 1023px) {
  section.statbar .container .employees .number, section.statbar .container .contracts .number, section.statbar .container .revenue .number {
    font-size: 2rem;
    line-height: 2rem;
  }
}
@media (max-width: 767px) {
  section.statbar .container .employees .number, section.statbar .container .contracts .number, section.statbar .container .revenue .number {
    font-size: 1.8rem;
    line-height: 1.5rem;
  }
}
section.statbar .container .employees p, section.statbar .container .contracts p, section.statbar .container .revenue p {
  margin: 0;
  line-height: 1.2rem;
  color: #DF5835;
}
@media (max-width: 767px) {
  section.statbar .container .revenue {
    margin-bottom: 0px;
  }
}
section.brands {
  padding-bottom: 50px;
}
@media (max-width: 1139px) {
  section.brands {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
  }
}
section.brands .title h2 {
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-weight: 500;
  font-size: 2rem;
  color: #2E5570;
  margin-bottom: 30px;
  text-align: left;
}
section.brands .brand {
  padding-right: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px;
}
section.brands .brand:last-child {
  margin-right: 0;
}
section.brands .brand .logo {
  height: 80px;
  text-align: left;
  margin-bottom: 10px;
}
section.brands .brand .logo .elementor-widget-container {
  height: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
section.brands .brand .logo .elementor-widget-container img {
  object-fit: contain;
  max-width: 250px;
  width: 100%;
  height: 100%;
}
section.brands .brand .logo .elementor-image {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
section.brands .brand .logo .elementor-image img {
  object-fit: contain;
  max-width: 250px;
  width: 100%;
  height: 100%;
}
section.brands .brand .title h3 {
  font-size: 1.75rem;
  font-weight: 500;
}
section.bios {
  padding: 100px 0 50px 0;
}
section.bios .title h2 {
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-weight: 500;
  font-size: 2rem;
  color: #205673;
  margin-bottom: 30px;
  text-align: center;
}
section.bios .biorow .bio {
  margin-bottom: 50px;
  padding-right: 30px;
}
section.bios .biorow .bio > .bio {
  padding: 0;
  margin: 0;
}
section.bios .biorow .bio:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  section.bios .biorow .bio {
    margin-right: 0;
    margin-left: 0;
    padding: 20px;
    margin-bottom: 0;
  }
}
section.bios .biorow .bio .image {
  margin-bottom: 30px;
}
section.bios .biorow .bio .image .elementor-image {
  height: 350px;
}
section.bios .biorow .bio .image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
section.bios .biorow .bio .title {
  font-size: 1rem;
  font-weight: 500;
  color: #6F90B1;
  margin-bottom: 10px;
}
section.bios .biorow .bio .title a {
  color: #6F90B1;
}
section.bios .biorow .bio .jobtitle {
  font-size: 1rem;
  line-height: 1.2rem;
  color: #60625F;
  font-style: italic;
}
section.bios .biorow .bio .readmore .elementor-button:focus, section.bios .biorow .bio .readmore .elementor-button:hover, section.bios .biorow .bio .readmore .elementor-button:visited {
  color: #60625F;
}
section.bios .biorow .bio .readmore .elementor-button {
  padding: 0;
  color: #60625F;
  background: #fff;
  text-transform: uppercase;
}
section.bios .biorow .bio .readmore .elementor-button .elementor-button-content-wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
section.bios .biorow .bio .readmore .elementor-button .elementor-button-text {
  position: relative;
  padding-right: 25px;
  font-weight: 500;
  margin-top: 30px;
  -webkit-box-flex: unset;
  -ms-flex-positive: unset;
  flex-grow: unset;
}
section.bios .biorow .bio .readmore .elementor-button .elementor-button-text:after {
  position: absolute;
  right: 0;
  top: 0;
  height: 10px;
  width: 10px;
  color: #DF5835;
  content: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' fill='%23DF5835' viewBox='0 0 89 132.6' style='enable-background:new 0 0 89 132.6;' xml:space='preserve'%3E%3Cg id='Group_2694' transform='translate(0 -148.787)'%3E%3Cg id='Group_2693' transform='translate(0 0)'%3E%3Cpath id='Path_306' d='M0,281.1c0,0.1,0,0.2,0,0.2c0,0,0.1,0,0.1,0h48.7c0.1,0,0.1,0,0.1-0.1l23.6-38.1L89,215.1L72.6,187 L49,148.9c0,0-0.1-0.1-0.1-0.1H0.2c-0.1,0-0.2,0.1-0.2,0.2c0,0,0,0.1,0,0.1l42.9,66.1L0,281.1z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

section.reports {
  padding: 150px 0;
}
@media (max-width: 1139px) {
  section.reports {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 100px;
  }
}
@media (max-width: 1023px) {
  section.reports {
    padding-top: 50px;
  }
}
section.reports.governance {
  padding-bottom: 0px;
}
@media (max-width: 1023px) {
  section.reports.governance {
    padding: 0px;
  }
}
section.reports .currentreports {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 45px;
}
@media (max-width: 1139px) {
  section.reports .currentreports {
    flex-basis: 100%;
  }
}
@media (max-width: 1023px) {
  section.reports .currentreports.esgReports {
    order: 2;
  }
}
@media (max-width: 1023px) {
  section.reports .currentreports {
    margin-right: unset;
  }
}
section.reports .currentreports .reportwrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 160px;
  margin-bottom: 45px;
  color: #fff;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section.reports .currentreports .reportwrapper.annual {
  background-image: url("/wp-content/uploads/2020/11/shutterstock_543880450-2.jpg");
}
section.reports .currentreports .reportwrapper.quarterly {
  background-image: url("/wp-content/uploads/2020/11/shutterstock_1254822187-1.jpg");
}
section.reports .currentreports .reportwrapper.information {
  background-image: url("/wp-content/uploads/2020/11/chris-montgomery-smgTvepind4-unsplash-1.jpg");
}
section.reports .currentreports .reportwrapper.forms {
  background-image: url("/wp-content/uploads/2020/11/dan-dimmock-sNwnjxm8eTY-unsplash-1.jpg");
}
section.reports .currentreports .reportwrapper > .elementor-widget-container {
  background: #39536E;
  position: relative;
  width: 70%;
  height: 100%;
  min-height: 160px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 40px;
}
@media (max-width: 1023px) {
  section.reports .currentreports .reportwrapper > .elementor-widget-container {
    width: 100%;
    padding: 20px;
  }
}
section.reports .currentreports .reportwrapper > .elementor-widget-container:after {
  top: 0;
  bottom: 0;
  right: -100px;
  width: 200px;
  background: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' fill='%236F90B1' viewBox='0 0 89 132.6' style='enable-background:new 0 0 89 132.6;' xml:space='preserve'%3E%3Cg id='Group_2694' transform='translate(0 -148.787)'%3E%3Cg id='Group_2693' transform='translate(0 0)'%3E%3Cpath id='Path_306' d='M0,281.1c0,0.1,0,0.2,0,0.2c0,0,0.1,0,0.1,0h48.7c0.1,0,0.1,0,0.1-0.1l23.6-38.1L89,215.1L72.6,187 L49,148.9c0,0-0.1-0.1-0.1-0.1H0.2c-0.1,0-0.2,0.1-0.2,0.2c0,0,0,0.1,0,0.1l42.9,66.1L0,281.1z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center center/auto 100%;
  content: " ";
  position: absolute;
  height: 100%;
}
@media (max-width: 1023px) {
  section.reports .currentreports .reportwrapper > .elementor-widget-container:after {
    display: none;
  }
}
section.reports .currentreports .reportwrapper .elementor-grid {
  grid-column-gap: 10px;
  grid-row-gap: 20px;
}
section.reports .currentreports .reportwrapper .year {
  color: #AAC3DB;
  font-size: 1rem;
  font-weight: 500;
}
section.reports .currentreports .reportwrapper .title h3 {
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  font-weight: 500;
  text-transform: none;
  margin-bottom: 10px;
}
section.reports .currentreports .reportwrapper .title ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
section.reports .currentreports .reportwrapper .title ul li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
}
section.reports .currentreports .reportwrapper .elementor-button {
  display: inline-block;
  text-align: left;
  padding: 0.5rem 1rem;
  color: #fff;
  border: none;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8rem;
  background: #DF5835;
}
section.reports .currentreports .reportwrapper .elementor-button a {
  text-transform: none;
}
@media (max-width: 1139px) {
  section.reports .pastreports {
    flex-basis: 100%;
  }
}
section.reports .pastreports h2 {
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 500;
  color: #39536E;
  padding: 10px 0px 0px;
}
section.reports .pastreports h3 {
  border-top: 1px solid #ccc;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 20px 0 10px;
  margin-top: 30px;
  margin-bottom: 10px;
}
section.reports .pastreports .elementor-widget-heading a {
  display: block;
  color: #6F90B1;
  font-size: 1rem;
  text-decoration: underline;
  padding: 5px 0;
}
section.reports .pastreports .ecs-posts {
  grid-row-gap: unset;
}
section .sedar {
  min-height: unset;
}
section .sedar .visitsedar {
  border-top: 1px solid #ccc;
  min-height: unset;
}
section .sedar .visitsedar .col {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1023px) {
  section .sedar .visitsedar .col {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
section .sedar .visitsedar .col .elementor-button {
  display: inline-block;
  background: #DF5835;
  color: #fff;
  border: none;
  margin: 0 auto;
}

section .biolist {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 1140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1139px) {
  section .biolist {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  section .biolist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
section .biolist.executive-officers .bio {
  max-width: 18%;
}
@media (max-width: 1139px) {
  section .biolist.executive-officers .bio {
    max-width: 25%;
  }
}
@media (max-width: 1023px) {
  section .biolist.executive-officers .bio {
    max-width: 30%;
  }
}
@media (max-width: 767px) {
  section .biolist.executive-officers .bio {
    max-width: 100%;
  }
}
section .biolist .grouptitle {
  width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
section .biolist .grouptitle h3 {
  color: #36546E;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-weight: 500;
}
section .biolist .bio {
  max-width: 23%;
  margin-right: 2%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1023px) {
  section .biolist .bio {
    max-width: 30%;
  }
}
@media (max-width: 767px) {
  section .biolist .bio {
    max-width: unset;
    margin-right: unset;
  }
}
section .biolist .bio .image {
  height: 250px;
}
section .biolist .bio .image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  section .biolist .bio .image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 1005;
  }
}
section .biolist .bio .content {
  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-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
section .biolist .bio .name h3 {
  font-size: 1.2rem;
  font-weight: 500;
  color: #6F90B1;
  margin-bottom: 0;
}
section .biolist .bio .jobtitle {
  font-size: 0.9rem;
  font-weight: normal;
  color: #60625F;
  font-style: italic;
  line-height: 1.2rem;
}
section .biolist .bio .readmore {
  padding: 0;
  color: #60625F;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
}
section .biolist .bio .readmore a {
  position: relative;
  padding-right: 25px;
  font-weight: 500;
  margin-top: 30px;
  -webkit-box-flex: unset;
  -ms-flex-positive: unset;
  flex-grow: unset;
  text-decoration: none;
  color: #60625F;
}
section .biolist .bio .readmore a:after {
  position: absolute;
  right: 0;
  top: 1px;
  height: 10px;
  width: 10px;
  color: #DF5835;
  content: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' fill='%23DF5835' viewBox='0 0 89 132.6' style='enable-background:new 0 0 89 132.6;' xml:space='preserve'%3E%3Cg id='Group_2694' transform='translate(0 -148.787)'%3E%3Cg id='Group_2693' transform='translate(0 0)'%3E%3Cpath id='Path_306' d='M0,281.1c0,0.1,0,0.2,0,0.2c0,0,0.1,0,0.1,0h48.7c0.1,0,0.1,0,0.1-0.1l23.6-38.1L89,215.1L72.6,187 L49,148.9c0,0-0.1-0.1-0.1-0.1H0.2c-0.1,0-0.2,0.1-0.2,0.2c0,0,0,0.1,0,0.1l42.9,66.1L0,281.1z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
section.documents {
  padding-bottom: 150px;
}
@media (max-width: 1139px) {
  section.documents {
    padding: 0px 20px 100px;
  }
}
section.documents .title {
  margin-bottom: 50px;
}
section.documents .documentlist {
  min-height: unset;
}
section.documents .documentlist .col {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  margin-right: 100px;
}
@media (max-width: 1139px) {
  section.documents .documentlist .col {
    width: 100%;
    margin-right: unset;
  }
}
section.documents .documentlist .col:last-child {
  margin-right: unset;
}
section.documents .documentlist .col .elementor-widget-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  section.documents .documentlist .col .elementor-widget-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
section.documents .documentlist .col .elementor-widget-wrap > div {
  display: inline-block;
  width: auto;
}
section.documents .documentlist .col .elementor-widget-wrap .title {
  font-size: 1.2rem;
  color: #DF5835;
  margin: 0;
  font-weight: 500;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  section.documents .documentlist .col .elementor-widget-wrap .download {
    margin-top: 10px;
  }
}
section.documents .documentlist .col .elementor-widget-wrap .download .elementor-button:focus, section.documents .documentlist .col .elementor-widget-wrap .download .elementor-button:hover, section.documents .documentlist .col .elementor-widget-wrap .download .elementor-button:visited {
  color: #60625F;
}
section.documents .documentlist .col .elementor-widget-wrap .download .elementor-button {
  padding: 0;
  color: #60625F;
  text-transform: uppercase;
  border: none;
}
section.documents .documentlist .col .elementor-widget-wrap .download .elementor-button .elementor-button-content-wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
section.documents .documentlist .col .elementor-widget-wrap .download .elementor-button .elementor-button-text {
  position: relative;
  padding-right: 25px;
  font-weight: 500;
  -webkit-box-flex: unset;
  -ms-flex-positive: unset;
  flex-grow: unset;
}
section.documents .documentlist .col .elementor-widget-wrap .download .elementor-button .elementor-button-text:after {
  position: absolute;
  right: 0;
  top: 0;
  height: 10px;
  width: 10px;
  color: #DF5835;
  content: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' fill='%23DF5835' viewBox='0 0 89 132.6' style='enable-background:new 0 0 89 132.6;' xml:space='preserve'%3E%3Cg id='Group_2694' transform='translate(0 -148.787)'%3E%3Cg id='Group_2693' transform='translate(0 0)'%3E%3Cpath id='Path_306' d='M0,281.1c0,0.1,0,0.2,0,0.2c0,0,0.1,0,0.1,0h48.7c0.1,0,0.1,0,0.1-0.1l23.6-38.1L89,215.1L72.6,187 L49,148.9c0,0-0.1-0.1-0.1-0.1H0.2c-0.1,0-0.2,0.1-0.2,0.2c0,0,0,0.1,0,0.1l42.9,66.1L0,281.1z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

section.stockquote {
  padding: 100px 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}
@media (max-width: 1139px) {
  section.stockquote {
    padding: 20px;
  }
}
section.stockquote .stockinfowrapper {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 160px;
}
@media (max-width: 1023px) {
  section.stockquote .stockinfowrapper {
    height: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-right: 1px solid #000;
  }
}
section.stockquote .stockinfowrapper .column {
  width: 60%;
  padding: 40px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  section.stockquote .stockinfowrapper .column {
    width: 100%;
    padding: 20px;
  }
}
section.stockquote .stockinfowrapper .column:last-child {
  width: 40%;
  background: #2E5570;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 100px 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 100px 100%);
  margin: -25px 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1023px) {
  section.stockquote .stockinfowrapper .column:last-child {
    -webkit-clip-path: none;
    clip-path: none;
    width: 100%;
    padding: 20px;
    margin: 20px 0 0;
  }
}
section.stockquote .stockinfowrapper .column h3 {
  margin: 0;
  padding: 0;
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-weight: 500;
  color: #2E5570;
}
section.stockquote .stockinfowrapper .column h3 a {
  text-decoration: none;
  color: #2E5570;
}
section.stockquote .stockinfowrapper .column .current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
section.stockquote .stockinfowrapper .column .updown {
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section.stockquote .stockinfowrapper .column .updown span {
  display: inline-block;
  margin-right: 20px;
  font-size: 1.5rem;
  font-weight: 100;
}
section.stockquote .stockinfowrapper .column .updown div {
  display: inline-block;
}
section.stockquote .stockinfowrapper .column .updown.up {
  color: #555;
}
section.stockquote .stockinfowrapper .column .updown.down {
  color: #555;
}
section.stockquote .stockinfowrapper .column .updown .arrowup, section.stockquote .stockinfowrapper .column .updown .arrowdown {
  height: 20px;
  width: 20px;
  display: inline-block;
  background: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' fill='%23DF5835' viewBox='0 0 89 132.6' style='enable-background:new 0 0 89 132.6;' xml:space='preserve'%3E%3Cg id='Group_2694' transform='translate(0 -148.787)'%3E%3Cg id='Group_2693' transform='translate(0 0)'%3E%3Cpath id='Path_306' d='M0,281.1c0,0.1,0,0.2,0,0.2c0,0,0.1,0,0.1,0h48.7c0.1,0,0.1,0,0.1-0.1l23.6-38.1L89,215.1L72.6,187 L49,148.9c0,0-0.1-0.1-0.1-0.1H0.2c-0.1,0-0.2,0.1-0.2,0.2c0,0,0,0.1,0,0.1l42.9,66.1L0,281.1z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center center/cover;
}
section.stockquote .stockinfowrapper .column .updown .arrowup {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
section.stockquote .stockinfowrapper .column .updown .arrowdown {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
section.stockquote .stockinfowrapper .column .date, section.stockquote .stockinfowrapper .column .volume {
  font-size: 1.5rem;
  font-weight: 500;
  margin-left: 50px;
}
@media (max-width: 1139px) {
  section.contactinfo {
    padding: 20px;
  }
}
section.contactinfo .contactbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 295px;
  margin-bottom: 30px;
  color: #fff;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 30px;
}
section.contactinfo .contactbox:last-child {
  margin-right: 0;
}
@media (max-width: 1139px) {
  section.contactinfo .contactbox {
    margin-right: 0px;
  }
}
section.contactinfo .contactbox.investor {
  background-image: url("/wp-content/themes/dexterra/images/Investor_Relations.jpg");
}
section.contactinfo .contactbox.corporate {
  background-image: url("/wp-content/themes/dexterra/images/corporateoffice.jpg");
}
section.contactinfo .contactbox > .elementor-widget-container, section.contactinfo .contactbox > .elementor-widget-wrap, section.contactinfo .contactbox > .elementor-column-wrap {
  background: #39536E;
  position: relative;
  width: 60%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 40px;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 1023px) {
  section.contactinfo .contactbox > .elementor-widget-container, section.contactinfo .contactbox > .elementor-widget-wrap, section.contactinfo .contactbox > .elementor-column-wrap {
    width: 100%;
  }
}
section.contactinfo .contactbox > .elementor-widget-container:after, section.contactinfo .contactbox > .elementor-widget-wrap:after, section.contactinfo .contactbox > .elementor-column-wrap:after {
  top: 0;
  bottom: 0;
  right: -100px;
  width: 200px;
  background: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' fill='%236F90B1' viewBox='0 0 89 132.6' style='enable-background:new 0 0 89 132.6;' xml:space='preserve'%3E%3Cg id='Group_2694' transform='translate(0 -148.787)'%3E%3Cg id='Group_2693' transform='translate(0 0)'%3E%3Cpath id='Path_306' d='M0,281.1c0,0.1,0,0.2,0,0.2c0,0,0.1,0,0.1,0h48.7c0.1,0,0.1,0,0.1-0.1l23.6-38.1L89,215.1L72.6,187 L49,148.9c0,0-0.1-0.1-0.1-0.1H0.2c-0.1,0-0.2,0.1-0.2,0.2c0,0,0,0.1,0,0.1l42.9,66.1L0,281.1z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center center/auto 100%;
  content: " ";
  position: absolute;
  height: 100%;
}
@media (max-width: 1023px) {
  section.contactinfo .contactbox > .elementor-widget-container:after, section.contactinfo .contactbox > .elementor-widget-wrap:after, section.contactinfo .contactbox > .elementor-column-wrap:after {
    display: none;
  }
}
section.contactinfo .contactbox .title {
  width: 80%;
}
@media (max-width: 1023px) {
  section.contactinfo .contactbox .title {
    width: 100%;
  }
}
section.contactinfo .contactbox .title h3 {
  padding: 0 20px;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
}
section.contactinfo .contactbox .text p {
  padding: 0 20px;
  color: #fff;
}
section.additionalinfo {
  padding: 0 0 50px;
}
section.additionalinfo .grey {
  background: #F8F8F8;
}
section.additionalinfo .infobox {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 30px 30px;
  margin-right: 30px;
}
section.additionalinfo .infobox > .elementor-column-wrap .elementor-widget-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
section.additionalinfo .infobox:last-child {
  margin-right: 0;
}
@media (max-width: 1139px) {
  section.additionalinfo .infobox {
    margin: 30px 20px 10px;
  }
  section.additionalinfo .infobox:last-child {
    margin-right: 20px;
  }
}
section.additionalinfo .infobox h3 {
  text-transform: uppercase;
  color: #2E5570;
  font-size: 1.2rem;
  font-weight: 500;
}
section.additionalinfo .infobox .text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
section.additionalinfo .infobox .text p {
  font-size: 0.9rem;
}
section.additionalinfo .infobox .button .elementor-button:focus, section.additionalinfo .infobox .button .elementor-button:hover, section.additionalinfo .infobox .button .elementor-button:visited {
  color: #60625F;
}
section.additionalinfo .infobox .button .elementor-button {
  border: none;
  padding: 0;
  color: #60625F;
  text-transform: uppercase;
}
section.additionalinfo .infobox .button .elementor-button .elementor-button-content-wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
section.additionalinfo .infobox .button .elementor-button .elementor-button-text {
  position: relative;
  padding-right: 25px;
  font-weight: 500;
  margin-top: 30px;
  -webkit-box-flex: unset;
  -ms-flex-positive: unset;
  flex-grow: unset;
}
section.additionalinfo .infobox .button .elementor-button .elementor-button-text:after {
  position: absolute;
  right: 0;
  top: 0;
  height: 10px;
  width: 10px;
  color: #DF5835;
  content: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' fill='%23DF5835' viewBox='0 0 89 132.6' style='enable-background:new 0 0 89 132.6;' xml:space='preserve'%3E%3Cg id='Group_2694' transform='translate(0 -148.787)'%3E%3Cg id='Group_2693' transform='translate(0 0)'%3E%3Cpath id='Path_306' d='M0,281.1c0,0.1,0,0.2,0,0.2c0,0,0.1,0,0.1,0h48.7c0.1,0,0.1,0,0.1-0.1l23.6-38.1L89,215.1L72.6,187 L49,148.9c0,0-0.1-0.1-0.1-0.1H0.2c-0.1,0-0.2,0.1-0.2,0.2c0,0,0,0.1,0,0.1l42.9,66.1L0,281.1z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

section.servicelocations {
  padding-bottom: 50px;
}
@media (max-width: 1139px) {
  section.servicelocations {
    padding: 0 20px 50px;
  }
}
section.servicelocations .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1140px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  section.servicelocations .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
section.servicelocations .container h2 {
  color: #335471;
  font-size: 21px;
  line-height: 35px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 30px;
}
section.servicelocations .container ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
section.servicelocations .container ul li {
  width: 30%;
  font-size: 25px;
  line-height: 2rem;
  font-weight: 700;
  color: #60625F;
  margin-bottom: 25px;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 1023px) {
  section.servicelocations .container ul li {
    width: 48%;
  }
}
@media (max-width: 767px) {
  section.servicelocations .container ul li {
    width: 100%;
  }
}
section.contactform {
  padding: 100px 0 50px;
}
@media (max-width: 1139px) {
  section.contactform {
    padding: 0 20px;
  }
}
@media (max-width: 1023px) {
  section.contactform {
    padding: 50px 0;
  }
}
section.contactform .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1140px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  section.contactform .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
section.contactform .container .contactform {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  section.contactform .container .contactform {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
  }
}
section.contactform .container .contactform .options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px) {
  section.contactform .container .contactform .options {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
section.contactform .container .contactform .options .contactselection {
  width: 60%;
  padding-right: 50px;
  /* Hide arrow icon in IE browsers */
  /* Hover style */
  /* Focus style */
  /* Set options to normal weight */
  /* Support for rtl text, explicit support for Arabic and Hebrew */
  /* Disabled styles */
}
@media (max-width: 1023px) {
  section.contactform .container .contactform .options .contactselection {
    width: 100%;
  }
}
section.contactform .container .contactform .options .contactselection h2 {
  color: #335471;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.5rem;
}
@media (max-width: 1023px) {
  section.contactform .container .contactform .options .contactselection {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-right: 0;
  }
}
section.contactform .container .contactform .options .contactselection select {
  font-family: "Montserrat", sans-serif;
  display: block;
  font-size: 1rem;
  font-weight: normal;
  color: #335471;
  line-height: 1.3rem;
  padding: 0.6em 1.4em 0.5em 0.8em;
  width: 100%;
  max-width: 100%; /* useful when width is set to anything other than 100% */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #335471;
  -webkit-box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px'  fill='%23df5835' viewBox='0 0 132.5 89' style='enable-background:new 0 0 132.5 89;' xml:space='preserve'%3E%3Cg id='Group_2694' transform='translate(0 -148.787)'%3E%3Cg id='Group_2693' transform='translate(0 0)'%3E%3Cpath id='Path_306' d='M0.2,148.8c-0.1,0-0.2,0-0.2,0v0.1v48.7c0,0.1,0,0.1,0.1,0.1l38.1,23.6l28,16.5l28.1-16.4l38.1-23.6 l0.1-0.1V149c0-0.1-0.1-0.2-0.2-0.2h-0.1l-66.1,42.9L0.2,148.8z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
}
section.contactform .container .contactform .options .contactselection select::-ms-expand {
  display: none;
}
section.contactform .container .contactform .options .contactselection select:hover {
  border-color: #888;
}
section.contactform .container .contactform .options .contactselection select:focus {
  border-color: #aaa;
  /* It'd be nice to use -webkit-focus-ring-color here but it doesn't work on box-shadow */
  color: #222;
  outline: none;
}
section.contactform .container .contactform .options .contactselection select option {
  font-weight: normal;
}
section.contactform .container .contactform .options .contactselection *[dir=rtl] select, section.contactform .container .contactform .options .contactselection :root:lang(ar) select, section.contactform .container .contactform .options .contactselection :root:lang(iw) select {
  background-position: left 0.7em top 50%, 0 0;
  padding: 0.6em 0.8em 0.5em 1.4em;
}
section.contactform .container .contactform .options .contactselection select:disabled, section.contactform .container .contactform .options .contactselection select[aria-disabled=true] {
  color: graytext;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
}
section.contactform .container .contactform .options .contactselection select:disabled:hover, section.contactform .container .contactform .options .contactselection select[aria-disabled=true] {
  border-color: #aaa;
}
section.contactform .container .contactform .options .phoneus {
  width: 40%;
  background: #EEF3F7;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 60px 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 60px 100%);
  color: #335471;
  padding: 20px 50px 20px 20px;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  section.contactform .container .contactform .options .phoneus {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 20px;
    -webkit-clip-path: none;
    clip-path: none;
    padding: 20px;
  }
}
section.contactform .container .contactform .options .phoneus p {
  font-weight: 500;
  color: #335471;
  font-size: 1.2rem;
  line-height: 2rem;
  text-align: right;
}
@media (max-width: 1023px) {
  section.contactform .container .contactform .options .phoneus p {
    text-align: center;
  }
}
section.contactform .container .contactform .options .phoneus p .phonenumber {
  display: block;
  font-size: 2rem;
}
section.contactform .container .contactform .options .phoneus p .phonenumber a {
  text-decoration: none;
}
section.contactform .container .contactform .sechtmlwrap {
  display: none;
  margin: 30px 0;
}
section.contactform .container .contactform .sechtmlwrap .seccontact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #f4f4f4;
  padding: 20px;
}
@media (max-width: 1023px) {
  section.contactform .container .contactform .sechtmlwrap .seccontact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
section.contactform .container .contactform .sechtmlwrap .seccontact .name {
  font-family: "Trade Gothic LT Std";
  font-size: 1.6rem;
  text-transform: uppercase;
}
section.contactform .container .contactform .sechtmlwrap .seccontact .changebutton {
  display: inline-block;
  background: #000;
  border-radius: 4px;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-top: auto;
}
section.contactform .container .contactform .sechtmlwrap .seccontact .changebutton a {
  padding: 20px 53px;
  display: block;
  color: #15C9FF;
  text-transform: uppercase;
}
section.contactform .container .contactform .sechtmlwrap .seccontact .changebutton a:hover {
  color: #fff;
}
section.contactform .container .contactform .secretariattab {
  display: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 30px 0;
}
@media (max-width: 767px) {
  section.contactform .container .contactform .secretariattab {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
section.contactform .container .contactform .secretariattab .contact {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 30%;
  max-width: 30%;
  margin-bottom: 30px;
  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-shadow: 0px 0px 20px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.29);
  padding: 20px;
}
@media (max-width: 1023px) {
  section.contactform .container .contactform .secretariattab .contact {
    width: 45%;
    max-width: 45%;
  }
}
@media (max-width: 767px) {
  section.contactform .container .contactform .secretariattab .contact {
    width: 100%;
    max-width: 100%;
  }
}
section.contactform .container .contactform .secretariattab .contact .name {
  font-family: "Trade Gothic LT Std", sans-serif;
  text-transform: uppercase;
  font-size: 1.4rem;
  margin: 5px 0;
}
section.contactform .container .contactform .secretariattab .contact .subhead {
  font-family: "Trade Gothic LT Std", sans-serif;
  text-transform: uppercase;
  font-size: 1.2rem;
  margin: 15px 0 5px;
}
section.contactform .container .contactform .secretariattab .contact .contactfor {
  margin-bottom: 30px;
  line-height: 1.4rem;
}
section.contactform .container .contactform .secretariattab .contact .contactbutton {
  display: inline-block;
  background: #000;
  border-radius: 4px;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-top: auto;
}
section.contactform .container .contactform .secretariattab .contact .contactbutton a {
  padding: 20px 53px;
  display: block;
  color: #15C9FF;
  text-transform: uppercase;
}
section.contactform .container .contactform .secretariattab .contact .contactbutton a:hover {
  color: #fff;
}
section.contactform .container .contactform .contactformtab {
  margin: 30px 0;
}
section.contactform .container .locations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #f4f4f4;
  padding: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 40%;
}
@media (max-width: 1023px) {
  section.contactform .container .locations {
    max-width: 100%;
  }
}
section.contactform .container .locations .locationwrapper {
  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;
}
section.contactform .container .locations .locationwrapper .location {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 45%;
  max-width: 45%;
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  section.contactform .container .locations .locationwrapper .location {
    width: 30%;
    max-width: 30%;
  }
}
@media (max-width: 767px) {
  section.contactform .container .locations .locationwrapper .location {
    width: 100%;
    max-width: 100%;
  }
}
section.contactform .container .locations .locationwrapper .location .title {
  font-family: "Trade Gothic LT Std", sans-serif;
  text-transform: uppercase;
  font-size: 1.6rem;
}
section.contactform .container .locations .social a {
  display: inline-block;
  text-align: center;
  height: 30px;
  width: 30px;
  line-height: 15px;
  background-color: #5E5F5F;
  color: #fff;
  text-decoration: none;
  margin: 0 5px;
  padding: 8px;
  border-radius: 18px;
  font-size: 1rem;
}
section.contactform .container .locations .social a span {
  position: relative;
  top: 1px;
}
@media (max-width: 1139px) {
  section.locationaccordion {
    padding: 0 20px;
  }
}
section.locationaccordion .accordionwrapper {
  width: 100%;
  max-width: 1140px;
  border-bottom: 2px solid #A5C4DE;
  margin: 50px auto;
}
@media (max-width: 767px) {
  section.locationaccordion .accordionwrapper {
    margin-left: unset;
    width: 100%;
  }
}
section.locationaccordion .accordionwrapper h3 {
  margin: 0;
  padding: 35px 0 0;
  border-top: 2px solid #A5C4DE;
}
@media (max-width: 767px) {
  section.locationaccordion .accordionwrapper h3 {
    padding: 30px 0 0;
  }
}
section.locationaccordion .accordionwrapper h3 .accordion-title {
  max-width: 90%;
  display: inline-block;
}
section.locationaccordion .accordionwrapper h3 button.accordion {
  max-width: calc(100% - 30px);
  color: #205673;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  font-size: 21px;
  line-height: 35px;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: transparent;
  position: relative;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
@media (max-width: 767px) {
  section.locationaccordion .accordionwrapper h3 button.accordion {
    font-size: rem-calc(24px);
    line-height: rem-calc(28.8px);
  }
}
section.locationaccordion .accordionwrapper h3 button.accordion:after {
  width: 20px;
  height: 20px;
  content: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px'  fill='%23df5835' viewBox='0 0 132.5 89' style='enable-background:new 0 0 132.5 89;' xml:space='preserve'%3E%3Cg id='Group_2694' transform='translate(0 -148.787)'%3E%3Cg id='Group_2693' transform='translate(0 0)'%3E%3Cpath id='Path_306' d='M0.2,148.8c-0.1,0-0.2,0-0.2,0v0.1v48.7c0,0.1,0,0.1,0.1,0.1l38.1,23.6l28,16.5l28.1-16.4l38.1-23.6 l0.1-0.1V149c0-0.1-0.1-0.2-0.2-0.2h-0.1l-66.1,42.9L0.2,148.8z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  color: #DB380F;
  position: absolute;
  top: 0;
  right: -20px;
  transform-origin: bottom;
  transition: all 0.5s;
}
section.locationaccordion .accordionwrapper h3 button.accordion.active:after {
  transform: rotate(180deg);
}
section.locationaccordion .accordionwrapper .panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s;
  font-size: rem-calc(16px);
  line-height: rem-calc(28px);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-top: 30px;
}
section.locationaccordion .accordionwrapper .panel.open {
  max-height: 500px;
}
section.locationaccordion .accordionwrapper .panel a {
  color: #60625f;
  text-decoration: underline;
}
section.locationaccordion .accordionwrapper .panel .location {
  width: 32%;
  margin-right: 1%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 2%;
  font-size: 0.9rem;
  line-height: 1.1rem;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5rem;
  min-width: 250px;
  margin-bottom: 45px;
}
@media only screen and (max-width: 1024px) {
  section.locationaccordion .accordionwrapper .panel .location {
    width: 33%;
  }
}
@media only screen and (max-width: 768px) {
  section.locationaccordion .accordionwrapper .panel .location {
    width: 100%;
  }
}
section.locationaccordion .accordionwrapper .panel .location .name {
  font-size: 25px;
  line-height: 2rem;
  font-weight: 700;
  color: #60625F;
  margin-bottom: 5px;
  font-family: "Montserrat", sans-serif;
}
section.locationaccordion .accordionwrapper .panel .location span.title {
  font-weight: bold;
}
section.locationaccordion .accordionwrapper .panel .location .category {
  color: #6F90B1;
  font-size: 0.9rem;
  margin-bottom: 1rem;
  font-weight: 700;
  line-height: 1.3rem;
}
section.locationaccordion .accordionwrapper .panel .location .phone a {
  text-decoration: none;
  color: #60625F;
}
section.locationaccordion .accordionwrapper .panel .location .address span {
  display: inline;
}

@media (max-width: 767px) {
  section.latestpost .latestpost {
    padding: 0;
  }
}
section.latestpost .container {
  width: 100%;
  max-width: 1140px;
  margin: -50px auto 130px;
  border: 1px solid #dadada;
  background: #fff;
}
@media (max-width: 1139px) {
  section.latestpost .container {
    margin-left: 20px;
    margin-right: 20px;
  }
}
section.latestpost .container .postwrap > .elementor-container .elementor-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section.latestpost .container .post-primary {
  width: 60%;
  padding: 40px 0 40px 80px;
}
@media (max-width: 1023px) {
  section.latestpost .container .post-primary {
    width: 100%;
    padding: 40px 20px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
section.latestpost .container .post-primary .date {
  color: #DF5835;
}
section.latestpost .container .post-primary .title h2 {
  color: #5A85A9;
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: 500;
  margin-bottom: 30px;
}
section.latestpost .container .post-primary .excerpt > .elementor-widget-container {
  line-height: 1.2rem;
}
section.latestpost .container .post-primary .readmore .elementor-button:focus, section.latestpost .container .post-primary .readmore .elementor-button:hover, section.latestpost .container .post-primary .readmore .elementor-button:visited {
  color: #60625F;
}
section.latestpost .container .post-primary .readmore .elementor-button {
  padding: 0;
  color: #60625F;
}
section.latestpost .container .post-primary .readmore .elementor-button .elementor-button-content-wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
section.latestpost .container .post-primary .readmore .elementor-button .elementor-button-text {
  position: relative;
  padding-right: 25px;
  font-weight: 500;
  -webkit-box-flex: unset;
  -ms-flex-positive: unset;
  flex-grow: unset;
}
section.latestpost .container .post-primary .readmore .elementor-button .elementor-button-text:after {
  position: absolute;
  right: 0;
  top: 0;
  height: 10px;
  width: 10px;
  color: #DF5835;
  content: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' fill='%23DF5835' viewBox='0 0 89 132.6' style='enable-background:new 0 0 89 132.6;' xml:space='preserve'%3E%3Cg id='Group_2694' transform='translate(0 -148.787)'%3E%3Cg id='Group_2693' transform='translate(0 0)'%3E%3Cpath id='Path_306' d='M0,281.1c0,0.1,0,0.2,0,0.2c0,0,0.1,0,0.1,0h48.7c0.1,0,0.1,0,0.1-0.1l23.6-38.1L89,215.1L72.6,187 L49,148.9c0,0-0.1-0.1-0.1-0.1H0.2c-0.1,0-0.2,0.1-0.2,0.2c0,0,0,0.1,0,0.1l42.9,66.1L0,281.1z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
section.latestpost .container .graphic {
  width: calc(60% + 100px);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 370px 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 370px 100%);
  padding-right: -100px;
}
@media (max-width: 1139px) {
  section.latestpost .container .graphic {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-clip-path: none;
    clip-path: none;
  }
}
section.latestpost .container .graphic img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
section.latestpost .category-blog .container .post-primary .date {
  color: #5A85A9;
  font-style: italic;
}
section.latestpost .category-blog .container .post-primary .title h2 {
  color: #DF5835;
  margin: 16px 0 20px 0;
  font-weight: bold;
}
section.latestpost .category-blog .container .post-primary .excerpt > .elementor-widget-container {
  margin-bottom: 20px;
}
section.posts {
  padding-bottom: 100px;
}
@media (max-width: 1139px) {
  section.posts {
    padding-left: 20px;
    padding-right: 20px;
  }
}
section.posts .container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
section.posts .container .title-search {
  min-height: unset;
  width: 100%;
  margin-bottom: 50px;
}
section.posts .container .title-search .title h2 {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
  color: #1A4C66;
  text-transform: uppercase;
}
@media (max-width: 1139px) {
  section.posts .container .title-search .title {
    margin-bottom: 30px;
  }
}
section.posts .container .title-search .search {
  text-align: right;
}
@media (max-width: 1139px) {
  section.posts .container .title-search .search {
    text-align: left;
  }
}
section.posts .container .title-search .search .searchform-container {
  display: flex;
  justify-content: flex-end;
}
section.posts .container .title-search .search .searchform-container input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #6791B4;
  height: 45px;
  padding-right: 50px;
  padding-left: 20px;
  margin-right: -45px;
  width: 100%;
  max-width: 300px;
}
@media (max-width: 767px) {
  section.posts .container .title-search .search .searchform-container input {
    max-width: unset;
    margin-right: 0;
  }
}
section.posts .container .title-search .search .searchform-container button {
  border: none;
  background: none;
  position: relative;
  left: -5px;
  display: inline-block;
  width: 45px;
  height: 45px;
}
section.posts .container .title-search .search .searchform-container button:after {
  color: #DB380F;
  content: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 21 21' style='enable-background:new 0 0 21 21;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23F04D24;%7D%0A%3C/style%3E%3Cpath id='Path_173' class='st0' d='M17.7,15.1c3.7-2.9,4.3-8.2,1.5-11.8S11-1.1,7.4,1.8C3.7,4.6,3,9.9,5.9,13.6l-5.6,5.6 c-0.4,0.4-0.4,1.1,0,1.5c0.4,0.4,1,0.4,1.4,0l5.6-5.6C10.4,17.5,14.7,17.5,17.7,15.1L17.7,15.1z M17,4c2.5,2.5,2.4,6.5,0,8.9 c0,0,0,0,0,0l0,0c-2.5,2.5-6.5,2.5-9,0c-2.5-2.5-2.5-6.5,0-9C10.5,1.5,14.5,1.5,17,4L17,4z'/%3E%3C/svg%3E");
  position: absolute;
  background: #fff;
  height: 25px;
  width: 25px;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
@media (max-width: 767px) {
  section.posts .container .title-search .search .searchform-container button {
    position: absolute;
    right: 0;
    left: unset;
  }
}
section.posts .container .title-search .btn {
  padding: 0px 30px 0 0;
  margin-top: 0;
}
section.posts .container .title-search .btn:hover {
  cursor: default;
}
section.posts .container .title-search .btn a {
  display: block;
  padding: 10px 50px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  background: none;
  border: none;
  font-weight: 500;
  display: inline-block;
  background: #DB380F;
}
section.posts .container .title-search .btn a:hover {
  cursor: pointer;
}
section.posts .container article.post {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 50px;
  overflow: hidden;
}
@media (max-width: 1139px) {
  section.posts .container article.post:nth-child(even) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  section.posts .container article.post {
    margin-right: unset;
    padding: 0 0 50px;
  }
}
section.posts .container article.post > .post .elementor-section-wrap {
  height: 100%;
}
section.posts .container article.post > .post .elementor-section-wrap > .postwrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
section.posts .container article.post > .post .elementor-section-wrap > .postwrap > .elementor-container {
  height: 100%;
}
section.posts .container article.post > .post .elementor-section-wrap > .postwrap > .elementor-container .elementor-widget-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
section.posts .container article.post .image {
  height: 200px;
  position: relative;
}
section.posts .container article.post .image > .elementor-widget-container {
  position: relative;
  height: 100%;
  width: 100%;
  margin-bottom: 15px;
}
section.posts .container article.post .image > .elementor-widget-container img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
section.posts .container article.post .date {
  color: #5A85A9;
  font-weight: normal;
  font-style: italic;
}
section.posts .container article.post .title h3 {
  color: #DF5835;
  margin: 30px 0 20px;
  font-weight: 500;
  line-height: 1.5rem;
}
section.posts .container article.post .readmore .elementor-button:focus, section.posts .container article.post .readmore .elementor-button:hover, section.posts .container article.post .readmore .elementor-button:visited {
  color: #60625F;
}
section.posts .container article.post .readmore .elementor-button {
  padding: 0;
  color: #60625F;
}
section.posts .container article.post .readmore .elementor-button .elementor-button-content-wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
section.posts .container article.post .readmore .elementor-button .elementor-button-text {
  position: relative;
  padding-right: 25px;
  font-weight: 500;
  margin-top: 10px;
  -webkit-box-flex: unset;
  -ms-flex-positive: unset;
  flex-grow: unset;
}
section.posts .container article.post .readmore .elementor-button .elementor-button-text:after {
  position: absolute;
  right: 0;
  top: 0;
  height: 10px;
  width: 10px;
  color: #DF5835;
  content: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' fill='%23DF5835' viewBox='0 0 89 132.6' style='enable-background:new 0 0 89 132.6;' xml:space='preserve'%3E%3Cg id='Group_2694' transform='translate(0 -148.787)'%3E%3Cg id='Group_2693' transform='translate(0 0)'%3E%3Cpath id='Path_306' d='M0,281.1c0,0.1,0,0.2,0,0.2c0,0,0.1,0,0.1,0h48.7c0.1,0,0.1,0,0.1-0.1l23.6-38.1L89,215.1L72.6,187 L49,148.9c0,0-0.1-0.1-0.1-0.1H0.2c-0.1,0-0.2,0.1-0.2,0.2c0,0,0,0.1,0,0.1l42.9,66.1L0,281.1z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
section.posts article.post.category-blog .date {
  color: #5A85A9;
  font-style: italic;
}
section.posts article.post.category-blog .title h3 {
  color: #DF5835;
  margin: 16px 0 20px 0;
  font-weight: bold;
}
section.posts article.post.category-blog .excerpt > .elementor-widget-container {
  margin-bottom: 20px;
}
section.sedar {
  min-height: unset;
}
section.sedar .container .visitsedar {
  border-top: 1px solid #5A85A9;
  padding: 50px;
  max-width: 650px;
  margin: 0px auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  section.sedar .container .visitsedar {
    padding: 20px;
    max-width: 100%;
  }
}
section.sedar .container .visitsedar .elementor-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1023px) {
  section.sedar .container .visitsedar .elementor-column {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
section.sedar .container .visitsedar .button {
  text-align: center;
}
@media (max-width: 1023px) {
  section.sedar .container .visitsedar .button {
    text-align: left;
  }
}
section.sedar .container .visitsedar .button .elementor-button {
  display: inline-block;
  background: #DF5835;
  color: #fff;
  border: none;
  margin: 0 auto;
}

section.presentations {
  min-height: unset;
  padding: 50px 0;
}
section.presentations .innercolumn {
  min-height: unset;
}
section.presentations .container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
section.presentations .container .title h2 {
  font-size: 2rem;
  letter-spacing: 0.2rem;
  color: #1A4C66;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: left;
}
@media (max-width: 1139px) {
  section.presentations .container .title h2 {
    padding: 0 20px;
  }
}
section.presentations .container .posts .elementor-posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  section.presentations .container .posts .elementor-posts {
    flex-direction: column;
  }
}
section.presentations .container .posts article {
  max-width: 48%;
  margin-bottom: 30px;
  box-sizing: border-box;
}
@media (max-width: 1139px) {
  section.presentations .container .posts article {
    padding: 0 20px;
  }
}
@media (max-width: 1023px) {
  section.presentations .container .posts article {
    max-width: 100%;
  }
}
section.presentations .container .posts .image {
  margin-bottom: 30px;
}
section.presentations .container .posts .image > .elementor-widget-container .elementor-image {
  display: inline-block;
  height: 290px;
  width: 100%;
  margin-bottom: 30px;
}
section.presentations .container .posts .image > .elementor-widget-container .elementor-image img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
section.presentations .container .posts .title {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: unset;
}
@media (max-width: 1023px) {
  section.presentations .container .posts .title {
    text-align: left;
  }
}
@media (max-width: 767px) {
  section.presentations .container .posts .title {
    text-align: center;
  }
}
section.presentations .container .posts .button {
  text-align: center;
}
@media (max-width: 1139px) {
  section.presentations .container .posts .button {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  section.presentations .container .posts .button {
    margin-top: 20px;
  }
}
section.presentations .container .posts .button .elementor-button {
  display: inline-block;
  background: #DF5835;
  color: #fff;
  border: none;
  margin: 0 auto;
  float: right;
}
@media (max-width: 1023px) {
  section.presentations .container .posts .button .elementor-button {
    float: unset;
  }
}
section.events {
  padding-bottom: 100px;
}
section.events .container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
section.events .container .elementor-posts-nothing-found {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  text-align: center;
}
section.events .container .elementor-posts-nothing-found:after {
  content: "There are currently no events scheduled.";
}
section.events .container .title-search {
  min-height: unset;
  width: 100%;
  margin-bottom: 50px;
}
section.events .container .title-search .title h2 {
  font-size: 2rem;
  letter-spacing: 0.2rem;
  color: #1A4C66;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
}
section.events .container .title-search .search {
  text-align: right;
}
section.events .container .title-search .search .searchform-container input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #6791B4;
  height: 45px;
  padding-right: 50px;
  padding-left: 20px;
  width: 100%;
  max-width: 300px;
}
section.events .container .title-search .search .searchform-container button {
  border: none;
  background: none;
  position: relative;
  left: -50px;
  display: inline-block;
  width: 45px;
  height: 45px;
}
section.events .container .title-search .search .searchform-container button:after {
  color: #DB380F;
  content: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 21 21' style='enable-background:new 0 0 21 21;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23F04D24;%7D%0A%3C/style%3E%3Cpath id='Path_173' class='st0' d='M17.7,15.1c3.7-2.9,4.3-8.2,1.5-11.8S11-1.1,7.4,1.8C3.7,4.6,3,9.9,5.9,13.6l-5.6,5.6 c-0.4,0.4-0.4,1.1,0,1.5c0.4,0.4,1,0.4,1.4,0l5.6-5.6C10.4,17.5,14.7,17.5,17.7,15.1L17.7,15.1z M17,4c2.5,2.5,2.4,6.5,0,8.9 c0,0,0,0,0,0l0,0c-2.5,2.5-6.5,2.5-9,0c-2.5-2.5-2.5-6.5,0-9C10.5,1.5,14.5,1.5,17,4L17,4z'/%3E%3C/svg%3E");
  position: absolute;
  background: #fff;
  height: 25px;
  width: 25px;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
section.events .container article.post {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.events .container article.post p {
  text-align: center;
}
section.events .container article.post > .post .elementor-section-wrap {
  height: 100%;
}
section.events .container article.post > .post .elementor-section-wrap > .postwrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
section.events .container article.post > .post .elementor-section-wrap > .postwrap > .elementor-container {
  height: 100%;
}
section.events .container article.post > .post .elementor-section-wrap > .postwrap > .elementor-container .elementor-widget-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
section.events .container article.post:last-child {
  margin-right: 0;
}
section.events .container article.post .image > .elementor-widget-container .elementor-image {
  position: relative;
  height: 260px;
  width: 100%;
  margin-bottom: 15px;
}
section.events .container article.post .image > .elementor-widget-container .elementor-image img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
section.events .container article.post .date {
  color: #5A85A9;
  font-weight: normal;
  font-style: italic;
}
section.events .container article.post .title h3 {
  color: #DF5835;
  margin: 10px 0;
  font-weight: 500;
  line-height: 1.5rem;
}
section.events .container article.post .readmore {
  margin-top: auto;
}
section.events .container article.post .readmore .elementor-button:focus, section.events .container article.post .readmore .elementor-button:hover, section.events .container article.post .readmore .elementor-button:visited {
  color: #60625F;
}
section.events .container article.post .readmore .elementor-button {
  padding: 0;
  color: #60625F;
  border: none;
}
section.events .container article.post .readmore .elementor-button .elementor-button-content-wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
section.events .container article.post .readmore .elementor-button .elementor-button-text {
  position: relative;
  padding-right: 25px;
  font-weight: 500;
  margin-top: 30px;
  -webkit-box-flex: unset;
  -ms-flex-positive: unset;
  flex-grow: unset;
}
section.events .container article.post .readmore .elementor-button .elementor-button-text:after {
  position: absolute;
  right: 0;
  top: 0;
  height: 10px;
  width: 10px;
  color: #DF5835;
  content: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' fill='%23DF5835' viewBox='0 0 89 132.6' style='enable-background:new 0 0 89 132.6;' xml:space='preserve'%3E%3Cg id='Group_2694' transform='translate(0 -148.787)'%3E%3Cg id='Group_2693' transform='translate(0 0)'%3E%3Cpath id='Path_306' d='M0,281.1c0,0.1,0,0.2,0,0.2c0,0,0.1,0,0.1,0h48.7c0.1,0,0.1,0,0.1-0.1l23.6-38.1L89,215.1L72.6,187 L49,148.9c0,0-0.1-0.1-0.1-0.1H0.2c-0.1,0-0.2,0.1-0.2,0.2c0,0,0,0.1,0,0.1l42.9,66.1L0,281.1z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

section.privacy-policy, section.terms, section.accessibility, section.sitemap {
  background: #fff;
  padding: 100px 0;
}
section.privacy-policy .container, section.terms .container, section.accessibility .container, section.sitemap .container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
@media (max-width: 1139px) {
  section.privacy-policy .container, section.terms .container, section.accessibility .container, section.sitemap .container {
    padding: 20px;
  }
}
section.privacy-policy .container h2, section.terms .container h2, section.accessibility .container h2, section.sitemap .container h2 {
  color: #1A4C66;
  letter-spacing: 0.2rem;
  font-weight: 500;
  margin-bottom: 30px;
  font-size: 2rem;
}
section.privacy-policy .container h3, section.terms .container h3, section.accessibility .container h3, section.sitemap .container h3 {
  color: #1A4C66;
  font-weight: 500;
  margin-bottom: 30px;
  font-size: 1.5rem;
}

header.sitemapheader .container {
  margin: 0 auto;
  max-width: 1140px;
  width: 100%;
  padding: 150px 0 30px;
  min-height: unset;
}
@media (max-width: 1139px) {
  header.sitemapheader .container {
    padding: 100px 20px 20px;
    box-sizing: border-box;
  }
}
header.sitemapheader .container h1 {
  display: block;
  font-size: 2.5rem;
  font-weight: bold;
  text-decoration: none;
  color: #2E5570 !important;
  margin-bottom: 30px;
  text-align: center;
  max-width: unset;
  letter-spacing: unset;
}

section.sitemap {
  padding: 0 0 100px;
}
section.sitemap .container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
@media (max-width: 1139px) {
  section.sitemap .container {
    padding: 20px;
    box-sizing: border-box;
  }
}
section.sitemap ul.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
@media (max-width: 1023px) {
  section.sitemap ul.menu {
    flex-direction: column;
  }
}
section.sitemap ul.menu:first-child {
  width: 100%;
  flex-wrap: no-wrap;
}
section.sitemap ul.menu:first-child > :first-child > .sub-menu > li {
  max-width: calc(20% - 30px);
}
@media (max-width: 1023px) {
  section.sitemap ul.menu:first-child > :first-child > .sub-menu > li {
    max-width: unset;
  }
}
section.sitemap ul.menu li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
section.sitemap ul.menu li a {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-size: 2rem;
  font-weight: 500;
  text-decoration: none;
  color: #2E5570;
  margin-bottom: 30px;
}
section.sitemap ul.menu li:first-child ul li a {
  font-weight: 500;
}
section.sitemap ul.menu li:first-child ul li {
  width: 100%;
  max-width: 100%;
}
section.sitemap ul.menu li:last-child, section.sitemap ul.menu li:nth-last-child(2) {
  display: none;
}
section.sitemap ul.menu li ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  section.sitemap ul.menu li ul {
    flex-direction: column;
  }
}
section.sitemap ul.menu li ul li {
  max-width: calc(20% - 30px);
  margin-right: 30px;
  display: inline-block;
}
@media (max-width: 1023px) {
  section.sitemap ul.menu li ul li {
    max-width: unset;
  }
}
section.sitemap ul.menu li ul li:last-child {
  margin-right: unset;
}
section.sitemap ul.menu li ul li:last-child, section.sitemap ul.menu li ul li:nth-last-child(2) {
  display: unset;
}
section.sitemap ul.menu li ul li a {
  text-transform: none;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: unset;
  letter-spacing: unset;
  color: #000;
}
section.sitemap ul.menu li ul li ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

header.news {
  min-height: 445px;
  height: 445px;
  position: relative;
  background-color: #333;
}
header.news .chevrons {
  postition: absolute;
  right: 0;
  width: 100%;
  height: 100%;
}
header.news .whiteness {
  background: #fff;
  position: absolute;
  right: 0;
  -webkit-clip-path: polygon(165px 0%, 100% 0, 100% 100%, 460px 100%, 320px 100%, 0% 45%);
  clip-path: polygon(165px 0%, 100% 0, 100% 100%, 460px 100%, 320px 100%, 0% 45%);
  height: 100%;
  width: 15vw;
  min-height: 745px;
}
header.news .greychevron {
  position: absolute;
  right: 0;
  background-color: #60625f;
  -webkit-clip-path: polygon(165px 0%, 300px 0%, 140px 45%, 460px 100%, 320px 100%, 0% 45%);
  clip-path: polygon(165px 0%, 300px 0%, 140px 45%, 460px 100%, 320px 100%, 0% 45%);
  height: 100%;
  width: 15vw;
  min-height: 745px;
}
@media (max-width: 1023px) {
  header.news .greychevron {
    height: unset;
    min-height: unset;
    margin-bottom: 30px;
  }
}
header.news .bluechevron {
  position: absolute;
  right: 0;
  background-color: rgba(111, 144, 177, 0.9);
  -webkit-clip-path: polygon(25px 0%, 170px 0%, 365px 100%, 220px 100%);
  clip-path: polygon(25px 0%, 170px 0%, 365px 100%, 220px 100%);
  height: 30%;
  min-height: 255px;
  bottom: -40%;
  width: 20vw;
}

section.cta-newsletter {
  padding: 50px;
  border: solid 2px #5e5f5f;
}
section.cta-newsletter .elementor-widget-wrap {
  text-align: center;
}
section.cta-newsletter .elementor-widget-wrap .elementor-element {
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  section.cta-newsletter .elementor-widget-wrap .elementor-element {
    display: block;
  }
}
section.cta-newsletter h2.elementor-heading-title {
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-weight: 500;
  font-size: 2rem;
  color: #2E5570;
  line-height: 34px;
  margin: 0;
}
@media (max-width: 1139px) {
  section.cta-newsletter h2.elementor-heading-title {
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
  }
}
@media (max-width: 767px) {
  section.cta-newsletter .elementor-element {
    margin: 0 auto;
  }
}
section.cta-newsletter .elementor-button {
  background: #2E5570;
  margin-left: 20px;
}
@media (max-width: 767px) {
  section.cta-newsletter .elementor-button {
    margin-left: 0;
    margin-top: 30px;
  }
}
section.singlebio {
  padding: 200px 0 100px;
}
@media (max-width: 1139px) {
  section.singlebio {
    padding: 150px 20px 100px;
  }
}
@media (max-width: 1023px) {
  section.singlebio {
    padding: 150px 0 100px;
  }
}
@media (max-width: 767px) {
  section.singlebio {
    padding: 150px 0 100px;
  }
}
section.singlebio .container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  section.singlebio .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
  }
}
section.singlebio .container .content {
  width: 70%;
  box-sizing: border-box;
  padding-right: 50px;
}
@media (max-width: 1023px) {
  section.singlebio .container .content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: unset;
  }
}
section.singlebio .container .content .title {
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-weight: 500;
  font-size: 2rem;
  color: #2E5570;
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  section.singlebio .container .content .title {
    font-size: 1.5rem;
    margin-top: 30px;
    letter-spacing: 0.1rem;
  }
}
section.singlebio .container .content .jobtitle {
  font-weight: 500;
}
section.singlebio .container .content .text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 150px;
}
@media (max-width: 1023px) {
  section.singlebio .container .content .text {
    margin-right: unset;
  }
}
section.singlebio .container .content .back a {
  position: relative;
  display: block;
  padding-left: 25px;
  text-decoration: none;
  color: #5e5f5f;
  font-weight: 500;
}
section.singlebio .container .content .back a:before {
  position: absolute;
  left: 0;
  bottom: 3px;
  height: 10px;
  width: 10px;
  color: #DF5835;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  content: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' fill='%23DF5835' viewBox='0 0 89 132.6' style='enable-background:new 0 0 89 132.6;' xml:space='preserve'%3E%3Cg id='Group_2694' transform='translate(0 -148.787)'%3E%3Cg id='Group_2693' transform='translate(0 0)'%3E%3Cpath id='Path_306' d='M0,281.1c0,0.1,0,0.2,0,0.2c0,0,0.1,0,0.1,0h48.7c0.1,0,0.1,0,0.1-0.1l23.6-38.1L89,215.1L72.6,187 L49,148.9c0,0-0.1-0.1-0.1-0.1H0.2c-0.1,0-0.2,0.1-0.2,0.2c0,0,0,0.1,0,0.1l42.9,66.1L0,281.1z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
section.singlebio .container .image {
  width: 30%;
}
@media (max-width: 1023px) {
  section.singlebio .container .image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
}
section.singlebio .container .image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
section.singlenews {
  padding: 100px 0 100px;
}
section.singlenews .container {
  width: 80%;
  max-width: 920px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  section.singlenews .container {
    width: 100%;
    padding: 20px;
  }
}
section.singlenews .container .content {
  width: 100%;
}
section.singlenews .container .content .date {
  color: #DF5835;
  font-size: 1rem;
  font-weight: normal;
  font-style: italic;
  letter-spacing: 0;
}
section.singlenews .container .content .title {
  letter-spacing: 0.2rem;
  font-weight: 500;
  font-size: 2rem;
  color: #2E5570;
  margin-bottom: 30px;
  text-transform: uppercase;
  line-height: 2.4rem;
}
@media (max-width: 1023px) {
  section.singlenews .container .content .title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
section.singlenews .container .content .text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
section.singlenews .container .content figure {
  width: 100%;
  margin: 0;
  padding: 0;
}
section.singlenews .container .content .social {
  margin: 50px 0;
}
section.singlenews .container .content .social .socialwrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.singlenews .container .content .social .socialwrapper .social-button {
  display: inline-block;
  color: #2E5570;
  text-indent: -9999px;
  height: 50px;
  width: 50px;
  position: relative;
}
section.singlenews .container .content .social .socialwrapper .social-button:before {
  height: 50px;
  width: 50px;
  left: 0;
  position: absolute;
  font-family: "fontawesome";
  font-size: 2rem;
  text-indent: 0;
}
section.singlenews .container .content .social .socialwrapper .social-button.twitter:before {
  content: "\f099";
}
section.singlenews .container .content .social .socialwrapper .social-button.facebook:before {
  content: "\f09a";
}
section.singlenews .container .content .social .socialwrapper .social-button.linkedin:before {
  content: "\f0e1";
}
section.singleblog {
  padding: 100px 0 100px;
}
section.singleblog .container {
  width: 80%;
  max-width: 920px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  section.singleblog .container {
    width: 100%;
    padding: 20px;
  }
}
section.singleblog .container .content {
  width: 100%;
}
section.singleblog .container .content .date {
  color: #2E5570;
  font-size: 1rem;
  font-weight: normal;
  font-style: italic;
  letter-spacing: 0;
}
section.singleblog .container .content .title {
  letter-spacing: 0.2rem;
  font-weight: 500;
  font-size: 2rem;
  color: #2E5570;
  margin-top: 4px;
  margin-bottom: 30px;
  text-transform: uppercase;
  line-height: 2.4rem;
}
@media (max-width: 1023px) {
  section.singleblog .container .content .title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
section.singleblog .container .content .text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
section.singleblog .container .content .text h2 {
  color: #5e5f5f;
}
section.singleblog .container .content .text p + h2 {
  margin-top: 40px;
}
section.singleblog .container .content .text a.btn, section.singleblog .container .content .text a.wp-block-button__link {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: normal;
  padding: 0.5rem 2.5rem 0.5rem 2.5rem;
  border: 1px solid #fff;
  border-radius: 0 !important;
  color: white;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
  display: inline-block;
  position: relative !important;
  background: #DB380F;
}
section.singleblog .container .content figure {
  width: 100%;
  margin: 0;
  padding: 0;
}
section.singleblog .container .content figure img {
  display: block;
  margin: 0 auto;
  height: auto;
}
section.singleblog .container .content .social {
  margin: 50px 0;
}
section.singleblog .container .content .social .socialwrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.singleblog .container .content .social .socialwrapper .social-button {
  display: inline-block;
  color: #2E5570;
  text-indent: -9999px;
  height: 50px;
  width: 50px;
  position: relative;
}
section.singleblog .container .content .social .socialwrapper .social-button:before {
  height: 50px;
  width: 50px;
  left: 0;
  position: absolute;
  font-family: "fontawesome";
  font-size: 2rem;
  text-indent: 0;
}
section.singleblog .container .content .social .socialwrapper .social-button.twitter:before {
  content: "\f099";
}
section.singleblog .container .content .social .socialwrapper .social-button.facebook:before {
  content: "\f09a";
}
section.singleblog .container .content .social .socialwrapper .social-button.linkedin:before {
  content: "\f0e1";
}
section.singlecasestudy {
  padding: 100px 0 100px;
}
section.singlecasestudy .container {
  width: 80%;
  max-width: 920px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  section.singlecasestudy .container {
    width: 100%;
    padding: 20px;
  }
}
section.singlecasestudy .container .content {
  width: 100%;
}
section.singlecasestudy .container .content .title {
  letter-spacing: 0.2rem;
  font-weight: 500;
  font-size: 2rem;
  color: #2E5570;
  margin-top: 4px;
  margin-bottom: 30px;
  text-transform: uppercase;
  line-height: 2.4rem;
}
@media (max-width: 1023px) {
  section.singlecasestudy .container .content .title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
section.singlecasestudy .container .content .tag {
  background: #efefef;
  padding: 10px;
}
section.singlecasestudy .container .content .tag + .title {
  margin-top: 30px;
}
section.singlecasestudy .container .content .projectinfo {
  display: block;
  background: #efefef;
  padding: 20px 30px;
  margin-bottom: 40px;
  max-width: 500px;
}
section.singlecasestudy .container .content .projectinfo h2 {
  color: #2E5570;
  margin-top: 0;
}
section.singlecasestudy .container .content .projectinfo .row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
section.singlecasestudy .container .content .projectinfo .row .col span {
  color: #000;
  font-weight: 500;
  display: block;
  clear: both;
}
section.singlecasestudy .container .content .projectinfo .row .col span.number {
  font-size: 150%;
  font-weight: 700;
}
section.singlecasestudy .container .content .text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
section.singlecasestudy .container .content .text h2 {
  color: #5e5f5f;
}
section.singlecasestudy .container .content .text p + h2 {
  margin-top: 40px;
}
section.singlecasestudy .container .content figure {
  width: 100%;
  margin: 0;
  padding: 0;
}
section.singlecasestudy .container .content .social {
  margin: 50px 0;
}
section.singlecasestudy .container .content .social .socialwrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.singlecasestudy .container .content .social .socialwrapper .social-button {
  display: inline-block;
  color: #2E5570;
  text-indent: -9999px;
  height: 50px;
  width: 50px;
  position: relative;
}
section.singlecasestudy .container .content .social .socialwrapper .social-button:before {
  height: 50px;
  width: 50px;
  left: 0;
  position: absolute;
  font-family: "fontawesome";
  font-size: 2rem;
  text-indent: 0;
}
section.singlecasestudy .container .content .social .socialwrapper .social-button.twitter:before {
  content: "\f099";
}
section.singlecasestudy .container .content .social .socialwrapper .social-button.facebook:before {
  content: "\f09a";
}
section.singlecasestudy .container .content .social .socialwrapper .social-button.linkedin:before {
  content: "\f0e1";
}
section.singleevent {
  padding: 200px 0 100px;
}
section.singleevent .container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.singleevent .container .content {
  width: 70%;
}
section.singleevent .container .content .date {
  color: #DF5835;
  font-size: 1rem;
  font-weight: normal;
  font-style: italic;
  letter-spacing: 0;
}
section.singleevent .container .content .title {
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-weight: 500;
  font-size: 2rem;
  color: #2E5570;
  margin-bottom: 30px;
}
section.singleevent .container .content .text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 150px;
}
section.singleevent .container .content .text .register {
  display: inline-block;
  margin: 10px 0 50px;
  background: #f04c23;
}
section.singleevent .container .content .text .register a.registerbtn {
  display: block;
  padding: 5px 50px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  background: none;
  border: none;
  font-weight: 500;
}
section.singleevent .container .content .text .register a.registerbtn:hover {
  color: #fff;
}
section.singleevent .container .content .back a {
  position: relative;
  display: block;
  padding-left: 25px;
  text-decoration: none;
  color: #5e5f5f;
  font-weight: 500;
}
section.singleevent .container .content .back a:before {
  position: absolute;
  left: 0;
  bottom: 3px;
  height: 10px;
  width: 10px;
  color: #DF5835;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  content: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' fill='%23DF5835' viewBox='0 0 89 132.6' style='enable-background:new 0 0 89 132.6;' xml:space='preserve'%3E%3Cg id='Group_2694' transform='translate(0 -148.787)'%3E%3Cg id='Group_2693' transform='translate(0 0)'%3E%3Cpath id='Path_306' d='M0,281.1c0,0.1,0,0.2,0,0.2c0,0,0.1,0,0.1,0h48.7c0.1,0,0.1,0,0.1-0.1l23.6-38.1L89,215.1L72.6,187 L49,148.9c0,0-0.1-0.1-0.1-0.1H0.2c-0.1,0-0.2,0.1-0.2,0.2c0,0,0,0.1,0,0.1l42.9,66.1L0,281.1z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
section.singleevent .container .image {
  width: 30%;
}
section.singleevent .container .image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

section.relatedarticles {
  min-height: unset;
}
@media (max-width: 1023px) {
  section.relatedarticles {
    padding: 0 20px;
  }
}
section.relatedarticles .container {
  padding: 50px 0 100px;
}
@media (max-width: 1023px) {
  section.relatedarticles .container {
    padding: 20px 20px 100px;
  }
}
section.relatedarticles .container .elementor-inner-section {
  min-height: unset;
}
section.relatedarticles .container .title {
  margin-bottom: 50px;
}
@media (max-width: 1023px) {
  section.relatedarticles .container .title {
    margin-bottom: 30px;
  }
}
section.relatedarticles .container .title h2 {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
  color: #1A4C66;
  text-transform: uppercase;
}
section.relatedarticles .container .button > .elementor-widget-container .elementor-button-wrapper {
  text-align: right;
}
@media (max-width: 1023px) {
  section.relatedarticles .container .button > .elementor-widget-container .elementor-button-wrapper {
    text-align: left;
  }
}
section.relatedarticles .container .button .btn, section.relatedarticles .container .button a.elementor-button {
  background: #DF5835;
  color: #fff;
  text-align: right;
}
@media (max-width: 1023px) {
  section.relatedarticles .container .button .btn, section.relatedarticles .container .button a.elementor-button {
    text-align: center;
    display: inline-block;
    margin-bottom: 30px;
  }
}
section.relatedarticles .container article.post {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px) {
  section.relatedarticles .container article.post {
    margin-right: unset;
  }
}
section.relatedarticles .container article.post > .post .elementor-section-wrap {
  height: 100%;
}
section.relatedarticles .container article.post > .post .elementor-section-wrap > .postwrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
section.relatedarticles .container article.post > .post .elementor-section-wrap > .postwrap > .elementor-container {
  height: 100%;
}
section.relatedarticles .container article.post > .post .elementor-section-wrap > .postwrap > .elementor-container .elementor-widget-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
section.relatedarticles .container article.post:last-child {
  margin-right: 0;
}
section.relatedarticles .container article.post .image > .elementor-widget-container .elementor-image {
  position: relative;
  height: 260px;
  width: 100%;
  margin-bottom: 15px;
}
section.relatedarticles .container article.post .image > .elementor-widget-container .elementor-image img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
section.relatedarticles .container article.post .date {
  color: #5A85A9;
  font-weight: normal;
  font-style: italic;
}
section.relatedarticles .container article.post .title {
  margin-bottom: 0;
}
section.relatedarticles .container article.post .title h3 {
  color: #DF5835;
  margin: 20px 0;
  font-weight: 500;
  line-height: 1.5rem;
}
section.relatedarticles .container article.post .excerpt {
  line-height: 1.2rem;
}
section.relatedarticles .container article.post .readmore {
  margin-top: auto;
}
section.relatedarticles .container article.post .readmore .elementor-button:focus, section.relatedarticles .container article.post .readmore .elementor-button:hover, section.relatedarticles .container article.post .readmore .elementor-button:visited {
  color: #60625F;
}
section.relatedarticles .container article.post .readmore .elementor-button {
  padding: 0;
  color: #60625F;
}
section.relatedarticles .container article.post .readmore .elementor-button .elementor-button-content-wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
section.relatedarticles .container article.post .readmore .elementor-button .elementor-button-text {
  position: relative;
  padding-right: 25px;
  font-weight: 500;
  margin-top: 30px;
  -webkit-box-flex: unset;
  -ms-flex-positive: unset;
  flex-grow: unset;
}
section.relatedarticles .container article.post .readmore .elementor-button .elementor-button-text:after {
  position: absolute;
  right: 0;
  top: 0;
  height: 10px;
  width: 10px;
  color: #DF5835;
  content: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' fill='%23DF5835' viewBox='0 0 89 132.6' style='enable-background:new 0 0 89 132.6;' xml:space='preserve'%3E%3Cg id='Group_2694' transform='translate(0 -148.787)'%3E%3Cg id='Group_2693' transform='translate(0 0)'%3E%3Cpath id='Path_306' d='M0,281.1c0,0.1,0,0.2,0,0.2c0,0,0.1,0,0.1,0h48.7c0.1,0,0.1,0,0.1-0.1l23.6-38.1L89,215.1L72.6,187 L49,148.9c0,0-0.1-0.1-0.1-0.1H0.2c-0.1,0-0.2,0.1-0.2,0.2c0,0,0,0.1,0,0.1l42.9,66.1L0,281.1z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

section.searchform .container {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 200px 0 0;
}
section.searchform .container .searchform-container {
  border: none;
  height: 2.5rem;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #335471;
  position: relative;
}
section.searchform .container .searchform-container .searchbox {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  color: #000;
  border: none;
  padding-left: 45px;
}
section.searchform .container .searchform-container .btn-search {
  border: none;
  background-color: #fff;
  font-size: 1.5rem;
  color: #DF5835;
  padding-right: 10px;
  position: absolute;
  left: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%) scaleX(-1);
  -ms-transform: translateY(-50%) scaleX(-1);
  transform: translateY(-50%) scaleX(-1);
}
section.searchform .container form {
  width: 100%;
}
section.searchform .container form input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #335471;
  height: calc(2.5rem - 2px);
  padding: 4px 12px;
  color: #335471;
}
section.searchresults .container {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 0 100px;
}
section.searchresults .container h1 {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
  color: #335471;
  text-transform: uppercase;
}
section.searchresults .container .item {
  margin-bottom: 30px;
}
section.searchresults .container .item .title h3 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #60625F;
  margin: 0;
  padding: 0;
}
section.searchresults .container .item .excerpt p {
  margin-top: 0;
}
section.searchresults .container .item .permalink a {
  color: #DF5835;
  font-style: italic;
  text-decoration: none;
}

section.sectionwithlink .container {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  section.sectionwithlink .container {
    padding: 0 20px;
  }
}
section.sectionwithlink .container .elementor-inner-section {
  min-height: unset;
  padding-bottom: 50px;
}
section.sectionwithlink .container .col {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 30px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
section.sectionwithlink .container .col .title h2 {
  color: #335471;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-weight: 500;
}
section.sectionwithlink .container .col .button {
  text-align: right;
}
@media (max-width: 1023px) {
  section.sectionwithlink .container .col .button {
    text-align: left;
  }
}
section.sectionwithlink .container .col .button .elementor-button {
  display: inline-block;
  background: #DB380F;
  color: #fff;
  border: none;
}

.jkea-faq-accordion .jkea-accordion-item.jkea-active .jkea-tab-title .openclose:after {
  font-size: 4.5rem !important;
  content: "-" !important;
}
.jkea-faq-accordion .jkea-accordion-item .jkea-tab-title .openclose {
  background-color: transparent !important;
  color: #DB380F !important;
}
.jkea-faq-accordion .jkea-accordion-item .jkea-tab-title .openclose:after {
  font-size: 3rem !important;
  content: "+" !important;
}

section.fourohfour {
  display: flex;
  height: 100vh;
  width: 100vw;
  background: #2E5570;
  position: relative;
}
section.fourohfour .bars {
  position: absolute;
  left: -200px;
  bottom: 0;
  height: 100vh;
}
@media (max-width: 1023px) {
  section.fourohfour .bars {
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    top: -150px;
    left: -100px;
  }
}
section.fourohfour .bars .dots {
  height: 150%;
  width: 400px;
  position: absolute;
  left: -55px;
  bottom: -185px;
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' fill='%23CCCCCC' viewBox='0 0 137.9 70' style='enable-background:new 0 0 137.9 70;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M22.7,24.2l-2.9-4l-3,4h-4.1l5-6.6L13,11.2h4.2L20,15l2.8-3.8h4L22,17.6l5,6.7H22.7z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M90.3,24.2l-2.9-4l-3,4h-4.1l5-6.6l-4.8-6.5h4.2l2.8,3.8l2.8-3.8h4l-4.8,6.4l5,6.7H90.3z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M56.5,59.7l-2.9-4l-3,4h-4.1l5-6.6l-4.8-6.5H51l2.8,3.8l2.8-3.8h4L55.8,53l5,6.7H56.5z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M124.1,59.7l-2.9-4l-3,4h-4.1l5-6.6l-4.8-6.5h4.2l2.8,3.8l2.8-3.8h4l-4.8,6.4l5,6.7H124.1z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 10%;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 78%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 78%);
}
@media (max-width: 1023px) {
  section.fourohfour .bars .dots {
    display: none;
  }
}
section.fourohfour .bars .greybar {
  position: absolute;
  left: 0;
  display: block;
  margin-top: -50px;
  width: 450px;
  height: 110%;
  background: #60625f;
  -webkit-clip-path: polygon(275px 0%, 100% 0%, 175px 100%, 0% 100%);
  clip-path: polygon(275px 0%, 100% 0%, 175px 100%, 0% 100%);
}
section.fourohfour .bars .bluebar {
  position: absolute;
  left: -40px;
  display: block;
  width: 400px;
  height: 90%;
  margin-top: -20px;
  background-color: rgba(111, 144, 177, 0.9);
  -webkit-clip-path: polygon(235px 0%, 100% 0%, 175px 100%, 0% 100%);
  clip-path: polygon(235px 0%, 100% 0%, 175px 100%, 0% 100%);
}
section.fourohfour .container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.fourohfour .container .content {
  margin: 0 auto;
}
section.fourohfour .container .content .title h1 {
  font-weight: 600;
  font-size: 3rem;
  line-height: 3.5rem;
  color: #fff;
  text-align: center;
}
section.fourohfour .container .content .title h1 .orange {
  display: block;
  color: #DF5835;
}
section.fourohfour .container .content .text p {
  text-align: center;
  color: #fff;
}
section.fourohfour .container .content .text p a {
  color: #fff;
}

section.lodge-contact .container {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 1139px) {
  section.lodge-contact .container {
    padding: 20px;
  }
}
section.lodgelist h2.elementor-heading-title {
  color: #205673;
  font-size: 1.9rem;
  line-height: 2.1rem;
  font-weight: 500;
  margin-bottom: 40px;
  text-transform: uppercase;
}
section.lodgelist h3.elementor-heading-title {
  color: #205673;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  section.lodgelist {
    padding: 0 20px;
  }
}
section.lodgelist .container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
@media (max-width: 1139px) {
  section.lodgelist .container {
    padding: 20px;
  }
}
section.lodgelist .container article {
  margin-right: 30px;
}
section.lodgelist .container article:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 1023px) {
  section.lodgelist .container article:nth-child(3n) {
    margin-right: 30px;
  }
  section.lodgelist .container article:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  section.lodgelist .container article {
    margin-right: 0;
  }
  section.lodgelist .container article:nth-child(3n) {
    margin-right: 0px;
  }
}
section.lodgelist .container .lodge {
  margin-bottom: 30px;
}
section.lodgelist .container .lodge > .elementor-container .elementor-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section.lodgelist .container .lodge .image .elementor-image {
  width: 100%;
  height: 215px;
}
section.lodgelist .container .lodge .image .elementor-image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
section.lodgelist .container .lodge .title h3 {
  color: #60625F;
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 10px;
}
section.lodgelist .container .lodge .title h3 a {
  color: #60625F;
}
section.lodgelist .container .lodge .excerpt {
  margin-bottom: 15px;
  font-size: 1rem;
  line-height: 1.5rem;
}
section.lodgelist .container .lodge .excerpt > .elementor-widget-container {
  line-height: 1.5rem;
}
section.lodgelist .container .lodge .readmore .elementor-button:focus, section.lodgelist .container .lodge .readmore .elementor-button:hover, section.lodgelist .container .lodge .readmore .elementor-button:visited {
  color: #60625F;
}
section.lodgelist .container .lodge .readmore .elementor-button {
  padding: 0;
  margin-left: 0;
  color: #60625F;
}
section.lodgelist .container .lodge .readmore .elementor-button .elementor-button-content-wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
section.lodgelist .container .lodge .readmore .elementor-button .elementor-button-text {
  position: relative;
  padding-right: 25px;
  font-weight: 500;
  -webkit-box-flex: unset;
  -ms-flex-positive: unset;
  flex-grow: unset;
}
section.lodgelist .container .lodge .readmore .elementor-button .elementor-button-text:after {
  position: absolute;
  right: 0;
  top: 0;
  height: 10px;
  width: 10px;
  color: #DF5835;
  content: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' fill='%23DF5835' viewBox='0 0 89 132.6' style='enable-background:new 0 0 89 132.6;' xml:space='preserve'%3E%3Cg id='Group_2694' transform='translate(0 -148.787)'%3E%3Cg id='Group_2693' transform='translate(0 0)'%3E%3Cpath id='Path_306' d='M0,281.1c0,0.1,0,0.2,0,0.2c0,0,0.1,0,0.1,0h48.7c0.1,0,0.1,0,0.1-0.1l23.6-38.1L89,215.1L72.6,187 L49,148.9c0,0-0.1-0.1-0.1-0.1H0.2c-0.1,0-0.2,0.1-0.2,0.2c0,0,0,0.1,0,0.1l42.9,66.1L0,281.1z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
section.amenities {
  padding: 50px 0;
}
section.amenities .container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
@media (max-width: 1139px) {
  section.amenities .container {
    padding: 20px;
  }
}
section.amenities .container .title h2 {
  color: #335471;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-weight: 500;
  margin-bottom: 50px;
}
section.amenities .container .text ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding-left: 18px;
}
section.amenities .container .text ul li {
  width: 30%;
  box-sizing: border-box;
  padding-right: 30px;
  margin-bottom: 10px;
  line-height: 1.5rem;
}
@media (max-width: 1023px) {
  section.amenities .container .text ul li {
    width: 48%;
  }
}
@media (max-width: 767px) {
  section.amenities .container .text ul li {
    width: 100%;
  }
}
section.accommodations {
  padding: 0px 0 50px;
}
section.accommodations .container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
@media (max-width: 1139px) {
  section.accommodations .container {
    padding: 20px;
  }
}
section.accommodations .container .title h3 {
  color: #60625f;
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 10px;
}
section.accommodations .container .text ul {
  margin: 0;
  padding-left: 18px;
}
section.accommodations .container .text ul li {
  box-sizing: border-box;
  padding-right: 30px;
  line-height: 1.5rem;
  margin-bottom: 10px;
}

section.structurelist h2.elementor-heading-title {
  color: #205673;
  font-size: 1.9rem;
  line-height: 2.1rem;
  font-weight: 500;
  margin-bottom: 40px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  section.structurelist {
    padding: 0 20px;
  }
}
section.structurelist .container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
@media (max-width: 1139px) {
  section.structurelist .container {
    padding: 20px;
  }
}
section.structurelist .container article {
  margin-right: 30px;
}
section.structurelist .container article:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 1023px) {
  section.structurelist .container article:nth-child(3n) {
    margin-right: 30px;
  }
  section.structurelist .container article:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  section.structurelist .container article {
    margin-right: 0;
  }
  section.structurelist .container article:nth-child(3n) {
    margin-right: 0px;
  }
}
section.structurelist .container .structure {
  margin-bottom: 30px;
}
section.structurelist .container .structure .stucturewrap {
  margin-bottom: 30px;
}
section.structurelist .container .structure > .elementor-container .elementor-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section.structurelist .container .structure .image {
  position: relative;
  height: 215px;
}
section.structurelist .container .structure .image .elementor-widget-container {
  position: relative;
  width: 100%;
  height: 215px;
}
section.structurelist .container .structure .image .elementor-widget-container img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
section.structurelist .container .structure .title h3 {
  color: #60625F;
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 30px;
}
section.structurelist .container .structure .title h3 a {
  color: #60625F;
}
section.structurelist .container .structure .text > .elementor-widget-container {
  line-height: 1.2rem;
}
section.structurelist .container .structure .text > .elementor-widget-container p {
  padding-top: 0;
  margin-top: 0;
}
section.structurelist .container .structure .dimensionstitle p {
  padding: 0;
  margin: 0;
}
section.structurelist .container .structure .dimensions {
  font-weight: 700;
}

@media (max-width: 1023px) {
  section.approach {
    padding: 0 20px;
  }
}
section.approach .container .elementor-row {
  align-items: center;
}
section.approach .container .elementor-widget-image {
  padding: 0 20px 20px 0;
}
@media (max-width: 1023px) {
  section.approach .container .elementor-widget-image {
    padding-right: 0;
  }
}
section.approach .container .elementor-widget-image img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
section.approach .container .title h2 {
  font-size: 1.75rem;
  margin-bottom: 26px;
  font-weight: 500;
  color: #333;
  margin-top: 0;
}

/* ***** RELATED CASE STUDIES - bottom of individual case study ***** */
.related-casestudy {
  margin-bottom: 50px;
}
.related-casestudy .container {
  width: 100%;
  max-width: 1140px;
  margin: auto;
}
@media (min-width: 768px) {
  .related-casestudy .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center !important;
  }
}
@media (max-width: 1179px) {
  .related-casestudy .container {
    max-width: calc(100% - 40px);
  }
}
.related-casestudy .container h2 {
  letter-spacing: 0.2rem;
  font-weight: 500;
  font-size: 2rem;
  color: #2E5570;
  margin: 0;
  text-transform: uppercase;
  line-height: 2.4rem;
}
.related-casestudy .container a.btn {
  background: #DF5835;
  text-align: center;
}
@media (max-width: 766px) {
  .related-casestudy .container a.btn {
    margin-top: 20px;
  }
}
.related-casestudy .cs-row {
  position: relative;
  margin: 20px 0 0 0;
  padding: 0;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}
.related-casestudy .cs-row .label {
  color: #DF5835;
  text-transform: uppercase;
}
.related-casestudy .cs-row h3 {
  margin-top: 4px;
}
.related-casestudy .cs-row h3 a {
  color: #000;
  text-decoration: none;
}
.related-casestudy .cs-row a.btn {
  background: none;
  color: #60625f;
  font-weight: 500;
  position: relative;
  margin: 10px 0 0 0;
  padding: 0 25px 0 0;
  text-align: left;
  display: table !important;
}
.related-casestudy .cs-row a.btn:after {
  position: absolute;
  right: 0;
  top: 1px;
  height: 10px;
  width: 10px;
  color: #DF5835;
  content: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' fill='%23DF5835' viewBox='0 0 89 132.6' style='enable-background:new 0 0 89 132.6;' xml:space='preserve'%3E%3Cg id='Group_2694' transform='translate(0 -148.787)'%3E%3Cg id='Group_2693' transform='translate(0 0)'%3E%3Cpath id='Path_306' d='M0,281.1c0,0.1,0,0.2,0,0.2c0,0,0.1,0,0.1,0h48.7c0.1,0,0.1,0,0.1-0.1l23.6-38.1L89,215.1L72.6,187 L49,148.9c0,0-0.1-0.1-0.1-0.1H0.2c-0.1,0-0.2,0.1-0.2,0.2c0,0,0,0.1,0,0.1l42.9,66.1L0,281.1z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.related-casestudy .cs-row .cs_header {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .related-casestudy .cs-row .cs_header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.related-casestudy .cs-row .cs_header__contentwrap {
  width: 40%;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 3;
}
@media (max-width: 767px) {
  .related-casestudy .cs-row .cs_header__contentwrap {
    width: 100%;
    order: 2;
  }
}
.related-casestudy .cs-row .cs_header__contentwrap .text p {
  color: #5e5f5f;
  max-width: 400px;
}
@media (max-width: 1023px) {
  .related-casestudy .cs-row .cs_header__contentwrap .text p {
    max-width: unset;
  }
}
.related-casestudy .cs-row .cs_header__contentwrap .text p a {
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  font-size: 1.26rem;
  text-decoration: none;
}
.related-casestudy .cs-row .cs_header__contentwrap .text p a:after {
  font-family: "fontawesome";
  color: #00b9f1;
  content: "\f054";
  margin-left: 10px;
  font-size: 1rem;
  line-height: 1.26rem;
}
.related-casestudy .cs-row .cs_header__content {
  width: 100%;
  max-width: 340px;
  position: relative;
  align-self: center;
}
.related-casestudy .cs-row .cs_header__content .button:hover {
  cursor: pointer;
}
@media (max-width: 1139px) {
  .related-casestudy .cs-row .cs_header__content {
    padding: 0 20px;
    -ms-flex-item-align: unset;
    -ms-grid-row-align: unset;
    align-self: unset;
  }
}
@media (max-width: 767px) {
  .related-casestudy .cs-row .cs_header__content {
    margin-bottom: 50px;
  }
}
.related-casestudy .cs-row .cs_header__graphic {
  width: 60%;
  position: relative;
}
@media (max-width: 767px) {
  .related-casestudy .cs-row .cs_header__graphic {
    width: 100% !important;
    margin-left: unset;
    order: 1;
  }
}
.related-casestudy .cs-row .cs_header__graphic .tag {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  padding: 10px;
  background: #efefef;
}
.related-casestudy .cs-row .cs_header__graphic .featuredimage {
  position: relative;
  z-index: 2;
  -webkit-clip-path: polygon(230px 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(230px 0, 100% 0, 100% 100%, 0 100%);
  height: 100%;
  max-height: 100%;
}
@media (max-width: 767px) {
  .related-casestudy .cs-row .cs_header__graphic .featuredimage {
    -webkit-clip-path: unset !important;
    clip-path: unset !important;
  }
}
.related-casestudy .cs-row .cs_header__graphic .featuredimage img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.related-casestudy .cs-row .cs_header__graphic .greyline {
  background-color: #60625f;
  -webkit-clip-path: polygon(230px 0, 280px 0, 50px 100%, 0px 100%);
  clip-path: polygon(230px 0, 280px 0, 50px 100%, 0px 100%);
  width: 100%;
  max-height: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -70px;
  z-index: 3;
}
@media (max-width: 767px) {
  .related-casestudy .cs-row .cs_header__graphic .greyline {
    display: none;
  }
}
.related-casestudy .cs-row:nth-child(even) .greyline {
  -webkit-clip-path: polygon(0 0, 50px 0, 280px 100%, 230px 100%);
  clip-path: polygon(0 0, 50px 0, 280px 100%, 230px 100%);
}
.related-casestudy .cs-row:nth-child(even) .featuredimage {
  -webkit-clip-path: polygon(0% 0, 100% 0, 100% 100%, 230px 100%);
  clip-path: polygon(0% 0, 100% 0, 100% 100%, 230px 100%);
}

section {
  /* ***** FEATURED CASE STUDY ***** */
}
@media (max-width: 1139px) {
  section.latestcs {
    padding: 0 10px;
  }
  section.latestcs .latestpost {
    padding: 0;
  }
}
section.latestcs .container {
  width: 100%;
  max-width: 1140px;
  margin: -50px auto 130px;
  border: 1px solid #dadada;
  background: #fff;
}
section.latestcs .container .postwrap > .elementor-container .elementor-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section.latestcs .container .elementor-column.elementor-col-50.post-primary {
  width: 30% !important;
  padding: 0 0 0 80px;
}
@media (max-width: 1023px) {
  section.latestcs .container .elementor-column.elementor-col-50.post-primary {
    padding-left: 20px;
  }
}
@media (max-width: 766px) {
  section.latestcs .container .elementor-column.elementor-col-50.post-primary {
    width: 100% !important;
    padding: 40px 20px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
section.latestcs .container .elementor-column.elementor-col-50.post-primary .label {
  color: #DF5835;
  text-transform: uppercase;
}
section.latestcs .container .elementor-column.elementor-col-50.post-primary .title h3 {
  color: #60625f;
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: 500;
  margin: 6px 0 20px;
}
section.latestcs .container .elementor-column.elementor-col-50.post-primary .excerpt > .elementor-widget-container {
  line-height: 1.2rem;
}
section.latestcs .container .elementor-column.elementor-col-50.post-primary .readmore .elementor-button:focus, section.latestcs .container .elementor-column.elementor-col-50.post-primary .readmore .elementor-button:hover, section.latestcs .container .elementor-column.elementor-col-50.post-primary .readmore .elementor-button:visited {
  color: #60625F;
}
section.latestcs .container .elementor-column.elementor-col-50.post-primary .readmore .elementor-button {
  padding: 0;
  color: #60625F;
}
section.latestcs .container .elementor-column.elementor-col-50.post-primary .readmore .elementor-button .elementor-button-content-wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
section.latestcs .container .elementor-column.elementor-col-50.post-primary .readmore .elementor-button .elementor-button-text {
  position: relative;
  padding-right: 25px;
  font-weight: 500;
  margin-top: 30px;
  -webkit-box-flex: unset;
  -ms-flex-positive: unset;
  flex-grow: unset;
}
section.latestcs .container .elementor-column.elementor-col-50.post-primary .readmore .elementor-button .elementor-button-text:after {
  position: absolute;
  right: 0;
  top: 0;
  height: 10px;
  width: 10px;
  color: #DF5835;
  content: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' fill='%23DF5835' viewBox='0 0 89 132.6' style='enable-background:new 0 0 89 132.6;' xml:space='preserve'%3E%3Cg id='Group_2694' transform='translate(0 -148.787)'%3E%3Cg id='Group_2693' transform='translate(0 0)'%3E%3Cpath id='Path_306' d='M0,281.1c0,0.1,0,0.2,0,0.2c0,0,0.1,0,0.1,0h48.7c0.1,0,0.1,0,0.1-0.1l23.6-38.1L89,215.1L72.6,187 L49,148.9c0,0-0.1-0.1-0.1-0.1H0.2c-0.1,0-0.2,0.1-0.2,0.2c0,0,0,0.1,0,0.1l42.9,66.1L0,281.1z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
section.latestcs .container .graphic {
  -webkit-clip-path: none;
  clip-path: none;
  width: 70%;
}
@media (min-width: 768px) {
  section.latestcs .container .graphic {
    height: 100%;
  }
}
@media (max-width: 767px) {
  section.latestcs .container .graphic {
    width: 100%;
  }
}
section.latestcs .container .graphic .elementor-widget-html {
  -webkit-clip-path: polygon(0 0, 50px 0, 280px 100%, 230px 100%);
  clip-path: polygon(0 0, 50px 0, 420px 100%, 370px 100%);
  background: #60625f;
  z-index: 3;
  position: absolute;
  top: 0;
  left: -75px;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  section.latestcs .container .graphic .elementor-widget-html {
    display: none;
  }
}
section.latestcs .container .graphic .elementor-widget-image {
  width: 100%;
  max-height: 460px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 370px 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 370px 100%);
}
@media (max-width: 766px) {
  section.latestcs .container .graphic .elementor-widget-image {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-clip-path: none;
    clip-path: none;
  }
}
section.latestcs .container .graphic .elementor-widget-image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* ***** CASE STUDY LIST ***** */
@media (max-width: 1024px) {
  section.cs .elementor-grid-tablet-2 .elementor-grid {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
section.cs .elementor-widget-posts .elementor-pagination.ecs-load-more-button {
  margin: 50px auto 100px;
  text-align: center;
}
section.cs .elementor-widget-posts .elementor-pagination.ecs-load-more-button a.elementor-button {
  background-color: #DF5835;
}
section.cs .container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
@media (max-width: 1139px) {
  section.cs .container {
    padding: 0 20px;
  }
}
section.cs .container .title-search {
  min-height: unset;
  width: 100%;
  margin-bottom: 50px;
}
section.cs .container .title-search .title h2 {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
  color: #1A4C66;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  section.cs .container .title-search .title {
    margin-bottom: 30px;
  }
}
section.cs .container .title-search .search {
  text-align: right;
}
@media (max-width: 1023px) {
  section.cs .container .title-search .search {
    text-align: left;
  }
}
section.cs .container .title-search .search .searchform-container {
  display: flex;
  justify-content: flex-end;
}
section.cs .container .title-search .search .searchform-container input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #6791B4;
  height: 45px;
  padding-right: 50px;
  padding-left: 20px;
  margin-right: -45px;
  width: 100%;
  max-width: 300px;
}
@media (max-width: 767px) {
  section.cs .container .title-search .search .searchform-container input {
    max-width: unset;
    margin-right: 0;
  }
}
section.cs .container .title-search .search .searchform-container button {
  border: none;
  background: none;
  position: relative;
  left: -5px;
  display: inline-block;
  width: 45px;
  height: 45px;
}
section.cs .container .title-search .search .searchform-container button:after {
  color: #DB380F;
  content: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 21 21' style='enable-background:new 0 0 21 21;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23F04D24;%7D%0A%3C/style%3E%3Cpath id='Path_173' class='st0' d='M17.7,15.1c3.7-2.9,4.3-8.2,1.5-11.8S11-1.1,7.4,1.8C3.7,4.6,3,9.9,5.9,13.6l-5.6,5.6 c-0.4,0.4-0.4,1.1,0,1.5c0.4,0.4,1,0.4,1.4,0l5.6-5.6C10.4,17.5,14.7,17.5,17.7,15.1L17.7,15.1z M17,4c2.5,2.5,2.4,6.5,0,8.9 c0,0,0,0,0,0l0,0c-2.5,2.5-6.5,2.5-9,0c-2.5-2.5-2.5-6.5,0-9C10.5,1.5,14.5,1.5,17,4L17,4z'/%3E%3C/svg%3E");
  position: absolute;
  background: #fff;
  height: 25px;
  width: 25px;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
@media (max-width: 767px) {
  section.cs .container .title-search .search .searchform-container button {
    position: absolute;
    right: 0;
    left: unset;
  }
}
section.cs article.type-casestudy {
  margin-bottom: 20px;
  width: 100%;
}
section.cs article.type-casestudy .graphic {
  width: 60%;
}
@media (min-width: 768px) {
  section.cs article.type-casestudy .graphic {
    height: 100%;
  }
}
@media (max-width: 766px) {
  section.cs article.type-casestudy .graphic {
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
section.cs article.type-casestudy .graphic .elementor-widget-html {
  -webkit-clip-path: polygon(0 0, 50px 0, 280px 100%, 230px 100%);
  clip-path: polygon(0 0, 50px 0, 420px 100%, 370px 100%);
  background: #60625f;
  z-index: 3;
  position: absolute;
  top: 0;
  left: -75px;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  section.cs article.type-casestudy .graphic .elementor-widget-html {
    display: none;
  }
}
section.cs article.type-casestudy .graphic .elementor-widget-image {
  width: 100%;
  max-height: 460px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 370px 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 370px 100%);
}
@media (max-width: 767px) {
  section.cs article.type-casestudy .graphic .elementor-widget-image {
    width: 100%;
    -webkit-clip-path: none !important;
    clip-path: none !important;
  }
}
section.cs article.type-casestudy .graphic .elementor-widget-image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
section.cs article.type-casestudy:nth-child(even) .graphic .elementor-widget-html {
  -webkit-clip-path: polygon(370px 0, 420px 0, 50px 100%, 0px 100%);
  clip-path: polygon(370px 0, 420px 0, 50px 100%, 0px 100%);
}
section.cs article.type-casestudy:nth-child(even) .graphic .elementor-widget-image {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 370px 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 370px 100%);
  clip-path: polygon(370px 0%, 100% 0%, 100% 100%, 0 100%);
}
@media (max-width: 1023px) and (min-width: 768px) {
  section.cs article.type-casestudy:nth-child(odd) .title h3 {
    margin-right: 30px;
  }
}
section.cs article.type-casestudy > .post .elementor-section-wrap {
  height: 100%;
}
section.cs article.type-casestudy > .post .elementor-section-wrap > .postwrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
section.cs article.type-casestudy > .post .elementor-section-wrap > .postwrap > .elementor-container {
  height: 100%;
}
section.cs article.type-casestudy > .post .elementor-section-wrap > .postwrap > .elementor-container .elementor-widget-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
section.cs article.type-casestudy:last-child {
  margin-right: 0;
  margin-bottom: 50px;
}
section.cs article.type-casestudy .image > .elementor-widget-container .elementor-image {
  position: relative;
  height: 260px;
  width: 100%;
}
section.cs article.type-casestudy .image > .elementor-widget-container .elementor-image img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
section.cs article.type-casestudy .post-primary .elementor-column-wrap {
  justify-content: flex-end !important;
}
section.cs article.type-casestudy .post-primary .elementor-column-wrap .elementor-widget-wrap {
  max-width: 350px;
}
@media (max-width: 1139px) {
  section.cs article.type-casestudy .post-primary .elementor-column-wrap .elementor-widget-wrap {
    max-width: 100%;
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  section.cs article.type-casestudy .post-primary {
    margin: 20px 20px 40px 0;
    order: 2;
  }
}
section.cs article.type-casestudy .label {
  color: #DF5835;
  text-transform: uppercase;
}
section.cs article.type-casestudy .title h3 {
  color: #60625f;
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: 500;
  margin: 10px 0 20px;
}
section.cs article.type-casestudy .readmore .elementor-button:focus, section.cs article.type-casestudy .readmore .elementor-button:hover, section.cs article.type-casestudy .readmore .elementor-button:visited {
  color: #60625F;
}
section.cs article.type-casestudy .readmore .elementor-button {
  padding: 0;
  color: #60625F;
}
section.cs article.type-casestudy .readmore .elementor-button .elementor-button-content-wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
section.cs article.type-casestudy .readmore .elementor-button .elementor-button-text {
  position: relative;
  padding-right: 25px;
  font-weight: 500;
  margin-top: 10px;
  -webkit-box-flex: unset;
  -ms-flex-positive: unset;
  flex-grow: unset;
}
section.cs article.type-casestudy .readmore .elementor-button .elementor-button-text:after {
  position: absolute;
  right: 0;
  top: 0;
  height: 10px;
  width: 10px;
  color: #DF5835;
  content: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' fill='%23DF5835' viewBox='0 0 89 132.6' style='enable-background:new 0 0 89 132.6;' xml:space='preserve'%3E%3Cg id='Group_2694' transform='translate(0 -148.787)'%3E%3Cg id='Group_2693' transform='translate(0 0)'%3E%3Cpath id='Path_306' d='M0,281.1c0,0.1,0,0.2,0,0.2c0,0,0.1,0,0.1,0h48.7c0.1,0,0.1,0,0.1-0.1l23.6-38.1L89,215.1L72.6,187 L49,148.9c0,0-0.1-0.1-0.1-0.1H0.2c-0.1,0-0.2,0.1-0.2,0.2c0,0,0,0.1,0,0.1l42.9,66.1L0,281.1z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
@media (max-width: 767px) {
  section.cs:nth-child(even) .title h3 {
    margin-right: 50px;
  }
}

section.searchbar .searchform-container {
  max-width: 650px;
  margin: 50px auto 100px auto;
  display: flex;
  justify-content: flex-end;
}
section.searchbar .searchform-container input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #6791B4;
  height: 45px;
  padding-right: 50px;
  padding-left: 20px;
  margin-right: -45px;
  width: 100%;
}
@media (max-width: 767px) {
  section.searchbar .searchform-container input {
    max-width: unset;
    margin-right: 0;
  }
}
section.searchbar .searchform-container button {
  border: none;
  background: none;
  position: relative;
  left: -5px;
  display: inline-block;
  width: 45px;
  height: 45px;
}
section.searchbar .searchform-container button:after {
  color: #DB380F;
  content: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 21 21' style='enable-background:new 0 0 21 21;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23F04D24;%7D%0A%3C/style%3E%3Cpath id='Path_173' class='st0' d='M17.7,15.1c3.7-2.9,4.3-8.2,1.5-11.8S11-1.1,7.4,1.8C3.7,4.6,3,9.9,5.9,13.6l-5.6,5.6 c-0.4,0.4-0.4,1.1,0,1.5c0.4,0.4,1,0.4,1.4,0l5.6-5.6C10.4,17.5,14.7,17.5,17.7,15.1L17.7,15.1z M17,4c2.5,2.5,2.4,6.5,0,8.9 c0,0,0,0,0,0l0,0c-2.5,2.5-6.5,2.5-9,0c-2.5-2.5-2.5-6.5,0-9C10.5,1.5,14.5,1.5,17,4L17,4z'/%3E%3C/svg%3E");
  position: absolute;
  background: #fff;
  height: 25px;
  width: 25px;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
@media (max-width: 767px) {
  section.searchbar .searchform-container button {
    position: absolute;
    right: 0;
    left: unset;
  }
}

.twocolumn-resourcelist .elementor-container .elementor-row {
  display: flex;
  justify-content: space-between;
}

section.resource.keyline {
  padding-bottom: 10px;
}
section.resource .ecs-posts {
  --grid-column-gap: 100px;
  --grid-row-gap: 15px;
}
section.resource h3 {
  font-size: 1.5rem;
}

.twocolumn-resourcelist .elementor-container {
  display: flex;
  justify-content: space-between;
}

section.resource {
  padding-bottom: 50px;
}
section.resource.halfpage {
  width: calc(50% - 50px);
  max-width: 45%;
  display: inline-block;
}
@media (max-width: 1023px) {
  section.resource.halfpage {
    max-width: unset;
    width: 100%;
  }
}
@media (max-width: 1139px) {
  section.resource {
    padding: 0px 20px 50px;
  }
}
section.resource .elementor-widget-heading h2.elementor-heading-title {
  font-size: 2rem;
  line-height: 2rem;
  letter-spacing: 0.2rem;
  margin: 50px auto 30px;
  text-transform: uppercase;
  font-weight: 500;
  color: #1A4C66;
}
section.resource .elementor-widget-heading h3.elementor-heading-title {
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 50px auto 30px;
  font-weight: 500;
}
section.resource .elementor-widget-posts .ecs-load-more-button .elementor-button {
  background: #DF5835;
}
section.resource .documentlist article {
  padding: 20px 0;
  border-bottom: solid 2px #efefef;
}
section.resource .documentlist .resource-item .elementor-column .elementor-widget-wrap {
  display: flex;
  justify-content: space-between;
}
section.resource .documentlist .resource-item .elementor-column .elementor-widget-wrap .elementor-element {
  width: auto !important;
}
section.resource .documentlist .resource-item .elementor-column .elementor-widget-wrap .elementor-element:nth-child(1) {
  width: calc(100% - 150px) !important;
}
section.resource .documentlist .resource-item .elementor-widget-theme-post-title .elementor-heading-title {
  font-size: 1.2rem;
  color: #DF5835;
  margin: 0;
  font-weight: 500;
  line-height: 30px;
}
section.resource .documentlist .resource-item .download .elementor-button:focus, section.resource .documentlist .resource-item .download .elementor-button:hover, section.resource .documentlist .resource-item .download .elementor-button:visited {
  color: #60625F;
}
section.resource .documentlist .resource-item .download .elementor-button {
  padding: 0;
  margin: 0;
  color: #60625F;
  text-transform: uppercase;
  border: none;
}
section.resource .documentlist .resource-item .download .elementor-button .elementor-button-content-wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
section.resource .documentlist .resource-item .download .elementor-button .elementor-button-text {
  position: relative;
  padding-right: 25px;
  font-weight: 500;
  -webkit-box-flex: unset;
  -ms-flex-positive: unset;
  flex-grow: unset;
}
section.resource .documentlist .resource-item .download .elementor-button .elementor-button-text:after {
  position: absolute;
  right: 0;
  top: 0;
  height: 10px;
  width: 10px;
  color: #DF5835;
  content: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' fill='%23DF5835' viewBox='0 0 89 132.6' style='enable-background:new 0 0 89 132.6;' xml:space='preserve'%3E%3Cg id='Group_2694' transform='translate(0 -148.787)'%3E%3Cg id='Group_2693' transform='translate(0 0)'%3E%3Cpath id='Path_306' d='M0,281.1c0,0.1,0,0.2,0,0.2c0,0,0.1,0,0.1,0h48.7c0.1,0,0.1,0,0.1-0.1l23.6-38.1L89,215.1L72.6,187 L49,148.9c0,0-0.1-0.1-0.1-0.1H0.2c-0.1,0-0.2,0.1-0.2,0.2c0,0,0,0.1,0,0.1l42.9,66.1L0,281.1z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.awardslist {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.awardslist .award {
  width: 100%;
  margin-bottom: 50px;
}
@media (min-width: 426px) and (max-width: 1025px) {
  .awardslist .award {
    width: calc(50% - 15px);
    margin-right: 30px;
  }
  .awardslist .award:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .awardslist .award {
    width: calc(33.33% - 20px);
    margin-right: 30px;
  }
  .awardslist .award:nth-child(3n) {
    margin-right: 0;
  }
}
.awardslist .award img {
  max-width: 100%;
  height: auto;
}
.awardslist .award h3 {
  margin-bottom: 4px;
}

.esgTabs {
  padding: 0px;
}
@media (max-width: 1023px) {
  .esgTabs .jkea-tabs-tab-wrapper {
    padding: 25px 0 0;
  }
}

@media (max-width: 1023px) {
  .sustainable div {
    padding-top: 0px;
    padding-bottom: 5px;
  }
}
.sustainable .elementor-widget-image img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

#esgDiagram div {
  padding-top: 0px;
  padding-bottom: 0px;
}

section#requestastickyquote {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 9999;
  background: #335471;
  color: #fff;
  max-height: 100px;
  padding: 20px 0;
  transition: all 0.25s;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  section#requestastickyquote {
    max-height: 150px;
  }
}
section#requestastickyquote.open {
  max-height: 800px;
  padding: 70px 0;
}
@media (max-width: 767px) {
  section#requestastickyquote.open {
    padding: 25px 0 0;
  }
}
section#requestastickyquote.open .container .headtab .clicktoopen a:after {
  transform: rotate(0deg);
}
section#requestastickyquote.open .container .formpanel {
  max-height: 800px;
}
section#requestastickyquote .container {
  display: flex;
  flex-direction: column;
  width: calc(100% - 40px);
  max-width: 1140px;
  margin: 0 auto;
}
section#requestastickyquote .container .headtab {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section#requestastickyquote .container .headtab .copy {
  color: #fff;
}
@media (max-width: 1023px) {
  section#requestastickyquote .container .headtab .copy {
    max-width: 60%;
  }
}
@media (max-width: 767px) {
  section#requestastickyquote .container .headtab .copy {
    max-width: 100%;
  }
}
section#requestastickyquote .container .headtab .copy .title h2 {
  color: #fff;
  font-size: 25px;
  line-height: 34px;
  margin: 0 0 10px 0;
  padding: 0;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  section#requestastickyquote .container .headtab .copy .title h2 {
    max-width: 40%;
    font-size: 20px;
    line-height: 24px;
  }
}
section#requestastickyquote .container .headtab .copy .text p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
@media (min-width: 526px) and (max-width: 767px) {
  section#requestastickyquote .container .headtab .copy .text p {
    max-width: 50%;
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 524px) {
  section#requestastickyquote .container .headtab .copy .text p {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  section#requestastickyquote .container .headtab .clicktoopen {
    position: absolute;
    right: 30px;
    top: 30px;
  }
}
section#requestastickyquote .container .headtab .clicktoopen a {
  transition: all 0.5s;
  background: #fff;
  color: #335471;
  font-size: rem-calc(16px);
  line-height: rem-calc(24px);
  padding: 10px 20px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}
section#requestastickyquote .container .headtab .clicktoopen a:after {
  transition: all 0.5s;
  transform-origin: center center;
  transform: rotate(-90deg);
  position: relative;
  width: 15px;
  margin-left: 4px;
  display: inline-block;
  color: #DB380F;
  content: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px'  fill='%23df5835' viewBox='0 0 132.5 89' style='enable-background:new 0 0 132.5 89;' xml:space='preserve'%3E%3Cg id='Group_2694' transform='translate(0 -148.787)'%3E%3Cg id='Group_2693' transform='translate(0 0)'%3E%3Cpath id='Path_306' d='M0.2,148.8c-0.1,0-0.2,0-0.2,0v0.1v48.7c0,0.1,0,0.1,0.1,0.1l38.1,23.6l28,16.5l28.1-16.4l38.1-23.6 l0.1-0.1V149c0-0.1-0.1-0.2-0.2-0.2h-0.1l-66.1,42.9L0.2,148.8z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
section#requestastickyquote .container .formpanel {
  transition: all 0.5s;
  max-height: 0;
  margin-top: 50px;
}
@media (max-width: 767px) {
  section#requestastickyquote .container .formpanel {
    margin-top: 25px;
  }
}
section#requestastickyquote .container .formpanel .wpcf7 .wpcf7-form .styled-checkbox + span.wpcf7-list-item-label:before {
  margin-top: 0;
}
section#requestastickyquote .container .formpanel .wpcf7 .wpcf7-form .styled-checkbox:checked + span.wpcf7-list-item-label:after {
  top: 10px;
  left: 6px;
}
section#requestastickyquote .container .formpanel .wpcf7 .wpcf7-form button {
  border: none;
}
section#requestastickyquote .container .formpanel .wpcf7-not-valid-tip {
  color: #ff8c8c;
}
section#requestastickyquote .container .formpanel a {
  color: #fff;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
section#requestastickyquote .container .formpanel .wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d; /* Dark Gray 800 */
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
}
section#requestastickyquote .container .formpanel form.submitting .wpcf7-spinner {
  visibility: visible;
}
section#requestastickyquote .container .formpanel .wpcf7-spinner::before {
  content: "";
  position: absolute;
  background-color: #fbfbfc; /* Light Gray 100 */
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  transform-origin: 8px 8px;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
section#requestastickyquote .container .formpanel form.submitting .wpcf7-submit {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}

section .filtersearch {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  margin: 80px auto 0;
}
@media (max-width: 1023px) {
  section .filtersearch {
    flex-direction: column;
  }
}
section .filtersearch .filterwrapper {
  width: calc(50% - 20px);
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  section .filtersearch .filterwrapper {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  section .filtersearch .filterwrapper form {
    margin: 0 auto;
  }
}
section .filtersearch .filterwrapper label {
  margin-right: 5px;
  color: #335471;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 1rem;
}
section .filtersearch .filterwrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #6791B4;
  height: 45px;
  padding-right: 50px;
  padding-left: 20px;
  margin-right: 5px;
  color: #335471;
}
section .filtersearch .filterwrapper button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: #DF5835;
  padding: 10px 20px;
  display: inline-block;
  text-align: center;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-right: 10px;
  height: 45px;
}
section .filtersearch .filterwrapper button:hover {
  cursor: pointer;
}
section .filtersearch .filterwrapper a.resetfilter {
  font-size: 0.8rem;
  text-transform: uppercase;
  text-decoration: underline;
}
section .filtersearch .searchwrapper {
  width: calc(50% - 20px);
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  section .filtersearch .searchwrapper {
    width: 50%;
  }
}
@media (max-width: 767px) {
  section .filtersearch .searchwrapper {
    width: 100%;
  }
}
section .filtersearch .searchwrapper .searchform-container {
  display: flex;
  justify-content: flex-end;
  margin: unset;
}
section .filtersearch .searchwrapper .searchform-container input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #6791B4;
  height: 45px;
  padding-right: 50px;
  padding-left: 20px;
  margin-right: -45px;
  width: 100%;
}
@media (max-width: 767px) {
  section .filtersearch .searchwrapper .searchform-container input {
    max-width: unset;
    margin-right: 0;
  }
}
section .filtersearch .searchwrapper .searchform-container button {
  border: none;
  background: none;
  position: relative;
  left: -5px;
  display: inline-block;
  width: 45px;
  height: 45px;
}
section .filtersearch .searchwrapper .searchform-container button:after {
  color: #DB380F;
  content: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 21 21' style='enable-background:new 0 0 21 21;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23F04D24;%7D%0A%3C/style%3E%3Cpath id='Path_173' class='st0' d='M17.7,15.1c3.7-2.9,4.3-8.2,1.5-11.8S11-1.1,7.4,1.8C3.7,4.6,3,9.9,5.9,13.6l-5.6,5.6 c-0.4,0.4-0.4,1.1,0,1.5c0.4,0.4,1,0.4,1.4,0l5.6-5.6C10.4,17.5,14.7,17.5,17.7,15.1L17.7,15.1z M17,4c2.5,2.5,2.4,6.5,0,8.9 c0,0,0,0,0,0l0,0c-2.5,2.5-6.5,2.5-9,0c-2.5-2.5-2.5-6.5,0-9C10.5,1.5,14.5,1.5,17,4L17,4z'/%3E%3C/svg%3E");
  position: absolute;
  background: #fff;
  height: 25px;
  width: 25px;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
@media (max-width: 767px) {
  section .filtersearch .searchwrapper .searchform-container button {
    position: absolute;
    right: 0;
    left: unset;
  }
}
section #loader {
  display: none;
  text-align: center;
}
section #loader img {
  width: 55px;
  height: 55px;
}
section .resourcecategory .container .content .categorytitle h2 {
  font-size: 2rem;
  line-height: 2rem;
  letter-spacing: 0.2rem;
  margin: 50px auto 30px;
  text-transform: uppercase;
  font-weight: 500;
  color: #1A4C66;
}
section .resourcecategory .container .content .resources-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section .resourcecategory .container .content .resources-wrapper:after {
  content: "";
  flex: 0 1 calc(33% - 20px);
}
@media (max-width: 1023px) {
  section .resourcecategory .container .content .resources-wrapper:after {
    flex: 0 1 calc(50% - 20px);
  }
}
@media (max-width: 1023px) {
  section .resourcecategory .container .content .resources-wrapper:after {
    display: none;
  }
}
section .resourcecategory .container .content .resources-wrapper .resource-item {
  width: calc(33% - 20px);
  margin-bottom: 50px;
}
@media (max-width: 1023px) {
  section .resourcecategory .container .content .resources-wrapper .resource-item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 767px) {
  section .resourcecategory .container .content .resources-wrapper .resource-item {
    width: 100%;
  }
}
section .resourcecategory .container .content .resources-wrapper .resource-item .noresults h3 {
  color: #1A4C66;
}
section .resourcecategory .container .content .resources-wrapper .resource-item .image {
  height: 350px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  section .resourcecategory .container .content .resources-wrapper .resource-item .image {
    height: 250px;
  }
}
section .resourcecategory .container .content .resources-wrapper .resource-item .image img {
  border: 1px solid #000;
  object-fit: contain;
  width: auto;
  height: 100%;
}
section .resourcecategory .container .content .resources-wrapper .resource-item .copy .resourcetype {
  margin: 5px 0;
  color: #335471;
  font-style: italic;
}
section .resourcecategory .container .content .resources-wrapper .resource-item .copy .title h3 {
  font-size: 1.2rem;
  color: #DF5835;
  margin: 0;
  font-weight: 700;
  line-height: 30px;
}
section .resourcecategory .container .content .resources-wrapper .resource-item .copy .resourcelink {
  background: #DF5835;
  padding: 10px 20px;
  display: inline-block;
  text-align: center;
}
section .resourcecategory .container .content .resources-wrapper .resource-item .copy .resourcelink a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

/*# sourceMappingURL=site.css.map */
