/* =================================================================================
 Designed and Developed by Wylie Creative
 ================================================================================= */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://use.typekit.net/eid4qxt.css");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  width: 100%;
  height: auto;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.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) {
  .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) {
  .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: 83.33333333%;
    max-width: 83.33333333%;
  }
  .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) {
  .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;
  }
}
/* =====================  SASS Variables */
/* https://coolors.co/22652c-5cad33-ccff33-3d6a8d-254252-e9ebec */
/* ==========================================================================
 Typography
 ========================================================================== */
/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Font Awesome Common Properties */
.icon::before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

/* Futura for the Headers - 300, 400, 500, 600, 700  */
/* Roboto for the Body - 300, 400, 500, 700  */
body {
  font-family: "Roboto", sans-serif;
}

.header-base, form.header-search .search-button, form.expert-keyword-search .search-button, article.preview-block .article-content h4, .button-wipe, .button,
button, h5,
.h5, h4,
.h4, h3,
.h3, h2,
.h2, h1,
.h1 {
  margin: 1.2rem 0;
  padding: 0;
  color: #3d6a8d;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  line-height: 1.2em;
  text-align: left;
}

.font-base, form select, form textarea, form input[type=text],
form input[type=email],
form input[type=phone],
form input[type=password], form label, .divider-block, article ul li, blockquote, p.intro-text,
.intro-text p, p,
article li {
  margin: 1.2rem 0;
  padding: 0;
  color: #333;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.8rem;
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
p,
article li,
blockquote {
  font-size: clamp(var(--fluid-type-min, 1rem), 1rem + var(--fluid-type-target, 3vw), var(--fluid-type-max, 1.3rem));
}

h1:first-of-type,
.h1:first-of-type,
h2:first-of-type,
.h2:first-of-type,
h3:first-of-type,
.h3:first-of-type,
h4:first-of-type,
.h4:first-of-type,
h5:first-of-type,
.h5:first-of-type {
  margin-top: 0;
}

p,
article li {
  --fluid-type-min: 1rem;
  --fluid-type-max: 1.1rem;
  --fluid-type-target: 2.3vw;
}

.truncate p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

p.intro-text,
.intro-text p {
  --fluid-type-min: 1rem;
  --fluid-type-target: .8vw;
  --fluid-type-max: 1.6rem;
}

p:first-of-type {
  margin-top: 0;
}

p:last-of-type {
  margin-bottom: 0;
}

a {
  text-decoration: none;
  color: #5cad33;
}
a:hover {
  color: #22652c;
}

blockquote {
  position: relative;
  padding: 0;
  margin: 2rem 3rem 2rem 3.5rem;
  font-style: italic;
  color: #22652c;
  font-weight: 500;
}
blockquote p {
  --fluid-type-min: 1.2rem;
  --fluid-type-max: 1.5rem;
  --fluid-type-target: 2.5vw;
}

blockquote:before {
  position: absolute;
  top: 0;
  left: -1.5rem;
  content: "";
  width: 10px;
  height: 100%;
  background-color: #5cad33;
  background: linear-gradient(180deg, rgb(92, 173, 51) 0%, rgb(34, 101, 44) 100%);
  clip-path: polygon(0% calc(0% + 0.5rem), 100% 0%, 100% 100%, 0% calc(100% - 0.5rem));
  overflow: hidden;
}

.client-testimony {
  position: relative;
  padding: 0;
  margin: 1.2em 0;
  padding: 2rem;
  color: #22652c;
  font-weight: 500;
  background-color: #eee;
}

.client-testimony:before {
  position: absolute;
  top: 0;
  left: -10px;
  content: "";
  width: 10px;
  height: 100%;
  background-color: #5cad33;
  background: linear-gradient(180deg, rgb(92, 173, 51) 0%, rgb(34, 101, 44) 100%);
  clip-path: polygon(0% calc(0% + 0.5rem), 100% 0%, 100% 100%, 0% calc(100% - 0.5rem));
  overflow: hidden;
}

.client-testimony:after {
  position: absolute;
  top: 0;
  right: -10px;
  content: "";
  width: 10px;
  height: 100%;
  background-color: #5cad33;
  background: linear-gradient(180deg, rgb(92, 173, 51) 0%, rgb(34, 101, 44) 100%);
  clip-path: polygon(0% 0%, 100% calc(0% + 0.5rem), 100% calc(100% - 0.5rem), 0% 100%);
  overflow: hidden;
}

h1,
.h1 {
  --fluid-type-min: 2rem;
  --fluid-type-max: 3rem;
  --fluid-type-target: 2.4vw;
}

h2,
.h2 {
  --fluid-type-min: 1.8rem;
  --fluid-type-max: 2.6rem;
  --fluid-type-target: 2.2vw;
}

h3,
.h3 {
  --fluid-type-min: 1.6rem;
  --fluid-type-max: 2.2rem;
  --fluid-type-target: 1.8vw;
}

h4,
.h4 {
  --fluid-type-min: 1.4rem;
  --fluid-type-max: 1.8rem;
  --fluid-type-target: 1.4vw;
}

h5,
.h5 {
  --fluid-type-min: 1.2rem;
  --fluid-type-max: 1.4rem;
  --fluid-type-target: 1.2vw;
}

/* =====================  Buttons */
.button,
button {
  appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  margin: 0;
  padding: 0.5rem 0.6rem;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.9rem;
  line-height: 0.9rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1rem;
  outline: none;
  border: none;
  border-radius: 0.35rem;
  color: #fff;
  background: #5cad33;
  transition: all 150ms;
}
.button:hover,
button:hover {
  color: #fff;
  background: #22652c;
  padding-right: 1.5rem;
}
.button:hover:after,
button:hover:after {
  transform: translateX(0.5rem);
}
@media screen and (min-width: 64em) {
  .button,
  button {
    padding: 0.75rem 1rem;
  }
}

.button:after,
button:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-weight: 900;
  font-size: 1rem;
  margin-left: 0.75rem;
  transition: all 150ms;
  font: var(--fa-font-solid);
  content: "\f054";
}

.button-small {
  padding: 0.5rem 0.75rem;
  font-size: 0.9rem;
  line-height: 0.9em;
}

.button-white {
  color: #5cad33;
  background: #fff;
}
.button-white:hover {
  color: #fff;
  background: #5cad33;
}

.button-blue {
  color: #fff;
  background: #3d6a8d;
}
.button-blue:hover {
  background: #2e4f69;
}

.button-lime {
  color: #fff;
  background: #5cad33;
}
.button-lime:hover {
  background: #478627;
}

.button-wipe {
  display: inline-block;
  position: relative;
  padding: 0.75rem 1rem;
  background-color: transparent;
  border-color: #5cad33;
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  margin: 0;
  color: #5cad33;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: color 100ms ease-in-out;
  transition: color 100ms ease-in-out;
}
.button-wipe:hover {
  color: #fff;
}
.button-wipe:hover:after {
  width: 110%;
}

.button-wipe:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0%;
  width: 0;
  height: 100%;
  background: #5cad33;
  z-index: -1;
  -webkit-transition: width 150ms ease-in-out;
  transition: width 150ms ease-in-out;
}
.button-wipe:after:hover {
  width: 110%;
}

.text-link {
  color: #5cad33;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  text-decoration: none !important;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  transition: all 150ms;
}
.text-link:hover {
  color: #22652c;
}
.text-link:hover:after {
  transform: translateX(0.5rem);
}

.text-link:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-weight: 900;
  font-size: 1rem;
  margin-left: 0.25rem;
  transition: all 150ms;
  font: var(--fa-font-solid);
  content: "\f054";
}

/* =====================  Tyle Utility Classes */
.text-white,
.text-white p {
  color: #ffffff;
}

.text-lime,
.text-lime p {
  color: #5cad33;
}

.text-green,
.text-green p {
  color: #22652c;
}

.text-blue,
.text-blue p {
  color: #3d6a8d;
}

.text-center {
  text-align: center;
}
.text-center p,
.text-center h1,
.text-center h2,
.text-center h3,
.text-center h4,
.text-center h5 {
  text-align: center;
}

.text-left {
  text-align: left;
}
.text-left p,
.text-left h1,
.text-left h2,
.text-left h3,
.text-left h4,
.text-left h5 {
  text-align: left;
}

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

.text-upper {
  text-transform: uppercase;
}

.text-small {
  font-size: 1em;
}

/* =====================  Dark Background */
.bgd-dark h1, .bgd-gradient-gg h1, .bgd-gradient-gb h1, .bgd-gradient-bb h1,
.bgd-dark h2,
.bgd-gradient-gg h2,
.bgd-gradient-gb h2,
.bgd-gradient-bb h2,
.bgd-dark h3,
.bgd-gradient-gg h3,
.bgd-gradient-gb h3,
.bgd-gradient-bb h3,
.bgd-dark h4,
.bgd-gradient-gg h4,
.bgd-gradient-gb h4,
.bgd-gradient-bb h4,
.bgd-dark h5,
.bgd-gradient-gg h5,
.bgd-gradient-gb h5,
.bgd-gradient-bb h5,
.bgd-dark p,
.bgd-gradient-gg p,
.bgd-gradient-gb p,
.bgd-gradient-bb p,
.bgd-dark ul li,
.bgd-gradient-gg ul li,
.bgd-gradient-gb ul li,
.bgd-gradient-bb ul li {
  color: #fff;
}
.bgd-dark .button-standard, .bgd-gradient-gg .button-standard, .bgd-gradient-gb .button-standard, .bgd-gradient-bb .button-standard {
  color: #5cad33;
  background: #fff;
}
.bgd-dark .button-blue, .bgd-gradient-gg .button-blue, .bgd-gradient-gb .button-blue, .bgd-gradient-bb .button-blue {
  color: #3d6a8d;
  background: #fff;
}
.bgd-dark .container, .bgd-gradient-gg .container, .bgd-gradient-gb .container, .bgd-gradient-bb .container {
  position: relative;
  z-index: 1;
}
.bgd-dark i.practice, .bgd-gradient-gg i.practice, .bgd-gradient-gb i.practice, .bgd-gradient-bb i.practice {
  color: #fff !important;
}
.bgd-dark label, .bgd-gradient-gg label, .bgd-gradient-gb label, .bgd-gradient-bb label {
  color: #fff;
}

/* ============== Section Backgrounds */
/* Solid Color Backgrounds */
.bgd-green {
  background-color: #22652c;
}

.bgd-lime {
  background-color: #5cad33;
}

.bgd-blue {
  background-color: #3d6a8d;
}

.bgd-gray {
  background-color: #f5f5f5;
}

.bgd-outline {
  border: 2px solid #5cad33;
}

/* Gradient Backgrounds */
.bgd-gradient-bb {
  background-color: #3d6a8d;
  background: linear-gradient(180deg, rgb(61, 106, 141) 0%, rgb(39, 68, 90) 100%);
}

.bgd-gradient-gb {
  background: linear-gradient(180deg, rgb(61, 106, 141) 40%, rgb(92, 173, 51) 100%);
}

.bgd-gradient-gg {
  background: linear-gradient(180deg, rgb(92, 173, 51) 0%, rgb(34, 101, 44) 100%);
}

/* Gradient Overlay */
.bgd-overlay {
  position: relative;
  overflow: hidden;
}
.bgd-overlay .container {
  position: relative;
  z-index: 1;
}

.bgd-overlay:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.9;
  z-index: 1;
}

.bgd-overlay.bgd-overlay-med:before {
  background: linear-gradient(160deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.bgd-overlay.bgd-overlay-dark:before {
  background: linear-gradient(160deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.9) 75%);
}

.bgd-overlay.bgd-overlay-bg:before {
  background: linear-gradient(160deg, rgb(61, 106, 141) 40%, rgb(92, 173, 51) 100%);
}

.bgd-overlay.bgd-overlay-gg:before {
  background: linear-gradient(160deg, rgb(92, 173, 51) 0%, rgb(34, 101, 44) 75%);
}

.bgd-overlay.bgd-overlay-bb:before {
  background: linear-gradient(160deg, rgb(61, 106, 141) 0%, rgb(39, 68, 90) 100%);
}

/* Shadow Overlay */
.bgd-shadow {
  position: relative;
  overflow: hidden;
}

.bgd-shadow:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* Image Background */
.bgd-image {
  background-position: center center;
  background-size: cover;
}

/* Video Backgrounds */
.bgd-video {
  position: relative;
  overflow: hidden;
}

#video-background {
  position: absolute;
  object-fit: cover;
  width: 100vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

/* Special Logo Left Background */
.bgd-logo-left,
.bgd-logo-right {
  overflow: hidden;
  position: relative;
}

.bgd-logo-left:after {
  display: none;
}
@media screen and (min-width: 64em) {
  .bgd-logo-left:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 7vw;
    transform: translateY(-50%);
    width: 25vw;
    height: 35vw;
    background-image: url("../svg/Bates-Group-Logo-Mark-Green.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 0;
    opacity: 0.5;
  }
}

.bgd-logo-right:after {
  display: none;
}
@media screen and (min-width: 64em) {
  .bgd-logo-right:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 7vw;
    transform: translateY(-50%);
    width: 25vw;
    height: 35vw;
    background-image: url("../svg/Bates-Group-Logo-Mark-Green.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 10;
    opacity: 0.25;
  }
}

.header-container {
  position: relative;
  width: 100%;
  z-index: 1000;
}
@media screen and (min-width: 64em) {
  .header-container {
    display: block;
    position: sticky;
    top: 0;
    width: 100%;
  }
}

.alert {
  display: none;
  position: relative;
  width: 100%;
  background-color: #22652c;
  z-index: 1001;
  padding: 0.5rem 0;
}
.alert p {
  margin: 0;
  color: #fff;
  line-height: 1.4rem;
}
.alert p a {
  color: #fff;
  text-decoration: underline;
}
.alert p a:hover {
  color: #5cad33;
}
.alert strong {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-size: 1.15em;
  letter-spacing: 0.05em;
}

.alert.active {
  display: block !important;
}

header {
  position: relative;
  display: block;
  width: 100%;
  background-color: #fff;
  background-image: url("/images/placeholders/header-bgd2.jpg");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

header .logo {
  padding: 0.5rem 0 0.5rem 1rem;
}
@media screen and (min-width: 64em) {
  header .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.5rem;
    padding: 0.75rem 0 0;
  }
}
header .logo a {
  display: block;
  margin: 0;
  line-height: 1rem;
  max-width: 240px;
}
@media screen and (min-width: 64em) {
  header .logo a {
    max-width: 300px;
  }
}

header .toggle {
  position: absolute;
  top: 1.2rem;
  right: 1rem;
  display: block;
  font-size: 1.6rem;
  color: #22652c;
}
@media screen and (min-width: 64em) {
  header .toggle {
    display: none;
  }
}

/* Main Navigation */
nav.main-menu {
  display: none;
  position: relative;
  width: 100%;
  padding: 1rem 0 0;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 64em) {
  nav.main-menu {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    justify-content: center;
  }
}
nav.main-menu .item {
  display: block;
  position: relative;
  margin: 0 0 1.2rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 64em) {
  nav.main-menu .item {
    margin: 0 1rem;
    width: auto;
  }
}
nav.main-menu i.fa {
  display: none;
}
@media screen and (min-width: 64em) {
  nav.main-menu i.fa {
    display: inline-block;
    width: auto;
    color: #22652c;
  }
}
nav.main-menu .item a {
  color: #22652c;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.5em;
  text-decoration: none;
  text-transform: uppercase;
  text-align: left;
}
@media screen and (min-width: 64em) {
  nav.main-menu .item a {
    font-size: 0.9rem;
    line-height: 1em;
    white-space: nowrap;
    padding: inherit;
  }
}
nav.main-menu .item a:hover {
  color: #5cad33;
  text-decoration: none;
}
nav.main-menu .item > a {
  padding: 0 3rem;
}
@media screen and (min-width: 64em) {
  nav.main-menu .item > a {
    padding: inherit;
  }
}
nav.main-menu .sub-menu {
  position: relative;
  opacity: 1;
  top: inherit;
  left: inherit;
  padding: 0 3rem;
  text-align: left;
}
@media screen and (min-width: 64em) {
  nav.main-menu .sub-menu {
    position: absolute;
    z-index: 1;
    left: 50%;
    padding: 1rem 0 0;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  }
}
@media screen and (min-width: 64em) {
  nav.main-menu .sub-menu.practice-areas {
    left: 0px;
  }
}
@media screen and (min-width: 64em) {
  nav.main-menu .item:not(:hover):not(:focus):not(:focus-within) .sub-menu {
    visibility: hidden;
    pointer-events: none;
  }
}
nav.main-menu .item:focus-within .sub-menu,
nav.main-menu .item:focus .sub-menu,
nav.main-menu .item:hover .sub-menu {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
nav.main-menu .sub-menu:before {
  display: none;
}
@media screen and (min-width: 64em) {
  nav.main-menu .sub-menu:before {
    content: "";
    display: block;
    position: absolute;
    top: 1.5rem;
    left: -50%;
    width: 100%;
    bottom: 0;
    box-shadow: 0 0 28px rgba(0, 0, 0, 0.5);
  }
}
@media screen and (min-width: 64em) {
  nav.main-menu .sub-menu.practice-areas:before {
    left: -6rem;
  }
}
nav.main-menu .sub-menu:after {
  display: none;
}
@media screen and (min-width: 64em) {
  nav.main-menu .sub-menu:after {
    display: block;
    content: "";
    height: 12px;
    width: 12px;
    background: #fff;
    -webkit-box-shadow: -2px -2px 4px rgba(6, 67, 117, 0.05);
    box-shadow: -2px -2px 4px rgba(6, 67, 117, 0.05);
    position: absolute;
    left: 0;
    top: 5px;
    -webkit-transform: rotate(45deg) translateY(50%);
    -ms-transform: rotate(45deg) translateY(50%);
    transform: rotate(45deg) translateY(50%);
  }
}
@media screen and (min-width: 64em) {
  nav.main-menu .sub-menu.practice-areas:after {
    left: 4rem;
  }
}
@media screen and (min-width: 64em) {
  nav.main-menu .sub-menu-inner {
    position: relative;
    left: -50%;
    list-style: none;
    background-color: #fff;
    text-align: left;
    padding: 1rem;
  }
}
nav.main-menu .sub-menu-inner .sub-item a {
  white-space: nowrap;
}
@media screen and (min-width: 64em) {
  nav.main-menu .sub-menu-inner.practice-areas {
    left: -6rem;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, 230px);
  }
}
nav.main-menu .sub-menu-inner.practice-areas .sub-item a {
  white-space: normal;
}
nav.main-menu .sub-item {
  color: #0f0f0f;
  padding: 0.25rem 0;
  position: relative;
  z-index: 1;
}
nav.main-menu .sub-item a {
  font-size: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
}
@media screen and (min-width: 64em) {
  nav.main-menu .sub-item a {
    font-size: 0.9rem;
    line-height: 0.9rem;
    font-weight: 700;
  }
}
nav.main-menu .header-service-links {
  display: none;
}
@media screen and (min-width: 64em) {
  nav.main-menu .header-service-links {
    display: block;
    margin: 0.5rem 0 0;
    padding: 0;
    max-width: 20vw;
    color: #22652c;
    list-style: none;
  }
}
nav.main-menu .header-service-links a {
  display: block;
  position: relative;
  width: 100%;
  font-size: 0.8rem;
  font-weight: 400;
  text-align: left;
  margin: 0 0 0.4rem;
  padding-left: 1rem;
  white-space: normal;
  text-transform: inherit;
  white-space: nowrap;
}
nav.main-menu .header-service-links a:before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  font: var(--fa-font-solid);
  font-weight: 900;
  font-size: 0.6rem;
  content: "\f054";
}
nav.main-menu .header-service-links > .sub-item {
  padding: 0;
}

nav.main-menu.active {
  display: block;
}

nav.filter-menu a {
  display: block;
  color: #22652c;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  text-decoration: none;
  background-color: #f5f5f5;
  border-radius: 0.35rem;
}
nav.filter-menu a:hover, nav.filter-menu a:active {
  color: #fff;
  background-color: #5cad33;
}

nav.pill-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 2rem;
}
nav.pill-nav span.pill-nav-heading {
  display: inline;
  padding: 0.25rem 0;
  color: #22652c;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.8rem;
}
nav.pill-nav a {
  padding: 0.25rem 1rem;
  color: #22652c;
  font-size: 0.8rem;
  text-transform: uppercase;
  background-color: #f5f5f5;
  border-radius: 0.25rem;
}
nav.pill-nav a:hover {
  color: #fff;
  background-color: #5cad33;
}
nav.pill-nav a.active {
  color: #fff;
  background-color: #22652c;
  pointer-events: none;
}

nav.tag-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding-right: 2rem;
}
nav.tag-nav p.tag-heading {
  display: inline;
  color: #22652c;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.9rem;
}
nav.tag-nav a {
  padding: 0.25rem 1rem;
  color: #22652c;
  font-size: 0.8rem;
  text-transform: uppercase;
  background-color: #f5f5f5;
  border-radius: 0.25rem;
}
nav.tag-nav a:hover {
  color: #fff;
  background-color: #5cad33;
}
nav.tag-nav a.active {
  color: #fff;
  background-color: #22652c;
  pointer-events: none;
}

nav.expert-filter {
  border: none;
  padding-right: 1rem;
}
nav.expert-filter .filter-item {
  position: relative;
  font-family: "Roboto", sans-serif;
  margin: 0;
  color: #5cad33;
  padding: 0;
  font-size: 1rem;
}
nav.expert-filter a {
  color: #5cad33;
  transition: all 150ms;
}
nav.expert-filter a:hover {
  color: #22652c;
  transform: translateX(0.5rem);
}
nav.expert-filter a.filter-practice {
  display: inline-block;
  margin-right: 1.5rem;
}
nav.expert-filter .filter-arrow {
  font-size: 1rem;
  color: #5cad33;
}
nav.expert-filter .filter-arrow:hover {
  color: #22652c;
}
nav.expert-filter .filter-arrow:before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  font: var(--fa-font-solid);
  font-weight: 900;
  content: "\f0c9";
  transition: all 150ms;
}
nav.expert-filter .filter-arrow.active:before {
  content: "\f103";
  transform: rotateZ(-180deg);
}
nav.expert-filter h3.ui-accordion-header-active:before {
  transform: rotateZ(90deg);
}
nav.expert-filter .filter-sub-menu {
  padding: 0;
  margin: 0.25rem 0 0.75rem 0;
  overflow: hidden;
  max-height: 0;
  transition: max-height 300ms ease-out;
}
nav.expert-filter .filter-sub-menu a {
  position: relative;
  display: block;
  padding: 0.15rem 0 0.15rem 1rem;
  color: #5cad33;
  transition: all 150ms;
}
nav.expert-filter .filter-sub-menu a:hover {
  color: #22652c;
  transform: translateX(0.5rem);
}
nav.expert-filter .filter-sub-menu a:before {
  display: block;
  position: absolute;
  top: 0.4rem;
  left: 0;
  font: var(--fa-font-solid);
  font-weight: 900;
  font-size: 0.5rem;
  content: "\f054";
}
nav.expert-filter .filter-sub-menu.active {
  transition: max-height 150ms ease-out;
  max-height: 300px;
}
nav.expert-filter .category-select {
  width: 100%;
  color: #5cad33;
  margin: 0.25rem 0 0.75rem;
  padding: 0.25rem;
  border: 1px solid #5cad33;
  border-radius: 0;
}

html, body {
  width: 100%;
  overflow-x: hidden;
}

/* ==========================================================================
 Main Structure
 ========================================================================== */
section {
  position: relative;
}

.container {
  position: relative;
  margin: 0 auto;
  max-width: 87.5em;
  padding: 0 8vw;
}

.overlay-content {
  position: relative;
  z-index: 2;
}

hr {
  position: relative;
  margin: 4rem 0;
  padding: 0;
  height: 0.2rem;
  background: linear-gradient(to right, #22652c, #5cad33);
  border: none;
}

hr:after {
  position: absolute;
  top: -0.9rem;
  left: 50%;
  content: "";
  background-color: #fff;
  background-image: url("../svg/Bates-Group-Logo-Mark-Green.svg");
  background-repeat: no-repeat;
  background-position: center center;
  height: 2rem;
  width: 4rem;
  transform: translateX(-50%);
}

figure {
  margin: 0;
  padding: 0;
}
figure img {
  display: block;
  width: 100%;
  border-radius: 0.35rem;
}

.rounded {
  border-radius: 0.35rem;
}

.rounded-outline {
  border: 1px solid #f5f5f5;
  border-radius: 0.35rem;
}

.content-overlap {
  position: relative;
  margin-top: -5rem;
  z-index: 10;
}

.clearfix {
  display: block;
  width: 100%;
  clear: both;
}

.sticky {
  position: sticky;
  top: 150px;
}

.iframe-container {
  height: 100%;
  width: 100%;
}
.iframe-container iframe {
  height: 100%;
  width: 100%;
}

.anchor {
  display: block;
  position: relative;
  top: -150px;
  visibility: hidden;
}

/* ============== Contact Popout ============== */
.contact-popout {
  display: none;
}
@media screen and (min-width: 64em) {
  .contact-popout {
    display: block;
    position: absolute;
    width: 36rem;
    top: 10rem;
    left: 100%;
    transition: left 0.25s ease-in-out;
    background-color: #fff;
    border-width: 0 1rem 0 0;
    border-color: #5cad33;
    border-style: solid;
    box-sizing: border-box;
    z-index: 1000;
  }
}
.contact-popout:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0);
  transition: box-shadow 0.25s ease-in-out;
}
.contact-popout .contact-popout-content {
  position: relative;
  padding: 2rem;
}
.contact-popout .contact-popout-content .contact-popout-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  top: 1rem;
  right: 1rem;
  z-index: 1001;
}
.contact-popout .contact-popout-content .contact-popout-close i {
  font-size: 1.5rem;
  color: #22652c;
}
.contact-popout .contact-popout-content .contact-popout-close:hover {
  cursor: pointer;
}
.contact-popout .contact-popout-content .contact-popout-close:hover i {
  color: #5cad33;
}
.contact-popout .contact-popout-tab {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: -3rem;
  width: 3rem;
  height: 3rem;
  background-color: #22652c;
}
.contact-popout .contact-popout-tab img {
  display: block;
  max-width: 1.5rem;
}
.contact-popout .contact-popout-tab:hover {
  cursor: pointer;
  background-color: #5cad33;
}

.contact-popout.active {
  left: calc(100% - 36rem);
}
.contact-popout.active:before {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

/* ============== Homepage ============== */
.home-hero {
  height: 36vw;
  min-height: 400px;
  background-image: url("/images/placeholders/VIdeo-Mobile-Thumb.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: none;
}
@media screen and (min-width: 64em) {
  .home-hero {
    background-image: none;
  }
}
.home-hero video {
  display: none;
}
@media screen and (min-width: 64em) {
  .home-hero video {
    display: block;
  }
}
.home-hero #video-background {
  height: 36vw;
  min-height: 400px;
}
.home-hero .hero-content {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 36vw;
  min-height: 400px;
}

.bates-icon i {
  display: block;
  font-size: 2.5rem;
  margin: 1rem 0;
  color: #5cad33;
  transition: color 150ms ease-in-out;
  z-index: 1;
}

.value-callout {
  display: flex;
}
.value-callout p.bates-icon-large {
  min-width: 6rem;
  padding-right: 2rem;
}
.value-callout p.bates-icon-large i {
  display: block;
  color: #fff !important;
  font-size: 4.5rem;
  margin: 0;
  color: #5cad33;
  transition: color 150ms ease-in-out;
  z-index: 1;
}
.value-callout p {
  margin: 0;
}

/* Homepage Practice Area Buttons */
.button-grid {
  position: relative;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 64em) {
  .button-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.button-grid .button-container {
  display: block;
  width: 100%;
  height: 100%;
}
.button-grid a.button-grid-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  color: #22652c;
  text-decoration: none;
  background-color: transparent;
  width: 100%;
  height: 100%;
  outline: solid 1px rgba(35, 101, 44, 0.25);
  transition: color 100ms ease-in-out;
  border-radius: 0.35rem;
}
.button-grid a.button-grid-button i {
  display: block;
  font-size: 2.5rem;
  margin: 1rem 0 0;
  color: #5cad33;
  transition: color 150ms ease-in-out;
  z-index: 1;
}
.button-grid a.button-grid-button span {
  display: block;
  font-size: 1rem;
  padding: 0.75rem 0.75rem 0.75rem;
  z-index: 1;
}
.button-grid a.button-grid-button:hover {
  color: #fff;
}
.button-grid a.button-grid-button:hover i {
  color: #fff;
}
.button-grid a.button-grid-button:hover:after {
  width: 100%;
}
.button-grid a.button-grid-button:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  background: #5cad33;
  z-index: -1;
  transition: width 150ms ease-in-out;
  z-index: 0;
  border-radius: 0.35rem;
}

@media screen and (min-width: 64em) {
  .button-grid-1up {
    grid-template-columns: 1fr;
  }
}

@media screen and (min-width: 64em) {
  .button-grid-3up {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width: 64em) {
  .button-grid-4up {
    grid-template-columns: repeat(4, 1fr);
  }
}

.button-grid-linear {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.button-grid-linear .button-container {
  display: flex;
  width: 100%;
  height: 100%;
}
.button-grid-linear a.button-grid-button {
  display: flex;
  position: relative;
  align-items: center;
  align-content: center;
  padding: 0.75rem 1rem;
  color: #22652c;
  text-decoration: none;
  background-color: transparent;
  width: 100%;
  height: 100%;
  outline: solid 1px rgba(35, 101, 44, 0.25);
  transition: color 100ms ease-in-out;
  border-radius: 0.35rem;
}
.button-grid-linear a.button-grid-button i {
  display: block;
  font-size: 1.2rem !important;
  min-width: 2rem;
  margin: 0;
  color: #5cad33;
  transition: color 150ms ease-in-out;
  z-index: 1;
}
.button-grid-linear a.button-grid-button span {
  font-size: 1rem;
  line-height: 1em;
  padding: 0 0 0 0.5rem;
  z-index: 1;
}
.button-grid-linear a.button-grid-button:hover {
  color: #fff;
}
.button-grid-linear a.button-grid-button:hover i {
  color: #fff;
}
.button-grid-linear a.button-grid-button:hover:after {
  width: 100%;
}
.button-grid-linear a.button-grid-button:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  background: #5cad33;
  z-index: -1;
  transition: width 150ms ease-in-out;
  z-index: 0;
  border-radius: 0.35rem;
}

.button-grid.services a.button-grid-button {
  color: #fff;
  background: #3d6a8d;
  outline: solid 1px #2e4f69;
}
.button-grid.services a.button-grid-button:hover {
  color: #fff;
}
.button-grid.services a.button-grid-button:after {
  background: #5cad33;
}

/* Card Styles */
.card {
  display: block;
  position: relative;
  margin-bottom: 2rem;
  padding: 0;
  border-radius: 0.35rem;
  overflow: hidden;
  align-self: stretch;
}
@media screen and (min-width: 64em) {
  .card {
    margin-bottom: 0;
    height: 100%;
  }
}
.card img {
  display: block;
}
.card i {
  font-size: 3rem;
  margin-bottom: 1.3rem;
  color: #5cad33;
}
.card .card-content {
  padding: 2rem;
}
.card p {
  font-size: 1.2rem;
}
.card p.card-title {
  position: relative;
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 1.2rem;
  margin-bottom: 0.5rem;
}
.card p:last-of-type {
  margin-bottom: 0;
}

.card.card-shadow {
  box-shadow: 0px 2px 1rem #ccc;
  transition: all 0.25s;
}
.card.card-shadow:hover {
  box-shadow: 0px 4px 2rem #aaa;
}

.card-alt {
  display: flex;
  align-items: top;
  padding: 0 0 0 1rem;
  transition: all 0.25s;
}
.card-alt .card-content {
  margin: 0 0 2rem;
  padding: 0 2rem 0 0;
  position: relative;
  transition: all 0.25s;
}
@media screen and (min-width: 64em) {
  .card-alt .card-content {
    margin: 0;
  }
}
.card-alt .card-content p {
  margin: 0;
  padding: 0;
  color: #22652c;
  font-size: 1.4rem;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  line-height: 1.4em;
  text-align: left;
}
.card-alt .card-content:before {
  position: absolute;
  left: -1rem;
  top: 0;
  content: "";
  width: 4px;
  height: 100%;
  background-color: #3d6a8d;
  background: linear-gradient(180deg, rgb(92, 173, 51) 0%, rgb(34, 101, 44) 100%);
  border-radius: 1rem;
}
.card-alt:hover .card-content {
  transform: translate(1.2rem, 0);
}

.home-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media screen and (min-width: 64em) {
  .home-cards {
    grid-template-columns: 1fr 1fr;
  }
}

/* Home Positioning Statements */
p.statement {
  margin: 1.2rem 0;
  padding: 0 1rem;
  color: #3d6a8d;
  font-size: 1.4rem;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  line-height: 1.4em;
  text-align: left;
}

/* Homepage People Callout */
.home-people-container {
  position: relative;
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0 0 1rem;
}
.home-people-container .people-box {
  position: relative;
  animation: none;
  padding: 0 0.25rem 0.25rem;
}
.home-people-container .people-box img {
  display: inline-block;
  border-radius: 0.35rem;
  overflow: hidden;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
}
.home-people-container .people-box.layer2 {
  display: none;
}
@media screen and (min-width: 64em) {
  .home-people-container .people-box.layer2 {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
}
@media screen and (min-width: 64em) {
  .home-people-container {
    display: inherit;
    min-height: 23vw;
    margin: 0;
  }
  .home-people-container .people-box {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    animation: crescendo 6s alternate infinite ease-in-out;
  }
  .home-people-container .people-box.box1, .home-people-container .people-box.box2 {
    width: 15vw;
    left: 25%;
    z-index: 9;
    animation-delay: 0.5s;
  }
  .home-people-container .people-box.box3, .home-people-container .people-box.box4 {
    width: 12vw;
    left: 7%;
    top: 10vw;
    z-index: 8;
    animation-delay: 1s;
  }
  .home-people-container .people-box.box5, .home-people-container .people-box.box6 {
    width: 8vw;
    left: 48%;
    top: 10vw;
    z-index: 10;
    animation-delay: 1.5s;
  }
  .home-people-container .people-box.box7, .home-people-container .people-box.box8 {
    width: 18vw;
    left: 57%;
    top: 6vw;
    z-index: 5;
    animation-delay: 2s;
  }
  .home-people-container .people-box.box9, .home-people-container .people-box.box10 {
    width: 8vw;
    left: 0;
    top: 3vw;
    z-index: 10;
    animation-delay: 2.5s;
  }
  .home-people-container .people-box.box11, .home-people-container .people-box.box12 {
    width: 9vw;
    left: 80%;
    top: 0;
    z-index: 10;
    animation-delay: 3s;
  }
}
@keyframes crescendo {
  0% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1.05);
  }
}

/* Homepage Icon Callout */
.icon-callout {
  padding: 0 2rem;
  margin: 0 0 4rem;
}
@media screen and (min-width: 64em) {
  .icon-callout {
    margin: 0;
  }
}
.icon-callout i {
  color: #fff;
  font-size: 4rem;
}
@media screen and (min-width: 64em) {
  .icon-callout i {
    font-size: 6rem;
  }
}
.icon-callout .callout-number {
  margin: 1rem 0 0;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1em;
}
.icon-callout .callout-detail {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2em;
  text-transform: capitalize;
}

.practice-hero {
  background-size: cover;
}
.practice-hero i.practice {
  font-size: 4rem;
  padding-bottom: 1rem;
  color: #5cad33;
}
.practice-hero > p {
  --fluid-type-min: 1.2rem;
  --fluid-type-max: 1.4rem;
  --fluid-type-target: 3vw;
}

/* Practice Area Detail Page */
ul.service-links {
  padding: 0;
  margin: 0 2rem 0 0;
  list-style: none;
}
ul.service-links li {
  margin: 0.5rem 0;
}
ul.service-links li a {
  display: block;
  padding: 1.4rem;
  font-family: "Roboto", sans-serif;
  font-size: 1.1rem;
  color: #3d6a8d;
  text-decoration: none;
  background-color: #f5f5f5;
  border-radius: 0.35rem;
}
ul.service-links li a:hover {
  color: #2e4f69;
  background-color: #e3e3e3;
}

ul.service-links-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.service-links-list li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
ul.service-links-list li:first-of-type {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
ul.service-links-list li a {
  display: block;
  position: relative;
  margin-left: 1.3rem;
  padding: 0.75rem 0 0.75rem 0.5rem;
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  color: #575757;
  text-decoration: none;
  transition: 0.25s;
}
ul.service-links-list li a:hover {
  color: #5cad33;
  transform: translateX(0.5rem);
}
ul.service-links-list li a:before {
  position: absolute;
  display: inline-block;
  font: var(--fa-font-solid);
  font-size: 0.8rem;
  line-height: 0.8rem;
  font-weight: 900;
  text-rendering: auto;
  content: "\f101";
  left: -1.2rem;
  top: 0.9rem;
  color: #5cad33;
}

ul.service-links-list.small li a {
  font-size: 1rem;
}
ul.service-links-list.small li a i {
  color: #5cad33;
  margin-right: 0.5rem;
}

.practice-leaders {
  margin: 0 0 2rem;
}
.practice-leaders h2 {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 64em) {
  .practice-leaders h2 {
    margin-bottom: inherit;
  }
}
.practice-leaders .practice-leader-header {
  display: block;
}
@media screen and (min-width: 64em) {
  .practice-leaders .practice-leader-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.practice-leaders .practice-leader-header a {
  position: relative;
}

.leader {
  margin: 0 0 2rem;
}
.leader figure {
  margin: 0;
}
.leader p.leader-name {
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.3rem;
  margin: 0.5rem 0;
  color: #3d6a8d;
}
.leader p.leader-title {
  margin: 0 0 0.5rem;
  color: #3d6a8d;
  line-height: 1.2rem;
}
.leader .leader-link {
  margin: 0;
  line-height: 1em;
}
.leader .leader-link > a {
  font-size: 0.9rem;
  margin: 0;
  padding: 0;
  line-height: 1em;
}

.practice-cta {
  margin: 2rem 0;
}

.practice-case-example {
  margin: 2rem 0;
  background-color: #f5f5f5;
}
.practice-case-example .case-example-header {
  display: block;
  padding: 0.5rem 0.75rem;
  background-color: #3d6a8d;
  margin-bottom: 1rem;
}
@media screen and (min-width: 64em) {
  .practice-case-example .case-example-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.practice-case-example .case-example-header h2 {
  color: #fff;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 64em) {
  .practice-case-example .case-example-header h2 {
    margin-bottom: inherit;
  }
}
.practice-case-example .case-example-header a {
  display: block;
  height: auto;
}
.practice-case-example .case-example-contents {
  padding: 0 1rem;
}
@media screen and (min-width: 64em) {
  .practice-case-example .case-example-contents {
    padding: 0 2rem;
  }
}
.practice-case-example .case-example-contents .case-example-text {
  padding: 1rem 0;
}
@media screen and (min-width: 64em) {
  .practice-case-example .case-example-contents .case-example-text {
    padding: 1rem;
  }
}

.case-example {
  padding: 2rem 0;
  border-bottom: 1px solid #ccc;
}
.case-example .category {
  color: #888;
  font-size: 0.9rem;
  line-height: 1.1em;
  margin: 0;
}
.case-example .h3 {
  margin-top: 0.25rem;
}

.case-example:last-of-type {
  margin: 2rem 0 0;
  border-bottom: none;
}

.practice-resources .resource {
  display: block;
  margin-bottom: 3rem;
}
.practice-resources .resource .resource-text h4 {
  margin: 0 0 0.25rem;
  font-size: 1.6rem;
  font-weight: 500;
}
.practice-resources .resource .resource-icon i {
  font-size: 8rem;
  color: #3d6a8d;
}
/* ============== Main Article Styles ============== */
article.preview-block figure {
  margin: 0 0 0.5rem;
}
article.preview-block .article-content h4 {
  --fluid-type-min: 1.2rem;
  --fluid-type-max: 1.4rem;
  --fluid-type-target: 1.2vw;
  margin: 0 0 0.5rem;
}
article.preview-block .article-content h4 a {
  text-decoration: none;
}
article.preview-block .article-content p {
  font-size: 1rem;
  line-height: 1.3rem;
  margin: 0.5rem 0;
}
article.preview-block .article-content p:last-of-type {
  margin-bottom: 0;
}

article {
  position: relative;
  margin-bottom: 6rem;
  width: 100%;
}
article p {
  line-height: 1.8rem;
}
article ul {
  padding: 0 0 0 1.2em;
}
article ul li {
  line-height: 1.8rem;
  margin: 0;
}
article a:not(.button) {
  color: #5cad33;
}
article a:not(.button):hover {
  color: #22652c;
}

.article-accordion {
  margin: 1.2rem 0;
}
.article-accordion .accordion-header {
  font-family: "Roboto", sans-serif;
  margin: 0;
  color: #2e4f69;
  margin: 0 0 0.5rem;
  transition: all 150ms;
}
.article-accordion h2 {
  font-size: 2rem !important;
}
.article-accordion h2:hover {
  cursor: pointer;
}
.article-accordion h2:before {
  display: inline-block;
  font: var(--fa-font-solid);
  font-weight: 900;
  content: "\f107";
  margin-right: 1rem;
  transition: all 150ms;
}
.article-accordion h2.ui-accordion-header-active:before {
  transform: rotateZ(-180deg);
}
.article-accordion h3 {
  font-family: "Roboto", sans-serif;
  color: #2e4f69;
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
  background: #eee;
  margin: 0 0 0.5rem;
}
.article-accordion h3:hover {
  cursor: pointer;
}
.article-accordion h3:before {
  display: inline-block;
  font: var(--fa-font-solid);
  font-weight: 900;
  content: "\f107";
  margin-right: 1rem;
  transition: all 150ms;
}
.article-accordion h3.ui-accordion-header-active {
  background: #3d6a8d;
  color: #fff;
}
.article-accordion h3.ui-accordion-header-active:before {
  transform: rotateZ(-180deg);
}
.article-accordion .accordion-content {
  padding: 0.5rem 1rem;
}

.bgd-dark .article-accordion h3, .bgd-gradient-bb .article-accordion h3, .bgd-gradient-gb .article-accordion h3, .bgd-gradient-gg .article-accordion h3 {
  background: .bgd-dark .article-accordion h3 #3d6a8d;
  color: #fff;
}
.bgd-dark .article-accordion h3.ui-accordion-header-active, .bgd-gradient-bb .article-accordion h3.ui-accordion-header-active, .bgd-gradient-gb .article-accordion h3.ui-accordion-header-active, .bgd-gradient-gg .article-accordion h3.ui-accordion-header-active {
  background: #fff;
  color: #3d6a8d;
}

.bgd-gray .article-accordion h3 {
  background: #3d6a8d;
  color: #fff;
}
.bgd-gray .article-accordion h3.ui-accordion-header-active {
  background: #fff;
  color: #3d6a8d;
}

.article-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #444;
}
.article-table tr, .article-table td {
  text-align: left;
  padding: 0.5rem 0.75rem;
  border-collapse: collapse;
  border: 1px solid #999;
}

p.category {
  color: #888;
  font-size: 0.9rem;
  line-height: 1.1em;
  margin: 0;
}

#video-wrapper #video-wrapper, #video-wrapper #embed-wrapper {
  width: 100%;
  margin: 1.2rem 0;
}

figure {
  display: inline-block;
  margin: 1rem 0;
}

figure figcaption {
  text-align: left;
  font-size: 0.7rem;
  margin: 0.25rem 0;
  color: #888;
}

figure.article-image {
  position: relative;
  margin: 1.2rem 0;
}

figure.logo img {
  clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 2.2rem), calc(100% - 4rem) 100%, 0% 100%);
}

figure.logo:before {
  content: "";
  position: absolute;
  background-image: url("../svg/Bates-Group-Logo-Mark-White.svg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 10;
  bottom: 1.5rem;
  right: 1.5rem;
  width: 3.8rem;
  height: 5.3rem;
}

figure.small {
  width: 50%;
}

@media screen and (min-width: 64em) {
  figure.big {
    width: 120%;
    margin-left: -10%;
  }
}

figure:first-of-type {
  margin-top: 0;
}

figure.one-quarter {
  width: 100%;
  float: none;
  margin: 0 0 1rem 0;
}
@media screen and (min-width: 64em) {
  figure.one-quarter {
    width: 25%;
    float: left;
    margin: 0 2rem 1rem 0;
  }
}

figure.one-third {
  width: 100%;
  float: none;
  margin: 0 0 1rem 0;
}
@media screen and (min-width: 64em) {
  figure.one-third {
    width: 33.3%;
    float: left;
    margin: 0 2rem 1rem 0;
  }
}

figure.one-half {
  width: 100%;
  float: none;
  margin: 0 0 1rem 0;
}
@media screen and (min-width: 64em) {
  figure.one-half {
    width: 50%;
    float: left;
    margin: 0 2rem 1rem 0;
  }
}

figure.two-thirds {
  width: 100%;
  float: none;
  margin: 0 0 1rem 0;
}
@media screen and (min-width: 64em) {
  figure.two-thirds {
    width: 66.6%;
    float: left;
    margin: 0 2rem 1rem 0;
  }
}

figure.three-quarters {
  width: 100%;
  float: none;
  margin: 0 0 1rem 0;
}
@media screen and (min-width: 64em) {
  figure.three-quarters {
    width: 75%;
    float: left;
    margin: 0 2rem 1rem 0;
  }
}

figure.full {
  width: 100%;
  float: none;
  margin: 0 0 1rem 0;
}

figure.right {
  float: right;
  margin: 0 0 1rem 2rem;
}

figure.headshot-block {
  position: relative;
  display: flex;
}

figure.headshot-block.four img {
  width: 24% !important;
  margin-right: 1%;
}

figure.headshot-block.three img {
  width: 32.33% !important;
  margin-right: 1%;
}

figure.headshot-block.two img {
  width: 49% !important;
  margin-right: 1%;
}

.spacer {
  display: block;
  width: 100%;
  height: 1rem;
  clear: both;
}

.divider-block {
  clear: both;
  display: block;
  width: 100%;
  margin: 2rem 0;
  border-bottom: 1px solid #5cad33;
  font-size: 1.4rem;
  padding: 0 0 0.3rem;
}
@media only screen and (min-width: 40em) {
  .divider-block {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 64em) {
  .divider-block {
    font-size: 1.8rem;
  }
}

.pagination {
  list-style: none;
  clear: both;
  padding: 0;
}
.pagination li {
  text-transform: uppercase;
  color: #666;
  font-size: 0.9rem;
  float: left;
  margin-right: 1em;
}
.pagination li a {
  display: block;
  color: #888;
  background: #eee;
  padding: 0.5em 0.8em;
}
.pagination li a:hover {
  color: #fff;
  background: #22652c;
}
.pagination li a.active {
  color: #fff;
  background: #5cad33;
}
.pagination .key {
  margin: 0;
  padding: 0.5em 0.5em 0 0;
}

/* Search Results */
.result {
  margin: 0 0 2rem;
}
.result p.date {
  color: #888;
  font-size: 0.9rem;
  line-height: 1.1em;
  margin: 0 0 0.25rem;
}
.result p {
  margin: 0;
}

/* Expert Search */
.filter-container {
  padding-right: 1.5rem;
}

.filter-heading {
  position: relative;
  margin-bottom: 1rem;
}
.filter-heading p {
  font-size: 1rem;
  font-weight: 700;
  color: #22652c;
  text-transform: uppercase;
}

.grid-heading {
  margin-bottom: 1rem;
}
.grid-heading p {
  font-family: futura-pt, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  padding: 0;
  margin: 0;
  color: #3d6a8d;
  text-transform: uppercase;
}

.grid-footer {
  margin-top: 2rem;
}

.filter-data {
  position: relative;
  padding: 0.6rem 1rem 0.4rem;
  margin-bottom: 1.5rem;
  background-color: #f5f5f5;
  border-radius: 0.35rem;
}
.filter-data p {
  font-size: 1rem;
}
.filter-data span {
  color: #5cad33;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1rem;
}
.filter-data a.button {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  padding: 0.5rem 0.75rem;
  font-size: 0.8rem;
  line-height: 0.8em;
  letter-spacing: 0.05rem;
  color: #22652c;
  background: #fff;
}
.filter-data a.button:hover {
  color: #fff;
  background: #5cad33;
}

.expert-grid {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 0;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 64em) {
  .expert-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.expert-grid a.expert {
  margin: 0;
  position: relative;
  border-radius: 0.35rem;
  transition: all 0.15s;
}
.expert-grid a.expert img {
  display: block;
  padding: 0;
  margin: 0;
}
.expert-grid a.expert .expert-name {
  position: absolute;
  display: block;
  width: calc(100% - 1rem);
  bottom: 0%;
  left: 0;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 0.8rem;
  padding: 0.5rem;
  color: #fff;
  background-color: rgba(91, 173, 52, 0.7);
  transition: all 0.15s;
}
.expert-grid a.expert:hover .expert-name {
  background-color: #5cad33;
}

.search-people-container {
  position: relative;
  width: 100%;
  height: 25vw;
}
@media screen and (min-width: 64em) {
  .search-people-container {
    height: 25vw;
    margin: 0 0 3rem;
  }
}
.search-people-container .people-box {
  position: absolute;
  top: 0;
  left: 0;
  animation: crescendo 6s alternate infinite ease-in-out;
}
.search-people-container .people-box img {
  display: block;
  border-radius: 0.35rem;
  overflow: hidden;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
}
@keyframes crescendo {
  0% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1.05);
  }
}
.search-people-container .people-box.box1 {
  width: 15vw;
  top: 10%;
  left: 0%;
  z-index: 1;
  animation-delay: 0.5s;
}
.search-people-container .people-box.box2 {
  width: 10vw;
  left: 50%;
  top: 2%;
  z-index: 2;
  animation-delay: 1s;
}
.search-people-container .people-box.box3 {
  width: 8vw;
  left: 48%;
  top: 48%;
  z-index: 3;
  animation-delay: 1.5s;
}
.search-people-container .people-box.box4 {
  width: 7vw;
  left: 5%;
  top: 65%;
  z-index: 4;
  animation-delay: 2s;
}
.search-people-container .people-box.box5 {
  width: 12vw;
  left: 20%;
  top: 85%;
  z-index: 2;
  animation-delay: 2.5s;
}
.search-people-container .people-box.box6 {
  width: 7vw;
  left: 62%;
  top: 95%;
  z-index: 10;
}

/* - - - - Expert Detail Page - - - -  */
.expert-detail {
  position: relative;
  display: block;
}
@media screen and (min-width: 64em) {
  .expert-detail {
    display: flex;
  }
}
.expert-detail figure {
  margin: 0;
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 64em) {
  .expert-detail figure {
    max-width: 15rem;
  }
}
.expert-detail h1, .expert-detail p.h5 {
  margin-bottom: 0.5rem !important;
}
.expert-detail .leader-link {
  margin: 0;
}
.expert-detail a {
  color: #fff;
}
.expert-detail a:hover {
  color: #5cad33;
}
.expert-detail .print-link {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.expert-asside-right {
  margin-top: 2rem;
  padding-left: 0;
}
@media screen and (min-width: 64em) {
  .expert-asside-right {
    margin-top: 0;
    padding-left: 1rem;
  }
}

.asside-header {
  margin: 1rem 0;
  font-size: 1.4rem;
}

.asside-nav {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
}
.asside-nav > li {
  margin-bottom: 1rem;
}
.asside-nav a {
  color: #5cad33;
  font-weight: 500;
  text-decoration: none;
}
.asside-nav a:hover {
  color: #22652c;
}
.asside-nav ul li {
  padding: 0;
  margin: 0.25rem 0;
  color: #575757;
}

.category-accordion summary {
  color: #22652c;
  margin: 0.5rem 0;
}
.category-accordion .accordion-content {
  padding: 0.5rem 1rem;
  display: none;
}
.category-accordion .accordion-content p {
  font-size: 0.9rem;
  line-height: 1.3em;
  padding-bottom: 0.5rem;
}
.category-accordion .accordion-content ul {
  padding: 0;
  margin: 0;
}
.category-accordion .accordion-content ul li {
  font-size: 0.8rem;
  line-height: 1.2em;
  padding-bottom: 0.25rem;
}

.bio-accordion {
  margin: 1.2rem 0;
  border: 1px solid #f5f5f5;
}
.bio-accordion h3 {
  font-family: "Roboto", sans-serif;
  margin: 0;
  color: #5cad33;
  padding: 0.5rem 1rem;
  font-size: 1.1rem;
}
.bio-accordion h3:before {
  display: inline-block;
  font: var(--fa-font-solid);
  font-weight: 900;
  content: "\f0ab";
  font-size: 1rem;
  margin-right: 1rem;
  transition: all 150ms;
}
.bio-accordion h3.ui-accordion-header-active:before {
  transform: rotateZ(180deg);
}
.bio-accordion .accordion-content {
  padding: 1rem;
}
.bio-accordion .accordion-content p {
  font-size: 1rem;
  line-height: 1.3rem;
  margin: 1rem 0;
}
.bio-accordion .accordion-content > p:first-of-type {
  margin-top: 0;
}
.bio-accordion .accordion-content > p:last-of-type {
  margin-bottom: 0;
}
.bio-accordion .accordion-content ul {
  padding: 0;
  margin: 0 0 0 1.2rem;
}
.bio-accordion .accordion-content ul li {
  font-size: 0.8rem;
  line-height: 1.2em;
  padding-bottom: 0.5rem;
}

/* - - - - Expert Listing Page - - - -  */
.by-name-list ul {
  display: grid;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 1rem;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 64em) {
  .by-name-list ul {
    grid-template-columns: repeat(5, 1fr);
  }
}
.by-name-list ul li {
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
.by-name-list ul li a {
  position: relative;
  color: #22652c;
  display: flex;
  align-items: center;
  outline: solid 1px rgba(35, 101, 44, 0.25);
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  padding: 0.5rem;
}
.by-name-list ul li a:hover {
  color: #fff;
  background-color: #5cad33;
}

/* - - - - Expert Print - - - -  */
@media print {
  @page {
    margin: 0.5cm;
  }
  body {
    font: 12pt Georgia, "Times New Roman", Times, serif;
    line-height: 1.3;
  }
  h1, h2, h3, h4, h5, p {
    color: #000 !important;
    margin-bottom: 10px;
  }
  /* all the hidden elements  */
  .contact-popout,
  .alert,
  .main-menu,
  .toggle,
  .header-offset,
  .print-link,
  .cta,
  footer {
    display: none;
  }
  .header-container {
    position: relative;
    height: auto;
    padding: 0;
    margin: 0;
  }
  .logo {
    display: block;
  }
  .p-2 {
    padding: 0 0 10px !important;
  }
  .pt-4 {
    padding-top: 10px !important;
  }
  .mt-2 {
    margin: 0 0 10px !important;
  }
  .expert-photo {
    display: block;
    width: 250px;
    height: 250px;
    margin-bottom: 10px;
  }
  .leader-link {
    margin-bottom: 10px;
    line-height: 1em;
  }
  .expert-asside-right {
    padding: 0;
  }
  .accordion-content {
    display: block !important;
  }
}
footer .fas,
footer .fab,
footer .fa-brands {
  font-size: 2rem;
  color: #5cad33;
}
footer a.icon {
  margin-right: 0.5rem;
}
footer a.icon:hover .fas,
footer a.icon:hover .fab {
  color: #fff;
}
footer a.icon:last-of-type {
  margin-right: 0;
}
footer .footer-logo {
  margin-bottom: 1rem;
}
footer .footer-location {
  margin-bottom: 1rem;
}
footer .footer-location p.location {
  margin: 0;
}
footer .footer-location p.address {
  margin: 0;
  font-size: 0.7rem;
  line-height: 1.1rem;
}
footer .expert-portal-link {
  border-top: 1px solid #fff;
  padding: 1rem 0 0;
}

.main-footer {
  background-color: #575757;
}
.main-footer h5 {
  font-size: 1.4rem;
  margin-top: 0;
  text-transform: uppercase;
}
.main-footer nav.footer-menu {
  width: 90%;
}
.main-footer nav.footer-menu a {
  display: block;
  padding: 0;
  margin: 0 0 1rem;
  color: #fff;
  font-size: 0.8rem;
  text-transform: uppercase;
  text-decoration: none;
}
.main-footer nav.footer-menu a:hover {
  color: #5cad33;
}
.main-footer nav.footer-menu.large a {
  display: block;
  font-size: 1.4rem;
}

.sub-footer {
  background-color: #404040;
  padding: 1rem 0;
}
.sub-footer p.copyright {
  color: #fff;
  font-size: 0.8rem;
}
.sub-footer p a {
  color: #fff;
}

form {
  position: relative;
  padding: 0;
  margin: 1.2rem 0;
}
form fieldset {
  padding: 0;
  margin: 0 0 1rem;
  border: none;
  outline: none;
  width: calc(100% - 1rem);
}
form label {
  display: block;
  padding: 0;
  margin: 0;
}
form input[type=text],
form input[type=email],
form input[type=phone],
form input[type=password] {
  border: solid 1px #ddd;
  outline: none;
  width: calc(100% - 1rem);
  margin: 0;
  padding: 0.5rem;
  font-size: 1.3rem;
  font-weight: 400;
  border-radius: 0.35rem;
  background-color: inherit;
  color: #444;
}
form input[type=text]::placeholder,
form input[type=email]::placeholder,
form input[type=phone]::placeholder,
form input[type=password]::placeholder {
  color: #bbb;
}
form select, form textarea {
  border: solid 1px #ddd;
  outline: none;
  width: calc(100% - 1rem);
  margin: 0;
  padding: 0.5rem;
  font-size: 1.3rem;
  font-weight: 400;
  border-radius: 0.35rem;
  background-color: inherit;
  color: #444;
}
form select::placeholder, form textarea::placeholder {
  color: #bbb;
}

footer form input[type=text],
footer form input[type=email],
footer form input[type=phone], .bgd-dark form input[type=text], .bgd-gradient-bb form input[type=text], .bgd-gradient-gb form input[type=text], .bgd-gradient-gg form input[type=text],
.bgd-dark form input[type=email],
.bgd-gradient-bb form input[type=email],
.bgd-gradient-gb form input[type=email],
.bgd-gradient-gg form input[type=email],
.bgd-dark form input[type=phone],
.bgd-gradient-bb form input[type=phone],
.bgd-gradient-gb form input[type=phone],
.bgd-gradient-gg form input[type=phone] {
  border: solid 1px #fff;
  color: #fff;
}
footer form input[type=text]::placeholder,
footer form input[type=email]::placeholder,
footer form input[type=phone]::placeholder, .bgd-dark form input[type=text]::placeholder, .bgd-gradient-bb form input[type=text]::placeholder, .bgd-gradient-gb form input[type=text]::placeholder, .bgd-gradient-gg form input[type=text]::placeholder,
.bgd-dark form input[type=email]::placeholder,
.bgd-gradient-bb form input[type=email]::placeholder,
.bgd-gradient-gb form input[type=email]::placeholder,
.bgd-gradient-gg form input[type=email]::placeholder,
.bgd-dark form input[type=phone]::placeholder,
.bgd-gradient-bb form input[type=phone]::placeholder,
.bgd-gradient-gb form input[type=phone]::placeholder,
.bgd-gradient-gg form input[type=phone]::placeholder {
  color: #fff;
}
footer form select, footer form textarea, .bgd-dark form select, .bgd-gradient-bb form select, .bgd-gradient-gb form select, .bgd-gradient-gg form select, .bgd-dark form textarea, .bgd-gradient-bb form textarea, .bgd-gradient-gb form textarea, .bgd-gradient-gg form textarea {
  -webkit-appearance: none;
  color: #fff;
}
footer form select::placeholder, footer form textarea::placeholder, .bgd-dark form select::placeholder, .bgd-gradient-bb form select::placeholder, .bgd-gradient-gb form select::placeholder, .bgd-gradient-gg form select::placeholder, .bgd-dark form textarea::placeholder, .bgd-gradient-bb form textarea::placeholder, .bgd-gradient-gb form textarea::placeholder, .bgd-gradient-gg form textarea::placeholder {
  color: #fff;
}
footer form select option:hover, .bgd-dark form select option:hover, .bgd-gradient-bb form select option:hover, .bgd-gradient-gb form select option:hover, .bgd-gradient-gg form select option:hover {
  background-color: #222;
}

form.expert-keyword-search {
  display: flex;
  margin: 0;
}
form.expert-keyword-search input {
  font-size: 1rem;
  width: calc(100% - 6rem);
  padding: 0.5rem 0.75rem;
  height: auto;
}
form.expert-keyword-search .search-button {
  width: 6rem;
  appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  margin: 0;
  padding: 0.5rem 0.75rem;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1rem;
  outline: none;
  border: none;
  color: #fff;
  background: #5cad33;
}
form.expert-keyword-search .search-button:hover {
  background: #22652c;
}

form.header-search {
  display: flex;
  margin: 0;
  padding: 0;
  width: 15rem;
}
form.header-search input {
  width: 10rem;
  padding: 0.3rem 0.5rem 0.2rem;
  margin: 0;
  font-size: 1rem;
  height: auto;
  background: #fff;
}
form.header-search .search-button {
  width: 5rem;
  appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  margin: 0;
  padding: 0.35rem 0.5rem 0.2rem;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.8rem;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1rem;
  outline: none;
  border: none;
  color: #fff;
  background: #5cad33;
}
form.header-search .search-button:hover {
  color: #fff;
  background: #5cad33;
}

#main_section .page-header {
  display: none;
}

/* ==========================================================================
 Utility Classes
 ========================================================================== */
.m-0 {
  margin: 0;
}

.mtb-1 {
  margin: 1rem 0;
}

.mtb-2 {
  margin: 2rem 0;
}

.mtb-3 {
  margin: 3rem 0;
}

.mtb-4 {
  margin: 4rem 0;
}

.mtb-5 {
  margin: 5rem 0;
}

.mtb-6 {
  margin: 6rem 0;
}

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

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mt-4 {
  margin-top: 4rem;
}

.mt-5 {
  margin-top: 5rem;
}

.mt-6 {
  margin-top: 6rem;
}

.mb-0 {
  margin-bottom: 0rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.mb-5 {
  margin-bottom: 5rem;
}

.mb-6 {
  margin-bottom: 6rem;
}

.mobile-mb-1 {
  margin-bottom: 1rem;
}
@media screen and (min-width: 64em) {
  .mobile-mb-1 {
    margin-bottom: inherit;
  }
}

.mobile-mb-2 {
  margin-bottom: 2rem;
}
@media screen and (min-width: 64em) {
  .mobile-mb-2 {
    margin-bottom: inherit;
  }
}

.mobile-mb-3 {
  margin-bottom: 3rem;
}
@media screen and (min-width: 64em) {
  .mobile-mb-3 {
    margin-bottom: inherit;
  }
}

.mobile-mb-4 {
  margin-bottom: 4rem;
}
@media screen and (min-width: 64em) {
  .mobile-mb-4 {
    margin-bottom: inherit;
  }
}

.mobile-mb-5 {
  margin-bottom: 5rem;
}
@media screen and (min-width: 64em) {
  .mobile-mb-5 {
    margin-bottom: inherit;
  }
}

.mobile-mb-6 {
  margin-bottom: 6rem;
}
@media screen and (min-width: 64em) {
  .mobile-mb-6 {
    margin-bottom: inherit;
  }
}

.p-1 {
  padding: 1rem;
}

.p-2 {
  padding: 2rem;
}

.p-3 {
  padding: 3rem;
}

.p-4 {
  padding: 4rem;
}

.p-5 {
  padding: 5rem;
}

.p-6 {
  padding: 6rem;
}

.p-8 {
  padding: 8rem;
}

.p-10 {
  padding: 10rem;
}

.pt-1 {
  padding-top: 1rem;
}

.pt-2 {
  padding-top: 2rem;
}

.pt-3 {
  padding-top: 3rem;
}

.pt-4 {
  padding-top: 4rem;
}

.pt-5 {
  padding-top: 5rem;
}

.pt-6 {
  padding-top: 6rem;
}

.pt-8 {
  padding-top: 8rem;
}

.pt-10 {
  padding-top: 10rem;
}

.pt-15 {
  padding-top: 15rem;
}

.pb-1 {
  padding-bottom: 1rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.pb-3 {
  padding-bottom: 3rem;
}

.pb-4 {
  padding-bottom: 4rem;
}

.pb-5 {
  padding-bottom: 5rem;
}

.pb-6 {
  padding-bottom: 6rem;
}

.pb-8 {
  padding-bottom: 8rem;
}

.pb-10 {
  padding-bottom: 10rem;
}

.pb-15 {
  padding-bottom: 15rem;
}

.mobile-pb-1 {
  padding-bottom: 1rem;
}
@media screen and (min-width: 64em) {
  .mobile-pb-1 {
    padding-bottom: inherit;
  }
}

.mobile-pb-2 {
  padding-bottom: 2rem;
}
@media screen and (min-width: 64em) {
  .mobile-pb-2 {
    padding-bottom: inherit;
  }
}

.mobile-pb-3 {
  padding-bottom: 3rem;
}
@media screen and (min-width: 64em) {
  .mobile-pb-3 {
    padding-bottom: inherit;
  }
}

.mobile-pb-4 {
  padding-bottom: 4rem;
}
@media screen and (min-width: 64em) {
  .mobile-pb-4 {
    padding-bottom: inherit;
  }
}

.mobile-pb-5 {
  padding-bottom: 5rem;
}
@media screen and (min-width: 64em) {
  .mobile-pb-5 {
    padding-bottom: inherit;
  }
}

.mobile-pb-6 {
  padding-bottom: 6rem;
}
@media screen and (min-width: 64em) {
  .mobile-pb-6 {
    padding-bottom: inherit;
  }
}

.pr-1 {
  padding-right: 1rem;
}

.pr-2 {
  padding-right: 2rem;
}

.pr-3 {
  padding-right: 3rem;
}

.pr-4 {
  padding-right: 4rem;
}

.pl-1 {
  padding-left: 1rem;
}

.pl-2 {
  padding-left: 2rem;
}

.pl-3 {
  padding-left: 3rem;
}

.pl-4 {
  padding-left: 4rem;
}

.ptb-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.ptb-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.ptb-3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 64em) {
  .ptb-3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.ptb-4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 64em) {
  .ptb-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.ptb-5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 64em) {
  .ptb-5 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.ptb-6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media screen and (min-width: 64em) {
  .ptb-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.ptb-8 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 64em) {
  .ptb-8 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.ptb-10 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.ptb-15 {
  padding-top: 15rem;
  padding-bottom: 15rem;
}
