@charset "UTF-8";
/*
Theme Name: Davis
Author: Ian Loats @ Design Motive
Author URI: https://designmotive.co.uk
Version: 2023
*/
@font-face {
  font-family: "MarkPro Book";
  src: url("/wp-content/themes/davis/fonts/MarkPro-Book.woff2") format("woff2"), url("/wp-content/themes/davis/fonts/MarkPro-Book.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MarkPro Heavy";
  src: url("/wp-content/themes/davis/fonts/MarkPro-Heavy.woff2") format("woff2"), url("/wp-content/themes/davis/fonts/MarkPro-Heavy.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* Davis colours */
/* Davis Text Size - Full Screen */
::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 12px;
}

::-webkit-scrollbar-track {
  background-color: #ffffff;
  border-radius: 0;
}

::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #3c3c3c;
}

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

html, body {
  font-family: "MarkPro Book", "Roboto", sans-serif;
  margin: 0;
  padding: 0;
  color: #000000;
}

h1 {
  font-family: "MarkPro Heavy", "Roboto", sans-serif;
  font-size: 65px;
  line-height: 65px;
  padding: 0 0 0.5em;
  color: rgb(89, 45, 145);
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.03em;
}

h2 {
  font-family: "MarkPro Heavy", "Roboto", sans-serif;
  font-size: 50px;
  line-height: 55px;
  padding: 0 0 0.5em;
  color: rgb(89, 45, 145);
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.03em;
}

h2.lrg {
  font-size: 65px;
  line-height: 65px;
}

h3 {
  font-family: "MarkPro Heavy", "Roboto", sans-serif;
  font-size: 32px;
  line-height: 36px;
  padding: 0 0 0.5em;
  color: rgb(89, 45, 145);
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.03em;
}

h4 {
  font-family: "MarkPro Heavy", "Roboto", sans-serif;
  font-size: 32px;
  line-height: 36px;
  padding: 0 0 0.5em;
  color: #ffffff;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.03em;
}

h5 {
  font-family: "MarkPro Book", "Roboto", sans-serif;
  font-size: 50px;
  line-height: 55px;
  padding: 0 0 0.5em;
  color: #000000;
  font-weight: 300;
  font-style: normal;
  letter-spacing: -0.01em;
}

h6 {
  font-family: "MarkPro Heavy", "Roboto", sans-serif;
  font-size: 28px;
  line-height: 38px;
  padding: 1em 0 0;
  color: rgb(89, 45, 145);
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.03em;
}

p {
  font-family: "MarkPro Book", "Roboto", sans-serif;
  font-size: 28px;
  line-height: 38px;
  padding: 0 0 1em;
  margin: 0;
  color: #000000;
  font-weight: 300;
  font-style: normal;
  letter-spacing: -0.01em;
}

p.lrg, ul.lrg li {
  font-size: 28px;
  line-height: 38px;
}

.sml {
  font-size: 17px;
  line-height: 23px;
}

a {
  color: #000000;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

a:hover {
  color: rgb(59, 232, 248);
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

h3 a {
  color: rgb(89, 45, 145);
  text-decoration: none;
}

h3 a:hover {
  color: rgb(59, 232, 248);
  text-decoration: none;
}

a.notd {
  text-decoration: none;
}

a.notd:hover {
  text-decoration: none;
}

strong {
  font-family: "MarkPro Heavy", "Roboto", sans-serif;
  letter-spacing: -0.03em;
}

main ul {
  list-style: none;
  padding: 0 0 0;
}

main ul li {
  font-family: "MarkPro Book", "Roboto", sans-serif;
  color: #000000;
  font-size: 28px;
  line-height: 38px;
  font-weight: 300;
  font-style: normal;
  list-style-position: inside;
  text-indent: -0.9em;
  padding-left: 2em;
  padding-bottom: 1em;
}

main ul li::before {
  content: "• ";
  color: rgb(89, 45, 145);
  padding-right: 0.15em;
}

main ul li a {
  color: rgb(89, 45, 145);
}

main ul li a:hover {
  color: rgb(59, 232, 248);
}

hr {
  border-top: 2px solid rgb(89, 45, 145);
  margin: 2em 0;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin: 2em 0 0;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: -0.01em;
}

table th {
  border-top: 2px solid rgb(89, 45, 145);
  padding: 0.5em 0;
}

table td {
  border-top: 1px solid rgb(89, 45, 145);
  padding: 0.5em 0;
}

table th {
  padding-top: 0.5em;
  padding-bottom: 1.5em;
  text-align: left;
  color: rgb(89, 45, 145);
  font-family: "MarkPro Heavy", "Roboto", sans-serif;
  letter-spacing: -0.03em;
}

/* Helper classes */
/* hiding of elemnt in specific language */
.hide-nl {
  display: none;
}

/* menu start */
body {
  margin: 0;
  padding: 0;
  background-color: rgb(89, 45, 145);
}

.navigation {
  width: 100%;
  height: 127px;
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 20px;
}

.navigation * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  font-family: "MarkPro Book", "Roboto", sans-serif;
  letter-spacing: -0.01em;
}

.navigation-portrait {
  height: 96px;
  padding: 0 20px;
}

.navigation-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 19998;
}

.navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.align-to-right {
  float: right;
}

.navigation-hidden .nav-header {
  display: none;
}

.nav-brand svg {
  display: block;
  width: 284px;
  height: 89px;
}

.navigation-portrait .nav-brand svg {
  width: 179px;
  height: 56px;
}

.nav-logo > img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}

.nav-logo:focus > img {
  outline: initial;
}

.navigation-portrait .nav-logo > img {
  height: 36px;
  margin: 6px auto 6px 15px;
  padding: 0;
}

.nav-toggle {
  width: 30px;
  height: 30px;
  padding: 4px 0 0;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 20px;
  display: none;
  cursor: pointer;
}

.nav-toggle:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0.6em 0 0 #fff, 0 1.2em 0 0 #fff;
}

.navigation-portrait .nav-toggle {
  display: block;
}

.navigation-portrait .nav-menus-wrapper {
  width: 100vw;
  height: 100%;
  top: 0;
  right: -100vw;
  position: fixed;
  background-color: rgb(89, 45, 145);
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  padding: 36px 20px 3em 20px;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -100vw;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}

.nav-menus-wrapper-close-button {
  width: 30px;
  height: 30px;
  margin: 0;
  display: none;
  float: right;
  color: #fff;
  font-size: 21px;
  cursor: pointer;
}

.navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
  margin-bottom: 30px;
}

.nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
}

.navigation-portrait .nav-menu {
  width: 100%;
}

.navigation-landscape .nav-menu.nav-menu-centered {
  float: none;
  text-align: center;
}

.navigation-landscape .nav-menu.nav-menu-centered > li {
  float: none;
}

.nav-menu > li {
  display: inline-block;
  float: left;
  text-align: left;
}

.navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
}

.nav-menu + .nav-menu > li:first-child {
  border-top: none;
}

.nav-menu > li > a {
  height: 67px;
  padding: 20px 25px 25px 30px;
  display: inline-block;
  text-decoration: none;
  font-size: 20px;
  color: rgb(89, 45, 145);
  transition: color 0.3s, background 0.3s;
  letter-spacing: 0.1em;
  margin: 30px 0 30px 30px;
}

.navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
  font-size: 25px;
  line-height: 25px;
  font-family: "MarkPro Heavy", "Roboto", sans-serif;
  letter-spacing: -0.03em;
  text-transform: unset;
  border: 0;
  background-color: unset;
}

.megamenu-lists .nav-menu > li:hover > a,
.megamenu-lists .nav-menu > li.active > a,
.megamenu-lists .nav-menu > li.focus > a {
  color: rgb(89, 45, 145);
  background-color: rgb(59, 232, 248);
}

.nav-menu > li:hover > a,
.nav-menu > li.active > a,
.nav-menu > li.focus > a {
  color: rgb(89, 45, 145);
  background-color: #fff;
}

.navigation-portrait .nav-menu > li:hover > a,
.navigation-portrait .nav-menu > li.active > a,
.navigation-portrait .nav-menu > li.focus > a {
  color: rgb(89, 45, 145);
  background-color: rgb(59, 232, 248);
}

.nav-menu > li > a > i,
.nav-menu > li > a > [class*=ion-] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  transform: scale(1.4);
}

.nav-menu > li > a > [class*=ion-] {
  width: 16px;
  display: inline-block;
  transform: scale(1.8);
}

.navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}

.nav-menu.nav-menu-social > li {
  text-align: center;
  float: none;
  border: none !important;
}

.navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto;
}

.nav-menu.nav-menu-social > li > a > [class*=ion-] {
  font-size: 12px;
}

.nav-menu.nav-menu-social > li > a > .fa {
  font-size: 14px;
}

.navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px;
}

.submenu-indicator {
  margin-left: 18px;
  margin-top: -1px;
  float: right;
  transition: all 0.2s;
}

.navigation-portrait .submenu-indicator {
  width: 10px;
  height: 10px;
  margin: 5px 0 0;
  z-index: 20000;
}

.submenu-indicator-chevron {
  height: 18px;
  width: 18px;
  display: block;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: transparent #fff #fff transparent;
  -moz-transform: rotate(-45deg) scale(-1, 1);
  -webkit-transform: rotate(-45deg) scale(-1, 1);
  -o-transform: rotate(-45deg) scale(-1, 1);
  -ms-transform: rotate(-45deg) scale(-1, 1);
  transform: rotate(-45deg) scale(-1, 1);
  transition: all 0.2s;
}

.navigation-portrait .submenu-indicator-chevron {
  height: 10px;
  width: 10px;
}

.nav-menu > li:hover > a .submenu-indicator-chevron,
.nav-menu > .active > a .submenu-indicator-chevron,
.nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #592D91 #592D91 transparent;
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  margin: 10px 0 0;
}

.nav-menu > .nonmobmenu li:hover > a .submenu-indicator-chevron,
.nav-menu > .nonmobmenu.active > a .submenu-indicator-chevron,
.nav-menu > .nonmobmenu.focus > a .submenu-indicator-chevron {
  margin-top: 10px;
  -moz-transform: rotate(-45deg) scale(1, -1);
  -webkit-transform: rotate(-45deg) scale(1, -1);
  -o-transform: rotate(-45deg) scale(1, -1);
  -ms-transform: rotate(-45deg) scale(1, -1);
  transform: rotate(-45deg) scale(1, -1);
}

.nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}

.no-scroll {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.nav-button {
  margin: 18px 15px 0;
  padding: 8px 14px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
}

.nav-button:hover,
.nav-button:focus {
  color: rgb(89, 45, 145);
  text-decoration: none;
}

.navigation-portrait .nav-button {
  width: calc(100% - 52px);
  margin: 17px 26px;
}

.nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #343a40;
  font-size: 14px;
}

.navigation-portrait .nav-text {
  width: calc(100% - 52px);
  margin: 12px 26px 0;
}

.navigation-portrait .nav-text + ul {
  margin-top: 15px;
}

.nav-dropdown {
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
}

.navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}

.nav-dropdown .nav-dropdown {
  left: 100%;
}

.nav-dropdown > li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
}

.nav-dropdown > li > a {
  width: 100%;
  padding: 16px 20px;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: 13px;
  color: #343a40;
  background-color: #fdfdfd;
}

.nav-dropdown > li:hover > a,
.nav-dropdown > li.focus > a {
  color: #ff6b00;
}

.nav-dropdown.nav-dropdown-left {
  right: 0;
}

.nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
  text-align: right;
}

.navigation-portrait .nav-dropdown > li > a {
  padding: 12px 20px 12px 30px;
}

.navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 110px;
}

.nav-dropdown .submenu-indicator {
  right: 15px;
  top: 10px;
  position: absolute;
}

.navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(-45deg);
}

.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(45deg);
}

.nav-dropdown > li:hover > a .submenu-indicator-chevron,
.nav-dropdown > .focus > a .submenu-indicator-chevron {
  border-color: transparent #ff6b00 #ff6b00 transparent;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(135deg);
}

.nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
}

.nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}

.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}

.nav-dropdown-horizontal > li {
  width: auto;
  clear: none;
  position: static;
}

.navigation-portrait .nav-dropdown-horizontal > li {
  width: 100%;
}

.nav-dropdown-horizontal > li > a {
  position: relative;
}

.nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  transform: rotate(90deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
  transform: rotate(-180deg);
}

.megamenu-panel {
  width: 100%;
  padding: 15px 10px;
  display: none;
  position: absolute;
  font-size: 16px;
  z-index: 98;
  text-align: left;
  color: inherit;
  border-top: solid 0 #f0f0f0;
  background-color: #fdfdfd;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.075);
}

.navigation-portrait .megamenu-panel {
  padding: 10px;
  position: static;
  display: block;
  background-color: rgb(89, 45, 145);
  box-shadow: unset;
}

.megamenu-panel [class*=container] {
  width: 100%;
}

.megamenu-panel [class*=container] [class*=col-] {
  padding: 0;
}

.megamenu-panel-half {
  width: 50%;
}

.megamenu-panel-quarter {
  width: 25%;
}

.navigation-portrait .megamenu-panel-half,
.navigation-portrait .megamenu-panel-quarter {
  width: 100%;
}

.megamenu-panel-row {
  width: 100%;
}

.megamenu-panel-row:before,
.megamenu-panel-row:after {
  content: "";
  display: table;
  line-height: 0;
}

.megamenu-panel-row:after {
  clear: both;
}

.megamenu-panel-row [class*=col-] {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%;
}

.megamenu-panel-row [class*=col-]:first-child {
  margin-left: 0;
}

.navigation-portrait .megamenu-panel-row [class*=col-] {
  float: none;
  display: block;
  width: 100% !important;
  margin-left: 0;
  margin-top: 15px;
}

.navigation-portrait .megamenu-panel-row:first-child [class*=col-]:first-child {
  margin-top: 0;
}

.megamenu-panel-row .col-1 {
  width: 5.5833333333%;
}

.megamenu-panel-row .col-2 {
  width: 14.1666666667%;
}

.megamenu-panel-row .col-3 {
  width: 22.75%;
}

.megamenu-panel-row .col-4 {
  width: 31.3333333333%;
}

.megamenu-panel-row .col-5 {
  width: 39.9166666667%;
}

.megamenu-panel-row .col-6 {
  width: 48.5%;
}

.megamenu-panel-row .col-7 {
  width: 57.0833333333%;
}

.megamenu-panel-row .col-8 {
  width: 65.6666666667%;
}

.megamenu-panel-row .col-9 {
  width: 74.25%;
}

.megamenu-panel-row .col-10 {
  width: 82.8333333333%;
}

.megamenu-panel-row .col-11 {
  width: 91.4166666667%;
}

.megamenu-panel-row .col-12 {
  width: 100%;
}

.megamenu-tabs {
  width: 100%;
  float: left;
  display: block;
}

.megamenu-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}

.navigation-portrait .megamenu-tabs-nav {
  width: 100%;
}

.megamenu-tabs-nav > li > a {
  width: 100%;
  padding: 10px 16px;
  float: left;
  font-size: 13px;
  text-decoration: none;
  color: #343a40;
  border: solid 1px #eff0f2;
  outline: 0;
  background-color: #fff;
}

.megamenu-tabs-nav > li.active a,
.megamenu-tabs-nav > li:hover a {
  background-color: #f5f5f5;
}

.megamenu-tabs-pane {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  font-size: 13px;
  color: #343a40;
  border: solid 1px #eff0f2;
  background-color: #fff;
}

.megamenu-tabs-pane.active {
  display: block;
}

.navigation-portrait .megamenu-tabs-pane {
  width: 100%;
}

.megamenu-lists {
  width: 100%;
  display: table;
}

.megamenu-list {
  width: 100%;
  margin: 0 0 15px 20px;
  padding: 0;
  display: inline-block;
  float: left;
  list-style: none;
}

.megamenu-list li a::before {
  content: "- ";
  padding-right: 6px;
  color: rgb(89, 45, 145);
  margin-left: -17px;
}

.megamenu-list li:first-child a::before {
  content: unset;
  padding-right: unset;
}

.navigation-portrait .megamenu-list li a::before {
  content: "- ";
  padding-right: 5px;
  color: #fff;
  margin-left: -17px;
}

.navigation-portrait .megamenu-list li:first-child a::before {
  content: "- ";
  padding-right: 5px;
}

.megamenu-list:last-child {
  margin: 0;
  border: none;
}

.navigation-landscape .megamenu-list {
  margin: -15px 10px;
  padding: 20px 0;
}

.megamenu-list > li > a {
  width: 100%;
  padding: 8px 15px 8px 22px;
  display: inline-block;
  color: rgb(89, 45, 145);
  text-decoration: none;
  font-size: 16px;
}

.megamenu-list > li > a:hover {
  background-color: rgb(237, 237, 237);
  color: rgb(89, 45, 145);
}

.navigation-portrait .megamenu-list > li > a {
  width: 100%;
  padding: 4px 15px 4px 22px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 1.1em;
}

.navigation-portrait .megamenu-list > li > a:hover {
  background-color: rgb(89, 45, 145);
  color: rgb(59, 232, 248);
}

.megamenu-list > li.megamenu-list-title {
  background-color: rgb(89, 45, 145);
  color: white;
  font-size: 18px;
  line-height: 18px;
  padding: 0.75rem 1rem;
  font-family: "MarkPro Heavy", sans-serif;
  letter-spacing: -0.03em;
}

.megamenu-list > li.megamenu-list-title > a {
  background-color: rgb(89, 45, 145);
  color: white;
  font-size: 18px;
  line-height: 18px;
  padding: 0.75rem 1rem;
  font-family: "MarkPro Heavy", sans-serif;
  letter-spacing: -0.03em;
}

.megamenu-list > li.megamenu-list-title > a:hover {
  background-color: rgb(59, 232, 248);
  color: rgb(89, 45, 145);
}

.megamenu-list:nth-child(1) > li.megamenu-list-title {
  background-color: rgb(59, 232, 248);
  color: rgb(89, 45, 145);
}

.megamenu-list:nth-child(1) > li.megamenu-list-title a {
  background-color: rgb(59, 232, 248);
  color: rgb(89, 45, 145);
}

.megamenu-list:nth-child(1) > li.megamenu-list-title a:hover {
  background-color: rgb(89, 45, 145);
  color: #fff;
}

.navigation-landscape .list-col-2 {
  width: 50%;
}

.navigation-landscape .list-col-3 {
  width: 33%;
}

.navigation-landscape .list-col-4 {
  width: 25%;
}

.navigation-landscape .list-col-5 {
  width: 20%;
}

.navigation-landscape .list-col-6 {
  width: calc(16.66% - 20px);
}

.nav-menu > li > a {
  color: #fff;
  text-transform: uppercase;
}

.nav-dropdown > li > a {
  color: rgb(89, 45, 145);
  padding: 10px 20px;
  border-bottom: 1px solid #f6f6f6;
}

.nav-dropdown > li > a:hover,
.nav-dropdown > li > a:focus {
  color: rgb(237, 237, 237);
}

.main_header_area.sticky {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 9999;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.transparent-menu {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}

.navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 10px 20px 10px 20px;
  margin: 0;
}

li.mobmenu {
  display: none;
}

@media (max-width: 992px) {
  li.mobmenu {
    display: unset;
  }
  li.nonmobmenu {
    display: none;
  }
}
header.header_area {
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
  transition: top 0.25s ease-in-out;
}

.header {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

body.shade main, body.shade .hero, body.shade footer, body.shade .proghero, body.shade .facilitatorhero, body.shade .pagehero {
  -webkit-animation: blur 0.1s linear forwards;
  -moz-animation: blur 0.1s linear forwards;
  -ms-animation: blur 0.1s linear forwards;
  -o-animation: blur 0.1s linear forwards;
  animation: blur 0.1s linear forwards;
}

@-webkit-keyframes blur {
  to {
    -webkit-filter: brightness(0.6);
    filter: brightness(0.6);
  }
}
@-moz-keyframes blur {
  to {
    -moz-filter: brightness(0.6);
    filter: brightness(0.6);
  }
}
@keyframes blur {
  to {
    -webkit-filter: brightness(0.6);
    -moz-filter: brightness(0.6);
    filter: brightness(0.6);
  }
}
/* menu end */
/* Pagination on Facilitator page */
.pagination {
  margin-top: 2em;
  border-top: 2px solid rgb(89, 45, 145);
  padding-top: 2em;
  display: block !important;
  text-align: center;
  font-size: 28px;
}

.pagination > .page-numbers {
  padding-right: 20px;
  padding-left: 20px;
  border: 1px solid rgb(89, 45, 145);
  border-radius: 5px;
  padding: 10px 10px;
  margin: 0;
}

.pagination > .page-numbers.current {
  background-color: rgb(89, 45, 145);
  color: white;
}

.pagination > .page-numbers.dots {
  border: none;
}

/* Pagination */
.navigation.pagination {
  font-size: 30px;
  margin: 0 auto;
  width: 400px;
  display: block;
  padding-bottom: 50px;
  color: rgb(89, 45, 145);
}

.country_selector_dropdown-content {
  width: 100vw;
  position: fixed;
  left: 0;
  right: 0;
  font-size: 16px;
  z-index: 98;
  text-align: left;
  color: inherit;
  border-top: solid 0 #f0f0f0;
  background-color: #fdfdfd;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.075);
}

.flag-icon {
  margin-right: 8px;
}

.country_selector_dropdown-content a {
  color: rgb(89, 45, 145) !important;
}

.country_selector_dropdown-content a:hover {
  color: rgb(89, 45, 145) !important;
  text-decoration: none;
}

.country_selector_dropdown > a {
  border: 2px solid #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
  height: 67px;
  padding: 20px 25px 25px 25px;
  display: inline-block;
  text-decoration: none;
  font-size: 20px;
  color: #ffffff;
  transition: color 0.3s, background 0.3s;
  letter-spacing: 0.05em;
  margin: 30px 0 30px 30px;
}

.country_selector_dropdown > a:hover {
  background-color: #ffffff;
  color: rgb(89, 45, 145);
}

header .navigation {
  background-color: rgb(89, 45, 145);
}

.home header .navigation, .single-facilitator header .navigation {
  background-color: transparent;
}

.scrolled header, .shade header {
  background-color: rgb(89, 45, 145);
}

.main_header_area {
  transition: background-color 0.25s linear;
}

.scrolled .main_header_area {
  background-color: rgb(89, 45, 145);
  transition: background-color 0.25s linear;
}

.nav-menu > li > a {
  border: 2px solid #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
}

header.header_area.nav-up {
  top: -172px;
}

header.navigation {
  height: 172px;
}

.toplogo {
  position: absolute;
  left: 20px;
  top: 19px;
  z-index: 20;
}

.menulogo {
  position: absolute;
  left: 20px;
  top: 19px;
  z-index: 1;
}

main {
  background-color: #ffffff;
  min-height: calc(100vh - 777px);
}

main.greybg {
  background-color: rgb(237, 237, 237);
}

.wrap {
  max-width: 1480px;
  margin: 0 auto;
  text-align: left;
  padding: 0 90px;
}

.home main {
  padding-top: 0;
}

main {
  padding-top: 127px;
}

main.toppad {
  padding-top: 0;
}

.hero {
  background-color: rgb(89, 45, 145);
  height: 100vh;
  max-height: -webkit-fill-available;
  display: flex;
  flex-flow: row wrap;
}

.hero > div:nth-child(1) {
  display: inline-flex;
  flex-flow: column;
  justify-content: space-between;
  flex: 0 0 50%;
}

.hero > div:nth-child(2) {
  background-color: rgb(237, 237, 237);
  flex: 0 0 50%;
  width: 100% !important;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.hero > div:nth-child(2) > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.hero a {
  color: #ffffff;
}

.hero a:hover {
  color: rgb(59, 232, 248);
}

.scroller {
  position: absolute;
  right: 40px;
  bottom: 20px;
  width: 34px;
  height: 44px;
  color: #ffffff;
}

.scroller a svg path {
  stroke: #ffffff;
  transition: transform 0.2s ease;
}

.scroller a:hover svg path {
  stroke: rgb(59, 232, 248);
  transform: translateY(10px);
}

.herologo {
  width: 170px;
  height: 56px;
  margin: 20px 40px;
}

.pagehero {
  background-color: rgb(89, 45, 145);
  height: 60vh;
  width: 100% !important;
  overflow: hidden;
  position: relative;
  margin-top: 127px;
}

.blog .pagehero {
  margin-top: 0;
}

.pagehero img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.proghero {
  background-color: rgb(89, 45, 145);
  height: 100vh;
  max-height: -webkit-fill-available;
}

.proghero .wrap {
  display: flex;
  flex-flow: column;
  height: 100%;
  justify-content: space-between;
}

.facilitatorhero {
  background-color: rgb(89, 45, 145);
  height: 70vh;
}

.facilitatorhero .wrap {
  display: flex;
  flex-flow: column;
  height: 100%;
  justify-content: space-between;
}

.proghero h1, .facilitatorhero h1 {
  color: #ffffff;
  padding: 0 0 0.5em;
}

.breadcrumbs p {
  font-size: 17px;
  line-height: 23px;
  color: rgb(89, 45, 145);
  padding-top: 1em;
  padding-bottom: 3em;
}

.breadcrumbs a {
  color: rgb(89, 45, 145);
  text-decoration: none;
}

.breadcrumbs a:hover {
  color: rgb(59, 232, 248);
  text-decoration: none;
}

.hero h1 {
  color: #ffffff;
  padding: 0 0.5em 0 40px;
}

.hero p {
  font-size: 28px;
  line-height: 38px;
  color: #ffffff;
  padding: 0 50% 40px 40px;
}

section {
  padding: 5em 0;
}

section.npt {
  padding: 0 0 5em;
}

section.npd {
  padding: 0 0 0;
}

section.whiteblock p, section.greyblock p, section.purpleblock p {
  font-size: 28px;
  line-height: 38px;
}

section.greyblock {
  background-color: rgb(237, 237, 237);
}

section.whiteblock {
  background-color: #ffffff;
}

section.purpleblock {
  background-color: rgb(89, 45, 145);
}

section.purpleblock h1, section.purpleblock h2, section.purpleblock h6, section.purpleblock p {
  color: #ffffff;
}

section.intro h2 {
  text-align: center;
}

section.intro h3 {
  text-align: center;
  font-size: 50px;
  line-height: 55px;
  font-weight: 300;
  font-family: "MarkPro Book", "Roboto", sans-serif;
  padding-top: 0.5em;
}

section.intro p {
  text-align: center;
  font-size: 28px;
  line-height: 38px;
}

section.intro ul {
  padding: 0 0 0;
}

section.intro li {
  font-size: 28px;
  line-height: 38px;
  padding: 0 0 1em;
}

section.intro.tribg {
  background-image: url("/wp-content/themes/davis/img/triangle.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  margin-bottom: 5em;
}

section.drk .wrap {
  background-color: rgb(89, 45, 145);
  padding: 6em 135px 4em;
  text-align: center;
  max-width: 1300px;
}

section.drk {
  text-align: center;
}

section.drk h1 {
  color: #ffffff;
}

section.drk h2 {
  color: #ffffff;
  text-align: center;
}

section.drk p {
  color: #ffffff;
  text-align: center;
  font-size: 28px;
  line-height: 38px;
}

section.drk.bannerone {
  margin: 0 32px;
}

section.purpleblock.bannertwo, section.drk.bannerone .wrap {
  background-repeat: no-repeat;
  background-position: -45% 50%;
  background-size: 50%;
}

section.purpleblock.bannertwo .wrap {
  text-align: center;
}

section.purpleblock.bannerthree, section.purpleblock.bannerfour {
  background-position: -10% 50%;
  background-repeat: no-repeat;
  background-size: 60%;
}

section.purpleblock .whitepane {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -20px;
}

section.purpleblock .whitepane > div {
  flex: 1 0 calc(50% - 40px);
  background-color: #ffffff;
  margin: 0 20px;
  padding: 3em 32px;
}

section.purpleblock .whitepane > div p {
  color: rgb(89, 45, 145);
}

section.purpleblock .whitepane > div h1, section.purpleblock .whitepane > div h2 {
  color: rgb(89, 45, 145);
}

section.purpleblock .whitepane > div h3 {
  color: rgb(59, 232, 248);
  font-size: 50px;
  line-height: 55px;
}

section.purpleblock .whitepane > div a.button {
  background-color: rgb(89, 45, 145);
  color: #ffffff;
}

section.purpleblock .whitepane > div a.button:hover {
  background-color: rgb(59, 232, 248);
  color: rgb(89, 45, 145);
}

.bannerlogo {
  width: 141px;
  height: 160px;
  position: relative;
  float: right;
  display: block;
  margin-bottom: 2em;
  margin-left: 2em;
}

div.heroimg {
  width: 100% !important;
  height: 80vh;
  overflow: hidden;
  position: relative;
  padding: 0;
}

div.heroimg > img {
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  transition: all 0.4s;
  max-width: 2500px;
  margin: 0 auto;
}

section.boxfloat {
  margin-top: -7em;
  position: relative;
  padding-bottom: 0;
}

section.mapbg {
  background: linear-gradient(0deg, #ffffff 50%, rgb(89, 45, 145) 50%);
  padding: 0;
}

a.button, a.wp-block-button__link, button.toggle-button, button.button {
  background-color: rgb(89, 45, 145);
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  font-family: "MarkPro Heavy", "Roboto", sans-serif;
  font-size: 28px;
  line-height: 38px;
  font-weight: 300;
  letter-spacing: -0.01em;
  padding: 0.5em 1.5em;
  margin: 1em 0;
  border-radius: 100px;
  border: 0;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
}

a.button:hover, a.button:focus,
button.button:hover, button.button:focus,
a.wp-block-button__link:hover, a.wp-block-button__link:focus,
button.toggle-button:hover, button.toggle-button:focus {
  background-color: rgb(59, 232, 248);
  color: rgb(89, 45, 145);
}

.facilitator a.button {
  margin: 0 0 1em 0;
}

a.tag {
  font-size: 17px;
  line-height: 36px;
  padding: 0.5em 1.5em;
  background-color: rgba(89, 45, 145, 0.1);
  color: rgb(89, 45, 145);
  margin-right: 0.75em;
  text-decoration: none;
  border-radius: 100px;
  white-space: nowrap;
}

a.tag:hover {
  background-color: rgb(59, 232, 248);
  color: rgb(89, 45, 145);
}

section.drk a.button, section.purpleblock a.button, .facilitatorhero a.button, .two-col a.button, .single-facilitator-description a.button {
  background-color: #ffffff;
  color: rgb(89, 45, 145);
}

section.drk a.button:hover, section.drk a.button:focus, section.purpleblock a.button:hover, section.purpleblock a.button:focus, .facilitatorhero a.button:hover, .facilitatorhero a.button:focus, .two-col a.button:hover, .two-col a.button:focus, .single-facilitator-description a.button:hover {
  background-color: rgb(59, 232, 248);
  color: rgb(89, 45, 145);
}

.facilitatorhero a.button {
  margin: 0 0 2em;
}

.prevnext {
  z-index: 10;
  margin: 0;
  width: 27px;
  height: 50px;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  left: -80px;
}

.next {
  right: -80px;
  left: unset;
}

.slider p {
  padding: 0 1em 1em;
}

.two-col {
  display: flex;
  flex-flow: row wrap;
  margin: -17px;
}

.two-col > div {
  flex: 0 0 calc(50% - 34px);
  margin: 17px;
  background-color: rgb(237, 237, 237);
  padding: 0;
}

.two-col > div > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.two-col > div:before {
  content: "";
  float: left;
  padding-top: 110%;
}

.two-col > div > h2 {
  padding: 0.75em 34px 0.75em 34px;
}

.two-col > div > p {
  padding: 0 34px 1em 34px;
}

.two-col > div > a.button {
  margin: 1em 34px 2em 34px;
}

.two-col > div:nth-of-type(4n+1) {
  background-color: rgb(89, 45, 145);
}

.two-col > div:nth-of-type(4n+1) > h2 {
  color: #ffffff;
}

.two-col > div:nth-of-type(4n+1) > p {
  color: #ffffff;
}

.two-col > div:nth-of-type(4n+1) > a.button {
  background-color: #ffffff;
  color: rgb(89, 45, 145);
}

.two-col > div:nth-of-type(4n+1) > a.button:hover {
  background-color: rgb(59, 232, 248);
  color: #ffffff;
}

.cols {
  display: flex;
  flex-flow: row wrap;
}

.cols > div, .cols > figure {
  margin: 2em 0 0;
}

section.purpleblock .cols {
  margin-bottom: 0;
}

section.purpleblock .cols > div {
  margin: 0 0 0;
}

.cols > div:nth-of-type(4n+1), .cols > div:nth-of-type(4n+4) {
  flex: 0 0 60%;
}

.cols > figure {
  flex: 0 0 40%;
  padding-bottom: 2em;
}

section.purpleblock .cols > div:nth-of-type(4n+1), section.purpleblock .cols > div:nth-of-type(4n+4) {
  flex: 0 0 70%;
}

section.purpleblock .cols > div:nth-of-type(4n+2), section.purpleblock .cols > div:nth-of-type(4n+3) {
  flex: 0 0 30%;
}

section.purpleblock .cols > div:before {
  content: "";
  float: left;
  padding-top: 50%;
}

.cols > figure:before {
  content: "";
  float: left;
  padding-top: 80%;
}

.cols > figure > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.cols > div:nth-of-type(4n+1) h2, .cols > div:nth-of-type(4n+1) h3, .cols > div:nth-of-type(4n+1) p {
  padding-right: 120px;
}

.cols > div:nth-of-type(4n+4) h2, .cols > div:nth-of-type(4n+4) h3, .cols > div:nth-of-type(4n+4) p {
  padding-left: 120px;
}

figcaption {
  color: rgb(89, 45, 145);
  padding-top: 0.5em;
}

.four-col {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -17px;
  justify-content: flex-start;
}

.four-col > div {
  flex: 0 0 calc(25% - 34px);
  border-top: 1px solid rgb(89, 45, 145);
  margin: 0 17px;
  padding-top: 0.75em;
  padding-bottom: 3em;
}

.four-col > div p {
  font-size: 17px;
  line-height: 23px;
}

.slider h2 {
  text-align: center;
  font-size: 50px;
  line-height: 55px;
  color: #ffffff;
  font-family: "MarkPro Book", "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: -0.01em;
}

.slider p.sml {
  padding-top: 2em;
  font-size: 28px;
  line-height: 38px;
  color: #ffffff;
  text-align: center;
}

.quoteicon {
  margin: 0 auto 4em;
  display: block;
  width: 141px;
  height: 160px;
}

.blogroll {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -17px;
}

.blogroll > div {
  flex: 0 0 calc(33.33% - 34px);
  background-color: #ffffff;
  margin: 17px;
  display: inline-flex;
  flex-flow: column;
  justify-content: space-between;
  position: relative;
}

.blogroll > div:nth-child(1), .blogroll > div:nth-child(2) {
  flex: 0 0 calc(50% - 34px);
}

section.greyblock .blogroll > div:nth-child(1) h3, section.greyblock .blogroll > div:nth-child(2) h3 {
  font-size: 32px;
  line-height: 36px;
}

section.greyblock .blogroll > div:nth-child(1) p, section.greyblock .blogroll > div:nth-child(2) p {
  font-size: 21px;
  line-height: 28px;
}

section.greyblock .blogroll h3 {
  font-size: 21px;
  line-height: 24px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 1em;
}

section.greyblock .blogroll p {
  font-size: 17px;
  line-height: 23px;
  padding-left: 20px;
  padding-right: 20px;
}

.blog-tab > a > img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

.blogroll > div:nth-child(1) .blog-tab > a > img, .blogroll > div:nth-child(2) .blog-tab > a > img {
  height: 380px;
}

.blog-tab-sub {
  display: inline-flex;
  align-items: flex-start;
  flex-flow: column;
  margin-bottom: 20px;
  margin-top: 4em;
}

.blog-tab-sig {
  flex: 0 0 auto;
  display: inline-flex;
  flex-flow: row;
  width: 100%;
  align-items: center;
}

.blog-tab-sig > div:nth-child(2) {
  position: relative;
  width: 56px;
  height: auto;
  overflow: hidden;
  margin: 0 0 0 10px;
}

.blog-tab-sig > div:nth-child(1) {
  flex: 0 0 calc(100% - 86px);
  margin: 0;
}

.blog-tab-sig > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section.greyblock .blogroll .blog-tab-sig > div p.sml {
  padding: 1em 20px;
  font-size: 15px;
  line-height: 20px;
}

section.greyblock .blogroll > div:nth-child(1) .blog-tab-sig > div:nth-child(2), section.greyblock .blogroll > div:nth-child(2) .blog-tab-sig > div:nth-child(2) {
  width: 76px;
}

section.greyblock .blogroll > div:nth-child(1) .blog-tab-sig > div:nth-child(1), section.greyblock .blogroll > div:nth-child(2) .blog-tab-sig > div:nth-child(1) {
  flex: 0 0 calc(100% - 106px);
}

.accordion {
  font-family: "MarkPro Heavy", "Roboto", sans-serif;
  font-size: 50px;
  line-height: 55px;
  color: rgb(89, 45, 145);
  background-color: #ffffff;
  cursor: pointer;
  padding: 18px 0 0.75em;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  border-radius: 0;
  border-top: 2px solid rgb(89, 45, 145);
  margin: 0;
}

.aactive, .accordion:hover, .accordion:focus {
  color: rgb(89, 45, 145);
  background-color: #ffffff;
}

.panel {
  padding: 0;
  background-color: #ffffff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion:before {
  float: right;
  content: " ";
  margin-left: 5px;
  width: 35px;
  height: 35px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHZpZXdCb3g9IjAgMCAzNiAzNiI+CiAgPHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNTkyRDkxIiBzdHJva2Utd2lkdGg9IjIiIGQ9Ik0wIDE3LjJoMzZNMTggMHYzNiIvPgo8L3N2Zz4=");
  background-repeat: no-repeat;
}

.aactive:before {
  width: 35px;
  height: 35px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHZpZXdCb3g9IjAgMCAzNiAzNiI+CiAgPHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNTkyRDkxIiBzdHJva2Utd2lkdGg9IjIiIGQ9Ik0wIDE3LjJoMzYiLz4KPC9zdmc+");
  background-repeat: no-repeat;
}

.three-col {
  display: flex;
  flex-flow: row wrap;
  margin: -17px -17px;
}

.greyblock .three-col {
  margin: -17px -17px 0;
}

.three-col svg {
  padding-bottom: 1em;
  display: none;
}

.three-col svg:first-of-type {
  display: block;
}

.solutions-icon {
  margin-bottom: 1em;
  padding: 0;
}

.three-col > div {
  flex: 0 0 calc(33.33% - 34px);
  background-color: rgb(89, 45, 145);
  margin: 17px;
  padding: 20px;
  display: inline-flex;
  flex-flow: column;
  justify-content: space-between;
  position: relative;
  min-height: 360px;
}

.three-col > div > div:last-child {
  display: inline-flex;
  justify-content: space-between;
  align-items: flex-end;
}

.three-col > div a {
  color: #ffffff;
  text-decoration: none;
}

.three-col > div a:hover {
  color: rgb(59, 232, 248);
  text-decoration: none;
}

.three-col > div p {
  color: #ffffff;
  padding: 0 0 0.5em;
}

.three-col > div a.button {
  background-color: #ffffff;
  color: rgb(89, 45, 145);
  margin: 1em 0;
  font-size: 17px;
  line-height: 23px;
}

.three-col > div a.button:hover {
  background-color: rgb(59, 232, 248);
  color: rgb(89, 45, 145);
}

.proghero .three-col {
  margin: -17px -17px 0;
}

.proghero .three-col > div:nth-child(1) {
  flex: 0 0 calc(100% - 34px);
  border-top: none;
  padding: 0;
}

.proghero .three-col > div {
  padding: 1em 0 2em;
  border-top: 2px solid #ffffff;
  margin: 0 17px;
  min-height: unset;
}

.proghero .three-col p {
  font-size: 32px;
  line-height: 36px;
}

.progicon {
  width: 118px;
  height: 118px;
}

.overlay {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgb(237, 237, 237);
  z-index: 10;
  text-align: center;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-flow: column;
}

.overlay:hover {
  opacity: 1;
}

.three-col > div .overlay p {
  color: rgb(89, 45, 145);
  font-size: 17px;
  line-height: 23px;
  text-align: left;
}

.stack {
  display: flex;
  flex-flow: column;
}

.stack > div {
  flex: 0 0 100%;
  display: inline-flex;
  flex-flow: row wrap;
  margin-top: 2em;
  border-top: 2px solid rgb(89, 45, 145);
  padding-top: 2em;
}

.stack > div:first-child {
  margin-top: 0;
}

.stack > div > div:nth-child(1) {
  flex: 0 0 200px;
  width: 100% !important;
  height: 200px;
  overflow: hidden;
  position: relative;
  margin-bottom: 0.25em;
}

.stack > div > div:nth-child(2) {
  flex: 0 0 calc(100% - 200px);
  padding-left: 2em;
}

.stack > div a.button,
.stack > div button.button {
  margin: 0;
  font-size: 17px;
  line-height: 23px;
}

.stack > div > div:nth-child(1) > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

section.storystack {
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: column;
}

section.storystack > div {
  flex: 0 0 100%;
  padding: 2em 0;
  background-color: rgb(237, 237, 237);
}

section.storystack > div:nth-child(even) {
  background-color: #ffffff;
}

select {
  background-color: #ffffff;
  color: rgb(89, 45, 145);
  padding: 0.5em 3em 0.5em 1.5em;
  border: 0;
  cursor: pointer;
  border-radius: 100px;
  text-decoration: none;
  font-size: 21px;
  line-height: 28px;
  min-height: 32px;
  font-weight: 300;
  font-family: "MarkPro Heavy", "Roboto", sans-serif;
  letter-spacing: -0.01em;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1em;
  margin: 0 0 2em;
}

select.searchform {
  background-color: rgb(237, 237, 237);
  margin: 0;
}

form.programsearch {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -17px 4em -17px;
}

form.programsearch > * {
  flex: 0 0 calc(40% - 34px);
  margin: 0 17px 17px;
}

form.programsearch > *:nth-child(3) {
  flex: 0 0 calc(20% - 34px);
}

form {
  background-color: rgba(89, 45, 145, 0.1);
  padding: 4em 2em 1em;
  border-radius: 50px;
  margin: 1em 0;
}

.facilitatorhero form {
  background-color: unset;
  padding: 0;
  border-radius: 0;
  margin: 1em 0;
}

input[type=text], input[type=email], textarea, input[type=tel] {
  font-family: "MarkPro Book", "Roboto", sans-serif;
  font-size: 21px;
  line-height: 28px;
  font-weight: 300;
  border-radius: 30px;
  border: 0;
  height: auto;
  margin: 0;
  outline: 0 none;
  padding: 0.5em 16px;
  width: 100%;
  background: #ffffff;
  color: #000000;
}

.intl-tel-input {
  width: 100% !important;
}

textarea {
  height: 120px;
}

input[type=submit] {
  background-color: rgb(89, 45, 145);
  color: #ffffff;
  letter-spacing: -0.01em;
  padding: 0.5em 1.5em;
  border: 0;
  cursor: pointer;
  border-radius: 50px;
  text-decoration: none;
  font-family: "MarkPro Heavy", "Roboto", sans-serif;
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
  margin: 1em 0;
}

input[type=submit]:hover {
  background-color: rgb(59, 232, 248);
  color: rgb(89, 45, 145);
}

/* Contact Form 7 styling overrides */
.wpcf7 p {
  font-size: 19px;
  line-height: 26px;
}

.wpcf7 select {
  margin-bottom: 0;
}

.wpcf7-response-output {
  font-family: "MarkPro Book", "Roboto", sans-serif;
  font-size: 28px;
  line-height: 38px;
  color: #000000;
  font-weight: 300;
  font-style: normal;
  letter-spacing: -0.01em;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #ffffff;
  background-color: rgb(89, 45, 145);
  border-radius: 50px;
  border: none;
  padding: 30px;
  margin: 10px 0 auto 0;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #666666;
  opacity: 0.6; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #666666;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #666666;
}

.wp-block-embed__wrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 52.25%;
  padding-top: 25px;
  height: 0;
}

.wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wp-block-embed figcaption {
  background-color: #B2B2B2;
  color: #ffffff;
  margin: 0;
  padding: 1em;
}

/* reCAPTCHA hide site wise */
.grecaptcha-badge {
  visibility: hidden;
}

/* reCAPTCHA show on the contact pages */
.page-id-206 .grecaptcha-badge,
.facilitator-template-default .grecaptcha-badge,
.hub-template-default .grecaptcha-badge {
  visibility: visible;
}

/* FOOTER */
footer {
  width: 100%;
  background-color: rgb(89, 45, 145);
  padding: 4em 40px 2em;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

footer > div {
  flex: 0 0 50%;
}

footer > div:nth-child(2), footer > div:nth-child(4) {
  display: inline-flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-flow: column wrap;
}

footer > div:nth-child(3), footer > div:nth-child(4) {
  margin-top: 12em;
}

footer > div:nth-child(3) {
  display: inline-flex;
  align-items: flex-end;
  margin-bottom: 1em;
}

footer > div:nth-child(4) {
  text-align: right;
}

footer > div:nth-child(3) > a {
  margin-right: 15px;
}

footer h2 {
  color: #ffffff;
}

footer p {
  color: #ffffff;
  font-size: 21px;
  line-height: 28px;
}

footer ul {
  font-size: 21px;
  line-height: 28px;
  padding: 0 0 0.5em;
}

footer ul li {
  display: inline;
  padding: 0 0.45em 0 0;
  letter-spacing: -0.01em;
}

footer ul li a, footer p a {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.5;
}

footer ul li a:hover, footer p a:hover {
  color: #ffffff;
  text-decoration: none;
  opacity: 1;
}

.footlogo {
  width: 362px;
  height: 410px;
  padding-left: 20px;
}

.footsociallogos {
  width: 52px;
  height: 52px;
}

img.footsociallogos:hover {
  opacity: 0.8;
}

.northstar-logo {
  width: 310px;
  height: 220px;
}

ul .wpml-ls-menu-item a {
  display: block;
}

.expandable .expandee {
  display: none;
}

.expanded .expandee {
  display: block;
}

.processblock {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -10px;
}

.processblock > div {
  flex: 0 0 calc(33.33% - 20px);
  margin: 10px;
  padding: 20px;
  display: inline-flex;
  flex-flow: row wrap;
}

.processblock > div div:nth-child(1) {
  flex: 0 0 20%;
}

.processblock > div div:nth-child(2) {
  flex: 0 0 80%;
}

.processblock > div h3 {
  font-size: 28px;
  line-height: 38px;
}

.processblock > div p, .processblock > div li {
  font-size: 21px !important;
  line-height: 28px !important;
}

.processblock > div.purple {
  background-color: rgb(89, 45, 145);
}

.processblock > div.purple p, .processblock > div.purple h2, .processblock > div.purple h3, .processblock > div.purple li {
  color: #ffffff;
}

.processblock > div.purple ul li::before {
  color: #ffffff;
}

.processblock > div.cyan {
  background-color: rgb(59, 232, 248);
}

.processblock > div.cyan p, .processblock > div.cyan li {
  color: rgb(89, 45, 145);
}

/* Single Facilitator PAGE */
/* Davis Text Size - Full Screen */
.facilitator-template-default.single-facilitator {
  background-color: transparent;
}
.facilitator-template-default.single-facilitator .main_header_area {
  background-color: rgb(89, 45, 145);
}
.facilitator-template-default.single-facilitator .breadcrumbs {
  margin-top: 96px;
}
.facilitator-template-default.single-facilitator .breadcrumbs p {
  padding-top: 3em;
}
.facilitator-template-default.single-facilitator main h2 {
  font-size: 50px;
  line-height: 55px;
}
.facilitator-template-default.single-facilitator main p:not(.sml), .facilitator-template-default.single-facilitator main li {
  font-size: 19px;
  line-height: 26px;
}
.facilitator-template-default.single-facilitator main p:not(.sml) {
  padding: 0 0 0.7em;
}
.facilitator-template-default.single-facilitator span[data-name=interest] .wpcf7-list-item {
  display: block;
}
.facilitator-template-default.single-facilitator section:not(.testimonial-container):not(.purpleblock) {
  padding-top: 0;
}
.single-facilitator-header {
  background-color: rgb(89, 45, 145);
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
}

.single-facilitator-description {
  display: flex;
  flex-direction: column;
  justify-content: end;
  color: #ffffff;
}
.single-facilitator-description h1 {
  color: #ffffff;
  font-size: 50px;
  line-height: 55px;
  margin-bottom: 0.25em;
  padding: 0;
}
.single-facilitator-description h2 {
  font-size: 32px;
  line-height: 36px;
}
.single-facilitator-description a.button {
  margin-bottom: 1em;
}

.facilitator-oof {
  background-color: rgb(59, 232, 248);
  padding: 0;
  text-align: center;
}
.facilitator-oof p {
  padding: 1em !important;
}

.single-facilitator-image {
  height: 100%;
  display: flex;
  justify-content: center;
}
.single-facilitator-image img {
  padding: 1em;
  border-radius: 50%;
  height: 400px;
  width: 400px;
  margin-bottom: 0;
  object-fit: cover;
  object-position: center center;
}

.facilitator-content {
  padding-top: 0;
}

.facilitator-bio {
  padding-top: 0;
}
.facilitator-bio .bio {
  font-weight: initial;
}

.facilitator-content-two-columns.two-col > div::before {
  padding-top: 0;
}
.facilitator-content-two-columns.two-col .facilitator-content-two-columns-img {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  position: relative;
  min-height: 500px;
}
.facilitator-content-two-columns.two-col .facilitator-content-two-columns-img img {
  display: block;
  height: 350px;
  min-height: 100%;
  object-position: 50% 50%;
  min-height: 100%;
}
.facilitator-content-two-columns.two-col .facilitator-content-two-columns-img .single-facilitator-contact {
  position: absolute;
  margin-top: auto;
  padding: 3em;
}
.facilitator-content-two-columns.two-col .facilitator-content-two-columns-img .single-facilitator-contact a.button {
  background-color: rgb(89, 45, 145);
  color: #ffffff;
  margin: 0;
}
.facilitator-content-two-columns.two-col .facilitator-content-two-columns-img .single-facilitator-contact a.button:hover {
  background-color: rgb(59, 232, 248);
  color: rgb(89, 45, 145);
}
.facilitator-content-two-columns.two-col .facilitator-content-two-columns-data {
  padding: 3em;
}
.facilitator-content-two-columns.two-col .facilitator-content-two-columns-data .facilitator-tags li,
.facilitator-content-two-columns.two-col .facilitator-content-two-columns-data .facilitator-certification li {
  padding-bottom: 0.7em;
}

.delivery-languages > span:nth-of-type(3n + 1) {
  display: none;
}

.delivery-languages-alt > .facilitator-language-separator:last-of-type {
  display: none;
}

.single-facilitator-testimonials.purpleblock {
  padding: 2em 0;
}
.single-facilitator-testimonials.purpleblock > div {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.single-facilitator-testimonials.purpleblock > div h2 {
  padding: 0;
}
.single-facilitator-testimonials.purpleblock img.quoteicon {
  margin: 0;
  height: 100px;
}

.testimonial-container > .wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 3em;
}
.testimonial-container > .wrap > .testimonial-number {
  margin: 0 auto;
}
.testimonial-container > .wrap > .testimonial-content {
  width: 100%;
}
.testimonial-container > .wrap > .testimonial-content p {
  padding: 0;
}

.testimonial-container:first-of-type {
  padding-top: 2em;
}

.testimonial-container:nth-of-type(odd) {
  background-color: #ededed;
}
.testimonial-container:nth-of-type(odd) > .wrap {
  flex-direction: column-reverse;
}

.testimonial-number h2 {
  background-color: rgb(59, 232, 248);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 5px 0 0 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 100px !important;
  font-family: "Times New Roman", sans-serif;
}
.testimonial-number h2 span {
  margin-top: 35px;
}

.testimonial-container p {
  font-weight: inherit;
  font-style: inherit;
}

.testimonial-map {
  font-size: inherit;
  margin-top: 3em;
  border-top: 3em solid white;
}

.testimonial-map #map {
  height: 500px;
  font-size: inherit;
}

.leaflet-top.leaflet-left,
.leaflet-geosearch-bar {
  position: relative;
  z-index: 500 !important;
}

.leaflet-top .leaflet-control {
  margin-top: 0 !important;
}

.leaflet-control-geosearch.leaflet-geosearch-bar {
  font-family: "MarkPro Book", "Roboto", sans-serif;
  font-size: 21px;
}

.leaflet-control-geosearch.leaflet-geosearch-bar form input {
  font-size: 21px;
  padding-bottom: 5px;
}

.leaflet-control-geosearch.leaflet-geosearch-bar .reset {
  font-size: 20px;
  height: 38px;
}

.leaflet-control-geosearch.leaflet-geosearch-bar > form {
  padding: 5px 10px;
}

.leaflet-control-geosearch.leaflet-geosearch-bar .results > div {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 0 !important;
}

.leaflet-geosearch-bar {
  width: auto !important;
}

#search-map-results.stack h2 {
  padding: 0.5em 0 0;
}
#search-map-results.stack h4 {
  color: rgb(89, 45, 145);
}
#search-map-results.stack p {
  padding-bottom: 0;
}
#search-map-results.stack a.button {
  margin-top: 0.5em;
  margin-right: 1em;
}

.post-type-archive-facilitator {
  background-color: transparent;
}

.facilitatorsearch-hero {
  background-color: rgb(89, 45, 145);
  padding-top: 3em;
  margin-bottom: 6em;
}
.facilitatorsearch-hero h1 {
  color: #ffffff;
}

.searchandfilter ul li::before {
  display: none;
}

#search-filter-form-7233 ul,
#search-filter-form-12966 ul,
#search-filter-form-12983 ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  color: rgb(89, 45, 145);
  padding: initial;
}
#search-filter-form-7233 ul h4,
#search-filter-form-12966 ul h4,
#search-filter-form-12983 ul h4 {
  color: rgb(89, 45, 145);
}
#search-filter-form-7233 ul li,
#search-filter-form-12966 ul li,
#search-filter-form-12983 ul li {
  padding-right: 2em;
  color: rgb(89, 45, 145);
  text-indent: 0;
}
#search-filter-form-7233 ul li ul,
#search-filter-form-12966 ul li ul,
#search-filter-form-12983 ul li ul {
  padding-left: 0;
}
#search-filter-form-7233 ul select,
#search-filter-form-12966 ul select,
#search-filter-form-12983 ul select {
  margin: 0;
  width: 100%;
}
#search-filter-form-7233 ul .sf_date_field,
#search-filter-form-12966 ul .sf_date_field,
#search-filter-form-12983 ul .sf_date_field {
  padding-left: 0;
}
#search-filter-form-7233 ul .sf-level-0,
#search-filter-form-12966 ul .sf-level-0,
#search-filter-form-12983 ul .sf-level-0 {
  cursor: pointer;
}
#search-filter-form-7233 ul .sf-label-radio,
#search-filter-form-12966 ul .sf-label-radio,
#search-filter-form-12983 ul .sf-label-radio {
  padding-left: 0.5em;
  padding-top: 4px;
  cursor: pointer;
  border-radius: 100px;
  text-decoration: none;
  font-size: 21px;
  line-height: 28px;
  min-height: 32px;
  font-weight: 300;
  font-family: "MarkPro Heavy", "Roboto", sans-serif;
  letter-spacing: -0.01em;
  appearance: none;
}
#search-filter-form-7233 ul input[type=submit],
#search-filter-form-12966 ul input[type=submit],
#search-filter-form-12983 ul input[type=submit] {
  background-color: #ffffff;
  color: rgb(89, 45, 145);
  margin: 0;
}
#search-filter-form-7233 ul input[type=submit]:hover,
#search-filter-form-12966 ul input[type=submit]:hover,
#search-filter-form-12983 ul input[type=submit]:hover {
  background-color: rgb(59, 232, 248);
  color: rgb(89, 45, 145);
}

#search-filter-results-7233 .facilitator-details p,
#search-filter-results-12966 .facilitator-details p,
#search-filter-results-12983 .facilitator-details p {
  padding-bottom: 0.25em;
}
#search-filter-results-7233 .facilitator-details ul li:not(:last-child),
#search-filter-results-12966 .facilitator-details ul li:not(:last-child),
#search-filter-results-12983 .facilitator-details ul li:not(:last-child) {
  padding-bottom: 0.1em;
}

.page-facilitator-map h1 {
  margin-bottom: 0;
}
.page-facilitator-map #facilitators-map {
  height: 700px;
  margin-bottom: 1em;
  margin-top: 32px;
}
.page-facilitator-map .leaflet-popup-content h4 {
  color: rgb(89, 45, 145);
  font-size: 21px;
  line-height: 28px;
}
.page-facilitator-map .leaflet-popup-content p, .page-facilitator-map .leaflet-popup-content a.button {
  margin: 0;
  padding-bottom: 0.25em;
  font-size: 17px;
  line-height: 23px;
}
.page-facilitator-map .leaflet-popup-content a {
  color: #ffffff;
}
.page-facilitator-map .leaflet-popup-content img {
  margin-right: 1em;
  height: 100px;
  width: 100px;
  float: left;
  border-radius: 50%;
  object-fit: cover;
}
.page-facilitator-map .leaflet-pane.leaflet-popup-pane .facilitator-map-tags {
  display: none;
}
.page-facilitator-map .facilitator-map-tags {
  margin-top: 15px;
}

.facilitator-map-filters {
  background-color: rgba(89, 45, 145, 0.1);
  border-radius: 50px;
  padding: 3em;
  margin-bottom: 3em;
  display: flex;
  flex-wrap: wrap;
  gap: 3em;
}
.facilitator-map-filters h4 {
  color: rgb(89, 45, 145);
  margin: 0;
  padding-bottom: 10px;
  font-size: 17px;
}
.facilitator-map-filters button {
  margin: 0;
}
.facilitator-map-filters label {
  color: rgb(89, 45, 145);
  padding-right: 1.5em;
  cursor: pointer;
  font-size: 21px;
  line-height: 28px;
  min-height: 32px;
  font-weight: 300;
  font-family: "MarkPro Heavy", "Roboto", sans-serif;
  letter-spacing: -0.01em;
  appearance: none;
}
.facilitator-map-filters label:last-of-type {
  padding: 0;
}
.facilitator-map-filters select {
  margin-bottom: 0;
  margin: 10px;
}

.button.filter-btn {
  border: 5px solid transparent;
  margin-right: 10px;
}

.button.filter-btn:not(.active) {
  background-color: white;
  color: rgb(89, 45, 145);
  border: 5px solid rgb(89, 45, 145);
}

/* BLOG page */
.blog h1 {
  font-size: 80px;
  line-height: 55px;
}

/* Hub pages */
/* Pacific hub */
.postid-7822 .stack > div {
  border-top: none;
}

/* HACKS and overrides */
/* The following code was left in Additional CSS */
.wp-block-video {
  max-width: 1300px;
  margin: 0 auto 2em;
}

.navigation-landscape .list-col-6 {
  width: calc(20% - 20px);
}

footer a.button {
  background-color: #ffffff;
  opacity: 1;
  color: #592d91;
}

footer a.button:hover {
  color: #592d91;
  background-color: #3be8f8;
}

main ul li::before {
  content: "• ";
}

.three-col > div h4 {
  padding: 0.5em 0;
}

.three-col > div p {
  padding: 0;
}

section.drk a {
  color: #fff;
}

section.drk a:hover {
  color: #3be8f8;
}

main ul.nospc li {
  padding-bottom: 0;
}

.cols > div:nth-of-type(4n+1) li {
  padding-right: 120px;
}

@media (max-width: 940px) {
  .cols > div:nth-of-type(4n+1) li {
    padding-right: unset;
  }
}
/* Cookie Consent Banner on the home page */
body.home .cky-revisit-bottom-left {
  bottom: 3px !important;
}

@media (min-width: 940px) {
  .facilitator-template-default.single-facilitator .breadcrumbs {
    margin-top: 127px;
  }
  .single-facilitator-header {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    height: 500px;
  }
  .single-facilitator-description {
    display: flex;
    flex-direction: column;
    justify-content: end;
    width: 60%;
    padding-right: 15px;
  }
  .single-facilitator-description a.button {
    width: 50%;
  }
  .single-facilitator-image {
    width: 40%;
    align-items: center;
  }
  .single-facilitator-image img {
    margin-bottom: 0;
  }
  .facilitator-content-two-columns.two-col .facilitator-content-two-columns-img img {
    height: 0;
    object-position: center bottom;
  }
  .single-facilitator-testimonials.purpleblock > div {
    gap: 3em;
  }
  .single-facilitator-testimonials.purpleblock img.quoteicon {
    width: 250px;
  }
  .testimonial-container > .wrap {
    flex-wrap: nowrap;
  }
  .testimonial-container > .wrap > .testimonial-number {
    margin: 0;
  }
  .testimonial-container > .wrap > .testimonial-number h2 {
    width: 250px;
    height: 250px;
    font-size: 250px !important;
  }
  .testimonial-container > .wrap > .testimonial-number h2 span {
    margin-top: 85px;
  }
  .testimonial-container:nth-of-type(odd) > .wrap {
    flex-direction: row;
  }
  #search-filter-form-7233 ul input[type=submit],
  #search-filter-form-12966 ul input[type=submit],
  #search-filter-form-12983 ul input[type=submit] {
    margin-top: 41px;
  }
}
@media (min-width: 940px) {
  /* Image overrides */
  .home main section:nth-child(6) .cols > figure > img {
    -o-object-position: 20%;
    object-position: 20%;
  }
  .page-id-98 main section:nth-child(17) .cols > figure > img {
    -o-object-position: 100%;
    object-position: 100%;
  }
  .page-id-98 main section:nth-child(20) .cols > figure > img {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .page-id-158 main section:nth-child(7) .cols > figure > img {
    -o-object-position: 70%;
    object-position: 70%;
  }
  .page-id-158 main div:nth-child(9) > img {
    -o-object-position: 50% 80%;
    object-position: 50% 80%;
  }
  .postid-959 main section:nth-child(6) .cols > figure > img {
    -o-object-position: 40% 50%;
    object-position: 40% 50%;
  }
  .postid-959 main section:nth-child(9) .cols > figure > img {
    -o-object-position: 35% 50%;
    object-position: 35% 50%;
  }
  .postid-880 main div:nth-child(3) > img {
    -o-object-position: 50% 80%;
    object-position: 50% 80%;
  }
  .postid-638 main section:nth-child(2) .cols > figure > img {
    -o-object-position: 60% 50%;
    object-position: 60% 50%;
  }
  .postid-684 main div:nth-child(3) > img {
    -o-object-position: 50% 90%;
    object-position: 50% 90%;
  }
  .postid-673 main section:nth-child(2) .cols > figure > img {
    -o-object-position: 70% 50%;
    object-position: 70% 50%;
  }
  .postid-673 main section:nth-child(10) .cols > figure > img {
    -o-object-position: 60% 50%;
    object-position: 60% 50%;
  }
  .postid-678 main section:nth-child(2) .cols > figure > img {
    -o-object-position: 40% 50%;
    object-position: 40% 50%;
  }
  .postid-678 main div:nth-child(3) > img {
    -o-object-position: 50% 80%;
    object-position: 50% 80%;
  }
  .postid-678 main section:nth-child(8) .cols > figure > img {
    -o-object-position: 40% 50%;
    object-position: 40% 50%;
  }
  .postid-1032 main section:nth-child(9) .two-col > div > img {
    -o-object-position: 0% 50%;
    object-position: 0% 50%;
  }
  .postid-1032 main section:nth-child(11) .cols > figure > img {
    -o-object-position: 100% 50%;
    object-position: 100% 50%;
  }
  .postid-1042 main section:nth-child(6) .cols > figure > img {
    -o-object-position: 60% 50%;
    object-position: 60% 50%;
  }
  .postid-1042 main section:nth-child(9) .cols > figure > img {
    -o-object-position: 90% 50%;
    object-position: 90% 50%;
  }
  .postid-1063 main section:nth-child(6) .cols > figure > img {
    -o-object-position: 70% 50%;
    object-position: 70% 50%;
  }
  .postid-1068 main section:nth-child(2) .cols > figure > img {
    -o-object-position: 30% 50%;
    object-position: 30% 50%;
  }
  .postid-7822 .pagehero > img {
    -o-object-position: 50% 35%;
    object-position: 50% 35%;
  }
}
/* media queries */
@media (max-width: 1940px) {
  .hero p {
    padding: 0 40% 40px 40px;
  }
}
@media (max-width: 1710px) {
  h1 {
    font-size: 70px;
    line-height: 70px;
  }
  .hero p {
    padding: 0 25% 40px 40px;
  }
}
@media (max-width: 1480px) {
  .wrap {
    padding: 0 32px;
  }
  .hero h1 {
    padding: 0 0.5em 0 32px;
  }
  .hero p {
    padding: 0 25% 32px 32px;
  }
  .prevnext {
    width: 14px;
    height: 25px;
    left: -14px;
  }
  .next {
    right: -14px;
    left: unset;
  }
  section.boxfloat {
    margin: -7em 32px 0;
  }
  footer {
    padding: 4em 32px 2em;
  }
}
@media (max-width: 1385px) {
  /* Davis Text Size - Tablet */
  h1 {
    font-size: 65px;
    line-height: 65px;
  }
  h2 {
    font-size: 45px;
    line-height: 50px;
  }
  h2.lrg {
    font-size: 65px;
    line-height: 65px;
  }
  h3 {
    font-size: 27px;
    line-height: 35px;
  }
  h4 {
    font-size: 18px;
    line-height: 22px;
  }
  h5 {
    font-size: 45px;
    line-height: 50px;
  }
  h6 {
    font-size: 25px;
    line-height: 32px;
  }
  p {
    font-size: 18px;
    line-height: 25px;
  }
  main ul li {
    font-size: 18px;
    line-height: 25px;
  }
  .slider h2 {
    font-size: 45px;
    line-height: 50px;
  }
  .hero p {
    font-size: 25px;
    line-height: 32px;
  }
  section.intro p {
    font-size: 25px;
    line-height: 32px;
  }
  section.intro li {
    font-size: 25px;
    line-height: 32px;
  }
  section.drk p {
    font-size: 25px;
    line-height: 32px;
  }
  a.button, a.wp-block-button__link, button.toggle-button, button.button {
    font-size: 18px;
    line-height: 25px;
  }
  section.whiteblock p, section.greyblock p, section.purpleblock p {
    font-size: 25px;
    line-height: 32px;
  }
  section.greyblock .slider p.sml {
    font-size: 25px;
    line-height: 32px;
  }
  .four-col > div p {
    font-size: 15px;
    line-height: 20px;
  }
  footer p {
    font-size: 18px;
    line-height: 25px;
  }
  footer ul li {
    font-size: 18px;
    line-height: 25px;
  }
  p.lrg, ul.lrg li {
    font-size: 25px;
    line-height: 32px;
  }
  .sml {
    font-size: 15px;
    line-height: 20px;
  }
  .accordion {
    font-size: 45px;
    line-height: 50px;
  }
  .breadcrumbs p {
    font-size: 15px;
    line-height: 20px;
  }
  .proghero .three-col p {
    font-size: 27px;
    line-height: 35px;
  }
  .stack > div button {
    font-size: 15px;
    line-height: 20px;
  }
  table {
    font-size: 25px;
    line-height: 32px;
  }
  section.purpleblock .whitepane > div h3 {
    font-size: 45px;
    line-height: 50px;
  }
  .three-col > div .overlay p {
    font-size: 15px;
    line-height: 20px;
  }
  .three-col > div a.button {
    font-size: 15px;
    line-height: 20px;
  }
  .three-col > div {
    flex: 0 0 calc(33.33% - 20px);
    margin: 10px;
    padding: 10px;
    min-height: 240px;
  }
  .overlay {
    padding: 10px;
  }
  section.intro h3 {
    font-size: 45px;
    line-height: 50px;
  }
  a.tag {
    font-size: 15px;
  }
  .processblock > div h3 {
    font-size: 18px;
    line-height: 25px;
  }
  .processblock > div p, .processblock > div li {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (max-width: 1120px) {
  .megamenu-list > li > a {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (max-width: 994px) {
  main {
    padding-top: 96px;
  }
  .nav-brand svg {
    width: 179px;
    height: 56px;
  }
  .country_selector_dropdown > a {
    display: none;
  }
  .pagehero {
    height: auto;
    margin-top: 96px;
  }
  div.heroimg {
    height: auto;
  }
}
@media (max-width: 980px) {
  .four-col > div {
    flex: 0 0 calc(33.33% - 34px);
  }
}
@media (max-width: 940px) {
  .hero > div:nth-child(1) {
    flex: 0 0 100%;
    height: 60%;
  }
  .hero > div:nth-child(2) {
    flex: 0 0 100%;
    height: 40%;
  }
  .wrap {
    padding: 0 20px;
  }
  .hero h1 {
    padding: 0 20px 20px 20px;
  }
  .hero p {
    padding: 0 20px 20px 20px;
  }
  section.boxfloat {
    margin: -6em 20px 0;
  }
  section.drk .wrap {
    padding: 3em 20px;
  }
  .two-col {
    margin: -10px;
  }
  .two-col > div {
    flex: 0 0 calc(50% - 20px);
    margin: 10px;
  }
  section {
    padding: 4em 0;
  }
  section.npt {
    padding: 0 0 4em;
  }
  section.npd {
    padding: 0 0 0;
  }
  .two-col > div > h2 {
    padding: 0.75em 20px 0.75em 20px;
  }
  .two-col > div > p {
    padding: 0 20px 1em 20px;
  }
  .two-col > div > a.button {
    margin: 1em 20px 2em 20px;
  }
  .cols {
    margin-bottom: 2em;
  }
  .cols > div {
    margin: 2em 0 0;
  }
  .cols > div:before {
    padding-top: 0;
  }
  .cols > div:nth-of-type(4n+1), .cols > div:nth-of-type(4n+4) {
    flex: 0 0 100%;
  }
  .cols > figure {
    flex: 0 0 100%;
    padding-bottom: 0;
  }
  section.purpleblock .cols > div:nth-of-type(4n+1), section.purpleblock .cols > div:nth-of-type(4n+4) {
    flex: 0 0 100%;
  }
  section.purpleblock .cols > div:nth-of-type(4n+2), section.purpleblock .cols > div:nth-of-type(4n+3) {
    flex: 0 0 100%;
  }
  .cols > div:nth-of-type(4n+1) h2, .cols > div:nth-of-type(4n+1) h3, .cols > div:nth-of-type(4n+1) p {
    padding-right: unset;
  }
  .cols > div:nth-of-type(4n+4) h2, .cols > div:nth-of-type(4n+4) h3, .cols > div:nth-of-type(4n+4) p {
    padding-left: unset;
  }
  .blogroll {
    margin: 0 -10px;
  }
  .blogroll > div {
    flex: 0 0 calc(50% - 20px);
    margin: 10px;
  }
  .blogroll > div:nth-child(1), .blogroll > div:nth-child(2) {
    flex: 0 0 calc(50% - 20px);
  }
  section.greyblock .blogroll > div:nth-child(1) h3, section.greyblock .blogroll > div:nth-child(2) h3 {
    font-size: 21px;
    line-height: 24px;
  }
  section.greyblock .blogroll > div:nth-child(1) p, section.greyblock .blogroll > div:nth-child(2) p {
    font-size: 17px;
    line-height: 23px;
  }
  section.greyblock .blogroll > div:nth-child(1) .blog-tab-sig > div:nth-child(2), section.greyblock .blogroll > div:nth-child(2) .blog-tab-sig > div:nth-child(2) {
    width: 56px;
  }
  section.greyblock .blogroll > div:nth-child(1) .blog-tab-sig > div:nth-child(1), section.greyblock .blogroll > div:nth-child(2) .blog-tab-sig > div:nth-child(1) {
    flex: 0 0 calc(100% - 86px);
  }
  .blog-tab > a > img {
    height: 240px;
  }
  .blogroll > div:nth-child(1) .blog-tab > a > img, .blogroll > div:nth-child(2) .blog-tab > a > img {
    height: 240px;
  }
  footer {
    padding: 4em 20px 2em;
  }
  .footlogo {
    width: 100%;
    height: auto;
  }
  .three-col > div {
    flex: 0 0 calc(50% - 20px);
    min-height: 200px;
  }
  .three-col {
    margin: -10px -10px 0;
  }
  .greyblock .three-col {
    margin: -10px -10px 0;
  }
  .proghero .three-col {
    margin: -10px -10px 0;
  }
  .proghero .three-col > div:nth-child(1) {
    flex: 0 0 calc(100% - 20px);
  }
  .proghero .three-col > div {
    margin: 0 10px;
    padding: 0.5em 0 0.5em;
  }
}
@media (max-width: 800px) {
  .two-col > div {
    flex: 0 0 calc(100% - 20px);
    margin: 10px;
  }
  .two-col > div:before {
    padding-top: 100%;
  }
  .quoteicon {
    width: 70px;
    height: 79px;
  }
  .four-col > div {
    flex: 0 0 calc(50% - 34px);
  }
  .proghero .three-col > div:nth-child(1) {
    flex: 0 0 calc(50% - 20px);
  }
  .progicon {
    width: 100px;
    height: 100px;
  }
  .stack > div > div:nth-child(1) {
    flex: 0 0 100px;
    height: 100px;
  }
  .stack > div > div:nth-child(2) {
    flex: 0 0 calc(100% - 100px);
    padding-left: 1em;
  }
  section.purpleblock .whitepane > div {
    flex: 1 0 calc(100% - 40px);
    margin: 20px;
    padding: 2em 20px;
  }
  section.purpleblock.bannertwo, section.drk.bannerone .wrap {
    background-position: -400% 50%;
    background-size: 90%;
  }
  section.purpleblock.bannerthree, section.purpleblock.bannerfour {
    background-position: 50% 50%;
    background-size: 200%;
  }
  .bannerlogo {
    width: 100%;
    height: 56px;
    position: unset;
    float: none;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0.5em;
    margin-left: 0;
  }
  .bannerlogo img {
    width: 49px;
    height: 56px;
    display: block;
  }
  .processblock > div {
    flex: 0 0 calc(50% - 20px);
  }
}
@media (max-width: 600px) {
  /* Davis Text Size - Mobile */
  h1 {
    font-size: 45px;
    line-height: 45px;
  }
  h2 {
    font-size: 32px;
    line-height: 35px;
  }
  h2.lrg {
    font-size: 45px;
    line-height: 45px;
  }
  h3 {
    font-size: 20px;
    line-height: 25px;
  }
  h4 {
    font-size: 20px;
    line-height: 25px;
  }
  h5 {
    font-size: 32px;
    line-height: 35px;
  }
  h6 {
    font-size: 18px;
    line-height: 25px;
  }
  p {
    font-size: 15px;
    line-height: 20px;
  }
  main ul li {
    font-size: 15px;
    line-height: 20px;
  }
  .hero p {
    font-size: 18px;
    line-height: 25px;
  }
  section.intro p {
    font-size: 18px;
    line-height: 25px;
  }
  section.intro li {
    font-size: 18px;
    line-height: 25px;
  }
  section {
    padding: 3em 0;
  }
  section.npt {
    padding: 0 0 3em;
  }
  section.npd {
    padding: 0 0 0;
  }
  section.drk p {
    font-size: 18px;
    line-height: 25px;
  }
  a.button, a.wp-block-button__link, button.toggle-button, button.button {
    font-size: 15px;
    line-height: 20px;
  }
  section.whiteblock p, section.greyblock p, section.purpleblock p {
    font-size: 18px;
    line-height: 25px;
  }
  .slider h2 {
    font-size: 18px;
    line-height: 25px;
  }
  .slider p.sml {
    font-size: 18px;
    line-height: 25px;
  }
  .four-col > div p {
    font-size: 13px;
    line-height: 16px;
  }
  .blogroll > div {
    flex: 0 0 calc(100% - 20px);
  }
  .blogroll > div:nth-child(1), .blogroll > div:nth-child(2) {
    flex: 0 0 calc(100% - 20px);
  }
  footer {
    padding: 2em 20px 2em;
  }
  footer > div {
    flex: 0 0 100%;
  }
  footer p {
    font-size: 15px;
    line-height: 20px;
  }
  footer ul li {
    font-size: 15px;
    line-height: 20px;
  }
  .footlogo {
    width: 50%;
    height: auto;
    padding-left: 0;
    padding-bottom: 4em;
  }
  .footsociallogos {
    width: 36px;
    height: 36px;
  }
  footer > div:nth-child(3) > a {
    margin-right: 10px;
  }
  footer > div:nth-child(2) {
    align-items: flex-start;
    order: 1;
  }
  footer > div:nth-child(1) {
    order: 2;
  }
  footer > div:nth-child(3) {
    order: 3;
  }
  footer > div:nth-child(4) {
    order: 4;
  }
  footer > div:nth-child(3), footer > div:nth-child(4) {
    margin-top: 3em;
  }
  p.lrg, ul.lrg li {
    font-size: 18px;
    line-height: 25px;
  }
  .sml {
    font-size: 13px;
    line-height: 16px;
  }
  .four-col > div {
    flex: 0 0 calc(100% - 34px);
  }
  .accordion {
    font-size: 32px;
    line-height: 35px;
  }
  .breadcrumbs p {
    font-size: 13px;
    line-height: 16px;
  }
  .proghero .three-col > div {
    flex: 0 0 calc(75% - 20px);
  }
  .proghero .three-col p {
    font-size: 20px;
    line-height: 25px;
  }
  .progicon {
    width: 80px;
    height: 80px;
  }
  .stack > div a.button,
  .stack > div button.button {
    font-size: 13px;
    line-height: 16px;
  }
  .stack > div > div:nth-child(1) {
    flex: 0 0 80px;
    height: 80px;
  }
  .stack > div > div:nth-child(2) {
    flex: 0 0 calc(100% - 80px);
    padding-left: 0.5em;
  }
  table {
    font-size: 18px;
    line-height: 25px;
  }
  section.purpleblock .whitepane > div h3 {
    font-size: 32px;
    line-height: 35px;
  }
  .three-col > div {
    flex: 0 0 calc(100% - 20px);
  }
  .three-col > div .overlay p {
    font-size: 13px;
    line-height: 16px;
  }
  .three-col > div a.button {
    font-size: 13px;
    line-height: 16px;
  }
  .northstar-logo {
    width: 180px;
    height: 128px;
  }
  section.intro h3 {
    font-size: 32px;
    line-height: 35px;
  }
  a.tag {
    font-size: 13px;
  }
  .processblock > div h3 {
    font-size: 15px;
    line-height: 20px;
  }
  .processblock > div p, .processblock > div li {
    font-size: 13px;
    line-height: 16px;
  }
  section.boxfloat {
    margin: -4em 20px 0;
  }
}
@media (max-width: 480px) {
  .stack > div {
    margin-top: 2em;
  }
  .stack > div > div:nth-child(1) {
    flex: 0 0 80px;
    height: 80px;
  }
  .stack > div > div:nth-child(2) {
    flex: 0 0 100%;
    padding-left: 0;
  }
  .processblock > div {
    flex: 0 0 calc(100% - 20px);
  }
}
@media (max-width: 400px) {
  h1, .hero h1 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 340px) {
  h1, .hero h1 {
    font-size: 32px;
    line-height: 32px;
  }
  .proghero .three-col p {
    font-size: 18px;
    line-height: 20px;
  }
}

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