/*!
	Theme Name: Canvas
	Author: Neon Canvas
	Author URI: http://neoncanvas.com
	Description: Client framework for Neon Canvas sites
	Version: 2.0
	Text Domain: canvas
*/
@font-face {
  font-family: "Aeonik Medium";
  src: url("/wp-content/themes/canvas/fonts/Aeonik-Medium.woff2")
      format("woff2"),
    url("/wp-content/themes/canvas/fonts/Aeonik-Medium.woff") format("woff"),
    url("/wp-content/themes/canvas/fonts/Aeonik-Medium.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
} /*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
template,
[hidden] {
  display: none;
}
a {
  background-color: rgba(0, 0, 0, 0);
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
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;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}
optgroup {
  font-weight: bold;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
*,
*:after,
*:before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body {
  font-family: "Aeonik Medium", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #000;
}
body.active {
  overflow: hidden;
}
body.logged-in.admin-bar {
  margin-top: 32px;
}
body.logged-in.admin-bar header {
  margin-top: 32px;
}
a {
  transition-property: all;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0.1s;
  text-decoration: none;
  cursor: pointer;
  color: #767676;
}
a:hover {
  color: #000;
}
img {
  height: auto;
  max-width: 100%;
}
iframe {
  max-width: 100%;
}
hr {
  margin: 2em 0;
  height: 1px;
  border: 0;
  background: #d4d5d8;
}
section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 7.5em 0;
  background: #fff;
}
section.full {
  padding: 0;
}
section .wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 1140px;
}
section .wrapper:before,
section .wrapper:after {
  content: "";
  display: table;
}
section .wrapper:after {
  clear: both;
}
@media only screen and (max-width: 830px) {
  section {
    padding-top: 3.75em;
    padding-bottom: 3.75em;
  }
}
@media screen and (max-width: 830px) {
  .fl-col-small {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 830px) {
  .mobile-hide {
    display: none !important;
  }
}
@media screen and (min-width: 830px) {
  .mobile-show {
    display: none !important;
  }
}
.uai {
  display: none !important;
}
.fl-accordion-button-label:focus {
  outline: none !important;
}
img {
  border-radius: 6px;
}
img .no-br {
  border-radius: 0;
}
.marquee {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  pointer-events: none;
}
.marquee span.marquee3k__copy {
  padding: 0 80px 0 0;
}
@media screen and (max-width: 830px) {
  .marquee span.marquee3k__copy {
    padding: 0 40px 0 0;
  }
}
.marquee span.marquee3k__copy h3 {
  font-size: 14vw;
  color: #767676;
  background: url(/wp-content/uploads/2026/06/image-scaled.webp)
    no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  color: rgba(0, 0, 0, 0);
  background-size: cover;
}
.blue-bg,
.ltblue-section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /* background-image: url(/wp-content/themes/canvas/img/blue-bg.jpg); */
  background: #76767654;
}
@media screen and (min-width: 830px) {
  .blue-bg,
  .ltblue-section {
    background-attachment: fixed;
  }
}
.bordered {
  padding: 20px;
}
.fl-animation {
  animation: none !important;
  opacity: 1 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Aeonik Medium", sans-serif;
  font-weight: 400;
  margin: 0 0 20px;
  padding: 0;
  line-height: 1.1em;
  color: #000;
}
h1 {
  font-size: 110px;
}
@media screen and (max-width: 1400px) {
  h1 {
    font-size: 80px;
  }
}
@media only screen and (max-width: 980px) {
  h1 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 830px) {
  h1 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 480px) {
  h1 {
    font-size: 35px;
  }
}
h2 {
  font-size: 90px;
}
@media only screen and (max-width: 980px) {
  h2 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 830px) {
  h2 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 480px) {
  h2 {
    font-size: 30px;
  }
}
h3 {
  font-size: 35px;
}
@media only screen and (max-width: 830px) {
  h3 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 480px) {
  h3 {
    font-size: 26px;
  }
}
h4 {
  font-size: 23px;
}
@media only screen and (max-width: 830px) {
  h4 {
    font-size: 20px;
  }
}
h5 {
  font-size: 18px;
}
@media only screen and (max-width: 830px) {
  h5 {
    font-size: 13px;
  }
}
p {
  font-family: "Aeonik Medium", sans-serif;
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 28px;
}
p.lrg {
  font-size: 24px;
  line-height: 36px;
}
p:last-of-type {
  margin: 0 0 30px;
}
blockquote {
  padding: 55px 30px;
  margin: 0;
  position: relative;
  margin: 0 0 30px;
  background-color: #767676;
  color: #fff;
  border-radius: 6px;
}
blockquote:after {
  top: 100%;
  left: 30px;
  border: solid rgba(0, 0, 0, 0);
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #767676;
  border-width: 10px;
}
blockquote .stars {
  margin: 0 0 20px;
  display: block;
}
blockquote .stars i {
  color: #fff !important;
  letter-spacing: 3px;
}
blockquote h1,
blockquote h2,
blockquote h3,
blockquote h4,
blockquote h5,
blockquote p {
  color: #fff !important;
}
blockquote span {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: 400;
  color: #fff !important;
}
.btn {
  display: inline-block;
  color: #fff;
  font-size: 0.9em;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  padding: 15px 50px 15px 22px;
  width: auto;
  background: #000;
  border: 0;
  outline: 0;
  cursor: pointer;
  border-radius: 100px;
  position: relative;
  line-height: 1em;
  transition-property: all;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0.1s;
}
.btn.light {
  background-color: #767676;
  color: #fff;
}
.btn:hover {
  background: #767676;
  color: #fff;
}
.btn i {
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 100px;
  color: #767676;
}
.btn-hollow {
  display: inline-block;
  color: #fff;
  font-size: 0.9em;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  padding: 15px 50px 15px 22px;
  width: auto;
  background: rgba(0, 0, 0, 0);
  border: solid 2px #fff;
  outline: 0;
  cursor: pointer;
  border-radius: 100px;
  transition-property: all;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0.1s;
}
.btn-hollow:hover {
  color: #fff;
  background: #000;
}
.gform_legacy_markup_wrapper {
  margin-bottom: 16px;
  margin-top: 16px;
  max-width: 100%;
}
.gform_legacy_markup_wrapper form {
  text-align: left;
  max-width: 100%;
  margin: 0 auto;
}
.gform_legacy_markup_wrapper *,
.gform_legacy_markup_wrapper :after,
.gform_legacy_markup_wrapper :before {
  box-sizing: border-box !important;
}
.gform_legacy_markup_wrapper h1,
.gform_legacy_markup_wrapper h2,
.gform_legacy_markup_wrapper h3 {
  font-weight: 400;
  border: none;
  background: 0 0;
}
.gform_legacy_markup_wrapper
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]) {
  font-size: inherit;
  font-family: inherit;
  padding: 5px 4px;
  letter-spacing: normal;
}
.gform_legacy_markup_wrapper input[type="image"] {
  border: none !important;
  padding: 0 !important;
  width: auto !important;
}
.gform_legacy_markup_wrapper textarea {
  font-size: inherit;
  font-family: inherit;
  letter-spacing: normal;
  padding: 6px 8px;
  line-height: 1.5;
  resize: none;
}
.gform_legacy_markup_wrapper select {
  line-height: 1.5;
}
.gform_legacy_markup_wrapper .ginput_container_multiselect select {
  background-image: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: 0;
}
.gform_legacy_markup_wrapper ul.gform_fields {
  margin: 0 !important;
  list-style-type: none;
  display: block;
}
.gform_legacy_markup_wrapper ul,
html > body .entry ul {
  text-indent: 0;
}
.gform_legacy_markup_wrapper form li,
.gform_legacy_markup_wrapper li {
  margin-left: 0 !important;
  list-style-type: none !important;
  list-style-image: none !important;
  list-style: none !important;
  overflow: visible;
}
.gform_legacy_markup_wrapper ul li.gfield {
  clear: both;
}
.gform_legacy_markup_wrapper ul.gfield_checkbox li,
.gform_legacy_markup_wrapper ul.gfield_radio li {
  overflow: hidden;
}
.gform_legacy_markup_wrapper form ul.gform_fields.left_label li.gfield,
.gform_legacy_markup_wrapper form ul.gform_fields.right_label li.gfield,
.gform_legacy_markup_wrapper ul.gform_fields.left_label li.gfield,
.gform_legacy_markup_wrapper ul.gform_fields.right_label li.gfield {
  margin-bottom: 14px;
}
.gform_legacy_markup_wrapper form ul.left_label li ul.gfield_checkbox li,
.gform_legacy_markup_wrapper form ul.left_label li ul.gfield_radio li,
.gform_legacy_markup_wrapper form ul.right_label li ul.gfield_checkbox li,
.gform_legacy_markup_wrapper form ul.right_label li ul.gfield_radio li,
.gform_legacy_markup_wrapper ul.left_label li ul.gfield_checkbox li,
.gform_legacy_markup_wrapper ul.left_label li ul.gfield_radio li,
.gform_legacy_markup_wrapper ul.right_label li ul.gfield_checkbox li,
.gform_legacy_markup_wrapper ul.right_label li ul.gfield_radio li {
  margin-bottom: 10px;
}
.gform_legacy_markup_wrapper ul li:after,
.gform_legacy_markup_wrapper ul li:before,
.gform_legacy_markup_wrapper ul.gform_fields {
  padding: 0;
  margin: 0;
  overflow: visible;
}
.gform_legacy_markup_wrapper select {
  font-size: inherit;
  font-family: inherit;
  letter-spacing: normal;
}
.gform_legacy_markup_wrapper select option {
  padding: 2px;
  display: block;
}
.gform_legacy_markup_wrapper .inline {
  display: inline !important;
}
.gform_legacy_markup_wrapper .gform_heading {
  width: 100%;
  margin-bottom: 18px;
}
.gform_legacy_markup_wrapper .clear-multi {
  display: flex;
}
.gform_legacy_markup_wrapper .gfield_date_day,
.gform_legacy_markup_wrapper .gfield_date_year {
  display: -moz-inline-stack;
  display: inline-block;
}
.gform_legacy_markup_wrapper .gfield_date_day,
.gform_legacy_markup_wrapper .gfield_date_month,
.gform_legacy_markup_wrapper .gfield_date_year {
  width: 33.333%;
  flex-direction: row;
}
@media only screen and (min-width: 321px) {
  .gform_legacy_markup_wrapper .gfield_date_day,
  .gform_legacy_markup_wrapper .gfield_date_month {
    max-width: 4rem;
  }
  .gform_legacy_markup_wrapper .gfield_date_year {
    max-width: 4.5rem;
  }
}
.gform_legacy_markup_wrapper .gfield_date_dropdown_day,
.gform_legacy_markup_wrapper .gfield_date_dropdown_month,
.gform_legacy_markup_wrapper .gfield_date_dropdown_year {
  vertical-align: top;
  flex-direction: row;
}
.gform_legacy_markup_wrapper .gfield_date_dropdown_day,
.gform_legacy_markup_wrapper .gfield_date_dropdown_month,
.gform_legacy_markup_wrapper .gfield_date_dropdown_year {
  margin-right: 0.5rem;
}
.gform_legacy_markup_wrapper .gfield_date_day,
.gform_legacy_markup_wrapper .gfield_date_month {
  width: 4rem;
  margin-right: 0.5rem;
}
.gform_legacy_markup_wrapper .gfield_date_day input[type="number"],
.gform_legacy_markup_wrapper .gfield_date_month input[type="number"] {
  width: calc(3rem + 8px) !important;
}
.gform_legacy_markup_wrapper .gfield_date_year input[type="number"] {
  width: calc(4rem + 8px) !important;
}
.gform_legacy_markup_wrapper .gfield_date_year {
  width: 5rem;
}
.gform_legacy_markup_wrapper .gfield_date_day input,
.gform_legacy_markup_wrapper .gfield_date_month input {
  width: calc(3rem + 8px);
}
.gform_legacy_markup_wrapper .gfield_date_year input {
  width: 4rem;
}
.gform_legacy_markup_wrapper
  .field_sublabel_above
  div[class*="gfield_date_"].ginput_container
  label,
.gform_legacy_markup_wrapper
  .field_sublabel_below
  div[class*="gfield_date_"].ginput_container
  label {
  width: 3rem;
  text-align: center;
}
.gform_legacy_markup_wrapper
  .field_sublabel_above
  div.gfield_date_year.ginput_container
  label,
.gform_legacy_markup_wrapper
  .field_sublabel_below
  div.gfield_date_year.ginput_container
  label {
  width: 4rem;
}
.gform_legacy_markup_wrapper .gfield_time_ampm,
.gform_legacy_markup_wrapper .gfield_time_hour,
.gform_legacy_markup_wrapper .gfield_time_minute {
  font-size: 15px;
  width: 33.333%;
  flex-direction: row;
}
@media only screen and (min-width: 321px) {
  .gform_legacy_markup_wrapper .gfield_time_ampm,
  .gform_legacy_markup_wrapper .gfield_time_hour,
  .gform_legacy_markup_wrapper .gfield_time_minute {
    max-width: 72px;
  }
}
.gform_legacy_markup_wrapper
  ul.gform_fields:not(.top_label)
  .ginput_container_time
  span {
  float: left;
}
.gform_legacy_markup_wrapper .gfield_time_hour {
  margin-right: 10px;
  display: flex;
}
.gform_legacy_markup_wrapper .gfield_time_hour i {
  font-style: normal !important;
  font-family: sans-serif !important;
  width: 4px;
  text-align: center;
  float: right;
  margin-top: 9%;
}
.gform_legacy_markup_wrapper .gfield_time_minute {
  margin-right: 8px;
  display: flex;
}
.gform_legacy_markup_wrapper .ginput_complex .gfield_time_hour input,
.gform_legacy_markup_wrapper .ginput_complex .gfield_time_minute input {
  margin-left: 0;
  width: 85% !important;
}
.gform_legacy_markup_wrapper .gfield_time_hour input,
.gform_legacy_markup_wrapper .gfield_time_minute input {
  margin-right: 6px;
  width: 56px;
}
.gform_legacy_markup_wrapper .gfield_time_hour input[type="number"],
.gform_legacy_markup_wrapper .gfield_time_minute input[type="number"] {
  max-width: 64px;
  min-width: 64px;
}
.gform_legacy_markup_wrapper .gfield_time_ampm {
  vertical-align: top;
  display: -moz-inline-stack;
  display: inline-block;
}
.gform_legacy_markup_wrapper .gfield_time_ampm select {
  min-width: 77px;
  width: 77px;
  height: 100%;
  margin-top: 0 !important;
  margin-left: 0 !important;
}
.gform_legacy_markup_wrapper .gfield_time_ampm_shim {
  display: block;
  font-size: 13px;
  margin: 9px 0 1px 1px;
}
.gform_legacy_markup_wrapper
  .field_sublabel_above
  div[class*="gfield_time_"].ginput_container
  label,
.gform_legacy_markup_wrapper
  .field_sublabel_below
  div[class*="gfield_time_"].ginput_container
  label {
  width: 48px;
  text-align: center;
}
.gform_legacy_markup_wrapper .field_name_first,
.gform_legacy_markup_wrapper .field_name_last,
.gform_legacy_markup_wrapper .field_name_middle {
  width: 49.5%;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
}
.gform_legacy_markup_wrapper .ginput_complex.ginput_container {
  overflow: visible;
  width: 100%;
}
.gform_legacy_markup_wrapper label.gfield_label,
.gform_legacy_markup_wrapper legend.gfield_label {
  font-weight: 700;
  font-size: inherit;
}
.gform_legacy_markup_wrapper .top_label .gfield_label,
.gform_legacy_markup_wrapper legend.gfield_label {
  display: -moz-inline-stack;
  display: inline-block;
  line-height: 1.3;
  clear: both;
}
.gform_legacy_markup_wrapper .top_label .gfield_hide_label {
  display: none;
}
.gform_legacy_markup_wrapper
  .ginput_complex
  .ginput_left
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="image"]
  ):not([type="file"]),
.gform_legacy_markup_wrapper
  .ginput_complex
  .ginput_right
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="image"]
  ):not([type="file"]),
.gform_legacy_markup_wrapper
  .ginput_complex
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="image"]
  ):not([type="file"]) {
  width: 100%;
}
.gform_legacy_markup_wrapper .ginput_complex .ginput_right select,
.gform_legacy_markup_wrapper .ginput_complex select {
  width: 100%;
}
.gform_legacy_markup_wrapper
  .field_sublabel_above
  .ginput_complex.ginput_container
  label,
.gform_legacy_markup_wrapper
  .field_sublabel_above
  div[class*="gfield_date_"].ginput_container
  label,
.gform_legacy_markup_wrapper
  .field_sublabel_above
  div[class*="gfield_time_"].ginput_container
  label,
.gform_legacy_markup_wrapper
  .field_sublabel_below
  .ginput_complex.ginput_container
  label,
.gform_legacy_markup_wrapper
  .field_sublabel_below
  div[class*="gfield_date_"].ginput_container
  label,
.gform_legacy_markup_wrapper
  .field_sublabel_below
  div[class*="gfield_time_"].ginput_container
  label {
  display: block;
  font-size: 0.813em;
  letter-spacing: 0.5pt;
  white-space: nowrap;
}
.gform_legacy_markup_wrapper ul.gfield_checkbox li label,
.gform_legacy_markup_wrapper ul.gfield_radio li label {
  display: -moz-inline-stack;
  display: inline-block;
  letter-spacing: inherit;
  vertical-align: middle;
  cursor: pointer;
}
.gform_legacy_markup_wrapper
  .field_sublabel_above
  .ginput_complex.ginput_container
  label,
.gform_legacy_markup_wrapper
  .field_sublabel_above
  div[class*="gfield_time_"].ginput_container
  label {
  margin: 9px 0 1px 1px;
}
.gform_legacy_markup_wrapper
  ul.gform_fields:not(.top_label)
  .field_sublabel_above
  .ginput_container.ginput_container_email
  label,
.gform_legacy_markup_wrapper
  ul.gform_fields:not(.top_label)
  .field_sublabel_above
  .ginput_container.ginput_container_name
  label,
.gform_legacy_markup_wrapper
  ul.gform_fields:not(.top_label)
  .field_sublabel_above
  .ginput_container.ginput_container_password
  label,
.gform_legacy_markup_wrapper
  ul.gform_fields:not(.top_label)
  .field_sublabel_above
  .ginput_container.ginput_container_time
  label {
  margin-top: 0;
}
.gform_legacy_markup_wrapper
  .field_sublabel_below
  .ginput_complex.ginput_container
  label,
.gform_legacy_markup_wrapper
  .field_sublabel_below
  div[class*="gfield_time_"].ginput_container
  label {
  margin: 1px 0 9px 1px;
}
.gform_legacy_markup_wrapper
  .top_label
  .field_sublabel_above
  label.gfield_label
  + .ginput_complex.ginput_container,
.gform_legacy_markup_wrapper
  .top_label
  .field_sublabel_above
  label.gfield_label
  + div[class*="gfield_time_"].ginput_container {
  margin-top: 0;
}
body .gform_legacy_markup_wrapper .top_label div.ginput_container {
  margin-top: 8px;
}
body.gform_legacy_markup_wrapper div.clear-multi {
  display: -moz-inline-stack;
  display: inline-block;
}
body
  .gform_legacy_markup_wrapper
  ul
  li.field_description_below
  div.ginput_container_checkbox,
body
  .gform_legacy_markup_wrapper
  ul
  li.field_description_below
  div.ginput_container_radio {
  margin-top: 16px;
  margin-bottom: 0;
}
.gform_legacy_markup_wrapper .hidden_label .gfield_label {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.gfield.left_label,
.gfield.right_label {
  padding-top: 10px;
}
.gform_legacy_markup_wrapper li.hidden_label input {
  margin-top: 12px;
}
.gform_legacy_markup_wrapper
  .field_sublabel_hidden_label
  .ginput_complex.ginput_container
  input[type="text"],
.gform_legacy_markup_wrapper
  .field_sublabel_hidden_label
  .ginput_complex.ginput_container
  select {
  margin-bottom: 12px;
}
.gform_legacy_markup_wrapper .screen-reader-text,
.gform_legacy_markup_wrapper label.hidden_sub_label {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.gform_legacy_markup_wrapper input.large,
.gform_legacy_markup_wrapper input.medium,
.gform_legacy_markup_wrapper input.small,
.gform_legacy_markup_wrapper select.large,
.gform_legacy_markup_wrapper select.medium,
.gform_legacy_markup_wrapper select.small {
  width: 100%;
}
.gform_legacy_markup_wrapper input.datepicker_with_icon.large,
.gform_legacy_markup_wrapper input.datepicker_with_icon.medium,
.gform_legacy_markup_wrapper input.datepicker_with_icon.small {
  width: calc(100% - 24px);
}
.gform_legacy_markup_wrapper .gfield_error input.large,
.gform_legacy_markup_wrapper .gfield_error input.medium,
.gform_legacy_markup_wrapper .gfield_error input.small,
.gform_legacy_markup_wrapper .gfield_error select.large,
.gform_legacy_markup_wrapper .gfield_error select.medium,
.gform_legacy_markup_wrapper .gfield_error select.small {
  width: 100%;
}
.gform_legacy_markup_wrapper .gfield_error input.datepicker_with_icon.large,
.gform_legacy_markup_wrapper .gfield_error input.datepicker_with_icon.medium,
.gform_legacy_markup_wrapper .gfield_error input.datepicker_with_icon.small {
  width: calc(100% - 32px);
}
.gform_legacy_markup_wrapper textarea.small {
  height: 80px;
  width: 100%;
}
.gform_legacy_markup_wrapper textarea.medium {
  height: 120px;
  width: 100%;
}
.gform_legacy_markup_wrapper textarea.large {
  height: 160px;
  width: 100%;
}
.gform_legacy_markup_wrapper h2.gsection_title {
  margin: 0 !important;
  padding: 0 !important;
  letter-spacing: normal !important;
}
.gform_legacy_markup_wrapper .gsection .gfield_label,
.gform_legacy_markup_wrapper h2.gsection_title,
.gform_legacy_markup_wrapper h3.gform_title {
  font-weight: 700;
  font-size: 1.25em;
}
.gform_legacy_markup_wrapper h3.gform_title {
  letter-spacing: normal !important;
  margin: 10px 0 6px 0;
}
.gform_legacy_markup_wrapper li.gfield.field_description_below + li.gsection {
  margin-top: 24px !important;
}
.gform_legacy_markup_wrapper span.gform_description {
  font-weight: 400;
  display: block;
  width: calc(100% - 16px);
  margin-bottom: 16px;
}
.gform_legacy_markup_wrapper .gsection {
  border-bottom: 1px solid #ccc;
  padding: 0 16px 8px 0;
  margin: 28px 0 28px 0;
  clear: both;
}
.gform_legacy_markup_wrapper .gfield_checkbox li,
.gform_legacy_markup_wrapper .gfield_radio li {
  position: relative;
}
.gform_legacy_markup_wrapper ul.gfield_checkbox,
.gform_legacy_markup_wrapper ul.gfield_radio {
  margin: 6px 0;
  padding: 0;
}
.gform_legacy_markup_wrapper .gfield_checkbox li label,
.gform_legacy_markup_wrapper .gfield_radio li label {
  display: -moz-inline-stack;
  display: inline-block;
  padding: 0;
  width: auto;
  line-height: 1.5;
  font-size: 0.875em;
  vertical-align: middle;
  max-width: 85%;
  white-space: normal;
}
.gform_legacy_markup_wrapper .gfield_checkbox li label {
  margin: 0;
}
.gform_legacy_markup_wrapper .gfield_radio li label {
  margin: 2px 0 0 4px;
}
.gform_legacy_markup_wrapper .gfield_checkbox li input,
.gform_legacy_markup_wrapper .gfield_checkbox li input[type="checkbox"],
.gform_legacy_markup_wrapper .gfield_radio li input[type="radio"] {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1px;
}
.gform_legacy_markup_wrapper .description,
.gform_legacy_markup_wrapper .gfield_description,
.gform_legacy_markup_wrapper .gsection_description,
.gform_legacy_markup_wrapper .instruction {
  font-size: 0.813em;
  line-height: inherit;
  clear: both;
  font-family: inherit;
  letter-spacing: normal;
}
.gform_legacy_markup_wrapper .description,
.gform_legacy_markup_wrapper .gfield_description,
.gform_legacy_markup_wrapper .gsection_description {
  padding: 0 16px 0 0;
}
.gform_legacy_markup_wrapper .field_description_below .gfield_description {
  padding-top: 16px;
}
.gform_legacy_markup_wrapper .field_sublabel_above .description,
.gform_legacy_markup_wrapper .field_sublabel_above .gfield_description,
.gform_legacy_markup_wrapper .field_sublabel_above .gsection_description {
  margin-top: 9px;
}
.gform_legacy_markup_wrapper .top_label .gsection_description {
  width: 100%;
  margin-bottom: 9px;
}
.gform_legacy_markup_wrapper .gfield_description {
  width: 100%;
}
.gform_legacy_markup_wrapper .description_above .gfield_description {
  padding: 0 0 10px 0;
}
.gfield_date_year + .gfield_description {
  padding: 0;
}
.gform_legacy_markup_wrapper
  .field_description_below
  .gfield_consent_description,
.gform_legacy_markup_wrapper .gfield_consent_description {
  width: 100%;
  max-height: 240px;
  overflow-y: scroll;
  border: 1px solid #ddd;
  margin-top: 12px;
  padding: 6px 8px;
  font-size: 0.688em;
}
.gform_legacy_markup_wrapper .gfield_required {
  color: #790000;
  margin-left: 4px;
}
.gform_legacy_markup_wrapper li.gfield.gfield_error,
.gform_legacy_markup_wrapper
  li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: rgba(255, 223, 224, 0.25);
  margin-bottom: 6px !important;
  border-top: 1px solid #c89797;
  border-bottom: 1px solid #c89797;
  padding-bottom: 6px;
  padding-top: 8px;
  box-sizing: border-box;
}
.gform_legacy_markup_wrapper li.gfield.gfield_creditcard_warning {
  padding: 16px 16px 14px 16px;
  border-top: 2px solid #790000;
  border-bottom: 4px solid #790000;
  background-color: rgba(255, 223, 224, 0.25);
  width: calc(100% - 16px);
}
.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_creditcard_warning {
  padding: 16px 16px 14px 16px;
}
.gform_legacy_markup_wrapper
  li.gfield.gfield_creditcard_warning
  div.gfield_creditcard_warning_message {
  font-size: 0.875em;
  font-weight: 700;
  font-family: inherit;
  min-height: 25px;
  color: #790000;
  max-width: 100%;
  position: relative;
}
.gform_legacy_markup_wrapper
  li.gfield.gfield_creditcard_warning
  div.gfield_creditcard_warning_message
  span {
  display: block;
  padding: 0 0 14px 24px;
  margin-bottom: 16px;
  line-height: 1.5;
  letter-spacing: 0.1pt;
  border-bottom: 1px solid #790000;
  text-transform: uppercase;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSItMTA2NyAyODY1IDI0IDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IC0xMDY3IDI4NjUgMjQgMzI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiM3OTAwMDA7fQ0KPC9zdHlsZT4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0tMTA1MywyODY1Yy01LjUsMC0xMCw0LjUtMTAsMTBoNGMwLTMuMywyLjctNiw2LTZjMy4zLDAsNiwyLjcsNiw2djJoLTIwdjE0YzAsMy4zLDIuNyw2LDYsNmgxMg0KCWMzLjMsMCw2LTIuNyw2LTZ2LTE2Qy0xMDQzLDI4NjkuNS0xMDQ3LjUsMjg2NS0xMDUzLDI4NjV6IE0tMTA0OSwyODkzaC0xMmMtMS4xLDAtMi0wLjktMi0ydi0xMGgxNnYxMA0KCUMtMTA0NywyODkyLjEtMTA0Ny45LDI4OTMtMTA0OSwyODkzeiBNLTEwNTMsMjg4N2MwLDEuMS0wLjksMi0yLDJzLTItMC45LTItMmMwLTEuMSwwLjktMiwyLTJTLTEwNTMsMjg4NS45LTEwNTMsMjg4N3oiLz4NCjwvc3ZnPg0K);
  background-size: 1em auto;
  background-repeat: no-repeat;
  background-position: left center;
}
.gform_legacy_markup_wrapper
  li.gfield.gfield_error.gfield_creditcard_warning
  div.gfield_creditcard_warning_message {
  padding: 16px 16px 14px 16px;
}
li.gfield + li.gfield.gfield_creditcard_warning {
  margin-top: 16px !important;
}
.gform_legacy_markup_wrapper .top_label .gfield_error {
  width: calc(100% - 2px);
}
.gform_legacy_markup_wrapper .top_label .gfield_error input.large,
.gform_legacy_markup_wrapper .top_label .gfield_error select.large,
.gform_legacy_markup_wrapper .top_label .gfield_error textarea.textarea {
  width: 100%;
}
.gform_legacy_markup_wrapper .left_label .gfield_error input.large,
.gform_legacy_markup_wrapper .left_label .gfield_error select.large,
.gform_legacy_markup_wrapper .left_label .gfield_error textarea.textarea,
.gform_legacy_markup_wrapper .right_label .gfield_error input.large,
.gform_legacy_markup_wrapper .right_label .gfield_error select.large,
.gform_legacy_markup_wrapper .right_label .gfield_error textarea.textarea {
  width: 70%;
}
.gform_legacy_markup_wrapper .gfield_error .gfield_label {
  color: #790000;
}
.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required {
  padding-right: 0;
}
.gform_legacy_markup_wrapper
  li.gfield.gfield_error.gfield_contains_required
  div.gfield_time_ampm.ginput_container,
.gform_legacy_markup_wrapper
  li.gfield.gfield_error.gfield_contains_required
  div.gfield_time_minute.ginput_container {
  margin-left: 0;
}
.gform_legacy_markup_wrapper
  li.gfield.gfield_error.gfield_contains_required
  div.gfield_description {
  max-width: 100%;
  padding-right: 16px;
}
.gform_legacy_markup_wrapper
  li.gfield.gfield_error.gfield_contains_required
  div.ginput_container,
.gform_legacy_markup_wrapper
  li.gfield.gfield_error.gfield_contains_required
  label.gfield_label {
  margin-top: 12px;
}
.gform_legacy_markup_wrapper
  li.gfield.gfield_error.gfield_contains_required
  fieldset
  legend.gfield_label {
  position: relative;
  top: 12px;
}
.gform_validation_errors {
  width: 100%;
  border: 1px solid #790000;
  box-shadow: 0 0 0 #ff6d6d;
  border-radius: 5px;
  padding: 1.0625rem 1.375rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.gform_validation_errors > h2 {
  font-size: 16px;
  font-weight: 700;
  color: #790000;
  margin: 0 0 0.9375rem 0;
}
.gform_validation_errors > h2.hide_summary {
  margin: 0;
}
.gform_validation_errors > h2:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZmlsbD0iIzc5MDAwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExIDE5QzE1LjQxODMgMTkgMTkgMTUuNDE4MyAxOSAxMUMxOSA2LjU4MTcyIDE1LjQxODMgMyAxMSAzQzYuNTgxNzIgMyAzIDYuNTgxNzIgMyAxMUMzIDE1LjQxODMgNi41ODE3MiAxOSAxMSAxOVoiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KPHBhdGggZD0iTTEyIDZIMTBWMTJIMTJWNloiIGZpbGw9IiNGRkZGRkYiLz4KPHBhdGggZD0iTTEyIDE0SDEwVjE2SDEyVjE0WiIgZmlsbD0iI0ZGRkZGRiIvPgo8L3N2Zz4=);
  content: "";
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: sub;
  margin: 0 0.2rem 0 -0.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0);
}
.gform_validation_errors > ol {
  list-style-type: none !important;
  padding-block-start: 0;
  padding-inline-start: 0;
  margin-block-start: 0;
  margin: 0;
}
.gform_validation_errors > ol a {
  text-decoration: none;
  color: #790000;
  font-size: 1rem;
}
.gform_validation_errors > ol li {
  margin: 0 0 0.9375rem 0;
  font-size: 1rem;
  list-style-type: none !important;
}
.gform_validation_errors > ol li:last-of-type {
  margin-bottom: 0;
}
.gform_legacy_markup_wrapper div.validation_error {
  color: #790000;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 25px;
  border-top: 2px solid #790000;
  border-bottom: 2px solid #790000;
  padding: 16px 0 16px 0;
  clear: both;
  width: 100%;
  text-align: center;
}
.gform_legacy_markup_wrapper ol.validation_list {
  clear: both;
  width: 100%;
  margin-bottom: 25px;
  color: #790000;
}
.gform_legacy_markup_wrapper ol.validation_list li {
  list-style-type: decimal !important;
}
.gform_legacy_markup_wrapper ol.validation_list li a {
  color: #790000;
}
.gform_legacy_markup_wrapper ol.validation_list:after {
  content: "";
}
.gform_legacy_markup_wrapper div#error {
  margin-bottom: 25px;
}
.gform_legacy_markup_wrapper table.gfield_list tbody tr td.gfield_list_icons {
  vertical-align: middle !important;
}
.gform_legacy_markup_wrapper table.gfield_list tr td.gfield_list_icons a {
  display: inline-block;
  line-height: 0;
}
.gform_legacy_markup_wrapper li.gfield fieldset {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 100%;
}
.gform_legacy_markup_wrapper li.gfield fieldset > * {
  width: auto;
}
.gform_legacy_markup_wrapper li.gfield fieldset legend.gfield_label {
  width: 100%;
  line-height: 32px;
}
div.gf_page_steps + div.validation_error {
  margin-top: 16px;
}
.gform_legacy_markup_wrapper div.gfield_description.validation_error {
  color: #790000;
  font-weight: 700;
  font-size: 0.875em;
  line-height: 1.2;
  margin-bottom: 16px;
}
.gform_legacy_markup_wrapper .validation_message {
  color: #790000;
  font-weight: 700;
  letter-spacing: normal;
}
.gform_legacy_markup_wrapper .validation_message--hidden-on-empty:empty {
  display: none;
}
.gform_legacy_markup_wrapper
  li.gfield_error
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]),
.gform_legacy_markup_wrapper li.gfield_error textarea {
  border: 1px solid #790000;
}
.gform_legacy_markup_wrapper
  li.gfield_error
  div.ginput_complex.ginput_container
  label,
.gform_legacy_markup_wrapper li.gfield_error ul.gfield_checkbox,
.gform_legacy_markup_wrapper li.gfield_error ul.gfield_radio {
  color: #790000;
}
.gform_legacy_markup_wrapper .gform_footer {
  padding: 16px 0 10px 0;
  margin: 16px 0 0 0;
  clear: both;
  width: 100%;
}
.gform_legacy_markup_wrapper .gform_footer input.button,
.gform_legacy_markup_wrapper .gform_footer input[type="submit"],
.gform_legacy_markup_wrapper .gform_page_footer input.button,
.gform_legacy_markup_wrapper .gform_page_footer input[type="submit"] {
  font-size: 1em;
  width: 100%;
  margin: 0 0 16px 0;
}
.gform_legacy_markup_wrapper .gform_footer a.gform_save_link,
.gform_legacy_markup_wrapper .gform_page_footer a.gform_save_link {
  font-size: 1em;
  display: block;
  text-align: center;
}
.gform_legacy_markup_wrapper .gform_footer input[type="image"] {
  padding: 0;
  width: auto !important;
  background: 0 0 !important;
  border: none !important;
  margin: 0 auto 16px auto !important;
  display: block;
  max-width: 100%;
}
.gform_legacy_markup_wrapper .ginput_complex .ginput_full,
.gform_legacy_markup_wrapper .ginput_complex .ginput_left,
.gform_legacy_markup_wrapper .ginput_complex .ginput_right {
  min-height: 45px;
}
.gform_legacy_markup_wrapper .ginput_complex .ginput_full input[type="email"],
.gform_legacy_markup_wrapper .ginput_complex .ginput_full input[type="number"],
.gform_legacy_markup_wrapper
  .ginput_complex
  .ginput_full
  input[type="password"],
.gform_legacy_markup_wrapper .ginput_complex .ginput_full input[type="tel"],
.gform_legacy_markup_wrapper .ginput_complex .ginput_full input[type="text"],
.gform_legacy_markup_wrapper .ginput_complex .ginput_full input[type="url"] {
  width: 100%;
}
.gform_legacy_markup_wrapper
  .gfield_error
  .ginput_complex
  .ginput_full
  input[type="email"],
.gform_legacy_markup_wrapper
  .gfield_error
  .ginput_complex
  .ginput_full
  input[type="number"],
.gform_legacy_markup_wrapper
  .gfield_error
  .ginput_complex
  .ginput_full
  input[type="password"],
.gform_legacy_markup_wrapper
  .gfield_error
  .ginput_complex
  .ginput_full
  input[type="tel"],
.gform_legacy_markup_wrapper
  .gfield_error
  .ginput_complex
  .ginput_full
  input[type="text"],
.gform_legacy_markup_wrapper
  .gfield_error
  .ginput_complex
  .ginput_full
  input[type="url"],
.gform_legacy_markup_wrapper .gfield_error .ginput_complex .ginput_full select {
  width: 100%;
}
.gform_legacy_markup_wrapper .gfield_checkbox li,
.gform_legacy_markup_wrapper .gfield_radio li {
  margin: 0 0 16px 0;
  line-height: 1.2;
}
.gchoice_select_all,
.gform_legacy_markup_wrapper
  ul.gfield_checkbox
  li
  input[type="checkbox"]:checked
  + label,
.gform_legacy_markup_wrapper
  ul.gfield_radio
  li
  input[type="radio"]:checked
  + label {
  font-weight: 700;
}
.gform_legacy_markup_wrapper input.datepicker.datepicker_with_icon {
  margin-right: 4px !important;
  display: -moz-inline-stack;
  display: inline-block;
}
.gform_legacy_markup_wrapper .gf_hidden,
.gform_legacy_markup_wrapper .gform_hidden,
.gform_legacy_markup_wrapper input.gform_hidden,
.gform_legacy_markup_wrapper input[type="hidden"] {
  display: none !important;
  max-height: 1px !important;
  overflow: hidden;
}
.gform_legacy_markup_wrapper .gf_invisible,
.gform_legacy_markup_wrapper .gfield_visibility_hidden {
  visibility: hidden;
  position: absolute;
  left: -9999px;
}
.gform_legacy_markup_wrapper .ginput_full br,
.gform_legacy_markup_wrapper .ginput_left br,
.gform_legacy_markup_wrapper .ginput_right br {
  display: none !important;
}
.gform_legacy_markup_wrapper ul.gfield_checkbox li,
.gform_legacy_markup_wrapper ul.gfield_radio li {
  padding: 0 !important;
}
.gform_legacy_markup_wrapper ul.gfield_radio li input + input {
  margin-left: 4px;
}
.gform_legacy_markup_wrapper ul.gfield_radio li input[value="gf_other_choice"] {
  margin-right: 6px;
  margin-top: 4px;
}
.gform_legacy_markup_wrapper
  .gfield_description
  + .gform_legacy_markup_wrapper
  .gfield_description.validation_message {
  margin-top: 6px;
}
.gform_legacy_markup_wrapper
  .ginput_container.ginput_list
  + .gfield_description.validation_message {
  margin-top: 0;
}
.gform_legacy_markup_wrapper li.gfield_html {
  max-width: 100%;
}
.gform_legacy_markup_wrapper .gfield_html.gfield_no_follows_desc {
  margin-top: 10px;
}
body .gform_legacy_markup_wrapper ul li.gfield.gfield_html img {
  max-width: 100% !important;
}
.gform_legacy_markup_wrapper .gform_ajax_spinner {
  padding-left: 10px;
}
.gform_legacy_markup_wrapper .gform_validation_container,
.gform_validation_container,
body
  .gform_legacy_markup_wrapper
  .gform_body
  ul.gform_fields
  li.gfield.gform_validation_container,
body .gform_legacy_markup_wrapper li.gform_validation_container,
body
  .gform_legacy_markup_wrapper
  ul.gform_fields
  li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}
.gform_legacy_markup_wrapper .gfield_captcha_input_container {
  padding-top: 3px;
}
.gform_legacy_markup_wrapper .simple_captcha_small input {
  width: 64px;
}
.gform_legacy_markup_wrapper .simple_captcha_medium input {
  width: 96px;
}
.gform_legacy_markup_wrapper .simple_captcha_large input {
  width: 128px;
}
.gform_legacy_markup_wrapper
  .gform_legacy_markup_wrapper
  .left_label
  .simple_captcha_small,
.gform_legacy_markup_wrapper .left_label .simple_captcha_large,
.gform_legacy_markup_wrapper .left_label .simple_captcha_medium,
.gform_legacy_markup_wrapper .right_label .simple_captcha_large,
.gform_legacy_markup_wrapper .right_label .simple_captcha_medium,
.gform_legacy_markup_wrapper .right_label .simple_captcha_small {
  margin-left: 32%;
}
.gform_legacy_markup_wrapper .gfield_captcha_container img.gfield_captcha {
  border: none !important;
  background: 0 0 !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.gform_legacy_markup_wrapper .math_small input {
  width: 70px;
}
.gform_legacy_markup_wrapper .math_medium input {
  width: 510px;
}
.gform_legacy_markup_wrapper .math_large input {
  width: 612px;
}
.gform_legacy_markup_wrapper .left_label .math_large,
.gform_legacy_markup_wrapper .left_label .math_medium,
.gform_legacy_markup_wrapper .left_label .math_small,
.gform_legacy_markup_wrapper .right_label .math_large,
.gform_legacy_markup_wrapper .right_label .math_medium,
.gform_legacy_markup_wrapper .right_label .math_small {
  margin-left: 32%;
}
.gform_legacy_markup_wrapper div.charleft {
  font-size: 0.688em;
  margin-top: 4px;
  color: #767676;
  width: 92% !important;
  white-space: nowrap !important;
}
.gform_legacy_markup_wrapper div.charleft[style] {
  width: 92% !important;
}
.gform_legacy_markup_wrapper .left_label div.charleft,
.gform_legacy_markup_wrapper .right_label div.charleft {
  margin-left: 32%;
}
.gform_legacy_markup_wrapper div.charleft.ginput_counter_tinymce {
  border: 1px solid #eee;
  border-width: 1px 0 0;
  padding: 4px 9px;
  width: 100% !important;
}
.gform_legacy_markup_wrapper div.charleft.warningTextareaInfo {
  color: #767676;
}
.gform_legacy_markup_wrapper div.charleft.ginput_counter_error {
  color: red;
}
.gform_legacy_markup_wrapper li.gf_hide_charleft div.charleft {
  display: none !important;
}
.gf_submission_limit_message {
  color: #790000;
  font-size: 1.375em;
}
.gform_legacy_markup_wrapper .ginput_price {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
.gform_legacy_markup_wrapper span.ginput_total {
  color: #060;
  font-size: inherit;
}
.gform_legacy_markup_wrapper .top_label span.ginput_total {
  margin: 8px 0;
}
.gform_legacy_markup_wrapper span.ginput_product_price_label {
  margin-right: 2px;
}
.gform_legacy_markup_wrapper input.ginput_product_price,
.gform_legacy_markup_wrapper span.ginput_product_price {
  background: 0 0;
  border: none;
  color: #900;
  padding: 0;
}
.gform_legacy_markup_wrapper span.ginput_quantity_label {
  margin-left: 10px;
  margin-right: 2px;
}
.gform_legacy_markup_wrapper input.ginput_quantity[type="text"] {
  width: 3rem;
}
.gform_legacy_markup_wrapper input.ginput_quantity[type="number"] {
  width: 4rem;
}
.gform_legacy_markup_wrapper .gform_page_footer {
  margin: 14px 0;
  width: 100%;
  border-top: 1px dotted #ccc;
  padding: 16px 0 0 0;
  clear: both;
}
.gform_legacy_markup_wrapper .gform_page_footer.left_label,
.gform_legacy_markup_wrapper .gform_page_footer.right_label {
  padding: 16px 0 0 29%;
}
.gform_legacy_markup_wrapper .gform_page_footer .button.gform_next_button,
.gform_legacy_markup_wrapper .gform_page_footer .button.gform_previous_button {
  display: -moz-inline-stack;
  display: inline-block;
}
.gform_legacy_markup_wrapper .gform_page_footer .button.gform_previous_button {
  margin-bottom: 8px;
}
.gform_legacy_markup_wrapper .gf_progressbar_wrapper {
  clear: both;
  width: 100%;
  margin: 0 0 16px 0;
  padding: 0 0 16px 0;
}
.gform_legacy_markup_wrapper .gf_progressbar_wrapper .gf_progressbar_title {
  color: #767676;
  font-size: 13px;
  line-height: 1 !important;
  margin: 0 0 8px 0 !important;
  padding: 0 !important;
  clear: both;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
.gform_legacy_markup_wrapper .gf_progressbar {
  position: relative;
  background: #e8e8e8;
  position: relative;
  border-radius: 10.5px;
  width: 100%;
}
.gform_legacy_markup_wrapper .gf_progressbar_percentage {
  height: 21px;
  text-align: right;
  border-radius: 10.5px;
  vertical-align: middle;
  font-family: helvetica, arial, sans-serif;
  font-size: 13px !important;
  z-index: 999;
}
.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_100 {
  border-top-right-radius: 10.5px;
  border-bottom-right-radius: 10.5px;
}
.gform_legacy_markup_wrapper .gf_progressbar_percentage span {
  display: block;
  width: auto;
  float: right;
  margin-right: 5px;
  margin-left: 5px;
  line-height: 21px;
}
.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_0 span {
  color: #959595;
  text-shadow: none;
  float: none !important;
  margin-left: 12px;
  word-wrap: normal;
}
.gform_legacy_markup_wrapper .gf_progressbar_blue {
  background: #d2d6dc;
}
.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_blue {
  background-color: #1e7ac4;
  color: #fff;
}
.gform_legacy_markup_wrapper .gf_progressbar_gray {
  background: #d2d6dc;
}
.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_gray {
  background-color: #6b7280;
  color: #fff;
}
.gform_legacy_markup_wrapper .gf_progressbar_green {
  background: #e8e8e8;
}
.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_green {
  background-color: #aac138;
  color: #fff;
}
.gform_legacy_markup_wrapper .gf_progressbar_orange {
  background: #e8eaec;
}
.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_orange {
  background-color: #ff5d38;
  color: #fff;
}
.gform_legacy_markup_wrapper .gf_progressbar_red {
  background: #e8eaec;
}
.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_red {
  background-color: #ec1e31;
  color: #fff;
}
.gform_legacy_markup_wrapper .gf_progressbar_spring {
  background: #d2d6dc;
}
.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_spring {
  background: linear-gradient(270deg, #9cd790 0, #76d7db 100%);
  color: #fff;
}
.gform_legacy_markup_wrapper .gf_progressbar_blues {
  background: #d2d6dc;
}
.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_blues {
  background: linear-gradient(270deg, #00c2ff 0, #7838e2 100%);
  color: #fff;
}
.gform_legacy_markup_wrapper .gf_progressbar_rainbow {
  background: #d2d6dc;
}
.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_rainbow {
  background: linear-gradient(270deg, #1dbeea 0, #cd6ad6 50%, #f35160 100%);
  color: #fff;
}
.gform_legacy_markup_wrapper .gf_page_steps {
  width: 100%;
  margin: 0 0 8px 0;
  padding: 0 0 4px 0;
  border-bottom: 1px dotted #ccc;
}
.gform_legacy_markup_wrapper .gf_step {
  width: 100%;
  margin: 24px 24px 24px 0;
  font-size: 0.875em;
  height: 14px;
  line-height: 1.25 !important;
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;
  font-family: inherit;
}
.gform_legacy_markup_wrapper .gf_step span.gf_step_number {
  font-size: 1.25em;
  font-family: arial, sans-serif;
  margin-right: 4px;
}
.gform_legacy_markup_wrapper .gf_step span.gf_step_label,
.gform_legacy_markup_wrapper .gf_step span.gf_step_number {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
}
.gform_legacy_markup_wrapper .gf_step.gf_step_active {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.gform_legacy_markup_wrapper .gf_step.gf_step_hidden {
  display: none;
}
.gform_legacy_markup_wrapper .gf_step_clear {
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}
.gform_legacy_markup_wrapper .gfield_password_strength {
  border: 1px solid #ddd;
  margin-top: 18px;
  margin-bottom: 18px;
  line-height: 1.8;
  padding: 10px 5px;
  text-align: center;
  background-color: #eee;
  border-bottom: 3px solid #ddd;
}
.gform_legacy_markup_wrapper
  ul.top_label
  li.gfield.gfield_error.gfield_contains_required
  .gfield_password_strength {
  margin-right: 16px;
}
.gform_legacy_markup_wrapper ul.left_label li.gfield .gfield_password_strength,
.gform_legacy_markup_wrapper
  ul.right_label
  li.gfield
  .gfield_password_strength {
  margin-top: 18px;
  margin-bottom: 18px;
  width: 100%;
}
.gform_legacy_markup_wrapper .gfield_password_strength.bad {
  background-color: #ffb78c;
  border-color: #ff853c;
  border-bottom: 3px solid #ff853c;
}
.gform_legacy_markup_wrapper .gfield_password_strength.good {
  background-color: #ffec8b;
  border-color: #fc0;
  border-bottom: 3px solid #fc0;
}
.gform_legacy_markup_wrapper .gfield_password_strength.mismatch,
.gform_legacy_markup_wrapper .gfield_password_strength.short {
  background-color: #ffa0a0;
  border-color: #f04040;
  border-bottom: 3px solid #f04040;
}
.gform_legacy_markup_wrapper .gfield_password_strength.strong {
  background-color: #c3ff88;
  border-color: #8dff1c;
  border-bottom: 3px solid #8dff1c;
}
.ginput_container_password,
.ginput_container_password span {
  position: relative;
}
.ginput_container_password button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0 0;
  border: none;
  padding: 5px 0;
  position: absolute;
  right: 1px;
  text-align: center;
  top: 1px;
  width: 40px;
}
.ginput_container_password span.ginput_left button {
  right: 9px;
}
.ginput_container_password:not(.ginput_complex) span {
  display: inline-block;
  width: 100%;
}
.ginput_container_password:not(.ginput_complex) span input {
  width: 100%;
}
.ginput_container_password span.medium {
  width: calc(50% - 8px);
}
.ginput_container_password span.small {
  width: 25%;
}
.gform_legacy_markup_wrapper table.gfield_list,
.gform_legacy_markup_wrapper table.gfield_list caption,
.gform_legacy_markup_wrapper table.gfield_list tbody,
.gform_legacy_markup_wrapper table.gfield_list td,
.gform_legacy_markup_wrapper table.gfield_list tfoot,
.gform_legacy_markup_wrapper table.gfield_list th,
.gform_legacy_markup_wrapper table.gfield_list thead,
.gform_legacy_markup_wrapper table.gfield_list tr {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.gform_legacy_markup_wrapper table.gfield_list {
  border-spacing: 0;
  border-collapse: collapse;
}
.gfield_repeater_buttons {
  padding-top: 15px;
}
.gform_legacy_markup_wrapper table.gfield_list {
  table-layout: auto !important;
}
.gform_legacy_markup_wrapper table.gfield_list thead th {
  font-weight: 700;
  text-align: left;
}
.gform_legacy_markup_wrapper table.gfield_list colgroup {
  width: 100%;
  display: block;
}
.gform_legacy_markup_wrapper li.gfield.gfield_error table.gfield_list thead th {
  color: #790000;
}
.gform_legacy_markup_wrapper table.gfield_list thead,
.gform_legacy_markup_wrapper table.gfield_list tr {
  padding: 0;
  margin: 0;
}
.gform_legacy_markup_wrapper table.gfield_list td,
.gform_legacy_markup_wrapper table.gfield_list th {
  padding: 4px 0 4px 0;
}
.gform_legacy_markup_wrapper
  ul.gform_fields:not(.top_label)
  table.gfield_list
  th {
  padding: 0 0 4px 0;
}
.gform_legacy_markup_wrapper table.gfield_list td + td,
.gform_legacy_markup_wrapper table.gfield_list th + th {
  padding: 0 0 0 16px;
}
.gform_legacy_markup_wrapper .gfield_list {
  width: 100%;
}
.gform_legacy_markup_wrapper .gfield_list td.gfield_list_cell input {
  width: 100%;
}
.gfield_icon_disabled {
  cursor: default !important;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
.gform_legacy_markup_wrapper table.gfield_list tr td.gfield_list_icons {
  width: 48px !important;
  padding: 0 0 0 4px !important;
  box-sizing: border-box;
}
.gform_legacy_markup_wrapper table.gfield_list td.gfield_list_icons img {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
}
.gform_card_icon_container {
  display: flex;
  height: 32px;
  margin: 8px 0 6px 0;
}
.gform_card_icon_container div.gform_card_icon {
  background-image: url(../../images/gf-creditcards.svg);
  background-repeat: no-repeat;
  height: 32px;
  margin-right: 4px;
  text-indent: -9000px;
  width: 40px;
}
.gform_card_icon_container div.gform_card_icon.gform_card_icon_amex {
  background-position: -167px 0;
}
.gform_card_icon_container div.gform_card_icon.gform_card_icon_discover {
  background-position: -221px 0;
}
.gform_card_icon_container div.gform_card_icon.gform_card_icon_mastercard {
  background-position: -275px 0;
}
.gform_card_icon_container div.gform_card_icon.gform_card_icon_visa {
  background-position: -59px 0;
}
.gform_card_icon_container div.gform_card_icon.gform_card_icon_jcb {
  background-position: -329px 0;
}
.gform_card_icon_container div.gform_card_icon.gform_card_icon_maestro {
  background-position: -5px 0;
}
.gform_card_icon_container div.gform_card_icon.gform_card_icon_selected {
  position: relative;
}
.gform_card_icon_container div.gform_card_icon.gform_card_icon_selected:after {
  display: block;
  content: "";
  position: absolute;
  background: url(../../images/gf-creditcards-check.svg) center center no-repeat;
  width: 13px;
  height: 10px;
  bottom: 4px;
  right: -2px;
}
.ginput_container_creditcard .ginput_card_security_code_icon {
  width: 40px;
  height: 32px;
  display: inline-block;
  background-image: url(../../images/gf-creditcards.svg);
  background-repeat: no-repeat;
  background-position: -382px 0;
  position: relative;
  top: -3.5px;
}
.gform_legacy_markup_wrapper .gform_fileupload_multifile .gform_drop_area {
  padding: 24px;
  border: 1px dashed #ccc;
  text-align: center;
  color: #aaa;
  margin-bottom: 16px;
  background: rgba(0, 0, 0, 0.02);
  border-radius: 4px;
}
.gform_legacy_markup_wrapper span.gform_drop_instructions {
  display: block;
  margin-bottom: 8px;
}
.gform_delete {
  vertical-align: middle;
  cursor: pointer;
}
.gform_legacy_markup_wrapper
  .copy_values_option_container
  .copy_values_enabled {
  width: auto;
}
.gform_legacy_markup_wrapper
  li.field_sublabel_above
  .ginput_complex
  input[type="text"] {
  margin-bottom: 1px;
}
.gform_legacy_markup_wrapper .form_saved_message {
  margin: 1em auto;
  padding: 3em 2em 3em;
  width: 99%;
  font-size: 1em;
  line-height: 1.8;
  color: #31708f;
  background-color: #e3f3f3;
  border-radius: 2px;
}
.form_saved_message p.resume_form_link_wrapper {
  background-color: #fff;
  display: inline-block;
  padding: 1em;
  border-radius: 2px;
  max-width: 98% !important;
  overflow: hidden;
  box-shadow: 0 3px 2px 0 rgba(66, 103, 126, 0.2);
}
.form_saved_message a.resume_form_link {
  word-wrap: break-word;
  text-decoration: none;
  color: #2f637e;
}
.form_saved_message .form_saved_message_emailform {
  margin: 1em 0 0 0;
}
.form_saved_message label.form_saved_label {
  position: absolute;
  left: -9000px;
}
div.form_saved_message
  div.form_saved_message_emailform
  form
  input[type="text"] {
  margin-bottom: 0.25em;
}
div.form_saved_message
  div.form_saved_message_emailform
  form
  label.gform_resume_email_label {
  font-size: 1em;
  display: block;
}
div.form_saved_message div.form_saved_message_emailform form input {
  margin: 0 auto;
  display: inline-block;
}
div.form_saved_message
  div.form_saved_message_emailform
  form
  input[type="email"] {
  padding: calc(0.75em - 1px) !important;
  width: 24em;
  max-width: 98% !important;
  font-size: 1em;
  background-color: #fff;
  border: 1px solid #91afc7;
  color: #424242;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: inset 0 0 5px 0 #eee;
}
div.form_saved_message
  div.form_saved_message_emailform
  form
  input[type="submit"] {
  padding: 0.75em 1em;
  font-size: 1em;
  line-height: 1;
  background-color: #31708f;
  border: 1px solid #31708f;
  color: #fff;
  text-transform: uppercase;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media only screen and (max-width: 640px) {
  div.form_saved_message
    div.form_saved_message_emailform
    form
    input[type="email"],
  div.form_saved_message
    div.form_saved_message_emailform
    form
    input[type="submit"] {
    display: block;
    width: 98%;
  }
}
.form_saved_message .form_saved_message_emailform .validation_message {
  color: #790000;
  font-weight: 700;
  padding: 2em;
}
.form_saved_message_sent {
  margin: 1em auto;
  padding: 3em 2em;
  width: 99%;
  font-size: 1em;
  background-color: #e9ffd9;
  color: #3c763d;
  text-align: center;
  border-radius: 2px;
  box-sizing: border-box;
}
.form_saved_message_sent .saved_message_email,
.form_saved_message_sent .saved_message_success {
  font-weight: 700;
  display: block;
  line-height: 2;
}
.form_saved_message_sent .saved_message_email {
  word-wrap: break-word;
  text-decoration: underline;
}
body
  #content
  .entry-content
  .gform_legacy_markup_wrapper
  form
  .gform_body
  .gform_fields
  .gfield
  .ginput_container
  #recaptcha_widget_div
  #recaptcha_area
  .recaptchatable
  tbody
  tr
  td
  .recaptcha_input_area,
body
  .gform_legacy_markup_wrapper
  form
  .gform_body
  .gform_fields
  .gfield
  .ginput_container
  #recaptcha_widget_div
  #recaptcha_area
  .recaptchatable
  tbody
  tr
  td
  .recaptcha_input_area {
  line-height: 1 !important;
}
body .gform_legacy_markup_wrapper img.ui-datepicker-trigger {
  width: 17px !important;
  height: 16px !important;
  display: -moz-inline-stack;
  display: inline-block;
}
body .gform_legacy_markup_wrapper img.add_list_item,
body .gform_legacy_markup_wrapper img.delete_list_item {
  display: -moz-inline-stack;
  display: inline-block;
  margin-top: -2px;
}
.gform_legacy_markup_wrapper
  ul
  li.gfield.field_sublabel_above.field_description_below
  + li.gfield {
  margin-top: 16px;
}
.gform_legacy_markup_wrapper
  li.gfield
  ul.gfield_radio
  li
  input[type="radio"]
  + input[type="text"] {
  width: 45.25%;
}
.gform_legacy_markup_wrapper table.recaptchatable {
  table-layout: auto;
}
.gform_legacy_markup_wrapper
  ul.gform_fields:not(.top_label)
  div.ginput_container_captcha {
  margin-left: 29%;
}
.gfield .wp-editor-container {
  border: 1px solid #ddd;
}
.gfield .wp-switch-editor {
  border-color: #ddd;
}
.gfield .html-active .switch-html,
.gfield .tmce-active .switch-tmce {
  border-bottom-color: #f5f5f5;
}
.gfield .mce-edit-area iframe {
  width: 99.9% !important;
  margin: 0 !important;
}
body .gform_legacy_markup_wrapper ul li.gfield {
  margin-top: 16px;
  padding-top: 0;
}
body .gform_legacy_markup_wrapper ul.gfields li.gfield label.gfield_label {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
body
  .gform_legacy_markup_wrapper
  div.gform_body
  ul.gform_fields
  li.gfield.gfield_html {
  line-height: inherit;
}
body
  .gform_legacy_markup_wrapper
  div.gform_body
  ul.gform_fields
  li.gfield.gfield_html
  ul
  li,
body
  .gform_legacy_markup_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield.gfield_html
  ul
  li {
  list-style-type: disc !important;
  margin: 0 0 8px 0;
  overflow: visible;
  padding-left: 0;
}
body
  .gform_legacy_markup_wrapper
  div.gform_body
  ul.gform_fields
  li.gfield.gfield_html
  ul,
body
  .gform_legacy_markup_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield.gfield_html
  ul {
  list-style-type: disc !important;
  margin: 16px 0 16px 28px !important;
  padding-left: 0;
}
body
  .gform_legacy_markup_wrapper
  div.gform_body
  ul.gform_fields
  li.gfield.gfield_html
  ol
  li,
body
  .gform_legacy_markup_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield.gfield_html
  ol
  li {
  list-style-type: decimal !important;
  overflow: visible;
  margin: 0 0 8px 0;
  padding-left: 0;
}
body
  .gform_legacy_markup_wrapper
  div.gform_body
  ul.gform_fields
  li.gfield.gfield_html
  ol,
body
  .gform_legacy_markup_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield.gfield_html
  ol {
  list-style-type: decimal !important;
  margin: 16px 0 18px 32px;
  padding-left: 0;
}
body
  .gform_legacy_markup_wrapper
  div.gform_body
  ul.gform_fields
  li.gfield.gfield_html
  ol
  li
  ul,
body
  .gform_legacy_markup_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield.gfield_html
  ol
  li
  ul
  li {
  list-style-type: disc !important;
  padding-left: 0;
}
body
  .gform_legacy_markup_wrapper
  div.gform_body
  ul.gform_fields
  li.gfield.gfield_html
  ol
  li
  ul {
  margin: 16px 0 16px 16px;
}
body
  .gform_legacy_markup_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield.gfield_html
  ol
  li
  ul
  li {
  margin: 0 0 8px;
}
body
  .gform_legacy_markup_wrapper
  div.gform_body
  ul.gform_fields
  li.gfield.gfield_html
  dl {
  margin: 0 0 18px 0;
  padding-left: 0;
}
body
  .gform_legacy_markup_wrapper
  div.gform_body
  ul.gform_fields
  li.gfield.gfield_html
  dl
  dt {
  font-weight: 700;
}
body
  .gform_legacy_markup_wrapper
  div.gform_body
  ul.gform_fields
  li.gfield.gfield_html
  dl
  dd {
  margin: 0 0 16px 18px;
}
.gform_legacy_markup_wrapper span.gf_clear_span {
  display: block;
  height: 1px;
  overflow: hidden;
  width: 100%;
  float: none;
  clear: both;
  margin-top: -1px;
}
.gform_legacy_markup_wrapper .chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.gform_legacy_markup_wrapper .chosen-container * {
  box-sizing: border-box;
}
.gform_legacy_markup_wrapper .chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  display: none;
}
.gform_legacy_markup_wrapper .chosen-container.chosen-with-drop .chosen-drop {
  display: block;
}
.gform_legacy_markup_wrapper .chosen-container a {
  cursor: pointer;
}
.gform_legacy_markup_wrapper .chosen-container .chosen-single .group-name,
.gform_legacy_markup_wrapper .chosen-container .search-choice .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 400;
  color: #999;
}
.gform_legacy_markup_wrapper .chosen-container .chosen-single .group-name:after,
.gform_legacy_markup_wrapper
  .chosen-container
  .search-choice
  .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}
.gform_legacy_markup_wrapper .chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.gform_legacy_markup_wrapper
  .chosen-container-single
  .chosen-single
  input[type="text"] {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  width: 0;
}
.gform_legacy_markup_wrapper .chosen-container-single .chosen-default {
  color: #999;
}
.gform_legacy_markup_wrapper .chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gform_legacy_markup_wrapper
  .chosen-container-single
  .chosen-single-with-deselect
  span {
  margin-right: 38px;
}
.gform_legacy_markup_wrapper .chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}
.gform_legacy_markup_wrapper
  .chosen-container-single
  .chosen-single
  abbr:hover {
  background-position: -42px -10px;
}
.gform_legacy_markup_wrapper
  .chosen-container-single.chosen-disabled
  .chosen-single
  abbr:hover {
  background-position: -42px -10px;
}
.gform_legacy_markup_wrapper .chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.gform_legacy_markup_wrapper .chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(chosen-sprite.png) no-repeat 0 2px;
}
.gform_legacy_markup_wrapper .chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.gform_legacy_markup_wrapper
  .chosen-container-single
  .chosen-search
  input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url(chosen-sprite.png) no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.gform_legacy_markup_wrapper .chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.gform_legacy_markup_wrapper
  .chosen-container-single.chosen-container-single-nosearch
  .chosen-search {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.gform_legacy_markup_wrapper .chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.gform_legacy_markup_wrapper .chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.gform_legacy_markup_wrapper
  .chosen-container
  .chosen-results
  li.active-result {
  display: list-item;
  cursor: pointer;
}
.gform_legacy_markup_wrapper
  .chosen-container
  .chosen-results
  li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.gform_legacy_markup_wrapper .chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.gform_legacy_markup_wrapper .chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.gform_legacy_markup_wrapper .chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: 700;
  cursor: default;
}
.gform_legacy_markup_wrapper .chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.gform_legacy_markup_wrapper .chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
.gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}
.gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.gform_legacy_markup_wrapper
  .chosen-container-multi
  .chosen-choices
  li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.gform_legacy_markup_wrapper
  .chosen-container-multi
  .chosen-choices
  li.search-field
  input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: 0 0 !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}
.gform_legacy_markup_wrapper
  .chosen-container-multi
  .chosen-choices
  li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eee;
  background-image: linear-gradient(
    #f4f4f4 20%,
    #f0f0f0 50%,
    #e8e8e8 52%,
    #eee 100%
  );
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.gform_legacy_markup_wrapper
  .chosen-container-multi
  .chosen-choices
  li.search-choice
  span {
  word-wrap: break-word;
}
.gform_legacy_markup_wrapper
  .chosen-container-multi
  .chosen-choices
  li.search-choice
  .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}
.gform_legacy_markup_wrapper
  .chosen-container-multi
  .chosen-choices
  li.search-choice
  .search-choice-close:hover {
  background-position: -42px -10px;
}
.gform_legacy_markup_wrapper
  .chosen-container-multi
  .chosen-choices
  li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(
    #f4f4f4 20%,
    #f0f0f0 50%,
    #e8e8e8 52%,
    #eee 100%
  );
  color: #666;
}
.gform_legacy_markup_wrapper
  .chosen-container-multi
  .chosen-choices
  li.search-choice-focus {
  background: #d4d4d4;
}
.gform_legacy_markup_wrapper
  .chosen-container-multi
  .chosen-choices
  li.search-choice-focus
  .search-choice-close {
  background-position: -42px -10px;
}
.gform_legacy_markup_wrapper .chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.gform_legacy_markup_wrapper
  .chosen-container-multi
  .chosen-drop
  .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.gform_legacy_markup_wrapper .chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.gform_legacy_markup_wrapper
  .chosen-container-active.chosen-with-drop
  .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: linear-gradient(#eee 20%, #fff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.gform_legacy_markup_wrapper
  .chosen-container-active.chosen-with-drop
  .chosen-single
  div {
  border-left: none;
  background: 0 0;
}
.gform_legacy_markup_wrapper
  .chosen-container-active.chosen-with-drop
  .chosen-single
  div
  b {
  background-position: -18px 2px;
}
.gform_legacy_markup_wrapper .chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.gform_legacy_markup_wrapper
  .chosen-container-active
  .chosen-choices
  li.search-field
  input[type="text"] {
  color: #222 !important;
}
.gform_legacy_markup_wrapper .chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.gform_legacy_markup_wrapper .chosen-disabled .chosen-single {
  cursor: default;
}
.gform_legacy_markup_wrapper
  .chosen-disabled
  .chosen-choices
  .search-choice
  .search-choice-close {
  cursor: default;
}
.gform_legacy_markup_wrapper .chosen-rtl {
  text-align: right;
}
.gform_legacy_markup_wrapper .chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.gform_legacy_markup_wrapper .chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.gform_legacy_markup_wrapper .chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.gform_legacy_markup_wrapper .chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.gform_legacy_markup_wrapper .chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.gform_legacy_markup_wrapper .chosen-rtl .chosen-choices li {
  float: right;
}
.gform_legacy_markup_wrapper
  .chosen-rtl
  .chosen-choices
  li.search-field
  input[type="text"] {
  direction: rtl;
}
.gform_legacy_markup_wrapper .chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.gform_legacy_markup_wrapper
  .chosen-rtl
  .chosen-choices
  li.search-choice
  .search-choice-close {
  right: auto;
  left: 4px;
}
.gform_legacy_markup_wrapper
  .chosen-rtl.chosen-container-single
  .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.gform_legacy_markup_wrapper .chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.gform_legacy_markup_wrapper
  .chosen-rtl.chosen-container-active.chosen-with-drop
  .chosen-single
  div {
  border-right: none;
}
.gform_legacy_markup_wrapper .chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url(chosen-sprite.png) no-repeat -30px -20px;
  direction: rtl;
}
.gform_legacy_markup_wrapper
  .chosen-rtl.chosen-container-single
  .chosen-single
  div
  b {
  background-position: 6px 2px;
}
.gform_legacy_markup_wrapper
  .chosen-rtl.chosen-container-single.chosen-with-drop
  .chosen-single
  div
  b {
  background-position: -12px 2px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 144dpi),
  only screen and (min-resolution: 1.5dppx) {
  .gform_legacy_markup_wrapper
    .chosen-container
    .chosen-results-scroll-down
    span,
  .gform_legacy_markup_wrapper .chosen-container .chosen-results-scroll-up span,
  .gform_legacy_markup_wrapper
    .chosen-container-multi
    .chosen-choices
    .search-choice
    .search-choice-close,
  .gform_legacy_markup_wrapper
    .chosen-container-single
    .chosen-search
    input[type="text"],
  .gform_legacy_markup_wrapper .chosen-container-single .chosen-single abbr,
  .gform_legacy_markup_wrapper .chosen-container-single .chosen-single div b,
  .gform_legacy_markup_wrapper .chosen-rtl .chosen-search input[type="text"] {
    background-image: url(chosen-sprite@2x.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
body .gform_legacy_markup_wrapper .chosen-container a.chosen-single {
  border-radius: inherit;
}
body .gform_legacy_markup_wrapper ul.chosen-results li {
  line-height: inherit;
}
@media only screen and (max-width: 641px) {
  .gform_legacy_markup_wrapper
    input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not(
      [type="file"]
    ) {
    line-height: 2;
    min-height: 2rem;
  }
  .gform_legacy_markup_wrapper textarea {
    line-height: 1.5;
  }
  .gform_legacy_markup_wrapper
    .chosen-container.chosen-container-single[style] {
    width: 100% !important;
  }
  .gform_legacy_markup_wrapper .chosen-container-single .chosen-single {
    height: 40px;
    line-height: 2.8;
  }
  .gform_legacy_markup_wrapper .chosen-container-single .chosen-single div b {
    position: relative;
    top: 10px;
  }
  .gform_legacy_markup_wrapper
    div.chosen-container.chosen-container-multi[style] {
    width: 100% !important;
  }
  .gform_legacy_markup_wrapper
    .chosen-container.chosen-container-multi
    ul.chosen-choices
    li.search-choice,
  .gform_legacy_markup_wrapper
    .chosen-container.chosen-container-multi
    ul.chosen-choices
    li.search-field {
    width: 100%;
    line-height: inherit;
    float: none;
  }
  .gform_legacy_markup_wrapper
    .chosen-container.chosen-container-multi
    ul.chosen-choices
    li.search-choice
    span {
    margin-bottom: 0;
  }
  .gform_legacy_markup_wrapper
    .chosen-container-multi
    .chosen-choices
    li.search-choice
    .search-choice-close {
    top: calc(50% - 6px);
  }
  .gform_legacy_markup_wrapper .ginput_container span:not(.ginput_price) {
    margin-bottom: 8px;
    display: block;
  }
  .gform_legacy_markup_wrapper li.field_sublabel_below .ginput_complex {
    margin-top: 12px !important;
  }
  .gform_legacy_markup_wrapper ul.gfield_checkbox li label,
  .gform_legacy_markup_wrapper ul.gfield_radio li label {
    width: 85%;
    cursor: pointer;
  }
}
@media only screen and (max-width: 761px),
  (min-device-width: 768px) and (max-device-width: 1023px) {
  .gform_legacy_markup_wrapper
    ul.gform_fields
    li.gfield.gfield_error
    + li.gfield.gfield_error {
    margin-top: 32px;
  }
  .gform_legacy_markup_wrapper table.gfield_list {
    border: 0;
  }
  .gform_legacy_markup_wrapper table.gfield_list thead {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .gform_legacy_markup_wrapper table.gfield_list tr {
    margin-bottom: 10px;
    display: block;
    background: #fff;
    position: relative;
    border: 1px solid #ccc;
    border-top: 2px solid #ccc;
    border-bottom: 4px solid #ccc;
  }
  .gform_legacy_markup_wrapper table.gfield_list td {
    display: block;
    margin-left: 8px;
    margin-right: 8px;
  }
  .gform_legacy_markup_wrapper table.gfield_list td.gfield_list_icons {
    border-bottom: 0;
    margin: 16px 0 0 0 !important;
  }
  .gform_legacy_markup_wrapper
    ul.gform_fields.form_sublabel_above
    table.gfield_list
    td:before,
  .gform_legacy_markup_wrapper
    ul.gform_fields.form_sublabel_below
    table.gfield_list
    td:after {
    content: attr(data-label);
    font-size: 0.875em;
    letter-spacing: 0.5pt;
    white-space: nowrap;
    display: block;
    clear: both;
  }
  .gform_legacy_markup_wrapper
    ul.gform_fields.form_sublabel_above
    table.gfield_list
    td:before {
    margin: 8px 0 3px 8px;
  }
  .gform_legacy_markup_wrapper
    ul.gform_fields.form_sublabel_below
    table.gfield_list
    td:after {
    margin: 3px 0 8px 8px;
  }
  .gform_legacy_markup_wrapper table.gfield_list td + td,
  .gform_legacy_markup_wrapper table.gfield_list th + th {
    padding: 4px 0 0 0;
  }
  .gform_legacy_markup_wrapper table.gfield_list tr.gfield_list_row_even,
  .gform_legacy_markup_wrapper table.gfield_list tr.gfield_list_row_odd {
    margin: 16px 0;
  }
  .gform_legacy_markup_wrapper
    table.gfield_list
    tr.gfield_list_row_odd:first-child {
    padding-top: 12px;
  }
  .gform_legacy_markup_wrapper table.gfield_list tr {
    padding-top: 12px;
  }
  .gform_legacy_markup_wrapper table.gfield_list tr td.gfield_list_icons {
    width: 100% !important;
    padding: 5px 4px 1px 4px !important;
    background-color: #eee;
    text-align: center;
  }
  .gform_legacy_markup_wrapper
    table.gfield_list
    tr
    td.gfield_list_icons
    img.add_list_item {
    margin: 12px 0 0 16px !important;
  }
  .gform_legacy_markup_wrapper
    table.gfield_list
    tr
    td.gfield_list_icons
    img.delete_list_item {
    margin: 12px 0 0 8px !important;
  }
  .gform_legacy_markup_wrapper .gform_footer a.gform_save_link,
  .gform_legacy_markup_wrapper .gform_page_footer a.gform_save_link {
    margin-left: 0;
  }
  .gform_legacy_markup_wrapper .gfield_list td.gfield_list_cell input {
    width: calc(100% - 16px);
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media only screen and (min-width: 641px) {
  .gform_legacy_markup_wrapper .gform_body {
    width: 100%;
  }
  .gform_legacy_markup_wrapper.gform_validation_error
    .gform_body
    ul
    li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: calc(100% - 16px) !important;
  }
  .gform_legacy_markup_wrapper .gfield_checkbox li,
  .gform_legacy_markup_wrapper .gfield_radio li {
    margin: 0 0 8px 0;
    line-height: 1.3;
  }
  .gform_legacy_markup_wrapper .gsection {
    margin: 28px 16px 28px 0;
  }
  .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .gfield_label {
    float: left;
    width: 29%;
    padding-right: 16px;
    margin-bottom: 16px;
  }
  .gform_legacy_markup_wrapper .right_label .gfield_label {
    text-align: right;
  }
  .gform_legacy_markup_wrapper .left_label .gfield_description,
  .gform_legacy_markup_wrapper .right_label .gfield_description {
    width: 70%;
  }
  .gform_legacy_markup_wrapper form ul.left_label li ul.gfield_checkbox li,
  .gform_legacy_markup_wrapper form ul.left_label li ul.gfield_radio li,
  .gform_legacy_markup_wrapper form ul.right_label li ul.gfield_checkbox li,
  .gform_legacy_markup_wrapper form ul.right_label li ul.gfield_radio li,
  .gform_legacy_markup_wrapper ul.left_label li ul.gfield_checkbox li,
  .gform_legacy_markup_wrapper ul.left_label li ul.gfield_radio li,
  .gform_legacy_markup_wrapper ul.right_label li ul.gfield_checkbox li,
  .gform_legacy_markup_wrapper ul.right_label li ul.gfield_radio li {
    margin-bottom: 10px;
  }
  .gform_legacy_markup_wrapper .left_label .gfield_description,
  .gform_legacy_markup_wrapper .left_label .instruction,
  .gform_legacy_markup_wrapper .right_label .gfield_description,
  .gform_legacy_markup_wrapper .right_label .instruction {
    margin-left: 29%;
  }
  .gform_legacy_markup_wrapper
    ul.gform_fields:not(.top_label)
    .gsection
    .gsection_description {
    margin-left: 0;
    padding-top: 4px;
    padding-left: 0;
    line-height: 1.5;
  }
  .gform_legacy_markup_wrapper
    form
    ul.gform_fields:not(.top_label)
    li.gfield_html_formatted {
    margin-left: 29% !important;
    width: 70%;
  }
  .gform_legacy_markup_wrapper
    ul.gform_fields:not(.top_label)
    ul.gfield_checkbox,
  .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) ul.gfield_radio {
    overflow: hidden;
  }
  .gform_legacy_markup_wrapper .left_label div.ginput_complex,
  .gform_legacy_markup_wrapper .right_label div.ginput_complex {
    width: 70%;
    margin-left: 29%;
  }
  .gform_legacy_markup_wrapper .left_label input.small,
  .gform_legacy_markup_wrapper .left_label select.small,
  .gform_legacy_markup_wrapper .right_label input.small,
  .gform_legacy_markup_wrapper .right_label select.small {
    width: 15%;
  }
  .gform_legacy_markup_wrapper .left_label input.medium,
  .gform_legacy_markup_wrapper .left_label select.medium,
  .gform_legacy_markup_wrapper .right_label input.medium,
  .gform_legacy_markup_wrapper .right_label select.medium {
    width: calc(35% - 8px);
  }
  .gform_legacy_markup_wrapper .left_label input.large,
  .gform_legacy_markup_wrapper .left_label select.large,
  .gform_legacy_markup_wrapper .right_label input.large,
  .gform_legacy_markup_wrapper .right_label select.large {
    width: 70%;
  }
  .gform_legacy_markup_wrapper .left_label textarea.large,
  .gform_legacy_markup_wrapper .left_label textarea.medium,
  .gform_legacy_markup_wrapper .left_label textarea.small,
  .gform_legacy_markup_wrapper .right_label textarea.large,
  .gform_legacy_markup_wrapper .right_label textarea.medium,
  .gform_legacy_markup_wrapper .right_label textarea.small {
    width: 70%;
  }
  .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .ginput_list {
    width: 70%;
    margin-left: 29% !important;
  }
  .gform_legacy_markup_wrapper .top_label .gfield_list {
    width: 100%;
  }
  .gform_legacy_markup_wrapper .left_label .gf_list_one_column,
  .gform_legacy_markup_wrapper .right_label .gf_list_one_column {
    width: 45%;
  }
  .gform_legacy_markup_wrapper .top_label .gf_list_one_column {
    width: 46%;
  }
  .gform_legacy_markup_wrapper .left_label li.hidden_label input,
  .gform_legacy_markup_wrapper .right_label li.hidden_label input {
    margin-left: 3.7%;
  }
  .gform_legacy_markup_wrapper .left_label li.gfield .gfield_password_strength,
  .gform_legacy_markup_wrapper
    .right_label
    li.gfield
    .gfield_password_strength {
    margin-left: 29%;
  }
  .gform_legacy_markup_wrapper .top_label input.small,
  .gform_legacy_markup_wrapper .top_label select.small {
    width: 25%;
  }
  .gform_legacy_markup_wrapper .top_label input.medium,
  .gform_legacy_markup_wrapper .top_label select.medium {
    width: calc(50% - 8px);
  }
  .gform_legacy_markup_wrapper.gform_validation_error .top_label input.medium,
  .gform_legacy_markup_wrapper.gform_validation_error .top_label select.medium {
    width: 50%;
  }
  .gform_legacy_markup_wrapper .hidden_label input.large,
  .gform_legacy_markup_wrapper .hidden_label select.large,
  .gform_legacy_markup_wrapper .top_label input.large,
  .gform_legacy_markup_wrapper .top_label select.large {
    width: 100%;
  }
  .gform_legacy_markup_wrapper .top_label input.large.datepicker,
  .gform_legacy_markup_wrapper .top_label input.medium.datepicker,
  .gform_legacy_markup_wrapper .top_label input.small.datepicker {
    width: auto;
  }
  .gform_legacy_markup_wrapper textarea.small {
    height: 80px;
    width: 100%;
  }
  .gform_legacy_markup_wrapper textarea.medium {
    height: 160px;
    width: 100%;
  }
  .gform_legacy_markup_wrapper textarea.large {
    height: 320px;
    width: 100%;
  }
  .gform_legacy_markup_wrapper .ginput_complex .ginput_left,
  .gform_legacy_markup_wrapper .ginput_complex .ginput_right {
    width: 50%;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    margin: 0 -4px 0 0;
  }
  .gform_legacy_markup_wrapper .ginput_container_password .ginput_right {
    padding-left: 8px;
  }
  .gform_legacy_markup_wrapper .gfield_error .ginput_complex .ginput_left,
  .gform_legacy_markup_wrapper .gfield_error .ginput_complex .ginput_right {
    width: 50%;
  }
  .gform_legacy_markup_wrapper .ginput_complex .ginput_cardinfo_left,
  .gform_legacy_markup_wrapper .ginput_complex .ginput_cardinfo_right {
    min-height: 43px;
    position: relative;
    float: left;
  }
  .ginput_complex .ginput_cardinfo_right input {
    display: inline-block;
    width: 30%;
    max-width: 7rem;
  }
  .gform_legacy_markup_wrapper .ginput_complex .ginput_cardinfo_left {
    width: 50%;
  }
  .gform_legacy_markup_wrapper
    .ginput_complex
    select.ginput_card_expiration.ginput_card_expiration_month,
  .gform_legacy_markup_wrapper
    .ginput_complex
    select.ginput_card_expiration.ginput_card_expiration_year {
    width: 47% !important;
    display: -moz-inline-stack;
    display: inline-block;
  }
  .gform_legacy_markup_wrapper
    .ginput_complex
    .ginput_cardinfo_left
    select.ginput_card_expiration.ginput_card_expiration_month {
    margin-right: 4px;
  }
  .gform_legacy_markup_wrapper .gf_step {
    width: auto;
    display: -moz-inline-stack;
    display: inline-block;
    margin: 16px 32px 16px 0;
  }
  .gform_legacy_markup_wrapper .gform_footer input.button,
  .gform_legacy_markup_wrapper .gform_footer input[type="image"],
  .gform_legacy_markup_wrapper .gform_footer input[type="submit"] {
    display: -moz-inline-stack;
    display: inline-block;
  }
  .gform_legacy_markup_wrapper .gform_footer input[type="image"] {
    vertical-align: middle;
  }
  .gform_legacy_markup_wrapper .gform_footer a.gform_save_link,
  .gform_legacy_markup_wrapper .gform_page_footer a.gform_save_link {
    font-size: 1em;
    margin-left: 16px;
    display: -moz-inline-stack;
    display: inline-block;
  }
  .gform_legacy_markup_wrapper .gform_footer input.button,
  .gform_legacy_markup_wrapper .gform_footer input[type="submit"],
  .gform_legacy_markup_wrapper .gform_page_footer input.button,
  .gform_legacy_markup_wrapper .gform_page_footer input[type="submit"] {
    font-size: 1em;
    width: auto;
    margin: 0 16px 0 0;
  }
  .gform_legacy_markup_wrapper ul.gform_fields li.gfield {
    padding-right: 16px;
  }
  .gform_legacy_markup_wrapper .ginput_complex .ginput_left {
    padding-right: 8px;
  }
  .gform_legacy_markup_wrapper
    .left_label
    .ginput_complex.ginput_container_address:after {
    content: "";
    display: block;
  }
  .gform_legacy_markup_wrapper
    .ginput_complex.ginput_container_address
    .ginput_left {
    margin-right: 8px;
  }
  .gform_legacy_markup_wrapper
    .ginput_complex.ginput_container_address
    .ginput_right {
    margin-right: -8px;
    padding-right: 8px;
  }
  .gform_legacy_markup_wrapper
    .ginput_complex.ginput_container_address
    span.ginput_full
    + span.ginput_right {
    padding-right: 8px !important;
    margin-right: 8px;
  }
  .gform_legacy_markup_wrapper
    .ginput_complex.ginput_container_address
    span.ginput_right
    + span.ginput_left {
    padding-right: 8px !important;
    margin-right: -8px;
  }
  .gform_legacy_markup_wrapper
    .ginput_complex.ginput_container_address
    span.ginput_right
    + span.ginput_left.address_zip {
    margin-right: 8px;
  }
  .gform_legacy_markup_wrapper .gfield_error .ginput_container {
    padding-right: 0;
  }
  .gform_legacy_markup_wrapper
    ul.top_label
    li.gfield.gfield_error.gfield_contains_required
    .gfield_password_strength {
    margin: 18px 0 18px 0;
  }
  .gform_legacy_markup_wrapper .gform_footer:not(.top_label) {
    padding: 16px 0 10px 0;
    margin-left: 29%;
    width: 70%;
  }
  .gform_legacy_markup_wrapper
    .top_label
    div.ginput_complex.ginput_container.gf_name_has_1,
  .gform_legacy_markup_wrapper
    .top_label
    div.ginput_complex.ginput_container.gf_name_has_2,
  .gform_legacy_markup_wrapper
    .top_label
    div.ginput_complex.ginput_container.gf_name_has_3 {
    width: calc(100% + 15px);
  }
  .gform_legacy_markup_wrapper
    .top_label
    div.ginput_complex.ginput_container.gf_name_has_4 {
    width: calc(100% + 13px);
  }
  .gform_legacy_markup_wrapper
    .top_label
    div.ginput_complex.ginput_container.gf_name_has_5 {
    width: calc(100% + 14px);
  }
  ul.gform_fields:not(.top_label)
    div.ginput_complex.ginput_container.gf_name_has_1,
  ul.gform_fields:not(.top_label)
    div.ginput_complex.ginput_container.gf_name_has_2,
  ul.gform_fields:not(.top_label)
    div.ginput_complex.ginput_container.gf_name_has_3 {
    width: calc(70% + 15px);
    margin-left: 29%;
  }
  ul.gform_fields:not(.top_label)
    li.gfield.gfield_error
    div.ginput_complex.ginput_container.gf_name_has_1,
  ul.gform_fields:not(.top_label)
    li.gfield.gfield_error
    div.ginput_complex.ginput_container.gf_name_has_2,
  ul.gform_fields:not(.top_label)
    li.gfield.gfield_error
    div.ginput_complex.ginput_container.gf_name_has_3 {
    width: calc(70% + 24px);
  }
  ul.gform_fields:not(.top_label)
    div.ginput_complex.ginput_container.gf_name_has_4 {
    width: calc(70% + 13px);
    margin-left: 29%;
  }
  ul.gform_fields:not(.top_label)
    div.ginput_complex.ginput_container.gf_name_has_5 {
    width: calc(70% + 14px);
    margin-left: 29%;
  }
  .gform_legacy_markup_wrapper div.ginput_container_name span {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    padding-right: 16px;
    margin-right: -4px;
  }
  .gform_legacy_markup_wrapper
    div.ginput_complex.ginput_container.gf_name_has_1
    span {
    width: 100%;
  }
  .gform_legacy_markup_wrapper
    div.ginput_complex.ginput_container.gf_name_has_2
    span {
    width: 50%;
  }
  .gform_legacy_markup_wrapper
    div.ginput_complex.ginput_container.gf_name_has_3
    span {
    width: 33.3%;
  }
  .gform_legacy_markup_wrapper
    div.ginput_complex.ginput_container.gf_name_has_4
    span {
    width: 25%;
  }
  .gform_legacy_markup_wrapper
    div.ginput_complex.ginput_container.gf_name_has_5
    span {
    width: 19.95%;
  }
  .gform_legacy_markup_wrapper
    ul.gform_fields:not(.top_label)
    li.gfield.gfield_error
    div.ginput_complex.ginput_container.gf_name_has_1
    span {
    width: 99.75% !important;
  }
  .gform_legacy_markup_wrapper
    ul.gform_fields:not(.top_label)
    li.gfield.gfield_error
    div.ginput_complex.ginput_container.gf_name_has_2
    span {
    width: 49.75% !important;
  }
  .gform_legacy_markup_wrapper
    ul.gform_fields:not(.top_label)
    li.gfield.gfield_error
    div.ginput_complex.ginput_container.gf_name_has_3
    span {
    width: 33% !important;
  }
  .gform_legacy_markup_wrapper
    ul.gform_fields:not(.top_label)
    li.gfield.gfield_error
    div.ginput_complex.ginput_container.gf_name_has_4
    span {
    width: 24.75% !important;
  }
  .gform_legacy_markup_wrapper
    ul.gform_fields:not(.top_label)
    li.gfield.gfield_error
    div.ginput_complex.ginput_container.gf_name_has_5
    span {
    width: 19.75% !important;
  }
  html
    .gform_legacy_markup_wrapper
    div.ginput_complex.ginput_container.gf_name_has_2
    span:first-child,
  html
    .gform_legacy_markup_wrapper
    div.ginput_complex.ginput_container.gf_name_has_3
    span:first-child,
  html
    .gform_legacy_markup_wrapper
    div.ginput_complex.ginput_container.gf_name_has_4
    span:first-child,
  html
    .gform_legacy_markup_wrapper
    div.ginput_complex.ginput_container.gf_name_has_5
    span:first-child {
    margin-left: 0 !important;
  }
  .gform_legacy_markup_wrapper
    .top_label
    .ginput_complex.ginput_container.ginput_container_email {
    width: calc(100% + 15px);
  }
  .gform_legacy_markup_wrapper
    ul.gform_fields:not(.top_label)
    div.ginput_complex.ginput_container.ginput_container_email {
    width: calc(70% + 16px);
    margin-left: 29%;
  }
  .gform_legacy_markup_wrapper
    ul.gform_fields:not(.top_label)
    li.gfield.gfield_error
    div.ginput_complex.ginput_container.ginput_container_email {
    width: calc(70% + 17px);
  }
  li.gfield.gfield_error
    .gform_legacy_markup_wrapper
    ul.gform_fields:not(.top_label)
    li.gfield.gfield_error
    .ginput_complex.ginput_container.ginput_container_email {
    width: calc(70% + 8px) !important;
  }
  .gform_legacy_markup_wrapper
    .ginput_complex.ginput_container.ginput_container_email
    .ginput_left,
  .gform_legacy_markup_wrapper
    .ginput_complex.ginput_container.ginput_container_email
    .ginput_right {
    padding-right: 16px;
  }
  .gform_legacy_markup_wrapper
    ul.left_label
    li.gfield
    .gfield_password_strength,
  .gform_legacy_markup_wrapper
    ul.right_label
    li.gfield
    .gfield_password_strength {
    width: 70%;
  }
  .gform_legacy_markup_wrapper
    .ginput_complex
    span.ginput_left
    + input.gform_hidden
    + span.ginput_left {
    padding-right: 0;
  }
  .gform_legacy_markup_wrapper
    .ginput_complex
    span.ginput_left.address_country {
    margin-right: 0;
  }
  html:not([dir="rtl"])
    .gform_legacy_markup_wrapper
    ul.gform_fields:not(.top_label)
    .clear-multi,
  html:not([dir="rtl"])
    .gform_legacy_markup_wrapper
    ul.gform_fields:not(.top_label)
    .gfield_description,
  html:not([dir="rtl"])
    .gform_legacy_markup_wrapper
    ul.gform_fields:not(.top_label)
    .ginput_container:not(.ginput_container_time):not(.ginput_container_date) {
    width: 70%;
    margin-left: 29%;
  }
  .gform_legacy_markup_wrapper .gf_progressbar {
    width: calc(100% - 16px);
  }
  .gform_legacy_markup_wrapper
    ul.gform_fields:not(.top_label)
    .gform_fileupload_multifile
    .gform_drop_area {
    margin-left: 29%;
    width: 70%;
  }
  body
    .gform_legacy_markup_wrapper
    span.ginput_left.address_city
    + input.gform_hidden
    + span.ginput_left.address_country {
    width: calc(50% - 8px);
    margin-right: 0;
  }
  .gform_legacy_markup_wrapper
    ul.gform_fields:not(.top_label)
    .ginput_container.ginput_recaptcha {
    margin-left: 29% !important;
  }
  .gform_legacy_markup_wrapper
    .gform_page_footer
    .button.gform_previous_button {
    margin-bottom: 0;
  }
  .gform_legacy_markup_wrapper .gform_page_footer .button.gform_button,
  .gform_legacy_markup_wrapper .gform_page_footer .button.gform_next_button {
    margin-right: 10px;
  }
  body
    .gform_legacy_markup_wrapper
    select.medium.gfield_select
    + div.chosen-container-multi[style],
  body
    .gform_legacy_markup_wrapper
    select.medium.gfield_select
    + div.chosen-container-single[style] {
    width: calc(50% - 8px) !important;
  }
  body
    .gform_legacy_markup_wrapper
    select.large.gfield_select
    + div.chosen-container-multi[style],
  body
    .gform_legacy_markup_wrapper
    select.large.gfield_select
    + div.chosen-container-single[style] {
    width: 100% !important;
  }
  body
    .gform_legacy_markup_wrapper
    select.small.gfield_select
    + div.chosen-container-multi[style],
  body
    .gform_legacy_markup_wrapper
    select.small.gfield_select
    + div.chosen-container-single[style] {
    width: 25% !important;
  }
}
.gfield_repeater_cell > .gfield_repeater_wrapper {
  border-left: 8px solid rgba(54, 86, 102, 0.1);
  background-color: rgba(1, 1, 1, 0.02);
  padding: 10px 20px;
  border-radius: 8px;
  border-bottom: 1px solid #eee;
}
.gfield_repeater_wrapper input {
  border: 1px solid #c5c6c5;
  border-radius: 4px;
}
.gfield_repeater_wrapper .gfield_repeater_wrapper {
  margin-top: 10px;
}
.gfield_repeater_buttons .add_repeater_item_text,
.gfield_repeater_buttons .remove_repeater_item_text {
  min-width: 100px;
  height: 30px;
  background: rgba(242, 242, 242, 0.5);
  transition: all 0.3s cubic-bezier(0.67, 0.17, 0.4, 0.83);
  font-size: 12px;
  color: #757575;
  border-radius: 20px;
  margin-right: 10px;
  margin-bottom: 5px;
  border: 1px solid rgba(117, 117, 117, 0.4);
  font-weight: 400;
}
.gfield_repeater_buttons .add_repeater_item_plus,
.gfield_repeater_buttons .remove_repeater_item_minus {
  width: 22px;
  height: 22px;
  background: rgba(242, 242, 242, 0.5);
  transition: all 0.3s cubic-bezier(0.67, 0.17, 0.4, 0.83);
  font-size: 16px;
  color: #757575;
  border-radius: 50%;
  margin: 10px 5px 0 5px;
  border: 1px solid rgba(117, 117, 117, 0.4);
  font-weight: 700;
  padding: 0;
  padding-bottom: 5px;
}
.gfield_repeater_buttons button.gfield_icon_disabled {
  cursor: default;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
}
.gfield_repeater_buttons button.gfield_icon_disabled:hover {
  background: rgba(242, 242, 242, 0.5);
  color: #757575;
  border: 1px solid rgba(117, 117, 117, 0.4);
}
.gfield_repeater_buttons button:hover {
  background: #fafafa;
  color: #374750;
  border: 1px solid #757575;
}
.gfield_repeater .gfield_repeater_items .gfield_repeater_item:not(:last-child) {
  border-bottom: 2px solid #e0e0e6;
  padding-bottom: 20px;
}
.gfield_repeater_cell > .gfield_repeater_wrapper {
  border-left: 8px solid #f1f1f1;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06),
    0 2px 1px -1px rgba(0, 0, 0, 0.06), 0 1px 5px 0 rgba(0, 0, 0, 0.06);
}
.gfield_repeater_buttons .add_repeater_item_text:focus,
.gfield_repeater_buttons .remove_repeater_item_text:focus {
  outline: 0;
}
.gfield_repeater_item .gfield_repeater_cell .gfield_required {
  color: #c32121;
}
.gform_legacy_markup_wrapper .gfield_repeater_cell label {
  color: #9b9a9a;
  font-weight: 400;
  font-size: 14px;
  padding-top: 8px;
}
.gfield_repeater_value .gfield_repeater_value .gfield_repeater_cell {
  padding-bottom: 20px;
  padding-top: 0;
}
div .gfield_repeater_cell {
  margin-top: 5px;
}
.gfield_repeater .gfield_repeater_items .gfield_repeater_item:not(:last-child) {
  border-bottom: 2px solid #e0e0e6;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-right: 10px;
}
.gfield_repeater_value > .gfield_repeater {
  border-left: 8px solid rgba(54, 86, 102, 0.1);
  background-color: rgba(1, 1, 1, 0.02);
  padding: 10px 20px;
  border-radius: 8px;
  border-bottom: 1px solid #eee;
  margin: 10px;
}
.gfield_repeater_cell .gfield_repeater_value:not(:first-child) {
  color: rgba(117, 117, 117, 0.7);
  border: 1px solid #c5c6c5;
  border-radius: 4px;
  margin-right: 10px;
  padding-left: 10px;
  background-color: #f0f0f0;
}
.gfield_repeater .gfield_repeater_items,
.gfield_repeater_items .gfield_repeater_cell:not(:first-child) {
  padding-top: 5px;
}
.gfield_repeater .gfield_label {
  color: #23282d;
  font-size: 16px;
  font-weight: 600;
}
.gfield_repeater_value .gfield_label {
  padding-bottom: 0;
}
.gfield_repeater_value
  .gfield_repeater_value
  .gfield_repeater_item:first-child {
  padding-bottom: 0;
}
.gform_wrapper .gform_body {
  width: 100% !important;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield {
  padding-right: 0;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield label,
.gform_wrapper .gform_body ul.gform_fields li.gfield label.gfield_label {
  font-family: "Aeonik Medium", sans-serif;
  font-weight: 300;
  font-size: 0.8em;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield label .gfield_required,
.gform_wrapper
  .gform_body
  ul.gform_fields
  li.gfield
  label.gfield_label
  .gfield_required {
  display: none;
}
.gform_wrapper
  .gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]),
.gform_wrapper
  .gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container
  textarea,
.gform_wrapper
  .gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container
  input[type="email"],
.gform_wrapper
  .gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container
  input[type="tel"] {
  transition-property: all;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0.1s;
  font-family: "Aeonik Medium", sans-serif;
  font-size: 0.9em;
  padding: 0.6em;
  max-width: 100%;
  outline: 0;
  border: solid 1px #d4d5d8;
  width: 100%;
}
.gform_wrapper
  .gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]):focus,
.gform_wrapper
  .gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container
  textarea:focus,
.gform_wrapper
  .gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container
  input[type="email"]:focus,
.gform_wrapper
  .gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container
  input[type="tel"]:focus {
  border-color: #222325;
}
.gform_wrapper
  .gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container
  .gfield_checkbox
  input[type="checkbox"] {
  margin-top: 0;
  margin-right: 0.3em;
}
.gform_wrapper .gform_body ul.gform_fields .multicolumn-wrapper ul li {
  float: left;
  width: 50%;
  clear: none;
}
.gform_wrapper
  .gform_body
  ul.gform_fields
  .multicolumn-wrapper
  ul
  li:first-child {
  padding-right: 2.5%;
}
.gform_wrapper .gform_footer input[type="submit"] {
  transition-property: all;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0.1s;
  display: inline-block;
  color: #fff;
  font-size: 0.9em;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  padding: 15px 50px 15px 22px;
  width: auto;
  background: #000;
  border: 0;
  outline: 0;
  cursor: pointer;
  border-radius: 100px;
  position: relative;
  line-height: 1em;
}
.gform_wrapper .gform_footer input[type="submit"].light {
  background-color: #767676;
  color: #000;
}
.gform_wrapper .gform_footer input[type="submit"]:hover {
  background: #c9e7ff;
  color: #000;
}
.gform_wrapper .gform_footer input[type="submit"] i {
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 100px;
  color: #767676;
}
.gform_wrapper ::-webkit-input-placeholder {
  color: #6b6e75;
}
.gform_wrapper :-moz-placeholder {
  color: #6b6e75;
}
.gform_wrapper ::-moz-placeholder {
  color: #6b6e75;
}
.gform_wrapper :-ms-input-placeholder {
  color: #6b6e75;
}
.gform_confirmation_message {
  background: #c7ffc7;
  padding: 20px;
  margin: 20px 0 0;
  border: 1px solid #7cd07c;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
@font-face {
  font-family: "canvas";
  src: url("fonts/canvas.eot");
  src: url("fonts/canvas.eot?#iefix") format("embedded-opentype"),
    url("fonts/canvas.woff") format("woff"),
    url("fonts/canvas.ttf") format("truetype"),
    url("fonts/canvas.svg#canvas") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="c-"]:before,
[class*=" c-"]:before {
  font-family: "canvas";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.c-facebook:before {
  content: "i";
}
.c-google-plus:before {
  content: "j";
}
.c-instagram:before {
  content: "k";
}
.c-snapchat:before {
  content: "l";
}
.c-twitter:before {
  content: "m";
}
.c-youtube:before {
  content: "n";
}
.c-pinterest:before {
  content: "a";
}
.c-neon-canvas-horizontal:before {
  content: "b";
} /*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
.bgvideo {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
.bgvideo video {
  position: absolute;
  top: 0;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translateX(-50%);
  background-position: center right;
}

.bgvideo img{
  width: 100%;
  height: 100%;
  object-fit: cover;

}







.container-fluid,
.container,
.container-lrg {
  margin-right: auto;
  margin-left: auto;
  padding: 0 25px;
}
@media screen and (max-width: 830px) {
  .container-fluid,
  .container,
  .container-lrg {
    max-width: 500px;
  }
}
.container-lrg {
  max-width: 1350px;
}
@media screen and (max-width: 830px) {
  .container-lrg {
    max-width: 500px;
  }
}
.container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}
.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}
.row.reverse {
  flex-direction: row-reverse;
}
.col.reverse {
  flex-direction: column-reverse;
}
.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}
.col-xs-1 {
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}
.col-xs-2 {
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}
.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%;
}
.col-xs-4 {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}
.col-xs-5 {
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}
.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%;
}
.col-xs-7 {
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}
.col-xs-8 {
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}
.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%;
}
.col-xs-10 {
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}
.col-xs-11 {
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}
.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.start-xs {
  justify-content: flex-start;
  text-align: start;
}
.center-xs {
  justify-content: center;
  text-align: center;
}
.end-xs {
  justify-content: flex-end;
  text-align: end;
}
.top-xs {
  align-items: flex-start;
}
.middle-xs {
  align-items: center;
}
.bottom-xs {
  align-items: flex-end;
}
.around-xs {
  justify-content: space-around;
}
.between-xs {
  justify-content: space-between;
}
.first-xs {
  order: -1;
}
.last-xs {
  order: 1;
}
@media only screen and (min-width: 830px) {
  .container {
    width: 47rem;
  }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-sm {
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    align-items: flex-start;
  }
  .middle-sm {
    align-items: center;
  }
  .bottom-sm {
    align-items: flex-end;
  }
  .around-sm {
    justify-content: space-around;
  }
  .between-sm {
    justify-content: space-between;
  }
  .first-sm {
    order: -1;
  }
  .last-sm {
    order: 1;
  }
}
@media only screen and (min-width: 64em) {
  .container {
    width: 63rem;
  }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-md {
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    justify-content: center;
    text-align: center;
  }
  .end-md {
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    align-items: flex-start;
  }
  .middle-md {
    align-items: center;
  }
  .bottom-md {
    align-items: flex-end;
  }
  .around-md {
    justify-content: space-around;
  }
  .between-md {
    justify-content: space-between;
  }
  .first-md {
    order: -1;
  }
  .last-md {
    order: 1;
  }
}
@media only screen and (min-width: 75em) {
  .container {
    width: 74rem;
  }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-lg {
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    align-items: flex-start;
  }
  .middle-lg {
    align-items: center;
  }
  .bottom-lg {
    align-items: flex-end;
  }
  .around-lg {
    justify-content: space-around;
  }
  .between-lg {
    justify-content: space-between;
  }
  .first-lg {
    order: -1;
  }
  .last-lg {
    order: 1;
  }
}
.banner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #222325;
  overflow: hidden;
  height: 100vh;
}
@media screen and (max-width: 830px) {
  .banner {
    height: 600px;
  }
}
@media screen and (max-width: 480px) {
  .banner {
    height: 375px;
  }
}
.banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(34, 35, 37, 0.6);
  z-index: 1;
}
.banner .banner-message {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  padding: 0 60px 60px;
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 830px) {
  .banner .banner-message {
    padding: 0 20px 40px;
  }
}
@media screen and (max-width: 480px) {
  .banner .banner-message {
    padding: 0 20px 35px;
  }
}
.banner .banner-message h1,
.banner .banner-message h2,
.banner .banner-message h3,
.banner .banner-message h4,
.banner .banner-message h5,
.banner .banner-message p {
  color: #fff;
}
.banner video {
  margin-top: 105px;
}
@media screen and (max-width: 830px) {
  .banner video {
    height: 600px;
  }
}
@media screen and (max-width: 480px) {
  .banner video {
    height: 375px;
  }
}
footer {
  background: #fff;
  position: relative;
  z-index: 2;
}
footer .footer-top .blue-bg {
  padding: 60px 0;
}
@media screen and (max-width: 830px) {
  footer .footer-top .blue-bg {
    padding: 3.75em 0;
  }
}
footer .footer-top input[type="text"],
footer .footer-top input[type="email"],
footer .footer-top input[type="tel"] {
  border: 0 !important;
  padding: 15px 25px !important;
  border-radius: 6px;
}
footer .footer-top label.gfield_label.gform-field-label {
  font-size: 18px !important;
}
footer .footer-top .wrap {
  padding-top: 20px;
}
footer .footer-top p {
  width: 420px;
  max-width: 100%;
}
footer .footer-nav {
  padding: 30px;
  text-align: center;
  background-color: #767676;
}
footer .footer-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .footer-nav ul li {
  display: inline-block;
  margin: 0 15px;
  margin: 0 15px;
}
footer .footer-nav ul li a {
  font-size: 24px;
  color: #fff;
}
@media screen and (max-width: 830px) {
  footer .footer-nav ul li a {
    font-size: 16px;
  }
}
footer .footer-bottom {
  text-align: center;
  background-color: #000;
  position: relative;
  padding-bottom: 100px;
}
@media screen and (max-width: 830px) {
  footer .footer-bottom {
    padding-bottom: 3.75em;
  }
}
footer .footer-bottom .bg-logo svg {
  display: block;
}
footer .footer-bottom .bg-logo {
  position: absolute;
  top: 85px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 90%;
}
footer .footer-bottom .bg-logo svg {
  display: block;
  width: 100%;
  height: auto;
}
footer .footer-bottom .wrap {
  padding: 60px 0 60px;
}
@media screen and (max-width: 830px) {
  footer .footer-bottom .wrap {
    padding: 3.75em 0;
  }
}
footer .footer-bottom .wrap h3 {
  color: #fff;
}
footer .footer-bottom h5,
footer .footer-bottom p {
  color: #fff;
}
footer .footer-bottom h5 a,
footer .footer-bottom p a {
  color: #fff;
}
footer .footer-bottom h5 a:hover,
footer .footer-bottom p a:hover {
  color: #fff;
  opacity: 0.5;
}
footer .credits {
  padding: 10px;
  text-align: center;
  background-color: #fff;
}
footer .credits .copy {
  font-size: 12px;
  margin: 0;
  color: #000;
}
footer .credits .copy a {
  color: #000;
}
footer .credits .copy a:hover {
  color: #767676;
}
@media only screen and (max-width: 830px) {
  footer {
    margin-bottom: 55px;
  }
}
header {
  transition-property: all;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0.1s;
  height: 105px;
  background: #fff;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
header.active {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
header .utility {
  height: 25px;
  line-height: 25px;
  padding: 0 20px;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 9;
}
header .utility ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 830px) {
  header .utility ul {
    display: none;
  }
}
header .utility ul li {
  display: inline-block;
  margin: 0 15px;
  position: relative;
}
header .utility ul li ul {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  padding: 20px 20px 5px;
  background-color: #767676;
  text-align: left;
  width: 400px;
}
header .utility ul li ul li {
  margin-bottom: 10px;
  display: block;
}
header .utility ul li ul li h4 {
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 10px;
  font-size: 15px;
  color: #fff;
}
header .utility ul li ul li a {
  color: #fff;
}
header .utility ul li:hover ul {
  display: block;
}
header .utility ul li a {
  color: #fff;
  font-weight: 400;
  font-size: 15px;
}
header .utility ul li a svg {
  display: inline-block;
  margin: 0 4px 0 0;
}
header .utility ul li a i {
  display: inline-block;
  margin: 0 0 0 4px;
  color: #fff;
  font-size: 10px;
}
header .logo {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  margin-top: 12px;
}
header .logo svg {
  display: block;
}
header a.btn.header-cta {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  margin-top: 12px;
}
@media screen and (max-width: 830px) {
  header a.btn.header-cta {
    display: none;
  }
}
header nav#site-navigation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  margin-top: 12px;
  width: 640px;
  text-align: center;
}
@media screen and (max-width: 830px) {
  header nav#site-navigation {
    display: none;
  }
}
header nav#site-navigation #primary-menu {
  margin: 0;
  padding: 0;
}
header nav#site-navigation #primary-menu li {
  position: relative;
  display: inline-block;
  padding: 0 15px;
}
header nav#site-navigation #primary-menu li a {
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #000;
  line-height: 80px;
}
header nav#site-navigation #primary-menu li a:hover {
  color: #767676;
}
header nav#site-navigation #primary-menu li:hover ul {
  display: block;
}
header nav#site-navigation #primary-menu li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #f5f5f5;
  padding: 5px 0 10px;
  box-shadow: none !important;
}
header nav#site-navigation #primary-menu li ul:before {
  bottom: 100%;
  left: 50%;
  border: solid rgba(0, 0, 0, 0);
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #767676;
  border-width: 6px;
  margin-left: -6px;
}
header nav#site-navigation #primary-menu li ul li {
  display: block;
  line-height: 1.75em !important;
  position: relative;
  padding: 0 20px;
}
header nav#site-navigation #primary-menu li ul li:before {
  display: none !important;
}
header nav#site-navigation #primary-menu li ul li:last-child ul {
  text-align: left;
}
header nav#site-navigation #primary-menu li ul li ul {
  display: none !important;
  left: 100% !important;
  right: auto !important;
  transform: none !important;
  top: 0;
  margin: 0;
  background-color: #fff;
}
header nav#site-navigation #primary-menu li ul li ul:before {
  display: none !important;
}
header nav#site-navigation #primary-menu li ul li ul li:first-of-type {
  border: 0 !important;
}
header nav#site-navigation #primary-menu li ul li:hover ul {
  display: block !important;
}
header nav#site-navigation #primary-menu li ul li.current_page_item:before {
  display: none;
}
header nav#site-navigation #primary-menu li ul li a {
  color: #000;
  white-space: nowrap;
  font-size: 13px;
  display: block;
  text-transform: none;
  letter-spacing: 0;
  line-height: 30px;
}
header nav#site-navigation #primary-menu li ul li a:hover {
  opacity: 1;
}
@media only screen and (max-width: 480px) {
  header nav#site-navigation {
    display: none;
  }
}
.menu-toggle {
  transition-property: all;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0.1s;
  position: absolute;
  top: 25px;
  right: 0;
  display: none;
  line-height: 80px;
  height: 80px;
  width: 80px;
  z-index: 8;
  background: rgba(0, 0, 0, 0);
  border: 0;
}
.menu-toggle span {
  top: 50%;
  left: 50%;
  margin-left: -7px;
}
.menu-toggle span,
.menu-toggle span:before,
.menu-toggle span:after {
  transition-property: all;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0.1s;
  content: "";
  cursor: pointer;
  height: 2px;
  width: 18px;
  background: #222325;
  position: absolute;
  display: block;
}
.menu-toggle span:before {
  top: -6px;
}
.menu-toggle span:after {
  bottom: -6px;
}
.menu-toggle:focus {
  outline: none;
}
.menu-toggle.active span {
  background: rgba(0, 0, 0, 0) !important;
}
.menu-toggle.active span:before,
.menu-toggle.active span:after {
  top: 0;
}
.menu-toggle.active span:before {
  transform: rotate(45deg);
}
.menu-toggle.active span:after {
  transform: rotate(-45deg);
}
@media only screen and (max-width: 830px) {
  .menu-toggle {
    display: block;
  }
}
#side-menu {
  transition-property: all;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0.1s;
  transition-duration: 0.44s;
  position: fixed;
  height: 100%;
  width: 350px;
  top: 0;
  right: -350px;
  text-align: left;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 99999;
  padding: 35px 0;
  background: #fff;
}
@media screen and (max-width: 480px) {
  #side-menu {
    width: 100%;
    right: -100%;
  }
}
#side-menu.active {
  right: 0;
}
@media screen and (min-width: 830px) {
  #side-menu.active {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
  }
}
#side-menu .menu-close {
  transition-property: all;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0.1s;
  position: absolute;
  top: 20px;
  right: 20px;
  line-height: 80px;
  height: 45px;
  width: 45px;
  z-index: 3;
  background: rgba(0, 0, 0, 0);
  border: 0;
  cursor: pointer;
}
#side-menu .menu-close:hover {
  transform: scale(1.3);
}
#side-menu .menu-close span {
  top: 50%;
  margin-left: 13px;
  background: rgba(0, 0, 0, 0) !important;
}
#side-menu .menu-close span,
#side-menu .menu-close span:before,
#side-menu .menu-close span:after {
  transition-property: all;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0.1s;
  content: "";
  cursor: pointer;
  height: 3px;
  width: 18px;
  position: absolute;
  display: block;
  background: #222325;
}
@media screen and (max-width: 1000px) {
  #side-menu .menu-close span,
  #side-menu .menu-close span:before,
  #side-menu .menu-close span:after {
    background: #222325;
  }
}
#side-menu .menu-close span:before {
  top: 0;
  transform: rotate(45deg);
  background: #222325;
}
@media screen and (max-width: 1000px) {
  #side-menu .menu-close span:before {
    background: #222325;
  }
}
#side-menu .menu-close span:after {
  bottom: 0;
  transform: rotate(-45deg);
  background: #222325;
}
@media screen and (max-width: 1000px) {
  #side-menu .menu-close span:after {
    background: #222325;
  }
}
#side-menu .menu-close:focus {
  outline: none;
}
#side-menu .menu-main-nav-container {
  position: relative;
}
#side-menu ul#primary-menu {
  transition-property: all;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0.1s;
  margin: 0;
  display: block;
  padding: 0 10px;
}
#side-menu ul#primary-menu.active {
  transform: translateX(-100%);
}
#side-menu ul#primary-menu > li {
  margin: 0;
  padding: 0;
  float: none;
  display: inline-block;
  width: 100%;
  text-align: left;
  line-height: 65px;
}
#side-menu ul#primary-menu > li a {
  font-weight: 400;
  font-size: 26px;
  padding: 0 20px;
  margin: 0;
  display: inline-block;
  color: #222325;
  font-family: "Aeonik Medium", sans-serif;
}
#side-menu ul#primary-menu > li a:hover {
  color: #222325;
}
@media screen and (max-width: 830px) {
  #side-menu ul#primary-menu > li a {
    font-size: 22px;
  }
}
#side-menu ul#primary-menu > li a.expand {
  transition-property: all;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0.1s;
  padding: 0;
  cursor: pointer;
  transform: rotate(-90deg);
  margin: 0 0 -2px;
  border: 1px solid #000;
  border-radius: 100px;
  width: 22px;
  height: 22px;
}
#side-menu ul#primary-menu > li a.expand:before,
#side-menu ul#primary-menu > li a.expand:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #000;
  width: 1px;
  height: 8px;
  margin: -4px 0 0 -1px;
  border-radius: 6px;
  transform-origin: center;
}
#side-menu ul#primary-menu > li a.expand:before {
  transform: rotate(-45deg) translate(-4px, 0px);
  margin: -6px 0px 0px 0px !important;
}
#side-menu ul#primary-menu > li a.expand:after {
  webkit-transform: rotate(45deg) translate(4px, 0px);
  transform: rotate(45deg) translate(4px, 0px);
  margin: -5px 0 0 0 !important;
  margin: -6px 0px 0px -1px !important;
}
#side-menu ul#primary-menu > li a.expand:hover {
  background: #efefef;
}
#side-menu ul#primary-menu > li ul {
  transition-property: all;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0.1s;
  padding: 0;
  margin: 0;
  display: none;
  float: none;
  transform: translateX(100%);
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 20px 0 30px;
  width: 100%;
}
#side-menu ul#primary-menu > li ul.active {
  display: block;
}
#side-menu ul#primary-menu > li ul li {
  display: block;
  width: 100%;
  height: auto;
}
#side-menu ul#primary-menu > li ul li a.expand {
  display: none;
}
#side-menu ul#primary-menu > li ul li a {
  color: #222325;
  font-size: 17px;
  padding: 0 10px;
  display: block;
  font-weight: normal;
  line-height: 40px;
  font-family: "Aeonik Medium", sans-serif;
  font-weight: 400;
  white-space: nowrap;
}
#side-menu ul#primary-menu > li ul li ul {
  margin: 0;
  display: block;
  float: none;
  transform: none;
  position: relative;
}
#side-menu .menu-back {
  transition-property: all;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0.1s;
  position: relative;
  z-index: 3;
  background: rgba(0, 0, 0, 0);
  border: 0;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 3px;
  margin: 0 0 20px 35px;
  display: inline-block;
}
#side-menu .menu-back.active {
  visibility: visible;
  opacity: 0.35;
}
#side-menu .menu-back .icon {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
#side-menu .menu-back .icon svg {
  display: block;
}
#side-menu .menu-back .text {
  display: inline-block;
  vertical-align: middle;
}
#side-menu .contact-info {
  transition-property: all;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0.1s;
  padding: 20px;
}
#side-menu .contact-info .btn {
  margin-bottom: 30px;
}
#side-menu .contact-info.active {
  transform: translateX(-100%);
}
.mobile-bar {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 55px;
  background: #fff;
  box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.05), 0 -1px 4px rgba(0, 0, 0, 0.1);
  z-index: 9998;
}
.mobile-bar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-bar ul li {
  position: relative;
  float: left;
  width: 25%;
}
.mobile-bar ul li:first-of-type {
  width: 50%;
  background-color: #767676;
}
.mobile-bar ul li:first-of-type a {
  color: #fff;
}
.mobile-bar ul li:last-of-type {
  border-left: 2px solid #ededed;
}
.mobile-bar ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  color: #222325;
  font-size: 1.2em;
  text-align: center;
  line-height: 55px;
  width: 100%;
  pointer-events: none;
}
.mobile-bar ul li a {
  display: block;
  color: #000;
  text-align: center;
  line-height: 55px;
  overflow: hidden;
}
.mobile-bar ul li.main-action {
  width: 40%;
}
.mobile-bar ul li.main-action a {
  font-weight: 600;
  text-indent: 0;
  background: #222325;
}
.mobile-bar ul li.main-action a:hover {
  background: #161618;
}
.mobile-bar ul li:hover:before {
  color: #fff;
}
.mobile-bar ul li:hover a {
  color: #fff;
  background: #161618;
}
.mobile-bar ul li:hover ul {
  display: block;
  background: #161618;
}
.mobile-bar ul li ul {
  display: none;
  position: fixed;
  left: 0;
  width: 100%;
  bottom: 55px;
  background: #222325;
}
.mobile-bar ul li ul li {
  display: block;
  width: 100%;
  border-top: 1px solid #0e0f10;
}
.mobile-bar ul li ul li:first-child {
  border-top: 0;
}
.mobile-bar ul li ul li a {
  text-indent: 0;
  padding: 0 3.75em;
}
@media only screen and (max-width: 830px) {
  .mobile-bar {
    display: block;
  }
}
.section-padding {
  padding: 7.5em 0;
}
@media only screen and (max-width: 830px) {
  .section-padding {
    padding: 3.75em 0;
  }
}
.section-padding-top {
  padding: 7.5em 0 0;
}
@media only screen and (max-width: 830px) {
  .section-padding-top {
    padding: 3.75em 0 0;
  }
}
.section-padding-bottom {
  padding: 0 0 7.5em;
}
@media only screen and (max-width: 830px) {
  .section-padding-bottom {
    padding: 0 0 3.75em;
  }
}
.padding-top-10 {
  padding-top: 10px;
}
.padding-top-20 {
  padding-top: 20px;
}
.padding-top-30 {
  padding-top: 30px;
}
.padding-top-40 {
  padding-top: 40px;
}
.padding-top-50 {
  padding-top: 50px;
}
.padding-top-60 {
  padding-top: 60px;
}
.padding-top-70 {
  padding-top: 70px;
}
.padding-top-80 {
  padding-top: 80px;
}
.padding-top-90 {
  padding-top: 90px;
}
.padding-bottom-10 {
  padding-bottom: 10px;
}
.padding-bottom-20 {
  padding-bottom: 20px;
}
.padding-bottom-30 {
  padding-bottom: 30px;
}
.padding-bottom-40 {
  padding-bottom: 40px;
}
.padding-bottom-50 {
  padding-bottom: 50px;
}
.padding-bottom-60 {
  padding-bottom: 60px;
}
.padding-bottom-70 {
  padding-bottom: 70px;
}
.padding-bottom-80 {
  padding-bottom: 80px;
}
.padding-bottom-90 {
  padding-bottom: 90px;
}
.padding-bottom-40 {
  padding-bottom: 40px;
}
.padding-bottom-50 {
  padding-bottom: 50px;
}
.padding-bottom-100 {
  padding-bottom: 100px;
}
.padding-left-10 {
  padding-left: 10px;
}
.padding-left-20 {
  padding-left: 20px;
}
.padding-left-30 {
  padding-left: 30px;
}
.padding-left-40 {
  padding-left: 40px;
}
.padding-left-50 {
  padding-left: 50px;
}
.padding-left-60 {
  padding-left: 60px;
}
.padding-left-70 {
  padding-left: 70px;
}
.padding-left-80 {
  padding-left: 80px;
}
.padding-left-90 {
  padding-left: 90px;
}
.padding-left-40 {
  padding-left: 40px;
}
.padding-left-50 {
  padding-left: 50px;
}
.padding-left-100 {
  padding-left: 100px;
}
.padding-right-10 {
  padding-right: 10px;
}
.padding-right-20 {
  padding-right: 20px;
}
.padding-right-30 {
  padding-right: 30px;
}
.padding-right-40 {
  padding-right: 40px;
}
.padding-right-50 {
  padding-right: 50px;
}
.padding-right-60 {
  padding-right: 60px;
}
.padding-right-70 {
  padding-right: 70px;
}
.padding-right-80 {
  padding-right: 80px;
}
.padding-right-90 {
  padding-right: 90px;
}
.padding-right-40 {
  padding-right: 40px;
}
.padding-right-50 {
  padding-right: 50px;
}
.padding-right-100 {
  padding-right: 100px;
}
.padding-top-40 {
  padding-top: 40px;
}
.padding-top-50 {
  padding-top: 50px;
}
.padding-top-100 {
  padding-top: 100px;
}
@media screen and (min-width: 830px) {
  .desktop-padding-top-10 {
    padding-top: 10px;
  }
}
@media screen and (min-width: 830px) {
  .desktop-padding-top-20 {
    padding-top: 20px;
  }
}
@media screen and (min-width: 830px) {
  .desktop-padding-top-30 {
    padding-top: 30px;
  }
}
@media screen and (min-width: 830px) {
  .desktop-padding-top-40 {
    padding-top: 40px;
  }
}
@media screen and (min-width: 830px) {
  .desktop-padding-top-50 {
    padding-top: 50px;
  }
}
@media screen and (min-width: 830px) {
  .desktop-padding-top-60 {
    padding-top: 60px;
  }
}
@media screen and (min-width: 830px) {
  .desktop-padding-top-70 {
    padding-top: 70px;
  }
}
@media screen and (min-width: 830px) {
  .desktop-padding-top-80 {
    padding-top: 80px;
  }
}
@media screen and (min-width: 830px) {
  .desktop-padding-top-90 {
    padding-top: 90px;
  }
}
@media screen and (min-width: 830px) {
  .desktop-padding-top-100 {
    padding-top: 100px;
  }
}
@media screen and (min-width: 830px) {
  .desktop-padding-bottom-10 {
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 830px) {
  .desktop-padding-bottom-20 {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 830px) {
  .desktop-padding-bottom-30 {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 830px) {
  .desktop-padding-bottom-40 {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 830px) {
  .desktop-padding-bottom-50 {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 830px) {
  .desktop-padding-bottom-60 {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 830px) {
  .desktop-padding-bottom-70 {
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 830px) {
  .desktop-padding-bottom-80 {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 830px) {
  .desktop-padding-bottom-90 {
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 830px) {
  .desktop-padding-bottom-100 {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 830px) {
  .desktop-padding-left-10 {
    padding-left: 10px;
  }
}
@media screen and (min-width: 830px) {
  .desktop-padding-left-20 {
    padding-left: 20px;
  }
}
@media screen and (min-width: 830px) {
  .desktop-padding-left-30 {
    padding-left: 30px;
  }
}
@media screen and (min-width: 830px) {
  .desktop-padding-left-40 {
    padding-left: 40px;
  }
}
@media screen and (min-width: 830px) {
  .desktop-padding-left-50 {
    padding-left: 50px;
  }
}
@media screen and (min-width: 830px) {
  .desktop-padding-left-60 {
    padding-left: 60px;
  }
}
@media screen and (min-width: 830px) {
  .desktop-padding-left-70 {
    padding-left: 70px;
  }
}
@media screen and (min-width: 830px) {
  .desktop-padding-left-80 {
    padding-left: 80px;
  }
}
@media screen and (min-width: 830px) {
  .desktop-padding-left-90 {
    padding-left: 90px;
  }
}
@media screen and (min-width: 830px) {
  .desktop-padding-left-100 {
    padding-left: 100px;
  }
}
@media screen and (min-width: 830px) {
  .desktop-padding-right-10 {
    padding-right: 10px;
  }
}
@media screen and (min-width: 830px) {
  .desktop-padding-right-20 {
    padding-right: 20px;
  }
}
@media screen and (min-width: 830px) {
  .desktop-padding-right-30 {
    padding-right: 30px;
  }
}
@media screen and (min-width: 830px) {
  .desktop-padding-right-40 {
    padding-right: 40px;
  }
}
@media screen and (min-width: 830px) {
  .desktop-padding-right-50 {
    padding-right: 50px;
  }
}
@media screen and (min-width: 830px) {
  .desktop-padding-right-60 {
    padding-right: 60px;
  }
}
@media screen and (min-width: 830px) {
  .desktop-padding-right-70 {
    padding-right: 70px;
  }
}
@media screen and (min-width: 830px) {
  .desktop-padding-right-80 {
    padding-right: 80px;
  }
}
@media screen and (min-width: 830px) {
  .desktop-padding-right-90 {
    padding-right: 90px;
  }
}
@media screen and (min-width: 830px) {
  .desktop-padding-right-100 {
    padding-right: 100px;
  }
}
@media screen and (max-width: 830px) {
  .mobile-padding-top-10 {
    padding-top: 10px !important;
  }
}
@media screen and (max-width: 830px) {
  .mobile-padding-top-20 {
    padding-top: 20px;
  }
}
@media screen and (max-width: 830px) {
  .mobile-padding-top-30 {
    padding-top: 30px;
  }
}
@media screen and (max-width: 830px) {
  .mobile-padding-top-40 {
    padding-top: 40px;
  }
}
@media screen and (max-width: 830px) {
  .mobile-padding-top-50 {
    padding-top: 50px;
  }
}
@media screen and (max-width: 830px) {
  .mobile-padding-top-60 {
    padding-top: 60px;
  }
}
@media screen and (max-width: 830px) {
  .mobile-padding-top-70 {
    padding-top: 70px;
  }
}
@media screen and (max-width: 830px) {
  .mobile-padding-top-80 {
    padding-top: 80px;
  }
}
@media screen and (max-width: 830px) {
  .mobile-padding-top-90 {
    padding-top: 90px;
  }
}
@media screen and (max-width: 830px) {
  .mobile-padding-top-100 {
    padding-top: 100px;
  }
}
@media screen and (max-width: 830px) {
  .mobile-padding-bottom-10 {
    padding-bottom: 10px !important;
  }
}
@media screen and (max-width: 830px) {
  .mobile-padding-bottom-20 {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 830px) {
  .mobile-padding-bottom-30 {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 830px) {
  .mobile-padding-bottom-40 {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 830px) {
  .mobile-padding-bottom-50 {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 830px) {
  .mobile-padding-bottom-60 {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 830px) {
  .mobile-padding-bottom-70 {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 830px) {
  .mobile-padding-bottom-80 {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 830px) {
  .mobile-padding-bottom-90 {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 830px) {
  .mobile-padding-bottom-100 {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 830px) {
  .mobile-padding-left-10 {
    padding-left: 10px !important;
  }
}
@media screen and (max-width: 830px) {
  .mobile-padding-left-20 {
    padding-left: 20px;
  }
}
@media screen and (max-width: 830px) {
  .mobile-padding-left-30 {
    padding-left: 30px;
  }
}
@media screen and (max-width: 830px) {
  .mobile-padding-left-40 {
    padding-left: 40px;
  }
}
@media screen and (max-width: 830px) {
  .mobile-padding-left-50 {
    padding-left: 50px;
  }
}
@media screen and (max-width: 830px) {
  .mobile-padding-left-60 {
    padding-left: 60px;
  }
}
@media screen and (max-width: 830px) {
  .mobile-padding-left-70 {
    padding-left: 70px;
  }
}
@media screen and (max-width: 830px) {
  .mobile-padding-left-80 {
    padding-left: 80px;
  }
}
@media screen and (max-width: 830px) {
  .mobile-padding-left-90 {
    padding-left: 90px;
  }
}
@media screen and (max-width: 830px) {
  .mobile-padding-left-100 {
    padding-left: 100px;
  }
}
@media screen and (max-width: 830px) {
  .mobile-padding-right-10 {
    padding-right: 10px !important;
  }
}
@media screen and (max-width: 830px) {
  .mobile-padding-right-20 {
    padding-right: 20px;
  }
}
@media screen and (max-width: 830px) {
  .mobile-padding-right-30 {
    padding-right: 30px;
  }
}
@media screen and (max-width: 830px) {
  .mobile-padding-right-40 {
    padding-right: 40px;
  }
}
@media screen and (max-width: 830px) {
  .mobile-padding-right-50 {
    padding-right: 50px;
  }
}
@media screen and (max-width: 830px) {
  .mobile-padding-right-60 {
    padding-right: 60px;
  }
}
@media screen and (max-width: 830px) {
  .mobile-padding-right-70 {
    padding-right: 70px;
  }
}
@media screen and (max-width: 830px) {
  .mobile-padding-right-80 {
    padding-right: 80px;
  }
}
@media screen and (max-width: 830px) {
  .mobile-padding-right-90 {
    padding-right: 90px;
  }
}
@media screen and (max-width: 830px) {
  .mobile-padding-right-100 {
    padding-right: 100px;
  }
}
.spacer {
  content: "";
  display: block;
  position: relative;
  height: 20px;
}
.spacer.spacer-5 {
  height: 5px;
}
.spacer .spacer-10 {
  height: 10px;
}
.spacer.spacer-15 {
  height: 15px;
}
.spacer.spacer-20 {
  height: 15px;
}
.spacer.spacer-25 {
  height: 15px;
}
.spacer.spacer-lrg {
  height: 30px;
} /*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.wow {
  visibility: hidden;
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animated.hinge {
  animation-duration: 2s;
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce {
  animation-name: bounce;
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px);
  }
}
.shake {
  animation-name: shake;
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%,
  20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.tada {
  animation-name: tada;
}
@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  0% {
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  animation-name: rollIn;
}
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
body.home section.banner h1 .btn {
  line-height: 1em !important;
  display: inline-block;
  margin: 0 0 0 20px;
  transform: translateY(-15px);
  font-size: 15px;
}
@media only screen and (max-width: 980px) {
  body.home section.banner h1 .btn {
    display: none;
  }
}
body.home section.banner h1 span {
  margin: 0 25px 0 0;
  position: relative;
  transform: translateY(-10px);
  display: inline-block;
}
@media only screen and (max-width: 980px) {
  body.home section.banner h1 span {
    display: none;
  }
}
body.home section.welcome {
  padding-bottom: 0;
}
body.home section.welcome p {
  width: 560px;
  max-width: 100%;
}
body.home section.welcome .btn {
  margin: 0 30px 20px 0;
}
@media only screen and (min-width: 980px) {
  body.home section.welcome h2 {
    font-size: 90px;
  }
}
@media screen and (max-width: 830px) {
  body.home section.welcome .wrap {
    margin-bottom: 30px;
  }
}
body.home section.value-props {
  padding: 0;
}
body.home section.value-props .blue-bg {
  padding: 60px 0;
}
@media screen and (max-width: 830px) {
  body.home section.value-props .blue-bg {
    padding: 3.75em 0;
  }
}
body.home section.value-props dl.accordion {
  width: 100%;
  float: left;
  width: 300px;
  max-width: 100%;
}
body.home section.value-props dl.accordion dt {
  transition-property: all;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0.1s;
  font-size: 48px;
  color: #acb3b8;
  letter-spacing: 0;
  line-height: 55px;
  padding: 0 0 15px;
  cursor: pointer;
}
body.home section.value-props dl.accordion dt:hover {
  color: #767676;
}
body.home section.value-props dl.accordion dt.active {
  color: #000;
}
body.home section.value-props dl.accordion dd {
  display: none;
  color: #000;
  margin: 0;
  padding-top: 15px;
  border-top: 3px solid #000;
  margin-bottom: 20px;
}
body.home section.value-props dl.accordion dd p {
  font-size: 16px;
  line-height: 28px;
  margin: 0 0 20px !important;
}
body.home section.value-props dl.accordion .active {
  display: block;
}
body.home section.meet-the-doctors {
  padding: 0;
}
body.home section.meet-the-doctors .intro {
  position: relative;
}
body.home section.meet-the-doctors .intro img {
  display: block;
}
body.home section.meet-the-doctors .intro .container-lrg {
  position: absolute;
  bottom: 0;
  left: 50%;
  padding-bottom: 10px;
  z-index: 3;
  width: 100%;
  transform: translateX(-50%);
}
body.home section.meet-the-doctors .intro .container-lrg h5,
body.home section.meet-the-doctors .intro .container-lrg h2 {
  color: #fff;
}
body.home section.meet-the-doctors .bottom {
  padding: 30px 0 0;
  z-index: 3;
  position: relative;
}
body.home section.meet-the-doctors .bottom .btn {
  margin: 0 30px 20px 0;
}
@media screen and (min-width: 830px) {
  body.home section.meet-the-doctors .bottom .content-col {
    padding-left: 0;
  }
}
body.home section.meet-the-doctors .dr-col {
  position: relative;
}
body.home section.meet-the-doctors .dr-col img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  margin-top: -200px;
}
body.home section.before-and-afters {
  padding: 0;
}
body.home section.before-and-afters .intro-row {
  margin-bottom: 30px;
}
body.home section.before-and-afters .blue-bg {
  padding: 60px 0;
}
@media screen and (max-width: 830px) {
  body.home section.before-and-afters .blue-bg {
    padding: 3.75em 0;
  }
}
body.home section.before-and-afters .icv__icv--horizontal {
  cursor: col-resize;
  border-radius: 6px;
}
body.home section.before-and-afters .headshot-col {
  border-radius: 6px;
  background-size: cover;
}
body.home section.before-and-afters .owl-dots {
  display: none;
}
body.home section.before-and-afters .owl-nav {
  position: absolute;
  top: 0;
  right: -50px;
}
@media screen and (max-width: 1470px) {
  body.home section.before-and-afters .owl-nav {
    position: relative;
    left: 0;
    right: auto;
    margin-top: 30px;
  }
}
@media screen and (max-width: 1470px) {
  body.home section.before-and-afters .owl-nav .owl-next,
  body.home section.before-and-afters .owl-nav .owl-prev {
    display: inline-block;
    margin-right: 15px;
  }
}
body.home section.steps .intro-row {
  margin-bottom: 30px;
}
body.home section.steps .intro-row h2 {
  width: 700px;
  max-width: 100%;
}
body.home section.steps img {
  display: block;
}
@media screen and (max-width: 830px) {
  body.home section.steps img {
    margin-bottom: 20px;
  }
}
body.home section.steps .wrap {
  position: relative;
  width: 420px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 0 80px;
}
body.home section.steps .wrap .number {
  color: #767676;
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 35px;
}
body.home section.steps .step-row {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 2px solid #eaeef0;
}
body.home section.top-rated {
  padding: 0;
  position: relative;
}
@media screen and (max-width: 830px) {
  body.home section.top-rated {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(/wp-content/themes/canvas/img/team-img-v2.jpg);
    padding: 3.75em 0;
  }
}
@media screen and (max-width: 830px) {
  body.home section.top-rated:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(34, 35, 37, 0.6);
    z-index: 1;
  }
}
body.home section.top-rated img {
  display: block;
  filter: brightness(0.5);
}
body.home section.top-rated .container-lrg {
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 830px) {
  body.home section.top-rated .container-lrg {
    position: absolute;
    bottom: 0;
    left: 50%;
    padding-bottom: 10px;
    width: 100%;
    transform: translateX(-50%);
  }
}
body.home section.top-rated .container-lrg .stars {
  margin: 0 0 20px;
}
body.home section.top-rated .container-lrg .stars i {
  color: #fff;
  font-size: 16px;
  letter-spacing: 5px;
}
body.home section.top-rated .container-lrg h2,
body.home section.top-rated .container-lrg p {
  color: #fff;
}
body.home section.testimonials {
  padding: 0;
}
body.home section.testimonials .blue-bg {
  padding: 60px 0;
}
@media screen and (max-width: 830px) {
  body.home section.testimonials .blue-bg {
    padding: 3.75em 0;
  }
}
body.home section.testimonials .wrap {
  width: 400px;
  max-width: 100%;
  margin: auto;
}
body.home section.testimonials .wrap .icon {
  margin-bottom: 20px;
}
body.home section.testimonials .wrap .icon svg {
  display: block;
}
body.home section.testimonials .wrap .btn {
  margin: 0 30px 20px 0;
}
@media screen and (max-width: 830px) {
  body.home section.testimonials img.headshot {
    margin-bottom: 20px;
  }
}
body.home section.testimonials .owl-dots {
  display: none;
}
body.home section.testimonials .owl-nav {
  position: absolute;
  top: 0;
  right: -50px;
}
@media only screen and (max-width: 980px) {
  body.home section.testimonials .owl-nav {
    display: none;
  }
}
body.home section.treatments .intro-row {
  margin-bottom: 30px;
}
@media screen and (min-width: 830px) {
  body.home section.treatments .treatments-row {
    justify-content: space-between;
  }
}
body.home section.treatments .treatments-row .treatment-col {
  margin-bottom: 30px;
}
@media screen and (min-width: 830px) {
  body.home section.treatments .treatments-row .treatment-col {
    flex-basis: 31%;
    max-width: 31%;
    margin-bottom: 0;
  }
}
body.home section.treatments .treatments-row .treatment-col img {
  display: block;
  margin-bottom: 20px;
}
body.home section.glow-up {
  padding: 0;
}
body.home section.glow-up .blue-bg {
  padding: 60px 0;
}
@media screen and (max-width: 830px) {
  body.home section.glow-up .blue-bg {
    padding: 3.75em 0;
  }
}
@media screen and (max-width: 830px) {
  body.home section.glow-up img {
    margin-bottom: 20px;
  }
}
body.home section.glow-up .wrap {
  width: 440px;
  max-width: 100%;
  margin: auto;
}
body.home .follow-us-cta {
  text-align: center;
}
body.home .follow-us-cta .container-lrg {
  position: relative;
}
body.home .follow-us-cta .container-lrg:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #d3d3d3;
  transform: translateY(-50%);
}
body.home .follow-us-cta ul {
  background-color: #fff;
  margin: auto;
  padding: 0 20px;
  list-style: none;
  position: relative;
  z-index: 2;
  display: table;
}
body.home .follow-us-cta ul li {
  display: inline-block;
  margin: 0 12px;
}
body.home .follow-us-cta ul li a {
  color: #000;
  font-size: 30px;
}
body.home .follow-us-cta ul li a:hover {
  color: #767676;
}
body.page-template-default section.banner {
  margin-top: 105px;
}
body.page-template-default section.content {
  padding: 0;
}
body.page-template-default section.content h2 {
  font-size: 70px;
}
@media only screen and (max-width: 980px) {
  body.page-template-default section.content h2 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 830px) {
  body.page-template-default section.content h2 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 480px) {
  body.page-template-default section.content h2 {
    font-size: 30px;
  }
}
body.page-template-default section.content .dkblue-bg,
body.page-template-default section.content .dkblue-section {
  background-color: #000;
  color: #fff;
}
body.page-template-default section.content .dkblue-bg h1,
body.page-template-default section.content .dkblue-bg h2,
body.page-template-default section.content .dkblue-bg h3,
body.page-template-default section.content .dkblue-bg h4,
body.page-template-default section.content .dkblue-bg h5,
body.page-template-default section.content .dkblue-bg p,
body.page-template-default section.content .dkblue-section h1,
body.page-template-default section.content .dkblue-section h2,
body.page-template-default section.content .dkblue-section h3,
body.page-template-default section.content .dkblue-section h4,
body.page-template-default section.content .dkblue-section h5,
body.page-template-default section.content .dkblue-section p {
  color: #fff;
}
body.page-template-default
  section.content
  .dkblue-bg
  a:not(.btn, .btn-hollow, .fl-accordion-button-label),
body.page-template-default
  section.content
  .dkblue-section
  a:not(.btn, .btn-hollow, .fl-accordion-button-label) {
  color: #fff;
  text-decoration: underline;
}
body.page-template-default
  section.content
  .dkblue-bg
  a:not(.btn, .btn-hollow, .fl-accordion-button-label):hover,
body.page-template-default
  section.content
  .dkblue-section
  a:not(.btn, .btn-hollow, .fl-accordion-button-label):hover {
  color: #fff;
}
body.page-template-default section.content .dkblue-bg a.btn-hollow,
body.page-template-default section.content .dkblue-section a.btn-hollow {
  color: #fff !important;
}
body.page-template-default section.content .dkblue-bg a.btn-hollow:hover,
body.page-template-default section.content .dkblue-section a.btn-hollow:hover {
  color: #fff !important;
}
@media screen and (min-width: 830px) {
  body.page-template-default section.content .sticky {
    position: sticky;
    position: -webkit-sticky;
    top: 160px;
  }
}
body.page-template-default section.content a.cta-block {
  text-align: center;
  display: block;
  position: relative;
  margin: 0 0 25px;
  overflow: hidden;
  width: 100%;
  height: 550px;
  border-radius: 6px;
}
body.page-template-default section.content a.cta-block:last-of-type {
  margin: 0 !important;
}
@media only screen and (max-width: 830px) {
  body.page-template-default section.content a.cta-block {
    padding: 90px 30px;
    height: auto;
  }
}
body.page-template-default section.content a.cta-block:before {
  transition-property: all;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0.1s;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 10px;
  width: 0;
  background: #222325;
  z-index: 5;
}
body.page-template-default section.content a.cta-block:after {
  transition-property: all;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0.1s;
  content: "";
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
  background: #000;
  top: 0;
  left: 0;
  opacity: 0.35;
}
body.page-template-default section.content a.cta-block .service-bg {
  transition-property: all;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0.1s;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-size: cover !important;
}
body.page-template-default section.content a.cta-block h3 {
  transition-property: all;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0.1s;
  position: relative;
  text-align: center;
  width: 100%;
  padding: 30px 50px;
  color: #fff;
  z-index: 3;
  margin: 0;
  white-space: normal;
}
@media screen and (min-width: 830px) {
  body.page-template-default section.content a.cta-block h3 {
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 3;
    transform: translateY(-50%);
    margin: 0;
  }
}
body.page-template-default section.content a.cta-block h3 i {
  color: #222325;
  margin: 0 0 0 5px;
  height: 40px;
  width: 40px;
  border: 2px solid;
  font-size: 20px;
  line-height: 35px;
  border-radius: 40px;
  padding-left: 5px;
  vertical-align: middle;
}
body.page-template-default section.content a.cta-block:hover:before {
  width: 100%;
}
body.page-template-default section.content a.cta-block:hover:after {
  opacity: 0.5;
}
body.page-template-default section.content a.cta-block:hover .service-bg {
  transform: scale(1.15);
}
body.page-template-default section.content .sticky-row {
  text-align: center;
}
@media screen and (min-width: 830px) {
  body.page-template-default section.content .sticky-row {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    text-align: left;
  }
}
body.page-template-default section.content .sticky-row .sticky-col {
  padding-bottom: 30px;
}
@media screen and (min-width: 830px) {
  body.page-template-default section.content .sticky-row .sticky-col {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 100vh;
    background-size: cover !important;
    background-position: center !important;
    padding: 150px 50px;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
    border-radius: 6px;
  }
}
@media screen and (min-width: 830px) {
  body.page-template-default section.content .sticky-row .sticky-col.normal {
    height: auto;
    padding: 120px 50px 0 0;
  }
}
body.page-template-default section.content .sticky-row .sticky-col .wrapper {
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 830px) {
  body.page-template-default section.content .sticky-row .sticky-col {
    background: none !important;
  }
}
@media screen and (min-width: 830px) {
  body.page-template-default section.content .sticky-row .sticky-col h5,
  body.page-template-default section.content .sticky-row .sticky-col h2,
  body.page-template-default section.content .sticky-row .sticky-col p {
    color: #fff;
  }
}
@media screen and (min-width: 830px) {
  body.page-template-default section.content .sticky-row .padded-col {
    padding: 0 0 0 25px;
  }
}
@media screen and (min-width: 830px) {
  body.page-template-default section.content .sticky-row .normal-content {
    padding-top: 120px;
  }
}
body.page-template-default .section-padding {
  padding: 7.5em 0;
}
@media only screen and (max-width: 830px) {
  body.page-template-default .section-padding {
    padding: 3.75em 0;
  }
}
body.page-template-default .section-padding-top {
  padding: 7.5em 0 0;
}
@media only screen and (max-width: 830px) {
  body.page-template-default .section-padding-top {
    padding: 3.75em 0 0;
  }
}
body.page-template-default .section-padding-bottom {
  padding: 0 0 7.5em;
}
@media only screen and (max-width: 830px) {
  body.page-template-default .section-padding-bottom {
    padding: 0 0 3.75em;
  }
}
body.blog h2 {
  font-size: 70px;
}
@media only screen and (max-width: 980px) {
  body.blog h2 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 830px) {
  body.blog h2 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 480px) {
  body.blog h2 {
    font-size: 30px;
  }
}
body.blog section.blog-hero {
  margin: 105px 0 0;
  text-align: center;
}
@media screen and (max-width: 830px) {
  body.blog section.blog-hero {
    margin: 115px 0 0;
  }
}
body.blog section.blog-hero h1 {
  font-size: 60px;
  position: relative;
}
@media only screen and (max-width: 480px) {
  body.blog section.blog-hero h1 {
    font-size: 32px;
  }
}
body.blog section.content {
  position: relative;
  padding: 3em 0;
  background: #efefef;
}
body.blog section.content .container-fluid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: flex-start;
}
body.blog section.content article {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition-property: all;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0.1s;
  order: 0;
  flex: 0 1 29%;
  align-self: auto;
  margin: 0 2% 60px;
  min-height: 400px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1140px) {
  body.blog section.content article {
    flex: 0 1 48%;
    margin: 0 1% 60px;
  }
}
@media screen and (max-width: 550px) {
  body.blog section.content article {
    flex: 0 1 100%;
    margin: 0 0 60px;
  }
}
body.blog section.content article:hover .entry-header {
  transform: translateY(-45px);
}
body.blog section.content article:hover .read-more h3 {
  opacity: 1;
  transform: translateY(0%);
}
body.blog section.content article:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.35) 0%,
    rgba(0, 0, 0, 0.95) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#a6000000",GradientType=0 );
}
body.blog section.content article .entry-header {
  transition-property: all;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0.1s;
  position: absolute;
  z-index: 9;
  bottom: 28px;
  left: 30px;
  margin: 0;
  padding: 0 30px 0 0;
  line-height: 1.1em;
}
body.blog section.content article .entry-header h3.entry-title {
  margin: 0;
}
body.blog section.content article .entry-header h3.entry-title a {
  font-size: 35px;
  color: #fff;
  line-height: 1.1em;
  display: block;
}
body.blog section.content article .read-more h3 {
  transition-property: all;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0.1s;
  opacity: 0;
  position: absolute;
  z-index: 9;
  bottom: 28px;
  left: 30px;
  transform: translateY(100%);
  color: #fff;
  margin: 0;
  display: block;
  width: calc(100% - 60px);
  padding: 15px 0 0;
  border-top: 1px solid #fff;
  text-transform: lowercase;
  font-family: "Aeonik Medium", sans-serif;
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
}
body.blog section.content article .read-more h3:hover {
  color: rgba(255, 255, 255, 0.5);
}
body.blog section.content article span.date {
  font-size: 15px;
  color: #fff;
  font-family: "Aeonik Medium", sans-serif;
  font-weight: 400;
  margin: 0 0 8px;
  display: block;
}
body.blog section.content article span.date .fa {
  margin: 0 5px 0 0;
}
.wp-pagenavi {
  clear: both;
  text-align: center;
  margin: auto;
}
.wp-pagenavi a,
.wp-pagenavi span {
  text-decoration: none;
  border: 0;
  padding: 3px 5px;
  margin: 2px;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  border-color: #000;
}
.wp-pagenavi span.current {
  font-weight: bold;
}
body.single h2 {
  font-size: 70px;
}
@media only screen and (max-width: 980px) {
  body.single h2 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 830px) {
  body.single h2 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 480px) {
  body.single h2 {
    font-size: 30px;
  }
}
body.single section.content {
  margin: 170px 0 0;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  body.single section.content {
    margin: 135px 0 0;
  }
}
body.single section.content span.post-author {
  background: #efefef;
  padding: 10px 20px;
  text-align: center;
  width: 100%;
  margin: auto;
  font-family: "Aeonik Medium", sans-serif !important;
  text-transform: lowercase;
  letter-spacing: 2px;
  font-size: 10px !important;
}
body.single section.content .container-lrg {
  max-width: 1060px;
  margin: auto;
}
body.single section.content .featured-image {
  margin: 0 0 40px;
  overflow: hidden;
}
body.single section.content .featured-image.animated img {
  transform: scale(1);
}
body.single section.content .featured-image img {
  transition-property: all;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0.1s;
  transform: scale(1.1);
  transition-duration: 3.5s;
  width: 100%;
}
body.single section.content .container {
  max-width: 780px;
}
body.single section.content .container .entry-content {
  padding: 0 0 50px;
}
body.single section.content .container h1 {
  font-size: 60px;
}
@media only screen and (max-width: 830px) {
  body.single section.content .container h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 480px) {
  body.single section.content .container h1 {
    font-size: 32px;
  }
}
body.single section.content .container .post-date,
body.single section.content .container .post-author {
  font-family: "Aeonik Medium", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 20px;
  display: block;
}
body.single section.content .container .post-date .fa,
body.single section.content .container .post-author .fa {
  margin: 0 10px 0 0;
}
body.single section.content .related-posts {
  padding: 30px;
  text-align: center;
  background: #efefef;
}
body.single section.content .related-posts h2 {
  margin: 40px 0 60px;
}
body.single section.content .related-posts ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
body.single section.content .related-posts ul li {
  margin: 0 0 30px;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  padding: 0 15px;
}
body.single section.content .related-posts ul li:hover .featured-image {
  transform: scale(1.075);
}
body.single section.content .related-posts ul li .featured-image-wrap {
  overflow: hidden;
  display: block;
}
body.single section.content .related-posts ul li .featured-image {
  transition-property: all;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0.1s;
  height: 400px;
  background-size: cover !important;
  background-position: center !important;
  margin: 0;
}
@media screen and (max-width: 480px) {
  body.single section.content .related-posts ul li .featured-image {
    height: 250px;
  }
}
body.single section.content .related-posts ul li .relatedcontent {
  max-width: 100%;
  text-align: left;
  margin: 0;
  background: #fff;
  padding: 30px;
  position: relative;
  z-index: 2;
}
body.single section.content .related-posts ul li .post-date {
  margin: 0;
  font-family: "Aeonik Medium", sans-serif;
}
body.single section.content .related-posts ul li .post-date .fa {
  margin: 0 10px 0 0;
}
body.single section.content .related-posts ul li h3 a {
  line-height: 1.125em;
  display: block;
  margin: 0 0 20px;
  font-size: 30px;
}
body.error404:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(34, 35, 37, 0.6);
  z-index: 1;
}
body.error404 .not-found {
  padding-top: 17em;
  padding-bottom: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0);
}
body.error404 .not-found h2 {
  color: #fff;
  margin-bottom: 0.8em;
  position: relative;
  z-index: 2;
}
body.error404 .not-found h2:after {
  left: 50%;
  margin: 0 0 0 -12.5px;
}
body.error404 .not-found p {
  color: #fff;
  position: relative;
  z-index: 2;
}
body.error404 .not-found a {
  position: relative;
  z-index: 2;
  margin: 0 10px;
}
@media only screen and (max-width: 830px) {
  body.error404 .not-found {
    padding-top: 10em;
    padding-bottom: 5em;
  }
}
body.error404 footer,
body.error404 .footer-cta {
  display: none;
}
body.page-template-no-header {
  overflow: visible;
}
body.page-template-no-header header {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
body.page-template-no-header h2 {
  font-size: 70px;
}
@media only screen and (max-width: 980px) {
  body.page-template-no-header h2 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 830px) {
  body.page-template-no-header h2 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 480px) {
  body.page-template-no-header h2 {
    font-size: 30px;
  }
}
body.page-template-no-header section.content {
  padding: 0;
  margin: 105px 0 0;
}
body.page-template-no-header section.content h1 {
  font-size: 26px;
}
@media screen and (min-width: 830px) {
  body.page-template-no-header section.content h1 {
    font-size: 40px;
    line-height: 1.2em;
  }
}
body.page-template-no-header section.content input[type="text"],
body.page-template-no-header section.content input[type="tel"],
body.page-template-no-header section.content input[type="email"] {
  background: #fff;
  border: 2px solid #ededed;
  outline: none;
  padding: 12px 25px !important;
  width: 100% !important;
}
body.page-template-no-header section.content input[type="radio"] {
  width: auto !important;
}
body.page-template-no-header section.content .gfield-choice-input {
  width: auto !important;
}
body.page-template-no-header section.content label {
  color: #222325;
  opacity: 0.75;
}
body.page-template-no-header section.content .gform_confirmation_message {
  opacity: 1;
}
body.page-template-no-header .flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
body.page-template-no-header .flex-row .col-left,
body.page-template-no-header .flex-row .col-right {
  flex: 0 1 50%;
  padding: 100px 50px;
  max-width: 50%;
  min-height: 100vh;
}
@media screen and (max-width: 830px) {
  body.page-template-no-header .flex-row .col-left,
  body.page-template-no-header .flex-row .col-right {
    flex: 0 1 100%;
    padding: 50px 25px;
    min-height: 0;
    max-width: 100%;
  }
}
body.page-template-no-header .flex-row .col-right {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 830px) {
  body.page-template-no-header .flex-row .col-right {
    display: none;
  }
}
body.page-template-no-header .flex-row .col-right .container-sml {
  width: 100%;
  max-width: 500px;
}
body.page-template-no-header .flex-row .col-right .owl-nav {
  display: none;
}
body.page-template-no-header
  .flex-row
  .col-right
  .owl-theme
  .owl-dots
  .owl-dot
  span {
  margin: 5px 15px 0 0;
}
body.page-template-no-header .flex-row .col-right .owl-dots {
  margin: 20px 0 0;
}


header .logo img {
  width: 125px !important;
}
header {
  height: 160px !important;
}
.custom-location{
	justify-content: center;
}

body.home section.value-props .custom-accordion dl.accordion dt{
	color: #000000 !important;
}




.gp-sms-float{
  background: #000 !important;
}