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

/**
 * 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 {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  overflow-x: hidden;
  background: url(/wp-content/themes/easel-v2/img/dot-grid.png);
}
body.active {
  overflow: hidden;
}

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

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

iframe {
  max-width: 100%;
}

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

section {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  position: relative;
  padding: 5em 0;
  background: transparent;
}
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: 2.5em;
    padding-bottom: 2.5em;
  }
}

.no-padding {
  padding: 0 !important;
}

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

.section-padding {
  padding: 5em 0;
}
@media screen and (max-width: 830px) {
  .section-padding {
    padding: 2.5em 0;
  }
}

.blue-bg {
  background: #12658E;
}
.blue-bg h1,
.blue-bg h2,
.blue-bg h3,
.blue-bg h4,
.blue-bg h5,
.blue-bg p,
.blue-bg ul {
  color: white;
}
.blue-bg h1 a,
.blue-bg h2 a,
.blue-bg h3 a,
.blue-bg h4 a,
.blue-bg h5 a,
.blue-bg p a,
.blue-bg ul a {
  color: #FEC803;
}
.blue-bg h1 a:hover,
.blue-bg h2 a:hover,
.blue-bg h3 a:hover,
.blue-bg h4 a:hover,
.blue-bg h5 a:hover,
.blue-bg p a:hover,
.blue-bg ul a:hover {
  color: white;
}
.blue-bg h1 a.btn-hollow,
.blue-bg h2 a.btn-hollow,
.blue-bg h3 a.btn-hollow,
.blue-bg h4 a.btn-hollow,
.blue-bg h5 a.btn-hollow,
.blue-bg p a.btn-hollow,
.blue-bg ul a.btn-hollow {
  color: white !important;
}
.blue-bg h1 a.btn,
.blue-bg h2 a.btn,
.blue-bg h3 a.btn,
.blue-bg h4 a.btn,
.blue-bg h5 a.btn,
.blue-bg p a.btn,
.blue-bg ul a.btn {
  color: white !important;
}

.dark-bg {
  background: #153761;
}
.dark-bg h1,
.dark-bg h2,
.dark-bg h3,
.dark-bg h4,
.dark-bg h5,
.dark-bg p,
.dark-bg ul {
  color: white;
}
.dark-bg h1 a,
.dark-bg h2 a,
.dark-bg h3 a,
.dark-bg h4 a,
.dark-bg h5 a,
.dark-bg p a,
.dark-bg ul a {
  color: #FEC803;
}
.dark-bg h1 a:hover,
.dark-bg h2 a:hover,
.dark-bg h3 a:hover,
.dark-bg h4 a:hover,
.dark-bg h5 a:hover,
.dark-bg p a:hover,
.dark-bg ul a:hover {
  color: white;
}
.dark-bg h1 a.btn-hollow,
.dark-bg h2 a.btn-hollow,
.dark-bg h3 a.btn-hollow,
.dark-bg h4 a.btn-hollow,
.dark-bg h5 a.btn-hollow,
.dark-bg p a.btn-hollow,
.dark-bg ul a.btn-hollow {
  color: white;
}

.light-bg {
  background: #51b7b2;
}
.light-bg h1,
.light-bg h2,
.light-bg h3,
.light-bg h4,
.light-bg h5,
.light-bg p,
.light-bg ul {
  color: white;
}
.light-bg h1 a,
.light-bg h2 a,
.light-bg h3 a,
.light-bg h4 a,
.light-bg h5 a,
.light-bg p a,
.light-bg ul a {
  color: #153761;
}
.light-bg h1 a:hover,
.light-bg h2 a:hover,
.light-bg h3 a:hover,
.light-bg h4 a:hover,
.light-bg h5 a:hover,
.light-bg p a:hover,
.light-bg ul a:hover {
  color: white;
}

.grey-bg {
  background: #DBF0FB;
}
.grey-bg h1,
.grey-bg h2,
.grey-bg h3,
.grey-bg h4,
.grey-bg h5,
.grey-bg p,
.grey-bg ul {
  color: #153761;
}
.grey-bg h1 a,
.grey-bg h2 a,
.grey-bg h3 a,
.grey-bg h4 a,
.grey-bg h5 a,
.grey-bg p a,
.grey-bg ul a {
  color: #FEC803;
}
.grey-bg h1 a:hover,
.grey-bg h2 a:hover,
.grey-bg h3 a:hover,
.grey-bg h4 a:hover,
.grey-bg h5 a:hover,
.grey-bg p a:hover,
.grey-bg ul a:hover {
  color: #153761;
}

.fl-accordion-medium .fl-accordion-button {
  background: white;
  font-weight: 700;
}

.fl-accordion-content {
  background: white;
}

.section-intro {
  text-align: center;
}

.fl-accordion-button {
  background: white;
}

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

.download-cta {
  display: block;
  text-align: center;
  color: white;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 150px 20px;
  background: #51b7b2;
  position: relative;
}
.download-cta:nth-child(even) {
  background: #6ac1bd;
}
.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: #51b7b2;
  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: 11;
}
@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: 5px;
  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 (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;
}

li#field_1_6 {
  padding-top: 4px !important;
}

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

.mobile-show {
  display: none;
}
@media screen and (max-width: 830px) {
  .mobile-show {
    display: block;
  }
}

.grecaptcha-badge {
  display: none !important;
}

section {
  background-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 0;
  margin: 0 0 25px;
  color: #153761;
  line-height: 1.1em;
}

h1 {
  font-size: 70px;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 1140px) {
  h1 {
    font-size: 55px;
  }
}
@media only screen and (max-width: 830px) {
  h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 460px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 50px;
  position: relative;
}
@media only screen and (max-width: 830px) {
  h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 460px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 35px;
}
h3.underline {
  position: relative;
  margin: 0 0 55px;
}
h3.underline:after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  height: 2px;
  width: 45px;
  background: #999;
}
@media only screen and (max-width: 830px) {
  h3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 460px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 24px;
}
@media only screen and (max-width: 830px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 19px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
p {
  font-family: "Poppins", sans-serif;
  margin: 0 0 25px;
  line-height: 1.55em;
  font-size: 18px;
}

blockquote {
  background: white;
  position: relative;
  padding: 45px 30px;
  margin: 0;
}
blockquote:before {
  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: #ffffff;
  border-width: 10px;
}
blockquote p {
  color: black !important;
}

.btn {
  display: inline-block;
  color: white;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 10px 35px;
  width: auto;
  background: #51b7b2;
  border: 0;
  outline: 0;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  transition-property: all;
  transition-duration: 0.33s;
  transition-timing-function: ease-in-out;
  transition-delay: 0;
}
.btn:hover {
  background: #12658E;
  color: white;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 830px) {
  .btn {
    padding: 10px 25px;
    font-size: 16px;
    letter-spacing: 0;
    text-transform: none;
  }
}

.btn-hollow {
  display: inline-block;
  color: white;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 10px 35px;
  width: auto;
  background: transparent;
  border: solid 2px white;
  outline: 0;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  transition-property: all;
  transition-duration: 0.33s;
  transition-timing-function: ease-in-out;
  transition-delay: 0;
}
.btn-hollow:hover {
  color: white;
  background: #51b7b2;
}
@media screen and (max-width: 830px) {
  .btn-hollow {
    padding: 10px 25px;
    font-size: 16px;
    letter-spacing: 0;
    text-transform: none;
  }
}

a.arrow-link {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  color: #51b7b2;
  background: url(/wp-content/themes/canvas/img/icon-arrow-blue.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  padding: 0 35px 0 0;
  background-position: 95% 50%;
}
a.arrow-link:hover {
  background-position: 100% 50%;
}
a.arrow-link.white {
  background: url(/wp-content/themes/canvas/img/icon-arrow-white.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  padding: 0 35px 0 0;
  background-position: 95% 50%;
}
a.arrow-link.white:hover {
  background-position: 100% 50%;
}

.gform_wrapper .gform_body {
  width: 100% !important;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield {
  padding-right: 0;
  margin-bottom: 1.2em;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield label,
.gform_wrapper .gform_body ul.gform_fields li.gfield label.gfield_label {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 0.8em;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield label .gfield_required,
.gform_wrapper .gform_body ul.gform_fields li.gfield label.gfield_label .gfield_required {
  display: none;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield div.ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper .gform_body ul.gform_fields li.gfield div.ginput_container textarea {
  transition-property: all;
  transition-duration: 0.33s;
  transition-timing-function: ease-in-out;
  transition-delay: 0;
  font-family: "Poppins", sans-serif;
  font-size: 1em;
  padding: 0.6em;
  line-height: 1.4;
  max-width: 100%;
  width: 100%;
  outline: 0;
  border: 1px solid #d4d5d8;
  border-radius: 0;
  background-color: #fff;
}
.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: #000;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield div.ginput_container select {
  transition-property: all;
  transition-duration: 0.33s;
  transition-timing-function: ease-in-out;
  transition-delay: 0;
  font-family: "Poppins", sans-serif;
  font-size: 1em;
  padding: 0.6em;
  line-height: 1.4;
  max-width: 100%;
  width: 100%;
  outline: 0;
  border: 1px solid #d4d5d8;
  border-radius: 0;
  background-color: #fff;
  cursor: pointer;
  padding-right: 2.5em;
  color: #6b6e75;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield div.ginput_container select:focus {
  border-color: #000;
  color: #000;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield div.ginput_container select option {
  color: #000;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield div.ginput_container.ginput_container_select {
  position: relative;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield div.ginput_container.ginput_container_select:after {
  content: "";
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #6b6e75;
  pointer-events: none;
}
.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: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 10px 35px;
  width: auto;
  background: #51b7b2;
  border: 0;
  outline: 0;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
}
.gform_wrapper .gform_footer input[type=submit]:hover {
  background: #12658E;
  color: white;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 830px) {
  .gform_wrapper .gform_footer input[type=submit] {
    padding: 10px 25px;
    font-size: 16px;
    letter-spacing: 0;
    text-transform: none;
  }
}
.gform_wrapper ::-webkit-input-placeholder {
  color: #6b6e75;
}
.gform_wrapper :-moz-placeholder {
  color: #6b6e75;
}
.gform_wrapper ::-moz-placeholder {
  color: #6b6e75;
}
.gform_wrapper :-ms-input-placeholder {
  color: #6b6e75;
}

.gform_confirmation_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 {
  margin-right: auto;
  margin-left: auto;
  padding: 0 15px;
}

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

.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

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

.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}

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

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media only screen and (min-width: 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;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 64em) {
  .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;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 75em) {
  .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;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.banner {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  background-color: #222325;
  overflow: hidden;
}
@media screen and (max-width: 830px) {
  .banner {
    height: 500px;
  }
}
@media screen and (max-width: 480px) {
  .banner {
    height: 325px;
  }
}
.banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(34, 35, 37, 0.6);
  z-index: 1;
}
.banner h1,
.banner h2,
.banner h3,
.banner h4,
.banner h5,
.banner p {
  color: white;
}

footer {
  padding: 0;
  background: transparent;
  position: relative;
  z-index: 2;
}
footer .footer-top {
  background-image: url(/wp-content/themes/easel-v2/img/wallpaper.jpg);
  padding: 5em 0;
}
@media only screen and (max-width: 830px) {
  footer .footer-top {
    padding-top: 4em;
    padding-bottom: 4em;
    text-align: center;
  }
}
footer .footer-top .office-row {
  margin-top: 10px;
}
footer .footer-top .office-row .col-xs-12 {
  margin-bottom: 20px;
}
footer .footer-top .office {
  line-height: 1.6;
}
footer .footer-top .office strong {
  display: block;
  margin-bottom: 4px;
}
footer .footer-top .logo {
  margin: 0 0 30px;
  display: inline-block;
}
footer .footer-top .logo img {
  width: 100%;
  max-width: 300px;
}
footer .footer-top p strong {
  color: #153761;
}
footer .footer-top p a {
  color: #153761;
}
footer .footer-top p a:hover {
  color: #51b7b2;
}
footer .footer-top .consult-form-wrapper h2,
footer .footer-top .consult-form-wrapper p {
  color: #153761;
}
@media only screen and (max-width: 830px) {
  footer .footer-top .consult-form-wrapper {
    max-width: 550px;
    margin: 40px auto 0;
    text-align: center;
  }
}
@media only screen and (max-width: 830px) {
  footer .footer-top .consult-form-wrapper .gform_footer {
    text-align: center;
  }
}
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;
}
footer ul.social li a:hover {
  opacity: 0.5;
}
footer .footer-form-cta {
  padding: 5em 20px;
  background: #51b7b2;
}
footer .footer-form-cta h3 {
  color: white;
  text-align: center;
  margin: 0;
}
footer .footer-form-cta .gform_wrapper {
  margin: 0;
}
footer .footer-form-cta .gform_body {
  display: inline-block;
  width: calc(100% - 225px) !important;
}
@media screen and (max-width: 1140px) {
  footer .footer-form-cta .gform_body {
    max-width: 500px;
    margin: auto !important;
    display: block;
    width: 100% !important;
  }
}
footer .footer-form-cta .gform_body ul li {
  display: inline-block;
  width: 33%;
  padding: 0 30px 0 0 !important;
}
@media screen and (max-width: 1140px) {
  footer .footer-form-cta .gform_body ul li {
    width: 100%;
    margin: 0 0 20px !important;
  }
}
footer .footer-form-cta .gform_body ul li:last-of-type {
  padding: 0 20px 0 0 !important;
}
footer .footer-form-cta .gform_body ul li .gfield_label {
  display: none !important;
}
footer .footer-form-cta .gform_body ul li input,
footer .footer-form-cta .gform_body ul li select {
  width: 100%;
  background: transparent;
  border: 0 !important;
  border-bottom: 2px solid #DBF0FB !important;
  padding: 15px 0 !important;
  color: white !important;
}
@media screen and (max-width: 1140px) {
  footer .footer-form-cta .gform_body ul li input,
  footer .footer-form-cta .gform_body ul li select {
    padding: 0 !important;
  }
}
footer .footer-form-cta .gform_body ul li input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: white;
}
footer .footer-form-cta .gform_body ul li input::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
}
footer .footer-form-cta .gform_body ul li input:-ms-input-placeholder {
  /* IE 10+ */
  color: white;
}
footer .footer-form-cta .gform_body ul li input:-moz-placeholder {
  /* Firefox 18- */
  color: white;
}
footer .footer-form-cta .gform_footer {
  display: inline-block;
  width: 220px !important;
}
@media screen and (max-width: 1140px) {
  footer .footer-form-cta .gform_footer {
    width: 100% !important;
    max-width: 500px;
    display: block;
    margin: auto !important;
  }
}
footer .footer-form-cta .gform_footer input[type=submit] {
  margin: 0;
  width: 120px;
  border: 1px solid white;
  background: transparent;
  height: 55px;
  line-height: 55px;
  text-align: center;
  padding: 0;
}
footer .footer-social {
  padding: 40px 20px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  color: white;
  background: #51b7b2;
}
footer .footer-social ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .footer-social li {
  display: inline-block;
  margin: 0 8px;
}
footer .footer-social li a {
  color: white;
}
footer .footer-social li a:hover {
  color: #FEC803;
}
footer .footer-credit {
  background: #153761;
  padding: 20px;
  text-align: center;
  color: white;
  font-size: 12px;
}
footer .footer-credit p {
  margin: 0;
  font-size: 13px;
}
footer .footer-credit a {
  color: white;
}
footer .footer-credit a:hover {
  color: #FEC803;
}
@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: 85px;
  background: white;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 575px) {
  header {
    height: 85px;
  }
}
header .logo {
  width: 218px;
  height: 48px;
  position: absolute;
  left: 20px;
  transform: translateY(-50%);
  top: 50%;
  background: white;
  z-index: 999;
}
header .logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
header .utility {
  position: absolute;
  height: 30px;
  top: 0;
  left: 0;
  text-align: right;
  background: #DBF0FB;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  header .utility {
    display: none;
  }
}
header .utility ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  padding: 0 10px;
}
header .utility ul.cta-nav {
  width: 230px;
}
header .utility ul.cta-nav .fa {
  margin: 0 5px 0 0;
  vertical-align: middle;
}
header .utility ul li {
  display: inline-block;
  line-height: 30px;
  margin: 0 10px;
}
header .utility ul li a {
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
}
header a.phone-cta {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 700;
  color: #153761;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
}
header a.phone-cta:hover {
  color: #51b7b2;
  transition-property: all;
  transition-duration: 0.33s;
  transition-timing-function: ease-in-out;
  transition-delay: 0;
}
header a.phone-cta:hover .fa {
  color: #51b7b2;
  transition-property: all;
  transition-duration: 0.33s;
  transition-timing-function: ease-in-out;
  transition-delay: 0;
}
@media screen and (max-width: 830px) {
  header a.phone-cta {
    display: none;
  }
}
header a.phone-cta .office-name {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 2px;
}
@media screen and (max-width: 925px) {
  header a.phone-cta .office-name {
    font-size: 11px;
  }
}
header a.phone-cta .phone-number {
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 925px) {
  header a.phone-cta .phone-number {
    font-size: 12px;
  }
}
header a.phone-cta .fa {
  color: #153761;
  margin-right: 6px;
  font-size: 18px;
}
@media screen and (max-width: 925px) {
  header a.phone-cta .fa {
    font-size: 12px;
  }
}
header a.phone-cta.benbrook-phone {
  right: 499px;
}
@media screen and (max-width: 925px) {
  header a.phone-cta.benbrook-phone {
    right: 450px;
  }
}
header a.phone-cta.stephenville-phone {
  right: 314px;
}
@media screen and (max-width: 925px) {
  header a.phone-cta.stephenville-phone {
    right: 300px;
  }
}
header a.consult-cta {
  position: absolute;
  top: 0;
  right: 85px;
  height: 85px;
  line-height: 85px;
  padding-top: 0;
  padding-bottom: 0;
  color: #153761;
  background: #FEC803;
}
header a.consult-cta:hover {
  color: white;
  background: #51b7b2;
}
@media screen and (max-width: 830px) {
  header a.consult-cta {
    display: none;
  }
}
header nav#site-navigation {
  padding: 0;
  position: absolute;
  right: 85px;
  top: 0;
  line-height: 77px;
  display: none;
}
header nav#site-navigation ul#primary-menu {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 830px) {
  header nav#site-navigation ul#primary-menu {
    display: none;
  }
}
header nav#site-navigation ul#primary-menu li {
  transition-property: all;
  transition-duration: 0.33s;
  transition-timing-function: ease-in-out;
  transition-delay: 0;
  position: relative;
  display: inline-block;
  margin: 0 0 0 30px;
}
header nav#site-navigation ul#primary-menu li.free-consult {
  background: #4b40eb;
  padding: 0 30px;
  color: white;
}
header nav#site-navigation ul#primary-menu li.free-consult:hover {
  background: #12658E;
}
header nav#site-navigation ul#primary-menu li.free-consult:hover a {
  color: white;
}
header nav#site-navigation ul#primary-menu li.free-consult a {
  text-transform: uppercase;
  color: white;
  font-size: 16px;
  letter-spacing: 1px;
}
header nav#site-navigation ul#primary-menu li a {
  display: inline-block;
  position: relative;
  color: black;
  font-weight: 400;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}
header nav#site-navigation ul#primary-menu li a:hover {
  color: #333;
}
header nav#site-navigation ul#primary-menu li a.btn {
  width: 230px;
  text-align: center;
  font-size: 15px;
  letter-spacing: 2px;
  line-height: 85px;
  font-weight: 700;
  color: #153761;
}
header nav#site-navigation ul#primary-menu li:hover ul {
  display: block;
}
header nav#site-navigation ul#primary-menu li ul {
  display: none;
  position: absolute;
  top: 100%;
  background: white;
  padding: 0;
  margin: 0 0 0 -15px;
  box-shadow: none !important;
}
header nav#site-navigation ul#primary-menu li ul:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  height: calc(100% - 10px);
  width: 100%;
  z-index: -1;
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.1);
}
header nav#site-navigation ul#primary-menu li ul li {
  display: block;
  border-top: 1px solid #e6e6e6;
  line-height: 2.5em !important;
  position: relative;
  margin: 0;
}
header nav#site-navigation ul#primary-menu li ul li ul {
  display: none !important;
  left: 100%;
  top: 0;
  background: #f9f9f9;
}
header nav#site-navigation ul#primary-menu li ul li ul:before {
  display: none !important;
}
header nav#site-navigation ul#primary-menu li ul li ul li:first-of-type {
  border: 0 !important;
}
header nav#site-navigation ul#primary-menu li ul li:hover ul {
  display: block !important;
}
header nav#site-navigation ul#primary-menu li ul li.current_page_item:before {
  display: none;
}
header nav#site-navigation ul#primary-menu li ul li a {
  color: #585858;
  white-space: nowrap;
  font-size: 14px;
  display: block;
  padding: 10px 20px;
}
header nav#site-navigation ul#primary-menu li ul li a:hover {
  opacity: 0.5;
}
@media only screen and (max-width: 1025px) {
  header nav#site-navigation {
    display: none;
  }
}

.menu-toggle {
  transition-property: all;
  transition-duration: 0.33s;
  transition-timing-function: ease-in-out;
  transition-delay: 0;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 85px;
  height: 85px;
  width: 85px;
  z-index: 999;
  background: transparent;
  border: 0;
}
@media screen and (max-width: 575px) {
  .menu-toggle {
    height: 85px;
    width: 85px;
    line-height: 85px;
    top: 0 !important;
  }
}
.menu-toggle:hover span,
.menu-toggle:hover span:before,
.menu-toggle:hover span:after {
  width: 30px;
}
.menu-toggle span {
  top: 50%;
  left: 50%;
  margin-left: -15px;
}
.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: 30px;
  background: #153761;
  position: absolute;
  display: block;
}
.menu-toggle span:before {
  top: -10px;
  width: 20px;
}
.menu-toggle span:after {
  bottom: -10px;
  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;
  width: 30px;
}
.menu-toggle.active span:before {
  transform: rotate(45deg);
}
.menu-toggle.active span:after {
  transform: rotate(-45deg);
}
@media only screen and (max-width: 1025px) {
  .menu-toggle {
    display: block;
  }
}

#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: 400px;
  background: white;
  top: 0;
  right: -400px;
  text-align: left;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 9;
  padding: 10px 0;
  max-width: 400px;
}
@media screen and (max-width: 550px) {
  #side-menu {
    width: 100%;
    right: -100%;
  }
}
#side-menu.active {
  right: 0;
  box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
}
#side-menu a.btn {
  background: #FEC803;
  color: #153761;
}
#side-menu a.btn:hover {
  color: white;
  background: #51b7b2;
}
#side-menu ul#primary-menu {
  margin-top: 105px;
  display: block;
  padding: 0;
}
#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.free-consult {
  background: #FEC803;
  padding: 0 30px;
  color: white;
}
@media only screen and (max-width: 1025px) {
  #side-menu ul#primary-menu > li.free-consult {
    display: none;
  }
}
#side-menu ul#primary-menu > li a {
  font-weight: 700;
  font-size: 24px;
  padding: 0 0 0 35px;
  display: block;
  color: #153761;
}
#side-menu ul#primary-menu > li a:hover {
  color: #51b7b2;
}
#side-menu ul#primary-menu > li a.expand {
  display: block;
  height: 74px;
  width: 74px;
  position: absolute;
  top: 0;
  right: 0;
  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: #153761;
  width: 2px;
  height: 10px;
  margin: -8px 0 0 -1px;
  border-radius: 6px;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
#side-menu ul#primary-menu > li a.expand:before {
  -webkit-transform: rotate(-45deg) translate(-4px, 0px);
  -ms-transform: rotate(-45deg) translate(-4px, 0px);
  transform: rotate(-45deg) translate(-4px, 0px);
}
#side-menu ul#primary-menu > li a.expand:after {
  webkit-transform: rotate(45deg) translate(4px, 0px);
  -ms-transform: rotate(45deg) translate(4px, 0px);
  transform: rotate(45deg) translate(4px, 0px);
}
#side-menu ul#primary-menu > li a.expand.active:before {
  -webkit-transform: rotate(-45deg) translate(0px, 4px);
  -ms-transform: rotate(-45deg) translate(0px, 4px);
  transform: rotate(-45deg) translate(0px, 4px);
}
#side-menu ul#primary-menu > li a.expand.active:after {
  -webkit-transform: rotate(45deg) translate(0px, 4px);
  -ms-transform: rotate(45deg) translate(0px, 4px);
  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;
  line-height: 32px;
}
#side-menu ul#primary-menu > li ul li a.expand {
  height: 32px;
}
#side-menu ul#primary-menu > li ul li a {
  color: #153761;
  font-size: 1em;
  padding: 0 50px;
  display: block;
  font-weight: normal;
}
#side-menu ul#primary-menu > li ul li a:hover {
  color: #51b7b2;
}
#side-menu ul#primary-menu > li ul li ul {
  background: #d4d5d8;
  margin: 0;
}
#side-menu p {
  padding: 0 40px;
  line-height: 2em;
  font-size: 20px;
}
#side-menu p a {
  color: #153761;
}
#side-menu p a:hover {
  color: #51b7b2 !important;
}

.mobile-bar {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 55px;
  background: white;
  box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.05), 0 -1px 4px rgba(0, 0, 0, 0.1);
  z-index: 9998;
}
.mobile-bar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-bar ul li {
  position: relative;
  float: left;
  width: 25%;
}
.mobile-bar ul li:first-of-type {
  background: #FEC803;
  width: 50%;
}
.mobile-bar ul li:first-of-type a {
  color: #153761;
}
.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: #FEC803;
  text-align: center;
  line-height: 55px;
  overflow: hidden;
  font-size: 15px;
  font-weight: 700;
}
.mobile-bar ul li a .fa {
  font-size: 20px;
}
.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: #51b7b2;
}
.mobile-bar ul li:hover:before {
  color: white;
}
.mobile-bar ul li:hover a {
  color: white;
  background: #51b7b2;
}
.mobile-bar ul li:hover ul {
  display: block;
  background: #51b7b2;
}
.mobile-bar ul li ul {
  display: none;
  position: fixed;
  left: 0;
  width: 100%;
  bottom: 55px;
  background: #222325;
}
.mobile-bar ul li ul li {
  display: block;
  width: 100%;
  border-top: 1px solid #0e0f10;
}
.mobile-bar ul li ul li:first-child {
  border-top: 0;
}
.mobile-bar ul li ul li a {
  text-indent: 0;
  padding: 0 2.5em;
}
@media only screen and (max-width: 830px) {
  .mobile-bar {
    display: block;
  }
}

.cta-card {
  transition-property: all;
  transition-duration: 0.33s;
  transition-timing-function: ease-in-out;
  transition-delay: 0;
  cursor: pointer;
}
.cta-card:hover {
  transform: translateY(-5px);
}
.cta-card:hover .arrow-link {
  background-position: 100% 50%;
}
.cta-card img {
  display: block;
}
.cta-card .card-content {
  padding: 35px;
  background: white;
}
@media screen and (max-width: 830px) {
  .cta-card .card-content {
    padding: 20px;
  }
}
.cta-card .card-content h3 {
  margin: 0 0 15px;
}

.cta-row {
  padding: 0;
}
.cta-row .cta-content {
  padding: 200px 100px;
}
@media screen and (max-width: 980px) {
  .cta-row .cta-content {
    padding: 100px 50px;
  }
}
@media screen and (max-width: 830px) {
  .cta-row .cta-content {
    padding: 50px 20px;
  }
}
.cta-row .cta-content h3 {
  color: #153761;
}
.cta-row .cta-bg {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

.blocks-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: 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%;
}

/*
 *  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;
  -ms-touch-action: pan-Y;
  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;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-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;
  -ms-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.page-template-homepage {
  /* Responsive */
}
body.page-template-homepage section.hero {
  background: url(/wp-content/uploads/2025/07/doc-header-scaled.jpg);
  background-position: 50% 30% !important;
  background-size: 100%;
  background-repeat: no-repeat;
  height: calc(100vh - 85px);
  margin: 85px 0 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1320px) {
  body.page-template-homepage section.hero {
    background-size: 130%;
    height: calc(100vh - 255px);
  }
}
body.page-template-homepage section.hero .bgvideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
body.page-template-homepage section.hero .bgvideo video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.page-template-homepage section.hero .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
body.page-template-homepage section.hero .hero-content,
body.page-template-homepage section.hero .hero-bg {
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 830px) {
  body.page-template-homepage section.hero {
    height: 500px;
  }
}
@media screen and (max-width: 480px) {
  body.page-template-homepage section.hero {
    height: 325px;
  }
}
body.page-template-homepage section.hero .hero-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 80%;
  background-size: cover !important;
}
@media screen and (max-width: 960px) {
  body.page-template-homepage section.hero .hero-bg {
    width: 100%;
  }
}
body.page-template-homepage section.hero .btn {
  background-color: #153761;
}
body.page-template-homepage section.hero .btn:hover {
  background-color: #51b7b2;
}
body.page-template-homepage section.hero .hero-content {
  position: absolute;
  bottom: 5%;
  padding: 40px 100px;
  max-width: 1100px;
  z-index: 2;
  width: 100%;
  left: 0;
  background: #12658E;
}
body.page-template-homepage section.hero .hero-content h5 {
  color: white;
}
@media screen and (max-width: 480px) {
  body.page-template-homepage section.hero .hero-content h5 {
    display: none;
  }
}
body.page-template-homepage section.hero .hero-content h1 {
  color: white;
}
@media screen and (max-width: 480px) {
  body.page-template-homepage section.hero .hero-content h1 {
    vertical-align: middle;
    text-align: center;
    width: 100%;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 480px) {
  body.page-template-homepage section.hero .hero-content a {
    text-transform: none !important;
    font-size: 14px;
  }
}
@media screen and (max-width: 960px) {
  body.page-template-homepage section.hero .hero-content {
    max-width: 1000px;
    padding: 40px 100px;
  }
}
@media screen and (max-width: 830px) {
  body.page-template-homepage section.hero .hero-content {
    left: 0;
    width: 100%;
    padding: 0 25px;
    text-align: center !important;
  }
}
body.page-template-homepage section.mobile-banner-message {
  background-color: #DBF0FB;
  text-align: center;
}
body.page-template-homepage section.welcome {
  padding: 0;
  overflow: hidden;
}
body.page-template-homepage section.welcome img {
  display: block;
  width: 100%;
}
body.page-template-homepage section.welcome img.bg-icon {
  position: absolute;
  top: -15%;
  right: -15%;
  opacity: 0.1;
  max-width: 60%;
}
body.page-template-homepage section.welcome h2 {
  margin: 0 0 20px;
}
body.page-template-homepage section.welcome .padded {
  padding: 220px 100px;
}
@media screen and (max-width: 830px) {
  body.page-template-homepage section.welcome .padded {
    padding: 100px 30px;
  }
}
body.page-template-homepage section.welcome .intro-copy {
  padding: 130px 50px 50px;
}
@media screen and (max-width: 830px) {
  body.page-template-homepage section.welcome .intro-copy {
    padding: 100px 30px;
  }
}
body.page-template-homepage section.welcome .doctors-bg {
  background: url(/wp-content/themes/canvas/img/doctors-placeholder.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
body.page-template-homepage section.welcome .blue-col {
  background: #4b40eb;
}
body.page-template-homepage section.welcome .blue-col h2 {
  color: #51b7b2;
}
body.page-template-homepage section.welcome .blue-col p {
  color: white;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.75em;
}
body.page-template-homepage section.meet-the-doctor {
  padding: 0;
}
body.page-template-homepage section.meet-the-doctor img {
  display: block;
  width: 100%;
}
body.page-template-homepage section.meet-the-doctor .intro-row {
  margin-bottom: 40px;
}
body.page-template-homepage section.meet-the-doctor .dr-content {
  background: #153761;
  padding: 120px 60px;
  max-width: 690px;
  margin: 0 0 0 -100px;
  position: relative;
}
@media screen and (max-width: 830px) {
  body.page-template-homepage section.meet-the-doctor .dr-content {
    padding: 60px 30px;
    max-width: 600px;
    margin: -50px auto 0 !important;
  }
}
body.page-template-homepage section.meet-the-doctor .dr-content:before {
  transition-property: all;
  transition-duration: 0.33s;
  transition-timing-function: ease-in-out;
  transition-delay: 0;
  height: 200px;
  width: 20px;
  content: "";
  position: absolute;
  bottom: -20px;
  background: #DBF0FB;
  right: -20px;
}
body.page-template-homepage section.meet-the-doctor .dr-content:after {
  transition-property: all;
  transition-duration: 0.33s;
  transition-timing-function: ease-in-out;
  transition-delay: 0;
  width: 200px;
  height: 20px;
  content: "";
  position: absolute;
  bottom: -20px;
  background: #DBF0FB;
  right: 0px;
}
body.page-template-homepage section.meet-the-doctor .dr-content h2 {
  color: white;
}
body.page-template-homepage section.meet-the-doctor .dr-content p {
  color: white;
  margin: 0 0 25px;
}
@media screen and (min-width: 830px) {
  body.page-template-homepage section.meet-the-doctor .dr-content.alt {
    margin: 0 -100px 0 auto;
  }
}
body.page-template-homepage section.meet-the-doctor .logo-rodeo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 75%;
  margin: 0 auto;
}
body.page-template-homepage section.meet-the-doctor .logo-rodeo .row {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
body.page-template-homepage section.meet-the-doctor .logo-rodeo .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
body.page-template-homepage section.meet-the-doctor .logo-rodeo img {
  display: block;
  margin: 10px 30px;
  width: 250px;
  max-width: 90%;
  height: auto;
}
@media screen and (max-width: 480px) {
  body.page-template-homepage section.meet-the-doctor .logo-rodeo {
    width: 80%;
    flex-direction: column;
  }
  body.page-template-homepage section.meet-the-doctor .logo-rodeo .logo {
    max-width: 70%;
    padding: 15px 0;
  }
}
body.page-template-homepage section.home-services:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 20%;
  background: #4b40eb;
}
body.page-template-homepage section.home-services .container-offset-right.padded {
  padding-top: 100px;
  padding-bottom: 100px;
}
body.page-template-homepage section.home-services a.service-box {
  padding: 90px 100px;
  background: white;
  display: block;
  position: relative;
}
body.page-template-homepage section.home-services a.service-box:hover {
  transform: scale(1.025);
}
@media screen and (max-width: 1250px) {
  body.page-template-homepage section.home-services a.service-box {
    padding: 40px;
  }
}
body.page-template-homepage section.home-services a.service-box:nth-child(even) {
  background: #f9f9f9;
}
body.page-template-homepage section.home-services a.service-box .arrow-icon {
  transition-property: all;
  transition-duration: 0.33s;
  transition-timing-function: ease-in-out;
  transition-delay: 0;
  display: block;
  height: 50px;
  width: 50px;
  border: 1px solid #12658E;
  border-radius: 50px;
  line-height: 50px;
  text-align: center;
}
@media screen and (max-width: 830px) {
  body.page-template-homepage section.home-services a.service-box .arrow-icon {
    margin: 0 0 20px;
  }
}
body.page-template-homepage section.home-services a.service-box h4 {
  color: #51b7b2;
  margin: 0 0 10px;
}
body.page-template-homepage section.home-services a.service-box p {
  font-size: 15px;
  line-height: 1.65em;
  margin: 0;
  color: black;
}
body.page-template-homepage section.home-services .service-content {
  position: relative;
}
@media screen and (max-width: 830px) {
  body.page-template-homepage section.home-services .service-content {
    position: relative;
    z-index: 2;
    background: #DBF0FB;
    padding: 30px 0 20px 20px;
    max-width: 500px;
    margin: 0 auto 30px;
  }
}
body.page-template-homepage section.home-services .service-content h3 {
  max-width: 350px;
  position: relative;
  margin: 0 0 55px;
}
body.page-template-homepage section.home-services .service-content h3:after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  height: 2px;
  width: 45px;
  background: #999;
}
@media screen and (max-width: 400px) {
  body.page-template-homepage section.home-services .service-content h3 {
    max-width: 100%;
  }
}
body.page-template-homepage section.home-services .service-content .btn {
  margin: 0 0 60px;
}
body.page-template-homepage section.home-treatments .intro {
  text-align: center;
  margin: 0 auto 20px !important;
}
body.page-template-homepage section.home-treatments img {
  display: block;
  width: 100%;
}
body.page-template-homepage section.home-treatments .section-intro {
  padding: 5em 0 3em;
}
@media screen and (max-width: 830px) {
  body.page-template-homepage section.home-treatments .section-intro {
    max-width: 600px;
    margin: auto;
  }
}
body.page-template-homepage section.home-treatments .service-box {
  padding: 20px;
}
body.page-template-homepage section.home-treatments .service-box .service-content {
  transition-property: all;
  transition-duration: 0.33s;
  transition-timing-function: ease-in-out;
  transition-delay: 0;
  background: #12658E;
  position: relative;
}
@media screen and (max-width: 830px) {
  body.page-template-homepage section.home-treatments .service-box .service-content {
    max-width: 500px;
    margin: 0 auto 30px;
  }
}
body.page-template-homepage section.home-treatments .service-box .service-content:before {
  transition-property: all;
  transition-duration: 0.33s;
  transition-timing-function: ease-in-out;
  transition-delay: 0;
  height: 200px;
  width: 20px;
  content: "";
  position: absolute;
  bottom: -20px;
  background: #DBF0FB;
  left: -20px;
}
body.page-template-homepage section.home-treatments .service-box .service-content:after {
  transition-property: all;
  transition-duration: 0.33s;
  transition-timing-function: ease-in-out;
  transition-delay: 0;
  width: 200px;
  height: 20px;
  content: "";
  position: absolute;
  bottom: -20px;
  background: #DBF0FB;
  left: 0px;
}
body.page-template-homepage section.home-treatments .service-box .service-content:hover {
  background: white;
}
body.page-template-homepage section.home-treatments .service-box .service-content:hover:before, body.page-template-homepage section.home-treatments .service-box .service-content:hover:after {
  background: #12658E;
}
body.page-template-homepage section.home-treatments .service-box .service-content:hover h3 {
  color: #12658E;
}
body.page-template-homepage section.home-treatments .service-box .service-content:hover p {
  color: #333;
}
body.page-template-homepage section.home-treatments .service-box .service-content .content-wrap {
  padding: 0 25px 40px;
}
body.page-template-homepage section.home-treatments .service-box .service-content h3 {
  color: white;
  margin: 0 0 15px;
}
body.page-template-homepage section.home-treatments .service-box .service-content p {
  color: white;
}
body.page-template-homepage section.home-treatments .service-box .service-content img {
  display: block;
  margin: 0 0 30px;
}
body.page-template-homepage section.homepage-rewards {
  padding: 0;
}
body.page-template-homepage section.homepage-rewards .rewards-content {
  padding: 200px 100px;
}
@media screen and (max-width: 980px) {
  body.page-template-homepage section.homepage-rewards .rewards-content {
    padding: 100px 50px;
  }
}
@media screen and (max-width: 830px) {
  body.page-template-homepage section.homepage-rewards .rewards-content {
    padding: 50px 20px;
  }
}
body.page-template-homepage section.homepage-rewards .rewards-content h3 {
  color: #4b40eb;
}
body.page-template-homepage section.homepage-rewards .cta-bg {
  background: url(/wp-content/themes/canvas/img/rewards-cta-bg.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
body.page-template-homepage section.home-testimonials {
  text-align: center;
  padding: 7.5em 0;
  background-color: #153761;
}
body.page-template-homepage section.home-testimonials img.quotes-icon {
  margin: 0 0 10px 0;
}
body.page-template-homepage section.home-testimonials .fa-quote-left {
  color: #FEC803;
  font-size: 40px;
  margin: 0 0 20px;
}
body.page-template-homepage section.home-testimonials h2 {
  color: white;
}
body.page-template-homepage section.home-testimonials p {
  font-size: 32px;
  line-height: 1.75em;
  color: white;
  max-width: 750px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 830px) {
  body.page-template-homepage section.home-testimonials p {
    max-width: 70%;
    font-size: 16px;
  }
}
body.page-template-homepage section.home-testimonials h5 {
  color: white;
  margin: 0;
}
body.page-template-homepage 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.page-template-homepage section.home-testimonials .owl-nav {
    display: none;
  }
}
body.page-template-homepage section.home-testimonials .owl-nav .owl-prev {
  position: absolute;
  left: 30px;
}
@media screen and (max-width: 830px) {
  body.page-template-homepage section.home-testimonials .owl-nav .owl-prev {
    left: 15px;
  }
}
body.page-template-homepage section.home-testimonials .owl-nav .owl-next {
  position: absolute;
  right: 30px;
}
@media screen and (max-width: 830px) {
  body.page-template-homepage section.home-testimonials .owl-nav .owl-next {
    right: 15px;
  }
}
body.page-template-homepage section.home-video-testimonials .section-intro {
  text-align: center;
  padding: 5em 20px 3em;
}
body.page-template-homepage section.home-video-testimonials .section-intro h3:after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 45px;
  background: #999;
}
body.page-template-homepage section.home-video-testimonials .row {
  padding: 0;
}
body.page-template-homepage section.home-video-testimonials a.play-btn {
  padding: 0;
  position: relative;
  overflow: hidden;
}
body.page-template-homepage section.home-video-testimonials a.play-btn:before {
  transition-property: all;
  transition-duration: 0.33s;
  transition-timing-function: ease-in-out;
  transition-delay: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}
body.page-template-homepage section.home-video-testimonials a.play-btn:hover img.headshot {
  transform: scale(1.05);
}
body.page-template-homepage section.home-video-testimonials a.play-btn:hover:before {
  background: rgba(0, 0, 0, 0.2);
}
body.page-template-homepage section.home-video-testimonials a.play-btn:hover .play-icon {
  height: 90px;
  width: 90px;
  line-height: 90px;
  font-size: 22px;
}
body.page-template-homepage section.home-video-testimonials a.play-btn h4 {
  position: absolute;
  bottom: 40px;
  left: 40px;
  color: white;
  letter-spacing: 1px;
  margin: 0;
  z-index: 3;
}
body.page-template-homepage section.home-video-testimonials a.play-btn img.headshot {
  transition-property: all;
  transition-duration: 0.33s;
  transition-timing-function: ease-in-out;
  transition-delay: 0;
  display: block;
  z-index: 1;
  position: relative;
}
body.page-template-homepage section.home-video-testimonials a.play-btn .play-icon {
  transition-property: all;
  transition-duration: 0.33s;
  transition-timing-function: ease-in-out;
  transition-delay: 0;
  color: #153761;
  background: white;
  height: 95px;
  width: 95px;
  border-radius: 95px;
  text-align: center;
  line-height: 95px;
  position: absolute;
  bottom: 40px;
  right: 40px;
  font-size: 28px;
  z-index: 3;
}
body.page-template-homepage section.feed {
  background-color: #DBF0FB !important;
}
body.page-template-homepage section.feed .wrap h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
}
body.page-template-homepage section.feed .wrap i {
  color: #405DE6;
}
body.page-template-homepage section.feed .wrap a {
  color: #405DE6;
}
@media (max-width: 1250px) {
  body.page-template-homepage section.feed .wrap h2 {
    flex-direction: column;
    text-align: center;
  }
  body.page-template-homepage section.feed .wrap h2 a {
    display: block;
    margin-top: 5px;
  }
}
body.page-template-homepage section.home-reviews {
  text-align: center;
}
body.page-template-homepage section.home-reviews .four-stars {
  max-width: 650px;
  margin: auto;
}
@media screen and (max-width: 830px) {
  body.page-template-homepage section.home-reviews .four-stars .mobile-hide {
    display: none;
  }
}
@media screen and (min-width: 830px) {
  body.page-template-homepage section.home-reviews .four-stars .mobile-show {
    display: none;
  }
}
body.page-template-homepage section.home-reviews .four-stars a {
  transition-property: all;
  transition-duration: 0.33s;
  transition-timing-function: ease-in-out;
  transition-delay: 0;
  filter: grayscale(100%);
  display: block;
}
body.page-template-homepage section.home-reviews .four-stars a:hover {
  filter: grayscale(0%);
}
@media screen and (max-width: 830px) {
  body.page-template-homepage section.home-reviews .four-stars a {
    margin: 0;
  }
}
@media screen and (max-width: 830px) {
  body.page-template-homepage section.home-reviews .four-stars a img {
    width: 100% !important;
    max-width: 70%;
  }
}
body.page-template-homepage section.home-reviews .four-stars .google {
  width: 90px;
}
body.page-template-homepage section.home-reviews .four-stars .facebook {
  width: 110px;
}
body.page-template-homepage section.home-reviews .four-stars .yelp {
  width: 90px;
}
body.page-template-homepage section.home-reviews .four-stars .healthgrades {
  width: 155px;
}
@media screen and (max-width: 830px) {
  body.page-template-homepage section.home-reviews .four-stars .healthgrades {
    margin-top: 30px !important;
  }
}
@media screen and (max-width: 830px) {
  body.page-template-homepage section.home-reviews .four-stars .star-rating {
    margin: 0 0 10px;
  }
}
body.page-template-homepage section.home-reviews .four-stars .star-rating .fa {
  color: #B6B6B6;
  font-size: 11px;
}

body.page-template-default section.banner,
body.page-template-stephenville section.banner {
  margin: 85px 0 0;
  height: 550px;
}
@media screen and (max-width: 830px) {
  body.page-template-default section.banner,
  body.page-template-stephenville section.banner {
    height: 500px;
  }
}
@media screen and (max-width: 480px) {
  body.page-template-default section.banner,
  body.page-template-stephenville section.banner {
    height: 275px;
  }
}
body.page-template-default section.banner:before,
body.page-template-stephenville section.banner:before {
  opacity: 0.5;
}
body.page-template-default section.banner .default-banner-wrapper,
body.page-template-stephenville section.banner .default-banner-wrapper {
  position: absolute;
  bottom: 40px;
  z-index: 2;
  text-align: center;
  width: 100%;
  transform: translateY(-50%);
  z-index: 4;
}
body.page-template-default section.banner .default-banner-wrapper h1,
body.page-template-stephenville section.banner .default-banner-wrapper h1 {
  font-size: 90px;
  display: table;
  padding: 0px 25px;
  margin: auto;
}
@media screen and (max-width: 980px) {
  body.page-template-default section.banner .default-banner-wrapper h1,
  body.page-template-stephenville section.banner .default-banner-wrapper h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 830px) {
  body.page-template-default section.banner .default-banner-wrapper h1,
  body.page-template-stephenville section.banner .default-banner-wrapper h1 {
    font-size: 35px;
  }
}
body.page-template-default section.content,
body.page-template-stephenville section.content {
  padding: 0;
  background: white;
}
body.page-template-default section.content .numbered-list .item,
body.page-template-stephenville section.content .numbered-list .item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  margin: 0 0 30px;
}
body.page-template-default section.content .numbered-list .item span,
body.page-template-stephenville section.content .numbered-list .item span {
  -webkit-flex: 0 1 90px;
  -ms-flex: 0 1 90px;
  flex: 0 1 90px;
  font-family: Oswald;
  font-size: 42px;
  color: #12658E;
}
body.page-template-default section.content .numbered-list .item p,
body.page-template-stephenville section.content .numbered-list .item p {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 calc(100% - 90px);
}
body.page-template-default.page-meet-the-team .banner, body.page-template-default.page-before-afters .banner,
body.page-template-stephenville.page-meet-the-team .banner,
body.page-template-stephenville.page-before-afters .banner {
  background-position: center !important;
}

body.blog section.banner {
  margin: 85px 0 0;
  padding: 0;
  height: auto;
  background: #f9f9f9;
}
body.blog section.banner:before {
  display: none;
}
body.blog section.banner .container-fluid {
  padding: 0;
}
body.blog section.banner h1 {
  color: #153761 !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: #153761;
  line-height: 20px;
}
body.blog section.content article:hover h3 a {
  color: #51b7b2;
}
body.blog section.content .wp-pagenavi {
  clear: both;
  text-align: center;
}
body.blog section.content .wp-pagenavi a {
  color: #51b7b2;
}
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 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: #153761;
}
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:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(34, 35, 37, 0.6);
  z-index: 1;
}
body.error404 .not-found {
  padding: 27em 20px 0;
  text-align: center;
  background: transparent;
}
body.error404 .not-found h2 {
  color: white;
  margin-bottom: 0.8em;
  position: relative;
  z-index: 2;
}
body.error404 .not-found h2:after {
  left: 50%;
  margin: 0 0 0 -12.5px;
}
body.error404 .not-found p {
  color: white;
  position: relative;
  z-index: 2;
}
body.error404 .not-found a {
  position: relative;
  z-index: 2;
  margin: 0 10px 10px;
}
@media only screen and (max-width: 830px) {
  body.error404 .not-found {
    padding-top: 10em;
    padding-bottom: 5em;
  }
}
body.error404 footer,
body.error404 .footer-cta {
  display: none;
}

body.page-template-no-header section.content {
  padding: 0;
  margin: 85px 0 0;
}
body.page-template-no-header section.content .flex-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
body.page-template-no-header section.content .flex-row .col-left {
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  background-color: white;
  padding: 50px 0;
}
@media screen and (max-width: 830px) {
  body.page-template-no-header section.content .flex-row .col-left {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    padding: 25px 0;
  }
}
body.page-template-no-header section.content .flex-row .col-right {
  display: none;
}
body.page-template-no-header.page-free-consult .gform_body label {
  display: none !important;
}
