/*!
Theme Name: Dispersa Theme
Author: Eisha Ahmed
Description: Custom WordPress for Dispersa Inc. Multilungual support with Polylang plugin, and compatible with Wordpress blocks.
Version: 1.2
*/
.has-red-3-color {
  color: #f8e9e9;
}

.has-purple-3-color {
  color: #efe9ee;
}

.has-slate-3-color {
  color: #ecedf0;
}

.has-teal-3-color {
  color: #eaf1f1;
}

.has-seagreen-3-color {
  color: #edf6f2;
}

.has-green-3-color {
  color: #e4e8c5;
}

.has-lime-3-color {
  color: #f7f4d7;
}

.has-strawyellow-3-color {
  color: #fff5d9;
}

.has-paleyellow-3-color {
  color: #feefcf;
}

.has-dispersayellow-3-color {
  color: #fff5e6;
}

.has-darkyellow-3-color {
  color: #f7e5d1;
}

.has-red-2-color {
  color: #cc575b;
}

.has-purple-2-color {
  color: #80597b;
}

.has-slate-2-color {
  color: #707786;
}

.has-teal-2-color {
  color: #5c9393;
}

.has-seagreen-2-color {
  color: #71b999;
}

.has-green-2-color {
  color: #bbc275;
}

.has-lime-2-color {
  color: #e2d276;
}

.has-strawyellow-2-color {
  color: #fce3a5;
}

.has-paleyellow-2-color {
  color: #fcd38e;
}

.has-dispersayellow-2-color {
  color: #fbaf4f;
}

.has-darkyellow-2-color {
  color: #e19b5a;
}

.has-red-1-color {
  color: #bc2524;
}

.has-purple-1-color {
  color: #5a2555;
}

.has-slate-1-color {
  color: #444c64;
}

.has-teal-1-color {
  color: #2d7372;
}

.has-seagreen-1-color {
  color: #47a478;
}

.has-green-1-color {
  color: #a5b33c;
}

.has-lime-1-color {
  color: #d9c938;
}

.has-strawyellow-1-color {
  color: #ffdf80;
}

.has-paleyellow-1-color {
  color: #fdc85e;
}

.has-dispersayellow-1-color {
  color: #ff9d00;
}

.has-darkyellow-1-color {
  color: #d97f18;
}

.has-red-0-color {
  color: #9e1204;
}

.has-purple-0-color {
  color: #481040;
}

.has-slate-0-color {
  color: #29334a;
}

.has-teal-0-color {
  color: #0f5c59;
}

.has-seagreen-0-color {
  color: #1d8157;
}

.has-green-0-color {
  color: #838f2c;
}

.has-lime-0-color {
  color: #b39f2d;
}

.has-strawyellow-0-color {
  color: #c9a451;
}

.has-paleyellow-0-color {
  color: #cd9138;
}

.has-dispersayellow-0-color {
  color: #b66b1a;
}

.has-darkyellow-0-color {
  color: #ac5716;
}

.fontsize-normal {
  font-size: 1.7rem;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-property: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  overflow-x: hidden;
}
@media screen and (max-width: 600px) {
  html {
    font-size: 80%;
  }
}

body {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  overflow-x: hidden;
  min-height: 100vh;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  color: #222;
}

.content {
  max-width: 90rem;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 98rem) {
  .content {
    padding: 0 4rem;
  }
}
@media screen and (max-width: 60rem) {
  .content {
    padding: 0 2rem;
  }
}

p {
  margin-bottom: 1rem;
  line-height: 1.4em;
}
p.has-small-font-size {
  font-size: 1.5rem;
}

h1 {
  font-size: 3.3rem;
  margin-bottom: 0.5em;
}

h2 {
  margin-bottom: 0.5em;
  font-weight: 300;
  color: #444c64;
}

h3 {
  margin: 1em 0;
  color: #29334a;
}

h2.show-header-line, h3.show-header-line {
  display: grid;
  grid-template-columns: minmax(2em, 1fr) auto minmax(2em, 1fr);
  align-items: center;
  grid-gap: 1em;
  margin: auto;
}
h2.show-header-line:before, h2.show-header-line:after, h3.show-header-line:before, h3.show-header-line:after {
  content: "";
  border-top: 1px solid;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  h2.show-header-line, h3.show-header-line {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  h2.show-header-line:before, h2.show-header-line:after, h3.show-header-line:before, h3.show-header-line:after {
    border-top: none;
  }
}

a {
  text-decoration: none;
  color: #5c9393;
}
a:hover {
  color: #d97f18;
}

hr {
  border: none;
  background-color: #ecedf0;
  height: 0.1rem;
}

hr.wp-block-separator {
  clear: both;
  border: none;
  background-color: #ecedf0;
  height: 0.1rem;
  margin-bottom: 3rem;
}

ul, ol {
  padding-left: 3rem;
  margin-bottom: 1rem;
}
ul li, ol li {
  line-height: 1.3em;
}

.hidden {
  display: none;
}

body.page-template-default header, body.page-template-template-blog header, body.category header, body.single header, body.page-template-template-careers header {
  background-color: #29334a;
}
body.page-template-default header svg.logo .maincolour, body.page-template-template-blog header svg.logo .maincolour, body.category header svg.logo .maincolour, body.single header svg.logo .maincolour, body.page-template-template-careers header svg.logo .maincolour {
  fill: white;
}
body.page-template-default header svg.logo .accentcolour, body.page-template-template-blog header svg.logo .accentcolour, body.category header svg.logo .accentcolour, body.single header svg.logo .accentcolour, body.page-template-template-careers header svg.logo .accentcolour {
  fill: #ff9d00;
}
body.page-template-default header nav a, body.page-template-template-blog header nav a, body.category header nav a, body.single header nav a, body.page-template-template-careers header nav a {
  color: white;
}
body.page-template-default header nav ul#langswitcher li > a, body.page-template-template-blog header nav ul#langswitcher li > a, body.category header nav ul#langswitcher li > a, body.single header nav ul#langswitcher li > a, body.page-template-template-careers header nav ul#langswitcher li > a {
  border-color: white;
}
body.page-template-default header nav ul#langswitcher li > a:hover, body.page-template-template-blog header nav ul#langswitcher li > a:hover, body.category header nav ul#langswitcher li > a:hover, body.single header nav ul#langswitcher li > a:hover, body.page-template-template-careers header nav ul#langswitcher li > a:hover {
  border-color: white;
  background-color: white;
  color: #29334a;
}
body.page-template-default header nav ul.menu, body.page-template-template-blog header nav ul.menu, body.category header nav ul.menu, body.single header nav ul.menu, body.page-template-template-careers header nav ul.menu {
  background-color: #29334a;
}
body.page-template-default header nav ul.menu li:hover, body.page-template-template-blog header nav ul.menu li:hover, body.category header nav ul.menu li:hover, body.single header nav ul.menu li:hover, body.page-template-template-careers header nav ul.menu li:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
body.page-template-default header nav ul.menu li.openparent, body.page-template-template-blog header nav ul.menu li.openparent, body.category header nav ul.menu li.openparent, body.single header nav ul.menu li.openparent, body.page-template-template-careers header nav ul.menu li.openparent {
  background-color: #444c64;
}
body.page-template-default header nav ul.menu li.openparent a, body.page-template-template-blog header nav ul.menu li.openparent a, body.category header nav ul.menu li.openparent a, body.single header nav ul.menu li.openparent a, body.page-template-template-careers header nav ul.menu li.openparent a {
  color: white;
}
body.page-template-default header nav ul.menu li > ul, body.page-template-template-blog header nav ul.menu li > ul, body.category header nav ul.menu li > ul, body.single header nav ul.menu li > ul, body.page-template-template-careers header nav ul.menu li > ul {
  background-color: #d97f18;
}
body.page-template-default header nav ul.menu li > ul a, body.page-template-template-blog header nav ul.menu li > ul a, body.category header nav ul.menu li > ul a, body.single header nav ul.menu li > ul a, body.page-template-template-careers header nav ul.menu li > ul a {
  color: white;
}
body.page-template-default header nav ul.menu li > ul li:hover, body.page-template-template-blog header nav ul.menu li > ul li:hover, body.category header nav ul.menu li > ul li:hover, body.single header nav ul.menu li > ul li:hover, body.page-template-template-careers header nav ul.menu li > ul li:hover {
  background-color: #ac5716;
}
@media screen and (max-width: 70rem) {
  body.page-template-default header nav a, body.page-template-template-blog header nav a, body.category header nav a, body.single header nav a, body.page-template-template-careers header nav a {
    color: white;
  }
  body.page-template-default header nav ul.menu, body.page-template-template-blog header nav ul.menu, body.category header nav ul.menu, body.single header nav ul.menu, body.page-template-template-careers header nav ul.menu {
    background-color: #29334a;
  }
}
body.page-template-default header nav .nav-icon:after, body.page-template-default header nav .nav-icon:before, body.page-template-default header nav .nav-icon > div, body.page-template-template-blog header nav .nav-icon:after, body.page-template-template-blog header nav .nav-icon:before, body.page-template-template-blog header nav .nav-icon > div, body.category header nav .nav-icon:after, body.category header nav .nav-icon:before, body.category header nav .nav-icon > div, body.single header nav .nav-icon:after, body.single header nav .nav-icon:before, body.single header nav .nav-icon > div, body.page-template-template-careers header nav .nav-icon:after, body.page-template-template-careers header nav .nav-icon:before, body.page-template-template-careers header nav .nav-icon > div {
  background-color: white;
}
body.page-template-default header nav .nav-icon:hover, body.page-template-template-blog header nav .nav-icon:hover, body.category header nav .nav-icon:hover, body.single header nav .nav-icon:hover, body.page-template-template-careers header nav .nav-icon:hover {
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
body.page-template-default header nav .nav-icon:hover:after, body.page-template-default header nav .nav-icon:hover:before, body.page-template-default header nav .nav-icon:hover > div, body.page-template-template-blog header nav .nav-icon:hover:after, body.page-template-template-blog header nav .nav-icon:hover:before, body.page-template-template-blog header nav .nav-icon:hover > div, body.category header nav .nav-icon:hover:after, body.category header nav .nav-icon:hover:before, body.category header nav .nav-icon:hover > div, body.single header nav .nav-icon:hover:after, body.single header nav .nav-icon:hover:before, body.single header nav .nav-icon:hover > div, body.page-template-template-careers header nav .nav-icon:hover:after, body.page-template-template-careers header nav .nav-icon:hover:before, body.page-template-template-careers header nav .nav-icon:hover > div {
  background-color: #fbaf4f;
}
body.page-template-default section.page, body.page-template-template-blog section.page, body.category section.page, body.single section.page, body.page-template-template-careers section.page {
  padding-top: 6rem;
}
body.page-template-default section.page h1, body.page-template-template-blog section.page h1, body.category section.page h1, body.single section.page h1, body.page-template-template-careers section.page h1 {
  text-align: center;
  font-size: 3.7rem;
}
body.page-template-default section.page span.pagedesc, body.page-template-template-blog section.page span.pagedesc, body.category section.page span.pagedesc, body.single section.page span.pagedesc, body.page-template-template-careers section.page span.pagedesc {
  text-align: center;
  display: inline-block;
  width: 100%;
  font-size: 1.2em;
}

body.page-template-template-product header {
  background-color: none;
}
body.page-template-template-product header svg.logo .maincolour {
  fill: #ff9d00;
}
body.page-template-template-product header svg.logo .accentcolour {
  fill: #444c64;
}
body.page-template-template-product header nav a {
  color: #29334a;
}
body.page-template-template-product header nav ul#langswitcher li > a {
  border-color: #29334a;
}
body.page-template-template-product header nav ul#langswitcher li > a:hover {
  border-color: #29334a;
  background-color: #29334a;
  color: white;
}
body.page-template-template-product header nav ul.menu {
  background-color: none;
}
body.page-template-template-product header nav ul.menu li:hover {
  background-color: rgba(92, 147, 147, 0.3);
}
body.page-template-template-product header nav ul.menu li.openparent {
  background-color: #444c64;
}
body.page-template-template-product header nav ul.menu li.openparent a {
  color: white;
}
body.page-template-template-product header nav ul.menu li > ul {
  background-color: #d97f18;
}
body.page-template-template-product header nav ul.menu li > ul a {
  color: white;
}
body.page-template-template-product header nav ul.menu li > ul li:hover {
  background-color: #ac5716;
}
@media screen and (max-width: 70rem) {
  body.page-template-template-product header nav a {
    color: white;
  }
  body.page-template-template-product header nav ul.menu {
    background-color: #29334a;
  }
}
body.page-template-template-product header nav .nav-icon:after, body.page-template-template-product header nav .nav-icon:before, body.page-template-template-product header nav .nav-icon > div {
  background-color: #29334a;
}
body.page-template-template-product header nav .nav-icon:hover {
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
body.page-template-template-product header nav .nav-icon:hover:after, body.page-template-template-product header nav .nav-icon:hover:before, body.page-template-template-product header nav .nav-icon:hover > div {
  background-color: #fbaf4f;
}

body.page-template-template-home header {
  background-color: none;
}
body.page-template-template-home header svg.logo .maincolour {
  fill: white;
}
body.page-template-template-home header svg.logo .accentcolour {
  fill: #ff9d00;
}
body.page-template-template-home header nav a {
  color: white;
}
body.page-template-template-home header nav ul#langswitcher li > a {
  border-color: white;
}
body.page-template-template-home header nav ul#langswitcher li > a:hover {
  border-color: white;
  background-color: white;
  color: #29334a;
}
body.page-template-template-home header nav ul.menu {
  background-color: none;
}
body.page-template-template-home header nav ul.menu li:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
body.page-template-template-home header nav ul.menu li.openparent {
  background-color: #444c64;
}
body.page-template-template-home header nav ul.menu li.openparent a {
  color: white;
}
body.page-template-template-home header nav ul.menu li > ul {
  background-color: #d97f18;
}
body.page-template-template-home header nav ul.menu li > ul a {
  color: white;
}
body.page-template-template-home header nav ul.menu li > ul li:hover {
  background-color: #ac5716;
}
@media screen and (max-width: 70rem) {
  body.page-template-template-home header nav a {
    color: white;
  }
  body.page-template-template-home header nav ul.menu {
    background-color: #29334a;
  }
}
body.page-template-template-home header nav .nav-icon:after, body.page-template-template-home header nav .nav-icon:before, body.page-template-template-home header nav .nav-icon > div {
  background-color: white;
}
body.page-template-template-home header nav .nav-icon:hover {
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
body.page-template-template-home header nav .nav-icon:hover:after, body.page-template-template-home header nav .nav-icon:hover:before, body.page-template-template-home header nav .nav-icon:hover > div {
  background-color: #fbaf4f;
}

header {
  display: block;
  width: 100%;
  height: 6rem;
  position: absolute;
  top: 0;
  z-index: 999;
}
header > .content {
  position: relative;
  height: 100%;
}
header svg.logo {
  height: 100%;
  float: left;
  display: block;
  position: relative;
  padding: 1rem 0;
}
header nav {
  display: block;
  float: right;
  font-size: 1.2rem;
}
header nav a {
  color: white;
}
header nav ul#langswitcher {
  list-style-type: none;
  margin: 0;
  margin-left: 1rem;
  padding: 0;
  float: right;
}
header nav ul#langswitcher li {
  height: 6rem;
  display: flex;
  align-items: center;
}
header nav ul#langswitcher li > a {
  display: inline-block;
  border: 1px solid white;
  border-radius: 1000rem;
  padding: 0.5rem 1.5rem;
  margin: auto;
}
header nav ul#langswitcher li > a:hover {
  background-color: white;
  color: #29334a;
}
header nav ul.menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: left;
}
header nav ul.menu li {
  display: inline-block;
  line-height: 6rem;
}
header nav ul.menu li > a, header nav ul.menu li > span {
  text-decoration: none;
  height: 100%;
  display: block;
  padding: 0 1rem;
}
header nav ul.menu li.active {
  font-weight: 700;
}
header nav ul.menu li.haschildren > a:after, header nav ul.menu li.haschildren > span:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0d7";
  padding-left: 0.5em;
}
header nav ul.menu li.openparent > a:after, header nav ul.menu li.openparent > span:after {
  content: "\f0d8";
}
header nav ul.menu li.openparent > ul {
  display: block;
}
header nav ul.menu li > ul {
  display: none;
  position: absolute;
  text-align: left;
  z-index: 999;
  margin: 0;
  padding: 0;
}
header nav ul.menu li > ul li {
  width: 100%;
  line-height: normal;
  display: block;
  position: relative;
  z-index: 999;
}
header nav ul.menu li > ul li > a {
  padding: 1rem 1.3rem;
  padding-right: 3rem;
  display: block;
  height: auto;
  position: relative;
  z-index: 999;
}
header nav ul.menu li > ul li.openparent > ul {
  display: block;
  position: relative;
}
header nav ul.menu li > ul li > ul {
  display: none;
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: 999;
}
header nav ul.menu li > ul li > ul li {
  width: 100%;
  display: block;
}
header nav .nav-icon {
  display: none;
  padding: 2rem;
  width: 7.5rem;
  position: absolute;
  right: 0;
  top: 0;
}
header nav .nav-icon:after, header nav .nav-icon:before, header nav .nav-icon > div {
  content: "";
  background-color: #fff;
  border-radius: 0.1666666667rem;
  display: block;
  height: 0.3333333333rem;
  transition: all 0.2s ease-in-out;
}
header nav .nav-icon:before, header nav .nav-icon > div {
  margin-bottom: 0.5rem;
}
header nav .nav-icon:hover {
  cursor: pointer;
}
@media screen and (max-width: 70rem) {
  header nav .nav-icon {
    display: block;
  }
  header nav ul#langswitcher {
    position: absolute;
    margin-left: 0;
    right: 7.5rem;
  }
  header nav ul.menu {
    display: none;
    text-align: center;
  }
  header nav ul.menu li {
    line-height: normal;
  }
  header nav ul.menu li a {
    padding: 1rem 4rem;
  }
  header nav ul.menu li ul {
    text-align: center;
  }
  header nav.active ul.menu {
    display: block;
    position: absolute;
    top: 6rem;
    left: 0;
    width: 100%;
    z-index: 999;
  }
  header nav.active ul.menu li {
    width: 100%;
  }
  header nav.active ul.menu li > ul {
    position: relative;
    width: 100%;
  }
  header nav.active .nav-icon:before {
    transform: translateY(0.8333333333rem) rotate(135deg);
  }
  header nav.active .nav-icon:after {
    transform: translateY(-0.8333333333rem) rotate(-135deg);
  }
  header nav.active .nav-icon > div {
    transform: scale(0);
  }
}

.footer-wrapper {
  width: 100%;
  margin-top: 4rem;
}

#footer-feature {
  color: black;
  background-color: #ecedf0;
  width: 100%;
  position: relative;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 2rem;
}
#footer-feature:before {
  content: "";
  display: inline-block;
  background-color: #444c64;
  height: 50%;
  position: absolute;
  top: 50%;
  width: 100vw;
  left: calc(-50vw + 50%);
  z-index: -1;
  margin: 0;
}
#footer-feature h2 {
  font-weight: 400;
  color: black;
}

#newsletter {
  /** Default lightbox to hidden */
  display: none;
  position: fixed;
  z-index: 998;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
}
#newsletter .lightbox-background {
  display: block;
  z-index: 998;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
#newsletter:target {
  outline: none;
  /* Remove default browser outline */
  display: block;
  /* Unhide lightbox */
}
#newsletter .newsletter-signup {
  z-index: 1000;
  width: 100%;
  max-width: 40rem;
  max-height: 60rem;
  padding: 3rem;
  margin: 0;
  display: inline-block;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #FFF;
}
#newsletter .newsletter-signup h2 {
  padding-top: 1rem;
  font-size: 2rem;
}
#newsletter .newsletter-signup a.close-lightbox {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 2rem;
  padding: 1.5rem;
  display: block;
  float: right;
  color: #b66b1a;
}
#newsletter .newsletter-signup a.close-lightbox:hover {
  background-color: #ff9d00;
  color: #FFF;
}
#newsletter .hbspt-form .hs-form-iframe {
  width: 100% !important;
}

footer {
  background: linear-gradient(#444c64 0%, #29334a 100%);
  color: white;
  padding: 3rem 0;
  text-align: center;
  font-size: 1.2rem;
  width: 100%;
}
footer p.copyright {
  color: #707786;
  margin-bottom: 0;
}
footer .socialmedia-links {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
}
footer .socialmedia-links a {
  text-decoration: none;
  margin: 0 0.5rem;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
}
footer .socialmedia-links a i {
  color: #29334a;
}
footer .socialmedia-links a:hover {
  background-color: #71b999;
}
footer #footerNavigation ul.menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 0.8em;
}
footer #footerNavigation ul.menu li:not(:last-child):after {
  content: "|";
  margin-left: 0.8em;
  color: #707786;
}

#pagebanner-home {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  padding-top: 10rem;
  padding-bottom: 7rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  #pagebanner-home {
    padding-top: 8rem;
    padding-bottom: 5rem;
  }
}
#pagebanner-home > .content h1, #pagebanner-home > .content p {
  max-width: 80rem;
}
#pagebanner-home > .content h1 {
  font-weight: 300;
}
#pagebanner-home > .content h1 em {
  color: #fbaf4f;
  font-weight: 400;
  font-style: normal;
}
#pagebanner-home > .content .button-wrapper {
  display: flex;
}
#pagebanner-home > .content .button-wrapper .button:first-child {
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  #pagebanner-home > .content .button-wrapper .button {
    padding: 0.5rem 1.4rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 70rem) {
  #pagebanner-home > .content {
    /*.button-wrapper { justify-content: center; }*/
  }
  #pagebanner-home > .content h1, #pagebanner-home > .content p {
    max-width: none;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #pagebanner-home > .content h1 {
    font-size: 2.5rem;
  }
}
#pagebanner-home:after {
  content: "";
  display: block;
  height: 3rem;
  width: 100%;
  -webkit-clip-path: url(#waveCurve);
  clip-path: url(#waveCurve);
  position: absolute;
  bottom: -1px;
}
#pagebanner-home.white:after {
  background-color: white;
}
#pagebanner-home.red-3:after {
  background-color: #f8e9e9;
}
#pagebanner-home.purple-3:after {
  background-color: #efe9ee;
}
#pagebanner-home.slate-3:after {
  background-color: #ecedf0;
}
#pagebanner-home.teal-3:after {
  background-color: #eaf1f1;
}
#pagebanner-home.seagreen-3:after {
  background-color: #edf6f2;
}
#pagebanner-home.green-3:after {
  background-color: #e4e8c5;
}
#pagebanner-home.lime-3:after {
  background-color: #f7f4d7;
}
#pagebanner-home.strawyellow-3:after {
  background-color: #fff5d9;
}
#pagebanner-home.paleyellow-3:after {
  background-color: #feefcf;
}
#pagebanner-home.dispersayellow-3:after {
  background-color: #fff5e6;
}
#pagebanner-home.darkyellow-3:after {
  background-color: #f7e5d1;
}

#pagebanner-product {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #29334a;
  padding-top: 10rem;
  padding-bottom: 7rem;
  position: relative;
}
#pagebanner-product > .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#pagebanner-product > .content p {
  max-width: 80rem;
  display: block;
  font-size: 2.2rem;
  font-weight: 400;
  text-align: center;
}
#pagebanner-product > .content h1 {
  width: 100%;
  max-width: 30rem;
  display: block;
}
#pagebanner-product > .content h1 img {
  width: 100%;
}
@media screen and (max-width: 70rem) {
  #pagebanner-product > .content {
    /*.button-wrapper { justify-content: center; }*/
  }
}
#pagebanner-product:after {
  content: "";
  display: block;
  background-color: white;
  height: 5rem;
  width: 100%;
  clip-path: url(#waveCurve);
  -webkit-clip-path: url(#waveCurve);
  position: absolute;
  bottom: -1px;
}
#pagebanner-product:before {
  content: "";
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
  height: 8rem;
  width: 100%;
  clip-path: url(#waveCurve2);
  -webkit-clip-path: url(#waveCurve2);
  position: absolute;
  bottom: -1px;
  z-index: 99;
}

.accordion-element {
  text-align: left;
  width: 100%;
  border-top: solid 1px #ecedf0;
}
.accordion-element .tab-label {
  color: #444c64;
  font-size: 1.1em;
  padding: 1rem 0;
  padding-left: 2em;
  position: relative;
}
.accordion-element .tab-label:hover {
  color: #000;
  background: #ecedf0;
  cursor: pointer;
}
.accordion-element .tab-label:before {
  content: "+";
  display: inline-block;
  position: absolute;
  left: 0;
}
.accordion-element .tab-content {
  max-height: 0;
  color: #555;
  overflow: hidden;
  padding: 0;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}
.accordion-element .tab-content p {
  padding: 2rem 0;
}
.accordion-element.active .tab-label {
  color: #ff9d00;
}
.accordion-element.active .tab-label:before {
  content: "-";
}
.accordion-element.active .tab-content {
  max-height: unset;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}

.article-feature-grid {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.article-feature-grid .grid-item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  text-align: left;
}
.article-feature-grid .grid-item:hover {
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}
@media screen and (min-width: 70rem) {
  .article-feature-grid .grid-item {
    /* formatting for first row */
    /* formatting for remaining items */
  }
  .article-feature-grid .grid-item:nth-child(-n+2) {
    width: 46%;
    flex: 1 1 auto;
    height: 20rem;
    background-color: #AAA;
    display: block;
    margin-bottom: 1rem;
  }
  .article-feature-grid .grid-item:nth-child(1) {
    margin-right: 1rem;
  }
  .article-feature-grid .grid-item:nth-child(n+3) {
    width: 27.3333333333%;
    flex: 1 1 auto;
    height: 20rem;
    background-color: #AAA;
    display: block;
    margin-bottom: 1rem;
  }
  .article-feature-grid .grid-item:nth-child(n+3) {
    margin-right: 1rem;
  }
  .article-feature-grid .grid-item:nth-child(3n+5) {
    margin-right: 0;
  }
}
@media screen and (max-width: 70rem) and (min-width: 50rem) {
  .article-feature-grid .grid-item:nth-child(-n+1) {
    width: 98%;
    flex: 1 1 auto;
    height: 20rem;
    background-color: #AAA;
    display: block;
    margin-bottom: 1rem;
  }
  .article-feature-grid .grid-item:nth-child(n+2) {
    width: 46%;
    flex: 1 1 auto;
    height: 20rem;
    background-color: #AAA;
    display: block;
    margin-bottom: 1rem;
  }
  .article-feature-grid .grid-item:nth-child(2n+2) {
    margin-right: 1rem;
  }
}
@media screen and (max-width: 50rem) {
  .article-feature-grid .grid-item {
    width: 98%;
    flex: 1 1 auto;
    height: 20rem;
    background-color: #AAA;
    display: block;
    margin-bottom: 1rem;
  }
}
.article-feature-grid .grid-item a {
  padding: 1rem;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #FFF;
  text-decoration: none;
}
.article-feature-grid .grid-item a span.title {
  width: 100%;
  display: inline-block;
  margin-bottom: 1rem;
}
.article-feature-grid .grid-item a span.category, .article-feature-grid .grid-item a span.author {
  font-size: 1.2rem;
}
.article-feature-grid .grid-item a span.category {
  text-transform: uppercase;
  font-weight: 600;
}
.article-feature-grid .grid-item a span.category::after {
  content: "|";
  font-weight: 200;
  margin: 0 0.5em;
}

a.button {
  text-decoration: none;
  padding: 0.5rem 3rem;
  border-radius: 1000rem;
  display: inline-block;
  margin-top: 2rem;
}
a.button.filled-1 {
  color: white;
  background: linear-gradient(90deg, #d97f18 0%, #ff9d00 100%);
}
a.button.filled-1:hover {
  background: linear-gradient(90deg, #ac5716 0%, #d97f18 100%);
}
a.button.outline-light {
  color: white;
  border: solid 2px white;
}
a.button.outline-light:hover {
  background-color: white;
  color: #29334a;
}
a.button.outline-dark-slate {
  color: #29334a;
  border: solid 2px #29334a;
}
a.button.outline-dark-slate:hover {
  background-color: #29334a;
  color: white;
}
a.button.outline-dark-yellow {
  color: #ac5716;
  border: solid 2px #ac5716;
}
a.button.outline-dark-yellow:hover {
  background-color: #ac5716;
  color: white;
}

.button-center-align {
  text-align: center;
  width: 100%;
}

.button-right-align {
  text-align: right;
  width: 100%;
}

.button-left-align {
  text-align: left;
  width: 100%;
}

.iconTextField {
  display: flex;
}
.iconTextField .icon {
  text-align: center;
  flex-grow: 0;
  flex-shrink: 0;
  display: block;
}
.iconTextField .icon.rounded {
  border-radius: 50%;
}
.iconTextField.iconLeft {
  flex-wrap: nowrap;
  margin-bottom: 1rem;
}
.iconTextField.iconLeft .icon {
  margin-right: 2rem;
  width: 4rem;
  height: 4rem;
}
.iconTextField.iconLeft .icon i {
  font-size: 2rem;
  line-height: 4rem;
}
.iconTextField.iconLeft .desc {
  flex-grow: 1;
  margin-top: 0.7rem;
  display: block;
}
.iconTextField.iconAbove {
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  width: 12rem;
}
.iconTextField.iconAbove .icon {
  width: 8rem;
  height: 8rem;
  margin-bottom: 1rem;
}
.iconTextField.iconAbove .icon i {
  font-size: 6rem;
  line-height: 8rem;
}
.iconTextField.iconAbove .icon.has-background i {
  font-size: 4rem;
}

.image-tile-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 2rem;
}
.image-tile-block .block-cover-img {
  flex-grow: 0;
  margin-bottom: 2rem;
}
.image-tile-block .block-cover-img.round {
  border-radius: 50%;
}
.image-tile-block .tile-desc p {
  text-align: center;
}

.image-tile-grid.small .image-tile-block {
  width: 12rem;
}
.image-tile-grid.small .image-tile-block .block-cover-img {
  height: 12rem;
  width: 12rem;
}
.image-tile-grid.medium {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.image-tile-grid.medium .break-tab {
  display: block;
}
@media screen and (min-width: 60rem) {
  .image-tile-grid.medium .break-tab:nth-child(8n+8) {
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 60rem) and (max-width: 60rem) {
  .image-tile-grid.medium .break-tab:nth-child(6n+6) {
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 30rem) and (max-width: 60rem) {
  .image-tile-grid.medium .break-tab:nth-child(4n+4) {
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 30rem) {
  .image-tile-grid.medium .break-tab {
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 2rem;
  }
}
.image-tile-grid.medium .image-tile-block {
  width: 13rem;
}
.image-tile-grid.medium .image-tile-block .block-cover-img {
  height: 13rem;
  width: 13rem;
}
.image-tile-grid.large {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.image-tile-grid.large .break-tab {
  display: block;
}
@media screen and (min-width: 85rem) {
  .image-tile-grid.large .break-tab:nth-child(8n+8) {
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 85rem) and (max-width: 85rem) {
  .image-tile-grid.large .break-tab:nth-child(6n+6) {
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 45rem) and (max-width: 85rem) {
  .image-tile-grid.large .break-tab:nth-child(4n+4) {
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 45rem) {
  .image-tile-grid.large .break-tab {
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 2rem;
  }
}
.image-tile-grid.large .image-tile-block {
  width: 15rem;
}
.image-tile-grid.large .image-tile-block .block-cover-img {
  height: 15rem;
  width: 15rem;
}
@media screen and (max-width: 45rem) {
  .image-tile-grid.small, .image-tile-grid.medium, .image-tile-grid.large {
    flex-wrap: wrap;
  }
  .image-tile-grid.small .image-tile-block, .image-tile-grid.medium .image-tile-block, .image-tile-grid.large .image-tile-block {
    margin: 0;
    flex-direction: row;
    width: 100%;
    flex-basis: 100%;
    height: auto;
  }
  .image-tile-grid.small .image-tile-block .block-cover-img, .image-tile-grid.medium .image-tile-block .block-cover-img, .image-tile-grid.large .image-tile-block .block-cover-img {
    flex-shrink: 0;
    margin-right: 2rem;
    height: 10rem;
    width: 10rem;
  }
  .image-tile-grid.small .tile-desc p, .image-tile-grid.medium .tile-desc p, .image-tile-grid.large .tile-desc p {
    text-align: left;
  }
}

.logo-grid {
  clear: both;
  display: inline-block;
  margin: auto;
  text-align: center;
  padding: 0;
  width: 100%;
  max-width: 100rem;
}
.logo-grid .grid-item {
  height: 5rem;
  display: inline-block;
  margin-bottom: 2rem;
}
.logo-grid .grid-item img {
  height: 100%;
  width: auto;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  opacity: 0.7;
  margin: 0 3rem;
}
.logo-grid .grid-item img:hover {
  -webkit-filter: none;
  /* Safari 6.0 - 9.0 */
  filter: none;
  opacity: 1;
}

.pathway-grid {
  clear: both;
  display: flex;
  justify-content: center;
  width: 100%;
}
.pathway-grid .grid-item {
  width: 20rem;
  position: relative;
  text-align: center;
}
.pathway-grid .grid-item:not(:last-child) {
  margin-right: 5rem;
}
.pathway-grid .grid-item:not(:last-child):after {
  content: "";
  position: absolute;
  right: -3rem;
  top: 9rem;
  margin: auto 0;
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 1.5rem;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.pathway-grid .grid-item img {
  width: 100%;
  margin-bottom: 2rem;
}
.pathway-grid .grid-item span {
  width: 100%;
  font-size: 1.2em;
}
@media screen and (max-width: 60rem) {
  .pathway-grid .grid-item {
    width: 14rem;
  }
  .pathway-grid .grid-item:not(:last-child):after {
    top: 6rem;
  }
}
@media screen and (max-width: 50rem) {
  .pathway-grid {
    flex-wrap: wrap;
  }
  .pathway-grid .grid-item {
    flex-basis: 100%;
    padding: 0 20%;
  }
  .pathway-grid .grid-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 5rem;
  }
  .pathway-grid .grid-item:not(:last-child):after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 50%;
    left: 45%;
    top: 101%;
    margin-left: auto;
    margin-right: auto;
    padding: 5%;
  }
}

section {
  padding: 2rem 0;
}
section.page {
  padding: 0;
}
section.coloured {
  padding: 4rem 0;
}
section.angle1 {
  padding: 0 0 2rem;
  position: relative;
  margin-top: 7rem;
  margin-bottom: 5rem;
}
section.angle1:before {
  content: "";
  height: 7rem;
  width: 100%;
  position: absolute;
  background-color: inherit;
  bottom: calc(100% - 1px);
  left: 0;
  clip-path: polygon(0 0, 100% 95%, 100% 100%, 0% 100%);
}
section.angle1:after {
  content: "";
  height: 2rem;
  width: 100%;
  position: absolute;
  background-color: inherit;
  top: calc(100% - 1px);
  left: 0;
  clip-path: polygon(0 0, 100% 0, 100% 5%, 0% 100%);
}
section.smalltext p, section.smalltext ul, section.smalltext ol {
  font-size: 1.3rem;
}
section.smalltext h2 {
  font-size: 1.3em;
}
section.smalltext h3 {
  margin: 0.5em 0;
  font-size: 0.9em;
}
section.smalltext hr {
  margin: 1rem 0;
}

.spacer-block {
  width: 100%;
}
.spacer-block.small {
  height: 2rem;
}
.spacer-block.medium {
  height: 4rem;
}
.spacer-block.large {
  height: 6rem;
}
.spacer-block.show {
  display: block;
}
@media screen and (max-width: 60rem) {
  .spacer-block.show-mobile-only {
    display: block;
  }
  .spacer-block.show-wide-only {
    display: none;
  }
}
@media screen and (min-width: 60rem) {
  .spacer-block.show-mobile-only {
    display: none;
  }
  .spacer-block.show-wide-only {
    display: block;
  }
}

.tab-section {
  /* Style the tab content */
}
.tab-section .tabmenu {
  display: flex;
  align-items: stretch;
  /* Style the buttons that are used to open the tab content */
}
.tab-section .tabmenu button {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  margin-left: 1rem;
  flex-basis: 100%;
  background-color: #ecedf0;
  outline: none;
  border: none;
  float: left;
  cursor: pointer;
  padding: 0.5em;
  transition: 0.3s;
  font-size: 1.1em;
  position: relative;
}
.tab-section .tabmenu button:first-child {
  margin-left: 0;
}
.tab-section .tabmenu button:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: solid 1rem #ecedf0;
  border-left: solid 1rem transparent;
  border-right: solid 1rem transparent;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 100%;
  transition: 0.3s;
  opacity: 0;
}
.tab-section .tabmenu button:hover {
  background-color: #fff5e6;
}
.tab-section .tabmenu button:hover:after {
  border-top: solid 1rem #fff5e6;
}
.tab-section .tabmenu button.active {
  background-color: #ff9d00;
  color: #FFF;
}
.tab-section .tabmenu button.active:after {
  border-top: solid 1rem #ff9d00;
  opacity: 1;
}
@media screen and (max-width: 60rem) {
  .tab-section .tabmenu {
    flex-wrap: wrap;
  }
  .tab-section .tabmenu button {
    margin: 0;
    flex-basis: 40%;
    flex-grow: 1;
    margin-bottom: 1rem;
  }
  .tab-section .tabmenu button:after {
    display: none;
  }
  .tab-section .tabmenu button:nth-child(3n+1) {
    margin-right: 1rem;
  }
  .tab-section .tabmenu button:last-child {
    margin-right: 0;
  }
  .tab-section .tabmenu .break-tab {
    flex-basis: 100%;
    height: 0;
  }
}
@media screen and (max-width: 40rem) {
  .tab-section .tabmenu button {
    flex-basis: 100%;
  }
  .tab-section .tabmenu button:nth-child(3n+1) {
    margin-right: 0;
  }
}
.tab-section .tabcontent {
  display: none;
  text-align: left;
  padding-top: 2em;
}
.tab-section .tabcontent.active {
  display: flex;
}
.tab-section .tabcontent section {
  width: 100%;
}
.tab-section .tabcontent section .content {
  padding: 0;
}
.tab-section .tabcontent section.coloured {
  padding-left: 4rem;
  padding-right: 4rem;
}
@media screen and (max-width: 60rem) {
  .tab-section .tabcontent.active {
    display: block;
  }
}

.team-block {
  width: 20rem;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
}
.team-block > .headshot {
  height: 15rem;
  width: 15rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  margin-bottom: 1rem;
  position: relative;
}
.team-block > .headshot:after {
  content: "→";
  font-size: 2rem;
  text-align: center;
  position: absolute;
  border-radius: 50%;
  line-height: 5rem;
  right: 0;
  bottom: 0;
  height: 5rem;
  width: 5rem;
  background-color: white;
  box-shadow: 0 0 0.5rem 0.5rem rgba(0, 0, 0, 0.1);
  color: #444c64;
  transition: color 0.3s ease-in-out;
}
.team-block > .headshot .headshot-overlay {
  opacity: 0;
  background: linear-gradient(to bottom, #29334a 0%, #2d7372 100%);
  transition: opacity 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 50%;
}
.team-block > .headshot .headshot-overlay:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 105%;
  height: 105%;
  border-radius: 50%;
  border: 1px white solid;
  transition: width 0.3s, height 0.3s ease-in-out;
}
.team-block > .headshot:hover {
  cursor: pointer;
}
.team-block > .headshot:hover:after {
  color: #ff9d00;
}
.team-block > .headshot:hover .headshot-overlay {
  opacity: 0.5;
}
.team-block > .headshot:hover .headshot-overlay:before {
  width: 80%;
  height: 80%;
}
.team-block span.name {
  font-weight: 600;
  width: 100%;
  text-align: center;
}
.team-block span.jobtitle {
  width: 100%;
  text-align: center;
}
.team-block .modal .modal-content {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  padding: 0;
  align-items: stretch;
  background-color: #fefefe;
  width: 80%;
  max-height: 90%;
  max-width: 82rem;
}
.team-block .modal .modal-content .sidepanel {
  display: block;
  background-color: #29334a;
  flex-shrink: 0;
  flex-basis: 22rem;
}
.team-block .modal .modal-content .sidepanel .headshot {
  height: 25rem;
  width: 100%;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 60rem) {
  .team-block .modal .modal-content .sidepanel {
    flex-basis: 50%;
  }
}
.team-block .modal .modal-content .mainpanel {
  padding: 2rem;
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
}
.team-block .modal .modal-content .mainpanel span.name {
  display: block;
  text-align: left;
  font-size: 1.3em;
}
.team-block .modal .modal-content .mainpanel span.jobtitle {
  display: block;
  text-align: left;
}
.team-block .modal .modal-content .mainpanel .responsibilities-header {
  font-size: 0.7em;
  margin-top: 1em;
  margin-bottom: 0.2em;
}
.team-block .modal .modal-content .mainpanel .responsibilities {
  font-size: 0.7em;
  margin-bottom: 0;
}
.team-block .modal .modal-content .mainpanel hr {
  margin: 1rem 0;
}
.team-block .modal .modal-content .mainpanel .bio {
  font-size: 0.7em;
  display: flex;
  min-height: 0;
  overflow-y: auto;
  flex-grow: 1;
}
.team-block .modal .modal-content .mainpanel .bio p {
  display: inline-block;
}
.team-block .modal .modal-content .modal-close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 1rem;
  font-size: 3rem;
  line-height: 2rem;
}
.team-block .modal .modal-content .modal-close:hover, .team-block .modal .modal-content .modal-close:focus {
  color: #ff9d00;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .team-block .modal .modal-content {
    flex-direction: column;
  }
  .team-block .modal .modal-content .sidepanel {
    flex-basis: 18rem;
    flex-grow: 0;
  }
  .team-block .modal .modal-content .sidepanel .headshot {
    height: 18rem;
  }
  .team-block .modal .modal-content .mainpanel {
    flex-grow: 1;
    overflow-y: scroll;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.7);
  /* Black w/ opacity */
}
.modal.open {
  display: block;
}

/* Modal Content/Box */
.modal-content {
  /* The Close Button */
}
.modal-content .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.modal-content .close:hover, .modal-content .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.general-flex-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
}

@media screen and (min-width: 70rem) {
  .general-flex-grid.row-class-3 > div:nth-child(3n+2) + .row-break {
    flex-basis: 100%;
  }
}

@media screen and (min-width: 70rem) {
  .general-flex-grid.row-class-4 > div:nth-child(4n+3) + .row-break {
    flex-basis: 100%;
  }
}

a.career-item {
  text-align: left;
  text-decoration: none;
  display: block;
  clear: both;
  width: 100%;
  padding: 2rem;
  color: #000;
  border: 1px solid #ecedf0;
  margin-bottom: 1rem;
}
a.career-item:hover {
  background-color: #ecedf0;
}
a.career-item span.title {
  width: 100%;
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 0.25em;
}
a.career-item .details {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.5rem;
  gap: 0.5rem 1.5rem;
}
a.career-item .details span i {
  margin-right: 0.6em;
}

.no-career-listings {
  margin: 2rem 0;
  text-align: center;
  font-size: 0.8em;
}

.map-wrapper {
  position: relative;
  height: 25rem;
}
.map-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

figure.wp-block-image {
  text-align: center;
}
figure.wp-block-image.size-medium, figure.wp-block-image.size-large {
  max-width: 25rem;
  margin: auto;
}
figure.wp-block-image img {
  width: 100%;
  height: auto;
}

.block-cover-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.block-cover-img.rounded {
  border-radius: 1000rem;
}

.svg-image-crop {
  display: block;
  width: 100%;
  height: 100%;
}
.svg-image-crop .imgDiv {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 100%;
  position: relative;
  display: block;
}
.svg-image-crop .imgDiv svg {
  width: 100%;
  position: absolute;
  top: 0;
  display: block;
}

/* Styling Checkbox Starts */
form#contactform label.checkbox-group {
  display: block;
  position: relative;
  padding-left: 3.5rem;
  margin-bottom: 2rem;
  cursor: pointer;
  font-size: 0.9em;
  line-height: 2.5rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-property: none;
  -o-user-select: none;
  user-select: none;
  text-align: left;
  width: 100%;
  /* Hide the browser's default checkbox */
  /* When the checkbox is checked, add background */
  /* On mouse-over, add a grey background color */
}
form#contactform label.checkbox-group input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
form#contactform label.checkbox-group input:checked ~ .checkmark {
  background-color: #ff9d00;
  /* Show the checkmark when checked */
}
form#contactform label.checkbox-group input:checked ~ .checkmark:after {
  display: block;
}
form#contactform label.checkbox-group:hover input ~ .checkmark {
  background-color: rgba(68, 76, 100, 0.2);
}
form#contactform label.checkbox-group:hover input:checked ~ .checkmark {
  background-color: #b66b1a;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 2.5rem;
  width: 2.5rem;
  background-color: rgba(68, 76, 100, 0.07);
  /* Create the checkmark/indicator (hidden when not checked) */
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Style the checkmark/indicator */
.checkbox-group .checkmark:after {
  left: 0.9rem;
  top: 0.5rem;
  width: 0.5rem;
  height: 1rem;
  border: solid white;
  border-width: 0 4px 4px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

form#contactform {
  width: 100%;
  display: block;
  text-align: left;
}
form#contactform label {
  margin-bottom: 1rem;
  display: inline-block;
}
form#contactform textarea, form#contactform input[type=text], form#contactform input[type=password], form#contactform input[type=email], form#contactform input[type=submit], form#contactform .custom-select select {
  padding: 1rem;
  font-size: 1.7rem;
  font-weight: 300;
  font-family: "Lato", sans-serif;
}
form#contactform textarea, form#contactform input[type=text], form#contactform input[type=email] {
  margin-bottom: 1em;
}
form#contactform textarea, form#contactform input[type=text], form#contactform input[type=email], form#contactform .custom-select select {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  border: 0;
  background-color: rgba(68, 76, 100, 0.07);
  border-radius: 0.5rem;
}
form#contactform .custom-select {
  position: relative;
  margin-bottom: 1rem;
}
form#contactform .custom-select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
form#contactform .custom-select select:hover, form#contactform .custom-select select:focus {
  background-color: rgba(68, 76, 100, 0.2);
  cursor: pointer;
}
form#contactform .custom-select .select-icon {
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  padding: 1rem 1.5rem;
  color: #444c64;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
form#contactform input[type=submit] {
  padding: 0.5rem 3rem;
  border-radius: 1000rem;
  display: inline-block;
  font-size: 1.7rem;
  background: linear-gradient(90deg, #d97f18 0%, #ff9d00 100%);
  border: none;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  cursor: pointer;
}
form#contactform input[type=submit]:hover {
  background: linear-gradient(90deg, #ac5716 0%, #d97f18 100%);
}

.error, .success {
  font-size: 1.2rem;
  padding: 0.5em 1em;
  margin-bottom: 1rem;
}

.error {
  background-color: rgba(188, 37, 36, 0.2);
  border: solid 1px #bc2524;
}

.success {
  background-color: rgba(165, 179, 60, 0.2);
  border: solid 1px #a5b33c;
}

figure.wp-block-embed iframe {
  width: 100%;
  height: 20rem;
}

.wp-block-columns {
  margin-bottom: 0;
}
@media screen and (min-width: 60rem) {
  .wp-block-columns {
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 60rem) {
  .wp-block-columns {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .wp-block-columns .wp-block-column {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 60rem) {
  .wp-block-columns .wp-block-column.hide-mobile-1 {
    display: none;
  }
}
@media screen and (max-width: 40rem) {
  .wp-block-columns .wp-block-column.hide-mobile-2 {
    display: none;
  }
}
@media screen and (min-width: 60rem) {
  .wp-block-columns .wp-block-column.fixed-width {
    flex-grow: 0;
  }
  .wp-block-columns .wp-block-column.small {
    width: 20rem;
    display: block;
  }
  .wp-block-columns .wp-block-column.medium {
    flex-basis: 28rem;
    display: block;
  }
}
@media screen and (min-width: 50rem) {
  .wp-block-columns .wp-block-column.small {
    width: 16rem;
    flex-basis: 16rem;
  }
  .wp-block-columns .wp-block-column.medium {
    flex-basis: 20rem;
  }
}
@media screen and (max-width: 599px) {
  .wp-block-columns .wp-block-column {
    flex-basis: auto !important;
    height: auto;
    width: 100%;
  }
}

.blog-page {
  display: flex;
}
@media screen and (max-width: 60rem) {
  .blog-page {
    display: block;
  }
  .blog-page article {
    margin-left: 0;
  }
}

.sidebar-category {
  width: 15rem;
  margin-right: 3rem;
  text-align: left;
  display: block;
  float: left;
}
.sidebar-category ul {
  display: block;
  float: left;
  list-style-type: none;
}
.sidebar-category ul li {
  font-size: 1.4rem;
  margin-bottom: 0.6em;
  text-transform: uppercase;
}
.sidebar-category ul li a {
  text-decoration: none;
  color: #000;
}
.sidebar-category ul li a:hover {
  color: #AAA;
}
.sidebar-category ul li.active {
  font-weight: 600;
}
@media screen and (max-width: 60rem) {
  .sidebar-category {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3rem;
    text-align: center;
    display: inline-block;
  }
  .sidebar-category ul {
    text-align-last: center;
    display: inline-block;
  }
  .sidebar-category ul li {
    display: inline-block;
    margin: 0 1rem;
    /* top right bottom left */
  }
}

.article-list {
  flex-grow: 100;
  width: 100%;
}
.article-list .article-item {
  display: flex;
  width: 100%;
  text-align: left;
  margin-bottom: 2rem;
}
.article-list .article-item > a {
  display: flex;
  width: 100%;
  color: #000;
  text-decoration: none;
}
.article-list .article-item > a:hover span {
  color: #888;
}
.article-list .article-item .feature-img {
  height: 12rem;
  width: 18rem;
  background: #DDD;
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire  */
  display: inline-block;
  margin-right: 2rem;
}
.article-list .article-item .article-details {
  flex-grow: 100;
  text-align: left;
  width: 100%;
}
.article-list .article-item .article-details span.category {
  text-transform: uppercase;
  background-color: #AAA;
  padding: 0.25rem 1.5rem;
  color: #FFF;
  display: inline-block;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.article-list .article-item .article-details span.title {
  width: 100%;
  display: block;
  margin-bottom: 1rem;
}
.article-list .article-item .article-details span.author, .article-list .article-item .article-details span.date {
  font-size: 1.2rem;
  color: #444;
}
.article-list .article-item .article-details span.author {
  font-weight: 600;
}
.article-list .article-item .article-details span.author::after {
  content: "|";
  font-weight: 200;
  margin: 0 0.3em;
}
.article-list .article-item .article-details span.date {
  font-weight: 300;
}
@media screen and (max-width: 60rem) {
  .article-list .article-item > a {
    flex-flow: row wrap;
  }
  .article-list .article-item .feature-img {
    width: 100%;
    flex-grow: 1;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .article-list .article-item .article-details {
    flex-grow: 1;
  }
}

article h2 {
  text-align: left;
  display: inline-block;
  margin: 0;
  padding: 1rem 0;
  font-size: 2.7rem;
  color: #ff9d00;
}
article h3 {
  padding: 1rem 0;
}
article ul {
  margin-left: 3rem;
  margin-bottom: 2rem;
}
article .wp-block-image figcaption {
  width: 100%;
  color: #444;
  font-size: 0.8em;
  margin-bottom: 2rem;
}
article .wp-block-image img {
  display: block;
  object-fit: contain;
  text-align: center;
  margin: auto;
  max-width: 100%;
  height: auto !important;
}
article .wp-block-image .alignleft, article .wp-block-image .alignright {
  max-width: 50%;
}
@media screen and (max-width: 60rem) {
  article .wp-block-image .alignleft, article .wp-block-image .alignright {
    max-width: 100%;
    width: 100%;
  }
}
article .wp-block-image .aligncenter {
  border-bottom: 1px solid #AAA;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

section#pagebanner-post {
  height: 30rem;
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire  */
  clear: both;
  padding-top: 6rem;
  color: #FFF;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (max-width: 60rem) {
  section#pagebanner-post {
    height: 35rem;
  }
}
section#pagebanner-post > .content {
  flex: 1;
  flex: none;
  text-align: left;
  margin: inherit;
}
section#pagebanner-post > .content h1 {
  margin-bottom: 2rem;
  margin-top: 2rem;
  font-size: 3rem;
  font-weight: 400;
}
@media screen and (max-width: 60rem) {
  section#pagebanner-post > .content h1 {
    font-size: 2.5rem;
  }
}
section#pagebanner-post > .content p {
  font-size: 2rem;
}
section#pagebanner-post > .content a.category {
  text-decoration: none;
  padding: 0.25rem 3rem;
  background-color: #222;
  color: #CCC;
  text-transform: uppercase;
}
section#pagebanner-post > .content a.category:hover {
  background-color: #b66b1a;
  color: white;
}
section#pagebanner-post > .content span.author {
  font-weight: 600;
  padding-right: 1rem;
}
section#pagebanner-post > .content span.date {
  padding-left: 1rem;
  border-left: 1px solid white;
}

.share-icons {
  display: block;
  padding: 1rem 0;
}
.share-icons > a {
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-right: 0.5rem;
}
.share-icons > a:hover {
  opacity: 0.8;
}
.share-icons > a i {
  color: #FFF;
  line-height: 3rem;
  font-size: 1.5rem;
}
.share-icons a.fb {
  background: #3b5998;
}
.share-icons a.tw {
  background: #1DA1F2;
}
.share-icons a.ln {
  background: #2867B2;
}

.post {
  display: flex;
}
@media screen and (min-width: 70rem) {
  .post {
    padding-top: 2rem;
  }
}
.post aside {
  text-align: left;
  order: 2;
}
.post aside span.sharetext {
  font-weight: 400;
  font-size: 1.3rem;
}
.post article {
  order: 1;
  text-align: left;
  max-width: 65rem;
  margin-right: 3rem;
}
@media screen and (max-width: 90rem) and (min-width: 70rem) {
  .post aside {
    width: 6rem;
  }
  .post aside .share-icons > a {
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 70rem) {
  .post {
    display: block;
  }
  .post aside {
    margin-bottom: 2rem;
  }
  .post aside .share-icons > a {
    height: 3rem;
    width: 3rem;
  }
  .post aside .share-icons > a i {
    line-height: 3rem;
    font-size: 0.8em;
  }
}

article figure.wp-block-image.size-large, article figure.wp-block-image.size-medium {
  max-width: none;
}
article figure.wp-block-image.size-large {
  width: 100%;
}
article h3 {
  margin-bottom: 0;
  margin-top: 0.5em;
}
article ul li, article ol li {
  margin-bottom: 0.5em;
}

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