/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

* html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

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;
}

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;
}

ul {
  margin-left: 20px;
}

.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 !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem;
}

.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media only screen and (min-width: 48em) {
  .container {
    width: 49rem;
  }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media only screen and (min-width: 64em) {
  .container {
    width: 65rem;
  }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 90%;
    max-width: 90%;
  }
  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media only screen and (min-width: 75em) {
  .container {
    width: 76rem;
  }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&medium=48em&large=64em&xlarge=75em&xxlarge=90em";
}

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
}

.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}

:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 0 0;
}

.accordion-title:hover,
.accordion-title:focus {
  background-color: #e6e6e6;
}

.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}

.is-active > .accordion-title::before {
  content: "\2013";
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a;
}

:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.accordion-menu li {
  width: 100%;
}

.accordion-menu a {
  padding: 0.7rem 1rem;
}

.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}

.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}

.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}

.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto;
}

.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}

.accordion-menu .is-accordion-submenu-parent[aria-expanded="true"] > a::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.is-accordion-submenu-parent {
  position: relative;
}

.has-submenu-toggle > a {
  margin-right: 40px;
}

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.submenu-toggle[aria-expanded="true"]::after {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.submenu-toggle-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

[data-whatinput="mouse"] .menu li {
  outline: 0;
}

.menu a {
  line-height: 1;
  text-decoration: none;
  display: block;
}

.menu input,
.menu select,
.menu a {
  margin-bottom: 0;
}

.menu input {
  display: inline-block;
}

.menu,
.menu.horizontal {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.menu.vertical {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.menu.expanded li {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}

.menu.simple {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu.simple li + li {
  margin-left: 1rem;
}

.menu.simple a {
  padding: 0;
}

@media print, screen and (min-width: 48em) {
  .menu.medium-horizontal {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .menu.medium-vertical {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .menu.medium-expanded li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
  .menu.medium-simple li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .menu.large-vertical {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .menu.large-expanded li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
  .menu.large-simple li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}

.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}

.menu.icons a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.menu.icon-top a,
.menu.icon-right a,
.menu.icon-bottom a,
.menu.icon-left a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.menu.icon-left li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
  margin-right: 0.25rem;
}

.menu.icon-right li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
  margin-left: 0.25rem;
}

.menu.icon-top li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu.icon-bottom li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu.align-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.menu.align-right li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.menu.align-right li .submenu li {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.menu.align-right.vertical li {
  display: block;
  text-align: right;
}

.menu.align-right.vertical li .submenu li {
  text-align: right;
}

.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}

.menu.align-center li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu.align-center li .submenu li {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu-centered > .menu li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu-centered > .menu li .submenu li {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  -webkit-box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  content: "";
}

.menu-icon:hover::after {
  background: #cacaca;
  -webkit-box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  -webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  content: "";
}

.menu-icon.dark:hover::after {
  background: #8a8a8a;
  -webkit-box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}

.is-drilldown li {
  display: block;
}

.is-drilldown.animate-height {
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fefefe;
}

.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}

.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.drilldown .is-drilldown-submenu.is-closing {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}

.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}

.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}

.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}

.drilldown .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}

.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
  right: 1rem;
  left: auto;
}

.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 1rem;
}

.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem;
}

.dropdown-pane.is-opening {
  display: block;
}

.dropdown-pane.is-open {
  display: block;
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}

[data-whatinput="mouse"] .dropdown.menu a {
  outline: 0;
}

.dropdown.menu > li:not(.button) > a {
  padding: 0.7rem 1.5rem;
}

.no-js .dropdown.menu ul {
  display: none;
}

.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto;
}

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.dropdown.menu.vertical > li > a::after {
  right: 14px;
}

.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 5px;
}

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
}

@media print, screen and (min-width: 48em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
  }
}

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
  }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}

.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}

.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}

.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe;
}

.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}

.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 5px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
}

.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}

.is-dropdown-submenu > li {
  width: 100%;
}

.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.top-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.top-bar,
.top-bar ul {
  background-color: #e6e6e6;
}

.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}

.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}

.top-bar input.button {
  width: auto;
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media print, screen and (min-width: 48em) {
  .top-bar {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .top-bar .top-bar-left {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: auto;
  }
  .top-bar .top-bar-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 63.99875em) {
  .top-bar.stacked-for-medium {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 74.99875em) {
  .top-bar.stacked-for-large {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.top-bar-title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left,
.top-bar-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 47.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 48em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 48em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 47.99875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 48em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 47.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.show-on-focus:active,
.show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before,
.clearfix::after {
  display: table;
  content: " ";
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.clearfix::after {
  clear: both;
}

.site-header {
  border-bottom: 4px solid #72a898;
  background: white;
  position: fixed;
  width: 100%;
  height: 100px;
  z-index: 1000;
  transition: all 0.05s ease-in-out;
}

.site-header .row {
  max-width: 1440px;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  justify-content: center;
  height: 100%;
}

@media (max-width: 63.9375em) {
  .site-header .row {
    padding: 0 !important;
  }
}

@media (min-width: 64em) {
  .site-header {
    height: 144px;
  }
}

.site-header .site-branding {
  display: flex;
  align-items: center;
}

.site-header .site-branding .custom-logo-link {
  max-width: 160px;
  padding: 10px 10px 0;
  display: block;
}

@media (min-width: 64em) {
  .site-header .site-branding .custom-logo-link {
    max-width: 211px;
    margin: auto;
    padding: 0;
  }
}

@media (min-width: 74.9375em) {
  .site-header .site-branding .custom-logo-link {
    max-width: 221px;
  }
}

.site-header .site-branding .custom-logo-link img {
  width: 100%;
  height: auto;
}

.site-header .site-menu {
  z-index: 100;
  width: 100%;
  padding: 0;
}

.site-header .site-menu .consultation-button {
  display: inline-block;
  padding: 10px 20px;
}

.site-header .site-menu__top-menu {
  display: none;
}

@media (min-width: 64em) {
  .site-header .site-menu__top-menu {
    display: block;
    padding: 20px 0 8px;
    color: #758893;
    font-weight: 400;
  }
  .site-header .site-menu__top-menu span {
    padding: 0 6px;
  }
  .site-header .site-menu__top-menu .search-form {
    display: inline;
    font-size: 0.875rem;
  }
  .site-header .site-menu__top-menu .search-form .search-field {
    border: none;
    width: 74px;
    padding: 5px;
  }
  .site-header .site-menu__top-menu .search-form .search-field:focus {
    width: 150px;
  }
  .site-header .site-menu__top-menu .search-form .search-submit {
    display: none;
  }
  .site-header .site-menu__top-menu--phone svg {
    color: #1f3a43;
  }
  .site-header .site-menu__top-menu--phone b {
    color: #1f3a43;
    font-weight: 500;
  }
}

.site-header .site-menu .main-navigation {
  font-family: "Roboto Slab", serif;
}

.site-header .site-menu .main-navigation a {
  font-weight: 400;
  line-height: 1.4;
  font-size: 1.125rem;
}

.site-header .site-menu .main-navigation,
.site-header .site-menu .main-navigation li,
.site-header .site-menu .main-navigation li a,
.site-header .site-menu .main-navigation a span {
  transition: none !important;
}

@media (min-width: 64em) {
  .site-header .site-menu .main-navigation #menu {
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .site-header .site-menu .main-navigation #menu > li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
  }
  .site-header .site-menu .main-navigation #menu > li > a {
    text-decoration: none;
    padding: 10px 0 15px 10px;
    margin: 0;
    line-height: 1.8;
    height: 100%;
  }
  .site-header .site-menu .main-navigation #menu > li > a > span {
    display: block;
    position: relative;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
  }
  .site-header .site-menu .main-navigation #menu > li.current_page_item > a > span,
  .site-header .site-menu .main-navigation #menu > li.current_page_ancestor > a > span {
    border-top: 2px solid #1e3a43;
    border-bottom: 2px solid #1e3a43;
  }
}

@media (min-width: 64em) and (min-width: 64em) {
  .site-header .site-menu .main-navigation #ubermenu-nav-main-4-primary > li:not(.ubermenu-item-has-children) a,
  .site-header .site-menu .main-navigation #menu > li:not(.menu-item-has-children) a {
    position: relative;
  }
  .site-header .site-menu .main-navigation #ubermenu-nav-main-4-primary > li:not(.ubermenu-item-has-children) a:before,
  .site-header .site-menu .main-navigation #ubermenu-nav-main-4-primary > li:not(.ubermenu-item-has-children) a:after,
  .site-header .site-menu .main-navigation #menu > li:not(.menu-item-has-children) a:before,
  .site-header .site-menu .main-navigation #menu > li:not(.menu-item-has-children) a:after {
    display: block;
    content: "";
    border-bottom: solid 2px #495b65;
    transform: scaleX(0);
    transition: transform 0.2s ease-in-out;
  }
  .site-header .site-menu .main-navigation #ubermenu-nav-main-4-primary > li:not(.ubermenu-item-has-children) a:before,
  .site-header .site-menu .main-navigation #menu > li:not(.menu-item-has-children) a:before {
    transform-origin: 100% 50%;
  }
  .site-header .site-menu .main-navigation #ubermenu-nav-main-4-primary > li:not(.ubermenu-item-has-children) a:after,
  .site-header .site-menu .main-navigation #menu > li:not(.menu-item-has-children) a:after {
    transform-origin: 0% 50%;
  }
  .site-header .site-menu .main-navigation #ubermenu-nav-main-4-primary > li:not(.ubermenu-item-has-children) a:hover,
  .site-header .site-menu .main-navigation #menu > li:not(.menu-item-has-children) a:hover {
    color: #1e3a43;
  }
  .site-header .site-menu .main-navigation #ubermenu-nav-main-4-primary > li:not(.ubermenu-current-menu-ancestor) a:hover:after,
  .site-header
    .site-menu
    .main-navigation
    #ubermenu-nav-main-4-primary
    > li:not(.ubermenu-current-menu-ancestor)
    a:hover:before,
  .site-header .site-menu .main-navigation #menu > li:not(.current_page_item) a:hover:after,
  .site-header .site-menu .main-navigation #menu > li:not(.current_page_item) a:hover:before {
    transform: scaleX(1);
  }
  .site-header
    .site-menu
    .main-navigation
    #ubermenu-nav-main-4-primary
    > li.ubermenu-menu-item-has-children.ubermenu-current_page_item:hover
    > a
    > span,
  .site-header
    .site-menu
    .main-navigation
    #ubermenu-nav-main-4-primary
    > li.ubermenu-menu-item-has-children.ubermenu-current_page_ancestor:hover
    > a
    > span,
  .site-header .site-menu .main-navigation #menu > li.menu-item-has-children.current_page_item:hover > a > span,
  .site-header .site-menu .main-navigation #menu > li.menu-item-has-children.current_page_ancestor:hover > a > span {
    border-top: 2px solid #1e3a43;
    border-bottom: 2px solid #1e3a43;
  }
}

@media (min-width: 64em) {
  .site-header .site-menu .main-navigation .dropdown.menu > li:not(.button) a {
    padding: 5px 12px;
  }
}

@media (max-width: 63.9375em) {
  .site-header .site-menu .main-navigation .menu-wrap {
    display: none;
    transition: none;
  }
}

.site-header .site-menu .main-navigation li.hidden {
  display: none;
  visibility: hidden;
}

@media (min-width: 64em) {
  .site-header .site-menu .main-navigation li {
    padding-left: 0;
    padding-right: 0;
  }
}

.site-header .site-menu .main-navigation li.menu-item-has-children a {
  padding-right: 40px;
}

.site-header .site-menu .main-navigation li.menu-item-has-children a:hover {
  cursor: pointer;
}

.site-header .site-menu .main-navigation li > ul {
  background: #1e3a43;
  border: none;
  min-width: 250px;
}

@media (max-width: 63.9375em) {
  .site-header .site-menu .main-navigation li > ul {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
  }
}

.site-header .site-menu .main-navigation li > ul > li > a:after {
  right: 15px !important;
}

.site-header .site-menu .main-navigation li > ul li a {
  color: #fff !important;
  padding: 0.7rem 0.9rem;
}

.site-header .site-menu .main-navigation li > ul li:hover {
  background: #495b65;
  cursor: pointer;
}

.site-header .site-menu .main-navigation li > ul li:hover > a {
  color: #fff !important;
}

.site-header .site-menu .main-navigation li > ul li > ul {
  background: #495b65;
}

.site-header .site-menu .main-navigation li > ul li > ul li[class*="current"],
.site-header .site-menu .main-navigation li > ul li > ul li:hover {
  background: rgba(171, 187, 193, 0.5);
}

.site-header .site-menu .main-navigation li > ul li > ul li[class*="current"] > a,
.site-header .site-menu .main-navigation li > ul li > ul li:hover > a {
  color: #fff !important;
}

.site-header .site-menu .main-navigation li > ul li > ul li > a {
  padding: 10px 25px !important;
}

.site-header .site-menu .main-navigation li > ul li > ul li > a .ubermenu-sub-indicator {
  margin-top: -10px !important;
}

.site-header .site-menu .main-navigation li > ul li > ul li ul {
  background: #1e3a43;
  padding: 10px;
}

.site-header .site-menu .main-navigation li > ul li > ul li ul li {
  width: 33.33%;
  padding: 0;
}

@media screen and (max-width: 1024px) {
  .site-header .site-menu .main-navigation li > ul li > ul li ul li {
    width: 100%;
  }
}

.site-header .site-menu .main-navigation li > ul li > ul li ul li a {
  font-size: 14px;
  text-transform: capitalize;
  padding: 10px 15px !important;
  color: #fff !important;
}

.site-header .site-menu .main-navigation li > ul li > ul li ul li:hover > a {
  background: #72868d !important;
}

.site-header .site-menu .main-navigation li[aria-expanded="true"] {
  background: #1e3a43;
}

.site-header .site-menu .main-navigation li[aria-expanded="true"] a {
  color: white;
}

.site-header .site-menu .main-navigation li:last-child a {
  padding-right: 0;
}

.site-header .site-menu .main-navigation .search-form {
  background: #f3f5f6;
  padding: 10px 20px;
}

.site-header .site-menu .main-navigation .search-form label {
  width: 100%;
}

.site-header .site-menu .main-navigation .search-form label input {
  width: 100%;
  padding: 10px 30px;
  border: 1px solid #bfd0d6;
}

.site-header .site-menu .main-navigation .search-form .search-submit {
  display: none;
}

@media (min-width: 64em) {
  .site-header .site-menu .main-navigation .search-form {
    display: none;
  }
}

.site-header .site-menu .main-navigation--mobile-info {
  background: #f3f5f6;
  color: #758893;
  font-family: "Roboto", sans-serif;
  padding: 20px 20px 10px 20px;
}

.site-header .site-menu .main-navigation--mobile-info__phone {
  display: inline-block;
  border-bottom: 1px solid #abbbc1;
  width: 100%;
  padding-bottom: 4px;
}

@media (min-width: 64em) {
  .site-header .site-menu .main-navigation--mobile-info {
    display: none;
  }
}

.site-header .site-menu .consultation-button-scroll,
.site-header .site-menu .scrolled-phone {
  display: none;
}

.site-header .site-menu .site-menu__top-menu--phone {
  position: relative;
}

.site-header .site-menu .site-menu__top-menu--phone a {
  text-decoration: none;
}

.site-header .site-menu .site-menu__top-menu--phone a:hover {
  text-decoration: underline;
}

.site-header.js--active-scroll .main-navigation a {
  font-size: 15px;
  margin: 0 7px;
  padding-top: 12px;
  padding-bottom: 12px;
}

@media (min-width: 64em) {
  .site-header.js--active-scroll {
    height: 64px;
  }
  .site-header.js--active-scroll .custom-logo-link {
    display: none;
  }
  .site-header.js--active-scroll .scroll-logo {
    display: block;
    margin: auto;
  }
  .site-header.js--active-scroll .site-menu {
    background: transparent;
  }
  .site-header.js--active-scroll .site-menu__top-menu {
    display: none;
  }
  .site-header.js--active-scroll .site-menu .main-navigation {
    display: flex;
  }
}

@media (min-width: 74.9375em) {
  .site-header.js--active-scroll .consultation-button-scroll {
    margin: -3px 7px 0 7px !important;
  }
  .site-header.js--active-scroll .consultation-button-scroll,
  .site-header.js--active-scroll .scrolled-phone {
    display: inline-block;
    align-self: center;
    padding: 10px;
    font-size: 14px;
    margin-top: -12px;
  }
  .site-header.js--active-scroll .consultation-button-scroll a,
  .site-header.js--active-scroll .scrolled-phone a {
    font-size: 14px;
    text-decoration: none;
    margin: 0 8px !important;
  }
  .site-header.js--active-scroll .consultation-button-scroll a:hover,
  .site-header.js--active-scroll .scrolled-phone a:hover {
    text-decoration: underline;
  }
  .site-header.js--active-scroll .consultation-button-scroll .site-menu__top-menu--phone,
  .site-header.js--active-scroll .scrolled-phone .site-menu__top-menu--phone {
    position: relative;
    top: 4px;
  }
  .site-header.js--active-scroll .consultation-button-scroll .site-menu__top-menu--phone a,
  .site-header.js--active-scroll .scrolled-phone .site-menu__top-menu--phone a {
    text-decoration: none;
  }
  .site-header.js--active-scroll .consultation-button-scroll .site-menu__top-menu--phone a:hover,
  .site-header.js--active-scroll .scrolled-phone .site-menu__top-menu--phone a:hover {
    text-decoration: underline;
  }
}

body.mobMenuOpened {
  overflow: hidden;
}

body.mobMenuOpened #site-navigation {
  height: 100%;
}

body.mobMenuOpened .site-header .site-menu .main-navigation .menu-wrap {
  height: 100%;
  overflow: auto;
  position: relative;
}

.spacer {
  height: 100px;
}

@media (min-width: 64em) {
  .spacer {
    height: 144px;
  }
}

.scroll-logo {
  display: none;
  max-width: 62px;
}

.scroll-logo img {
  width: 100%;
}

@media (min-width: 64em) {
  .site-menu {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
  }
  .site-menu .main-navigation {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .site-menu .main-navigation #menu > li.menu-item-has-children > a {
    padding-right: 28px;
    margin-right: 0;
  }
  .site-menu .main-navigation #menu > li.menu-item-has-children > a:after {
    right: 4px !important;
  }
  .site-menu .main-navigation #menu > li.menu-item-has-children .ubermenu-sub-indicator {
    margin-top: -14px;
  }
  .site-menu .main-navigation #menu > li > ul a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .site-menu .main-navigation #menu > li > ul li a {
    padding-right: 24px;
    padding-left: 25px;
  }
  .site-menu .main-navigation #menu > li > ul li a:after {
    right: 12px !important;
  }
  .site-menu .main-navigation #menu > li.ubermenu-active,
  .site-menu .main-navigation #menu > li.is-active {
    background: #1e3a43;
  }
  .site-menu .main-navigation #menu > li.ubermenu-active a,
  .site-menu .main-navigation #menu > li.is-active a {
    color: white;
  }
}

@media screen and (max-width: 1023px) {
  #ubermenu-nav-main-4-primary {
    background: #fff;
  }
}

#ubermenu-nav-main-4-primary li.ubermenu-menu-item-has-children #menu li.menu-item-has-children > a:after,
.menu li.menu-item-has-children > a:after {
  content: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%2210%22%20height=%2210%22%20viewBox=%220%200%20512%20298.04%22%3E%3Cpath%20fill=%22currentColor%22%20fill-rule=%22nonzero%22%20d=%22M12.08%2070.78c-16.17-16.24-16.09-42.54.15-58.7%2016.25-16.17%2042.54-16.09%2058.71.15L256%20197.76%20441.06%2012.23c16.17-16.24%2042.46-16.32%2058.71-.15%2016.24%2016.16%2016.32%2042.46.15%2058.7L285.27%20285.96c-16.24%2016.17-42.54%2016.09-58.7-.15L12.08%2070.78z%22/%3E%3C/svg%3E") !important;
  margin-left: 7px;
  margin-right: 5px;
  margin-top: -11px !important;
  right: 0 !important;
  border: none !important;
  width: 10px !important;
  top: 22px;
}

.menu li.menu-item-has-children > a:hover:after,
.menu li.menu-item-has-children.is-active > a:after {
  filter: invert(1);
}

@media (min-width: 64em) {
  #ubermenu-nav-main-4-primary
    li.ubermenu-menu-item-has-children
    #menu
    li.menu-item-has-children
    > ul
    > li.menu-item-has-children
    a,
  .menu li.menu-item-has-children > ul > li.menu-item-has-children a {
    padding-left: 20px;
    position: relative;
  }
  #ubermenu-nav-main-4-primary
    li.ubermenu-menu-item-has-children
    #menu
    li.menu-item-has-children
    > ul
    > li.menu-item-has-children.opens-right
    a:after,
  .menu li.menu-item-has-children > ul > li.menu-item-has-children.opens-right a:after {
    top: 55%;
    transform: rotate(-90deg) !important;
  }
  #ubermenu-nav-main-4-primary
    li.ubermenu-menu-item-has-children
    #menu
    li.menu-item-has-children
    > ul
    > li.menu-item-has-children.opens-left
    a:after,
  .menu li.menu-item-has-children > ul > li.menu-item-has-children.opens-left a:after {
    transform: rotate(90deg);
    top: 56%;
  }
}

.accordion-menu .is-accordion-submenu-parent[aria-expanded="true"] > a::after {
  top: 36px;
  right: 13px;
}

@media (min-width: 64em) {
  .no-js .menu-wrap {
    display: none;
  }
}

#menu-toggle {
  display: block;
  width: 38px;
  height: 38px;
  position: absolute;
  top: 26px;
  right: 22px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}

#menu-toggle:hover {
  cursor: pointer;
}

@media (min-width: 64em) {
  #menu-toggle {
    display: none;
  }
}

#menu-toggle span {
  display: block;
  width: 38px;
  height: 3px;
  margin-bottom: 10px;
  position: relative;
  top: 7px;
  left: 1px;
  background: #1e3a43;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    opacity 0.55s ease;
}

#menu-toggle span:first-child {
  transform-origin: 0% 0%;
}

#menu-toggle.active span:first-child {
  opacity: 1;
  transform: rotate(45deg) translate(-1px, -1px);
}

#menu-toggle.active span:nth-child(2) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menu-toggle.active span:last-child {
  opacity: 1;
  transform: rotate(-45deg) translate(0, -5px);
}

* {
  transition: all 0.2s ease-in-out;
}

body {
  font-size: 100%;
  line-height: 1.75;
  font-family: "Roboto", Helvetica, sans-serif;
  color: #162832;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Slab", serif;
  font-weight: 400;
}

h1 {
  font-size: 2em;
  line-height: 1.3;
}

@media (min-width: 64em) {
  h1 {
    font-size: 2.625rem;
  }
}

h2 {
  font-size: 2em;
  line-height: 1.315;
  margin-bottom: 20px;
}

@media (min-width: 64em) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: 1.5rem;
  line-height: 1.07;
  margin-bottom: 25px;
}

@media (min-width: 64em) {
  h3 {
    font-size: 1.625rem;
  }
}

h4 {
  font-size: 1.25rem;
  line-height: 1.27;
  margin-bottom: 12px;
}

@media (min-width: 64em) {
  h4 {
    font-size: 1.375rem;
  }
}

h5 {
  font-size: 1.125rem;
  line-height: 1.5;
}

h6 {
  font-size: 1rem;
  line-height: 1.75;
  font-weight: bold;
}

::-moz-selection {
  color: white;
  background: #44796a;
}

::selection {
  color: white;
  background: #44796a;
}

a {
  color: #1e3a43;
  font-weight: bold;
}

a:hover {
  cursor: pointer;
  color: #619a89;
}

a.more-link,
a.cta-link {
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.06em;
}

a.more-link svg,
a.cta-link svg {
  position: relative;
  left: 0;
  color: #1e3a43;
}

a.more-link:hover svg,
a.cta-link:hover svg {
  left: 5px;
  color: #619a89;
}

p,
ol,
ul {
  margin-bottom: 16px;
}

ul,
ol {
  margin-left: 26px;
}

blockquote {
  font-size: 1.2rem;
  font-style: italic;
}

.button,
.gform_button.button[type="submit"] {
  display: block !important;
  border: none !important;
  padding: 20px 28px !important;
  margin-top: 30px !important;
  margin-bottom: 30px !important;
  width: fit-content !important;
  height: fit-content !important;
  color: #1e3a43 !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  text-align: center !important;
  line-height: 1.2 !important;
  letter-spacing: 0.06em !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16) !important;
}

.button:hover {
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.32);
}

.button:active {
  box-shadow: none;
}

.button-white {
  background: white;
}

.button-white:hover {
  color: white;
  background: #1e3a43;
}

.button-white:active {
  color: rgba(255, 255, 255, 0.6);
}

.button-peach,
.gform_button.button[type="submit"] {
  background: #f7c07f !important;
}

.button-peach:hover,
.gform_button.button[type="submit"]:hover {
  color: #1e3a43 !important;
  background: #fadebd !important;
}

.button-peach:active,
.gform_button.button[type="submit"]:active {
  color: rgba(30, 58, 67, 0.6) !important;
  background: #f7c07f !important;
}

.site-menu .consultation-button {
  background: #619a89;
  color: white;
  font-family: "Roboto";
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  text-decoration: none;
  text-transform: uppercase;
  padding: 14px 20px;
  margin-left: 10px;
  letter-spacing: 0.06em;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.site-menu .consultation-button:hover {
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.32);
}

.site-menu .consultation-button:active {
  box-shadow: none;
}

.site-menu .consultation-button:active {
  opacity: 0.8;
}

.contact_btn {
  background: #619a89;
  color: white;
  font-family: "Roboto";
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  text-decoration: none;
  text-transform: uppercase;
  padding: 14px 20px;
  margin-left: 10px;
  letter-spacing: 0.06em;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.contact_btn:hover {
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.32);
}

.contact_btn:active {
  box-shadow: none;
}

.contact_btn:active {
  opacity: 0.8;
}

.centered {
  text-align: center;
  margin: auto;
}

.fa,
.far,
.fal {
  font-family: "Font Awesome 5 Pro" !important;
}

.arcu-item-title {
  font-weight: normal !important;
}

body .class-action--overview .contact_btn {
  margin: 0;
}

body .class-action--overview .contact_btn:hover {
  color: #fff !important;
}

body.single .entry-content .fa-phone {
  display: none;
}

body.page-id-11501 .entry-title {
  text-align: center;
}

body.search .content-area .site-main {
  padding: 0 15px;
}

body.search .content-area .site-main .page {
  margin-bottom: 35px;
}

body.search .content-area article .post-thumbnail {
  display: block;
}

body.search .content-area article .post-thumbnail img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.nav-links {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.nav-links .nav-previous,
.nav-links .nav-next {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .nav-links .nav-previous,
  .nav-links .nav-next {
    width: 100%;
  }
}

.nav-links .nav-previous {
  text-align: left;
}

.nav-links .nav-next {
  text-align: right;
}

.title-link a {
  font-weight: 400;
  text-decoration: none;
}

.accordion-menu {
  background: #fff;
  border-bottom: 3px solid #72a898;
}

.hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero.home {
  min-height: 468px;
}

.hero.page {
  min-height: 260px;
}

@media (max-width: 63.9375em) {
  .hero.home > .row {
    padding-left: 0;
    padding-right: 0;
  }
}

.hero--callout {
  min-height: 468px;
  display: flex;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (min-width: 64em) {
  .hero--callout {
    padding: 0 20px 20px;
    align-items: flex-end;
  }
}

.hero--callout.row {
  justify-content: flex-start !important;
  max-width: 1440px;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.hero--callout__content {
  color: white;
  background: rgba(23, 36, 42, 0.49);
  max-width: 768px;
  padding: 20px;
}

@media (min-width: 64em) {
  .hero--callout__content {
    padding: 40px 20px 20px;
  }
}

.hero--callout__content h1 {
  margin-top: 0;
  margin-bottom: 24px;
}

@media (min-width: 64em) {
  .hero--callout__content h1 {
    font-size: 2.5rem;
  }
}

.hero--callout__content a.button {
  margin-top: 42px;
}

.areas-of-practice {
  max-width: 1440px;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 50px;
  margin-bottom: 100px;
}

@media (min-width: 64em) {
  .areas-of-practice .col-md-4 {
    padding: 40px;
  }
}

@media (min-width: 64em) {
  .areas-of-practice--items {
    margin-top: 20px;
  }
}

.areas-of-practice--items__icon {
  margin: 40px auto 0;
  max-width: 240px;
}

.areas-of-practice--items__icon img {
  width: 100%;
}

@media (min-width: 64em) {
  .areas-of-practice--items__icon {
    margin-top: 0;
  }
}

.areas-of-practice--items strong {
  display: block;
  margin-top: 16px;
  margin-bottom: 16px;
  color: #72868d;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.areas-of-practice--items p {
  color: #72868d;
  font-size: 0.875rem;
  line-height: 1.5;
}

@media (min-width: 74.9375em) {
  .areas-of-practice--items p {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.areas-of-practice--items .aop-link {
  color: #72868d;
}

.areas-of-practice--items .aop-link:hover {
  color: #44796a;
}

.areas-of-practice--items a {
  color: #72868d;
}

.areas-of-practice--items a svg {
  color: #72868d;
}

.callout {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 64em) {
  .callout {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

.callout--overlay {
  z-index: 1;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  background: rgba(30, 58, 67, 0.9);
}

.callout--content {
  max-width: 1440px;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  color: white;
}

.callout--content > div {
  z-index: 10;
}

.callout--content.cta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media (min-width: 64em) {
  .callout--content.cta {
    justify-content: center;
  }
}

.entry-content img[class*="wp-image"] {
  max-width: 100%;
  height: auto !important;
}

.home .callout {
  margin-top: 0;
}

.home #home-content {
  padding: 35px 0;
  margin: 35px 0 0 0;
  background: #f3f5f6;
}

.home #home-content.block2 {
  margin: 0;
  background: #fff;
  overflow: hidden;
}

.home #home-content .tabber h2,
.home #home-content .tabber h3 {
  color: #619a89;
  margin-bottom: 20px;
}

.home #home-content .su-accordion {
  margin: 35px 0;
}

.home #home-content .su-accordion .su-spoiler {
  overflow: hidden;
}

.home #home-content .su-accordion .su-spoiler:not(.su-spoiler-closed) .su-spoiler-title {
  color: #619a89;
}

.home #home-content .su-accordion .su-spoiler .su-spoiler-title {
  padding: 10px 10px 10px 35px;
  font-weight: normal;
  color: #72868d;
  border-bottom: 2px solid #619a89;
}

.home #home-content .su-accordion .su-spoiler .su-spoiler-title {
  font-size: 17px;
}

@media screen and (min-width: 320px) {
  .home #home-content .su-accordion .su-spoiler .su-spoiler-title {
    font-size: calc(17px + 5 * ((100vw - 320px) / 1660)) !important;
  }
}

@media screen and (min-width: 1980px) {
  .home #home-content .su-accordion .su-spoiler .su-spoiler-title {
    font-size: 22px !important;
  }
}

.home #home-content .su-accordion .su-spoiler .su-spoiler-content img {
  margin: 15px;
}

.home #home-content .su-accordion .su-spoiler .su-spoiler-content .alignleft {
  float: left;
}

.home #home-content .su-accordion .su-spoiler .su-spoiler-content .alignright {
  float: right;
}

.home #home-content .su-accordion .su-spoiler .su-spoiler-content .contact_btn:hover {
  color: #fff;
}

.home #home-content .su-accordion .su-spoiler .su-spoiler-content a {
  font-weight: normal !important;
}

.home #home-content .su-tabs .su-tabs-nav {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-content: center;
  align-content: center;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
}

@media screen and (max-width: 880px) {
  .home #home-content .su-tabs .su-tabs-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}

.home #home-content .su-tabs .su-tabs-nav > span {
  font-weight: bold;
  flex: 1;
  padding: 10px 15px;
  margin: 0;
  line-height: 1.5;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-bottom: 2px solid #619a89;
}

.home #home-content .su-tabs .su-tabs-nav > span {
  font-size: 20px;
}

@media screen and (min-width: 320px) {
  .home #home-content .su-tabs .su-tabs-nav > span {
    font-size: calc(20px + -2 * ((100vw - 320px) / 1660)) !important;
  }
}

@media screen and (min-width: 1980px) {
  .home #home-content .su-tabs .su-tabs-nav > span {
    font-size: 18px !important;
  }
}

.home #home-content .su-tabs .su-tabs-nav > span.su-tabs-current {
  color: #619a89;
  border-bottom: 2px solid transparent;
}

.home #home-content .su-tabs .su-tabs-panes .su-tabs-pane {
  font-size: 16px;
  padding: 2%;
  min-height: 700px;
  transition: none;
}

.home #home-content .su-tabs .su-tabs-panes .su-tabs-pane .contact_btn:hover {
  color: #fff;
}

.home #home-content .su-tabs .su-tabs-panes .su-tabs-pane a {
  font-weight: normal !important;
}

.home #home-content .su-tabs .su-tabs-panes .yt-videos .textwidget {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}

.home #home-content .su-tabs .su-tabs-panes .yt-videos .textwidget .video-container {
  padding: 10px;
  width: 50%;
}

@media screen and (max-width: 992px) {
  .home #home-content .su-tabs .su-tabs-panes .yt-videos .textwidget .video-container {
    width: 100%;
  }
}

.home #home-content .su-tabs .su-tabs-panes .yt-videos .textwidget .video-container > div {
  margin: 0;
}

.home #home-content .su-row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-content: center;
  align-content: center;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}

@media screen and (max-width: 992px) {
  .home #home-content .su-row {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}

.home #home-content .su-row > .su-column {
  padding: 15px 0;
}

@media screen and (max-width: 992px) {
  .home #home-content .su-row > .su-column {
    -webkit-flex-direction: column;
    flex-direction: column;
    margin: 0 0 35px 0;
    width: 100%;
  }
}

.home #home-content .su-row > .su-column:last-child {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
}

.home #home-content .su-row > .su-column:last-child img {
  margin: 30px auto;
}

.home #home-content .su-row > .su-column a {
  font-weight: normal;
}

.home #home-videos {
  padding: 45px 0;
  background: #f3f5f6;
}

.home #home-videos .widget-title {
  text-align: center;
}

.home #home-videos .textwidget {
  margin: 15px auto;
  max-width: 1350px;
  padding: 0 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}

.home #home-videos .textwidget .video-container {
  width: 30%;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .home #home-videos .textwidget .video-container {
    width: 100%;
    margin: 20px 0;
  }
}

.home #home-videos .textwidget .yrc-load-more-button {
  background: #619a89;
  transition: all 0.3s;
}

.home #home-videos .textwidget .yrc-load-more-button:hover {
  background: #72a898;
}

.home .logo-block {
  padding: 35px 0 !important;
}

.home .logo-block .logo-picture img {
  filter: gray;
  /* -webkit-filter: grayscale(100%);
  filter: grayscale(100%); */
  opacity: 0.6;
  filter: alpha(opacity=60);
  transition: all 0.2s ease;
  width: 100%;
  object-fit: contain;
}

.home .logo-block .logo-picture img:hover {
  filter: gray;
  /* -webkit-filter: grayscale(0%);
  filter: grayscale(0%); */
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all 0.2s ease;
}

.posts {
  margin-bottom: 50px;
}

.posts.homepage-news-insights {
  background: #f3f5f6;
  padding-top: 68px;
  padding-bottom: 64px;
  margin-bottom: 0;
}

.posts.homepage-news-insights__cta div {
  padding-left: 0 !important;
}

.posts .homepage-posts-wrap {
  margin-top: 50px;
}

@media (min-width: 64em) {
  .posts .homepage-posts-wrap .entry-content {
    padding-right: 60px;
  }
}

.posts .row {
  max-width: 1440px;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.posts .row .row {
  padding-left: 0;
  padding-right: 0;
  justify-content: flex-start;
}

.posts h3 {
  font-weight: 400;
  padding-right: 20px;
}

.posts h3 a {
  text-decoration: none;
  font-weight: normal;
}

.posts--single {
  margin-bottom: 100px;
}

.posts--single__content {
  margin: auto;
}

.posts--single__content .alignright {
  float: none;
}

@media (min-width: 48em) {
  .posts--single__content .alignright {
    float: right;
    margin: 10px 0 10px 20px;
  }
}

.posts--single__content .alignleft {
  float: none;
}

@media (min-width: 48em) {
  .posts--single__content .alignleft {
    float: left;
    margin: 10px 20px 20px 0;
  }
}

.posts--single__content img {
  max-width: 100%;
}

.posts--card {
  padding: 20px 0;
}

.posts .cases {
  padding-bottom: 50px;
}

.posts .cases.row .row {
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
}

.page .row {
  max-width: 1440px;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  justify-content: center;
}

.page .anchor-list {
  border-bottom: 1px solid #dfdfdf;
  padding-top: 10px;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 30px;
}

.page .anchor-list li {
  display: inline-block;
}

.page .anchor-list li a {
  padding-bottom: 10px;
  padding-right: 40px;
  color: #758893;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.06em;
}

.page .anchor-list li a:hover {
  color: #619a89;
}

.page .grey-block {
  background: #f3f5f6;
  border: 5px solid white;
  padding: 30px;
}

.page .wp-block-kadence-tabs,
.page .kt-accordion-wrap {
  margin: 15px auto 25px;
}

.page .wp-block-kadence-tabs .kt-button,
.page .kt-accordion-wrap .kt-button {
  border: 0 !important;
  background-color: #17242a !important;
  padding: 10px;
  color: #fff !important;
  font-weight: 500 !important;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.875rem !important;
  letter-spacing: normal;
}

.page .wp-block-kadence-tabs .kt-accordion-panel-inner,
.page .wp-block-kadence-tabs .kt-blocks-accordion-header,
.page .kt-accordion-wrap .kt-accordion-panel-inner,
.page .kt-accordion-wrap .kt-blocks-accordion-header {
  border-color: #619a89 !important;
}

.page .wp-block-kadence-tabs .kt-blocks-accordion-header,
.page .kt-accordion-wrap .kt-blocks-accordion-header {
  color: #72868d;
  cursor: pointer;
  border-width: 0px 0px 2px 0px;
}

.page .wp-block-kadence-tabs .kt-blocks-accordion-header,
.page .kt-accordion-wrap .kt-blocks-accordion-header {
  font-size: 17px;
}

@media screen and (min-width: 320px) {
  .page .wp-block-kadence-tabs .kt-blocks-accordion-header,
  .page .kt-accordion-wrap .kt-blocks-accordion-header {
    font-size: calc(17px + 5 * ((100vw - 320px) / 1660)) !important;
  }
}

@media screen and (min-width: 1980px) {
  .page .wp-block-kadence-tabs .kt-blocks-accordion-header,
  .page .kt-accordion-wrap .kt-blocks-accordion-header {
    font-size: 22px !important;
  }
}

.page .wp-block-kadence-tabs .kt-blocks-accordion-header:focus,
.page .kt-accordion-wrap .kt-blocks-accordion-header:focus {
  outline: none;
}

.page .wp-block-kadence-tabs .kt-blocks-accordion-header .kt-blocks-accordion-icon-trigger,
.page .kt-accordion-wrap .kt-blocks-accordion-header .kt-blocks-accordion-icon-trigger {
  transform: scale(0.65);
}

.page .wp-block-kadence-tabs .kt-blocks-accordion-header .kt-blocks-accordion-icon-trigger:before,
.page .wp-block-kadence-tabs .kt-blocks-accordion-header .kt-blocks-accordion-icon-trigger:after,
.page .kt-accordion-wrap .kt-blocks-accordion-header .kt-blocks-accordion-icon-trigger:before,
.page .kt-accordion-wrap .kt-blocks-accordion-header .kt-blocks-accordion-icon-trigger:after {
  background: #72868d;
}

.page .wp-block-kadence-tabs .kt-tabs-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-content: center;
  align-content: center;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: center;
  justify-content: center;
}

.page .wp-block-kadence-tabs .kt-tabs-title-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-content: center;
  align-content: center;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: stretch;
  justify-content: stretch;
}

@media screen and (max-width: 1024px) {
  .page .wp-block-kadence-tabs .kt-tabs-title-list {
    display: none;
  }
}

.page .wp-block-kadence-tabs .kt-tabs-title-list > li {
  flex: 1;
}

.page .wp-block-kadence-tabs .kt-tabs-title-list > li > a {
  height: 100%;
}

.page .wp-block-kadence-tabs .kt-tabs-title-list > li:last-child {
  margin-bottom: 0 !important;
}

.page .wp-block-kadence-tabs .kt-tabs-accordion-title,
.page .wp-block-kadence-tabs .kt-title-item {
  margin-bottom: 1px !important;
  margin-right: -1px !important;
}

.page .wp-block-kadence-tabs .kt-tabs-accordion-title.kt-tab-title-active a,
.page .wp-block-kadence-tabs .kt-title-item.kt-tab-title-active a {
  border-radius: 0 !important;
  border-width: 1px !important;
  border-color: #17242a !important;
  padding: 6px 10px !important;
  font-size: 14px !important;
}

.page .wp-block-kadence-tabs .kt-tabs-accordion-title.kt-tab-title-inactive a,
.page .wp-block-kadence-tabs .kt-title-item.kt-tab-title-inactive a {
  border-color: #17242a !important;
  border-radius: 0 !important;
  background-color: #17242a !important;
  color: #fff !important;
  text-decoration: none;
  border-width: 1px !important;
  padding: 6px 10px !important;
  font-size: 14px !important;
}

.page .wp-block-kadence-tabs .kt-tabs-accordion-title.kt-tab-title-inactive a {
  text-decoration: none;
}

.page .wp-block-kadence-tabs .kt-tabs-accordion-title.kt-tab-title-active a {
  border-width: 1px !important;
  border-color: #17242a !important;
  text-decoration: none;
}

.page .wp-block-kadence-tabs .wp-block-kadence-tab {
  border-color: #17242a !important;
  border-width: 1px !important;
  height: 100%;
  background-size: cover;
  position: relative;
  min-height: 640px !important;
}

@media screen and (max-width: 1024px) {
  .page .wp-block-kadence-tabs .wp-block-kadence-tab {
    height: auto;
  }
}

.page .wp-block-kadence-tabs .wp-block-kadence-tab:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  z-index: 0;
}

.page .wp-block-kadence-tabs .wp-block-kadence-tab > div {
  position: relative;
  z-index: 2;
}

.page #additional-articles {
  padding: 65px 15px;
  background: url("/wp-content/uploads/2020/04/articles-bg.jpg") no-repeat center top fixed;
  background-size: cover;
}

.page #additional-articles .widget-title {
  text-align: center;
  color: #162832;
  margin-bottom: 25px;
}

.page #additional-articles .rpwe-ul {
  margin: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-content: center;
  align-content: center;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: center;
  justify-content: center;
}

.page #additional-articles .rpwe-ul > li {
  width: calc(33.33% - 30px);
  margin: 15px 15px 25px 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-content: center;
  align-content: center;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 20px;
  border: 1px solid #d8d8d8;
  background-color: #fff;
}

@media screen and (max-width: 1023px) {
  .page #additional-articles .rpwe-ul > li {
    width: 100%;
  }
}

.page #additional-articles .rpwe-ul > li .rpwe-title {
  font-size: 20px;
  text-align: center;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #ddd;
}

.page #additional-articles .rpwe-ul > li .rpwe-title a {
  text-decoration: none;
  font-size: 22px;
  color: #162832;
}

.page #additional-articles .rpwe-ul > li .rpwe-title:hover a {
  color: #44796a;
}

.page #additional-articles .rpwe-ul > li .more-link-holder {
  padding: 15px 0;
  text-align: center;
}

.page #additional-articles .rpwe-ul > li .more-link-holder .more-link {
  color: #72868d;
}

.page #additional-articles .rpwe-ul > li .more-link-holder .more-link svg {
  margin-left: 8px;
  color: #72868d;
}

.page #additional-articles .rpwe-ul > li .more-link-holder .more-link:hover {
  color: #44796a;
}

.page #additional-articles .rpwe-ul > li .more-link-holder .more-link:hover svg {
  color: #44796a;
}

.page-id-1352 .page .wp-block-kadence-tabs .wp-block-kadence-tab {
  background: #fff url("/wp-content/uploads/2020/04/medical-malpractice.jpg") no-repeat center top !important;
}

.flexible-fields {
  margin-bottom: 100px;
}

.flexible-fields h2 {
  padding-top: 60px;
}

.flexible-fields--cta-block__image {
  max-width: 100%;
}

@media (min-width: 64em) {
  .flexible-fields--cta-block__image {
    max-width: 50%;
  }
  .flexible-fields--cta-block__image.float-right {
    float: right;
    margin-left: 25px;
  }
  .flexible-fields--cta-block__image.float-left {
    float: left;
    margin-right: 25px;
  }
}

.flexible-fields--cta-block:after {
  clear: both;
  display: block;
  content: "";
}

.entry-meta {
  color: #758893;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 0.06em;
}

.entry-meta a {
  color: #758893;
  text-decoration: none;
}

.entry-meta a:hover {
  color: #619a89;
}

.class-action {
  margin-top: 40px;
  margin-bottom: 40px;
}

.class-action .row {
  max-width: 1440px;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.class-action h1 {
  margin-top: 0;
}

.class-action--intro {
  padding-right: 20px;
}

.class-action--main__card {
  background: #f3f5f6;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 30px;
}

@media (min-width: 48em) {
  .class-action--main__card {
    margin-right: 30px;
  }
}

.class-action--main__card h3 a {
  font-weight: 400;
  text-decoration: none;
}

.class-action--overview,
.class-action--updates {
  margin-bottom: 40px;
}

@media (min-width: 64em) {
  .class-action--overview,
  .class-action--updates {
    margin-right: 30px;
  }
}

.class-action--updates h3 {
  line-height: 1.4;
}

.class-action--updates .update-content {
  transition: none;
}

.team {
  padding-bottom: 50px;
}

.lawyers > .row {
  padding-left: 0;
  padding-right: 0;
}

.lawyers > .row:last-child {
  justify-content: flex-start;
}

.lawyers--single {
  margin-top: 40px;
  margin-bottom: 40px;
}

.lawyers--single__headshot {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #f3f5f6;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 15px;
  position: relative;
}

.lawyers--single__headshot a {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
}

.lawyers--single:hover .greyscale {
  filter: none;
  -webkit-filter: grayscale(0%);
}

.lawyers--inner {
  padding-top: 40px;
  padding-bottom: 100px;
}

.lawyers--inner__content {
  padding-right: 40px;
}

.lawyers--inner__content h1 {
  margin-top: 0;
  margin-bottom: 10px;
}

.lawyers--inner__content .entry-meta {
  margin-bottom: 26px;
}

.support-staff {
  margin-top: 124px;
}

.support-staff > .row {
  padding-left: 0;
  padding-right: 0;
}

.support-staff > .row:last-child {
  justify-content: flex-start;
}

.support-staff--single {
  margin-top: 42px;
  margin-bottom: 42px;
}

.support-staff--single > .row {
  padding-left: 0;
  padding-right: 0;
}

.support-staff--single__headshot {
  width: 112px;
  height: auto;
  padding-bottom: 85%;
  border-radius: 50%;
  background: #f3f5f6;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 18px;
  position: relative;
}

.support-staff--single__headshot a {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
}

@media (min-width: 1024px) and (max-width: 1077px) {
  .support-staff--single__headshot {
    width: 85px;
    padding-bottom: 80%;
  }
}

@media (min-width: 1078px) and (max-width: 1374px) {
  .support-staff--single__headshot {
    width: 85px;
    padding-bottom: 70%;
  }
}

@media (min-width: 1214px) and (max-width: 1374px) {
  .support-staff--single__headshot {
    width: 95px;
    padding-bottom: 85%;
  }
}

.support-staff--single .title-link {
  margin-bottom: 10px;
}

.support-staff--single:hover .greyscale {
  filter: none;
  -webkit-filter: grayscale(0%);
}

.inline-list {
  margin: 20px 0;
}

.inline-list > li {
  display: inline-block;
  vertical-align: middle;
}

.inline-list > li a {
  display: block;
  padding: 5px 10px;
  font-weight: normal;
}

.contact {
  margin-top: 40px;
  margin-bottom: 100px;
}

.contact--info {
  margin-top: 20px;
}

.contact--info p {
  display: flex;
}

.contact--info p svg {
  margin-top: 5px;
  margin-right: 12px;
  fill: #758893;
}

.svg-icon-phone.icon-contacts {
  stroke: #758893;
  fill: none;
}

.contact--form label {
  color: white;
}

.contact--form .single {
  width: 100%;
}

.contact--form .field_required {
  color: #f7c07f !important;
}

@media (min-width: 64em) {
  .contact--form {
    padding: 40px;
  }
}

.contact--form__inner {
  background: #1e3a43;
  color: white;
  padding: 25px;
}

@media (min-width: 64em) {
  .contact--form__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.contact--form__inner a {
  color: #f7c07f;
}

.contact--form__inner a:hover {
  color: #fadebd;
}

.contact--form__inner .col-sm-6 {
  width: 100%;
}

.contact--form__inner .button {
  min-width: 180px;
}

.contact--form__disclaimer--text {
  font-size: 0.875rem;
  line-height: 1.7;
}

.contact--map {
  margin-top: 40px;
}

.breadcrumbs {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #f3f5f6;
  color: #495b65;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.breadcrumbs a {
  color: #495b65;
  font-weight: 500;
  text-decoration: none;
}

.breadcrumbs a:hover {
  color: #44796a;
}

.breadcrumbs .breadcrumb-sep {
  padding: 0 14px;
}

.breadcrumbs .row {
  max-width: 1440px;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  justify-content: center;
}

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 90px;
  margin-bottom: 60px;
  padding-bottom: 50px;
}

.pagination li {
  display: inline-block;
}

.pagination li a {
  color: #758893;
  text-decoration: none;
  font-weight: bold;
  padding: 5px 7px;
}

.pagination li a svg {
  color: #758893;
}

.pagination li a:hover {
  color: #44796a;
}

.pagination li a:hover svg {
  color: #44796a;
}

.pagination li.active {
  background: #44796a;
}

.pagination li.active a {
  color: white;
}

.pagination li.arrow {
  text-transform: uppercase;
}

.wp-block-uagb-columns {
  padding: 0 !important;
}

.wp-block-uagb-columns .uagb-column__wrap {
  padding: 45px 4% 0 0 !important;
}

.breadcrumbs {
  display: none !important;
}

.info-blocks {
  margin-bottom: 0 !important;
}

.info-blocks .uagb-column__wrap {
  padding: 45px 4% !important;
}

.cta-link {
  color: #72868d !important;
}

.cta-link svg {
  color: #72868d !important;
}

.cta-link:hover {
  color: #44796a !important;
}

.cta-link:hover svg {
  color: #44796a !important;
}

.blocked-side {
  margin-bottom: 10px !important;
}

.blocked-side .uagb-columns__inner-wrap {
  align-items: flex-start;
}

.blocked-side .uagb-columns__inner-wrap > div:first-child {
  flex: 1;
}

.sidebar {
  padding: 20px 26px;
}

.sidebar p {
  font-size: 0.875rem;
}

.sidebar ul {
  margin-left: 0;
}

.sidebar ul li {
  list-style: none;
}

.sidebar.top-block {
  background: #1e3a43;
  color: white;
  width: 100%;
}

.sidebar.top-block.column {
  width: 100%;
  max-width: 350px;
  min-width: 350px;
  padding: 20px 26px !important;
  margin-top: 55px;
}

@media screen and (max-width: 992px) {
  .sidebar.top-block.column {
    max-width: 100%;
    margin-top: 15px;
  }
}

.sidebar.top-block h3 {
  margin-bottom: 8px;
}

.sidebar.top-block li {
  border-bottom: 1px solid #495b65;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.3;
}

.sidebar.top-block li a {
  color: #f7c07f;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.sidebar.top-block li a:hover {
  color: #fadebd;
}

.sidebar.top-block.team-member-info__photo-margin {
  margin-top: 90px;
}

.sidebar.top-block.team-member-info .team-member-info--photo {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -100px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
}

.sidebar.top-block.team-member-info svg {
  color: #f7c07f;
  margin-top: 5px;
  margin-right: 10px;
}

.sidebar.top-block.team-member-info a {
  color: white;
  font-weight: 400;
  text-decoration: none;
}

.sidebar.top-block.team-member-info p {
  display: flex;
  margin-bottom: 4px;
}

.sidebar.bottom-block {
  margin-top: 10px;
  background: #f3f5f6;
}

.sidebar.bottom-block .row {
  padding: 0;
}

.sidebar.bottom-block h3 {
  margin-bottom: 8px;
}

.sidebar.bottom-block li {
  border-bottom: 1px solid #abbbc1;
  padding-top: 16px;
  padding-bottom: 16px;
}

.sidebar.bottom-block li span {
  display: block;
  color: #758893;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.sidebar.bottom-block li .entry-meta {
  margin-bottom: 0;
}

.sidebar.bottom-block li a {
  text-decoration: none;
}

.sidebar.bottom-block .assistant {
  padding-top: 20px;
  padding-bottom: 20px;
}

.sidebar.bottom-block .assistant .assistant-photo {
  position: relative;
  border-radius: 50%;
  width: 80px;
  height: auto;
  padding-top: 27%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.sidebar.bottom-block .assistant .cta-link {
  font-size: 0.875rem;
}

.sidebar.bottom-block.class-action--sidebar a {
  text-decoration: none;
}

.greyscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
}

.error-404 {
  padding: 20px 0 100px;
}

.delay-1 {
  animation-delay: 0.25s;
}

.delay-2 {
  animation-delay: 0.5s;
}

.delay-3 {
  animation-delay: 0.75s;
}

.delay-4 {
  animation-delay: 1s;
}

.footer--top {
  border-top: 4px solid #f3f5f6;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("assets/footer-testimonial-watermark.png");
  background-position: 30% 0%;
  background-size: auto 105%;
  background-repeat: no-repeat;
}

@media (min-width: 32em) {
  .footer--top {
    background-position: 110% 0%;
  }
}

@media (min-width: 767px) and (max-width: 820px) {
  .footer--top {
    background-position: 20% 0;
  }
}

.footer--top .row {
  max-width: 1440px;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.footer--top__title {
  text-align: center;
  padding: 0 25px;
}

.footer--top .testimonial {
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 0 20px 0 40px;
  position: relative;
}

.footer--top .testimonial-wrap .row {
  padding: 0;
}

.footer--top .testimonial--star {
  color: #f7c07f;
  font-size: 0.875rem;
}

.footer--top .testimonial--star svg {
  fill: #f7c07f;
}

.footer--top .testimonial--text:before {
  font-family: "Georgia", serif;
  content: "\201C";
  position: absolute;
  top: 22px;
  left: 17px;
  font-size: 3.2rem;
  color: #abbbc1;
}

.footer--top .testimonial--text p {
  font-size: 0.875rem;
  font-style: italic;
  margin: 20px 0;
}

.footer--top .testimonial--text .entry-meta {
  font-size: 0.75rem;
  font-weight: 700;
}

@media (min-width: 64em) {
  .footer--top .testimonial--cta {
    padding-left: 20px;
  }
}

@media (max-width: 63.9375em) {
  .footer--top .testimonial--cta .rplg {
    text-align: center;
    margin-top: 20px;
  }
}

@media (max-width: 63.9375em) {
  .footer--top .hide-mobile {
    display: none;
  }
  .footer--top .button {
    margin: auto;
  }
}

.footer--bottom {
  background: #f3f5f6;
}

.footer--bottom .row {
  max-width: 1440px;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  justify-content: center;
}

.footer--bottom__wrap {
  display: flex;
  flex-direction: column;
  padding: 15px 0;
  color: #495b65;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 500;
}

@media (min-width: 48em) {
  .footer--bottom__wrap {
    flex-direction: row;
  }
}

.footer--bottom__wrap p {
  margin-bottom: 0;
}

.footer--bottom__wrap a {
  font-weight: 500;
  text-decoration: none;
  color: #495b65;
}

.footer--bottom__wrap a:hover {
  color: #44796a;
}

.footer--bottom__wrap span {
  padding: 0 10px;
  display: none;
}

@media (min-width: 48em) {
  .footer--bottom__wrap span {
    display: inline;
  }
}

.footer--bottom__wrap a.social {
  padding: 0 5px;
  color: #495b65;
  font-size: 1rem;
}

.footer--bottom__wrap a.social:hover {
  color: #44796a;
}

.liveChatFloatingButton {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 9999;
  position: fixed;
  bottom: 16px;
  right: 16px;
  background: #619a89;
  color: white;
  font-size: 2.25rem;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.liveChatFloatingButton:hover {
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.32);
}

.liveChatFloatingButton:active {
  box-shadow: none;
}

.liveChatFloatingButton svg {
  margin-top: 5px;
}

.liveChatFloatingButton img {
  width: 42px;
  height: auto;
}

.liveChatFloatingButton:hover {
  background: #44796a;
}

/*# sourceMappingURL=style.css.map */

.news-insights {
  background-color: #f3f5f6;
  padding: 30px 0 60px 0;
}

.news-insights .posts--card--content-wrapper {
  position: relative;
  background-color: white;
  display: grid;
  grid-auto-rows: 1fr;
  width: 100%;
  height: 100%;
  margin: 0.8em;
  margin-top: 0;
}

.news-insights h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 500;
}

.news-insights .entry-header .entry-meta .entry-meta-date {
  position: absolute;
  top: 0;
  right: 2rem;
  color: #fff;
  font-size: 34px;
  font-weight: 900;
  line-height: 24px;
  text-align: center;
  background-color: #72a898;
  padding: 15px 12px 7px;
}

.news-insights .entry-header .entry-meta .entry-meta-date span {
  font-size: 20px;
  font-weight: 500;
}

.news-insights .posts--card.grey-block {
  position: relative;
  border: 0;
  padding: 0 0 30px 30px;
  margin: 30px 0 0 0;
}

.news-insights .entry-content-wrapper {
  padding: 25px 25px 18px;
}

.news-insights .entry-content-wrapper h3 {
  border-bottom: 1px solid rgba(117, 136, 147, 0.2);
  padding-bottom: 15px;
  margin-bottom: 0;
}

.news-insights .entry-content-wrapper h3 a {
  font-size: 24px;
  text-decoration: none;
}

.news-insights article:first-of-type .entry-thumbnail {
  position: absolute;
  height: 100%;
  width: 100%;
}

.news-insights article:first-of-type .entry-content-wrapper h3 {
  border: none;
}

.news-insights article:first-of-type .entry-content-wrapper {
  position: relative;
  padding-top: 150px;
}

.news-insights article:first-of-type .entry-content-wrapper .entry-content {
  display: none;
}

.news-insights article:first-of-type .entry-content-wrapper .entry-meta--categories a {
  color: #fff;
}

.news-insights article:first-of-type .entry-content-wrapper h3 a {
  display: block;
  color: #fff;
  font-size: 36px;
  line-height: 53px;
  margin-bottom: 20px;
}

.news-insights .posts--card.white-block {
  position: relative;
  background-color: white;
  display: grid;
  grid-auto-rows: 1fr;
  padding: 0 15px;
}

.news-insights article:first-of-type .entry-content-wrapper a.cta-link,
.news-insights article:first-of-type .entry-content-wrapper a.cta-link svg {
  color: #f7c07f !important;
}

.news-insights article:first-of-type .posts--card--content-wrapper .entry-thumbnail:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.news-insights .entry-content-wrapper > .entry-content {
  flex: 1 1 auto;
  padding-top: 15px;
}

.news-insights .posts--card {
  padding: 0.8em 0;
}

.news-insights .entry-thumbnail {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.news-insights .entry-content-wrapper {
  display: flex;
  flex-direction: column;
}

.news-insights .entry-content-wrapper > .entry-content {
  flex: 1 1 auto;
}

.news-insights .entry-meta-date {
  position: absolute;
  top: 0;
  right: 0.5em;
  background-color: blue;
  color: white;
  width: min-content;
}

.news-insights p {
  margin: 0;
}

/*badges on hero section*/

.custom-container {
  margin-top: -30px;
}

.btn_container_center {
  align-items: start;
  flex-direction: column-reverse;
}

.hero-badge {
	max-height: 130px !important;
	object-fit: contain;
	max-width: 160px !important;
}

/* lawyers tabs */

.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tab-control > label {
  cursor: pointer;
  display: block;
  max-width: 100%;
  padding: 12px;
  width: 100%;
}

.lawyers--inner__content--toggler-tabs.row {
  padding-left: 0;
  padding-right: 0;
}

.lawyers--inner__content--toggler-tabs .tab-control {
  flex: 1 0 auto;
  text-align: center;
}

.tab-control > input:checked + label,
.tabset input:first-child:checked ~ .lawyers--inner__content--toggler-tabs .tab-control:first-child,
.tabset input:nth-child(2):checked ~ .lawyers--inner__content--toggler-tabs .tab-control:nth-child(2),
.tabset input:nth-child(3):checked ~ .lawyers--inner__content--toggler-tabs .tab-control:nth-child(3),
.tabset input:nth-child(4):checked ~ .lawyers--inner__content--toggler-tabs .tab-control:nth-child(4) {
  background-color: #619a89;
  border: 1px solid #619a89;
  color: white;
}

.tabset .tab-panel {
  display: none;
}

.tabset input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset input:nth-child(2):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset input:nth-child(4):checked ~ .tab-panels > .tab-panel:nth-child(4) {
  display: block;
}

.lawyers-template-single-lawyer .sidebar.top-block {
  color: #1e3a43;
  background: white;
  width: unset;
}

.lawyers-template-single-lawyer .sidebar.top-block,
.lawyers-template-single-lawyer .sidebar.bottom-block {
  color: #1e3a43;
  background: white;
}

.lawyers-template-single-lawyer .lawyers--inner > div {
  padding: 1em;
}

.lawyers-template-single-lawyer .lawyers--inner > div:first-child {
  background: #f3f5f6;
}

.lawyers-template-single-lawyer .sidebar.top-block.team-member-info a {
  color: #1e3a43;
}

.lawyers-template-single-lawyer .sidebar.top-block.team-member-info .team-member-info--photo {
  border-radius: unset;
}

.team-member-info--photo {
  width: 100%;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.scroll-logo img {
  height: auto;
  object-fit: contain;
}

.swiper-container {
  width: 100%;
  max-width: 1200px;
  margin: 20px auto;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  max-width: 100%;
  height: auto;
}

.logo-block {
  overflow: hidden;
}

.logo-block .swiper-wrapper {
  align-items: center;
}

.logo-picture {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: grab;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.logo-picture img {
  max-height: 130px;
  object-fit: contain;
}

.home .review-item.swiper-slide {
  display: flex;
  flex-direction: column;
  padding: 50px 0px 0;
}

.reviews.reviews-slider {
  overflow: hidden;
  max-width: 600px;
}

.review-text {
  max-width: 430px;
}

.reviews-slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  top: 35px;
  position: relative;
}

.reviews-slider .swiper-pagination-bullet-active {
  opacity: 1;
  background: black;
}

.site-header:not(.js--active-scroll) li#menu-item-46 span {
  font-size: 18px !important;
}

.google-reviews-link {
  width: 100%;
  height: auto;
  display: block;
  max-width: 250px;
}

.google-reviews-link img {
  width: 100%;
  display: block;
  height: auto;
}

.svg-icon-search,
.svg-icon-twitter,
.svg-icon-phone,
.svg-icon-facebook,
.svg-icon-instagram,
.svg-icon-chevron-right,
.svg-icon-chevron-left,
.svg-icon-star,
.svg-icon-half-star,
.svg-icon-arrow-left {
  position: relative;
  top: 3px;
}

.icon-contacts {
  top: 0;
}

.svg-icon-arrow-right {
  position: relative;
  top: 5px;
}

.svg-icon-phone {
  transform: rotate(270deg);
  width: 17px;
  color: #1f3a43;
}

.svg-icon-twitter,
.svg-icon-facebook,
.svg-icon-instagram {
  fill: #495b65;
}

a:hover .svg-icon-twitter,
a:hover .svg-icon-facebook,
a:hover .svg-icon-instagram {
  fill: #44796a;
}

.career-position.position-list-first .position-head {
  margin-top: 4rem;
}

.single .button.button-white,
.single .button.button-white svg {
  transition: none;
}

.sidebar.top-block.team-member-info .svg-icon-envelope-open {
  margin-top: 3px;
}

.svg-icon-envelope-open { min-width: 15px; }

.sidebar.top-block.team-member-info .svg-icon-phone {
  margin-top: 0;
}

.posts--card--content-wrapper .cta-link svg {
  stroke: #f7c07f !important;
}

.page-template-career-page .home #home-content.block2:before {
  top: 0%;
  height: 45%;
}

/* adapt */

@media screen and (max-width: 1022px) {
  .reviews.reviews-slider {
    max-width: 100%;
  }
  .review-text {
    max-width: 600px;
  }
  .google-reviews-link {
    margin: 20px auto auto;
  }
}

@media (min-width: 48em) {
  .single .grid {
    display: grid;
    grid-template-columns: minmax(1rem, 1fr) minmax(0, 480px) minmax(0, 960px) minmax(1rem, 1fr);
    position: relative;
  }
  .lawyers-template-single-lawyer .lawyers--inner > div:first-child {
    grid-column: 2 / 3;
  }
  .lawyers-template-single-lawyer .lawyers--inner > div:first-child::before {
    content: "";
    background: #f3f5f6;
    grid-column: 1 / 1;
    position: absolute;
    inset: 40px 0 100px 0;
  }
}
