/*!
	Theme Name: Neon Now
	Author: Neon Canvas
	Author URI: http://neoncanvas.com
	Description: Client framework for Neon Canvas sites
	Version: 2.0
	Text Domain: neon now
*/
/*! 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;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "Cutive", serif;
  font-size: 16px;
  color: #333333;
  line-height: 31px;
  background: #fff7f8;
  overflow-x: hidden;
}
@media screen and (max-width: 830px) {
  body {
    overflow-x: hidden;
  }
}
body.active {
  overflow: hidden;
  overflow-x: hidden;
}

a {
  transition-property: all;
  transition-duration: 0.33s;
  transition-timing-function: ease-in-out;
  transition-delay: 0;
  text-decoration: none;
  cursor: pointer;
  color: #ff7d2f;
}
a:hover {
  color: #b7c0ee;
}

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

iframe {
  max-width: 100%;
}

hr {
  margin: 2em 0;
  height: 1px;
  border: 0;
  background: rgb(212.2676056338, 213.4225352113, 215.7323943662);
}

section {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  position: relative;
  padding: 9em 0;
  background: #fff7f8;
  overflow: visible;
}
section.full {
  padding: 0;
}
section .wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 1140px;
}
section .wrapper:before, section .wrapper:after {
  content: "";
  display: table;
}
section .wrapper:after {
  clear: both;
}
@media only screen and (max-width: 830px) {
  section {
    padding-top: 4.5em;
    padding-bottom: 4.5em;
  }
}

.section-title {
  position: relative;
  text-align: center;
  margin: 0 0 50px;
}
@media screen and (max-width: 830px) {
  .section-title {
    padding: 0 0 30px;
    margin: 0 auto;
    max-width: 550px;
  }
}
.section-title h2 {
  z-index: 2;
  position: relative;
}
.section-title h3 {
  font-family: Korolev-Bold;
  font-size: 200px;
  color: #EFEFEF;
  letter-spacing: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  width: 100%;
}
@media screen and (max-width: 1020px) {
  .section-title h3 {
    display: none;
  }
}
@media screen and (min-width: 830px) {
  .section-title p {
    max-width: 600px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.section-padding {
  position: relative;
  padding: 6em 0;
}
@media only screen and (max-width: 830px) {
  .section-padding {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}

.section-padding-bottom {
  padding: 0 0 6em;
}
@media only screen and (max-width: 830px) {
  .section-padding-bottom {
    padding: 0 0 3em;
  }
}

.section-padding-bottom {
  padding: 6em 0 0;
}
@media only screen and (max-width: 830px) {
  .section-padding-bottom {
    padding: 3em 0 0;
  }
}

.pattern-bg {
  background: #5a2982 url(/wp-content/uploads/2024/08/4.svg);
}

.orange-bg {
  background: #ff7d2f;
}
.orange-bg h5 {
  color: #FFCBAD;
}
.orange-bg a {
  color: white;
  text-decoration: underline;
}
.orange-bg h2 {
  color: #121010;
}

.purple-bg {
  background: #5a2982;
}
.purple-bg h2,
.purple-bg h3,
.purple-bg h5,
.purple-bg p {
  color: #fff7f8;
}
.purple-bg h4 {
  color: white;
}
.purple-bg ul li {
  color: white;
  font-family: "Cutive", serif;
}

.ltpurple-bg {
  background: #b7c0ee;
}

.red-bg {
  background: #f82f41;
}

.grey-bg {
  background: #e8e8e8;
}

.light-bg {
  background-color: #FFCBAD;
}
.light-bg p {
  color: #333333;
}
.light-bg h3,
.light-bg h4,
.light-bg h5 {
  color: #ff7d2f;
}

.starred-img:after {
  content: "";
  background: url(/wp-content/uploads/2024/08/5.svg);
  background-repeat: no-repeat;
  background-size: 150px;
  display: block;
  position: relative;
  left: 60%;
  height: 150px;
  bottom: 130px;
  width: 120px;
  z-index: 3;
  margin-bottom: -130px;
}

.lightblue-bg {
  background: #fff7f8;
}

.green-bg {
  background: #9ed85f;
}
.green-bg h1,
.green-bg h2,
.green-bg h3,
.green-bg h4,
.green-bg h5,
.green-bg p {
  color: white;
}
.green-bg h1 a,
.green-bg h2 a,
.green-bg h3 a,
.green-bg h4 a,
.green-bg h5 a,
.green-bg p a {
  color: white;
}
.green-bg h1 a:hover,
.green-bg h2 a:hover,
.green-bg h3 a:hover,
.green-bg h4 a:hover,
.green-bg h5 a:hover,
.green-bg p a:hover {
  opacity: 0.5;
  color: white;
}
.green-bg .fl-accordion-button-label {
  color: white;
}
.green-bg .fl-accordion-button-label:focus {
  outline: none;
}
.green-bg .fl-accordion-button-icon {
  color: white;
  opacity: 1;
}

.download-cta {
  display: block;
  text-align: center;
  color: white;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 150px 20px;
  background: #ff7d2f;
  position: relative;
}
.download-cta:nth-child(even) {
  background: rgb(255, 147.3125, 82.7);
}
.download-cta:before {
  transition-property: all;
  transition-duration: 0.33s;
  transition-timing-function: ease-in-out;
  transition-delay: 0;
  content: "\f1c1";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  position: absolute;
  font-size: 80px;
  color: white;
  opacity: 0.2;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.download-cta:after {
  content: "\f08e";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  position: absolute;
  font-size: 30px;
  color: white;
  opacity: 1;
  top: 25px;
  right: 25px;
}
.download-cta:hover {
  background: #5a2982;
  color: white;
}
.download-cta:hover:before {
  transform: translateX(-50%) translateY(-50%) scale(1.1);
}

.theme-picker {
  transition-property: all;
  transition-duration: 0.33s;
  transition-timing-function: ease-in-out;
  transition-delay: 0;
  background: white;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  display: inline-block;
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 9;
}
@media screen and (max-width: 830px) {
  .theme-picker {
    bottom: 65px;
  }
}
.theme-picker:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
}
.theme-picker span.cta-text {
  position: relative;
  padding: 0 25px 0 0;
}
.theme-picker span.cta-text.active:after {
  content: "\f056";
}
.theme-picker span.cta-text:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: "\f055";
  position: absolute;
  top: 2px;
  right: 0;
  line-height: 1;
}
.theme-picker .fa {
  display: inline-block;
  margin: 0 0 0 5px;
  vertical-align: middle;
}
.theme-picker ul.options {
  list-style: none;
  margin: 0;
  padding: 15px 0 0;
  display: none;
}
.theme-picker ul.options.active {
  display: block;
}

@media screen and (min-width: 830px) {
  .sticky {
    position: sticky;
    position: -webkit-sticky;
    top: 160px;
  }
}

@media screen and (max-width: 830px) {
  .mobile-first {
    order: 0;
  }
}

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

body #userwayAccessibilityIcon,
body .uwy .uai {
  display: none !important;
}

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

.wpfront-notification-bar-spacer.wpfront-fixed-position {
  z-index: 999 !important;
}

.marquee {
  list-style: none;
  margin: 0;
  padding: 10px 0;
  background-color: #5a2982;
  overflow: hidden;
}
.marquee span.marquee3k__copy {
  padding: 0 50px 0 0;
  white-space: nowrap;
}
.marquee span.marquee3k__copy h5 {
  margin: 0 !important;
  display: inline-block;
  color: #b7c0ee;
}

@media screen and (max-width: 830px) {
  .no-mobile-parallax {
    transform: none !important;
  }
}

@media (max-width: 830px) {
  .fl-node-0dvzon972ysu > .fl-module-content {
    margin-top: 120px !important;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cutive", serif;
  font-weight: 700;
  padding: 0;
  margin: 0 0 25px;
  color: #5a2982;
  line-height: 1.35em;
}

h1 {
  font-size: 65px;
  font-family: "Dekko", cursive;
}
@media screen and (max-width: 830px) {
  h1 {
    font-size: 45px;
  }
}
@media screen and (max-width: 460px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 55px;
}
@media only screen and (max-width: 830px) {
  h2 {
    font-size: 34px;
  }
}
@media screen and (max-width: 460px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 40px;
  color: #5a2982;
}
@media only screen and (max-width: 830px) {
  h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 460px) {
  h3 {
    font-size: 18px;
  }
}

h4 {
  font-size: 20px;
  color: #5a2982;
}
h5 {
  font-weight: 300;
  font-size: 16px;
  color: #f82f41;
  letter-spacing: 1px;
  font-family: "Cutive", serif;
}
p {
  font-family: "Cutive", serif;
  margin: 0 0 25px;
  font-size: 16px;
  color: #121010;
  line-height: 31px;
}

ul li {
  font-family: "Cutive", serif;
  font-size: 16px;
  color: #121010;
  line-height: 31px;
}

blockquote {
  background: transparent;
  padding: 90px 30px 30px;
  color: white;
  position: relative;
  margin: 0 0 35px;
  font-size: 25px;
  font-style: italic;
}
blockquote:before {
  content: "\f10d";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  position: absolute;
  top: 30px;
  left: 30px;
  font-size: 30px;
  opacity: 0.3;
}
blockquote:after {
  top: 100%;
  left: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: transparent;
  border-width: 20px;
}
blockquote span {
  display: block;
  margin: 20px 0 0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-style: normal;
}

.btn {
  display: inline-block;
  color: white;
  font-size: 0.9em;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 1.3px;
  padding: 10px 30px;
  width: auto;
  background: #ff7d2f;
  border: 0;
  outline: 0;
  cursor: pointer;
  font-family: "Cutive", serif;
  border-radius: 50px;
  transition-property: all;
  transition-duration: 0.33s;
  transition-timing-function: ease-in-out;
  transition-delay: 0;
}
.btn:hover {
  background: #FFCBAD;
  color: #ff7d2f;
}
@media screen and (max-width: 830px) {
  .btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}

.btn-hollow {
  display: inline-block;
  color: #5a2982;
  font-size: 0.9em;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 1.3px;
  padding: 10px 30px;
  width: auto;
  background: transparent;
  border: solid 2px #5a2982;
  outline: 0;
  cursor: pointer;
  font-family: "Cutive", serif;
  border-radius: 50px;
  transition-property: all;
  transition-duration: 0.33s;
  transition-timing-function: ease-in-out;
  transition-delay: 0;
}
.btn-hollow:hover {
  color: #fff7f8;
  background: #5a2982;
}
@media screen and (max-width: 830px) {
  .btn-hollow {
    padding: 10px 25px;
    font-size: 16px;
  }
}

a.btn-underline {
  letter-spacing: 1px;
  color: #5a2982;
  position: relative;
  padding: 0 20px 0 0;
  font-weight: 15px;
}
a.btn-underline:before {
  transition-property: all;
  transition-duration: 0.33s;
  transition-timing-function: ease-in-out;
  transition-delay: 0;
  content: "";
  height: 2px;
  width: 105%;
  background: #5a2982;
  position: absolute;
  bottom: -5px;
  left: 0;
  z-index: 1;
}
a.btn-underline:after {
  content: "";
  background: url(/wp-content/uploads/2024/08/Right.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 17px;
  height: 100%;
  right: -6px;
  bottom: 3px;
  background-size: cover;
  background-position: right;
}
a.btn-underline.white {
  color: #fff7f8;
}
a.btn-underline.white:before {
  background: white;
}
a.btn-underline.white:after {
  filter: invert(1);
  -webkit-filter: invert(1);
}
a.btn-underline span {
  position: relative;
  z-index: 2;
  font-weight: 700;
}
a.btn-underline:hover:before {
  width: 85%;
}
a.btn-underline.reverse {
  color: white;
}
a.btn-underline.reverse:before {
  background: #9ed85f;
}

.gform_wrapper .gform_body {
  width: 100% !important;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield {
  padding-right: 0;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield label,
.gform_wrapper .gform_body ul.gform_fields li.gfield label.gfield_label {
  font-family: "Dekko", cursive;
  font-weight: 300;
  font-size: 0.8em;
  color: #000;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield label .gfield_required,
.gform_wrapper .gform_body ul.gform_fields li.gfield label.gfield_label .gfield_required {
  display: none;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield div.ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper .gform_body ul.gform_fields li.gfield div.ginput_container textarea {
  transition-property: all;
  transition-duration: 0.33s;
  transition-timing-function: ease-in-out;
  transition-delay: 0;
  font-family: "Dekko", cursive;
  font-size: 1.5em;
  padding: 0.6em;
  max-width: 100%;
  outline: 0;
  border: none;
  width: 100% !important;
  padding: 10px 20px !important;
  border-bottom: solid 3px #5a2982;
  background: #fff7f8;
  line-height: 50px;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield div.ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
.gform_wrapper .gform_body ul.gform_fields li.gfield div.ginput_container textarea:focus {
  border-color: #5a2982;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield div.ginput_container .gfield_checkbox input[type=checkbox] {
  margin-top: 0;
  margin-right: 0.3em;
}
.gform_wrapper .gform_body ul.gform_fields .multicolumn-wrapper ul li {
  float: left;
  width: 50%;
  clear: none;
}
.gform_wrapper .gform_body ul.gform_fields .multicolumn-wrapper ul li:first-child {
  padding-right: 2.5%;
}
.gform_wrapper .gform_footer input[type=submit] {
  transition-property: all;
  transition-duration: 0.33s;
  transition-timing-function: ease-in-out;
  transition-delay: 0;
  display: inline-block;
  color: white;
  font-size: 0.9em;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 1.3px;
  padding: 10px 30px;
  width: auto;
  background: #ff7d2f;
  border: 0;
  outline: 0;
  cursor: pointer;
  font-family: "Cutive", serif;
  border-radius: 50px;
  font-size: 13px;
}
.gform_wrapper .gform_footer input[type=submit]:hover {
  background: #FFCBAD;
  color: #ff7d2f;
}
@media screen and (max-width: 830px) {
  .gform_wrapper .gform_footer input[type=submit] {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.gform_wrapper ::-webkit-input-placeholder {
  color: rgb(107.2676056338, 110.4225352113, 116.7323943662);
  line-height: 50px;
}
.gform_wrapper :-moz-placeholder {
  color: rgb(107.2676056338, 110.4225352113, 116.7323943662);
  line-height: 50px;
}
.gform_wrapper ::-moz-placeholder {
  color: rgb(107.2676056338, 110.4225352113, 116.7323943662);
  line-height: 50px;
}
.gform_wrapper :-ms-input-placeholder {
  color: rgb(107.2676056338, 110.4225352113, 116.7323943662);
  line-height: 50px;
}

.gform_confirmation_wrapper {
  background: #f3f3f3;
  padding: 30px;
  margin: 20px 0 0;
  border: 1px solid #d4d4d4;
  font-size: 24px;
}

@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";
}

.bgvideo {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
.bgvideo video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translate(-50%, -50%);
  background-position: center right;
}
@media only screen and (max-width: 830px) {
  .bgvideo video {
    position: absolute;
  }
}

.container-fluid,
.container,
.container-lrg {
  margin-right: auto;
  margin-left: auto;
  padding: 0 15px;
}

.container-lrg {
  width: 1350px;
  max-width: 100%;
  margin: auto;
  padding: 0 15px;
}

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem;
}

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}

.row.reverse {
  flex-direction: row-reverse;
}

.col.reverse {
  flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.col-xs-2 {
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.col-xs-5 {
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.col-xs-8 {
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

.col-xs-11 {
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.start-xs {
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  justify-content: center;
  text-align: center;
}

.end-xs {
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  align-items: flex-start;
}

.middle-xs {
  align-items: center;
}

.bottom-xs {
  align-items: flex-end;
}

.around-xs {
  justify-content: space-around;
}

.between-xs {
  justify-content: space-between;
}

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media only screen and (min-width: 830px) {
  .container {
    width: 47rem;
  }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-sm {
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    align-items: flex-start;
  }
  .middle-sm {
    align-items: center;
  }
  .bottom-sm {
    align-items: flex-end;
  }
  .around-sm {
    justify-content: space-around;
  }
  .between-sm {
    justify-content: space-between;
  }
  .first-sm {
    order: -1;
  }
  .last-sm {
    order: 1;
  }
}
@media only screen and (min-width: 64em) {
  .container {
    width: 63rem;
  }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-md {
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    justify-content: center;
    text-align: center;
  }
  .end-md {
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    align-items: flex-start;
  }
  .middle-md {
    align-items: center;
  }
  .bottom-md {
    align-items: flex-end;
  }
  .around-md {
    justify-content: space-around;
  }
  .between-md {
    justify-content: space-between;
  }
  .first-md {
    order: -1;
  }
  .last-md {
    order: 1;
  }
}
@media only screen and (min-width: 75em) {
  .container {
    width: 74rem;
  }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-lg {
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    align-items: flex-start;
  }
  .middle-lg {
    align-items: center;
  }
  .bottom-lg {
    align-items: flex-end;
  }
  .around-lg {
    justify-content: space-around;
  }
  .between-lg {
    justify-content: space-between;
  }
  .first-lg {
    order: -1;
  }
  .last-lg {
    order: 1;
  }
}
@keyframes cf3FadeInOut {
  0% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cf3FadeOutIn {
  0% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  55% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.banner {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  background-color: #5a2982;
  overflow: hidden;
  height: 100vh;
}
@media screen and (max-width: 830px) {
  .banner {
    height: 600px;
  }
}
@media screen and (max-width: 625px) {
  .banner {
    height: 450px;
  }
}
.banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(90, 41, 130, 0.25);
  z-index: 1;
}
.banner .banner-message {
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 1184px;
  margin: 30px 0 0;
  padding: 0 20px 100px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .banner .banner-message {
    width: 1008px;
  }
}
@media screen and (max-width: 1024px) {
  .banner .banner-message {
    width: 752px;
  }
}
@media screen and (max-width: 830px) {
  .banner .banner-message {
    left: 0;
    width: 100%;
    transform: none;
    padding: 0 20px 30px;
  }
}
.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;
}
.banner .banner-message h1 {
  font-family: "Dekko", cursive;
  font-weight: 900;
  font-size: 75px;
  max-width: 900px;
}
@media screen and (max-width: 830px) {
  .banner .banner-message h1 {
    font-size: 45px;
  }
}
.banner .banner-message p {
  font-family: "Dekko", cursive;
  font-weight: 900;
  font-size: 40px;
}
@media screen and (max-width: 830px) {
  .banner .banner-message p {
    font-size: 25px;
  }
}

footer {
  background: #fff7f8;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 830px) {
  footer {
    text-align: center;
  }
}
footer .footer-top {
  padding: 9em 0;
  background-color: #fff7f8;
  position: relative;
}
footer .footer-top .container-lrg {
  max-width: 1350px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 15px;
}
@media screen and (max-width: 830px) {
  footer .footer-top .container-lrg {
    max-width: 500px;
  }
}
footer .footer-top:after {
  content: url(/wp-content/themes/neon-now-theme-1/img/footer-img.svg);
  position: absolute;
  left: -20%;
  bottom: -40%;
  z-index: 0;
}
@media screen and (max-width: 830px) {
  footer .footer-top:after {
    display: none;
  }
}
footer .footer-top .footer-top-bg {
  z-index: 1;
}
@media screen and (max-width: 830px) {
  footer .footer-top {
    padding: 4.5em 0;
    margin: auto;
    max-width: 550px;
  }
}
footer .footer-top-content .row.btns {
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1400px) {
  footer .footer-top-content .row {
    flex-direction: column;
  }
}
footer .ig-feed {
  border-top: solid 10px #b7c0ee;
  border-bottom: solid 10px #b7c0ee;
  height: auto;
  text-align: center;
}
footer .ig-feed img {
  max-height: 375px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
footer .ig-feed .social-links {
  background-color: #5a2982;
  padding: 100px;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 830px) {
  footer .ig-feed .social-links {
    padding: 125px 50px;
  }
}
footer .ig-feed .social-links .fa {
  color: #b7c0ee;
  margin-bottom: 20px;
}
footer .ig-feed .social-links h5 {
  color: #fff7f8;
  text-transform: uppercase;
}
footer .ig-feed .social-links h3 {
  color: white;
}
footer ul.social {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer ul.social li {
  display: inline-block;
  margin: 0 15px 0 0;
}
footer ul.social li a {
  font-size: 22px;
  color: white;
}
footer ul.social li a:hover {
  color: white;
  opacity: 0.5;
}
footer .consult-form-wrapper {
  background: #5a2982 url(/wp-content/themes/neon-now-theme-1/img/dots.svg);
  padding: 25px 50px;
}
@media screen and (max-width: 1400px) {
  footer .consult-form-wrapper {
    margin: 30px 60px;
  }
}
@media screen and (max-width: 830px) {
  footer .consult-form-wrapper {
    margin: 0;
  }
}
footer .consult-form-wrapper img {
  border-radius: 50%;
}
@media screen and (max-width: 1100px) {
  footer .consult-form-wrapper {
    padding: 25px;
  }
}
footer .consult-form-wrapper label {
  display: none !important;
}
footer .consult-form-wrapper input[type=submit] {
  background-color: #b7c0ee;
  color: #5a2982;
}
footer .consult-form-wrapper input[type=submit]:hover {
  background: #5a2982;
  color: #fff7f8;
}
footer .footer-bottom {
  padding: 0;
  background: white;
}
@media screen and (max-width: 830px) {
  footer .footer-bottom {
    padding: 4.5em 15px;
  }
}
footer .footer-bottom .office-info {
  padding: 100px;
}
@media screen and (max-width: 1400px) {
  footer .footer-bottom .office-info {
    padding: 50px 15px;
  }
}
footer .footer-bottom .logo {
  display: block;
  padding: 100px;
}
footer .footer-bottom .logo svg,
footer .footer-bottom .logo img {
  width: 500px;
}
footer .footer-bottom .btn {
  text-transform: capitalize !important;
}
footer .footer-bottom p {
  margin: 0 0 35px;
  font-family: "Dekko", cursive;
  font-weight: 700;
  font-size: 16px;
  color: #ff7d2f;
  display: block;
}
@media screen and (max-width: 830px) {
  footer .footer-bottom p {
    text-align: center;
  }
}
footer .footer-bottom p strong {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #9ed85f;
  font-family: "Cutive", serif;
}
footer .footer-bottom p a {
  color: #333333;
  letter-spacing: 1px;
  font-family: "Cutive", serif;
}
footer .footer-bottom p a:hover {
  color: #9ed85f;
}
footer .footer-bottom p.copy {
  font-size: 12px;
  opacity: 0.4;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
}
@media screen and (max-width: 830px) {
  footer .footer-bottom p.copy {
    text-align: center;
    width: 100%;
  }
}
footer .footer-bottom .nav {
  background-color: #b7c0ee;
  z-index: 0;
  position: relative;
}
footer .footer-bottom ul.footer-nav {
  padding: 20px;
  margin: 0;
  list-style: none;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 1140px) {
  footer .footer-bottom ul.footer-nav {
    padding: 50px 25px;
  }
}
@media screen and (max-width: 830px) {
  footer .footer-bottom ul.footer-nav {
    display: none;
  }
}
footer .footer-bottom ul.footer-nav li {
  margin: 0 0 25px;
  display: block;
  line-height: 20px;
  padding: 0;
}
footer .footer-bottom ul.footer-nav li a {
  font-family: "Cutive", serif;
  font-weight: 700;
  font-size: 12px;
  color: #5a2982;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
footer .footer-bottom ul.footer-nav li a:hover {
  color: #ff7d2f;
}
footer .site-credit {
  text-align: center;
  padding: 10px;
  background: #ff7d2f;
}
footer .site-credit p {
  font-size: 0.8em;
  margin: 0;
}
footer .site-credit p a {
  color: #fff7f8;
}
@media only screen and (max-width: 830px) {
  footer {
    margin-bottom: 55px;
  }
}

header {
  transition-property: all;
  transition-duration: 0.33s;
  transition-timing-function: ease-in-out;
  transition-delay: 0;
  height: 130px;
  background: #fff7f8;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: solid #5a2982;
}
header ul.utility {
  position: absolute;
  top: 50%;
  transform: translateY(-25%);
  margin: 0;
  right: 455px;
  padding: 0;
  border: 0;
  list-style: none;
  color: #5a2982;
  line-height: 100px;
}
@media screen and (max-width: 1024px) {
  header ul.utility {
    right: 425px;
  }
}
@media screen and (max-width: 830px) {
  header ul.utility {
    display: none;
  }
}
header ul.utility li {
  display: inline-block;
  margin-right: 30px;
  color: #5a2982;
  font-size: 25px;
  position: relative;
}
header ul.utility li i {
  color: #ff7d2f;
}
header ul.utility li ul {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 450px;
  background-color: #fff7f8;
  border-bottom: solid 10px #ff7d2f;
  padding: 20px;
}
header ul.utility li ul li {
  display: inline-flex;
  width: 48% !important;
  color: white;
  font-family: "Dekko", cursive;
  margin-right: 0;
  line-height: 1em;
}
header ul.utility li ul li a {
  color: #5a2982;
  font-size: 18px;
}
header ul.utility li ul li a:hover {
  color: #FFCBAD;
}
header ul.utility li:hover ul {
  display: block;
}
header ul.utility li a {
  color: #5a2982;
  font-size: 18px;
}
header ul.utility li .fa {
  display: inline-block;
  vertical-align: middle;
  margin: -5px 10px 0 0;
  font-size: 20px;
}
header .logo {
  position: absolute;
  top: 50%;
  transform: translateY(-25%);
  left: 20px;
}
@media screen and (max-width: 900px) {
  header .logo {
    left: 20px;
    transform: translateY(-50%);
    top: 50%;
  }
}
header .logo img,
header .logo svg {
  display: block;
  width: 200px;
}
header .logo.active img,
header .logo.active svg {
  filter: none;
  -webkit-filter: none;
}
header a.header-cta-btn {
  font-size: 13px;
  color: black;
  letter-spacing: 2px;
  text-align: center;
  background: #f82f41;
  line-height: 60px;
  display: inline-block;
  padding: 20px 40px;
  position: absolute;
  right: 120px;
  text-transform: uppercase;
  border-radius: 50px;
  top: 55%;
  transform: translateY(-50%);
  margin-top: 15px;
  line-height: 1em;
}
header a.header-cta-btn:hover {
  background: #5a2982;
  color: white;
}
@media screen and (max-width: 1250px) {
  header a.header-cta-btn {
    font-size: 12px;
  }
}
@media screen and (max-width: 900px) {
  header a.header-cta-btn {
    display: none;
  }
}
header .gb-social-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  background-color: #5a2982;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 30px;
  padding: 0 30px;
  z-index: 99;
}
header .gb-social-wrapper ul.names {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 30px;
  margin: 0;
  line-height: 22px;
}
@media screen and (max-width: 830px) {
  header .gb-social-wrapper ul.names {
    width: 100%;
    text-align: center;
  }
}
header .gb-social-wrapper ul.names li {
  display: inline-block;
  font-family: korolev, sans-serif;
  font-size: 11px;
  color: #5a2982;
  margin: 0 10px 0 0;
}
header .gb-social-wrapper .gb-social-list {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
  border: 0;
  list-style: none;
}
@media screen and (max-width: 830px) {
  header .gb-social-wrapper .gb-social-list {
    display: none;
  }
}
header .gb-social-wrapper .gb-social-list li {
  position: relative;
  display: block;
  margin: 0 10px;
}
header .gb-social-wrapper .gb-social-list li a {
  color: #5a2982;
  font-family: "Dekko", cursive;
  font-size: 17px;
  font-weight: 700;
  color: white;
  display: block;
}
header .gb-social-wrapper .gb-social-list li a:hover {
  opacity: 0.8;
}
header .gb-social-wrapper .gb-social-list li a i {
  color: #9ed85f;
  font-size: 15px;
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: middle;
  opacity: 0.7;
}
@media screen and (max-width: 830px) {
  header nav#site-navigation {
    display: none;
  }
}
header nav#site-navigation .menu-navigation-container {
  margin: -7px 0 0 0;
}
header nav#site-navigation .menu-navigation-container ul#primary-menu {
  margin: 0;
  padding: 0;
}
header nav#site-navigation .menu-navigation-container ul#primary-menu li {
  position: relative;
  display: inline-block;
  margin: 0 20px;
  line-height: 104px;
}
header nav#site-navigation .menu-navigation-container ul#primary-menu li a {
  font-family: "Dekko", cursive;
  font-weight: 700;
  font-size: 18px;
  color: #5a2982;
  letter-spacing: 1.08px;
  text-transform: uppercase;
}
@media screen and (max-width: 1290px) {
  header nav#site-navigation .menu-navigation-container ul#primary-menu li a {
    font-size: 0.75em;
  }
}
header nav#site-navigation .menu-navigation-container ul#primary-menu li a:hover {
  color: #9ed85f;
}
header nav#site-navigation .menu-navigation-container ul#primary-menu li:hover ul {
  opacity: 1;
  visibility: visible;
}
header nav#site-navigation .menu-navigation-container ul#primary-menu li ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  background: #fff7f8;
  padding: 0;
  left: -25px;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
}
header nav#site-navigation .menu-navigation-container ul#primary-menu li ul li {
  padding: 10px 25px;
  line-height: 20px;
  display: block;
  margin: 0;
  border-bottom: 1px solid #ff7d2f;
}
header nav#site-navigation .menu-navigation-container ul#primary-menu li ul li.menu-item-has-children:before {
  position: absolute;
  top: 0;
  right: 4px;
  height: 100%;
  width: 15px;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: "\f054";
  line-height: 45px;
  font-size: 12px;
  color: #ff7d2f;
}
header nav#site-navigation .menu-navigation-container ul#primary-menu li ul li ul {
  display: none;
  left: 100% !important;
  top: 0 !important;
}
header nav#site-navigation .menu-navigation-container ul#primary-menu li ul li:hover ul {
  display: block !important;
}
header nav#site-navigation .menu-navigation-container ul#primary-menu li ul li a {
  color: #ff7d2f;
  display: block;
  white-space: nowrap;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 1px;
  font-size: 14px;
}
header nav#site-navigation .menu-navigation-container ul#primary-menu li ul li a:hover {
  color: #5a2982 !important;
}
@media only screen and (max-width: 830px) {
  header nav#site-navigation .menu-navigation-container {
    display: none;
  }
}

.menu-toggle {
  transition-property: all;
  transition-duration: 0.33s;
  transition-timing-function: ease-in-out;
  transition-delay: 0;
  position: absolute;
  top: 40%;
  right: 50px;
  line-height: 60px;
  height: 60px;
  width: 60px;
  z-index: 100;
  background: transparent;
  border: 0;
}
.menu-toggle span {
  top: 50%;
  left: 50%;
  margin-left: -7px;
}
.menu-toggle span,
.menu-toggle span:before,
.menu-toggle span:after {
  transition-property: all;
  transition-duration: 0.33s;
  transition-timing-function: ease-in-out;
  transition-delay: 0;
  content: "";
  cursor: pointer;
  height: 5px;
  width: 50px;
  background: #ff7d2f;
  position: absolute;
  display: block;
  border-radius: 10px;
}
.menu-toggle span:before {
  top: -20px;
  width: 50px;
}
.menu-toggle span:after {
  bottom: -20px;
  width: 25px;
}
.menu-toggle:focus {
  outline: none;
}
.menu-toggle.active span {
  background: transparent !important;
}
.menu-toggle.active span:before, .menu-toggle.active span:after {
  top: 0;
  background: #ff7d2f !important;
}
.menu-toggle.active span:before {
  transform: rotate(45deg);
  width: 25px;
  background: #ff7d2f !important;
}
.menu-toggle.active span:after {
  transform: rotate(-45deg);
  background: #ff7d2f !important;
}
@media only screen and (max-width: 830px) {
  .menu-toggle {
    display: block;
    right: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .menu-toggle {
    display: block;
    right: 50px;
  }
}

#side-menu {
  transition-property: all;
  transition-duration: 0.33s;
  transition-timing-function: ease-in-out;
  transition-delay: 0;
  transition-duration: 0.44s;
  position: fixed;
  height: 100%;
  width: 350px;
  background: #fff7f8;
  top: 0;
  right: -100%;
  text-align: left;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 99;
  padding: 10px 0 100px;
}
#side-menu.active {
  right: 0;
}
#side-menu ul#primary-menu {
  margin-top: 130px;
  margin-left: 20px;
  padding: 0;
  display: block;
}
#side-menu ul#primary-menu > li {
  position: relative;
  margin: 0;
  padding: 0;
  float: none;
  display: inline-block;
  width: 100%;
  text-align: left;
  line-height: 74px;
}
#side-menu ul#primary-menu > li a {
  font-weight: 700;
  font-size: 1.4em;
  padding: 0 20px;
  display: block;
  color: #5a2982;
}
#side-menu ul#primary-menu > li a:hover {
  color: #9ed85f;
}
#side-menu ul#primary-menu > li a.expand {
  display: block;
  height: 74px;
  width: 74px;
  position: absolute;
  top: 0;
  right: 25px;
  padding: 15px;
  cursor: pointer;
}
#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: 2px;
  height: 10px;
  margin: -5px 0 0 -1px;
  border-radius: 6px;
  transform-origin: center;
}
#side-menu ul#primary-menu > li a.expand:before {
  transform: rotate(-45deg) translate(-4px, 0px);
}
#side-menu ul#primary-menu > li a.expand:after {
  transform: rotate(45deg) translate(4px, 0px);
}
#side-menu ul#primary-menu > li a.expand.active:before {
  transform: rotate(-45deg) translate(0px, 4px);
}
#side-menu ul#primary-menu > li a.expand.active:after {
  transform: rotate(45deg) translate(0px, 4px);
}
#side-menu ul#primary-menu > li ul {
  padding: 0;
  margin: 0;
  display: none;
  position: relative;
  float: none;
}
#side-menu ul#primary-menu > li ul.active {
  display: block;
}
#side-menu ul#primary-menu > li ul li {
  display: block;
  width: 100%;
  position: relative;
  height: auto;
}
#side-menu ul#primary-menu > li ul li a.expand {
  height: 35px;
}
#side-menu ul#primary-menu > li ul li a {
  color: black;
  font-size: 1em;
  padding: 0 35px;
  display: block;
  font-weight: normal;
}
#side-menu ul#primary-menu > li ul li ul {
  background: #b7c0ee;
  margin: 0;
}
#side-menu .menu-contact {
  padding: 0 20px;
  margin: 0 20px;
}
#side-menu .menu-contact a {
  color: #ff7d2f;
}
#side-menu .menu-contact a.btn-hollow {
  color: #5a2982;
}
#side-menu .menu-contact a.btn-hollow:hover {
  background-color: #5a2982;
  color: white;
}
#side-menu .menu-contact a.btn {
  background: #5a2982;
  color: white;
  border: none;
  font-size: 0.8em;
  margin-bottom: 30px;
}

.mobile-bar {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 55px;
  background: #fff7f8;
  box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.05), 0 -1px 4px rgba(0, 0, 0, 0.1);
  z-index: 9;
}
.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 {
  background: #9ed85f;
  width: 50%;
}
.mobile-bar ul li:first-of-type a {
  color: white;
}
.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: #ff7d2f;
  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: rgb(21.7887323944, 22.4295774648, 23.7112676056);
}
.mobile-bar ul li:hover:before {
  color: white;
}
.mobile-bar ul li:hover a {
  color: white;
  background: rgb(21.7887323944, 22.4295774648, 23.7112676056);
}
.mobile-bar ul li:hover ul {
  display: block;
  background: rgb(76.5789473684, 34.8859649123, 110.6140350877);
}
.mobile-bar ul li ul {
  display: none;
  position: fixed;
  left: 0;
  width: 100%;
  bottom: 55px;
  background: #5a2982;
}
.mobile-bar ul li ul li {
  display: block;
  width: 100%;
  border-top: 1px solid rgb(14.461971831, 14.8873239437, 15.738028169);
}
.mobile-bar ul li ul li:first-child {
  border-top: 0;
}
.mobile-bar ul li ul li:first-of-type {
  width: 100% !important;
}
.mobile-bar ul li ul li a {
  text-indent: 0;
  padding: 0 4.5em;
}
@media only screen and (max-width: 830px) {
  .mobile-bar {
    display: block;
  }
}

.blocks-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
  align-items: stretch;
}
.blocks-container a.cta-block {
  flex: 0 1 auto;
  padding: 180px 20px;
  text-align: center;
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 830px) {
  .blocks-container a.cta-block {
    flex: 0 1 100% !important;
  }
}
.blocks-container a.cta-block:before {
  transition-property: all;
  transition-duration: 0.33s;
  transition-timing-function: ease-in-out;
  transition-delay: 0;
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: black;
  opacity: 0.5;
  z-index: 1;
  top: 0;
  left: 0;
}
.blocks-container a.cta-block:hover:before {
  opacity: 0.35;
}
.blocks-container a.cta-block:hover .service-bg {
  transform: scale(1.075);
}
.blocks-container a.cta-block .service-bg {
  transition-property: all;
  transition-duration: 0.33s;
  transition-timing-function: ease-in-out;
  transition-delay: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover !important;
  background-position: top !important;
}
.blocks-container a.cta-block h3 {
  color: white;
  font-size: 26px;
  letter-spacing: 0.5px;
  position: relative;
  z-index: 2;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  margin: 0;
}
.blocks-container a.cta-block.block-one, .blocks-container a.cta-block.block-two, .blocks-container a.cta-block.block-six, .blocks-container a.cta-block.block-seven {
  flex: 0 1 49%;
}
.blocks-container a.cta-block.block-three, .blocks-container a.cta-block.block-five {
  flex: 0 1 33.5%;
}
.blocks-container a.cta-block.block-four {
  flex: 0 1 29%;
}
.blocks-container a.cta-block.col-50 {
  flex: 0 1 49%;
}
.blocks-container a.cta-block.col-33 {
  flex: 0 1 32%;
}
.blocks-container a.cta-block.col-100 {
  flex: 0 1 100%;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999998;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
  width: 44px;
  text-align: center;
  background: transparent !important;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
      This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
      calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

body.home section.banner,
body.page-template-ads-v1 section.banner {
  background: url(/wp-content/uploads/2025/07/AdobeStock_342302621.webp);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  background-position: center;
}
body.home section.banner:after,
body.page-template-ads-v1 section.banner:after {
  display: none;
}
body.home section.banner .banner-message,
body.page-template-ads-v1 section.banner .banner-message {
  position: absolute;
  background: transparent;
  left: 50%;
  transform: translateX(-50%);
  max-width: 950px;
}
@media screen and (max-width: 480px) {
  body.home section.banner .banner-message,
  body.page-template-ads-v1 section.banner .banner-message {
    width: 325px;
  }
}
body.home section.banner .banner-message h5,
body.page-template-ads-v1 section.banner .banner-message h5 {
  color: #fff7f8;
}
@media screen and (max-width: 830px) {
  body.home section.banner .banner-message h5,
  body.page-template-ads-v1 section.banner .banner-message h5 {
    display: none;
  }
}
body.home section.banner .banner-message h1,
body.page-template-ads-v1 section.banner .banner-message h1 {
  color: #fff7f8;
}
body.home section.banner .banner-message h1 span,
body.page-template-ads-v1 section.banner .banner-message h1 span {
  color: #9ed85f;
}
body.home section.banner .banner-message .btn-hollow,
body.page-template-ads-v1 section.banner .banner-message .btn-hollow {
  color: #fff7f8;
  border-color: #fff7f8;
}
body.home section.banner .banner-message .btn-hollow:hover,
body.page-template-ads-v1 section.banner .banner-message .btn-hollow:hover {
  background: #fff7f8;
  color: #5a2982;
}
@media screen and (min-width: 830px) {
  body.home section.tricare-banner .row,
  body.page-template-ads-v1 section.tricare-banner .row {
    display: flex;
    align-items: center;
  }
}
body.home section.tricare-banner .picture-col img,
body.page-template-ads-v1 section.tricare-banner .picture-col img {
  width: 100%;
  height: auto;
  display: block;
}
body.home section.tricare-banner .content-col,
body.page-template-ads-v1 section.tricare-banner .content-col {
  padding: 50px;
}
body.home section.tricare-banner .desktop-link,
body.page-template-ads-v1 section.tricare-banner .desktop-link {
  display: inline-block;
}
body.home section.tricare-banner .mobile-link,
body.page-template-ads-v1 section.tricare-banner .mobile-link {
  display: none;
}
@media screen and (max-width: 830px) {
  body.home section.tricare-banner .desktop-link,
  body.page-template-ads-v1 section.tricare-banner .desktop-link {
    display: none;
  }
  body.home section.tricare-banner .mobile-link,
  body.page-template-ads-v1 section.tricare-banner .mobile-link {
    display: inline-block;
  }
}
body.home section.welcome,
body.page-template-ads-v1 section.welcome {
  padding: 0;
}
body.home section.welcome .shape-wrap,
body.page-template-ads-v1 section.welcome .shape-wrap {
  position: absolute;
  z-index: 3;
  left: calc(100vh - 40.6%);
  bottom: 504px;
  display: block;
}
body.home section.welcome .shape-wrap svg,
body.home section.welcome .shape-wrap img,
body.page-template-ads-v1 section.welcome .shape-wrap svg,
body.page-template-ads-v1 section.welcome .shape-wrap img {
  width: 300px;
}
body.home section.welcome .content,
body.page-template-ads-v1 section.welcome .content {
  padding: 150px 100px;
  max-width: 800px;
}
body.home section.welcome .content a.btn-underline,
body.page-template-ads-v1 section.welcome .content a.btn-underline {
  z-index: 5;
}
@media only screen and (max-width: 830px) {
  body.home section.welcome .content,
  body.page-template-ads-v1 section.welcome .content {
    padding: 75px 15px;
  }
}
body.home section.welcome .photo-bg,
body.page-template-ads-v1 section.welcome .photo-bg {
  background: url(/wp-content/uploads/2024/08/GettyImages-176979540-scaled.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}
body.home section.ctas,
body.page-template-ads-v1 section.ctas {
  background: #b7c0ee;
}
body.home section.ctas .img-container,
body.page-template-ads-v1 section.ctas .img-container {
  background: #5a2982 url(/wp-content/themes/neon-now-theme-1/img/dots.svg);
  padding: 25px 50px;
}
@media screen and (max-width: 830px) {
  body.home section.ctas .img-container,
  body.page-template-ads-v1 section.ctas .img-container {
    margin: 0;
  }
}
body.home section.ctas .img-container img,
body.page-template-ads-v1 section.ctas .img-container img {
  border-radius: 50%;
}
body.home section.ctas .img-container:after,
body.page-template-ads-v1 section.ctas .img-container:after {
  content: "";
  background: url(/wp-content/uploads/2024/08/5.svg);
  background-repeat: no-repeat;
  background-size: 150px;
  display: block;
  position: relative;
  left: 60%;
  height: 150px;
  bottom: 130px;
  z-index: 3;
  margin-bottom: -130px;
}
body.home section.ctas .callouts .card h4,
body.page-template-ads-v1 section.ctas .callouts .card h4 {
  color: #5a2982;
}
body.home section.ctas .callouts .card .icon img,
body.home section.ctas .callouts .card .icon svg,
body.page-template-ads-v1 section.ctas .callouts .card .icon img,
body.page-template-ads-v1 section.ctas .callouts .card .icon svg {
  height: 100px;
}
body.home section.ctas .callouts .card .item,
body.page-template-ads-v1 section.ctas .callouts .card .item {
  padding: 10px 0;
}
body.home section.ctas .float-img,
body.page-template-ads-v1 section.ctas .float-img {
  display: block;
  position: absolute;
  left: 85%;
  bottom: 0%;
  z-index: 3;
  margin-bottom: -175px;
}
body.home section.ctas .float-img img,
body.home section.ctas .float-img svg,
body.page-template-ads-v1 section.ctas .float-img img,
body.page-template-ads-v1 section.ctas .float-img svg {
  height: 450px;
}
@media only screen and (max-width: 480px) {
  body.home section.ctas .float-img,
  body.page-template-ads-v1 section.ctas .float-img {
    display: none;
  }
}
body.home section.meet-the-doctors,
body.page-template-ads-v1 section.meet-the-doctors {
  background-color: #fff7f8;
}
body.home section.meet-the-doctors .row,
body.page-template-ads-v1 section.meet-the-doctors .row {
  margin-bottom: 50px;
}
body.home section.meet-the-doctors .doc-info,
body.page-template-ads-v1 section.meet-the-doctors .doc-info {
  background: #ff7d2f url(/wp-content/themes/neon-now-theme-1/img/star.svg);
  background-size: 400px;
  background-position: 120% -50%;
  background-repeat: no-repeat;
  margin: 0 100px;
  padding: 200px 100px;
}
@media screen and (max-width: 1024px) {
  body.home section.meet-the-doctors .doc-info,
  body.page-template-ads-v1 section.meet-the-doctors .doc-info {
    margin: 0;
    padding: 210px 15px;
  }
}
body.home section.meet-the-doctors .doc-info h2,
body.home section.meet-the-doctors .doc-info h3,
body.home section.meet-the-doctors .doc-info p,
body.page-template-ads-v1 section.meet-the-doctors .doc-info h2,
body.page-template-ads-v1 section.meet-the-doctors .doc-info h3,
body.page-template-ads-v1 section.meet-the-doctors .doc-info p {
  color: white;
}
@media screen and (min-width: 830px) {
  body.home section.meet-the-doctors .doc-img .bg-text,
  body.page-template-ads-v1 section.meet-the-doctors .doc-img .bg-text {
    font-size: 60px;
  }
}
body.home section.services,
body.page-template-ads-v1 section.services {
  background: #fff7f8;
  padding: 2.5em 0;
}
body.home section.services .service-details,
body.page-template-ads-v1 section.services .service-details {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
}
body.home section.services .service-details .service-thumb,
body.page-template-ads-v1 section.services .service-details .service-thumb {
  position: relative;
  z-index: 1;
  background-color: #b7c0ee;
  padding: 40px;
}
body.home section.services .service-details .service-thumb img,
body.page-template-ads-v1 section.services .service-details .service-thumb img {
  padding: 0;
  max-height: none;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.home section.services .service-details .service-thumb:after,
body.page-template-ads-v1 section.services .service-details .service-thumb:after {
  content: "";
  background: url(/wp-content/uploads/2024/08/3.svg);
  background-repeat: no-repeat;
  background-size: 200px;
  display: block;
  left: 15%;
  height: 200px;
  z-index: 3;
  position: absolute;
  width: 200px;
  margin-bottom: 0;
  bottom: -60px;
}
body.home section.services .service-details .link,
body.page-template-ads-v1 section.services .service-details .link {
  background: rgba(183, 192, 238, 0.5);
  padding: 150px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 830px) {
  body.home section.services .service-details .link,
  body.page-template-ads-v1 section.services .service-details .link {
    padding: 75px 15px;
  }
}
body.home section.services .service-details.active,
body.page-template-ads-v1 section.services .service-details.active {
  position: static;
  visibility: visible;
  opacity: 1;
}
body.home section.services .service-details h3,
body.page-template-ads-v1 section.services .service-details h3 {
  color: #ff7d2f;
  text-transform: uppercase;
  letter-spacing: 2px;
}
body.home section.services .service-details p,
body.page-template-ads-v1 section.services .service-details p {
  color: #333333;
}
body.home section.services .section-title,
body.page-template-ads-v1 section.services .section-title {
  margin: 0;
}
body.home section.services .section-title h2,
body.page-template-ads-v1 section.services .section-title h2 {
  color: #ff7d2f;
}
body.home section.services .section-title p,
body.page-template-ads-v1 section.services .section-title p {
  color: #333333;
}
body.home section.services .services-btns,
body.page-template-ads-v1 section.services .services-btns {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  margin: 0 auto 40px auto;
}
@media screen and (max-width: 830px) {
  body.home section.services .services-btns,
  body.page-template-ads-v1 section.services .services-btns {
    display: inline-block;
  }
}
body.home section.services .services-btns a.service,
body.page-template-ads-v1 section.services .services-btns a.service {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  color: #ff7d2f;
  margin: 0 5px;
  padding: 5px 10px;
  background-color: #FFCBAD;
  transition: background-color 0.3s ease-in-out;
  cursor: pointer;
  white-space: nowrap;
}
@media screen and (min-width: 830px) {
  body.home section.services .services-btns a.service,
  body.page-template-ads-v1 section.services .services-btns a.service {
    padding: 5px 15px;
    margin: 0 20px;
    font-size: 13px;
  }
}
body.home section.services .services-btns a.service:hover,
body.page-template-ads-v1 section.services .services-btns a.service:hover {
  background-color: #ff7d2f;
  color: white;
}
body.home section.services .services-btns a.service.active,
body.page-template-ads-v1 section.services .services-btns a.service.active {
  background-color: transparent;
  border: solid 2px #ff7d2f;
  color: #ff7d2f;
}
body.home section.slide-show,
body.page-template-ads-v1 section.slide-show {
  padding: 0;
}
body.home section.home-testimonials,
body.page-template-ads-v1 section.home-testimonials {
  text-align: center;
  padding: 7.5em 0;
  background: #5a2982;
}
body.home section.home-testimonials:after,
body.page-template-ads-v1 section.home-testimonials:after {
  content: url(/wp-content/themes/neon-now-theme-1/img/lines.svg);
  display: block;
  position: absolute;
  left: 30%;
  bottom: 0;
  transform: translateY(10px);
  z-index: 3;
}
@media screen and (max-width: 830px) {
  body.home section.home-testimonials:after,
  body.page-template-ads-v1 section.home-testimonials:after {
    display: none;
  }
}
body.home section.home-testimonials blockquote,
body.page-template-ads-v1 section.home-testimonials blockquote {
  padding: 0px 30px 30px;
}
body.home section.home-testimonials blockquote:before,
body.page-template-ads-v1 section.home-testimonials blockquote:before {
  top: 90px;
}
body.home section.home-testimonials blockquote h4,
body.home section.home-testimonials blockquote h5,
body.home section.home-testimonials blockquote p,
body.page-template-ads-v1 section.home-testimonials blockquote h4,
body.page-template-ads-v1 section.home-testimonials blockquote h5,
body.page-template-ads-v1 section.home-testimonials blockquote p {
  margin-left: 40px;
}
body.home section.home-testimonials img.quotes-icon,
body.page-template-ads-v1 section.home-testimonials img.quotes-icon {
  margin: 0 0 10px 0;
}
body.home section.home-testimonials h3,
body.page-template-ads-v1 section.home-testimonials h3 {
  color: white;
  text-wrap: balance;
  text-align: left;
  margin-left: 40px;
}
@media screen and (max-width: 830px) {
  body.home section.home-testimonials h3,
  body.page-template-ads-v1 section.home-testimonials h3 {
    margin-top: 20px;
  }
}
body.home section.home-testimonials h4,
body.page-template-ads-v1 section.home-testimonials h4 {
  color: #b7c0ee;
  text-align: left;
}
body.home section.home-testimonials .stars,
body.page-template-ads-v1 section.home-testimonials .stars {
  text-align: left;
}
body.home section.home-testimonials .owl-carousel,
body.page-template-ads-v1 section.home-testimonials .owl-carousel {
  margin-left: 40px;
}
body.home section.home-testimonials .fa-quote-left,
body.page-template-ads-v1 section.home-testimonials .fa-quote-left {
  color: #f82f41;
  font-size: 40px;
}
body.home section.home-testimonials .stars,
body.page-template-ads-v1 section.home-testimonials .stars {
  margin: 0 40px 20px;
  color: gold;
  letter-spacing: 3px;
  font-size: 30px;
}
body.home section.home-testimonials p,
body.page-template-ads-v1 section.home-testimonials p {
  font-size: 22px;
  line-height: 1.75em;
  color: white;
  max-width: 400px;
  margin: 0 auto 20px;
  text-align: left;
}
@media screen and (max-width: 830px) {
  body.home section.home-testimonials p,
  body.page-template-ads-v1 section.home-testimonials p {
    max-width: 70%;
    font-size: 16px;
  }
}
body.home section.home-testimonials h5,
body.page-template-ads-v1 section.home-testimonials h5 {
  color: #b7c0ee;
  text-align: left;
  margin: 0;
}
body.home section.home-testimonials .testimonial-wrap,
body.page-template-ads-v1 section.home-testimonials .testimonial-wrap {
  min-height: 250px;
}
body.home section.home-testimonials .owl-nav,
body.page-template-ads-v1 section.home-testimonials .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  height: 50px;
  margin-top: -15px;
}
@media screen and (max-width: 830px) {
  body.home section.home-testimonials .owl-nav,
  body.page-template-ads-v1 section.home-testimonials .owl-nav {
    display: none;
  }
}
body.home section.home-testimonials .owl-nav .owl-prev,
body.page-template-ads-v1 section.home-testimonials .owl-nav .owl-prev {
  position: absolute;
  left: 30px;
}
body.home section.home-testimonials .owl-nav .owl-prev img,
body.home section.home-testimonials .owl-nav .owl-prev svg,
body.page-template-ads-v1 section.home-testimonials .owl-nav .owl-prev img,
body.page-template-ads-v1 section.home-testimonials .owl-nav .owl-prev svg {
  filter: brightness(0);
}
@media screen and (max-width: 830px) {
  body.home section.home-testimonials .owl-nav .owl-prev,
  body.page-template-ads-v1 section.home-testimonials .owl-nav .owl-prev {
    left: 15px;
  }
}
body.home section.home-testimonials .owl-nav .owl-next,
body.page-template-ads-v1 section.home-testimonials .owl-nav .owl-next {
  position: absolute;
  right: 30px;
}
body.home section.home-testimonials .owl-nav .owl-next img,
body.home section.home-testimonials .owl-nav .owl-next svg,
body.page-template-ads-v1 section.home-testimonials .owl-nav .owl-next img,
body.page-template-ads-v1 section.home-testimonials .owl-nav .owl-next svg {
  filter: brightness(0);
}
@media screen and (max-width: 830px) {
  body.home section.home-testimonials .owl-nav .owl-next,
  body.page-template-ads-v1 section.home-testimonials .owl-nav .owl-next {
    right: 15px;
  }
}

body.page-template-default section.banner {
  height: 100vh;
  padding: 0;
}
body.page-template-default section.banner .banner-message {
  text-align: center;
}
body.page-template-default section.banner .banner-message h1 {
  max-width: none;
}
@media screen and (max-width: 830px) {
  body.page-template-default section.banner {
    height: 500px;
  }
}
@media screen and (max-width: 480px) {
  body.page-template-default section.banner {
    height: 275px;
  }
}
body.page-template-default section.content {
  padding: 0 !important;
}
@media screen and (min-width: 830px) {
  body.page-template-default section.content .sticky {
    position: sticky;
    position: -webkit-sticky;
    top: 160px;
  }
}
body.page-template-default section.content ul {
  font-weight: 400;
  margin: 0 0 25px;
  list-style: initial;
}
body.page-template-default section.content ul li {
  margin: 0 0 15px;
}
body.page-template-default.page-meet-the-doctor .banner, body.page-template-default.page-metal-braces .banner, body.page-template-default.page-clear-braces .banner, body.page-template-default.page-invisalign .banner, body.page-template-default.page-invisalign-for-teens .banner, body.page-template-default.page-adults .banner, body.page-template-default.page-ortho-care .banner, body.page-template-default.page-before-afters .banner {
  background-position: center;
}

body.blog header {
  background-color: #5a2982;
}
body.blog header.active {
  color: #fff7f8;
}
body.blog section.banner {
  margin: 140px 0 0;
  padding: 0;
  height: auto;
  background: #5a2982;
}
@media screen and (max-width: 1200px) {
  body.blog section.banner {
    margin: 80px 0 0;
  }
}
body.blog section.banner:before {
  display: none;
}
body.blog section.banner .container-fluid {
  padding: 0;
}
body.blog section.banner h1 {
  color: #b7c0ee !important;
}
body.blog section.banner .message-wrap {
  background-position: center;
  width: 100%;
  padding: 50px 100px;
}
@media screen and (max-width: 1160px) {
  body.blog section.banner .message-wrap {
    padding: 200px 50px 50px;
  }
}
@media screen and (max-width: 830px) {
  body.blog section.banner .message-wrap {
    padding: 0;
    background: none;
    text-align: center;
    margin: 80px 0 0 !important;
  }
}
body.blog section.banner .message-wrap .message-content {
  padding: 30px;
  width: 100%;
  position: relative;
  z-index: 2;
  text-align: center;
}
@media screen and (max-width: 830px) {
  body.blog section.banner .message-wrap .message-content {
    margin: auto !important;
  }
}
body.blog section.banner .message-wrap .message-content h1, body.blog section.banner .message-wrap .message-content p {
  color: white;
}
body.blog section.banner .message-wrap .message-content p {
  font-size: 25px;
  margin: 0;
}
body.blog section.content article {
  position: relative;
  min-height: 440px;
  margin-bottom: 40px;
  padding: 0 25px;
  text-align: center;
  cursor: pointer;
}
body.blog section.content article span.date {
  font-size: 14px;
  text-transform: uppercase;
  margin: 15px 0 10px;
  display: block;
}
body.blog section.content article .post-image {
  min-height: 300px;
  background-size: cover !important;
  background-position: center;
}
body.blog section.content article h3.entry-title a {
  font-size: 25px;
  color: #1e5448;
  line-height: 20px;
}
body.blog section.content article:hover h3 a {
  color: #9ed85f;
}
body.blog section.content .wp-pagenavi {
  clear: both;
  text-align: center;
}
body.blog section.content .wp-pagenavi a {
  color: #9ed85f;
}
body.blog section.content .wp-pagenavi span.pages {
  border: 0;
}
body.blog section.content .wp-pagenavi a, body.blog section.content .wp-pagenavi span {
  border: 1px solid #f7f7f7;
}

body.single header {
  background-color: #5a2982;
}
body.single header.active {
  background: #fff7f8;
}
body.single section.content {
  margin: 190px 0 0;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  body.single section.content {
    margin: 135px 0 0;
  }
}
body.single section.content .container {
  max-width: 880px;
}
body.single section.content .container .entry-content {
  padding: 0 0 50px;
}
body.single section.content .container h1 {
  color: #5a2982;
}
body.single section.content .container .post-date,
body.single section.content .container .post-author {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 20px;
  display: block;
}
body.single section.content .container .featured-image {
  margin: 0 0 40px;
}
body.single section.content .container p {
  font-size: 23px;
  line-height: 40px;
  margin: 0 0 30px;
}
body.single section.content .container .share-buttons {
  font-size: 0.7rem;
  line-height: 0.7rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  z-index: 2;
  position: relative;
  list-style-type: none;
  padding: 0;
}
body.single section.content .container .share-buttons li {
  display: inline-block;
  margin: 0 15px 0 0;
}
body.single section.content .container .share-buttons svg {
  fill: #fff;
  width: 19px;
  height: 19px;
}
body.single section.content .container .share-googleplus svg {
  width: 20px;
  height: 16px;
}
body.single section.content .container .share-buttons a {
  display: block;
  padding: 12px 0;
  text-align: center;
}
body.single section.content .container .share-buttons a:hover {
  opacity: 0.5;
}
body.single section.content .container .share-buttons a span {
  display: none;
}
body.single section.content .container .share-buttons li:first-child a {
  border-radius: 3px 0 0 3px;
}
body.single section.content .container .share-buttons li:last-child a {
  border-radius: 0 3px 3px 0;
}
body.single section.content .container .share-twitter svg {
  fill: #1da1f2;
}
body.single section.content .container .share-facebook svg {
  fill: #3b5998;
}
body.single section.content .container .share-googleplus svg {
  fill: #db4437;
}
body.single section.content .container .share-pinterest svg {
  fill: #b5071a;
}
body.single section.content .container .related-posts ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
body.single section.content .container .related-posts ul li {
  margin: 0 0 30px;
  text-align: center;
}
body.single section.content .container .related-posts ul li .post-date {
  margin: 0;
}
body.single section.content .container .related-posts ul li h3 a {
  font-size: 23px;
  line-height: 1em;
}

body.error404 {
  background: #5a2982;
}
body.error404 .not-found {
  padding-top: 12em;
  padding-bottom: 12em;
  background: #5a2982;
}
body.error404 .not-found h2 {
  color: white;
  margin-bottom: 0.8em;
}
body.error404 .not-found p {
  color: white;
}
body.error404 .not-found a {
  display: inline-block;
  color: #5a2982;
  font-size: 0.9em;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 1.3px;
  padding: 10px 30px;
  width: auto;
  background: transparent;
  border: solid 2px #5a2982;
  outline: 0;
  cursor: pointer;
  font-family: "Cutive", serif;
  border-radius: 50px;
}
body.error404 .not-found a:hover {
  color: #fff7f8;
  background: #5a2982;
}
@media screen and (max-width: 830px) {
  body.error404 .not-found a {
    padding: 10px 25px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 830px) {
  body.error404 .not-found {
    padding-top: 10em;
    padding-bottom: 5em;
  }
}

body.page-template-no-header section.content {
  padding: 0;
  margin: 85px 0 0;
}
body.page-template-no-header section.content .flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
}
body.page-template-no-header section.content .flex-row .col-left {
  flex: 0 1 650px;
  background: #fff7f8;
  padding: 100px;
  text-align: center;
  min-height: calc(100vh - 85px);
}
@media screen and (max-width: 830px) {
  body.page-template-no-header section.content .flex-row .col-left {
    flex: 0 1 100%;
    padding: 25px 0;
    text-align: left;
    height: auto;
  }
}
body.page-template-no-header section.content .flex-row .col-left h1 {
  font-size: 40px;
  line-height: 1.2em;
  color: #9ed85f;
}
body.page-template-no-header section.content .flex-row .col-left h3 {
  font-size: 21px;
}
body.page-template-no-header section.content .flex-row .col-left p {
  font-size: 15px;
  line-height: 1.35em;
}
body.page-template-no-header section.content .flex-row .col-left p:last-of-type {
  margin: 0;
}
body.page-template-no-header section.content .flex-row .col-left input[type=text] {
  background: transparent;
}
body.page-template-no-header section.content .flex-row .col-left input {
  width: 100%;
}
body.page-template-no-header section.content .flex-row .col-left .gform_confirmation_message {
  opacity: 0.65;
}
body.page-template-no-header section.content .flex-row .col-right {
  flex: 0 1 calc(100% - 650px);
  background-position: center !important;
  background-attachment: fixed !important;
}
@media screen and (max-width: 830px) {
  body.page-template-no-header section.content .flex-row .col-right {
    display: none;
  }
}
body.page-template-no-header footer .footer-top {
  display: none;
}

body.page-template-ads-v1 div#wpfront-notification-bar {
  display: none !important;
}
body.page-template-ads-v1 div#wpfront-notification-bar-spacer {
  display: none !important;
}
body.page-template-ads-v1 .section-padding {
  padding: 4em 0 !important;
}
@media only screen and (max-width: 830px) {
  body.page-template-ads-v1 .section-padding {
    padding: 2.5em 0 !important;
  }
}
body.page-template-ads-v1 ul.utility {
  right: 0;
}
body.page-template-ads-v1 section.content {
  background-color: white;
}
body.page-template-ads-v1 section.content .lp-notif-banner {
  background-color: #274268;
  padding: 10px;
  text-align: center;
}
body.page-template-ads-v1 section.content .lp-notif-banner p {
  color: white;
  font-size: 14px;
  display: inline-block;
  margin: 0 8px;
}
body.page-template-ads-v1 section.content .lp-notif-banner a {
  display: inline-block;
  background-color: #ff7d2f;
  color: white;
  padding: 8px 15px;
  font-size: 12px;
  border-radius: 4px;
  line-height: 1em;
}
@media only screen and (min-width: 830px) {
  body.page-template-ads-v1 section.content .lp-hero a {
    color: white !important;
  }
}
@media only screen and (min-width: 830px) {
  body.page-template-ads-v1 section.content .lp-hero .callout {
    color: white !important;
  }
}
@media only screen and (min-width: 830px) {
  body.page-template-ads-v1 section.content .lp-hero {
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    background-image: url(/wp-content/uploads/2026/02/lp-hero-scaled.jpg);
  }
}
@media only screen and (min-width: 830px) and (min-width: 830px) {
  body.page-template-ads-v1 section.content .lp-hero h1,
  body.page-template-ads-v1 section.content .lp-hero h2,
  body.page-template-ads-v1 section.content .lp-hero h3,
  body.page-template-ads-v1 section.content .lp-hero h4,
  body.page-template-ads-v1 section.content .lp-hero h5,
  body.page-template-ads-v1 section.content .lp-hero p {
    color: white !important;
  }
}
body.page-template-ads-v1 section.content li#field_8_4 {
  margin-top: 40px;
}
body.page-template-ads-v1 section.content input[type=checkbox] {
  vertical-align: top;
}
body.page-template-ads-v1 ul.fancy-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.page-template-ads-v1 ul.fancy-list li {
  margin-bottom: 15px;
  position: relative;
  padding: 0 0 0 30px;
}
body.page-template-ads-v1 ul.fancy-list li i {
  color: #9ed85f;
  position: absolute;
  top: 5px;
  left: 0;
}
body.page-template-ads-v1 section.content {
  padding: 0 !important;
}
body.page-template-ads-v1 .lightblue-bg {
  background: #f6f8fa;
}
body.page-template-ads-v1 h1,
body.page-template-ads-v1 h2,
body.page-template-ads-v1 h3,
body.page-template-ads-v1 h4,
body.page-template-ads-v1 h5 {
  color: #222a39;
}
body.page-template-ads-v1 p {
  color: #576175;
}
body.page-template-ads-v1 ul.utility {
  right: 0;
  display: none;
}
body.page-template-ads-v1 header .logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  margin-top: 15px;
}
body.page-template-ads-v1 header .gb-social-wrapper {
  align-items: center;
  justify-content: center;
  text-align: center;
}
body.page-template-ads-v1 .callout {
  font-size: 13px;
  display: inline-block;
  margin: 0 15px 15px;
  color: #576175;
}
body.page-template-ads-v1 .btn {
  display: table;
  margin: 0 auto 30px;
}
body.page-template-ads-v1 .callout i {
  margin: 0 3px 0 0;
}
body.page-template-ads-v1 .ltpurple-bg {
  background: #f7f8fa;
}
body.page-template-ads-v1 .location i {
  font-size: 30px;
  color: white;
}
body.page-template-ads-v1 .callout {
  font-size: 13px;
  display: inline-block;
  margin: 0 15px 15px;
  color: #576175;
}
body.page-template-ads-v1 .btn {
  display: table;
  margin: 0 auto 30px;
}
body.page-template-ads-v1 .callout i {
  margin: 0 3px 0 0;
}
body.page-template-ads-v1 .tc {
  padding: 30px 30px 30px 70px;
  border: 2px solid black;
  border-radius: 12px;
  margin-bottom: 30px;
  position: relative;
  background: #e7f6fe;
}
body.page-template-ads-v1 .tc h4 {
  margin: 0 0 10px;
}
body.page-template-ads-v1 .tc i {
  position: absolute;
  top: 30px;
  left: 30px;
  color: #592981;
}
body.page-template-ads-v1 .tc p {
  margin: 0;
}
body.page-template-ads-v1 .location-section {
  font-size: 40px;
  color: white;
}
body.page-template-ads-v1 .location-section h3,
body.page-template-ads-v1 .location-section i {
  color: white !important;
}
body.page-template-ads-v1 .location-section i {
  font-size: 30px;
}
body.page-template-ads-v1 .purple-bg,
body.page-template-ads-v1 .site-credit {
  background: #274268;
}
body.page-template-ads-v1 .site-credit p {
  color: white;
}
body.page-template-ads-v1 .site-credit p a {
  color: white;
}
body.page-template-ads-v1 .footer-bottom {
  display: none;
}
body.page-template-ads-v1 p a {
  color: #576175;
}
