/*!*****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/sass/main.scss ***!
  \*****************************************************************************************************************************************/
/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/* flickity-fade */
.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1;
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

#wpadminbar {
  position: fixed;
}

#wp-admin-bar-customize,
#wp-admin-bar-comments,
#wp-admin-bar-wp-logo {
  display: none !important;
}

@media (max-width: 720px) {
  #wp-admin-bar-edit,
  #wp-admin-bar-new-content,
  #wp-admin-bar-wpseo-menu {
    display: none !important;
  }
}
html {
  position: relative;
  box-sizing: border-box;
  overflow-y: initial;
}
html * {
  box-sizing: inherit;
}

body {
  background: #fff;
  color: #4f4f4f;
  font-family: "Larsseit Regular", serif;
  line-height: 1.6;
  font-size: 14px;
}
@media (min-width: 720px) {
  body {
    font-size: 15px;
  }
}
@media (min-width: 960px) {
  body {
    font-size: 16px;
  }
}
body * {
  font-feature-settings: "liga" 0;
  box-sizing: border-box;
}
body *:focus {
  outline: 0;
  box-shadow: 0;
}
body.bg-overlay:after {
  background-color: #2b2112;
  position: absolute;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
}
body.no-scroll {
  overflow: hidden;
  height: 100vh;
}
@supports (-webkit-overflow-scrolling: touch) {
  body.no-scroll {
    height: 100%;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

img {
  max-width: 100%;
  height: auto;
}

b,
strong {
  font-weight: bold;
}

em,
i {
  font-style: italic;
}

blockquote,
q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
  overflow-x: auto;
  width: 100%;
  word-break: initial;
}
table tr, table th, table td {
  border: 1px solid #808080;
}
table th,
table td {
  padding: 0.5rem 1rem;
}
table th {
  font-weight: 600;
  color: #000;
  background: #ddd;
}
table tr {
  border-bottom: 1px solid #808080;
}
table tr:nth-child(odd) {
  background-color: #fafafa;
}
@media (max-width: 719px) {
  table {
    display: inline-block;
  }
}

.table-wrap {
  display: block;
  overflow-x: auto;
  max-width: 100%;
}
.table-wrap table {
  display: table;
}
.table-wrap table th, .table-wrap table td {
  white-space: normal;
}

a, span, .gheader .menu-burger__icon span:before, .gheader .menu-burger__icon span:after, div, input, textarea,
button, select, option {
  font-family: inherit;
}

strong, b,
span,
.gheader .menu-burger__icon span:before,
.gheader .menu-burger__icon span:after,
a {
  color: inherit;
}

sup {
  vertical-align: super;
  font-size: 0.5em;
}

hr {
  border: 1px solid #808080;
}

main {
  position: relative;
}

blockquote,
ul, ol, p,
table, hr {
  margin: 1.5rem 0;
}

ul, ol {
  margin: 1em 0;
  list-style: outside;
}
ul li, ol li {
  position: relative;
  padding-left: 0.75rem;
  margin: 0 0 1rem 1rem;
}
ul li:last-child, ol li:last-child {
  margin-bottom: 0;
}

ul.checklist {
  list-style: none;
}
ul.checklist .svg-icon {
  position: absolute;
  top: 0.3rem;
  left: -1rem;
  vertical-align: text-top;
}

ol {
  list-style-type: decimal !important;
}

p, li {
  font-size: 1em;
}
p:last-of-type, li:last-of-type {
  margin-bottom: 0;
}

p {
  margin-bottom: 2rem;
}

header ol, header ul, header li, footer ol, footer ul, footer li {
  list-style: none;
  padding: 0;
  margin: 0;
}
header a, footer a {
  color: inherit;
}

/*for clearfixing*/
.cf {
  zoom: 1;
}
.cf:before, .cf:after {
  content: "";
  display: block;
}
.cf:after {
  clear: both;
}

section,
.section {
  padding: 3rem 1.5rem;
  position: relative;
  overflow: hidden;
}
@media (min-width: 960px) {
  section,
  .section {
    padding: 6rem 3rem;
  }
}

.container {
  max-width: 625px;
  margin: 0 auto;
}
@media (min-width: 960px) {
  .container {
    max-width: 1200px;
  }
  .container--xs {
    max-width: 800px;
  }
  .container--small {
    max-width: 1000px;
  }
  .container--large {
    max-width: 1400px;
  }
}
.page-content .container {
  max-width: 960px;
}

.positioner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.positioner svg, .positioner img {
  display: block;
  width: 100%;
  height: 100%;
}
.positioner img {
  object-fit: cover;
  max-width: none;
}

.svg-icon {
  position: relative;
  width: 1em;
  height: 1em;
}

.svg-code svg {
  vertical-align: middle;
}

img.blur-in {
  filter: blur(0);
  width: 100%;
  display: block;
  transition-delay: 0.25s;
  transition-duration: 0.5s;
}
img.blur-in[data-src] {
  filter: blur(10px);
}

@media (max-width: 959px) {
  .full-mobile {
    width: calc(100% + 3rem);
    margin-left: -1.5rem;
  }
}
@font-face {
  font-family: "Larsseit Regular";
  src: url("fonts/Larsseit-Regular.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Larsseit Medium";
  src: url("fonts/Larsseit-Medium.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Larsseit Bold";
  src: url("fonts/Larsseit-Bold.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Larsseit";
  src: url("fonts/Larsseit.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SharpSlab Bold";
  src: url("fonts/SharpSlab-Bold.woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[type=text],
[type=email],
[type=password],
[type=tel],
[type=file],
[type=search],
[type=submit],
[type=reset],
textarea,
select,
.gform_previous_button,
.gform_next_button,
.select-menu,
.search-input {
  display: inline-block;
  appearance: none;
  padding: 0.6em 1.25em;
  border: 1px solid #808080;
  background: #fff;
  border-radius: 4px;
  font: inherit;
  width: 100%;
}
[type=text]:last-child,
[type=email]:last-child,
[type=password]:last-child,
[type=tel]:last-child,
[type=file]:last-child,
[type=search]:last-child,
[type=submit]:last-child,
[type=reset]:last-child,
textarea:last-child,
select:last-child,
.gform_previous_button:last-child,
.gform_next_button:last-child,
.select-menu:last-child,
.search-input:last-child {
  margin-bottom: 0;
}
.filled[type=text],
.filled[type=email],
.filled[type=password],
.filled[type=tel],
.filled[type=file],
.filled[type=search],
.filled[type=submit],
.filled[type=reset],
textarea.filled,
select.filled,
.filled.gform_previous_button,
.filled.gform_next_button,
.filled.select-menu,
.filled.search-input {
  border-color: #000;
}
[type=text]:focus,
[type=email]:focus,
[type=password]:focus,
[type=tel]:focus,
[type=file]:focus,
[type=search]:focus,
[type=submit]:focus,
[type=reset]:focus,
textarea:focus,
select:focus,
.gform_previous_button:focus,
.gform_next_button:focus,
.select-menu:focus,
.search-input:focus {
  border-color: #4292E3;
}

.btn {
  background: #e38d39;
  border: 1px solid transparent;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font: inherit;
  padding: 0.4em 2.5em;
  margin: 0.75em 0;
  text-decoration: none;
  text-align: center;
  transition: 0.16s ease;
}
.btn .svg-icon {
  display: inline-block;
  margin: 0 0.5rem;
  font-size: 0.8em;
}
.btn:focus, .btn:hover {
  text-decoration: none;
  color: #fff;
  background-color: #e38d39;
}
@media (max-width: 449px) {
  .btn {
    width: 100%;
  }
}
@media (min-width: 450px) {
  .btn + .btn {
    margin-left: 0.5rem;
  }
}

.pdm-lightbox {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  text-align: center;
  padding: 3rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transition-duration: 0.5s;
  transition-delay: 0.25s;
  opacity: 0;
}
@media (min-width: 960px) {
  .pdm-lightbox {
    padding: 6rem 3rem;
  }
}
@media (min-width: 1200px) {
  .pdm-lightbox {
    padding: 6rem 6rem;
  }
}
.pdm-lightbox__container {
  position: relative;
  display: block;
  width: 100%;
  max-width: 850px;
  transition-duration: 0.25s;
  transition-delay: 0s;
}
.pdm-lightbox__content {
  overflow-y: auto;
  max-height: 80vh;
  overflow: auto;
}
.pdm-lightbox__close {
  background: transparent;
  color: #fff;
  border: none;
  position: absolute;
  top: -1.5rem;
  right: 0rem;
  text-indent: -999em;
  display: block;
  height: 3em;
  width: 3em !important;
  z-index: 3;
  padding: 0 !important;
  transition-duration: 0.25s;
  cursor: pointer;
}
@media (min-width: 960px) {
  .pdm-lightbox__close {
    right: -3rem;
    top: -3rem;
  }
}
.pdm-lightbox__close:after, .pdm-lightbox__close:before {
  content: "";
  left: 0;
  top: 0.5em;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.pdm-lightbox__close:after {
  transform: rotate(45deg);
}
.pdm-lightbox__close:before {
  transform: rotate(-45deg);
}
.pdm-lightbox__close:hover {
  transform: scale(1.2);
}
.pdm-lightbox.active {
  pointer-events: all;
  opacity: 1;
  transition-delay: 0s;
}
.pdm-lightbox.active .pdm-lightbox__content {
  opacity: 1;
  transition-duration: 0.75s;
}
.pdm-lightbox--team .pdm-lightbox__container {
  background-color: #fff;
  padding: 2em 4em;
}
.pdm-lightbox--team .pdm-lightbox__close {
  padding: 0.2em 1em !important;
  right: 1rem;
  top: 2rem;
}
.pdm-lightbox--team p {
  text-align: left;
}
.pdm-lightbox--team .pdm-lightbox__close:after, .pdm-lightbox--team .pdm-lightbox__close:before {
  background-color: #000;
}
@media (min-width: 960px) {
  .pdm-lightbox--team {
    padding: 0;
  }
  .pdm-lightbox--team .pdm-lightbox__content {
    max-height: 90vh;
  }
  .pdm-lightbox--team .pdm-lightbox__container {
    margin-left: auto;
    height: 100%;
    max-width: 600px;
  }
  .pdm-lightbox--team .pdm-lightbox__container p {
    font-size: 1.1em;
  }
}
.pdm-lightbox--full-slider {
  padding-left: 0;
  padding-right: 0;
}
.pdm-lightbox--full-slider .pdm-lightbox__container {
  max-width: initial;
}
.pdm-lightbox--full-slider .flickity-page-dots {
  position: relative;
  bottom: initial;
  margin-top: 2em;
}
.pdm-lightbox--full-slider .flickity-page-dots .dot {
  background-color: #fff;
}
@media (min-width: 960px) {
  .pdm-lightbox--full-slider .pdm-lightbox__close {
    right: 2rem;
  }
}
.pdm-lightbox--ebook .pdm-lightbox__close {
  top: -2rem;
  right: 0;
  padding: 0;
  width: 2em;
  height: 2em;
}
.pdm-lightbox--ebook .h3 {
  display: block;
  margin-bottom: 1.4em;
}
.pdm-lightbox--ebook iframe {
  width: 100% !important;
}
.pdm-lightbox--ebook .pdm-lightbox__content {
  background-color: #fff;
  padding: 2em;
}

.lightbox-trigger {
  cursor: pointer;
}

.lightbox-content {
  display: none;
}

.hubspot-form-modal .pdm-lightbox__close {
  width: 1.5rem;
  height: 1.5rem;
}
.hubspot-form-modal .pdm-lightbox__content {
  background-color: #fff;
  padding: 3rem 1.5rem;
}
@media only screen and (min-width: 960px) {
  .hubspot-form-modal .pdm-lightbox__content {
    padding: 4.5rem 3rem;
  }
}
.hubspot-form-modal .pdm-lightbox__content iframe {
  width: 100%;
  max-width: 100%;
}

.hsform-lightbox .hubspot-wrap {
  background-color: #fff;
}
.hsform-lightbox .hubspot-wrap .hbspt-form {
  padding: 3rem 1.5rem;
}
@media only screen and (min-width: 960px) {
  .hsform-lightbox .hubspot-wrap .hbspt-form {
    padding: 4.5rem 3rem;
  }
}
.hsform-lightbox .hubspot-wrap iframe {
  max-width: 100%;
}

.hidden {
  display: none !important;
}

@media (max-width: 959px) {
  .desk-only {
    display: none !important;
  }
}

@media (min-width: 960px) {
  .mob-only, .show-mobile {
    display: none !important;
  }
}

.site-logo {
  display: inline-block;
}
.site-logo svg, .site-logo img {
  max-height: 28px;
  width: auto;
  vertical-align: middle;
}
@media (min-width: 720px) {
  .site-logo svg, .site-logo img {
    max-height: 36px;
  }
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  color: #2b2112;
  font-family: "SharpSlab Bold", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 1.25rem;
}
* + h1, * + .h1,
* + h2, * + .h2,
* + h3, * + .h3,
* + h4, * + .h4,
* + h5, * + .h5,
* + h6, * + .h6 {
  margin-top: 1.5rem;
}
h1:first-child, .h1:first-child,
h2:first-child, .h2:first-child,
h3:first-child, .h3:first-child,
h4:first-child, .h4:first-child,
h5:first-child, .h5:first-child,
h6:first-child, .h6:first-child {
  margin-top: 0;
}
h1:last-child, .h1:last-child,
h2:last-child, .h2:last-child,
h3:last-child, .h3:last-child,
h4:last-child, .h4:last-child,
h5:last-child, .h5:last-child,
h6:last-child, .h6:last-child {
  margin-bottom: 0;
}

h1, .h1 {
  font-size: 2.25em;
}
@media (min-width: 960px) {
  h1, .h1 {
    font-size: 2.5em;
  }
  .page-content h1, .page-content .h1 {
    font-size: 2.25em;
  }
}

h2, .h2 {
  font-size: 1.875em;
}
@media (min-width: 960px) {
  h2, .h2 {
    font-size: 2em;
  }
  .page-content h2, .page-content .h2 {
    font-size: 1.875em;
  }
}

h3, .h3 {
  font-size: 1.5em;
}
@media (min-width: 960px) {
  h3, .h3 {
    font-size: 1.4em;
  }
  .page-content h3, .page-content .h3 {
    font-size: 1.5em;
  }
}

h4, .h4 {
  font-size: 1.25em;
}
@media (min-width: 960px) {
  h4, .h4 {
    font-size: 1.3em;
  }
  .page-content h4, .page-content .h4 {
    font-size: 1.25em;
  }
}

h5, .h5 {
  font-size: 1em;
}
@media (min-width: 960px) {
  h5, .h5 {
    font-size: 1.2em;
  }
  .page-content h5, .page-content .h5 {
    font-size: 1em;
  }
}

h6, .h6 {
  font-size: 0.9em;
}
@media (min-width: 960px) {
  .page-content h6, .page-content .h6 {
    font-size: 0.9em;
  }
}

.subheading {
  font-size: 0.9em;
}

a {
  color: #4292E3;
  text-decoration: none;
}
a:focus, a:hover {
  text-decoration: underline;
}

.btn {
  padding: 0.5rem 1rem !important;
  background-color: #b06227;
  border-color: #b06227;
  line-height: 1.6;
  margin: 0.75rem 0;
  font-family: "Larsseit Regular", serif;
  appearance: none;
}
.btn:hover {
  border-color: #e38d39;
}
.btn--text {
  padding: 0 !important;
  margin: 1.75em auto;
}
.btn--text:focus, .btn--text:hover {
  text-decoration: underline;
}
.btn--light {
  background-color: #e38d39;
  border-color: #e38d39;
}
.btn--light:focus, .btn--light:hover {
  background-color: #b06227;
  border-color: #b06227;
}
.btn--outline {
  background-color: transparent !important;
  color: #b06227;
}
.btn--outline:focus, .btn--outline:hover {
  background-color: #b06227 !important;
  border-color: #b06227;
}
.btn--small {
  padding: 0.2rem 1rem !important;
}
.btn--dark {
  background-color: #2b2112;
  border-color: #2b2112;
  color: #fff;
}
.btn--dark.btn--outline {
  color: #2b2112;
}
.btn--dark.btn--outline:focus, .btn--dark.btn--outline:hover {
  color: #fff;
}
.btn--white {
  background-color: #fff;
  border-color: #fff;
  color: #e38d39;
}
.btn--white.btn--outline {
  color: #fff;
}
.btn--white.btn--outline.btn--on-orange:hover {
  border-color: #fff;
  background-color: #fff !important;
  color: #b06227;
}
.btn--white.btn--on-white:hover {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
.btn--gray {
  color: #4f4f4f;
  border-color: #4f4f4f;
}
.btn--plain {
  background: none;
  color: #000;
  padding: 0;
  border: none;
}
.btn--plain:hover {
  background: none;
  color: #000;
}

section.section-bg, section.fof,
.section.section-bg,
.section.fof {
  padding: 6rem 1.5rem;
}
@media only screen and (min-width: 960px) {
  section.section-bg, section.fof,
  .section.section-bg,
  .section.fof {
    padding: 9rem 3rem;
  }
}
section:not(.section-bg):not(.fof) + .section-bg, section:not(.section-bg):not(.fof) + .fof,
.section:not(.section-bg):not(.fof) + .section-bg,
.section:not(.section-bg):not(.fof) + .fof {
  margin-top: 3rem;
}
@media only screen and (min-width: 960px) {
  section:not(.section-bg):not(.fof) + .section-bg, section:not(.section-bg):not(.fof) + .fof,
  .section:not(.section-bg):not(.fof) + .section-bg,
  .section:not(.section-bg):not(.fof) + .fof {
    margin-top: 6rem;
  }
}
section.section-bg + section:not(.section-bg):not(.fof), section.fof + section:not(.section-bg):not(.fof),
.section.section-bg + section:not(.section-bg):not(.fof),
.section.fof + section:not(.section-bg):not(.fof) {
  margin-top: 3rem;
}
@media only screen and (min-width: 960px) {
  section.section-bg + section:not(.section-bg):not(.fof), section.fof + section:not(.section-bg):not(.fof),
  .section.section-bg + section:not(.section-bg):not(.fof),
  .section.fof + section:not(.section-bg):not(.fof) {
    margin-top: 6rem;
  }
}
@media only screen and (min-width: 960px) {
  section.margin-top-desktop,
  .section.margin-top-desktop {
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 960px) {
  section.margin-bottom-desktop,
  .section.margin-bottom-desktop {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 959px) {
  section.margin-top-mobile,
  .section.margin-top-mobile {
    margin-top: 1.5rem;
  }
}
@media only screen and (max-width: 959px) {
  section.margin-bottom-mobile,
  .section.margin-bottom-mobile {
    margin-bottom: 1.5rem;
  }
}
section.no-padding-top,
.section.no-padding-top {
  padding-top: 0;
}
section.no-padding-bottom,
.section.no-padding-bottom {
  padding-bottom: 0;
}
@media only screen and (max-width: 959px) {
  section.no-padding-top-mobile,
  .section.no-padding-top-mobile {
    padding-top: 0;
  }
}
@media only screen and (max-width: 959px) {
  section.no-padding-bottom-mobile,
  .section.no-padding-bottom-mobile {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 960px) {
  section.no-padding-top-desktop,
  .section.no-padding-top-desktop {
    padding-top: 0rem;
  }
}
@media only screen and (min-width: 960px) {
  section.no-padding-bottom-desktop,
  .section.no-padding-bottom-desktop {
    padding-bottom: 0rem;
  }
}

main ul li {
  margin: 0;
  margin-bottom: 0.75rem;
  padding: 0;
  list-style: none;
  position: relative;
  padding-left: 1.5rem;
}
main ul li:last-of-type {
  margin-bottom: 0;
}
main ul li:before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  top: 0.5em;
  background-color: #b06227;
  border-radius: 50%;
  position: absolute;
  left: 0;
}

.vid-wrap {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.5%;
  background: #000;
}
.vid-wrap__cover, .vid-wrap__embed, .vid-wrap iframe, .vid-wrap video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 100%;
}

.social-links ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-links ul li {
  margin: 0 0.25em;
}
.social-links ul a {
  height: 2.5em;
  width: 2.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-links ul a:focus, .social-links ul a:hover {
  background: #000;
}
.social-links ul a:focus .svg-icon path, .social-links ul a:hover .svg-icon path {
  fill: #fff;
}

.highlight {
  color: #4292E3 !important;
}

.thumb {
  position: relative;
  height: 0;
  padding-bottom: 100%;
}

.bg-brown {
  background-color: #2b2112;
}

.bg-black {
  background-color: #000;
}

.menu-trigger {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1em;
  font-weight: bold;
  cursor: pointer;
}
.menu-trigger.active .svg-icon {
  transform: rotate(90deg);
}
.menu-trigger .svg-icon {
  display: block;
}
.menu-trigger .svg-icon path {
  fill: #000;
}
@media (min-width: 960px) {
  .menu-trigger {
    padding-bottom: 0;
  }
  .menu-trigger .svg-icon {
    display: none;
  }
}

.bold {
  font-weight: bold;
}

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

.dropdown-btn {
  display: block;
  border: 2px solid #e38d39;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 1em;
  position: relative;
  background-color: #fff;
  margin-top: 1em;
}
.dropdown-btn:after {
  content: "";
  background-size: 17px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 89%;
  background-image: url(svgs/chevron.svg);
  filter: invert(65%) sepia(83%) saturate(733%) hue-rotate(332deg) brightness(93%) contrast(91%);
}

.dropdown.btn--plain {
  display: flex;
  align-items: center;
}

.dropdown-container {
  position: relative;
}
.dropdown-container .dropdown-box {
  display: none;
  position: absolute;
  width: 260px;
  z-index: 1;
  border: 1px solid #ddd;
  padding: 1em;
  background: #fff;
  border-radius: 5px;
}
.dropdown-container .dropdown-box a {
  display: block;
}
.dropdown-container .dropdown-box a.active {
  padding: 0.2em !important;
  border-radius: 0 !important;
}
.dropdown-container--desktop {
  display: none;
}
.dropdown-container--mobile {
  display: block;
}
.dropdown-container--mobile .dropdown.btn {
  font-size: 1.2em;
}
@media (min-width: 960px) {
  .dropdown-container--desktop {
    display: block;
  }
  .dropdown-container--mobile {
    display: none;
  }
}

@media (min-width: 960px) {
  .dropdown-btn {
    display: none;
  }
  .filter-dd {
    display: flex !important;
  }
}
@media (max-width: 1199px) {
  .filter-dd {
    border: 2px solid #e38d39;
    border-top: none;
    background-color: #fff;
    display: none;
  }
  .filter-dd label {
    display: block;
  }
}
.mb-0 {
  margin-bottom: 0;
}

.mt-0 {
  margin-top: 0;
}

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

@media only screen and (min-width: 768px) {
  .title-xl {
    font-size: 3.5em;
  }
}

.scroll-to-content {
  padding: 0.25rem;
  position: fixed;
  bottom: 3rem;
  left: 1.5rem;
  z-index: 3;
  transition-duration: 0.25s;
  opacity: 1;
  pointer-events: all;
  width: auto;
}
@media only screen and (min-width: 960px) {
  .scroll-to-content {
    left: 3rem;
  }
}
.scroll-to-content.hide {
  opacity: 0;
  pointer-events: none;
}

code {
  background: #e8e8e8;
  word-wrap: break-word;
  box-decoration-break: clone;
  padding: 0.1rem 0.3rem 0.1rem;
  border-radius: 0.15rem;
}

blockquote {
  position: relative;
  padding-left: 3rem;
  font-size: 1.2em;
  color: #b06227;
  font-family: "SharpSlab Bold", sans-serif;
}
blockquote:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 1.75rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-image: url("svgs/quote2.svg");
}
blockquote:after {
  content: "";
  width: 3px;
  height: calc(100% - 3rem);
  left: 1.5rem;
  bottom: 0;
  position: absolute;
  background-color: #e5e5e5;
}
@media only screen and (min-width: 768px) {
  blockquote {
    padding-left: 4.5rem;
  }
  blockquote:before {
    width: 3rem;
    height: 2.75rem;
  }
  blockquote:after {
    left: 2.75rem;
    height: calc(100% - 4rem);
  }
}

.gheader {
  /* !important is needed sometimes */
  z-index: 99;
  position: relative;
  font-family: "Larsseit", sans-serif;
  background-color: transparent;
  transition: background-color 0.2s;
}
.gheader ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
  height: 7px;
  -webkit-overflow-scrolling: auto;
}
.gheader ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #e38d39;
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.gheader.brown, .gheader.solid {
  background-color: #2b2112;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .gheader .search-text {
      position: relative;
      top: 0.1em;
    }
  }
}
.gheader .header-mobile-btns {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
}
.gheader .header-mobile-btns__item {
  width: 50%;
  margin-bottom: 1em;
}
.gheader .header-mobile-btns__item .open-search {
  line-height: 1;
  display: flex;
  align-items: center;
}
.gheader .header-mobile-btns__item .open-search .svg-icon {
  margin-right: 0.5rem;
}
.gheader .header-mobile-btns__item.text-right {
  display: flex;
  justify-content: flex-end;
}
.gheader .header-mobile-btns__item a {
  color: #fff;
  font-size: 1.1em;
}
.gheader .svg-icon--top-header {
  width: 6em;
  height: 3em;
}
.gheader li {
  font-size: 1.1em;
}
.gheader__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.3em 2em;
}
.gheader__top {
  display: none;
  align-items: center;
  justify-content: space-between;
  background-color: #b06227;
  padding: 0.5em 2em;
}
.gheader__top .svg-icon--search {
  margin-right: 0.5rem;
}
.gheader__top ul {
  display: flex;
  justify-content: flex-end;
  flex: 1;
}
.gheader__top ul li {
  margin-left: 2.5em;
  font-size: 1em;
}
.gheader__top ul li a {
  display: flex;
  align-items: center;
  color: #fff;
}
.gheader .ctas {
  display: flex;
}
.gheader__logo .svg-icon {
  width: 12em;
  height: 5em;
}
@media (min-width: 414px) {
  .gheader__logo .svg-icon {
    width: 18em;
    height: 5em;
  }
}
.gheader-search {
  padding: 1em;
  display: flex;
  flex-direction: mi;
  align-items: center;
  justify-self: center;
}
.gheader-search:hover, .gheader-search:focus {
  border-color: transparent;
}
.gheader-search .svg-icon {
  height: 1em;
  width: 1em;
}
.gheader-search--close .svg-icon {
  transform: rotate(180deg);
}
.gheader .menu-burger {
  appearance: none;
  display: inline-block;
  background: transparent;
  border: 0;
  cursor: pointer;
  margin: -5px;
  overflow: hidden;
  z-index: 100;
  font: inherit;
  color: inherit;
  padding: 0;
  margin: 0 -5px 0 auto;
  flex: none;
}
.gheader .menu-burger__text {
  margin: auto;
  vertical-align: middle;
}
.gheader .menu-burger__icon {
  display: inline-block;
  width: 28px;
  height: 20px;
  position: relative;
  vertical-align: middle;
  margin: 5px;
}
.gheader .menu-burger__icon span, .gheader .menu-burger__icon span:before, .gheader .menu-burger__icon span:after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background: #fff;
  margin: auto;
  transition: background 0.16s ease, width 0.16s ease, transform 0.16s ease;
}
.gheader .menu-burger__icon span:before, .gheader .menu-burger__icon span:after {
  content: "";
}
.gheader .menu-burger__icon span:before {
  margin-top: -9px;
}
.gheader .menu-burger__icon span:after {
  margin-bottom: -9px;
}
.gheader .menu-burger:hover .menu-burger__icon span, .gheader .menu-burger:hover .menu-burger__icon span:before, .gheader .menu-burger:hover .menu-burger__icon span:after {
  width: 100%;
}
.gheader .menu-burger.active .menu-burger__icon span, .gheader .menu-burger.active .menu-burger__icon span:before, .gheader .menu-burger.active .menu-burger__icon span:after {
  width: 100%;
  transform: rotate(-45deg);
  margin: auto;
}
.gheader .menu-burger.active .menu-burger__icon span:before {
  transform: rotate(90deg);
  margin: auto;
}
.gheader .menu-burger.active .menu-burger__icon span:after {
  opacity: 0;
}
@media (min-width: 1200px) {
  .gheader .menu-burger {
    display: none;
  }
}
.gheader .menu .menu-item {
  position: relative;
}
.gheader .menu .menu-item.btn {
  padding: 0 !important;
}
.gheader .menu .menu-item.btn > a {
  min-width: 0;
  padding: 1em;
}
.gheader .menu > ul > .dropdown:focus .nav-link:first-child:after, .gheader .menu > ul > .dropdown:hover .nav-link:first-child:after {
  filter: invert(20%) sepia(30%) saturate(5618%) hue-rotate(336deg) brightness(96%) contrast(86%);
}
.gheader .menu > ul > .dropdown.fade .nav-link {
  color: #808080;
}
.gheader .menu > ul > .dropdown.active .nav-link {
  color: #e38d39;
}
.gheader .menu > ul > .dropdown-fade.fade .nav-link {
  color: #808080;
}
.gheader .menu .nav-link {
  display: block;
  color: #fff;
}
.gheader .menu .nav-link:focus, .gheader .menu .nav-link:hover {
  color: #e38d39;
  text-decoration: none;
}
.gheader .menu--short .btn {
  min-width: 140px;
}
.gheader .menu--short__buttons {
  text-align: center;
}
.gheader .menu--short__buttons a:first-child {
  margin-right: 1em;
}
.gheader .menu .mobile-arrow {
  display: block;
  background: transparent;
  border-color: transparent;
}
.gheader .menu .dropdown-menu {
  display: none;
}
.gheader .menu .dropdown.active .gheader .menu .dropdown-menu {
  display: block;
}
.gheader .menu-container {
  display: flex;
}
.gheader .menu--main .current-page > .nav-link:after {
  filter: invert(20%) sepia(30%) saturate(5618%) hue-rotate(336deg) brightness(96%) contrast(86%);
}
@media (min-width: 1200px) {
  .gheader .menu--main .current-page a {
    color: #e38d39;
  }
  .gheader .menu--main .current-page path {
    stroke: #e38d39 !important;
  }
}
.gheader .menu--main .dropdown-menu .nav-link {
  padding: 0.5em 1em;
  font-size: 0.9em !important;
  color: #000 !important;
}
.gheader .menu--main .dropdown-menu .nav-link:focus, .gheader .menu--main .dropdown-menu .nav-link:hover {
  color: #e38d39 !important;
}
@media (max-width: 1199px) {
  .gheader .menu li {
    font-size: 1.4em;
  }
  .gheader .menu #menu-main-menu {
    padding: 0.75rem 1rem;
  }
  .gheader .menu .menu-btn {
    padding: 0.75rem 1rem;
  }
  .gheader .menu .menu-btn .btn--transparent {
    width: 100%;
    font-size: 1.4em;
  }
  .gheader .menu ul.dropdown-menu.sub-menu.depth-1, .gheader .menu .dropdown-menu.sub-menu.depth-2 {
    display: none;
  }
  .gheader .menu .dropdown-menu .nav-link {
    color: #fff !important;
    font-size: 0.6em !important;
  }
  .gheader .menu .mobile-arrow {
    display: block;
    background: transparent;
    border-color: transparent;
    position: absolute;
    right: 0;
    top: 0.5em;
    height: 3.75em;
    width: 3.75em;
  }
  .gheader .menu .dropdown > .nav-link {
    margin-right: 3.5em;
  }
  .gheader .menu-container {
    background: #2b2112;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    margin: auto;
    margin-top: 4.5em;
    z-index: 99;
    height: calc(100vh - 4.5em);
    width: 100%;
    overflow: auto;
    transition: left 0.5s ease;
    flex-direction: column;
  }
  .gheader .menu-container.active {
    left: 0;
  }
  .gheader .menu-item.active > .nav-link {
    color: #fff;
  }
  .gheader .menu-item.active .dropdown-menu {
    display: block;
  }
  .gheader .menu--main .nav-link {
    padding: 0.8em 0;
  }
}
@media (min-width: 1200px) {
  .gheader .menu {
    font-size: 1em;
  }
  .gheader .menu-container {
    position: relative;
    flex-direction: row;
    align-items: center;
  }
  .gheader .menu .mobile-arrow {
    display: none;
    bottom: 0;
    margin: auto;
    pointer-events: none;
    height: 1em;
    width: 1em;
  }
  .gheader .menu .dropdown > .nav-link {
    position: relative;
    display: flex;
    align-items: center;
  }
  .gheader .menu .dropdown > .nav-link:after {
    content: "";
    width: 1.5em;
    height: 0.5em;
    margin-left: 0.2em;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(svgs/chevron.svg);
  }
  .gheader .menu .dropdown > .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    min-width: 290px;
    max-width: 320px;
    padding-top: 1.4em;
    z-index: 1;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1019607843);
    border-radius: 6px;
  }
  .gheader .menu .dropdown > .dropdown-menu .menu-item {
    background: #fff;
    margin: 0;
    position: relative;
  }
  .gheader .menu .dropdown > .dropdown-menu .menu-item:last-child {
    border-bottom: none;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    padding-bottom: 0.8em;
  }
  .gheader .menu .dropdown > .dropdown-menu .menu-item:first-child {
    border-top-left-radius: 6px;
    padding-top: 0.8em;
    border-top-right-radius: 6px;
  }
  .gheader .menu .dropdown > .dropdown-menu .menu-item .sub-menu {
    position: absolute;
    left: 100%;
    padding-top: 0;
    top: 0;
  }
  .gheader .menu .dropdown > .dropdown-menu .menu-item .sub-menu a {
    color: #e38d39 !important;
    background-color: #fff;
  }
  .gheader .menu .dropdown > .dropdown-menu .menu-item .sub-menu a:focus, .gheader .menu .dropdown > .dropdown-menu .menu-item .sub-menu a:hover {
    color: #e38d39 !important;
    background-color: #f7f7f7;
  }
  .gheader .menu .dropdown > .dropdown-menu .nav-link {
    padding: 0.5em 1.5em;
  }
  .gheader .menu .dropdown:focus-within > .dropdown-menu, .gheader .menu .dropdown:focus > .dropdown-menu, .gheader .menu .dropdown:hover > .dropdown-menu {
    display: block;
  }
  .gheader .menu--short {
    margin-left: auto;
    display: flex;
    align-items: center;
  }
  .gheader .menu--short .menu-item.btn {
    padding: 0.75em;
    margin-top: 0;
    font-size: 0.9em;
  }
}
.gheader.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.gheader.sticky .header__logo {
  transform: scale(1);
  width: 120px;
}
@media (max-width: 719px) {
  .gheader.sticky .top-banner {
    height: 0;
    padding: 0 1em;
  }
}

@media (max-width: 1199px) {
  .gheader .menu-mobile-bottom {
    padding: 0 1rem;
  }
  .gheader .header-right-icons--desktop {
    display: none;
  }
  .gheader .header-right-icons--mobile {
    display: flex;
    padding: 1.5rem 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .gheader .header-right-icons--mobile .svg-icon {
    margin-right: 1em;
  }
  .gheader .header-right-icons--mobile .svg-icon path {
    fill: #009959;
  }
  .gheader-search {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 1rem;
    border-radius: 0;
    padding: 1rem 0 1.5rem;
    /*width: 100% !important;*/
    font-size: 1.4em;
    background-color: initial;
  }
  .gheader-search .svg-icon {
    margin-right: 1em;
  }
}
@media (min-width: 1200px) {
  .gheader nav {
    display: flex;
  }
  .gheader nav > ul {
    display: flex;
    align-items: center;
  }
  .gheader nav > ul li {
    margin-bottom: 0;
    margin-right: 2.5rem;
  }
  .gheader__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.search-menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}
@media (max-width: 1199px) {
  .search-menu {
    left: -100%;
    bottom: 0;
    background: #2b2112;
    transition: left 0.5s ease;
    overflow: hidden;
    height: 88vh;
    margin-top: 5em;
    z-index: 100;
  }
  .search-menu .hide-mobile {
    display: none;
  }
  .search-menu__container {
    padding: 0.75rem 1rem;
    height: 75vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .search-menu__container .h1 {
    color: #fff;
  }
  .search-menu__container [type=text] {
    margin-bottom: 1em;
  }
  .search-menu__container [type=submit] {
    background-color: #e38d39;
    color: #fff;
    border: 2px solid #fff;
    background-color: transparent;
    width: 100%;
  }
  .search-menu__container [type=submit]:hover {
    background-color: #fff;
    color: #e38d39;
  }
  .search-menu__container .h1 {
    font-weight: 900;
  }
  .search-menu.active {
    left: 0;
  }
}
@media (min-width: 1200px) {
  .search-menu {
    bottom: 0;
    top: 0;
    left: -100%;
    right: 0;
    z-index: -1;
    width: 100%;
    transition: none;
    overflow: hidden;
    height: 100%;
  }
  .search-menu__container {
    background: #fff;
  }
  .search-menu-icon {
    border-color: transparent;
    background: transparent;
    padding: 1.25em;
  }
  .search-menu-icon .svg-icon {
    height: 1.25em;
    width: 1.25em;
  }
  .search-menu form, .search-menu__container {
    display: flex;
    height: 100%;
  }
  .search-menu form {
    width: 100%;
  }
  .search-menu form input, .search-menu form button {
    border: transparent;
  }
  .search-menu form input:hover, .search-menu form input:focus, .search-menu form button:hover, .search-menu form button:focus {
    border: transparent;
  }
  .search-menu form [type=text] {
    font-size: 1.2em;
  }
  .search-menu form [type=submit] {
    width: auto;
    min-width: 0;
    flex: none;
    background: transparent;
    color: inherit;
  }
  .search-menu form [type=submit]:hover {
    background: transparent;
    border: transparent;
    color: inherit;
  }
  .search-menu form .close-search {
    width: 9em;
    border-left: 1px solid #808080;
    border-radius: 0;
    min-width: 0;
    position: relative;
    margin: 0;
  }
  .search-menu form .close-search:hover {
    border-left: 1px solid #808080;
  }
  .search-menu form .close-search:before, .search-menu form .close-search:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 3px;
    width: 1.25em;
    border-radius: 1em;
    background: #fff;
  }
  .search-menu form .close-search:before {
    transform: rotate(-45deg);
  }
  .search-menu form .close-search:after {
    transform: rotate(45deg);
  }
  .search-menu.active {
    left: 0;
    z-index: 100;
    width: 100%;
  }
  .search-menu.active:before {
    content: "";
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -2;
  }
}
@media (max-width: 1199px) {
  .search-menu .search-menu-form {
    max-width: 290px;
    margin: 0 auto;
  }
}

.admin-bar header.sticky {
  top: 46px;
}
@media only screen and (min-width: 960px) {
  .admin-bar header.sticky {
    top: 32px;
  }
}

.login-container {
  position: relative;
}

.login-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  min-width: 160px;
  max-width: 240px;
  padding-top: 1.4em;
  z-index: 1;
  box-shadow: 0 0.75em 1em -0.75em rgba(0, 0, 0, 0.3);
  left: -74%;
}
.login-dropdown li {
  background: #fff;
  margin: 0;
  border-bottom: 2px solid #e5e5e5;
}
.login-dropdown li a {
  padding: 0.75em 1.5em;
}

footer {
  padding: 2.5rem 1.5rem;
  background-color: #f8f8f8;
}
footer .svg-icon--bnrlogo path:not(.hat) {
  fill: #000 !important;
}
footer .svg-icon--bnrlogo text {
  fill: #000 !important;
}
footer .footer-orange a {
  color: #b06227;
}
footer .footer-top {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 2.5em;
}
footer .footer-top .h2 {
  margin-bottom: 0;
  margin-right: 0;
}
@media (min-width: 960px) {
  footer .footer-top {
    flex-direction: row;
  }
  footer .footer-top .h2 {
    margin-right: 2em;
  }
}
footer .row {
  border-top: 1px solid #d0d0d0;
  padding-top: 3.5rem;
}
footer .dropdown {
  display: none;
  margin-bottom: 1.5em;
}
footer .dropdown.active {
  display: block;
}
@media (min-width: 960px) {
  footer .dropdown {
    display: block;
  }
}
footer .footer-logo {
  position: relative;
  display: block;
  width: 100%;
}
footer .footer-logo:before, footer .footer-logo:after {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #4f4f4f;
  content: "";
  top: 50%;
  width: 28vw;
}
@media (max-width: 767px) {
  footer .footer-logo:before, footer .footer-logo:after {
    width: 12vw;
  }
}
footer .footer-logo:before {
  left: 0;
}
footer .footer-logo:after {
  right: 0;
}
footer nav {
  margin-bottom: 2em;
  border-bottom: 1px solid #d0d0d0;
}
footer nav ul {
  padding-left: 0.5em;
}
footer p, footer li {
  padding-bottom: 0.4em;
}
footer .row {
  justify-content: space-between;
  flex-direction: column;
  display: flex;
}
footer a {
  text-decoration: none;
}
footer a:hover {
  color: #4f4f4f;
  text-decoration: underline;
}
footer .heading, footer .h5 {
  color: #000;
  position: relative;
  font-family: "Larsseit Regular", serif;
  font-size: 1em;
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  footer h2 {
    font-size: 2.5em;
    margin-bottom: 0.4em;
  }
}
footer .heading.active:after {
  transform: rotate(-45deg);
  border-color: #4f4f4f;
}
footer .heading:after {
  content: "";
  position: absolute;
  right: 0;
  border-right: 2px solid #4f4f4f;
  border-bottom: 2px solid #4f4f4f;
  transform: rotate(45deg);
  transition: all 0.2s ease-in-out;
  width: 8px;
  height: 8px;
  top: 3px;
}
footer .footer-social {
  margin-bottom: 1em;
}
footer .footer-social li {
  margin-right: 0.4rem;
}
footer .footer-social li a {
  background-color: #b06227;
  border-radius: 100px;
}
footer .footer-social li a path {
  fill: #fff;
}
footer .footer-social li a:hover {
  background-color: #e38d39;
}
footer .footer-left {
  /* flex-direction: column; */
  margin-bottom: 2em;
}
footer .footer-left__content {
  padding-top: 1em;
}
footer .footer-left .svg-icon {
  width: 15em;
  height: 3em;
}
footer .footer-left p {
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
}
footer .footer-left__info span, footer .footer-left__info .gheader .menu-burger__icon span:before, .gheader .menu-burger__icon footer .footer-left__info span:before, footer .footer-left__info .gheader .menu-burger__icon span:after, .gheader .menu-burger__icon footer .footer-left__info span:after {
  color: #4f4f4f;
}
footer .footer-right {
  flex-direction: column;
}
@media (min-width: 960px) {
  footer .row {
    flex-direction: row;
  }
  footer .footer-left {
    flex-direction: row;
    width: 40%;
    margin-bottom: 0em;
  }
  footer .footer-right {
    width: 60%;
    justify-content: space-between;
    flex-direction: row;
    display: flex;
    margin: 0 -1%;
  }
  footer nav:not(.social-links) {
    margin-bottom: 2em;
    border-bottom: none;
    padding: 0;
    width: 31%;
    margin: 0 1%;
  }
  footer nav:not(.social-links) ul {
    padding-left: 0;
  }
  footer .footer-social {
    margin-bottom: 0;
  }
  footer .heading:after {
    content: none;
  }
}
footer .copy {
  color: #4f4f4f;
  padding-top: 2em;
}
footer .copy .copyright-text a {
  color: #b06227;
}
footer .copy .copyright-text a:hover {
  background: none;
}
footer .copy p {
  color: #4f4f4f;
  margin-top: 0;
}
footer .copy nav {
  margin: 0;
  border-bottom: 0;
}
footer .copy nav li {
  padding-bottom: 0;
}
footer .copy__left {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 960px) {
  footer .copy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #d0d0d0;
    margin-top: 2.5em;
  }
}
@media (min-width: 720px) {
  footer {
    padding: 6rem 3rem 4rem 3rem;
  }
}

@media (max-width: 580px) {
  .cc-window.cc-floating {
    flex-direction: column !important;
  }
  .cc-compliance {
    width: 100% !important;
  }
}
.two-column__row {
  display: flex !important;
  flex-wrap: wrap;
}
.two-column__column {
  width: 100%;
}
.two-column__column:first-child {
  margin-bottom: 3em;
}
.two-column .stats-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1rem;
  flex-direction: column;
}
.two-column .stats-list .stat {
  text-align: center;
  padding: 0 0.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.two-column .stats-list .stat .stat-num {
  display: block;
  font-size: 3rem;
  font-family: "SharpSlab Bold", sans-serif;
}
@media (min-width: 960px) {
  .two-column .stats-list {
    flex-direction: row;
  }
  .two-column .stats-list .stat {
    display: initial;
  }
}
.two-column .icon-list {
  margin-top: 3rem;
}
.two-column .icon-list__item {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: flex-start;
}
.two-column .icon-list__item .h5 {
  color: #b06227;
  font-size: 1em;
}
.two-column .icon-list__item img {
  max-width: 60px;
  width: 60px;
}
.two-column .icon-list__item p {
  margin: 0;
}
.two-column .icon-list__item p:empty {
  display: none;
}
.two-column .icon-list__content {
  margin-left: 1.5rem;
}
.two-column a.btn {
  margin-top: 1.5rem;
}
.two-column--blue {
  background-color: #658193 !important;
}
.two-column--blue .two-column__column {
  color: #fff;
}
.two-column--blue .two-column__column * {
  color: inherit;
}
.two-column--blue .two-column__column .btn {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.two-column--blue .two-column__column .btn:hover {
  background-color: #fff;
  color: #e38d39;
}
.two-column--brown {
  background-color: #2b2112 !important;
}
.two-column--brown .two-column__column {
  color: #fff;
}
.two-column--brown .two-column__column * {
  color: inherit;
}
.two-column--brown .two-column__column h2 {
  color: #E38D39;
}
.two-column--brown .two-column__column .btn {
  background-color: transparent;
  border-color: #E38D39;
  color: #E38D39;
}
.two-column--brown .two-column__column .btn:hover {
  background-color: #E38D39;
  color: #fff;
}
.two-column--black {
  background-color: #000 !important;
}
.two-column--black .two-column__column {
  color: #fff;
}
.two-column--black .two-column__column * {
  color: inherit;
}
.two-column--black .two-column__column .btn {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.two-column--black .two-column__column .btn:hover {
  background-color: #fff;
  color: #e38d39;
}
@media (min-width: 960px) {
  .two-column .two-column__column--image {
    width: 50%;
    margin: 0;
  }
  .two-column .two-column__column--content {
    width: 50%;
    padding: 3rem;
  }
}
@media (min-width: 960px) and (min-width: 1200px) {
  .two-column .two-column__column--content {
    padding: 4.5rem;
  }
}
@media (min-width: 960px) {
  .two-column.row-reverse .two-column__row {
    flex-direction: row-reverse;
  }
}
@media (min-width: 960px) {
  .two-column--fw {
    padding: 0;
    background-color: #f8f8f8;
  }
  .two-column--fw .container {
    max-width: 100%;
  }
  .two-column--fw .two-column__column--image {
    position: relative;
    margin: 0;
  }
  .two-column--fw .two-column__column--image .positioner {
    width: 100%;
  }
  .two-column--fw .two-column__column--image .thumb {
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .two-column--fw .two-column__column--content {
    margin: 0;
    display: flex;
    align-items: center;
  }
  .two-column--fw .two-column__column--content .two-column__content {
    max-width: 550px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 960px) {
  .cta-block + .two-column:not(.two-column--fw) {
    padding-top: 0;
  }
}

.bootcamp-nav {
  padding-bottom: 2rem;
}
@media only screen and (min-width: 960px) {
  .bootcamp-nav {
    padding-bottom: 5rem;
  }
}
.bootcamp-nav ul {
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.bootcamp-nav ul li {
  list-style: none;
  margin-right: 1rem;
}
.bootcamp-nav ul li:before {
  content: none;
}
.bootcamp-nav ul li a {
  color: #000;
}

.bootcamp-cat .bootcamp-cat__intro {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.bootcamp-cat .bootcamp-cat__intro h2 {
  margin: 0;
  margin-bottom: 1rem;
}
.bootcamp-cat .bootcamp-cat__intro .bootcamp-cat__icon {
  margin-right: 1.5rem;
  margin-bottom: 1rem;
  max-width: 96px;
}
.bootcamp-cat .bootcamp-cat__intro .bootcamp-cat__icon .svg-icon {
  width: 96px;
  height: 96px;
}
.bootcamp-cat .bootcamp-cat__schedule {
  margin-bottom: 1.5rem;
}
.bootcamp-cat .upcoming-events {
  border: 2px solid #e4e4e4;
  border-radius: 0.5rem;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
}
.bootcamp-cat .upcoming-events .arlo-event-registration {
  text-align: left;
}
.bootcamp-cat .upcoming-events .arlo-event-registration a {
  color: #e38d39;
  text-decoration: underline;
}
.bootcamp-cat .upcoming-events .h5 {
  color: #e38d39;
  font-size: 1.25em;
}
.bootcamp-cat .upcoming-events .h6 {
  font-size: 1em;
  margin-bottom: 0;
  font-family: "Larsseit Regular", serif;
}
.bootcamp-cat .upcoming-events .h6 a {
  color: #4f4f4f;
}
.bootcamp-cat .upcoming-events__mid {
  display: flex;
  flex-direction: column;
}
.bootcamp-cat .upcoming-events__mid span, .bootcamp-cat .upcoming-events__mid .gheader .menu-burger__icon span:before, .gheader .menu-burger__icon .bootcamp-cat .upcoming-events__mid span:before, .bootcamp-cat .upcoming-events__mid .gheader .menu-burger__icon span:after, .gheader .menu-burger__icon .bootcamp-cat .upcoming-events__mid span:after {
  display: block;
}
.bootcamp-cat .upcoming-events__mid .upcoming-events-inner {
  margin-top: 1rem;
}
@media (min-width: 960px) {
  .bootcamp-cat .upcoming-events {
    flex-direction: row;
    justify-content: space-between;
  }
  .bootcamp-cat .upcoming-events__right {
    width: 20%;
  }
  .bootcamp-cat .upcoming-events__mid {
    flex-direction: row;
    justify-content: space-between;
  }
  .bootcamp-cat .upcoming-events__mid .upcoming-events-inner {
    margin-top: 0;
    padding: 0 1rem;
    font-size: 0.9em;
  }
}
@media (min-width: 1200px) {
  .bootcamp-cat .upcoming-events__mid .upcoming-events-inner {
    padding: 0 2.5em;
  }
}

.bootcamp-nav + .bootcamp-cat {
  padding-top: 0;
}

@media only screen and (min-width: 960px) {
  .bootcamp-cat + .bootcamp-cat {
    padding-top: 0;
  }
}

.sbootcamp {
  background-color: #F8F8F8;
  padding: 1.5rem;
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
}
.sbootcamp:last-of-type {
  margin-bottom: 0;
}
.sbootcamp__left {
  order: 2;
}
.sbootcamp__left span, .sbootcamp__left .gheader .menu-burger__icon span:before, .gheader .menu-burger__icon .sbootcamp__left span:before, .sbootcamp__left .gheader .menu-burger__icon span:after, .gheader .menu-burger__icon .sbootcamp__left span:after {
  display: block;
  margin-bottom: 1rem;
  font-size: 0.9em;
}
.sbootcamp__left span:last-of-type, .sbootcamp__left .gheader .menu-burger__icon span:last-of-type:before, .gheader .menu-burger__icon .sbootcamp__left span:last-of-type:before, .sbootcamp__left .gheader .menu-burger__icon span:last-of-type:after, .gheader .menu-burger__icon .sbootcamp__left span:last-of-type:after {
  margin-bottom: 0;
}
.sbootcamp__mid {
  flex: 1;
  order: 1;
}
.sbootcamp__mid h3 {
  font-size: 1.25em;
  margin-bottom: 1rem;
}
.sbootcamp__mid h3 a {
  color: inherit;
}
.sbootcamp__mid h3 a:hover {
  text-decoration: none;
}
.sbootcamp__mid p {
  margin-top: 1em;
  margin-bottom: 1rem;
}
.sbootcamp__mid .arlo-offers {
  margin-bottom: 1rem;
}
.sbootcamp__mid .arlo-offers ul {
  margin: 0;
}
.sbootcamp__mid .arlo-offers ul li {
  padding: 0;
  margin: 0;
  color: #B06227;
}
.sbootcamp__mid .arlo-offers .amount {
  margin-left: 16px;
}
.sbootcamp__right {
  order: 3;
  margin-top: 1.5rem;
}
.sbootcamp__right a.btn {
  margin: 0;
}
.sbootcamp__right .arlo-event-registration {
  text-align: center;
}
.sbootcamp__right .arlo-event-registration a {
  background: #B45500;
  border: 2px solid transparent;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font: inherit;
  padding: 0.4em 2.5em;
  margin: 0.75em 0;
  margin-top: 0.75em;
  text-decoration: none;
  text-align: center;
  transition: 0.16s ease;
  width: 100%;
}
.sbootcamp__right .arlo-event-registration span, .sbootcamp__right .arlo-event-registration .gheader .menu-burger__icon span:before, .gheader .menu-burger__icon .sbootcamp__right .arlo-event-registration span:before, .sbootcamp__right .arlo-event-registration .gheader .menu-burger__icon span:after, .gheader .menu-burger__icon .sbootcamp__right .arlo-event-registration span:after {
  font-size: 1em;
  color: #B45500;
}
@media only screen and (min-width: 960px) {
  .sbootcamp {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .sbootcamp--schedule {
    align-items: flex-start;
  }
  .sbootcamp__left {
    order: 1;
    width: 200px;
    padding-right: 1.5rem;
  }
  .sbootcamp__mid {
    order: 2;
    max-width: 700px;
  }
  .sbootcamp__right {
    min-width: 200px;
    text-align: center;
    margin-left: 3rem;
    margin-top: 0;
  }
}

.sbootcamp + h2 {
  margin-top: 4.5rem;
}
@media only screen and (min-width: 960px) {
  .sbootcamp + h2 {
    margin-top: 6rem;
  }
}

.aschedule__intro {
  margin-bottom: 1.5rem;
}
.aschedule__intro a {
  color: #b45500;
}
@media only screen and (min-width: 960px) {
  .aschedule__intro {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3rem;
  }
  .aschedule__intro h2 {
    margin: 0;
  }
  .aschedule__intro a {
    width: 225px;
    text-align: right;
  }
}
.aschedule__events:empty:before {
  content: "There is currently no events scheduled for this bootcamp.";
  display: block;
  font-weight: bold;
}
.aschedule h2 + .sbootcamp {
  margin-top: 1.5rem;
}
@media only screen and (min-width: 960px) {
  .aschedule h2 + .sbootcamp {
    margin-top: 3rem;
  }
}

.arlo-filters {
  margin-bottom: 3rem;
}
.arlo-filters select {
  margin-bottom: 1rem;
  appearance: auto;
  border-radius: 0.2rem;
  overflow: hidden;
  margin-right: 1rem;
  padding: 0.5rem 0.75rem;
}
.arlo-filters .arlo-filters-buttons {
  text-align: center;
}
@media only screen and (max-width: 500px) {
  .arlo-filters .arlo-filters-buttons {
    width: 100%;
  }
}
.arlo-filters .arlo-filters-buttons a {
  color: #B06227;
}

.awards {
  position: relative;
}
.awards__heading {
  color: #979797;
}
.awards .awards__intro {
  text-align: center;
  margin-bottom: 3rem;
}
.awards .slider-wrap {
  position: relative;
}
.awards .slider-wrap .awards-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 60%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border: 0;
  cursor: pointer;
}
.awards .slider-wrap .awards-nav.prev {
  left: -1.5rem;
}
.awards .slider-wrap .awards-nav.prev .svg-icon {
  transform: rotate(90deg);
}
.awards .slider-wrap .awards-nav.next {
  right: -1.5rem;
}
.awards .slider-wrap .awards-nav.next .svg-icon {
  transform: rotate(-90deg);
}
@media only screen and (min-width: 960px) {
  .awards .slider-wrap .awards-nav.prev {
    left: -3rem;
  }
  .awards .slider-wrap .awards-nav.next {
    right: -3rem;
  }
  .awards .slider-wrap .awards-nav.hide {
    display: none;
  }
}
.awards .awards__slider {
  position: static;
}
.awards .awards__slider .flickity-slider {
  display: flex;
  align-items: center;
}
.awards .awards__slider .flickity-button {
  height: 100%;
}
.awards .awards__slider .awards__logo {
  width: 50%;
  display: flex;
  justify-content: center;
}
.awards .awards__slider .awards__logo .awards__logo__wrapper {
  width: 100%;
  max-width: 120px;
  text-align: center;
}
@media only screen and (min-width: 500px) {
  .awards .awards__slider .awards__logo {
    width: 33.3%;
  }
}
@media only screen and (min-width: 960px) {
  .awards .awards__slider .awards__logo {
    width: 16.6%;
  }
}
.awards.title-left .awards__heading {
  text-align: left;
  font-size: 1.5em;
}

@media only screen and (min-width: 960px) {
  .content-block + .awards,
  .client-testimonials + .awards {
    padding-top: 0;
  }
}

.book-block .h3 {
  color: #e38d39;
}
.book-block__intro {
  margin-bottom: 2rem;
}

.capabilities-block .container {
  border: 2px solid #D4D2D2;
  padding: 1.5rem;
  border-radius: 5px;
}
.capabilities-block a {
  color: #000;
}
.capabilities-block .capabilities-row {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.capabilities-block .capabilities-row__column {
  width: 100%;
}
.capabilities-block .capabilities-row ul {
  list-style: none;
  margin: 1rem 0 0;
}
.capabilities-block .capabilities-row ul li {
  font-size: 1.3em;
  color: #2B2112;
  text-decoration: underline;
  padding-left: 0;
}
.capabilities-block .capabilities-row ul li:before {
  display: none;
}
@media (min-width: 960px) {
  .capabilities-block .container {
    padding: 3rem;
  }
  .capabilities-block .capabilities-row {
    margin: 0 -2%;
    text-align: initial;
  }
  .capabilities-block .capabilities-row ul {
    columns: 2;
    margin-top: 0;
  }
  .capabilities-block .capabilities-row ul li {
    padding-left: 1.5rem;
  }
  .capabilities-block .capabilities-row__column {
    margin: 0 2%;
  }
  .capabilities-block .capabilities-row__column:first-child {
    width: 30%;
  }
  .capabilities-block .capabilities-row__column:last-child {
    width: 62%;
  }
}

.client-testimonials {
  padding-bottom: 0;
}
.client-testimonials__row {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.client-testimonials__row:after {
  content: "flickity";
  display: none;
}
.client-testimonials .flickity-slider {
  display: flex;
}
.client-testimonials__item {
  display: flex;
  flex-direction: column;
  margin: 0 0.75rem;
  background-color: #f8f8f8;
  width: calc(100% - 3rem);
  min-height: 100%;
  padding: 3rem 1.5rem;
}
@media only screen and (min-width: 400px) {
  .client-testimonials__item {
    width: calc(100% - 6rem);
  }
}
@media only screen and (min-width: 500px) {
  .client-testimonials__item {
    width: calc(100% - 9rem);
  }
}
@media only screen and (min-width: 600px) {
  .client-testimonials__item {
    width: calc(100% - 12rem);
  }
}
.client-testimonials__item h3 {
  font-size: 1.1em;
  margin: 0 0 0.5em;
}
.client-testimonials__item p {
  margin-top: 0.5em;
  margin-bottom: 0;
}
.client-testimonials__item img {
  height: 100%;
  width: auto;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}
.client-testimonials__img-container {
  height: 300px;
}
@media (min-width: 960px) {
  .client-testimonials {
    padding-bottom: 6rem;
  }
  .client-testimonials__row {
    margin: 2em -0.5% 0;
    flex-direction: row;
  }
  .client-testimonials__row:after {
    content: "";
  }
  .client-testimonials__item {
    padding: 3rem 2rem; /*width: 27%;*/
    margin: 0 0.5%;
  }
}
.client-testimonials.color-grey h2 {
  font-size: 1.5em;
}
.client-testimonials.color-grey h2, .client-testimonials.color-grey h3 {
  color: #767676;
}

@media (min-width: 960px) {
  .cta-block + .client-testimonials, .client-testimonials + .client-testimonials {
    padding-top: 0;
  }
}

.conferences-block {
  margin: 0 1.5rem 1.5rem;
  border-radius: 10px;
}

.conferences-row {
  display: flex;
  flex-wrap: wrap;
}
.conferences-row__column {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  color: #fff;
  margin-bottom: 1.5em;
}
.conferences-row__column:first-child {
  align-items: baseline;
}
.conferences-row__column .conferences-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 15%;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 1rem;
  border: 0;
  cursor: pointer;
}
.conferences-row__column .conferences-nav.prev .svg-icon {
  transform: rotate(90deg);
}
.conferences-row__column .conferences-nav.next .svg-icon {
  transform: rotate(-90deg);
}
.conferences-row__column .conferences-nav.next {
  right: 0;
}
.conferences-row .conferences-slider__slide {
  width: 100%;
  height: 400px;
}
@media (min-width: 960px) {
  .conferences-row {
    margin: 0 -4%;
  }
  .conferences-row__column {
    width: 42%;
    margin: 0 4%;
  }
}
.conferences-row .location {
  margin-top: 1em;
}
.conferences-row .location p {
  margin-top: 0;
}
.conferences-row .excerpt {
  margin-bottom: 1.3em;
}
.conferences-row .excerpt p {
  margin-top: 0;
}
.conferences-row .flickity-page-dots {
  bottom: 15px;
}
.conferences-row .flickity-page-dots .dot {
  background: #fff;
}

.parent-pageid-4792 section:last-child {
  margin-top: 5rem;
}

.content-block {
  margin: 0 auto;
}
.content-block .form-top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 2em;
  font-family: "SharpSlab Bold", sans-serif;
}
.content-block .form-top a {
  color: #e38d39;
  font-weight: bold;
  font-size: 1.2em;
}
.content-block img.aligncenter {
  margin: 0 auto;
  display: block;
}
.content-block h4, .content-block h5, .content-block .h4, .content-block .h5 {
  display: block;
  color: #b06227;
}
.content-block.content-block-iframe iframe {
  width: 100% !important;
}
.content-block.no-container {
  max-width: initial;
  padding: 0;
}
.content-block.no-container .container {
  max-width: initial;
}
@media (min-width: 960px) {
  .content-block--normal .container--xs {
    max-width: 1200px;
  }
}

.cta-block + .content-block, .stat-blocks + .content-block {
  padding-top: 0;
}
@media only screen and (min-width: 960px) {
  .cta-block + .content-block, .stat-blocks + .content-block {
    padding-top: 0;
  }
}

@media only screen and (min-width: 960px) {
  .awards + .content-block {
    padding-top: 0;
  }
}

.content-block + .cta-block {
  padding-top: 0;
}
@media only screen and (min-width: 960px) {
  .content-block + .cta-block {
    padding-top: 0;
  }
}

.cta-block .svg-icon {
  width: 50em;
  height: 20em;
  position: absolute;
  bottom: -3em;
  right: -14em;
  opacity: 0.1;
}
.cta-block .svg-icon path {
  fill: #ffffff;
}
.cta-block .btn {
  z-index: 1;
}
.cta-block .container {
  overflow: hidden;
  background-color: #b06227;
  color: #fff;
  border-radius: 12px;
  padding: 2rem;
  position: relative;
  text-align: center;
}
.cta-block .container h2 {
  color: #fff;
}
.cta-block .container p {
  margin-top: 0;
}
@media (max-width: 959px) {
  .cta-block .container a.btn {
    margin-top: 3rem;
    width: 100%;
  }
}
.cta-block__row {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 960px) {
  .cta-block .container {
    padding: 4.5rem;
    text-align: left;
  }
  .cta-block h2 {
    font-size: 2.5em;
  }
  .cta-block .svg-icon {
    display: block;
    width: 45em;
    height: 20em;
    bottom: 0;
    right: -7em;
    position: absolute;
    opacity: 0.1;
  }
  .cta-block .cta-block__row {
    flex-direction: row;
  }
  .cta-block__content {
    width: 60%;
  }
}
@media (min-width: 960px) {
  .cta-block .container h2 {
    font-size: 2.5rem;
  }
}

@media (min-width: 960px) {
  .awards + .cta-block, .partners-logos + .cta-block {
    padding-top: 0;
  }
}

.customer-success {
  background-color: #658193;
}
.customer-success__intro {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
}
.customer-success__intro h3 {
  margin-bottom: 0;
  color: #fff;
}
.customer-success__intro .btn {
  margin-top: 1.5rem;
  margin-bottom: 0;
}
.customer-success__tabs {
  margin-top: 1.5rem;
  background-color: #fff;
  border-radius: 0.5rem;
  width: 100%;
  overflow: hidden;
}
.customer-success__tabs ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}
.customer-success__tabs ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  border-bottom: 4px solid #D4D2D2;
  display: flex;
  align-items: center;
}
.customer-success__tabs ul li:before {
  content: none;
}
@media (max-width: 959px) {
  .customer-success__tabs ul li {
    flex: 1;
  }
}
.customer-success__tabs ul li button {
  padding: 0;
  border: 0 !important;
  background-color: transparent !important;
  padding: 1rem;
  cursor: pointer;
  min-width: 100%;
}
.customer-success__tabs ul li.mixitup-control-active {
  border-bottom: 4px solid #B06227;
}
.customer-success__tabs ul li.mixitup-control-active button {
  color: #B06227;
}
.customer-success__tabs__wrap {
  margin-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.customer-success__tab {
  display: flex;
  flex-direction: column;
}
.customer-success__tab.active {
  display: block;
}
.customer-success__content {
  padding: 1.5rem;
}
.customer-success__content a.btn {
  margin-top: 1.5rem;
  margin-bottom: 0;
  width: 100%;
}
@media (min-width: 960px) {
  .customer-success__intro {
    flex-direction: row;
  }
  .customer-success__intro .btn {
    margin: 0;
  }
  .customer-success__tabs {
    margin-top: 3rem;
  }
  .customer-success__tabs ul {
    padding-top: 1rem;
    border-bottom: 4px solid #D4D2D2;
    position: relative;
    top: -4px;
    margin: 0 1rem;
  }
  .customer-success__tabs ul li {
    position: relative;
    top: 4px;
    flex: normal;
  }
  .customer-success__tabs ul li button {
    padding: 1rem 1.5rem;
  }
  .customer-success__tab {
    width: 100%;
    flex-direction: row;
  }
  .customer-success__tab.active {
    display: flex;
    align-items: center;
  }
  .customer-success__image {
    width: 50%;
  }
  .customer-success__content {
    width: 50%;
    margin-top: 0;
    padding: 0 3rem;
  }
}
@media only screen and (min-width: 960px) and (min-width: 1200px) {
  .customer-success__content {
    padding: 0 3rem 0 4.5rem;
  }
}
@media (min-width: 960px) {
  .customer-success__content a.btn {
    width: auto;
    margin-top: 3rem;
  }
}

.faqs {
  background-color: #f8f8f8;
}
.faqs h2 {
  padding-bottom: 1em;
}
.faqs .accordion__trigger {
  font-family: "SharpSlab Bold", sans-serif;
}

.icon-bullets {
  text-align: center;
}
.icon-bullets h3, .icon-bullets h4, .icon-bullets h5,
.icon-bullets .h3, .icon-bullets .h4, .icon-bullets .h5 {
  color: #b06227;
}
.icon-bullets .icon-bullet {
  text-align: center;
  margin-bottom: 1.5rem;
}
.icon-bullets .icon-bullet:last-of-type {
  margin-bottom: 0;
}
.icon-bullets .icon-bullet__content {
  margin-top: 1.5rem;
}
.icon-bullets__wrap {
  margin-top: 1.5rem;
}
@media only screen and (min-width: 960px) {
  .icon-bullets {
    text-align: left;
  }
  .icon-bullets__wrap {
    margin-top: 3rem;
  }
  .icon-bullets .icon-bullet {
    margin-bottom: 3rem;
    display: flex;
    align-items: center;
    text-align: left;
  }
  .icon-bullets .icon-bullet__icon {
    width: 200px;
  }
  .icon-bullets .icon-bullet__content {
    margin-top: 0;
    width: calc(100% - 200px);
    padding-left: 3rem;
  }
}

.content-block + .icon-bullets {
  padding-top: 0;
}

.image-gallery {
  padding: 0;
  margin: 3rem 0;
  position: relative;
}
.image-gallery .image-gallery__slide {
  width: 75%;
  position: relative;
}
@media only screen and (min-width: 500px) {
  .image-gallery .image-gallery__slide {
    width: 60%;
  }
}
@media only screen and (min-width: 960px) {
  .image-gallery .image-gallery__slide {
    width: 25%;
  }
}
.image-gallery .image-gallery-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  border: 0;
  cursor: pointer;
}
@media only screen and (min-width: 960px) {
  .image-gallery .image-gallery-nav {
    padding: 1rem;
  }
}
.image-gallery .image-gallery-nav.prev {
  left: 0rem;
}
.image-gallery .image-gallery-nav.prev .svg-icon {
  transform: rotate(90deg);
}
.image-gallery .image-gallery-nav.next {
  right: 0rem;
}
.image-gallery .image-gallery-nav.next .svg-icon {
  transform: rotate(-90deg);
}
@media only screen and (min-width: 960px) {
  .image-gallery .image-gallery-nav.hide {
    display: none;
  }
}

@media only screen and (min-width: 960px) {
  .content-block + .image-gallery {
    margin-top: 0;
  }
}

.jobs {
  background-color: #f7f7f7;
}
.jobs .job-card {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 2em;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.jobs .job-card:last-of-type {
  border-bottom: 0;
}
.jobs .job-card__column {
  width: 100%;
  margin-bottom: 1rem;
}
.jobs .job-card h4, .jobs .job-card p {
  margin: 0;
}
.jobs .job-card h4 {
  font-size: 1rem;
  color: #B06227;
}
.jobs .jobs-container {
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 3em;
  padding-bottom: 0.5rem;
  background-color: #fff;
}
.jobs__row {
  padding-top: 2em;
  display: flex;
  flex-wrap: wrap;
}
.jobs__types button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.1em;
  position: relative;
  padding: 0.5em;
  color: #4F4F4F;
}
.jobs__types .mixitup-control-active button {
  font-weight: bold;
  color: #2B2112;
}
@media (min-width: 960px) {
  .jobs__types {
    display: flex;
    justify-content: center;
    border-bottom: 4px solid #d4d2d2;
  }
  .jobs__types button {
    padding: 0 1em 1.5em;
  }
  .jobs .mixitup-control-active button:after {
    content: "";
    width: 100%;
    height: 4px;
    background-color: #e38d39;
    position: absolute;
    bottom: -3px;
    left: 0;
  }
  .jobs .job__row {
    margin: 0 -2%;
  }
  .jobs .job-card {
    margin-top: 1rem;
    margin-bottom: 0em;
  }
  .jobs .job-card__column {
    width: 20%;
  }
  .jobs .job-card__column:first-child {
    width: 40%;
  }
  .jobs .job-card__column:last-child {
    text-align: right;
  }
}

.latest-posts__intro {
  margin-bottom: 1.5rem;
}
.latest-posts__wrap:after {
  content: "flickity";
  display: none;
}
.latest-posts .post-card {
  margin-bottom: 1.5rem;
  min-height: 100%;
}
.latest-posts .post-card:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 400px) {
  .latest-posts__wrap .post-card {
    width: calc(100% - 6rem);
    margin: 0 0.75rem;
  }
}
@media only screen and (min-width: 500px) {
  .latest-posts__wrap .post-card {
    width: calc(100% - 9rem);
  }
}
@media only screen and (min-width: 500px) and (min-width: 960px) {
  .latest-posts__intro {
    margin-bottom: 3rem;
    display: flex;
    justify-content: space-between;
  }
  .latest-posts__intro * {
    margin: 0;
  }
  .latest-posts__wrap {
    display: flex;
    justify-content: space-between;
  }
  .latest-posts__wrap .post-card {
    width: calc(33.3% - 0.75rem);
    margin: 0;
  }
  .latest-posts__wrap:after {
    content: "";
  }
}

.leadership-block h2 {
  color: #cac6c6;
  text-align: center;
  margin-bottom: 3rem;
}
@media (min-width: 960px) {
  .leadership-block h2 {
    font-size: 6.5em;
    margin-bottom: 9rem;
    text-align: right;
  }
  .leadership-block .leadership-row {
    margin-top: 3em;
  }
}

.multi-image {
  display: flex;
  padding: 0;
}
.multi-image__row {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 625px;
  margin: 0 auto;
}
.multi-image .multi-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.multi-image .multi-item__content {
  padding: 3rem;
}
.multi-image .multi-item .btn {
  background-color: transparent !important;
  color: #e38d39 !important;
  border-color: #e38d39 !important;
}
.multi-image .multi-item[data-color=black] {
  background-color: #000;
}
.multi-image .multi-item[data-color=blue] {
  background-color: #658193;
}
.multi-image .multi-item[data-color=orange] {
  background-color: #e38d39;
}
.multi-image .multi-item[data-color=blue], .multi-image .multi-item[data-color=orange], .multi-image .multi-item[data-color=black] {
  color: #fff;
}
.multi-image .multi-item[data-color=blue] *, .multi-image .multi-item[data-color=orange] *, .multi-image .multi-item[data-color=black] * {
  color: inherit;
}
.multi-image .multi-item[data-color=blue] .btn, .multi-image .multi-item[data-color=orange] .btn, .multi-image .multi-item[data-color=black] .btn {
  color: #fff !important;
  border-color: #fff !important;
}
@media (min-width: 960px) {
  .multi-image {
    padding-left: 0;
    padding-right: 0;
  }
  .multi-image .multi-item {
    width: 33.33%;
  }
  .multi-image__row {
    flex-direction: row;
    flex-wrap: wrap;
    max-width: initial;
  }
}

@media only screen and (min-width: 960px) {
  .two-column:not(.two-column--fw) + .multi-image {
    padding-top: 0;
  }
}

.partners-logos {
  /*	&:not(.partners-logos--slider) {
  		padding-top: 0;
  	}
  */
}
.partners-logos .h4 {
  color: #979797;
  display: block;
  padding-bottom: 1.5rem;
  padding-top: 0.7rem;
  font-size: 1em;
}
.partners-logos__intro {
  max-width: 700px;
  margin: 0 auto 2em;
}
.partners-logos__intro .h4 {
  text-align: center !important;
}
.partners-logos .flickity-slider {
  display: flex;
  align-items: center;
}
.partners-logos__item {
  width: 30%;
  padding: 0 0.75rem;
  text-align: center;
}
@media (min-width: 720px) {
  .partners-logos__item {
    width: 22%;
  }
}
@media (min-width: 960px) {
  .partners-logos__item {
    width: 14.27%;
  }
}
@media (min-width: 720px) {
  .partners-logos .h4 {
    text-align: left;
  }
  .partners-logos__row {
    flex-direction: row;
    align-items: center;
  }
}
@media only screen and (min-width: 960px) {
  .content-block + .partners-logos,
  .client-testimonials + .partners-logos {
    padding-top: 0;
  }
}

.resources-block .blog-posts {
  justify-content: space-between;
}
.resources-block .container .h5 {
  color: #b06227;
  margin-bottom: 1em;
  display: block;
  font-family: "Larsseit Regular", serif;
}
.resources-block:not(:first-child) {
  padding-top: 0;
}
.resources-block .container {
  border-top: 1px solid #d1d1d1;
  padding-top: 3.5em;
}
.resources-block:first-child .container {
  padding-top: 0;
  border-top: none;
}
.resources-block .resource-row__intro {
  margin-bottom: 2em;
}
.resources-block .post-card--success .post-card-top__content {
  padding-left: 0;
  padding-right: 0;
}
.resources-block .post-card--success .post-card-bottom {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 960px) {
  .resources-block .post-card--success {
    max-width: 275px;
  }
}
@media (min-width: 1200px) {
  .resources-block .container {
    border-top: 1px solid #d1d1d1;
    padding-top: 6.5em;
  }
  .resources-block .resource-row {
    display: flex;
    flex-wrap: wrap;
  }
  .resources-block .resource-row__content {
    width: 66.66%;
    flex: 1;
  }
  .resources-block .resource-row__intro {
    margin-right: 3rem;
    margin-bottom: 0;
    width: 31.33%;
    max-width: 300px;
  }
}

.services-block--blue {
  background-color: #658193;
}
.services-block--brown {
  background-color: #2b2112;
}
.services-block--black {
  background-color: #000;
}
.services-block--orange {
  background-color: #e38d39;
}
.services-block .floating-title {
  position: absolute;
  top: 2em;
  display: none;
}
.services-block .floating-title .h2 {
  font-size: 5em;
  color: #fff;
  opacity: 0.1;
}
.services-block__image {
  z-index: 1;
}
.services-block__content {
  margin-top: 1.5rem;
  color: #fff;
}
.services-block__content * {
  color: inherit;
}
.services-block__content h2 {
  margin-bottom: 1rem;
}
.services-block__content h2 + p {
  margin-top: 1rem;
}
.services-block__content .btn {
  margin-top: 1.5rem;
}
@media only screen and (min-width: 960px) {
  .services-block .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .services-block .floating-title {
    display: block;
  }
  .services-block.invert .container {
    flex-direction: row-reverse;
  }
  .services-block.invert .services-block__content {
    justify-content: flex-start;
  }
  .services-block__content {
    display: flex;
    margin: 0;
    width: calc(50% - 0.75rem);
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 960px) and (min-width: 1200px) {
  .services-block__content {
    width: calc(50% - 1.5rem);
  }
}
@media only screen and (min-width: 960px) {
  .services-block__content .content-wrap {
    max-width: 500px;
  }
}
@media only screen and (min-width: 960px) {
  .services-block__image {
    width: calc(50% - 0.75rem);
  }
}
@media only screen and (min-width: 960px) and (min-width: 1200px) {
  .services-block__image {
    width: calc(50% - 1.5rem);
  }
}

.stat-blocks .stat-card {
  margin-bottom: 1.5rem;
}
.stat-blocks .stat-card .stat {
  color: #b06227;
  font-size: 4em;
  margin-bottom: 1rem;
}
.stat-blocks .stat-card p {
  font-family: "SharpSlab Bold", sans-serif;
  font-size: 1.25em;
}
@media only screen and (min-width: 550px) {
  .stat-blocks .stat-cards {
    display: flex;
    width: calc(100% + 3rem);
    margin-left: -1.5rem;
  }
  .stat-blocks .stat-card {
    width: calc(50% - 3rem);
    margin: 0 1.5rem;
  }
  .stat-blocks .stat-card p {
    font-size: 1.5em;
  }
}

.trainings__intro {
  text-align: center;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 960px) {
  .trainings__intro {
    margin-bottom: 4.5rem;
  }
}
.trainings .trainings__category {
  box-shadow: 0px 6px 12px rgba(157, 157, 157, 0.3490196078);
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
}
.trainings .trainings__category:last-of-type {
  margin-bottom: 0;
}
.trainings .trainings__category .accordion__trigger {
  padding: 1.5rem;
  display: block;
  font-size: 1em;
}
.trainings .trainings__category .accordion__trigger:before {
  right: 1.5rem;
  top: 1.5rem;
  border: 0;
  width: 1.25rem;
  height: 1.25rem;
  transform: rotate(0);
  background-color: #2B2112;
  border-radius: 0.1rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("svgs/chevron.svg");
}
.trainings .trainings__category .accordion__trigger h3 {
  color: #2B2112;
}
.trainings .trainings__category .accordion__trigger.active h3 {
  color: #2b2112;
}
.trainings .trainings__category .accordion__trigger.active:before {
  background-color: #B06227;
  transform: rotate(180deg);
}
@media only screen and (min-width: 960px) {
  .trainings .trainings__category .accordion__trigger {
    padding: 2.5rem;
  }
  .trainings .trainings__category .accordion__trigger:before {
    border-radius: 0.25rem;
    top: 2.5rem;
    right: 2.5rem;
    width: 2rem;
    height: 2rem;
  }
}
.trainings .trainings__category p {
  font-weight: normal;
  margin-top: 1em;
  color: #4F4F4F;
}
.trainings .trainings__category .accordion__content .spacer {
  margin-top: 0;
  padding: 0 1.5rem 1.5rem;
}
.trainings .training {
  padding: 1.5rem;
  background-color: #F8F8F8;
  margin-bottom: 1.5rem;
}
.trainings .training:last-of-type {
  margin-bottom: 0;
}
.trainings .training h4 {
  font-size: 1.1em;
  line-height: 1.5;
  color: #2B2112;
}
.trainings .training .btn {
  margin-bottom: 0;
}
@media only screen and (min-width: 960px) {
  .trainings .training {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
  }
  .trainings .training__content {
    width: calc(100% - 200px);
    max-width: 750px;
  }
}

.training-s {
  overflow: visible;
}
.training-s .back-trainings {
  color: #e38d39;
}
.training-s__syllabus {
  background-color: #F8F8F8;
  border: 1px solid #D4D2D2;
  border-radius: 0.5rem;
  padding: 1.5rem;
  margin: 0rem 0 1.5rem;
  text-align: center;
}
.training-s__syllabus h2 {
  color: #2B2112;
}
.training-s__syllabus a.btn {
  margin-top: 0;
  margin-bottom: 0;
}
.training-s a + .training-s__syllabus {
  margin-top: 1.5rem;
}
.training-s__image {
  max-width: 200px;
  margin: 0 auto;
}
.training-s__description h2, .training-s__description h3, .training-s__description h4, .training-s__description h5 {
  color: #4F4F4F;
}
@media only screen and (min-width: 960px) {
  .training-s .container {
    display: flex;
    justify-content: space-between;
  }
  .training-s__aside {
    width: 350px;
  }
  .training-s__syllabus {
    position: sticky;
    top: 7.5rem;
  }
  .training-s__description {
    width: 800px;
    max-width: calc(100% - 350px);
    padding-left: 3rem;
  }
  .training-s--noSyllabus .training-s__description {
    padding-left: 0;
  }
}

.aschedule + .training-s .container {
  position: relative;
}
.aschedule + .training-s .container:before {
  content: "";
  position: absolute;
  top: -3rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #D4D2D2;
}
@media only screen and (min-width: 960px) {
  .aschedule + .training-s .container:before {
    top: -6rem;
  }
}

.triple-cta {
  background-color: #658193;
}
.triple-cta .triple-cta__column {
  margin-bottom: 1.5rem;
}
.triple-cta .triple-cta__column:last-of-type {
  margin-bottom: 0;
}
.triple-cta .column-item {
  background-color: #fff;
  border-radius: 0.25rem;
  margin-top: 1.5rem;
  overflow: hidden;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1215686275);
}
.triple-cta .column-item:first-of-type {
  margin-top: 0;
}
.triple-cta .column-item .thumb {
  padding-bottom: 45%;
}
.triple-cta .column-item .column-item__bottom {
  padding: 1.5rem;
}
.triple-cta .column-item .column-item__bottom a.btn {
  margin-bottom: 0;
}
@media only screen and (min-width: 960px) {
  .triple-cta .container {
    display: flex;
    justify-content: space-between;
  }
  .triple-cta .triple-cta__column {
    width: calc(50% - 0.75rem);
    margin: 0;
  }
  .triple-cta .triple-cta__column:first-of-type {
    display: flex;
  }
  .triple-cta .triple-cta__column:first-of-type .column-item {
    width: 100%;
  }
  .triple-cta .triple-cta__column:last-of-type {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

.upcoming-block .upcoming-row {
  display: flex;
  flex-wrap: wrap;
}
.upcoming-block .upcoming-column {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  margin-top: 1em;
}
.upcoming-block .upcoming-column strong {
  padding-top: 1em;
}
.upcoming-block .upcoming-column p {
  margin-top: 0;
}
.upcoming-block .upcoming-column .h5 {
  color: #e38d39;
  display: block;
  margin-bottom: 2em;
}
.upcoming-block .upcoming-column:last-child h3 {
  color: #4f4f4f;
}
.upcoming-block:first-child .container {
  padding-bottom: 4em;
  /*border-bottom: 1px solid #d4d2d2;*/
}
@media (min-width: 1200px) {
  .upcoming-block .upcoming-column {
    width: 31.33%;
    margin: 0 2%;
  }
  .upcoming-block .upcoming-column--slim {
    width: 25%;
  }
  .upcoming-block .upcoming-column:last-child {
    margin-top: 2em;
  }
}
.upcoming-block:not(:first-child) {
  padding-top: 0;
}

.webinar-upcoming {
  background-color: #b06227;
  color: #fff;
}
.webinar-upcoming span, .webinar-upcoming .gheader .menu-burger__icon span:before, .gheader .menu-burger__icon .webinar-upcoming span:before, .webinar-upcoming .gheader .menu-burger__icon span:after, .gheader .menu-burger__icon .webinar-upcoming span:after {
  display: block;
}
.webinar-upcoming .h2 {
  margin-top: 0;
  color: #fff;
}
.webinar-upcoming .h4 {
  color: #e38d39;
}
.webinar-upcoming .svg-icon {
  display: none;
  pointer-events: none;
}
.webinar-upcoming .upcoming-row__column {
  z-index: 1;
}
@media (min-width: 960px) {
  .webinar-upcoming .upcoming-row {
    display: flex;
    justify-content: space-between;
  }
  .webinar-upcoming .upcoming-row__column:first-child {
    width: 49%;
  }
  .webinar-upcoming .svg-icon {
    display: block;
    width: 62em;
    height: 32em;
    position: absolute;
    top: 0;
    right: -7em;
  }
  .webinar-upcoming .svg-icon path {
    fill: #ffffff;
    opacity: 0.05;
  }
}

.accordion:last-of-type {
  margin-bottom: 0;
}
.accordion__item {
  padding: 1.5em 0;
}
.accordion__item p {
  margin-bottom: 1em;
}
.accordion__item:not(:last-child) {
  border-bottom: 1px solid #d4d2d2;
}
.accordion__trigger {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 1.25em;
  font-weight: 700;
  background: transparent;
  border: none;
  color: #2b2112;
  position: relative;
  text-align: left;
  width: 100%;
  padding-left: 0;
}
.accordion__trigger:before {
  content: "";
  position: absolute;
  right: 0;
  border-right: 2px solid #2b2112;
  border-bottom: 2px solid #2b2112;
  transform: rotate(45deg);
  transition: all 0.2s ease-in-out;
  width: 8px;
  height: 8px;
  top: 3px;
}
.accordion__trigger.active {
  color: #b06227;
}
.accordion__trigger.active:before {
  transform: rotate(-136deg);
  transition: all 0.2s ease-in-out;
  border-right: 2px solid #b06227;
  border-bottom: 2px solid #b06227;
}
.accordion__content {
  display: none;
}
.accordion__content .spacer {
  margin-top: 1rem;
}
.accordion__content p {
  font-size: 1em;
}
.accordion__content.content {
  border-radius: 0.25rem;
}
.accordion__content.content .spacer {
  padding: 1em;
}

.book-card {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4em;
}
.book-card .h3 a {
  color: #000;
}
.book-card:last-of-type {
  margin-bottom: 0;
}
.book-card h4, .book-card h5 {
  color: #b06227;
}
.book-card__image {
  position: relative;
  width: 100%;
  margin-bottom: 3rem;
}
.book-card__image img {
  display: block;
  width: 100%;
}
.book-card__content {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.book-card__content .btn {
  margin-top: 2em;
}
.book-card:not(:last-child) {
  border-bottom: 1px solid #d4d2d2;
  padding-bottom: 4em;
}
@media (min-width: 960px) {
  .book-card {
    align-items: center;
  }
  .book-card__image {
    max-width: 450px;
    width: 40%;
    box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.3);
    margin-bottom: 0;
  }
  .book-card__content {
    flex: 1;
    width: 60%;
    padding-left: 3rem;
  }
  .book-card__content .content-wrap {
    max-width: 550px;
    margin: 0 auto;
  }
}
.book-card--success .book-card__thumb {
  height: 100%;
  position: relative;
  padding-bottom: 100%;
}

.pdm-lightbox--full-slider .pdm-lightbox__content {
  margin: 0 1.5rem;
}
.pdm-lightbox--full-slider .pdm-lightbox__content .h3 {
  display: block;
  color: #fff;
  margin-bottom: 3rem;
}

.books-slider__slide {
  width: 100%;
  margin: 0 1.5rem;
  position: relative;
  max-width: 350px;
}
.books-slider__slide .overlay {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(189, 130, 86, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 600px) {
  .books-slider__slide {
    width: calc(50% - 3rem);
  }
}
@media (min-width: 960px) {
  .books-slider__slide {
    width: calc(33.33% - 3rem);
  }
}

.ebooks-slider__slide {
  width: 100%;
}
.ebooks-slider .svg-icon--expand-solid {
  position: absolute;
  top: 1em;
  right: 1em;
  z-index: 1;
  width: 1.5em;
  height: 1.5em;
}
.ebooks-slider .thumb {
  padding-bottom: 130%;
  height: 100%;
  position: relative;
}

.contact-lb {
  padding: 3rem 0;
}
.contact-lb .pdm-lightbox__close {
  top: -2rem;
  right: 0;
  padding: 0;
  width: 2em;
  height: 2em;
}
.contact-lb__content {
  background-color: #b06227;
  padding: 3rem 1.5rem;
  text-align: center;
}
.contact-lb__content h2 {
  color: #fff;
}
.contact-lb__form {
  background-color: #2b2112;
  padding: 0rem 0rem;
}
.contact-lb__form iframe {
  height: 535px;
  min-width: 320px;
}
@media only screen and (min-width: 450px) {
  .contact-lb__form {
    padding: 3rem 1.5rem;
  }
}
@media only screen and (min-width: 900px) {
  .contact-lb .pdm-lightbox__content {
    display: flex;
  }
  .contact-lb .pdm-lightbox__container {
    max-width: 1000px;
  }
  .contact-lb__form {
    width: 50%;
    min-width: 380px;
    padding: 3rem;
  }
  .contact-lb__content {
    flex: 1;
    width: 50%;
    display: flex;
    align-items: center;
    text-align: left;
    padding: 3rem;
  }
  .contact-lb__content h2 {
    font-size: 3em;
  }
}

select, .gform_previous_button,
.gform_next_button,
[type=submit],
[type=reset],
[type=button] {
  cursor: pointer;
}

.gform_previous_button,
.gform_next_button,
[type=submit],
[type=reset],
[type=button] {
  width: initial;
  padding: 0.6em 2.5em;
}
.gform_previous_button > .svg-icon,
.gform_next_button > .svg-icon,
[type=submit] > .svg-icon,
[type=reset] > .svg-icon,
[type=button] > .svg-icon {
  vertical-align: middle;
}

.gform_next_button,
[type=submit] {
  background: #e38d39;
  color: #fff;
  border-color: transparent;
  transition: background 0.15s ease;
}
.gform_next_button:hover,
[type=submit]:hover {
  background: #b06227;
}

[type=reset] {
  border-color: transparent;
  color: #4292E3;
  padding: 0;
  margin: 1em auto;
}
[type=reset]:hover {
  border-color: transparent;
}

span.required, .gheader .menu-burger__icon span.required:before, .gheader .menu-burger__icon span.required:after {
  color: #EF475E;
  font-size: 1em;
  font-weight: 600;
  vertical-align: top;
  margin-left: 3px;
}

[type=radio],
[type=checkbox] {
  margin: auto 0;
  margin-right: 5px;
  background: #fff;
  position: relative;
  border: 1px solid #808080;
  border-radius: 2px;
  appearance: none;
  vertical-align: text-bottom;
  overflow: hidden;
  height: 17px;
  width: 17px;
}
[type=radio]:after,
[type=checkbox]:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
[type=radio]:checked,
[type=checkbox]:checked {
  border-color: #000;
}
[type=radio]:checked:after,
[type=checkbox]:checked:after {
  background: #000;
  border: 2px solid #fff;
}
[type=radio]:focus,
[type=checkbox]:focus {
  outline: none;
  border-color: #4292E3;
}
[type=radio]:disabled,
[type=checkbox]:disabled {
  background: #9a9a9a;
  cursor: not-allowed;
}
[type=radio]:disabled:checked:after,
[type=checkbox]:disabled:checked:after {
  background: #808080;
  border-color: #9a9a9a;
}

[type=radio],
[type=radio]:after {
  border-radius: 50%;
}

.form-header {
  margin-bottom: 2em;
}
.form-section {
  margin: 3em 0;
}
.form-section:last-child {
  margin-bottom: 0;
}
.form-field {
  margin: 0 0 1.25em;
}
.form-field p {
  margin-bottom: 1em;
}
.form-field label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.25em;
}
.form-field-group {
  display: flex;
  width: 100%;
}
.form-field-group:last-child {
  margin-bottom: 1em;
}
.form-field-group .form-field {
  flex: 1;
  margin: 0;
}
.form-field-group .form-field:not(:last-child) {
  margin-right: 1em;
}

.select-menu,
.search-input,
.ginput_container_select {
  display: block;
  background: #fff;
  border: 1px solid #808080;
  position: relative;
  z-index: 1;
  padding: 0 !important;
  border-radius: 4px;
}
.select-menu:before,
.search-input:before,
.ginput_container_select:before {
  content: "";
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  height: 0;
  width: 0;
  pointer-events: none;
}
.select-menu select, .select-menu [type=text],
.search-input select,
.search-input [type=text],
.ginput_container_select select,
.ginput_container_select [type=text] {
  background: transparent;
  border: none !important;
  z-index: 1;
  margin: 0;
  padding-right: 2.5em;
}

.select-menu:before,
.ginput_container_select:before {
  border: 5px solid transparent;
  border-radius: 2px;
  border-top-color: #000;
  top: 5px;
  right: 1.5em;
}
.select-menu.filled,
.ginput_container_select.filled {
  border-color: #000;
}
.select-menu.focused,
.ginput_container_select.focused {
  border-color: #4292E3;
}

.search-input {
  margin: 0;
  display: flex;
}
.search-input [type=text] {
  width: 100%;
  border: none;
  display: block;
  padding-right: 0;
}
.search-input [type=submit] {
  background: transparent;
  border: none;
  min-width: 0;
  width: auto;
  max-width: 100%;
}

.gform_confirmation_wrapper {
  color: #06D6A0;
  font-size: 1.5em;
  text-align: center;
  margin: 2em auto;
}

.gform_wrapper {
  font: inherit;
  overflow: hidden;
}
.gform_wrapper.gform_validation_error .gfield {
  vertical-align: top;
}
.gform_wrapper .validation_error {
  background: rgba(239, 71, 94, 0.1);
  padding: 1em;
  border: 1px solid rgba(239, 71, 94, 0.2);
  font-size: 0.9em;
  color: #EF475E;
  margin: 1em 0;
}
.gform_wrapper .validation_message {
  font-size: 0.8em;
  color: #EF475E;
  margin: 0;
}
.gform_wrapper .gform_fields {
  list-style: none;
  margin: -2%;
  overflow: hidden;
  padding: 0;
}
.gform_wrapper .gform_footer {
  position: relative;
  margin-top: 1.25em;
}
.gform_wrapper .gform_footer [type=submit], .gform_wrapper .gform_footer [type=reset] {
  margin: 0;
}
.gform_wrapper .gform_footer .gform_ajax_spinner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.gform_wrapper .gfield {
  margin: 2%;
}
.gform_wrapper .gfield.gform_hidden {
  margin: 0;
}
.gform_wrapper .gfield.gf_inline {
  display: inline-block;
}
.gform_wrapper .gfield.gf_inline + .gf_inline {
  margin-left: 0;
}
.gform_wrapper .gfield.hidden_label label {
  display: none;
}
.gform_wrapper .gfield textarea {
  max-height: 10.25rem;
}
.gform_wrapper .gfield textarea.small {
  max-height: 7rem;
}
.gform_wrapper .gfield textarea.medium {
  max-height: 9rem;
}
.gform_wrapper .gfield.gform_validation_container {
  display: none;
}
.gform_wrapper .gfield_required {
  color: #EF475E;
  margin-left: 0.5em;
  font-size: 0.9em;
  vertical-align: top;
}
.gform_wrapper .gfield_error {
  margin-bottom: 0.5em;
}
.gform_wrapper .gfield_label {
  margin-bottom: 0.5em;
  display: block;
  font-weight: 600;
  color: #000;
}
@media (min-width: 720px) {
  .gform_wrapper .gfield_label {
    font-size: 0.9em;
  }
}
.gform_wrapper .gfield_checkbox {
  list-style: none;
  padding: 0;
}
@media (max-width: 719px) {
  .gform_wrapper .gfield {
    margin-bottom: 1em;
  }
}
@media (min-width: 720px) {
  .gform_wrapper .gfield.gf_left_half, .gform_wrapper .gfield.gf_right_half {
    display: inline-block;
    width: 46%;
  }
}

.range [type=range] {
  appearance: none;
  background: transparent;
  margin: 12px 0;
  width: 100%;
  padding: 0;
}
.range [type=range]::-moz-focus-outer {
  border: 0;
}
.range [type=range]:focus {
  outline: 0;
}
.range [type=range]:focus::-webkit-slider-runnable-track {
  background: #5c5c5c;
}
.range [type=range]:focus::-ms-fill-lower {
  background: #4f4f4f;
}
.range [type=range]:focus::-ms-fill-upper {
  background: #5c5c5c;
}
.range [type=range]::-webkit-slider-runnable-track {
  cursor: pointer;
  height: 3px;
  transition: all 0.2s ease;
  width: 100%;
  background: #4f4f4f;
  border: 0 solid #4f4f4f;
}
.range [type=range]::-webkit-slider-thumb {
  background: #fff;
  border: 3px solid #4292E3;
  border-radius: 24px;
  box-sizing: border-box;
  cursor: pointer;
  height: 24px;
  width: 24px;
  appearance: none;
  margin-top: -10.5px;
}
.range [type=range]::-moz-range-track {
  cursor: pointer;
  height: 3px;
  transition: all 0.2s ease;
  width: 100%;
  background: #4f4f4f;
  border: 0 solid #4f4f4f;
  border-radius: 5px;
  height: 1.5px;
}
.range [type=range]::-moz-range-thumb {
  background: #fff;
  border: 3px solid #4292E3;
  border-radius: 24px;
  box-sizing: border-box;
  cursor: pointer;
  height: 24px;
  width: 24px;
  appearance: none;
}
.range [type=range]::-ms-track {
  cursor: pointer;
  height: 3px;
  transition: all 0.2s ease;
  width: 100%;
  background: transparent;
  border-color: transparent;
  border-width: 12px 0;
  color: transparent;
}
.range [type=range]::-ms-fill-lower {
  background: #424242;
  border: 0 solid #4f4f4f;
  border-radius: 10px;
}
.range [type=range]::-ms-fill-upper {
  background: #4f4f4f;
  border: 0 solid #4f4f4f;
  border-radius: 10px;
}
.range [type=range]::-ms-thumb {
  background: #fff;
  border: 3px solid #4292E3;
  border-radius: 24px;
  box-sizing: border-box;
  cursor: pointer;
  height: 24px;
  width: 24px;
  appearance: none;
  margin-top: 0.75px;
}
.range [type=range]:disabled::-webkit-slider-thumb, .range [type=range]:disabled::-moz-range-thumb, .range [type=range]:disabled::-ms-thumb, .range [type=range]:disabled::-webkit-slider-runnable-track, .range [type=range]:disabled::-ms-fill-lower, .range [type=range]:disabled::-ms-fill-upper {
  cursor: not-allowed;
}

.parsley-error {
  border-color: #EF475E !important;
}
.parsley-success {
  border-color: #000 !important;
}
.parsley-errors-list {
  list-style: none;
  padding-left: 0;
  font-size: 0.9em;
  display: none;
  width: 100%;
}
.parsley-errors-list.filled {
  display: block;
  margin-top: 0;
}
.select-menu .parsley-errors-list.filled {
  position: absolute;
  margin-top: 0.5em;
}
.parsley-errors-list li {
  color: #EF475E;
}

.gfield_checkbox li {
  margin-left: 0;
  padding-left: 0;
}

.hero h1, .hero h4, .hero p, .hero h2, .hero .h2 {
  color: #fff;
}
.hero h1 {
  letter-spacing: 0.02em;
  line-height: 1.3em;
}
.hero h1 .category {
  display: block;
  font-size: 0.5em;
  line-height: 1;
  margin-top: 1rem;
}
.hero .sub-heading {
  color: #e38d39;
}
.hero .btn {
  margin-top: 2em;
}
.hero .container {
  position: relative;
}
.hero .overlay {
  background-color: #000000;
  opacity: 0.75;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.hero .content-items {
  display: flex;
  flex-direction: column;
}
.hero .content-items__item {
  margin-top: 3em;
}
.hero .content-items h4 {
  color: #e38d39;
  font-size: 1.2em;
}
.hero .content-items .accordion__trigger:before {
  border-right-color: #fff;
  border-bottom-color: #fff;
}
.hero .content-items .accordion__trigger.active:before {
  border-right-color: #e38d39;
  border-bottom-color: #e38d39;
}
.hero .hero-content p:first-of-type {
  margin-top: 0;
}
.hero .hero-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding-top: 3em;
  margin-top: 3em;
  text-align: center;
}
.hero .hero-cta .h2 {
  margin-bottom: 0;
  letter-spacing: 0.02em;
}
@media (min-width: 960px) {
  .hero .hero-cta .h2 {
    font-size: 1.6em;
    line-height: 1.3em;
  }
}
.hero--homepage .hero__top {
  padding-top: 1.5rem;
}
.hero--homepage .hero-cta {
  padding-top: 2em;
}
.hero--homepage h1 {
  text-align: left;
}
@media (min-width: 960px) {
  .hero--homepage .hero-cta {
    padding-top: 1em;
  }
  .hero--homepage .sub-heading {
    text-align: center;
    margin-top: 3rem;
  }
  .hero--homepage .hero__top {
    padding-top: 0;
  }
  .hero--homepage .hero__headings {
    max-width: 900px;
    margin: 0 auto;
  }
  .hero--homepage .hero__headings * {
    text-align: center;
  }
}
.hero--expanded .hero__top {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.hero--expanded .hero__top h4 {
  color: #e38d39;
  margin-top: 0;
}
.hero--expanded .hero__headings {
  margin-bottom: 1.5rem;
}
.hero--expanded .hero-cta {
  text-align: left;
  align-items: flex-start;
}
@media (min-width: 960px) {
  .hero--expanded .hero__top {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }
  .hero--expanded .hero__top__headings {
    width: calc(50% - 0.75rem);
  }
  .hero--expanded .hero__top__headings h1 {
    margin-bottom: 0;
  }
  .hero--expanded .hero__top .hero-content {
    max-width: 575px;
    width: calc(50% - 0.75rem);
  }
  .hero--expanded .hero-cta {
    text-align: left;
    align-items: flex-start;
  }
  .hero--expanded .hero-cta .h2 {
    padding-right: 1.5rem;
    width: calc(100% - 300px);
  }
  .hero--expanded .hero-cta .btn {
    margin-top: 0;
    min-width: 150px;
  }
}
@media (min-width: 960px) {
  .hero .hero-cta {
    flex-direction: row;
    justify-content: space-between;
  }
  .hero h1 {
    font-size: 4em;
  }
  .hero .container {
    margin-top: 4em;
  }
  .hero .content-items {
    margin: 3.5em -2% 0;
    flex-direction: row;
  }
  .hero .content-items__item {
    width: 29%;
    margin: 0 2%;
  }
  .hero .content-items .accordion__trigger {
    color: #e38d39;
    pointer-events: none;
  }
  .hero .content-items .accordion__trigger:before {
    display: none;
  }
  .hero .content-items .accordion__content {
    display: block !important;
    height: auto !important;
  }
}
.hero--headingonly {
  text-align: center;
  display: flex;
  align-items: center;
  min-height: 300px;
}
@media (min-width: 960px) {
  .hero--headingonly {
    min-height: 390px;
  }
  .hero--headingonly .container {
    margin-top: 0;
  }
}

.wp-pagenavi {
  text-align: center;
}
.wp-pagenavi a, .wp-pagenavi .current {
  border: 1px solid #bbbbbb;
  background-color: #f9f9f9;
  color: #737373;
  padding: 0.2em 0.5em;
  width: 45px;
  display: inline-block;
}
.wp-pagenavi .current {
  color: #fff;
  background-color: #e38d39;
  border-color: #e38d39;
}
.wp-pagenavi .first {
  margin-right: 0.5em;
  width: initial;
}
.wp-pagenavi .last {
  margin-left: 0.5em;
  width: initial;
}

.post-card {
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
  width: 100%;
}
.post-card__thumb {
  background-color: #b06227;
  display: block;
  padding-bottom: 49%;
  position: relative;
  overflow: hidden;
}
.post-card__thumb img {
  transition: 0.5s ease;
  color: transparent;
}
.post-card .post-card-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.post-card .post-card-content h3 {
  margin-bottom: 1.75rem;
  font-size: 1.2em;
  line-height: 1.5;
}
.post-card .post-card-content .excerpt {
  margin-top: 1rem;
}
.post-card .post-card-top__content {
  padding: 1.5em 2em 0;
}
.post-card .post-card-top__content h3 a {
  color: #2b2112;
}
.post-card .post-card-top__content h3 a:hover {
  color: #B06227;
}
.post-card .post-card-top__content a {
  color: #e38d39;
  font-weight: bold;
  margin-right: 0.3em;
  position: relative;
  padding-right: 1em;
}
.post-card .post-card-top__content a:after {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 100px;
  position: absolute;
  top: 40%;
  right: 0;
  background-color: #e38d39;
}
.post-card .post-card-top__content a:last-of-type:after {
  display: none;
}
.post-card .post-card-bottom {
  padding: 0 1.5em 2em;
  display: flex;
  width: 100%;
  flex-direction: column;
  margin-top: 1em;
}
.post-card .post-card-bottom .post-author-info {
  padding-left: 1em;
}
.post-card .post-card-bottom .post-author-info .date {
  color: #979797;
}
.post-card .post-card-bottom .post-author-info__authors p {
  font-weight: bold;
  color: #505050;
}
.post-card .post-card-bottom .post-author-info__authors a {
  color: #2b2112;
}
.post-card .post-card-bottom .post-author-info p {
  margin: 0;
}
.post-card .post-card-bottom__item {
  display: flex;
  align-items: center;
}
.post-card .post-card-bottom__item .svg-icon {
  width: 2.5em;
  height: 2.5em;
}
.post-card:hover .post-card__thumb img {
  transition: 0.5s ease;
  transform: scale(1.1);
}
@media (min-width: 960px) {
  .post-card .post-card-bottom {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.post-card--webinar .post-card-bottom {
  justify-content: initial;
}
.post-card--short .post-card-content {
  align-items: initial;
}
.post-card--short .post-card-top__content h3 {
  margin-bottom: 0;
}
.post-card--short .post-card__thumb {
  width: 100%;
}
.post-card--short .post-card-bottom {
  flex-direction: column;
  align-items: baseline;
}
.post-card--success {
  box-shadow: none;
}
@media (min-width: 960px) {
  .post-card--success .post-card__thumb {
    padding-bottom: 140%;
  }
}

.progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  height: 5px;
  width: 100%;
  background-color: #dddddb;
  overflow: hidden;
  z-index: 3;
  display: none;
}
.progress-bar .progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #e38d39;
}
@media (min-width: 960px) {
  .progress-bar {
    display: block;
    opacity: 0;
  }
}

body.solid .progress-bar {
  display: block;
  opacity: 1;
}

.slick-track {
  display: flex;
}
.slick-arrow {
  height: 45px;
  width: 24px;
  padding: 0;
  line-height: 1;
  border: none;
  margin: 0 0.5em;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -100px;
  background: transparent;
}
.slick-arrow:before {
  content: "";
  height: 1.2rem;
  width: 1.2rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url("svgs/chevron.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.slick-arrow.slick-prev:before {
  transform: rotate(180deg);
}
.slick-dots {
  list-style: none;
  margin: 0 -0.5em;
  padding: 0;
}
.slick-dots button {
  border-radius: 50%;
  background: #000;
  color: #fff;
  height: 12px;
  width: 12px;
  border: 1px solid transparent;
  padding: 0;
  margin: 0.5em;
  white-space: nowrap;
  cursor: pointer;
  text-indent: 2em;
  overflow: hidden;
}
.slick-dots li {
  display: inline-block;
  padding: 0;
  margin: 0;
  opacity: 0.25;
}
.slick-dots li:hover {
  opacity: 0.5;
}
.slick-dots li.slick-active {
  opacity: 1;
}

.social-share {
  display: inline-block;
}
.social-share-list, .social-share-list li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.social-share-list li:not(:first-child) {
  margin-left: 0.75em;
}
.social-share-link {
  display: block;
  text-decoration: none;
}
.social-share-link .svg-icon {
  height: 1.1em;
  width: 1.1em;
}

.team-card {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  margin-bottom: 2em;
}
.team-card .h5 {
  color: #b06227;
  font-size: 1em;
}
.team-card h3 {
  margin-top: 0.3em;
  font-size: 1.1em;
}
.team-card .btn {
  padding: 0.3em 1em;
  margin-top: 1.5em;
}
.team-card__thumb {
  width: 100%;
  max-width: 360px;
  margin-bottom: 1rem;
}
.team-card__thumb .positioner {
  border-radius: 50%;
  overflow: hidden;
}
@media (min-width: 960px) {
  .team-card {
    flex-direction: row;
    margin-bottom: 0;
    margin-top: -3rem;
  }
  .team-card__thumb {
    width: 30%;
    max-width: 320px;
    margin-bottom: 0;
  }
  .team-card__thumb img {
    width: 100%;
    height: auto;
  }
  .team-card__content {
    width: 100%;
    max-width: 300px;
  }
  .team-card:nth-child(odd) {
    text-align: right;
  }
  .team-card:nth-child(odd) .team-card__content {
    padding-right: 2.5em;
  }
  .team-card:nth-child(even) {
    flex-direction: row-reverse;
    margin-left: auto;
  }
  .team-card:nth-child(even) .team-card__content {
    padding-left: 2.5em;
  }
}

.team-bio .quote {
  color: #e38d39;
  font-weight: bold;
}
.team-bio .svg-icon--quote {
  width: 13em;
}
.team-bio .team-content {
  display: flex;
}
.team-bio__top {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.team-bio__top img {
  max-width: 100px;
}
.team-bio__top .team-info {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  padding-left: 1em;
}
.team-bio__top .team-info .team-bio-contact {
  display: flex;
  flex-direction: column;
  margin-top: 1em;
}
.team-bio__top .team-info .team-bio-contact__item {
  display: flex;
  align-items: center;
  margin-right: 1em;
  margin-bottom: 0.5em;
}
.team-bio__top .team-info .team-bio-contact a {
  background-color: #078ec9;
  padding: 0.5em;
  display: flex;
  color: #000;
  border-radius: 100px;
  margin-right: 0.5em;
}
.team-bio__top .team-info .team-bio-contact a path {
  fill: #fff;
}
.team-bio__top .team-info .h4, .team-bio__top .team-info .h5 {
  margin: 0;
  font-size: 1em;
}
.team-bio__top .team-info .h5 {
  color: #b06227;
}
@media (min-width: 960px) {
  .team-bio .quote {
    font-size: 1.5em !important;
  }
  .team-bio .svg-icon--quote {
    margin-right: 1em;
    margin-top: 2em;
  }
  .team-bio__top {
    padding-bottom: 2em;
    border-bottom: 1px solid #d1d1d1;
    flex-direction: row;
  }
  .team-bio__top .team-info .team-bio-contact {
    flex-direction: row;
  }
  .team-bio__top .team-info .team-bio-contact__item {
    margin-bottom: 0;
  }
}

.fof {
  text-align: center;
}
.fof .h1 {
  display: block;
  font-size: 7em;
  margin-bottom: 0;
}
@media only screen and (min-width: 720px) {
  .fof .h1 {
    font-size: 12em;
  }
}
.fof .h5 {
  margin-top: 0;
  text-transform: none;
  color: #000;
  letter-spacing: normal;
}
.fof__content {
  max-width: 500px;
  border-top: 1px solid #808080;
  margin: 0 auto;
  padding-top: 1.5em;
  margin-top: 1.5em;
}
.fof .links {
  margin-top: 1.5rem;
}
@media only screen and (min-width: 501px) {
  .fof .links {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
  }
  .fof .links a.btn {
    margin-top: 0;
    width: calc(25% - 1.5rem);
    margin: 0 0.75rem;
    max-width: 250px;
  }
}

.blog-content .category-nav {
  margin-bottom: 4.5em;
}
.blog-content .category-nav .cat-nav-links {
  display: none;
}
.blog-content .category-nav .cat-nav-links a {
  text-transform: capitalize;
}
.blog-content .category-nav .search-menu-form {
  display: flex;
  border: 1px solid #d4d2d2;
}
.blog-content .category-nav .search-menu-form input {
  border: none;
  font-weight: 400;
  text-align: left;
}
.blog-content .category-nav .search-menu-form button {
  background-color: initial;
  padding: 0.5em 0.8em;
}
.blog-content .category-nav .search-menu-form button path {
  fill: #000;
}
.blog-content .category-nav a {
  color: #000;
  margin-right: 0.9em;
}
.blog-content .category-nav a.active {
  background-color: #000;
  color: #fff;
  padding: 0.5em 1.2em;
  border-radius: 5px;
}
@media (min-width: 960px) {
  .blog-content .category-nav__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .blog-content .category-nav__inner .cat-nav-links {
    display: flex;
    align-items: center;
  }
  .blog-content .category-nav a {
    margin-right: 1.9em;
  }
}
@media (max-width: 1199px) {
  .blog-content .category-nav--news .search-menu-form {
    margin-top: 1em;
  }
  .blog-content .category-nav--news .cat-nav-links {
    padding: 1em;
  }
  .blog-content .category-nav--news .cat-nav-links a {
    margin-bottom: 0.6em;
    display: block;
  }
}
.blog-content .blog-posts {
  display: flex;
  flex-wrap: wrap;
}
.blog-content .blog-posts .post-card {
  margin-bottom: 2em;
}
@media (min-width: 960px) {
  .blog-content .blog-posts {
    margin: 0 -1%;
  }
  .blog-content .post-card {
    width: 31.33%;
    margin: 0 1%;
  }
}

.author-block .svg-icon {
  width: 9em;
  height: 9em;
  display: inline-flex;
}
.author-block__avatar {
  display: inline-flex;
  max-width: 200px;
  width: 100%;
  overflow: hidden;
  border-radius: 50%;
}
.author-block__avatar img {
  width: 100%;
}
.author-block__socials a .svg-icon {
  width: 1.5rem;
  height: 1.5rem;
}
.author-block__socials a .svg-icon path {
  fill: #15487d;
}
.author-block .author-block__row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.author-block .author-block__row p:first-of-type {
  margin-top: 0;
}
.author-block .author-block__row span, .author-block .author-block__row .gheader .menu-burger__icon span:before, .gheader .menu-burger__icon .author-block .author-block__row span:before, .author-block .author-block__row .gheader .menu-burger__icon span:after, .gheader .menu-burger__icon .author-block .author-block__row span:after {
  display: block;
}
.author-block .author-block__row span:first-of-type, .author-block .author-block__row .gheader .menu-burger__icon span:first-of-type:before, .gheader .menu-burger__icon .author-block .author-block__row span:first-of-type:before, .author-block .author-block__row .gheader .menu-burger__icon span:first-of-type:after, .gheader .menu-burger__icon .author-block .author-block__row span:first-of-type:after {
  color: #979797;
  margin-bottom: 0;
}
.author-block .author-block__row span:last-of-type, .author-block .author-block__row .gheader .menu-burger__icon span:last-of-type:before, .gheader .menu-burger__icon .author-block .author-block__row span:last-of-type:before, .author-block .author-block__row .gheader .menu-burger__icon span:last-of-type:after, .gheader .menu-burger__icon .author-block .author-block__row span:last-of-type:after {
  color: #e38d39;
  letter-spacing: 1.5px;
  font-family: "Larsseit Regular", serif;
  font-weight: 100;
  text-transform: uppercase;
  margin-top: 0.5rem;
}
.author-block .author-block__row__column {
  width: 100%;
}
.author-block .author-block__row__column:first-child {
  margin-bottom: 1.5rem;
}
@media (min-width: 960px) {
  .author-block .author-block__row {
    margin: 0 -3%;
    align-items: center;
  }
  .author-block .author-block__row__column:first-child {
    width: 30%;
    margin-bottom: 0;
    text-align: center;
  }
  .author-block .author-block__row__column:last-child {
    width: 70%;
    padding-left: 3rem;
  }
}

.single-success-stories .hero h1,
.single-ebooks .hero h1 {
  font-size: 2.75em;
}
.single-success-stories .hero .sub-heading,
.single-ebooks .hero .sub-heading {
  font-size: 1em;
  color: #fff;
  font-family: "Larsseit Regular", serif;
  font-weight: normal;
  margin-top: -0.5rem;
}

.ymal {
  background-color: #2b2112;
  margin-top: 0;
}
.ymal__download {
  position: relative;
}
.ymal__download .svg-icon {
  display: none;
  position: absolute;
  width: 45em;
  height: 27em;
  bottom: 0;
  right: -25em;
  opacity: 0.05;
  pointer-events: none;
}
.ymal__download .svg-icon path {
  fill: #fff;
}
.ymal__download__image {
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.3019607843);
}
.ymal__download__image img {
  width: 100%;
}
.ymal__download__content {
  margin-top: 3rem;
}
.ymal__download__content .h5 {
  color: #e38d39;
}
.ymal__download__content h2 {
  color: #fff;
}
.ymal__download__content form {
  margin-top: 3rem;
}
.ymal__download__content form label {
  width: 0;
  height: 0;
  overflow: hidden;
  display: block;
}
.ymal__download__content form .input-group {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 960px) {
  .ymal__download {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .ymal__download .svg-icon {
    display: block;
  }
  .ymal__download__image {
    max-width: 350px;
  }
  .ymal__download__content {
    width: calc(100% - 350px);
    padding-left: 3rem;
    margin-top: 0;
    max-width: 720px;
  }
  .ymal__download__content form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .ymal__download__content form .input-group {
    width: calc(50% - 0.75rem);
  }
}
.ymal__others {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 3rem;
  padding-top: 3rem;
}
.ymal__others .h5 {
  color: #fff;
  margin-bottom: 3rem;
  display: block;
}
.ymal__others .ymal__card {
  margin-bottom: 3rem;
}
.ymal__others .ymal__card:last-of-type {
  margin-bottom: 0;
}
.ymal__others .ymal__card img {
  width: 100%;
}
.ymal__others .ymal__card h3 {
  margin-bottom: 0rem;
  color: #e38d39;
}
.ymal__others .ymal__card p {
  color: #fff;
}
.ymal__others .ymal__card .btn {
  margin-top: 1.5rem;
}
.ymal__others .ymal__card__content {
  margin-top: 1.5rem;
}
@media only screen and (min-width: 960px) {
  .ymal__others {
    margin-top: 6rem;
    padding-top: 4.5rem;
  }
  .ymal__others .ymal__loop {
    display: flex;
    justify-content: space-between;
  }
  .ymal__others .ymal__card {
    width: calc(50% - 1.5rem);
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .ymal__others .ymal__card {
    display: flex;
    align-items: center;
  }
  .ymal__others .ymal__card__image {
    max-width: 250px;
    width: 250px;
  }
  .ymal__others .ymal__card__content {
    width: calc(100% - 250px);
    padding-left: 1.5rem;
    margin-top: 0;
  }
}
.ymal--books .ymal__others {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.content-block + .ymal {
  margin-top: 0 !important;
}

.single-post, .single-news, .single-webinar {
  /*	&.admin-bar .progress-bar {
  		top: 32px;
  	}*/
}
.single-post .gheader, .single-news .gheader, .single-webinar .gheader {
  background-color: #2b2112;
}
@media (max-width: 414px) {
  .single-post p, .single-post li, .single-news p, .single-news li, .single-webinar p, .single-webinar li {
    font-size: 1.1em;
  }
}

.page-single {
  overflow: initial;
}
.page-single iframe {
  width: 100%;
}
.page-single__top {
  margin-bottom: 2em;
}
.page-single__top .single-info {
  margin-top: 2em;
}
.page-single__top .single-info .share-icons {
  margin-top: 1em;
}
.page-single__top .single-info .share-icons .social-share-list {
  margin-top: 0.4em;
}
.page-single__top .single-info .share-icons .social-share-list li:before {
  content: none;
}
.page-single__top .single-info .share-icons a {
  background-color: #d4d2d2;
  padding: 0.6em;
  border-radius: 100px;
}
.page-single__top .single-info .share-icons a .svg-icon path {
  fill: #fff;
}
.page-single__top .single-info .share-icons a:hover {
  background-color: #b06227;
}
.page-single__top .single-info .author {
  font-weight: bold;
  color: #b06227;
  margin-bottom: 0.8em;
  font-size: 1.2em;
}
.page-single__top .single-info .single-categories .btn {
  font-weight: bold;
  padding: 0.3em 1.2em;
}
.page-single__top .single-info .date {
  margin-top: 0;
  margin-bottom: 1em;
}
.page-single__top .single-info .reading-time {
  margin-bottom: 0;
  margin-top: 0;
}
.page-single__top .single-info .svg-icon--oval {
  width: 2rem;
  height: 2rem;
}
.page-single__top .thumb {
  padding-bottom: 50%;
}
.page-single__bottom h1 {
  border-bottom: 1px solid #d4d2d2;
  padding-bottom: 1em;
}
.page-single__bottom .author-block {
  margin-top: 3rem;
}
.page-single__bottom .single-cta {
  background-color: #b06227;
  border-radius: 5px;
  color: #fff;
  padding: 3em;
  text-align: center;
  display: none;
  overflow: hidden;
}
.page-single__bottom .single-cta .svg-icon {
  pointer-events: none;
}
.page-single__bottom .single-cta__inner {
  z-index: 1;
  position: relative;
}
.page-single__bottom .single-cta .btn {
  width: 100%;
  margin-top: 0.5em;
}
.page-single__bottom .single-cta .h3 {
  color: #fff;
}
@media (min-width: 960px) {
  .page-single .single-featured {
    width: 65%;
  }
  .page-single__top {
    display: flex;
  }
  .page-single__top .single-info {
    margin-left: 3.5em;
    margin-top: 0;
  }
  .page-single__top .single-info .svg-icon--oval {
    width: 4rem;
    height: 4rem;
  }
  .page-single__bottom {
    display: flex;
  }
  .page-single__bottom .single-cta {
    max-width: 360px;
    display: block;
    position: sticky;
    top: 16em;
  }
  .page-single__bottom .single-cta .svg-icon {
    display: block;
    width: 53em;
    height: 17em;
    position: absolute;
    bottom: 0;
    left: -12em;
  }
  .page-single__bottom .single-cta .svg-icon path {
    fill: #ffffff;
    opacity: 0.2;
  }
  .page-single__bottom .page-single-content {
    width: 65%;
    margin-right: 3.5em;
  }
}
.page-single .blog-content {
  border-top: 1px solid #d4d2d2;
  margin-top: 3em;
  padding-top: 3em;
}
.page-single--webinars .single-featured {
  position: relative;
}
.page-single--webinars .single-featured button {
  position: absolute;
  top: 41%;
  left: 43%;
  z-index: 1;
  padding: 1.5em;
  border-radius: 100px;
  background-color: #fff;
  border: none;
  cursor: pointer;
}
.page-single--webinars .single-featured button:hover {
  background-color: #e38d39;
}
.page-single--webinars .single-featured button:hover path {
  fill: #fff;
}
.page-single--webinars .single-featured .svg-icon {
  width: 1em;
  height: 1em;
}
.page-single--webinars .single-info a {
  color: #e38d39;
}

@media (min-width: 960px) {
  .page-id-374 .content-block h1 {
    font-size: 3.5em;
  }
}
