@charset "UTF-8";
li {
  font-size: 18px; }

/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/
/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/
/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; } }
/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 80%; }

  .column,
  .columns {
    margin-left: 4%; }

  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns {
    width: 4.66666666667%; }

  .two.columns {
    width: 13.3333333333%; }

  .three.columns {
    width: 22%; }

  .four.columns {
    width: 30.6666666667%; }

  .five.columns {
    width: 39.3333333333%; }

  .six.columns {
    width: 48%; }

  .seven.columns {
    width: 56.6666666667%; }

  .eight.columns {
    width: 65.3333333333%; }

  .nine.columns {
    width: 74.0%; }

  .ten.columns {
    width: 82.6666666667%; }

  .eleven.columns {
    width: 91.3333333333%; }

  .twelve.columns {
    width: 100%;
    margin-left: 0; }

  .one-third.column {
    width: 30.6666666667%; }

  .two-thirds.column {
    width: 65.3333333333%; }

  .one-half.column {
    width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.66666666667%; }

  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.3333333333%; }

  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%; }

  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.6666666667%; }

  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.3333333333%; }

  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%; }

  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.6666666667%; }

  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.3333333333%; }

  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78.0%; }

  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.6666666667%; }

  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.6666666667%; }

  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns {
    margin-left: 52%; } }
/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }

body {
  font-size: 1.5em;
  /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  color: #222; }

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }

h1 {
  font-size: 4.0rem;
  line-height: 1.2;
  letter-spacing: -.1rem; }

h2 {
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -.1rem; }

h3 {
  font-size: 3.0rem;
  line-height: 1.3;
  letter-spacing: -.1rem; }

h4 {
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: -.08rem; }

h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -.05rem; }

h6 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0; }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 {
    font-size: 5.0rem; }

  h2 {
    font-size: 4.2rem; }

  h3 {
    font-size: 3.6rem; }

  h4 {
    font-size: 3.0rem; }

  h5 {
    font-size: 2.4rem; }

  h6 {
    font-size: 1.5rem; } }
p {
  margin-top: 0; }

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button, .button-ghost,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: inline-block;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  cursor: pointer;
  box-sizing: border-box; }

.button:focus, .button-ghost:focus,
.button:hover,
.button-ghost:hover,
button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
  color: #333;
  border-color: #888;
  outline: 0; }

.button.button-primary, .button-primary.button-ghost,
button.button-primary,
input[type="button"].button-primary,
input[type="reset"].button-primary,
input[type="submit"].button-primary {
  color: #FFF;
  background-color: #33C3F0; }

.button.button-primary:focus, .button-primary.button-ghost:focus,
.button.button-primary:hover,
.button-primary.button-ghost:hover,
button.button-primary:focus,
button.button-primary:hover,
input[type="button"].button-primary:focus,
input[type="button"].button-primary:hover,
input[type="reset"].button-primary:focus,
input[type="reset"].button-primary:hover,
input[type="submit"].button-primary:focus,
input[type="submit"].button-primary:hover {
  color: #FFF;
  background-color: #1EAEDB; }

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
  height: 38px;
  padding: 6px 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }

/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }

input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
  border: 1px solid #33C3F0;
  outline: 0; }

label,
legend {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600; }

fieldset {
  padding: 0;
  border-width: 0; }

input[type="checkbox"],
input[type="radio"] {
  display: inline; }

label > .label-body {
  display: inline-block;
  margin-left: 0.5rem;
  font-weight: normal; }

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }

ol {
  list-style: decimal inside; }

ol,
ul {
  padding-left: 0;
  margin-top: 0; }

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }

li {
  margin-bottom: 1rem; }

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: 0.2rem 0.5rem;
  margin: 0 0.2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
td,
th {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }

td:first-child,
th:first-child {
  padding-left: 0; }

td:last-child,
th:last-child {
  padding-right: 0; }

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button, .button-ghost,
button {
  margin-bottom: 1rem; }

fieldset,
input,
select,
textarea {
  margin-bottom: 1.5rem; }

blockquote,
dl,
figure,
form,
ol,
p,
pre,
table,
ul {
  margin-bottom: 2.5rem; }

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }

.u-pull-right {
  float: right; }

.u-pull-left {
  float: left; }

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/
/* Larger than mobile */
/* Larger than phablet (also point when grid becomes active) */
/* Larger than tablet */
/* Larger than desktop */
/* Larger than Desktop HD */
/*
 * jQuery FlexSlider v2.6.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url("/fonts/flexslider-icon.eot");
  src: url("/fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("/fonts/flexslider-icon.woff") format("woff"), url("/fonts/flexslider-icon.ttf") format("truetype"), url("/fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none; }

.flex-control-nav,
.flex-direction-nav,
.slides,
.slides > li {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #ffffff;
  border: 4px solid #ffffff;
  position: relative;
  zoom: 1;
  border-radius: 4px;
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2); }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto;
  -moz-user-select: none; }

.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 50px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  color: #0c0c0c;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease-in-out; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: #0c0c0c;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(12, 12, 12, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  box-shadow: inset 0 0 3px rgba(12, 12, 12, 0.3);
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -moz-user-select: none;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.author-container {
  font-family: "Roboto", sans-serif;
  display: flex;
  gap: 0.9rem;
  margin: 4rem 0 2rem;
  justify-content: center; }
  .author-container .image {
    width: 5.2rem;
    height: auto;
    padding: 0;
    margin: 0; }
  .author-container img {
    width: 100%;
    border-radius: 50%; }
  .author-container .author-info {
    margin-top: -0.6rem;
    line-height: 2.2rem; }
  .author-container .name {
    font-size: 1.5rem;
    font-weight: 500;
    padding: 0 0 1px;
    margin: 0;
    line-height: 2.4rem; }
    .author-container .name a {
      text-decoration: underline; }
      .author-container .name a:hover {
        text-decoration: none; }
  .author-container .bio {
    max-width: 55rem;
    font-size: 1.5rem;
    font-weight: 400;
    padding: 0;
    margin: 0;
    line-height: 2.2rem; }

@media (max-width: 500px) {
  .author-container .image {
    width: 9rem; } }
.ad-card {
  border: 3px solid #cfcfcf;
  border-radius: 0px;
  width: 100%;
  margin: 0 auto 2rem auto; }
  .ad-card h5 {
    margin-left: 2rem; }
  .ad-card hr {
    margin-top: 0;
    margin-bottom: 1rem; }
  .ad-card .subtext span {
    background-color: #e7bc25;
    padding: 5px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500; }
  .ad-card .video-container {
    background-position: center;
    background-size: cover; }
    .ad-card .video-container .video-wrapper {
      background-position: center;
      background-size: cover; }
      .ad-card .video-container .video-wrapper video {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }

.ad-image-container {
  width: 100%; }
  .ad-image-container img {
    width: 100%; }

.ad-text-container {
  padding: 1rem 1.5rem;
  text-align: center; }

.ad-title {
  font-size: 2.6rem;
  font-weight: bold;
  margin: 0 0 1rem;
  padding: 0;
  line-height: 1.3; }

.ad-text {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.3;
  margin: 0;
  padding: 0; }

.ad-new-button {
  display: flex;
  justify-content: center;
  margin: 1.5rem auto 1rem; }

.ad-new-button > a {
  background: #008d27;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 0px;
  padding: 1rem 2rem;
  margin: 0;
  text-align: center;
  text-decoration: none;
  font-size: 2rem;
  transition: all 0.3s ease; }
  .ad-new-button > a:hover {
    background: #008d27;
    color: #ffffff;
    border: 1px solid #ffffff; }
  .ad-new-button > a:active {
    box-shadow: 0 0 0 #0c0c0c;
    transform: translateY(0rem); }

.cta-card {
  border: 1px solid #cfcfcf;
  border-radius: 0px;
  width: 100%;
  margin: 0 auto 2rem auto; }
  .cta-card h5 {
    margin-left: 2rem; }
  .cta-card hr {
    margin-top: 0;
    margin-bottom: 1rem; }
  .cta-card .video-container {
    background-position: center;
    background-size: cover; }
    .cta-card .video-container .video-wrapper {
      background-position: center;
      background-size: cover; }
      .cta-card .video-container .video-wrapper video {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }

.cta-image-container {
  width: 100%; }
  .cta-image-container img {
    width: 100%; }

.cta-text-container {
  padding: 1rem 1.5rem;
  text-align: center; }

.cta-title {
  font-size: 2.6rem;
  font-weight: bold;
  margin: 0 0 1rem;
  padding: 0;
  line-height: 1.3; }

.cta-text {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.3;
  margin: 0;
  padding: 0; }

.cta-new-button {
  display: flex;
  justify-content: center;
  margin: 1.5rem auto; }

.cta-new-button > a {
  background: #008d27;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 0px;
  padding: 1rem 2rem;
  margin: 0;
  text-align: center;
  text-decoration: none;
  font-size: 2rem;
  transition: all 0.3s ease; }
  .cta-new-button > a:hover {
    background: #008d27;
    color: #ffffff;
    border: 1px solid #ffffff; }
  .cta-new-button > a:active {
    box-shadow: 0 0 0 #0c0c0c;
    transform: translateY(0rem); }

.post-content .cta-box {
  font-family: "Roboto", sans-serif;
  margin: 0 0 2.5rem 0;
  padding: 1.2rem;
  border: 1px solid #c6c6c6; }
  .post-content .cta-box p {
    display: inline-block;
    padding: 0;
    margin: 0;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 2.1rem; }
  .post-content .cta-box a.cta {
    font-size: 1.6rem;
    font-weight: 600;
    padding: 0;
    margin: 0;
    text-decoration: underline;
    background-color: transparent; }
  .post-content .cta-box .cta:hover {
    background-color: initial;
    text-decoration: none; }

.post-content {
  --line-height: 22px; }
  .post-content .cta-content-box {
    font-family: "Roboto", sans-serif;
    margin: 4rem 0 4rem 0;
    padding: 1.5rem;
    border: 1px solid #c6c6c6;
    line-height: var(--line-height); }
    .post-content .cta-content-box ul {
      padding: 0;
      margin: 0.2rem 0 0 1.8rem;
      line-height: var(--line-height); }
      .post-content .cta-content-box ul li {
        list-style-position: outside;
        padding: 0.5rem 0 0.5rem 0.1rem;
        margin: 0;
        line-height: var(--line-height); }
      .post-content .cta-content-box ul li > * {
        vertical-align: text-top;
        line-height: var(--line-height); }
    .post-content .cta-content-box p {
      display: inline-block;
      padding: 0;
      margin: 0;
      font-size: 1.6rem;
      font-weight: 300;
      line-height: var(--line-height); }
    .post-content .cta-content-box a {
      font-size: 1.6rem;
      font-weight: 600;
      line-height: var(--line-height);
      text-decoration: underline; }
      .post-content .cta-content-box a:hover {
        text-decoration: none;
        color: black; }
    .post-content .cta-content-box .cta {
      font-weight: 600; }

.jp-audio {
  border: 0;
  color: #0c0c0c;
  font-family: 'Source Sans Pro',sans-serif;
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: #3f3f3f;
  text-align: left;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 75%; }
  .jp-audio.jp-state-no-volume .jp-volume-controls {
    display: none; }
  .jp-audio.jp-state-muted .jp-controls a.jp-volume-max {
    display: inline-block !important; }
  .jp-audio.jp-state-muted .jp-controls a.jp-mute {
    display: none; }
  .jp-audio.jp-state-playing .jp-controls a.jp-pause {
    display: inline-block !important; }
  .jp-audio .jp-controls {
    table-layout: fixed;
    width: 100%;
    border-bottom: 5px solid #fff;
    font-size: 20px;
    margin: 5px 0 0; }
    .jp-audio .jp-controls .jp-volume-max {
      display: none !important; }
    .jp-audio .jp-controls .jp-pause, .jp-audio .jp-controls .jp-play {
      background-color: rgba(0, 0, 0, 0); }
    .jp-audio .jp-controls a {
      background-color: rgba(0, 0, 0, 0);
      color: #0c0c0c;
      display: inline-block;
      line-height: 40px;
      text-align: center;
      text-decoration: none;
      width: 100%;
      transition: all 0.15s ease-out 0s; }
      .jp-audio .jp-controls a:hover {
        color: #3f3f3f; }
  .jp-audio .jp-progress {
    background-color: #fff;
    height: 10px;
    margin-top: 10px; }
    .jp-audio .jp-progress .jp-seek-bar {
      cursor: pointer;
      height: 100%; }
    .jp-audio .jp-progress .jp-play-bar {
      background-color: #3f3f3f;
      height: 100%;
      width: 0; }
  .jp-audio .timekeeper {
    color: #0c0c0c;
    font-size: 11px;
    text-align: right; }
  .jp-audio .jp-no-solution {
    background-color: #b28282;
    color: rgba(0, 0, 0, 0);
    display: none;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 0;
    text-align: center; }

.max-width-container {
  max-width: 140rem;
  margin: 0 auto; }

.navbar-header {
  float: right; }

.navbar-toggle {
  display: block; }
  .navbar-toggle i {
    color: #000000; }

.navbar-collapse {
  max-height: none !important;
  border-top: 1px solid transparent;
  box-shadow: inset 0 0.1rem 0 rgba(255, 255, 255, 0.1); }

.navbar-collapse.collapse {
  display: none !important; }

.navbar-nav {
  float: none !important;
  margin: 0.75rem -1.5rem; }

.navbar-nav > li {
  float: none; }
  .navbar-nav > li:last-child {
    margin-bottom: 1.5rem; }
  .navbar-nav > li img {
    max-height: 2.5rem;
    max-width: 2.8rem;
    margin-right: 0.5rem; }

.navbar-nav > li > a {
  font-size: 2.2rem;
  font-weight: bold;
  padding: 0.8rem 0 0.8rem 0.5rem; }

.navbar-collapse.collapse.in {
  display: block !important; }

.navbar-andross {
  min-height: 5.2rem;
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.24) 0rem 0.3rem 0.8rem;
  width: 100%;
  overflow: hidden;
  transition: all 0.5s ease; }

.navbar-andross .navbar-brand {
  color: #0c0c0c;
  font-size: 2rem;
  text-transform: uppercase; }

.navbar-brand {
  padding: 0; }

.navbar-nav > li {
  margin-right: 1rem;
  margin-bottom: 0rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid #eaeaea;
  transition: all 0.15s ease-out 0s; }

.cta {
  background: transparent;
  color: #ffffff;
  text-transform: capitalize;
  font-size: 2rem;
  font-weight: 300; }
  .cta:hover {
    background: #eeeeee;
    color: black; }
  .cta:active {
    text-decoration: none;
    color: #0c0c0c; }
  .cta:focus {
    text-decoration: none;
    color: #0c0c0c; }

.navbar-nav {
  padding: 0 2rem;
  margin: 0;
  list-style: none; }
  .navbar-nav li > img {
    max-height: 3rem; }

.fa-bars {
  color: #0c0c0c; }

.navbar-toggle:hover {
  background: #e6e6e6;
  border: 1px solid #cccccc; }

.phone, .fa-phone {
  color: #000000; }

.navbar-right {
  margin-top: 1.5rem; }
  .navbar-right a {
    font-weight: bold;
    color: black; }

.nav-logo {
  max-width: 90px;
  margin: 0.5rem 0 0.5rem 1.2rem; }

@media (max-width: 767px) {
  .navbar-header {
    float: none; }

  .nav-logo {
    display: none; }

  .nav-logo-small {
    max-width: 90px;
    margin: 0.5rem 0 0.5rem 1.2rem; }

  .navbar-nav {
    padding: 0; }

  .navbar-nav > li > a {
    font-size: 1.8rem;
    font-weight: bold;
    padding: 0.8rem 0 0.8rem 1.5rem;
    line-height: 1.5rem; } }
.nav-overlay {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.35);
  transition: all 0.5s ease;
  overflow: auto;
  pointer-events: none; }

.nav-overlay.open {
  opacity: 100;
  pointer-events: auto; }

.nav-phone {
  position: absolute;
  top: 1.4rem;
  right: 8.3rem;
  margin: 0;
  padding: 0;
  font-size: 2rem;
  font-weight: 500;
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content; }
  .nav-phone i {
    position: relative;
    right: 0.4rem;
    top: 0.1rem; }
  .nav-phone a {
    color: #000000; }
  .nav-phone a:hover {
    color: black; }

.sidenav {
  height: 100%;
  width: 415px;
  position: fixed;
  z-index: 2500;
  top: 0;
  right: -55rem;
  background: #ffffff;
  opacity: 0.96;
  transition: all 0.5s ease;
  padding-top: 6rem; }

.sidenav.open {
  right: 0; }

.sidenav-contact-container {
  margin: 2rem 0 0; }

.sidenav a {
  padding: 0rem 0.8rem 0.8rem 5rem;
  text-decoration: none;
  font-size: 2rem;
  font-weight: 400;
  color: #000000;
  display: block; }

a.ellipsis {
  font-size: 2rem;
  font-weight: 400;
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.sidenav a:hover {
  color: black; }

.sidenav .close-button {
  position: absolute;
  left: -5rem;
  top: 9.2rem;
  margin: 0;
  padding: 0.4rem 0rem 0rem 1.3rem;
  font-size: 5rem;
  font-weight: 300;
  background: #e6e6e6;
  color: #000000;
  width: 5rem;
  height: 5rem;
  line-height: 0.7;
  border-radius: 1rem 0 0 1rem; }

.sidenav .close-button:hover {
  color: black;
  background: white;
  cursor: pointer; }

.sidenav .call-button {
  display: flex;
  margin: 0 auto 1rem;
  background-color: #fff;
  border-color: gray;
  width: calc(100% - 10.3rem); }
  .sidenav .call-button:hover {
    color: #494949;
    background: #e2e2e2; }
  .sidenav .call-button i {
    color: black;
    font-size: 2.25rem;
    padding-right: 0.2rem;
    transform: translateY(0.1rem); }
  .sidenav .call-button a {
    color: #000;
    display: block;
    font-size: 2.25rem;
    font-weight: 500;
    margin: 0 auto;
    padding: 0.7rem 0; }
  .sidenav .call-button img {
    width: 100%;
    height: auto; }

.sidenav-logo {
  display: flex;
  justify-content: center;
  padding: 0 5rem;
  margin: 0 0 2.5rem; }
  .sidenav-logo a {
    display: block;
    width: 200px;
    padding: 0;
    margin: 0; }
  .sidenav-logo img {
    width: 100%;
    height: auto; }

@media (max-width: 575px) {
  .nav-phone {
    top: 1.6rem;
    right: 7.7rem;
    font-size: 1.75rem; }

  .sidenav.open {
    right: 0; }

  .sidenav {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 2500;
    top: 0;
    right: -100vw;
    opacity: 1;
    transition: all 0.5s ease;
    padding: 8.5rem 4rem 0; }
    .sidenav a {
      padding: 0.5rem 0.5rem 0.5rem 0;
      text-decoration: none;
      font-size: 1.8rem;
      font-weight: 400;
      display: block; }
    .sidenav a.ellipsis {
      font-size: 1.6rem;
      font-weight: 400; }
    .sidenav .close-button {
      position: absolute;
      top: 0;
      right: 0;
      left: initial;
      margin: 0;
      padding: 0.1rem 0rem 0rem 1.3rem;
      font-size: 7rem;
      font-weight: 300;
      width: 6rem;
      height: 6rem;
      line-height: 0.7;
      border-radius: 0; }
    .sidenav .call-button {
      display: flex;
      margin: 0 auto 3rem;
      background-color: #fff;
      border-color: gray;
      width: 100%; }
      .sidenav .call-button i {
        color: black;
        font-size: 2rem;
        padding-right: 0.2rem;
        transform: translateY(0.1rem); }
      .sidenav .call-button a {
        color: #000;
        display: block;
        font-size: 2rem;
        font-weight: 500;
        margin: 0 auto;
        padding: 0.7rem 0; }
      .sidenav .call-button img {
        width: 100%;
        height: auto; }

  .sidenav-logo {
    padding: 0;
    margin: 0 0 3.3rem; }
    .sidenav-logo a {
      display: block;
      width: 90px;
      padding: 0;
      margin: 0; }
    .sidenav-logo img {
      width: 100%;
      height: auto; } }
@media (max-width: 430px) {
  .nav-phone {
    display: none; } }
.navbar-andross-bottom {
  background: #999999;
  color: #fff;
  padding: 0;
  margin: 0;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.5); }
  .navbar-andross-bottom .container-fluid {
    padding: 0; }
    .navbar-andross-bottom .container-fluid .nav, .navbar-andross-bottom .container-fluid .navbar-nav {
      padding: 0;
      text-align: center;
      margin: 0; }
      .navbar-andross-bottom .container-fluid .nav li, .navbar-andross-bottom .container-fluid .navbar-nav li {
        display: inline-block;
        width: 24%;
        text-align: center;
        margin: 0;
        padding-top: 0.2rem;
        padding-bottom: 0.2rem; }
        .navbar-andross-bottom .container-fluid .nav li a, .navbar-andross-bottom .container-fluid .navbar-nav li a {
          color: #fff;
          margin: 0;
          line-height: 0;
          padding: 0.5rem; }
          .navbar-andross-bottom .container-fluid .nav li a img, .navbar-andross-bottom .container-fluid .navbar-nav li a img {
            height: 3rem; }
          .navbar-andross-bottom .container-fluid .nav li a i, .navbar-andross-bottom .container-fluid .navbar-nav li a i {
            margin-bottom: -2rem;
            position: absolute;
            font-size: 3rem; }

.navbar-andross-bottom .container-fluid {
  margin: 0; }

.bottom-cta {
  display: none;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 100;
  background-color: #ffffff;
  padding: 1rem; }
  .bottom-cta.closed {
    display: none; }
  .bottom-cta .close-button {
    position: absolute;
    display: flex;
    background: #ffffff;
    color: #008d27;
    height: 3.5rem;
    width: 3.4rem;
    top: -3.5rem;
    right: 0;
    font-size: 2.25rem;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 1rem 0 0 0; }
  .bottom-cta .bottom-cta-container {
    display: flex;
    gap: 1rem; }
    .bottom-cta .bottom-cta-container a.phone-container {
      width: 35%;
      margin: 0;
      display: flex;
      padding: 0;
      justify-content: center;
      flex-direction: column;
      aspect-ratio: 10/10;
      background: #ffffff;
      gap: 0.5rem; }
      .bottom-cta .bottom-cta-container a.phone-container:hover {
        background: bottom-mobile-cta-background-color; }
      .bottom-cta .bottom-cta-container a.phone-container p {
        font-size: 6vw;
        color: #008d27;
        font-weight: 300;
        margin: 0 auto;
        padding: 0; }
      .bottom-cta .bottom-cta-container a.phone-container i {
        font-size: 13vw;
        margin: 0 auto;
        color: #008d27; }
    .bottom-cta .bottom-cta-container .cta-container {
      display: flex;
      flex-direction: column;
      width: 65%;
      gap: 1rem; }
      .bottom-cta .bottom-cta-container .cta-container a.cta {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        background: #008d27; }
        .bottom-cta .bottom-cta-container .cta-container a.cta:hover {
          background: #008d27; }
        .bottom-cta .bottom-cta-container .cta-container a.cta p {
          margin: 0;
          padding: 0;
          font-size: 5vw;
          color: #ffffff;
          font-weight: 300; }

@media (max-width: 480px) {
  .bottom-cta {
    display: block; } }
.featured-container {
  border: 1px solid #cfcfcf;
  border-radius: 0px;
  width: 100%;
  margin: 0 auto 2rem; }
  .featured-container p {
    margin: 0;
    padding: 0; }
  .featured-container h3 {
    font-size: 2.8rem;
    margin-left: 1.5rem;
    font-weight: 300; }
  .featured-container hr {
    margin: 0; }
  .featured-container ul, .featured-container li {
    padding: 0;
    margin: 0; }
  .featured-container ul {
    list-style: none; }
  .featured-container li .blog-card {
    padding: 1.5rem 1.5rem 2rem;
    margin: 2rem;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.15) 0rem 0.4rem 1.2rem; }
    .featured-container li .blog-card .image {
      margin-bottom: 1.5rem; }
    .featured-container li .blog-card .title {
      font-size: 2rem;
      font-weight: 400;
      line-height: 2.6rem;
      padding-bottom: 0.1rem; }
      .featured-container li .blog-card .title a p {
        font-size: 2.2rem;
        line-height: 1.3; }

.hero-img {
  background-position: center;
  background-size: cover;
  height: 45rem; }

.hero-buttons {
  display: flex;
  justify-content: center;
  gap: 2rem; }

.hero-video-container {
  background-position: center;
  background-size: cover;
  height: 45rem; }
  .hero-video-container .video-wrapper {
    background-position: center;
    background-size: cover;
    height: 45rem; }
    .hero-video-container .video-wrapper .overlay {
      height: 45rem;
      width: 100%;
      position: absolute;
      top: 6rem;
      left: 0; }
    .hero-video-container .video-wrapper video {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

.hero-backdrop {
  background-color: rgba(0, 0, 0, 0.6);
  height: 45rem; }

.hero-text {
  text-align: center;
  left: 50%;
  transform: translate(-50%, -55%);
  position: absolute;
  top: 29rem;
  width: 100%; }
  .hero-text h1 {
    font-size: 4.8rem;
    font-weight: 500;
    margin: 0 auto 1.3rem;
    line-height: 1.3;
    letter-spacing: 0;
    max-width: 90rem;
    color: #ffffff; }
  .hero-text p {
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.5;
    margin: -0.5rem auto 2.5rem;
    max-width: 66rem;
    color: #ffffff; }

#hero {
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 6rem; }

.nav-usp {
  color: #000000;
  z-index: 1500;
  font-size: 2.4rem;
  font-weight: 300;
  text-align: center;
  position: fixed;
  top: 3.1rem;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap; }

@media (max-width: 1100px) {
  .hero-text h1 {
    max-width: 70rem; } }
@media (max-width: 992px) {
  .nav-usp {
    font-size: 1.8rem; } }
@media (max-width: 800px) {
  .nav-usp {
    display: none; }

  .hero-text h1 {
    max-width: 60rem; }
  .hero-text p {
    max-width: 50rem; }

  .hero-buttons {
    flex-direction: column;
    gap: 0rem; } }
@media (max-width: 675px) {
  .hero-text {
    padding: 2rem;
    transform: translate(-50%, -50%); }
    .hero-text h1 {
      font-size: 3.4rem;
      font-weight: 500;
      line-height: 1.2;
      max-width: 34rem; }
    .hero-text p {
      font-size: 1.8rem;
      margin: 0.2rem auto 2.5rem;
      max-width: 40rem; } }
@media (max-width: 600px) {
  .cta {
    padding: 1rem; }

  .cta-button button {
    padding: 1rem 2rem;
    font-size: 1.8rem;
    font-weight: bold; } }
@media (max-width: 480px) {
  .hero-text {
    padding: 2rem; }
    .hero-text h1 {
      font-size: 3.2rem;
      font-weight: 500;
      line-height: 1.2; }
    .hero-text p {
      font-size: 1.6rem; } }
@media (max-width: 400px) {
  .cta {
    padding: 0.5rem; }
    .cta h1 {
      font-size: 4.1rem;
      font-weight: 800;
      line-height: 1; } }
:root {
  font-size: 10px; }

html {
  font-size: 10px;
  overflow-x: hidden; }

* {
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: none; }

.content-container, .post-container {
  animation: 1s ease-in-out slideup; }

.nav-start {
  animation: 1s ease-in-out slidedown; }

.sidebar {
  animation: 1s ease-in-out slideup; }

.navbar-andross-bottom {
  animation: 1s ease-in-out fadein; }

.bottom-cta {
  animation: 1s ease-in-out slideup; }

.socials {
  animation: 1s ease-in-out slideup; }

@keyframes slideup {
  0% {
    opacity: 0;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px); }
  100% {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px); } }
@keyframes slidedown {
  0% {
    opacity: 0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px); }
  100% {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px); } }
@keyframes fadein {
  0% {
    transform: scale(1.01);
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    opacity: 0; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    opacity: 1; } }
body {
  font-family: "Roboto", sans-serif;
  color: #212121;
  overflow-x: hidden;
  margin: 0;
  background: #ffffff;
  animation: 1s ease-in-out fadein; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  margin: 1rem 0; }

h1 {
  font-size: 5rem; }

h2 {
  font-size: 4.2rem; }

h3 {
  font-size: 3.6rem; }

h4 {
  font-size: 3rem; }

h5 {
  font-size: 2.4rem; }

h6 {
  font-size: 1.5rem; }

p {
  font-size: 18px; }

ul {
  list-style: disc;
  padding-left: 3rem;
  list-style-position: inside; }

ol {
  list-style: decimal;
  padding-left: 3rem;
  list-style-position: inside; }

.left {
  text-align: left; }

.center {
  text-align: center; }

.container {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto; }

.container-fluid {
  padding: 0 25px; }

a {
  color: #0c0c0c;
  text-decoration: none; }
  a:hover {
    text-decoration: none;
    color: #3f3f3f; }
  a:visited {
    text-decoration: none; }

.button, .button-ghost, button, input[type="button"], input[type="submit"] {
  color: white;
  background: #0c0c0c;
  padding: 1rem 2rem;
  border: 1px solid #0c0c0c;
  border-radius: 0px; }
  .button:hover, .button-ghost:hover, button:hover, input[type="button"]:hover, input[type="submit"]:hover {
    background: #3f3f3f;
    border: 1px solid #0c0c0c;
    color: white; }
  .button:visited, .button-ghost:visited, button:visited, input[type="button"]:visited, input[type="submit"]:visited {
    color: white; }

.whitespace {
  margin-top: 3rem; }

.button-ghost {
  background: transparent;
  border: 1px solid white; }
  .button-ghost:hover {
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid white;
    color: #0c0c0c; }

.button-ghost.brand {
  border-color: #0c0c0c;
  color: #0c0c0c; }
  .button-ghost.brand:hover {
    border-color: #3f3f3f;
    color: #3f3f3f; }

.legal-contact p {
  line-height: 1px !important; }

.pr-10px {
  padding-right: 10px; }

.px-15px {
  padding-left: 15px !important;
  padding-right: 15px !important; }

.pl-10px {
  padding-left: 10px; }

.pt-15px {
  padding-top: 15px; }

.pb-30px {
  padding-bottom: 30px; }

.mt-25px {
  margin-top: 25px; }

table tr, table td {
  border-bottom: 1px solid gray;
  padding: 0.5rem; }

.hidden {
  display: none; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.disabled {
  color: gray;
  fill: grey; }

.warning {
  padding-top: 12rem;
  background: red;
  color: white; }

.sidebar-container {
  margin-top: 25px;
  padding-left: 0; }

.device-only {
  display: none; }

.desktop-only {
  display: block; }

@media (max-width: 992px) {
  .sidebar-container {
    padding-left: 0; }

  .device-only {
    display: block; }

  .desktop-only {
    display: none; } }
@media (max-width: 480px) {
  .container-fluid {
    padding: 0 15px; } }
.paginator-links {
  text-align: center;
  padding: 1rem;
  font-size: 3rem;
  font-weight: 300;
  display: inline-table;
  width: 100%;
  color: #dadada; }
  .paginator-links svg {
    fill: #0c0c0c;
    height: 2rem;
    width: 2rem; }
  .paginator-links .disabled {
    fill: #dadada; }

/* Text components */
.paginator-links .start-ellipsis::before,
.paginator-links .end-ellipsis::before {
  content: "..."; }

.paginator-links .seperator::before {
  content: ""; }

.paginator-links .first-page::before {
  content: "First"; }

.paginator-links .previous-page::before {
  content: ""; }

.paginator-links .next-page::before {
  content: "";
  display: table-row-group; }

.paginator-links .last-page::before {
  content: "Last"; }

/* The actual buttons */
.paginator-links .first-page::before,
.paginator-links .previous-page::before,
.paginator-links .next-page::before,
.paginator-links .last-page::before,
.paginator-links .number {
  border-radius: 1em;
  margin: 0.5rem;
  padding: 0.5rem; }

.paginator-links .number.current {
  font-weight: bold; }

@media (max-width: 500px) {
  .paginator-links {
    font-size: 2.5rem;
    padding: 0rem 1.5rem 5rem; }
    .paginator-links svg {
      height: 2rem;
      width: 2rem; } }
.flex {
  display: flex;
  justify-content: center;
  padding-left: 0;
  padding-right: 0; }

.post-column .search-box {
  margin: 4.6rem auto 0;
  width: 100%; }
.post-column.sidebar {
  padding-top: 14.5rem; }

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw; }

.content-wrapper {
  position: relative;
  bottom: 5.5rem;
  border-radius: 0.9rem 0.9rem 0 0;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.5);
  margin-left: 10rem; }

.blog-category {
  font-size: 1.5rem;
  font-weight: 300;
  text-transform: uppercase;
  font-weight: 400;
  color: #464646;
  padding: 0 0 0 0.9rem;
  margin: 1.7rem 0 0; }

.post .youtube-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem; }
.post .youtube {
  width: 120%;
  max-width: 90vw;
  height: auto;
  aspect-ratio: 16/9;
  margin: 0;
  align-self: center; }

.post-container {
  padding: 3.5rem 0 0;
  margin: 0 2rem;
  max-width: 80rem; }

.pad {
  padding: 0 2rem; }

.pt-7rem {
  padding-top: 7rem; }

.post-list {
  padding-left: 0; }
  .post-list li {
    display: inline; }

.post-overview-title {
  font-size: 2.75rem;
  text-align: left;
  padding: 1rem 0 1rem 1.4rem;
  margin: 0;
  font-weight: bold;
  letter-spacing: -0.05rem; }
  .post-overview-title a {
    padding: 0; }

.post-title {
  font-family: "Gelasio", serif;
  font-size: 3rem;
  text-align: center;
  font-weight: 600;
  font-style: italic;
  line-height: 4.6rem;
  margin: 0 0 0.8rem;
  padding: 0; }

.post-subtitle {
  font-family: "Gelasio", serif;
  font-size: 2rem;
  color: #363636;
  text-align: center;
  font-weight: 300;
  margin: 0.5rem 0 4rem 0;
  padding: 0;
  letter-spacing: -0.01em;
  line-height: 3rem; }

.post-link {
  padding-left: 0.8rem;
  transition: all 0.3s ease-in-out; }

.post-image {
  width: 100%;
  margin: 0; }

.quarter-image {
  display: block;
  margin: 0 auto;
  width: 25%; }

.half-image {
  display: block;
  margin: 0 auto;
  width: 50%; }

.three-quarter-image {
  display: block;
  margin: 0 auto;
  width: 75%; }

.post-image-container {
  padding: 0; }

.excerpt {
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.3;
  padding: 1.8rem 1rem 2rem;
  margin-bottom: 0.3rem; }

.post-list ul {
  margin: 0 auto; }
.post-list li {
  display: inline; }

.content-container {
  border: 1px solid #cfcfcf;
  margin: 1rem auto 2.5rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0rem 0.4rem 1.2rem; }
  .content-container hr {
    margin-top: 0;
    margin-bottom: 0; }

.center-image {
  margin: 0 auto;
  display: block; }

.readlink {
  margin-left: 1.1rem; }

.readlink > a {
  background: #008d27;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 0px;
  padding: 1rem 2rem;
  margin-top: 2rem;
  text-decoration: none;
  font-size: 2rem;
  transition: all 0.3s ease; }
  .readlink > a:hover {
    background: #008d27;
    color: #ffffff;
    border: 1px solid #ffffff; }
  .readlink > a:active {
    box-shadow: 0 0 0 #0c0c0c;
    transform: translateY(0rem); }

#arrow_left, #arrow_right {
  max-width: 2rem; }

.pagination {
  text-align: center;
  padding: 1rem;
  font-size: 2.7rem;
  font-weight: 200; }

.row.title {
  position: relative; }

.post-content {
  font-family: "Gelasio", serif;
  color: #363636;
  padding: 0 0 3rem; }
  .post-content .publish-date {
    margin: 0 0 2rem;
    padding: 0; }
  .post-content p, .post-content li {
    font-size: 2rem;
    font-weight: 300;
    line-height: 3rem;
    margin-bottom: 1.5rem; }
  .post-content h2 {
    font-family: "Gelasio", serif;
    font-weight: 600;
    font-size: 2.6rem; }
  .post-content .blog-image {
    width: 100%;
    height: auto;
    margin: 0; }
  .post-content p img {
    width: 100%;
    height: auto;
    margin: 0; }
  .post-content .blog-image + em {
    display: block;
    color: #727272;
    margin-top: 0.8rem;
    font-style: normal;
    font-weight: 200;
    font-size: 1.5rem;
    line-height: 2.2rem !important; }

.pullquote {
  font-style: italic;
  font-size: 3.2rem;
  text-align: center;
  max-width: 70%;
  display: block;
  margin: 1.5rem auto;
  line-height: 4.2rem; }

.tag-container {
  color: white;
  text-shadow: 0px 2px 7px transparent;
  margin-bottom: 1rem; }

.tag {
  text-transform: uppercase;
  color: white;
  font-weight: 300; }

.author-attribution {
  color: white;
  font-weight: 300;
  text-shadow: 0px 2px 7px transparent;
  margin-bottom: 2rem;
  font-style: italic; }
  .author-attribution a {
    color: white; }
    .author-attribution a:hover {
      color: #3f3f3f; }

.post-share {
  text-align: center;
  padding-bottom: 0; }
  .post-share p {
    margin-bottom: 0;
    padding-bottom: 0; }
  .post-share .socials {
    list-style: none; }
    .post-share .socials li {
      display: inline-block;
      margin: 0 auto;
      padding: 0.3rem; }
  .post-share #Twitter {
    background: white;
    border: 0;
    fill: #1DA1F2; }
  .post-share #facebook {
    background: white;
    border: 0;
    fill: #3B5999; }
  .post-share #Google_plus {
    background: white;
    border: 0;
    fill: #D73D32; }

@media (max-width: 1200px) {
  .post-column.left {
    padding-right: 0.8rem; }

  .sidebar {
    padding-left: 0.8rem; } }
@media(max-width: 992px) {
  .six.columns.post-wrapper {
    width: 100%; }

  .post-content {
    padding: 0; }

  .blog-category {
    font-size: 1.25rem;
    padding: 0;
    margin: 1.4rem 0 0.5rem; }

  .content-wrapper {
    box-shadow: none; }

  .content-container:last-child {
    margin-bottom: 0; }

  .six.columns.post-wrapper {
    margin: 1rem 0; } }
@media (max-width: 992px) and (min-width: 900px) {
  .six.columns.post-wrapper {
    width: 100%;
    height: 75rem; } }
@media(max-width: 900px) and (min-width: 700px) {
  .six.columns.post-wrapper {
    height: 68.5rem; } }
@media (max-width: 775px) {
  .post-content p, .post-content li {
    font-size: 1.8rem;
    line-height: 2.5rem;
    margin-bottom: 1.25rem; }
  .post-content h2 {
    font-size: 2.6rem; }

  .post .youtube {
    width: 100%; }

  .post-title {
    font-size: 3.1rem;
    line-height: 3.6rem;
    margin: 0 0 0.8rem; }

  .post-subtitle {
    font-size: 2rem;
    line-height: 2.5rem; }

  .post-container {
    padding: 2.25rem 0; }

  .post-subtitle {
    margin: 0 0 1.25rem; }

  .content-wrapper {
    box-shadow: none; }

  .post-wrapper {
    height: 57.5rem; }

  .excerpt {
    font-size: 1.8rem;
    padding: 1rem 0; }

  .readlink {
    margin: 0;
    padding: 1rem 0 0.3rem; } }
@media (max-width: 600px) {
  .post-content .blog-image {
    width: calc(100% + 4rem);
    margin-left: calc(-2rem);
    margin-right: calc(-2rem);
    margin-bottom: 1rem; }
  .post-content p img {
    width: calc(100% + 4rem);
    margin-left: calc(-2rem);
    margin-right: calc(-2rem);
    margin-bottom: 1rem; } }
@media (max-width: 550px) {
  .six.columns.post-wrapper {
    height: 53rem; }

  .pullquote {
    max-width: 100%; }

  .post-overview-title {
    font-size: 2.5rem;
    padding: 1rem 1.4rem; }

  .post-content .blog-image + em {
    margin-top: 0; } }
@media (min-width: 1200px) {
  .post-column.col-lg-7 {
    width: 62%;
    padding-right: 0.1rem; }

  .post-column.col-lg-3 {
    width: 22%; } }
.socials {
  margin-bottom: 0.7rem; }
  .socials ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    margin: 2rem 0;
    list-style-type: none;
    padding-left: 0; }
    .socials ul li {
      padding: 0.3rem;
      margin: 1.5rem;
      margin-left: 0;
      display: inline-block; }
  .socials svg {
    fill: #0c0c0c;
    height: 3.5rem;
    width: 3.5rem;
    border-radius: 50%;
    transition: all 0.15s ease-out 0s; }
    .socials svg:hover {
      fill: #3f3f3f;
      background: transparent;
      color: #3f3f3f;
      box-shadow: 0 2px 7px rgba(0, 0, 0, 0.5);
      transform: scale(1.05);
      transform: translateY(-0.2rem); }
    .socials svg:active {
      box-shadow: 0 0 0 #3f3f3f;
      transform: translateY(0rem); }

.about .socials {
  margin-bottom: 2rem; }
  .about .socials li {
    margin: 1rem; }
  .about .socials svg {
    height: 5rem;
    width: 5rem;
    fill: #0c0c0c; }
    .about .socials svg:hover {
      fill: #3f3f3f; }

@media (max-width: 1450px) {
  .socials svg {
    height: 3rem;
    width: 3rem; } }
@media (max-width: 1255px) {
  .socials svg {
    height: 2.7rem;
    width: 2.7rem; } }
@media (max-width: 990px) {
  .socials {
    text-align: center; }
    .socials svg {
      height: 4rem;
      width: 4rem; } }
.feedbox {
  position: absolute;
  z-index: 5;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.9);
  color: #353535;
  border: 1px solid #cfcfcf;
  opacity: 0;
  text-align: center; }

.feedshow {
  animation: feedfade 2s ease-in-out; }

.feedlink {
  cursor: pointer; }

@keyframes feedfade {
  0% {
    opacity: 0; }
  15% {
    opacity: 1; }
  85% {
    opacity: 1; }
  100% {
    opacity: 0; } }
#search-results {
  list-style: none; }

.search-box {
  margin: 2.5rem auto 0;
  width: 100%; }
  .search-box form {
    margin-bottom: 2rem; }
  .search-box .search-input {
    border: 1px solid #c7c7c7;
    border-radius: 0px;
    background: rgba(255, 255, 255, 0.1);
    color: #0c0c0c;
    font-size: 1.5rem;
    padding: 1.98rem 2rem;
    display: inline-block;
    margin-right: 1rem;
    transition: 0.3s; }
    .search-box .search-input::-webkit-input-placeholder {
      color: #c7c7c7; }
    .search-box .search-input::-moz-placeholder {
      color: #c7c7c7; }
    .search-box .search-input:-moz-placeholder {
      color: #c7c7c7; }
    .search-box .search-input:-ms-input-placeholder {
      color: #c7c7c7; }
    .search-box .search-input:focus {
      background: white;
      color: #0c0c0c;
      transform: translateY(-0.2rem); }
  .search-box .search-submit {
    background: #0c0c0c;
    color: white;
    padding: 0.9rem 2rem;
    text-transform: capitalize;
    font-size: 1.5rem;
    border-radius: 0px;
    font-weight: 400; }
    .search-box .search-submit:hover {
      background: #595959; }
    .search-box .search-submit:active {
      box-shadow: 0 0 0 #0c0c0c;
      transform: translateY(0rem); }

@media (max-width: 992px) {
  .search-box {
    max-width: 100%;
    margin: 5rem auto; } }
.reviews-container-slider {
  max-width: 100%;
  overflow: hidden;
  position: relative;
  margin: 0px auto; }
  .reviews-container-slider button {
    background-color: transparent !important; }
  .reviews-container-slider button:hover {
    background-color: transparent !important;
    border: none !important;
    color: #000000; }

.reviews-slider {
  display: flex;
  transition: transform 0.5s ease; }

.review-card {
  min-width: 100%;
  padding: 20px;
  box-sizing: border-box;
  background: #f9f9f9;
  border-radius: 10px;
  margin: 0 5px; }

.review-text {
  padding: 10px;
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: -0.02rem; }

.review-author {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  justify-content: space-evenly; }

.author-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
  -o-object-fit: cover;
     object-fit: cover; }

.author-name {
  font-weight: 600;
  font-size: 1.6rem; }

.review-stars {
  color: #FFD700;
  margin-bottom: 10px; }

.slider-nav {
  display: flex;
  justify-content: center;
  margin-top: 15px; }

.slider-dot {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  cursor: pointer; }

.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #000000;
  border: none;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10; }

.slider-prev {
  left: 10px; }

.slider-next {
  right: 10px; }

@media (min-width: 768px) {
  .review-card {
    min-width: 50%; } }
@media (min-width: 1024px) {
  .reviews-container-slider {
    display: none; }

  .review-card {
    min-width: 33.33%; } }
.reviews-container {
  background-color: #f2f2f2; }
  .reviews-container .reviews {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 14.5rem; }
  .reviews-container .review {
    padding: 2rem;
    max-width: 36rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .reviews-container .review .name {
      font-weight: 600;
      font-size: 1.6rem; }
  .reviews-container h4 {
    font-weight: 600;
    font-style: italic; }
  .reviews-container p {
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.4;
    letter-spacing: -0.02rem; }
  .reviews-container img {
    margin-bottom: 1.1rem;
    width: 13rem;
    height: auto; }

@media (max-width: 1280px) {
  .reviews-container .reviews {
    height: 18rem; }
  .reviews-container .review {
    max-width: 26rem; } }
@media (max-width: 750px) {
  .reviews-container {
    padding: 0 1rem; }
    .reviews-container .reviews {
      height: 16.5rem; }
    .reviews-container .review {
      width: 50%;
      max-width: 50%; } }
@media (max-width: 430px) {
  .reviews-container {
    display: none; }
    .reviews-container .review {
      width: 100%;
      max-width: 100%; } }
.client-image-container {
  border-radius: 50%;
  border: 3px solid #0c0c0c;
  overflow: hidden;
  display: inline-block;
  margin: 1rem 0 2rem;
  width: 20rem;
  height: 20rem;
  box-shadow: rgba(99, 99, 99, 0.2) 0rem 0.2rem 0.8rem 0rem; }

.client-image {
  max-width: 20rem; }

.about-text {
  text-align: left; }
  .about-text p {
    font-size: 1.9rem;
    font-weight: 300;
    line-height: 1.4;
    vertical-align: middle;
    margin: 0 0 2.5rem;
    padding: 0 1rem 0 0; }
  .about-text ol li p, .about-text ul li p {
    margin: 0;
    padding: 0;
    display: inline; }
  .about-text ol li, .about-text ul li {
    margin-bottom: 1.5rem; }

.about-section {
  position: relative;
  padding: 1.5rem 1.5rem 3.5rem;
  background-color: #000000;
  color: #ffffff;
  margin-top: 5rem; }
  .about-section::before {
    background: inherit;
    bottom: -1.25vw;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    transform: scale(1.04) skewY(1.5deg);
    transform-origin: 100%;
    z-index: -1; }
  .about-section .main-container {
    padding: 0 2rem; }
  .about-section .fluid-about-vid, .about-section .image-container {
    padding: 0;
    margin: 1.5rem auto 3rem;
    max-width: 105rem;
    position: relative;
    border: 3px solid white; }
  .about-section div div h4 {
    font-size: 4.2rem;
    font-weight: bold;
    text-align: center;
    margin: 0; }
  .about-section div div h5 {
    font-size: 2.6rem;
    font-weight: normal;
    text-align: center;
    margin: 0 0 3rem; }
  .about-section .cta-button {
    margin-top: 3.5rem; }
    .about-section .cta-button.inverted {
      margin-top: 4.1rem; }
      .about-section .cta-button.inverted button {
        color: #ffffff;
        background: #008d27;
        border: 1px solid #ffffff;
        transition: all 0.3s ease;
        border-radius: 0px; }
        .about-section .cta-button.inverted button:hover {
          color: #ffffff;
          background: #008d27;
          border: 1px solid #ffffff; }

.about-section-bg-image {
  position: relative;
  padding: 1.5rem 1.5rem 3.5rem;
  color: #ffffff;
  margin-top: 5rem;
  background-image: url(/img/stone-wall.jpg);
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.8);
  background-blend-mode: multiply; }
  .about-section-bg-image::before {
    background: inherit;
    bottom: -1.25vw;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    transform: scale(1.04) skewY(1.5deg);
    transform-origin: 100%;
    z-index: -1;
    background-image: url(/img/stone-wall.jpg);
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.8);
    background-blend-mode: multiply; }
  .about-section-bg-image .main-container {
    padding: 0 2rem; }
  .about-section-bg-image .fluid-about-vid, .about-section-bg-image .image-container {
    padding: 0;
    margin: 1.5rem auto 3rem;
    max-width: 105rem;
    position: relative;
    border: 3px solid white; }
  .about-section-bg-image div div h4 {
    font-family: "Roboto", sans-serif;
    font-size: 4.2rem;
    font-weight: bold;
    text-align: center;
    margin: 0; }
  .about-section-bg-image div div h5 {
    font-family: "Roboto", sans-serif;
    font-size: 2.6rem;
    font-weight: normal;
    text-align: center;
    margin: 0 0 3rem; }
  .about-section-bg-image .cta-button {
    margin-top: 3.5rem; }
    .about-section-bg-image .cta-button.inverted {
      margin-top: 4.1rem; }
      .about-section-bg-image .cta-button.inverted button {
        color: #ffffff;
        background: #008d27;
        border: 1px solid #ffffff;
        transition: all 0.3s ease;
        border-radius: 0px; }
        .about-section-bg-image .cta-button.inverted button:hover {
          color: #ffffff;
          background: #008d27;
          border: 1px solid #ffffff; }

.image-container {
  max-width: 800px !important; }
  .image-container img {
    width: 100%;
    height: auto; }

.contact-text {
  margin: auto;
  margin-bottom: 2.5rem; }

.contact-text-container {
  width: 100%;
  text-align: left; }

@media only screen and (max-width: 1200px) {
  .contact-text-container {
    text-align: center; } }
@media only screen and (max-width: 992px) {
  .about-section .fluid-about-vid, .about-section .image-container {
    width: 100%;
    max-width: none;
    margin: 1.5rem 0 3rem;
    height: auto; } }
@media only screen and (max-width: 768px) {
  .about-text {
    margin-bottom: 0; }

  .about-section {
    padding: 1rem 1.5rem 2.5rem;
    background-color: #0c0c0c;
    color: #ffffff; }
    .about-section div div h4 {
      font-size: 2.8rem;
      font-weight: 500;
      line-height: 1.2;
      text-align: center;
      margin: 0 0 0.5rem; }
    .about-section div div h5 {
      font-size: 1.9rem;
      font-weight: 300;
      text-align: center;
      margin: 0 0 2.5rem;
      line-height: 1.2; } }
@media(max-width: 480px) {
  .about-section {
    margin: 0;
    padding: 2rem 1.5rem 2.5rem; }
    .about-section::before {
      bottom: -2vw;
      transform: scale(1.02) skewY(2deg); }
    .about-section .cta-button {
      margin-top: 3.5rem; }
      .about-section .cta-button.inverted {
        margin-top: 0.8rem; }

  .about-text {
    display: flex;
    flex-direction: column;
    padding: 0 2rem; }
    .about-text p {
      vertical-align: middle; } }
.about-me-container {
  display: flex;
  padding: 1% 10% 0 17%; }

.about-me-content {
  width: 50%;
  padding-bottom: 2rem; }

.about-me-image {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: end; }
  .about-me-image .about-me-image-container {
    margin: 0; }
    .about-me-image .about-me-image-container img {
      width: 100%;
      height: auto; }

.client-image-container {
  border-radius: 50%;
  border: 3px solid #0c0c0c;
  overflow: hidden;
  display: inline-block;
  margin: 1rem 0 2rem;
  width: 20rem;
  height: 20rem;
  box-shadow: rgba(99, 99, 99, 0.2) 0rem 0.2rem 0.8rem 0rem; }

.client-image {
  max-width: 20rem; }

.about-me-text {
  text-align: left; }
  .about-me-text p {
    font-size: 1.9rem;
    font-weight: 300;
    line-height: 1.4;
    vertical-align: middle;
    margin: 0 0 2.5rem;
    padding: 0 2rem 0 0; }
  .about-me-text ol, .about-me-text ul {
    margin: 0;
    padding: 0;
    display: inline; }
    .about-me-text ol li, .about-me-text ul li {
      margin-bottom: 1.5rem; }

.about-me-section {
  position: relative;
  padding: 6.5rem 1.5rem 0;
  background-color: #ffffff;
  color: #ffffff;
  margin-top: 5rem; }
  .about-me-section .main-container {
    padding: 0 2rem; }
  .about-me-section .fluid-about-vid, .about-me-section .image-container {
    padding: 0;
    margin: 1.5rem auto 3rem;
    max-width: 105rem;
    position: relative;
    border: 3px solid white; }
  .about-me-section div div h4 {
    font-size: 4.2rem;
    font-weight: bold;
    text-align: left;
    margin: 0; }
  .about-me-section div div h5 {
    font-size: 2.6rem;
    font-weight: normal;
    text-align: left;
    margin: 0 0 3rem; }
  .about-me-section .cta-button {
    margin-top: 3.5rem; }
    .about-me-section .cta-button.inverted {
      margin-top: 4.1rem; }
      .about-me-section .cta-button.inverted button {
        color: #ffffff;
        background: #008d27;
        border: 1px solid #ffffff;
        transition: all 0.3s ease;
        border-radius: 0px; }
        .about-me-section .cta-button.inverted button:hover {
          color: #ffffff;
          background: #008d27;
          border: 1px solid #ffffff; }

.about-me-section-bg-image {
  position: relative;
  padding: 6.5rem 1.5rem 0;
  color: #000000;
  margin-top: 5rem;
  background-image: url(/img/about-me-bg-placeholder.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.9);
  background-blend-mode: color; }
  .about-me-section-bg-image .main-container {
    padding: 0 2rem; }
  .about-me-section-bg-image .fluid-about-vid, .about-me-section-bg-image .image-container {
    padding: 0;
    margin: 1.5rem auto 3rem;
    max-width: 105rem;
    position: relative;
    border: 3px solid white; }
  .about-me-section-bg-image div div h4 {
    font-family: "Roboto", sans-serif;
    font-size: 4.2rem;
    font-weight: bold;
    text-align: left;
    margin: 0; }
  .about-me-section-bg-image div div h5 {
    font-family: "Roboto", sans-serif;
    font-size: 2.6rem;
    font-weight: normal;
    text-align: left;
    margin: 0 0 3rem; }
  .about-me-section-bg-image .cta-button {
    margin-top: 3.5rem; }
    .about-me-section-bg-image .cta-button.inverted {
      margin-top: 4.1rem; }
      .about-me-section-bg-image .cta-button.inverted button {
        color: #ffffff;
        background: #008d27;
        border: 1px solid #ffffff;
        transition: all 0.3s ease;
        border-radius: 0px; }
        .about-me-section-bg-image .cta-button.inverted button:hover {
          color: #ffffff;
          background: #008d27;
          border: 1px solid #ffffff; }

.image-container {
  max-width: px !important; }
  .image-container img {
    width: 100%;
    height: auto; }

.contact-text {
  margin: auto;
  margin-bottom: 2.5rem; }

.contact-text-container {
  width: 100%;
  text-align: left; }

@media only screen and (max-width: 1230px) {
  .about-me-container {
    padding: 1% 10% 0 10%; } }
@media only screen and (max-width: 1200px) {
  .contact-text-container {
    text-align: center; } }
@media only screen and (max-width: 1000px) {
  .about-me-container {
    padding: 1% 10% 0 5%; } }
@media only screen and (max-width: 800px) {
  .about-me-section, .about-me-section-bg-image {
    padding: 2.5rem 1.5rem 0; }
    .about-me-section div div h4, .about-me-section div div h5, .about-me-section-bg-image div div h4, .about-me-section-bg-image div div h5 {
      text-align: center; }

  .about-me-container {
    flex-direction: column;
    align-items: center;
    padding: 0 5% 0 5%; }
    .about-me-container .about-me-content {
      width: 100%;
      margin-bottom: 3rem; }
    .about-me-container .about-me-text {
      text-align: center; }
    .about-me-container .about-me-image {
      width: 100%; } }
@media only screen and (max-width: 992px) {
  .about-me-section .fluid-about-vid, .about-me-section .image-container {
    width: 100%;
    max-width: none;
    margin: 1.5rem 0 3rem;
    height: auto; } }
@media only screen and (max-width: 768px) {
  .about-me-text {
    margin-bottom: 0; }

  .about-me-section {
    padding: 1rem 1.5rem 2.5rem;
    background-color: #0c0c0c;
    color: #ffffff; }
    .about-me-section div div h4 {
      font-size: 2.8rem;
      font-weight: 500;
      line-height: 1.2;
      text-align: center;
      margin: 0 0 0.5rem; }
    .about-me-section div div h5 {
      font-size: 1.9rem;
      font-weight: 300;
      text-align: center;
      margin: 0 0 2.5rem;
      line-height: 1.2; } }
@media(max-width: 480px) {
  .about-me-section {
    margin: 0;
    padding: 2rem 1.5rem 2.5rem; }
    .about-me-section .cta-button {
      margin-top: 3.5rem; }
      .about-me-section .cta-button.inverted {
        margin-top: 0.8rem; }

  .about-me-text {
    display: flex;
    flex-direction: column;
    padding: 0 2rem; }
    .about-me-text p {
      vertical-align: middle; } }
footer {
  position: relative;
  background: #ffffff;
  color: #000000;
  box-shadow: rgba(0, 0, 0, 0.24) 0rem 0.3rem 0.8rem; }
  footer.footer {
    margin-top: 5rem; }
    footer.footer::before {
      background: inherit;
      bottom: 0;
      content: "";
      display: block;
      height: 100%;
      left: 0;
      position: absolute;
      right: 0;
      transform: skewY(1.5deg);
      transform-origin: 100%;
      z-index: -1; }
  footer.container-fluid {
    padding: 0 2.5rem 5rem; }
  footer a, footer p {
    color: #000000;
    font-size: 1.5rem; }
  footer .links-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    padding: 3.5rem 0 2.5rem; }
    footer .links-container a {
      color: #000000;
      text-decoration: underline; }
      footer .links-container a:hover {
        color: #000000;
        text-decoration: none; }
      footer .links-container a p {
        margin: 0;
        padding: 0; }
    footer .links-container .link {
      margin: 0.5rem 1.2rem; }
  footer .access-container {
    text-align: center;
    margin-bottom: 3.1rem; }
    footer .access-container a {
      color: #000000;
      text-decoration: underline; }
      footer .access-container a:hover {
        color: #000000;
        text-decoration: none; }
    footer .access-container p {
      max-width: 90rem;
      margin: 0 auto; }
  footer .contact-container {
    text-align: center;
    margin: 0 auto 2.8rem; }
    footer .contact-container h4, footer .contact-container h4 > a {
      margin: 3rem auto;
      font-size: 2rem;
      font-weight: 300;
      max-width: 60rem;
      line-height: 1.5; }
    footer .contact-container a {
      color: #000000;
      text-decoration: none; }
      footer .contact-container a:hover {
        color: #000000;
        text-decoration: underline; }
  footer .logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2.5rem; }
    footer .logo img {
      width: 250px;
      height: auto; }
  footer .socials-policy-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    margin: 0 auto; }
    footer .socials-policy-container a {
      color: #000000;
      text-decoration: underline; }
      footer .socials-policy-container a:hover {
        color: #000000;
        text-decoration: none; }
    footer .socials-policy-container .socials {
      display: flex;
      align-items: center;
      margin: 1.5rem 0 0;
      padding: 0; }
      footer .socials-policy-container .socials p {
        margin: 0 2.5rem 0 0.5rem;
        padding: 0; }
      footer .socials-policy-container .socials .icons {
        display: flex;
        gap: 0.5rem; }
        footer .socials-policy-container .socials .icons img {
          width: 3.5rem; }
    footer .socials-policy-container .policies {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      margin-top: 1.1rem; }
      footer .socials-policy-container .policies a {
        margin: 0 0.7rem; }
  footer .vyral-container {
    text-align: center;
    margin: 2.5rem auto 0; }
    footer .vyral-container a {
      color: #000000;
      text-decoration: underline; }
      footer .vyral-container a:hover {
        color: #000000;
        text-decoration: none; }
  footer .podcasts {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2.5rem; }
    footer .podcasts img {
      width: 200px; }

@media (max-width: 480px) {
  footer.container-fluid {
    padding: 0 2.5rem 42vw; }
  footer.footer {
    margin-top: 5rem; }
    footer.footer::before {
      transform: skewY(2deg); }
  footer .access-container {
    padding: 0 1rem; }
  footer .policies {
    justify-content: center; } }
.testimonials-container-new {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  color: #000000; }
  .testimonials-container-new .testimonials-header, .testimonials-container-new .off-color {
    background-color: #f2f2f2;
    width: 100%; }
  .testimonials-container-new .client-container {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 5rem 0;
    background-color: white; }
    .testimonials-container-new .client-container.off-color {
      background-color: #f2f2f2; }
    .testimonials-container-new .client-container .video-container {
      background-position: center;
      background-size: cover;
      width: 50%; }
      .testimonials-container-new .client-container .video-container .video-wrapper {
        background-position: center;
        background-size: cover;
        padding: 0 1.5rem; }
        .testimonials-container-new .client-container .video-container .video-wrapper video {
          width: 100%;
          border: 0.8rem solid white;
          box-shadow: rgba(0, 0, 0, 0.5) 0rem 0.1rem 0.4rem;
          -o-object-fit: cover;
             object-fit: cover;
          aspect-ratio: 16/9; }
  .testimonials-container-new h2 {
    font-size: 4.2rem;
    font-weight: bold;
    margin: 5rem auto 0;
    text-align: center; }
  .testimonials-container-new .client-testimonial {
    display: flex;
    width: 100rem; }
  .testimonials-container-new .flipped {
    flex-direction: row-reverse; }
  .testimonials-container-new .image-container {
    width: 50%;
    padding: 0 1.5rem; }
  .testimonials-container-new img {
    width: 100%;
    border: 0.8rem solid white;
    box-shadow: rgba(0, 0, 0, 0.16) 0rem 0.1rem 0.4rem;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 16/9; }
  .testimonials-container-new .quote {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 400;
    width: 50%;
    padding: 0;
    padding: 0 2rem; }
  .testimonials-container-new h3 {
    margin: 0;
    padding: 0;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: 0; }
  .testimonials-container-new .name {
    padding-top: 1rem;
    font-size: 2rem;
    font-weight: 300; }
  .testimonials-container-new p {
    padding: 0;
    margin: 0; }
  .testimonials-container-new .cta-button-container {
    margin: 6.7rem 0 3.2rem;
    padding: 0 2rem; }

@media (max-width: 768px) {
  .testimonials-container-new .client-testimonial {
    flex-direction: column;
    align-items: center;
    width: 100%; }
  .testimonials-container-new .client-container {
    padding: 4rem 0 2.5rem; }
    .testimonials-container-new .client-container .video-container {
      width: 100%; }
  .testimonials-container-new .image-container {
    width: 100%; }
  .testimonials-container-new .quote {
    width: 100%;
    font-size: 1.8rem; }
  .testimonials-container-new .name {
    font-size: 1.8rem;
    padding-top: 1rem; }
  .testimonials-container-new h2 {
    font-size: 2.8rem;
    font-weight: 500;
    margin: 3.6rem auto 0;
    text-align: center; }
  .testimonials-container-new h3 {
    padding-top: 2.5rem;
    font-size: 2.2rem; } }
@media (max-width: 480px) {
  .testimonials-container-new .image-container {
    width: 100%; } }
form label {
  display: block; }
form textarea {
  display: block;
  padding: 0.5rem;
  border-radius: 0.5rem; }
form select {
  border: 1px solid #0c0c0c;
  padding: 0.5rem;
  display: block; }

.home-value {
  max-width: 50rem;
  background-color: #0c0c0c;
  margin: 0 auto; }
  .home-value label {
    color: #fff; }
  .home-value input, .home-value textarea, .home-value select {
    width: 100%;
    border: 1px solid #0c0c0c; }
  .home-value fieldset {
    padding: 1.5rem;
    border-radius: 0.5rem; }
  .home-value input[type="submit"] {
    font-size: inherit;
    padding: 1rem;
    border: 3px solid #fff;
    color: #0c0c0c;
    background-color: #fff; }
    .home-value input[type="submit"]:hover {
      border: 3px solid #3f3f3f;
      background-color: #3f3f3f;
      color: #fff; }

.asterisk {
  color: #fff; }

.contact-form {
  width: 100%;
  margin-bottom: 0; }
  .contact-form input, .contact-form textarea {
    width: 100%;
    border: 1px solid gray;
    transition: 0.3s; }
  .contact-form:focus {
    color: transparent; }
  .contact-form textarea {
    height: 15rem; }
  .contact-form input[type="submit"] {
    font-size: 1.5rem;
    padding: 1rem;
    border: 3px solid #0c0c0c;
    border-radius: 5px; }
    .contact-form input[type="submit"]:hover {
      background: #fff;
      color: #0c0c0c;
      border: 1px solid #0c0c0c; }
    .contact-form input[type="submit"]:active {
      box-shadow: 0 0 0 #0c0c0c;
      transform: translateY(0rem); }

.cta-button button {
  color: #ffffff;
  background-color: #008d27;
  border: 1px solid #ffffff;
  white-space: normal;
  line-height: 1.3;
  padding: 1.3rem 4rem;
  padding: 1rem 4rem;
  font-size: 2.2rem;
  font-weight: bold;
  transition: all 0.3s ease;
  border-radius: 0px; }
.cta-button button:hover {
  color: #ffffff;
  background-color: #008d27;
  border: 1px solid #ffffff; }

.cta {
  background: #008d27;
  color: #0c0c0c;
  text-transform: capitalize;
  font-size: 2rem;
  font-weight: 300;
  transition: all 0.3s ease; }
  .cta:hover {
    background: #eeeeee;
    color: black; }
  .cta:active {
    text-decoration: none;
    color: #0c0c0c; }
  .cta:focus {
    text-decoration: none;
    color: #0c0c0c; }

#myBtn {
  display: none;
  position: fixed;
  bottom: 4rem;
  right: 3rem;
  z-index: 99;
  font-size: 1.8rem;
  border: 2px solid #ffffff;
  outline: none;
  background-color: #008d27;
  color: #ffffff;
  cursor: pointer;
  padding: 1rem 1.5rem; }
  #myBtn:hover {
    background-color: #008d27;
    border: 2px solid #ffffff;
    color: #ffffff; }

@media(max-width: 750px) {
  #myBtn {
    bottom: 4rem; } }
@media (max-width: 480px) {
  .cta-button button {
    font-size: 2rem;
    padding: 1rem 2rem; } }
.benefits-section {
  padding: 7.5rem 1.5rem 3.5rem;
  background-color: #ffffff;
  color: #212121; }
  .benefits-section .headline h4 {
    font-size: 4.2rem;
    font-weight: 600;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    line-height: 1.35; }
  .benefits-section .headline h5 {
    font-size: 2.6rem;
    font-weight: 400;
    text-align: center;
    width: 100%;
    margin: 0 auto 4rem;
    padding: 0;
    line-height: 1.5; }
  .benefits-section .benefits {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    justify-content: center;
    margin: 0 auto;
    width: 70%; }
  .benefits-section .benefit {
    display: flex;
    align-items: center;
    width: 40%;
    padding: 0 0 1.5rem; }
    .benefits-section .benefit.end {
      justify-content: flex-start; }
    .benefits-section .benefit.end > h5 {
      max-width: 50rem; }
    .benefits-section .benefit h5 {
      font-size: 2.2rem;
      max-width: 50rem;
      font-weight: 300;
      line-height: 1.2;
      margin: 0; }
  .benefits-section .new-checkmark {
    max-width: 2.9rem;
    margin: 0 1.8rem 0.4rem; }
    .benefits-section .new-checkmark img {
      width: 100%;
      height: auto;
      background-color: white; }

@media (max-width: 992px) {
  .benefits-section .benefits {
    flex-direction: column; }
  .benefits-section .benefit {
    width: 100%;
    justify-content: center;
    padding: 0 0 2.5rem; }
    .benefits-section .benefit.end {
      justify-content: center; }
    .benefits-section .benefit h5 {
      font-size: 2rem; }
    .benefits-section .benefit p {
      font-size: 3.6rem; }
  .benefits-section .headline h4 {
    font-size: 4.2rem;
    line-height: 1.2; }
  .benefits-section .headline h5 {
    font-size: 2.4rem; } }
@media only screen and (max-width: 768px) {
  .benefits-section .headline h4 {
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 0.5rem; }
  .benefits-section .headline h5 {
    font-size: 1.9rem; } }
@media only screen and (max-width: 480px) {
  .benefits-section .headline {
    padding: 0 1.5rem; }
    .benefits-section .headline h4 {
      font-size: 2.8rem;
      font-weight: 600;
      line-height: 3.2rem; }
    .benefits-section .headline h5 {
      font-size: 1.9rem;
      line-height: 2.5rem;
      margin: 0.7rem auto 3.5rem; }
  .benefits-section .benefits {
    padding: 0 2rem; }
  .benefits-section .benefit h5 {
    font-size: 1.8rem;
    line-height: 2.5rem; }
  .benefits-section .new-checkmark {
    max-width: 2.8rem;
    margin-right: 1.8rem; } }
.more-posts-container {
  margin-bottom: 4rem; }
  .more-posts-container .title {
    font-family: "Gelasio", serif;
    font-size: 3.2rem;
    margin: 6.9rem 0 1.5rem; }
  .more-posts-container p {
    margin: 0;
    padding: 0; }
  .more-posts-container ul, .more-posts-container li {
    padding: 0;
    margin: 0; }
  .more-posts-container ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem; }
  .more-posts-container li {
    width: 47%; }
    .more-posts-container li .blog-card {
      padding: 1.5rem;
      margin: 0;
      background: white;
      box-shadow: rgba(0, 0, 0, 0.15) 0rem 0.4rem 1.2rem;
      border-radius: 1rem;
      transition: transform 0.5s; }
      .more-posts-container li .blog-card::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1);
        box-shadow: 0 0.8rem 1.7rem 0 rgba(0, 0, 0, 0.2), 0 0.6rem 2rem 0 rgba(0, 0, 0, 0.15);
        content: "";
        opacity: 0;
        z-index: -1;
        border-radius: 1rem; }
      .more-posts-container li .blog-card:hover, .more-posts-container li .blog-card:focus {
        transform: scale3d(1.006, 1.006, 1); }
        .more-posts-container li .blog-card:hover::after, .more-posts-container li .blog-card:focus::after {
          opacity: 1; }
      .more-posts-container li .blog-card .image {
        margin-bottom: 1rem; }
      .more-posts-container li .blog-card .blog-title {
        font-size: 2rem;
        font-weight: 400;
        line-height: 2.6rem;
        padding-bottom: 0.1rem; }
        .more-posts-container li .blog-card .blog-title p {
          font-family: "Roboto", sans-serif;
          margin: 0;
          padding: 0;
          font-weight: 300;
          line-height: 2.4rem; }

@media (max-width: 550px) {
  .more-posts-container li {
    width: 100%; }
  .more-posts-container .title {
    font-size: 2.6rem; } }
.youtube-player {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin: 5px; }
  .youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent; }
  .youtube-player img {
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    left: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    transition: 0.4s all; }
  .youtube-player img:hover {
    -webkit-filter: brightness(75%); }
  .youtube-player .play {
    width: 213px;
    height: 150px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.35);
    position: absolute;
    background: url(../img/play-button.png) no-repeat;
    cursor: pointer; }

.policy-container {
  padding: 3.5rem 0 0;
  margin: 0 2rem;
  max-width: 60rem; }
  .policy-container h1 {
    font-size: 3.1rem;
    font-weight: 500; }
  .policy-container h2 {
    font-size: 2.6rem;
    font-weight: 500; }
  .policy-container h3 {
    font-size: 2rem;
    font-weight: 500; }
  .policy-container p {
    font-size: 1.75rem;
    line-height: 2.4rem;
    font-weight: 300; }
  .policy-container ul {
    list-style-position: outside; }

@media (max-width: 775px) {
  .policy-container {
    padding: 2.25rem 0; } }
[class^="fade-"], [class*=" fade-"] {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80); }

[class^="lightbox-"], [class*=" lightbox-"] {
  display: none;
  opacity: 0;
  position: fixed;
  max-width: 800px;
  max-height: 600px;
  width: 97%;
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #FFF;
  background: #FFF;
  z-index: 1002;
  overflow: visible;
  animation: scale 0.2s cubic-bezier(0.55, 0, 0.1, 1); }

@keyframes scale {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.1); }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1); } }
[class^="video-"], [class*=" video-"] {
  width: 100%;
  height: 100%; }

.boxclose {
  float: right;
  cursor: pointer;
  color: #fff;
  border: none;
  border-radius: 3px;
  background: transparent;
  font-size: 35px;
  font-weight: bold;
  display: inline-block;
  line-height: 15px;
  padding: 22px;
  position: absolute;
  right: -24px;
  top: -58px;
  z-index: 1002;
  opacity: 0.9;
  border-radius: 60%; }

.boxclose:before {
  content: "×"; }
  #fade:hover ~ .boxclose:before {
    display: none; }

.post-container.custom-page {
  padding: 3.5rem 0 0; }

.post-title.custom-page {
  margin: 0; }

.post-subtitle.custom-page {
  margin: 0.5rem 0 0; }

.post-content.custom-page {
  margin: 2rem 0 0; }

.hero-tabs-container {
  text-align: center;
  left: 50%;
  transform: translate(-50%, -40%);
  color: #ffffff;
  position: absolute;
  top: 29rem;
  width: 100%;
  height: 45rem; }
  .hero-tabs-container .tabs-desktop {
    margin: 0 auto;
    max-width: -moz-fit-content;
    max-width: fit-content; }
    .hero-tabs-container .tabs-desktop ul {
      margin: 0;
      padding: 0;
      display: flex;
      justify-content: center;
      background-color: #ffffff;
      list-style: none;
      gap: 0;
      border-radius: 10px; }
      .hero-tabs-container .tabs-desktop ul li {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        padding: 12px 35px;
        color: #000000;
        font-size: 1.3rem;
        font-weight: 500;
        text-align: center;
        text-transform: uppercase;
        border-radius: 10px; }
        .hero-tabs-container .tabs-desktop ul li:hover {
          background-color: #595959;
          transform: scale(1.01);
          cursor: pointer; }
          .hero-tabs-container .tabs-desktop ul li:hover a {
            color: #ffffff; }
        .hero-tabs-container .tabs-desktop ul li.active {
          background-color: #0c0c0c;
          font-size: 1.6rem;
          position: relative;
          padding: 12px 30px;
          transform: scale(1.01); }
          .hero-tabs-container .tabs-desktop ul li.active:after {
            background-color: #0c0c0c;
            content: "";
            height: 0.6em;
            left: 50%;
            position: absolute;
            top: 100%;
            transform: rotate(45deg) translate(-50%, -50%);
            transform-origin: 0 0;
            width: 0.6em; }
          .hero-tabs-container .tabs-desktop ul li.active a {
            color: #ffffff;
            text-decoration: none; }
  .hero-tabs-container .tabs-content-container {
    padding: 0 2rem; }
  .hero-tabs-container .tab-content {
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: opacity 0.5s ease-in-out; }
    .hero-tabs-container .tab-content.active {
      height: auto;
      opacity: 1; }
  .hero-tabs-container h1 {
    font-size: 4rem;
    font-weight: 500;
    margin: 1.7rem auto 1.3rem;
    line-height: 1.3;
    letter-spacing: 0;
    max-width: 90rem;
    color: #ffffff; }
  .hero-tabs-container p {
    font-size: 2.25rem;
    font-weight: 400;
    line-height: 1.5;
    margin: -0.5rem auto 2.25rem;
    max-width: 66rem;
    color: #ffffff; }
  .hero-tabs-container .tabs-select-container-mobile {
    display: none;
    margin: 0 auto;
    padding: 0 2rem;
    max-width: 500px; }
    .hero-tabs-container .tabs-select-container-mobile select {
      -webkit-appearance: none;
      -moz-appearance: window;
      background-image: url("/img/select-caret.svg");
      background-repeat: no-repeat;
      background-position: right 1.5rem top 55%;
      background-size: 1.75rem auto;
      background-color: #0c0c0c;
      color: #ffffff;
      font-size: 1.7rem;
      font-weight: bold;
      border: none;
      border-radius: 1rem;
      height: 4.5rem;
      width: 100%;
      padding: 0 1.5rem;
      margin: 0; }
  @media (max-width: 768px) {
    .hero-tabs-container .tabs-desktop {
      display: none; }
    .hero-tabs-container .tabs-select-container-mobile {
      display: block; } }
  @media (max-width: 675px) {
    .hero-tabs-container .tab-content h1 {
      font-size: 3.4rem;
      font-weight: 500;
      line-height: 1.2;
      max-width: 34rem; }
    .hero-tabs-container .tab-content p {
      font-size: 1.8rem;
      margin: 0.2rem auto 2.5rem;
      max-width: 40rem; } }
  @media (max-width: 600px) {
    .hero-tabs-container .cta {
      padding: 1rem; }
    .hero-tabs-container .cta-button button {
      padding: 1rem 2rem;
      font-size: 1.8rem;
      font-weight: bold; } }
  @media (max-width: 480px) {
    .hero-tabs-container .tab-content h1 {
      font-size: 3.2rem;
      font-weight: 500;
      line-height: 1.2; }
    .hero-tabs-container .tab-content p {
      font-size: 1.6rem; } }
  @media (max-width: 400px) {
    .hero-tabs-container .cta {
      padding: 0.5rem; }
      .hero-tabs-container .cta h1 {
        font-size: 4.1rem;
        font-weight: 800;
        line-height: 1; } }

.photo-wall-section {
  margin-right: auto;
  margin-left: auto;
  padding: 0 11px;
  margin-bottom: 15rem;
  padding-top: 20px;
  padding-bottom: 20px; }

.masonry-container {
  -moz-column-count: 1;
       column-count: 1;
  -moz-column-gap: 11px;
       column-gap: 11px;
  -moz-column-fill: balance;
       column-fill: balance;
  margin: 11px auto 0; }
  .masonry-container .item {
    display: inline-block;
    margin: 0 0 11px;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    width: 100%; }
    .masonry-container .item img {
      width: 100%;
      height: auto; }
  @media (min-width: 600px) {
    .masonry-container {
      -moz-column-count: 2;
           column-count: 2; } }
  @media (min-width: 900px) {
    .masonry-container {
      -moz-column-count: 3;
           column-count: 3; } }
  @media (min-width: 1200px) {
    .masonry-container {
      -moz-column-count: 4;
           column-count: 4; } }
