.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-arrow,
.mfp-close,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}
.mfp-arrow:after,
.mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
} /*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
@-ms-viewport {
  width: device-width;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
.banner-home .banner-text .banner-title,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
code {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  font-size: 1em;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
.banner-home .banner-text .banner-title,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
.banner-home .banner-text .banner-title,
.h1,
h1 {
  font-size: 2.5rem;
}
.h2,
h2 {
  font-size: 2rem;
}
.h3,
h3 {
  font-size: 1.75rem;
}
.h4,
h4 {
  font-size: 1.5rem;
}
.h5,
h5 {
  font-size: 1.25rem;
}
.h6,
h6 {
  font-size: 1rem;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col,
.col-12,
.col-6,
.col-lg-10,
.col-lg-12,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md,
.col-md-10,
.col-md-12,
.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-sm-10,
.col-sm-12,
.col-sm-2,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-xl-10,
.col-xl-2,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
@media (min-width: 576px) {
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
}
@media (min-width: 1200px) {
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table {
  background-color: #fff;
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
select.form-control[multiple],
select.form-control[size] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:focus,
.btn:hover {
  text-decoration: none;
}
.btn.focus,
.btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success.focus,
.btn-success:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning.focus,
.btn-warning:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}
.dropdown,
.dropleft,
.dropright,
.dropup {
  position: relative;
}
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
  right: auto;
  bottom: auto;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox
  .custom-control-input:disabled:indeterminate
  ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.custom-radio
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff
    url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
    no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  opacity: 0;
}
.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}
.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #80bdff;
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: none;
    transition: none;
  }
}
.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}
.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-header,
  .card-group > .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-footer,
  .card-group > .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-header,
  .card-group > .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-footer,
  .card-group > .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-header,
  .card-group > .card:only-child .card-img-top {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-footer,
  .card-group > .card:only-child .card-img-bottom {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group
    > .card:not(:first-child):not(:last-child):not(:only-child)
    .card-footer,
  .card-group
    > .card:not(:first-child):not(:last-child):not(:only-child)
    .card-header,
  .card-group
    > .card:not(:first-child):not(:last-child):not(:only-child)
    .card-img-bottom,
  .card-group
    > .card:not(:first-child):not(:last-child):not(:only-child)
    .card-img-top {
    border-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item:focus,
.list-group-item:hover {
  z-index: 1;
  text-decoration: none;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}
.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::after,
.popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
.carousel {
  position: relative;
}
.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item-next,
  .carousel-item-prev,
  .carousel-item.active {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@supports (
  (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)
) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.active.carousel-item-right,
.carousel-item-next {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
@supports (
  (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)
) {
  .active.carousel-item-right,
  .carousel-item-next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.active.carousel-item-left,
.carousel-item-prev {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
@supports (
  (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)
) {
  .active.carousel-item-left,
  .carousel-item-prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  background-color: #fff;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-block {
  display: block !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-block {
    display: block !important;
  }
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}
@media (min-width: 1200px) {
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}
.float-left {
  float: left !important;
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
}
.position-static {
  position: static !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  overflow: visible !important;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.w-100 {
  width: 100% !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.mx-auto {
  margin-right: auto !important;
}
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 768px) {
  .mr-md-auto {
    margin-right: auto !important;
  }
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 1200px) {
  .text-xl-right {
    text-align: right !important;
  }
}
.text-uppercase {
  text-transform: uppercase !important;
}
.visible {
  visibility: visible !important;
}
@media print {
  *,
  ::after,
  ::before {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
}
@media print {
  .fixed-top {
    position: unset !important;
  }
  .banner-home,
  .banner-video {
    height: 480px !important;
  }
  @page {
    margin-top: 2cm;
    margin-bottom: 2cm;
  }
  a:after {
    color: #007bff;
  }
  footer .item {
    margin-bottom: 30px !important;
  }
  #home-section-six,
  .home #community {
    page-break-before: always !important;
    display: block !important;
  }
  #video_play,
  .btn,
  .page-template-practice-area aside,
  .sidebar-TOC,
  .sidebar-credentials .panel-group .ac-title-wrapper a:after,
  .sidebar-related {
    display: none !important;
  }
  .collapse,
  .contact-item-img {
    display: block !important;
  }
  .as-four-left,
  .footer-locations,
  .page-template-practice-area article,
  footer .footer-locations #office-locations .loc-wrap {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
  }
  .page-template-practice-area .entry-content {
    padding-right: 0 !important;
  }
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1330px;
  }
}
.container,
.container-fluid {
  position: relative;
}
@media (max-width: 767px) {
  .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  .container .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .container .row .col-lg-10,
  .container .row .col-lg-12,
  .container .row .col-lg-3,
  .container .row .col-lg-4,
  .container .row .col-lg-5,
  .container .row .col-lg-6,
  .container .row .col-lg-7,
  .container .row .col-lg-8,
  .container .row .col-lg-9,
  .container .row .col-md-10,
  .container .row .col-md-12,
  .container .row .col-md-2,
  .container .row .col-md-3,
  .container .row .col-md-4,
  .container .row .col-md-5,
  .container .row .col-md-6,
  .container .row .col-md-7,
  .container .row .col-md-8,
  .container .row .col-md-9,
  .container .row .col-sm-10,
  .container .row .col-sm-12,
  .container .row .col-sm-2,
  .container .row .col-sm-4,
  .container .row .col-sm-5,
  .container .row .col-sm-6,
  .container .row .col-sm-7,
  .container .row .col-sm-8,
  .container .row .col-xs-10,
  .container .row .col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.float-left {
  float: left !important;
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
}
@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline-block !important;
  }
}
.position-static {
  position: static !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.w-10 {
  width: 10% !important;
}
.w-90 {
  width: 90% !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .w-10 {
    width: 20% !important;
  }
  .w-20 {
    width: 80% !important;
  }
}
@media (max-width: 767px) {
  .w-10,
  .w-20 {
    width: 100% !important;
  }
}
.w-100 {
  width: 100% !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.mx-auto {
  margin-right: auto !important;
}
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 768px) {
  .mr-md-auto {
    margin-right: auto !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 1200px) {
  .text-xl-right {
    text-align: right !important;
  }
}
.text-uppercase {
  text-transform: uppercase !important;
}
.visible {
  visibility: visible !important;
}
.fade {
  opacity: 1;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog-centered {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem;
  cursor: pointer;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.media {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}
.list-group {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item:focus,
.list-group-item:hover {
  z-index: 1;
  text-decoration: none;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
} /*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
.banner-home .banner-text .banner-title,
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code {
  font-family: monospace, monospace;
  font-size: 1em;
}
mark {
  background-color: #ff0;
  color: #000;
}
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  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-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
.banner-home .banner-text .banner-title,
a,
abbr,
address,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
details,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
q,
s,
section,
span,
strong,
sub,
summary,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix {
  display: block;
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.navigation-single,
.page-template-location
  .location-contact
  .container
  .location-contact-wrap
  .location-contact-top,
.page-template-location .location-services .location-services-wrap,
.page-template-location
  .location-top-content
  .col-wrap
  .col-left
  .inner-col
  .location-details,
.page-template-location .third-main-content .squares-grid,
.post-password-form p,
.search-form,
.widget {
  display: block;
  zoom: 1;
}
.navigation-single:after,
.page-template-location
  .location-contact
  .container
  .location-contact-wrap
  .location-contact-top:after,
.page-template-location .location-services .location-services-wrap:after,
.page-template-location
  .location-top-content
  .col-wrap
  .col-left
  .inner-col
  .location-details:after,
.page-template-location .third-main-content .squares-grid:after,
.post-password-form p:after,
.search-form:after,
.widget:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.page-template-location
  .second-main-content
  .col-lg-8
  .social-contact
  ul.social-icons
  li
  a,
.sidebar-results-multiple h4,
svg * {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
input::-moz-focus-inner {
  border: 0;
}
a:active,
a:focus,
a:hover,
button:active,
button:focus,
button:hover,
input:active,
input:focus,
input:hover,
select:active,
select:focus,
select:hover,
textarea:active,
textarea:focus,
textarea:hover {
  outline: 0;
  -moz-outline-style: none;
}
a {
  text-decoration: none;
}
a:active,
a:focus,
a:hover {
  text-decoration: none;
}
input,
textarea {
  border: none;
}
.txt {
  font-size: 0 !important;
  line-height: 0;
  outline: medium none;
  overflow: hidden;
  text-indent: -9999px !important;
}
.clear {
  clear: both;
  visibility: hidden;
  height: 0;
  width: 0;
  line-height: 0;
}
.text-center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .text-center-xs {
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .text-center-sm {
    text-align: center;
  }
}
.uppercase {
  text-transform: uppercase;
}
* {
  max-height: 1000000px;
}
body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
input[type="email"],
input[type="password"],
input[type="search"],
input[type="submit"],
input[type="tel"],
input[type="text"],
textarea {
  -webkit-appearance: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
textarea {
  overflow: auto;
  resize: none;
}
img {
  vertical-align: top;
}
a {
  text-decoration: underline;
  -webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out,
    opacity 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out,
    opacity 0.3s ease-in-out;
}
a:focus,
a:hover {
  outline: 0;
}
.banner-home .banner-text .banner-title a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}
body {
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
img {
  max-width: 100%;
  height: auto;
}
iframe {
  max-width: 100%;
}
.comment-form input[type="date"],
.comment-form input[type="email"],
.comment-form input[type="password"],
.comment-form input[type="search"],
.comment-form input[type="tel"],
.comment-form input[type="text"],
.comment-form input[type="url"],
.comment-form textarea,
.post-password-form input[type="date"],
.post-password-form input[type="email"],
.post-password-form input[type="password"],
.post-password-form input[type="search"],
.post-password-form input[type="tel"],
.post-password-form input[type="text"],
.post-password-form input[type="url"],
.post-password-form textarea,
.search-form input[type="date"],
.search-form input[type="email"],
.search-form input[type="password"],
.search-form input[type="search"],
.search-form input[type="tel"],
.search-form input[type="text"],
.search-form input[type="url"],
.search-form textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: 1px solid #999;
  padding: 0.2em 0.7em;
}
.comment-form input[type="date"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="password"]:focus,
.comment-form input[type="search"]:focus,
.comment-form input[type="tel"]:focus,
.comment-form input[type="text"]:focus,
.comment-form input[type="url"]:focus,
.comment-form textarea:focus,
.post-password-form input[type="date"]:focus,
.post-password-form input[type="email"]:focus,
.post-password-form input[type="password"]:focus,
.post-password-form input[type="search"]:focus,
.post-password-form input[type="tel"]:focus,
.post-password-form input[type="text"]:focus,
.post-password-form input[type="url"]:focus,
.post-password-form textarea:focus,
.search-form input[type="date"]:focus,
.search-form input[type="email"]:focus,
.search-form input[type="password"]:focus,
.search-form input[type="search"]:focus,
.search-form input[type="tel"]:focus,
.search-form input[type="text"]:focus,
.search-form input[type="url"]:focus,
.search-form textarea:focus {
  border-color: #333;
}
.comment-form input[type="date"]::-webkit-input-placeholder,
.comment-form input[type="email"]::-webkit-input-placeholder,
.comment-form input[type="password"]::-webkit-input-placeholder,
.comment-form input[type="search"]::-webkit-input-placeholder,
.comment-form input[type="tel"]::-webkit-input-placeholder,
.comment-form input[type="text"]::-webkit-input-placeholder,
.comment-form input[type="url"]::-webkit-input-placeholder,
.comment-form textarea::-webkit-input-placeholder,
.post-password-form input[type="date"]::-webkit-input-placeholder,
.post-password-form input[type="email"]::-webkit-input-placeholder,
.post-password-form input[type="password"]::-webkit-input-placeholder,
.post-password-form input[type="search"]::-webkit-input-placeholder,
.post-password-form input[type="tel"]::-webkit-input-placeholder,
.post-password-form input[type="text"]::-webkit-input-placeholder,
.post-password-form input[type="url"]::-webkit-input-placeholder,
.post-password-form textarea::-webkit-input-placeholder,
.search-form input[type="date"]::-webkit-input-placeholder,
.search-form input[type="email"]::-webkit-input-placeholder,
.search-form input[type="password"]::-webkit-input-placeholder,
.search-form input[type="search"]::-webkit-input-placeholder,
.search-form input[type="tel"]::-webkit-input-placeholder,
.search-form input[type="text"]::-webkit-input-placeholder,
.search-form input[type="url"]::-webkit-input-placeholder,
.search-form textarea::-webkit-input-placeholder {
  color: #000;
}
.comment-form input[type="date"]::-moz-placeholder,
.comment-form input[type="email"]::-moz-placeholder,
.comment-form input[type="password"]::-moz-placeholder,
.comment-form input[type="search"]::-moz-placeholder,
.comment-form input[type="tel"]::-moz-placeholder,
.comment-form input[type="text"]::-moz-placeholder,
.comment-form input[type="url"]::-moz-placeholder,
.comment-form textarea::-moz-placeholder,
.post-password-form input[type="date"]::-moz-placeholder,
.post-password-form input[type="email"]::-moz-placeholder,
.post-password-form input[type="password"]::-moz-placeholder,
.post-password-form input[type="search"]::-moz-placeholder,
.post-password-form input[type="tel"]::-moz-placeholder,
.post-password-form input[type="text"]::-moz-placeholder,
.post-password-form input[type="url"]::-moz-placeholder,
.post-password-form textarea::-moz-placeholder,
.search-form input[type="date"]::-moz-placeholder,
.search-form input[type="email"]::-moz-placeholder,
.search-form input[type="password"]::-moz-placeholder,
.search-form input[type="search"]::-moz-placeholder,
.search-form input[type="tel"]::-moz-placeholder,
.search-form input[type="text"]::-moz-placeholder,
.search-form input[type="url"]::-moz-placeholder,
.search-form textarea::-moz-placeholder {
  opacity: 1;
  color: #000;
}
.comment-form input[type="date"]:-moz-placeholder,
.comment-form input[type="email"]:-moz-placeholder,
.comment-form input[type="password"]:-moz-placeholder,
.comment-form input[type="search"]:-moz-placeholder,
.comment-form input[type="tel"]:-moz-placeholder,
.comment-form input[type="text"]:-moz-placeholder,
.comment-form input[type="url"]:-moz-placeholder,
.comment-form textarea:-moz-placeholder,
.post-password-form input[type="date"]:-moz-placeholder,
.post-password-form input[type="email"]:-moz-placeholder,
.post-password-form input[type="password"]:-moz-placeholder,
.post-password-form input[type="search"]:-moz-placeholder,
.post-password-form input[type="tel"]:-moz-placeholder,
.post-password-form input[type="text"]:-moz-placeholder,
.post-password-form input[type="url"]:-moz-placeholder,
.post-password-form textarea:-moz-placeholder,
.search-form input[type="date"]:-moz-placeholder,
.search-form input[type="email"]:-moz-placeholder,
.search-form input[type="password"]:-moz-placeholder,
.search-form input[type="search"]:-moz-placeholder,
.search-form input[type="tel"]:-moz-placeholder,
.search-form input[type="text"]:-moz-placeholder,
.search-form input[type="url"]:-moz-placeholder,
.search-form textarea:-moz-placeholder {
  color: #000;
}
.comment-form input[type="date"]:-ms-input-placeholder,
.comment-form input[type="email"]:-ms-input-placeholder,
.comment-form input[type="password"]:-ms-input-placeholder,
.comment-form input[type="search"]:-ms-input-placeholder,
.comment-form input[type="tel"]:-ms-input-placeholder,
.comment-form input[type="text"]:-ms-input-placeholder,
.comment-form input[type="url"]:-ms-input-placeholder,
.comment-form textarea:-ms-input-placeholder,
.post-password-form input[type="date"]:-ms-input-placeholder,
.post-password-form input[type="email"]:-ms-input-placeholder,
.post-password-form input[type="password"]:-ms-input-placeholder,
.post-password-form input[type="search"]:-ms-input-placeholder,
.post-password-form input[type="tel"]:-ms-input-placeholder,
.post-password-form input[type="text"]:-ms-input-placeholder,
.post-password-form input[type="url"]:-ms-input-placeholder,
.post-password-form textarea:-ms-input-placeholder,
.search-form input[type="date"]:-ms-input-placeholder,
.search-form input[type="email"]:-ms-input-placeholder,
.search-form input[type="password"]:-ms-input-placeholder,
.search-form input[type="search"]:-ms-input-placeholder,
.search-form input[type="tel"]:-ms-input-placeholder,
.search-form input[type="text"]:-ms-input-placeholder,
.search-form input[type="url"]:-ms-input-placeholder,
.search-form textarea:-ms-input-placeholder {
  color: #000;
}
.comment-form input[type="date"].placeholder,
.comment-form input[type="email"].placeholder,
.comment-form input[type="password"].placeholder,
.comment-form input[type="search"].placeholder,
.comment-form input[type="tel"].placeholder,
.comment-form input[type="text"].placeholder,
.comment-form input[type="url"].placeholder,
.comment-form textarea.placeholder,
.post-password-form input[type="date"].placeholder,
.post-password-form input[type="email"].placeholder,
.post-password-form input[type="password"].placeholder,
.post-password-form input[type="search"].placeholder,
.post-password-form input[type="tel"].placeholder,
.post-password-form input[type="text"].placeholder,
.post-password-form input[type="url"].placeholder,
.post-password-form textarea.placeholder,
.search-form input[type="date"].placeholder,
.search-form input[type="email"].placeholder,
.search-form input[type="password"].placeholder,
.search-form input[type="search"].placeholder,
.search-form input[type="tel"].placeholder,
.search-form input[type="text"].placeholder,
.search-form input[type="url"].placeholder,
.search-form textarea.placeholder {
  color: #000;
}
.widget {
  margin-bottom: 1.2em;
}
.widget ul {
  padding-left: 2em;
}
.widget select {
  min-width: 150px;
}
.comment-form label {
  display: block;
  padding-bottom: 4px;
}
.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px;
}
.comment-form input[type="text"],
.comment-form textarea {
  margin: 0 4px 0 0;
  width: 300px;
}
@media screen and (max-width: 767px) {
  .comment-form input[type="text"],
  .comment-form textarea {
    width: 100%;
  }
}
.comment-form input[type="submit"] {
  display: block;
  float: none;
}
.post-password-form label {
  display: block;
}
.post-password-form input[type="password"] {
  margin: 0 4px 0 0;
  width: 300px;
}
.search-form input {
  float: left;
  height: 2em;
}
.search-form input[type="search"] {
  margin: 0 4px 0 0;
  width: 150px;
}
.post-password-form input {
  float: left;
  height: 2em;
}
.post-password-form input[type="password"] {
  width: 150px;
}
.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(17%, #c29232),
    to(#eedf9c)
  );
  background: linear-gradient(to bottom, #c29232 17%, #eedf9c 100%);
  color: #000;
  height: 2em;
  border: 1px solid #dacc8b;
  padding: 0 0.5em;
}
.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
  opacity: 0.8;
}
.comment {
  overflow: hidden;
}
.gallery-item dt {
  float: none;
  padding: 0;
}
.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1.2em;
}
.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
  position: absolute;
  left: -99999px;
}
.navigation .page-numbers,
.navigation-comments .page-numbers {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.4em;
}
@media screen and (max-width: 767px) {
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    padding: 0;
  }
}
.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
  display: inline-block;
  vertical-align: middle;
  max-width: 50%;
  background: #666;
  color: #fff;
  padding: 0.4em;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    padding: 0.2em;
  }
}
.navigation-single {
  margin-bottom: 1.2em;
}
.navigation-single .next,
.navigation-single .prev {
  float: left;
  vertical-align: middle;
  max-width: 50%;
  background: #666;
  color: #fff;
  text-decoration: none;
}
.navigation-single .next a,
.navigation-single .prev a {
  color: inherit;
  text-decoration: none;
  padding: 0.4em;
  display: block;
}
@media screen and (max-width: 767px) {
  .navigation-single .next a,
  .navigation-single .prev a {
    padding: 0.2em;
  }
}
.navigation-single .next {
  float: right;
}
.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid #ccc;
  padding: 0.4em;
  margin-bottom: 1.2em;
}
.wp-caption img {
  margin: 0;
  vertical-align: top;
}
.wp-caption p {
  margin: 0.4em 0 0;
}
div.aligncenter {
  margin: 0 auto 1.2em;
}
img.aligncenter {
  display: block;
  margin: 0 auto;
}
.alignleft {
  float: left;
  margin: 10px 1.6em 6px 0;
}
@media screen and (max-width: 767px) {
  .alignleft {
    margin: 0 auto 30px;
    display: block;
    float: none;
  }
}
.alignright {
  float: right;
  margin: 10px 0 6px 1.6em;
}
@media screen and (max-width: 767px) {
  .alignright {
    margin: 0 auto 30px;
    display: block;
    float: none;
  }
}
.gallery,
.gallery-caption,
.wp-caption-text {
  height: auto;
}
td,
th {
  border: 1px solid #999;
  padding: 0.5em;
}
.meta {
  display: none;
}
.rel {
  position: relative;
}
.no-p p {
  display: none;
}
.no-p + p {
  display: none;
}
@media screen and (min-width: 768px) {
  .no-pad {
    padding: 0 !important;
  }
  .no-pad-left {
    padding-left: 0 !important;
  }
  .no-pad-right {
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .no-pad-mobile {
    padding: 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  .pr-40-lg {
    padding-right: 40px;
  }
}
.center-col {
  float: none;
  margin: 0 auto;
}
.pos-rel {
  position: relative;
}
.modal-body {
  padding-top: 40px;
}
.modal-body .cw_video_single {
  width: 100%;
  height: 480px;
}
.modal-content .close {
  position: relative;
  right: 10px;
  z-index: 9999;
}
@-ms-viewport {
  width: device-width;
}
body,
html {
  height: 100%;
  width: 100%;
}
body {
  color: #606060;
  font-size: 16px;
  line-height: normal;
  width: 100%;
  font-weight: 400;
  font-family: "Fira Sans Condensed", sans-serif;
}
.banner-home .banner-text .banner-title:empty,
h1:empty,
h2:empty,
h3:empty {
  display: none;
}
a {
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  text-decoration: none;
}
b,
strong {
  font-weight: 700;
}
ul li {
  list-style: none;
}
.skiplink {
  position: absolute;
  left: -99999px;
}
.visible-print-block {
  display: none;
}
@media print {
  .visible-print-block {
    display: block;
  }
}
ul.slick-dots li button:focus {
  outline: 0;
}
.with-icon {
  margin-bottom: 35px;
  display: block;
}
@media (max-width: 479px) {
  .entry-content .wp-caption {
    max-width: 100% !important;
  }
}
.cvt-table-1 {
  border-collapse: collapse;
  width: 100%;
  overflow-x: scroll;
}
.cvt-table-1 tbody tr td:first-child,
.cvt-table-1 tbody tr:first-child,
.cvt-table-1 thead td {
  color: #003950;
  font-weight: 700;
}
.cvt-table-1 td,
.cvt-table-1 th {
  border: none;
}
.cvt-table-1 tbody td {
  border: solid 1px #cce0e8;
  padding: 5px;
}
.cvt-table-1 tr:nth-child(even) {
  background: #e7f3f8;
}
.cvt-table-1 thead td {
  padding: 0 5px;
  text-align: center;
}
@media (max-width: 600px) {
  .cvt-table-1 {
    overflow-x: auto;
    display: block;
  }
}
.table-note {
  color: #003950;
  font-size: 14px;
  font-weight: 700;
  font-style: italic;
}
body {
  color: #474747;
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 33px;
}
.banner-home .banner-text .banner-title,
h1 {
  color: #236688;
  font-family: Unna, serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 72px;
  text-transform: uppercase;
  letter-spacing: 1.74px;
  margin-bottom: 58px;
  margin-top: 0;
}
h1 {
  text-transform: capitalize;
}
.banner-home .banner-text .heading.banner-title,
h1.heading {
  margin-bottom: 70px;
  text-transform: none;
  letter-spacing: normal;
}
@media (max-width: 767px) {
  .banner-home .banner-text .heading.banner-title,
  h1.heading {
    color: #1f5c7b;
    font-size: 31px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 25px;
  }
}
.heading,
h2 {
  color: #236688;
  font-family: Unna, serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 50px;
  text-align: center;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .heading,
  h2 {
    color: #1f5c7b;
    font-size: 31px !important;
    font-weight: 400;
    line-height: 30px !important;
  }
}
h3 {
  color: #236688;
  font-family: Unna, serif;
  font-size: 44px;
  line-height: 48px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  h3 {
    color: #1f5c7b;
    font-size: 28px;
    font-weight: 400;
    line-height: 31px;
  }
}
h4 {
  font-size: 36px;
  color: #7b7b7b;
  font-family: Unna, serif;
  margin-bottom: 25px;
  letter-spacing: 1.8px;
}
@media (max-width: 767px) {
  h4 {
    font-size: 23px;
    letter-spacing: 2.76px;
  }
}
h5 {
  font-size: 30px;
  font-weight: 700;
  line-height: 30.01px;
  text-transform: uppercase;
  letter-spacing: 6px;
  color: #1f5c7b;
  font-family: Unna, serif;
}
@media (max-width: 767px) {
  h5 {
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 4.8px;
  }
}
p {
  margin-bottom: 25px;
}
a {
  color: #003950; /*#5abdde;*/
}
a.btn {
  text-decoration: none !important;
}
a:hover {
  color: #236688;
}
a > em {
  color: #5abdde !important;
}
.section-subtitle {
  color: #7b7b7b;
  font-family: Unna, serif;
  font-size: 29px;
  font-style: italic;
  line-height: 76px;
  letter-spacing: 1.45px;
}
@media (max-width: 767px) {
  .section-subtitle {
    font-family: Unna, serif;
    font-size: 23px;
    font-weight: 400;
    letter-spacing: 1.15px;
    line-height: 27px;
  }
}
@media (min-width: 768px) {
  .entry-content {
    padding-right: 73px;
  }
}
.home .entry-content {
  padding-right: 0;
}
.banner-home .banner-text .entry-content .banner-title,
.banner-home .banner-text .entry-content .page-title.banner-title,
.entry-content .banner-home .banner-text .banner-title,
.entry-content .banner-home .banner-text .page-title.banner-title,
.entry-content h1,
.entry-content h1.page-title {
  text-align: left;
}
@media (max-width: 767px) {
  .banner-home .banner-text .entry-content .banner-title,
  .banner-home .banner-text .entry-content .page-title.banner-title,
  .entry-content .banner-home .banner-text .banner-title,
  .entry-content .banner-home .banner-text .page-title.banner-title,
  .entry-content h1,
  .entry-content h1.page-title {
    font-size: 50px;
    margin-bottom: 25px;
    line-height: normal;
  }
}
@media (max-width: 320px) {
  .banner-home .banner-text .entry-content .banner-title,
  .banner-home .banner-text .entry-content .page-title.banner-title,
  .entry-content .banner-home .banner-text .banner-title,
  .entry-content .banner-home .banner-text .page-title.banner-title,
  .entry-content h1,
  .entry-content h1.page-title {
    font-size: 42px;
  }
}
.entry-content h2 {
  color: #003950;
  font-size: 48px;
  line-height: 48px;
  text-align: left;
  margin-bottom: 41px;
}
.entry-content h2 > em {
  color: #003950;
  font-size: 48px;
  line-height: 48px;
  text-align: left;
  margin-bottom: 41px;
  font-family: Unna, serif;
}
.entry-content h2:after {
  width: 160px;
  height: 3px;
  background: #5abdde;
  content: "";
  display: block;
  margin-top: 30px;
}
.entry-content h3 {
  color: #323232;
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.65px;
  line-height: 34px;
  margin-bottom: 29px;
}
@media (max-width: 767px) {
  .entry-content h3 {
    font-size: 24px;
  }
}
.entry-content h4 {
  font-size: 26px;
}
@media (max-width: 767px) {
  .entry-content h4 {
    font-size: 23px;
  }
}
.entry-content h5 {
  font-size: 21px;
  font-family: "Fira Sans Condensed", sans-serif;
  margin-bottom: 29px;
  letter-spacing: normal;
  text-transform: none;
  color: #323232;
}
.entry-content h5 a {
  text-decoration: none;
}
.entry-content a {
  text-decoration: underline;
  color: #003950; /*#5abdde;*/
}
.entry-content a:hover {
  color: #236688;
}
.entry-content .btn-1 {
  color: #fff;
}
.entry-content .btn-1:hover {
  color: #5abdde;
}
.entry-content em,
.entry-content p {
  color: #474747;
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 33px;
}
.entry-content p + h4 {
  margin-top: 50px;
  clear: both;
}
.entry-content p + h3 {
  margin-top: 50px;
  clear: both;
}
.entry-content em {
  font-style: italic;
}
.entry-content ul:not(.contact-opening-hours):not(.sidebar-widgets) {
  margin-bottom: 50px;
  margin-left: 12px;
}
.entry-content ul:not(.contact-opening-hours):not(.sidebar-widgets) li {
  font-size: 17px;
  font-weight: 400;
  line-height: 33px;
  padding-bottom: 25px;
  position: relative;
  padding-left: 20px;
}
.entry-content
  ul:not(.contact-opening-hours):not(.sidebar-widgets)
  li:last-child {
  padding-bottom: 0;
}
.entry-content ul:not(.contact-opening-hours):not(.sidebar-widgets) li:before {
  width: 6px;
  height: 6px;
  background-color: #5abdde;
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
}
.home
  .entry-content
  ul:not(.contact-opening-hours):not(.sidebar-widgets)
  li:before {
  display: none;
}
.entry-content ul:not(.contact-opening-hours):not(.sidebar-widgets) li a {
  color: #003950;
  text-decoration: underline;
}
.entry-content ul:not(.contact-opening-hours):not(.sidebar-widgets) li a:hover {
  color: #236688;
}
.entry-content ol {
  margin-bottom: 25px;
  clear: both;
}
.entry-content ol > li {
  position: relative;
  padding: 10px 18px 14px 47px;
  counter-increment: li;
  color: #474747;
  font-size: 17px;
  font-weight: 400;
  line-height: 33px;
}
@media (max-width: 767px) {
  .entry-content ol > li {
    padding: 14px 10px 14px 47px;
  }
}
.entry-content ol > li:before {
  content: counter(li);
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 7px;
  text-align: center;
  background-color: #ededed;
  border-radius: 0;
  height: 24px;
  width: 25px;
  line-height: 25px;
  color: #2c5c4a;
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 17px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .entry-content ol > li:before {
    left: 0;
  }
}
.entry-content blockquote,
.entry-content q {
  quotes: none;
  margin-bottom: 35px;
}
.entry-content .alignleft {
  display: inline-block;
  float: left;
  margin-bottom: 30px;
  margin-right: 30px;
  position: relative;
  top: 0;
  height: auto;
  max-width: 100%;
}
@media (max-width: 767px) {
  .entry-content .alignleft {
    max-width: 340px;
    margin: 5px auto 15px;
    width: 100%;
  }
}
.page-template-practice-area .entry-content .alignleft {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .page-template-practice-area .entry-content .alignleft {
    width: auto;
    max-width: 100%;
    float: none;
    display: block;
  }
}
.entry-content .alignright {
  display: inline-block;
  float: right;
  margin-bottom: 15px;
  margin-left: 17px;
  position: relative;
  top: 4px;
  height: auto;
  max-width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .entry-content .alignright {
    max-width: 340px;
    margin: 5px auto 15px;
    width: 100%;
  }
}
.entry-content .aligncenter {
  display: block;
  float: none;
  margin: 15px auto;
  position: relative;
  height: auto;
  max-width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .entry-content .aligncenter {
    max-width: 340px;
    margin: 5px auto 15px;
    width: 100%;
  }
}
.entry-content .img-responsive.wp-post-image {
  max-width: 100%;
}
@media (max-width: 767px) {
  .entry-content .wp-caption {
    margin: 0 auto 25px;
    display: block;
    float: none;
  }
}
.entry-content .wp-caption p {
  margin: 0;
  padding: 0;
  font-size: 19px;
  text-align: center;
}
@media (max-width: 767px) {
  .entry-content img[class*="wp-image"] {
    margin: 20px auto 25px;
    height: auto;
    float: none;
    display: block;
    width: auto;
    max-width: 100%;
  }
}
.entry-content > table td {
  padding: 5px;
}
.entry-content > img {
  max-width: 100%;
  margin-bottom: 25px;
}
.entry-content > :last-child:not(.btn):not(.squares-grid):not(.bq-line-gray) {
  margin: 0;
  padding: 0;
}
.entry-content .btn {
  margin-right: 28px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .entry-content .btn {
    margin-right: 0;
  }
}
.entry-content .feature-wrap,
.entry-content .image-holder.featured-image {
  max-width: 275px;
  float: left;
  margin-bottom: 10px;
  margin-right: 30px;
  padding-top: 10px;
}
.entry-content .feature-wrap img,
.entry-content .image-holder.featured-image img {
  -webkit-box-shadow: 5px 7px 21px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 7px 21px 1px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .entry-content .feature-wrap,
  .entry-content .image-holder.featured-image {
    margin: 0 auto 30px !important;
    float: none !important;
  }
}
.orange {
  color: #e25627;
  font-weight: 700;
  text-transform: uppercase;
}
.testimonial-videos {
  background: #fff !important;
  padding: 67px 0 72px;
}
.testimonial-videos h5 {
  color: #236688 !important;
}
.testimonial-videos .client-video-slider__item {
  color: #868686;
  font-family: Unna, serif;
  font-size: 28px;
  font-style: italic;
  line-height: 40.02px;
}
@media (max-width: 767px) {
  .testimonial-videos .client-video-slider__item {
    font-size: 21px;
  }
}
.testimonial-videos .client-video-slider__item img {
  margin: 0 auto;
}
.testimonial-videos .client-video-slider__item span {
  font-style: normal;
  color: #565656 !important;
  padding-top: 0 !important;
}
@media (max-width: 767px) {
  .testimonial-videos .client-video-slider__item span {
    line-height: 30px;
    display: block;
  }
}
.testimonials-slider__item {
  color: /*#868686;*/ #000;
  font-family: Unna, serif;
  font-size: 28px;
  font-style: italic;
  line-height: 40.02px;
}
@media (min-width: 1200px) {
  .testimonials-slider__item {
    max-width: 942px;
  }
}
@media (max-width: 767px) {
  .testimonials-slider__item {
    color: /*#868686;*/ #000;
    font-family: Unna, serif;
    font-size: 21px;
  }
}
.testimonials-slider__item span {
  color: #565656;
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  font-style: normal;
}
@media (max-width: 767px) {
  .testimonials-slider__item span {
    color: #565656;
    font-family: "Fira Sans Condensed", sans-serif;
    line-height: 30px;
    display: block;
  }
}
.btn {
  padding-left: 42px;
  padding-right: 129px;
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1f5c7b;
  border-radius: 0;
  line-height: 55px;
}
.btn.d-lg-inline,
.btn.d-md-inline {
  padding-top: 25px;
  padding-bottom: 25px;
}
.btn-1 {
  letter-spacing: 2.4px;
  color: #fff;
  background: rgba(0, 0, 0, 0)
    linear-gradient(135deg, #1f5c7b 0, #1f5c7b 80%, #5abdde 0, #5abdde 20%)
    no-repeat scroll right center/100% 100%;
  position: relative;
}
.btn-1:hover {
  color: #5abdde;
}
.btn-1:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: 30px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .btn-1 {
    background: rgba(0, 0, 0, 0)
      linear-gradient(135deg, #1f5c7b 0, #1f5c7b 70%, #5abdde 0, #5abdde 30%)
      no-repeat scroll right center/100% 100%;
    width: 100%;
  }
}
.btn-2 {
  padding-left: 44px;
  padding-right: 44px;
  letter-spacing: 1.6px;
  color: #236688;
  background: #fff;
}
.btn-3 {
  background: 0 0 !important;
  border: 2px solid #4c7484;
  color: #fff;
  position: relative;
  padding-left: 49px;
  padding-right: 79px;
  letter-spacing: 2.4px;
}
.btn-3:after {
  margin-left: 20px;
  vertical-align: 0.15em;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #5abdde;
  color: #5abdde;
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 50px;
}
.btn-3:hover {
  color: #5abdde;
  border-color: #fff;
  background: #fff;
}
.btn-4 {
  background: #55bde0 !important;
  color: #fff;
  text-align: center;
  padding-left: 49px;
  padding-right: 49px;
  letter-spacing: 2.4px;
}
.page-id-642332 .btn.btn-4.btn-full {
  background-color: #4285f4 !important;
}
.btn-4:hover {
  background: #fff !important;
  color: #236688;
}
.thank-you-button {
  border-bottom-style: solid;
  border-bottom-width: 6px;
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-color: #0a5675;
  border-color: #003950;
  color: #fff !important;
  border-radius: 12px;
}
.thank-you-button span {
  font-size: 22px;
  text-shadow: none;
  text-decoration: none;
  border-color: #097cab !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  display: block;
  text-decoration: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  padding: 9px 30px;
  border-radius: 12px;
}
.thank-you-button:hover {
  position: relative;
  top: 3px;
  border-bottom-width: 3px;
}
.form-wrap .form-subtitle {
  color: #fff;
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 1.31px;
  margin-bottom: 29px;
}
@media (max-width: 767px) {
  .form-wrap .form-subtitle {
    margin-bottom: 17px;
  }
}
.form-wrap .form-title {
  color: #fff;
  font-family: Unna, serif;
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.31px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .form-wrap .form-title {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 1.09px;
    margin-bottom: 31px;
    padding: 0 40px;
  }
}
.form-wrap .form-group {
  margin-bottom: 0;
}
.form-wrap fieldset label {
  color: #fff;
  padding-bottom: 2px;
}
.form-wrap fieldset input {
  height: 40px;
  color: #474747;
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 33px;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .form-wrap fieldset input {
    margin-bottom: 19px;
  }
}
.form-wrap fieldset textarea {
  margin-bottom: 38px;
  color: #474747;
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 33px;
}
@media (max-width: 767px) {
  .form-wrap fieldset textarea {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .form-wrap .btn {
    width: 100%;
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .form-wrap .btn:after {
    right: 35px;
  }
}
#book-tissue-form-container,
#contact-form-container {
  background: #003950;
  padding: 67px 124px 56px;
}
@media (min-width: 1200px) {
  #book-tissue-form-container,
  #contact-form-container {
    max-width: 798px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #book-tissue-form-container,
  #contact-form-container {
    padding: 60px 80px;
  }
}
@media (max-width: 767px) {
  #book-tissue-form-container,
  #contact-form-container {
    padding: 50px;
  }
}
@media (max-width: 320px) {
  #book-tissue-form-container,
  #contact-form-container {
    padding: 50px 20px;
  }
}
#book-tissue-form-container h3,
#contact-form-container h3 {
  margin-bottom: 38px;
  color: #fff;
  font-size: 36px;
  line-height: normal;
  letter-spacing: 1.31px;
  font-family: Unna, serif;
}
@media (max-width: 767px) {
  #book-tissue-form-container h3,
  #contact-form-container h3 {
    line-height: normal;
  }
}
#book-tissue-form-container .btn,
#contact-form-container .btn {
  margin-right: 0;
}
@media (max-width: 480px) {
  #book-tissue-form-container .btn,
  #contact-form-container .btn {
    padding-left: 20px;
  }
  #book-tissue-form-container .btn:after,
  #contact-form-container .btn:after {
    right: 15px;
  }
}
#book-tissue-form-container p,
#contact-form-container p {
  margin: 7px 0 0;
  color: #94acb6;
  font-size: 15px;
  line-height: 46px;
  font-style: italic;
  letter-spacing: 1.13px;
}
@media (max-width: 767px) {
  #book-tissue-form-container p,
  #contact-form-container p {
    line-height: normal;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #book-tissue-form-container {
    padding: 60px 20px;
  }
}
#book-tissue-form-container .form-control {
  border-radius: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  #book-tissue-form-container .row {
    margin-right: 0;
  }
}
#book-tissue-form-container input,
#book-tissue-form-container textarea {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  #book-tissue-form-container .btn {
    padding-left: 29px;
    padding-right: 50px;
  }
}
@media (max-width: 480px) {
  #book-tissue-form-container .btn {
    white-space: pre-line;
    line-height: normal;
    padding: 20px 40px 20px 20px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #book-tissue-form-container .btn:after {
    right: 30px;
  }
}
@media (min-width: 768px) {
  #book-tissue-form-container .col-sm-10 {
    padding-left: 5px;
  }
}
#book-tissue-form-container .col-sm-2 {
  text-align: right;
}
@media (min-width: 768px) {
  #book-tissue-form-container .col-sm-2 {
    padding-right: 5px;
  }
}
@media (max-width: 767px) {
  #book-tissue-form-container .col-sm-2 {
    text-align: left;
  }
}
#book-tissue-form-container .select-control {
  background: 0 0;
  border: none;
  margin-bottom: 28px;
  color: #fff;
  font-size: 18px;
  height: auto;
}
@media (max-width: 767px) {
  #book-tissue-form-container .select-control {
    padding: 0;
  }
}
#book-tissue-form-container .select-control select {
  font-family: "Fira Sans Condensed", sans-serif;
}
#book-tissue-form-container .select-control option {
  font-size: 16px;
  padding: 5px 15px;
  font-family: "Fira Sans Condensed", sans-serif;
}
.home #video-background {
  vertical-align: middle;
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
}
#video-list {
  background: #003950;
  padding: 94px 0 85px;
}
@media (max-width: 767px) {
  #video-list {
    padding: 56px 0 52px;
  }
}
#video-list h5 {
  color: #fff;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  #video-list h5 {
    margin-bottom: 0;
    padding: 0 58px;
  }
}
#video-list .video-item {
  cursor: pointer;
}
@media (max-width: 767px) {
  #video-list .video-item {
    margin-top: 31px;
  }
}
#video-list .video-item a,
#video-list .video-item html [type="button"] {
  -webkit-appearance: initial;
}
#video-list .video-item span {
  color: #fff;
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.4px;
  padding-top: 18px;
  display: block;
}
#video-list .btn {
  margin: 66px auto 0;
}
@media (max-width: 767px) {
  #video-list .btn {
    margin: 33px 0 0;
    width: 100%;
    padding: 0 79px 0 30px;
  }
  #video-list .btn:after {
    right: 30px;
  }
}
.breadcrumb-container {
  border-bottom: 1px solid #e9e9e9;
}
.breadcrumb-container .breadcrumb {
  padding: 17px 0;
  list-style: none;
  border-radius: 0;
  letter-spacing: 0.38px;
  color: #444;
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 15px;
  font-weight: 400;
  background: 0 0;
  margin-bottom: 0;
  line-height: 44.45px;
}
.breadcrumb-container .breadcrumb a {
  text-decoration: underline;
  color: #003950;
  /*color: #1388af;*/
}
.breadcrumb-container .breadcrumb a:after {
  content: "/";
  position: relative;
  margin: 0 10px 0 12px;
  display: inline-block;
  color: #6d6d6d;
  letter-spacing: 0.38px;
}
.breadcrumb-container .breadcrumb a:hover {
  text-decoration: none;
}
.blog-pagination {
  text-align: center;
  padding: 0 0 50px;
}
@media (max-width: 767px) {
  .blog-pagination .blog-navigation {
    padding-bottom: 35px;
  }
}
.blog-pagination ul {
  display: inline-block;
  max-width: none;
  width: auto;
  text-align: center;
  overflow: hidden;
}
.blog-pagination ul li {
  float: left;
  margin: 0 4px;
  border-radius: 0;
  overflow: hidden;
}
.blog-pagination ul li.page-li {
  display: none;
}
.blog-pagination ul li a,
.blog-pagination ul li span {
  color: #000;
  display: inline-block;
  float: left;
  height: 33px;
  min-width: 33px;
  padding: 0;
  padding-left: 12px;
  padding-right: 12px;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  color: #717171;
  font-size: 16px;
  font-weight: 700;
  line-height: 35px;
  background-color: #e9e7e7;
}
.blog-pagination ul li a:hover,
.blog-pagination ul li span:hover {
  color: #717171;
  font-size: 16px;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #cfcfcf;
}
.blog-pagination ul li.active a {
  color: #f2f2f2;
  font-size: 16px;
  font-weight: 700;
  background: #5abdde;
  pointer-events: none;
}
.blog-pagination ul li:last-of-type a {
  border-right: none !important;
}
.blog-pagination ul li.dots {
  border-right: 1px solid #e6e6e6;
  line-height: 35px;
  min-width: 33px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: 0 0;
  border: none;
  color: #717171;
  font-size: 16px;
  font-weight: 400;
}
.blog-pagination ul li.next-link,
.blog-pagination ul li.prev-link {
  display: inline-block;
}
.blog-pagination ul li.next-link a i,
.blog-pagination ul li.prev-link a i {
  font-size: 12px;
}
.blog-pagination ul::after {
  clear: both;
  content: "";
  display: table;
}
.faq-catname {
  display: none;
}
.qa-faqs {
  padding-top: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .page-template-default .qa-faqs {
    margin-bottom: 50px;
  }
}
.slider-arrow-next,
.slider-arrow-prev {
  position: absolute;
  top: 30%;
  padding-left: 0 !important;
}
.awards-part .slider-arrow-next,
.awards-part .slider-arrow-prev {
  background: #fff;
}
.slider-arrow-next::before,
.slider-arrow-prev::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  font-weight: 100;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  left: 50%;
}
.slider-arrow-prev {
  left: -40px;
  border-radius: 50%;
}
@media screen and (max-width: 1439px) {
  .awards-part .slider-arrow-prev {
    left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonials .slider-arrow-prev {
    left: -60px;
  }
}
@media (max-width: 767px) {
  .testimonials .slider-arrow-prev {
    left: 25%;
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%);
  }
}
.testimonial-videos .slider-arrow-prev {
  left: 40px;
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
}
@media (max-width: 767px) {
  .testimonial-videos .slider-arrow-prev {
    left: 0;
  }
}
.slider-arrow-prev::before {
  background: url(../../images/long-arrow-left-solid.svg) no-repeat scroll
    center center;
  content: "";
  width: 16px;
  height: 33px;
}
.slider-arrow-next {
  right: -40px;
}
@media screen and (max-width: 1439px) {
  .awards-part .slider-arrow-next {
    right: 0;
  }
}
.testimonial-videos .slider-arrow-next {
  right: 40px;
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
}
@media (max-width: 767px) {
  .testimonial-videos .slider-arrow-next {
    right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonials .slider-arrow-next {
    right: -60px;
  }
}
@media (max-width: 767px) {
  .testimonials .slider-arrow-next {
    right: 25%;
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%);
  }
}
.slider-arrow-next::before {
  background: url(../../images/long-arrow-right-solid.svg) no-repeat scroll
    center center;
  content: "";
  width: 16px;
  height: 33px;
}
.slick-arrow {
  font-size: 36px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  border: 1px solid #9ea2a4;
  width: 60px;
  height: 60px;
}
@media (max-width: 767px) {
  .testimonials .slick-arrow {
    top: auto;
    -webkit-transform: unset;
    transform: unset;
    width: 58px;
    height: 58px;
    margin-top: 36px;
  }
}
.slick-slide .item img {
  margin: 0 auto;
}
@media (max-width: 480px) {
  .home .slick-slide .item img {
    width: 60%;
  }
}
.arrow-home-next,
.arrow-home-prev {
  position: absolute;
  top: 30%;
  padding-left: 0 !important;
}
.arrow-home-next.slick-arrow,
.arrow-home-prev.slick-arrow {
  font-size: 36px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 17px;
  height: 19px;
  border: none;
}
.arrow-home-next {
  right: 0;
  background: url(../../images/arrow-home-next.png) no-repeat center center;
}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
  .arrow-home-next {
    right: 10px;
  }
}
.arrow-home-prev {
  left: 0;
  background: url(../../images/arrow-home-prev.png) no-repeat center center;
}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
  .arrow-home-prev {
    left: 10px;
  }
}

@media (max-width: 500px) {
  .arrow-home-next {
    right: 10px;
  }
  .arrow-home-prev {
    left: 10px;
  }
}
.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.27s ease-out;
  transition: all 0.27s ease-out;
}
.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
  position: absolute;
  top: -41px;
  right: -15px;
  color: #fff;
  opacity: 1;
  font-weight: 700;
}
.modal .close {
  color: #fff;
  opacity: 1;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: 0 0;
  border: none;
  font-size: 25px;
  padding: 0.5em 0.5em 0.2em;
  right: 0;
}
.modal .modal-content,
.modal .modal-header {
  background: 0 0;
  border: none;
}
.modal .modal-body {
  background: #fff;
  padding: 10px;
}
@media (max-width: 767px) {
  .modal .modal-body {
    padding: 5px;
  }
}
.modal .modal-body iframe {
  width: 100%;
}
#hoursModal .modal-dialog {
  max-width: 500px;
  margin: 175px auto 0;
}
#hoursModal .modal-dialog .modal-content {
  background: #fff;
  border-radius: 0;
  border: 4px solid #28a745;
}
#hoursModal .modal-dialog .modal-content .modal-header {
  padding: 15px 25px;
}
#hoursModal .modal-dialog .modal-content .modal-header h5 {
  color: #565656;
  font-family: Unna, serif;
  font-size: 33px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 1.44px;
  text-align: center;
  display: block;
  width: 100%;
}
#hoursModal .modal-dialog .modal-content .modal-header .close {
  position: relative;
  right: -10px;
  z-index: 9999;
  top: -35px;
  cursor: pointer;
  padding: 0 7px;
  line-height: normal;
  display: block;
  text-align: center;
}
#hoursModal .modal-dialog .modal-content .modal-body {
  background: 0 0;
  text-align: center;
  padding: 0 25px 25px;
}
#hoursModal .modal-dialog .modal-content .modal-body table {
  margin: 0 auto;
}
#hoursModal .modal-dialog .modal-content .modal-body table tr td {
  color: #55565a;
  font-size: 19px;
  font-weight: 400;
  padding: 0 14px 7px;
}
#hoursModal .modal-dialog .modal-content .modal-body table tr td,
#hoursModal .modal-dialog .modal-content .modal-body table tr th {
  border: none;
}
#share-buttons img {
  width: 50px;
  padding: 5px;
  border: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  display: inline;
}
@media (max-width: 767px) {
  #share-buttons img {
    width: 43px;
    display: block;
  }
}
.top-header {
  -webkit-box-shadow: 0 10px 5px 0 rgba(108, 123, 131, 0.12);
  box-shadow: 0 10px 5px 0 rgba(108, 123, 131, 0.12);
  background: #fff;
  overflow: visible !important;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .top-header {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .top-header {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.top-header .header-block {
  height: 109px;
}
@media screen and (min-width: 1366px) {
  .top-header .header-block .site-logo-wrap {
    /*width: 250px;*/
    padding-left: 50px;
  }
}
@media screen and (min-width: 1600px) {
  .top-header .header-block .site-logo-wrap {
    /*max-width: 300px;*/
  }
}
.top-header .header-block .free-case {
  background: #003950;
  height: 100% !important;
}
.top-header .header-block .free-case a {
  display: block;
}
.top-header .header-block .free-case span {
  opacity: 0.91;
  color: #5abdde;
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: normal;
  display: block;
}
@media screen and (min-width: 1366px) {
  .top-header .header-block .free-case span {
    letter-spacing: 1.8px;
  }
}
@media screen and (min-width: 1600px) {
  .top-header .header-block .free-case span {
    letter-spacing: 2.1px;
  }
}
.top-header .header-block .free-case h3 {
  color: #fff;
  font-family: Unna, serif;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: normal;
  margin-bottom: 0;
  font-size: 29px;
}
@media screen and (min-width: 1366px) {
  .top-header .header-block .free-case h3 {
    letter-spacing: 1.5px;
    font-size: 32px;
  }
}
@media screen and (min-width: 1400px) {
  .top-header .header-block .free-case h3 {
    font-size: 34px;
  }
}
.navbar {
  padding: 0 15px 0 0;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .navbar {
    background: #e5e5e5;
    -webkit-box-shadow: 0 10px 5px 0 rgba(108, 123, 131, 0.12);
    box-shadow: 0 10px 5px 0 rgba(108, 123, 131, 0.12);
  }
}
@media screen and (min-width: 1366px) {
  .navbar {
    padding: 0 50px 0 0;
  }
}
.navbar .menu-header-menu-container {
  width: 100%;
}
.navbar .menu-header-menu-container .navbar-nav li {
  padding: 10px 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar .menu-header-menu-container .navbar-nav li {
    padding: 10px;
  }
}
.navbar .menu-header-menu-container .navbar-nav li a {
  color: #000;
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 14px;
  letter-spacing: normal;
  font-weight: 500;
  line-height: 28px;
  text-transform: uppercase;
}
@media screen and (min-width: 1366px) and (max-width: 1559px) {
  .navbar .menu-header-menu-container .navbar-nav li a {
    font-size: 15px;
  }
}
@media screen and (min-width: 1600px) {
  .navbar .menu-header-menu-container .navbar-nav li a {
    font-size: 16px;
    letter-spacing: 0.48px;
  }
}
.navbar .menu-header-menu-container .navbar-nav li .dropdown-toggle:after {
  margin-left: 0.3px;
  vertical-align: 0.15em;
  border-top: 0.38em solid;
  border-right: 0.3em solid transparent;
  color: #797979;
  opacity: 0.55;
  border-left: 0.3em solid transparent;
}
@media screen and (min-width: 1441px) {
  .navbar .menu-header-menu-container .navbar-nav li .dropdown-toggle:after {
    margin-left: 1px;
  }
}
.navbar .menu-header-menu-container .navbar-nav li .dropdown-menu {
  position: absolute;
  float: left;
  min-width: 15rem;
  border-radius: 0;
  top: 100%;
  margin-top: 0;
}
.navbar .menu-header-menu-container .navbar-nav li .dropdown-menu li {
  padding: 5px 15px;
}
.navbar .menu-header-menu-container .navbar-nav li .dropdown-menu li a {
  width: 100%;
  display: block;
}
.navbar .menu-header-menu-container .navbar-nav li .dropdown-menu li:hover {
  background: #236688;
}
.navbar .menu-header-menu-container .navbar-nav li .dropdown-menu li:hover a {
  color: #fff;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .navbar .menu-header-menu-container .navbar-nav li:last-child .dropdown-menu {
    right: 0 !important;
    left: auto !important;
  }
}
#m-toggle .top-menu {
  background: #e5e5e5;
  padding: 16px 0;
  height: 50px;
}
#m-toggle .top-menu li {
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 0.45px;
}
#m-toggle .top-menu li a {
  color: #000;
}
#m-toggle .top-menu li a:hover {
  color: #236688;
}
#m-toggle .bottom-menu {
  height: 78px;
}
#m-toggle .bottom-menu .mobile-logo {
  width: 70%;
  padding: 0 10px;
  display: inline-block;
}
#m-toggle .bottom-menu .mobile-logo img {
  width: auto;
}
@media (max-width: 480px) {
  #m-toggle .bottom-menu .mobile-logo {
    padding: 0 20px;
    width: 80%;
  }
}
#m-toggle .bottom-menu #mobile-nav {
  display: inline-block;
}
#m-toggle .bottom-menu #mobile-nav .nav-opener {
  width: 78px;
  height: 78px;
  background: #003950; /*#55bde0;*/
  padding: 0 20px;
  color: #fff;
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  bottom: 0;
  height: 78px;
  float: right;
  border: none;
  border-radius: 0;
}
#m-toggle .bottom-menu #mobile-nav .nav-opener span {
  height: 4px;
  background-color: #fff;
  display: block;
  margin-bottom: 7px;
}
#m-toggle .bottom-menu #mobile-nav .nav-opener span:last-child {
  margin-bottom: 9px;
}
#m-toggle .bottom-menu #mobile-nav .navbar-collapse {
  position: absolute;
  z-index: 2;
  width: 100%;
  padding: 0;
  top: 128px;
  left: 0;
  background: #f4f4f4;
}
#m-toggle .bottom-menu #mobile-nav .navbar-collapse .navbar-nav {
  padding: 15px 0;
}
#m-toggle .bottom-menu #mobile-nav .navbar-collapse .navbar-nav li {
  font-size: 17px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0.45px;
  padding: 5px 15px;
}
#m-toggle .bottom-menu #mobile-nav .navbar-collapse .navbar-nav li a {
  color: #236688;
  display: block;
}
#m-toggle .bottom-menu #mobile-nav .navbar-collapse .navbar-nav li a:hover {
  color: #003950;
}
#m-toggle .bottom-menu #mobile-nav .navbar-collapse .navbar-nav li:hover {
  background: #236688;
}
#m-toggle .bottom-menu #mobile-nav .navbar-collapse .navbar-nav li:hover a {
  color: #fff;
}
#m-toggle
  .bottom-menu
  #mobile-nav
  .navbar-collapse
  .navbar-nav
  li
  .dropdown-menu {
  width: 90%;
}
#m-toggle
  .bottom-menu
  #mobile-nav
  .navbar-collapse
  .navbar-nav
  li
  .dropdown-menu
  li
  a {
  color: #236688;
  display: block;
}
#m-toggle
  .bottom-menu
  #mobile-nav
  .navbar-collapse
  .navbar-nav
  li
  .dropdown-menu
  li:focus,
#m-toggle
  .bottom-menu
  #mobile-nav
  .navbar-collapse
  .navbar-nav
  li
  .dropdown-menu
  li:hover {
  background: #236688;
}
#m-toggle
  .bottom-menu
  #mobile-nav
  .navbar-collapse
  .navbar-nav
  li
  .dropdown-menu
  li:focus
  a,
#m-toggle
  .bottom-menu
  #mobile-nav
  .navbar-collapse
  .navbar-nav
  li
  .dropdown-menu
  li:hover
  a {
  color: #fff;
}
.mobile-tap {
  height: 186px;
  padding-top: 120px;
  background-color: #e5e5e5;
}
@media (min-width: 481px) and (max-width: 767px) {
  .mobile-tap {
    height: 194px;
    padding-top: 128px;
  }
}
.mobile-tap .tap-label {
  color: #003951;
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  text-align: right;
  padding-right: 11px;
  width: 30%;
  height: 66px;
}
@media (max-width: 767px) {
  .mobile-tap .tap-label {
    float: left;
    padding-top: 8px;
  }
}
.mobile-tap .tap-number {
  background: #1f5c7b;
  font-family: Unna, serif;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.6px;
  text-align: center;
  height: 66px;
  width: 70%;
}
@media (min-width: 481px) and (max-width: 767px) {
  .mobile-tap .tap-number {
    text-align: left;
  }
}
.mobile-tap .tap-number a {
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 7px;
}
.banner .banner-text .banner-title {
  color: #236688;
  font-family: Unna, serif;
}
@media (max-width: 767px) {
  .banner .banner-text .banner-title {
    font-size: 31px !important;
    line-height: 30px !important;
  }
}
.banner-home {
  margin-top: 179px;
  /* height: 656px; */
}
@media (max-width: 991px) and (min-width: 768px) {
  .banner-home {
    /* height: 580px; */
    margin-top: 200px;
    position: relative;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .banner-home {
    margin-top: 200px;
    /* height: 580px; */
  }
}
.banner-home .row {
  overflow: hidden;
}
.banner-home .banner-text {
  border: 2px solid #c9c9c9;
  background-color: transparent;
  padding: 54px 100px 65px 64px;
  z-index: 2;
  position: relative;
  margin-top: 0px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .banner-home .banner-text {
    padding: 50px 50px 50px 30px;
    margin-top: 30px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .banner-home .banner-text {
    padding: 50px 25px;
    margin-top: 30px;
  }
}
.banner-home .banner-text .banner-title {
  font-size: 81px;
  font-weight: 400;
  text-transform: none;
  text-align: left;
  line-height: 50px;
  margin-bottom: 35px;
  letter-spacing: normal;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .banner-home .banner-text .banner-title {
    font-size: 55px;
    line-height: 36px;
  }
}
.banner-home .banner-text .banner-title span {
  display: block;
  width: 100%;
  border-bottom: 2px solid #dedede;
  margin-bottom: 30px;
}
.banner-home .banner-text .banner-title span:last-child {
  margin-bottom: 0;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .banner-home .banner-text .btn {
    padding-left: 15px;
    background: rgba(0, 0, 0, 0)
      linear-gradient(135deg, #1f5c7b 0, #1f5c7b 75%, #5abdde 0, #5abdde 25%)
      no-repeat scroll right center/100% 100%;
  }
}
.banner-home .banner-text .banner-subtitle {
  color: #474747;
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 32px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-top: 33px;
  margin-bottom: 40px;
}
.banner-home .banner-text .banner-subtitle span {
  color: #142433;
  font-weight: 900;
}
.banner-home .text-wrap a {
  position: absolute;
  /* z-index: 9999; */
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.banner-home .banner-video .text-wrap button {
  position: absolute;
  /* z-index: 9999; */
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.banner-home .banner-video {
  background: #f7f7f7;
  left: 43px;
  overflow: hidden;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .banner-home .banner-video {
    height: 580px;
  }
}
.banner-home .banner-video #video-background {
  left: 0;
}
.banner-home-mobile {
  padding: 48px 0 45px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
@media (max-width: 767px) {
  .banner-home-mobile {
    text-align: center;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .banner-home-mobile {
    background-position: center center;
  }
}
.banner-home-mobile .banner-title {
  font-size: 36px;
  font-weight: 400;
  line-height: 35.96px;
  color: #fff !important;
  letter-spacing: normal;
  margin-bottom: 20px;
}
.banner-home-mobile .banner-subtitle {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
  letter-spacing: 1.82px;
  font-family: "Fira Sans Condensed", sans-serif;
  margin-bottom: 25px;
  padding: 0 25px;
  text-transform: uppercase;
}
.banner-home-mobile .btn-1 {
  width: 100%;
}
@media (min-width: 480px) and (max-width: 767px) {
  .banner-home-mobile .btn-1 {
    width: auto;
  }
}

.banner-atc {
  background: #fdee0b;
}
.banner-atc .container {
  background: url(../../images/AfterTheCrash_2021_Blog_1092x549_Header01.png);
  background-size: cover;
  min-height: 300px;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {
  .banner-atc {
    height: 496px;
    padding-top: 109px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner-atc {
    height: 549px;
    padding-top: 162px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .banner-atc {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .banner-atc {
    height: auto;
    padding-top: 10px;
  }
  .banner-atc .container {
    background-size: contain;
    min-height: 200px;
    background-position: center;
  }
}
@media (min-width: 992px) {
  .banner-atc .row {
    height: 387px;
  }
}
@media (min-width: 992px) {
  .banner-atc .banner-text {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .banner-atc .banner-text {
    text-align: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .banner-atc .banner-text {
    min-height: 190px;
    height: 100%;
  }
}
.banner-atc .banner-text .banner-title {
  font-size: 60px;
  font-weight: 400;
  line-height: 55.03px;
  letter-spacing: 1.5px;
  text-align: left;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .banner-atc .banner-text .banner-title {
    margin-bottom: 20px;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .banner-atc .banner-text .btn {
    width: 100%;
    padding-right: 70px;
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .banner-atc .banner-text .btn {
    background: rgba(0, 0, 0, 0)
      linear-gradient(135deg, #1f5c7b 0, #1f5c7b 79%, #5abdde 0, #5abdde 20%)
      no-repeat scroll right center/100% 100%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .banner-atc .banner-text .btn-mobile {
    display: inline-block !important;
    width: auto;
  }
}
@media (max-width: 991px) {
  .banner-atc .banner-img {
    text-align: center;
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .banner-atc .banner-img {
    height: 387px;
    position: relative;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .banner-atc .banner-img img {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .banner-atc .banner-img img {
    bottom: 0;
    width: 95%;
    position: absolute;
  }
}
@media screen and (min-width: 1440px) {
  .banner-atc .banner-img img {
    width: 100%;
  }
}

.banner-other {
  background: url(../../images/generic-banner.jpg) no-repeat scroll center
    center #f0f0f0;
  background-size: cover;
}
@media (min-width: 1200px) {
  .banner-other {
    height: 496px;
    padding-top: 109px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner-other {
    height: 549px;
    padding-top: 162px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .banner-other {
    height: auto;
    padding-top: 190px;
    min-height: 660px;
  }
}
@media (max-width: 767px) {
  .banner-other {
    height: auto;
    padding-top: 50px;
  }
}
@media (min-width: 992px) {
  .banner-other .row {
    height: 387px;
  }
}
@media (min-width: 992px) {
  .banner-other .banner-text {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .banner-other .banner-text {
    text-align: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .banner-other .banner-text {
    min-height: 190px;
    height: 100%;
  }
}
.banner-other .banner-text .banner-title {
  font-size: 60px;
  font-weight: 400;
  line-height: 55.03px;
  letter-spacing: 1.5px;
  text-align: left;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .banner-other .banner-text .banner-title {
    margin-bottom: 20px;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .banner-other .banner-text .btn {
    width: 100%;
    padding-right: 70px;
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .banner-other .banner-text .btn {
    background: rgba(0, 0, 0, 0)
      linear-gradient(135deg, #1f5c7b 0, #1f5c7b 79%, #5abdde 0, #5abdde 20%)
      no-repeat scroll right center/100% 100%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .banner-other .banner-text .btn-mobile {
    display: inline-block !important;
    width: auto;
  }
}
@media (max-width: 991px) {
  .banner-other .banner-img {
    text-align: center;
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .banner-other .banner-img {
    height: 387px;
    position: relative;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .banner-other .banner-img img {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .banner-other .banner-img img {
    bottom: 0;
    width: 95%;
    position: absolute;
  }
}
@media screen and (min-width: 1440px) {
  .banner-other .banner-img img {
    width: 100%;
  }
}
.banner-about {
  background: url(../../images/generic-banner.jpg) no-repeat scroll center
    center #f0f0f0;
  background-size: cover;
}
@media (max-width: 767px) {
  .banner-about {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .banner-about {
    height: auto;
    padding-top: 200px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .banner-about {
    height: 609px;
    padding-top: 109px;
  }
}
@media (min-width: 1200px) {
  .banner-about .row {
    height: 500px !important;
  }
}
@media (min-width: 992px) {
  .banner-about .row {
    height: 470px;
  }
}
.banner-about .row a + p {
  display: none !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .banner-about .row .banner-text {
    text-align: center;
  }
}
.banner-about .row .banner-text .banner-title {
  font-size: 60px;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-align: left;
  margin-bottom: 20px;
  line-height: 50px;
}
@media (max-width: 991px) {
  .banner-about .row .banner-text .banner-title {
    margin-bottom: 10px;
    text-align: center;
    letter-spacing: normal;
  }
}
.banner-about .row .banner-text .banner-subtitle {
  color: #474747;
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 21px;
  letter-spacing: 4.2px;
  margin-bottom: 29px;
  font-weight: 700;
  line-height: 30.01px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .banner-about .row .banner-text .banner-subtitle {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .banner-about .row .banner-text .banner-subtitle {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 1.82px;
  }
}
@media (min-width: 768px) {
  .banner-about .row .banner-text .btn {
    background: rgba(0, 0, 0, 0)
      linear-gradient(135deg, #1f5c7b 0, #1f5c7b 79%, #5abdde 0, #5abdde 20%)
      no-repeat scroll right center/100% 100%;
  }
}
@media (max-width: 991px) {
  .banner-about .banner-img {
    text-align: center;
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .banner-about .banner-img img {
    bottom: unset;
    width: 100%;
    position: unset;
  }
}
.banner-attorney {
  padding: 55px 0 73px;
  background: #f0f0f0;
}
@media (min-width: 1200px) {
  .banner-attorney .banner-text {
    padding-right: 68px;
  }
}
.banner-attorney .banner-home .banner-text .banner-title,
.banner-attorney .banner-text h1,
.banner-home .banner-attorney .banner-text .banner-title {
  text-transform: none;
  margin-bottom: 7px;
}
@media (max-width: 767px) {
  .banner-attorney .banner-home .banner-text .banner-title,
  .banner-attorney .banner-text h1,
  .banner-home .banner-attorney .banner-text .banner-title {
    font-size: 36px;
    font-weight: 400;
    line-height: 35.96px;
    letter-spacing: normal;
    margin-bottom: 20px;
  }
}
.banner-attorney .banner-text .banner-subtitle {
  color: #000;
  font-family: "Fira Sans Condensed", sans-serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 19px !important;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.banner-attorney .banner-text ul {
  margin-top: 24px;
  margin-bottom: 29px;
}
@media (min-width: 992px) {
  .banner-attorney .banner-text ul {
    max-width: 327px;
  }
}
.banner-attorney .banner-text ul li {
  border-bottom: 1px solid #c9c9c9;
  padding: 14px 0;
  line-height: normal;
  letter-spacing: 0.5px;
}
.banner-attorney .banner-text ul li:first-child {
  border-top: 1px solid #c9c9c9;
}
.banner-attorney .banner-text ul li strong {
  color: #236688;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  width: 40%;
  float: left;
}
.banner-attorney .banner-text ul li span {
  width: 60%;
  color: #003950;
}
.banner-attorney .banner-text .btn {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .banner-attorney .banner-text .btn {
    background: rgba(0, 0, 0, 0)
      linear-gradient(135deg, #1f5c7b 0, #1f5c7b 73%, #5abdde 0, #5abdde 30%)
      no-repeat scroll right center/100% 100%;
  }
}
@media (max-width: 480px) {
  .banner-attorney .banner-text .btn {
    padding-left: 20px;
  }
}
.banner-attorney .banner-img {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .banner-attorney .banner-img {
    margin-top: 30px;
    text-align: center;
  }
}
.firm-hours .modal-header {
  background: #236688 !important;
  color: #fff;
}
.firm-hours .modal-header h4 {
  color: #fff !important;
  margin-bottom: 0 !important;
  font-size: 36px !important;
  line-height: normal !important;
  font-weight: 400 !important;
}
.firm-hours .modal-body table {
  width: 100%;
}
.firm-hours .modal-body table td,
.firm-hours .modal-body table th {
  border: none;
  border-bottom: 1px solid #aeaeae;
  text-align: center;
}
.firm-hours .modal-body table td span,
.firm-hours .modal-body table th span {
  font-size: 17px !important;
}
.firm-hours .modal-body table td .modal-day-hrs,
.firm-hours .modal-body table th .modal-day-hrs {
  color: #236688 !important;
  font-weight: 700 !important;
}
.firm-hours .modal-body table tr:last-child td {
  border-bottom: none;
}
#return-to-top {
  position: fixed;
  bottom: 80px;
  right: 20px;
  background-color: #236688;
  width: 50px;
  height: 50px;
  text-decoration: none;
  border-radius: 35px;
  display: none;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top svg {
  font-size: 28px;
  left: 12px;
  position: absolute;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 50%;
  width: 15px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .sidebar {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.sidebar ul .siderbar-item {
  margin-bottom: 50px;
  padding: 31px 48px 39px;
}
@media (max-width: 1199px) {
  .sidebar ul .siderbar-item {
    padding: 25px 15px 29px !important;
  }
}
@media (max-width: 479px) {
  .sidebar ul .siderbar-item {
    padding: 25px 20px 29px !important;
  }
}
.sidebar ul .siderbar-item:last-child {
  margin-bottom: 0;
}
.blog .sidebar ul .siderbar-item:first-child,
.single-post .sidebar ul .siderbar-item:first-child {
  padding-top: 0;
}
.sidebar ul .siderbar-item h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 30.01px;
  letter-spacing: 1.5px;
  text-align: center;
  padding-bottom: 17px;
  margin-bottom: 34px;
}
.sidebar ul .siderbar-item a {
  text-decoration: underline;
}
.sidebar ul .siderbar-item .btn {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .sidebar ul .siderbar-item .btn {
    padding: 20px 10px;
    line-height: normal;
    white-space: pre-line;
  }
}
@media (max-width: 767px) {
  .sidebar ul .siderbar-item .btn {
    padding: 20px 10px;
    line-height: normal;
    white-space: pre-line;
  }
}
.sidebar ul .siderbar-item .btn .arrow {
  margin-left: 18px;
  vertical-align: 0.15em;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #5abdde;
  color: #5abdde;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .sidebar ul .siderbar-item .btn .arrow {
    top: unset;
    -webkit-transform: unset;
    transform: unset;
    margin-top: 0.15em;
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .sidebar ul .siderbar-item .btn .arrow {
    top: unset;
    -webkit-transform: unset;
    transform: unset;
    margin-top: 0.15em;
    margin-left: 10px;
  }
}
.sidebar ul .siderbar-item .btn:after {
  display: none;
}
.sidebar ul .siderbar-item #aside-form .btn-3 {
  padding-left: 0;
  padding-right: 0;
}
.sidebar ul .siderbar-item-blog {
  margin-bottom: 0;
}
.sidebar ul .siderbar-item-blog #searchform {
  overflow: hidden;
}
.sidebar ul .siderbar-item-blog #searchform #s {
  width: 85%;
  font-size: 16px;
  padding: 10px 10px 8px;
  font-family: "Fira Sans Condensed", sans-serif;
}
.sidebar ul .siderbar-item-blog #searchform #searchsubmit {
  width: 13%;
  float: left;
  margin-left: 2%;
  padding: 10px 0 8px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
  background: #5abdde;
  color: #fff;
}
.sidebar ul .siderbar-item-blog #accordion {
  padding: 26px 30px 20px;
  margin-top: 50px;
}
.sidebar ul .siderbar-item-blog #accordion.panel-group {
  border: 1px solid #cfcfcf;
}
.sidebar ul .siderbar-item-blog #accordion .ac-title-wrapper:first-child {
  border-top: none !important;
}
.sidebar ul .siderbar-item-blog #accordion .ac-title-wrapper a {
  text-decoration: none;
  display: block;
  font-weight: 700;
}
.sidebar ul .siderbar-item-blog #accordion .ac-title-wrapper a.collapsed {
  margin-bottom: 10px;
}
.sidebar ul .siderbar-item-blog #accordion .panel-collapse {
  outline: 0;
}
.sidebar ul .siderbar-item-blog #accordion .panel-collapse .panel-body {
  padding: 0;
}
.sidebar ul .siderbar-item-blog #accordion .panel-collapse .panel-body ul {
  padding-left: 10px;
  padding-bottom: 10px;
}
.sidebar ul .siderbar-item-blog #accordion .panel-collapse .panel-body ul li {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 21px;
}
.sidebar
  ul
  .siderbar-item-blog
  #accordion
  .panel-collapse
  .panel-body
  ul
  li
  ul {
  margin-bottom: 0;
  padding-top: 0;
}
.sidebar-dark-bg {
  background: #003950;
  color: #fff;
}
.sidebar-dark-bg h3 {
  color: #fff;
  border-bottom: 1px solid #3c6575;
}
.sidebar-dark-bg li,
.sidebar-dark-bg p {
  color: #fff;
}
.sidebar-dark-bg li {
  font-size: 18px;
  font-weight: 400;
  line-height: 23.5px;
  border-bottom: 1px solid #3c6575;
  padding: 16px 15px !important;
}
.sidebar-dark-bg li a {
  text-decoration: none !important;
}
.sidebar-dark-bg li a:hover {
  color: #5abdde;
}
.sidebar-dark-bg li:first-child {
  border-top: 1px solid #3c6575;
}
.sidebar-dark-bg a {
  color: #fff;
}
.sidebar-dark-bg a:hover {
  color: #5abdde;
}
.sidebar-dark-bg .btn:hover {
  background: #fff;
  border-color: #fff;
}
.sidebar-light-bg {
  border: 2px solid #e0e0e0;
}
.sidebar-light-bg h3 {
  border-bottom: 1px solid #dbdbdb;
}
.sidebar-light-bg .btn {
  background: #fff;
  color: #3f3f3f;
  border-color: #e0e0e0;
}
.sidebar-light-bg .btn:hover {
  color: #236688;
  border-color: #236688;
}
.sidebar-testimonials {
  text-align: center;
}
.sidebar-testimonials p {
  font-size: 22px;
  font-style: italic;
  font-family: Unna, serif;
  line-height: 34.15px;
}
.sidebar-testimonials span {
  color: #5abdde;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.3px;
  line-height: 24px;
  text-transform: uppercase;
}
.sidebar-testimonials a {
  margin-bottom: 31px;
  font-size: 14px;
  font-weight: 400;
  line-height: 34.14px;
}
.sidebar-testimonials .btn {
  margin-bottom: 0;
  line-height: 55px;
  font-weight: 600;
}
.sidebar-news p {
  color: #2d2d2d;
  font-size: 16px;
  font-weight: 400;
}
.sidebar-news p.news-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  margin-bottom: 0;
}
.sidebar-news p.news-date {
  color: #939393;
  font-style: italic;
  letter-spacing: 0.8px;
  line-height: 22px;
  margin-bottom: 23px;
}
.sidebar-cta {
  background: /*#5abdde;*/ #003950;
  padding: 54px 45px !important;
}
.sidebar-cta span {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 0.41px;
}
.sidebar-cta .phone-link {
  color: /*#003950;*/ #fff;
  font-family: Unna, serif;
  font-size: 50px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1.52px;
  margin: 8px 0 12px;
  text-decoration: none !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar-cta .phone-link {
    font-size: 40px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .sidebar-cta .phone-link {
    font-size: 25px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .sidebar-cta .phone-link {
    font-size: 45px;
  }
}
@media (max-width: 479px) {
  .sidebar-cta .phone-link {
    font-size: 38px;
  }
}
.sidebar-cta .btn {
  background: #fff !important;
  color: #3f3f3f;
  border: transparent;
}
.sidebar-cta .btn:hover {
  background: #236688 !important;
  color: #fff;
}
.sidebar-custom h3 {
  margin-bottom: 26px !important;
  padding-bottom: 0 !important;
  border-bottom: none !important;
}
.sidebar-custom .btn {
  margin-top: 29px !important;
}
.sidebar-results h5 {
  color: #5abdde;
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 65px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: normal;
}
@media (max-width: 767px) {
  .sidebar-results h5 {
    font-size: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sidebar-results h5 {
    font-size: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar-results h5 {
    font-size: 50px;
  }
}
.sidebar-results h6 {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 31px;
}
.sidebar-credentials {
  color: #236688;
}
.sidebar-credentials h3 {
  margin-bottom: 27px !important;
  padding-bottom: 0 !important;
  border: none;
}
@media (min-width: 993px) {
  .sidebar-credentials #accordion ul {
    padding-left: 15px !important;
  }
}
.sidebar-credentials #accordion ul li {
  padding-bottom: 21px !important;
  font-weight: 400;
}
.sidebar-credentials .panel-group {
  border-bottom: 1px solid #cfcfcf;
}
.sidebar-credentials .panel-group .ac-title-wrapper {
  position: relative;
  border-top: 1px solid #cfcfcf;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: normal;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .sidebar-credentials .panel-group .ac-title-wrapper {
    padding-right: 40px;
  }
}
.sidebar-credentials .panel-group .ac-title-wrapper a {
  text-decoration: none !important;
  cursor: pointer;
  display: block;
}
@media (min-width: 993px) {
  .sidebar-credentials .panel-group .ac-title-wrapper a {
    padding-left: 13px;
  }
}
.sidebar-credentials .panel-group .ac-title-wrapper a:after {
  position: absolute;
  right: 13px;
  color: #003950;
  border-radius: 50%;
  background-color: #e8e8e8;
  text-align: center;
  top: 15px;
  font-size: 23px;
  content: "";
  width: 26px;
  height: 26px;
  background-image: url(../../images/angle-up-solid.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.sidebar-credentials .panel-group .ac-title-wrapper a.collapsed:after {
  content: "";
  background-image: url(../../images/angle-down-solid.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.sidebar-credentials .panel-group .ac-title-wrapper a span {
  font-size: 18px;
  font-weight: 700;
  color: #2d2d2d;
  font-weight: 700;
  line-height: 23px;
}
.sidebar-TOC {
  padding: 31px !important;
}

.sidebar-pa-form {
  background: #1f5c7b;
}

@media (max-width: 767px) {
  .sidebar-TOC {
    display: none;
  }
}
.sidebar-TOC .table-of-contents h3 {
  padding-bottom: 27px !important;
  margin-bottom: 0 !important;
}
.sidebar-TOC .table-of-contents ul li {
  padding: 15px 12px;
  text-align: left;
  border-bottom: 1px solid #dbdbdb;
  line-height: 23px;
}
.sidebar-TOC .table-of-contents ul li a {
  text-decoration: none;
  color: #2e2e2e;
}
.sidebar-related {
  padding: 31px 30px 37px !important;
}
.sidebar-related h3 {
  margin-bottom: 26px !important;
  padding-bottom: 0 !important;
  border-bottom: none !important;
}
.sidebar-community,
.sidebar-results-multiple {
  padding: 0 !important;
}
.sidebar-community .community-holder,
.sidebar-community .results-holder,
.sidebar-results-multiple .community-holder,
.sidebar-results-multiple .results-holder {
  position: relative;
  padding: 40px 30px 36px 54px;
  background-color: #f4f4f4;
}

.sidebar-community .community-holder h3 {
  position: absolute;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  left: -63px;
  top: 90px;
  color: #e3e3e3;
  font-size: 40px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 2px !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  font-family: "Fira Sans Condensed", sans-serif;
  line-height: 52.93px !important;
}

.sidebar-community .results-holder h3,
.sidebar-results-multiple .community-holder h3,
.sidebar-results-multiple .results-holder h3 {
  position: absolute;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  left: -63px;
  top: 90px;
  color: #e3e3e3;
  font-size: 40px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 2px !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  font-family: "Fira Sans Condensed", sans-serif;
  line-height: 52.93px !important;
}
.sidebar-community .community-holder .community-content,
.sidebar-community .community-holder .results-content,
.sidebar-community .results-holder .community-content,
.sidebar-community .results-holder .results-content,
.sidebar-results-multiple .community-holder .community-content,
.sidebar-results-multiple .community-holder .results-content,
.sidebar-results-multiple .results-holder .community-content,
.sidebar-results-multiple .results-holder .results-content {
  border-bottom: 1px solid #d3d3d3;
  padding: 0;
  padding-bottom: 20px;
  padding-top: 20px;
}
.sidebar-community .community-holder .community-content:first-of-type,
.sidebar-community .community-holder .results-content:first-of-type,
.sidebar-community .results-holder .community-content:first-of-type,
.sidebar-community .results-holder .results-content:first-of-type,
.sidebar-results-multiple .community-holder .community-content:first-of-type,
.sidebar-results-multiple .community-holder .results-content:first-of-type,
.sidebar-results-multiple .results-holder .community-content:first-of-type,
.sidebar-results-multiple .results-holder .results-content:first-of-type {
  border-top: none;
  padding-top: 0;
}
.sidebar-community .community-holder .community-content:last-of-type,
.sidebar-community .community-holder .results-content:last-of-type,
.sidebar-community .results-holder .community-content:last-of-type,
.sidebar-community .results-holder .results-content:last-of-type,
.sidebar-results-multiple .community-holder .community-content:last-of-type,
.sidebar-results-multiple .community-holder .results-content:last-of-type,
.sidebar-results-multiple .results-holder .community-content:last-of-type,
.sidebar-results-multiple .results-holder .results-content:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.sidebar-results-multiple a {
  text-decoration: none !important;
}
.sidebar-results-multiple h4 {
  color: #003950;
  font-family: Unna, serif;
  font-size: 48px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.52px;
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .sidebar-results-multiple h4 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .sidebar-results-multiple h4 {
    font-size: 34px;
  }
}
.sidebar-results-multiple h5 {
  line-height: normal;
  margin-bottom: 0;
  color: #53a0ba;
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 1.6px;
}
.sidebar-community h3 {
  left: -96px !important;
  top: 150px !important;
}
.sidebar-community ul li {
  padding-bottom: 16px;
  position: relative;
  min-height: 95px;
}
.sidebar-community .community-img {
  width: 95px;
  height: 95px;
  float: left;
  overflow: hidden;
  -webkit-box-shadow: 7px 7px 10px rgba(48, 29, 56, 0.25);
  box-shadow: 7px 7px 10px rgba(48, 29, 56, 0.25);
  background-color: #323049;
}
.sidebar-community .community-img img {
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1280px) {
  .sidebar-community .community-img {
    float: none;
  }
}
@media (max-width: 320px) {
  .sidebar-community .community-img {
    float: none;
  }
}
.sidebar-community .community-content {
  margin-left: 14px;
  width: 210px;
  float: left;
  position: absolute;
  right: 0;
  top: 40%;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  padding-top: 0 !important;
}
@media (min-width: 992px) and (max-width: 1280px) {
  .sidebar-community .community-content {
    width: 100%;
    position: unset;
    float: none;
    top: 0;
    margin-top: 40px;
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sidebar-community .community-content {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .sidebar-community .community-content {
    width: 65%;
  }
}
@media (min-width: 321px) and (max-width: 480px) {
  .sidebar-community .community-content {
    width: 50%;
  }
}
@media (max-width: 320px) {
  .sidebar-community .community-content {
    width: 100%;
    position: unset;
    float: none;
    top: 0;
    margin-top: 40px;
    margin-left: 0;
  }
}
.sidebar-community .community-content p {
  color: #545454;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 22px;
}
.sidebar-community .community-content a {
  color: #1c84b9;
  font-size: 12px;
  letter-spacing: 1.2px;
  line-height: 30px;
  text-decoration: underline;
  text-transform: uppercase;
}
.sidebar-community .full-com-content {
  width: 100%;
}
@media (max-width: 320px) {
  .sidebar-community .full-com-content {
    margin-top: 10px;
  }
}
.sidebar-team h3 {
  border: none !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.blog .sidebar-team .team-holder,
.single-post .sidebar-team .team-holder {
  padding: 40px 20px;
  border: 1px solid #cfcfcf;
}
.category .sidebar-team .team-holder,
.date .sidebar-team .team-holder,
.search .sidebar-team .team-holder {
  border: 1px solid #cfcfcf;
  padding: 40px 20px;
}
.sidebar-team ul li {
  text-align: center;
  width: 48%;
  margin-top: 35px;
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .sidebar-team ul li {
    width: 100%;
    text-align: center;
  }
}
.sidebar-team ul li img {
  width: 100%;
  max-width: 109px;
}
.sidebar-team ul li .attorney-sb-info {
  max-width: 109px;
  margin: 0 auto;
  line-height: normal;
  padding-top: 9px;
}
.sidebar-team ul li .attorney-sb-info a {
  color: #236688;
  font-family: Unna, serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 18.95px;
  text-decoration: none;
  text-align: center;
}
.sidebar-creative {
  margin-bottom: 45px;
}
.sidebar-creative .creative {
  display: block;
}
.sidebar-creative .creative:first-child {
  margin-bottom: 39px;
}
.sidebar-creative .creative img {
  width: 100%;
}
footer .footer-contact {
  background: #003950;
}
footer .footer-contact .form-wrap {
  padding: 105px 0 92px;
}
@media screen and (min-width: 1600px) {
  footer .footer-contact .form-wrap {
    max-width: 550px;
    margin-left: 57px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  footer .footer-contact .form-wrap {
    padding: 61px 0 56px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  footer .footer-contact .form-wrap .btn {
    width: 100%;
    padding-left: 20px;
  }
  footer .footer-contact .form-wrap .btn:after {
    right: 20px;
  }
}
footer .footer-locations {
  background: #e9e7e7;
  padding: 82px 0 71px;
}
@media (max-width: 767px) {
  footer .footer-locations {
    padding: 60px 0 66px;
  }
}
footer .footer-locations #office-locations {
  margin-left: 0;
  margin-right: 0;
}
footer .footer-locations #office-locations .loc-wrap {
  margin-left: 126px;
  max-width: 355px;
}
@media screen and (max-width: 1280px) {
  footer .footer-locations #office-locations .loc-wrap {
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .footer-locations #office-locations .loc-wrap {
    max-width: 100%;
    width: 100%;
    padding: 0 30px !important;
  }
}
footer .footer-locations #office-locations .loc-wrap h4 {
  color: #236688;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 31px;
}
@media (max-width: 767px) {
  footer .footer-locations #office-locations .loc-wrap h4 {
    font-size: 23px;
    letter-spacing: 0.23px;
    margin-bottom: 25px;
  }
}
footer .footer-locations #office-locations .loc-wrap h3 {
  text-align: center;
  text-transform: none;
  margin-bottom: 10px;
  color: #236688;
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  margin-top: 0;
}
footer .footer-locations #office-locations .loc-wrap .dropdown button {
  background: rgba(0, 0, 0, 0)
    linear-gradient(135deg, #fff 0, #fff 73%, #5abdde 0, #5abdde 30%) no-repeat
    scroll right center/100% 100%;
  color: #3f3f3f;
  width: 100%;
  padding-left: 38px;
  text-align: left;
}
@media screen and (min-width: 1366px) and (max-width: 1440px) {
  footer .footer-locations #office-locations .loc-wrap .dropdown button {
    width: 355px;
  }
}
@media (max-width: 767px) {
  footer .footer-locations #office-locations .loc-wrap .dropdown button {
    padding-left: 30px;
    padding-right: initial;
  }
}
footer
  .footer-locations
  #office-locations
  .loc-wrap
  .dropdown
  button:hover
  .dropdown-menu {
  display: block !important;
}
footer .footer-locations #office-locations .loc-wrap .dropdown button:after {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 9px solid #fff;
  margin-top: 4px;
}
footer .footer-locations #office-locations .loc-wrap .dropdown.show ul {
  display: block !important;
}
footer .footer-locations #office-locations .loc-wrap .btn-default.active.focus,
footer .footer-locations #office-locations .loc-wrap .btn-default.active:focus,
footer .footer-locations #office-locations .loc-wrap .btn-default.active:hover,
footer .footer-locations #office-locations .loc-wrap .btn-default:active.focus,
footer .footer-locations #office-locations .loc-wrap .btn-default:active:focus,
footer .footer-locations #office-locations .loc-wrap .btn-default:active:hover,
footer
  .footer-locations
  #office-locations
  .loc-wrap
  .open
  > .dropdown-toggle.btn-default.focus,
footer
  .footer-locations
  #office-locations
  .loc-wrap
  .open
  > .dropdown-toggle.btn-default:focus,
footer
  .footer-locations
  #office-locations
  .loc-wrap
  .open
  > .dropdown-toggle.btn-default:hover {
  background-color: #fff;
  border: 1px solid #236688;
  outline: 0 !important;
  color: #236688;
}

footer .footer-dropdown .btn-dropdown span {
  display: block;
  line-height: 1;
  font-size: 9px;
  margin-top: -15px;
  padding-bottom: 15px;
}

footer
  .footer-locations
  #office-locations
  .loc-wrap
  .dropdown-menu.dropdown-menu-map {
  border: 0;
  width: 100%;
  padding: 0;
}
footer
  .footer-locations
  #office-locations
  .loc-wrap
  .dropdown-menu.dropdown-menu-map
  li {
  font-size: 16px;
  padding: 5px 15px;
}
footer
  .footer-locations
  #office-locations
  .loc-wrap
  .dropdown-menu.dropdown-menu-map
  li
  a {
  color: #236688;
  text-decoration: none;
  display: block;
}
footer
  .footer-locations
  #office-locations
  .loc-wrap
  .dropdown-menu.dropdown-menu-map
  li:focus,
footer
  .footer-locations
  #office-locations
  .loc-wrap
  .dropdown-menu.dropdown-menu-map
  li:hover {
  background-color: #236688;
}
footer
  .footer-locations
  #office-locations
  .loc-wrap
  .dropdown-menu.dropdown-menu-map
  li:focus
  a,
footer
  .footer-locations
  #office-locations
  .loc-wrap
  .dropdown-menu.dropdown-menu-map
  li:hover
  a {
  color: #fff;
}
footer .footer-locations #office-locations .loc-wrap .google-map-address-wrap {
  margin-top: 29px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #236688;
}
footer
  .footer-locations
  #office-locations
  .loc-wrap
  .google-map-address-wrap
  .item {
  display: none;
  max-width: 100%;
  margin-left: 38px;
  text-align: left;
}
footer
  .footer-locations
  #office-locations
  .loc-wrap
  .google-map-address-wrap
  .item:nth-of-type(1) {
  display: block;
}
@media (max-width: 767px) {
  footer
    .footer-locations
    #office-locations
    .loc-wrap
    .google-map-address-wrap
    .item {
    text-align: center;
    margin-left: 0;
  }
}
footer
  .footer-locations
  #office-locations
  .loc-wrap
  .google-map-address-wrap
  .item
  p,
footer
  .footer-locations
  #office-locations
  .loc-wrap
  .google-map-address-wrap
  .item
  span:not(.span-close) {
  color: #2d2d2d;
  font-family: "Fira Sans Condensed";
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
}
footer
  .footer-locations
  #office-locations
  .loc-wrap
  .google-map-address-wrap
  .item
  .address {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08px;
  font-size: 16px;
  line-height: 22px;
}
footer
  .footer-locations
  #office-locations
  .loc-wrap
  .google-map-address-wrap
  .item
  .address
  .location-street {
  display: block;
}
footer
  .footer-locations
  #office-locations
  .loc-wrap
  .google-map-address-wrap
  .item
  ul {
  padding-left: 0;
}
@media (max-width: 767px) {
  footer
    .footer-locations
    #office-locations
    .loc-wrap
    .google-map-address-wrap
    .item
    ul {
    margin-top: 0;
  }
}
footer
  .footer-locations
  #office-locations
  .loc-wrap
  .google-map-address-wrap
  .item
  ul
  li {
  display: inline-block;
}
footer
  .footer-locations
  #office-locations
  .loc-wrap
  .google-map-address-wrap
  .item
  ul
  li
  a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-decoration: underline;
  display: block;
  color: #236688;
  font-family: "Fira Sans Condensed", sans-serif;
  letter-spacing: 0.48px;
}
footer
  .footer-locations
  #office-locations
  .loc-wrap
  .google-map-address-wrap
  .item
  ul
  li
  a:hover {
  color: #003950;
}
@media (max-width: 767px) {
  footer
    .footer-locations
    #office-locations
    .loc-wrap
    .google-map-address-wrap
    .item
    ul
    li
    a {
    font-weight: 500;
  }
}
footer
  .footer-locations
  #office-locations
  .loc-wrap
  .google-map-address-wrap
  .item
  ul
  li:first-of-type {
  padding-right: 20px;
  position: relative;
}
footer
  .footer-locations
  #office-locations
  .loc-wrap
  .google-map-address-wrap
  .item
  ul
  li:first-of-type:after {
  position: absolute;
  height: 16px;
  width: 1px;
  background: #aeaeae;
  top: 1px;
  content: "";
  right: 0;
}
footer
  .footer-locations
  #office-locations
  .loc-wrap
  .google-map-address-wrap
  .item
  ul
  li:last-of-type {
  padding-left: 20px;
}
footer .footer-locations #office-locations .map-wrap-container {
  margin-top: 40px;
}
@media (max-width: 767px) {
  footer .footer-locations #office-locations .map-wrap-container {
    margin-top: 31px;
  }
}
footer .footer-locations #office-locations .map-wrap-container .item {
  display: none;
}
footer
  .footer-locations
  #office-locations
  .map-wrap-container
  .item:nth-of-type(1) {
  display: block;
}
footer .footer-locations #office-locations .map-wrap-container .map-canvas {
  height: 247px;
  width: 100%;
  border: 6px solid #fff;
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .footer-locations #office-locations .map-wrap-container .map-canvas {
    left: 0;
    margin: 0 auto;
    max-width: 342px;
  }
}
footer .footer-locations .social-icon-list {
  text-align: left;
  margin-top: 38px;
  max-width: 355px;
  margin-left: 126px;
}
@media screen and (max-width: 1280px) {
  footer .footer-locations .social-icon-list {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  footer .footer-locations .social-icon-list {
    margin-top: 25px;
  }
}
@media (max-width: 480px) {
  footer .footer-locations .social-icon-list {
    max-width: 100%;
  }
}
footer .footer-locations .social-icon-list li {
  display: inline-block;
  height: 29px;
}
footer .footer-locations .social-icon-list li.fb-footer-icon {
  width: 15px;
}
footer .footer-locations .social-icon-list li.fb-twitter-icon {
  width: 29px;
}
footer .footer-locations .social-icon-list li.fb-linkedin-icon {
  width: 26px;
}
footer .footer-locations .social-icon-list li.fb-googleplus-icon {
  width: 36px;
}
footer .footer-locations .social-icon-list li.fb-ig-icon {
  width: 25px;
}
footer .footer-locations .social-icon-list li a {
  color: #2780ad;
}
footer .footer-locations .social-icon-list li a:hover {
  color: #236688;
}
footer .footer-locations .social-icon-list li a svg path {
  fill: #2780ad;
}
footer .footer-locations .social-icon-list li a svg:hover path {
  fill: #236688;
}
footer #copyright {
  background: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.12px;
  padding-top: 51px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  footer #copyright {
    padding-top: 44px;
    padding-bottom: 44px;
  }
}
footer #copyright .row {
  margin-left: 0;
  margin-right: 0;
}
footer #copyright .disclaimer p,
footer #copyright a,
footer #copyright span {
  color: #a4a4a4;
}
footer #copyright a:hover {
  color: #5abdde;
}
footer #copyright .copyright {
  padding-right: 28px;
}
@media (max-width: 767px) {
  footer #copyright .copyright {
    padding-right: 0;
  }
}
footer #copyright .copyright:after {
  position: absolute;
  height: 13px;
  width: 1px;
  background: #a4a4a4;
  top: 6px;
  content: "";
  margin-left: 28px;
}
@media (max-width: 767px) {
  footer #copyright .copyright:after {
    display: none;
  }
}
footer #copyright .bottom-nav {
  display: inline-block;
}
@media (max-width: 767px) {
  footer #copyright .bottom-nav {
    display: block;
    margin: 30px 0;
  }
}
footer #copyright .bottom-nav #menu-footer-menu {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (max-width: 767px) {
  footer #copyright .bottom-nav #menu-footer-menu {
    display: block;
  }
}
footer #copyright .bottom-nav #menu-footer-menu li {
  padding: 0 17px;
  position: relative;
}
@media (max-width: 480px) {
  footer #copyright .bottom-nav #menu-footer-menu li {
    padding: 12px 17px;
  }
}
footer #copyright .bottom-nav #menu-footer-menu li:after {
  position: absolute;
  height: 13px;
  width: 1px;
  background: #a4a4a4;
  top: 6px;
  content: "";
  margin-left: 17px;
}
@media (max-width: 767px) {
  footer #copyright .bottom-nav #menu-footer-menu li:after {
    display: none;
  }
}
footer #copyright .bottom-nav #menu-footer-menu li:last-child:after {
  display: none;
}
footer .icon-cw {
  background-image: url(../../images/cw-icon.png);
  height: 14px;
  width: 14px;
  margin-right: 4px;
  position: relative;
  top: 2px;
}
footer .icon {
  background-repeat: no-repeat;
  display: inline-block;
}
footer .disclaimer {
  margin-top: 25px;
}
@media (max-width: 767px) {
  footer .disclaimer {
    text-align: center;
  }
}
.testimonials {
  padding: 81px 0 40px;
}
@media (max-width: 767px) {
  .testimonials {
    padding: 58px 0 147px;
  }
}
.testimonials h5 {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .testimonials h5 {
    padding: 0 30px;
    margin-bottom: 36px;
  }
}
.testimonials .client-badge {
  display: inline-block !important;
  vertical-align: middle;
  padding-left: 20px;
}
@media (max-width: 480px) {
  .testimonials .client-badge {
    padding-left: 0;
    display: block;
    margin: 0 auto;
  }
}
.awards {
  /* padding: 51px 0 45px; */
  padding: 51px 0 30px;
}
@media (max-width: 767px) {
  .awards {
    padding: 26px 0 29px;
  }
}
@media (max-width: 768px) {
  .awards .row {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .awards .col-lg-5 {
    display: block !important;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .awards .col-lg-5 .item {
    display: inline-block;
    width: 32%;
  }
}
.home .awards .item {
  padding-top: 20px;
}
.awards-text {
  padding-right: 39px;
}
@media screen and (max-width: 1280px) {
  .awards-text {
    padding-right: 0;
  }
}
.awards-text .banner-home .banner-text .banner-title,
.awards-text h1,
.banner-home .banner-text .awards-text .banner-title {
  font-weight: 400;
  font-style: normal;
  padding-top: 20px !important;
  margin-bottom: 10px;
  font-size: 54px;
  letter-spacing: normal;
  text-transform: none;
  text-align: right !important;
  color: #236688;
  line-height: 50px !important;
}
@media screen and (max-width: 1280px) {
  .awards-text .banner-home .banner-text .banner-title,
  .awards-text h1,
  .banner-home .banner-text .awards-text .banner-title {
    font-size: 67px;
    text-align: right;
    line-height: normal;
  }
}
@media (max-width: 1199px) and (min-width: 769px) {
  .awards-text .banner-home .banner-text .banner-title,
  .awards-text h1,
  .banner-home .banner-text .awards-text .banner-title {
    padding-top: 0;
    font-size: 46px;
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .awards-text .banner-home .banner-text .banner-title,
  .awards-text h1,
  .banner-home .banner-text .awards-text .banner-title {
    text-align: center !important;
    font-size: 31px;
    margin-bottom: 0;
    line-height: 30px !important;
    padding-top: 0 !important;
  }
}
.awards-text h4 {
  font-style: italic;
  letter-spacing: 4.32px;
  text-align: right;
  line-height: 48px;
  font-size: 27px;
}
@media (max-width: 1199px) and (min-width: 769px) {
  .awards-text h4 {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .awards-text h4 {
    line-height: 30px;
    margin-bottom: 14px;
    text-align: center;
  }
}
@media screen and (min-width: 1345px) {
  .awards .awards-heading {
    max-width: 527px;
    margin-right: 70px;
  }
}
@media screen and (min-width: 992px) {
  .awards .awards-heading .awards-text {
    padding-right: 39px;
  }
}
@media screen and (min-width: 1300px) {
  .awards .awards-heading .awards-text {
    padding-right: 0;
  }
}
@media screen and (min-width: 1345px) {
  .awards .awards-logos-wrap {
    max-width: 730px;
  }
}
@media screen and (min-width: 992px) {
  .awards .awards-logos-wrap .slick-slider {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.awards-part {
  padding: 66px 0;
}
.page-template-location .awards-part {
  padding: 20px 0;
}
@media (max-width: 768px) {
  .awards-part {
    padding: 50px 0 40px;
  }
}
.awards-part p {
  color: /*#8c8c8c;*/ #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0.08px;
}
.team-section {
  padding: 85px 0 44px;
  background: #f0f0f0;
}
@media (max-width: 767px) {
  .team-section {
    padding: 26px 0 63px;
  }
}
.team-section h2 {
  margin-bottom: 17px;
}
@media (max-width: 767px) {
  .team-section h2 {
    margin-top: 10px;
  }
}
.team-section br {
  display: none;
}
@media (max-width: 767px) {
  .team-section br {
    display: block;
  }
}
.team-section .team-section-item {
  padding-top: 54px;
}
@media (max-width: 767px) {
  .team-section .team-section-item {
    padding-top: 41px;
  }
}
.team-section .team-section-item h4 {
  color: #236688;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  padding-top: 16px;
  margin-bottom: 0;
  letter-spacing: normal;
}
@media (max-width: 767px) {
  .team-section .team-section-item h4 {
    color: #1f658a;
    font-size: 19px;
    line-height: 18.94px;
    padding-top: 9px;
  }
}
@media (max-width: 480px) {
  .team-section .team-section-item h4,
  .team-section .team-section-item img {
    width: 109px;
    margin: 0 auto;
  }
}
.team-section .team-section-item p {
  color: #000;
  font-size: 16px;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  font-family: Unna, serif;
  margin-bottom: 0;
  font-weight: 700;
}
@media (max-width: 767px) {
  .team-section .team-section-item p {
    display: none;
  }
}
#atty-list-section {
  padding: 57px 0 70px;
  background: #f0f0f0;
}
.page-template-about-us #atty-list-section {
  padding: 63px 0 76px;
  background: 0 0;
}
@media (min-width: 768px) {
  .page-template-about-us #atty-list-section p {
    padding: 0 48px;
  }
}
#atty-list-section h3 {
  margin-bottom: 41px;
}
.page-template-about-us #atty-list-section h3 {
  margin-bottom: 36px;
}
#atty-list-section p {
  margin-bottom: 42px;
}
.page-template-about-us #atty-list-section ul {
  margin-bottom: 36px;
}
#atty-list-section ul .attorney {
  width: 109px;
  min-height: 180px;
}
@media (max-width: 991px) {
  #atty-list-section ul .attorney {
    margin: 20px;
  }
}
#atty-list-section ul .attorney .atty-img {
  max-height: 132px;
  margin-bottom: 9px;
}
#atty-list-section ul .attorney .atty-img img {
  width: 109px;
  height: 135px;
  object-fit: cover;
}
#atty-list-section ul .attorney span {
  color: #236688;
  font-family: Unna, serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 18.95px;
  display: block;
}
#atty-list-section .btn-wrap {
  text-align: center;
}
#atty-list-section .btn-wrap .btn {
  background: rgba(0, 0, 0, 0)
    linear-gradient(135deg, #1f5c7b 0, #1f5c7b 75%, #5abdde 0, #5abdde 25%)
    no-repeat scroll right center/100% 100%;
}
#atty-list-section .btn-wrap .btn:first-child {
  margin-right: 45px;
}
@media (max-width: 991px) {
  #atty-list-section .btn-wrap .btn:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cta-section {
  text-align: center;
  padding: 50px 0;
  background: #f4f4f4;
}
.home .cta-section {
  background: #fff;
  padding: 63px 0 55px;
}
@media (max-width: 767px) {
  .home .cta-section {
    padding: 40px 0 35px;
  }
}
.cta-section .cta-chat,
.cta-section .cta-heading,
.cta-section .cta-number {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .cta-section .cta-chat,
  .cta-section .cta-heading,
  .cta-section .cta-number {
    display: block;
  }
}
.cta-section .cta-heading {
  color: /*#37a5ca;*/ #003950;
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 2.28px;
}
@media (min-width: 1200px) {
  .cta-section .cta-heading {
    margin-right: 48px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .cta-section .cta-heading {
    display: block;
  }
}
@media (max-width: 767px) {
  .cta-section .cta-heading {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cta-section .cta-number {
  color: #003950;
  font-family: Unna, serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 53.81px;
  text-transform: uppercase;
  letter-spacing: 1.9px;
  text-decoration: none;
}
@media (min-width: 768px) {
  .cta-section .cta-number {
    margin-right: 56px;
  }
}
@media (max-width: 767px) {
  .cta-section .cta-number {
    margin: 18px 0;
    line-height: normal;
  }
}
.cta-section .cta-chat {
  color: #636363;
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 25.45px;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  border-radius: 10px;
  border: 2px solid #e8e8e8;
  padding: 9px 20px 6px;
  background: #fff;
}
.cta-section .cta-chat img {
  padding-right: 10px;
}
@media (max-width: 767px) {
  .cta-section .cta-chat {
    display: inline-block;
  }
}
.page-template-about-us #as-section-two {
  padding: 64px 0 92px;
  background: #f4f4f4;
}
@media (max-width: 767px) {
  .page-template-about-us #as-section-two {
    padding: 50px 0 60px;
  }
}
.page-template-about-us #as-section-two .top-content {
  padding: 0 60px;
}
.page-template-about-us #as-section-two .heading {
  margin-bottom: 46px;
}
.page-template-about-us #as-section-two p {
  color: #16111c;
}
.page-template-about-us #as-section-two p:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .page-template-about-us #as-section-two .col-lg-6 {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .page-template-about-us #as-section-two .col-lg-6 img {
    margin-top: 20px;
  }
}
.page-template-about-us #as-section-three {
  padding: 84px 0 87px;
}
@media (max-width: 767px) {
  .page-template-about-us #as-section-three {
    padding: 45px 0 50px;
  }
}
.page-template-about-us #as-section-four {
  background: #f4f4f4;
  padding: 95px 0 88px;
}
@media (max-width: 767px) {
  .page-template-about-us #as-section-four {
    padding: 60px 0;
  }
}
.page-template-about-us #as-section-four .as-four-left h2 {
  padding-bottom: 0;
  margin-bottom: 34px;
}
.page-template-about-us #as-section-four .as-four-left h2:after {
  display: none;
}
@media (min-width: 768px) {
  .page-template-about-us #as-section-four .as-four-left {
    padding-right: 65px;
  }
}
.page-template-about-us #as-section-four .as-four-left .btn {
  background: rgba(0, 0, 0, 0)
    linear-gradient(135deg, #1f5c7b 0, #1f5c7b 70%, #5abdde 0, #5abdde 30%)
    no-repeat scroll right center/100% 100%;
}
.page-template-about-us #as-section-four .as-four-right p {
  margin-bottom: 0;
}
.page-template-practice-area .main {
  padding: 50px 0;
}
@media (max-width: 767px) {
  .banner-home .banner-text .page-template-practice-area .main .banner-title,
  .page-template-practice-area .main .banner-home .banner-text .banner-title,
  .page-template-practice-area .main h1 {
    margin-bottom: 15px;
  }
}
.page-template-practice-area .main .entry-content .feature-wrap {
  padding-top: 0;
}
@media (max-width: 1366px) {
  .page-template-practice-area .main .entry-content.no-pad-left {
    padding-left: 15px !important;
  }
}
.page-template-practice-area .main .entry-content .cw_video_single {
  width: 100%;
}
@media (max-width: 991px) {
  .page-template-practice-area .main .entry-content .cw_video_single {
    height: 300px;
  }
}
@media (max-width: 480px) {
  .page-template-practice-area .main .entry-content .cw_video_single {
    height: 200px;
  }
}
.page-template-practice-area .main .entry-content li {
  line-height: unset !important;
}
.page-template-practice-area .main .entry-content li:before {
  top: 12px !important;
}
.page-template-practice-area .main .entry-content ol li:before {
  top: 15px !important;
}
@media (max-width: 1366px) {
  .page-template-practice-area .main .no-pad {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
.page-template-practice-area .heading {
  margin-bottom: 39px;
  line-height: 65px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-template-practice-area .heading {
    line-height: 72px;
  }
}
.page-template-contact .breadcrumb-container {
  padding-top: 109px;
  border-color: #e9e9e9;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .page-template-contact .breadcrumb-container {
    padding-top: 150px;
  }
}
.page-template-contact #contact-section-one {
  padding: 49px 0 0;
}
.banner-home
  .banner-text
  .page-template-contact
  #contact-section-one
  .banner-title,
.page-template-contact
  #contact-section-one
  .banner-home
  .banner-text
  .banner-title,
.page-template-contact #contact-section-one h1 {
  margin-bottom: 31px;
}
.page-template-contact #contact-section-one .contact-cta {
  vertical-align: middle;
  padding-bottom: 56px;
}
.page-template-contact #contact-section-one h2,
.page-template-contact #contact-section-one h4,
.page-template-contact #contact-section-one ul {
  margin-bottom: 0;
}
.page-template-contact #contact-section-one h2:after {
  display: none;
}
.page-template-contact #contact-section-one h2 a {
  color: #5abdde;
  font-size: 48px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 2.4px;
  text-decoration: none;
}
.page-template-contact #contact-section-one h4 {
  padding-right: 15px;
  color: #c2c2c2;
  font-size: 23px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: 1.15px;
}
@media (max-width: 767px) {
  .page-template-contact #contact-section-one h4 {
    padding-right: 0;
  }
}
.page-template-contact #contact-section-one ul {
  padding-left: 29px;
  margin-left: 0;
}
@media (max-width: 767px) {
  .page-template-contact #contact-section-one ul {
    padding-left: 0;
    margin-top: 20px;
  }
}
.page-template-contact #contact-section-one ul li {
  background: #e6e6e6;
  border-radius: 50%;
  color: #236688;
  margin: 0 9px;
  width: 54px;
  height: 52px;
  font-size: 25px;
  padding: 0;
  text-align: center;
}
.page-template-contact #contact-section-one ul li:before {
  display: none;
}
.page-template-contact #contact-section-one ul li:last-child {
  margin-right: 0;
}
.page-template-contact #contact-section-one ul li a {
  margin: 0 auto;
  display: block;
  width: 100%;
  color: #236688;
}
.page-template-contact #contact-section-one ul li a svg path {
  fill: #236688;
}
.page-template-contact #contact-section-one ul li a svg:hover path {
  fill: #003950;
}
.page-template-contact #contact-section-two {
  padding-bottom: 71px;
}
.page-template-contact #contact-section-two h2 {
  margin-bottom: 55px;
}
.page-template-contact #contact-section-two h3 {
  margin-top: 58px;
  margin-bottom: 55px;
}
@media (max-width: 767px) {
  .page-template-contact #contact-section-two h3 {
    margin-bottom: 35px;
    margin-top: 35px;
  }
}
@media (max-width: 991px) {
  .page-template-contact #contact-section-two .col-md-12 {
    margin-bottom: 30px;
  }
}
.page-template-contact #contact-section-two .col-md-12 .contact-item {
  border: 2px solid #e0e0e0;
  min-height: 365px;
  height: 100% !important;
}
.page-template-contact #contact-section-two .col-md-12 .contact-item-img,
.page-template-contact #contact-section-two .col-md-12 .contact-item-text {
  width: 50%;
  float: left;
  min-height: 365px;
}
@media (max-width: 767px) {
  .page-template-contact #contact-section-two .col-md-12 .contact-item-img,
  .page-template-contact #contact-section-two .col-md-12 .contact-item-text {
    width: 100%;
    float: none;
    min-height: initial;
  }
}
.page-template-contact #contact-section-two .col-md-12 .contact-item-img {
  background-size: cover !important;
}
@media (max-width: 767px) {
  .page-template-contact #contact-section-two .col-md-12 .contact-item-img {
    min-height: 250px;
    background-position: center center !important;
  }
}
@media (max-width: 767px) {
  .page-template-contact #contact-section-two .col-md-12 .contact-item-img {
    min-height: 250px;
    background-position: center center !important;
  }
}
@media (max-width: 320px) {
  .page-template-contact #contact-section-two .col-md-12 .contact-item-img {
    min-height: 200px;
    background-size: unset !important;
  }
}
.page-template-contact #contact-section-two .col-md-12 .contact-item-text {
  padding: 41px 35px 47px;
  line-height: 30px;
}
.page-template-contact
  #contact-section-two
  .col-md-12
  .contact-item-text
  .office-name {
  color: #292929;
  font-family: "Fira Sans Condensed", sans-serif;
  color: #16111c;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.65px;
  line-height: normal;
}
.page-template-contact #contact-section-two .col-md-12 .contact-item-text a {
  text-decoration: underline;
  color: #369abb;
}
.page-template-contact
  #contact-section-two
  .col-md-12
  .contact-item-text
  a:hover {
  color: #236688;
}
.page-template-contact #contact-section-two .col-md-12 .contact-item-text p {
  margin-bottom: 0;
}
.page-template-contact #contact-section-two .col-md-12 .contact-item-text ul {
  margin-top: 15px;
}
.page-template-contact
  #contact-section-two
  .col-md-12
  .contact-item-text
  ul
  li {
  display: inline-block;
  margin-right: 18px;
}
.page-template-contact
  #contact-section-two
  .col-md-12
  .contact-item-text
  ul
  li:last-child {
  margin-right: 0;
}
.page-template-contact
  #contact-section-two
  .col-md-12
  .contact-item-text
  ul
  li
  svg {
  margin-right: 7px;
  width: 18px;
  height: 18px;
}
.page-template-contact #contact-section-two .other-locations h3 {
  margin-bottom: 0;
}
.page-template-contact #contact-section-two .other-locations p {
  margin-bottom: 45px;
}
.page-template-contact #contact-section-two .other-locations li {
  margin-right: 45px;
}
@media (min-width: 992px) {
  .page-template-contact #contact-section-two .other-locations li {
    max-width: 282px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-template-contact #contact-section-two .other-locations li {
    margin: 0 auto 30px;
    max-width: 100%;
    width: 50%;
  }
  .page-template-contact #contact-section-two .other-locations li a {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .page-template-contact #contact-section-two .other-locations li {
    width: 70%;
    margin: 0 auto 30px;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .page-template-contact #contact-section-two .other-locations li {
    width: 100%;
  }
}
.page-template-contact #contact-section-two .other-locations li:last-child {
  margin-right: 0;
}
@media (max-width: 991px) {
  .page-template-contact #contact-section-two .other-locations li:last-child {
    margin: 0 auto;
  }
}
.page-template-contact #contact-section-two .other-locations li .btn {
  background: rgba(0, 0, 0, 0)
    linear-gradient(135deg, #1f5c7b 0, #1f5c7b 70%, #5abdde 0, #5abdde 30%)
    no-repeat scroll right center/100% 100%;
}
.page-template-contact #contact-section-three {
  background: #f4f4f4;
  padding: 83px 0 80px;
}
@media (max-width: 767px) {
  .page-template-contact #contact-section-three {
    padding: 60px 0;
  }
}
.page-template-contact #contact-section-three .entry-content h5 {
  color: #369ec0;
  letter-spacing: 1.05px;
  line-height: 33px;
}
.page-template-contact #contact-section-three .sidebar-results {
  background: #fff;
}
.banner-home .banner-text .page-template-location .banner-title,
.page-template-location .banner-home .banner-text .banner-title,
.page-template-location h1,
.page-template-location h2 {
  font-size: 44px;
  font-weight: 400;
  line-height: 48.06px;
  text-transform: none;
  color: #236688;
  margin-bottom: 30px;
  font-family: Unna, serif;
  text-align: left;
}
@media (max-width: 767px) {
  .banner-home .banner-text .page-template-location .banner-title,
  .page-template-location .banner-home .banner-text .banner-title,
  .page-template-location h1,
  .page-template-location h2 {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}
.banner-home .banner-text .page-template-location .banner-title,
.page-template-location .banner-home .banner-text .banner-title,
.page-template-location h1 {
  font-size: 70px;
  margin-bottom: 40px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .banner-home .banner-text .page-template-location .banner-title,
  .page-template-location .banner-home .banner-text .banner-title,
  .page-template-location h1 {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
.page-template-location h2 {
  margin-bottom: 34px;
}
.page-template-location h2:after {
  display: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-template-location h2 {
    font-size: 38px;
    line-height: 44px;
  }
}
@media (max-width: 767px) {
  .page-template-location h2 {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}
.page-template-location .btn {
  margin-top: 12px;
  background: rgba(0, 0, 0, 0)
    linear-gradient(135deg, #1f5c7b 0, #1f5c7b 75%, #5abdde 0, #5abdde 25%)
    no-repeat scroll right center/100% 100%;
}
.post-id-642332 .btn.btn-submit {
  background-color: #236688 !important;
}
.page-template-location .location-top-content {
  padding-top: 58px;
  padding-bottom: 69px;
  background: url(../../images/location-border-shadow.png) repeat-x scroll
    center top #fff;
}
.page-template-location .location-top-content .col-wrap .col {
  float: left;
}
.page-template-location .location-top-content .col-wrap .col-left {
  max-width: 429px;
  width: 100%;
  padding-top: 9px;
}
@media (max-width: 991px) {
  .page-template-location .location-top-content .col-wrap .col-left {
    max-width: none;
    float: none;
    width: 100%;
  }
}
.page-template-location
  .location-top-content
  .col-wrap
  .col-left
  .inner-col
  .testimonial-wrap {
  background: url(../../images/location-stars.png) no-repeat scroll center top
    transparent;
  padding: 0;
  padding-top: 50px;
  padding-bottom: 33px;
  border-bottom: 1px solid #dfc6bb;
  margin: 0 auto 24px;
  max-width: 350px;
}
@media (max-width: 991px) {
  .page-template-location
    .location-top-content
    .col-wrap
    .col-left
    .inner-col
    .testimonial-wrap {
    margin: 0 auto 30px;
  }
}
.page-template-location
  .location-top-content
  .col-wrap
  .col-left
  .inner-col
  .testimonial-wrap
  blockquote {
  color: #323049; /*#868686*/
  font-size: 23px;
  font-family: Unna, serif;
  text-align: center;
  font-size: 28px;
  font-style: italic;
  line-height: 40px;
}
.page-template-location
  .location-top-content
  .col-wrap
  .col-left
  .inner-col
  .testimonial-wrap
  blockquote
  a {
  display: none;
}
@media (max-width: 767px) {
  .page-template-location
    .location-top-content
    .col-wrap
    .col-left
    .inner-col
    .testimonial-wrap
    blockquote {
    font-size: 17px;
    line-height: 30px;
  }
  .page-template-location
    .location-top-content
    .col-wrap
    .col-left
    .inner-col
    .testimonial-wrap
    blockquote
    p {
    margin-bottom: 0;
  }
}
.page-template-location
  .location-top-content
  .col-wrap
  .col-left
  .inner-col
  .testimonial-wrap
  cite {
  text-align: center;
  display: block;
  padding-top: 22px;
  color: #565656;
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: 1.6px;
}
@media (max-width: 767px) {
  .page-template-location
    .location-top-content
    .col-wrap
    .col-left
    .inner-col
    .testimonial-wrap
    cite {
    line-height: 30px;
  }
}
.page-template-location
  .location-top-content
  .col-wrap
  .col-left
  .inner-col
  .location-details {
  background: #f4f4f4;
  padding: 33px 0 28px;
}
@media (max-width: 991px) {
  .page-template-location
    .location-top-content
    .col-wrap
    .col-left
    .inner-col
    .location-details {
    margin-bottom: 30px;
  }
}
.page-template-location
  .location-top-content
  .col-wrap
  .col-left
  .inner-col
  .location-details
  h5 {
  margin-top: 0;
  padding-bottom: 27px;
  color: #000;
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 0.95px;
}
.page-template-location
  .location-top-content
  .col-wrap
  .col-left
  .inner-col
  .location-details
  .inner-col-left {
  width: 147px;
  float: left;
}
@media (max-width: 991px) {
  .page-template-location
    .location-top-content
    .col-wrap
    .col-left
    .inner-col
    .location-details
    .inner-col-left {
    float: none;
    width: 100%;
  }
}
.page-template-location
  .location-top-content
  .col-wrap
  .col-left
  .inner-col
  .location-details
  .inner-col-left
  #map_temp {
  width: 147px;
  height: 184px;
  background-size: cover;
  background-position: 67% 50%;
}
@media (max-width: 991px) {
  .page-template-location
    .location-top-content
    .col-wrap
    .col-left
    .inner-col
    .location-details
    .inner-col-left
    #map_temp {
    width: 100%;
    background-position: center center;
    background-size: auto;
    background-repeat: no-repeat;
  }
}
.page-template-location
  .location-top-content
  .col-wrap
  .col-left
  .inner-col
  .location-details
  .inner-col-right {
  width: calc(100% - 147px);
  float: left;
  padding-left: 27px;
}
@media (max-width: 991px) {
  .page-template-location
    .location-top-content
    .col-wrap
    .col-left
    .inner-col
    .location-details
    .inner-col-right {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .page-template-location
    .location-top-content
    .col-wrap
    .col-left
    .inner-col
    .location-details
    .inner-col-right {
    padding-left: 0;
  }
}
.page-template-location
  .location-top-content
  .col-wrap
  .col-left
  .inner-col
  .location-details
  .inner-col-right
  h6 {
  color: #236688;
  font-family: Unna, serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 1.1px;
  margin-bottom: 15px;
}
.page-template-location
  .location-top-content
  .col-wrap
  .col-left
  .inner-col
  .location-details
  .inner-col-right
  .wpseo-address-wrapper
  p {
  color: #323049;
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.36px;
  margin-bottom: 10px;
}
.page-template-location
  .location-top-content
  .col-wrap
  .col-left
  .inner-col
  .location-details
  .inner-col-right
  .wpseo-address-wrapper
  p
  .street-address {
  display: block;
}
.page-template-location
  .location-top-content
  .col-wrap
  .col-left
  .inner-col
  .location-details
  .inner-col-right
  .wpseo-address-wrapper
  p
  .wpseo-phone {
  display: block;
  padding-top: 20px;
}
.page-template-location
  .location-top-content
  .col-wrap
  .col-left
  .inner-col
  .location-details
  .inner-col-right
  .wpseo-address-wrapper
  .location-links
  a {
  color: #323049;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.36px;
  text-decoration: underline;
  display: inline-block;
  margin-right: 15px;
  padding-right: 20px;
  position: relative;
}
.page-template-location
  .location-top-content
  .col-wrap
  .col-left
  .inner-col
  .location-details
  .inner-col-right
  .wpseo-address-wrapper
  .location-links
  a:after {
  position: absolute;
  text-align: center;
  right: 4px;
  top: 0;
  text-decoration: underline;
  content: "";
  background-image: url(../../images/caret-right-solid.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 9px;
  height: 22px;
}
.page-template-location
  .location-top-content
  .col-wrap
  .col-left
  .inner-col
  .location-details
  .inner-col-right
  .wpseo-address-wrapper
  .location-links
  a:after {
  text-decoration: none !important;
}
.page-template-location .location-top-content .col-wrap .col-right {
  width: calc(100% - 429px);
  padding-left: 50px;
}
@media (max-width: 991px) {
  .page-template-location .location-top-content .col-wrap .col-right {
    max-width: none;
    float: none;
    width: 100%;
    padding-left: 0;
  }
}
.page-template-location .location-top-content .col-wrap .col-right h2 {
  margin-bottom: 10px;
}
.page-template-location .location-contact {
  background: url(../../images/locationContact.jpg) no-repeat scroll right top
    #236688;
  background-size: cover;
}
.page-template-location .location-contact .container .location-contact-wrap {
  padding: 45px 38px 65px;
}
.page-template-location
  .location-contact
  .container
  .location-contact-wrap
  .location-contact-top
  h2 {
  color: #fff;
  font-family: Unna;
  font-size: 54px;
  font-weight: 400;
  line-height: 53px;
  letter-spacing: 2.7px;
  margin-bottom: 0;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .page-template-location
    .location-contact
    .container
    .location-contact-wrap
    .location-contact-top
    h2 {
    text-align: center;
  }
}
.page-template-location
  .location-contact
  .container
  .location-contact-wrap
  .location-contact-top
  .loc-contact-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.64px;
  color: #fff;
  margin-bottom: 0;
  padding-top: 10px;
}
.page-template-location
  .location-contact
  .container
  .location-contact-wrap
  .location-contact-bottom {
  padding-top: 45px;
  max-width: 1066px;
  margin: 0 auto;
}
.page-template-location
  .location-contact
  .container
  .location-contact-wrap
  .location-contact-bottom
  form {
  background: 0 0;
}
@media (max-width: 767px) {
  .page-template-location
    .location-contact
    .container
    .location-contact-wrap
    .location-contact-bottom {
    padding-top: 20px;
  }
}
.page-template-location
  .location-contact
  .container
  .location-contact-wrap
  .location-contact-bottom
  .input-text {
  height: 50px;
  -webkit-box-shadow: 7px 7px 10px rgba(48, 29, 56, 0.25);
  box-shadow: 7px 7px 10px rgba(48, 29, 56, 0.25);
  background-color: rgba(108, 108, 108, 0.3);
  max-width: 422px;
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  padding-left: 23px;
  font-family: "Fira Sans Condensed", sans-serif;
}
.page-template-location
  .location-contact
  .container
  .location-contact-wrap
  .location-contact-bottom
  .input-text::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.page-template-location
  .location-contact
  .container
  .location-contact-wrap
  .location-contact-bottom
  .input-text::-moz-placeholder {
  opacity: 1;
  color: #fff;
  opacity: 1;
}
.page-template-location
  .location-contact
  .container
  .location-contact-wrap
  .location-contact-bottom
  .input-text:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.page-template-location
  .location-contact
  .container
  .location-contact-wrap
  .location-contact-bottom
  .input-text:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.page-template-location
  .location-contact
  .container
  .location-contact-wrap
  .location-contact-bottom
  .input-text.placeholder {
  color: #fff;
  opacity: 1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-template-location
    .location-contact
    .container
    .location-contact-wrap
    .location-contact-bottom
    .input-text {
    width: 39%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-template-location
    .location-contact
    .container
    .location-contact-wrap
    .location-contact-bottom
    .input-text {
    width: 36%;
  }
}
@media (max-width: 767px) {
  .page-template-location
    .location-contact
    .container
    .location-contact-wrap
    .location-contact-bottom
    .input-text {
    margin-bottom: 10px;
  }
}
.page-template-location
  .location-contact
  .container
  .location-contact-wrap
  .location-contact-bottom
  .btn {
  max-width: 160px;
  height: 50px;
  width: 100%;
  line-height: 26px;
  letter-spacing: 2.4px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 0;
}
.page-template-location
  .location-contact
  .container
  .location-contact-wrap
  .location-contact-bottom
  .btn:hover {
  background-color: #003950;
  border-color: #236688;
}
.page-template-location .location-services {
  background-color: #003950;
}
.page-template-location .location-services .location-services-wrap {
  background: url(../../images/location-services.png) no-repeat scroll center
    top #003950;
  width: 100%;
  margin: 0 auto;
  padding: 95px 0 76px;
}
.page-template-location .location-services .location-services-wrap .box {
  padding-bottom: 65px;
}
.page-template-location .location-services .location-services-wrap .box img {
  display: inline-block;
}
.page-template-location
  .location-services
  .location-services-wrap
  .box
  p.title {
  color: #fff;
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 1.65px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  margin-top: 16px;
  border-bottom: 1px solid #fff;
  position: relative;
}
.page-template-location
  .location-services
  .location-services-wrap
  .box
  p.title:after {
  width: 25px;
  height: 1px;
  background: #fff;
  position: absolute;
  content: "";
  display: block;
}
@media (max-width: 767px) {
  .page-template-location
    .location-services
    .location-services-wrap
    .box
    p.title:after {
    display: none;
  }
}
.page-template-location
  .location-services
  .location-services-wrap
  .box
  p.title
  a {
  color: #fff;
}
.page-template-location
  .location-services
  .location-services-wrap
  .box
  p.title
  a:hover {
  color: #5abdde;
}
.page-template-location .location-services .location-services-wrap .col-first {
  width: 268px;
  float: left;
}
@media (max-width: 991px) {
  .page-template-location
    .location-services
    .location-services-wrap
    .col-first {
    width: calc(50% - 25px);
  }
}
@media (max-width: 767px) {
  .page-template-location
    .location-services
    .location-services-wrap
    .col-first {
    width: 100%;
    text-align: center;
    float: none;
  }
}
.page-template-location
  .location-services
  .location-services-wrap
  .col-first
  .box {
  padding-left: 0;
}
@media (max-width: 767px) {
  .page-template-location
    .location-services
    .location-services-wrap
    .col-first
    .box {
    padding: 0;
  }
}
.page-template-location
  .location-services
  .location-services-wrap
  .col-first
  .box
  p.title {
  padding-left: 20px;
}
@media (max-width: 767px) {
  .page-template-location
    .location-services
    .location-services-wrap
    .col-first
    .box
    p.title {
    margin-left: 0;
    padding-left: 0;
  }
}
.page-template-location
  .location-services
  .location-services-wrap
  .col-first
  .box
  .img-wrap
  img {
  position: absolute;
  bottom: 0;
  left: 25px;
}
@media (max-width: 767px) {
  .page-template-location
    .location-services
    .location-services-wrap
    .col-first
    .box
    .img-wrap
    img {
    right: auto;
    left: 50% !important;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
}
.page-template-location
  .location-services
  .location-services-wrap
  .col-first
  .box:nth-child(1)
  .img-wrap {
  height: 46px;
}
@media (max-width: 991px) {
  .page-template-location
    .location-services
    .location-services-wrap
    .col-first
    .box:nth-child(1)
    .img-wrap {
    margin-top: 12px;
  }
}
.page-template-location
  .location-services
  .location-services-wrap
  .col-first
  .box:nth-child(1)
  p.title:after {
  bottom: -9px;
  right: -22px;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}
@media (max-width: 991px) {
  .page-template-location
    .location-services
    .location-services-wrap
    .col-first
    .box:nth-child(1)
    p.title:after {
    display: none;
  }
}
.page-template-location
  .location-services
  .location-services-wrap
  .col-first
  .box:nth-child(2)
  .img-wrap {
  height: 69px;
}
@media (max-width: 991px) {
  .page-template-location
    .location-services
    .location-services-wrap
    .col-first
    .box:nth-child(2)
    .img-wrap {
    margin-top: 10px;
  }
}
.page-template-location
  .location-services
  .location-services-wrap
  .col-first
  .box:nth-child(2)
  p.title:after {
  bottom: -9px;
  right: -22px;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}
@media (max-width: 991px) {
  .page-template-location
    .location-services
    .location-services-wrap
    .col-first
    .box:nth-child(2)
    p.title:after {
    display: none;
  }
}
.page-template-location
  .location-services
  .location-services-wrap
  .col-first
  .box:nth-child(3) {
  padding-bottom: 0;
}
.page-template-location
  .location-services
  .location-services-wrap
  .col-first
  .box:nth-child(3)
  .img-wrap {
  height: 59px;
}
@media (max-width: 991px) {
  .page-template-location
    .location-services
    .location-services-wrap
    .col-first
    .box:nth-child(3)
    .img-wrap {
    margin-top: 6px;
  }
}
.page-template-location
  .location-services
  .location-services-wrap
  .col-first
  .box:nth-child(3)
  p.title:after {
  bottom: 7px;
  right: -22px;
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
}
@media (max-width: 991px) {
  .page-template-location
    .location-services
    .location-services-wrap
    .col-first
    .box:nth-child(3)
    p.title:after {
    display: none;
  }
}
.page-template-location .location-services .location-services-wrap .col-second {
  width: calc(100% - 535px);
  float: left;
  padding: 63px 80px 0;
  text-align: center;
}
@media (max-width: 991px) {
  .page-template-location
    .location-services
    .location-services-wrap
    .col-second {
    display: none;
  }
}
.page-template-location
  .location-services
  .location-services-wrap
  .col-second
  h3 {
  color: #fff;
  padding-top: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 53px;
  letter-spacing: 2.4px;
}
.page-template-location
  .location-services
  .location-services-wrap
  .col-second
  p {
  color: #fff;
  margin-bottom: 43px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-template-location
    .location-services
    .location-services-wrap
    .col-second
    .btn {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.page-template-location .location-services .location-services-wrap .col-third {
  width: 267px;
  float: left;
  text-align: right;
}
@media (max-width: 991px) {
  .page-template-location
    .location-services
    .location-services-wrap
    .col-third {
    width: calc(50% - 25px);
    float: right;
  }
}
@media (max-width: 767px) {
  .page-template-location
    .location-services
    .location-services-wrap
    .col-third {
    width: 100%;
    text-align: center;
    float: none;
  }
}
@media (max-width: 767px) {
  .page-template-location
    .location-services
    .location-services-wrap
    .col-third
    .box {
    padding: 0;
  }
}
.page-template-location
  .location-services
  .location-services-wrap
  .col-third
  .box
  p.title {
  padding-right: 17px;
}
@media (max-width: 767px) {
  .page-template-location
    .location-services
    .location-services-wrap
    .col-third
    .box
    p.title {
    margin-right: 0;
    padding-right: 0;
  }
}
.page-template-location
  .location-services
  .location-services-wrap
  .col-third
  .box
  .img-wrap
  img {
  position: absolute;
  bottom: 0;
  right: 25px;
}
@media (max-width: 767px) {
  .page-template-location
    .location-services
    .location-services-wrap
    .col-third
    .box
    .img-wrap
    img {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
}
.page-template-location
  .location-services
  .location-services-wrap
  .col-third
  .box:nth-child(1)
  .img-wrap {
  height: 58px;
  position: relative;
}
.page-template-location
  .location-services
  .location-services-wrap
  .col-third
  .box:nth-child(1)
  p.title:after {
  bottom: -9px;
  left: -22px;
  -webkit-transform: rotate(140deg);
  transform: rotate(140deg);
}
@media (max-width: 991px) {
  .page-template-location
    .location-services
    .location-services-wrap
    .col-third
    .box:nth-child(1)
    p.title:after {
    display: none;
  }
}
.page-template-location
  .location-services
  .location-services-wrap
  .col-third
  .box:nth-child(2)
  .img-wrap {
  height: 80px;
}
.page-template-location
  .location-services
  .location-services-wrap
  .col-third
  .box:nth-child(2)
  p.title:after {
  bottom: -9px;
  left: -22px;
  -webkit-transform: rotate(140deg);
  transform: rotate(140deg);
}
@media (max-width: 991px) {
  .page-template-location
    .location-services
    .location-services-wrap
    .col-third
    .box:nth-child(2)
    p.title:after {
    display: none;
  }
}
.page-template-location
  .location-services
  .location-services-wrap
  .col-third
  .box:nth-child(3) {
  padding-bottom: 0;
}
.page-template-location
  .location-services
  .location-services-wrap
  .col-third
  .box:nth-child(3)
  .img-wrap {
  height: 64px;
}
.page-template-location
  .location-services
  .location-services-wrap
  .col-third
  .box:nth-child(3)
  p.title:after {
  bottom: 7px;
  left: -21px;
  -webkit-transform: rotate(220deg);
  transform: rotate(220deg);
}
@media (max-width: 991px) {
  .page-template-location
    .location-services
    .location-services-wrap
    .col-third
    .box:nth-child(3)
    p.title:after {
    display: none;
  }
}
.page-template-location .location-services .location-services-wrap .col-fourth {
  width: calc(100% - 490px);
  float: left;
  padding: 170px 65px 0;
  text-align: center;
}
@media (min-width: 992px) {
  .page-template-location
    .location-services
    .location-services-wrap
    .col-fourth {
    display: none;
  }
}
@media (max-width: 991px) {
  .page-template-location
    .location-services
    .location-services-wrap
    .col-fourth {
    display: block;
    width: 100%;
    padding: 15px;
    clear: both;
    margin-top: 40px;
  }
}
.page-template-location
  .location-services
  .location-services-wrap
  .col-fourth
  h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 53px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-top: 0;
  margin-top: 0;
}
@media (max-width: 991px) {
  .page-template-location
    .location-services
    .location-services-wrap
    .col-fourth
    h3 {
    font-size: 32px;
    line-height: 42px;
  }
}
.page-template-location
  .location-services
  .location-services-wrap
  .col-fourth
  p {
  color: #e3e7e9;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.32px;
  padding: 0 15px 25px;
  text-align: center;
}
.page-template-location
  .location-services
  .location-services-wrap
  .col-fourth
  .btn-2 {
  border-radius: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #5abdde;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.45px;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .page-template-location
    .location-services
    .location-services-wrap
    .col-fourth
    .btn-2 {
    font-size: 18px;
    color: #fff;
    border: 2px solid #4c7484;
    background-color: #003950;
  }
}
.page-template-location
  .location-services
  .location-services-wrap
  .col-fourth
  .btn-2:hover {
  background-color: #236688;
  color: #fff;
}
.page-template-location .location-services .location-services-wrap .img-wrap {
  position: relative;
}
.page-template-location .second-main-content {
  padding: 80px 0;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .page-template-location .second-main-content {
    padding: 80px 0 120px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-location .second-main-content .col-lg-8 {
    padding-right: 55px;
  }
}
.page-template-location .second-main-content .col-lg-8 > p > a {
  display: inline;
}
@media (min-width: 768px) {
  .page-template-location .second-main-content .col-lg-8 .btn {
    background: rgba(0, 0, 0, 0)
      linear-gradient(135deg, #1f5c7b 0, #1f5c7b 70%, #5abdde 0, #5abdde 25%)
      no-repeat scroll right center/100% 100%;
  }
}
@media (max-width: 1199px) {
  .page-template-location .second-main-content .col-lg-8 .social-contact {
    display: block !important;
  }
}
.page-template-location .second-main-content .col-lg-8 .social-contact a.btn-1 {
  margin-right: 70px;
}
@media (min-width: 768px) {
  .page-template-location
    .second-main-content
    .col-lg-8
    .social-contact
    a.btn-1 {
    max-width: 307px;
  }
}
@media (max-width: 1199px) {
  .page-template-location
    .second-main-content
    .col-lg-8
    .social-contact
    a.btn-1 {
    display: block;
  }
}
.page-template-location
  .second-main-content
  .col-lg-8
  .social-contact
  span.connect {
  color: #474747;
  font-size: 20px;
  font-weight: 700;
  line-height: 53px;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding-right: 23px;
}
.page-template-location
  .second-main-content
  .col-lg-8
  .social-contact
  ul.social-icons {
  margin-bottom: 0;
}
.page-template-location
  .second-main-content
  .col-lg-8
  .social-contact
  ul.social-icons
  li {
  display: inline-block;
  margin: 0;
  list-style: none;
  padding: 0;
  margin-right: 13px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
}
.page-template-location
  .second-main-content
  .col-lg-8
  .social-contact
  ul.social-icons
  li:last-of-type {
  margin-right: 0;
}
.page-template-location
  .second-main-content
  .col-lg-8
  .social-contact
  ul.social-icons
  li:before {
  display: none;
}
.page-template-location
  .second-main-content
  .col-lg-8
  .social-contact
  ul.social-icons
  li
  a {
  margin: 0;
  padding: 0;
  width: 100%;
}
.page-template-location .third-main-content {
  padding: 90px 0 70px;
}
@media screen and (min-width: 1200px) {
  .page-template-location .third-main-content .col-md-8 {
    padding-right: 55px;
  }
}
.page-template-location .third-main-content .col-md-8 h3 {
  margin-bottom: 21px;
}
@media screen and (min-width: 1200px) {
  .page-template-location .third-main-content .col-md-4 {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .page-template-location .third-main-content .sidebar {
    padding-top: 40px;
  }
}
.page-template-location .third-main-content .sidebar-cta {
  background: #f4f4f4;
}
.page-template-location .third-main-content .sidebar-cta span {
  color: #959494;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 23px;
  letter-spacing: 3.6px;
}
.page-template-location .third-main-content .sidebar-cta .phone-link {
  line-height: unset;
  margin: 0;
}
.page-template-location .third-main-content .sidebar-cta .btn-4 {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px !important;
  padding-left: 30px;
  color: #fff;
  padding-right: 30px !important;
  padding-left: 30px !important;
  background: #55bde0 !important;
}
.page-template-location .third-main-content .sidebar-cta .btn-4:hover {
  background: #fff !important;
  color: #236688;
}
.page-template-location .third-main-content .squares-grid .item {
  min-height: 198px;
  background-color: #f4f4f4;
  text-align: center;
  padding: 36px 18px 41px;
  float: left;
  width: 47.5%;
  float: left;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 33px;
}
.page-template-location .third-main-content .squares-grid .item:nth-child(n) {
  margin-right: 5%;
  margin-bottom: 5%;
}
.page-template-location .third-main-content .squares-grid .item:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .page-template-location .third-main-content .squares-grid .item {
    float: none;
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 25px !important;
  }
  .page-template-location .third-main-content .squares-grid .item:nth-child(n) {
    margin-right: 0;
    margin-bottom: 0;
  }
  .page-template-location
    .third-main-content
    .squares-grid
    .item:nth-child(1n) {
    margin-right: 0;
  }
}
.page-template-location .third-main-content .squares-grid .item h4 {
  margin-bottom: 15px;
  padding-top: 0;
  margin-top: 0;
  text-transform: none;
  color: #55bde0;
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.46px;
  line-height: 26px;
}
.page-template-location .third-main-content .squares-grid .item h4 a {
  color: #55bde0;
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.46px;
  line-height: 26px;
  text-decoration: underline;
}
.page-template-location .third-main-content .squares-grid .item h4 a:hover {
  color: #236688;
}
@media (max-width: 767px) {
  .page-template-location .third-main-content .squares-grid .item h4 a {
    font-size: 21px;
  }
}
.page-template-location .third-main-content .squares-grid .item p.details {
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 0;
  font-family: "Fira Sans Condensed", sans-serif;
}
.page-template-location .third-main-content .squares-grid .item p.details span {
  color: #000;
  font-size: 19px;
  font-weight: 400;
  line-height: 25px;
  display: block;
}
#blog {
  padding-top: 35px;
}
@media (max-width: 767px) {
  #blog .page-title {
    font-size: 48px;
    line-height: 50px;
  }
}
@media (max-width: 480px) {
  #blog .page-title {
    font-size: 40px;
  }
}
#blog .sidebar form {
  background: #1f5c7b;
  padding: 50px 20px;
  text-align: center;
}
#blog .sidebar form .form-title {
  margin-bottom: 30px;
}
#blog .sidebar form textarea {
  margin-bottom: 25px;
}
.post-meta {
  color: #888;
  padding-bottom: 5px;
}
.featured-image img {
  width: 100%;
  max-width: 335px;
}
@media (min-width: 768px) {
  .blog .featured-image,
  .category .featured-image,
  .date .featured-image,
  .search .featured-image {
    margin-top: 10px;
  }
}
.featured-image + div h2:first-child:after {
  display: none;
}
.post-excerpt {
  padding-bottom: 50px;
  border-bottom: 1px solid #cfcfcf;
  margin-bottom: 50px;
}
.post-excerpt:last-child {
  border-bottom: 0;
}
.post-excerpt .excerpt-title h2 {
  text-align: left;
  font-size: 48px;
}
@media (max-width: 767px) {
  .post-excerpt .image-holder {
    margin-bottom: 20px;
  }
}
.post-excerpt .blog-excerpt .btn-1 {
  background: rgba(0, 0, 0, 0)
    linear-gradient(135deg, #1f5c7b 0, #1f5c7b 72%, #5abdde 0, #5abdde 20%)
    no-repeat scroll right center/100% 100%;
}
@media (max-width: 1199px) {
  .post-excerpt .blog-excerpt .btn-1 {
    padding-right: 95px;
    padding-left: 25px;
  }
}
@media (max-width: 480px) {
  .author .page-title {
    font-size: 40px !important;
    line-height: 50px;
  }
}
.author h2 {
  margin-bottom: 0;
}
.author .post-meta {
  padding-bottom: 58px;
}
@media (max-width: 480px) {
  .category .page-title {
    font-size: 35px !important;
    line-height: 50px;
  }
}
@media (min-width: 768px) {
  .single .entry-content {
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .single #blog {
    padding-bottom: 70px;
  }
}
.four-o-four {
  padding: 40px 0 100px;
}
.four-o-four header span {
  color: #b7b7b7;
}
.four-o-four .search-wrap {
  width: 50%;
  background: #1f5c7b;
  padding: 20px;
}
@media (max-width: 991px) {
  .four-o-four .search-wrap {
    width: 100%;
  }
}
.four-o-four .search-wrap #searchform {
  overflow: hidden;
}
.four-o-four .search-wrap #searchform #s {
  width: 85%;
  float: left;
  font-size: 16px;
  padding: 10px 10px 8px;
}
.four-o-four .search-wrap #searchform #searchsubmit {
  width: 13%;
  float: left;
  margin-left: 2%;
  padding: 10px 0 8px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
  background: #5abdde;
  color: #fff;
}
.post-type-archive-attorney #main-content {
  padding: 40px 0;
}
@media screen and (min-width: 992px) {
  .post-type-archive-attorney #main-content {
    padding: 84px 0;
  }
}
@media (max-width: 767px) {
  .banner-home
    .banner-text
    .post-type-archive-attorney
    #main-content
    .banner-title,
  .post-type-archive-attorney
    #main-content
    .banner-home
    .banner-text
    .banner-title,
  .post-type-archive-attorney #main-content h1 {
    font-size: 48px;
    line-height: 50px;
  }
}
@media (max-width: 480px) {
  .banner-home
    .banner-text
    .post-type-archive-attorney
    #main-content
    .banner-title,
  .post-type-archive-attorney
    #main-content
    .banner-home
    .banner-text
    .banner-title,
  .post-type-archive-attorney #main-content h1 {
    font-size: 40px;
  }
}
.post-type-archive-attorney #main-content #sidebar {
  padding-top: 0;
}
@media (max-width: 991px) {
  .post-type-archive-attorney #main-content .attorney-list .attorney img {
    display: block;
    margin: 0 auto;
  }
}
.post-type-archive-attorney
  #main-content
  .attorney-list
  .attorney
  .attorney-block {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .post-type-archive-attorney
    #main-content
    .attorney-list
    .attorney
    .attorney-block {
    text-align: center;
  }
}
.post-type-archive-attorney
  #main-content
  .attorney-list
  .attorney
  .attorney-block
  h3 {
  font-size: 32px;
  line-height: 32px;
  margin-top: 15px;
  margin-bottom: 0;
}
.post-type-archive-attorney
  #main-content
  .attorney-list
  .attorney
  .attorney-block
  h4 {
  font-size: 26px;
  margin-bottom: 0;
}
.share-wrap {
  margin-top: 30px;
}
.share-wrap .social-icons a {
  padding-left: 8px;
  font-size: 14px;
}
.share-wrap .social-icons a i {
  padding-right: 4px;
  font-size: 18px;
}
.share-wrap .social-icons a .share-email {
  width: 20px;
  height: 18px;
  padding-right: 4px;
  vertical-align: middle;
  color: #5abdde;
}
.single .entry-content {
  padding-left: 0;
}
@media (max-width: 767px) {
  .single .entry-content {
    padding-top: 0;
  }
}
.banner-home .banner-text .single .blog-post .blog-title .banner-title,
.single .blog-post .blog-title .banner-home .banner-text .banner-title,
.single .blog-post .blog-title h1 {
  margin-bottom: 0;
}
.single .blog-post .post-meta {
  padding-bottom: 35px;
}
.single-attorney .breadcrumb-container {
  padding-top: 109px;
  background: #f0f0f0;
  border-color: #d4d4d4;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .single-attorney .breadcrumb-container {
    padding-top: 150px;
  }
}
.single-attorney .atty-section-three {
  padding-bottom: 115px;
}
@media (max-width: 767px) {
  .single-attorney .atty-section-three {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .single-attorney .atty-section-three {
    padding-top: 40px;
  }
}
.single-attorney .atty-section-three .cta-box {
  padding: 61px 0 86px;
  border: 2px solid #dee1e3;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .single-attorney .atty-section-three .cta-box {
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  .single-attorney .atty-section-three .cta-box {
    padding: 60px 15px;
    margin-left: 0;
    margin-right: 0;
  }
}
.single-attorney .atty-section-three .cta-box h3 {
  margin-bottom: 53px;
}
.single-attorney .atty-section-three .cta-box img {
  border-bottom: 3px solid #dedede;
}
.single-attorney .atty-section-three .cta-box a {
  text-decoration: underline;
}
.single-attorney .atty-section-three .cta-box p {
  margin-bottom: 0;
}
.single-attorney .atty-section-three .cta-box .btn {
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
@media (max-width: 767px) {
  .single-attorney .atty-section-three .cta-box .btn {
    position: relative;
    bottom: unset;
    left: unset;
    -webkit-transform: translateX(-50%);
    transform: unset;
    width: auto;
    margin: 20px auto 0;
  }
}
@media (max-width: 480px) {
  .single-attorney .atty-section-three .cta-box .btn {
    width: 100%;
    white-space: pre-line;
    line-height: normal;
    padding: 20px 129px 20px 20px;
    text-align: left;
  }
}
.post-type-archive-testimonial #main-content {
  padding: 40px 0;
}
@media screen and (min-width: 992px) {
  .post-type-archive-testimonial #main-content {
    padding: 84px 0;
  }
}
@media (max-width: 767px) {
  .banner-home
    .banner-text
    .post-type-archive-testimonial
    #main-content
    .banner-title,
  .post-type-archive-testimonial
    #main-content
    .banner-home
    .banner-text
    .banner-title,
  .post-type-archive-testimonial #main-content h1 {
    font-size: 48px;
    line-height: 50px;
  }
}
@media (max-width: 480px) {
  .banner-home
    .banner-text
    .post-type-archive-testimonial
    #main-content
    .banner-title,
  .post-type-archive-testimonial
    #main-content
    .banner-home
    .banner-text
    .banner-title,
  .post-type-archive-testimonial #main-content h1 {
    font-size: 40px;
  }
}
.post-type-archive-testimonial #main-content .testimonial {
  border: 1px solid #b7b7b7;
  padding: 20px;
  margin-bottom: 30px;
}
.post-type-archive-testimonial #main-content .testimonial cite {
  font-style: italic;
  color: #b7b7b7;
}
.post-type-archive-testimonial #main-content #sidebar {
  padding-top: 0;
}
.page-template-archive-pa .pa-list-services {
  padding: 49px 0 82px;
}
.banner-home
  .banner-text
  .page-template-archive-pa
  .pa-list-services
  .banner-title,
.page-template-archive-pa
  .pa-list-services
  .banner-home
  .banner-text
  .banner-title,
.page-template-archive-pa .pa-list-services h1 {
  line-height: 70px;
}
.page-template-archive-pa .pa-list-services p {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.65px;
  color: #16111c;
}
@media (max-width: 767px) {
  .page-template-archive-pa .pa-list-services .pas-list .pas-col-right {
    margin-top: 50px;
  }
}
.page-template-archive-pa .pa-list-services ul {
  margin-left: 12px;
}
.page-template-archive-pa .pa-list-services ul li {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 25px;
  position: relative;
  padding-left: 20px;
}
.page-template-archive-pa .pa-list-services ul li:last-child {
  padding-bottom: 0;
}
.page-template-archive-pa .pa-list-services ul li:before {
  width: 6px;
  height: 6px;
  background-color: #5abdde;
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
}
.page-template-archive-pa .pa-list-services ul li a {
  color: #003950;
  text-decoration: underline;
}
.page-template-archive-pa .pa-list-services ul li a:hover {
  color: #236688;
}
.page-template-archive-pa .testimonials {
  background: #f4f4f4;
}
.post-type-archive-result #main-content {
  padding: 40px 0;
}
@media screen and (min-width: 992px) {
  .post-type-archive-result #main-content {
    padding: 84px 0;
  }
}
@media (max-width: 767px) {
  .banner-home
    .banner-text
    .post-type-archive-result
    #main-content
    .banner-title,
  .post-type-archive-result
    #main-content
    .banner-home
    .banner-text
    .banner-title,
  .post-type-archive-result #main-content h1 {
    font-size: 48px;
    line-height: 50px;
  }
}
@media (max-width: 480px) {
  .banner-home
    .banner-text
    .post-type-archive-result
    #main-content
    .banner-title,
  .post-type-archive-result
    #main-content
    .banner-home
    .banner-text
    .banner-title,
  .post-type-archive-result #main-content h1 {
    font-size: 40px;
  }
}
.post-type-archive-result #main-content .result {
  border: 1px solid #b7b7b7;
  padding: 20px;
  margin-bottom: 30px;
}
.post-type-archive-result #main-content .result h3 {
  margin-bottom: 0;
}
.post-type-archive-result #main-content .result p {
  margin: 30px 0;
}
.post-type-archive-result #main-content #sidebar {
  padding-top: 0;
}
@media (max-width: 767px) {
  .entry-content {
    padding-top: 40px;
  }
}
.entry-content .site-map-content {
  padding-left: 5px;
}
.entry-content .site-map-content > ul {
  margin-bottom: 23px !important;
}
.entry-content .site-map-content > ul li a {
  text-decoration: none !important;
}
.entry-content .site-map-content > ul li .children {
  margin-bottom: 0;
}
.entry-content .site-map-content > ul li .children li:first-child {
  margin-top: 25px;
}
#community {
  padding: 90px 0;
  background: #f4f4f4;
}
@media (max-width: 767px) {
  #community {
    padding: 40px 0 64px;
  }
}
#community h2 {
  line-height: 72px;
  margin-bottom: 23px;
}
@media (max-width: 767px) {
  #community h2 {
    line-height: 31px;
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  #community p {
    margin-top: 25px;
  }
}
#community .btn-1 {
  padding-right: 119px;
  padding-left: 53px;
  background: rgba(0, 0, 0, 0)
    linear-gradient(135deg, #1f5c7b 0, #1f5c7b 70%, #5abdde 0, #5abdde 30%)
    no-repeat scroll right center/100% 100%;
}
@media (max-width: 1199px) and (min-width: 768px) {
  #community .btn-1 {
    margin-bottom: 30px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #community .btn-1 {
    display: inline-block;
    width: auto;
  }
}
@media (min-width: 1200px) {
  #home-section-three {
    background: url(../../images/home-section-three.jpg) no-repeat scroll center
      center #f0f0f0;
  }
}
#home-section-three {
  padding: 77px 0 68px;
  background-size: cover;
}
@media (max-width: 767px) {
  #home-section-three {
    background: #f0f0f0;
    padding: 27px 0 66px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  #home-section-three {
    background: #f0f0f0;
  }
}
#home-section-three h3 {
  font-weight: 400;
}
@media (max-width: 767px) {
  #home-section-three h3 {
    text-align: center;
    padding: 0 25px;
  }
}
@media (max-width: 767px) {
  #home-section-three img {
    margin: 17px auto 20px;
  }
}
#home-section-three p {
  font-size: 17px;
}
@media (max-width: 767px) {
  #home-section-three p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
  }
}
#home-section-three .buttons {
  margin-top: 31px;
}
@media (max-width: 767px) {
  #home-section-three .buttons {
    margin-top: 16px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  #home-section-three .buttons {
    display: block;
    margin-top: 15px;
  }
}
#home-section-three .buttons .button {
  min-width: 368px;
}
@media (max-width: 1199px) and (min-width: 768px) {
  #home-section-three .buttons .button {
    max-width: 400px;
    width: 100%;
    margin: 0 auto 15px;
  }
  #home-section-three .buttons .button:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  #home-section-three .buttons .button {
    min-width: 100%;
    display: block;
    text-align: center;
  }
}
#home-section-three .buttons .button .btn {
  height: 70px;
}
@media (max-width: 767px) {
  #home-section-three .buttons .button .btn img {
    display: none;
  }
}
@media (max-width: 767px) {
  #home-section-three .buttons .button .btn {
    margin-bottom: 19px;
  }
}
#home-section-three .buttons .button .btn.btn-1 {
  padding-right: 112px;
  width: 100%;
  background: rgba(0, 0, 0, 0)
    linear-gradient(135deg, #1f5c7b 0, #1f5c7b 75%, #5abdde 0, #5abdde 25%)
    no-repeat scroll right center/100% 100%;
}
#home-section-three .buttons .button .btn.btn-2 {
  color: #236688 !important;
}
@media (max-width: 767px) {
  #home-section-three .buttons .button .btn.btn-2 {
    border: none;
    width: 100%;
    padding: 0;
    text-align: center;
  }
}
#home-section-three .buttons .button img {
  margin-right: 20px;
}
@media (max-width: 767px) {
  #home-section-three .buttons .button img {
    margin: 17px auto 20px;
  }
}
#home-section-six {
  background: #f0f0f0;
  padding: 44px 0 99px;
}
@media (max-width: 767px) {
  #home-section-six {
    padding: 56px 0 26px;
  }
}
@media (max-width: 767px) {
  #home-section-six h3 {
    text-align: center;
  }
}
#home-section-six p {
  padding-right: 62px;
  font-size: 17px;
}
@media (max-width: 991px) {
  #home-section-six p {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  #home-section-six p:last-child {
    margin-bottom: 0;
  }
}
#home-section-six .sec6-video {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  #home-section-six .sec6-video {
    display: none;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  #home-section-six .sec6-video-wrap {
    text-align: center;
  }
}
#home-section-nine {
  background: #f0f0f0;
  padding: 120px 0 100px;
}
@media (max-width: 767px) {
  #home-section-nine {
    padding: 46px 0 35px;
  }
}
@media (min-width: 1200px) {
  #home-section-nine .col-md-12 {
    margin-right: 45px;
  }
}
#home-section-nine .col-md-12 h2 {
  text-align: left;
  font-size: 72px;
  font-weight: 400;
  line-height: 59.98px;
  margin-bottom: 35px;
  color: #236688;
}
#home-section-nine .col-md-12 h2:after {
  display: none;
}
@media (max-width: 767px) {
  #home-section-nine .col-md-12 h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 21px;
  }
}
#home-section-nine .col-md-12 h5 {
  font-size: 30px;
  font-style: italic;
  line-height: 40px;
  letter-spacing: 0.9px;
  text-transform: none;
  color: #7c7c7c;
  font-weight: 400;
  margin-bottom: 34px;
  font-family: Unna, serif;
}
@media (max-width: 767px) {
  #home-section-nine .col-md-12 h5 {
    font-size: 23px;
    line-height: 27px;
    letter-spacing: 0.69px;
    text-align: center;
    margin-bottom: 30px;
  }
}
#home-section-nine .col-md-12 .btn-1 {
  background: rgba(0, 0, 0, 0)
    linear-gradient(135deg, #1f5c7b 0, #1f5c7b 76%, #5abdde 0, #5abdde 20%)
    no-repeat scroll right center/100% 100%;
  color: #fff;
}
@media (max-width: 1199px) and (min-width: 768px) {
  #home-section-nine .col-md-12 .btn-1 {
    display: inline-block !important;
  }
}
#home-section-nine .col-md-12 .btn-1:hover {
  color: #5abdde;
}
@media (min-width: 480px) and (max-width: 767px) {
  #home-section-nine .btn-1 {
    width: auto;
    margin: 30px auto 0;
  }
}
@media (max-width: 479px) {
  #home-section-nine .btn-1 {
    width: 97%;
    margin: 30px auto 0;
  }
}
#home-section-nine .pa-list-left {
  max-width: 342px;
  margin-right: 45px;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  #home-section-nine .pa-list-left {
    max-width: 300px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  #home-section-nine .pa-list-left {
    max-width: 46%;
    margin-right: 4%;
  }
}
@media (max-width: 767px) {
  #home-section-nine .pa-list-left {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 15px;
  }
}
#home-section-nine .pa-list-right {
  max-width: 300px;
  width: 100%;
}
@media (max-width: 767px) {
  #home-section-nine .pa-list-right {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 15px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  #home-section-nine .pa-list-right {
    max-width: 46%;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  #home-section-nine .pa-list-right li:first-child {
    border-top: none !important;
  }
}
#home-section-nine .pa-list li {
  color: #236688;
  line-height: 24px;
  position: relative;
  border-bottom: 2px solid #d9dcdd;
  padding: 35px 0 35px 16px;
  font-weight: 600;
  background: 0 0;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 1.8px;
}
#home-section-nine .pa-list li:first-child {
  border-top: 2px solid #d9dcdd;
}
@media (max-width: 767px) {
  #home-section-nine .pa-list li {
    padding: 20px 0 20px 5px;
  }
}
#home-section-nine .pa-list li a {
  color: #236688;
  text-decoration: none;
}
#home-section-nine .pa-list li a:hover {
  color: #003950;
}
#home-section-nine .pa-list li:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: 15px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #5abdde;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#home-section-ten {
  padding: 91px 0;
}
@media (max-width: 767px) {
  #home-section-ten {
    padding: 42px 0 41px;
  }
}
#home-section-ten .btn {
  margin-top: 50px;
}
@media (max-width: 767px) {
  #home-section-ten .btn {
    margin-top: 4px;
    margin-bottom: 0;
    width: 95%;
  }
}
#home-section-ten .col-12 {
  margin-bottom: 37px;
}
@media (max-width: 767px) {
  #home-section-ten .col-12 {
    margin-bottom: 25px;
  }
}
#home-section-ten .col-12 hr {
  width: auto;
  height: 3px;
  background: #dedede;
  margin: 0 42px;
  border: none;
}
@media (max-width: 767px) {
  #home-section-ten .col-12 hr {
    margin: 0;
    width: 100%;
  }
}
#home-section-ten .col-12 h4 {
  font-weight: 700;
  color: #585858;
  font-family: Unna, serif;
  font-size: 36px;
  line-height: normal;
  letter-spacing: 1.8px;
  margin-top: 57px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #home-section-ten .col-12 h4 {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 1.5px;
    margin-bottom: 21px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  #home-section-ten .left {
    padding-right: 70px;
    float: left;
    text-align: left;
  }
}
@media (min-width: 768px) {
  #home-section-ten .right {
    padding-left: 70px;
    float: left;
  }
}
#home-section-ten .right ul {
  margin-left: 0;
  margin-bottom: 10px;
}
#home-section-ten .right ul li {
  position: relative;
  padding-left: 35px;
  color: #474747;
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  background: url(../../images/checkmark-icon.png) no-repeat scroll left 6px;
}
#home-section-ten .right ul li:last-child {
  margin-bottom: 0;
}
#home-section-ten .right ul li:after {
  position: absolute;
  content: "";
  right: 15px;
  top: 0;
  font-size: 18px;
}
#home-section-ten .bottom {
  width: 100%;
}
#home-section-ten .bottom h5 {
  margin-top: 40px;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 26px;
}
@media (max-width: 767px) {
  #home-section-ten .bottom h5 {
    margin-bottom: 30px;
  }
}
#home-section-ten .bottom h5 a {
  text-decoration: underline;
  font-weight: 400;
}
@media (max-width: 767px) {
  #home br {
    display: none;
  }
}
.testimonials {
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .home #main-text {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .single-attorney #main-content {
    padding: 45px 0 10px;
  }
}
@media (max-width: 767px) {
  .single-attorney #main-content .feature-wrap {
    text-align: center;
  }
}
@media (min-width: 768px) {
  #main-content .entry-content:not(.panel-body) {
    padding-top: 84px;
    padding-right: 30px;
    padding-bottom: 87px;
    padding-left: 15px;
  }
}
@media (min-width: 1367px) {
  #main-content .entry-content:not(.panel-body) {
    padding-left: 0;
    padding-right: 72px;
  }
}
#main-content .entry-content:not(.panel-body) h2.faq-catname {
  display: none !important;
}
@media (min-width: 768px) {
  #main-content #sidebar {
    padding-top: 84px;
    padding-right: 15px;
    padding-bottom: 87px;
    padding-left: 15px;
  }
}
@media (min-width: 1367px) {
  #main-content #sidebar {
    padding-left: 0;
    padding-right: 0;
  }
}
.ssbp-list li {
  padding-left: 0 !important;
}
.ssbp-list li:before {
  display: none;
}
.ssbp-list li a {
  margin: 0 auto;
  color: #fff !important;
}
@media (min-width: 768px) {
  .ssbp--theme-2.ssbp--centred .ssbp-btn {
    width: 3em !important;
  }
}
#bt-download {
  padding: 49px 0 0;
}
@font-face {
  font-family: AdobeBlank;
  src: url(data:font/opentype;base64,T1RUTwAKAIAAAwAgQ0ZGIM6ZbkwAAEPEAAAZM0RTSUcAAAABAABtAAAAAAhPUy8yAR6vMwAAARAAAABgY21hcDqI98oAACjEAAAa4GhlYWT+BQILAAAArAAAADZoaGVhCCID7wAAAOQAAAAkaG10eAPoAHwAAFz4AAAQBm1heHAIAVAAAAABCAAAAAZuYW1lD/tWxwAAAXAAACdScG9zdP+4ADIAAEOkAAAAIAABAAAAAQj1Snw1O18PPPUAAwPoAAAAAM2C2p8AAAAAzYLanwB8/4gDbANwAAAAAwACAAAAAAAAAAEAAANw/4gAyAPoAHwAfANsAAEAAAAAAAAAAAAAAAAAAAACAABQAAgBAAAABAAAAZAABQAAAooCWAAAAEsCigJYAAABXgAyANwAAAAAAAAAAAAAAAD3/67/+9///w/gAD8AAAAAQURCRQHAAAD//wNw/4gAyANwAHhgLwH/AAAAAAAAAAAAAAAgAAAAAAARANIAAQAAAAAAAQALAAAAAQAAAAAAAgAHAAsAAQAAAAAAAwAbABIAAQAAAAAABAALAAAAAQAAAAAABQA5AC0AAQAAAAAABgAKAGYAAwABBAkAAABuAHAAAwABBAkAAQAWAN4AAwABBAkAAgAOAPQAAwABBAkAAwA2AQIAAwABBAkABAAWAN4AAwABBAkABQByATgAAwABBAkABgAUAaoAAwABBAkACAA0Ab4AAwABBAkACwA0AfIAAwABBAkADSQSAiYAAwABBAkADgBIJjhBZG9iZSBCbGFua1JlZ3VsYXIxLjAzNTtBREJFO0Fkb2JlQmxhbms7QURPQkVWZXJzaW9uIDEuMDM1O1BTIDEuMDAzO2hvdGNvbnYgMS4wLjcwO21ha2VvdGYubGliMi41LjU5MDBBZG9iZUJsYW5rAKkAIAAyADAAMQAzACAAQQBkAG8AYgBlACAAUwB5AHMAdABlAG0AcwAgAEkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkAC4AIABBAGwAbAAgAFIAaQBnAGgAdABzACAAUgBlAHMAZQByAHYAZQBkAC4AQQBkAG8AYgBlACAAQgBsAGEAbgBrAFIAZQBnAHUAbABhAHIAMQAuADAAMwA1ADsAQQBEAEIARQA7AEEAZABvAGIAZQBCAGwAYQBuAGsAOwBBAEQATwBCAEUAVgBlAHIAcwBpAG8AbgAgADEALgAwADMANQA7AFAAUwAgADEALgAwADAAMwA7AGgAbwB0AGMAbwBuAHYAIAAxAC4AMAAuADcAMAA7AG0AYQBrAGUAbwB0AGYALgBsAGkAYgAyAC4ANQAuADUAOQAwADAAQQBkAG8AYgBlAEIAbABhAG4AawBBAGQAbwBiAGUAIABTAHkAcwB0AGUAbQBzACAASQBuAGMAbwByAHAAbwByAGEAdABlAGQAaAB0AHQAcAA6AC8ALwB3AHcAdwAuAGEAZABvAGIAZQAuAGMAbwBtAC8AdAB5AHAAZQAvAEEAZABvAGIAZQAgAEIAbABhAG4AawAgAGkAcwAgAHIAZQBsAGUAYQBzAGUAZAAgAHUAbgBkAGUAcgAgAHQAaABlACAAUwBJAEwAIABPAHAAZQBuACAARgBvAG4AdAAgAEwAaQBjAGUAbgBzAGUAIAAtACAAcABsAGUAYQBzAGUAIAByAGUAYQBkACAAaQB0ACAAYwBhAHIAZQBmAHUAbABsAHkAIABhAG4AZAAgAGQAbwAgAG4AbwB0ACAAZABvAHcAbgBsAG8AYQBkACAAdABoAGUAIABmAG8AbgB0AHMAIAB1AG4AbABlAHMAcwAgAHkAbwB1ACAAYQBnAHIAZQBlACAAdABvACAAdABoAGUAIAB0AGgAZQAgAHQAZQByAG0AcwAgAG8AZgAgAHQAaABlACAAbABpAGMAZQBuAHMAZQA6AA0ACgANAAoAQwBvAHAAeQByAGkAZwBoAHQAIACpACAAMgAwADEAMwAgAEEAZABvAGIAZQAgAFMAeQBzAHQAZQBtAHMAIABJAG4AYwBvAHIAcABvAHIAYQB0AGUAZAAgACgAaAB0AHQAcAA6AC8ALwB3AHcAdwAuAGEAZABvAGIAZQAuAGMAbwBtAC8AKQAsACAAdwBpAHQAaAAgAFIAZQBzAGUAcgB2AGUAZAAgAEYAbwBuAHQAIABOAGEAbQBlACAAQQBkAG8AYgBlACAAQgBsAGEAbgBrAA0ACgANAAoAVABoAGkAcwAgAEYAbwBuAHQAIABTAG8AZgB0AHcAYQByAGUAIABpAHMAIABsAGkAYwBlAG4AcwBlAGQAIAB1AG4AZABlAHIAIAB0AGgAZQAgAFMASQBMACAATwBwAGUAbgAgAEYAbwBuAHQAIABMAGkAYwBlAG4AcwBlACwAIABWAGUAcgBzAGkAbwBuACAAMQAuADEALgANAAoADQAKAFQAaABpAHMAIABsAGkAYwBlAG4AcwBlACAAaQBzACAAYwBvAHAAaQBlAGQAIABiAGUAbABvAHcALAAgAGEAbgBkACAAaQBzACAAYQBsAHMAbwAgAGEAdgBhAGkAbABhAGIAbABlACAAdwBpAHQAaAAgAGEAIABGAEEAUQAgAGEAdAA6ACAAaAB0AHQAcAA6AC8ALwBzAGMAcgBpAHAAdABzAC4AcwBpAGwALgBvAHIAZwAvAE8ARgBMAA0ACgANAAoALQAtAC0ALQAtAC0ALQAtAC0ALQAtAC0ALQAtAC0ALQAtAC0ALQAtAC0ALQAtAC0ALQAtAC0ALQAtAC0ALQAtAC0ALQAtAC0ALQAtAC0ALQAtAC0ALQAtAC0ALQAtAC0ALQAtAC0ALQAtAC0ALQAtAC0ALQAtAA0ACgBTAEkATAAgAE8AUABFAE4AIABGAE8ATgBUACAATABJAEMARQBOAFMARQAgAFYAZQByAHMAaQBvAG4AIAAxAC4AMQAgAC0AIAAyADYAIABGAGUAYgByAHUAYQByAHkAIAAyADAAMAA3AA0ACgAtAC0ALQAtAC0ALQAtAC0ALQAtAC0ALQAtAC0ALQAtAC0ALQAtAC0ALQAtAC0ALQAtAC0ALQAtAC0ALQAtAC0ALQAtAC0ALQAtAC0ALQAtAC0ALQAtAC0ALQAtAC0ALQAtAC0ALQAtAC0ALQAtAC0ALQAtAC0ADQAKAA0ACgBQAFIARQBBAE0AQgBMAEUADQAKAFQAaABlACAAZwBvAGEAbABzACAAbwBmACAAdABoAGUAIABPAHAAZQBuACAARgBvAG4AdAAgAEwAaQBjAGUAbgBzAGUAIAAoAE8ARgBMACkAIABhAHIAZQAgAHQAbwAgAHMAdABpAG0AdQBsAGEAdABlACAAdwBvAHIAbABkAHcAaQBkAGUAIABkAGUAdgBlAGwAbwBwAG0AZQBuAHQAIABvAGYAIABjAG8AbABsAGEAYgBvAHIAYQB0AGkAdgBlACAAZgBvAG4AdAAgAHAAcgBvAGoAZQBjAHQAcwAsACAAdABvACAAcwB1AHAAcABvAHIAdAAgAHQAaABlACAAZgBvAG4AdAAgAGMAcgBlAGEAdABpAG8AbgAgAGUAZgBmAG8AcgB0AHMAIABvAGYAIABhAGMAYQBkAGUAbQBpAGMAIABhAG4AZAAgAGwAaQBuAGcAdQBpAHMAdABpAGMAIABjAG8AbQBtAHUAbgBpAHQAaQBlAHMALAAgAGEAbgBkACAAdABvACAAcAByAG8AdgBpAGQAZQAgAGEAIABmAHIAZQBlACAAYQBuAGQAIABvAHAAZQBuACAAZgByAGEAbQBlAHcAbwByAGsAIABpAG4AIAB3AGgAaQBjAGgAIABmAG8AbgB0AHMAIABtAGEAeQAgAGIAZQAgAHMAaABhAHIAZQBkACAAYQBuAGQAIABpAG0AcAByAG8AdgBlAGQAIABpAG4AIABwAGEAcgB0AG4AZQByAHMAaABpAHAAIAB3AGkAdABoACAAbwB0AGgAZQByAHMALgANAAoADQAKAFQAaABlACAATwBGAEwAIABhAGwAbABvAHcAcwAgAHQAaABlACAAbABpAGMAZQBuAHMAZQBkACAAZgBvAG4AdABzACAAdABvACAAYgBlACAAdQBzAGUAZAAsACAAcwB0AHUAZABpAGUAZAAsACAAbQBvAGQAaQBmAGkAZQBkACAAYQBuAGQAIAByAGUAZABpAHMAdAByAGkAYgB1AHQAZQBkACAAZgByAGUAZQBsAHkAIABhAHMAIABsAG8AbgBnACAAYQBzACAAdABoAGUAeQAgAGEAcgBlACAAbgBvAHQAIABzAG8AbABkACAAYgB5ACAAdABoAGUAbQBzAGUAbAB2AGUAcwAuACAAVABoAGUAIABmAG8AbgB0AHMALAAgAGkAbgBjAGwAdQBkAGkAbgBnACAAYQBuAHkAIABkAGUAcgBpAHYAYQB0AGkAdgBlACAAdwBvAHIAawBzACwAIABjAGEAbgAgAGIAZQAgAGIAdQBuAGQAbABlAGQALAAgAGUAbQBiAGUAZABkAGUAZAAsACAAcgBlAGQAaQBzAHQAcgBpAGIAdQB0AGUAZAAgAGEAbgBkAC8AbwByACAAcwBvAGwAZAAgAHcAaQB0AGgAIABhAG4AeQAgAHMAbwBmAHQAdwBhAHIAZQAgAHAAcgBvAHYAaQBkAGUAZAAgAHQAaABhAHQAIABhAG4AeQAgAHIAZQBzAGUAcgB2AGUAZAAgAG4AYQBtAGUAcwAgAGEAcgBlACAAbgBvAHQAIAB1AHMAZQBkACAAYgB5ACAAZABlAHIAaQB2AGEAdABpAHYAZQAgAHcAbwByAGsAcwAuACAAVABoAGUAIABmAG8AbgB0AHMAIABhAG4AZAAgAGQAZQByAGkAdgBhAHQAaQB2AGUAcwAsACAAaABvAHcAZQB2AGUAcgAsACAAYwBhAG4AbgBvAHQAIABiAGUAIAByAGUAbABlAGEAcwBlAGQAIAB1AG4AZABlAHIAIABhAG4AeQAgAG8AdABoAGUAcgAgAHQAeQBwAGUAIABvAGYAIABsAGkAYwBlAG4AcwBlAC4AIABUAGgAZQAgAHIAZQBxAHUAaQByAGUAbQBlAG4AdAAgAGYAbwByACAAZgBvAG4AdABzACAAdABvACAAcgBlAG0AYQBpAG4AIAB1AG4AZABlAHIAIAB0AGgAaQBzACAAbABpAGMAZQBuAHMAZQAgAGQAbwBlAHMAIABuAG8AdAAgAGEAcABwAGwAeQAgAHQAbwAgAGEAbgB5ACAAZABvAGMAdQBtAGUAbgB0ACAAYwByAGUAYQB0AGUAZAAgAHUAcwBpAG4AZwAgAHQAaABlACAAZgBvAG4AdABzACAAbwByACAAdABoAGUAaQByACAAZABlAHIAaQB2AGEAdABpAHYAZQBzAC4ADQAKAA0ACgBEAEUARgBJAE4ASQBUAEkATwBOAFMADQAKACIARgBvAG4AdAAgAFMAbwBmAHQAdwBhAHIAZQAiACAAcgBlAGYAZQByAHMAIAB0AG8AIAB0AGgAZQAgAHMAZQB0ACAAbwBmACAAZgBpAGwAZQBzACAAcgBlAGwAZQBhAHMAZQBkACAAYgB5ACAAdABoAGUAIABDAG8AcAB5AHIAaQBnAGgAdAAgAEgAbwBsAGQAZQByACgAcwApACAAdQBuAGQAZQByACAAdABoAGkAcwAgAGwAaQBjAGUAbgBzAGUAIABhAG4AZAAgAGMAbABlAGEAcgBsAHkAIABtAGEAcgBrAGUAZAAgAGEAcwAgAHMAdQBjAGgALgAgAFQAaABpAHMAIABtAGEAeQAgAGkAbgBjAGwAdQBkAGUAIABzAG8AdQByAGMAZQAgAGYAaQBsAGUAcwAsACAAYgB1AGkAbABkACAAcwBjAHIAaQBwAHQAcwAgAGEAbgBkACAAZABvAGMAdQBtAGUAbgB0AGEAdABpAG8AbgAuAA0ACgANAAoAIgBSAGUAcwBlAHIAdgBlAGQAIABGAG8AbgB0ACAATgBhAG0AZQAiACAAcgBlAGYAZQByAHMAIAB0AG8AIABhAG4AeQAgAG4AYQBtAGUAcwAgAHMAcABlAGMAaQBmAGkAZQBkACAAYQBzACAAcwB1AGMAaAAgAGEAZgB0AGUAcgAgAHQAaABlACAAYwBvAHAAeQByAGkAZwBoAHQAIABzAHQAYQB0AGUAbQBlAG4AdAAoAHMAKQAuAA0ACgANAAoAIgBPAHIAaQBnAGkAbgBhAGwAIABWAGUAcgBzAGkAbwBuACIAIAByAGUAZgBlAHIAcwAgAHQAbwAgAHQAaABlACAAYwBvAGwAbABlAGMAdABpAG8AbgAgAG8AZgAgAEYAbwBuAHQAIABTAG8AZgB0AHcAYQByAGUAIABjAG8AbQBwAG8AbgBlAG4AdABzACAAYQBzACAAZABpAHMAdAByAGkAYgB1AHQAZQBkACAAYgB5ACAAdABoAGUAIABDAG8AcAB5AHIAaQBnAGgAdAAgAEgAbwBsAGQAZQByACgAcwApAC4ADQAKAA0ACgAiAE0AbwBkAGkAZgBpAGUAZAAgAFYAZQByAHMAaQBvAG4AIgAgAHIAZQBmAGUAcgBzACAAdABvACAAYQBuAHkAIABkAGUAcgBpAHYAYQB0AGkAdgBlACAAbQBhAGQAZQAgAGIAeQAgAGEAZABkAGkAbgBnACAAdABvACwAIABkAGUAbABlAHQAaQBuAGcALAAgAG8AcgAgAHMAdQBiAHMAdABpAHQAdQB0AGkAbgBnACAALQAtACAAaQBuACAAcABhAHIAdAAgAG8AcgAgAGkAbgAgAHcAaABvAGwAZQAgAC0ALQAgAGEAbgB5ACAAbwBmACAAdABoAGUAIABjAG8AbQBwAG8AbgBlAG4AdABzACAAbwBmACAAdABoAGUAIABPAHIAaQBnAGkAbgBhAGwAIABWAGUAcgBzAGkAbwBuACwAIABiAHkAIABjAGgAYQBuAGcAaQBuAGcAIABmAG8AcgBtAGEAdABzACAAbwByACAAYgB5ACAAcABvAHIAdABpAG4AZwAgAHQAaABlACAARgBvAG4AdAAgAFMAbwBmAHQAdwBhAHIAZQAgAHQAbwAgAGEAIABuAGUAdwAgAGUAbgB2AGkAcgBvAG4AbQBlAG4AdAAuAA0ACgANAAoAIgBBAHUAdABoAG8AcgAiACAAcgBlAGYAZQByAHMAIAB0AG8AIABhAG4AeQAgAGQAZQBzAGkAZwBuAGUAcgAsACAAZQBuAGcAaQBuAGUAZQByACwAIABwAHIAbwBnAHIAYQBtAG0AZQByACwAIAB0AGUAYwBoAG4AaQBjAGEAbAAgAHcAcgBpAHQAZQByACAAbwByACAAbwB0AGgAZQByACAAcABlAHIAcwBvAG4AIAB3AGgAbwAgAGMAbwBuAHQAcgBpAGIAdQB0AGUAZAAgAHQAbwAgAHQAaABlACAARgBvAG4AdAAgAFMAbwBmAHQAdwBhAHIAZQAuAA0ACgANAAoAUABFAFIATQBJAFMAUwBJAE8ATgAgACYAIABDAE8ATgBEAEkAVABJAE8ATgBTAA0ACgBQAGUAcgBtAGkAcwBzAGkAbwBuACAAaQBzACAAaABlAHIAZQBiAHkAIABnAHIAYQBuAHQAZQBkACwAIABmAHIAZQBlACAAbwBmACAAYwBoAGEAcgBnAGUALAAgAHQAbwAgAGEAbgB5ACAAcABlAHIAcwBvAG4AIABvAGIAdABhAGkAbgBpAG4AZwAgAGEAIABjAG8AcAB5ACAAbwBmACAAdABoAGUAIABGAG8AbgB0ACAAUwBvAGYAdAB3AGEAcgBlACwAIAB0AG8AIAB1AHMAZQAsACAAcwB0AHUAZAB5ACwAIABjAG8AcAB5ACwAIABtAGUAcgBnAGUALAAgAGUAbQBiAGUAZAAsACAAbQBvAGQAaQBmAHkALAAgAHIAZQBkAGkAcwB0AHIAaQBiAHUAdABlACwAIABhAG4AZAAgAHMAZQBsAGwAIABtAG8AZABpAGYAaQBlAGQAIABhAG4AZAAgAHUAbgBtAG8AZABpAGYAaQBlAGQAIABjAG8AcABpAGUAcwAgAG8AZgAgAHQAaABlACAARgBvAG4AdAAgAFMAbwBmAHQAdwBhAHIAZQAsACAAcwB1AGIAagBlAGMAdAAgAHQAbwAgAHQAaABlACAAZgBvAGwAbABvAHcAaQBuAGcAIABjAG8AbgBkAGkAdABpAG8AbgBzADoADQAKAA0ACgAxACkAIABOAGUAaQB0AGgAZQByACAAdABoAGUAIABGAG8AbgB0ACAAUwBvAGYAdAB3AGEAcgBlACAAbgBvAHIAIABhAG4AeQAgAG8AZgAgAGkAdABzACAAaQBuAGQAaQB2AGkAZAB1AGEAbAAgAGMAbwBtAHAAbwBuAGUAbgB0AHMALAAgAGkAbgAgAE8AcgBpAGcAaQBuAGEAbAAgAG8AcgAgAE0AbwBkAGkAZgBpAGUAZAAgAFYAZQByAHMAaQBvAG4AcwAsACAAbQBhAHkAIABiAGUAIABzAG8AbABkACAAYgB5ACAAaQB0AHMAZQBsAGYALgANAAoADQAKADIAKQAgAE8AcgBpAGcAaQBuAGEAbAAgAG8AcgAgAE0AbwBkAGkAZgBpAGUAZAAgAFYAZQByAHMAaQBvAG4AcwAgAG8AZgAgAHQAaABlACAARgBvAG4AdAAgAFMAbwBmAHQAdwBhAHIAZQAgAG0AYQB5ACAAYgBlACAAYgB1AG4AZABsAGUAZAAsACAAcgBlAGQAaQBzAHQAcgBpAGIAdQB0AGUAZAAgAGEAbgBkAC8AbwByACAAcwBvAGwAZAAgAHcAaQB0AGgAIABhAG4AeQAgAHMAbwBmAHQAdwBhAHIAZQAsACAAcAByAG8AdgBpAGQAZQBkACAAdABoAGEAdAAgAGUAYQBjAGgAIABjAG8AcAB5ACAAYwBvAG4AdABhAGkAbgBzACAAdABoAGUAIABhAGIAbwB2AGUAIABjAG8AcAB5AHIAaQBnAGgAdAAgAG4AbwB0AGkAYwBlACAAYQBuAGQAIAB0AGgAaQBzACAAbABpAGMAZQBuAHMAZQAuACAAVABoAGUAcwBlACAAYwBhAG4AIABiAGUAIABpAG4AYwBsAHUAZABlAGQAIABlAGkAdABoAGUAcgAgAGEAcwAgAHMAdABhAG4AZAAtAGEAbABvAG4AZQAgAHQAZQB4AHQAIABmAGkAbABlAHMALAAgAGgAdQBtAGEAbgAtAHIAZQBhAGQAYQBiAGwAZQAgAGgAZQBhAGQAZQByAHMAIABvAHIAIABpAG4AIAB0AGgAZQAgAGEAcABwAHIAbwBwAHIAaQBhAHQAZQAgAG0AYQBjAGgAaQBuAGUALQByAGUAYQBkAGEAYgBsAGUAIABtAGUAdABhAGQAYQB0AGEAIABmAGkAZQBsAGQAcwAgAHcAaQB0AGgAaQBuACAAdABlAHgAdAAgAG8AcgAgAGIAaQBuAGEAcgB5ACAAZgBpAGwAZQBzACAAYQBzACAAbABvAG4AZwAgAGEAcwAgAHQAaABvAHMAZQAgAGYAaQBlAGwAZABzACAAYwBhAG4AIABiAGUAIABlAGEAcwBpAGwAeQAgAHYAaQBlAHcAZQBkACAAYgB5ACAAdABoAGUAIAB1AHMAZQByAC4ADQAKAA0ACgAzACkAIABOAG8AIABNAG8AZABpAGYAaQBlAGQAIABWAGUAcgBzAGkAbwBuACAAbwBmACAAdABoAGUAIABGAG8AbgB0ACAAUwBvAGYAdAB3AGEAcgBlACAAbQBhAHkAIAB1AHMAZQAgAHQAaABlACAAUgBlAHMAZQByAHYAZQBkACAARgBvAG4AdAAgAE4AYQBtAGUAKABzACkAIAB1AG4AbABlAHMAcwAgAGUAeABwAGwAaQBjAGkAdAAgAHcAcgBpAHQAdABlAG4AIABwAGUAcgBtAGkAcwBzAGkAbwBuACAAaQBzACAAZwByAGEAbgB0AGUAZAAgAGIAeQAgAHQAaABlACAAYwBvAHIAcgBlAHMAcABvAG4AZABpAG4AZwAgAEMAbwBwAHkAcgBpAGcAaAB0ACAASABvAGwAZABlAHIALgAgAFQAaABpAHMAIAByAGUAcwB0AHIAaQBjAHQAaQBvAG4AIABvAG4AbAB5ACAAYQBwAHAAbABpAGUAcwAgAHQAbwAgAHQAaABlACAAcAByAGkAbQBhAHIAeQAgAGYAbwBuAHQAIABuAGEAbQBlACAAYQBzACAAcAByAGUAcwBlAG4AdABlAGQAIAB0AG8AIAB0AGgAZQAgAHUAcwBlAHIAcwAuAA0ACgANAAoANAApACAAVABoAGUAIABuAGEAbQBlACgAcwApACAAbwBmACAAdABoAGUAIABDAG8AcAB5AHIAaQBnAGgAdAAgAEgAbwBsAGQAZQByACgAcwApACAAbwByACAAdABoAGUAIABBAHUAdABoAG8AcgAoAHMAKQAgAG8AZgAgAHQAaABlACAARgBvAG4AdAAgAFMAbwBmAHQAdwBhAHIAZQAgAHMAaABhAGwAbAAgAG4AbwB0ACAAYgBlACAAdQBzAGUAZAAgAHQAbwAgAHAAcgBvAG0AbwB0AGUALAAgAGUAbgBkAG8AcgBzAGUAIABvAHIAIABhAGQAdgBlAHIAdABpAHMAZQAgAGEAbgB5ACAATQBvAGQAaQBmAGkAZQBkACAAVgBlAHIAcwBpAG8AbgAsACAAZQB4AGMAZQBwAHQAIAB0AG8AIABhAGMAawBuAG8AdwBsAGUAZABnAGUAIAB0AGgAZQAgAGMAbwBuAHQAcgBpAGIAdQB0AGkAbwBuACgAcwApACAAbwBmACAAdABoAGUAIABDAG8AcAB5AHIAaQBnAGgAdAAgAEgAbwBsAGQAZQByACgAcwApACAAYQBuAGQAIAB0AGgAZQAgAEEAdQB0AGgAbwByACgAcwApACAAbwByACAAdwBpAHQAaAAgAHQAaABlAGkAcgAgAGUAeABwAGwAaQBjAGkAdAAgAHcAcgBpAHQAdABlAG4AIABwAGUAcgBtAGkAcwBzAGkAbwBuAC4ADQAKAA0ACgA1ACkAIABUAGgAZQAgAEYAbwBuAHQAIABTAG8AZgB0AHcAYQByAGUALAAgAG0AbwBkAGkAZgBpAGUAZAAgAG8AcgAgAHUAbgBtAG8AZABpAGYAaQBlAGQALAAgAGkAbgAgAHAAYQByAHQAIABvAHIAIABpAG4AIAB3AGgAbwBsAGUALAAgAG0AdQBzAHQAIABiAGUAIABkAGkAcwB0AHIAaQBiAHUAdABlAGQAIABlAG4AdABpAHIAZQBsAHkAIAB1AG4AZABlAHIAIAB0AGgAaQBzACAAbABpAGMAZQBuAHMAZQAsACAAYQBuAGQAIABtAHUAcwB0ACAAbgBvAHQAIABiAGUAIABkAGkAcwB0AHIAaQBiAHUAdABlAGQAIAB1AG4AZABlAHIAIABhAG4AeQAgAG8AdABoAGUAcgAgAGwAaQBjAGUAbgBzAGUALgAgAFQAaABlACAAcgBlAHEAdQBpAHIAZQBtAGUAbgB0ACAAZgBvAHIAIABmAG8AbgB0AHMAIAB0AG8AIAByAGUAbQBhAGkAbgAgAHUAbgBkAGUAcgAgAHQAaABpAHMAIABsAGkAYwBlAG4AcwBlACAAZABvAGUAcwAgAG4AbwB0ACAAYQBwAHAAbAB5ACAAdABvACAAYQBuAHkAIABkAG8AYwB1AG0AZQBuAHQAIABjAHIAZQBhAHQAZQBkACAAdQBzAGkAbgBnACAAdABoAGUAIABGAG8AbgB0ACAAUwBvAGYAdAB3AGEAcgBlAC4ADQAKAA0ACgBUAEUAUgBNAEkATgBBAFQASQBPAE4ADQAKAFQAaABpAHMAIABsAGkAYwBlAG4AcwBlACAAYgBlAGMAbwBtAGUAcwAgAG4AdQBsAGwAIABhAG4AZAAgAHYAbwBpAGQAIABpAGYAIABhAG4AeQAgAG8AZgAgAHQAaABlACAAYQBiAG8AdgBlACAAYwBvAG4AZABpAHQAaQBvAG4AcwAgAGEAcgBlACAAbgBvAHQAIABtAGUAdAAuAA0ACgANAAoARABJAFMAQwBMAEEASQBNAEUAUgANAAoAVABIAEUAIABGAE8ATgBUACAAUwBPAEYAVABXAEEAUgBFACAASQBTACAAUABSAE8AVgBJAEQARQBEACAAIgBBAFMAIABJAFMAIgAsACAAVwBJAFQASABPAFUAVAAgAFcAQQBSAFIAQQBOAFQAWQAgAE8ARgAgAEEATgBZACAASwBJAE4ARAAsACAARQBYAFAAUgBFAFMAUwAgAE8AUgAgAEkATQBQAEwASQBFAEQALAAgAEkATgBDAEwAVQBEAEkATgBHACAAQgBVAFQAIABOAE8AVAAgAEwASQBNAEkAVABFAEQAIABUAE8AIABBAE4AWQAgAFcAQQBSAFIAQQBOAFQASQBFAFMAIABPAEYAIABNAEUAUgBDAEgAQQBOAFQAQQBCAEkATABJAFQAWQAsACAARgBJAFQATgBFAFMAUwAgAEYATwBSACAAQQAgAFAAQQBSAFQASQBDAFUATABBAFIAIABQAFUAUgBQAE8AUwBFACAAQQBOAEQAIABOAE8ATgBJAE4ARgBSAEkATgBHAEUATQBFAE4AVAAgAE8ARgAgAEMATwBQAFkAUgBJAEcASABUACwAIABQAEEAVABFAE4AVAAsACAAVABSAEEARABFAE0AQQBSAEsALAAgAE8AUgAgAE8AVABIAEUAUgAgAFIASQBHAEgAVAAuACAASQBOACAATgBPACAARQBWAEUATgBUACAAUwBIAEEATABMACAAVABIAEUAIABDAE8AUABZAFIASQBHAEgAVAAgAEgATwBMAEQARQBSACAAQgBFACAATABJAEEAQgBMAEUAIABGAE8AUgAgAEEATgBZACAAQwBMAEEASQBNACwAIABEAEEATQBBAEcARQBTACAATwBSACAATwBUAEgARQBSACAATABJAEEAQgBJAEwASQBUAFkALAAgAEkATgBDAEwAVQBEAEkATgBHACAAQQBOAFkAIABHAEUATgBFAFIAQQBMACwAIABTAFAARQBDAEkAQQBMACwAIABJAE4ARABJAFIARQBDAFQALAAgAEkATgBDAEkARABFAE4AVABBAEwALAAgAE8AUgAgAEMATwBOAFMARQBRAFUARQBOAFQASQBBAEwAIABEAEEATQBBAEcARQBTACwAIABXAEgARQBUAEgARQBSACAASQBOACAAQQBOACAAQQBDAFQASQBPAE4AIABPAEYAIABDAE8ATgBUAFIAQQBDAFQALAAgAFQATwBSAFQAIABPAFIAIABPAFQASABFAFIAVwBJAFMARQAsACAAQQBSAEkAUwBJAE4ARwAgAEYAUgBPAE0ALAAgAE8AVQBUACAATwBGACAAVABIAEUAIABVAFMARQAgAE8AUgAgAEkATgBBAEIASQBMAEkAVABZACAAVABPACAAVQBTAEUAIABUAEgARQAgAEYATwBOAFQAIABTAE8ARgBUAFcAQQBSAEUAIABPAFIAIABGAFIATwBNACAATwBUAEgARQBSACAARABFAEEATABJAE4ARwBTACAASQBOACAAVABIAEUAIABGAE8ATgBUACAAUwBPAEYAVABXAEEAUgBFAC4ADQAKAGgAdAB0AHAAOgAvAC8AdwB3AHcALgBhAGQAbwBiAGUALgBjAG8AbQAvAHQAeQBwAGUALwBsAGUAZwBhAGwALgBoAHQAbQBsAAAAAAAFAAAAAwAAADgAAAAEAAABUAABAAAAAAAsAAMAAQAAADgAAwAKAAABUAAGAAwAAAAAAAEAAAAEARgAAABCAEAABQACB/8P/xf/H/8n/y//N/8//0f/T/9X/1//Z/9v/3f/f/+H/4//l/+f/6f/r/+3/7//x//P/9f/5//v//f//c///f//AAAAAAgAEAAYACAAKAAwADgAQABIAFAAWABgAGgAcAB4AIAAiACQAJgAoACoALAAuADAAMgA0ADgAOgA8AD4AP3w//8AAfgB8AHoAeAB2AHQAcgBwAG4AbABqAGgAZgBkAGIAYABeAFwAWgBYAFYAVABSAFAATgBMAEgARgBEAEIAQgBAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAAZkAAAAAAAAAIgAAAAAAAAB/8AAAABAAAIAAAAD/8AAAABAAAQAAAAF/8AAAABAAAYAAAAH/8AAAABAAAgAAAAJ/8AAAABAAAoAAAAL/8AAAABAAAwAAAAN/8AAAABAAA4AAAAP/8AAAABAABAAAAAR/8AAAABAABIAAAAT/8AAAABAABQAAAAV/8AAAABAABYAAAAX/8AAAABAABgAAAAZ/8AAAABAABoAAAAb/8AAAABAABwAAAAd/8AAAABAAB4AAAAf/8AAAABAACAAAAAh/8AAAABAACIAAAAj/8AAAABAACQAAAAl/8AAAABAACYAAAAn/8AAAABAACgAAAAp/8AAAABAACoAAAAr/8AAAABAACwAAAAt/8AAAABAAC4AAAAv/8AAAABAADAAAAAx/8AAAABAADIAAAAz/8AAAABAADQAAAA1/8AAAABAADgAAAA5/8AAAABAADoAAAA7/8AAAABAADwAAAA9/8AAAABAAD4AAAA/c8AAAABAAD98AAA//0AAAXxAAEAAAABB/8AAAABAAEIAAABD/8AAAABAAEQAAABF/8AAAABAAEYAAABH/8AAAABAAEgAAABJ/8AAAABAAEoAAABL/8AAAABAAEwAAABN/8AAAABAAE4AAABP/8AAAABAAFAAAABR/8AAAABAAFIAAABT/8AAAABAAFQAAABV/8AAAABAAFYAAABX/8AAAABAAFgAAABZ/8AAAABAAFoAAABb/8AAAABAAFwAAABd/8AAAABAAF4AAABf/8AAAABAAGAAAABh/8AAAABAAGIAAABj/8AAAABAAGQAAABl/8AAAABAAGYAAABn/8AAAABAAGgAAABp/8AAAABAAGoAAABr/8AAAABAAGwAAABt/8AAAABAAG4AAABv/8AAAABAAHAAAABx/8AAAABAAHIAAABz/8AAAABAAHQAAAB1/8AAAABAAHYAAAB3/8AAAABAAHgAAAB5/8AAAABAAHoAAAB7/8AAAABAAHwAAAB9/8AAAABAAH4AAAB//0AAAABAAIAAAACB/8AAAABAAIIAAACD/8AAAABAAIQAAACF/8AAAABAAIYAAACH/8AAAABAAIgAAACJ/8AAAABAAIoAAACL/8AAAABAAIwAAACN/8AAAABAAI4AAACP/8AAAABAAJAAAACR/8AAAABAAJIAAACT/8AAAABAAJQAAACV/8AAAABAAJYAAACX/8AAAABAAJgAAACZ/8AAAABAAJoAAACb/8AAAABAAJwAAACd/8AAAABAAJ4AAACf/8AAAABAAKAAAACh/8AAAABAAKIAAACj/8AAAABAAKQAAACl/8AAAABAAKYAAACn/8AAAABAAKgAAACp/8AAAABAAKoAAACr/8AAAABAAKwAAACt/8AAAABAAK4AAACv/8AAAABAALAAAACx/8AAAABAALIAAACz/8AAAABAALQAAAC1/8AAAABAALYAAAC3/8AAAABAALgAAAC5/8AAAABAALoAAAC7/8AAAABAALwAAAC9/8AAAABAAL4AAAC//0AAAABAAMAAAADB/8AAAABAAMIAAADD/8AAAABAAMQAAADF/8AAAABAAMYAAADH/8AAAABAAMgAAADJ/8AAAABAAMoAAADL/8AAAABAAMwAAADN/8AAAABAAM4AAADP/8AAAABAANAAAADR/8AAAABAANIAAADT/8AAAABAANQAAADV/8AAAABAANYAAADX/8AAAABAANgAAADZ/8AAAABAANoAAADb/8AAAABAANwAAADd/8AAAABAAN4AAADf/8AAAABAAOAAAADh/8AAAABAAOIAAADj/8AAAABAAOQAAADl/8AAAABAAOYAAADn/8AAAABAAOgAAADp/8AAAABAAOoAAADr/8AAAABAAOwAAADt/8AAAABAAO4AAADv/8AAAABAAPAAAADx/8AAAABAAPIAAADz/8AAAABAAPQAAAD1/8AAAABAAPYAAAD3/8AAAABAAPgAAAD5/8AAAABAAPoAAAD7/8AAAABAAPwAAAD9/8AAAABAAP4AAAD//0AAAABAAQAAAAEB/8AAAABAAQIAAAED/8AAAABAAQQAAAEF/8AAAABAAQYAAAEH/8AAAABAAQgAAAEJ/8AAAABAAQoAAAEL/8AAAABAAQwAAAEN/8AAAABAAQ4AAAEP/8AAAABAARAAAAER/8AAAABAARIAAAET/8AAAABAARQAAAEV/8AAAABAARYAAAEX/8AAAABAARgAAAEZ/8AAAABAARoAAAEb/8AAAABAARwAAAEd/8AAAABAAR4AAAEf/8AAAABAASAAAAEh/8AAAABAASIAAAEj/8AAAABAASQAAAEl/8AAAABAASYAAAEn/8AAAABAASgAAAEp/8AAAABAASoAAAEr/8AAAABAASwAAAEt/8AAAABAAS4AAAEv/8AAAABAATAAAAEx/8AAAABAATIAAAEz/8AAAABAATQAAAE1/8AAAABAATYAAAE3/8AAAABAATgAAAE5/8AAAABAAToAAAE7/8AAAABAATwAAAE9/8AAAABAAT4AAAE//0AAAABAAUAAAAFB/8AAAABAAUIAAAFD/8AAAABAAUQAAAFF/8AAAABAAUYAAAFH/8AAAABAAUgAAAFJ/8AAAABAAUoAAAFL/8AAAABAAUwAAAFN/8AAAABAAU4AAAFP/8AAAABAAVAAAAFR/8AAAABAAVIAAAFT/8AAAABAAVQAAAFV/8AAAABAAVYAAAFX/8AAAABAAVgAAAFZ/8AAAABAAVoAAAFb/8AAAABAAVwAAAFd/8AAAABAAV4AAAFf/8AAAABAAWAAAAFh/8AAAABAAWIAAAFj/8AAAABAAWQAAAFl/8AAAABAAWYAAAFn/8AAAABAAWgAAAFp/8AAAABAAWoAAAFr/8AAAABAAWwAAAFt/8AAAABAAW4AAAFv/8AAAABAAXAAAAFx/8AAAABAAXIAAAFz/8AAAABAAXQAAAF1/8AAAABAAXYAAAF3/8AAAABAAXgAAAF5/8AAAABAAXoAAAF7/8AAAABAAXwAAAF9/8AAAABAAX4AAAF//0AAAABAAYAAAAGB/8AAAABAAYIAAAGD/8AAAABAAYQAAAGF/8AAAABAAYYAAAGH/8AAAABAAYgAAAGJ/8AAAABAAYoAAAGL/8AAAABAAYwAAAGN/8AAAABAAY4AAAGP/8AAAABAAZAAAAGR/8AAAABAAZIAAAGT/8AAAABAAZQAAAGV/8AAAABAAZYAAAGX/8AAAABAAZgAAAGZ/8AAAABAAZoAAAGb/8AAAABAAZwAAAGd/8AAAABAAZ4AAAGf/8AAAABAAaAAAAGh/8AAAABAAaIAAAGj/8AAAABAAaQAAAGl/8AAAABAAaYAAAGn/8AAAABAAagAAAGp/8AAAABAAaoAAAGr/8AAAABAAawAAAGt/8AAAABAAa4AAAGv/8AAAABAAbAAAAGx/8AAAABAAbIAAAGz/8AAAABAAbQAAAG1/8AAAABAAbYAAAG3/8AAAABAAbgAAAG5/8AAAABAAboAAAG7/8AAAABAAbwAAAG9/8AAAABAAb4AAAG//0AAAABAAcAAAAHB/8AAAABAAcIAAAHD/8AAAABAAcQAAAHF/8AAAABAAcYAAAHH/8AAAABAAcgAAAHJ/8AAAABAAcoAAAHL/8AAAABAAcwAAAHN/8AAAABAAc4AAAHP/8AAAABAAdAAAAHR/8AAAABAAdIAAAHT/8AAAABAAdQAAAHV/8AAAABAAdYAAAHX/8AAAABAAdgAAAHZ/8AAAABAAdoAAAHb/8AAAABAAdwAAAHd/8AAAABAAd4AAAHf/8AAAABAAeAAAAHh/8AAAABAAeIAAAHj/8AAAABAAeQAAAHl/8AAAABAAeYAAAHn/8AAAABAAegAAAHp/8AAAABAAeoAAAHr/8AAAABAAewAAAHt/8AAAABAAe4AAAHv/8AAAABAAfAAAAHx/8AAAABAAfIAAAHz/8AAAABAAfQAAAH1/8AAAABAAfYAAAH3/8AAAABAAfgAAAH5/8AAAABAAfoAAAH7/8AAAABAAfwAAAH9/8AAAABAAf4AAAH//0AAAABAAgAAAAIB/8AAAABAAgIAAAID/8AAAABAAgQAAAIF/8AAAABAAgYAAAIH/8AAAABAAggAAAIJ/8AAAABAAgoAAAIL/8AAAABAAgwAAAIN/8AAAABAAg4AAAIP/8AAAABAAhAAAAIR/8AAAABAAhIAAAIT/8AAAABAAhQAAAIV/8AAAABAAhYAAAIX/8AAAABAAhgAAAIZ/8AAAABAAhoAAAIb/8AAAABAAhwAAAId/8AAAABAAh4AAAIf/8AAAABAAiAAAAIh/8AAAABAAiIAAAIj/8AAAABAAiQAAAIl/8AAAABAAiYAAAIn/8AAAABAAigAAAIp/8AAAABAAioAAAIr/8AAAABAAiwAAAIt/8AAAABAAi4AAAIv/8AAAABAAjAAAAIx/8AAAABAAjIAAAIz/8AAAABAAjQAAAI1/8AAAABAAjYAAAI3/8AAAABAAjgAAAI5/8AAAABAAjoAAAI7/8AAAABAAjwAAAI9/8AAAABAAj4AAAI//0AAAABAAkAAAAJB/8AAAABAAkIAAAJD/8AAAABAAkQAAAJF/8AAAABAAkYAAAJH/8AAAABAAkgAAAJJ/8AAAABAAkoAAAJL/8AAAABAAkwAAAJN/8AAAABAAk4AAAJP/8AAAABAAlAAAAJR/8AAAABAAlIAAAJT/8AAAABAAlQAAAJV/8AAAABAAlYAAAJX/8AAAABAAlgAAAJZ/8AAAABAAloAAAJb/8AAAABAAlwAAAJd/8AAAABAAl4AAAJf/8AAAABAAmAAAAJh/8AAAABAAmIAAAJj/8AAAABAAmQAAAJl/8AAAABAAmYAAAJn/8AAAABAAmgAAAJp/8AAAABAAmoAAAJr/8AAAABAAmwAAAJt/8AAAABAAm4AAAJv/8AAAABAAnAAAAJx/8AAAABAAnIAAAJz/8AAAABAAnQAAAJ1/8AAAABAAnYAAAJ3/8AAAABAAngAAAJ5/8AAAABAAnoAAAJ7/8AAAABAAnwAAAJ9/8AAAABAAn4AAAJ//0AAAABAAoAAAAKB/8AAAABAAoIAAAKD/8AAAABAAoQAAAKF/8AAAABAAoYAAAKH/8AAAABAAogAAAKJ/8AAAABAAooAAAKL/8AAAABAAowAAAKN/8AAAABAAo4AAAKP/8AAAABAApAAAAKR/8AAAABAApIAAAKT/8AAAABAApQAAAKV/8AAAABAApYAAAKX/8AAAABAApgAAAKZ/8AAAABAApoAAAKb/8AAAABAApwAAAKd/8AAAABAAp4AAAKf/8AAAABAAqAAAAKh/8AAAABAAqIAAAKj/8AAAABAAqQAAAKl/8AAAABAAqYAAAKn/8AAAABAAqgAAAKp/8AAAABAAqoAAAKr/8AAAABAAqwAAAKt/8AAAABAAq4AAAKv/8AAAABAArAAAAKx/8AAAABAArIAAAKz/8AAAABAArQAAAK1/8AAAABAArYAAAK3/8AAAABAArgAAAK5/8AAAABAAroAAAK7/8AAAABAArwAAAK9/8AAAABAAr4AAAK//0AAAABAAsAAAALB/8AAAABAAsIAAALD/8AAAABAAsQAAALF/8AAAABAAsYAAALH/8AAAABAAsgAAALJ/8AAAABAAsoAAALL/8AAAABAAswAAALN/8AAAABAAs4AAALP/8AAAABAAtAAAALR/8AAAABAAtIAAALT/8AAAABAAtQAAALV/8AAAABAAtYAAALX/8AAAABAAtgAAALZ/8AAAABAAtoAAALb/8AAAABAAtwAAALd/8AAAABAAt4AAALf/8AAAABAAuAAAALh/8AAAABAAuIAAALj/8AAAABAAuQAAALl/8AAAABAAuYAAALn/8AAAABAAugAAALp/8AAAABAAuoAAALr/8AAAABAAuwAAALt/8AAAABAAu4AAALv/8AAAABAAvAAAALx/8AAAABAAvIAAALz/8AAAABAAvQAAAL1/8AAAABAAvYAAAL3/8AAAABAAvgAAAL5/8AAAABAAvoAAAL7/8AAAABAAvwAAAL9/8AAAABAAv4AAAL//0AAAABAAwAAAAMB/8AAAABAAwIAAAMD/8AAAABAAwQAAAMF/8AAAABAAwYAAAMH/8AAAABAAwgAAAMJ/8AAAABAAwoAAAML/8AAAABAAwwAAAMN/8AAAABAAw4AAAMP/8AAAABAAxAAAAMR/8AAAABAAxIAAAMT/8AAAABAAxQAAAMV/8AAAABAAxYAAAMX/8AAAABAAxgAAAMZ/8AAAABAAxoAAAMb/8AAAABAAxwAAAMd/8AAAABAAx4AAAMf/8AAAABAAyAAAAMh/8AAAABAAyIAAAMj/8AAAABAAyQAAAMl/8AAAABAAyYAAAMn/8AAAABAAygAAAMp/8AAAABAAyoAAAMr/8AAAABAAywAAAMt/8AAAABAAy4AAAMv/8AAAABAAzAAAAMx/8AAAABAAzIAAAMz/8AAAABAAzQAAAM1/8AAAABAAzYAAAM3/8AAAABAAzgAAAM5/8AAAABAAzoAAAM7/8AAAABAAzwAAAM9/8AAAABAAz4AAAM//0AAAABAA0AAAANB/8AAAABAA0IAAAND/8AAAABAA0QAAANF/8AAAABAA0YAAANH/8AAAABAA0gAAANJ/8AAAABAA0oAAANL/8AAAABAA0wAAANN/8AAAABAA04AAANP/8AAAABAA1AAAANR/8AAAABAA1IAAANT/8AAAABAA1QAAANV/8AAAABAA1YAAANX/8AAAABAA1gAAANZ/8AAAABAA1oAAANb/8AAAABAA1wAAANd/8AAAABAA14AAANf/8AAAABAA2AAAANh/8AAAABAA2IAAANj/8AAAABAA2QAAANl/8AAAABAA2YAAANn/8AAAABAA2gAAANp/8AAAABAA2oAAANr/8AAAABAA2wAAANt/8AAAABAA24AAANv/8AAAABAA3AAAANx/8AAAABAA3IAAANz/8AAAABAA3QAAAN1/8AAAABAA3YAAAN3/8AAAABAA3gAAAN5/8AAAABAA3oAAAN7/8AAAABAA3wAAAN9/8AAAABAA34AAAN//0AAAABAA4AAAAOB/8AAAABAA4IAAAOD/8AAAABAA4QAAAOF/8AAAABAA4YAAAOH/8AAAABAA4gAAAOJ/8AAAABAA4oAAAOL/8AAAABAA4wAAAON/8AAAABAA44AAAOP/8AAAABAA5AAAAOR/8AAAABAA5IAAAOT/8AAAABAA5QAAAOV/8AAAABAA5YAAAOX/8AAAABAA5gAAAOZ/8AAAABAA5oAAAOb/8AAAABAA5wAAAOd/8AAAABAA54AAAOf/8AAAABAA6AAAAOh/8AAAABAA6IAAAOj/8AAAABAA6QAAAOl/8AAAABAA6YAAAOn/8AAAABAA6gAAAOp/8AAAABAA6oAAAOr/8AAAABAA6wAAAOt/8AAAABAA64AAAOv/8AAAABAA7AAAAOx/8AAAABAA7IAAAOz/8AAAABAA7QAAAO1/8AAAABAA7YAAAO3/8AAAABAA7gAAAO5/8AAAABAA7oAAAO7/8AAAABAA7wAAAO9/8AAAABAA74AAAO//0AAAABAA8AAAAPB/8AAAABAA8IAAAPD/8AAAABAA8QAAAPF/8AAAABAA8YAAAPH/8AAAABAA8gAAAPJ/8AAAABAA8oAAAPL/8AAAABAA8wAAAPN/8AAAABAA84AAAPP/8AAAABAA9AAAAPR/8AAAABAA9IAAAPT/8AAAABAA9QAAAPV/8AAAABAA9YAAAPX/8AAAABAA9gAAAPZ/8AAAABAA9oAAAPb/8AAAABAA9wAAAPd/8AAAABAA94AAAPf/8AAAABAA+AAAAPh/8AAAABAA+IAAAPj/8AAAABAA+QAAAPl/8AAAABAA+YAAAPn/8AAAABAA+gAAAPp/8AAAABAA+oAAAPr/8AAAABAA+wAAAPt/8AAAABAA+4AAAPv/8AAAABAA/AAAAPx/8AAAABAA/IAAAPz/8AAAABAA/QAAAP1/8AAAABAA/YAAAP3/8AAAABAA/gAAAP5/8AAAABAA/oAAAP7/8AAAABAA/wAAAP9/8AAAABAA/4AAAP//0AAAABABAAAAAQB/8AAAABABAIAAAQD/8AAAABABAQAAAQF/8AAAABABAYAAAQH/8AAAABABAgAAAQJ/8AAAABABAoAAAQL/8AAAABABAwAAAQN/8AAAABABA4AAAQP/8AAAABABBAAAAQR/8AAAABABBIAAAQT/8AAAABABBQAAAQV/8AAAABABBYAAAQX/8AAAABABBgAAAQZ/8AAAABABBoAAAQb/8AAAABABBwAAAQd/8AAAABABB4AAAQf/8AAAABABCAAAAQh/8AAAABABCIAAAQj/8AAAABABCQAAAQl/8AAAABABCYAAAQn/8AAAABABCgAAAQp/8AAAABABCoAAAQr/8AAAABABCwAAAQt/8AAAABABC4AAAQv/8AAAABABDAAAAQx/8AAAABABDIAAAQz/8AAAABABDQAAAQ1/8AAAABABDYAAAQ3/8AAAABABDgAAAQ5/8AAAABABDoAAAQ7/8AAAABABDwAAAQ9/8AAAABABD4AAAQ//0AAAABAAMAAAAAAAD/tQAyAAAAAAAAAAAAAAAAAAAAAAAAAAABAAQCAAEBAQtBZG9iZUJsYW5rAAEBATD4G/gciwwe+B0B+B4Ci/sM+gD6BAUeGgA/DB8cCAEMIvdMD/dZEfdRDCUcGRYMJAAFAQEGDk1YZ0Fkb2JlSWRlbnRpdHlDb3B5cmlnaHQgMjAxMyBBZG9iZSBTeXN0ZW1zIEluY29ycG9yYXRlZC4gQWxsIFJpZ2h0cyBSZXNlcnZlZC5BZG9iZSBCbGFua0Fkb2JlQmxhbmstMjA0OQAAAgABB/8DAAEAAAAIAQgBAgABAEsATABNAE4ATwBQAFEAUgBTAFQAVQBWAFcAWABZAFoAWwBcAF0AXgBfAGAAYQBiAGMAZABlAGYAZwBoAGkAagBrAGwAbQBuAG8AcABxAHIAcwB0AHUAdgB3AHgAeQB6AHsAfAB9AH4AfwCAAIEAggCDAIQAhQCGAIcAiACJAIoAiwCMAI0AjgCPAJAAkQCSAJMAlACVAJYAlwCYAJkAmgCbAJwAnQCeAJ8AoAChAKIAowCkAKUApgCnAKgAqQCqAKsArACtAK4ArwCwALEAsgCzALQAtQC2ALcAuAC5ALoAuwC8AL0AvgC/AMAAwQDCAMMAxADFAMYAxwDIAMkAygDLAMwAzQDOAM8A0ADRANIA0wDUANUA1gDXANgA2QDaANsA3ADdAN4A3wDgAOEA4gDjAOQA5QDmAOcA6ADpAOoA6wDsAO0A7gDvAPAA8QDyAPMA9AD1APYA9wD4APkA+gD7APwA/QD+AP8BAAEBAQIBAwEEAQUBBgEHAQgBCQEKAQsBDAENAQ4BDwEQAREBEgETARQBFQEWARcBGAEZARoBGwEcAR0BHgEfASABIQEiASMBJAElASYBJwEoASkBKgErASwBLQEuAS8BMAExATIBMwE0ATUBNgE3ATgBOQE6ATsBPAE9AT4BPwFAAUEBQgFDAUQBRQFGAUcBSAFJAUoBSwFMAU0BTgFPAVABUQFSAVMBVAFVAVYBVwFYAVkBWgFbAVwBXQFeAV8BYAFhAWIBYwFkAWUBZgFnAWgBaQFqAWsBbAFtAW4BbwFwAXEBcgFzAXQBdQF2AXcBeAF5AXoBewF8AX0BfgF/AYABgQGCAYMBhAGFAYYBhwGIAYkBigGLAYwBjQGOAY8BkAGRAZIBkwGUAZUBlgGXAZgBmQGaAZsBnAGdAZ4BnwGgAaEBogGjAaQBpQGmAacBqAGpAaoBqwGsAa0BrgGvAbABsQGyAbMBtAG1AbYBtwG4AbkBugG7AbwBvQG+Ab8BwAHBAcIBwwHEAcUBxgHHAcgByQHKAcsBzAHNAc4BzwHQAdEB0gHTAdQB1QHWAdcB2AHZAdoB2wHcAd0B3gHfAeAB4QHiAeMB5AHlAeYB5wHoAekB6gHrAewB7QHuAe8B8AHxAfIB8wH0AfUB9gH3AfgB+QH6AfsB/AH9Af4B/wIAAgECAgIDAgQCBQIGAgcCCAIJAgoCCwIMAg0CDgIPAhACEQISAhMCFAIVAhYCFwIYAhkCGgIbAhwCHQIeAh8CIAIhAiICIwIkAiUCJgInAigCKQIqAisCLAItAi4CLwIwAjECMgIzAjQCNQI2AjcCOAI5AjoCOwI8Aj0CPgI/AkACQQJCAkMCRAJFAkYCRwJIAkkCSgJLAkwCTQJOAk8CUAJRAlICUwJUAlUCVgJXAlgCWQJaAlsCXAJdAl4CXwJgAmECYgJjAmQCZQJmAmcCaAJpAmoCawJsAm0CbgJvAnACcQJyAnMCdAJ1AnYCdwJ4AnkCegJ7AnwCfQJ+An8CgAKBAoICgwKEAoUChgKHAogCiQKKAosCjAKNAo4CjwKQApECkgKTApQClQKWApcCmAKZApoCmwKcAp0CngKfAqACoQKiAqMCpAKlAqYCpwKoAqkCqgKrAqwCrQKuAq8CsAKxArICswK0ArUCtgK3ArgCuQK6ArsCvAK9Ar4CvwLAAsECwgLDAsQCxQLGAscCyALJAsoCywLMAs0CzgLPAtAC0QLSAtMC1ALVAtYC1wLYAtkC2gLbAtwC3QLeAt8C4ALhAuIC4wLkAuUC5gLnAugC6QLqAusC7ALtAu4C7wLwAvEC8gLzAvQC9QL2AvcC+AL5AvoC+wL8Av0C/gL/AwADAQMCAwMDBAMFAwYDBwMIAwkDCgMLAwwDDQMOAw8DEAMRAxIDEwMUAxUDFgMXAxgDGQMaAxsDHAMdAx4DHwMgAyEDIgMjAyQDJQMmAycDKAMpAyoDKwMsAy0DLgMvAzADMQMyAzMDNAM1AzYDNwM4AzkDOgM7AzwDPQM+Az8DQANBA0IDQwNEA0UDRgNHA0gDSQNKA0sDTANNA04DTwNQA1EDUgNTA1QDVQNWA1cDWANZA1oDWwNcA10DXgNfA2ADYQNiA2MDZANlA2YDZwNoA2kDagNrA2wDbQNuA28DcANxA3IDcwN0A3UDdgN3A3gDeQN6A3sDfAN9A34DfwOAA4EDggODA4QDhQOGA4cDiAOJA4oDiwOMA40DjgOPA5ADkQOSA5MDlAOVA5YDlwOYA5kDmgObA5wDnQOeA58DoAOhA6IDowOkA6UDpgOnA6gDqQOqA6sDrAOtA64DrwOwA7EDsgOzA7QDtQO2A7cDuAO5A7oDuwO8A70DvgO/A8ADwQPCA8MDxAPFA8YDxwPIA8kDygPLA8wDzQPOA88D0APRA9ID0wPUA9UD1gPXA9gD2QPaA9sD3APdA94D3wPgA+ED4gPjA+QD5QPmA+cD6APpA+oD6wPsA+0D7gPvA/AD8QPyA/MD9AP1A/YD9wP4A/kD+gP7A/wD/QP+A/8EAAQBBAIEAwQEBAUEBgQHBAgECQQKBAsEDAQNBA4EDwQQBBEEEgQTBBQEFQQWBBcEGAQZBBoEGwQcBB0EHgQfBCAEIQQiBCMEJAQlBCYEJwQoBCkEKgQrBCwELQQuBC8EMAQxBDIEMwQ0BDUENgQ3BDgEOQQ6BDsEPAQ9BD4EPwRABEEEQgRDBEQERQRGBEcESARJBEoESwRMBE0ETgRPBFAEUQRSBFMEVARVBFYEVwRYBFkEWgRbBFwEXQReBF8EYARhBGIEYwRkBGUEZgRnBGgEaQRqBGsEbARtBG4EbwRwBHEEcgRzBHQEdQR2BHcEeAR5BHoEewR8BH0EfgR/BIAEgQSCBIMEhASFBIYEhwSIBIkEigSLBIwEjQSOBI8EkASRBJIEkwSUBJUElgSXBJgEmQSaBJsEnASdBJ4EnwSgBKEEogSjBKQEpQSmBKcEqASpBKoEqwSsBK0ErgSvBLAEsQSyBLMEtAS1BLYEtwS4BLkEugS7BLwEvQS+BL8EwATBBMIEwwTEBMUExgTHBMgEyQTKBMsEzATNBM4EzwTQBNEE0gTTBNQE1QTWBNcE2ATZBNoE2wTcBN0E3gTfBOAE4QTiBOME5ATlBOYE5wToBOkE6gTrBOwE7QTuBO8E8ATxBPIE8wT0BPUE9gT3BPgE+QT6BPsE/AT9BP4E/wUABQEFAgUDBQQFBQUGBQcFCAUJBQoFCwUMBQ0FDgUPBRAFEQUSBRMFFAUVBRYFFwUYBRkFGgUbBRwFHQUeBR8FIAUhBSIFIwUkBSUFJgUnBSgFKQUqBSsFLAUtBS4FLwUwBTEFMgUzBTQFNQU2BTcFOAU5BToFOwU8BT0FPgU/BUAFQQVCBUMFRAVFBUYFRwVIBUkFSgVLBUwFTQVOBU8FUAVRBVIFUwVUBVUFVgVXBVgFWQVaBVsFXAVdBV4FXwVgBWEFYgVjBWQFZQVmBWcFaAVpBWoFawVsBW0FbgVvBXAFcQVyBXMFdAV1BXYFdwV4BXkFegV7BXwFfQV+BX8FgAWBBYIFgwWEBYUFhgWHBYgFiQWKBYsFjAWNBY4FjwWQBZEFkgWTBZQFlQWWBZcFmAWZBZoFmwWcBZ0FngWfBaAFoQWiBaMFpAWlBaYFpwWoBakFqgWrBawFrQWuBa8FsAWxBbIFswW0BbUFtgW3BbgFuQW6BbsFvAW9Bb4FvwXABcEFwgXDBcQFxQXGBccFyAXJBcoFywXMBc0FzgXPBdAF0QXSBdMF1AXVBdYF1wXYBdkF2gXbBdwF3QXeBd8F4AXhBeIF4wXkBeUF5gXnBegF6QXqBesF7AXtBe4F7wXwBfEF8gXzBfQF9QX2BfcF+AX5BfoF+wX8Bf0F/gX/BgAGAQYCBgMGBAYFBgYGBwYIBgkGCgYLBgwGDQYOBg8GEAYRBhIGEwYUBhUGFgYXBhgGGQYaBhsGHAYdBh4GHwYgBiEGIgYjBiQGJQYmBicGKAYpBioGKwYsBi0GLgYvBjAGMQYyBjMGNAY1BjYGNwY4BjkGOgY7BjwGPQY+Bj8GQAZBBkIGQwZEBkUGRgZHBkgGSQZKBksGTAZNBk4GTwZQBlEGUgZTBlQGVQZWBlcGWAZZBloGWwZcBl0GXgZfBmAGYQZiBmMGZAZlBmYGZwZoBmkGagZrBmwGbQZuBm8GcAZxBnIGcwZ0BnUGdgZ3BngGeQZ6BnsGfAZ9Bn4GfwaABoEGggaDBoQGhQaGBocGiAaJBooGiwaMBo0GjgaPBpAGkQaSBpMGlAaVBpYGlwaYBpkGmgabBpwGnQaeBp8GoAahBqIGowakBqUGpganBqgGqQaqBqsGrAatBq4GrwawBrEGsgazBrQGtQa2BrcGuAa5BroGuwa8Br0Gvga/BsAGwQbCBsMGxAbFBsYGxwbIBskGygbLBswGzQbOBs8G0AbRBtIG0wbUBtUG1gbXBtgG2QbaBtsG3AbdBt4G3wbgBuEG4gbjBuQG5QbmBucG6AbpBuoG6wbsBu0G7gbvBvAG8QbyBvMG9Ab1BvYG9wb4BvkG+gb7BvwG/Qb+Bv8HAAcBBwIHAwcEBwUHBgcHBwgHCQcKBwsHDAcNBw4HDwcQBxEHEgcTBxQHFQcWBxcHGAcZBxoHGwccBx0HHgcfByAHIQciByMHJAclByYHJwcoBykHKgcrBywHLQcuBy8HMAcxBzIHMwc0BzUHNgc3BzgHOQc6BzsHPAc9Bz4HPwdAB0EHQgdDB0QHRQdGB0cHSAdJB0oHSwdMB00HTgdPB1AHUQdSB1MHVAdVB1YHVwdYB1kHWgdbB1wHXQdeB18HYAdhB2IHYwdkB2UHZgdnB2gHaQdqB2sHbAdtB24HbwdwB3EHcgdzB3QHdQd2B3cHeAd5B3oHewd8B30Hfgd/B4AHgQeCB4MHhAeFB4YHhweIB4kHigeLB4wHjQeOB48HkAeRB5IHkweUB5UHlgeXB5gHmQeaB5sHnAedB54HnwegB6EHogejB6QHpQemB6cHqAepB6oHqwesB60HrgevB7AHsQeyB7MHtAe1B7YHtwe4B7kHuge7B7wHvQe+B78HwAfBB8IHwwfEB8UHxgfHB8gHyQfKB8sHzAfNB84HzwfQB9EH0gfTB9QH1QfWB9cH2AfZB9oH2wfcB90H3gffB+AH4QfiB+MH5AflB+YH5wfoB+kH6gfrB+wH7QfuB+8H8AfxB/IH8wf0B/UH9gf3B/gH+Qf6B/sH/Af9B/4H/wgACAEIAggDCAQIBQgGCAcICAgJCAoICwgMCA0IDggPCBAIEQgSCBMIFAgVCBYIFwgYCBkIGggbCBwIHQgeCB8IIAghCCIIIwgkCCUIJggnCCgIKQgqCCsILAgtCC4ILwgwCDEIMggzCDQINQg2CDcIOAg5CDoIOwg8CD0IPgg/CEAIQQhCCEMIRAhFCEYIRwhICEkISghLIPsMt/oktwH3ELf5LLcD9xD6BBX+fPmE+nwH/Vj+JxX50gf3xfwzBaawFfvF+DcF+PYGpmIV/dIH+8X4MwVwZhX3xfw3Bfz2Bg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODgABAQEK+B8MJpocGSQS+46LHAVGiwa9Cr0L+ucVAAPoAHwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAA);
}
@font-face {
  font-family: PalatinoLinotypeItalic;
  src: url(../../fonts/PalatinoLinotypeItalic.eot);
  src: url(../../fonts/PalatinoLinotypeItalic.eot?#iefix)
      format("embedded-opentype"),
    url(../../fonts/PalatinoLinotypeItalic.woff) format("woff"),
    url(../../fonts/PalatinoLinotypeItalic.ttf) format("truetype"),
    url(../../fonts/PalatinoLinotypeItalic.svg#PalatinoLinotype-Italic)
      format("svg");
}
@font-face {
  font-family: PalatinoLinotypeBold;
  src: url(../../fonts/PalatinoLinotypeBold.eot);
  src: url(../../fonts/PalatinoLinotypeBold.eot?#iefix)
      format("embedded-opentype"),
    url(../../fonts/PalatinoLinotypeBold.woff) format("woff"),
    url(../../fonts/PalatinoLinotypeBold.ttf) format("truetype"),
    url(../../fonts/PalatinoLinotypeBold.svg#PalatinoLinotype-Bold)
      format("svg");
}
@font-face {
  font-family: PalatinoLinotypeRoman;
  src: url(../../fonts/PalatinoLinotypeRoman.eot);
  src: url(../../fonts/PalatinoLinotypeRoman.eot?#iefix)
      format("embedded-opentype"),
    url(../../fonts/PalatinoLinotypeRoman.woff) format("woff"),
    url(../../fonts/PalatinoLinotypeRoman.ttf) format("truetype"),
    url(../../fonts/PalatinoLinotypeRoman.svg#PalatinoLinotype-Roman)
      format("svg");
}
@font-face {
  font-family: AvenirNextLTProMedium;
  src: url(../../fonts/AvenirNextLTProMedium.eot);
  src: url(../../fonts/AvenirNextLTProMedium.eot?#iefix)
      format("embedded-opentype"),
    url(../../fonts/AvenirNextLTProMedium.woff) format("woff"),
    url(../../fonts/AvenirNextLTProMedium.ttf) format("truetype"),
    url(../../fonts/AvenirNextLTProMedium.svg#AvenirNextLTPro-Medium)
      format("svg");
}
@font-face {
  font-family: AvenirNextLTProDemi;
  src: url(../../fonts/AvenirNextLTProDemi.eot);
  src: url(../../fonts/AvenirNextLTProDemi.eot?#iefix)
      format("embedded-opentype"),
    url(../../fonts/AvenirNextLTProDemi.woff) format("woff"),
    url(../../fonts/AvenirNextLTProDemi.ttf) format("truetype"),
    url(../../fonts/AvenirNextLTProDemi.svg#AvenirNextLTPro-Demi) format("svg");
}
@font-face {
  font-family: AvenirNextLTProRegular;
  src: url(../../fonts/AvenirNextLTProRegular.eot);
  src: url(../../fonts/AvenirNextLTProRegular.eot?#iefix)
      format("embedded-opentype"),
    url(../../fonts/AvenirNextLTProRegular.woff) format("woff"),
    url(../../fonts/AvenirNextLTProRegular.ttf) format("truetype"),
    url(../../fonts/AvenirNextLTProRegular.svg#AvenirNextLTPro-Regular)
      format("svg");
}
@font-face {
  font-family: AvenirNextLTProBold;
  src: url(../../fonts/AvenirNextLTProBold.eot);
  src: url(../../fonts/AvenirNextLTProBold.eot?#iefix)
      format("embedded-opentype"),
    url(../../fonts/AvenirNextLTProBold.woff) format("woff"),
    url(../../fonts/AvenirNextLTProBold.ttf) format("truetype"),
    url(../../fonts/AvenirNextLTProBold.svg#AvenirNextLTPro-Bold) format("svg");
}
@font-face {
  font-family: AvenirNextLTProDemiCn;
  src: url(../../fonts/AvenirNextLTProDemiCn.eot);
  src: url(../../fonts/AvenirNextLTProDemiCn.eot?#iefix)
      format("embedded-opentype"),
    url(../../fonts/AvenirNextLTProDemiCn.woff) format("woff"),
    url(../../fonts/AvenirNextLTProDemiCn.ttf) format("truetype"),
    url(../../fonts/AvenirNextLTProDemiCn.svg#AvenirNextLTPro-DemiCn)
      format("svg");
}
@font-face {
  font-family: AvenirNextLTProItalic;
  src: url(../../fonts/AvenirNextLTProItalic.eot);
  src: url(../../fonts/AvenirNextLTProItalic.eot?#iefix)
      format("embedded-opentype"),
    url(../../fonts/AvenirNextLTProItalic.woff) format("woff"),
    url(../../fonts/AvenirNextLTProItalic.ttf) format("truetype"),
    url(../fonts/AvenirNextLTProItalic.svg#AvenirNextLTPro-It) format("svg");
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: PalatinoLinotypeItalic;
    src: url(../fonts/PalatinoLinotypeItalic.svg#PalatinoLinotype-Italic)
      format("svg");
  }
  @font-face {
    font-family: PalatinoLinotypeBold;
    src: url(../../fonts/PalatinoLinotypeBold.svg#PalatinoLinotype-Bold)
      format("svg");
  }
  @font-face {
    font-family: PalatinoLinotypeRoman;
    src: url(../../fonts/PalatinoLinotypeRoman.svg#PalatinoLinotype-Roman)
      format("svg");
  }
  @font-face {
    font-family: AvenirNextLTProMedium;
    src: url(../../fonts/AvenirNextLTProMedium.svg#AvenirNextLTPro-Medium)
      format("svg");
  }
  @font-face {
    font-family: AvenirNextLTProDemi;
    src: url(../../fonts/AvenirNextLTProDemi.svg#AvenirNextLTPro-Demi)
      format("svg");
  }
  @font-face {
    font-family: AvenirNextLTProRegular;
    src: url(../../fonts/AvenirNextLTProRegular.svg#AvenirNextLTPro-Regular)
      format("svg");
  }
  @font-face {
    font-family: AvenirNextLTProBold;
    src: url(../../fonts/AvenirNextLTProBold.svg#AvenirNextLTPro-Bold)
      format("svg");
  }
  @font-face {
    font-family: AvenirNextLTProDemiCn;
    src: url(../../fonts/AvenirNextLTProDemiCn.svg#AvenirNextLTPro-DemiCn)
      format("svg");
  }
  @font-face {
    font-family: AvenirNextLTProItalic;
    src: url(../../fonts/AvenirNextLTProItalic.svg#AvenirNextLTPro-It)
      format("svg");
  }
}
.page-template-expert-roundup {
  font-family: AvenirNextLTProRegular, Arial, Helvetica, sans-serif;
}
.page-template-expert-roundup #main {
  overflow: hidden;
}
.page-template-expert-roundup h2,
.page-template-expert-roundup h3,
.page-template-expert-roundup h4,
.page-template-expert-roundup h5,
.page-template-expert-roundup h6 {
  margin: 0 0 15px;
  margin-bottom: 15px;
  text-align: left;
}
.page-template-expert-roundup h2 {
  font: 33px/37px AvenirNextLTProRegular, Arial, Helvetica, sans-serif;
  line-height: 37px;
  color: #000;
}
.page-template-expert-roundup .ssbp-list {
  display: inline-block !important;
}
.page-template-expert-roundup
  .social-share
  .ssbp--theme-2.ssbp--centred
  .ssbp-list
  li {
  display: block !important;
}
.home-banner {
  margin: 0 0 3px;
  margin-bottom: 3px;
  position: relative;
  overflow: hidden;
  height: 708px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.home-banner > figcaption {
  position: absolute;
  z-index: 30;
  bottom: 0;
  left: 0;
  right: 0;
}
.home-banner > figcaption {
  position: absolute;
  z-index: 30;
  bottom: -36px;
  left: 0;
  right: 0;
}
.home-banner > figcaption .container {
  padding-top: 20px;
  padding-bottom: 440px;
  position: relative;
}
.home-banner header {
  text-align: center;
  padding: 0 0 28px;
  color: #fff;
  font: 38px/42px PalatinoLinotypeItalic, "Times New Roman", Times, serif;
}
.banner-home .banner-text .home-banner header .banner-title,
.home-banner header .banner-home .banner-text .banner-title,
.home-banner header h1,
.home-banner header h2 {
  color: #fff;
  margin: 0 0 4px;
  margin-bottom: 4px;
  font: 91px/95px PalatinoLinotypeRoman, "Times New Roman", Times, serif;
  font-weight: 400;
  line-height: 95px;
  letter-spacing: 2px;
  text-shadow: 1px 1px 1px rgba(0, 1, 1, 0.35);
  text-transform: none;
}
.home-banner header p {
  margin: 0;
}
.social-share {
  position: fixed;
  top: 30%;
  width: 60px;
  left: 0;
  z-index: 9999;
}
@media (max-width: 767px) {
  .social-share {
    top: unset;
    bottom: 0;
  }
}
.info {
  color: #000;
  font-size: 20px;
  line-height: 33px;
  margin: 0 0 1px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
}
.info .block {
  float: left;
  width: 50.1%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 66px 44px 0;
}
.info .block p {
  margin: 0;
  text-align: justify;
}
.truck-big-text {
  color: #913100;
  letter-spacing: 2px;
  font-size: 22px;
  font-weight: 700;
}
.avvo-info {
  float: left;
  width: 49.9%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 0 44px 49px;
  position: relative;
}
.avvo-info:before {
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  left: 0;
  right: -9999px;
  background: #f1eeea;
  content: "";
  display: block;
}
.avvo-info * {
  position: relative;
  z-index: 20;
}
.avvo-info .sep {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  width: 29px;
}
.avvo-info .sep:after,
.avvo-info .sep:before {
  position: absolute;
  z-index: 20;
  left: 0;
  right: 0;
  background: url(../../images/sep-01.png) no-repeat;
  content: "";
}
.avvo-info .sep:before {
  top: 0;
  bottom: 202px;
  background-position: 0 0;
}
.avvo-info .sep:after {
  bottom: 0;
  height: 202px;
  background-position: 100% 100%;
}
.expert-banner {
  background: url(../../images/expert-roundup-header.png) center top no-repeat !important;
  height: 626px;
  margin-bottom: 0;
}
.expert-banner > figcaption .container {
  padding-bottom: 130px;
}
.expert-banner h3 {
  color: #fff;
  letter-spacing: 2px;
  font: 24px/28px AvenirNextLTProRegular, Arial, Helvetica, sans-serif;
  text-align: center;
}
.expert-banner p {
  font-family: AvenirNextLTProRegular, Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 33px;
  color: #fff;
}
.banner-home .banner-text .expert-banner .banner-title,
.expert-banner .banner-home .banner-text .banner-title,
.expert-banner h1 {
  color: #ffb413 !important;
  line-height: 60px !important;
  margin-bottom: 50px !important;
  font-weight: 700 !important;
  letter-spacing: 6px !important;
}
.expert-say-info {
  padding: 100px 0;
}
.expert-say-info p {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 33px;
}
.expert-left {
  width: 25%;
  float: left;
}
.expert-left img {
  max-width: 100%;
}
.expert-right {
  width: 75%;
  float: right;
  padding-top: 10px;
}
.expert-right h2 {
  letter-spacing: 3px;
  color: #fff;
  margin-bottom: 10px;
  line-height: 30px;
}
.expert-org {
  margin-bottom: 50px;
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.expert-comment {
  padding-bottom: 120px;
  color: #fff;
}
.expert-right h2 span {
  font-weight: 700;
  color: #a1e4ff;
}
.expert-clear {
  clear: both;
}
.expert-info .avvo-info,
.expert-info .block {
  padding: 100px 33px;
  height: auto;
}
.expert-info .block {
  padding-right: 80px;
}
.expert-info .avvo-info ul {
  margin-top: 0;
}
.expert-info .avvo-info ul li {
  vertical-align: top;
  background: url(../../images/expert-pointer.png) left top no-repeat;
  padding-left: 60px;
  list-style: none;
  padding-bottom: 20px;
}
.experience-info {
  margin: 0 0 4px;
  background: #0f5673;
  position: relative;
  z-index: 25;
}
.experience-info .container {
  padding-top: 68px;
}
.experience-info header {
  color: #fff;
  padding: 0 0 78px;
  text-align: center;
  font: 27px/31px PalatinoLinotypeItalic, "Times New Roman", Times, serif;
}
.experience-info header h2 {
  color: #fff;
  padding: 0 0 23px;
  margin: 0 0 17px;
  position: relative;
  font: 51px/55px AvenirNextLTProDemi, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-align: center;
}
.experience-info header h2:before {
  content: "";
  position: absolute;
  z-index: 20;
  bottom: 0;
  left: 50%;
  width: 58px;
  height: 1px;
  margin: 0 0 0 -29px;
  background: #919191;
}
.experience-info header p {
  margin: 0;
}
.experience-info .cols {
  padding: 0 0 81px;
  text-align: center;
  margin: 0 -15px;
}
.experience-info .cols .col {
  float: left;
  width: 33.33%;
  color: #fff;
  font-size: 20px;
  line-height: 29px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
}
.experience-info .cols .block {
  padding: 0 0 36px;
}
.experience-info .cols h3 {
  color: #dedede;
  margin: 0 0 14px;
  font: 29px/35px PalatinoLinotypeRoman, "Times New Roman", Times, serif;
}
.experience-info .cols p {
  margin: 0;
}
.experience-info footer {
  text-align: center;
  padding: 0 0 48px;
}
@media screen and (max-width: 991px) {
  .info .block {
    width: 53.2%;
    padding: 23px 20px 36px 0;
  }
  .info .block p {
    padding: 0 14px 0 0;
  }
  .experience-info {
    margin: 0 0 5px;
  }
  .experience-info .container {
    padding-top: 43px;
  }
  .experience-info header {
    padding: 0 0 64px;
  }
  .experience-info header h2 {
    padding: 0 0 23px;
    margin: 0 0 17px;
  }
  .experience-info .cols {
    padding: 0 0 45px;
    margin: 0 -10px;
  }
  .experience-info .cols .col {
    padding: 0 15px;
  }
  .experience-info .cols .block {
    padding: 0 0 38px;
  }
  .experience-info .cols h3 {
    margin: 0 0 42px;
  }
  .experience-info footer {
    padding: 0 0 15px;
  }
  .expert-banner > figcaption .container {
    padding-bottom: 120px !important;
  }
  .expert-banner > figcaption .container img {
    width: 5%;
  }
  .expert-comment {
    color: #fff;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 50px;
    padding-bottom: 70px !important;
  }
  .expert-comment:last-child {
    border-bottom: none !important;
  }
  .expert-left {
    width: 100% !important;
    float: none !important;
    margin: 0 auto !important;
    text-align: center !important;
  }
  .expert-left img {
    width: 10%;
  }
  .expert-right {
    width: 100% !important;
    float: right !important;
    padding-top: 10px;
    text-align: center;
  }
  .expert-info .avvo-info {
    width: 46%;
  }
}
@media screen and (max-width: 767px),
  screen and (orientation: landscape) and (max-width: 767px),
  screen and (orientation: portrait) and (max-width: 767px) {
  .info .block {
    float: none;
    width: auto;
    height: auto !important;
    padding: 34px 0 25px;
  }
  .info .block p {
    padding: 0;
  }
  .experience-info {
    margin: 0 0 4px;
  }
  .experience-info .container {
    padding-top: 34px;
  }
  .experience-info header {
    padding: 0 0 55px;
    font-size: 27px;
    line-height: 32px;
  }
  .experience-info header h2 {
    padding: 0 0 25px;
    margin: 0 0 17px;
    font-size: 40px;
    line-height: 48px;
  }
  .experience-info .cols {
    padding: 0 0 51px;
    margin: 0;
  }
  .experience-info .cols .col {
    float: none;
    width: auto;
    font-size: 20px;
    line-height: 29px;
    padding: 0;
  }
  .experience-info .cols .col + .col {
    padding-top: 51px;
  }
  .experience-info .cols .block {
    height: auto !important;
    padding: 0 0 28px;
  }
  .experience-info .cols h3 {
    margin: 0 0 14px;
    font-size: 29px;
    line-height: 35px;
  }
  .experience-info footer {
    padding: 0 0 46px;
  }
  .expert-info .avvo-info {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
  .expert-info .avvo-info:before {
    right: 0;
  }
  .expert-banner p,
  .expert-say-info p {
    font-size: 18px !important;
    line-height: 26px !important;
  }
  .expert-banner {
    height: 500px !important;
  }
  .banner-home .banner-text .expert-banner header .banner-title,
  .expert-banner header .banner-home .banner-text .banner-title,
  .expert-banner header h1 {
    font-size: 38px;
  }
  .expert-right h2 {
    text-align: center;
    margin-bottom: 10px !important;
  }
  .expert-info .avvo-info {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .banner-home .banner-text .expert-banner .banner-title,
  .expert-banner .banner-home .banner-text .banner-title,
  .expert-banner h1 {
    line-height: 10px !important;
  }
}
@media (max-width: 600px) {
  .expert-banner img {
    display: none;
  }
  .expert-banner > figcaption .container {
    padding-bottom: 70px !important;
  }
  .banner-home .banner-text .expert-banner header .banner-title,
  .expert-banner header .banner-home .banner-text .banner-title,
  .expert-banner header h1 {
    font-size: 35px;
    line-height: 30px !important;
    margin-bottom: 20px !important;
  }
  .expert-banner h3 {
    letter-spacing: normal;
    font: 20px/28px AvenirNextLTProRegular, Arial, Helvetica, sans-serif !important;
    margin-bottom: 0 !important;
  }
  .expert-info .avvo-info,
  .expert-info .block {
    padding: 34px 0 25px !important;
  }
  .expert-info .avvo-info {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .expert-info .avvo-info ul {
    padding-left: 0;
  }
  .expert-right {
    padding-top: 10px !important;
  }
  .expert-right h2 {
    margin-bottom: 0;
    font-size: 25px;
  }
  .expert-say-info p {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .expert-right .logo {
    width: 25%;
  }
}
@media (max-width: 320px) {
  .expert-banner {
    height: 540px !important;
  }
}
ul.teen-socials li:before {
  background: 0 0 !important;
}
ul.teen-socials li {
  padding: 0 !important;
}
ul.teen-socials {
  margin-left: 0 !important;
}
@media (max-width: 375px) {
  body.home img.align {
    max-width: 34%;
  }
}
/* @media (max-width: 400px) {
    body,
    html {
        overflow-x: hidden;
    }
} */

.vid-searchform input[type="text"] {
  padding: 10px 10px 10px 20px;
  width: 100%;
  border: 1px solid #ddd;
  color: #626262;
  font-family: Lato, sans-serif;
  text-transform: uppercase;
  background: #fff;
}

.vid-searchform input[type="text"]::-webkit-input-placeholder {
  opacity: 1;
}

.vid-searchform input[type="text"]::-moz-placeholder {
  opacity: 1;
}

.vid-searchform input[type="text"]:-moz-placeholder {
  opacity: 1;
}

.vid-searchform input[type="text"]:-ms-input-placeholder {
  opacity: 1;
}

.vid-searchform input[type="text"].placeholder {
  opacity: 1;
}

.vid-searchform .ab-search {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  height: 23px;
  width: 23px;
}

.vid-searchform input[type="submit"] {
  height: 23px;
  width: 23px;
  border: none;
  background-color: transparent;
  position: absolute;
  color: transparent;
}

.video-searchform .vid-searchform input[type="text"] {
  background-image: none !important;
  text-transform: none;
  line-height: 1;
  padding: 20px 50px 20px 20px;
  border: 1px solid #abaaa9 !important;
  font-weight: 100 !important;
  font-family: Lato, sans-serif;
  font-size: 16px;
  min-height: 42px;
}

.video-searchform .vid-searchform .ab-search {
  width: 49px;
  height: 100%;
  background: transparent;
  right: 0;
}

.video-searchform .vid-searchform input[type="submit"] {
  height: 100%;
  width: 100%;
  cursor: pointer;
}

.vid-searchform img {
  margin-top: 11px;
  margin-left: 0;
}

.menu-search .video-searchform {
  min-width: auto;
  max-width: 90%;
  margin: 15px auto;
  display: block;
}

#video-one {
  padding: 75px 0 25px;
}

.category-container {
  margin-top: 45px;
}

.resources-cat-list {
  padding: 0 !important;
}

.resources-cat-list li {
  display: inline-block;
  padding: 0 !important;
  margin-bottom: 10px !important;
  margin-right: 10px;
}

.resources-cat-list li:before {
  display: none;
}

.resources-cat-list li a {
  padding: 20px 30px !important;
  border: 2px solid #4d7585;
  font-size: 18px;
  display: block;
  font-weight: bold;
  font-family: "Fira Sans Condensed", sans-serif;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none !important;
  color: #003950 !important;
}

.resources-cat-list li a:hover,
.resources-cat-list li.current a {
  color: #fff !important;
  background: #003950;
}

.vid-listing-container {
  margin-top: 50px;
}

.videos-row .cw_video_size_medium {
  height: auto;
  margin: 0 auto 20px;
  padding: 10px;
  width: 100%;
}

.cat-headline {
  margin-bottom: 20px;
}

.vault-row {
  margin-bottom: 60px;
}

.video-section__video h3 {
  text-align: center;
  padding: 0 15px;
}

.page-template-tmplt-form-vault .grey {
  padding-top: 74px;
  padding-bottom: 50px;
}

.results-form-vault {
  margin-top: 50px;
}

.video-excerpt {
  margin-bottom: 20px;
}

.entry-content .category-container h3 {
  font-size: 24px;
  letter-spacing: 0;
  line-height: 1.2;
  color: #236688;
  font-family: Unna, serif;
}

.entry-content .cat-headline h3 {
  color: #003950;
  font-size: 40px;
  margin-bottom: 0px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1;
  font-family: Unna, serif;
}

.vid-cat-description {
  position: relative;
  padding-bottom: 1px;
  margin-bottom: 40px;
}

.vid-cat-description:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 160px;
  height: 3px;
  background: #5abdde;
}

.vid-cat-description p {
  line-height: 1.5;
  margin: 10px 0 15px;
}

.sidebar-creative .creative {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .video-section__video:after {
    right: -18px;
  }
  .vault-row .individual-vault:last-child .video-section__video:after {
    display: none;
  }
}

@media (max-width: 800px) {
  .learning-center h2 {
    width: 40%;
  }
  .search-v2,
  .video-searchform {
    width: 50%;
    min-width: auto;
    margin-left: 5%;
  }
}

@media (max-width: 480px) {
  .learning-center h2 {
    display: block;
    width: auto;
  }
  .search-v2,
  .video-searchform {
    max-width: 90%;
    margin: 0 auto 50px;
    display: block;
    width: auto;
  }

  .resources-cat-list li {
    display: block;
  }

  .vid-listing-container .cw_video_item {
    height: auto !important;
  }
}

/* podcast page */
.podcast-banner {
  background: url(/wp-content/themes/cws-theme-work-mix/assets/images/podcast/podcast-bg-banner.jpg)
    #003650 repeat-x bottom center;
  padding: 55px 0px 311px;
  background-size: contain;
  position: relative;
}

.podcast-banner h1 {
  color: #ffffff;
  font-family: Unna;
  font-size: 60px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  text-align: left;
  margin: 0 0 20px 0;
  display: block;
}

.podcast-banner-content .col-md-4 img {
  margin-bottom: 25px;
}

.podcast-subtitle {
  color: #feee0c;
  font-family: "Fira Sans Condensed";
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 34px;
  text-align: left;
  text-transform: uppercase;
}

.podcast-banner-text {
  margin-top: 30px;
  color: #ffffff;
  font-family: "Fira Sans Condensed";
  font-size: 17px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 33px;
  text-align: left;
}

.podcast-banner-content .share-wrap {
  color: #5abdde;
}

.podcast-player {
  padding: 10px 10px 0px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 80px;
}

.podcast-featured {
  padding: 90px 0px 50px;
  border-bottom: solid 10px #1388af;
}

.podcast-featured h2,
.podcast-watch h2,
.podcast-listen h2 {
  color: #003950;
  font-family: Unna;
  font-size: 48px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 56px;
  text-align: center;
  position: relative;
}

.podcast-slider {
  text-align: center;
  padding-top: 30px;
}

.podcast-slide {
  display: inline-block;
  max-width: 295px;
  padding-right: 25px;
  vertical-align: top;
}

.podcast-slide img {
  margin-bottom: 30px;
}

.podcast-slide .podcast-featured-title {
  color: #000000;
  font-family: "Fira Sans Condensed";
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3;
  text-align: left;
  text-transform: uppercase;
  position: relative;
  padding-top: 25px;
}

.podcast-slide .podcast-featured-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 61px;
  height: 4px;
  background: #1388af;
}

.podcast-featured-title strong {
  display: block;
}

.podcastTestiSlides .slider-arrow-prev::before {
  background: url(/wp-content/themes/cws-theme-work-mix/assets/images/podcast/podcast-nav-prev.png)
    no-repeat scroll center center;
  content: "";
  width: 15px;
  height: 24px;
}

.podcastTestiSlides .slider-arrow-next::before {
  background: url(/wp-content/themes/cws-theme-work-mix/assets/images/podcast/podcast-nav-next.png)
    no-repeat scroll center center;
  content: "";
  width: 15px;
  height: 24px;
}

@media (max-width: 475px) {
  .podcast-main .semitruck-container {
    background: #02394f;
  }
}
@media (min-width: 476px) {
  .podcast-main .semitruck-container {
    background: url(https://www.ckflaw.com/wp-content/themes/cws-theme-work-mix/assets/images/semitruck/semitruck-bg.jpg)
      no-repeat top center;
  }
}

.podcast-main .semitruck-container {
  background-size: cover !important;
  padding: 0 0 20px;
  margin-top: 100px;
}

.podcast-main .semitruck-img img {
  margin-top: -40px;
}

.podcast-main .semitruck-text {
  padding: 40px 0px 0px;
  color: #ffffff;
  font-family: "Fira Sans Condensed";
  font-size: 17px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 33px;
  text-align: left;
}

.podcast-main .semitruck-h3 {
  color: #5abdde;
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 4px;
  line-height: 32px;
  text-transform: uppercase;
}

.podcast-main .semitruck-h2 {
  color: #ffffff;
  font-family: "Unna", serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 52px;
  text-align: left;
}

@media (max-width: 800px) {
  .podcast-main .semitruck-text {
    text-align: center;
  }

  .podcast-main .semitruck-h2 {
    text-align: center;
  }
}

@media (max-width: 1300px) {
  #semitruck-sec .container {
    max-width: 100% !important;
  }
  #semitruck-sec .col-md-4 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
}

.episode-pagination {
  margin-top: 20px;
}

.episode-pagination .divider {
  color: #5d7e8e;
  padding: 0 20px;
}

.episode-pagination a {
  text-decoration: underline;
  text-transform: capitalize;
  color: #fff;
  position: relative;
}

.episode-pagination a.prev {
  margin-left: 20px;
}

.episode-pagination a:after {
  top: 5px;
}

.episode-pagination a.prev:after {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid #5d7e8e;
  content: "";
  position: absolute;
  left: -20px;
}

.episode-pagination a.next:after {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #5d7e8e;
  content: "";
  position: absolute;
  right: -20px;
}

.page-template-tmplt-podcast-transcript .entry-content h2:after {
  display: none;
}

.podcast-breadcrumb {
  margin-top: -30px;
  margin-bottom: 20px;
}

.podcast-breadcrumb .breadcrumb-container .breadcrumb_last {
  color: #5d7e8e;
}

.podcast-breadcrumb .breadcrumb-container {
  border-bottom: 0;
}

.page-template-tmplt-podcast-transcript .podcast-banner h1 {
  font-size: 45px;
}

.page-template-tmplt-podcast-transcript .margin-y-auto {
  margin: auto 0;
}

@media screen and (min-width: 922px) {
  .podcast-watch iframe.cw_video_single {
    height: 250px !important;
    width: 360px !important;
  }
}

.podcast-listen {
  margin-top: 60px;
}

.podcast-watch-slider .item {
  padding: 0 30px;
}

.sidebar ul li.after-crash {
  padding: 0;
}

.podcast-watch-slider .item .vid-aligncenter {
  margin: 0;
}

.podcast-item-label .transcript-btn {
  position: relative;
  padding-left: 25px;
  color: #828282;
  font-size: 14px;
}

.podcast-item-label .transcript-btn:hover {
  color: #8f8f8f;
}

.podcast-item-label .transcript-btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  width: 18px;
  height: 22px;
  background-repeat: no-repeat !important;
  background-position: center;
  background: url(/wp-content/themes/cws-theme-work-mix/assets/images/document-icon.png);
}

.podcast-item-label {
  padding: 0 4px;
}

.podcast-item-label .podcast-title {
  font-weight: bold;
}

.page-template-tmplt-podcast-transcript .entry-content strong {
  display: block;
}
.podcast-listen {
  margin-top: 60px !important;
}
#understanding-car-accident-settlement-process {
  text-align: center;
  margin-bottom: 25px;
}
#understanding-car-accident-settlement-process img {
  width: 100%;
}
#understanding-car-accident-settlement-process {
  margin: 20px auto;
  max-width: 1200px;
}
#understanding-car-accident-settlement-process .infographic-container img {
  width: 100%;
}
.embed-section {
  color: #fff;
}
.embed-section .embed-textarea {
  padding: 0 30px;
}
.embed-section .embed-label {
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  padding-top: 50px;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  color: #003950;
}
.embed-container:last-child {
  margin-top: 15px;
}
.embed-section textarea {
  margin-top: 20px;
  display: block;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  height: 160px;
  border: 2px solid #003950;
  border-radius: 5px;
  padding: 20px;
  font-size: 16px;
  line-height: 22px;
  color: #000;
}
#understanding-car-accident-settlement-process .copy-btn,
#blog-infographic .copy-btn {
  background-color: #003950;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  display: block;
  max-width: 300px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 17px;
  padding: 15px 20px;
  border: 2px solid #4c7484;
  cursor: pointer;
}
#understanding-car-accident-settlement-process .source-bottom {
  bottom: -20px;
  right: 100px;
  position: absolute;
}
#understanding-car-accident-settlement-process .copy-btn:hover,
#blog-infographic .copy-btn:hover {
  color: #5abdde;
}
.embed-container:last-child {
  padding-bottom: 40px;
}
.swal2-popup {
  width: 40em !important;
  height: 25em !important;
}
.swal2-title {
  font-size: 3em !important;
}
.swal2-styled.swal2-confirm {
  font-size: 1.2em !important;
}

@media screen and (max-width: 767px) {
  .sidebar-community .community-holder h3 {
    left: -43px !important;
    top: 55px !important;
    font-size: 23px !important;
  }
  v#video_play-94471 iframe {
    height: 286px;
  }
  .page-template-location .second-main-content {
    padding: 10px 0;
  }
  .second-main-content #primary {
    padding: 10px !important;
  }
}

@media screen and (max-width: 400px) {
  #video_play-94471 iframe {
    height: 180px;
  }
  .second-main-content #primary {
    padding: 0px !important;
  }
}
.team-section .team-section-item img {
  width: 149px;
  height: 183px;
  object-fit: cover;
}
.team-section .team-container {
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .team-section .team-section-item img {
    width: 211px;
    height: 257px;
  }
}

.top-header.mobile .mobile-logo {
  display: block;
  width: 100%;
  text-align: center;
  padding: 15px;
}
.top-header.mobile #m-toggle .sticky-nav {
  width: 100%;
  z-index: 2;
}
.top-header.mobile #m-toggle .bottom-menu {
  height: auto;
  position: relative;
}
.top-header.mobile #m-toggle .bottom-menu #mobile-nav .nav-opener {
  width: 67px;
  height: 58px;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 11.168px;
  line-height: 11px;
  letter-spacing: 0.2em;
  position: relative;
  z-index: 3;
}
.top-header.mobile #m-toggle .bottom-menu #mobile-nav .nav-opener span {
  width: 34px;
  margin-bottom: 5px;
}
.top-header.mobile
  #m-toggle
  .bottom-menu
  #mobile-nav
  .nav-opener
  span.menu-text {
  background: none;
}
.top-header.mobile #m-toggle .bottom-menu #mobile-nav .navbar-collapse {
  top: 58px;
}
.top-header.mobile #m-toggle .bottom-menu .mobile-tap-to-call {
  width: calc(100% - 67px);
  text-align: center;
  color: #ffffff;
  background-color: #1f5c7b;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #ffffff;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3%;
  padding: 10px;
  height: 58px;
}
.top-header.mobile #m-toggle .bottom-menu .mobile-tap-to-call .tap-number a {
  font-family: "Unna";
  font-weight: 700;
  font-size: 27.8056px;
  letter-spacing: 0.05em;
  color: #ffffff;
}

#mobile-sticky.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}
#mobile-sticky #mobile-sticky-toc {
  z-index: 2;
  background-color: #f4f4f4;
}
#mobile-sticky #toc-toggle-btn {
  background: #e7e7e7;
  border: none;
  display: block;
  width: 100%;
  text-align: left;
  padding: 12px 25px;
  font-family: "Fira Sans Condensed";
  font-size: 23px;
  line-height: 34px;
  letter-spacing: 0.02em;
  color: #3a3a3a;
  position: relative;
}
#mobile-sticky #mobile-sticky-toc #toc-toggle-btn::after {
  content: "";
  position: absolute;
  right: 25px;
  bottom: 50%;
  transform: translateY(50%);
  width: 27px;
  height: 27px;
  background-color: #5abdde;
  clip-path: polygon(
    0 40%,
    40% 40%,
    40% 0,
    60% 0,
    60% 40%,
    100% 40%,
    100% 60%,
    60% 60%,
    60% 100%,
    40% 100%,
    40% 60%,
    0 60%
  );
}
#mobile-sticky #mobile-sticky-toc.open #toc-toggle-btn::after {
  clip-path: polygon(0 40%, 100% 40%, 100% 60%, 0 60%);
}
#mobile-sticky #mobile-sticky-toc .toc-table {
  display: none;
}
#mobile-sticky #mobile-sticky-toc.open .toc-table {
  display: block;
  padding: 15px;
  border-top: 1px solid rgba(31, 92, 123, 0.41);
  border-bottom: 1px solid rgba(31, 92, 123, 0.41);
}
#mobile-sticky .toc-table .toc-table-list li {
  border-bottom: 1px solid rgba(31, 92, 123, 0.15);
  line-height: 21px;
  padding: 10px 10px;
}
#mobile-sticky .toc-table .toc-table-list li:last-child {
  border-bottom: none;
}
#mobile-sticky .toc-table .toc-table-list li a {
  font-size: 16px;
  align-items: center;
  letter-spacing: 0.02em;
  color: #3a3a3a;
}
#mobile-sticky .toc-table .toc-table-list li.active a {
  color: #1f5c7b;
}

.heading-TOC.adjusted-scroll {
  scroll-margin: 200px;
}
.heading-TOC {
  scroll-margin: 100px;
}

aside .pa-inner-page .sidebar-TOC {
  list-style: none;
  margin-bottom: 50px;
}

#advidTar {
  min-height: 720px;
}

@media (max-width: 1199px) and (min-width: 768px) {
  .banner-home .banner-text {
    margin: 0;
  }
  .banner-home .banner-video {
    height: 100%;
    left: unset;
  }
  #advidTar {
    min-height: 830px;
  }
}

@media (max-width: 767px) {
  .location-buttons__text {
    color: #ffffff;
  }
}

.loc-paragraph {
  font-size: 23px;
}
.loc-paragraph > span {
  font-size: 25px;
  font-weight: 600;
}

@media (max-width: 1199px) {
  .loc-paragraph {
    font-size: 18px;
  }
  .loc-paragraph > span {
    font-size: 19px;
  }
}

.post-type-archive-testimonial .blog-pagination {
  padding-top: 45px;
}
.post-type-archive-testimonial h1 {
  position: relative;
  padding-left: 95px;
}
.post-type-archive-testimonial h1::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 50%;
  transform: translateY(50%);
  width: 68px;
  height: 54px;
  background-image: url(https://www.ckflaw.com/wp-content/themes/cws-theme-work-mix/assets/images/icon-open-quote.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.post-type-archive-testimonial .testimonial-item {
  background-color: #003950;
  border: 1px solid #5abdde;
  padding: 80px 30px 30px;
  color: #ffffff;
  position: relative;
}
.post-type-archive-testimonial .testimonial-item h2 {
  font-size: 30px;
  line-height: 35px;
  color: #ffffff;
  margin-bottom: 20px;
}
.post-type-archive-testimonial .testimonial-item blockquote footer {
  position: absolute;
}
.post-type-archive-testimonial .featured-testimonial {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 32px;
}
.post-type-archive-testimonial .featured-testimonial::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 30px;
  width: 36px;
  height: 36px;
  background-image: url(https://www.ckflaw.com/wp-content/themes/cws-theme-work-mix/assets/images/icon-user-circle.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.post-type-archive-testimonial .featured-testimonial__content {
  width: 69%;
}
.post-type-archive-testimonial .featured-testimonial__content h2 {
  text-align: left;
}
.post-type-archive-testimonial .featured-testimonial__content .read-more {
  display: none;
}
.post-type-archive-testimonial .featured-testimonial__content blockquote {
  padding-bottom: 70px;
  line-height: 27px;
  letter-spacing: 0.0007em;
}
.post-type-archive-testimonial .featured-testimonial__content footer {
  bottom: 30px;
  left: 30px;
}
.post-type-archive-testimonial .featured-testimonial__image {
  width: 31%;
}
.post-type-archive-testimonial .featured-testimonial__button {
  position: absolute;
  bottom: 30px;
  right: 30px;
  max-width: 210px;
  width: 100%;
}
.post-type-archive-testimonial .featured-testimonial__button a {
  position: relative;
  display: block;
  width: 100%;
  background-color: #5abdde;
  border: 1px solid #5abdde;
  font-size: 21.6902px;
  color: #003950;
  padding: 3px 20px;
}
.post-type-archive-testimonial .featured-testimonial__button a::after {
  content: "";
  position: absolute;
  right: 15px;
  bottom: 50%;
  transform: translateY(50%);
  width: 15px;
  height: 17px;
  mask: url(https://www.ckflaw.com/wp-content/themes/cws-theme-work-mix/assets/images/long-arrow-right-solid.svg);
  -webkit-mask: url(https://www.ckflaw.com/wp-content/themes/cws-theme-work-mix/assets/images/long-arrow-right-solid.svg);
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #003950;
}
.post-type-archive-testimonial .featured-testimonial__button a:hover {
  background-color: transparent;
  color: #ffffff;
}
.post-type-archive-testimonial .featured-testimonial__button a:hover::after {
  background-color: #ffffff;
}
.post-type-archive-testimonial .testimonial-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.post-type-archive-testimonial .testimonial-grid__item {
  max-width: 356px;
  width: 100%;
  text-align: center;
  padding: 80px 21px 30px;
  position: relative;
}
.post-type-archive-testimonial .testimonial-grid__item::before,
.post-type-archive-testimonial .testimonial-grid__item::after {
  content: "";
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.post-type-archive-testimonial .testimonial-grid__item::after {
  bottom: 30px;
  width: 208px;
  height: 35px;
  background-image: url(https://www.ckflaw.com/wp-content/themes/cws-theme-work-mix/assets/images/icon-g-review.svg);
}
.post-type-archive-testimonial .testimonial-grid__item::before {
  top: 30px;
  width: 36px;
  height: 36px;
  background-image: url(https://www.ckflaw.com/wp-content/themes/cws-theme-work-mix/assets/images/icon-user-circle.svg);
}
.post-type-archive-testimonial .testimonial-grid__item blockquote {
  padding-bottom: 80px;
}
.post-type-archive-testimonial .testimonial-grid__item blockquote p {
  line-height: 27px;
  letter-spacing: 0.0007em;
}
.post-type-archive-testimonial .testimonial-grid__item blockquote p .read-more {
  display: inline-block;
  text-decoration: underline;
}
.post-type-archive-testimonial
  .testimonial-grid__item
  blockquote
  p
  .read-more:hover {
  color: #ffffff;
}
.post-type-archive-testimonial .testimonial-grid__item footer {
  bottom: 80px;
  left: 0;
  width: 100%;
}

@media (max-width: 1199px) {
  .post-type-archive-testimonial .testimonial-grid {
    gap: 20px;
  }
  .post-type-archive-testimonial .testimonial-grid__item {
    max-width: 255px;
  }
}
@media (max-width: 991px) {
  .post-type-archive-testimonial .testimonial-grid__item {
    max-width: 335px;
  }
}
@media (max-width: 767px) {
  .post-type-archive-testimonial h1 {
    padding-left: 60px;
    margin-bottom: 30px;
  }
  .post-type-archive-testimonial h1::before {
    width: 45px;
    height: 36px;
  }
  .post-type-archive-testimonial .featured-testimonial {
    margin-bottom: 20px;
    text-align: center;
  }
  .post-type-archive-testimonial .featured-testimonial::before {
    left: 50%;
    transform: translateX(-50%);
  }
  .post-type-archive-testimonial .featured-testimonial__content h2 {
    text-align: center;
  }
  .post-type-archive-testimonial .testimonial-grid__item {
    max-width: 520px;
  }
  .post-type-archive-testimonial .featured-testimonial__content {
    width: 100%;
  }
  .post-type-archive-testimonial .featured-testimonial__content blockquote {
    padding: 0;
    margin-bottom: 30px;
  }
  .post-type-archive-testimonial
    .featured-testimonial__content
    blockquote
    footer {
    position: relative;
    bottom: unset;
    left: unset;
    margin-top: 20px;
  }
  .post-type-archive-testimonial .featured-testimonial__image {
    width: 100%;
    text-align: center;
  }
  .post-type-archive-testimonial .featured-testimonial__image img {
    margin-right: 25px;
  }
  .post-type-archive-testimonial .featured-testimonial__button {
    position: relative;
    bottom: unset;
    right: unset;
    margin: 20px auto 0;
  }
  .post-type-archive-testimonial .blog-pagination {
    padding-bottom: 0;
  }
  .post-type-archive-testimonial .blog-pagination .blog-navigation {
    padding-bottom: 0;
  }
}

section.knowledge,
section.sub-resources {
  background: rgb(242 243 245);
  padding: 60px 0px;
}
.knowledge h3,
.experience h3,
.client-treatment h3,
.sub-resources h3 {
  text-align: left;
  font-size: 48px;
  color: #003950;
}
.knowledge h3:after,
.experience h3:after,
.client-treatment h3:after,
.sub-resources h3:after {
  content: "";
  display: block;
  height: 2px;
  width: 174px;
  background: #236688;
  margin-top: 25px;
}
.bio-holder.row {
  margin-top: 20px;
}
.a-name {
  font-size: 20px;
  line-height: 28px;
  color: #003950;
  margin-top: 20px;
  border-left: 4px solid #5abdde;
  padding-left: 28px;
}
.padding-right-side {
  padding-right: 70px;
}
section.experience,
section.client-treatment {
  padding: 80px 0px 40px;
}
section.experience {
  background: url(https://www.ckflaw.com/wp-content/uploads/2023/01/experiecne-bg.jpg);
  background-repeat: no-repeat;
  background-size: 48% auto;
}
section.sub-resources {
  background-image: url(https://www.ckflaw.com/wp-content/uploads/2023/01/substancial-resources.jpg);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 50%;
}
.padding-left-side {
  padding-left: 50px;
}
.col-md-6.center-align {
  text-align: center;
}
img.exp-team {
  position: absolute;
  left: -17%;
  bottom: -40px;
  width: 122% !important;
  max-width: unset;
}
.dollor-holder {
  color: #ffffff;
  margin-left: 40px;
  border-left: 4px solid #5abdde;
  padding-left: 50px;
  position: absolute;
  bottom: 0;
}
.dollor-holder p {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.0007em;
  text-align: left;
}
.dollar {
  font-size: 96px;
  line-height: 115px;
  font-weight: bold;
  margin-bottom: 16px;
}
img.review-img {
  max-width: unset;
  width: 572px;
  margin-top: 80px;
}
.container.choose-us {
  padding: 60px 0px;
}
.choose-us h1.page-title:after {
  content: "";
  display: block;
  height: 2px;
  width: 174px;
  background: #236688;
  margin-top: 25px;
}
img.five {
  margin-top: 30px;
}
.crash-podcast {
  width: 461px;
  padding: 20px;
  background: #013950;
  color: #ffffff;
  min-height: 270px;
}
img.cover {
  float: left;
  margin-right: 24px;
  margin-top: 34px;
  margin-bottom: 34px;
}
.crash-podcast h4 {
  color: #ffffff;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 8px;
}
.crash-podcast p {
  font-size: 14px;
  line-height: 21px;
}
section.links {
  padding-bottom: 50px;
}
.book-guide {
  width: 461px;
  padding: 20px;
  /*background: #e9e7e7;*/
  background: url(https://www.ckflaw.com/wp-content/uploads/2023/02/semitryck-wreck-ebook-bg.jpg);
  float: right;
  min-height: 270px;
}
.book-guide strong {
  font-size: 22px;
  color: #1288af;
  margin-top: 12px;
  display: block;
}
.book-guide h4 {
  color: #003950;
}

@media only screen and (max-width: 1500px) {
  .dollor-holder {
    bottom: 20%;
  }
}
@media only screen and (max-width: 1200px) {
  section.experience,
  section.sub-resources {
    background-size: 100%;
    color: #ffffff;
    background-size: cover;
  }
  .experience h3,
  section.sub-resources h3 {
    color: #ffffff;
  }
  img.exp-team {
    bottom: 0;
    position: relative;
  }
  .dollor-holder {
    position: relative;
    bottom: 0;
  }
}
@media only screen and (max-width: 1199px) {
  img.exp-team {
    display: none;
  }
  img.exp-badge {
    text-align: center !important;
    margin: 0 auto !important;
  }
  .experience .col-xl-6.center-align {
    text-align: center;
  }
  img.review-img {
    display: none;
  }
  .book-guide {
    float: none;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .crash-podcast {
    margin: 0 auto;
  }
}
.page-template-tmplt-choose-us p {
  font-size: 17px;
  line-height: 27px;
}
section.knowledge .knowledge-row-main {
  justify-content: space-between;
  margin: 0;
}
section.knowledge .knowledge-row-main .section-content {
  max-width: 570px;
  width: 42.86%;
}
section.knowledge .knowledge-row-main .section-extras {
  max-width: 641px;
  width: 48.2%;
}
section.knowledge .knowledge-row-main .semi-image-wrap {
  background-color: #ffffff;
  margin-bottom: 25px;
}
section.knowledge .knowledge-row-main .bio-holder {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  padding: 25px 20px;
}
section.knowledge .knowledge-row-main .att-image-col {
  max-width: 68px;
  width: 100%;
}
section.knowledge .knowledge-row-main .short-text-col {
  padding-left: 15px;
  border-left: 5px solid #5abdde;
  max-width: 313px;
  width: 54%;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.0007em;
  color: #003950;
}
section.knowledge .semi-video-slider__wrap {
  max-width: 530px;
  margin: 0 auto;
  padding: 0 25px;
}
section.knowledge .semi-video-slider__title {
  font-family: "Unna";
  font-style: italic;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #003950;
  margin-bottom: 25px;
}
section.knowledge .semi-video-slider .slick-arrow {
  border: none;
  width: 50px;
  height: 50px;
  color: transparent;
  font-size: 0;
  z-index: 1;
}
section.knowledge .semi-video-slider .slick-prev {
  left: -25px;
  background: url(../../images/arrow-head-left.svg) center / auto no-repeat
    rgb(0 0 0 / 40%);
}
section.knowledge .semi-video-slider .slick-next {
  right: -25px;
  background: url(../../images/arrow-head-right.svg) center / auto no-repeat
    rgb(0 0 0 / 40%);
}

.book-guide,
.crash-podcast {
  max-width: 461px;
  width: 100%;
}
.container.choose-us {
  padding: 60px 15px;
}

@media (max-width: 991px) {
  section.knowledge .knowledge-row-main {
    flex-direction: column-reverse;
    justify-content: center;
  }
  section.knowledge .knowledge-row-main .section-content {
    width: 100%;
    max-width: unset;
  }
  section.knowledge .knowledge-row-main .section-extras {
    width: 100%;
    margin: 0 auto 50px;
  }
}

@media (max-width: 767px) {
  .container.choose-us {
    padding: 60px 10px;
  }
  .dollor-holder {
    margin-left: 0;
    padding-left: 20px;
  }
  .dollar {
    font-size: 50px;
    line-height: 60px;
  }
  section.sub-resources .padding-right-side {
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  section.knowledge .knowledge-row-main .short-text-col {
    width: 73%;
    font-size: 15px;
    line-height: 23px;
  }
}

.bio-img-holder {
  width: 160px;
  margin: 0 auto;
}
.sidebar-reviewby .btn {
  text-align: center;
  padding: 0px;
}
.bio-info {
  padding-top: 30px;
}

.legal-reviews-wrap .legally-reviewed-box__lawyer-excerpt {
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 33px;
}

.legally-reviewed-box__button a {
  color: #fff;
  letter-spacing: 2.4px;
  position: relative;
}

.legally-reviewed-box__button a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: 30px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.legally-reviewed-box__lawyer-name {
  font-size: 17px !important;
  font-weight: bold !important;
}
.legally-reviewed-box__title {
  font-size: 25px !important;
}

@media (max-width: 767px) {
  .banner-home-mobile.bhm-v2 {
    padding: 130px 0 100px;
    background-color: #09354b;
    background-position: center top;
  }
  .banner-home-mobile.bhm-v2 .banner-title {
    font-family: "Unna";
    font-size: 31px;
    line-height: 30px;
    margin-bottom: 9px;
  }
  .banner-home-mobile.bhm-v2 .banner-subtitle {
    line-height: 21px;
    letter-spacing: 0.135em;
    margin-bottom: 15px;
  }
  .banner-home-mobile.bhm-v2 .home-banner-vid {
    display: block;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
    color: #ffffff;
    max-width: 172px;
    width: 100%;
    margin: 0 auto 20px;
    position: relative;
    padding-left: 40px;
  }
  .banner-home-mobile.bhm-v2 .home-banner-vid::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 50%;
    transform: translateY(50%);
    width: 30px;
    height: 30px;
    background: url(../../images/icon-play-circle-blue.svg) center / contain
      no-repeat;
  }
  .banner-home-mobile.bhm-v2 .location-buttons {
    margin-top: 15px;
  }
  .banner-home-mobile.bhm-v2 .location-buttons__text {
    font-weight: 500;
  }
  .banner-home-mobile.bhm-v2 .location-buttons__wrap {
    gap: 25px;
    margin: 0 auto;
  }
  .banner-home-mobile.bhm-v2 .location-buttons__wrap .location-buttons__link {
    padding: 10px 0;
    max-width: none;
    background: transparent;
    width: fit-content;
    letter-spacing: 0.085em;
  }
  .banner-home-mobile.bhm-v2
    .location-buttons__wrap
    .location-buttons__link::after {
    right: 0;
    position: relative;
    bottom: 1px;
    transform: none;
  }
  .banner-home-mobile.bhm-v2
    .location-buttons__wrap
    .location-buttons__link
    img {
    /*border: 2px solid #FFFFFF;*/
  }
}

@media (max-width: 625px) {
  .banner-home-mobile.bhm-v2 {
    padding: 100px 0;
  }
}
@media (max-width: 499px) {
  .banner-home-mobile.bhm-v2 .banner-subtitle br {
    display: none;
  }
}

@media (max-width: 420px) {
  .cw_video_item.cw_video_size_large {
    width: 100%;
  }
  #cboxTitle {
    z-index: -1;
  }
}

.jdnum {
  color: #fff;
  font-family: Unna, serif;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: normal;
  margin-bottom: 0;
  font-size: 34px;
}

.div-h3 {
  color: #236688;
  font-family: Unna, serif;
  font-size: 44px;
  line-height: 48px;
  margin-bottom: 24px;
}

.div2-h3 {
  color: #236688;
  font-family: Unna, serif;
  font-size: 44px;
  line-height: 48px;
  margin-bottom: 24px;
  text-align: left;
}

.div-h4 {
  color: #236688;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  padding-top: 16px;
  margin-bottom: 0;
  letter-spacing: normal;
  font-family: Unna, serif;
}

.div-h5 {
  font-size: 30px;
  font-weight: 700;
  line-height: 30.01px;
  text-transform: uppercase;
  letter-spacing: 6px;
  color: #1f5c7b;
  font-family: Unna, serif;
  margin-bottom: 50px;
}

.div2-h5 {
  font-size: 30px;
  font-weight: 700;
  line-height: 30.01px;
  text-transform: uppercase;
  letter-spacing: 6px;
  color: #fff;
  margin-bottom: 60px;
  font-family: Unna, serif;
}
.jdmloc {
  color: #236688;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 31px;
  font-family: Unna, serif;
  letter-spacing: 1.8px;
}

.div9-h2 {
  text-align: left;
  font-size: 72px;
  font-weight: 400;
  line-height: 59.98px;
  margin-bottom: 35px;
  color: #236688;
  font-family: Unna, serif;
}

.div9-h5 {
  font-size: 30px;
  font-style: italic;
  line-height: 40px;
  letter-spacing: 0.9px;
  text-transform: none;
  color: #7c7c7c;
  font-weight: 400;
  margin-bottom: 34px;
  font-family: Unna, serif;
}

h2.div10-h5 {
  margin-top: 40px;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 26px;
  font-family: "Fira Sans Condensed", sans-serif;
  letter-spacing: normal;
  text-transform: none;
  color: #323232;
  text-align: center;
}

h2.div10-h5:after {
  display: none;
}

.awards-home-slider .slick-slide .item img {
  margin: 0 auto;
  width: 116px;
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}

.sidebar ul .siderbar-item.fact-checked-item {
  background-color: #f1f3f4;
  padding: 37px 58px 39px 48px;
}
.fact-checked-widget .title {
  font-family: Unna, serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: center;
  color: #003950;
}
.fact-checked-widget .content {
  margin-top: 35px;
}
.fact-checked-widget .content p,
.fact-checked-widget .content {
  font-family: Fira Sans Condensed, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.0007em;
  text-align: left;
}
.fact-checked-widget .last-modified {
  margin-top: 20px;
}

/* resources page */

.banner.banner-resources {
  margin-top: 75px;
  padding: 56px 0;
  background-size: cover;
  background-position: center;
}
.banner.banner-resources h1 {
  color: #ffffff;
  text-align: center;
  font-size: 60px;
  line-height: normal;
  margin: 0 auto;
}
.resource-page .page-section__inner {
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.podcast-listen .page-section__inner .section-content {
  max-width: 1350px;
  margin: 0 auto;
  width: 100%;
}
.podcast-listen .btn.podcast-stream-btn {
  margin: 0 auto;
  display: block;
  max-width: 466px;
  width: 100%;
  line-height: normal;
  padding: 25px 30px;
  text-align: left;
}
.resource-page__faq {
  padding: 50px 0;
}
.resource-page .entry-content {
  padding-right: 0;
}
.resource-page__faq .section-content {
  max-width: 930px;
  margin: 0 auto 60px;
  text-align: center;
}
.resource-page__faq .section-content h2 {
  text-align: center;
}
.resource-page .entry-content h2::after {
  content: none;
}
.faqTabContent .fade:not(.show),
.cwVideoTabContent .fade:not(.show) {
  height: 0;
  overflow: hidden;
}
.faqTabContent .faq-accordion__item {
  width: 100%;
}
.faqTabContent .aq-accordion_columned {
  row-gap: 30px;
}
.faqTabContent .faq-accordion__col,
.faqTabContent .faq-accordion__single-col {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.faqTabContent .faq-accordion__item-question.collapsed {
  border: 1px solid #d0d0d0;
  background-color: #f1f1f1;
  color: #353535;
}
.faqTabContent .faq-accordion__item-question {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  background-color: #003950;
  position: relative;
  display: block;
  padding: 12px 50px;
  width: 100%;
  white-space: normal;
  text-transform: unset;
  margin: 0;
}
.faqTabContent .faq-accordion__item-question::before,
.faqTabContent .faq-accordion__item-question::after {
  content: "";
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.faqTabContent .faq-accordion__item-question::before {
  left: 7px;
  width: 28px;
  aspect-ratio: 1;
  background-image: url(../../images/icons/icon-question-circle-blue.svg);
}
.faqTabContent .faq-accordion__item-question::after {
  right: 25px;
  width: 10px;
  aspect-ratio: 1;
  background-image: url(../../images/icons/icon-minus-white.svg);
}
.faqTabContent .faq-accordion__item-question.collapsed::after {
  background-image: url(../../images/icons/icon-plus-blue.svg);
}

#faqTab {
  justify-content: space-between;
  margin: 0;
  margin-bottom: 40px;
  border: 0;
}
#faqTab .nav-item,
#cwVideoTab .nav-item {
  margin: 0;
  padding: 0;
  list-style: none;
}
#faqTab .nav-item::before,
#cwVideoTab .nav-item::before {
  content: none;
}
#faqTab .nav-item .nav-link {
  color: #003950;
  font-family: Unna;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  border: none;
  background-color: transparent;
  padding: 0;
  padding-bottom: 15px;
  position: relative;
  cursor: pointer;
}
#faqTab .nav-item .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 9px;
  width: 100%;
  border-radius: 7px;
  background-color: #5abdde;
}

#cwVideoTab {
  margin: 0;
  border: 0;
  margin-bottom: 60px;
}

#cwVideoTab .nav-item {
  max-width: 282px;
  width: 20%;
  border: 1px solid #c8c8c8;
}
#cwVideoTab .nav-item .nav-link {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  width: 100%;
  padding: 15px;
  color: #003950;
  text-align: center;
  font-family: Unna;
  font-weight: 700;
  line-height: normal;
  transition: all 0.3s ease-in-out;
  position: relative;
}
/* #cwVideoTab .nav-item .nav-link:hover, */
#cwVideoTab .nav-item .nav-link.active {
  transform: scale(1.05);
  border-radius: 5px;
  background: #1f5c7b;
  box-shadow: 0px 0px 30px 0px rgba(0, 29, 44, 0.4);
  color: #ffffff;
  z-index: 1;
}

.resource-page .cw-video-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 45px 3.5%;
}
.resource-page .cw-video-grid__item {
  max-width: 295px;
  width: 22.37%;
}
.resource-page .cw-video-grid__item .thumb {
  border: 5px solid #5abdde;
  position: relative;
}
.resource-page .cw-video-grid__item .thumb::after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 50%;
  transform: translateX(50%) translateY(50%);
  width: 48px;
  aspect-ratio: 1;
  background-image: url(../../images/icons/icon-video-play-circle-blue.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
}
.resource-page .cw-video-grid__item:hover .thumb::after {
  transform: translateX(50%) translateY(50%) scale(1.1);
}
.resource-page .cw-video-grid__item .title {
  color: #353535;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  padding: 15px 15px 0;
}
.resource-page__traffic-maps {
  padding: 60px 0;
}
.resource-page__traffic-maps .traffic-map-cols {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 4%;
}
.resource-page__traffic-maps .traffic-map-col {
  max-width: 680px;
  width: 48%;
}
.resource-page__videos h2,
.resource-page__traffic-maps .traffic-map-col h2 {
  text-align: center;
}
.resource-page__traffic-maps iframe {
  border: 2px solid #1f5c7b;
}

@media (max-width: 1199px) {
  #faqTab {
    gap: 20px;
  }
  #faqTab .nav-item .nav-link {
    font-size: 19px;
  }
  #faqTab .nav-item .nav-link.active::after {
    height: 5px;
  }
  #cwVideoTab .nav-item .nav-link {
    padding: 15px 10px;
    font-size: 14px;
  }
  .resource-page .cw-video-grid__item {
    max-width: 295px;
    width: 31%;
  }
}
@media (max-width: 991px) {
  #faqTab .nav-item .nav-link {
    font-size: 16px;
  }
  #cwVideoTab {
    justify-content: center;
  }
  #cwVideoTab .nav-item {
    width: 50%;
  }
  .resource-page .cw-video-grid {
    justify-content: center;
  }
  .resource-page .cw-video-grid__item {
    max-width: 310px;
    width: 100%;
  }
  .resource-page__traffic-maps .traffic-map-col {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #faqTab {
    flex-direction: column;
    align-items: center;
  }
  .banner.banner-resources {
    margin-top: 0;
  }
  .resource-page__faq {
    padding: 0;
  }
  .resource-page__traffic-maps {
    padding-top: 0;
  }
  #cwVideoTab .nav-item {
    width: 100%;
  }
}

/* Communities we serve */
.page-template-page-cities-served .breadcrumb-container {
  border: none;
}
.rev-row {
  flex-direction: row-reverse;
}
.cws-page p {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}
.cws-page .intro .section-row {
  align-items: center;
  row-gap: 50px;
}
.cws-page .intro .section-content {
  max-width: 588px;
}
.cws-page .intro .interactive-map {
  max-width: 570px;
  margin-left: auto;
}
.cws-page .intro .interactive-map svg {
  width: 100%;
  height: 100%;
}
.awards-part.boxed-awards {
  border: 1px solid #1288AF;
  background: #FFF;
  max-width: 1272px;
  margin: 0 auto;
}
.cws-page .awards-part.boxed-awards {
  padding: 30px 70px;
  margin-top: 40px;
  margin-bottom: -80px;
  position: relative;
}
.awards-part.boxed-awards .item {
  height: 100px;
}
.awards-part.boxed-awards .slick-slide > div {
  display: flex;
  align-items: center;
}
.awards-part.boxed-awards .item a {
  height: 100%;
}
.awards-part.boxed-awards .item a img {
  height: 100%;
  width: auto;
}
.awards-part__arrows .slick-arrow {
  width: 17px;
  height: 19px;
  border: none;
  cursor: pointer;
}
.awards-part__arrows .slick-arrow::before {
  content: none;
}
.awards-part__arrows .slider-arrow-prev {
  background: url('../../images/arrow-home-prev.png') center / contain no-repeat;
  left: 30px;
}
.awards-part__arrows .slider-arrow-next {
  background: url('../../images/arrow-home-next.png') center / contain no-repeat;
  right: 30px;
}

.cws-page h2 {
  font-size: 48px;
  line-height: 48px;
}
.cws-page p a {
  color: #1288AF;
  font-weight: 700;
}
.cws-page .communities a,
.cws-page .communities h2 {
  color: #FFFFFF;
}
.cws-page .communities ul {
  margin: 60px auto 0;
  max-width: 1090px;
  column-gap: 12%;
  column-count: 4;
}
.cws-page .communities ul li {
  margin-bottom: 40px;
}
.cws-page .communities ul li:last-child {
  margin-bottom: 0;
}
.cws-page .communities ul li a {
  font-size: 22px;
  font-weight: 600;
  line-height: 36px;
  text-decoration: underline;
  position: relative;
  padding-left: 48px;
}
.cws-page .communities ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: -4px;
  width: 28px;
  height: 33px;
  background: url('../../images/icons/icon-map-pin.svg') center / contain no-repeat;
}
.cws-page .communities p,
.cws-page .cases p {
  max-width: 862px;
  margin: 0 auto;
  text-align: center;
}

.heading-bordered h2 {
  position: relative;
  padding-bottom: 30px;
}
.heading-bordered h2::after {
  position: absolute;
  content: '';
  bottom: 0;
  width: 174px;
  height: 3px;
  background-color: #5ABDDE;
}
.heading-bordered__left h2 {
  text-align: left;
}
.heading-bordered__left h2::after {
  left: 0;
}
.heading-bordered__center h2::after {
  left: 50%;
  transform: translateX(-50%);
}

.cws-page .cases {
  padding: 60px 0 70px;
  background: linear-gradient(180deg, #FFF 0%, #F1F3F4 100%);
  position: relative;
}
.cws-page .cases::after {
  content: '';
  position: absolute;
  bottom: -12px;
  right: 50%;
  transform: translateX(50%);
  max-width: 1200px;
  width: 90%;
  height: 25px;
  background-color: #00A0C6;
}
.cws-page .cases .section-list {
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 50px;
}
.cws-page .cases .section-list .row {
  row-gap: 30px;
  justify-content: space-between;
}
.cws-page .cases .section-list .item {
  display: flex;
  align-items: center;
  column-gap: 5%;
}
.cws-page .cases .section-list .item .icon {
  max-width: 60px;
  width: 25%;
  display: flex;
  justify-content: center;
}
.cws-page .cases .section-list .item .link {
  display: block;
  font-weight: 600;
  max-width: 270px;
  width: 78%;
}

.cws-page .why-us {
  padding: 70px 0 60px;
}
.cws-page .why-us .section-inner {
  max-width: 1620px;
  margin: 0 auto;
}
.cws-page .why-us .section-row {
  align-items: center;
  row-gap: 50px;
}
.cws-page .why-us .section-image {
  position: relative;
  margin-right: -15px;
  max-width: 815px;
}
.cws-page .why-us .section-image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 57, 80, 0.00) 16.88%, rgba(0, 57, 80, 0.70) 100%);
}
.cws-page .why-us .section-image img {
  width: 100%;
  height: auto;
}
.cws-page .why-us .section-content {
  max-width: 570px;
  margin: 0 auto;
}

@media (max-width: 1199px) {
  .banner-cities-served {
    margin-top: 115px;
  }
  .cws-page .communities ul {
    column-count: 3;
  }
}
@media (max-width: 991px) {
  .cws-page .intro .interactive-map,
  .cws-page .intro .section-content {
    margin: 0 auto;
  }
  .cws-page .why-us .section-image {
    max-width: 540px;
    width: 95%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .banner-cities-served .page-title {
    font-size: 45px;
  }
  .cws-page .intro .interactive-map {
    width: 95%;
  }
  .banner-cities-served {
    margin: 0;
  }
  .cws-page .intro {
    padding-top: 50px;
  }
  .cws-page .communities ul {
    column-count: 2;
  }
  .cws-page .communities {
    padding-bottom: 60px;
  }
}

@media (max-width: 420px) {
  .cws-page .communities ul {
    column-count: unset;
  }
}

.page-id-699342 .thank-you-button {
  border: 0px;
  padding: 0px 17px 0px 11px;
  background: #244e5c;
  border-radius: 5px;
}
.page-id-699342 .thank-you-button:hover {
  position: relative;
  top: 0px;
  border: 0px;
  background: #326373;
}