@charset "UTF-8";
/*!
Theme Name: Body Health & Wellness Responsive
Theme URI: https://www.web.com/
Author: Web.com | Advanced Custom Website Department
Author URI: https://www.web.com/
Description: This theme was designed for your Advanced Custom Website, made by Web.com.
Version: 4.0
Tags: editor-style, full-width-template, theme-options
Text Domain: web-com-acw
*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * 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; }

/* Grouping content
   ========================================================================== */
/**
 * 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 */ }

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */ }

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

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

/**
 * 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; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * 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; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * 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; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 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 */ }

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms; }

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms; }

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: .1s; }

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: .1s; }

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: .15s; }

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: .15s; }

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: .2s; }

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: .2s; }

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: .25s; }

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: .25s; }

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: .3s; }

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: .3s; }

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: .35s; }

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: .35s; }

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: .4s; }

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: .4s; }

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: .45s; }

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: .45s; }

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: .5s; }

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: .5s; }

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: .55s; }

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: .55s; }

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: .6s; }

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: .6s; }

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: .65s; }

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: .65s; }

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: .7s; }

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: .7s; }

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: .75s; }

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: .75s; }

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: .8s; }

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: .8s; }

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: .85s; }

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: .85s; }

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: .9s; }

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: .9s; }

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: .95s; }

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: .95s; }

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s; }

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s; }

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s; }

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s; }

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s; }

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s; }

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s; }

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s; }

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s; }

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s; }

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s; }

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s; }

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s; }

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s; }

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s; }

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s; }

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s; }

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s; }

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s; }

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s; }

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s; }

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s; }

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s; }

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s; }

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s; }

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s; }

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s; }

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s; }

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s; }

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s; }

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s; }

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s; }

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s; }

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s; }

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s; }

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s; }

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s; }

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s; }

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s; }

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s; }

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s; }

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s; }

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s; }

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s; }

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s; }

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s; }

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s; }

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s; }

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s; }

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s; }

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s; }

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s; }

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s; }

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s; }

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s; }

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s; }

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s; }

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s; }

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s; }

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s; }

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s; }

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s; }

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s; }

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s; }

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s; }

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s; }

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s; }

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s; }

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s; }

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s; }

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s; }

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s; }

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s; }

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s; }

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s; }

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s; }

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s; }

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s; }

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s; }

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s; }

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s; }

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s; }

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75); }

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease; }

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in; }

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out; }

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out; }

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity,transform; }

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0); }

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0); }

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0); }

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0); }

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0); }

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0); }

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0); }

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0); }

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0); }

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity,transform; }

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1); }

[data-aos=zoom-in] {
  transform: scale(0.6); }

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6); }

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6); }

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6); }

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6); }

[data-aos=zoom-out] {
  transform: scale(1.2); }

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2); }

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2); }

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2); }

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2); }

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform; }

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0); }

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0); }

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0); }

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0); }

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0); }

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform; }

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg); }

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0); }

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg); }

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0); }

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg); }

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0); }

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg); }

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0); }

html {
  overflow-y: scroll;
  box-sizing: border-box; }

*, *::before, *::after {
  box-sizing: inherit; }

::selection {
  color: #FFFFFF;
  text-shadow: 1px 1px 3px #000;
  background: #802a87; }

::-moz-selection {
  color: #FFFFFF;
  text-shadow: 1px 1px 3px #000;
  background: #802a87; }

p {
  margin: 1em 0 0; }
  p:first-child {
    margin-top: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1.6em 0 0;
  color: inherit; }
  h1:first-child,
  h2:first-child,
  h3:first-child,
  h4:first-child,
  h5:first-child,
  h6:first-child {
    margin-top: 0; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    color: inherit;
    text-decoration: inherit; }
    h1 a:hover, h1 a:focus,
    h2 a:hover,
    h2 a:focus,
    h3 a:hover,
    h3 a:focus,
    h4 a:hover,
    h4 a:focus,
    h5 a:hover,
    h5 a:focus,
    h6 a:hover,
    h6 a:focus {
      text-decoration: underline; }

h1 + h2,
h2 + h3,
h3 + h4,
h4 + h5,
h5 + h6,
hr + h1,
hr + h2,
hr + h3,
hr + h4,
hr + h5,
hr + h6 {
  margin: 0.5em 0 0; }

h1.horizontal-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center; }
  h1.horizontal-line:before, h1.horizontal-line:after {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 1em;
    -moz-box-flex: 1;
    -moz-flex: 1 0 1em;
    -ms-flex: 1 0 1em;
    flex: 1 0 1em;
    content: '';
    display: block;
    border-top: 1px solid rgba(83, 78, 84, 0.5); }
  h1.horizontal-line:before {
    margin-right: 0.5em; }
  h1.horizontal-line:after {
    margin-left: 0.5em; }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h7 a {
  color: inherit;
  text-decoration: none; }
  h1 a:hover, h1 a:focus,
  h2 a:hover,
  h2 a:focus,
  h3 a:hover,
  h3 a:focus,
  h4 a:hover,
  h4 a:focus,
  h5 a:hover,
  h5 a:focus,
  h6 a:hover,
  h6 a:focus,
  h7 a:hover,
  h7 a:focus {
    text-decoration: none; }

/* =Custom Link Functions
-------------------------------------------------------------- */
a.custom-button, a[href^=".pdf"], a[href^=".doc"], a[href^=".docx"] {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff !important;
  text-decoration: none !important;
  background: #802a87;
  padding: 10px 18px;
  border-radius: 9px;
  display: inline-block;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -ms-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  margin: 15px 0; }
  a.custom-button .fa, a[href^=".pdf"] .fa, a[href^=".doc"] .fa, a[href^=".docx"] .fa {
    color: #fff;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -ms-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms; }
  @media (max-width: 780px) {
    a.custom-button, a[href^=".pdf"], a[href^=".doc"], a[href^=".docx"] {
      margin: 8px 0; } }
  a.custom-button:hover, a.custom-button:focus, a[href^=".pdf"]:hover, a[href^=".pdf"]:focus, a[href^=".doc"]:hover, a[href^=".doc"]:focus, a[href^=".docx"]:hover, a[href^=".docx"]:focus {
    color: #fff !important;
    background: #c28dbc; }

a[href^=".pdf"]:after {
  content: '\f1c1'; }

a[href^=".doc"]:after, a[href^=".docx"]:after {
  content: '\f1c2'; }

a[href^="tel:"], a[href^="sms:"] {
  cursor: default;
  text-decoration: none !important; }
  @media (max-width: 780px) {
    a[href^="tel:"], a[href^="sms:"] {
      cursor: pointer; } }

.webcom-container {
  position: relative;
  margin: 0 auto;
  max-width: 1232px;
  padding: 0 16px; }
  .webcom-container.flex,
  .webcom-container.flex > .webcom-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch; }
    @media (max-width: 780px) {
      .webcom-container.flex,
      .webcom-container.flex > .webcom-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .webcom-container.flex .site-content,
    .webcom-container.flex > .webcom-content .site-content {
      position: relative;
      width: 100%; }
      body.sidebar .webcom-container.flex .site-content, body.sidebar
      .webcom-container.flex > .webcom-content .site-content {
        width: calc( 100% - ( 30% + 2em )); }
        @media (max-width: 780px) {
          body.sidebar .webcom-container.flex .site-content, body.sidebar
          .webcom-container.flex > .webcom-content .site-content {
            width: 100%; } }
      .webcom-container.flex .site-content + .widget-area,
      .webcom-container.flex > .webcom-content .site-content + .widget-area {
        margin-right: 0;
        margin-left: 2em; }
    .webcom-container.flex .widget-area,
    .webcom-container.flex > .webcom-content .widget-area {
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      position: relative;
      width: 30%;
      margin-right: 2em; }
      @media (max-width: 780px) {
        .webcom-container.flex .widget-area,
        .webcom-container.flex > .webcom-content .widget-area {
          -webkit-box-ordinal-group: 2;
          -webkit-order: 1;
          -moz-order: 1;
          -ms-flex-order: 1;
          order: 1;
          width: 100%;
          margin-top: 1.75em;
          margin-right: 0 !important;
          margin-left: 0 !important; } }

blockquote {
  margin-bottom: 1em;
  padding: 1em;
  color: #FFFFFF;
  font-style: italic;
  background: #c28dbc;
  border-left: 0.5em solid #802a87; }
  blockquote a[href] {
    color: #FFFFFF;
    font-weight: bold; }
    blockquote a[href]:hover, blockquote a[href]:focus {
      color: #FFFFFF;
      text-decoration: none; }

hr {
  height: 1px;
  margin: 2em 0;
  background: #1D2731;
  border: none; }
  hr:first-child {
    margin-top: 0; }

img,
embed,
iframe,
object,
video {
  max-width: 100%;
  margin-top: 1em;
  border: none; }
  img:first-child,
  embed:first-child,
  iframe:first-child,
  object:first-child,
  video:first-child {
    margin-top: 0; }

img {
  height: auto; }

code {
  border-radius: 3px;
  padding: 0.15em;
  font-family: monospace;
  font-size: 0.75em;
  line-height: 1.35em;
  background: #e6e6e6; }

pre {
  border-radius: 3px;
  margin-top: 1em;
  margin-right: 0;
  margin-left: 0;
  padding: 1.5em;
  color: #6d676e;
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  border: 1px solid #802a87;
  overflow: auto; }
  pre code {
    display: block; }

address {
  margin-top: 1em; }

table {
  max-width: 100%;
  margin-top: 1em;
  border-collapse: collapse; }
  @media (max-width: 780px) {
    table {
      display: block;
      width: 100% !important;
      overflow-x: auto; } }
  table.data:not([border]) {
    border: 1px solid #3e1441; }
    table.data:not([border]) tr {
      border-bottom: 1px solid #3e1441; }
  table.data tr th {
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    background: #802a87;
    border: none; }
  table.data tr:nth-child(odd) {
    color: #fff;
    background: #92309a; }
  table.data tr:nth-child(even) {
    color: #fff;
    background: #a536ae; }
  table.data tr:hover {
    color: #fff;
    background: #b73cc1; }
  table[cellspacing] {
    border-collapse: separate; }
  table:not([border]) th {
    border-top: none;
    border-right: none;
    border-bottom: 3px solid #1D2731;
    border-left: none; }
  table:not([border]) tr {
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #1D2731;
    border-left: none; }
  table caption {
    margin-top: 1em;
    font-size: 0.75em; }
  table th {
    text-align: left; }
  table:not([cellpadding]) th,
  table:not([cellpadding]) td {
    padding: 0.5em; }
  @media (max-width: 780px) {
    table td,
    table th {
      white-space: nowrap; } }
  .comment-content table {
    border-bottom: 1px solid #e6e6e6; }
    .comment-content table td {
      border-top: 1px solid #e6e6e6; }

.scorecard,
#wpstats {
  display: none; }

.webcom-wrapper,
.webcom-footer-wrapper {
  word-wrap: break-word; }

abbr,
dfn,
acronym {
  border-bottom: 1px dotted #b9b4ba;
  cursor: help; }

.site-content ol,
.wp-editor ol,
.widget ol {
  margin: 1em 0 0; }
  .site-content ol ol,
  .wp-editor ol ol,
  .widget ol ol {
    margin-top: 0; }
  .site-content ol ul,
  .wp-editor ol ul,
  .widget ol ul {
    margin-top: 0; }
    .site-content ol ul li,
    .wp-editor ol ul li,
    .widget ol ul li {
      margin-top: 0; }

.site-content ul,
.wp-editor ul,
.widget ul {
  margin: 1em 0 0; }
  .site-content ul.pretty-bullets,
  .wp-editor ul.pretty-bullets,
  .widget ul.pretty-bullets {
    list-style: none; }
    .site-content ul.pretty-bullets ul,
    .wp-editor ul.pretty-bullets ul,
    .widget ul.pretty-bullets ul {
      list-style: none; }
    .site-content ul.pretty-bullets li:before,
    .wp-editor ul.pretty-bullets li:before,
    .widget ul.pretty-bullets li:before {
      content: '\f101';
      float: left;
      margin-left: -1.5em;
      color: #802a87;
      font-family: 'FontAwesome'; }
    .site-content ul.pretty-bullets ol li:before,
    .wp-editor ul.pretty-bullets ol li:before,
    .widget ul.pretty-bullets ol li:before {
      content: none;
      margin: 0; }
  .site-content ul ul,
  .wp-editor ul ul,
  .widget ul ul {
    margin: 0; }
  .site-content ul ol,
  .wp-editor ul ol,
  .widget ul ol {
    margin-top: 0; }
    .site-content ul ol li,
    .wp-editor ul ol li,
    .widget ul ol li {
      margin-top: 0; }
  .site-content ul[style*="list-style"] > li:before,
  .wp-editor ul[style*="list-style"] > li:before,
  .widget ul[style*="list-style"] > li:before {
    content: none;
    margin: 0; }

.widget ol,
.widget ul {
  padding: 0 0 0 1.5em; }

.shine {
  position: absolute;
  overflow: hidden; }

.shine::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg); }

.shine:hover::before {
  -webkit-animation: shine .85s;
  animation: shine .85s; }

@-webkit-keyframes shine {
  100% {
    left: 125%; } }

@keyframes shine {
  100% {
    left: 125%; } }

.shine img {
  max-width: 500px; }

.shine .widget-caption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 2em;
  color: #fff;
  font-size: 1.25em;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-shadow: 1px 1px 0 #000; }

.shine h2 {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 3em;
  position: relative;
  top: 38px; }

.shine .widget-learn-more {
  text-align: center;
  position: relative;
  top: 20px; }

.shine .widget-learn-more a {
  color: #000;
  border-radius: 5px;
  padding: 0.5em 1em;
  background: #fff;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-box-shadow: 2px 2px 0 0 #ccc;
  box-shadow: 2px 2px 0 0 #ccc;
  text-shadow: none; }

.shine .widget-learn-more a:hover {
  background: #17819c;
  color: #fff; }

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  height: auto;
  max-width: 100%; }

.alignnone {
  display: inline-block;
  vertical-align: middle;
  margin: 0; }

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.alignright {
  float: right;
  margin-top: 0.25em;
  margin-bottom: 0.5em;
  margin-left: 1.5em; }
  @media (max-width: 780px) {
    .alignright {
      display: block;
      float: none;
      margin-top: 1em;
      margin-right: auto;
      margin-left: auto; } }

.alignleft {
  float: left;
  margin-top: 0.25em;
  margin-right: 1.5em;
  margin-bottom: 0.5em; }
  @media (max-width: 780px) {
    .alignleft {
      display: block;
      float: none;
      margin-top: 1em;
      margin-right: auto;
      margin-left: auto; } }

.wp-caption {
  max-width: 95%;
  padding: 0.25em 0.25em 0.5em;
  font-size: 0.875em;
  font-style: italic;
  line-height: 1.5em;
  text-align: center;
  border: 1px solid #cccccc; }
  .wp-caption.alignnone {
    margin-top: 1em; }
  .wp-caption .aligncenter {
    clear: both; }
  .wp-caption.alignright {
    margin-top: 1em; }
  .wp-caption.alignleft {
    margin-top: 1em; }
  .wp-caption img {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    border: none; }
  .wp-caption .wp-caption-text {
    margin: 0;
    padding: 0 0.25em; }

.author-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 1.5em;
  margin-top: 1.5em;
  border-top: 1px solid #e6e6e6; }
  .author-info .author-avatar {
    vertical-align: top; }
    .author-info .author-avatar img {
      border-radius: 3px;
      box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2); }
  .author-info .author-description {
    padding-left: 2em;
    line-height: 1.5em;
    color: gray;
    vertical-align: top; }
  .author.archive .author-info {
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
    border-top: 0;
    border-bottom: 1px solid #e6e6e6; }

body.error404 .search-form {
  margin-top: 1.5em; }
  @media (max-width: 480px) {
    body.error404 .search-form input {
      width: 100%;
      margin-top: 1.5em; } }

.search-form {
  margin-top: 1em; }
  .search-form fieldset {
    padding: 0;
    border: 0; }

.widget-area {
  padding: 1em;
  background: rgba(83, 78, 84, 0.25); }

.entry-header {
  margin-bottom: 1.5em; }
  @media (max-width: 780px) {
    .entry-header {
      display: table;
      width: 100%; } }
  .entry-header .wp-post-image {
    float: right;
    max-width: 50%;
    margin-top: .25em;
    margin-bottom: .5em;
    margin-left: 1.5em; }
    @media (max-width: 780px) {
      .entry-header .wp-post-image {
        display: table-footer-group;
        float: none;
        max-width: 100%;
        margin: .5em auto; } }
  .entry-header h1,
  .entry-header h2 {
    margin-top: .25em;
    font-size: 2em; }
    @media (max-width: 780px) {
      .entry-header h1,
      .entry-header h2 {
        display: table-header-group; } }
  .entry-header .comments-link {
    font-size: .75em;
    color: gray; }

.archive-header,
.page-header {
  padding-bottom: 1.5em;
  border-bottom: 1px solid #e6e6e6; }

.infinite-wrap {
  padding-bottom: 1.5em;
  margin-top: 1.5em;
  border-bottom: 4px double #e6e6e6; }

article {
  padding-bottom: 1.5em;
  margin-top: 1.5em;
  border-bottom: 4px double #e6e6e6; }
  article:first-child {
    margin-top: 0; }
  article:last-child {
    border-bottom: 0;
    padding-bottom: 0; }
  article.sticky {
    border: 1px solid #e6e6e6; }
    article.sticky .featured-post {
      margin-bottom: 1.5em;
      background: rgba(0, 0, 0, 0.035);
      border-top: 4px double #e6e6e6;
      border-bottom: 4px double #e6e6e6;
      font-size: 0.75em;
      color: gray;
      text-align: center; }
    article.sticky .entry-header,
    article.sticky .entry-content,
    article.sticky .entry-meta,
    article.sticky .edit-link {
      padding: 0 1em; }

.edit-link a::before {
  display: inline-block;
  margin-right: 0.3em;
  font-family: FontAwesome;
  content: '\f040'; }

.more-link::after {
  display: inline-block;
  margin-left: 0.3em;
  font-family: FontAwesome;
  content: '\f061'; }

.entry-meta {
  margin-top: 2em;
  font-size: 0.75em;
  clear: both; }

.entry-content .page-links {
  margin-top: 1em;
  background: #DFDFDF;
  padding: 0.25em; }

nav.blog-navigation,
nav.nav-single {
  padding: 1em 0; }
  body.neverending nav.blog-navigation, body.neverending
  nav.nav-single {
    display: none; }
  nav.blog-navigation .nav-previous,
  nav.nav-single .nav-previous {
    float: left; }
    nav.blog-navigation .nav-previous > a::before,
    nav.nav-single .nav-previous > a::before {
      display: inline-block;
      margin-right: 0.25em;
      font-family: FontAwesome;
      content: '\f060'; }
  nav.blog-navigation .nav-next,
  nav.nav-single .nav-next {
    float: right; }
    nav.blog-navigation .nav-next > a::after,
    nav.nav-single .nav-next > a::after {
      display: inline-block;
      margin-left: 0.25em;
      font-family: FontAwesome;
      content: '\f061'; }

.image-attachment .attachment {
  text-align: center; }
  .image-attachment .attachment .entry-caption {
    margin-top: 0.25em; }

.mejs-audio {
  max-width: 95%;
  margin: auto; }

.comments-title {
  font-size: 1.5em; }

.commentlist {
  margin: 1em 0;
  padding: 0.5em 1em;
  border: 1px solid #e6e6e6; }
  .commentlist .comment .comment {
    margin-top: 1.5em;
    padding-top: 0;
    padding-left: 2.5em;
    border-left: 1px dashed #e6e6e6; }
    .commentlist .comment .comment.depth-2 {
      margin-left: 1em; }
    .commentlist .comment .comment.depth-3 {
      margin-left: 1.5em; }
    .commentlist .comment .comment.depth-4 {
      margin-left: 2em; }
    .commentlist .comment .comment.depth-5 {
      margin-left: 2.5em; }
    .commentlist .comment .comment.depth-6 {
      margin-left: 3em; }
  .commentlist .comment + .comment {
    padding-top: 1.5em;
    margin-top: 0; }
  .commentlist .comment.bypostauthor {
    background: #efefef;
    padding: .5em;
    border-left: 3px solid #005fa3;
    margin-top: 1.5em; }
  .commentlist .comment .comment-author img {
    float: left;
    margin-top: .4em;
    margin-right: .5em; }
  .commentlist .comment .comment-author cite {
    font-style: normal;
    font-weight: 600; }
  .commentlist .comment .comment-author .says {
    display: none; }
  .commentlist .comment .comment-meta {
    font-size: .75em; }
    .commentlist .comment .comment-meta + * {
      margin-top: .5em;
      padding-top: .5em;
      border-top: 1px solid #e6e6e6;
      clear: both; }

.comment-navigation {
  margin: 0 1em; }

.comment-respond {
  margin: 1em 0;
  padding: .5em 1em;
  border: 1px solid #e6e6e6; }
  .comment-respond label {
    display: block; }
  .comment-respond input[type="text"],
  .comment-respond textarea {
    width: 100%;
    padding: .75em;
    font-size: .75em; }
  .comment-respond .required {
    display: inline-block;
    vertical-align: top;
    color: #c00; }

/* Widget Styles */
.widget-area .widget {
  margin-top: 1.5em;
  padding: .75em; }
  .widget-area .widget:first-child {
    margin-top: 0; }
  .widget-area .widget .widget-title {
    border-bottom: 0.1em solid #802a87;
    margin-bottom: .25em;
    font-weight: normal;
    font-size: 1.25em; }
  .widget-area .widget input,
  .widget-area .widget select {
    max-width: 100%; }
  .widget-area .widget.widget_search {
    margin-top: 0; }
    .widget-area .widget.widget_search form {
      margin: 0; }
    .widget-area .widget.widget_search input {
      width: 100%;
      padding: .5em;
      font-family: inherit; }
      .widget-area .widget.widget_search input[type=submit] {
        margin-top: .5em; }
  .widget-area .widget.widget_rss li {
    margin-top: 1em; }
  .widget-area .widget.widget_calendar table {
    margin: 0;
    text-align: center;
    border-collapse: collapse; }
  .widget-area .widget.widget_calendar caption {
    margin: 0;
    font-size: 1.25em;
    font-weight: normal;
    color: #802a87; }
  .widget-area .widget.widget_calendar th {
    font-weight: 600; }
  .widget-area .widget.widget_calendar thead tr {
    text-align: center; }
    .widget-area .widget.widget_calendar thead tr a {
      text-decoration: underline;
      font-weight: bold; }
      .widget-area .widget.widget_calendar thead tr a:hover, .widget-area .widget.widget_calendar thead tr a:focus {
        text-decoration: none; }
  .widget-area .widget .post-date, .widget-area .widget .rss-date {
    margin-left: .5em;
    font-size: .75em;
    color: gray; }

/* Text meant only for screen readers. */
.says,
.screen-reader-text {
  border-radius: 0;
  position: absolute;
  top: -1000em;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: none;
  transition: none;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  overflow: hidden;
  width: 1px;
  height: 1px; }
  .says:focus,
  .screen-reader-text:focus {
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    left: 6px;
    top: 7px;
    height: auto;
    width: auto;
    display: block;
    font-size: .85em;
    font-weight: 600;
    padding: 15px 23px 14px;
    background: #f1f1f1;
    color: #0073aa;
    z-index: 100000;
    line-height: normal;
    text-decoration: none;
    clip: auto !important;
    clip-path: none; }

.assistive-text {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px); }

div[id^="gallery"].gallery {
  margin: 1.8em 0;
  clear: both; }
  div[id^="gallery"].gallery dl.gallery-item {
    margin: 0;
    padding: 0 10px; }
    div[id^="gallery"].gallery dl.gallery-item .gallery-caption {
      font-size: 0.9em; }
  @media (max-width: 768px) {
    div[id^="gallery"].gallery[class*="gallery-columns"]:not(.gallery-columns-1):not(.gallery-columns-2):not(.gallery-columns-3) dl.gallery-item {
      width: 25% !important; }
      div[id^="gallery"].gallery[class*="gallery-columns"]:not(.gallery-columns-1):not(.gallery-columns-2):not(.gallery-columns-3) dl.gallery-item:nth-of-type(4n+1) {
        clear: left; } }
  @media (max-width: 500px) {
    div[id^="gallery"].gallery[class*="gallery-columns"]:not(.gallery-columns-1):not(.gallery-columns-2):not(.gallery-columns-3) dl.gallery-item {
      width: 33% !important; }
      div[id^="gallery"].gallery[class*="gallery-columns"]:not(.gallery-columns-1):not(.gallery-columns-2):not(.gallery-columns-3) dl.gallery-item:nth-of-type(4n+1) {
        clear: none; }
      div[id^="gallery"].gallery[class*="gallery-columns"]:not(.gallery-columns-1):not(.gallery-columns-2):not(.gallery-columns-3) dl.gallery-item:nth-of-type(3n+1) {
        clear: left; } }
  @media (max-width: 320px) {
    div[id^="gallery"].gallery[class*="gallery-columns"]:not(.gallery-columns-1):not(.gallery-columns-2):not(.gallery-columns-3) dl.gallery-item {
      width: 100% !important;
      float: none;
      clear: none; } }
  @media (max-width: 320px) {
    div[id^="gallery"].gallery[class*="gallery-columns"].gallery-columns-2 dl.gallery-item,
    div[id^="gallery"].gallery[class*="gallery-columns"].gallery-columns-3 dl.gallery-item {
      float: none;
      width: 100% !important; } }
  @media (max-width: 768px) {
    div[id^="gallery"].gallery br {
      display: none; } }

/* =Print
----------------------------------------------- */
@media print {
  body {
    background: none !important;
    font-size: 10pt;
    color: #000000; }
  a {
    text-decoration: inherit; }
    footer a[rel=bookmark]:after {
      content: " [" attr(href) "] "; }
  .author-info .author-avatar,
  .comment-respond,
  .commentlist .comment-edit-link,
  .commentlist .reply,
  .entry-header .comments-link,
  .entry-meta .edit-link a,
  .page-link {
    display: none; }
  .author-info .author-description {
    padding-left: 0; }
  .comment-author img {
    max-width: 30px;
    height: auto; } }

.cf, .site-content,
.entry-content, .widget-area, nav.blog-navigation,
nav.nav-single, div[id^="gallery"].gallery {
  *zoom: 1; }
  .cf:before, .site-content:before,
  .entry-content:before, .widget-area:before, nav.blog-navigation:before,
  nav.nav-single:before, div[id^="gallery"].gallery:before, .cf:after, .site-content:after,
  .entry-content:after, .widget-area:after, nav.blog-navigation:after,
  nav.nav-single:after, div[id^="gallery"].gallery:after {
    content: '';
    display: table;
    line-height: 0; }
  .cf:after, .site-content:after,
  .entry-content:after, .widget-area:after, nav.blog-navigation:after,
  nav.nav-single:after, div[id^="gallery"].gallery:after {
    clear: both; }

.hide {
  display: none; }

.txt-c {
  text-align: center; }

.txt-r {
  text-align: right; }

.txt-l {
  text-align: left; }

.txt-j {
  text-align: justify; }

.txt-uc {
  text-transform: uppercase; }

.txt-ul {
  text-decoration: underline; }

#toTop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: none;
  width: 50px;
  height: 50px;
  font-size: 25px;
  color: #fff;
  background: #fff;
  border: 2px solid #802a87;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -ms-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
  z-index: 999; }
  #toTop i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 200;
    color: #802a87; }
  #toTop span.back-to-top {
    display: none;
    position: absolute;
    bottom: -20px;
    color: #802a87;
    font-size: 12px;
    text-align: center;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif; }
  #toTop:hover {
    display: block;
    width: 50px;
    height: 50px;
    bottom: 22px; }
    @media (max-width: 1255px) {
      #toTop:hover {
        bottom: 15px; } }
    #toTop:hover span.back-to-top {
      display: block; }
      @media (max-width: 1255px) {
        #toTop:hover span.back-to-top {
          display: none; } }

@media (max-width: 780px) {
  .panel-grid > .lists .panel-grid-cell {
    margin-bottom: 0 !important; }
    .panel-grid > .lists .panel-grid-cell ul {
      margin: 0; }
    .panel-grid > .lists .panel-grid-cell:first-child ul {
      margin-top: 1em; }
    .panel-grid > .lists .panel-grid-cell:last-child ul {
      margin-bottom: 1em; } }

@media (max-width: 780px) {
  .appointments-confirmation-wrapper input[type="text"] {
    width: 100%; } }

.appointments-confirmation-wrapper input[type="button"] {
  margin: 0.25em 0;
  white-space: pre-wrap; }

@media (max-width: 780px) {
  .app_services .app_services_dropdown select {
    margin: 0.25em 0; } }

.app_timetable .app_timetable_cell {
  position: relative; }
  .app_timetable .app_timetable_cell .wait_img {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    right: 10px;
    margin: 0; }

.widget-web-login label {
  display: block; }

.navigation-primary > .navigation-toggle {
  font-size: 1em; }

.navigation-primary > ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }
  .navigation-primary > ul li a {
    padding: 20px 15px;
    color: #777079;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    text-transform: uppercase; }
    @media (max-width: 1080px) {
      .navigation-primary > ul li a {
        font-size: 14px;
        padding: 16px 12px; } }
    @media (max-width: 930px) {
      .navigation-primary > ul li a {
        color: #fff; } }
  body:not(.home) .navigation-primary > ul li.current-menu-item > a,
  body:not(.home) .navigation-primary > ul li.current-menu-parent > a,
  .navigation-primary > ul li:hover > a,
  .navigation-primary > ul li a:focus {
    color: #fff;
    background: #802a87; }
    @media (max-width: 930px) {
      body:not(.home) .navigation-primary > ul li.current-menu-item > a,
      body:not(.home) .navigation-primary > ul li.current-menu-parent > a,
      .navigation-primary > ul li:hover > a,
      .navigation-primary > ul li a:focus {
        background: #c28dbc; } }

.navigation-primary ul.sub-menu li a {
  padding: 0.5em 1em;
  color: #FFFFFF;
  text-align: left;
  white-space: nowrap;
  background-color: #c28dbc; }

body:not(.home) .navigation-primary ul.sub-menu li.current-menu-item > a,
body:not(.home) .navigation-primary ul.sub-menu li.current-menu-parent > a,
.navigation-primary ul.sub-menu li:hover > a,
.navigation-primary ul.sub-menu li a:focus {
  color: #FFFFFF;
  background-color: #802a87; }

.navigation-primary > button {
  position: relative;
  display: none;
  padding: 1.5em;
  font-size: 1em;
  margin: auto;
  text-align: center;
  background: none;
  border: none;
  cursor: pointer;
  transition: all 250ms ease; }
  .navigation-primary > button:focus {
    outline: 0; }
  @media (max-width: 930px) {
    .navigation-primary > button {
      display: block; } }
  .navigation-primary > button::before, .navigation-primary > button::after {
    content: '';
    position: absolute;
    left: 1em;
    width: 1.35em;
    height: 0.75em;
    border-top: 0.25em solid #802a87;
    border-bottom: 0.25em solid #802a87;
    transition: all 250ms ease; }
  .navigation-primary > button::before {
    bottom: calc( 50% - 0.125em); }
  .navigation-primary > button::after {
    top: calc( 50% - 0.125em); }
  .navigation-primary > button.is-active::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 0.25em;
    background: #802a87;
    border: none; }
  .navigation-primary > button.is-active::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 0.25em;
    background: #802a87;
    border: none; }
  .navigation-primary > button > span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0); }

.navigation-primary ul[class] {
  margin: 0;
  padding: 0;
  list-style: none; }
  @media (max-width: 930px) {
    .navigation-primary ul[class] {
      display: none;
      background: #802a87;
      position: absolute;
      left: 0;
      width: 100%; } }
  .navigation-primary ul[class] li {
    position: relative; }
    .navigation-primary ul[class] li.menu-item-has-children > a::after {
      content: "";
      font-family: FontAwesome;
      margin-left: 1em; }
    .navigation-primary ul[class] li a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      height: 100%;
      text-decoration: none;
      transition: all 150ms ease-in-out;
      transition-delay: 50ms; }
      @media (max-width: 930px) {
        .navigation-primary ul[class] li a {
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          -webkit-justify-content: flex-start;
          -moz-justify-content: flex-start;
          justify-content: flex-start; } }
    body:not(.home) .navigation-primary ul[class] li.current-menu-item > a,
    body:not(.home) .navigation-primary ul[class] li.current-menu-parent > a,
    body:not(.home) .navigation-primary ul[class] li.current-menu-ancestor > a,
    .navigation-primary ul[class] li > a:hover,
    .navigation-primary ul[class] li:hover > a {
      transition-delay: 0ms; }
    .navigation-primary ul[class] li .sub-menu {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      position: absolute;
      z-index: 99;
      display: none;
      min-width: 100%; }
      @media (max-width: 930px) {
        .navigation-primary ul[class] li .sub-menu {
          position: static; } }
      .navigation-primary ul[class] li .sub-menu li.menu-item-has-children > a::after {
        content: ""; }
        @media (max-width: 930px) {
          .navigation-primary ul[class] li .sub-menu li.menu-item-has-children > a::after {
            content: ""; } }
      .navigation-primary ul[class] li .sub-menu .sub-menu {
        top: 0;
        left: calc( 100% - 1px); }
      .navigation-primary ul[class] li .sub-menu li:hover > .sub-menu {
        display: block; }
  @media (max-width: 930px) {
    .navigation-primary ul[class] ul.sub-menu li li li a {
      padding-left: 4em; }
    .navigation-primary ul[class] ul.sub-menu li li li li a {
      padding-left: 5em; } }

.navigation-primary > ul > li:last-child > .sub-menu {
  right: 0; }

.navigation-primary:not(.js) ul li:hover > .sub-menu {
  display: block !important; }

.navigation-primary:not(.js) ul li:focus-within > .sub-menu {
  display: block !important; }

@media (min-width: 931px) {
  .navigation-primary > ul {
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -moz-flex!important;
    display: -ms-flexbox!important;
    display: flex!important; } }

.nf-form-wrap .nf-field-container .nf-field .file_upload-wrap button, .nf-form-wrap .nf-field-container .nf-field .submit-wrap .nf-field-element input, .nf-mp-header .nf-next-previous li input,
.nf-mp-footer .nf-next-previous li input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  padding: 0.5em 2.5em;
  color: #FFFFFF;
  background: #802a87;
  border: none;
  cursor: pointer;
  transition: color 250ms, background 250ms; }
  .nf-form-wrap .nf-field-container .nf-field .file_upload-wrap button:hover, .nf-form-wrap .nf-field-container .nf-field .submit-wrap .nf-field-element input:hover, .nf-mp-header .nf-next-previous li input:hover,
  .nf-mp-footer .nf-next-previous li input:hover, .nf-form-wrap .nf-field-container .nf-field .file_upload-wrap button:focus, .nf-form-wrap .nf-field-container .nf-field .submit-wrap .nf-field-element input:focus, .nf-mp-header .nf-next-previous li input:focus,
  .nf-mp-footer .nf-next-previous li input:focus {
    color: #FFFFFF;
    background: #c28dbc; }

.nf-form-wrap {
  padding: 1em;
  border: 1px solid rgba(0, 0, 0, 0.25); }
  .nf-form-wrap .nf-before-form-content .nf-form-fields-required {
    font-size: 0.75em;
    text-align: right; }
  .nf-form-wrap .nf-error-field-errors {
    color: #CC0000; }
  .nf-form-wrap .nf-field-container {
    margin-bottom: 0; }
    .nf-form-wrap .nf-field-container .nf-field .nf-field-label {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      margin-bottom: 0; }
    .nf-form-wrap .nf-field-container .nf-field .nf-field-element input,
    .nf-form-wrap .nf-field-container .nf-field .nf-field-element select,
    .nf-form-wrap .nf-field-container .nf-field .nf-field-element textarea {
      padding: 0.5em;
      border: 1px solid rgba(0, 0, 0, 0.25); }
    .nf-form-wrap .nf-field-container .nf-field .nf-field-element textarea {
      resize: vertical; }
    .nf-form-wrap .nf-field-container .nf-field .list-select-wrap select,
    .nf-form-wrap .nf-field-container .nf-field .list-multiselect-wrap option {
      padding: 0.407em; }
    .nf-form-wrap .nf-field-container .nf-field .file_upload-wrap button {
      margin-top: 0.5em; }
    .nf-form-wrap .nf-field-container .nf-field .table_editor-wrap .htCore {
      display: table;
      table-layout: auto; }
    .nf-form-wrap .nf-field-container .nf-field .table_editor-wrap .handsontable,
    .nf-form-wrap .nf-field-container .nf-field .table_editor-wrap .htCore,
    .nf-form-wrap .nf-field-container .nf-field .table_editor-wrap .wtHider,
    .nf-form-wrap .nf-field-container .nf-field .table_editor-wrap .wtSpreader {
      width: 100% !important; }
    .nf-form-wrap .nf-field-container .nf-field .nf-error .nf-field-element input {
      border-color: #CC0000; }
    .nf-form-wrap .nf-field-container:not(.submit-container) .nf-after-field {
      min-height: 1.5em; }
      .nf-form-wrap .nf-field-container:not(.submit-container) .nf-after-field .nf-error-msg {
        color: #CC0000;
        font-size: 0.75em;
        text-align: right; }

.nf-form-title h3 {
  padding-bottom: 0.5em; }

.nf-mp-header,
.nf-mp-footer {
  padding: 0.25em; }
  .nf-mp-header .nf-breadcrumbs li a,
  .nf-mp-footer .nf-breadcrumbs li a {
    padding: 0.5em;
    color: #FFFFFF;
    font-size: 0.85em;
    background: #802a87;
    transition: color 250ms, background 250ms; }
  .nf-mp-header .nf-breadcrumbs li.active > a,
  .nf-mp-header .nf-breadcrumbs li a:hover,
  .nf-mp-header .nf-breadcrumbs li a:focus,
  .nf-mp-footer .nf-breadcrumbs li.active > a,
  .nf-mp-footer .nf-breadcrumbs li a:hover,
  .nf-mp-footer .nf-breadcrumbs li a:focus {
    color: #FFFFFF;
    font-weight: inherit;
    background: #c28dbc; }
  .nf-mp-header .nf-next-previous li,
  .nf-mp-footer .nf-next-previous li {
    min-width: 15%; }
    .nf-mp-header .nf-next-previous li input,
    .nf-mp-footer .nf-next-previous li input {
      width: 100%;
      padding: 0.5em 1em; }
  .nf-mp-header h3,
  .nf-mp-footer h3 {
    margin: 0 0 1em;
    padding: 0 0 0.25em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25); }

#breadcrumbs {
  margin: 10px 0;
  list-style: none;
  overflow: hidden; }
  #breadcrumbs li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px; }
  #breadcrumbs .separator {
    color: #802a87;
    font-size: 1.125rem; }

#bbpress-forums {
  color: #534e54; }
  #bbpress-forums .bbp-search-form,
  #bbpress-forums .bbp-breadcrumb,
  #bbpress-forums .bbp-topic-tags,
  #bbpress-forums .subscription-toggle {
    padding: 1em 0; }
  #bbpress-forums div.odd,
  #bbpress-forums ul.odd {
    background: #FFFFFF; }
  #bbpress-forums div.even,
  #bbpress-forums ul.even {
    background: #e6e6e6; }
  #bbpress-forums p.bbp-topic-meta img.avatar,
  #bbpress-forums ul.bbp-reply-revision-log img.avatar,
  #bbpress-forums ul.bbp-topic-revision-log img.avatar,
  #bbpress-forums div.bbp-template-notice img.avatar,
  #bbpress-forums .widget_display_topics img.avatar,
  #bbpress-forums .widget_display_replies img.avatar {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    border: none; }
  #bbpress-forums li.bbp-header {
    color: #FFFFFF;
    background: #802a87; }
    #bbpress-forums li.bbp-header a {
      color: #FFFFFF; }
      #bbpress-forums li.bbp-header a:hover, #bbpress-forums li.bbp-header a:focus {
        text-decoration: underline; }
  #bbpress-forums div.bbp-reply-header {
    background: #c28dbc; }
    #bbpress-forums div.bbp-reply-header a {
      color: #FFFFFF; }
      #bbpress-forums div.bbp-reply-header a:hover, #bbpress-forums div.bbp-reply-header a:focus {
        text-decoration: underline; }
  #bbpress-forums li.bbp-footer {
    color: #FFFFFF;
    background: #802a87; }
    #bbpress-forums li.bbp-footer a {
      color: #FFFFFF; }
      #bbpress-forums li.bbp-footer a:hover, #bbpress-forums li.bbp-footer a:focus {
        text-decoration: underline; }

.widget_display_stats dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .widget_display_stats dl dt {
    width: 75%; }
  .widget_display_stats dl dd {
    width: 25%;
    margin: 0;
    text-align: right; }
  .widget_display_stats dl > *:nth-child(4n),
  .widget_display_stats dl > *:nth-child(4n-1) {
    background: rgba(0, 0, 0, 0.025); }
  .widget_display_stats dl > *:nth-child(4n-2),
  .widget_display_stats dl > *:nth-child(4n-3) {
    background: rgba(0, 0, 0, 0.075); }

body {
  color: #534e54;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.618;
  background: #FFFFFF;
  overflow: hidden; }
  @media (max-width: 900px) {
    body {
      font-size: 16px; } }
  body a {
    color: #802a87;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
    text-decoration: none; }
    body a:hover {
      color: #5b1e60; }
    body a:focus {
      color: #5b1e60;
      text-decoration: underline; }
    body a .fa:focus {
      opacity: 0.75; }

html .mce-content-body {
  width: 95%;
  min-width: 95%;
  max-width: 95%;
  margin: 20px;
  padding: 0; }

h1 {
  color: #802a87;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 500;
  margin: 0 0 20px; }
  h1 span, h1 strong {
    display: block;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: #777079; }
  @media (max-width: 780px) {
    h1 {
      font-size: 30px; } }

h2 {
  color: #802a87;
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 500;
  margin: 20px 0 12px; }
  body.home h2 {
    color: #802a87;
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 500;
    margin: 0 0 20px; }
    body.home h2 span, body.home h2 strong {
      display: block;
      font-size: 18px;
      font-weight: 500;
      text-transform: uppercase;
      color: #777079; }
    @media (max-width: 780px) {
      body.home h2 {
        font-size: 30px; } }
  @media (max-width: 780px) {
    h2 {
      font-size: 26px; } }

h3, h4, h5, h6 {
  color: #802a87;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
  margin: 20px 0 12px; }
  @media (max-width: 780px) {
    h3, h4, h5, h6 {
      font-size: 24px; } }

h4, h5, h6 {
  color: #802a87;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  margin: 20px 0 12px; }
  @media (max-width: 780px) {
    h4, h5, h6 {
      font-size: 20px; } }

.flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.webcom-top {
  padding: 8px 0;
  background: #802a87; }
  .webcom-top .flexbox {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end; }
    @media (max-width: 950px) {
      .webcom-top .flexbox {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center; } }
    @media (max-width: 700px) {
      .webcom-top .flexbox {
        text-align: center; } }
    .webcom-top .flexbox .contact {
      font-family: "Open Sans", sans-serif;
      font-size: 14px;
      color: #fff; }
      .webcom-top .flexbox .contact a {
        color: #fff;
        text-decoration: none;
        -webkit-transition: all 250ms;
        -moz-transition: all 250ms;
        -ms-transition: all 250ms;
        -o-transition: all 250ms;
        transition: all 250ms; }
        .webcom-top .flexbox .contact a:hover, .webcom-top .flexbox .contact a:focus {
          color: #c28dbc; }
      .webcom-top .flexbox .contact span.divider {
        display: inline-block;
        margin: 0 12px;
        color: #c28dbc; }
        @media (max-width: 700px) {
          .webcom-top .flexbox .contact span.divider {
            display: block;
            margin: 0;
            font-size: 0; } }
      .webcom-top .flexbox .contact .fa {
        color: #c28dbc;
        margin-right: 3px; }

.webcom-header {
  padding: 14px 0; }
  @media (max-width: 600px) {
    .webcom-header .flexbox {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .webcom-header .logo-wrap {
    line-height: 0; }
  .webcom-header .contact-social {
    max-width: 310px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    @media (max-width: 1000px) {
      .webcom-header .contact-social {
        max-width: 250px; } }
    @media (max-width: 700px) {
      .webcom-header .contact-social {
        max-width: none;
        width: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -moz-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: end;
        -ms-flex-align: end;
        -webkit-align-items: flex-end;
        -moz-align-items: flex-end;
        align-items: flex-end; } }
    @media (max-width: 600px) {
      .webcom-header .contact-social {
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        padding: 15px 0 0; } }
    .webcom-header .contact-social .contact {
      line-height: 1.2;
      font-family: "Open Sans", sans-serif;
      font-size: 24px;
      color: #777079; }
      @media (max-width: 700px) {
        .webcom-header .contact-social .contact {
          padding: 10px 0 0; } }
      .webcom-header .contact-social .contact a {
        color: #777079;
        text-decoration: none;
        -webkit-transition: all 250ms;
        -moz-transition: all 250ms;
        -ms-transition: all 250ms;
        -o-transition: all 250ms;
        transition: all 250ms; }
        .webcom-header .contact-social .contact a:hover, .webcom-header .contact-social .contact a:focus {
          color: #802a87; }
      .webcom-header .contact-social .contact .fa {
        color: #802a87;
        margin-right: 3px; }
    .webcom-header .contact-social .social a {
      display: inline-block;
      vertical-align: middle;
      position: relative;
      background: #c28dbc;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      -webkit-transition: 500ms;
      -moz-transition: 500ms;
      -ms-transition: 500ms;
      -o-transition: 500ms;
      transition: 500ms; }
      .webcom-header .contact-social .social a:hover, .webcom-header .contact-social .social a:focus {
        background: #802a87; }
      .webcom-header .contact-social .social a .fa {
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 22px; }

.webcom-navigation {
  position: relative;
  z-index: 99; }
  .webcom-navigation .webcom-container {
    border-top: 1px solid #d7cdda; }

.fp-banner {
  position: relative;
  overflow: hidden; }
  .fp-banner.flexbox {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap; }
    .fp-banner.flexbox .banner-image {
      max-width: 1070px;
      width: 100%;
      line-height: 0;
      overflow: hidden; }
      .fp-banner.flexbox .banner-image img {
        width: 1070px;
        max-width: none;
        height: initial;
        display: block;
        position: relative;
        left: 0;
        right: 0;
        margin: auto; }
        @media (max-width: 1050px) {
          .fp-banner.flexbox .banner-image img {
            width: 100%;
            max-width: 100%;
            height: auto;
            position: static;
            transform: none; } }
    .fp-banner.flexbox .banner-caption {
      max-width: 930px;
      width: 100%;
      background: url(images/caption-bkg.jpg) bottom center no-repeat;
      background-size: cover;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      overflow: hidden; }
      @media (max-width: 1450px) {
        .fp-banner.flexbox .banner-caption {
          max-width: 520px; } }
      @media (max-width: 1200px) {
        .fp-banner.flexbox .banner-caption {
          max-width: 400px; } }
      @media (max-width: 1050px) {
        .fp-banner.flexbox .banner-caption {
          display: none; } }
      .fp-banner.flexbox .banner-caption .caption {
        max-width: 575px;
        width: 100%;
        padding: 15px 30px;
        text-align: center;
        font-family: "Montserrat", sans-serif;
        font-size: 36px;
        font-weight: 300;
        color: #fff;
        position: relative; }
        @media (max-width: 1200px) {
          .fp-banner.flexbox .banner-caption .caption {
            font-size: 28px; } }
        .fp-banner.flexbox .banner-caption .caption:after {
          content: '';
          display: block;
          background: url(images/flower.png) top center no-repeat;
          background-size: cover;
          width: 94px;
          height: 88px;
          margin: auto; }
        .fp-banner.flexbox .banner-caption .caption strong {
          font-family: "Architects Daughter", cursive;
          font-weight: normal;
          color: #d4dcb5;
          font-size: 60px;
          line-height: 0.8;
          display: inline-block;
          margin: 5px 0 12px; }
          @media (max-width: 1200px) {
            .fp-banner.flexbox .banner-caption .caption strong {
              font-size: 50px; } }
        .fp-banner.flexbox .banner-caption .caption a {
          font-weight: bold;
          text-transform: uppercase;
          text-decoration: none;
          color: #fff;
          -webkit-transition: all 250ms;
          -moz-transition: all 250ms;
          -ms-transition: all 250ms;
          -o-transition: all 250ms;
          transition: all 250ms; }
          .fp-banner.flexbox .banner-caption .caption a:hover, .fp-banner.flexbox .banner-caption .caption a:focus {
            color: #d4dcb5; }

.inner-banner {
  position: relative;
  overflow: hidden; }
  .inner-banner img {
    width: 2000px;
    max-width: none;
    height: initial;
    display: block;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .inner-banner .caption-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 1232px;
    padding: 0 16px;
    width: 100%;
    text-align: center; }
    @media (max-width: 550px) {
      .inner-banner .caption-wrap {
        display: none; } }
    .inner-banner .caption-wrap .caption {
      font-family: "Open Sans", sans-serif;
      font-size: 18px;
      color: #fff; }
      @media (max-width: 1150px) {
        .inner-banner .caption-wrap .caption {
          font-size: 16px; } }
      @media (max-width: 950px) {
        .inner-banner .caption-wrap .caption {
          font-size: 14px; } }
      .inner-banner .caption-wrap .caption h1, .inner-banner .caption-wrap .caption h2, .inner-banner .caption-wrap .caption h3, .inner-banner .caption-wrap .caption h4, .inner-banner .caption-wrap .caption h5, .inner-banner .caption-wrap .caption h6 {
        color: #fff;
        font-size: 20px;
        font-weight: normal; }
        @media (max-width: 1150px) {
          .inner-banner .caption-wrap .caption h1, .inner-banner .caption-wrap .caption h2, .inner-banner .caption-wrap .caption h3, .inner-banner .caption-wrap .caption h4, .inner-banner .caption-wrap .caption h5, .inner-banner .caption-wrap .caption h6 {
            font-size: 18px; } }
        @media (max-width: 950px) {
          .inner-banner .caption-wrap .caption h1, .inner-banner .caption-wrap .caption h2, .inner-banner .caption-wrap .caption h3, .inner-banner .caption-wrap .caption h4, .inner-banner .caption-wrap .caption h5, .inner-banner .caption-wrap .caption h6 {
            font-size: 16px; } }
      .inner-banner .caption-wrap .caption a {
        color: #fff;
        text-decoration: underline;
        -webkit-transition: all 250ms;
        -moz-transition: all 250ms;
        -ms-transition: all 250ms;
        -o-transition: all 250ms;
        transition: all 250ms; }
        .inner-banner .caption-wrap .caption a:hover, .inner-banner .caption-wrap .caption a:focus {
          opacity: 0.75; }

.webcom-acf-widget.flexbox {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch; }
  .webcom-acf-widget.flexbox aside {
    width: 24%;
    position: relative;
    margin-bottom: 60px;
    text-align: center; }
    @media (max-width: 930px) {
      .webcom-acf-widget.flexbox aside {
        width: 49%;
        margin-bottom: 50px; } }
    @media (max-width: 400px) {
      .webcom-acf-widget.flexbox aside {
        width: 100%; } }
    .webcom-acf-widget.flexbox aside .widget-img-wrap {
      line-height: 0;
      background: #802a87;
      width: 146px;
      height: 146px;
      overflow: hidden;
      border-radius: 50%;
      margin: auto;
      background: #802a87; }
      .webcom-acf-widget.flexbox aside .widget-img-wrap:hover img {
        opacity: 0.3; }
      .webcom-acf-widget.flexbox aside .widget-img-wrap img {
        width: 100%;
        -webkit-transition: 500ms;
        -moz-transition: 500ms;
        -ms-transition: 500ms;
        -o-transition: 500ms;
        transition: 500ms; }
    .webcom-acf-widget.flexbox aside .widget-learn-more {
      line-height: 1.2;
      padding: 10px 0 0; }
      .webcom-acf-widget.flexbox aside .widget-learn-more a {
        margin: 0;
        font-family: "Montserrat", sans-serif;
        font-size: 18px;
        color: #802a87;
        text-decoration: none;
        font-weight: 500;
        -webkit-transition: all 250ms;
        -moz-transition: all 250ms;
        -ms-transition: all 250ms;
        -o-transition: all 250ms;
        transition: all 250ms; }
        .webcom-acf-widget.flexbox aside .widget-learn-more a:hover, .webcom-acf-widget.flexbox aside .widget-learn-more a:focus {
          color: #c28dbc; }

.webcom-content {
  padding: 40px 0; }
  body.home .webcom-content {
    padding: 75px 0; }
  @media (max-width: 1025px) {
    body.page-contact-us .webcom-content {
      font-size: 15px; } }
  @media (max-width: 950px) {
    body.page-contact-us .webcom-content a[href^="mailto:"] {
      font-size: 13px; } }
  @media (max-width: 780px) {
    body.page-contact-us .webcom-content {
      font-size: 16px; }
      body.page-contact-us .webcom-content a[href^="mailto:"] {
        font-size: 16px; } }
  .webcom-content .pb-divider {
    margin: 59px 0 60px !important;
    height: 1px;
    width: 100%;
    background: #d7cdda; }
    @media (max-width: 780px) {
      .webcom-content .pb-divider {
        margin: 39px 0 40px !important; } }
  .webcom-content .testimonial strong, .webcom-content .testimonial span {
    color: #718e5f;
    font-weight: normal;
    display: inline-block;
    padding: 12px 0 12px 12px;
    border-left: 3px solid #718e5f; }
  .webcom-content .coupon {
    background: #e4f3db;
    padding: 10px !important; }
    .webcom-content .coupon .textwidget {
      padding: 20px 10px !important;
      background: #f8fcf6;
      text-align: center;
      border: 2px dashed #718e5f;
      font-family: "Montserrat", sans-serif;
      font-size: 16px;
      font-weight: 500;
      color: #802a87; }
      @media (max-width: 1175px) {
        .webcom-content .coupon .textwidget {
          font-size: 14px; } }
      @media (max-width: 780px) {
        .webcom-content .coupon .textwidget {
          font-size: 16px; } }
      .webcom-content .coupon .textwidget strong, .webcom-content .coupon .textwidget span {
        font-weight: bold;
        font-size: 32px;
        line-height: 1;
        display: inline-block;
        margin-bottom: 15px; }
        @media (max-width: 1175px) {
          .webcom-content .coupon .textwidget strong, .webcom-content .coupon .textwidget span {
            font-size: 25px; } }
        @media (max-width: 925px) {
          .webcom-content .coupon .textwidget strong, .webcom-content .coupon .textwidget span {
            font-size: 20px; } }
        @media (max-width: 780px) {
          .webcom-content .coupon .textwidget strong, .webcom-content .coupon .textwidget span {
            font-size: 30px; } }
      .webcom-content .coupon .textwidget em {
        font-style: normal;
        font-weight: bold;
        font-size: 18px; }
        @media (max-width: 1175px) {
          .webcom-content .coupon .textwidget em {
            font-size: 16px; } }
        @media (max-width: 780px) {
          .webcom-content .coupon .textwidget em {
            font-size: 20px; } }
      .webcom-content .coupon .textwidget hr {
        margin: 1em 0; }
  .webcom-content .parallax {
    background: url(images/parallax-bkg.jpg) center no-repeat;
    background-size: 2000px;
    padding-top: 90px !important;
    padding-bottom: 90px !important;
    font-size: 20px;
    color: #fff;
    border-top: 4px solid #802a87;
    border-bottom: 4px solid #802a87;
    background-attachment: fixed; }
    .webcom-content .parallax h1, .webcom-content .parallax h2 {
      font-size: 30px; }
    .webcom-content .parallax a {
      color: #fff;
      text-decoration: underline;
      -webkit-transition: all 250ms;
      -moz-transition: all 250ms;
      -ms-transition: all 250ms;
      -o-transition: all 250ms;
      transition: all 250ms; }
      .webcom-content .parallax a:hover, .webcom-content .parallax a:focus {
        color: #d4dcb5; }
    .webcom-content .parallax h1, .webcom-content .parallax h2, .webcom-content .parallax h3, .webcom-content .parallax h4, .webcom-content .parallax h5, .webcom-content .parallax h6 {
      color: #fff; }
    @media (max-width: 780px) {
      .webcom-content .parallax {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
        font-size: 16px; } }
    @media (max-width: 550px) {
      .webcom-content .parallax {
        background: #802a87; } }
  .webcom-content .nf-form-fields-required, .webcom-content .nf-form-wrap li:before {
    display: none !important; }
  @media (max-width: 768px) {
    .webcom-content .bullet-margin {
      margin-top: -28px; } }

.closing-cta {
  padding: 95px 0;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 25px;
  color: #fff;
  font-style: italic;
  background: url(images/closing-cta-bkg.jpg) center no-repeat;
  background-size: 2000px;
  background-attachment: fixed;
  position: relative;
  line-height: 1.2; }
  @media (max-width: 1000px) {
    .closing-cta {
      font-size: 22px; } }
  .closing-cta h1, .closing-cta h2, .closing-cta h3, .closing-cta h4, .closing-cta h5, .closing-cta h6 {
    color: #fff; }
  .closing-cta:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
    background: #802a87;
    background: -webkit-linear-gradient(left, #802a87, rgba(128, 42, 135, 0.75));
    background: linear-gradient(to right, #802a87, rgba(128, 42, 135, 0.75)); }
  .closing-cta .content {
    position: relative;
    z-index: 2; }
  .closing-cta a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -ms-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms; }
    .closing-cta a:hover, .closing-cta a:focus {
      color: #fff;
      opacity: 0.75; }

.webcom-footer-navigation .webcom-container {
  border-top: 1px solid #d7cdda; }

@media (max-width: 780px) {
  .webcom-footer-navigation {
    display: none !important; } }

.webcom-footer-navigation ul.footer-nav-inline {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  font-size: 0; }
  .webcom-footer-navigation ul.footer-nav-inline li {
    display: inline-block; }
    .webcom-footer-navigation ul.footer-nav-inline li a {
      padding: 20px 15px;
      font-family: "Montserrat", sans-serif;
      text-decoration: none;
      display: block;
      color: #777079;
      text-transform: uppercase;
      font-size: 16px;
      -webkit-transition: all 250ms;
      -moz-transition: all 250ms;
      -ms-transition: all 250ms;
      -o-transition: all 250ms;
      transition: all 250ms; }
      .webcom-footer-navigation ul.footer-nav-inline li a:hover {
        color: #fff;
        background: #802a87;
        text-decoration: none; }
    .webcom-footer-navigation ul.footer-nav-inline li ul {
      display: none; }

.webcom-wrapper + .webcom-footer-wrapper .webcom-footer .webcom-container {
  border-top: 4px solid #718e5f; }

.webcom-footer {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #534e54; }
  .webcom-footer a {
    color: #534e54;
    text-decoration: none;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms; }
    .webcom-footer a:hover, .webcom-footer a:focus {
      color: #802a87; }
  .webcom-footer .webcom-container {
    padding: 32px 16px; }
  .webcom-footer .flexbox {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start; }
    @media (max-width: 850px) {
      .webcom-footer .flexbox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        text-align: center; } }
  .webcom-footer h1, .webcom-footer h2, .webcom-footer h3, .webcom-footer h4, .webcom-footer h5, .webcom-footer h6 {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #802a87;
    margin: 0 0 20px; }
  .webcom-footer .logo-wrap {
    line-height: 0; }
  .webcom-footer .contact .fa {
    margin-right: 3px;
    color: #718e5f; }
  .webcom-footer .contact span.phone {
    display: block; }
  .webcom-footer .location {
    max-width: 240px;
    width: 100%; }
    .webcom-footer .location .fa {
      margin-right: 3px;
      color: #718e5f; }
    @media (max-width: 850px) {
      .webcom-footer .location {
        max-width: none;
        width: auto;
        padding: 20px 0; } }
  .webcom-footer .social a {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background: #c28dbc;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -ms-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
    margin-right: 3px; }
    .webcom-footer .social a:hover, .webcom-footer .social a:focus {
      background: #802a87; }
    .webcom-footer .social a .fa {
      color: #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-size: 22px; }

.copy.split {
  padding: 20px 0;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  color: #dcc7da;
  background: #802a87; }
  @media (max-width: 475px) {
    .copy.split {
      display: none; } }
  .copy.split .flexbox {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end; }
    @media (max-width: 780px) {
      .copy.split .flexbox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center; } }
  .copy.split strong {
    color: #fff; }
  .copy.split img {
    vertical-align: baseline;
    display: inline-block; }

/*# sourceMappingURL=style.css.map */