@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@import url("https://use.typekit.net/fai7gqb.css");
/*
	javascript:javascript:jQuery(document).find('.cbm-dev').css('display', 'block');jQuery(document).find('.cbm-kill').css('display', 'none');
*/
.cbm-dev {
  display: none;
}

/*
Fun mixins
*/
/*
Margin Mixins - specify the original values in px's for small screens.
*/
/*
Collection of one-off helper classes
*/
.z1 {
  position: relative;
  z-index: 1;
}

.z2 {
  position: relative;
  z-index: 2;
}

.z3 {
  position: relative;
  z-index: 3;
}

.margin-top {
  margin-top: 22.5px;
}
@media print, screen and (min-width: 40em) {
  .margin-top {
    margin-top: 33.75px;
  }
}
@media print, screen and (min-width: 64em) {
  .margin-top {
    margin-top: 45px;
  }
}
.margin-top.margin-small {
  margin-top: 15px;
}
@media print, screen and (min-width: 40em) {
  .margin-top.margin-small {
    margin-top: 22.5px;
  }
}
@media print, screen and (min-width: 64em) {
  .margin-top.margin-small {
    margin-top: 30px;
  }
}
.margin-top.margin-large {
  margin-top: 30px;
}
@media print, screen and (min-width: 40em) {
  .margin-top.margin-large {
    margin-top: 45px;
  }
}
@media print, screen and (min-width: 64em) {
  .margin-top.margin-large {
    margin-top: 60px;
  }
}
.margin-top.margin-huge {
  margin-top: 56.25px;
}
@media print, screen and (min-width: 40em) {
  .margin-top.margin-huge {
    margin-top: 84.375px;
  }
}
@media print, screen and (min-width: 64em) {
  .margin-top.margin-huge {
    margin-top: 112.5px;
  }
}

.margin-bottom {
  margin-bottom: 22.5px;
}
@media print, screen and (min-width: 40em) {
  .margin-bottom {
    margin-bottom: 33.75px;
  }
}
@media print, screen and (min-width: 64em) {
  .margin-bottom {
    margin-bottom: 45px;
  }
}
.margin-bottom.margin-small {
  margin-bottom: 15px;
}
@media print, screen and (min-width: 40em) {
  .margin-bottom.margin-small {
    margin-bottom: 22.5px;
  }
}
@media print, screen and (min-width: 64em) {
  .margin-bottom.margin-small {
    margin-bottom: 30px;
  }
}
.margin-bottom.margin-large {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 40em) {
  .margin-bottom.margin-large {
    margin-bottom: 45px;
  }
}
@media print, screen and (min-width: 64em) {
  .margin-bottom.margin-large {
    margin-bottom: 60px;
  }
}
.margin-bottom.margin-huge {
  margin-bottom: 56.25px;
}
@media print, screen and (min-width: 40em) {
  .margin-bottom.margin-huge {
    margin-bottom: 84.375px;
  }
}
@media print, screen and (min-width: 64em) {
  .margin-bottom.margin-huge {
    margin-bottom: 112.5px;
  }
}

.padding-top {
  padding-top: 22.5px;
}
@media print, screen and (min-width: 40em) {
  .padding-top {
    padding-top: 33.75px;
  }
}
@media print, screen and (min-width: 64em) {
  .padding-top {
    padding-top: 45px;
  }
}
.padding-top.padding-small {
  padding-top: 15px;
}
@media print, screen and (min-width: 40em) {
  .padding-top.padding-small {
    padding-top: 22.5px;
  }
}
@media print, screen and (min-width: 64em) {
  .padding-top.padding-small {
    padding-top: 30px;
  }
}
.padding-top.padding-large {
  padding-top: 30px;
}
@media print, screen and (min-width: 40em) {
  .padding-top.padding-large {
    padding-top: 45px;
  }
}
@media print, screen and (min-width: 64em) {
  .padding-top.padding-large {
    padding-top: 60px;
  }
}
.padding-top.padding-huge {
  padding-top: 56.25px;
}
@media print, screen and (min-width: 40em) {
  .padding-top.padding-huge {
    padding-top: 84.375px;
  }
}
@media print, screen and (min-width: 64em) {
  .padding-top.padding-huge {
    padding-top: 112.5px;
  }
}

.padding-bottom {
  padding-bottom: 22.5px;
}
@media print, screen and (min-width: 40em) {
  .padding-bottom {
    padding-bottom: 33.75px;
  }
}
@media print, screen and (min-width: 64em) {
  .padding-bottom {
    padding-bottom: 45px;
  }
}
.padding-bottom.padding-small {
  padding-bottom: 15px;
}
@media print, screen and (min-width: 40em) {
  .padding-bottom.padding-small {
    padding-bottom: 22.5px;
  }
}
@media print, screen and (min-width: 64em) {
  .padding-bottom.padding-small {
    padding-bottom: 30px;
  }
}
.padding-bottom.padding-large {
  padding-bottom: 30px;
}
@media print, screen and (min-width: 40em) {
  .padding-bottom.padding-large {
    padding-bottom: 45px;
  }
}
@media print, screen and (min-width: 64em) {
  .padding-bottom.padding-large {
    padding-bottom: 60px;
  }
}
.padding-bottom.padding-huge {
  padding-bottom: 56.25px;
}
@media print, screen and (min-width: 40em) {
  .padding-bottom.padding-huge {
    padding-bottom: 84.375px;
  }
}
@media print, screen and (min-width: 64em) {
  .padding-bottom.padding-huge {
    padding-bottom: 112.5px;
  }
}

.block-center {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
}

.justify {
  text-align: justify;
}

.text-bottom-holder {
  position: relative;
  width: 100%;
  height: 100%;
}
.text-bottom-holder > div.text-bottom {
  position: absolute;
  bottom: 0;
}

.relative {
  position: relative;
}

.display-flex {
  display: -webkit-flex;
  display: flex;
}
.display-flex > * {
  display: block;
}

.flex-wrap-container {
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.flex-wrap-container > * {
  width: 100%;
}

.flex-center {
  display: -webkit-flex;
  display: flex;
  -webkit-align-content: center;
          align-content: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}

[data-whatinput=mouse] img.slick-slide:focus {
  outline: 0px !important;
}

.image-center {
  position: relative;
}
.image-center img {
  position: absolute;
}
.image-center.center-vertical {
  overflow-x: hidden;
}
.image-center.center-vertical img {
  top: 0;
  bottom: 0;
  height: 100%;
  max-height: 100%;
  width: auto;
  max-width: none;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.image-center.center-horizontal {
  overflow-y: hidden;
}
.image-center.center-horizontal img {
  left: 0;
  right: 0;
  height: auto;
  max-height: none;
  width: 100%;
  max-width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #1779ba;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

div.heading.hero,
div.heading.hero p, small.heading.hero,
small.heading.hero p, h1.heading.hero,
h1.heading.hero p,
h2.heading.hero,
h2.heading.hero p,
h3.heading.hero,
h3.heading.hero p,
h4.heading.hero,
h4.heading.hero p,
h5.heading.hero,
h5.heading.hero p,
h6.heading.hero,
h6.heading.hero p {
  font-size: 42px;
}
@media print, screen and (min-width: 40em) {
  div.heading.hero,
  div.heading.hero p, small.heading.hero,
  small.heading.hero p, h1.heading.hero,
  h1.heading.hero p,
  h2.heading.hero,
  h2.heading.hero p,
  h3.heading.hero,
  h3.heading.hero p,
  h4.heading.hero,
  h4.heading.hero p,
  h5.heading.hero,
  h5.heading.hero p,
  h6.heading.hero,
  h6.heading.hero p {
    font-size: 48px;
  }
}
@media print, screen and (min-width: 64em) {
  div.heading.hero,
  div.heading.hero p, small.heading.hero,
  small.heading.hero p, h1.heading.hero,
  h1.heading.hero p,
  h2.heading.hero,
  h2.heading.hero p,
  h3.heading.hero,
  h3.heading.hero p,
  h4.heading.hero,
  h4.heading.hero p,
  h5.heading.hero,
  h5.heading.hero p,
  h6.heading.hero,
  h6.heading.hero p {
    font-size: 54px;
  }
}
div.heading.large, small.heading.large, h1.heading.large,
h2.heading.large,
h3.heading.large,
h4.heading.large,
h5.heading.large,
h6.heading.large {
  font-size: 36px;
}
@media print, screen and (min-width: 40em) {
  div.heading.large, small.heading.large, h1.heading.large,
  h2.heading.large,
  h3.heading.large,
  h4.heading.large,
  h5.heading.large,
  h6.heading.large {
    font-size: 42px;
  }
}
@media print, screen and (min-width: 64em) {
  div.heading.large, small.heading.large, h1.heading.large,
  h2.heading.large,
  h3.heading.large,
  h4.heading.large,
  h5.heading.large,
  h6.heading.large {
    font-size: 48px;
  }
}
div.heading.medium, small.heading.medium, h1.heading.medium,
h2.heading.medium,
h3.heading.medium,
h4.heading.medium,
h5.heading.medium,
h6.heading.medium {
  font-size: 32px;
}
@media print, screen and (min-width: 40em) {
  div.heading.medium, small.heading.medium, h1.heading.medium,
  h2.heading.medium,
  h3.heading.medium,
  h4.heading.medium,
  h5.heading.medium,
  h6.heading.medium {
    font-size: 34px;
  }
}
@media print, screen and (min-width: 64em) {
  div.heading.medium, small.heading.medium, h1.heading.medium,
  h2.heading.medium,
  h3.heading.medium,
  h4.heading.medium,
  h5.heading.medium,
  h6.heading.medium {
    font-size: 36px;
  }
}
div.heading.normal, small.heading.normal, h1.heading.normal,
h2.heading.normal,
h3.heading.normal,
h4.heading.normal,
h5.heading.normal,
h6.heading.normal {
  font-size: 28px;
}
@media print, screen and (min-width: 40em) {
  div.heading.normal, small.heading.normal, h1.heading.normal,
  h2.heading.normal,
  h3.heading.normal,
  h4.heading.normal,
  h5.heading.normal,
  h6.heading.normal {
    font-size: 30px;
  }
}
@media print, screen and (min-width: 64em) {
  div.heading.normal, small.heading.normal, h1.heading.normal,
  h2.heading.normal,
  h3.heading.normal,
  h4.heading.normal,
  h5.heading.normal,
  h6.heading.normal {
    font-size: 34px;
  }
}
div.heading.small, small.heading.small, h1.heading.small,
h2.heading.small,
h3.heading.small,
h4.heading.small,
h5.heading.small,
h6.heading.small {
  font-size: 24px;
}
@media print, screen and (min-width: 40em) {
  div.heading.small, small.heading.small, h1.heading.small,
  h2.heading.small,
  h3.heading.small,
  h4.heading.small,
  h5.heading.small,
  h6.heading.small {
    font-size: 26px;
  }
}
@media print, screen and (min-width: 64em) {
  div.heading.small, small.heading.small, h1.heading.small,
  h2.heading.small,
  h3.heading.small,
  h4.heading.small,
  h5.heading.small,
  h6.heading.small {
    font-size: 30px;
  }
}
div.heading.smaller, small.heading.smaller, h1.heading.smaller,
h2.heading.smaller,
h3.heading.smaller,
h4.heading.smaller,
h5.heading.smaller,
h6.heading.smaller {
  font-size: 20px;
}
@media print, screen and (min-width: 40em) {
  div.heading.smaller, small.heading.smaller, h1.heading.smaller,
  h2.heading.smaller,
  h3.heading.smaller,
  h4.heading.smaller,
  h5.heading.smaller,
  h6.heading.smaller {
    font-size: 22px;
  }
}
@media print, screen and (min-width: 64em) {
  div.heading.smaller, small.heading.smaller, h1.heading.smaller,
  h2.heading.smaller,
  h3.heading.smaller,
  h4.heading.smaller,
  h5.heading.smaller,
  h6.heading.smaller {
    font-size: 24px;
  }
}
div.heading.tiny, small.heading.tiny, h1.heading.tiny,
h2.heading.tiny,
h3.heading.tiny,
h4.heading.tiny,
h5.heading.tiny,
h6.heading.tiny {
  font-size: 18px;
  font-weight: bold;
}
@media print, screen and (min-width: 40em) {
  div.heading.tiny, small.heading.tiny, h1.heading.tiny,
  h2.heading.tiny,
  h3.heading.tiny,
  h4.heading.tiny,
  h5.heading.tiny,
  h6.heading.tiny {
    font-size: 20px;
  }
}
div.heading.white, small.heading.white, h1.heading.white,
h2.heading.white,
h3.heading.white,
h4.heading.white,
h5.heading.white,
h6.heading.white {
  color: #ffffff;
}
div.heading.primary, small.heading.primary, h1.heading.primary,
h2.heading.primary,
h3.heading.primary,
h4.heading.primary,
h5.heading.primary,
h6.heading.primary {
  color: #1779ba;
}
div.heading.secondary, small.heading.secondary, h1.heading.secondary,
h2.heading.secondary,
h3.heading.secondary,
h4.heading.secondary,
h5.heading.secondary,
h6.heading.secondary {
  color: #767676;
}
div.heading.semibold, small.heading.semibold, h1.heading.semibold,
h2.heading.semibold,
h3.heading.semibold,
h4.heading.semibold,
h5.heading.semibold,
h6.heading.semibold {
  font-weight: 600;
}
div.heading.bold, small.heading.bold, h1.heading.bold,
h2.heading.bold,
h3.heading.bold,
h4.heading.bold,
h5.heading.bold,
h6.heading.bold {
  font-weight: bold;
}

.copy,
.copy p,
.copy ul {
  font-size: 16px;
}
.copy.large,
.copy.large p,
.copy.large ul {
  font-size: 18px;
}
.copy.small,
.copy.small p,
.copy.small ul {
  font-size: 14px;
}
.copy.semibold,
.copy.semibold p,
.copy.semibold ul {
  font-weight: 600;
}
.copy.bold,
.copy.bold p,
.copy.bold ul {
  font-weight: bold;
}
.copy.color-primary,
.copy.color-primary p,
.copy.color-primary ul {
  color: #1779ba;
}
.copy p:last-child {
  margin-bottom: 0;
}

a {
  transition: all 300ms ease-in-out;
}

p,
ul,
ol {
  font-size: 1.1875rem;
  line-height: 1.5;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0;
}

h2,
.h2 {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.25;
  color: #ffffff;
}
@media print, screen and (min-width: 40em) {
  h2,
  .h2 {
    font-size: 2.625rem;
  }
}

h3,
.h3 {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.25;
  color: #1e1f1f;
}
@media print, screen and (min-width: 40em) {
  h3,
  .h3 {
    font-size: 2.625rem;
  }
}
h3.line,
.h3.line {
  padding-bottom: 2rem;
  position: relative;
}
h3.line:after,
.h3.line:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 480px;
  height: 3px;
  background: linear-gradient(to left, #fad961, #f76b1c);
}

h4,
.h4 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: -0.7px;
  color: #5c6f7b;
}

h5,
.h5 {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: -0.7px;
  color: #1e1f1f;
}

p,
.content,
.wysiwyg {
  font-family: "ff-meta-serif-web-pro", "Times New Roman", serif;
  font-size: 1.1875rem;
  line-height: 1.5;
  color: #4e5a62;
  margin: 0;
}
p:not(:last-of-type),
.content:not(:last-of-type),
.wysiwyg:not(:last-of-type) {
  margin-bottom: 15px;
}
p a,
.content a,
.wysiwyg a {
  color: #e17026;
}
p a:hover, p a:focus,
.content a:hover,
.content a:focus,
.wysiwyg a:hover,
.wysiwyg a:focus {
  color: #ff6b16;
}

.footer {
  color: #ffffff;
  background: url(../images/footer-bg.svg), #ffffff;
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  padding: 100px 0 50px;
  margin-top: 150px;
}
.footer h5,
.footer .copyright,
.footer .footer-links a {
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: -0.4px;
  text-transform: uppercase;
  color: #ffffff;
}
.footer a {
  color: #ffffff;
}
.footer a:hover, .footer a:focus {
  opacity: 0.75;
}
.footer-logo {
  position: absolute;
  bottom: 0;
  right: 15px;
}
.footer-top a,
.footer-top div {
  font-family: "ff-meta-serif-web-pro", "Times New Roman", serif;
  font-size: 1.375rem;
}
.footer .copyright {
  display: inline-block;
  margin-right: 5px;
}
.footer-links {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-links li {
  position: relative;
  display: inline-block;
  padding-left: 10px;
  padding-right: 5px;
}
.footer-links li:before {
  position: absolute;
  font-family: "ff-meta-serif-web-pro", "Times New Roman", serif;
  font-size: 0.625rem;
  content: "";
  height: 10px;
  width: 1px;
  background-color: #ffffff;
  left: 0;
  top: 57%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.candybox-link {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 0.625rem;
}
.candybox-link a {
  transition: all 300ms ease-in-out;
  color: #ffffff;
  background-image: linear-gradient(to right, #ffffff 0%, #ffffff 100%);
  background-repeat: no-repeat;
  background-position: 0 95%;
  background-size: 0% 2px;
  font-weight: 600;
}
.candybox-link a:hover, .candybox-link a:focus {
  color: #ffffff;
  background-image: linear-gradient(to right, #ffffff 0%, #ffffff 100%);
  background-size: 79% 2px;
}
.candybox-link:hover, .candybox-link:focus {
  background-image: linear-gradient(45deg, #ffffff 0%, #ffffff 100%);
  -webkit-background-clip: text;
}
.candybox-link:hover a, .candybox-link:focus a {
  background-image: linear-gradient(45deg, #ffffff 0%, #ffffff 100%);
  opacity: 1;
}

header .sticky-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 110;
  width: 100%;
}
header .sticky {
  position: relative;
  z-index: 99999999;
}
header .sticky .top-bar {
  background-color: transparent;
  transition: background-color 300ms ease-in-out;
}
header .sticky.is-stuck {
  position: fixed;
}
header .sticky.is-stuck .top-bar {
  background-color: rgba(0, 0, 0, 0.65);
  backdrop-filter: saturate(200%) blur(10px);
  -webkit-backdrop-filter: saturate(200%) blur(10px);
}
header .sticky.is-at-top, header .sticky.is-at-bottom {
  top: 0 !important;
  bottom: auto !important;
}

.meta-top-bar {
  background: rgb(226, 112, 38);
  padding-top: 12px;
  padding-bottom: 12px;
}
.meta-top-bar p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}
.meta-top-bar img {
  height: 16px;
}
.meta-top-bar .promo {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  gap: 12px;
}

.top-bar {
  background: #ffffff;
  -webkit-align-items: center;
          align-items: center;
  padding: 22.5px 15px;
}
@media screen and (min-width: 64em) {
  .top-bar {
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
.top-bar .top-bar-title {
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  transition: all 300ms ease-in-out;
}
.top-bar .top-bar-title a {
  display: block;
  height: 100%;
}
.top-bar .top-bar-title img {
  display: block;
  width: auto;
  max-height: 100%;
  margin: 0 auto;
  height: 62px;
}
@media screen and (max-width: 39.9375em) {
  .top-bar .top-bar-title img {
    height: 50px;
  }
}
.top-bar .top-bar-left {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}
.top-bar .top-bar-left li {
  position: relative;
  margin-left: 0.5rem;
}
.top-bar .top-bar-left li:first-of-type {
  margin-left: 0;
}
.top-bar .top-bar-left li > a {
  background: transparent;
  padding: 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: -0.7px;
  font-weight: 500;
  color: #ffffff;
  position: relative;
}
.top-bar .top-bar-left li > a:before {
  content: "";
  position: absolute;
  bottom: 0.75rem;
  left: 0.75rem;
  width: calc(100% - 12px - 12px);
  height: 2px;
  background-color: #ff6b16;
  opacity: 0;
  transition: all 300ms ease-in-out;
}
.top-bar .top-bar-left li > a:hover:before, .top-bar .top-bar-left li > a:focus:before {
  opacity: 1;
}
.top-bar .top-bar-left li.is-active > a {
  color: #ffffff;
}
.top-bar .top-bar-left li.is-active > a:before {
  opacity: 1;
}
.top-bar .top-bar-left li.is-active > a:hover:before, .top-bar .top-bar-left li.is-active > a:focus:before {
  opacity: 1;
}
.top-bar .top-bar-left li.is-dropdown-submenu-parent > a:before {
  width: calc(100% - 16px - 32px);
}
.top-bar .top-bar-left li.is-dropdown-submenu-parent > a:hover:before, .top-bar .top-bar-left li.is-dropdown-submenu-parent > a:focus:before {
  opacity: 1;
}
.top-bar .top-bar-left.show-for-large > .menu {
  background: transparent;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  -webkit-align-items: center;
          align-items: center;
  margin: 0 2.25rem 0 1.75rem;
}
.top-bar .top-bar-left.show-for-large > .menu .is-dropdown-submenu-parent > a {
  padding-right: 2rem;
}
.top-bar .top-bar-left.show-for-large > .menu .is-dropdown-submenu-parent > a:after {
  right: 0.75rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #ffffff transparent transparent;
  transition: all 300ms ease-in-out;
}
.top-bar .top-bar-left.show-for-large > .menu > .is-dropdown-submenu-parent.current-menu-ancestor > a:before {
  opacity: 1;
}
.top-bar .top-bar-left.show-for-large > .menu .is-dropdown-submenu {
  background-color: #ffffff;
  margin: 0;
  padding: 30px !important;
  min-width: 360px !important;
  border: none;
  border-radius: 0.5rem;
  height: auto;
  text-align: left;
  z-index: 100;
  left: -170% !important;
  padding: 0;
  box-shadow: 0 10px 35px -10px rgba(0, 0, 0, 0.25);
  transition: all 300ms ease-in-out;
}
.top-bar .top-bar-left.show-for-large > .menu .is-dropdown-submenu:before {
  position: absolute;
  left: 50%;
  top: -10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 0;
  height: 0;
  border: inset 10px;
  content: "";
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #ffffff;
}
.top-bar .top-bar-left.show-for-large > .menu .is-dropdown-submenu li {
  width: auto;
  margin: 0 0 22.5px;
}
.top-bar .top-bar-left.show-for-large > .menu .is-dropdown-submenu li a {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.41;
  letter-spacing: -0.7px;
  color: #1e1f1f;
  padding: 0;
  margin: 0 0 10px;
}
.top-bar .top-bar-left.show-for-large > .menu .is-dropdown-submenu li a:before {
  display: none;
}
.top-bar .top-bar-left.show-for-large > .menu .is-dropdown-submenu li a:hover, .top-bar .top-bar-left.show-for-large > .menu .is-dropdown-submenu li a:focus {
  color: #ff6b16 !important;
}
.top-bar .top-bar-left.show-for-large > .menu .is-dropdown-submenu li.is-dropdown-submenu-parent:last-of-type {
  margin-bottom: 0;
  margin-right: 0;
}
.top-bar .top-bar-left.show-for-large > .menu .is-dropdown-submenu li.is-dropdown-submenu-parent:last-of-type ul {
  margin-bottom: 0;
}
.top-bar .top-bar-left.show-for-large > .menu .is-dropdown-submenu li:not(.is-dropdown-submenu-parent):last-of-type {
  margin-bottom: 0;
}
.top-bar .top-bar-left.show-for-large > .menu .is-dropdown-submenu li:not(.is-dropdown-submenu-parent):last-of-type a {
  margin-bottom: 0;
}
.top-bar .top-bar-left.show-for-large > .menu .is-dropdown-submenu li:not(.is-dropdown-submenu-parent) a {
  font-size: 1.0625rem;
  line-height: 1.41;
  letter-spacing: -0.4px;
  color: #889ba7;
  padding: 0;
  margin-bottom: 0;
  margin: 0 0 10px;
}
.top-bar .top-bar-left.show-for-large > .menu .is-dropdown-submenu li:not(.is-dropdown-submenu-parent) a:before {
  display: none;
}
.top-bar .top-bar-left.show-for-large > .menu .is-dropdown-submenu li:not(.is-dropdown-submenu-parent).current-menu-item a {
  color: #ff6b16;
}
.top-bar .top-bar-left.show-for-large > .menu .is-dropdown-submenu li .is-dropdown-submenu {
  box-shadow: none;
  border: none;
  position: static;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-flex-direction: row;
          flex-direction: row;
  padding: 0 !important;
  margin: 0 0 22.5px;
}
.top-bar .top-bar-left.show-for-large > .menu .is-dropdown-submenu li .is-dropdown-submenu li {
  margin-bottom: 0;
  position: relative;
}
.top-bar .top-bar-left.show-for-large > .menu .is-dropdown-submenu li .is-dropdown-submenu li:not(:last-of-type) {
  margin-right: 15px;
}
.top-bar .top-bar-left.show-for-large > .menu .is-dropdown-submenu li .is-dropdown-submenu li:not(:last-of-type):before {
  font-size: 1.0625rem;
  color: #889ba7;
  position: absolute;
  top: 50%;
  right: -10px;
  content: "•";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.top-bar .top-bar-left.show-for-large > .menu .is-dropdown-submenu li .is-dropdown-submenu li.current-menu-item a {
  color: #ff6b16;
}
.top-bar .top-bar-left.show-for-large > .menu .is-dropdown-submenu li .is-dropdown-submenu li a {
  font-size: 1.0625rem;
  line-height: 1.41;
  letter-spacing: -0.4px;
  color: #889ba7;
  margin-bottom: 0;
}
.top-bar .top-bar-left.show-for-large > .menu .is-dropdown-submenu li .is-dropdown-submenu li a:before {
  display: none;
}
.top-bar .top-bar-left.show-for-large > .menu .is-dropdown-submenu li .is-dropdown-submenu li a:hover, .top-bar .top-bar-left.show-for-large > .menu .is-dropdown-submenu li .is-dropdown-submenu li a:focus {
  color: #ff6b16;
}
.top-bar .top-bar-left .button-phone {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
  padding: 0.75rem 1.75rem 0.75rem 4.5rem;
  border-radius: 9999px;
  height: 48px;
}
.top-bar .top-bar-left .button-phone:before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -2px;
  background-image: linear-gradient(to bottom, #fad961, #f76b1c);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  opacity: 1;
}
.top-bar .top-bar-left .button-phone:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/call-icon.svg);
  width: 25px;
  height: 25px;
  opacity: 1;
}
.top-bar .top-bar-right {
  -webkit-flex: none;
          flex: none;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}
.top-bar .top-bar-right .hide-for-large {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  padding: 15px 0;
}
.top-bar .top-bar-right .hide-for-large .hamburger {
  padding: 15px 10px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.top-bar .top-bar-right .hide-for-large .hamburger::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #ffffff;
  box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff;
  content: "";
}
.top-bar .top-bar-right .hide-for-large .hamburger:hover::after {
  background: #ffffff;
  box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff;
}
.top-bar .top-bar-right .hide-for-large .hamburger:after {
  top: 25%;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
}
.top-bar .top-bar-right .hide-for-large .button-phone {
  background-color: transparent;
  position: relative;
  margin-left: 1rem;
  width: 25px;
  height: 25px;
}
.top-bar .top-bar-right .hide-for-large .button-phone:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-image: url(../images/call-icon.svg);
  width: 25px;
  height: 25px;
}
.top-bar .top-bar-right .hide-for-large .button-phone:hover, .top-bar .top-bar-right .hide-for-large .button-phone:focus {
  color: #ff6b16;
}
.top-bar .mandarin {
  padding: 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: -0.7px;
  font-weight: 500;
  color: #ffffff;
  position: relative;
}
.top-bar .mandarin:before {
  content: "";
  position: absolute;
  bottom: 0.75rem;
  left: 0.75rem;
  width: calc(100% - 12px - 12px);
  height: 2px;
  background-color: #ff6b16;
  opacity: 0;
  transition: all 300ms ease-in-out;
}
.top-bar .mandarin:hover:before, .top-bar .mandarin:focus:before {
  opacity: 1;
}

.admin-bar .sticky.is-at-top.is-stuck {
  padding-top: 32px;
}

.hero {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  overflow: hidden;
  position: relative;
}
@media print, screen and (min-width: 40em) {
  .hero {
    -webkit-align-items: center;
            align-items: center;
  }
}
.hero-home {
  height: 100%;
  overflow: hidden;
  min-height: 600px;
}
@media print, screen and (min-width: 40em) {
  .hero-home {
    height: 56.34vw;
    max-height: 50vh;
    min-height: 0;
  }
}
@media screen and (max-width: 39.9375em) {
  .hero-home .hero-content {
    padding-bottom: 150px;
  }
}
.hero-home .hero-content-inner {
  max-width: 550px;
}
.hero-other {
  min-height: 550px;
  margin-bottom: 100px;
  position: relative;
}
.hero-other:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background-image: url("../images/transition-shape.svg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  height: 300px;
  width: 100%;
  z-index: 10;
}
.hero-other .hero-content-inner {
  max-width: 600px;
}
.hero-content {
  max-width: 75rem;
  margin: 80px auto 0;
  width: 100%;
  padding: 30px 15px;
  z-index: 100;
}
.hero-content-inner {
  width: 100%;
}
.hero .video {
  height: 0;
  padding-bottom: 67.5%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.hero .video.widescreen {
  padding-bottom: 56.34%;
}
.hero .video embed,
.hero .video iframe,
.hero .video object,
.hero .video video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.hero .video.overlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(111deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
}
.hero .bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.hero .bg:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(111deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
}
.hero .widescreen {
  margin-bottom: 0;
}

.off-canvas {
  background-color: #ffffff;
  margin: 0;
}
.off-canvas img {
  display: block;
  width: 125px;
  margin: 0 auto;
}
.off-canvas .menu {
  font-size: 1.125rem;
  padding-top: 30px;
}
.off-canvas .menu a, .off-canvas .menu a:focus, .off-canvas .menu a:hover,
.off-canvas .menu li,
.off-canvas .menu li:focus,
.off-canvas .menu li:hover,
.off-canvas .menu ul,
.off-canvas .menu ul:focus,
.off-canvas .menu ul:hover {
  outline-style: none !important;
}
.off-canvas .menu li {
  border-left: 3px solid transparent;
  margin: 0;
}
.off-canvas .menu li.is-active {
  border-color: #ff6b16;
}
.off-canvas .menu li.is-active a {
  background-color: transparent;
  color: #ff6b16;
}
.off-canvas .menu li a {
  color: #1e1f1f;
  font-weight: 500;
  padding: 15px 1.5rem;
  font-size: 1.125rem;
  position: relative;
}
.off-canvas .menu li a:hover, .off-canvas .menu li a:focus {
  color: #ff6b16;
}
.off-canvas .menu li a:hover:after, .off-canvas .menu li a:focus:after {
  opacity: 1;
}
.off-canvas .menu .submenu.is-accordion-submenu {
  padding-top: 0;
}
.off-canvas .menu .is-accordion-submenu-parent > a {
  position: relative;
}
.off-canvas .menu .is-accordion-submenu-parent > a:before {
  position: absolute;
  top: 1.25rem;
  right: 1.5rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1e1f1f transparent transparent;
  transition: all 300ms ease-in-out;
}
.off-canvas .menu .is-accordion-submenu-parent > a:hover:before, .off-canvas .menu .is-accordion-submenu-parent > a:focus:before {
  border-color: #ff6b16 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}
.off-canvas .menu .is-accordion-submenu-parent[aria-expanded=true] > a {
  color: #ff6b16;
}
.off-canvas .menu .is-accordion-submenu-parent[aria-expanded=true] > a:after {
  opacity: 1;
}
.off-canvas .menu .is-accordion-submenu-parent[aria-expanded=true] > a:before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  border-color: #ff6b16 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}
.off-canvas .menu .is-accordion-submenu-parent .is-submenu-item {
  border-left: none;
}
.off-canvas .menu .is-accordion-submenu-parent .is-submenu-item:not(.is-active) a {
  color: #1e1f1f;
}
.off-canvas .menu .is-accordion-submenu-parent .is-submenu-item a {
  font-size: 95%;
  padding-left: 45px;
}
.off-canvas .menu .is-accordion-submenu-parent .is-submenu-item a:hover, .off-canvas .menu .is-accordion-submenu-parent .is-submenu-item a:focus {
  color: #ff6b16;
}
.off-canvas .menu .is-accordion-submenu-parent .is-submenu-item .is-submenu-item {
  border-left: none;
}
.off-canvas .menu .is-accordion-submenu-parent .is-submenu-item .is-submenu-item:not(.is-active) a {
  color: #1e1f1f;
}
.off-canvas .menu .is-accordion-submenu-parent .is-submenu-item .is-submenu-item a {
  font-size: 95%;
  padding-left: 75px;
}
.off-canvas .menu .is-accordion-submenu-parent .is-submenu-item .is-submenu-item a:hover, .off-canvas .menu .is-accordion-submenu-parent .is-submenu-item .is-submenu-item a:focus {
  color: #ff6b16;
}
.off-canvas .top-bar-right {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 15px;
}
.off-canvas .top-bar-right > * {
  width: 100%;
}

html,
body {
  font-family: "proxima-nova", helvetica, arial, sans-serif;
  font-size: 1.125rem;
}

.hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

@media print, screen and (min-width: 64em) {
  .angled-left {
    position: relative;
    -webkit-transform: perspective(800px) rotateY(15deg) scale(1.05);
            transform: perspective(800px) rotateY(15deg) scale(1.05);
    width: 107%;
    left: -5%;
  }
  .angled-right {
    position: relative;
    -webkit-transform: perspective(800px) rotateY(-15deg) scale(1.05);
            transform: perspective(800px) rotateY(-15deg) scale(1.05);
    width: 107%;
    right: 2.5%;
  }
}
.reveal {
  border: none;
  box-shadow: 0 10px 50px -15px rgba(0, 0, 0, 0.25);
}

.home .hero-home h2 {
  display: none;
}

.single .single-content {
  margin-bottom: 150px;
}
.single .article-header {
  margin-bottom: 3.5rem;
}
.single .featured-image {
  position: relative;
}
@media print, screen and (min-width: 64em) {
  .single .featured-image {
    left: -3rem;
  }
}

.page-template-template-01_Homepage .services {
  background-image: url(../images/services-bg.svg);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 10;
}
.page-template-template-01_Homepage .services .column {
  position: relative;
  top: -65px;
}
@media print, screen and (min-width: 40em) {
  .page-template-template-01_Homepage .hero-relocation {
    padding-top: 50px;
  }
}
.page-template-template-01_Homepage .hero-relocation > .row .column {
  text-align: center;
}
.page-template-template-01_Homepage .hero-relocation h2 {
  color: #000000;
  font-size: 40px;
  text-align: center;
}
.page-template-template-01_Homepage .hero-relocation .button {
  margin-top: 25px;
}

.page-template-template-02_Insurance-Landing .hero {
  margin-bottom: 0;
}
.page-template-template-02_Insurance-Landing .top-content {
  margin-bottom: 100px;
}
.page-template-template-02_Insurance-Landing .top-content .content-line {
  border-top: 8px solid #f76b1c;
}
@media print, screen and (min-width: 40em) {
  .page-template-template-02_Insurance-Landing .top-content .content-line {
    border-left: 8px solid #f76b1c;
    border-top: none;
  }
}
@media screen and (max-width: 63.9375em) {
  .page-template-template-02_Insurance-Landing .top-content .button-primary {
    margin-bottom: 15px;
  }
}
.page-template-template-02_Insurance-Landing .individual-services {
  padding: 75px 0 125px;
  background-image: url(../images/services-bg-tall.svg);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 10;
}

.page-template-template-03_Individual-Insurance .top-content {
  margin-bottom: 75px;
}
.page-template-template-03_Individual-Insurance .download-section {
  margin-top: 75px;
  margin-bottom: 75px;
}
.page-template-template-03_Individual-Insurance .other-services {
  margin-top: 150px;
  margin-bottom: -100px;
}

.page-template-template-04_About .team,
.page-template-template-05_Contact .team {
  margin-top: 100px;
  margin-bottom: 100px;
  position: relative;
}
@media print, screen and (min-width: 40em) {
  .page-template-template-04_About .team:before,
  .page-template-template-05_Contact .team:before {
    content: "";
    position: absolute;
    width: 405px;
    height: 405px;
    left: -20%;
    top: -10%;
    background-image: url(../images/blobs.svg);
    background-repeat: no-repeat;
    overflow: visible !important;
    background-size: cover;
    z-index: -1;
  }
}
.page-template-template-04_About .team .image,
.page-template-template-05_Contact .team .image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 185px;
  height: 185px;
  box-shadow: 0 10px 50px -15px rgba(0, 0, 0, 0.25);
  margin: 0 auto 1rem;
}
.page-template-template-04_About .team a:hover, .page-template-template-04_About .team a:focus,
.page-template-template-05_Contact .team a:hover,
.page-template-template-05_Contact .team a:focus {
  opacity: 0.75;
}
.page-template-template-04_About .images,
.page-template-template-05_Contact .images {
  margin-top: 100px;
  margin-bottom: 100px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  box-shadow: 0 10px 50px -15px rgba(0, 0, 0, 0.25);
}
@media print, screen and (min-width: 40em) {
  .page-template-template-04_About .images,
  .page-template-template-05_Contact .images {
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
.page-template-template-04_About .images .image,
.page-template-template-05_Contact .images .image {
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 40em) {
  .page-template-template-04_About .images .image,
  .page-template-template-05_Contact .images .image {
    height: 250px;
  }
}
@media print, screen and (min-width: 64em) {
  .page-template-template-04_About .images .image,
  .page-template-template-05_Contact .images .image {
    height: 300px;
  }
}

.page-template-template-05_Contact .contact-map {
  margin-bottom: 300px;
}
@media (max-width: 768px) {
  .page-template-template-05_Contact .contact-map {
    margin-bottom: 150px;
  }
}
@media (max-width: 768px) {
  .page-template-template-05_Contact .contact-map .column {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .page-template-template-05_Contact .contact-map .column .h3,
  .page-template-template-05_Contact .contact-map .column .text-2xl {
    display: block;
    text-align: center;
  }
}
.page-template-template-05_Contact .map {
  display: block;
  position: absolute;
  top: 0;
  right: -15%;
}
@media (max-width: 1000px) {
  .page-template-template-05_Contact .map {
    right: -35%;
  }
}
@media (max-width: 768px) {
  .page-template-template-05_Contact .map {
    position: relative;
    right: 0;
    padding: 15px;
  }
}

.page-template-template-07_Resources-Landing .resources {
  margin-bottom: 150px;
}
.page-template-template-07_Resources-Landing .resources-items {
  list-style: none;
  padding-left: 2rem;
  border-left: 5px solid #e17026;
  margin-left: 0;
}
@media print, screen and (min-width: 40em) {
  .page-template-template-07_Resources-Landing .resources-items {
    margin-left: 3rem;
  }
}
@media print, screen and (min-width: 64em) {
  .page-template-template-07_Resources-Landing .resources-items {
    margin-left: 4rem;
  }
}
.page-template-template-07_Resources-Landing .resources-items li {
  border: 1px solid #edf3f6;
  border-radius: 0.25rem;
  transition: all 300ms ease-in-out;
}
.page-template-template-07_Resources-Landing .resources-items li:not(:last-of-type) {
  margin-bottom: 1rem;
}
.page-template-template-07_Resources-Landing .resources-items li a {
  padding: 1rem 1.25rem 1rem 4rem;
  display: block;
  position: relative;
  font-family: "ff-meta-serif-web-pro", "Times New Roman", serif;
  font-size: 1.1875rem;
  color: #4e5a62;
}
.page-template-template-07_Resources-Landing .resources-items li a:before {
  position: absolute;
  content: "";
  width: 24px;
  height: 28px;
  background-image: url(../images/pdf.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 50%;
  left: 1.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-template-template-07_Resources-Landing .resources-items li a:hover {
  color: #e17026;
}

.social-links {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
@media (max-width: 400px) {
  .social-links {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: center;
            justify-content: center;
  }
}
.social-links span {
  margin-right: 1.75rem;
}
@media (max-width: 400px) {
  .social-links span {
    width: 100%;
    text-align: center;
    margin-right: 0;
  }
}
.social-links ul {
  list-style-type: none;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  margin: 0;
}
@media (max-width: 400px) {
  .social-links ul {
    width: 100%;
    -webkit-justify-content: center;
            justify-content: center;
  }
}
.social-links .social-icon {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: 40px;
  height: 50px;
  margin: 0 6px;
  transition: all 300ms ease-in-out;
}
.social-links .social-icon svg {
  width: 35px;
  height: 35px;
}
.social-links .social-icon svg:hover path, .social-links .social-icon svg:focus path {
  opacity: 0.75;
}
.social-links .social-icon svg path {
  transition: all 300ms ease-in-out;
}

.page-navigation ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 0;
}
.page-navigation li {
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  border-radius: 0.125rem;
  width: 55px;
  height: 52px;
  margin: 0 5px;
}
.page-navigation li:not(.current):hover a {
  color: #ff6b16;
}
.page-navigation li.current {
  background-color: transparent;
  position: relative;
}
.page-navigation li.current:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/oval.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.page-navigation li a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  font-size: 1.125rem;
  color: #434b4f;
  height: 100%;
  width: 100%;
}
.page-navigation li a:hover {
  background-color: transparent;
}

.button {
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.4px;
  border-radius: 12px;
  position: relative;
  margin-bottom: 0;
  transition: all 300ms ease-in-out;
}
.button-primary, .button[type=submit] {
  color: #ffffff;
  box-shadow: 0 10px 50px -15px #ff6b16;
  padding: 1rem 2rem;
  overflow: hidden;
  background: transparent;
  border: none;
}
.button-primary:before, .button-primary:after, .button[type=submit]:before, .button[type=submit]:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 300ms ease-in-out;
}
.button-primary:before, .button[type=submit]:before {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0)), linear-gradient(103deg, #ff6b16, #f76b1c);
}
.button-primary:after, .button[type=submit]:after {
  background: linear-gradient(to bottom, #fad961, #f76b1c);
  opacity: 0;
}
.button-primary span, .button[type=submit] span {
  position: relative;
  z-index: 100;
}
.button-primary:hover, .button-primary:focus, .button[type=submit]:hover, .button[type=submit]:focus {
  color: #ffffff;
}
.button-primary:hover:before, .button-primary:focus:before, .button[type=submit]:hover:before, .button[type=submit]:focus:before {
  opacity: 0;
}
.button-primary:hover:after, .button-primary:focus:after, .button[type=submit]:hover:after, .button[type=submit]:focus:after {
  opacity: 1;
}
.button[type=submit] {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0)), linear-gradient(103deg, #ff6b16, #f76b1c) !important;
  padding: 1rem 3rem;
}
.button[type=submit]:hover, .button[type=submit]:focus {
  background: linear-gradient(to bottom, #fad961, #f76b1c) !important;
}
.button-secondary {
  background: linear-gradient(to top, #fff7f2, #ffffff);
  color: #1e1f1f;
  box-shadow: 0 10px 35px -10px rgba(0, 0, 0, 0.25);
  padding: 0.75rem 2rem;
}
.button-secondary:hover, .button-secondary:focus {
  color: #ff6b16;
}

.button-wrapper .button:not(:last-of-type) {
  margin-right: 15px;
  margin-bottom: 15px;
}

.card-simple,
.card-service,
.card-image {
  display: block;
  background-color: #ffffff;
  padding: 15px;
  box-shadow: 0 10px 50px -15px rgba(0, 0, 0, 0.25);
  max-width: 475px;
  margin-left: auto;
  margin-right: auto;
}
.card-simple:hover .image:after, .card-simple:focus .image:after,
.card-service:hover .image:after,
.card-service:focus .image:after,
.card-image:hover .image:after,
.card-image:focus .image:after {
  opacity: 1;
  top: 0;
}
.card-simple:hover .image .button, .card-simple:focus .image .button,
.card-service:hover .image .button,
.card-service:focus .image .button,
.card-image:hover .image .button,
.card-image:focus .image .button {
  opacity: 1;
}
.card-simple .image,
.card-service .image,
.card-image .image {
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 18px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
  padding: 15px;
}
.card-simple .image:after,
.card-service .image:after,
.card-image .image:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(250, 217, 97, 0.65), #f76b1c);
  opacity: 0;
  transition: all 300ms ease-in-out;
}
.card-simple .image .button,
.card-service .image .button,
.card-image .image .button {
  opacity: 0;
  position: relative;
  z-index: 1;
}
.card-simple h4,
.card-service h4,
.card-image h4 {
  color: #1e1f1f;
  line-height: 1;
}

.card-image {
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}
@media print, screen and (min-width: 64em) {
  .card-image {
    padding: 15px;
  }
}

.card-press,
.card-blog,
.card-post {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.card-press .image,
.card-blog .image,
.card-post .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 200px;
  position: relative;
}
.card-press .image:after,
.card-blog .image:after,
.card-post .image:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(250, 217, 97, 0.65), #f76b1c);
  opacity: 0;
  transition: all 300ms ease-in-out;
}
.card-press .image:hover:after, .card-press .image:focus:after,
.card-blog .image:hover:after,
.card-blog .image:focus:after,
.card-post .image:hover:after,
.card-post .image:focus:after {
  top: 0;
  opacity: 0.85;
}
.card-press h4,
.card-blog h4,
.card-post h4 {
  transition: all 300ms ease-in-out;
}
.card-press h4:hover, .card-press h4:focus,
.card-blog h4:hover,
.card-blog h4:focus,
.card-post h4:hover,
.card-post h4:focus {
  opacity: 0.75;
}
.card-press .category,
.card-blog .category,
.card-post .category {
  color: #1e1f1f;
  font-size: 1.0625rem;
  background-color: #ffffff;
  padding: 0.5rem 1rem;
  display: inline-block;
  position: absolute;
  top: 0.75rem;
  right: 0;
  z-index: 10;
}
.card-press .content,
.card-blog .content,
.card-post .content {
  position: relative;
}
.card-press .content:before,
.card-blog .content:before,
.card-post .content:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  max-width: 75px;
  height: 3px;
  background-color: #edf3f6;
}
.card-press .link,
.card-blog .link,
.card-post .link {
  font-size: 1rem;
  font-weight: 500;
  color: #e17026;
}
.card-press .link:hover, .card-press .link:focus,
.card-blog .link:hover,
.card-blog .link:focus,
.card-post .link:hover,
.card-post .link:focus {
  color: #ff6b16;
}

.cta {
  margin-bottom: 150px;
  padding-top: 50px;
}
@media print, screen and (min-width: 40em) {
  .cta {
    margin-top: 150px;
  }
}
.cta .image {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
}
@media print, screen and (min-width: 40em) {
  .cta .image:before {
    content: "";
    position: absolute;
    width: 405px;
    height: 405px;
    left: -5%;
    top: -35%;
    background-image: url(../images/blobs.svg);
    background-repeat: no-repeat;
    overflow: visible !important;
    background-size: cover;
    z-index: -1;
  }
}
.cta .image img {
  width: 475px;
  box-shadow: 0 10px 35px -10px rgba(0, 0, 0, 0.25);
}

.testimonials {
  margin-top: 100px;
  margin-bottom: 150px;
}
.testimonials h3 {
  margin-bottom: 5rem;
}
.testimonials .testimonial-item {
  position: relative;
}
@media print, screen and (min-width: 40em) {
  .testimonials .testimonial-item:before {
    content: "";
    position: absolute;
    width: 455px;
    height: 435px;
    left: -250px;
    top: -100px;
    background-image: url(../images/blobs-advocates.svg);
    background-repeat: no-repeat;
    overflow: visible !important;
    background-size: cover;
    z-index: -1;
  }
}
.testimonials .testimonial-item .row {
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}
.testimonials .testimonial-item .row .testimonial-item-top {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media print, screen and (min-width: 40em) {
  .testimonials .testimonial-item .row .testimonial-item-top {
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
@media print, screen and (min-width: 40em) {
  .testimonials .testimonial-item .row .testimonial-item-top .testimonial-image {
    position: relative;
    height: 260px;
  }
  .testimonials .testimonial-item .row .testimonial-item-top .testimonial-image:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0.75rem;
    background-color: #f76b1c;
    width: 8px;
    height: 100%;
    z-index: -1;
  }
}
.testimonials .testimonial-item .row .testimonial-item-top .thumbnail {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 190px;
  height: 190px;
  box-shadow: 0 10px 50px -15px rgba(0, 0, 0, 0.25);
}
.testimonials .testimonial-item .row .testimonial-item-top .play {
  cursor: pointer;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  background-color: #e17026;
  position: absolute;
  top: 150px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  transition: all 300ms ease-in-out;
}
.testimonials .testimonial-item .row .testimonial-item-top .play:after {
  width: 65px;
  height: 65px;
  position: absolute;
  content: "";
  background-image: url(../images/play.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.testimonials .testimonial-item .row .testimonial-item-top .play:hover, .testimonials .testimonial-item .row .testimonial-item-top .play:focus {
  background-color: #ff6b16;
}
.testimonials .testimonial-item .row .testimonial-item-top .testimonial-content {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .testimonials .testimonial-item .row .testimonial-item-top .testimonial-content {
    width: calc(100% - 190px);
  }
}
.testimonials .testimonial-nav {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}
@media print, screen and (min-width: 40em) {
  .testimonials .testimonial-nav {
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
}
.testimonials .testimonial-nav-item {
  cursor: pointer;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background-color: #e17026;
  box-shadow: 0 10px 35px -10px rgba(0, 0, 0, 0.25);
  position: relative;
  margin: 1rem;
  transition: all 300ms ease-in-out;
}
.testimonials .testimonial-nav-item:after {
  width: 28px;
  height: 21px;
  position: absolute;
  content: "";
  background-image: url(../images/arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.testimonials .testimonial-nav-item:hover, .testimonials .testimonial-nav-item:focus {
  background-color: #ff6b16;
}
.testimonials .testimonial-nav-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.form-section {
  margin-top: 150px;
  margin-bottom: 150px;
  position: relative;
}
@media print, screen and (min-width: 40em) {
  .form-section:after {
    content: "";
    position: absolute;
    width: 950px;
    height: 950px;
    right: -15%;
    top: -25%;
    background-image: url(../images/form-blob.svg);
    background-repeat: no-repeat;
    overflow: visible !important;
    background-size: cover;
    z-index: -1;
  }
}

.latest-posts h3 {
  margin-bottom: 4rem;
}

.tabs {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
          align-items: center;
  list-style-type: none;
  margin: 0;
  border: none;
}
.tabs-title {
  min-width: 170px;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .tabs-title {
    width: auto;
  }
}
.tabs-panel {
  padding: 0;
}
.tabs-content {
  border: none;
}
@media print, screen and (min-width: 40em) {
  .tabs li:not(:last-of-type) {
    margin-right: 30px;
  }
}
.tabs li.is-active a {
  color: #e17026;
}
.tabs li.is-active a:after {
  background-color: #e17026;
}
.tabs a {
  display: block;
  background-color: transparent !important;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: -0.7px;
  text-align: center;
  color: #1e1f1f;
  position: relative;
  padding: 1.5rem;
  outline: none;
}
.tabs a:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #edf3f6;
  transition: all 300ms ease-in-out;
}
.tabs a:hover, .tabs a:focus {
  color: #e17026;
}
/*# sourceMappingURL=site.css.map */