@font-face {
  font-family: "Proxima Soft Light";
  src: url("/wp-content/themes/sonoma/assets/fonts/ProximaSoft-Light.eot");
  src: url("/wp-content/themes/sonoma/assets/fonts/ProximaSoft-Light.eot#iefix") format("embedded-opentype");
  src: url("/wp-content/themes/sonoma/assets/fonts/ProximaSoft-Light.woff") format("woff");
  src: url("/wp-content/themes/sonoma/assets/fonts/ProximaSoft-Light.woff2") format("woff2");
  src: url("/wp-content/themes/sonoma/assets/fonts/ProximaSoft-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Proxima Soft Bold";
  src: url("/wp-content/themes/sonoma/assets/fonts/ProximaSoft-Bold.eot");
  src: url("/wp-content/themes/sonoma/assets/fonts/ProximaSoft-Bold.eot#iefix") format("embedded-opentype");
  src: url("/wp-content/themes/sonoma/assets/fonts/ProximaSoft-Bold.woff") format("woff");
  src: url("/wp-content/themes/sonoma/assets/fonts/ProximaSoft-Bold.woff2") format("woff2");
  src: url("/wp-content/themes/sonoma/assets/fonts/ProximaSoft-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Proxima Soft";
  src: url("/wp-content/themes/sonoma/assets/fonts/ProximaSoft-Regular.eot");
  src: url("/wp-content/themes/sonoma/assets/fonts/ProximaSoft-Regular.eot#iefix") format("embedded-opentype");
  src: url("/wp-content/themes/sonoma/assets/fonts/ProximaSoft-Regular.woff") format("woff");
  src: url("/wp-content/themes/sonoma/assets/fonts/ProximaSoft-Regular.woff2") format("woff2");
  src: url("/wp-content/themes/sonoma/assets/fonts/ProximaSoft-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("/wp-content/themes/sonoma/assets/fonts/HelveticaNeueLT-Medium.eot");
  src: url("/wp-content/themes/sonoma/assets/fonts/HelveticaNeueLT-Medium.eot#iefix") format("embedded-opentype");
  src: url("/wp-content/themes/sonoma/assets/fonts/HelveticaNeueLT-Medium.woff") format("woff");
  src: url("/wp-content/themes/sonoma/assets/fonts/HelveticaNeueLT-Medium.woff2") format("woff2");
  src: url("/wp-content/themes/sonoma/assets/fonts/HelveticaNeueLT-Medium.ttf") format("truetype");
}

@keyframes logo-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes pulseout {
  from {
    transform: scale(1);
    opacity: 1;
  }

  to {
    transform: scale(1.15);
    opacity: 0;
  }
}

.icon {
  width: 20px;
  height: 20px;
  fill: #1d1e1c;
  vertical-align: middle;
  display: inline-block;
  transition: fill 0.2s linear;
}

.icon--logo {
  fill: #00D959;
  width: 130px;
  height: 40px;
}

.icon--logo-alt {
  fill: #00205C;
  width: 100px;
  height: 30px;
}

.icon--footer {
  fill: #fff;
  margin-right: 3px;
}

@media all and (min-width: 820px) {
  .icon--footer {
    margin-right: 10px;
  }
}

.icon--card {
  fill: #00D959;
  width: 40px;
  height: 40px;
}

.icon--tertiary-cta {
  fill: #00D959;
  margin-left: 10px;
  width: 15px;
  height: 15px;
}

.icon--outline-cta {
  fill: #00D959;
  margin-left: 10px;
  width: 15px;
  height: 15px;
}

.btn:hover .icon--outline-cta {
  fill: #fff;
}

.icon--outline-white-cta {
  fill: #fff;
  margin-left: 10px;
  width: 15px;
  height: 15px;
}

.btn:hover .icon--outline-white-cta {
  fill: #00D959;
}

.icon--outline-secondary-cta {
  fill: #00205C;
  margin-left: 10px;
  width: 15px;
  height: 15px;
}

.btn:hover .icon--outline-secondary-cta {
  fill: #00D959;
}

.icon--link-cta {
  fill: #00D959;
  margin-left: 10px;
  width: 15px;
  height: 15px;
}

.btn:hover .icon--link-cta {
  fill: #00D959;
  text-decoration: underline;
}

/* stylelint-disable */

*,
*:before,
*:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
  font-weight: normal;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: "monospace", monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

a img {
  outline: none;
  border: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: "monospace", monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  border: 0;
  background: 0;
}

button:focus,
[type=button]:focus,
[type=reset]:focus,
[type=submit]:focus {
  outline: 0;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

figure {
  margin: 0;
}

blockquote::before,
blockquote::after {
  content: "";
}

/* stylelint-enable */

html {
  font-size: 16px;
}

body {
  font-family: Helvetica, "Helvetica Neue", "Proxima Soft", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.1;
  box-sizing: border-box;
  color: #000;
  background: #fff;
}

@media all and (min-width: 1921px) {
  body {
    font-size: 24px;
  }
}

*,
*:before,
*:after {
  box-sizing: inherit;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
}

a {
  font-weight: 400;
  text-decoration: underline;
  color: #00D959;
  font-size: 16px;
  font-family: Helvetica, "Helvetica Neue", "Proxima Soft", Arial, sans-serif;
}

@media all and (min-width: 1921px) {
  a {
    font-size: 24px;
  }
}

p {
  font-family: Helvetica, "Helvetica Neue", "Proxima Soft Light", Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.813;
  letter-spacing: -0.22px;
  color: #575756;
}

@media all and (min-width: 1921px) {
  p {
    font-size: 24px;
  }
}

li {
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: Helvetica, "Helvetica Neue", "Proxima Soft", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.1;
  margin: 30px 0 15px;
}

h1 {
  font-size: 60px;
  margin-top: 0;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

small,
.text_small {
  font-size: 14px;
}

@media all and (min-width: 1921px) {
  small,
  .text_small {
    font-size: 22px;
  }
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
}

@media all and (min-width: 820px) {
  .container {
    max-width: calc(100% - 30px);
    padding: 0;
  }
}

@media all and (min-width: 1024px) {
  .container {
    max-width: calc(100% - 226px);
    padding: 0;
  }
}

.container__wrap {
  padding: 0 30px;
}

@media all and (min-width: 820px) {
  .container__wrap {
    padding: 0;
  }
}

.container__wrap img {
  vertical-align: middle;
}

.page__wrap {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.page__title {
  color: #1d1e1c;
  padding: 0 30px;
}

@media all and (min-width: 820px) {
  .page__title {
    padding: 0;
  }
}

.page__subtitle {
  margin: 0 0 15px;
}

.page__row {
  padding: 40px 0;
  border-bottom: 1px solid #c8d2e7;
}

/* Text meant only for screen readers. */

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.outer-wrapper {
  background-color: #fff;
  padding-top: 60px;
}

@media all and (min-width: 820px) {
  .outer-wrapper {
    padding-top: 78px;
  }
}

.logged-in .outer-wrapper {
  padding-top: 60px;
}

.search-results .outer-wrapper {
  background-color: rbga(#575756, 0.1);
}

.hide {
  display: none !important;
}

.kioken-tabs-content {
  border: none !important;
  padding: 20px 20px 0px 20px !important;
}

.kioken-tabs-buttons {
  border: none !important;
}

.kioken-tabs-buttons-items {
  border: none !important;
  border-bottom: 1px solid #00D959;
  font-size: 37px !important;
  font-weight: 700 !important;
  letter-spacing: -1.24px !important;
  color: #00D959 !important;
  padding: 0 0 1rem !important;
  opacity: 0.3;
}

.kioken-tabs-buttons-items.kioken-tabs-buttons-item-active {
  opacity: 1;
  border-top: none;
  border-left: none;
  border-right: none;
  color: #00D959;
  border-bottom: 1px solid #00D959;
}

.band {
  background: #00D959;
}

.band--two-col,
.band--three-col,
.band--four-col,
.band--2-3,
.band--1-2,
.band--no-background {
  background: none;
}

.band--reverse .band__content {
  order: 1;
}

.band--reverse .band__content:first-child {
  order: 3;
}

.band--reverse .band__content:last-child {
  order: 2;
}

.band--grey {
  background: #575756;
}

.band--grey .band__text > a {
  color: #fff;
}

.band--grey-light {
  background: #F1F1F1;
}

.band__container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media all and (min-width: 820px) {
  .band__container {
    max-width: calc(100% - 30px);
  }
}

@media all and (min-width: 1024px) {
  .band__container {
    max-width: calc(100% - 226px);
  }
}

.band--two-col .band__container,
.band--three-col .band__container,
.band--four-col .band__container,
.band--2-3 .band__container,
.band--1-2 .band__container {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: 100%;
}

@media all and (min-width: 820px) {
  .band--two-col .band__container,
  .band--three-col .band__container,
  .band--four-col .band__container,
  .band--2-3 .band__container,
  .band--1-2 .band__container {
    flex-direction: row;
  }
}

@media all and (min-width: 820px) {
  .band--2-3 .band__container {
    max-width: calc(100% - 30px);
  }
}

@media all and (min-width: 1024px) {
  .band--2-3 .band__container {
    max-width: calc(100% - 226px);
  }
}

@media all and (min-width: 820px) {
  .band--right .band__container {
    flex-direction: row-reverse;
  }
}

@media all and (max-width: 819px) {
  .band--left .band__container,
  .band--right .band__container {
    flex-direction: column-reverse;
  }
}

.band__content {
  width: 100%;
  max-width: 500px;
  text-align: center;
  padding: 45px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.content__wrap .band__content {
  padding: 45px 0;
}

@media all and (min-width: 820px) {
  .band__content {
    padding: 60px 0;
  }
}

.band__content a[href^=tel],
.band__content > * a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

.band__content .card__icon {
  margin-top: 0;
  margin-bottom: 30px;
}

.band__content__img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media all and (max-width: 820px) {
  .band__content__img {
    padding: 150px;
  }
}

.band__content__img img {
  opacity: 0;
  width: 100%;
}

.band__content--darken {
  background: #241860;
}

.band__content--primary {
  background: #00D959;
}

.band__content--secondary {
  background: #00205C;
}

.band__content--tertiary {
  background: #9E28B5;
}

@media all and (min-width: 820px) {
  .band--right .band__content {
    padding: 60px 20px;
  }
}

@media all and (min-width: 1024px) {
  .band--right .band__content {
    padding: 60px 60px 60px 113px;
  }
}

@media all and (min-width: 820px) {
  .band--left .band__content {
    padding: 60px 20px;
  }
}

@media all and (min-width: 1024px) {
  .band--left .band__content {
    padding: 60px 113px 60px 60px;
  }
}

.band--2-3 .band__content {
  width: 100%;
  text-align: left;
  max-width: 100%;
  padding: 45px 30px 15px;
}

@media all and (min-width: 820px) {
  .band--2-3 .band__content {
    width: 30%;
    padding: 60px 0;
  }
}

.band--2-3 .band__content:last-of-type {
  padding: 0 30px 45px;
}

@media all and (min-width: 820px) {
  .band--2-3 .band__content:last-of-type {
    width: 65%;
    padding: 60px 0;
  }
}

.band--1-2 .band__content {
  max-width: 100%;
  text-align: left;
  align-items: flex-start;
  justify-content: flex-start;
}

.band--two-col .band__content,
.band--three-col .band__content,
.band--four-col .band__content {
  width: 100%;
  max-width: 100%;
  padding: 45px 30px;
  justify-content: flex-start;
}

@media all and (min-width: 1024px) {
  .band--two-col .band__content,
  .band--three-col .band__content,
  .band--four-col .band__content {
    padding: 60px 30px;
  }
}

@media all and (min-width: 820px) {
  .band--two-col .band__content,
  .band--1-2 .band__content {
    width: 50%;
    min-height: 400px;
  }
}

@media all and (min-width: 820px) {
  .band--three-col .band__content {
    width: 33.3333%;
  }
}

@media all and (min-width: 820px) {
  .band--four-col .band__content {
    width: 25%;
  }
}

.band--video .band__content:first-of-type {
  padding: 0;
  justify-content: center;
}

.band__title {
  color: #00205C;
  font-family: Helvetica, "Helvetica Neue", "Proxima Soft", Arial, sans-serif;
  font-weight: 300;
  line-height: 25px;
  margin: 0;
  width: 100%;
}

@media all and (max-width: 819px) {
  .band__title {
    font-size: 24px;
  }

  .band__title a {
    font-size: 24px;
  }
}

.band__content--primary .band__title {
  color: #00205C;
}

.band__content--secondary .band__title {
  color: #00205C;
}

.band__content--tertiary .band__title {
  color: #1d1e1c;
}

.band--grey .band__title {
  color: #00205C;
}

.band--white .band__title {
  color: #fff;
  margin-bottom: 15px;
}

.band__text {
  color: #fff;
  font-family: Helvetica, "Helvetica Neue", "Proxima Soft Light", Arial, sans-serif;
  margin-bottom: 15px;
  white-space: pre-line;
  width: 100%;
  line-height: 29px;
}

.band__text--no-margin {
  margin: 0;
}

.band__content--primary .band__text {
  color: #00205C;
}

.band__content--secondary .band__text {
  color: #1d1e1c;
}

.band__content--tertiary .band__text {
  color: #1d1e1c;
}

.band--grey .band__text {
  font-family: Helvetica, "Helvetica Neue", "Proxima Soft", Arial, sans-serif;
  font-weight: 400;
}

.band--white .band__text {
  color: #1d1e1c;
}

.band--two-col .band__text,
.band--three-col .band__text,
.band--four-col .band__text {
  margin: 15px auto;
}

.band--two-col .band__text {
  max-width: 500px;
}

.band__cta {
  margin-top: 15px;
}

.band__video__wrap {
  display: block;
  position: relative;
  width: 100%;
  max-width: calc(16 / 9 * (100vh - 200px));
  height: auto;
  max-height: calc(100vh - 200px);
  margin: 0 auto;
}

.band__video__wrap:before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  padding-top: calc(9 / 16 * 100%);
}

.band__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.band__video__wrap--full {
  position: relative;
  padding-bottom: 56.25% !important;
  height: 0;
  width: 100%;
}

@media all and (min-width: 1400px) {
  .band__video__wrap--full {
    padding-bottom: 48.25% !important;
  }
}

@media all and (min-width: 1500px) {
  .band__video__wrap--full {
    padding-bottom: 43.25% !important;
  }
}

@media all and (min-width: 1800px) {
  .band__video__wrap--full {
    padding-bottom: 39.25% !important;
  }
}

.btn {
  background: #00D959;
  border: 2px solid #00D959;
  color: #fff;
  font-family: Helvetica, "Helvetica Neue", "Proxima Soft Bold", Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  padding: 15px 20px;
  border-radius: 6px;
  transition: all 0.2s linear;
  cursor: pointer;
  outline: 0;
  text-decoration: none;
  display: inline-block;
}

.btn:hover {
  background: #241860;
  border: 2px solid #241860;
  color: #fff;
}

.btn__wrap {
  padding: 0 30px 60px;
  text-align: center;
}

.btn--primary {
  background: #00D959;
  border: 2px solid #00D959;
  color: #fff;
}

.btn--primary:hover {
  background: #241860;
  border: 2px solid #241860;
  color: #fff;
}

.btn--secondary {
  background: transparent;
  border: 2px solid #00205C;
  color: #00205C;
}

.btn--secondary:hover {
  background: #9E28B5;
  border: 2px solid #9E28B5;
  color: #00D959;
}

.btn--tertiary {
  background: #fff;
  border: 2px solid #fff;
  color: #00D959;
}

.btn--tertiary:hover {
  background: #9E28B5;
  border: 2px solid #9E28B5;
  color: #00D959;
}

.btn--outline {
  background: transparent;
  border: 2px solid #00D959;
  color: #00D959;
}

.btn--outline:hover {
  background: #00D959;
  border: 2px solid #00D959;
  color: #fff;
}

.btn--outline-white {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.btn--outline-white:hover {
  background: #fff;
  border: 2px solid #fff;
  color: #00D959;
}

.btn--outline-primary {
  background: transparent;
  border: 2px solid #00D959;
  color: #00D959;
}

.btn--outline-secondary {
  background: transparent;
  border: 2px solid #00205C;
  color: #00205C;
}

.btn--outline-secondary:hover {
  background: #00205C;
  border: 2px solid #00205C;
  color: #00D959;
}

.btn--link {
  background: none;
  border: 0;
  padding: 0;
  color: #00D959;
}

.btn--link:hover {
  background: none;
  border: 0;
  color: #00D959;
  text-decoration: underline;
}

.btn--rounded {
  border-radius: 50px;
}

.card {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  text-decoration: none;
  text-align: left;
  min-height: 400px;
  height: 100%;
  box-shadow: 0px 10px 20px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

@media all and (min-width: 820px) {
  .card {
    min-height: 465px;
  }
}

@media all and (min-width: 820px) {
  #news-posts-wrap .card,
  #knowledge-hub-posts-wrap .card {
    height: 575px;
  }
}

#news-posts-wrap .card .card__image,
#knowledge-hub-posts-wrap .card .card__image {
  flex: 0 1 60%;
}

#news-posts-wrap .card .card__body,
#knowledge-hub-posts-wrap .card .card__body {
  flex: 1 1 220px;
}

.card:hover {
  text-decoration: none;
}

@media all and (min-width: 820px) {
  .card:hover .card__body {
    flex: 1;
    border-radius: 12px;
  }

  .card:hover .card__cta {
    height: auto;
    padding: 10px 0 30px;
    transition: height 0.3s linear, padding 0.3s linear;
    text-decoration: none;
  }
}

.card__tag {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: 50px;
  padding: 10px 20px;
  margin: 0 auto auto 0;
}

.card__wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  padding: 30px;
  position: relative;
}

@media all and (min-width: 820px) {
  .card__wrap {
    flex-direction: row;
    margin: 60px -15px 30px;
    padding: 0;
  }
}

@media all and (min-width: 1366px) {
  .card__wrap {
    margin: 60px -30px 30px;
  }
}

.card__wrap--popular {
  background: #F1F1F1;
  padding: 15px 0;
  margin: 30px 0;
}

@media all and (min-width: 600px) {
  .card__wrap--popular {
    padding: 45px 0;
  }
}

@media all and (min-width: 820px) {
  .card__wrap--popular {
    padding: 90px 0;
  }
}

@media all and (min-width: 600px) {
  .card__wrap--popular .card__spacer {
    margin: 0;
  }
}

.card__wrap--contained .card__img {
  background-size: contain;
}

.card__wrap h2 {
  font-size: 27px;
  font-weight: 700;
  letter-spacing: -0.9px;
  line-height: 1;
  width: 100%;
  margin-left: 15px;
}

@media all and (min-width: 600px) {
  .card__wrap h2 {
    margin-left: 30px;
  }
}

@media all and (min-width: 820px) {
  .card__wrap h2 {
    position: absolute;
    bottom: calc(100% + 15px);
    margin: 0 0 0 30px;
    width: auto;
  }
}

.card__wrap h2:last-of-type:not(.search-results-title) {
  left: 50%;
  margin-top: 0;
}

.card__spacer {
  width: 100%;
  padding: 0 15px 0px;
  margin: 0 0 30px;
  position: relative;
}

@media all and (min-width: 600px) {
  .card__spacer {
    width: 50%;
  }
}

@media all and (min-width: 820px) {
  .card__spacer {
    margin: 0 0 60px;
    padding: 0 15px;
    width: 25%;
  }
}

@media all and (min-width: 1366px) {
  .card__spacer {
    padding: 0 30px;
  }
}

.card__spacer:last-child {
  margin-right: auto;
}

@media all and (max-width: 820px) {
  .card__spacer:last-child {
    margin-bottom: 0;
  }
}

.card__body {
  margin: 0;
  width: 100%;
  text-align: left;
  position: absolute;
  bottom: 0;
  padding: 30px 30px 0;
  transition: flex 0.3s ease-out, border-radius 0.3s linear;
  height: 100%;
  flex: 0;
  min-height: 220px;
  display: flex;
  flex-direction: column;
}

@media all and (min-width: 820px) {
  .card__body {
    padding: 30px 15px 0;
  }
}

@media all and (min-width: 1200px) {
  .card__body {
    padding: 30px 30px 0;
  }
}

.card__close {
  background: transparent;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 0;
  z-index: 1;
}

@media all and (min-width: 820px) {
  .card__close {
    display: none;
  }
}

.card__close:before,
.card__close:after {
  content: "";
  border-bottom: 2px solid black;
  height: 2px;
  width: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.card__close:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.card__close:after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.card__close:hover {
  opacity: 0 !important;
}

.card__profile:hover .card__close {
  opacity: 1;
}

.card__img {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  min-height: 100%;
  height: 100%;
  width: 100%;
  border-radius: 0;
}

@media all and (min-width: 820px) {
  .card__img {
    min-height: 100%;
  }
}

.card__img:after {
  content: "";
  background: linear-gradient(30deg, #00205c, rgba(0, 32, 92, 0));
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.card__title {
  color: #fff;
  font-family: Helvetica, "Helvetica Neue", "Proxima Soft", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

.card__content {
  color: #fff;
  font-family: Helvetica, "Helvetica Neue", "Proxima Soft", Arial, sans-serif;
}

.card__subtitle {
  color: #fff;
  font-family: Helvetica, "Helvetica Neue", "Proxima Soft Light", Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin: 10px 0;
}

.card__text {
  color: #fff;
  font-family: Helvetica, "Helvetica Neue", "Proxima Soft Light", Arial, sans-serif;
  font-weight: 300;
  margin: 10px 0 10px;
  min-height: 150px;
}

.card__overlay {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card__cta {
  font-size: 20px;
  text-align: center;
  border-radius: 0;
  height: auto;
  position: relative;
  padding: 10px 0 30px;
  margin: 10px auto 0 0;
  z-index: 1;
  transition: height 0.3s linear, padding 0.3s linear;
  cursor: pointer;
  text-decoration: none;
}

@media all and (min-width: 820px) {
  .card__cta {
    height: 0;
    padding: 0;
  }
}

.card__icon {
  text-align: center;
  width: 40px;
  height: 40px;
  margin: 60px auto 0;
  background-size: contain;
  background-repeat: no-repeat;
}

.card--profile {
  min-height: 520px;
}

.card--profile .card__img {
  min-height: 300px;
}

.card--profile .card__body {
  min-height: 180px;
}

@media all and (max-width: 819px) {
  .card--profile .card__body {
    padding: 30px 30px 15px;
    min-height: 150px;
  }

  .card--profile .card__body:before {
    content: "";
    z-index: 0;
    position: absolute;
    top: -12px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50px;
    height: 30px;
    border-radius: 12px;
    background-color: #fff;
    background-image: url(/images/dots.png?4f37857c75ecd49e377cedb09ecc8ee4);
    background-size: 40%;
    background-position: 50% 30%;
    background-repeat: no-repeat;
  }
}

@media all and (max-width: 819px) {
  .card--profile .card__text {
    height: 0;
    opacity: 0;
    font-size: 0;
    transition: height 0.3s linear, opacity 0.4s linear;
  }
}

.card--profile:hover .card__body {
  flex: 1;
  border-radius: 12px;
}

.card--profile:hover .card__text {
  opacity: 1;
  font-size: 16px;
  margin: 10px 0;
  height: 400px;
}

@media all and (min-width: 360px) {
  .card--profile:hover .card__text {
    height: 330px;
  }
}

@media all and (min-width: 480px) {
  .card--profile:hover .card__text {
    height: 250px;
  }
}

@media all and (min-width: 820px) {
  .card--profile:hover .card__text {
    height: 400px;
  }
}

@media all and (min-width: 1200px) {
  .card--profile:hover .card__text {
    height: 350px;
  }
}

@media all and (min-width: 1366px) {
  .card--profile:hover .card__text {
    height: 300px;
  }
}

.card--link {
  min-height: 370px;
}

.card--link .card__body {
  flex: 1;
  position: relative;
  text-align: center;
  padding: 30px 30px 0;
}

.card--link .card__text {
  opacity: 1;
  height: auto;
  font-size: 16px;
  margin: 30px 0;
}

.card--link:hover .card__text {
  height: auto;
  margin: 30px 0;
}

.card .like-button {
  position: absolute;
  right: 30px;
  top: 30px;
}

.card .like-button .dashicons {
  color: #fff;
  font-size: 26px;
  height: 26px;
  width: 26px;
}

.card .like-button .liked .dashicons {
  color: #00D959 !important;
}

.card .like-button .like-trigger {
  text-decoration: none;
}

.contact {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 30px;
}

@media all and (min-width: 820px) {
  .contact {
    padding: 0;
    flex-direction: row;
  }
}

.contact__intro {
  margin-top: 0;
  margin-bottom: 30px;
}

.contact__map__wrap {
  width: 100%;
}

@media all and (min-width: 820px) {
  .contact__map__wrap {
    width: 50%;
  }
}

.contact__map {
  width: 100%;
  height: 100% !important;
  display: block;
  min-height: 500px;
}

.contact__form {
  width: 100%;
  padding: 30px 0;
}

@media all and (min-width: 820px) {
  .contact__form {
    padding: 0 60px;
    width: 50%;
  }
}

.contact__form label {
  padding-bottom: 10px;
  font-family: Helvetica, "Helvetica Neue", "Proxima Soft Bold", Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #00D959;
}

.contact__group--inline .contact__form label {
  color: #1d1e1c;
  font-family: Helvetica, "Helvetica Neue", "Proxima Soft", Arial, sans-serif;
  font-weight: 400;
}

.contact__form input {
  border-radius: 6px;
  border: 2px solid #00D959 !important;
  min-height: 55px;
  padding: 0 20px !important;
  font-family: Helvetica, "Helvetica Neue", "Proxima Soft", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #00D959 !important;
}

.contact__form input.has-error {
  border: 1px solid #ff0069;
}

.contact__form input:focus {
  border: 2px solid #00205C !important;
  outline: 0;
}

.contact__form input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(34, 73, 177, 0.5);
  opacity: 1;
  /* Firefox */
}

.contact__form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(34, 73, 177, 0.5);
}

.contact__form input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(34, 73, 177, 0.5);
}

.contact__form textarea {
  border-radius: 6px;
  border: 2px solid #00D959 !important;
  min-height: 150px;
  padding: 0 20px !important;
  font-family: Helvetica, "Helvetica Neue", "Proxima Soft", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #00D959 !important;
}

.contact__form textarea.has-error {
  border: 1px solid #ff0069;
}

.contact__form textarea:focus {
  border: 2px solid #00205C !important;
  outline: 0;
}

.contact__form textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(34, 73, 177, 0.5);
  opacity: 1;
  /* Firefox */
}

.contact__form textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(34, 73, 177, 0.5);
}

.contact__form textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(34, 73, 177, 0.5);
}

.contact__form select {
  appearance: none;
  min-height: 55px;
  padding: 0 20px !important;
  border-radius: 6px;
  border: 2px solid #00D959 !important;
  background: transparent;
  font-family: Helvetica, "Helvetica Neue", "Proxima Soft", Arial, sans-serif;
  font-weight: 400;
  color: #00D959;
  cursor: pointer;
}

.contact__form select:focus {
  border: 2px solid #00205C !important;
  outline: 0;
}

.contact__form select.has-error {
  border: 1px solid #ff0069;
}

.contact__form [type=checkbox] {
  display: inline-block;
  width: 22px !important;
  height: 22px !important;
  margin: 0 15px 0 0 !important;
  padding: 0 !important;
  cursor: pointer;
  border-radius: 3px;
  appearance: none;
  min-height: 0;
  transition: all 0.1s ease-out;
  background-color: #fff;
  border: 2px solid #00D959;
  vertical-align: bottom;
}

.contact__form [type=checkbox]:checked {
  background-color: #00D959;
  background-image: url(/images/tick.svg?82220eb784a92c3f3fe45c8ba05ab5b3);
  background-size: 90%;
  background-position: center;
  background-repeat: no-repeat;
  border: 2px solid #00D959;
}

.contact__form [type=checkbox]:hover {
  border: 2px solid #00D959;
}

.contact__form [type=checkbox]:focus {
  outline: 0;
  border: 2px solid #00D959;
}

.contact__form [type=radio] {
  display: inline-block;
  width: 20px !important;
  height: 20px !important;
  margin: 0 15px 0 0 !important;
  padding: 0 !important;
  cursor: pointer;
  border-radius: 50%;
  appearance: none;
  min-height: 0;
  transition: all 0.2s linear;
  background: #fff;
  vertical-align: bottom;
  border: 2px solid #00D959;
}

.contact__form [type=radio]:checked {
  border: 6px solid #00D959;
}

.contact__form [type=radio]:hover {
  border: 6px solid #00D959;
}

.contact__form [type=radio]:focus {
  outline: 0;
  border: 6px solid #00D959;
}

.contact__form .quform-submit {
  background: #00D959;
  border: 2px solid #00D959;
  color: #fff;
  font-family: Helvetica, "Helvetica Neue", "Proxima Soft Bold", Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  padding: 20px;
  border-radius: 6px;
  transition: all 0.2s linear;
  cursor: pointer;
  outline: 0;
  text-decoration: none;
  display: inline-block;
}

.contact__form .quform-submit:hover {
  background: #241860;
  border: #241860;
  color: #fff;
}

.contact__form .quform-input-select {
  position: relative;
}

.contact__form .quform-input-select:after {
  content: "";
  display: block;
  width: 20px;
  height: 11px;
  background-image: url(/images/chevron.svg?4ade288ece928765a56213895ac8fb5a);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.contact__title {
  margin: 0;
}

.contact__text {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eff3f4;
}

.footer {
  background: #241860;
  padding: 20px 30px 30px;
}

@media all and (min-width: 820px) {
  .footer {
    padding: 60px 0 0;
  }
}

.footer__container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 60px;
}

@media all and (min-width: 820px) {
  .footer__container {
    max-width: calc(100% - 30px);
  }
}

@media all and (min-width: 1024px) {
  .footer__container {
    max-width: calc(100% - 226px);
  }
}

.footer__grid {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

@media all and (min-width: 820px) {
  .footer__grid {
    flex-direction: row;
  }
}

.footer__list {
  padding: 0;
  list-style: none;
}

.footer__list__item:first-child > .footer__link {
  color: #00D959;
  font-size: 24px;
  font-family: Helvetica, "Helvetica Neue", "Proxima Soft", Arial, sans-serif;
  padding: 0 0 7.5px;
}

.footer__list--row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

@media all and (min-width: 820px) {
  .footer__list--row {
    justify-content: space-between;
  }
}

.footer__list--row .footer__list__item > .footer__link,
.footer__list--row .footer__list__item:first-child > .footer__link {
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  padding: 11px 15px;
  font-family: Helvetica, "Helvetica Neue", "Proxima Soft Bold", Arial, sans-serif;
}

@media all and (min-width: 820px) {
  .footer__list--row .footer__list__item:last-child > .footer__link {
    padding-right: 0;
  }
}

.footer__link {
  color: #fff !important;
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  padding: 11px 0;
  display: block;
  font-family: Helvetica, "Helvetica Neue", "Proxima Soft Light", Arial, sans-serif;
}

.footer__link:hover {
  text-decoration: underline;
}

.footer__link--body {
  padding: 0;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  text-decoration: underline;
  font-family: Helvetica, "Helvetica Neue", "Proxima Soft Bold", Arial, sans-serif;
}

.footer__text {
  color: #fff;
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 0;
}

.footer__mid {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: space-between;
}

@media all and (min-width: 820px) {
  .footer__bottom {
    flex-direction: row;
    margin-top: 60px;
    padding: 0;
  }
}

.footer__social__inner {
  padding: 0;
}

@media all and (min-width: 820px) {
  .footer__social__inner {
    padding-top: 30px;
  }
}

.footer__contact {
  margin: 0 0 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

@media all and (min-width: 820px) {
  .footer__contact {
    flex-direction: row;
    margin: 30px 0;
  }
}

.footer__contact__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media all and (min-width: 820px) {
  .footer__contact__inner {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}

@media all and (min-width: 1200px) {
  .footer__contact__inner {
    flex-direction: row;
  }
}

.footer__contact__link {
  color: #fff;
  font-family: Helvetica, "Helvetica Neue", "Proxima Soft Light", Arial, sans-serif;
  font-weight: 300;
  text-decoration: none;
  margin-bottom: 30px;
}

@media all and (min-width: 820px) {
  .footer__contact__link {
    margin-bottom: 15px;
  }
}

@media all and (min-width: 1200px) {
  .footer__contact__link {
    flex-direction: row;
    margin-left: 30px;
    font-size: 14px;
  }
}

@media all and (min-width: 1366px) {
  .footer__contact__link {
    font-size: 16px;
    margin-left: 60px;
  }
}

.footer__contact__link:first-of-type {
  margin-left: 0;
}

.footer__contact__link:hover {
  text-decoration: none;
}

.footer__contact__link:hover .footer__span {
  text-decoration: underline;
}

.footer__logo {
  margin-right: auto;
  margin-bottom: 30px;
  padding-right: 20px;
  max-width: 100%;
  width: 200px;
  height: 60px;
}

@media all and (min-width: 820px) {
  .footer__logo {
    margin-bottom: 0;
  }
}

.footer__icon {
  background: #fff;
  vertical-align: top;
}

.footer__span {
  display: inline-block;
  max-width: 89%;
  vertical-align: middle;
}

@media all and (min-width: 820px) {
  .footer__span {
    max-width: 100%;
  }
}

.form {
  color: #00205C;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
}

.form > * {
  display: flex;
  flex-flow: column nowrap;
  margin: 0 0 20px 0;
}

.form > *:not(.btn) {
  flex: 0 0 50%;
  padding: 0 10px;
}

.form > *.btn {
  display: block;
  flex: 0 1 auto;
  margin-left: auto;
  margin-right: 10px;
}

.form input,
.form select,
.form textarea {
  border-radius: 50px;
  border: 1px solid #eff3f4;
  padding: 15px 25px;
  margin-top: 5px;
  box-shadow: 0px 4px 12px -2px rgba(0, 0, 0, 0.15);
}

.form input:active,
.form input:focus,
.form input:focus-within,
.form select:active,
.form select:focus,
.form select:focus-within,
.form textarea:active,
.form textarea:focus,
.form textarea:focus-within {
  outline: none;
  border: 1px solid #00D959;
}

.form input ::placeholder,
.form select ::placeholder,
.form textarea ::placeholder {
  color: #eff3f4;
}

.form__title {
  color: #1d1e1c;
  margin-top: 0;
}

.form__group {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}

.form__group--select {
  position: relative;
}

.form__group--select:after {
  content: "";
  display: block;
  width: 20px;
  height: 11px;
  background-image: url(/images/chevron.svg?4ade288ece928765a56213895ac8fb5a);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  position: absolute;
  right: 20px;
  top: 65%;
  transform: translateY(-50%);
}

.form__group--inline {
  margin-bottom: 15px;
}

.form__label {
  padding-bottom: 10px;
  font-family: Helvetica, "Helvetica Neue", "Proxima Soft Bold", Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #00D959;
}

.form__group--inline .form__label {
  color: #1d1e1c;
  font-family: Helvetica, "Helvetica Neue", "Proxima Soft", Arial, sans-serif;
  font-weight: 400;
}

.form__input {
  border-radius: 6px;
  border: 2px solid #00D959;
  min-height: 55px;
  padding: 0 20px;
  font-family: Helvetica, "Helvetica Neue", "Proxima Soft", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #00D959;
}

.form__input.has-error {
  border: 1px solid #ff0069;
}

.form__input:focus {
  border: 2px solid #00205C;
  outline: 0;
}

.form__input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(34, 73, 177, 0.5);
  opacity: 1;
  /* Firefox */
}

.form__input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(34, 73, 177, 0.5);
}

.form__input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(34, 73, 177, 0.5);
}

.form__select {
  appearance: none;
  min-height: 55px;
  padding: 0 20px;
  border-radius: 6px;
  border: 2px solid #00D959;
  background: transparent;
  font-family: Helvetica, "Helvetica Neue", "Proxima Soft", Arial, sans-serif;
  font-weight: 400;
  color: #00D959;
  cursor: pointer;
}

.form__select:focus {
  border: 2px solid #00205C;
  outline: 0;
}

.form__select.has-error {
  border: 1px solid #ff0069;
}

.form__checkbox {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: 0 15px 0 0;
  padding: 0;
  cursor: pointer;
  border-radius: 3px;
  appearance: none;
  min-height: 0;
  transition: all 0.1s ease-out;
  background-color: #fff;
  border: 2px solid #00D959;
  vertical-align: bottom;
}

.form__checkbox:checked {
  background-color: #00D959;
  background-image: url(/images/tick.svg?82220eb784a92c3f3fe45c8ba05ab5b3);
  background-size: 90%;
  background-position: center;
  background-repeat: no-repeat;
  border: 2px solid #00D959;
}

.form__checkbox:hover {
  border: 2px solid #00D959;
}

.form__checkbox:focus {
  outline: 0;
  border: 2px solid #00D959;
}

.form__radio {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 15px 0 0;
  padding: 0;
  cursor: pointer;
  border-radius: 50%;
  appearance: none;
  min-height: 0;
  transition: all 0.2s linear;
  background: #fff;
  vertical-align: bottom;
  border: 2px solid #00D959;
}

.form__radio:checked {
  border: 6px solid #00D959;
}

.form__radio:hover {
  border: 6px solid #00D959;
}

.form__radio:focus {
  outline: 0;
  border: 6px solid #00D959;
}

.form__archive {
  border-radius: 0;
  border: 1px solid grey;
  padding: 8px;
}

.form__archive:focus,
.form__archive:active {
  outline: none;
}

.dialog form > *,
.form {
  color: #00205C;
  padding: 0;
  display: flex !important;
  flex-flow: row wrap !important;
}

.dialog form > * > *,
.form > * {
  display: flex;
  flex-flow: column nowrap;
  margin: 0 0 20px 0;
}

.dialog form > * > *:not(.btn),
.form > *:not(.btn) {
  flex: 0 0 100%;
  padding: 0 10px;
}

.dialog form > * > *.btn,
.form > *.btn {
  display: block;
  flex: 0 1 auto;
  margin-left: 22px;
  margin-right: auto;
}

@media all and (min-width: 820px) {
  .dialog form > * > *.btn,
  .form > *.btn {
    margin-left: 22px;
  }
}

.dialog form > * input,
.dialog form > * select,
.dialog form > * textarea,
.form input,
.form select,
.form textarea {
  border-radius: 50px;
  border: 1px solid #eff3f4;
  padding: 15px 25px;
  margin-top: 5px;
  box-shadow: 0px 4px 12px -2px rgba(0, 0, 0, 0.15);
}

.dialog form > * input:active,
.dialog form > * input:focus,
.dialog form > * input:focus-within,
.dialog form > * select:active,
.dialog form > * select:focus,
.dialog form > * select:focus-within,
.dialog form > * textarea:active,
.dialog form > * textarea:focus,
.dialog form > * textarea:focus-within,
.form input:active,
.form input:focus,
.form input:focus-within,
.form select:active,
.form select:focus,
.form select:focus-within,
.form textarea:active,
.form textarea:focus,
.form textarea:focus-within {
  outline: none;
  border: 1px solid #00D959;
}

.dialog form > * input ::placeholder,
.dialog form > * select ::placeholder,
.dialog form > * textarea ::placeholder,
.form input ::placeholder,
.form select ::placeholder,
.form textarea ::placeholder {
  color: #eff3f4;
}

.header--tabs {
  padding: 90px 0 45px;
  display: flex;
  justify-content: center;
}

.header--tabs a {
  color: #00205C;
  font-size: 24px;
  font-weight: 700px;
}

@media all and (max-width: 600px) {
  .header--tabs a--tabs {
    flex-direction: column;
  }
}

@media all and (min-width: 820px) {
  .header--tabs a {
    font-size: 37px;
  }
}

.header--tabs a:not(:last-child) {
  padding-right: 30px;
}

.header--breadcrumb {
  background: #fff;
  border-radius: 75px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 30px 40px;
  position: absolute;
  transform: translate(calc(50vw - 50%), -50%);
  max-width: calc(100% - 980px);
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0 12px 28px 0;
  z-index: 2;
}

@media all and (max-width: 1500px) {
  .header--breadcrumb {
    max-width: calc(100% - 600px);
  }
}

@media all and (max-width: 1200px) {
  .header--breadcrumb {
    max-width: calc(100% - 400px);
  }
}

@media all and (max-width: 960px) {
  .header--breadcrumb {
    max-width: calc(100% - 200px);
  }
}

@media all and (max-width: 720px) {
  .header--breadcrumb {
    max-width: calc(100% - 40px);
  }
}

@media all and (max-width: 600px) {
  .header--breadcrumb {
    max-width: calc(100% - 20px);
  }
}

.header--breadcrumb .breadcrumb,
.header--breadcrumb .breadcrumb a {
  color: #00205C;
  text-decoration: none;
  margin: 0;
}

@media all and (max-width: 480px) {
  .header--breadcrumb .breadcrumb,
  .header--breadcrumb .breadcrumb a {
    margin-left: 10px;
  }
}

.header--breadcrumb .breadcrumb a:last-child,
.header--breadcrumb .breadcrumb a a:last-child {
  font-weight: 700;
}

.header--filter {
  background: #fff;
  border-radius: 75px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 0 40px;
  position: relative;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 320px;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0 12px 28px 0;
  z-index: 2;
  margin-top: 16px;
}

@media all and (max-width: 820px) {
  .header--filter {
    border-radius: 45px !important;
    flex-flow: column wrap !important;
    transform: none !important;
    width: auto !important;
    margin: 60px -10px !important;
    position: relative !important;
    left: 0;
  }
}

.header--filter .btn {
  background: transparent !important;
  color: #000 !important;
  font-weight: 400;
  border: none;
  border-radius: 0;
  padding: 0;
}

@media all and (max-width: 820px) {
  .header--filter .btn {
    text-align: center !important;
  }
}

.header--filter .btn:hover {
  text-decoration: underline;
  text-decoration-color: #00D959;
}

.header--filter .btn-search {
  color: #00205C;
  text-decoration: none;
  flex: 0 0 auto;
  padding: 30px 15px;
  cursor: pointer;
}

@media all and (max-width: 820px) {
  .header--filter .btn-search {
    text-align: center;
    padding-top: 30px !important;
  }
}

.header--filter .btn-search:hover {
  color: #00205C;
  text-decoration: none;
}

.header--filter .reset-careers-search-filters,
.header--filter .reset-search-filters {
  color: #00205C;
  font-family: "Proxima Soft";
  font-size: 32px;
  text-decoration: none;
  line-height: 16px;
  flex: 0 0 24px;
  width: 24px;
  padding: 33px 40px 24px 24px;
  transform: rotate(45deg);
  border: none !important;
  cursor: pointer;
}

@media all and (max-width: 820px) {
  .header--filter .reset-careers-search-filters,
  .header--filter .reset-search-filters {
    margin: auto;
  }
}

.header--filter .reset-careers-search-filters:hover,
.header--filter .reset-search-filters:hover {
  color: #00205C;
}

.header--filter > * {
  padding: 0;
  flex: 1 1 auto;
  border-bottom: 1px solid #F1F1F1;
  min-height: 76px;
}

@media all and (min-width: 820px) {
  .header--filter > * {
    border-right: 1px solid #F1F1F1;
    border-bottom: none;
  }
}

@media all and (min-width: 820px) {
  .header--filter > *:first-child {
    margin-left: -40px;
  }

  .header--filter > *:first-child > a,
  .header--filter > *:first-child > div,
  .header--filter > *:first-child .form-group,
  .header--filter > *:first-child input {
    padding-left: 40px !important;
  }

  .header--filter > *:first-child .dropdown-menu {
    width: calc(100% - 40px) !important;
  }
}

.header--filter > *:first-child > a,
.header--filter > *:first-child > div,
.header--filter > *:first-child .form-group,
.header--filter > *:first-child input {
  background: transparent;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}

@media all and (min-width: 820px) {
  .header--filter > *:last-child {
    margin-right: -40px;
  }

  .header--filter > *:last-child > a,
  .header--filter > *:last-child > div,
  .header--filter > *:last-child .form-group {
    padding-right: 40px !important;
  }
}

@media all and (max-width: 820px) {
  .header--filter > *.form-input {
    display: flex;
  }

  .header--filter > *.form-input input {
    height: auto;
    width: 100%;
  }

  .header--filter > *.form-input input::placeholder {
    text-align: center;
  }
}

.header--filter > * input {
  padding-left: 15px;
}

.header--filter > a,
.header--filter button,
.header--filter input {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  color: #00205C;
}

@media all and (max-width: 820px) {
  .header--filter > a,
  .header--filter button,
  .header--filter input {
    padding-right: 15px;
  }
}

@media all and (min-width: 820px) {
  .header--filter > a:first-child,
  .header--filter button:first-child,
  .header--filter input:first-child {
    padding-left: 40px;
  }

  .header--filter > a:last-child,
  .header--filter button:last-child,
  .header--filter input:last-child {
    padding-right: 40px;
  }
}

.header--filter input {
  width: 100%;
}

.header--filter .dropdown-menu {
  background-color: #fff;
  display: none;
  overflow: auto !important;
  position: absolute;
  top: 100%;
  outline: 0;
  z-index: 1;
}

.header--filter .dropdown-menu .bs-actionsbox .btn {
  padding: 10px 15px;
  cursor: pointer;
}

.header--filter .dropdown-menu:not(.inner) {
  min-height: 0 !important;
  height: auto;
  max-height: 200px !important;
  border: 1px solid #575756;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.header--filter .dropdown-menu:focus,
.header--filter .dropdown-menu *:focus {
  outline: 0;
}

.header--filter .dropdown-menu .dropdown-menu {
  display: block;
  position: relative;
  top: inherit;
}

.header--filter .dropdown-menu > .inner {
  min-height: 0 !important;
  max-height: none !important;
  overflow: auto !important;
  padding: 0;
}

.header--filter .dropdown-menu > .inner ul {
  padding: 0;
}

.header--filter .dropdown-menu > .inner li {
  list-style: none;
  cursor: pointer;
  color: black;
  margin: 1rem 0;
  text-align: left;
}

@media all and (max-width: 820px) {
  .header--filter .dropdown-menu > .inner li {
    text-align: center;
  }
}

.header--filter .dropdown-menu > .inner li a {
  width: 100%;
  padding: 0;
  cursor: pointer;
  margin: 10px 19px;
  color: black;
  text-decoration: none;
}

.header--filter .dropdown-menu > .inner li a:hover {
  border-bottom: 1px solid #00D959 !important;
}

.header--filter .dropdown-menu > .inner li.selected {
  background-color: #00D959;
}

.header--filter .dropdown-menu > .inner li.selected a {
  color: #fff;
}

.header--filter .dropdown-menu button {
  padding: 10px 20px !important;
}

.header--filter .open .dropdown-menu {
  display: block !important;
  width: 100%;
}

.header--filter .form-group > a:first-child,
.header--filter .form-group button {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  width: 100%;
  text-align: left;
}

.header--filter .form-group-filters {
  position: relative;
}

.header--filter .form-group-filters .multi-select:focus {
  border: 1px solid grey;
}

.header--filter .form-group-filters select {
  display: none;
}

.header--back {
  position: relative;
  width: 75px;
  height: auto;
  margin: -30px 0 -30px -40px;
  border-right: 1px solid #F1F1F1;
}

@media all and (max-width: 480px) {
  .header--back {
    margin: -18px 0 -30px -44px;
  }
}

.header--back-icon {
  background-image: url(/images/arrow.svg?b683bbf2a1c4eb72abcd69cca04f2f30);
  background-size: 20px 20px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  height: 50px;
  width: 50px;
  transform: rotate(90deg) translate(-50%, 50%);
  cursor: pointer;
}

.google-map {
  width: 100%;
  height: 400px;
}

.nav {
  display: flex;
  flex-flow: column nowrap;
  position: relative;
}

.nav--top {
  position: static;
}

.nav--top .nav__list--top {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  width: 100%;
  z-index: 3;
}

@media all and (min-width: 1024px) {
  .nav--top .nav__list--top {
    width: 150px;
    margin-left: auto;
  }
}

.nav__background {
  background: #fff;
}

.nav__container {
  background: #fff;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 60px;
}

@media all and (min-width: 1024px) {
  .nav__container {
    flex-direction: row;
    justify-content: flex-end;
    min-height: auto;
    width: 100%;
    padding: 0 30px;
    max-width: 1920px;
  }
}

.nav-secondary .nav__container {
  background: transparent;
}

.nav__container--sub {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
}

.nav__container--sub > a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  margin: auto 30px auto 0;
}

.nav__header {
  margin-right: auto;
}

@media all and (max-width: 1023px) {
  .nav__header {
    padding: 10px;
  }
}

@media all and (min-width: 1024px) {
  .nav__header {
    margin: 0;
  }
}

.nav__img {
  max-width: 100%;
}

.nav__toggle {
  display: block;
  position: absolute;
  right: 20px;
  top: 19px;
  cursor: pointer;
}

@media all and (min-width: 1024px) {
  .nav__toggle {
    display: none;
  }
}

.nav__toggle__icon {
  background-color: #000;
  width: 20px;
  margin-top: 5px;
  transition: linear 0.1s;
  display: block;
  height: 3px;
  border-radius: 1px;
}

.nav__toggle__icon:first-child {
  transform: none;
}

.nav__toggle__icon:nth-child(2) {
  transform: none;
}

.nav__toggle__icon:last-child {
  transform: none;
}

.toggle--open .nav__toggle__icon:first-child {
  transform: translateY(1px) rotate(45deg);
}

.toggle--open .nav__toggle__icon:nth-child(2) {
  transform: rotateY(90deg);
}

.toggle--open .nav__toggle__icon:last-child {
  transform: translateY(-7px) rotate(-45deg);
}

.nav__menu {
  width: 100%;
  margin: 0 auto 0 0;
  max-height: calc(100vh - 60px);
  overflow: auto;
  padding-right: 80px;
}

@media all and (min-width: 1024px) {
  .nav__menu {
    width: auto;
    display: flex;
    flex-flow: row wrap;
    position: relative;
    margin: 0 0 0 auto;
    max-height: inherit;
    padding: 0;
  }
}

.nav__menu.mobile--open {
  height: calc(100vh - 60px);
  padding-right: 0;
}

.nav--top .nav__menu {
  padding-right: 0;
  width: 100%;
}

.nav__list {
  display: none;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

@media all and (min-width: 1024px) {
  .nav__list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    border-right: 1px solid #eff3f4;
    padding-right: 15px;
  }

  .nav-secondary .nav__list {
    border: none;
    justify-content: flex-end;
  }
}

.nav__list--dropdown {
  flex-direction: column;
  flex-wrap: wrap;
  background-color: #eff3f4;
  font-size: 14px;
  transition: all 0.4s ease-in-out;
  width: 100%;
  z-index: 1;
}

@media all and (max-width: 1023px) {
  .nav__list--dropdown {
    display: block;
  }
}

@media all and (min-width: 1024px) {
  .nav__list--dropdown {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    min-width: 240px;
    max-height: 400px;
    top: 100%;
    left: 0;
    right: 0;
  }
}

.is-open .nav__list--dropdown {
  /* stylelint-disable */
  /* stylelint-enable */
}

@media all and (max-width: 1023px) {
  .is-open .nav__list--dropdown {
    display: block;
  }
}

@media all and (min-width: 1024px) {
  .is-open .nav__list--dropdown {
    visibility: visible;
    opacity: 1;
    top: 100%;
  }
}

.is-open .nav__list--dropdown.nav__list--level-2 .nav__item {
  position: relative;
  width: 100%;
}

@media all and (min-width: 1024px) {
  .is-open .nav__list--dropdown.nav__list--level-2 .nav__item:hover .nav__list--level-3 {
    opacity: 1;
    z-index: 2;
  }
}

.is-open .nav__list--dropdown.nav__list--level-2 .nav__item .nav__link {
  background: transparent;
}

@media all and (max-width: 1023px) {
  .is-open .nav__list--dropdown.nav__list--level-2 .nav__item .nav__link {
    padding: 15px 30px 15px 45px;
  }
}

.is-open .nav__list--dropdown.nav__list--level-2 .nav__item .nav__link:hover {
  background: #dbe2ed;
}

.is-open .nav__list--dropdown.nav__list--level-2 .nav__item:nth-child(2) .nav__list--level-3 {
  top: -54px;
}

.is-open .nav__list--dropdown.nav__list--level-2 .nav__item:nth-child(3) .nav__list--level-4 {
  top: -108px;
}

.is-open .nav__list--dropdown .nav__list--level-3 .nav__item {
  position: relative;
  width: 100%;
}

@media all and (min-width: 1024px) {
  .is-open .nav__list--dropdown .nav__list--level-3 .nav__item:hover .nav__list--level-4 {
    opacity: 1;
    z-index: 2;
  }
}

.is-open .nav__list--dropdown .nav__list--level-3 .nav__item .nav__link {
  background: transparent;
}

@media all and (max-width: 1023px) {
  .is-open .nav__list--dropdown .nav__list--level-3 .nav__item .nav__link {
    padding: 15px 30px 15px 60px;
  }
}

.is-open .nav__list--dropdown .nav__list--level-3 .nav__item .nav__link:hover {
  background: #c8d2e7;
}

.is-open .nav__list--dropdown .nav__list--level-3 .nav__item:nth-child(2) .nav__list--level-4 {
  top: -54px;
}

.is-open .nav__list--dropdown .nav__list--level-3 .nav__item:nth-child(3) .nav__list--level-4 {
  top: -108px;
}

.is-open .nav__list--dropdown .nav__list--level-4 .nav__item {
  position: relative;
  width: 100%;
}

@media all and (min-width: 1024px) {
  .is-open .nav__list--dropdown .nav__list--level-4 .nav__item:hover .nav__list--level-4 {
    opacity: 1;
    z-index: 2;
  }
}

.is-open .nav__list--dropdown .nav__list--level-4 .nav__item .nav__link {
  background: transparent;
}

@media all and (max-width: 1023px) {
  .is-open .nav__list--dropdown .nav__list--level-4 .nav__item .nav__link {
    padding: 15px 30px 15px 75px;
  }
}

.is-open .nav__list--dropdown .nav__list--level-4 .nav__item .nav__link:hover {
  background: #afbee0;
}

@media all and (min-width: 1024px) {
  .is-open .nav__list--dropdown .nav__list--level-3,
  .is-open .nav__list--dropdown .nav__list--level-4 {
    opacity: 0;
    position: absolute;
    right: -240px;
    left: auto;
    top: 0;
  }
}

.is-open .nav__list--dropdown .nav__list--level-3 {
  background: #dbe2ed;
}

.is-open .nav__list--dropdown .nav__list--level-4 {
  background: #c8d2e7;
}

@media all and (max-width: 1023px) {
  .nav__list.mobile--open,
  .nav__list.mobile--open + .nav__list {
    background: #fff;
    display: flex;
    flex-direction: column;
    width: 100%;
    z-index: 2;
    max-height: none;
    overflow: auto;
  }
}

.nav__item {
  width: 100%;
}

@media all and (min-width: 1024px) {
  .nav__item {
    width: auto;
  }
}

.nav__item--dropdown {
  position: relative;
  width: 100%;
}

@media all and (min-width: 1024px) {
  .nav__item--dropdown {
    width: auto;
  }
}

.nav__item--padding-left .nav__link {
  padding-left: 100px !important;
  /* stylelint-disable */
  /* stylelint-enable */
}

@media all and (min-width: 1024px) {
  .nav__item--padding-left .nav__link {
    padding-left: 40px !important;
  }
}

.nav__item.is-open {
  overflow: visible;
}

.nav__item.is-open .nav__link {
  background: #eff3f4;
  color: #1d1e1c;
}

.nav__item.is-open .nav__link .nav__icon {
  fill: #1d1e1c;
  transform: rotate(-180deg);
  transform-origin: center;
}

.nav__item.is-open .nav__link .nav__icon--dropdown {
  transform: rotate(-90deg);
}

.nav__item.is-open .nav__link--dropdown:hover {
  background: #dbe2ed;
}

.nav__link {
  color: #1d1e1c;
  font-family: Helvetica, "Helvetica Neue", "Proxima Soft Bold", Arial, sans-serif;
  text-decoration: none;
  padding: 16px 32px;
  transition: all 0.2s linear;
  text-align: left;
  cursor: pointer;
  display: block;
  font-size: 16px;
}

@media all and (min-width: 1024px) {
  .nav__link {
    padding: 27px 15px;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    font-size: 15px;
  }
}

@media all and (min-width: 1200px) {
  .nav__link {
    font-size: 16px;
  }
}

.nav__link:hover {
  background: #eff3f4;
  color: #1d1e1c;
}

.nav__link:hover .nav__icon {
  fill: #1d1e1c;
}

.nav-secondary .nav__link {
  color: #fff;
}

.nav-secondary .nav__link:hover {
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
}

.nav-secondary .nav__link:hover .nav__icon,
.nav-secondary .nav__link:hover svg,
.nav-secondary .nav__link:hover g {
  fill: #fff;
}

.nav-secondary .nav__link svg,
.nav-secondary .nav__link g {
  fill: #fff;
}

.nav--top .nav__link {
  padding: 10px 30px 0;
}

@media all and (min-width: 1024px) {
  .nav--top .nav__link {
    padding: 20px 15px 5px;
  }
}

.nav--top .nav__link:hover {
  background: transparent;
  text-decoration: underline;
}

.nav__item--active .nav__link {
  color: #00D959;
}

.nav__item--active .nav__link:hover {
  color: #00205C;
}

.nav__link--dropdown {
  text-align: left;
  padding: 15px 30px;
  color: #1d1e1c;
  font-weight: 400;
  font-family: Helvetica, "Helvetica Neue", "Proxima Soft Light", Arial, sans-serif;
  justify-content: space-between;
  background: transparent;
  letter-spacing: -0.55px;
  line-height: 2.688;
}

@media all and (max-width: 1023px) {
  .nav__link--dropdown {
    background: #fff;
    padding: 15px 30px 15px;
  }
}

@media all and (min-width: 1024px) {
  .nav__link--dropdown {
    padding: 15px 20px;
  }
}

.nav__link--dropdown:hover {
  color: #241860;
}

.nav__icon {
  display: inline-block;
  height: 11px;
  width: 11px;
  min-width: 11px;
  margin-left: 10px;
  vertical-align: middle;
  transition: all 0.2s linear;
}

.nav__item--active .nav__icon {
  fill: #00D959;
}

.nav__icon--dropdown {
  display: none;
}

@media all and (min-width: 1024px) {
  .nav__icon--dropdown {
    transform: rotate(-90deg);
    float: right;
    display: block;
  }
}

.nav__search {
  border: 0;
  transition: all 0.1s;
  display: flex;
  flex-flow: row-reverse wrap;
  max-width: 375px;
  width: auto;
  margin-left: auto;
  outline: 0;
}

@media all and (min-width: 1024px) {
  .nav__search {
    margin-left: 0;
  }
}

.nav__search__btn {
  padding: 17px 30px 45px;
  z-index: 1;
  cursor: pointer;
}

@media all and (min-width: 1024px) {
  .nav__search__btn {
    bottom: 0;
    padding: 24px 30px;
  }
}

.nav__search__inner {
  color: #fff;
  width: 0;
  display: inline-block;
  visibility: hidden;
  position: relative;
  opacity: 0;
  background: rgba(255, 255, 255, 0.25);
  min-height: 60px;
}

@media all and (min-width: 1024px) {
  .nav__search__inner {
    min-height: 70px;
    max-width: 295px;
  }
}

.nav__search--open .nav__search__inner {
  min-width: 250px;
}

.nav__search__inner > div {
  box-shadow: none;
  height: 100% !important;
}

.nav__search__inner > div .probox,
.nav__search__inner > div .proinput,
.nav__search__inner > div form {
  height: 100% !important;
}

.nav__search__inner .proinput {
  margin: 0;
  padding: 0;
}

.nav__search__inner input.orig {
  box-sizing: border-box;
  width: 100%;
}

.nav__search__input {
  color: #000;
  width: auto;
  height: 100%;
  border: none;
  outline: 0;
  background: transparent;
  min-height: 60px;
}

@media all and (min-width: 1024px) {
  .nav__search__input {
    color: #fff;
    min-height: 70px;
  }
}

.nav__search__input::placeholder {
  color: #000;
}

@media all and (min-width: 1024px) {
  .nav__search__input::placeholder {
    color: #fff;
  }
}

.nav__search__icon {
  margin: 0;
  vertical-align: middle;
  fill: #000;
}

@media all and (min-width: 1024px) {
  .nav__search__icon {
    fill: #fff;
  }
}

.nav__search__close {
  padding: 10px;
  position: absolute;
  top: 49%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 300;
}

.nav__search__close .nav__search__icon {
  width: 10px;
  height: 10px;
}

.nav__search--open {
  display: flex;
  width: auto;
  transition: all 0.4s;
  z-index: 1;
  margin-top: 0;
}

@media all and (min-width: 1024px) {
  .nav__search--open {
    transition: width 0.4s;
    height: 100%;
  }
}

.nav__search--open .nav__search__inner {
  opacity: 1;
  visibility: visible;
  z-index: 2;
  width: auto;
}

.nav__search--open .nav__search__input {
  width: 100%;
  padding-left: 30px;
}

.nav__search--mob {
  display: none;
  margin: auto auto 40px 0;
  max-width: 80px;
  transition: none;
}

.nav__search--mob.nav__search--open {
  max-width: 340px;
  transition: none;
}

.nav__search--mob .nav__item--dropdown > .nav__link {
  display: none;
}

.mobile--open .nav__search--mob {
  display: flex;
}

.mobile--open .nav__search--mob * {
  color: #000 !important;
}

@media all and (min-width: 1024px) {
  .nav__search--mob {
    display: none;
  }
}

.nav--login {
  display: none;
  padding: 10px 15px;
  margin: 10px 32px;
}

.mobile--open .nav--login {
  display: inline-block;
}

@media all and (min-width: 1024px) {
  .nav--login {
    display: inline-block;
    margin: auto 0 auto 30px;
    position: absolute;
    top: 10px;
    right: 70px;
    position: relative;
    top: inherit;
    right: inherit;
  }
}

.nav__mega {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(0, 32, 92, 0.95);
  display: none;
  padding: 45px;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
}

.nav__mega--wrap {
  position: inherit;
}

.nav__mega--wrap:hover {
  border-bottom: 1px solid white;
}

.nav__mega--wrap:hover .nav__mega {
  display: flex;
}

.nav__mega--wrap:hover svg {
  transform: rotate(180deg);
}

.nav__mega--item-main a,
.nav__mega--item-sub a {
  padding: 8px 16px;
  padding: 8px 16px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.nav__mega--item-main > a {
  color: #00D959 !important;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -1.22px;
  line-height: 1.125;
}

.nav__mega--item-main:not(:first-child):not(:last-child) {
  border-right: 1px solid #eff3f4;
}

.nav__mega--card {
  margin-left: auto;
}

.nav__mega--img {
  height: 82px;
  width: 95px;
  margin-left: 15px;
  object-fit: contain;
}

.nav__mega ul .nav__card {
  display: none;
}

@media all and (min-width: 1024px) {
  .nav__mega ul {
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
  }

  .nav__mega ul > * {
    flex-basis: auto;
  }
}

@media all and (min-width: 1400px) {
  .nav__mega ul .nav__card {
    display: block;
    order: 4;
    position: relative;
    margin-left: auto;
  }

  .nav__mega ul .nav__card img {
    min-height: 275px;
    height: 100%;
    width: 400px;
    object-fit: cover;
    overflow: hidden;
  }

  .nav__mega ul .nav__card .popout {
    position: absolute;
    top: initial;
    right: 0;
    bottom: 0;
    left: initial;
    transform: none;
    min-width: 200px;
    width: 90%;
    max-width: none;
    background-color: rgba(255, 255, 255, 0.9);
  }

  .nav__mega ul .nav__card .popout:after {
    display: none;
  }

  .nav__mega ul .nav__card .popout svg {
    position: absolute;
    bottom: 15px;
    right: 20px;
    transform: rotate(270deg);
    fill: #00205C;
  }

  .nav__mega ul .nav__card .popout a {
    color: #00205C;
    text-decoration: none;
  }

  .nav__mega ul .nav__card .popout h2 {
    color: #00205C;
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0;
  }

  .nav__mega ul .nav__card .popout p {
    color: #00205C;
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 10px 0;
  }
}

.nav-secondary {
  display: none;
}

@media all and (min-width: 1024px) {
  .nav-secondary {
    background: rgba(0, 32, 92, 0.95);
    display: flex;
  }
}

@media all and (min-width: 1024px) {
  .nav .secondary-navigation--mob {
    display: none;
  }
}

.nav .secondary-navigation--dsk {
  display: none;
}

@media all and (min-width: 1024px) {
  .nav .secondary-navigation--dsk {
    display: flex;
  }
}

.popout {
  background: #00205C;
  color: #00D959;
  font-weight: 700;
  font-size: 26px;
  box-shadow: rgba(0, 0, 0, 0.15) 0 21px 30px 0;
  padding: 30px 34px 45px;
  position: absolute;
  top: 100%;
  right: 0;
  transform: translateY(-50%);
  max-width: 85%;
  z-index: 1;
  line-height: 1.038;
  letter-spacing: -0.36px;
}

@media all and (min-width: 820px) {
  .popout {
    right: inherit;
    left: 50%;
    min-width: 250px;
    max-width: 25%;
  }
}

a.popout {
  text-decoration: none;
}

a.popout:after {
  content: "";
  background-image: url(/images/chevron.svg?4ade288ece928765a56213895ac8fb5a);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  transform: rotate(-90deg);
}

.related__wrap {
  padding: 0 30px;
}

@media all and (min-width: 820px) {
  .related__wrap {
    padding: 0;
  }
}

.related__title {
  border-bottom: 1px solid #dbe2ed;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.related__content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.related__item {
  width: 49%;
  display: block;
  transition: all 0.2s linear;
  margin-bottom: 7px;
  padding: 20px 30px 20px 20px;
}

@media all and (min-width: 820px) {
  .related__item {
    width: 30%;
  }
}

.related__item:hover {
  transform: scale(1.02);
}

.related__img {
  max-width: 100%;
}

.scrollable-container {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  height: 100%;
  z-index: 1;
}

.scrollable-container.track-overflowing:before,
.scrollable-container.track-overflowing:after {
  content: "";
  position: absolute;
  display: none;
  width: 20%;
  height: 100%;
  z-index: 1;
  top: 0;
  min-width: 30px;
  max-width: 60px;
}

@media all and (min-width: 820px) {
  .scrollable-container.track-overflowing:before,
  .scrollable-container.track-overflowing:after {
    max-width: 60px;
  }
}

.scrollable-container.track-overflowing:before {
  left: 0;
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
}

@media all and (min-width: 820px) {
  .scrollable-container.track-overflowing:before {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
  }
}

.scrollable-container.track-overflowing:after {
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
}

@media all and (min-width: 820px) {
  .scrollable-container.track-overflowing:after {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
  }
}

.scrollable-container.track-overflowing:not(.track-start):before {
  display: block;
}

.scrollable-container.track-overflowing:not(.track-end):after {
  display: block;
}

.scrollable-track {
  margin: 0;
  padding: 0 40px 0 0;
  list-style: none;
  max-width: 100%;
  position: relative;
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}

@media all and (min-width: 820px) {
  .scrollable-track {
    padding: 0;
  }
}

.scrollable-item {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding-bottom: 0;
  width: 100%;
}

.scrollable-controller {
  position: absolute;
  margin: auto;
  z-index: 2;
  padding: 13px;
  transition: opacity 0.3s;
  display: none;
  font-size: 0;
  background-image: url(/images/chevron.svg?4ade288ece928765a56213895ac8fb5a);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  background-color: transparent;
  cursor: pointer;
  opacity: 1;
}

.scrollable-controller:active,
.scrollable-controller:focus,
.scrollable-controller:hover {
  outline: none;
  opacity: 1;
}

.scrollable-controller[data-scroll-action*=left],
.scrollable-controller[data-scroll-action*=right] {
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  max-width: 15px;
}

.scrollable-controller[data-scroll-action*=left] {
  left: 15px;
  transform: translateY(-50%) rotate(90deg);
}

@media all and (min-width: 820px) {
  .scrollable-controller[data-scroll-action*=left] {
    left: 5px;
  }
}

.track-overflowing:not(.track-start) .scrollable-controller[data-scroll-action*=left] {
  display: block;
}

.scrollable-controller[data-scroll-action*=right] {
  right: 15px;
  transform: translateY(-50%) rotate(-90deg);
}

@media all and (min-width: 820px) {
  .scrollable-controller[data-scroll-action*=right] {
    right: 5px;
  }
}

.track-overflowing:not(.track-end) .scrollable-controller[data-scroll-action*=right] {
  display: block;
}

.slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  user-select: none;
  touch-action: pan-y;
  overflow-x: hidden;
  width: 100%;
  z-index: 0;
  padding: 45px 30px;
  margin-bottom: 20px;
  min-height: 100%;
  overflow-y: hidden;
  height: 100%;
}

@media all and (min-width: 600px) {
  .slider {
    padding: 45px 0px;
  }
}

@media all and (min-width: 820px) {
  .slider {
    padding: 45px 0;
  }
}

.slider__container .js-slider {
  background-color: #fff;
}

.slider__container .draggable {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

@media all and (min-width: 820px) {
  .slider__container .draggable {
    max-width: calc(100% - 30px);
  }
}

@media all and (min-width: 1024px) {
  .slider__container .draggable {
    max-width: calc(100% - 226px);
  }
}

.slider__item {
  position: relative;
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.slider__content {
  align-items: flex-start;
  flex-direction: column;
  justify-content: stretch;
}

.slider__quote {
  padding: 20px;
  background: #00D959;
  border-radius: 12px;
  color: #fff;
  position: relative;
  margin: 0;
  font-size: 18px;
}

.slider__quote:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 15px;
  width: 50px;
  height: 50px;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #00D959;
}

.slider__cite {
  margin: 30px 0 0;
  font-family: Helvetica, "Helvetica Neue", "Proxima Soft Bold", Arial, sans-serif;
  font-size: 16px;
  color: #1d1e1c;
}

.slider__cite:empty {
  margin: 0;
}

.slick-slide.slick-slide[tabindex] {
  outline: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-dots {
  position: absolute;
  bottom: -5px;
  display: block;
  width: 100%;
  padding: 2rem 0rem 2rem 0rem;
  margin: 0;
  background: #ffffff;
  list-style: none;
  text-align: center;
}

@media all and (min-width: 820px) {
  .slick-dots {
    margin: 0;
    padding: 20px 0;
  }
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li.slick-active button {
  background: #00205c;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 4px;
  cursor: pointer;
  background: rgba(0, 32, 92, 0.5);
  border-radius: 50%;
  outline: none;
  border: 0;
}

.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  z-index: 10000;
  bottom: 50px;
  right: 200px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  width: 50px;
  height: 50px;
  background: transparent;
  transform: rotate(180deg);
  display: none !important;
}

@media all and (min-width: 820px) {
  .slick-next,
  .slick-prev {
    display: block !important;
  }
}

.slick-next.slick-prev,
.slick-next .slick-next[tabindex],
.slick-prev.slick-prev,
.slick-prev .slick-next[tabindex] {
  outline: none;
}

.slick-next:after,
.slick-prev:after {
  content: "";
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  display: block;
  background-image: url("/wp-content/themes/oakwrights/assets/img/prev.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  z-index: 1;
}

.slick-next {
  transform: rotate(0);
  right: 135px;
}

.table {
  min-width: 100%;
  border-collapse: collapse;
  overflow: auto;
  max-height: 95vh;
}

.table__wrap {
  padding: 0 30px;
}

@media all and (min-width: 820px) {
  .table__wrap {
    padding: 0;
  }
}

.table__head,
.table__row {
  list-style: none;
  padding: 0;
  margin: 0;
}

.table__head {
  background: #00D959;
}

.table__head .table__item {
  color: #00205C;
  font-family: Helvetica, "Helvetica Neue", "Proxima Soft Bold", Arial, sans-serif;
}

.table__row {
  background: #eff3f4;
}

.table__row:nth-child(odd) {
  background: #F1F1F1;
}

.table__row:last-of-type .table__item {
  border-bottom: 2px solid #F1F1F1;
}

.table__item {
  padding: 20px 25px;
  text-align: left;
  color: #1d1e1c;
  font-weight: 400;
  font-family: Helvetica, "Helvetica Neue", "Proxima Soft", Arial, sans-serif;
  width: 10%;
  min-width: 200px;
  white-space: pre-wrap;
  border-right: 2px solid #eff3f4;
}

.table__item:last-of-type {
  border-right: 0;
}

.tabs {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  list-style-type: none;
  width: 100%;
}

@media all and (min-width: 820px) {
  .tabs {
    padding: 0;
  }
}

.tabs__wrap {
  padding: 0 30px;
}

@media all and (min-width: 820px) {
  .tabs__wrap {
    padding: 0;
  }
}

.tabs__item {
  border-bottom: 2px solid transparent;
  color: #1d1e1c;
  font-family: Helvetica, "Helvetica Neue", "Proxima Soft Bold", Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.2s linear;
  cursor: pointer;
  text-decoration: none;
  padding: 10px;
  margin: 0 10px;
  width: auto;
}

@media all and (min-width: 820px) {
  .tabs__item {
    padding: 15px;
  }
}

.tabs__item:first-child {
  margin-left: 0;
}

.tabs__item:hover,
.tabs__item.active {
  border-bottom: 2px solid #00D959;
  color: #00D959;
}

.tabs__content {
  display: none;
  border-top: 1px solid #94a6ac;
}

.tabs__content.active {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 30px;
  margin-top: -1px;
}

.tabs__content--in-page {
  border-bottom: 1px solid #F1F1F1;
  padding: 10px 0;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}

@media all and (min-width: 820px) {
  .tabs__content--in-page {
    padding: 15px 0;
  }
}

.tabs__img {
  width: 49%;
  max-width: 300px;
  margin-bottom: 7px;
  padding: 20px 30px 20px 20px;
}

@media all and (min-width: 820px) {
  .tabs__img {
    width: 25%;
  }
}

.tabs__link {
  width: 49%;
  margin-bottom: 7px;
  padding: 20px 30px 20px 20px;
}

@media all and (min-width: 820px) {
  .tabs__link {
    width: 25%;
  }
}

.tabs__link .tabs__img {
  width: 100%;
  margin-bottom: 0;
  padding: 0;
}

.twitter-feed h2 {
  color: #00205C;
  font-size: 23px;
  line-height: 1.348;
  font-weight: 700;
}

.twitter-feed .feed {
  display: flex;
  flex-flow: row wrap;
}

.twitter-feed .feed__holder {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 16px;
  min-height: 170px;
}

.twitter-feed .feed__image-holder {
  background-position: center;
  background-size: cover;
  margin: -16px -16px 8px -16px;
  max-height: 120px;
  overflow: hidden;
}

.twitter-feed .feed__image-holder img {
  width: 100%;
  opacity: 0;
}

.twitter-feed .feed__text a {
  color: #00D959;
  text-decoration: none;
}

.twitter-feed .feed .item {
  flex: 0 0 16.6666%;
  margin-top: 16px;
  padding: 0 16px;
  min-width: 200px;
  max-height: 275px;
  position: relative;
}

@media all and (min-width: 800px) {
  .twitter-feed .feed .item {
    flex: 0 0 33.3333%;
  }
}

@media all and (min-width: 1450px) {
  .twitter-feed .feed .item {
    margin: 0;
    flex: 0 0 16.6666%;
  }
}

.twitter-feed .feed .item .feed__holder {
  background: #fff;
  color: #575756;
}

.twitter-feed .feed .item .link-to-tweet {
  line-height: 16px;
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: 8px;
  right: 16px;
  margin: 0;
}

.twitter-feed .feed .item:nth-child(odd) .feed__holder {
  background: #00205C;
  color: #fff;
  box-shadow: none;
}

.careers-container {
  display: flex;
}

.social-accounts-buttons {
  text-align: left !important;
}

.social-accounts-buttons .ga-footer-social-accounts-link {
  width: 35px !important;
  height: 35px !important;
}

.wp-block-kioken-tabs .kioken-tabs-content {
  margin-top: -1em;
  border: 1px solid #dee2e6;
  padding: 80px 20px 20px;
}

.dialog-title {
  margin: 10px 32px 15px;
}

@media all and (min-width: 820px) {
  .dialog-title {
    margin: 10px 30px;
  }
}

.wp-block-quote {
  margin: 40px 0 !important !important;
}

.site-header {
  position: fixed;
  top: 0;
  z-index: 3;
  width: 100%;
}

.contact__social {
  margin-bottom: 60px;
  background: #fff !important;
  padding: 0 !important !important;
}

.social-accounts-buttons {
  margin: 0 !important !important;
}

.ga-footer-social-accounts-link {
  background: #eff3f4;
}

.kioken-tabs-content {
  border: none !important;
}

@media all and (min-width: 600px) {
  .kioken-tabs-content {
    margin-top: -100px !important;
  }
}

.kioken-tabs-buttons {
  padding: 90px 1rem;
  opacity: 1 !important;
}

@media all and (max-width: 600px) {
  .kioken-tabs-buttons {
    padding: 10px 10px 1rem;
  }
}

.kioken-tabs-buttons .kioken-tabs-buttons-item {
  color: rgba(0, 32, 92, 0.3) !important;
  font-size: 37px;
  font-weight: 700;
  letter-spacing: -1.24px;
  text-decoration: none;
  border: none !important;
  border-bottom: 1px solid #00D959;
  font-size: 37px !important;
  font-weight: 700 !important;
  letter-spacing: -1.24px !important;
}

.kioken-tabs-buttons .kioken-tabs-buttons-item:hover {
  cursor: pointer;
  text-decoration: none;
}

.kioken-tabs-buttons .kioken-tabs-buttons-item-active {
  color: #00205c !important;
  border-bottom: 1px solid #00D959 !important;
  border-top: none;
}

.wp-block-kioken-tab > .container,
.kioken-tab-active > .container {
  margin-top: 45px;
}

.knowledge-hub__container {
  border-bottom: 2px solid #00205C;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin: 60px auto;
  padding: 30px 0 45px;
  max-width: calc(100% - 30px);
}

@media all and (min-width: 1024px) {
  .knowledge-hub__container {
    max-width: calc(100% - 226px);
  }
}

.knowledge-hub__container > * {
  font-size: 18px;
  flex: 0 0 auto;
}

.knowledge-hub__container > *:not(:first-child) {
  margin-left: 15px;
}

.knowledge-hub__container > * a {
  text-decoration: none;
  margin-right: 10px;
}

.knowledge-hub__container * {
  color: #00205C;
  display: flex;
  vertical-align: text-top;
  margin-top: auto;
  margin-bottom: auto;
}

.knowledge-hub__container .post-date {
  font-weight: 700;
}

.knowledge-hub__container .author-info .author-name {
  margin-left: 1rem;
  margin-right: 1rem;
}

.knowledge-hub__container .author-info .avatar {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.knowledge-hub__container .post-tags {
  display: flex;
  flex-flow: row nowrap;
  margin-left: auto;
}

.knowledge-hub__container .post-tags .tag-wrap {
  background: #fff;
  color: #00205C;
  letter-spacing: -0.64px;
  border-radius: 50px;
  box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.2);
  margin-left: 10px;
  padding: 10px 15px;
}

.dashicons-heart {
  color: #00205C;
}

.liked .dashicons-heart {
  color: #00D959;
}

.related-articles__title {
  font-size: 80px;
  letter-spacing: -3.92px;
  line-height: 1.1;
  font-weight: 700;
  color: #00D959;
  padding: 0px 0rem;
  text-align: left;
  min-width: 20%;
}

@media all and (max-width: 1800px) {
  .related-articles__title {
    min-width: 25%;
  }
}

@media all and (max-width: 1366px) {
  .related-articles__title {
    min-width: 28%;
  }
}

@media all and (max-width: 1200px) {
  .related-articles__title {
    font-size: 63px;
    min-width: 35%;
  }
}

@media all and (max-width: 820px) {
  .related-articles__title {
    padding: 0px 1rem;
    letter-spacing: -3.09px;
    line-height: 1.397;
    min-width: 100%;
  }
}

.related-articles__text {
  font-weight: 400;
  letter-spacing: -0.22px;
  line-height: 1.75;
  color: #fff;
  text-align: left;
  padding-left: 2rem;
  padding-top: 2rem;
  min-width: 80%;
}

@media all and (max-width: 1800px) {
  .related-articles__text {
    min-width: 75%;
  }
}

@media all and (max-width: 1366px) {
  .related-articles__text {
    min-width: 76%;
  }
}

@media all and (max-width: 1200px) {
  .related-articles__text {
    padding-left: 1rem;
    padding-top: 2rem;
    padding-right: 1rem;
  }
}

@media all and (max-width: 1024px) {
  .related-articles__text {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    min-width: 68%;
  }
}

@media all and (max-width: 820px) {
  .related-articles__text {
    padding-left: 1rem;
    padding-top: 0rem;
    padding-right: 3rem;
  }
}

.related-articles__section {
  display: flex;
  flex-direction: row;
}

@media all and (max-width: 820px) {
  .related-articles__section {
    flex-direction: column;
  }
}

.related-articles__container {
  background: #00205C;
}

.related-articles__container .container {
  padding: 60px 0;
  text-align: center;
}

.related-articles__container .container > p {
  color: #fff;
  text-align: left;
}

.related-articles__container .container .btn {
  margin: auto;
}

.search-results-wrap .card__title {
  margin: auto 0 0;
}

.search-results-filter-wrap {
  padding: 25px 0 15px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.search-results-filter-wrap h2 {
  margin: 0;
}

.search-results-filter-wrap .change-search-sort-wrapper {
  border: 0;
  border-radius: 50px;
  background: #fff;
  display: flex;
  padding: 10px 20px;
  overflow: hidden;
  box-shadow: 0 12px 28px 0 rgba(0, 0, 0, 0.1);
}

.search-results-filter-wrap .change-search-sort {
  border: 0;
  border-radius: 50px;
  background: #fff;
}

.drpg-wp-core-block h1,
.drpg-wp-core-block h2,
.drpg-wp-core-block h3,
.drpg-wp-core-block h4,
.drpg-wp-core-block h5,
.drpg-wp-core-block h6 {
  color: #00205C;
  line-height: 1.25;
  padding-top: 34px;
}

.drpg-wp-core-block em,
.drpg-wp-core-block i,
.drpg-wp-core-block li,
.drpg-wp-core-block ol,
.drpg-wp-core-block p,
.drpg-wp-core-block span,
.drpg-wp-core-block strong,
.drpg-wp-core-block ul {
  color: #575756;
  line-height: 1.15;
}

.pagination {
  padding-bottom: 3rem;
}

.pagination > *:not(:first-child) {
  padding-left: 30px;
}

.pagination .nav-links {
  text-align: center;
}

.pagination .page-numbers {
  color: rgba(0, 32, 92, 0.5);
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
  padding: 0 5px 5px;
  margin: 0 10px;
}

.pagination .page-numbers.current {
  color: #00205c;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px solid #00205C;
}

.pagination .page-numbers:not(.current):not(.dots):hover {
  color: #00d959;
  text-decoration: none;
  border-bottom: 1px solid #00D959;
}

.pagination .page-numbers:first-child {
  margin-right: 20px;
}

.pagination .page-numbers:last-child {
  margin-left: 0;
}

.pagination .dots {
  margin: 0 20px;
  padding: 10px 0;
  border-right: 1px solid rgba(0, 0, 0, 0.35);
  box-sizing: border-box;
}

.pagination .next,
.pagination .prev {
  color: transparent !important;
  position: relative;
  cursor: pointer;
}

.pagination .next:after,
.pagination .prev:after {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  cursor: pointer;
}

.pagination .next:after:hover,
.pagination .prev:after:hover {
  text-decoration: none !important;
}

.pagination .next:not(.inactive):after,
.pagination .prev:not(.inactive):after {
  border: 2px solid #00205c;
  border-bottom: 0;
  border-left: 0;
  cursor: pointer;
}

.pagination .next.inactive,
.pagination .prev.inactive {
  color: rgba(0, 32, 92, 0);
  cursor: default;
}

.pagination .next.inactive:after,
.pagination .prev.inactive:after {
  border: 2px solid rgba(0, 32, 92, 0.5);
  border-bottom: 0;
  border-left: 0;
  cursor: default;
}

.pagination .next:hover,
.pagination .prev:hover {
  color: transparent !important;
  text-decoration: none !important;
}

.pagination .prev:after {
  transform: translate(-50%, -50%) rotate(-135deg);
}

#datepicker {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  min-width: 200px;
}

.ui-datepicker {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background: #fff;
  padding: 10px;
  border: 1px solid #575756;
  border-top: none;
}

.ui-datepicker-header {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.ui-datepicker-header > * {
  flex: 0 0 auto;
}

.ui-datepicker-header a {
  margin-bottom: 10px;
  cursor: pointer;
}

.ui-datepicker-title {
  text-align: center;
  flex: 0 0 100%;
  width: 100%;
  margin-bottom: 10px;
}

.ui-datepicker-calendar {
  width: 100%;
}

.alert {
  padding: 20px;
}

.alert.alert-warning {
  background-color: #fff491;
}

.alert.alert-danger {
  background-color: #ce2724;
  color: #fff;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.panel {
  margin-bottom: 17px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 17px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #00D959;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #00D959;
  border-color: #00D959;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #00D959;
}

.panel-primary > .panel-heading .badge {
  color: #00D959;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #00D959;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.like-button {
  width: 26px;
  height: 26px;
}

.like-button .like-trigger {
  color: #000;
}

.like-button .like-trigger svg #fill {
  fill: transparent;
}

.like-button .like-trigger svg #outline {
  fill: #fff;
}

.like-button .like-trigger.liked {
  color: #00D959;
}

.like-button .like-trigger.liked svg #fill {
  fill: #00D959;
}

.like-button .like-trigger.liked svg #outline {
  fill: #00D959;
}

.download-button {
  background-color: #ffffff;
  border: 2px solid #00205C;
  color: #00205C;
  border-radius: 34.5px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.78px;
  width: 203px;
  height: 53px;
  text-align: center;
}

.download-container {
  width: 100%;
  margin: 0 auto;
  background: #f2f2f2;
  padding: 2rem 0 4rem;
}

.download-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30.1px 40px;
  background-color: white;
  height: 100%;
  width: 100%;
  margin: 1rem auto;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
  max-width: 900px;
}

.download-title {
  padding: 0 1rem;
  color: #00205C;
  font-weight: 700;
  letter-spacing: -0.68;
  text-align: center;
  vertical-align: top;
  padding: 0 0 40px;
  font-size: 36px;
}

@media all and (min-width: 1024px) {
  .download-title {
    font-size: 48px;
  }
}

.download-file {
  color: #00205C;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: -0.34px;
  text-align: center;
  display: block;
  margin: 16px 10px;
  max-width: 362px;
}

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

.download-mobile-icon {
  display: none;
}

@media all and (max-width: 600px) {
  .download-container {
    width: 100%;
    margin: 0 auto;
    background: #f2f2f2;
    padding: 2rem 0 4rem;
  }

  .download-mobile-icon {
    display: block;
    align-self: flex-end;
  }

  .download-mobile-icon + span {
    display: none;
  }

  .download-wrap {
    display: flex;
    flex-direction: row;
    text-align: center;
    padding: 30px;
    background-color: white;
  }

  .download-wrap .btn {
    border: 0;
    padding: 0;
    margin: auto 0;
  }

  .download-button {
    display: none;
  }

  .download-file {
    color: #00205C;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: -0.34px;
    line-height: 27px;
    text-align: left;
    padding: 0;
    width: 100%;
    margin: 0;
  }
}

.outer-wrapper {
  padding-bottom: 82px;
}

.footer {
  background: #00205C;
  padding: 45px 0 0;
}

.footer__bottom {
  color: #fff;
}

.footer_shell {
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.footer__bottom {
  margin-top: 0px;
  padding: 34px 80px 18px;
  justify-content: space-between;
  border-top: 1px solid #979797;
}

.footer__top {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  padding: 0px 38px 25px;
}

.footer__text {
  font-size: 13px;
  font-weight: 700;
}

.footer__social__inner {
  padding-top: 0;
}

.footer__icon {
  background: #00205C;
  vertical-align: top;
  color: transparent;
}

@media all and (max-width: 600px) {
  .footer__container {
    max-width: calc(100% - 24px);
  }

  .footer_address.flex.justify-end {
    font-size: 14px;
  }

  .footer__contact__link:first-of-type {
    margin-left: 0;
    text-align: center;
  }

  .footer_address {
    font-size: 14px;
    padding: 0 2rem;
    text-align: center;
    line-height: 22px;
  }

  .footer__top {
    padding: 0px 16px 25px;
  }

  .footer__link {
    font-weight: 700;
    font-size: 14px;
  }

  .footer__list--row {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    padding: 0 1rem;
  }

  .footer__top,
  .footer__bottom {
    flex-direction: column;
  }

  .footer__bottom {
    padding: 34px 28px 18px;
  }

  .footer__text {
    padding-bottom: 1rem;
  }
}

@media all and (min-width: 600px) {
  .footer__link {
    font-weight: 700;
    font-size: 14px;
    padding: 11px 0;
  }

  .footer__link {
    padding: 7px;
  }

  .footer__contact__link:first-of-type {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    padding: 11px;
  }

  .footer__text {
    font-size: 13px;
    font-weight: 700;
  }

  .footer__top {
    padding: 0px 52px 25px;
  }

  .footer__bottom {
    flex-direction: column;
    margin-top: 0px;
    padding: 40px 0px 18px;
    justify-content: space-between;
    border-top: 1px solid #979797;
  }

  .footer__social__inner {
    padding: 1rem 0;
  }

  .footer__list--row {
    justify-content: center;
  }
}

@media all and (max-width: 1400px) {
  .footer_address {
    padding: 0rem 34px;
    line-height: 22px;
    margin: 0;
  }
}

@media all and (min-width: 1400px) {
  .footer__bottom {
    flex-direction: row;
    padding: 30px 5rem 30px 5rem;
  }

  .footer__list--row {
    justify-content: center;
    text-align: center;
    padding: 0 2.6rem;
    font-weight: 700;
    font-size: 14px;
  }

  .footer__social__inner {
    padding: 1rem 0 0 0px;
  }

  .footer_address {
    padding: 1rem 34px;
    line-height: 22px;
  }
}

@media screen and (min-width: 1700px) {
  .footer__link {
    padding: 0 7px;
  }

  .footer__bottom {
    padding: 0 5.5rem 0 10rem;
  }
}

.social-accounts-buttons .ga-footer-social-accounts-link {
  padding: 0 8px;
}

.ga-footer-social-accounts-link.linkedin.footer__icon,
.ga-footer-social-accounts-link.youtube.footer__icon,
.ga-footer-social-accounts-link.facebook.footer__icon,
.ga-footer-social-accounts-link.instagram.footer__icon {
  color: transparent;
}

@media all and (min-width: 1400px) {
  .social-accounts-buttons .ga-footer-social-accounts-link {
    padding: 0 11px;
  }
}

.product-container {
  display: flex;
  padding: 0 0rem 2rem 0;
}

.product-container:last-of-type {
  padding: 0;
}

.product-title {
  font-weight: 700;
  color: #00205c;
  font-size: 32px;
  text-decoration: none;
  letter-spacing: -0.45px;
  line-height: 31px;
}

.product-arrow-down {
  float: right;
  transform: scale(2) rotate(180deg);
}

.collapsed .product-arrow-down {
  transform: scale(2) rotate(0deg);
}

.product-grid {
  display: flex;
  width: 50%;
  flex-flow: row wrap;
  flex-basis: 67%;
  position: relative;
  padding: 2rem 2rem;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.product-grid:before {
  content: "";
  background-image: url("/wp-content/themes/sonoma-child/assets/img/product-grid.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  filter: blur(0px);
}

.product-grid--battery:before {
  background-image: url("/wp-content/themes/sonoma-child/assets/img/battery.png");
}

.product-grid--gas:before {
  background-image: url("/wp-content/themes/sonoma-child/assets/img/gas.png");
}

.product-overlay {
  position: absolute;
  background: rgba(249, 240, 251, 0.9);
  width: 100%;
  height: 100%;
}

.product-item {
  flex-basis: 44%;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.22px;
  line-height: 22px;
  color: #00205c;
  padding: 0rem 2rem 0rem 2rem;
  margin-bottom: 2rem;
}

.product-item {
  flex-basis: 44%;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.22px;
  line-height: 24px;
  color: #00205c;
  margin-bottom: auto;
  margin-top: 0;
  position: relative;
  padding: 0rem 2rem 0rem 0.5rem;
}

.product-sub-heading {
  width: 66%;
}

.product-header {
  display: flex;
  flex-flow: column wrap;
  width: 33%;
  padding: 2rem 2rem 2rem;
}

.product-header.blue {
  background-color: #00205C;
}

.product-header.green {
  background-color: #00D959;
}

.product-header.pink {
  background-color: #ff0069;
}

.product-header.purple {
  background-color: #9E28B5;
}

.product-subtitle {
  font-weight: 700;
  font-size: 25px;
  letter-spacing: -0.35px;
  line-height: 31px;
  color: white;
  padding: 0rem 1rem;
  margin: 1rem 0 1rem;
}

.product-sub-heading {
  font-size: 16px;
  letter-spacing: -0.22px;
  line-height: 24px;
  font-weight: 400;
  color: white;
  padding: 0rem 1rem 1rem 1rem;
  width: 100%;
  margin: 0;
}

.product-view-button {
  border: 2px solid white;
  border-radius: 26.5px;
  width: 155px;
  text-align: center;
  padding: 16px 0;
  color: white;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.78px;
  margin: 1rem;
}

.product-logo {
  padding: 0;
  height: 30px;
  position: relative;
  margin-bottom: auto;
  margin-top: 0;
}

.product-panel-group {
  background: #f2f2f2;
  padding: 1rem 0rem;
}

.product-panel-group .panel {
  padding: 2rem;
  width: 100%;
  background: white;
  margin: auto;
  max-width: 1170px;
  box-shadow: 0px 8px 34px -10px rgba(96, 110, 113, 0.37);
}

.product-panel-body {
  padding: 0;
}

.product-panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  padding: 0 2rem;
  color: #00205c;
  margin: auto 1rem;
}

.product-panel-title p {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.22px;
  line-height: 1.5;
  color: #575756;
  width: 50%;
}

.product-panel-heading {
  display: flex;
  padding-bottom: 2rem;
  padding-top: 1rem;
  flex-direction: row;
  padding-left: 1rem;
  padding-right: 1rem;
}

.product-heading {
  padding: 35px 35px;
  display: flex;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.product-panel-default > .product-panel-heading {
  background-color: #fff;
  border-color: #ddd;
}

.product-image {
  width: 150px;
  height: 150px;
  background-repeat: no-repeat;
  background-size: contain;
}

@media all and (max-width: 960px) {
  .product-item {
    flex-basis: 42%;
    padding: auto;
    margin-bottom: auto;
    margin-top: 0;
  }

  .product-logo {
    padding: 0;
    height: 30px;
    position: relative;
    margin-bottom: auto;
  }

  .product-view-button {
    margin: 2rem 1rem;
  }
}

@media all and (max-width: 720px) {
  .product-item {
    flex-basis: 85%;
    padding: 0;
    margin-bottom: auto;
    margin-top: 0;
    margin-left: 0.5rem;
  }

  .product-view-button {
    margin: 0 1rem;
  }

  .product-panel-title p {
    width: 100%;
  }

  .product-title {
    font-size: 24px;
  }

  .product-header {
    padding: 10px;
  }

  .product-view-button {
    margin: 0 0rem;
  }
}

@media all and (max-width: 600px) {
  .product-container {
    display: flex;
    flex-direction: column;
  }

  .product-header {
    padding: 1rem 2rem 2rem;
  }

  .product-header,
  .product-grid {
    width: 100%;
  }

  .product-item {
    flex-basis: 88%;
    padding: 0rem 0rem 1rem;
    margin-bottom: auto;
    margin-top: 0;
  }

  .product-sub-heading,
  .product-subtitle {
    padding: 0;
  }

  .product-view-button {
    margin: 1.5rem 0rem;
  }

  .product-group {
    margin-bottom: 0px;
  }

  .product-panel-group .panel {
    padding: 0rem;
    max-width: 1170px;
    background: white;
    width: 100%;
  }

  .product-panel-heading {
    display: flex;
    padding-bottom: 2rem;
    padding-top: 1rem;
    flex-direction: column;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .product-image {
    margin: auto;
  }

  .product-panel-title {
    margin: auto 0.5rem;
    padding: 0 0rem;
  }

  .product-logo {
    padding: 0;
    height: 30px;
    position: relative;
    margin-bottom: auto;
  }

  .product-arrow-down {
    float: right;
    transform: scale(1.5) rotate(180deg);
    margin-top: 7px;
  }

  .collapsed .product-arrow-down {
    margin-top: 7px;
    transform: scale(1.5) rotate(0deg);
  }
}

@media all and (max-width: 480px) {
  .product-item {
    flex-basis: 84%;
    padding: 0rem 0rem 1rem;
    margin-bottom: auto;
    margin-top: 0;
  }
}

@media all and (min-width: 1500px) {
  .product-item {
    padding: 0rem 1rem 0rem 1rem;
    margin-bottom: auto;
    margin-top: 0;
  }

  .product-header {
    padding: 2rem 2rem 2rem;
  }

  .product-grid {
    padding: 3rem 3rem;
  }
}

.highlight,
mark {
  position: relative;
  color: #9E28B5;
  background-color: transparent;
  border-bottom: 2.5px dashed #9E28B5;
  box-sizing: border-box;
  cursor: pointer;
}

.highlight:hover,
mark:hover {
  text-decoration: none;
  border-bottom: 2px solid #9E28B5;
}

.product-header mark {
  color: #fff;
  border-bottom: 2.5px dashed #fff;
}

.highlight-container {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  bottom: calc(100% + 15px);
  left: 50%;
  transform: translateX(-50%);
  padding: 20px;
  width: 250px;
  min-height: 100px;
  background: #fff;
  border: none;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
  z-index: 10;
  font-size: 16px;
}

.highlight-container:after {
  content: "";
  height: 0;
  width: 0;
  border: 10px solid #fff;
  border-top: none;
  border-left: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: rotate(45deg) translateX(-50%);
  box-shadow: 0px 5px 10px -4px rgba(0, 0, 0, 0.25);
}

/**
 * When the native `<dialog>` element is supported, the overlay is implied and
 * can be styled with `::backdrop`, which means the DOM one should be removed.
 *
 * The `data-a11y-dialog-native` attribute is set by the script when the
 * `<dialog>` element is properly supported.
 *
 * Feel free to replace `:first-child` with the overlay selector you prefer.
 */

[data-a11y-dialog-native] > :last-child {
  display: none;
}

/**
 * When the `<dialog>` element is not supported, its default display is `inline`
 * which can cause layout issues. This makes sure the dialog is correctly
 * displayed when open.
 */

dialog[open] {
  display: block;
  z-index: 4;
  position: fixed;
  top: 50%;
  transform: translate(0, -50%);
}

dialog[open] + .dialog-overlay {
  background: rgba(0, 32, 92, 0.75);
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}

/**
 * When the native `<dialog>` element is not supported, the script toggles the
 * `aria-hidden` attribute on the container. If `aria-hidden` is set to `true`,
 * the container should be hidden entirely.
 *
 * Feel free to replace `.dialog-container` with the container selector you
 * prefer.
 */

.dialog-container[aria-hidden=true] {
  display: none;
}

dialog {
  border: 0;
  padding: 30px;
  width: 90vw;
  max-width: 1200px;
}

@media all and (min-width: 820px) {
  dialog {
    padding: 60px;
  }
}

dialog .dialogTitle {
  font-size: 24px;
  font-family: Helvetica, "Helvetica Neue", "Proxima Soft", Arial, sans-serif;
  font-weight: normal;
  font-stretch: normal;
  text-transform: uppercase;
  letter-spacing: normal;
  line-height: 1;
  margin: 0px 32px 15px;
}

@media all and (min-width: 820px) {
  dialog .dialogTitle {
    font-size: 48px;
    margin: 0 0 10px;
  }
}

dialog .dialogInputs {
  display: flex;
  flex-flow: column nowrap;
  font-family: Helvetica, "Helvetica Neue", "Proxima Soft", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.1;
  padding-top: 15px;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}

@media all and (min-width: 820px) {
  dialog .dialogInputs {
    padding-left: 16px;
    padding-right: 16px;
  }
}

dialog .dialogInputs div {
  flex: 0 0 50%;
  display: flex;
  flex-flow: column nowrap;
  width: 50%;
  padding-right: 15px;
}

dialog .dialogInputs div label {
  padding-left: 20px;
}

dialog .dialogInputs div input {
  border: none;
  background: #F1F1F1;
  padding: 15px 20px;
}

dialog .dialog-close {
  background: transparent;
  color: #00205C;
  font-size: 45px;
  line-height: 14px;
  border: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 70px;
  height: 55px;
  margin: 0 !important;
  overflow: hidden;
  transform: rotate(45deg);
}

@media all and (min-width: 820px) {
  dialog .dialog-close {
    top: 40px;
    right: 40px;
  }
}

dialog .dialog-close:hover {
  background: transparent;
  color: #00D959;
  border: 0;
}

dialog .dialogButtons {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  padding-top: 15px;
}

dialog p,
dialog label {
  font-size: 16px;
  font-family: Helvetica, "Helvetica Neue", "Proxima Soft Light", Arial, sans-serif;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: normal;
  line-height: 1;
  padding-bottom: 15px;
}

dialog p:placeholder,
dialog label:placeholder {
  font-size: 16px;
  font-family: Helvetica, "Helvetica Neue", "Proxima Soft Light", Arial, sans-serif;
}

.form-header {
  color: #00D959;
  font-size: 59px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -4.362645px;
  line-height: 1.337;
  text-align: left;
  margin: 20px;
}

@media all and (min-width: 720px) {
  .form-header {
    font-size: 89px;
    width: 60%;
    margin: 20px auto 20px;
  }
}

.form-wrapper {
  background-color: #fff;
  width: 90%;
  padding: 20px;
  margin: 0 auto 40px;
}

@media all and (min-width: 720px) {
  .form-wrapper {
    width: 60%;
    padding: 60px 100px;
    margin: 0 auto 100px;
  }
}

.form-wrapper h2 {
  color: #00205c;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: -1.47px;
  line-height: 1;
  margin: 0 0 60px;
}

.form-wrapper h2.confirmation {
  margin-bottom: 30px;
}

.form-wrapper .form label {
  display: block;
  margin-left: 15px;
}

.contact-page {
  background-image: url("/wp-content/themes/sonoma-child/assets/img/contact-background.png");
  background-size: cover;
  background-position: center;
  position: relative;
}

.contact-page:before {
  content: "";
  background: linear-gradient(180deg, #00205c 0%, rgba(0, 32, 92, 0) 100%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.contact-page .outer-wrapper {
  background: transparent;
}

@media all and (max-width: 600px) {
  .header--tabs {
    padding: 90px 0 45px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }

  .header--tabs a:not(:last-child) {
    padding: 10px;
  }

  .header--tabs a {
    color: #00205c;
    font-size: 24px;
    font-weight: 700px;
    padding: 10px;
  }
}

.header--tabs a {
  cursor: pointer !important;
}

#ajaxsearchlite1,
#ajaxsearchlite2 {
  background: transparent;
}

#ajaxsearchlite1 .probox,
#ajaxsearchlite2 .probox {
  background: transparent;
  height: auto;
}

#ajaxsearchlite1 .probox .proinput input.orig,
#ajaxsearchlite2 .probox .proinput input.orig {
  color: #fff;
  height: 100%;
  border: none;
  outline: 0;
  background: transparent;
  min-height: 60px;
  padding-left: 30px !important;
  color: #fff !important;
}

.mobile--open #ajaxsearchlite1 .probox .proinput input.orig,
.mobile--open #ajaxsearchlite2 .probox .proinput input.orig {
  color: #000 !important;
}

@media all and (min-width: 820px) {
  #ajaxsearchlite1 .probox .proinput input.orig,
  #ajaxsearchlite2 .probox .proinput input.orig {
    min-height: 70px;
  }
}

#ajaxsearchlite1 .probox .proinput input.orig::placeholder,
#ajaxsearchlite2 .probox .proinput input.orig::placeholder {
  color: #fff !important;
  font-size: 16px !important;
}

.mobile--open #ajaxsearchlite1 .probox .proinput input.orig::placeholder,
.mobile--open #ajaxsearchlite2 .probox .proinput input.orig::placeholder {
  color: #000 !important;
}

#ajaxsearchlite1 .probox .promagnifier,
#ajaxsearchlite2 .probox .promagnifier {
  display: none;
}

.slider {
  padding: 0px 0 90px;
}

.slider__image_logo {
  background-repeat: no-repeat;
  background: no-repeat center;
  width: auto;
  object-fit: contain;
  height: 150px;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.slider__text {
  color: #00205C;
  font-weight: 700;
  text-align: center;
}

.slider__image-carousel__logo {
  padding: 0px 3rem;
  object-fit: contain;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.slider__carousel__title {
  color: #00205C;
  text-align: center;
  font-weight: 700;
  padding: 2rem 2rem 0;
  font-size: 33px;
  letter-spacing: -0.46px;
}

.careers__container {
  max-width: calc(100% - 226px);
  padding: 0;
}

.careers-hero.hero:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(208deg, rgba(0, 217, 89, 0.7), rgba(88, 245, 208, 0.7));
}

.careers--apply-btn {
  border-radius: 26.5px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.78px;
  color: #fff;
  width: 203px;
  height: 53px;
  text-align: center;
  margin: 1rem 0;
  border: 2px solid #fff;
  background: #00D959;
}

.careers__department {
  margin: 0 0rem;
  border: 1px solid rgba(96, 110, 113, 0.4);
  border-bottom: none;
  border-top: none;
  padding-left: 3rem;
  padding-right: 3rem;
}

@media all and (max-width: 600px) {
  .careers__department {
    border-bottom: 1px solid rgba(96, 110, 113, 0.4);
  }
}

.careers__working {
  margin: 0 0rem;
  border: 1px solid rgba(96, 110, 113, 0.4);
  border-bottom: none;
  border-top: none;
  padding-left: 3rem;
  padding-right: 3rem;
}

.careers--row {
  display: flex;
  margin: auto;
  border: 1px solid rgba(96, 110, 113, 0.4);
  padding: 0 15rem;
  flex-direction: row;
}

@media all and (max-width: 1024px) {
  .careers--row {
    padding: 0 4rem;
    flex-direction: row;
  }
}

@media all and (max-width: 600px) {
  .careers--row {
    padding: 0 0rem;
    flex-direction: column;
  }
}

.careers__title {
  font-weight: 700;
  font-size: 66px;
  letter-spacing: -2.72px;
  line-height: 1.136;
  color: #fff;
}

.careers__subtitle {
  font-weight: 400;
  font-size: 25px;
  letter-spacing: -1.03px;
  line-height: 1.48;
  color: #fff;
}

.careers--job-title {
  color: #00205C;
  font-weight: 700;
  font-size: 21px;
  letter-spacing: -0.34px;
  margin: 8px 0 0;
}

.careers--department {
  font-weight: 400;
  font-size: 15px;
  letter-spacing: -0.25px;
  color: rgba(0, 32, 92, 0.5);
  margin: 0;
}

.careers--location {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.22px;
  line-height: 1.5;
  color: #575756;
  margin: 8px 0 0;
}

.careers--country {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.22px;
  line-height: 1.5;
  color: #575756;
  margin: 0;
}

.careers--hours {
  font-weight: 700;
  color: #575756;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.22px;
  margin: 8px 0 0;
}

.careers--container,
.careers .row {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
  display: flex;
  padding: 2rem;
  background-color: white;
  margin: 25px auto;
  justify-content: center;
  height: 100%;
  max-width: 100%;
  padding: 2rem 4rem;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
  width: 1444px;
}

.careers__container {
  padding: 2rem 0;
}

.careers--department-type,
.careers--position-hours {
  padding-top: 0rem;
  color: #00205c;
  line-height: 1.438;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.22px;
}

@media all and (max-width: 1024px) {
  .careers--department-type,
  .careers--position-hours {
    padding-top: 1rem;
  }
}

.careers-position-hours,
.careers--job-position {
  font-weight: 400;
  letter-spacing: -0.22px;
  line-height: 1.438;
  color: #575756;
}

.careers-position-hours,
.careers--job-position,
.careers-job-description {
  padding: 0px 0rem;
}

@media all and (max-width: 1024px) {
  .careers-position-hours,
  .careers--job-position,
  .careers-job-description {
    padding: 0;
  }
}

.careers--row-1 {
  width: 640px;
}

.careers--row-2 {
  width: 338px;
}

.careers--row-3 {
  width: 338px;
}

a.btn.careers--apply {
  border-radius: 26.5px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.78px;
  color: #fff;
  width: 203px;
  height: 53px;
  text-align: center;
  margin: 1rem 0;
}

a.btn.careers--apply:hover {
  background: #241860;
  border: 2px solid #241860;
  color: #fff;
}

.outer-wrapper {
  padding-bottom: 0;
}

@media all and (max-width: 600px) {
  .careers--container {
    display: flex;
    padding: 1.5rem 1.5em;
    margin: 2rem auto;
    justify-content: center;
    height: 100%;
    width: 100%;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
    flex-direction: column;
    min-width: 300px;
  }

  .careers--wrapper {
    padding: 0;
  }

  .careers--row-1,
  .careers--row-2,
  .careers--row-3,
  .careers--row-4 {
    width: 280px;
  }

  .careers-search-results-wrap.careers__container {
    padding: 2rem 0;
  }

  .careers-search-results-wrap {
    padding: 0;
  }

  .header--tabs {
    padding: 90px 0 45px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }

  .header--tabs a:not(:last-child) {
    padding: 10px;
  }

  .header--tabs a {
    color: #00205C;
    font-size: 24px;
    font-weight: 700px;
    padding: 10px;
  }

  input.careers-search-term {
    padding: 8px 30px;
  }

  .header--filter {
    background: #fff;
    border-radius: 75px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 9px 48px;
    position: absolute;
    transform: translate(calc(50vw - 50%), -68%);
    min-width: 320px;
    width: 50%;
    max-width: 1400px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 12px 28px 0;
    z-index: 2;
  }

  .form-group {
    margin: 0;
  }

  .header--filter .btn-search,
  a.reset-careers-search-filters {
    flex: 0 0 auto;
    padding: 12px 15px;
    cursor: pointer;
  }
}

.band--blue {
  color: #00205C;
}

.band__content {
  width: 100%;
  max-width: 500px;
  text-align: center;
  padding: 45px 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.header--tabs {
  padding: 90px 0 45px;
  display: flex;
  justify-content: center;
}

.header--tabs a {
  color: #00205C;
  font-size: 24px;
  font-weight: 700px;
}

@media all and (min-width: 820px) {
  .header--tabs a {
    font-size: 37px;
  }
}

@media all and (max-width: 600px) {
  .header--tabs a--tabs {
    flex-direction: column;
    text-align: center;
  }

  .header--tabs a a {
    text-decoration: none;
  }

  .header--tabs a:not(:last-child) {
    padding-right: 0;
  }
}

.header--tabs a:not(:last-child) {
  padding-right: 0;
  margin: 0 4rem;
}

.header--tabs a.search-tab-filter {
  color: rgba(0, 32, 92, 0.3);
  text-decoration: none;
  font-size: 37px;
  letter-spacing: -1.24px;
  padding-bottom: 1rem;
  font-weight: 700;
}

@media all and (max-width: 600px) {
  .header--tabs a.search-tab-filter {
    padding: 10px 10px 1rem 10px;
  }
}

.header--tabs a.search-tab-filter:active,
.header--tabs a.search-tab-filter.active,
.header--tabs a.search-tab-filter:hover {
  color: #00205c;
  border-bottom: 1px solid #00D959;
}

.page-not-found__container {
  content: "";
  background: linear-gradient(180deg, #00205c 0%, rgba(0, 32, 92, 0) 100%);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.page-not-found__title {
  color: #00D959;
  font-weight: 700;
  line-height: 1.37;
  padding: 60px 360px 20px;
}

.page-not-found__text {
  color: #fff;
  padding: 0px 360px 0px;
  font-weight: 700;
}

.page-not-found__title-p {
  color: #00205C;
  font-weight: 700;
  line-height: 1.37;
  padding: 0px 360px 0px;
}

.search-form {
  padding-bottom: 4rem;
  padding-left: 22.5rem;
  padding-right: 22.5rem;
}

.error404,
.contact-page {
  padding-top: 126px;
}

.error404 .outer-wrapper,
.contact-page .outer-wrapper {
  padding-top: 0px !important;
}

.form-validation-messages {
  color: red;
  padding: 20px 0;
  font-weight: bold;
}

.aligncenter {
  text-align: center;
  margin: 0 auto;
  display: block;
}

.mobile--nav--open {
  overflow: hidden;
}

.mobile--nav--open .nav__menu {
  padding-bottom: 50px;
}

@media all and (max-width: 1200px) {
  .drpg-blocks-key-stats-inserter {
    width: 100%;
    max-width: calc(100% - 50px);
  }
}

@media all and (max-width: 1024px) {
  .drpg-blocks-key-stats-inserter {
    max-width: calc(100% - 0px);
  }
}

