@charset "UTF-8";
/*!
	Theme Name: Canvas
	Author: Neon Canvas
	Author URI: http://neoncanvas.com
	Description: Client framework for Neon Canvas sites
	Version: 3.0
	Text Domain: canvas
*/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

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

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

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

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

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

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

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

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

*,
*:after,
*:before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  font-family: "League Spartan", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  color: #000000;
  line-height: 31px;
}
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: #00ABE8;
}

img {
  height: auto;
  max-width: 100%;
}

iframe {
  max-width: 100%;
}

hr {
  margin: 2em 0;
  height: 1px;
  border: 0;
  background: #ededed;
}

section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 7.5em 0;
  background: white;
}
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: 930px) {
  section {
    padding-top: 3.75em;
    padding-bottom: 3.75em;
  }
}

@media screen and (max-width: 930px) {
  .fl-col-small {
    max-width: 100% !important;
  }
}

@media screen and (max-width: 930px) {
  .mobile-hide {
    display: none !important;
  }
}

@media screen and (min-width: 930px) {
  .mobile-show {
    display: none !important;
  }
}

.uai {
  display: none !important;
}

.fl-accordion-button-label:focus {
  outline: none !important;
}

body.logged-in.admin-bar {
  margin-top: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "League Spartan", sans-serif;
  font-weight: 400;
  margin: 0 0 20px;
  padding: 0;
  line-height: 1.1em;
  color: black;
}

h1 {
  font-size: 120px;
  text-transform: uppercase;
  letter-spacing: 6px;
}
@media screen and (max-width: 1250px) {
  h1 {
    font-size: 75px;
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 930px) {
  h1 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 480px) {
  h1 {
    font-size: 32px;
    letter-spacing: 1px;
  }
}

h2 {
  font-size: 60px;
  color: black;
  letter-spacing: 3px;
  text-transform: uppercase;
}
@media only screen and (max-width: 980px) {
  h2 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 930px) {
  h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 480px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-weight: 300;
  font-size: 24px;
  color: #000000;
  letter-spacing: 3px;
  text-transform: uppercase;
}
@media only screen and (max-width: 930px) {
  h3 {
    font-size: 20px;
    letter-spacing: 2px;
  }
}
h4 {
  font-size: 21px;
  color: #00ABE8;
  font-weight: 700;
}
h5 {
  font-size: 14px;
  color: #8E8E93;
  letter-spacing: 3px;
  font-weight: 700;
  text-transform: uppercase;
}
p {
  font-family: "League Spartan", sans-serif;
  margin: 0 0 20px;
  font-size: 16px;
  color: #000000;
  line-height: 31px;
}
p:last-of-type {
  margin: 0 0 30px;
}

blockquote {
  padding: 85px 50px;
  margin: 0;
  position: relative;
  margin: 0 0 40px;
  background-color: #EEF4FA;
  border-radius: 10px;
  text-align: center;
}
@media screen and (max-width: 930px) {
  blockquote {
    padding: 40px 25px;
  }
}
blockquote:after {
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #EEF4FA;
  border-width: 25px;
}
blockquote .stars {
  margin: 0 0 20px;
  display: block;
}
blockquote .stars i {
  color: gold;
  letter-spacing: 3px;
}
blockquote span {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: 700;
}

.btn {
  display: inline-block;
  color: white;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 16px 45px;
  width: auto;
  background: #00ABE8;
  border: 0;
  outline: 0;
  cursor: pointer;
  height: auto;
  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:hover {
  background-color: #052E3D;
  color: white;
}
@media screen and (max-width: 1000px) {
  .btn {
    padding: 10px 30px;
    font-size: 12px;
  }
}

.btn-hollow {
  display: inline-block;
  color: white;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 16px 45px;
  width: auto;
  background: transparent;
  border: solid 2px white;
  outline: 0;
  cursor: pointer;
  height: auto;
  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: white;
  background: #00ABE8;
}
@media screen and (max-width: 1000px) {
  .btn-hollow {
    padding: 10px 30px;
    font-size: 12px;
  }
}

.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;
}

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.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;
  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: 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-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.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 .gform_fields .gfield {
  padding-right: 0;
}
.gform_wrapper .gform_body .gform_fields .gfield label,
.gform_wrapper .gform_body .gform_fields .gfield label.gfield_label {
  font-family: "League Spartan", sans-serif;
  font-weight: 300;
  font-size: 0.8em;
}
.gform_wrapper .gform_body .gform_fields .gfield label .gfield_required,
.gform_wrapper .gform_body .gform_fields .gfield label.gfield_label .gfield_required {
  display: none;
}
.gform_wrapper .gform_body .gform_fields .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 .gform_fields .gfield div.ginput_container textarea,
.gform_wrapper .gform_body .gform_fields .gfield div.ginput_container input[type=email],
.gform_wrapper .gform_body .gform_fields .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: "League Spartan", sans-serif;
  font-size: 0.9em;
  padding: 0.6em;
  max-width: 100%;
  outline: 0;
  border: solid 1px #222325;
  width: 100%;
}
.gform_wrapper .gform_body .gform_fields .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 .gform_fields .gfield div.ginput_container textarea:focus,
.gform_wrapper .gform_body .gform_fields .gfield div.ginput_container input[type=email]:focus,
.gform_wrapper .gform_body .gform_fields .gfield div.ginput_container input[type=tel]:focus {
  border-color: #222325;
}
.gform_wrapper .gform_body .gform_fields .gfield div.ginput_container .gfield_checkbox input[type=checkbox] {
  margin-top: 0;
  margin-right: 0.3em;
}
.gform_wrapper .gform_body .gform_fields .multicolumn-wrapper ul li {
  float: left;
  width: 50%;
  clear: none;
}
.gform_wrapper .gform_body .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: white;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 16px 45px;
  width: auto;
  background: #00ABE8;
  border: 0;
  outline: 0;
  cursor: pointer;
  height: auto;
  border-radius: 100px;
}
.gform_wrapper .gform_footer input[type=submit]:hover {
  background-color: #052E3D;
  color: white;
}
@media screen and (max-width: 1000px) {
  .gform_wrapper .gform_footer input[type=submit] {
    padding: 10px 30px;
    font-size: 12px;
  }
}
.gform_wrapper ::-webkit-input-placeholder {
  color: #222325;
}
.gform_wrapper :-moz-placeholder {
  color: #222325;
}
.gform_wrapper ::-moz-placeholder {
  color: #222325;
}
.gform_wrapper :-ms-input-placeholder {
  color: #222325;
}

.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;
}

.container-fluid,
.container,
.container-lrg,
.container-full {
  margin-right: auto;
  margin-left: auto;
  padding: 0 25px;
}
@media screen and (max-width: 930px) {
  .container-fluid,
  .container,
  .container-lrg,
  .container-full {
    max-width: 500px;
  }
}

.container-full {
  padding: 0 40px;
  width: 1600px;
  margin: auto;
  max-width: 100%;
}
@media screen and (max-width: 930px) {
  .container-full {
    padding: 0 20px;
    width: 500px;
    max-width: 100%;
  }
}

.container-lrg {
  max-width: 1350px;
}
@media screen and (max-width: 930px) {
  .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: 930px) {
  .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;
  }
}
@media screen and (max-width: 930px) {
  .mobile-first {
    order: 0;
  }
}

@media screen and (max-width: 930px) {
  .mobile-last {
    order: 1;
  }
}

.grid-row {
  position: relative;
  width: 100%;
}

.grid-row [class^=col] {
  float: left;
  margin: 0.5rem 2%;
  min-height: 0.125rem;
}

.grid-row::after {
  content: "";
  display: table;
  clear: both;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 96%;
}

.col-1-sm {
  width: 4.3333333333%;
}

.col-2-sm {
  width: 12.6666666667%;
}

.col-3-sm {
  width: 21%;
}

.col-4-sm {
  width: 29.3333333333%;
}

.col-5-sm {
  width: 37.6666666667%;
}

.col-6-sm {
  width: 46%;
}

.col-7-sm {
  width: 54.3333333333%;
}

.col-8-sm {
  width: 62.6666666667%;
}

.col-9-sm {
  width: 71%;
}

.col-10-sm {
  width: 79.3333333333%;
}

.col-11-sm {
  width: 87.6666666667%;
}

.col-12-sm {
  width: 96%;
}

@media only screen and (min-width: 830px) {
  .col-1 {
    width: 4.3333333333%;
  }
  .col-2 {
    width: 12.6666666667%;
  }
  .col-3 {
    width: 21%;
  }
  .col-4 {
    width: 29.3333333333%;
  }
  .col-5 {
    width: 37.6666666667%;
  }
  .col-6 {
    width: 46%;
  }
  .col-7 {
    width: 54.3333333333%;
  }
  .col-8 {
    width: 62.6666666667%;
  }
  .col-9 {
    width: 71%;
  }
  .col-10 {
    width: 79.3333333333%;
  }
  .col-11 {
    width: 87.6666666667%;
  }
  .col-12 {
    width: 96%;
  }
  .hidden-sm {
    display: block;
  }
}
@keyframes bounceIcon {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
    /* adjust this for 5–10px */
  }
}
.banner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #222325;
  overflow: hidden;
  width: calc(100% - 80px);
  border-radius: 20px;
  height: calc(100vh - 140px);
  margin: 100px auto 0;
}
@media screen and (max-width: 930px) {
  .banner {
    height: 600px;
    width: calc(100% - 40px);
    border-radius: 20px;
  }
}
@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;
  opacity: 0.65;
}
.banner .banner-message {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  padding: 0 20px 100px;
  width: 100%;
  margin: 30px 0 0;
  text-align: center;
}
@media screen and (max-width: 930px) {
  .banner .banner-message {
    padding: 0 20px 50px;
    text-align: center;
  }
}
@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: white;
}
@media screen and (max-width: 930px) {
  .banner video {
    height: 600px;
  }
}
@media screen and (max-width: 480px) {
  .banner video {
    height: 375px;
  }
}

footer {
  background: white;
  position: relative;
  z-index: 2;
}
footer .footer-top {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(/wp-content/themes/canvas/img/consult-bg.jpg);
  text-align: center;
  padding: 7.5em 0 40px;
  background-attachment: fixed;
}
@media screen and (max-width: 930px) {
  footer .footer-top {
    padding: 3.75em 0 40px;
    background-attachment: scroll;
  }
}
footer .footer-top h5,
footer .footer-top h2,
footer .footer-top p {
  color: white;
}
footer .footer-top p {
  width: 500px;
  margin: 0 auto;
  max-width: 100%;
}
footer .footer-top ul.gform_fields {
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
  align-items: flex-start;
}
footer .footer-top ul.gform_fields li {
  flex: 0 1 31%;
}
@media screen and (max-width: 930px) {
  footer .footer-top ul.gform_fields li {
    flex: 0 1 100%;
  }
}
footer .footer-top ul.gform_fields li input[type=text],
footer .footer-top ul.gform_fields li input[type=email],
footer .footer-top ul.gform_fields li input[type=tel] {
  width: 100%;
  border-radius: 100px;
  text-align: center;
}
footer .footer-top .gform-footer {
  text-align: center;
}
footer .footer-top .gform-footer input[type=submit] {
  margin: 0 !important;
}
footer .footer-top ul.footer-nav {
  margin: 80px 0 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 930px) {
  footer .footer-top ul.footer-nav {
    margin: 40px 0 0;
  }
}
footer .footer-top ul.footer-nav li {
  display: inline-block;
  margin: 0 15px 15px;
}
footer .footer-top ul.footer-nav li a {
  font-weight: 700;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 3px;
  text-align: center;
  line-height: 14px;
  text-transform: uppercase;
}
footer .footer-top ul.footer-nav li a:hover {
  opacity: 0.4;
}
footer .instagram {
  text-align: center;
  padding: 60px 0;
  background-color: #EEF4FA;
  display: none;
}
footer .instagram .follow-cta {
  width: 195px;
  height: 195px;
  background: #052E3D;
  border-radius: 20px;
  text-align: center;
  padding: 60px 15px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: stretch;
  align-items: center;
}
footer .instagram .follow-cta ul {
  margin: 0 0 5px;
  padding: 0;
  list-style: none;
  flex: 0 1 100%;
}
footer .instagram .follow-cta ul li {
  display: inline-block;
  margin: 0 5px;
}
footer .instagram .follow-cta ul li a {
  color: #00ABE8;
}
footer .instagram .follow-cta ul li a:hover {
  color: white;
}
footer .instagram .follow-cta h4 {
  font-weight: 300;
  font-size: 24px;
  color: #FFFFFF;
  letter-spacing: 3px;
  text-align: center;
  line-height: 24px;
  text-transform: uppercase;
  margin: 0 auto;
}
footer .footer-bottom {
  padding: 7.5em 0;
  text-align: center;
}
@media screen and (max-width: 930px) {
  footer .footer-bottom {
    padding: 3.75em 0;
    background-attachment: scroll;
  }
}
footer .footer-bottom h4 {
  font-weight: 300;
  font-size: 24px;
  color: #052E3D;
  letter-spacing: 3px;
  text-align: center;
  line-height: 24px;
  text-transform: uppercase;
  margin: 0 auto 10px;
}
footer .footer-bottom p {
  margin: 0;
}
footer .footer-bottom p a {
  color: #052E3D;
}
@media screen and (max-width: 930px) {
  footer .footer-bottom a.footer-logo {
    margin: 0 auto 30px;
    display: table;
  }
}
footer .footer-bottom a.footer-logo svg {
  height: auto;
  max-width: 100%;
}
footer .footer-bottom .location-col {
  margin-bottom: 30px;
}
footer .credits {
  background-color: #052E3D;
  text-align: center;
  padding: 15px;
}
footer .credits .copy {
  font-size: 12px;
  margin: 0;
  color: white;
}
footer .credits .copy a {
  color: white;
}
footer .credits .copy a:hover {
  opacity: 0.4;
}
@media only screen and (max-width: 930px) {
  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: 100px;
  background: white;
  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.active a.logo {
  width: 100px;
  top: 0;
  height: 100px;
  transform: translateX(-50%);
}
header.active a.logo svg {
  height: auto;
  width: 100%;
}
header .utility {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  background-color: grey;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
header .utility ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
header .utility ul li {
  display: inline-block;
  margin: 0 15px;
}
header .utility ul li a {
  color: white;
  font-weight: 500;
  font-size: 10px;
}
header .utility ul li a svg,
header .utility ul li a i {
  display: inline-block;
  margin: 0 4px 0 0;
}
header ul.utility-left {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 40px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 930px) {
  header ul.utility-left {
    display: none;
  }
}
header ul.utility-left span {
  display: inline-block;
  color: #8E8E93;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  header ul.utility-left span {
    text-transform: none;
    letter-spacing: 0;
    font-size: 12px;
  }
}
header ul.utility-left span i {
  margin: 0 0 0 4px;
}
header ul.utility-left li {
  display: inline-block;
  margin: 0 25px 0 0;
  line-height: 20px;
}
header ul.utility-left li .dropdown-wrapper {
  position: relative;
}
header ul.utility-left li .dropdown-wrapper .utility-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  margin: 0;
  padding: 10px;
  background-color: #EEF4FA;
  border-radius: 10px;
}
header ul.utility-left li .dropdown-wrapper .utility-dropdown p {
  margin: 0;
}
header ul.utility-left li .dropdown-wrapper .utility-dropdown p a {
  color: #052E3D;
}
header ul.utility-left li .dropdown-wrapper:hover .utility-dropdown {
  display: block;
}
header ul.utility-left li a.call-cta {
  display: inline-block;
  color: #052E3D;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 700;
  display: table;
}
@media screen and (max-width: 1000px) {
  header ul.utility-left li a.call-cta {
    text-transform: none;
    letter-spacing: 0;
    font-size: 12px;
  }
}
header ul.utility-left li a.call-cta i {
  color: #00ABE8;
  margin: 0 3px 0 0;
}
header .logo {
  height: 165px;
  width: 165px;
  border-radius: 165px;
  position: absolute;
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
  background-color: white;
}
@media screen and (max-width: 1000px) {
  header .logo {
    width: 100px;
    top: 0;
    height: 100px;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 930px) {
  header .logo {
    top: 50% !important;
    left: 20px !important;
    transform: translateY(-50%) !important;
  }
}
header .logo svg {
  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: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
}
@media screen and (max-width: 1000px) {
  header .logo svg {
    height: auto;
    width: 100%;
  }
}
header a.btn.consult-cta {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 150px;
  background-color: #FEBE1D;
  color: black;
}
@media screen and (max-width: 1000px) {
  header a.btn.consult-cta {
    right: 125px;
  }
}
@media screen and (max-width: 930px) {
  header a.btn.consult-cta {
    display: none;
  }
}
header a.btn.consult-cta:hover {
  background-color: #00ABE8;
  color: white;
}
@media screen and (max-width: 930px) {
  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;
}
header nav#site-navigation #primary-menu li:last-child ul {
  left: auto;
  right: 0;
}
header nav#site-navigation #primary-menu li a {
  display: inline-block;
  position: relative;
  color: black;
}
header nav#site-navigation #primary-menu li a:hover {
  color: #333;
}
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%;
  background: white;
  padding: 0;
  margin: -3px 0 0 -20px;
  box-shadow: none !important;
}
header nav#site-navigation #primary-menu li ul:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  height: calc(100% - 10px);
  width: 100%;
  z-index: -1;
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.1);
}
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;
  top: 0;
  margin: 0;
}
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: #585858;
  white-space: nowrap;
  font-size: 13px;
  display: block;
  text-transform: none;
  letter-spacing: 0;
}
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: 50%;
  right: 40px;
  line-height: 70px;
  height: 70px;
  width: 70px;
  z-index: 8;
  background: transparent;
  border: 0;
  transform: translateY(-50%);
}
.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: transparent !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: 930px) {
  .menu-toggle {
    display: block;
    right: 20px;
  }
}

#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: #ffffff;
}
@media screen and (max-width: 480px) {
  #side-menu {
    width: 100%;
    right: -100%;
  }
}
#side-menu.active {
  right: 0;
}
@media screen and (min-width: 930px) {
  #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: 60px;
  height: 45px;
  width: 45px;
  z-index: 3;
  background: transparent;
  border: 0;
  cursor: pointer;
}
#side-menu .menu-close:hover {
  transform: scale(1.3);
}
#side-menu .menu-close span {
  top: 50%;
  margin-left: 13px;
  background: transparent !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: "League Spartan", sans-serif;
}
#side-menu ul#primary-menu > li a:hover {
  color: #222325;
}
@media screen and (max-width: 930px) {
  #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 black;
  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: black;
  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: "League Spartan", 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: transparent;
  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 h5 {
  margin: 0 0 10px;
}
#side-menu .contact-info.active {
  transform: translateX(-100%);
}
#side-menu .contact-info p a {
  color: #052E3D;
}
#side-menu .contact-info p a i {
  color: #00ABE8;
}
#side-menu .contact-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#side-menu .contact-info ul li {
  display: inline-block;
  margin: 0 7px 0 0;
}

.mobile-bar {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 55px;
  background: white;
  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: #FEBE1D;
}
.mobile-bar ul li:first-of-type a {
  color: #222325;
}
.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: #00ABE8;
  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: #222325;
}
.mobile-bar ul li:hover:before {
  color: white;
}
.mobile-bar ul li:hover a {
  color: white;
  background: #222325;
}
.mobile-bar ul li:hover ul {
  display: block;
  background: #222325;
}
.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% !important;
  border-top: 1px solid #222325;
}
.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: 930px) {
  .mobile-bar {
    display: block;
  }
}

.section-padding {
  padding: 7.5em 0;
}
@media only screen and (max-width: 930px) {
  .section-padding {
    padding: 3.75em 0;
  }
}

.section-padding-top {
  padding: 7.5em 0 0;
}
@media only screen and (max-width: 930px) {
  .section-padding-top {
    padding: 3.75em 0 0;
  }
}

.section-padding-bottom {
  padding: 0 0 7.5em;
}
@media only screen and (max-width: 930px) {
  .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: 930px) {
  .desktop-padding-top-10 {
    padding-top: 10px;
  }
}

@media screen and (min-width: 930px) {
  .desktop-padding-top-20 {
    padding-top: 20px;
  }
}

@media screen and (min-width: 930px) {
  .desktop-padding-top-30 {
    padding-top: 30px;
  }
}

@media screen and (min-width: 930px) {
  .desktop-padding-top-40 {
    padding-top: 40px;
  }
}

@media screen and (min-width: 930px) {
  .desktop-padding-top-50 {
    padding-top: 50px;
  }
}

@media screen and (min-width: 930px) {
  .desktop-padding-top-60 {
    padding-top: 60px;
  }
}

@media screen and (min-width: 930px) {
  .desktop-padding-top-70 {
    padding-top: 70px;
  }
}

@media screen and (min-width: 930px) {
  .desktop-padding-top-80 {
    padding-top: 80px;
  }
}

@media screen and (min-width: 930px) {
  .desktop-padding-top-90 {
    padding-top: 90px;
  }
}

@media screen and (min-width: 930px) {
  .desktop-padding-top-100 {
    padding-top: 100px;
  }
}

@media screen and (min-width: 930px) {
  .desktop-padding-bottom-10 {
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 930px) {
  .desktop-padding-bottom-20 {
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 930px) {
  .desktop-padding-bottom-30 {
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 930px) {
  .desktop-padding-bottom-40 {
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 930px) {
  .desktop-padding-bottom-50 {
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 930px) {
  .desktop-padding-bottom-60 {
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 930px) {
  .desktop-padding-bottom-70 {
    padding-bottom: 70px;
  }
}

@media screen and (min-width: 930px) {
  .desktop-padding-bottom-80 {
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 930px) {
  .desktop-padding-bottom-90 {
    padding-bottom: 90px;
  }
}

@media screen and (min-width: 930px) {
  .desktop-padding-bottom-100 {
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 930px) {
  .desktop-padding-left-10 {
    padding-left: 10px;
  }
}

@media screen and (min-width: 930px) {
  .desktop-padding-left-20 {
    padding-left: 20px;
  }
}

@media screen and (min-width: 930px) {
  .desktop-padding-left-30 {
    padding-left: 30px;
  }
}

@media screen and (min-width: 930px) {
  .desktop-padding-left-40 {
    padding-left: 40px;
  }
}

@media screen and (min-width: 930px) {
  .desktop-padding-left-50 {
    padding-left: 50px;
  }
}

@media screen and (min-width: 930px) {
  .desktop-padding-left-60 {
    padding-left: 60px;
  }
}

@media screen and (min-width: 930px) {
  .desktop-padding-left-70 {
    padding-left: 70px;
  }
}

@media screen and (min-width: 930px) {
  .desktop-padding-left-80 {
    padding-left: 80px;
  }
}

@media screen and (min-width: 930px) {
  .desktop-padding-left-90 {
    padding-left: 90px;
  }
}

@media screen and (min-width: 930px) {
  .desktop-padding-left-100 {
    padding-left: 100px;
  }
}

@media screen and (min-width: 930px) {
  .desktop-padding-right-10 {
    padding-right: 10px;
  }
}

@media screen and (min-width: 930px) {
  .desktop-padding-right-20 {
    padding-right: 20px;
  }
}

@media screen and (min-width: 930px) {
  .desktop-padding-right-30 {
    padding-right: 30px;
  }
}

@media screen and (min-width: 930px) {
  .desktop-padding-right-40 {
    padding-right: 40px;
  }
}

@media screen and (min-width: 930px) {
  .desktop-padding-right-50 {
    padding-right: 50px;
  }
}

@media screen and (min-width: 930px) {
  .desktop-padding-right-60 {
    padding-right: 60px;
  }
}

@media screen and (min-width: 930px) {
  .desktop-padding-right-70 {
    padding-right: 70px;
  }
}

@media screen and (min-width: 930px) {
  .desktop-padding-right-80 {
    padding-right: 80px;
  }
}

@media screen and (min-width: 930px) {
  .desktop-padding-right-90 {
    padding-right: 90px;
  }
}

@media screen and (min-width: 930px) {
  .desktop-padding-right-100 {
    padding-right: 100px;
  }
}

@media screen and (max-width: 930px) {
  .mobile-padding-top-10 {
    padding-top: 10px !important;
  }
}

@media screen and (max-width: 930px) {
  .mobile-padding-top-20 {
    padding-top: 20px;
  }
}

@media screen and (max-width: 930px) {
  .mobile-padding-top-30 {
    padding-top: 30px;
  }
}

@media screen and (max-width: 930px) {
  .mobile-padding-top-40 {
    padding-top: 40px;
  }
}

@media screen and (max-width: 930px) {
  .mobile-padding-top-50 {
    padding-top: 50px;
  }
}

@media screen and (max-width: 930px) {
  .mobile-padding-top-60 {
    padding-top: 60px;
  }
}

@media screen and (max-width: 930px) {
  .mobile-padding-top-70 {
    padding-top: 70px;
  }
}

@media screen and (max-width: 930px) {
  .mobile-padding-top-80 {
    padding-top: 80px;
  }
}

@media screen and (max-width: 930px) {
  .mobile-padding-top-90 {
    padding-top: 90px;
  }
}

@media screen and (max-width: 930px) {
  .mobile-padding-top-100 {
    padding-top: 100px;
  }
}

@media screen and (max-width: 930px) {
  .mobile-padding-bottom-10 {
    padding-bottom: 10px !important;
  }
}

@media screen and (max-width: 930px) {
  .mobile-padding-bottom-20 {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 930px) {
  .mobile-padding-bottom-30 {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 930px) {
  .mobile-padding-bottom-40 {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 930px) {
  .mobile-padding-bottom-50 {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 930px) {
  .mobile-padding-bottom-60 {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 930px) {
  .mobile-padding-bottom-70 {
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 930px) {
  .mobile-padding-bottom-80 {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 930px) {
  .mobile-padding-bottom-90 {
    padding-bottom: 90px;
  }
}

@media screen and (max-width: 930px) {
  .mobile-padding-bottom-100 {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 930px) {
  .mobile-padding-left-10 {
    padding-left: 10px !important;
  }
}

@media screen and (max-width: 930px) {
  .mobile-padding-left-20 {
    padding-left: 20px;
  }
}

@media screen and (max-width: 930px) {
  .mobile-padding-left-30 {
    padding-left: 30px;
  }
}

@media screen and (max-width: 930px) {
  .mobile-padding-left-40 {
    padding-left: 40px;
  }
}

@media screen and (max-width: 930px) {
  .mobile-padding-left-50 {
    padding-left: 50px;
  }
}

@media screen and (max-width: 930px) {
  .mobile-padding-left-60 {
    padding-left: 60px;
  }
}

@media screen and (max-width: 930px) {
  .mobile-padding-left-70 {
    padding-left: 70px;
  }
}

@media screen and (max-width: 930px) {
  .mobile-padding-left-80 {
    padding-left: 80px;
  }
}

@media screen and (max-width: 930px) {
  .mobile-padding-left-90 {
    padding-left: 90px;
  }
}

@media screen and (max-width: 930px) {
  .mobile-padding-left-100 {
    padding-left: 100px;
  }
}

@media screen and (max-width: 930px) {
  .mobile-padding-right-10 {
    padding-right: 10px !important;
  }
}

@media screen and (max-width: 930px) {
  .mobile-padding-right-20 {
    padding-right: 20px;
  }
}

@media screen and (max-width: 930px) {
  .mobile-padding-right-30 {
    padding-right: 30px;
  }
}

@media screen and (max-width: 930px) {
  .mobile-padding-right-40 {
    padding-right: 40px;
  }
}

@media screen and (max-width: 930px) {
  .mobile-padding-right-50 {
    padding-right: 50px;
  }
}

@media screen and (max-width: 930px) {
  .mobile-padding-right-60 {
    padding-right: 60px;
  }
}

@media screen and (max-width: 930px) {
  .mobile-padding-right-70 {
    padding-right: 70px;
  }
}

@media screen and (max-width: 930px) {
  .mobile-padding-right-80 {
    padding-right: 80px;
  }
}

@media screen and (max-width: 930px) {
  .mobile-padding-right-90 {
    padding-right: 90px;
  }
}

@media screen and (max-width: 930px) {
  .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;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@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;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@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 {
  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 {
  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 {
  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;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  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;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}

body.home {
  background-color: white;
}
body.home section.banner .banner-message {
  text-align: left;
  width: 1430px;
  max-width: 100%;
}
@media screen and (max-width: 1250px) {
  body.home section.banner .banner-message {
    width: 800px;
    max-width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 930px) {
  body.home section.banner .banner-message {
    padding: 0 100px 100px;
  }
}
body.home section.banner .banner-message span {
  position: relative;
}
@media screen and (min-width: 1250px) {
  body.home section.banner .banner-message span:after {
    content: "";
    height: 5px;
    width: 200px;
    background-color: white;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -10px;
    left: 100%;
    margin: -10px 0 0 30px;
  }
}
@media screen and (min-width: 1250px) {
  body.home section.banner .banner-message a.btn {
    position: absolute;
    bottom: 170px;
    right: 160px;
  }
}
body.home section.welcome .intro-row {
  margin-bottom: 7.5em;
}
@media screen and (max-width: 930px) {
  body.home section.welcome .intro-row {
    text-align: center;
  }
}
body.home section.welcome .img-row .img-wrap {
  overflow: hidden;
  border-radius: 20px;
}
body.home section.welcome .img-row .img-wrap img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 930px) {
  body.home section.welcome .img-row {
    display: none;
  }
}
body.home section.welcome .wrap {
  width: 520px;
  max-width: 100%;
}
@media screen and (max-width: 930px) {
  body.home section.welcome .wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
body.home section.welcome a.vp {
  background-color: #EEF4FA;
  padding: 30px 0;
  display: inline-block;
  width: 100%;
  margin: 0 0 30px;
  border-radius: 20px;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: flex-start;
}
@media screen and (max-width: 930px) {
  body.home section.welcome a.vp {
    padding: 30px;
  }
}
body.home section.welcome a.vp span.icon {
  flex: 0 1 20%;
  text-align: center;
}
body.home section.welcome a.vp span.icon svg g,
body.home section.welcome a.vp span.icon svg path {
  transition-property: all;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0.1s;
}
@media screen and (max-width: 930px) {
  body.home section.welcome a.vp span.icon {
    flex: 0 1 100%;
    margin-bottom: 10px;
  }
}
body.home section.welcome a.vp .content {
  flex: 0 1 60%;
}
body.home section.welcome a.vp .content h3,
body.home section.welcome a.vp .content p {
  transition-property: all;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0.1s;
}
body.home section.welcome a.vp .content h3 {
  margin-bottom: 10px;
}
body.home section.welcome a.vp .content p {
  margin: 0;
}
@media screen and (max-width: 930px) {
  body.home section.welcome a.vp .content {
    flex: 0 1 100%;
  }
}
body.home section.welcome a.vp .arrow {
  transition-property: all;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0.1s;
  opacity: 0;
  text-align: center;
  flex: 0 1 20%;
  transform: translateY(20px);
}
@media screen and (max-width: 930px) {
  body.home section.welcome a.vp .arrow {
    display: none !important;
  }
}
body.home section.welcome a.vp:hover {
  background-color: #052E3D;
}
body.home section.welcome a.vp:hover h3,
body.home section.welcome a.vp:hover p {
  color: white;
}
body.home section.welcome a.vp:hover .icon {
  animation: bounceIcon 0.6s infinite;
}
body.home section.welcome a.vp:hover .icon svg g,
body.home section.welcome a.vp:hover .icon svg path {
  fill: #00ABE8;
}
body.home section.welcome a.vp:hover .arrow {
  opacity: 1;
  transform: translateY(0px);
}
body.home section.meet-the-doctor {
  padding-top: 0;
}
@media screen and (max-width: 930px) {
  body.home section.meet-the-doctor {
    padding-bottom: 0;
  }
}
body.home section.meet-the-doctor .play-trigger {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  cursor: pointer;
}
body.home section.meet-the-doctor .play-trigger i.fas.fa-play {
  height: 80px;
  width: 80px;
  background: white;
  text-align: center;
  line-height: 80px;
  border-radius: 80px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  color: #00ABE8;
  font-size: 24px;
}
body.home section.meet-the-doctor .play-trigger:hover img {
  transform: scale(1.1);
}
body.home section.meet-the-doctor img {
  transition-property: all;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0.1s;
  display: block;
  border-radius: 20px;
}
@media screen and (max-width: 930px) {
  body.home section.meet-the-doctor img {
    margin-bottom: 20px;
  }
}
body.home section.meet-the-doctor .wrap {
  width: 540px;
  max-width: 100%;
}
body.home section.meet-the-doctor .logos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
  align-items: center;
  margin-top: 30px;
}
body.home section.meet-the-doctor .logos img {
  flex: 0 1 20%;
  max-width: 20%;
  border-radius: 0 !important;
}
@media screen and (max-width: 930px) {
  body.home section.meet-the-doctor .logos img {
    flex: 0 1 45%;
    max-width: 45%;
    margin-bottom: 20px;
  }
}
body.home section.reviews {
  margin-bottom: 7.5em;
}
@media only screen and (max-width: 930px) {
  body.home section.reviews {
    margin-bottom: 3.75em;
  }
}
body.home section.reviews:before, body.home section.reviews:after {
  content: "";
  height: 100%;
  width: 200px;
  display: block;
  position: absolute;
  top: 0;
  z-index: 4;
}
@media screen and (max-width: 930px) {
  body.home section.reviews:before, body.home section.reviews:after {
    display: none;
  }
}
body.home section.reviews:before {
  background: linear-gradient(90deg, rgb(255, 255, 255) 40%, rgba(255, 255, 255, 0) 100%);
  left: 0;
}
body.home section.reviews:after {
  background: linear-gradient(-90deg, rgb(255, 255, 255) 40%, rgba(255, 255, 255, 0) 100%);
  right: 0;
}
body.home section.reviews .reviews-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  height: 100%;
  width: 1500px;
  max-width: 80%;
  left: 50%;
  top: 0;
  background-image: url(/wp-content/themes/canvas/img/reviews-bg.jpg);
  transform: translateX(-50%);
  border-radius: 20px;
  background-attachment: fixed;
}
@media screen and (max-width: 930px) {
  body.home section.reviews .reviews-bg {
    display: none;
  }
}
body.home section.reviews .slick-track {
  display: flex !important;
  align-items: center;
}
body.home section.reviews .slick-slider .slick-slide {
  margin-right: 35px;
}
body.home section.reviews .slick-slider .slick-slide blockquote {
  margin-top: 30px;
}
body.home section.testimonials {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(/wp-content/themes/canvas/img/texture-dkblue.jpg);
}
body.home section.testimonials .reviews-bg {
  background-image: url(/wp-content/themes/canvas/img/headshot-leslie.jpg);
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  position: relative;
}
@media screen and (max-width: 930px) {
  body.home section.testimonials .reviews-bg {
    height: 400px;
    margin-bottom: 20px;
  }
}
body.home section.testimonials .play-trigger {
  transition-property: all;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0.1s;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  height: 100px;
  width: 100px;
  z-index: 4;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 100px;
  text-align: center;
  line-height: 105px;
  font-size: 28px;
  color: white;
  cursor: pointer;
}
body.home section.testimonials .play-trigger:hover {
  background: rgb(255, 255, 255);
  color: #052E3D;
  transform: translateX(-50%) scale(1.05);
}
@media screen and (min-width: 930px) {
  body.home section.testimonials .content-wrap {
    padding: 0 0 0 40px;
  }
}
body.home section.testimonials .content-wrap .wrap {
  width: 430px;
  max-width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 930px) {
  body.home section.testimonials .content-wrap .wrap {
    text-align: center;
  }
}
body.home section.testimonials .content-wrap .wrap h5,
body.home section.testimonials .content-wrap .wrap h2,
body.home section.testimonials .content-wrap .wrap p {
  color: white;
}
body.home section.testimonials .content-wrap .quote {
  background-color: white;
  border-radius: 20px;
  padding: 40px 40px 40px 120px;
  position: relative;
}
body.home section.testimonials .content-wrap .quote .icon {
  position: absolute;
  top: 40px;
  left: 55px;
}
@media only screen and (max-width: 930px) {
  body.home section.testimonials .content-wrap .quote .icon svg {
    width: 25px;
    height: auto;
  }
}
body.home section.testimonials .content-wrap .quote h3 span {
  color: #00ABE8;
}
body.home section.testimonials .content-wrap .quote p {
  margin: 0;
}
body.home section.five-star {
  padding: 40px 0;
  text-align: center;
}
body.home section.five-star .wrap {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(/wp-content/uploads/2025/10/IMG_9985-copy-scaled.jpg);
  padding: 250px 20px 80px;
  border-radius: 20px;
  overflow: hidden;
  background-position: 50% 75%;
  background-attachment: fixed;
  position: relative;
}
@media screen and (max-width: 930px) {
  body.home section.five-star .wrap {
    background-attachment: scroll;
    padding: 50px 20px;
  }
}
@media only screen and (max-width: 930px) {
  body.home section.five-star .wrap:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(34, 35, 37, 0.6);
    z-index: 1;
    opacity: 0.6;
  }
}
body.home section.five-star .wrap .container {
  position: relative;
  z-index: 3;
}
body.home section.five-star .wrap h2 {
  color: white;
  margin-bottom: 100px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 930px) {
  body.home section.five-star .wrap h2 {
    margin-bottom: 20px;
  }
}
body.home section.five-star .wrap svg {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
  position: relative;
  z-index: 3;
}
body.home section.treatments .intro-row {
  text-align: center;
  margin-bottom: 40px;
}
body.home section.treatments .intro-row .wrap {
  width: 550px;
  max-width: 100%;
  margin: auto;
}
body.home section.treatments .treatments-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
  align-items: stretch;
}
body.home section.treatments .treatments-row .treatment-items {
  flex: 0 1 calc(30% - 40px);
  border-top: 3px solid #F3F3F3;
  cursor: pointer;
}
@media screen and (max-width: 930px) {
  body.home section.treatments .treatments-row .treatment-items {
    flex: 0 1 100%;
  }
}
body.home section.treatments .treatments-row .treatment-items .treatment-item {
  transition-property: all;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0.1s;
  opacity: 0.5;
  border-bottom: 3px solid #F3F3F3;
  padding-top: 30px;
  display: block;
}
@media screen and (max-width: 930px) {
  body.home section.treatments .treatments-row .treatment-items .treatment-item {
    opacity: 1;
  }
}
@media screen and (max-width: 930px) {
  body.home section.treatments .treatments-row .treatment-items .treatment-item img {
    margin-bottom: 20px;
  }
}
body.home section.treatments .treatments-row .treatment-items .treatment-item h3 {
  position: relative;
}
body.home section.treatments .treatments-row .treatment-items .treatment-item h3 i {
  transition-property: all;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0.1s;
  opacity: 0;
  right: 0px;
}
@media screen and (max-width: 930px) {
  body.home section.treatments .treatments-row .treatment-items .treatment-item h3 i {
    opacity: 1;
    right: -30px;
  }
}
body.home section.treatments .treatments-row .treatment-items .treatment-item.active {
  opacity: 1;
}
body.home section.treatments .treatments-row .treatment-items .treatment-item.active h3 i {
  opacity: 1;
  right: -30px;
}
body.home section.treatments .treatments-row .treatment-bg-col {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  flex: 0 1 calc(40% - 40px);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
body.home section.treatments .treatments-row .treatment-bg-col img {
  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: 30px;
  left: 30px;
  width: 80px;
  opacity: 0;
}
body.home section.treatments .treatments-row .treatment-bg-col.invisalign {
  background-image: url(/wp-content/themes/canvas/img/treatment-invisalign-1.jpg);
}
body.home section.treatments .treatments-row .treatment-bg-col.invisalign img {
  opacity: 1;
}
body.home section.treatments .treatments-row .treatment-bg-col.metal {
  background-image: url(/wp-content/themes/canvas/img/treatment-metal-braces-1.jpg);
}
body.home section.treatments .treatments-row .treatment-bg-col.clear {
  background-image: url(/wp-content/themes/canvas/img/treatment-clear-braces-1.jpg);
}
body.home section.treatments .treatments-row .treatment-bg-col-2 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  flex: 0 1 calc(30% - 40px);
  border-radius: 20px;
  overflow: hidden;
}
body.home section.treatments .treatments-row .treatment-bg-col-2.invisalign {
  background-image: url(/wp-content/themes/canvas/img/treatment-invisalign-2.jpg);
}
body.home section.treatments .treatments-row .treatment-bg-col-2.metal {
  background-image: url(/wp-content/themes/canvas/img/treatment-metal-braces-2.jpg);
}
body.home section.treatments .treatments-row .treatment-bg-col-2.clear {
  background-image: url(/wp-content/themes/canvas/img/treatment-clear-braces-2.jpg);
}
@media screen and (max-width: 930px) {
  body.home section.before-and-afters {
    background-color: #EEF4FA;
    text-align: center;
  }
}
body.home section.before-and-afters .wrap {
  width: 540px;
  max-width: 100%;
}
@media screen and (max-width: 930px) {
  body.home section.before-and-afters .wrap {
    margin-bottom: 40px;
  }
}
body.home section.before-and-afters .case {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 40px;
  position: relative;
}
body.home section.before-and-afters .case:last-of-type {
  margin: 0;
}
body.home section.before-and-afters .case span.text {
  font-weight: 700;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 3px;
  line-height: 14px;
  text-transform: uppercase;
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 3;
}
body.home section.before-and-afters .case img {
  display: block;
}
body.home section.steps .bg-icon {
  position: absolute;
  top: -280px;
  left: -200px;
}
body.home section.steps .intro-row {
  text-align: center;
  margin-bottom: 40px;
}
body.home section.steps .steps-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
  align-items: stretch;
  margin-bottom: 40px;
}
@media screen and (max-width: 930px) {
  body.home section.steps .steps-row {
    margin: 0;
  }
}
body.home section.steps .step {
  background-color: #EEF4FA;
  text-align: center;
  padding: 45px;
  flex: 0 1 calc(33.33% - 40px);
  border-radius: 20px;
}
@media screen and (max-width: 930px) {
  body.home section.steps .step {
    margin-bottom: 30px;
    flex: 0 1 100%;
    max-width: 100%;
  }
}
body.home section.steps .step .number {
  text-align: center;
  margin: 0 auto 20px;
}
body.home section.steps .step .number svg {
  display: block;
  margin: auto;
}
body.home section.steps .step p {
  width: 315px;
  max-width: 100%;
  margin: 0 auto;
}
body.home section.steps .step-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  flex: 0 1 calc(33.33% - 40px);
  border-radius: 20px;
}

body.page-template-default .default-reviews {
  margin-bottom: 40px;
  position: relative;
}
@media only screen and (max-width: 930px) {
  body.page-template-default .default-reviews {
    background-color: #052E3D;
  }
}
body.page-template-default .default-reviews:before, body.page-template-default .default-reviews:after {
  content: "";
  height: 100%;
  width: 200px;
  display: block;
  position: absolute;
  top: 0;
  z-index: 4;
}
@media screen and (max-width: 930px) {
  body.page-template-default .default-reviews:before, body.page-template-default .default-reviews:after {
    display: none;
  }
}
body.page-template-default .default-reviews:before {
  background: linear-gradient(90deg, rgb(255, 255, 255) 40%, rgba(255, 255, 255, 0) 100%);
  left: 0;
}
body.page-template-default .default-reviews:after {
  background: linear-gradient(-90deg, rgb(255, 255, 255) 40%, rgba(255, 255, 255, 0) 100%);
  right: 0;
}
body.page-template-default .default-reviews .reviews-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  height: 100%;
  width: 1500px;
  max-width: 80%;
  left: 50%;
  top: 0;
  background-image: url(/wp-content/themes/canvas/img/reviews-bg.jpg);
  transform: translateX(-50%);
  border-radius: 20px;
  background-attachment: fixed;
}
@media screen and (max-width: 930px) {
  body.page-template-default .default-reviews .reviews-bg {
    display: none;
  }
}
body.page-template-default .default-reviews .slick-track {
  display: flex !important;
  align-items: center;
}
body.page-template-default .default-reviews .slick-slider .slick-slide {
  margin-right: 35px;
}
body.page-template-default .default-reviews .slick-slider .slick-slide blockquote {
  margin-top: 30px;
}
body.page-template-default section.content {
  padding: 40px;
}
@media screen and (max-width: 930px) {
  body.page-template-default section.content {
    padding: 20px;
    border-radius: 20px;
  }
}
@media screen and (min-width: 930px) {
  body.page-template-default section.content h3 {
    font-size: 32px;
    letter-spacing: 3px;
  }
}
body.page-template-default section.content blockquote h3 {
  font-weight: 300;
  font-size: 24px;
  color: #000000;
  letter-spacing: 3px;
  text-transform: uppercase;
}
@media only screen and (max-width: 930px) {
  body.page-template-default section.content blockquote h3 {
    font-size: 20px;
    letter-spacing: 2px;
  }
}
body.page-template-default section.content .fl-photo-content img {
  border-radius: 20px;
}
body.page-template-default section.content .no-border-radius img {
  border-radius: 0 !important;
}
@media screen and (min-width: 930px) {
  body.page-template-default section.content .sticky {
    position: sticky;
    position: -webkit-sticky;
    top: 160px;
  }
}
body.page-template-default section.content .ltgrey-bg {
  background-color: #EEF4FA;
}
body.page-template-default section.content .dkblue-bg {
  background-color: #052E3D;
  color: white;
}
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 {
  color: white;
}
body.page-template-default section.content .dkblue-bg a:not(.btn, .btn-hollow, .fl-accordion-button-label) {
  color: white;
  text-decoration: underline;
}
body.page-template-default section.content .dkblue-bg a:not(.btn, .btn-hollow, .fl-accordion-button-label):hover {
  color: white;
}
body.page-template-default section.content .dkblue-bg a.btn-hollow {
  color: white !important;
}
body.page-template-default section.content .dkblue-bg a.btn-hollow:hover {
  color: white !important;
}
body.page-template-default section.content .dkblue-bg .fl-accordion-button-icon {
  text-decoration: none !important;
}
body.page-template-default section.content .dkblue-bg blockquote h1,
body.page-template-default section.content .dkblue-bg blockquote h2,
body.page-template-default section.content .dkblue-bg blockquote h3,
body.page-template-default section.content .dkblue-bg blockquote h4,
body.page-template-default section.content .dkblue-bg blockquote h5,
body.page-template-default section.content .dkblue-bg blockquote p,
body.page-template-default section.content .dkblue-bg blockquote span {
  color: #052E3D;
}
body.page-template-default section.content .dkblue-bg blockquote i {
  color: #00ABE8;
  font-size: 24px;
}
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;
  position: sticky !important;
  top: 125px !important;
  margin: 35px 0% !important;
  width: 100% !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}
body.page-template-default section.content a.cta-block:last-of-type {
  margin: 0 !important;
}
@media only screen and (max-width: 930px) {
  body.page-template-default section.content a.cta-block {
    padding: 90px 30px;
    height: auto;
    top: auto !important;
    position: relative !important;
  }
}
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: #052E3D;
  top: 0;
  left: 0;
  opacity: 0.8;
}
body.page-template-default section.content a.cta-block:nth-child(even):after {
  background: #00ABE8;
  opacity: 0.6;
}
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;
  filter: grayscale(1);
}
body.page-template-default section.content a.cta-block .wrap {
  position: absolute;
  top: 30px;
  right: 30px;
  text-align: left;
  width: 38%;
  max-width: 100%;
  z-index: 3;
}
@media screen and (max-width: 930px) {
  body.page-template-default section.content a.cta-block .wrap {
    display: none;
  }
}
body.page-template-default section.content a.cta-block .wrap p {
  color: white;
}
@media screen and (min-width: 930px) {
  body.page-template-default section.content a.cta-block .wrap p {
    font-size: 21px;
    line-height: 34px;
  }
}
body.page-template-default section.content a.cta-block .wrap .btn-hollow:hover {
  background-color: white;
  color: #052E3D;
}
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: white;
  z-index: 3;
  margin: 0;
  white-space: normal;
}
@media screen and (min-width: 930px) {
  body.page-template-default section.content a.cta-block h3 {
    top: 20px;
    left: 20px;
    width: 100%;
    position: absolute;
    z-index: 3;
    margin: 0;
    text-align: left;
  }
}
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: 930px) {
  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: 930px) {
  body.page-template-default section.content .sticky-row .sticky-col {
    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;
  }
}
@media screen and (min-width: 930px) {
  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: 930px) {
  body.page-template-default section.content .sticky-row .sticky-col {
    background: none !important;
  }
}
@media screen and (min-width: 930px) {
  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: white;
  }
}
@media screen and (min-width: 930px) {
  body.page-template-default section.content .sticky-row .padded-col {
    padding: 0 0 0 25px;
  }
}
@media screen and (min-width: 930px) {
  body.page-template-default section.content .sticky-row .normal-content {
    padding-top: 120px;
  }
}
body.page-template-default .section-padding {
  padding: 7.5em 0;
  border-radius: 20px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 930px) {
  body.page-template-default .section-padding {
    padding: 3.75em 0;
    margin-bottom: 20px;
  }
}
body.page-template-default .section-padding-top {
  padding: 7.5em 0 0;
  margin-bottom: 40px;
  border-radius: 20px;
}
@media only screen and (max-width: 930px) {
  body.page-template-default .section-padding-top {
    padding: 3.75em 0 0;
    margin-bottom: 20px;
  }
}
body.page-template-default .section-padding-bottom {
  padding: 0 0 7.5em;
  margin-bottom: 40px;
  border-radius: 20px;
}
@media only screen and (max-width: 930px) {
  body.page-template-default .section-padding-bottom {
    padding: 0 0 3.75em;
    margin-bottom: 20px;
  }
}
body.page-template-default .no-margin {
  margin: 0 !important;
}

body.blog header {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
body.blog header a.logo {
  width: 100px;
  top: 0;
  height: 100px;
  transform: translateX(-50%);
}
body.blog header a.logo svg {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 930px) {
  body.blog .container-fluid,
  body.blog .container,
  body.blog .container-lrg {
    max-width: 100%;
  }
}
body.blog section.blog-hero {
  margin: 100px 0 0;
  text-align: center;
}
@media screen and (max-width: 930px) {
  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: 930px) {
  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%;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.95) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#a6000000", GradientType=0);
  /* IE6-9 */
}
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: white;
  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: rgb(255, 255, 255);
  margin: 0;
  display: block;
  width: calc(100% - 60px);
  padding: 15px 0 0;
  border-top: 1px solid white;
  text-transform: lowercase;
  font-family: "League Spartan", 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: white;
  font-family: "League Spartan", sans-serif;
  font-weight: 400;
  margin: 0 0 8px;
  display: block;
}
body.blog section.content article span.date .fa {
  margin: 0 5px 0 0;
}

/*
Default style for WP-PageNavi plugin
http://wordpress.org/extend/plugins/wp-pagenavi/
*/
.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 header {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
body.single header a.logo {
  width: 100px;
  top: 0;
  height: 100px;
  transform: translateX(-50%);
}
body.single header a.logo svg {
  height: auto;
  width: 100%;
}
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: "League Spartan", 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: 930px) {
  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: "League Spartan", 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: white;
  padding: 30px;
  position: relative;
  z-index: 2;
}
body.single section.content .related-posts ul li .post-date {
  margin: 0;
  font-family: "League Spartan", 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: 150px;
  padding-bottom: 0;
  text-align: center;
  background: transparent;
}
@media screen and (min-width: 930px) {
  body.error404 .not-found {
    padding-top: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
  }
}
body.error404 .not-found h2 {
  color: white;
  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: white;
  position: relative;
  z-index: 2;
}
body.error404 .not-found a {
  position: relative;
  z-index: 2;
  margin: 0 10px;
}
@media only screen and (max-width: 930px) {
  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 .footer-top {
  display: none;
}
body.page-template-no-header header {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
body.page-template-no-header header a.logo {
  width: 100px;
  top: 0;
  height: 100px;
  transform: translateX(-50%);
}
body.page-template-no-header header a.logo svg {
  height: auto;
  width: 100%;
}
body.page-template-no-header section.content {
  padding: 0;
  margin: 100px 0 0;
}
body.page-template-no-header section.content h1 {
  font-size: 26px;
}
@media screen and (min-width: 930px) {
  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: white;
  border: 2px solid #ededed;
  outline: none;
  padding: 12px 25px !important;
  width: 100% !important;
}
body.page-template-no-header section.content input {
  width: 100%;
}
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: 930px) {
  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-left {
  background-color: #EEF4FA;
}
body.page-template-no-header .flex-row .col-right {
  background: #052E3D;
  position: sticky;
  top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 930px) {
  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;
  display: none;
}
body.page-template-no-header .flex-row .col-right blockquote {
  padding: 40px 20px;
}
