/*
 * Theme Name: Luminary Agent
 * Theme URI: https://luminaryagent.com
 * Description: Theme designed exclusively for Luminary Agent
 * Author: Luminary Agent
 * Author URI: https://luminaryagent.com
 * Version: Version 1.0.4
 * Updated: April 14, 2023
 *
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
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 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent 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/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 when focused and also mouse hovered in all browsers.
 */
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, .cp-module .cp-modal-body h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address 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
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
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 {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

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

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
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.
 */
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.
 */
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; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

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

/*
 * Theme Name: Top Left Creative 4.0
 * Theme URI: https://topleftcreative.com
 * Description: Theme designed exclusively for Top Left Creative
 * Author: Top Left Creative
 * Author URI: https://topleftcreative.com
 * Version: Version 4.1.5.3
 * Updated: June 4, 2018
 *
 */
/* ------------------------------------------------------------
   Sitewide Defaults
   ------------------------------------------------------------ */
.wrap {
  margin: 0 auto; }

.clearfix:after, form.singleline .gform_body:after, .media .bx-controls-direction:after {
  clear: both;
  content: "";
  display: block; }

/* ------------------------------------------------------------
   Box Sizing
   ------------------------------------------------------------ */
html {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

/* ------------------------------------------------------------
   Centering
   ------------------------------------------------------------ */
.aligncenter {
  display: block;
  margin: 0 auto; }

.center {
  text-align: center; }

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

/* ------------------------------------------------------------
   Typography Defaults
   ------------------------------------------------------------ */
html {
  color: #7d8084;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 62.5%; }

body {
  font-size: 2.2rem; }

a {
  color: #253746; }

h1, .cp-module .cp-modal-body h1,
h2,
.cp-module .cp-modal-body h2,
div.callout h2,
div.callout-box h2,
div.download-popup h2,
div.popup-demo h2,
h3,
.cp-module .cp-modal-body h3,
div.callout h3,
div.callout-box h3,
div.download-popup h3,
div.popup-demo h3,
h4,
.cp-module .cp-modal-body h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 1.25;
  margin: 0 0 2.4rem; }

h1, .cp-module .cp-modal-body h1,
h1 a,
.cp-module .cp-modal-body h1 a {
  color: white;
  font-size: 3.2rem;
  text-decoration: none; }
  @media only screen and (min-width: 896px) {
    h1, .cp-module .cp-modal-body h1,
    h1 a,
    .cp-module .cp-modal-body h1 a {
      font-size: 4.8rem; } }
  @media only screen and (min-width: 1024px) {
    h1, .cp-module .cp-modal-body h1,
    h1 a,
    .cp-module .cp-modal-body h1 a {
      font-size: 6.4rem; } }
h2, .cp-module .cp-modal-body h2, div.callout h2,
div.callout-box h2,
div.download-popup h2,
div.popup-demo h2,
h2 a,
.cp-module .cp-modal-body h2 a,
div.callout h2 a,
div.callout-box h2 a,
div.download-popup h2 a,
div.popup-demo h2 a {
  color: #253746;
  font-size: 2.8rem;
  text-decoration: none; }
  @media only screen and (min-width: 768px) {
    h2, .cp-module .cp-modal-body h2, div.callout h2,
    div.callout-box h2,
    div.download-popup h2,
    div.popup-demo h2,
    h2 a,
    .cp-module .cp-modal-body h2 a,
    div.callout h2 a,
    div.callout-box h2 a,
    div.download-popup h2 a,
    div.popup-demo h2 a {
      font-size: 3.6rem; } }
  @media only screen and (min-width: 1024px) {
    h2, .cp-module .cp-modal-body h2, div.callout h2,
    div.callout-box h2,
    div.download-popup h2,
    div.popup-demo h2,
    h2 a,
    .cp-module .cp-modal-body h2 a,
    div.callout h2 a,
    div.callout-box h2 a,
    div.download-popup h2 a,
    div.popup-demo h2 a {
      font-size: 4.8rem; } }
h3, .cp-module .cp-modal-body h3, div.callout h3,
div.callout-box h3,
div.download-popup h3,
div.popup-demo h3,
h3 a,
.cp-module .cp-modal-body h3 a,
div.callout h3 a,
div.callout-box h3 a,
div.download-popup h3 a,
div.popup-demo h3 a {
  color: #253746;
  font-size: 2.2rem;
  text-decoration: none; }
  @media only screen and (min-width: 1024px) {
    h3, .cp-module .cp-modal-body h3, div.callout h3,
    div.callout-box h3,
    div.download-popup h3,
    div.popup-demo h3,
    h3 a,
    .cp-module .cp-modal-body h3 a,
    div.callout h3 a,
    div.callout-box h3 a,
    div.download-popup h3 a,
    div.popup-demo h3 a {
      font-size: 3.2rem; } }
h3.subheading, .cp-module .cp-modal-body h3.subheading, div.callout h3.subheading,
div.callout-box h3.subheading,
div.download-popup h3.subheading,
div.popup-demo h3.subheading {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 0.8rem; }
  @media only screen and (min-width: 768px) {
    h3.subheading, .cp-module .cp-modal-body h3.subheading, div.callout h3.subheading,
    div.callout-box h3.subheading,
    div.download-popup h3.subheading,
    div.popup-demo h3.subheading {
      font-size: 3.2rem;
      letter-spacing: 4px; } }
h4, .cp-module .cp-modal-body h4,
h4 a,
.cp-module .cp-modal-body h4 a {
  color: #253746;
  font-size: 1.8rem;
  text-decoration: none; }
  @media only screen and (min-width: 1024px) {
    h4, .cp-module .cp-modal-body h4,
    h4 a,
    .cp-module .cp-modal-body h4 a {
      font-size: 2.4rem; } }
p, .cp-module .cp-modal-body p, .cp-module .cp-modal-body div.highlight, div.highlight, div.callout p, div.callout div.highlight,
div.callout-box p,
div.callout-box div.highlight,
div.download-popup p,
div.download-popup div.highlight,
div.popup-demo p,
div.popup-demo div.highlight,
ul,
ol {
  color: #7d8084;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 1.5;
  margin: 0 0 3.2rem; }
  p:last-child, .cp-module .cp-modal-body p:last-child, div.highlight:last-child, div.callout p:last-child,
  div.callout-box p:last-child,
  div.download-popup p:last-child,
  div.popup-demo p:last-child,
  ul:last-child,
  ol:last-child {
    margin: 0; }

ul.ul-centered {
  list-style: none;
  padding: 0;
  text-align: center; }

p.callout, .cp-module .cp-modal-body p.callout, div.callout.highlight, div.callout p.callout,
div.callout-box p.callout,
div.download-popup p.callout,
div.popup-demo p.callout {
  color: #d1a12a;
  font-weight: 700; }

/* ------------------------------------------------------------
   Buttons
   ------------------------------------------------------------ */
.button {
  background: transparent;
  color: #d1a12a;
  display: block;
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.1s ease-in-out;
  white-space: nowrap;
  border: 6px solid #d1a12a;
  font-size: 2.2rem;
  padding: 1.2rem 2rem; }
  .button:hover {
    background: #d1a12a !important;
    color: white !important; }

.button-small {
  background: transparent;
  color: #d1a12a;
  display: block;
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.1s ease-in-out;
  white-space: nowrap;
  border: 3px solid #d1a12a;
  font-size: 1.8rem;
  padding: 0.4rem 1.6rem; }
  .button-small:hover {
    background: #d1a12a !important;
    color: white !important; }

.button-small-inline {
  background: transparent;
  color: #d1a12a;
  display: inline;
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.1s ease-in-out;
  white-space: nowrap;
  border: 3px solid #d1a12a;
  font-size: 1.8rem;
  padding: 0.4rem 1.6rem; }
  .button-small-inline:hover {
    background: #d1a12a !important;
    color: white !important; }

/* ------------------------------------------------------------
   Site
   ------------------------------------------------------------ */
.site {
  overflow: hidden; }

/* ------------------------------------------------------------
   Site Header
   ------------------------------------------------------------ */
.site__header .wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 1.6rem 0;
  width: 90%; }
  .site__header .wrap .site__branding {
    flex: 1 auto; }
    .site__header .wrap .site__branding img {
      display: block;
      height: auto;
      max-width: 30rem; }
  .site__header .wrap .site__header-cta {
    background: transparent;
    color: #d1a12a;
    display: inline-block;
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.1s ease-in-out;
    white-space: nowrap;
    border: 3px solid #d1a12a;
    font-size: 1.8rem;
    padding: 0.4rem 1.6rem;
    display: none;
    flex: 0 auto;
    margin-right: 1.6rem; }
    .site__header .wrap .site__header-cta:hover {
      background: #d1a12a !important;
      color: white !important; }
    @media only screen and (min-width: 768px) {
      .site__header .wrap .site__header-cta {
        display: inline-block; } }
  .site__header .wrap .menu-trigger:hover span {
    background: #253746;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out; }
  .site__header .wrap .menu-trigger span {
    background: #253746;
    display: block;
    height: 0.5rem;
    margin: 0.5rem auto;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    width: 3.2rem; }

/* ------------------------------------------------------------
   Site Nav
   ------------------------------------------------------------ */
.site__nav {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  background-color: rgba(37, 55, 70, 0.99);
  bottom: 100%;
  left: 0;
  overflow: scroll;
  position: fixed;
  text-align: left;
  top: 0;
  width: 100%;
  z-index: 1500; }
  .site__nav.active {
    bottom: 0;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out; }
  .site__nav .site__nav-close-button {
    background: #253746;
    display: block;
    width: 5rem;
    height: 5rem;
    position: absolute;
    right: 2rem;
    top: 2rem; }
    .site__nav .site__nav-close-button:hover {
      background: #253746; }
    .site__nav .site__nav-close-button span {
      background: rgba(255, 255, 255, 0.7);
      display: block;
      width: 30px;
      height: 5px;
      position: absolute;
      top: 22px;
      left: 10px; }
      .site__nav .site__nav-close-button span:nth-of-type(1) {
        transform: rotate(45deg);
        z-index: 500; }
      .site__nav .site__nav-close-button span:nth-of-type(2) {
        transform: rotate(-45deg); }
  .site__nav .site__nav-container {
    margin: 0 auto;
    max-width: 80rem;
    padding: 10rem 0;
    position: relative;
    width: 90%; }
    .site__nav .site__nav-container .logo {
      width: 50%; }
    .site__nav .site__nav-container .primary-menu-container .primary-menu {
      list-style: none;
      margin: 0;
      padding: 0; }
      .site__nav .site__nav-container .primary-menu-container .primary-menu li.current-menu-item a {
        color: #d1a12a; }
        .site__nav .site__nav-container .primary-menu-container .primary-menu li.current-menu-item a span {
          float: none;
          color: #253746; }
      .site__nav .site__nav-container .primary-menu-container .primary-menu li a {
        color: white;
        display: block;
        font-size: 3rem;
        padding: 1.6rem 0;
        text-decoration: none; }
        @media only screen and (min-width: 768px) {
          .site__nav .site__nav-container .primary-menu-container .primary-menu li a {
            font-size: 3.2rem;
            padding: 2.4rem 0; } }
        .site__nav .site__nav-container .primary-menu-container .primary-menu li a:hover {
          color: #d1a12a;
          transition: all 0.3s ease-out;
          -webkit-transition: all 0.3s ease-out;
          -moz-transition: all 0.3s ease-out;
          -ms-transition: all 0.3s ease-out;
          -o-transition: all 0.3s ease-out; }
          .site__nav .site__nav-container .primary-menu-container .primary-menu li a:hover span {
            float: none;
            color: #253746; }
        .site__nav .site__nav-container .primary-menu-container .primary-menu li a span {
          color: #253746;
          text-transform: uppercase;
          font-size: .8125rem;
          line-height: 1em;
          color: #7d8084;
          font-family: 'Lato', sans-serif;
          font-weight: 400;
          display: inline-block;
          vertical-align: top;
          float: right;
          margin: 10px 0 0 20px; }
    .site__nav .site__nav-container .social h3 {
      color: #253746;
      text-transform: uppercase;
      font-size: .9375rem;
      letter-spacing: 2px;
      margin: 0 0 25px; }
    .site__nav .site__nav-container .social a {
      background: #253746;
      width: 130px;
      height: 130px;
      display: inline-block;
      position: relative;
      margin: 0 15px 10px 0; }
      .site__nav .site__nav-container .social a:hover {
        background: #253746; }
      .site__nav .site__nav-container .social a img {
        display: block;
        height: 33px;
        width: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%); }

/* ------------------------------------------------------------
   Site Footer
   ------------------------------------------------------------ */
.site__footer {
  background: #253746;
  padding: 6.4rem 0; }
  @media only screen and (min-width: 896px) {
    .site__footer {
      padding: 12.8rem 0; } }
  .site__footer .wrap {
    max-width: 90%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    @media only screen and (min-width: 768px) {
      .site__footer .wrap {
        flex-direction: row; } }
  .site__footer div {
    flex-basis: 45%; }
  .site__footer .mission {
    margin-bottom: 6.4rem; }
    .site__footer .mission a {
      background: transparent;
      color: #d1a12a;
      display: inline-block;
      font-family: 'Work Sans', sans-serif;
      font-weight: 700;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      transition: all 0.1s ease-in-out;
      white-space: nowrap;
      border: 6px solid #d1a12a;
      font-size: 2.2rem;
      padding: 1.2rem 2rem; }
      .site__footer .mission a:hover {
        background: #d1a12a !important;
        color: white !important; }
  .site__footer h3, .site__footer .cp-module .cp-modal-body h3, .cp-module .cp-modal-body .site__footer h3, .site__footer div.callout h3, div.callout .site__footer h3,
  .site__footer div.callout-box h3,
  div.callout-box .site__footer h3,
  .site__footer div.download-popup h3,
  div.download-popup .site__footer h3,
  .site__footer div.popup-demo h3,
  div.popup-demo .site__footer h3,
  .site__footer p,
  .site__footer .cp-module .cp-modal-body p,
  .cp-module .cp-modal-body .site__footer p,
  .site__footer div.highlight,
  .site__footer div.callout p,
  div.callout .site__footer p,
  .site__footer div.callout-box p,
  div.callout-box .site__footer p,
  .site__footer div.download-popup p,
  div.download-popup .site__footer p,
  .site__footer div.popup-demo p,
  div.popup-demo .site__footer p,
  .site__footer a {
    color: white; }

/* ------------------------------------------------------------
   Main Breadcrumbs
   ------------------------------------------------------------ */
.main__breadcrumbs {
  background-color: #f2f2f2;
  padding: 1.6rem 0; }
  .main__breadcrumbs .wrap {
    width: 90%; }
  .main__breadcrumbs p, .main__breadcrumbs .cp-module .cp-modal-body p, .cp-module .cp-modal-body .main__breadcrumbs p, .main__breadcrumbs div.highlight, .main__breadcrumbs div.callout p, div.callout .main__breadcrumbs p,
  .main__breadcrumbs div.callout-box p,
  div.callout-box .main__breadcrumbs p,
  .main__breadcrumbs div.download-popup p,
  div.download-popup .main__breadcrumbs p,
  .main__breadcrumbs div.popup-demo p,
  div.popup-demo .main__breadcrumbs p {
    font-size: 1.6rem; }

/* ------------------------------------------------------------
   Main Article
   ------------------------------------------------------------ */
.main__article {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.main__header,
.main__content,
.main__page-section,
.main__sidebar,
.main__footer {
  width: 100%; }
  @media only screen and (min-width: 896px) {
    .main__header,
    .main__content,
    .main__page-section,
    .main__sidebar,
    .main__footer {
      flex: 1 100%; } }
/* ------------------------------------------------------------
   Main Header
   ------------------------------------------------------------ */
.main__header .wrap {
  max-width: 90%; }

.main__header {
  position: relative; }
  .main__header .wrap {
    padding: 4.8rem 0;
    position: relative;
    z-index: 2; }
  .main__header h1, .main__header .cp-module .cp-modal-body h1, .cp-module .cp-modal-body .main__header h1 {
    color: white;
    margin: 0;
    text-transform: uppercase; }

.main__header-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1; }

.main__header-meta {
  color: white; }
  .main__header-meta ul {
    list-style: none;
    margin-bottom: 1.6rem;
    padding: 0; }
  .main__header-meta a {
    background-color: #1d2e43;
    color: white;
    font-size: 1.6rem;
    padding: 0.8rem;
    text-decoration: none; }

.main__header--custom-header {
  background-position: center;
  background-size: cover;
  padding: 0;
  position: relative; }
  .main__header--custom-header .main__header-overlay {
    background-color: rgba(37, 55, 70, 0.7); }
    .main__header--custom-header .main__header-overlay .wrap {
      text-align: center; }
      .main__header--custom-header .main__header-overlay .wrap .main__header-title,
      .main__header--custom-header .main__header-overlay .wrap .entry-decorated-title,
      .main__header--custom-header .main__header-overlay .wrap .entry-subtitle {
        color: white;
        text-shadow: 1px 1px 1px #004f59; }
      .main__header--custom-header .main__header-overlay .wrap h1,
      .main__header--custom-header .main__header-overlay .wrap h2,
      .main__header--custom-header .main__header-overlay .wrap h2 a,
      .main__header--custom-header .main__header-overlay .wrap p,
      .main__header--custom-header .main__header-overlay .wrap div.highlight {
        color: white;
        margin: 0; }
      .main__header--custom-header .main__header-overlay .wrap .main__header-title {
        text-shadow: 1px 1px 2px #4a4d55;
        text-transform: uppercase; }
      .main__header--custom-header .main__header-overlay .wrap .main__header-meta,
      .main__header--custom-header .main__header-overlay .wrap .main__header-meta a {
        color: white; }
      .main__header--custom-header .main__header-overlay .wrap h1 {
        background-color: #004f59;
        display: inline-block;
        font-size: 2rem;
        letter-spacing: 3px;
        margin: 0 0 3.2rem;
        padding: 1rem 3rem;
        text-transform: uppercase; }
        @media only screen and (min-width: 896px) {
          .main__header--custom-header .main__header-overlay .wrap h1 {
            font-size: 3rem; } }
      .main__header--custom-header .main__header-overlay .wrap .entry-decorated-title {
        font-size: 3rem;
        margin: 0; }
      .main__header--custom-header .main__header-overlay .wrap .entry-subtitle:after {
        background-color: #004f59;
        content: "";
        display: block;
        height: 4px;
        left: 50%;
        margin-top: 4.8rem;
        position: absolute;
        transform: translateX(-50%);
        width: 10rem; }

.page-template-page-list-children .main__header {
  background-position: left top;
  background-size: 200%; }
  @media only screen and (min-width: 576px) {
    .page-template-page-list-children .main__header {
      background-position: center;
      background-size: cover; } }
  .page-template-page-list-children .main__header .main__header-main__header-overlay {
    background-size: cover;
    padding: 6.4rem 3.2rem; }
    @media only screen and (min-width: 1200px) {
      .page-template-page-list-children .main__header .main__header-main__header-overlay {
        padding: 12.8rem 6.4rem; } }
    .page-template-page-list-children .main__header .main__header-main__header-overlay .wrap {
      text-align: center;
      width: 100%; }
      @media only screen and (min-width: 576px) {
        .page-template-page-list-children .main__header .main__header-main__header-overlay .wrap {
          margin: 0 auto;
          text-align: left;
          width: auto; } }
      @media only screen and (min-width: 576px) {
        .page-template-page-list-children .main__header .main__header-main__header-overlay .wrap .header-content {
          width: 48%; } }
    .page-template-page-list-children .main__header .main__header-main__header-overlay h1 {
      color: #253746; }
    .page-template-page-list-children .main__header .main__header-main__header-overlay .page-description {
      font-size: 2rem;
      line-height: 1.5;
      margin-bottom: 2rem; }
      @media only screen and (min-width: 896px) {
        .page-template-page-list-children .main__header .main__header-main__header-overlay .page-description {
          font-size: 3.2rem; } }
    .page-template-page-list-children .main__header .main__header-main__header-overlay .arrow-green-down {
      margin-top: 3.2rem;
      width: 14.4rem; }
    .page-template-page-list-children .main__header .main__header-main__header-overlay .page-header-button {
      background: transparent;
      color: #d1a12a;
      display: inline-block;
      font-family: 'Work Sans', sans-serif;
      font-weight: 700;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      transition: all 0.1s ease-in-out;
      white-space: nowrap;
      border: 3px solid #d1a12a;
      font-size: 1.8rem;
      padding: 0.4rem 1.6rem;
      margin: 0 1.6rem 1.6rem 0;
      width: 100%; }
      .page-template-page-list-children .main__header .main__header-main__header-overlay .page-header-button:hover {
        background: #d1a12a !important;
        color: white !important; }
      @media only screen and (min-width: 576px) {
        .page-template-page-list-children .main__header .main__header-main__header-overlay .page-header-button {
          display: inline-block;
          width: auto; } }
    .page-template-page-list-children .main__header .main__header-main__header-overlay .overview-link {
      display: inline-block;
      font-size: 1.6rem; }

/* ------------------------------------------------------------
   Main Content
   ------------------------------------------------------------ */
@media only screen and (min-width: 896px) {
  .main__content {
    flex: 2 auto;
    width: 66.6666666667%; } }

.main__content .wrap {
  max-width: 120rem;
  padding: 4.8rem 1.6rem; }
  @media only screen and (min-width: 896px) {
    .main__content .wrap {
      padding: 4.8rem 4.8rem; } }
/* ------------------------------------------------------------
   Main Sidebar
   ------------------------------------------------------------ */
@media only screen and (min-width: 896px) {
  .main__sidebar {
    flex: 1 auto;
    width: 33.3333333333%; } }

/* ------------------------------------------------------------
   Entry Content
   ------------------------------------------------------------ */
.entry-content {
  padding: 12.8rem 0; }
  .entry-content .wrap {
    max-width: 80rem; }
    .entry-content .wrap > h2, .entry-content .cp-module .cp-modal-body .wrap > h2, .entry-content div.callout .wrap > h2,
    .entry-content div.callout-box .wrap > h2,
    .entry-content div.download-popup .wrap > h2,
    .entry-content div.popup-demo .wrap > h2 {
      margin-top: 12.8rem; }
      .entry-content .wrap > h2:before, .entry-content .cp-module .cp-modal-body .wrap > h2:before, .entry-content div.callout .wrap > h2:before,
      .entry-content div.callout-box .wrap > h2:before,
      .entry-content div.download-popup .wrap > h2:before,
      .entry-content div.popup-demo .wrap > h2:before {
        background-color: #253746;
        content: "";
        display: block;
        height: 4px;
        margin: 0 0 4rem -4rem;
        width: 10rem; }
    .entry-content .wrap table {
      margin-bottom: 3.2rem; }
      .entry-content .wrap table thead {
        background-color: #004f59;
        color: white; }
        .entry-content .wrap table thead td {
          border-right: 1px solid white;
          padding: 0.8rem;
          vertical-align: bottom; }
          .entry-content .wrap table thead td:last-child {
            border-right: none; }
      .entry-content .wrap table tbody tr {
        border-bottom: 1px solid white; }
        .entry-content .wrap table tbody tr:nth-child( even ) {
          background-color: #253746; }
          .entry-content .wrap table tbody tr:nth-child( even ) * {
            color: white; }
        .entry-content .wrap table tbody tr:nth-child( odd ) {
          background-color: #f2f2f2; }
        .entry-content .wrap table tbody tr:last-child {
          border-bottom: none; }
        .entry-content .wrap table tbody tr td {
          border-right: 1px solid white;
          padding: 0.8rem; }
          .entry-content .wrap table tbody tr td:last-child {
            border-right: none; }
  .entry-content img {
    height: auto;
    max-width: 100%; }

.single .entry-content .wrap > p:first-child, .single .entry-content .cp-module .cp-modal-body .wrap > p:first-child, .single .entry-content .cp-module .cp-modal-body .wrap > div.highlight:first-child, .single .entry-content .wrap > div.highlight:first-child, .single .entry-content div.callout .wrap > p:first-child, .single .entry-content div.callout .wrap > div.highlight:first-child,
.single .entry-content div.callout-box .wrap > p:first-child,
.single .entry-content div.callout-box .wrap > div.highlight:first-child,
.single .entry-content div.download-popup .wrap > p:first-child,
.single .entry-content div.download-popup .wrap > div.highlight:first-child,
.single .entry-content div.popup-demo .wrap > p:first-child,
.single .entry-content div.popup-demo .wrap > div.highlight:first-child {
  color: #253746;
  font-size: 2.4rem;
  font-style: italic; }
  @media only screen and (min-width: 896px) {
    .single .entry-content .wrap > p:first-child, .single .entry-content .cp-module .cp-modal-body .wrap > p:first-child, .single .entry-content .cp-module .cp-modal-body .wrap > div.highlight:first-child, .single .entry-content .wrap > div.highlight:first-child, .single .entry-content div.callout .wrap > p:first-child, .single .entry-content div.callout .wrap > div.highlight:first-child,
    .single .entry-content div.callout-box .wrap > p:first-child,
    .single .entry-content div.callout-box .wrap > div.highlight:first-child,
    .single .entry-content div.download-popup .wrap > p:first-child,
    .single .entry-content div.download-popup .wrap > div.highlight:first-child,
    .single .entry-content div.popup-demo .wrap > p:first-child,
    .single .entry-content div.popup-demo .wrap > div.highlight:first-child {
      font-size: 3.2rem; } }
/* ------------------------------------------------------------
   Main Loop
   ------------------------------------------------------------ */
.main__loop {
  width: 100%; }
  .main__loop .wrap {
    padding: 3.2rem; }

.loop__header {
  position: relative; }
  .loop__header .wrap {
    position: relative;
    z-index: 2; }

.loop__header-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1; }

.loop__item:nth-child( odd ) .loop__header-overlay {
  background-color: #2b74b7; }

.loop__item:nth-child( even ) .loop__header-overlay {
  background-color: #1d2e43; }

.loop__header--background-image {
  background-size: cover; }
  .loop__header--background-image .loop__header-overlay {
    opacity: 0.8; }

.loop__title {
  color: white;
  margin: 0; }

.loop__header-link {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1; }

/* ------------------------------------------------------------
   Entry Content
   ------------------------------------------------------------ */
.entry-sidebar {
  background-color: #f2f2f2;
  font-size: 1.8rem; }
  @media only screen and (min-width: 576px) {
    .entry-sidebar {
      padding: 5% 0; } }
  @media only screen and (min-width: 896px) {
    .entry-sidebar {
      max-width: 48rem;
      padding: 12.8rem 0; } }
  .entry-sidebar .widgets-wrap {
    list-style: none;
    margin: -3.2rem 0 0 -3.2rem;
    padding: 0; }
    @media only screen and (min-width: 576px) {
      .entry-sidebar .widgets-wrap {
        padding: 0 3.2rem; } }
    .entry-sidebar .widgets-wrap .widget {
      background-color: white;
      border: 3px solid white;
      -moz-border-image: -moz-linear-gradient(-225deg, #253746 0%, #d1a12a 100%);
      -webkit-border-image: -webkit-linear-gradient(-225deg, #253746 0%, #d1a12a 100%);
      border-image: linear-gradient(-225deg, #253746 0%, #d1a12a 100%);
      border-image-slice: 1;
      margin: 3.2rem 0 0 3.2rem;
      padding: 1.6rem; }
      .entry-sidebar .widgets-wrap .widget.bright {
        background-image: linear-gradient(-225deg, #253746, #d1a12a); }
        .entry-sidebar .widgets-wrap .widget.bright * {
          color: white;
          font-weight: 300; }
        .entry-sidebar .widgets-wrap .widget.bright .button {
          background: transparent;
          color: white;
          display: block;
          font-family: 'Work Sans', sans-serif;
          font-weight: 700;
          text-align: center;
          text-decoration: none;
          text-transform: uppercase;
          transition: all 0.1s ease-in-out;
          white-space: nowrap;
          border: 3px solid white;
          font-size: 1.8rem;
          padding: 0.4rem 1.6rem; }
          .entry-sidebar .widgets-wrap .widget.bright .button:hover {
            background: white !important;
            color: #7d8084 !important; }
      .entry-sidebar .widgets-wrap .widget.tour .widgettitle {
        text-align: center; }
      .entry-sidebar .widgets-wrap .widget.tour .textwidget {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items: center;
        align-items: center;
        margin: -1.6rem 0 0 -1.6rem; }
        .entry-sidebar .widgets-wrap .widget.tour .textwidget > * {
          margin: 1.6rem 0 0 1.6rem; }
        .entry-sidebar .widgets-wrap .widget.tour .textwidget .widget-image,
        .entry-sidebar .widgets-wrap .widget.tour .textwidget .widget-content {
          flex: 1 100%; }
          @media only screen and (min-width: 576px) {
            .entry-sidebar .widgets-wrap .widget.tour .textwidget .widget-image,
            .entry-sidebar .widgets-wrap .widget.tour .textwidget .widget-content {
              flex: 0 calc( 50% - 1.6rem); } }
          @media only screen and (min-width: 896px) {
            .entry-sidebar .widgets-wrap .widget.tour .textwidget .widget-image,
            .entry-sidebar .widgets-wrap .widget.tour .textwidget .widget-content {
              flex: 1 100%; } }
          @media only screen and (min-width: 1200px) {
            .entry-sidebar .widgets-wrap .widget.tour .textwidget .widget-image,
            .entry-sidebar .widgets-wrap .widget.tour .textwidget .widget-content {
              flex: 0 calc( 50% - 1.6rem); } }
        .entry-sidebar .widgets-wrap .widget.tour .textwidget .widget-image {
          text-align: center; }
          .entry-sidebar .widgets-wrap .widget.tour .textwidget .widget-image img {
            width: 60%; }
            @media only screen and (min-width: 1200px) {
              .entry-sidebar .widgets-wrap .widget.tour .textwidget .widget-image img {
                width: 100%; } }
      .entry-sidebar .widgets-wrap .widget h2 {
        font-size: 3.2rem; }
      .entry-sidebar .widgets-wrap .widget h3 {
        font-size: 2.4rem; }
      .entry-sidebar .widgets-wrap .widget .gform_wrapper .gform_fields .gfield.gf_half {
        flex: 1 100%; }
        @media only screen and (min-width: 576px) {
          .entry-sidebar .widgets-wrap .widget .gform_wrapper .gform_fields .gfield.gf_half {
            flex: 0 calc( 50% - 1.6rem); } }
        @media only screen and (min-width: 896px) {
          .entry-sidebar .widgets-wrap .widget .gform_wrapper .gform_fields .gfield.gf_half {
            flex: 1 100%; } }
        @media only screen and (min-width: 1200px) {
          .entry-sidebar .widgets-wrap .widget .gform_wrapper .gform_fields .gfield.gf_half {
            flex: 0 calc( 50% - 1.6rem); } }
/* ------------------------------------------------------------
   Template -- Archives -- Testimonials
   ------------------------------------------------------------ */
.archive .hentry {
  padding: 6.4rem 0; }
  @media only screen and (min-width: 896px) {
    .archive .hentry {
      padding: 12.8rem 0; } }
  .archive .hentry:nth-child( even ) {
    background-color: #253746; }
    .archive .hentry:nth-child( even ) h2,
    .archive .hentry:nth-child( even ) p,
    .archive .hentry:nth-child( even ) div.highlight,
    .archive .hentry:nth-child( even ) span {
      color: white; }
  .archive .hentry .testimonial-content {
    margin: 0 auto;
    text-align: center; }
    .archive .hentry .testimonial-content:before {
      content: url("images/img-quote.svg");
      display: inline-block;
      height: 6.4rem;
      margin-bottom: 3.2rem;
      width: 6.4rem; }
    .archive .hentry .testimonial-content span {
      font-size: 2.8rem; }

/* ------------------------------------------------------------
   Template -- Home
   ------------------------------------------------------------ */
.home-feature {
  background: #f2f2f2 url("images/bg-home.jpg") center;
  background-size: cover;
  padding: 6.4rem 0;
  text-align: center; }
  @media only screen and (min-width: 1200px) {
    .home-feature {
      background-position: fixed;
      padding: 19.2rem 0; } }
  .home-feature h1, .home-feature .cp-module .cp-modal-body h1, .cp-module .cp-modal-body .home-feature h1, .home-feature h2, .home-feature .cp-module .cp-modal-body h2, .cp-module .cp-modal-body .home-feature h2, .home-feature div.callout h2, div.callout .home-feature h2,
  .home-feature div.callout-box h2,
  div.callout-box .home-feature h2,
  .home-feature div.download-popup h2,
  div.download-popup .home-feature h2,
  .home-feature div.popup-demo h2,
  div.popup-demo .home-feature h2 {
    color: white;
    text-shadow: 2px 2px 1px #4a4d55;
    text-transform: none; }
    .home-feature h1 span, .home-feature .cp-module .cp-modal-body h1 span, .cp-module .cp-modal-body .home-feature h1 span, .home-feature h2 span, .home-feature .cp-module .cp-modal-body h2 span, .cp-module .cp-modal-body .home-feature h2 span {
      color: #253746;
      font-family: 'Lobster';
      font-weight: normal;
      letter-spacing: 2px; }
  .home-feature a {
    background: transparent;
    color: #d1a12a;
    display: inline-block;
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.1s ease-in-out;
    white-space: nowrap;
    border: 6px solid #d1a12a;
    font-size: 2.2rem;
    padding: 1.2rem 2rem; }
    .home-feature a:hover {
      background: #d1a12a !important;
      color: white !important; }

.home-segment {
  background-image: linear-gradient(10deg, #253746 46%, #253746 46%); }
  @media only screen and (min-width: 768px) {
    .home-segment {
      background-image: linear-gradient(70deg, #253746 48%, #253746 48%); } }
  .home-segment:after {
    clear: both;
    content: "";
    display: block; }
  .home-segment .wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .home-segment .wrap {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row; } }
  .home-segment .segment {
    padding: 6.4rem 3.2rem; }
    @media only screen and (min-width: 768px) {
      .home-segment .segment {
        padding: 6.4rem;
        width: 50%; } }
    .home-segment .segment * {
      color: white; }
    .home-segment .segment a {
      background: transparent;
      color: #d1a12a;
      display: block;
      font-family: 'Work Sans', sans-serif;
      font-weight: 700;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      transition: all 0.1s ease-in-out;
      white-space: nowrap;
      border: 6px solid #d1a12a;
      font-size: 2.2rem;
      padding: 1.2rem 2rem; }
      .home-segment .segment a:hover {
        background: #d1a12a !important;
        color: white !important; }
      @media only screen and (min-width: 1200px) {
        .home-segment .segment a {
          background: transparent;
          color: #d1a12a;
          display: inline-block;
          font-family: 'Work Sans', sans-serif;
          font-weight: 700;
          text-align: center;
          text-decoration: none;
          text-transform: uppercase;
          transition: all 0.1s ease-in-out;
          white-space: nowrap;
          border: 6px solid #d1a12a;
          font-size: 2.2rem;
          padding: 1.2rem 2rem; }
          .home-segment .segment a:hover {
            background: #d1a12a !important;
            color: white !important; } }
.home-mantra {
  background: #f2f2f2;
  padding: 6.4rem 0; }
  @media only screen and (min-width: 1200px) {
    .home-mantra {
      padding: 19.2rem 0; } }
  .home-mantra p, .home-mantra .cp-module .cp-modal-body p, .cp-module .cp-modal-body .home-mantra p, .home-mantra div.highlight, .home-mantra div.callout p, div.callout .home-mantra p,
  .home-mantra div.callout-box p,
  div.callout-box .home-mantra p,
  .home-mantra div.download-popup p,
  div.download-popup .home-mantra p,
  .home-mantra div.popup-demo p,
  div.popup-demo .home-mantra p {
    font-size: 2.4rem; }
  .home-mantra span {
    color: #004f59;
    font-family: 'Lobster';
    font-weight: 700; }

.offer {
  background: #d1a12a;
  padding: 9.6rem 0; }
  .offer h2, .offer .cp-module .cp-modal-body h2, .cp-module .cp-modal-body .offer h2, .offer div.callout h2, div.callout .offer h2,
  .offer div.callout-box h2,
  div.callout-box .offer h2,
  .offer div.download-popup h2,
  div.download-popup .offer h2,
  .offer div.popup-demo h2,
  div.popup-demo .offer h2 {
    color: white; }
  .offer .button {
    background: transparent;
    color: white;
    display: inline-block;
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.1s ease-in-out;
    white-space: nowrap;
    border: 6px solid white;
    font-size: 2.2rem;
    padding: 1.2rem 2rem; }
    .offer .button:hover {
      background: white !important;
      color: #7d8084 !important; }
    .offer .button:nth-of-type( odd ) {
      margin: 0 3.2rem 3.2rem 0; }
      @media only screen and (min-width: 896px) {
        .offer .button:nth-of-type( odd ) {
          margin: 0 3.2rem 0 0; } }
/* ------------------------------------------------------------
   Template -- Page List Children
   ------------------------------------------------------------ */
.page.page-template-page-list-children > .wrap {
  max-width: 100%;
  width: 100%; }

.page.page-template-page-list-children .entry-header {
  background-image: none;
  padding: 0; }
  .page.page-template-page-list-children .entry-header .overlay {
    padding: 0; }
    .page.page-template-page-list-children .entry-header .overlay h2 {
      margin: 0; }
    .page.page-template-page-list-children .entry-header .overlay a {
      display: block;
      padding: 14.4rem 0; }

/* ------------------------------------------------------------
   Template--Page
   ------------------------------------------------------------ */
.page-section .wrap {
  max-width: 90%; }

.page-section__heading {
  margin: 0 0 3.2rem;
  text-align: center; }
  @media only screen and (min-width: 896px) {
    .page-section__heading {
      margin: 0 0 6.4rem; } }
.page-section__subheading {
  font-style: italic;
  font-weight: 300;
  margin-top: -3.2rem;
  text-align: center; }

.media .bx-controls-direction {
  margin-bottom: 2.4rem;
  text-align: center; }
  .media .bx-controls-direction .bx-prev,
  .media .bx-controls-direction .bx-next {
    border: 3px solid #004f59;
    border-radius: 5px;
    color: #004f59;
    display: inline-block;
    padding: 1.6rem 2.4rem;
    text-decoration: none; }
    .media .bx-controls-direction .bx-prev:hover,
    .media .bx-controls-direction .bx-next:hover {
      background-color: #004f59;
      color: white; }
  .media .bx-controls-direction .bx-prev {
    margin-right: 1.6rem; }
  .media .bx-controls-direction .bx-next {
    text-align: right; }

.section-product-tour-menu {
  background: #f2f2f2;
  display: none;
  z-index: 200; }
  @media only screen and (min-width: 768px) {
    .section-product-tour-menu {
      display: block; } }
  .section-product-tour-menu.mobile {
    display: block;
    padding: 1.6rem 0; }
    @media only screen and (min-width: 768px) {
      .section-product-tour-menu.mobile {
        display: none; } }
    .section-product-tour-menu.mobile nav {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      flex-direction: row; }
      .section-product-tour-menu.mobile nav span,
      .section-product-tour-menu.mobile nav select {
        flex: 1 1 0; }
  .section-product-tour-menu .menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    background: white;
    list-style: none;
    padding: 0; }
    .section-product-tour-menu .menu li {
      flex: 1 1 0;
      margin-left: 0.2rem; }
      .section-product-tour-menu .menu li:last-child {
        margin-right: 0.2rem; }
      .section-product-tour-menu .menu li a {
        background: #f2f2f2;
        border-bottom: 4px #253746 solid;
        display: inline-block;
        font-size: 1.6rem;
        padding: 1.6rem 0;
        text-align: center;
        text-decoration: none;
        width: 100%; }
        @media only screen and (min-width: 1024px) {
          .section-product-tour-menu .menu li a {
            font-size: 2rem; } }
        @media only screen and (min-width: 1200px) {
          .section-product-tour-menu .menu li a {
            font-size: 2.4rem; } }
      .section-product-tour-menu .menu li.current-menu-item a,
      .section-product-tour-menu .menu li a:hover {
        background: white;
        border-bottom-color: #d1a12a;
        color: #d1a12a; }

.section-introduction {
  padding: 6.4rem 0; }
  @media only screen and (min-width: 896px) {
    .section-introduction {
      padding: 12.8rem 0; } }
  .section-introduction .section-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center; }
    @media only screen and (min-width: 576px) {
      .section-introduction .section-content {
        flex-direction: row; } }
    @media only screen and (min-width: 1024px) {
      .section-introduction .section-content {
        margin: 0 auto;
        max-width: 96rem; } }
    .section-introduction .section-content .content-left {
      text-align: center; }
      @media only screen and (min-width: 576px) {
        .section-introduction .section-content .content-left {
          width: 25%; } }
      @media only screen and (min-width: 896px) {
        .section-introduction .section-content .content-left {
          margin-right: 4rem;
          width: 25%; } }
      .section-introduction .section-content .content-left img {
        max-width: 30rem;
        width: 100%; }
    .section-introduction .section-content .content-right {
      text-align: center; }
      @media only screen and (min-width: 576px) {
        .section-introduction .section-content .content-right {
          width: 75%; } }
      @media only screen and (min-width: 896px) {
        .section-introduction .section-content .content-right {
          text-align: left;
          width: 75%; } }
      .section-introduction .section-content .content-right.no-image {
        margin: 0 auto; }
        @media only screen and (min-width: 896px) {
          .section-introduction .section-content .content-right.no-image {
            text-align: center;
            width: 90%; } }
      .section-introduction .section-content .content-right p, .section-introduction .section-content .content-right div.highlight {
        font-size: 2rem; }
        @media only screen and (min-width: 896px) {
          .section-introduction .section-content .content-right p, .section-introduction .section-content .content-right div.highlight {
            font-size: 3.2rem; } }
      .section-introduction .section-content .content-right a.button {
        background: transparent;
        color: #253746;
        display: inline-block;
        font-family: 'Work Sans', sans-serif;
        font-weight: 700;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        transition: all 0.1s ease-in-out;
        white-space: nowrap;
        border: 3px solid #253746;
        font-size: 1.8rem;
        padding: 0.4rem 1.6rem; }
        .section-introduction .section-content .content-right a.button:hover {
          background: #253746 !important;
          color: white !important; }

.page-section.content-with-image {
  background: white;
  padding: 6.4rem 0; }
  @media only screen and (min-width: 896px) {
    .page-section.content-with-image {
      padding: 12.8rem 0; } }
  .page-section.content-with-image .section-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column; }
    @media only screen and (min-width: 896px) {
      .page-section.content-with-image .section-content {
        align-items: center;
        flex-direction: row;
        justify-content: space-between; } }
    .page-section.content-with-image .section-content.media-none .content {
      margin: 0 auto;
      text-align: center;
      width: 75%; }
    .page-section.content-with-image .section-content.media-half .content,
    .page-section.content-with-image .section-content.media-half .media {
      width: 47.5%; }
    .page-section.content-with-image .section-content.media-third .content {
      width: 61.6666666666%; }
    .page-section.content-with-image .section-content.media-third .media {
      width: 33.3333333333%; }
    .page-section.content-with-image .section-content.media-quarter .content {
      width: 70%; }
    .page-section.content-with-image .section-content.media-quarter .media {
      width: 25%; }
    @media only screen and (min-width: 896px) {
      .page-section.content-with-image .section-content.media-left {
        flex-direction: row-reverse; } }
    @media only screen and (min-width: 896px) {
      .page-section.content-with-image .section-content.larger-font h3 {
        font-size: 3.2rem; } }
    @media only screen and (min-width: 896px) {
      .page-section.content-with-image .section-content.larger-font a,
      .page-section.content-with-image .section-content.larger-font li,
      .page-section.content-with-image .section-content.larger-font p,
      .page-section.content-with-image .section-content.larger-font div.highlight {
        font-size: 2.8rem; } }
    .page-section.content-with-image .section-content.highlight-font strong {
      background-color: #004f59;
      box-shadow: 0.4rem 0 0 #004f59, -0.4rem 0 0 #004f59;
      color: white;
      display: inline;
      padding: 0.4rem 0;
      -webkit-box-decoration-break: clone;
      -ms-box-decoration-break: clone;
      -o-box-decoration-break: clone;
      box-decoration-break: clone; }
    .page-section.content-with-image .section-content .content svg {
      color: #d1a12a; }

.section-content-and-button.full-width {
  padding: 6.4rem 0; }
  @media only screen and (min-width: 768px) {
    .section-content-and-button.full-width {
      padding: 9.6rem 0; } }
.section-content-and-button.margins {
  margin: 6.4rem 0; }
  .section-content-and-button.margins .wrap {
    border: 4px solid #253746;
    padding: 3.2rem; }
    @media only screen and (min-width: 768px) {
      .section-content-and-button.margins .wrap {
        padding: 6.4rem; } }
.section-content-and-button .wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column; }
  @media only screen and (min-width: 768px) {
    .section-content-and-button .wrap {
      flex-direction: row;
      justify-content: space-between;
      align-items: center; } }
  .section-content-and-button .wrap h2 {
    margin: 0 0 3.2rem;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .section-content-and-button .wrap h2 {
        margin: 0 3.2rem 0 0; } }
  .section-content-and-button .wrap span {
    display: block;
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 1.6rem;
    text-align: center;
    text-transform: uppercase; }
  .section-content-and-button .wrap a {
    background: transparent;
    color: #d1a12a;
    display: block;
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.1s ease-in-out;
    white-space: nowrap;
    border: 6px solid #d1a12a;
    font-size: 2.2rem;
    padding: 1.2rem 2rem;
    min-width: 40%; }
    .section-content-and-button .wrap a:hover {
      background: #d1a12a !important;
      color: white !important; }

.section-content-and-button.white-font * a {
  background: transparent;
  color: white;
  display: block;
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.1s ease-in-out;
  white-space: nowrap;
  border: 6px solid white;
  font-size: 2.2rem;
  padding: 1.2rem 2rem; }
  .section-content-and-button.white-font * a:hover {
    background: white !important;
    color: #d1a12a !important; }

.section-vertical-tabs {
  background-size: cover;
  padding: 6.4rem 0; }
  @media only screen and (min-width: 896px) {
    .section-vertical-tabs {
      padding: 12.8rem 0; } }
  .section-vertical-tabs .wrap {
    max-width: 1200px; }
  .section-vertical-tabs .section-content .content-top {
    margin: 0 auto 6.4rem; }
    @media only screen and (min-width: 896px) {
      .section-vertical-tabs .section-content .content-top {
        text-align: center;
        width: 75%; } }
    @media only screen and (min-width: 896px) {
      .section-vertical-tabs .section-content .content-top p, .section-vertical-tabs .section-content .content-top div.highlight {
        font-size: 2.8rem; } }
  @media only screen and (min-width: 768px) {
    .section-vertical-tabs .section-content .features {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; } }
  .section-vertical-tabs .content-left {
    margin-bottom: 3.2rem; }
    @media only screen and (min-width: 768px) {
      .section-vertical-tabs .content-left {
        width: 50%; } }
    .section-vertical-tabs .content-left .feature {
      margin-bottom: 3.2rem; }
      @media only screen and (min-width: 768px) {
        .section-vertical-tabs .content-left .feature h3 {
          cursor: pointer; } }
      .section-vertical-tabs .content-left .feature .inline-media {
        text-align: center; }
        @media only screen and (min-width: 768px) {
          .section-vertical-tabs .content-left .feature .inline-media {
            display: none; } }
        .section-vertical-tabs .content-left .feature .inline-media img {
          margin: 0 0 1.6rem;
          max-width: 50rem;
          width: 100%; }
    @media only screen and (min-width: 768px) {
      .section-vertical-tabs .content-left .active h3 {
        color: #d1a12a;
        transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1); } }
    @media only screen and (min-width: 768px) {
      .section-vertical-tabs .content-left .active h3:after {
        content: "\2002\00bb"; } }
    @media only screen and (min-width: 768px) {
      .section-vertical-tabs .content-left .feature-description {
        display: none; } }
    .section-vertical-tabs .content-left .feature-description a {
      background: transparent;
      color: #d1a12a;
      display: inline-block;
      font-family: 'Work Sans', sans-serif;
      font-weight: 700;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      transition: all 0.1s ease-in-out;
      white-space: nowrap;
      border: 3px solid #d1a12a;
      font-size: 1.8rem;
      padding: 0.4rem 1.6rem;
      font-weight: 300; }
      .section-vertical-tabs .content-left .feature-description a:hover {
        background: #d1a12a !important;
        color: white !important; }
  .section-vertical-tabs .content-right {
    display: none;
    padding-left: 1.6rem;
    position: relative; }
    @media only screen and (min-width: 768px) {
      .section-vertical-tabs .content-right {
        display: block;
        width: 50%; } }
    .section-vertical-tabs .content-right .feature-media {
      display: none;
      opacity: 0;
      top: 0;
      transition: all 0.3s ease-out;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out; }
      .section-vertical-tabs .content-right .feature-media > img {
        width: 100%; }
        @media only screen and (min-width: 768px) {
          .section-vertical-tabs .content-right .feature-media > img {
            width: 150%; } }
      .section-vertical-tabs .content-right .feature-media .bxslider-features img {
        width: 100%; }

.section-tabbed-slider {
  background-color: #f2f2f2;
  padding-top: 9.6rem;
  position: relative; }
  .section-tabbed-slider .page-section__heading {
    text-align: center; }
  .section-tabbed-slider .bxslider-background-images {
    list-style: none;
    margin: 0;
    padding: 0; }
    .section-tabbed-slider .bxslider-background-images .section-background {
      background-position: center;
      background-size: cover;
      padding: 6.4rem 0; }
      @media only screen and (min-width: 1200px) {
        .section-tabbed-slider .bxslider-background-images .section-background {
          padding: 19.2rem 0; } }
      .section-tabbed-slider .bxslider-background-images .section-background .section-image {
        background-color: #d1a12a;
        background-position: center right;
        background-size: 800px;
        height: 200px;
        margin-bottom: 3.2rem;
        width: 100%; }
        @media only screen and (min-width: 576px) {
          .section-tabbed-slider .bxslider-background-images .section-background .section-image {
            height: 300px; } }
        @media only screen and (min-width: 768px) {
          .section-tabbed-slider .bxslider-background-images .section-background .section-image {
            display: none; } }
      @media only screen and (min-width: 768px) {
        .section-tabbed-slider .bxslider-background-images .section-background .section-content {
          width: 45%; } }
      .section-tabbed-slider .bxslider-background-images .section-background .section-content.white * {
        color: white !important; }
      .section-tabbed-slider .bxslider-background-images .section-background .section-content p, .section-tabbed-slider .bxslider-background-images .section-background .section-content div.highlight {
        font-weight: 400; }
  .section-tabbed-slider .bx-pager {
    background-color: #f2f2f2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 100; }
    .section-tabbed-slider .bx-pager a {
      color: #004f59;
      display: block;
      flex-basis: auto;
      flex-grow: 1;
      font-size: 1.6rem;
      font-weight: 700;
      padding: 3.2rem 1.6rem;
      position: relative;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      width: 0; }
      @media only screen and (min-width: 1024px) {
        .section-tabbed-slider .bx-pager a {
          font-size: 2rem; } }
      .section-tabbed-slider .bx-pager a:after {
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #d1a12a;
        bottom: -20px;
        content: "";
        height: 0;
        left: 50%;
        margin-left: -20px;
        opacity: 0;
        position: absolute;
        top: 100%;
        width: 0;
        z-index: 1; }
      .section-tabbed-slider .bx-pager a:hover {
        background: #d1a12a;
        color: white;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out; }
        .section-tabbed-slider .bx-pager a:hover:after {
          opacity: 1;
          transition: all 0.3s ease-out;
          -webkit-transition: all 0.3s ease-out;
          -moz-transition: all 0.3s ease-out;
          -ms-transition: all 0.3s ease-out;
          -o-transition: all 0.3s ease-out; }
      .section-tabbed-slider .bx-pager a.active {
        background: #d1a12a;
        color: white;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out; }
        .section-tabbed-slider .bx-pager a.active:after {
          opacity: 1;
          transition: all 0.3s ease-out;
          -webkit-transition: all 0.3s ease-out;
          -moz-transition: all 0.3s ease-out;
          -ms-transition: all 0.3s ease-out;
          -o-transition: all 0.3s ease-out; }
      .section-tabbed-slider .bx-pager a span.number {
        font-size: 4.8rem; }
      .section-tabbed-slider .bx-pager a span.title {
        display: none; }
        @media only screen and (min-width: 896px) {
          .section-tabbed-slider .bx-pager a span.title {
            display: block; } }
.section-large-checklist {
  padding: 6.4rem 0;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .section-large-checklist {
      padding: 9.6rem 0; } }
  .section-large-checklist .features-list {
    list-style-type: none;
    margin: 0 0 3.2rem;
    padding: 0;
    display: inline-block; }
    .section-large-checklist .features-list li {
      margin: 0 0 0 3rem;
      text-align: left; }
      .section-large-checklist .features-list li svg {
        color: #253746;
        margin: 0 0.8rem 0 -3rem; }
    @media only screen and (min-width: 768px) {
      .section-large-checklist .features-list {
        font-size: 3.2rem; } }
.section-benefits-01 {
  padding: 6.4rem 0; }
  @media only screen and (min-width: 896px) {
    .section-benefits-01 {
      padding: 12.8rem 0; } }
  .section-benefits-01 .benefits {
    list-style: none;
    margin-left: 0;
    padding: 0; }
    .section-benefits-01 .benefits .benefit {
      background: url("images/arrow-green-right.png") no-repeat 0 0;
      background-size: 2.4rem;
      margin: -0.8rem 0 6.4rem;
      padding: 0.8rem 0 0 3.2rem; }
      @media only screen and (min-width: 1024px) {
        .section-benefits-01 .benefits .benefit {
          background-size: 3.2rem;
          padding-left: 4.8rem; } }
      .section-benefits-01 .benefits .benefit:last-child {
        margin-bottom: 0; }
      .section-benefits-01 .benefits .benefit h3 {
        margin-bottom: 2.4rem; }

.section-grid-row {
  padding: 6.4rem 0; }
  @media only screen and (min-width: 896px) {
    .section-grid-row {
      padding: 12.8rem 0; } }
  .section-grid-row .section-content {
    display: grid;
    grid-template-columns: 1fr; }
    .section-grid-row .section-content .row-item {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 3.2rem; }
    .section-grid-row .section-content.single-row-alt {
      grid-gap: 12.8rem; }
      .section-grid-row .section-content.single-row-alt .row-item {
        align-items: center; }
        @media only screen and (min-width: 768px) {
          .section-grid-row .section-content.single-row-alt .row-item:nth-child(even) .item-media {
            grid-column-start: 2; } }
        @media only screen and (min-width: 768px) {
          .section-grid-row .section-content.single-row-alt .row-item:nth-child(even) .item-content {
            grid-column-start: 1;
            grid-row-start: 1; } }
        .section-grid-row .section-content.single-row-alt .row-item .item-media {
          max-width: 50rem; }
          @media only screen and (min-width: 768px) {
            .section-grid-row .section-content.single-row-alt .row-item .item-media {
              max-width: none; } }
      @media only screen and (min-width: 768px) {
        .section-grid-row .section-content.single-row-alt.media-half div {
          grid-template-columns: repeat(2, 1fr); } }
      .section-grid-row .section-content.single-row-alt.media-third div {
        grid-template-columns: 1fr 2fr; }
    .section-grid-row .section-content.two-per-row {
      grid-gap: 6.4rem; }
      @media only screen and (min-width: 768px) {
        .section-grid-row .section-content.two-per-row {
          grid-template-columns: repeat(2, 1fr); } }
      .section-grid-row .section-content.two-per-row .row-item {
        grid-template-rows: 25rem;
        justify-items: center; }
        .section-grid-row .section-content.two-per-row .row-item img {
          max-height: 100%; }
    .section-grid-row .section-content h3 {
      text-align: center; }

.section-testimonials {
  background-image: url("images/bg-testimonials.jpg");
  background-size: cover; }
  .section-testimonials .overlay {
    padding: 6.4rem 0;
    background: rgba(125, 128, 132, 0.8);
    text-align: center; }
  .section-testimonials p, .section-testimonials .cp-module .cp-modal-body p, .cp-module .cp-modal-body .section-testimonials p, .section-testimonials div.highlight, .section-testimonials div.callout p, div.callout .section-testimonials p,
  .section-testimonials div.callout-box p,
  div.callout-box .section-testimonials p,
  .section-testimonials div.download-popup p,
  div.download-popup .section-testimonials p,
  .section-testimonials div.popup-demo p,
  div.popup-demo .section-testimonials p,
  .section-testimonials span,
  .section-testimonials a {
    color: white; }
  .section-testimonials .section-content:before {
    content: url("images/img-quote.svg");
    display: inline-block;
    height: 6.4rem;
    margin-bottom: 3.2rem;
    width: 6.4rem; }
  .section-testimonials .bx-controls .bx-prev,
  .section-testimonials .bx-controls .bx-next {
    background-color: #dcdcda;
    border-radius: 5px;
    color: #253746;
    display: inline-block;
    margin-top: 1.6rem;
    padding: 1.6rem 2.4rem;
    text-decoration: none; }
    .section-testimonials .bx-controls .bx-prev:hover,
    .section-testimonials .bx-controls .bx-next:hover {
      background-color: #253746;
      color: white;
      transition: all 0.3s ease-out;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out; }
    .section-testimonials .bx-controls .bx-prev.disabled,
    .section-testimonials .bx-controls .bx-next.disabled {
      display: none; }
  .section-testimonials .bx-controls .bx-prev {
    margin-right: 0.8rem; }
  .section-testimonials .bx-controls .bx-next {
    margin-left: 0.8rem; }

.section-pricing {
  padding: 6.4rem 0; }
  @media only screen and (min-width: 896px) {
    .section-pricing {
      padding: 12.8rem 0; } }
  .section-pricing .section-content .pricing-core {
    border: 2px solid #d1a12a;
    margin: 0 auto 3.2rem;
    max-width: 80rem; }
    .section-pricing .section-content .pricing-core h3 {
      background-color: #d1a12a;
      color: white;
      margin: 0;
      padding: 1.6rem 0;
      text-align: center; }
    .section-pricing .section-content .pricing-core .pricing-core__info {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 3.2rem;
      align-items: center; }
      .section-pricing .section-content .pricing-core .pricing-core__info .price {
        font-size: 10rem;
        padding: 3.2rem;
        text-align: center; }
        .section-pricing .section-content .pricing-core .pricing-core__info .price span {
          display: block;
          font-size: 1.8rem; }
      .section-pricing .section-content .pricing-core .pricing-core__info .includes {
        padding: 3.2rem; }
        .section-pricing .section-content .pricing-core .pricing-core__info .includes h4 {
          color: #7d8084; }
  .section-pricing .section-content .pricing-tier > * {
    padding: 1.6rem; }
  .section-pricing .section-content .pricing-tier .tier-name {
    background-color: #253746;
    color: white; }
  .section-pricing .section-content .pricing-tier .tier-amount {
    font-size: 10rem; }
  .section-pricing .section-content .pricing-tier .tier-items {
    list-style: none;
    margin: 0;
    padding: 0; }
    .section-pricing .section-content .pricing-tier .tier-items li:nth-child( even ) {
      background-color: #f2f2f2; }
  .section-pricing .section-content h2,
  .section-pricing .section-content h3 {
    text-align: left; }
  .section-pricing .section-content a {
    background: transparent;
    color: #d1a12a;
    display: inline-block;
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.1s ease-in-out;
    white-space: nowrap;
    border: 6px solid #d1a12a;
    font-size: 2.2rem;
    padding: 1.2rem 2rem;
    margin-top: 6.4rem;
    min-width: calc( 100% / 3);
    text-align: center; }
    .section-pricing .section-content a:hover {
      background: #d1a12a !important;
      color: white !important; }
    @media only screen and (min-width: 896px) {
      .section-pricing .section-content a {
        background: transparent;
        color: #d1a12a;
        display: inline-block;
        font-family: 'Work Sans', sans-serif;
        font-weight: 700;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        transition: all 0.1s ease-in-out;
        white-space: nowrap;
        border: 9px solid #d1a12a;
        font-size: 4rem;
        padding: 2.4rem 4rem; }
        .section-pricing .section-content a:hover {
          background: #d1a12a !important;
          color: white !important; } }
.section-schedule-form {
  padding: 6.4rem 0; }
  @media only screen and (min-width: 896px) {
    .section-schedule-form {
      padding: 12.8rem 0; } }
  .section-schedule-form .section-content .page-section__heading {
    text-align: center; }
  .section-schedule-form .section-content .content-left,
  .section-schedule-form .section-content .content-right {
    width: 100%; }
    @media only screen and (min-width: 896px) {
      .section-schedule-form .section-content .content-left,
      .section-schedule-form .section-content .content-right {
        float: left;
        width: 50%; } }
  .section-schedule-form .section-content .content-left * {
    margin-bottom: 4.8rem; }
    @media only screen and (min-width: 896px) {
      .section-schedule-form .section-content .content-left * {
        font-size: 2.8rem;
        line-height: 2;
        padding-right: 6.4rem; } }
  .section-schedule-form .section-content .content-right .form-heading {
    color: #d1a12a;
    margin: 0 0 4.8rem;
    text-align: center; }

.section-product-archive {
  background-position: center;
  background-size: cover;
  padding: 6.4rem 0;
  padding: 0; }
  @media only screen and (min-width: 896px) {
    .section-product-archive {
      padding: 12.8rem 0; } }
  @media only screen and (max-width: 575px) {
    .section-product-archive {
      background-image: none !important; } }
  .section-product-archive .wrap {
    width: 100%; }
    @media only screen and (min-width: 576px) {
      .section-product-archive .wrap {
        width: 90%; } }
  .section-product-archive .section-image {
    background-position: center right;
    background-size: 800px;
    height: 300px;
    width: 100%; }
    @media only screen and (min-width: 576px) {
      .section-product-archive .section-image {
        display: none; } }
  .section-product-archive .section-content {
    background-color: #f2f2f2;
    padding: 3.2rem; }
    @media only screen and (min-width: 576px) {
      .section-product-archive .section-content {
        background-color: inherit;
        padding: 0;
        width: 45%; } }
    .section-product-archive .section-content.white h2,
    .section-product-archive .section-content.white p,
    .section-product-archive .section-content.white div.highlight {
      color: white; }
    .section-product-archive .section-content .subheading {
      font-size: 2.4rem; }
    .section-product-archive .section-content p, .section-product-archive .section-content div.highlight {
      font-weight: 400; }
  .section-product-archive a {
    background: transparent;
    color: #d1a12a;
    display: inline-block;
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.1s ease-in-out;
    white-space: nowrap;
    border: 6px solid #d1a12a;
    font-size: 2.2rem;
    padding: 1.2rem 2rem; }
    .section-product-archive a:hover {
      background: #d1a12a !important;
      color: white !important; }

.section-slider-icon-grid {
  background-color: #f2f2f2;
  padding-top: 9.6rem;
  position: relative; }
  .section-slider-icon-grid .page-section__heading {
    text-align: center; }
  .section-slider-icon-grid .bxslider-icon-grid {
    list-style: none;
    margin: 0;
    padding: 0; }
    .section-slider-icon-grid .bxslider-icon-grid .slide-content {
      padding: 12.8rem 0;
      text-align: center; }
      .section-slider-icon-grid .bxslider-icon-grid .slide-content .slide-subtitle {
        max-width: 80%;
        margin: 0 auto 6.4rem; }
      .section-slider-icon-grid .bxslider-icon-grid .slide-content .item-grid {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-evenly;
        justify-content: space-evenly; }
        .section-slider-icon-grid .bxslider-icon-grid .slide-content .item-grid .item {
          text-align: center;
          width: 30%; }
          .section-slider-icon-grid .bxslider-icon-grid .slide-content .item-grid .item img {
            max-width: 100%; }
  .section-slider-icon-grid .bx-pager-icon-grid {
    background-color: #f2f2f2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 100; }
    .section-slider-icon-grid .bx-pager-icon-grid a {
      color: #004f59;
      display: block;
      flex-basis: auto;
      flex-grow: 1;
      font-size: 1.6rem;
      font-weight: 700;
      padding: 3.2rem 1.6rem;
      position: relative;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      width: 0; }
      @media only screen and (min-width: 1024px) {
        .section-slider-icon-grid .bx-pager-icon-grid a {
          font-size: 2rem; } }
      .section-slider-icon-grid .bx-pager-icon-grid a:after {
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #d1a12a;
        bottom: -20px;
        content: "";
        height: 0;
        left: 50%;
        margin-left: -20px;
        opacity: 0;
        position: absolute;
        top: 100%;
        width: 0;
        z-index: 1; }
      .section-slider-icon-grid .bx-pager-icon-grid a:hover {
        background: #d1a12a;
        color: white;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out; }
        .section-slider-icon-grid .bx-pager-icon-grid a:hover:after {
          opacity: 1;
          transition: all 0.3s ease-out;
          -webkit-transition: all 0.3s ease-out;
          -moz-transition: all 0.3s ease-out;
          -ms-transition: all 0.3s ease-out;
          -o-transition: all 0.3s ease-out; }
      .section-slider-icon-grid .bx-pager-icon-grid a.active {
        background: #d1a12a;
        color: white;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out; }
        .section-slider-icon-grid .bx-pager-icon-grid a.active:after {
          opacity: 1;
          transition: all 0.3s ease-out;
          -webkit-transition: all 0.3s ease-out;
          -moz-transition: all 0.3s ease-out;
          -ms-transition: all 0.3s ease-out;
          -o-transition: all 0.3s ease-out; }
      .section-slider-icon-grid .bx-pager-icon-grid a span.number {
        font-size: 4.8rem; }
      .section-slider-icon-grid .bx-pager-icon-grid a span.title {
        display: none; }
        @media only screen and (min-width: 896px) {
          .section-slider-icon-grid .bx-pager-icon-grid a span.title {
            display: block; } }
/* ------------------------------------------------------------
   Template -- Post Builder
   ------------------------------------------------------------ */
.mortgage-website-comparison {
  border: 2px solid #253746;
  margin-bottom: 3.2rem;
  padding: 3.2rem; }
  .mortgage-website-comparison .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    @media only screen and (min-width: 768px) {
      .mortgage-website-comparison .container {
        flex-direction: row; } }
    @media only screen and (min-width: 896px) {
      .mortgage-website-comparison .container {
        flex-direction: column; } }
    @media only screen and (min-width: 1200px) {
      .mortgage-website-comparison .container {
        flex-direction: row; } }
    .mortgage-website-comparison .container .left,
    .mortgage-website-comparison .container .right {
      margin-bottom: 3.2rem;
      width: 100%; }
      @media only screen and (min-width: 768px) {
        .mortgage-website-comparison .container .left,
        .mortgage-website-comparison .container .right {
          width: 48%; } }
      @media only screen and (min-width: 896px) {
        .mortgage-website-comparison .container .left,
        .mortgage-website-comparison .container .right {
          width: 100%; } }
      @media only screen and (min-width: 1200px) {
        .mortgage-website-comparison .container .left,
        .mortgage-website-comparison .container .right {
          width: 48%; } }
    .mortgage-website-comparison .container .left a {
      background: transparent;
      color: #d1a12a;
      display: block;
      font-family: 'Work Sans', sans-serif;
      font-weight: 700;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      transition: all 0.1s ease-in-out;
      white-space: nowrap;
      border: 3px solid #d1a12a;
      font-size: 1.8rem;
      padding: 0.4rem 1.6rem; }
      .mortgage-website-comparison .container .left a:hover {
        background: #d1a12a !important;
        color: white !important; }
    .mortgage-website-comparison .container .left img {
      border: 1px solid #dcdcda;
      margin-bottom: 3.2rem; }
  .mortgage-website-comparison .two-tables {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column; }
    @media only screen and (min-width: 768px) {
      .mortgage-website-comparison .two-tables {
        flex-direction: row; } }
    @media only screen and (min-width: 896px) {
      .mortgage-website-comparison .two-tables {
        flex-direction: column; } }
    @media only screen and (min-width: 1200px) {
      .mortgage-website-comparison .two-tables {
        flex-direction: row; } }
    .mortgage-website-comparison .two-tables .table {
      width: 100%; }
      .mortgage-website-comparison .two-tables .table + .table {
        border-left: 1px solid white; }
      .mortgage-website-comparison .two-tables .table .row {
        background-color: #f2f2f2;
        border-bottom: 1px solid white;
        color: #253746;
        font-size: 1.8rem;
        padding: 0.8rem; }
        .mortgage-website-comparison .two-tables .table .row.header {
          background-color: #253746;
          color: white;
          text-align: center; }
        .mortgage-website-comparison .two-tables .table .row.footer {
          background-color: #253746;
          color: white; }
          .mortgage-website-comparison .two-tables .table .row.footer span {
            background-color: #253746;
            color: white; }
        .mortgage-website-comparison .two-tables .table .row span {
          background-color: #dcdcda;
          border-left: 1px solid white;
          color: #253746;
          display: inline-block;
          float: right;
          margin: -0.8rem;
          padding: 0.8rem;
          text-align: center;
          width: 5rem; }

/* ------------------------------------------------------------
   Arrows
   ------------------------------------------------------------ */
.arrow-down {
  border-left: 3.2rem solid transparent;
  border-right: 3.2rem solid transparent;
  border-top-style: solid;
  border-top-width: 3.2rem;
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0; }

/* ------------------------------------------------------------
   WordPress Blocks
   ------------------------------------------------------------ */
figure {
  margin: 0; }

.wp-block-embed-youtube .video-container {
  height: 0;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative; }

.wp-block-embed-youtube iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

/* ------------------------------------------------------------
   Entry Callouts
   ------------------------------------------------------------ */
div.callout,
div.callout-box,
div.download-popup,
div.popup-demo {
  background: #d1a12a;
  color: white;
  margin-bottom: 3.2rem;
  padding: 3.2rem; }
  div.callout .icon,
  div.callout-box .icon,
  div.download-popup .icon,
  div.popup-demo .icon {
    margin-bottom: 1.6rem; }
  div.callout *,
  div.callout-box *,
  div.download-popup *,
  div.popup-demo * {
    color: white; }
  div.callout h3:after, div.callout .cp-module .cp-modal-body h3:after, .cp-module .cp-modal-body div.callout h3:after,
  div.callout-box h3:after,
  div.callout-box .cp-module .cp-modal-body h3:after,
  .cp-module .cp-modal-body div.callout-box h3:after,
  div.download-popup h3:after,
  div.download-popup .cp-module .cp-modal-body h3:after,
  .cp-module .cp-modal-body div.download-popup h3:after,
  div.popup-demo h3:after,
  div.popup-demo .cp-module .cp-modal-body h3:after,
  .cp-module .cp-modal-body div.popup-demo h3:after {
    background-color: white;
    content: "";
    display: block;
    height: 0.2rem;
    margin-top: 2.4rem;
    width: 12rem; }
  div.callout p, div.callout .cp-module .cp-modal-body p, .cp-module .cp-modal-body div.callout p, div.callout div.highlight,
  div.callout-box p,
  div.callout-box .cp-module .cp-modal-body p,
  .cp-module .cp-modal-body div.callout-box p,
  div.callout-box div.highlight,
  div.download-popup p,
  div.download-popup .cp-module .cp-modal-body p,
  .cp-module .cp-modal-body div.download-popup p,
  div.download-popup div.highlight,
  div.popup-demo p,
  div.popup-demo .cp-module .cp-modal-body p,
  .cp-module .cp-modal-body div.popup-demo p,
  div.popup-demo div.highlight {
    font-size: 2.6rem; }
  div.callout .button,
  div.callout-box .button,
  div.download-popup .button,
  div.popup-demo .button {
    background: transparent;
    color: white;
    display: inline-block;
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.1s ease-in-out;
    white-space: nowrap;
    border: 6px solid white;
    font-size: 2.2rem;
    padding: 1.2rem 2rem; }
    div.callout .button:hover,
    div.callout-box .button:hover,
    div.download-popup .button:hover,
    div.popup-demo .button:hover {
      background: white !important;
      color: #7d8084 !important; }

.callout-box h3, .callout-box .cp-module .cp-modal-body h3, .cp-module .cp-modal-body .callout-box h3, .callout-box div.callout h3, div.callout .callout-box h3,
div.callout-box h3,
.callout-box div.download-popup h3,
div.download-popup .callout-box h3,
.callout-box div.popup-demo h3,
div.popup-demo .callout-box h3,
.callout-box p,
.callout-box .cp-module .cp-modal-body p,
.cp-module .cp-modal-body .callout-box p,
.callout-box div.highlight,
.callout-box div.callout p,
div.callout .callout-box p,
div.callout-box p,
.callout-box div.download-popup p,
div.download-popup .callout-box p,
.callout-box div.popup-demo p,
div.popup-demo .callout-box p {
  color: white; }

.entry-content .wrap > div.callout,
.entry-content .wrap > div.callout-box {
  margin-bottom: 3.2rem; }

div.highlight {
  font-weight: 700;
  color: #d1a12a; }
  div.highlight .icon {
    margin-bottom: 1.6rem; }

figure.wp-block-pullquote {
  margin: 6.4rem 0; }
  figure.wp-block-pullquote:after, figure.wp-block-pullquote:before {
    content: "";
    display: block;
    height: 4px;
    width: 50%;
    background-color: #d1a12a;
    left: 50%;
    transform: translateX(50%); }
  figure.wp-block-pullquote blockquote {
    margin: 6.4rem 0; }
  figure.wp-block-pullquote p, figure.wp-block-pullquote .cp-module .cp-modal-body p, .cp-module .cp-modal-body figure.wp-block-pullquote p, figure.wp-block-pullquote div.highlight {
    color: #d1a12a;
    font-style: italic; }

/* ------------------------------------------------------------
   Buttons
   ------------------------------------------------------------ */
.svg-inline--fa {
  margin-right: 1.6rem; }

/* ------------------------------------------------------------
   Nav Links
   ------------------------------------------------------------ */
.nav-links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column; }
  @media only screen and (min-width: 896px) {
    .nav-links {
      flex-direction: row; } }
  .nav-links .nav-previous,
  .nav-links .nav-next {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    position: relative;
    width: 100%; }
    @media only screen and (min-width: 896px) {
      .nav-links .nav-previous,
      .nav-links .nav-next {
        width: 50%; } }
    .nav-links .nav-previous:before,
    .nav-links .nav-next:before {
      background: url("images/arrow-white.svg") no-repeat 3.2rem;
      content: "";
      height: 100%;
      position: absolute;
      width: 20%; }
    .nav-links .nav-previous:hover,
    .nav-links .nav-next:hover {
      transition: all 0.3s ease-out;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      background-color: #d1a12a; }
    .nav-links .nav-previous a,
    .nav-links .nav-next a {
      color: white;
      text-decoration: none;
      width: 100%; }
  .nav-links .nav-previous {
    background-color: #253746; }
    .nav-links .nav-previous:before {
      float: left; }
    .nav-links .nav-previous a {
      padding: 4.8rem 4.8rem 4.8rem 20%; }
  .nav-links .nav-next {
    background-color: #004f59;
    text-align: right; }
    .nav-links .nav-next:before {
      float: right;
      left: 80%;
      transform: rotate(180deg); }
    .nav-links .nav-next a {
      padding: 4.8rem 20% 4.8rem 4.8rem; }

/* ------------------------------------------------------------
   Plugins -- ConvertPlug
   ------------------------------------------------------------ */
.cp-module .cp-modal-body input[type="text"],
.cp-module .cp-modal-body input[type="email"],
.cp-module .cp-modal-body input[type="tel"],
.cp-module .cp-modal-body select,
.cp-module .cp-modal-body textarea,
.cp-module .cp-modal-body option {
  color: #7d8084;
  font-family: 'Lato', sans-serif;
  font-weight: 400; }

.cp-module .cp-row div[class^="col-"] {
  padding: 0 !important; }

@media only screen and (min-width: 896px) {
  .cp-info-bar-body {
    padding: 1.6rem 3.2rem !important; } }

.cp-info-bar-body p, .cp-info-bar-body div.callout p, div.callout .cp-info-bar-body p,
.cp-info-bar-body div.callout-box p,
div.callout-box .cp-info-bar-body p,
.cp-info-bar-body div.download-popup p,
div.download-popup .cp-info-bar-body p,
.cp-info-bar-body div.popup-demo p,
div.popup-demo .cp-info-bar-body p, .cp-info-bar-body div.highlight, .cp-info-bar-body .cp-module .cp-modal-body p, .cp-module .cp-modal-body .cp-info-bar-body p {
  color: #7d8084;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: white;
  font-size: 2.2rem; }

.cp-info-bar-body .gform_wrapper .gform_fields .gfield input[type="text"],
.cp-info-bar-body .gform_wrapper .gform_fields .gfield input[type="email"],
.cp-info-bar-body .gform_wrapper .gform_fields .gfield input[type="tel"],
.cp-info-bar-body .gform_wrapper .gform_fields .gfield select,
.cp-info-bar-body .gform_wrapper .gform_fields .gfield textarea,
.cp-info-bar-body .gform_wrapper .gform_fields .gfield option {
  font-size: 1.6rem;
  text-align: left !important; }

.cp-slidein-popup-container .cp-slidein-body {
  font-size: 2.2rem; }
  .cp-slidein-popup-container .cp-slidein-body.cp-blank h1, .cp-slidein-popup-container .cp-slidein-body.cp-blank .cp-module .cp-modal-body h1, .cp-module .cp-modal-body .cp-slidein-popup-container .cp-slidein-body.cp-blank h1, .cp-slidein-popup-container .cp-slidein-body.cp-blank h2, .cp-slidein-popup-container .cp-slidein-body.cp-blank div.callout h2, div.callout .cp-slidein-popup-container .cp-slidein-body.cp-blank h2,
  .cp-slidein-popup-container .cp-slidein-body.cp-blank div.callout-box h2,
  div.callout-box .cp-slidein-popup-container .cp-slidein-body.cp-blank h2,
  .cp-slidein-popup-container .cp-slidein-body.cp-blank div.download-popup h2,
  div.download-popup .cp-slidein-popup-container .cp-slidein-body.cp-blank h2,
  .cp-slidein-popup-container .cp-slidein-body.cp-blank div.popup-demo h2,
  div.popup-demo .cp-slidein-popup-container .cp-slidein-body.cp-blank h2, .cp-slidein-popup-container .cp-slidein-body.cp-blank .cp-module .cp-modal-body h2, .cp-module .cp-modal-body .cp-slidein-popup-container .cp-slidein-body.cp-blank h2, .cp-slidein-popup-container .cp-slidein-body.cp-blank div.callout .cp-module .cp-modal-body h2, div.callout .cp-module .cp-modal-body .cp-slidein-popup-container .cp-slidein-body.cp-blank h2, .cp-slidein-popup-container .cp-slidein-body.cp-blank .cp-module .cp-modal-body div.callout h2, .cp-module .cp-modal-body div.callout .cp-slidein-popup-container .cp-slidein-body.cp-blank h2,
  .cp-slidein-popup-container .cp-slidein-body.cp-blank div.callout-box .cp-module .cp-modal-body h2,
  div.callout-box .cp-module .cp-modal-body .cp-slidein-popup-container .cp-slidein-body.cp-blank h2,
  .cp-slidein-popup-container .cp-slidein-body.cp-blank .cp-module .cp-modal-body div.callout-box h2,
  .cp-module .cp-modal-body div.callout-box .cp-slidein-popup-container .cp-slidein-body.cp-blank h2,
  .cp-slidein-popup-container .cp-slidein-body.cp-blank div.download-popup .cp-module .cp-modal-body h2,
  div.download-popup .cp-module .cp-modal-body .cp-slidein-popup-container .cp-slidein-body.cp-blank h2,
  .cp-slidein-popup-container .cp-slidein-body.cp-blank .cp-module .cp-modal-body div.download-popup h2,
  .cp-module .cp-modal-body div.download-popup .cp-slidein-popup-container .cp-slidein-body.cp-blank h2,
  .cp-slidein-popup-container .cp-slidein-body.cp-blank div.popup-demo .cp-module .cp-modal-body h2,
  div.popup-demo .cp-module .cp-modal-body .cp-slidein-popup-container .cp-slidein-body.cp-blank h2,
  .cp-slidein-popup-container .cp-slidein-body.cp-blank .cp-module .cp-modal-body div.popup-demo h2,
  .cp-module .cp-modal-body div.popup-demo .cp-slidein-popup-container .cp-slidein-body.cp-blank h2, .cp-slidein-popup-container .cp-slidein-body.cp-blank h3, .cp-slidein-popup-container .cp-slidein-body.cp-blank div.callout h3, div.callout .cp-slidein-popup-container .cp-slidein-body.cp-blank h3,
  .cp-slidein-popup-container .cp-slidein-body.cp-blank div.callout-box h3,
  div.callout-box .cp-slidein-popup-container .cp-slidein-body.cp-blank h3,
  .cp-slidein-popup-container .cp-slidein-body.cp-blank div.download-popup h3,
  div.download-popup .cp-slidein-popup-container .cp-slidein-body.cp-blank h3,
  .cp-slidein-popup-container .cp-slidein-body.cp-blank div.popup-demo h3,
  div.popup-demo .cp-slidein-popup-container .cp-slidein-body.cp-blank h3, .cp-slidein-popup-container .cp-slidein-body.cp-blank .cp-module .cp-modal-body h3, .cp-module .cp-modal-body .cp-slidein-popup-container .cp-slidein-body.cp-blank h3, .cp-slidein-popup-container .cp-slidein-body.cp-blank div.callout .cp-module .cp-modal-body h3, div.callout .cp-module .cp-modal-body .cp-slidein-popup-container .cp-slidein-body.cp-blank h3, .cp-slidein-popup-container .cp-slidein-body.cp-blank .cp-module .cp-modal-body div.callout h3, .cp-module .cp-modal-body div.callout .cp-slidein-popup-container .cp-slidein-body.cp-blank h3,
  .cp-slidein-popup-container .cp-slidein-body.cp-blank div.callout-box .cp-module .cp-modal-body h3,
  div.callout-box .cp-module .cp-modal-body .cp-slidein-popup-container .cp-slidein-body.cp-blank h3,
  .cp-slidein-popup-container .cp-slidein-body.cp-blank .cp-module .cp-modal-body div.callout-box h3,
  .cp-module .cp-modal-body div.callout-box .cp-slidein-popup-container .cp-slidein-body.cp-blank h3,
  .cp-slidein-popup-container .cp-slidein-body.cp-blank div.download-popup .cp-module .cp-modal-body h3,
  div.download-popup .cp-module .cp-modal-body .cp-slidein-popup-container .cp-slidein-body.cp-blank h3,
  .cp-slidein-popup-container .cp-slidein-body.cp-blank .cp-module .cp-modal-body div.download-popup h3,
  .cp-module .cp-modal-body div.download-popup .cp-slidein-popup-container .cp-slidein-body.cp-blank h3,
  .cp-slidein-popup-container .cp-slidein-body.cp-blank div.popup-demo .cp-module .cp-modal-body h3,
  div.popup-demo .cp-module .cp-modal-body .cp-slidein-popup-container .cp-slidein-body.cp-blank h3,
  .cp-slidein-popup-container .cp-slidein-body.cp-blank .cp-module .cp-modal-body div.popup-demo h3,
  .cp-module .cp-modal-body div.popup-demo .cp-slidein-popup-container .cp-slidein-body.cp-blank h3, .cp-slidein-popup-container .cp-slidein-body.cp-blank h4, .cp-slidein-popup-container .cp-slidein-body.cp-blank .cp-module .cp-modal-body h4, .cp-module .cp-modal-body .cp-slidein-popup-container .cp-slidein-body.cp-blank h4, .cp-slidein-popup-container .cp-slidein-body.cp-blank p, .cp-slidein-popup-container .cp-slidein-body.cp-blank div.callout p, div.callout .cp-slidein-popup-container .cp-slidein-body.cp-blank p,
  .cp-slidein-popup-container .cp-slidein-body.cp-blank div.callout-box p,
  div.callout-box .cp-slidein-popup-container .cp-slidein-body.cp-blank p,
  .cp-slidein-popup-container .cp-slidein-body.cp-blank div.download-popup p,
  div.download-popup .cp-slidein-popup-container .cp-slidein-body.cp-blank p,
  .cp-slidein-popup-container .cp-slidein-body.cp-blank div.popup-demo p,
  div.popup-demo .cp-slidein-popup-container .cp-slidein-body.cp-blank p, .cp-slidein-popup-container .cp-slidein-body.cp-blank div.highlight, .cp-slidein-popup-container .cp-slidein-body.cp-blank div.callout div.highlight, div.callout .cp-slidein-popup-container .cp-slidein-body.cp-blank div.highlight,
  .cp-slidein-popup-container .cp-slidein-body.cp-blank div.callout-box div.highlight,
  div.callout-box .cp-slidein-popup-container .cp-slidein-body.cp-blank div.highlight,
  .cp-slidein-popup-container .cp-slidein-body.cp-blank div.download-popup div.highlight,
  div.download-popup .cp-slidein-popup-container .cp-slidein-body.cp-blank div.highlight,
  .cp-slidein-popup-container .cp-slidein-body.cp-blank div.popup-demo div.highlight,
  div.popup-demo .cp-slidein-popup-container .cp-slidein-body.cp-blank div.highlight, .cp-slidein-popup-container .cp-slidein-body.cp-blank .cp-module .cp-modal-body p, .cp-module .cp-modal-body .cp-slidein-popup-container .cp-slidein-body.cp-blank p, .cp-slidein-popup-container .cp-slidein-body.cp-blank .cp-module .cp-modal-body div.highlight, .cp-module .cp-modal-body .cp-slidein-popup-container .cp-slidein-body.cp-blank div.highlight, .cp-slidein-popup-container .cp-slidein-body.cp-blank div.callout .cp-module .cp-modal-body p, div.callout .cp-module .cp-modal-body .cp-slidein-popup-container .cp-slidein-body.cp-blank p, .cp-slidein-popup-container .cp-slidein-body.cp-blank .cp-module .cp-modal-body div.callout p, .cp-module .cp-modal-body div.callout .cp-slidein-popup-container .cp-slidein-body.cp-blank p, .cp-slidein-popup-container .cp-slidein-body.cp-blank div.callout .cp-module .cp-modal-body div.highlight, div.callout .cp-module .cp-modal-body .cp-slidein-popup-container .cp-slidein-body.cp-blank div.highlight, .cp-slidein-popup-container .cp-slidein-body.cp-blank .cp-module .cp-modal-body div.callout div.highlight, .cp-module .cp-modal-body div.callout .cp-slidein-popup-container .cp-slidein-body.cp-blank div.highlight,
  .cp-slidein-popup-container .cp-slidein-body.cp-blank div.callout-box .cp-module .cp-modal-body p,
  div.callout-box .cp-module .cp-modal-body .cp-slidein-popup-container .cp-slidein-body.cp-blank p,
  .cp-slidein-popup-container .cp-slidein-body.cp-blank .cp-module .cp-modal-body div.callout-box p,
  .cp-module .cp-modal-body div.callout-box .cp-slidein-popup-container .cp-slidein-body.cp-blank p,
  .cp-slidein-popup-container .cp-slidein-body.cp-blank div.callout-box .cp-module .cp-modal-body div.highlight,
  div.callout-box .cp-module .cp-modal-body .cp-slidein-popup-container .cp-slidein-body.cp-blank div.highlight,
  .cp-slidein-popup-container .cp-slidein-body.cp-blank .cp-module .cp-modal-body div.callout-box div.highlight,
  .cp-module .cp-modal-body div.callout-box .cp-slidein-popup-container .cp-slidein-body.cp-blank div.highlight,
  .cp-slidein-popup-container .cp-slidein-body.cp-blank div.download-popup .cp-module .cp-modal-body p,
  div.download-popup .cp-module .cp-modal-body .cp-slidein-popup-container .cp-slidein-body.cp-blank p,
  .cp-slidein-popup-container .cp-slidein-body.cp-blank .cp-module .cp-modal-body div.download-popup p,
  .cp-module .cp-modal-body div.download-popup .cp-slidein-popup-container .cp-slidein-body.cp-blank p,
  .cp-slidein-popup-container .cp-slidein-body.cp-blank div.download-popup .cp-module .cp-modal-body div.highlight,
  div.download-popup .cp-module .cp-modal-body .cp-slidein-popup-container .cp-slidein-body.cp-blank div.highlight,
  .cp-slidein-popup-container .cp-slidein-body.cp-blank .cp-module .cp-modal-body div.download-popup div.highlight,
  .cp-module .cp-modal-body div.download-popup .cp-slidein-popup-container .cp-slidein-body.cp-blank div.highlight,
  .cp-slidein-popup-container .cp-slidein-body.cp-blank div.popup-demo .cp-module .cp-modal-body p,
  div.popup-demo .cp-module .cp-modal-body .cp-slidein-popup-container .cp-slidein-body.cp-blank p,
  .cp-slidein-popup-container .cp-slidein-body.cp-blank .cp-module .cp-modal-body div.popup-demo p,
  .cp-module .cp-modal-body div.popup-demo .cp-slidein-popup-container .cp-slidein-body.cp-blank p,
  .cp-slidein-popup-container .cp-slidein-body.cp-blank div.popup-demo .cp-module .cp-modal-body div.highlight,
  div.popup-demo .cp-module .cp-modal-body .cp-slidein-popup-container .cp-slidein-body.cp-blank div.highlight,
  .cp-slidein-popup-container .cp-slidein-body.cp-blank .cp-module .cp-modal-body div.popup-demo div.highlight,
  .cp-module .cp-modal-body div.popup-demo .cp-slidein-popup-container .cp-slidein-body.cp-blank div.highlight {
    text-align: left !important; }
  .cp-slidein-popup-container .cp-slidein-body .icon {
    margin-bottom: 1.6rem;
    text-align: left !important; }

.cp-slidein-popup-container .gform_wrapper .gform_fields .gfield {
  padding-bottom: 0; }

.cp-slidein-popup-container input[type=submit] {
  background: transparent;
  color: #d1a12a;
  display: block;
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.1s ease-in-out;
  white-space: nowrap;
  border: 6px solid #d1a12a;
  font-size: 2.2rem;
  padding: 1.2rem 2rem; }
  .cp-slidein-popup-container input[type=submit]:hover {
    background: #d1a12a !important;
    color: white !important; }

/* ------------------------------------------------------------
   Plugins -- Envira
   ------------------------------------------------------------ */
.envira-gallery-wrap {
  background-color: #f2f2f2 !important;
  margin: 0 auto 3.2rem !important;
  padding: 1.6rem !important; }
  .envira-gallery-wrap .envira-gallery-public {
    margin: 0 auto !important; }

/* ------------------------------------------------------------
   Plugins -- Gravity Forms
   ------------------------------------------------------------ */
.gform_wrapper .gform_title {
  display: none; }

.gform_wrapper .gform_fields {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  list-style: none;
  list-style-type: none !important;
  margin: -1.6rem 0 0 -1.6rem;
  padding: 0; }
  .gform_wrapper .gform_fields .gfield {
    flex: 1 100%;
    margin: 1.6rem 0 0 1.6rem; }
    @media only screen and (min-width: 576px) {
      .gform_wrapper .gform_fields .gfield.gf_half {
        flex: 0 calc( 50% - 1.6rem); } }
    .gform_wrapper .gform_fields .gfield input[type="text"],
    .gform_wrapper .gform_fields .gfield input[type="email"],
    .gform_wrapper .gform_fields .gfield input[type="tel"],
    .gform_wrapper .gform_fields .gfield select,
    .gform_wrapper .gform_fields .gfield textarea {
      -webkit-appearance: none;
      background-color: transparent;
      border-bottom: 1px solid #7d8084;
      border-left: 1px solid #7d8084;
      border-right: none;
      border-top: none;
      border-radius: 0;
      color: #253746;
      font-size: 2.4rem;
      padding: 0.8rem;
      width: 100%; }
      .gform_wrapper .gform_fields .gfield input[type="text"]:focus,
      .gform_wrapper .gform_fields .gfield input[type="email"]:focus,
      .gform_wrapper .gform_fields .gfield input[type="tel"]:focus,
      .gform_wrapper .gform_fields .gfield select:focus,
      .gform_wrapper .gform_fields .gfield textarea:focus {
        border-bottom: 1px solid white;
        border-left: 1px solid white;
        outline: none; }
    .gform_wrapper .gform_fields .gfield .ginput_container_checkbox {
      padding-top: 16px; }
      .gform_wrapper .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox {
        list-style: none;
        margin: 0 0 0 8px;
        padding: 0; }
        .gform_wrapper .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox li {
          margin-left: 32px; }
        .gform_wrapper .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox input[type="checkbox"] {
          -webkit-appearance: none;
          background-color: rgba(125, 128, 132, 0.25);
          height: 16px;
          margin-left: -32px;
          width: 16px; }
          .gform_wrapper .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox input[type="checkbox"]:focus {
            outline: none; }
          .gform_wrapper .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox input[type="checkbox"]:checked {
            background-color: #253746; }
            .gform_wrapper .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox input[type="checkbox"]:checked + label:after {
              color: #253746;
              content: " Yay!";
              font-weight: 700; }
        .gform_wrapper .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox label {
          padding-left: 10px; }

.gform_wrapper .validation_error {
  font-size: 1.6rem;
  margin: 0 0 3.2rem; }

.gform_wrapper .has-utm .gform_fields li:last-child {
  margin: 0; }

.gform_wrapper .no-label .gfield_label {
  display: none; }

.white .gform_wrapper .gform_fields .gfield input[type="text"],
.white .gform_wrapper .gform_fields .gfield input[type="email"],
.white .gform_wrapper .gform_fields .gfield input[type="tel"],
.white .gform_wrapper .gform_fields .gfield select,
.white .gform_wrapper .gform_fields .gfield textarea,
.white_wrapper.gform_wrapper .gform_fields .gfield input[type="text"],
.white_wrapper.gform_wrapper .gform_fields .gfield input[type="email"],
.white_wrapper.gform_wrapper .gform_fields .gfield input[type="tel"],
.white_wrapper.gform_wrapper .gform_fields .gfield select,
.white_wrapper.gform_wrapper .gform_fields .gfield textarea {
  border-bottom: 1px solid rgba(255, 255, 255, 0.65);
  border-left: 1px solid rgba(255, 255, 255, 0.65);
  color: white; }
  .white .gform_wrapper .gform_fields .gfield input[type="text"]:focus,
  .white .gform_wrapper .gform_fields .gfield input[type="email"]:focus,
  .white .gform_wrapper .gform_fields .gfield input[type="tel"]:focus,
  .white .gform_wrapper .gform_fields .gfield select:focus,
  .white .gform_wrapper .gform_fields .gfield textarea:focus,
  .white_wrapper.gform_wrapper .gform_fields .gfield input[type="text"]:focus,
  .white_wrapper.gform_wrapper .gform_fields .gfield input[type="email"]:focus,
  .white_wrapper.gform_wrapper .gform_fields .gfield input[type="tel"]:focus,
  .white_wrapper.gform_wrapper .gform_fields .gfield select:focus,
  .white_wrapper.gform_wrapper .gform_fields .gfield textarea:focus {
    background-color: rgba(255, 255, 255, 0.25);
    font-weight: 700; }
  .white .gform_wrapper .gform_fields .gfield input[type="text"]::-webkit-input-placeholder,
  .white .gform_wrapper .gform_fields .gfield input[type="email"]::-webkit-input-placeholder,
  .white .gform_wrapper .gform_fields .gfield input[type="tel"]::-webkit-input-placeholder,
  .white .gform_wrapper .gform_fields .gfield select::-webkit-input-placeholder,
  .white .gform_wrapper .gform_fields .gfield textarea::-webkit-input-placeholder,
  .white_wrapper.gform_wrapper .gform_fields .gfield input[type="text"]::-webkit-input-placeholder,
  .white_wrapper.gform_wrapper .gform_fields .gfield input[type="email"]::-webkit-input-placeholder,
  .white_wrapper.gform_wrapper .gform_fields .gfield input[type="tel"]::-webkit-input-placeholder,
  .white_wrapper.gform_wrapper .gform_fields .gfield select::-webkit-input-placeholder,
  .white_wrapper.gform_wrapper .gform_fields .gfield textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: white; }
  .white .gform_wrapper .gform_fields .gfield input[type="text"]::-moz-placeholder,
  .white .gform_wrapper .gform_fields .gfield input[type="email"]::-moz-placeholder,
  .white .gform_wrapper .gform_fields .gfield input[type="tel"]::-moz-placeholder,
  .white .gform_wrapper .gform_fields .gfield select::-moz-placeholder,
  .white .gform_wrapper .gform_fields .gfield textarea::-moz-placeholder,
  .white_wrapper.gform_wrapper .gform_fields .gfield input[type="text"]::-moz-placeholder,
  .white_wrapper.gform_wrapper .gform_fields .gfield input[type="email"]::-moz-placeholder,
  .white_wrapper.gform_wrapper .gform_fields .gfield input[type="tel"]::-moz-placeholder,
  .white_wrapper.gform_wrapper .gform_fields .gfield select::-moz-placeholder,
  .white_wrapper.gform_wrapper .gform_fields .gfield textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: white;
    opacity: 1; }
  .white .gform_wrapper .gform_fields .gfield input[type="text"]:-ms-input-placeholder,
  .white .gform_wrapper .gform_fields .gfield input[type="email"]:-ms-input-placeholder,
  .white .gform_wrapper .gform_fields .gfield input[type="tel"]:-ms-input-placeholder,
  .white .gform_wrapper .gform_fields .gfield select:-ms-input-placeholder,
  .white .gform_wrapper .gform_fields .gfield textarea:-ms-input-placeholder,
  .white_wrapper.gform_wrapper .gform_fields .gfield input[type="text"]:-ms-input-placeholder,
  .white_wrapper.gform_wrapper .gform_fields .gfield input[type="email"]:-ms-input-placeholder,
  .white_wrapper.gform_wrapper .gform_fields .gfield input[type="tel"]:-ms-input-placeholder,
  .white_wrapper.gform_wrapper .gform_fields .gfield select:-ms-input-placeholder,
  .white_wrapper.gform_wrapper .gform_fields .gfield textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: white; }
  .white .gform_wrapper .gform_fields .gfield input[type="text"]:-moz-placeholder,
  .white .gform_wrapper .gform_fields .gfield input[type="email"]:-moz-placeholder,
  .white .gform_wrapper .gform_fields .gfield input[type="tel"]:-moz-placeholder,
  .white .gform_wrapper .gform_fields .gfield select:-moz-placeholder,
  .white .gform_wrapper .gform_fields .gfield textarea:-moz-placeholder,
  .white_wrapper.gform_wrapper .gform_fields .gfield input[type="text"]:-moz-placeholder,
  .white_wrapper.gform_wrapper .gform_fields .gfield input[type="email"]:-moz-placeholder,
  .white_wrapper.gform_wrapper .gform_fields .gfield input[type="tel"]:-moz-placeholder,
  .white_wrapper.gform_wrapper .gform_fields .gfield select:-moz-placeholder,
  .white_wrapper.gform_wrapper .gform_fields .gfield textarea:-moz-placeholder {
    /* Firefox 18- */
    color: white;
    opacity: 1; }

.white .gform_wrapper .gform_fields .gfield .gfield_label,
.white_wrapper.gform_wrapper .gform_fields .gfield .gfield_label {
  color: rgba(255, 255, 255, 0.65); }

.white .gform_wrapper .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox input[type="checkbox"],
.white_wrapper.gform_wrapper .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox input[type="checkbox"] {
  background-color: rgba(255, 255, 255, 0.2); }
  .white .gform_wrapper .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox input[type="checkbox"]:checked,
  .white_wrapper.gform_wrapper .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox input[type="checkbox"]:checked {
    background-color: white; }
    .white .gform_wrapper .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox input[type="checkbox"]:checked + label:after,
    .white_wrapper.gform_wrapper .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox input[type="checkbox"]:checked + label:after {
      color: white; }

.white .gform_wrapper .validation_error,
.white_wrapper.gform_wrapper .validation_error {
  color: white; }

form.singleline {
  margin: -1.6rem 0 0 -1.6rem; }
  form.singleline .gform_body {
    margin: 1.6rem 0 0 1.6rem; }
    @media only screen and (min-width: 896px) {
      form.singleline .gform_body {
        float: left;
        width: calc( 80% - 1.6rem); } }
    @media only screen and (min-width: 896px) {
      form.singleline .gform_body .gform_fields {
        flex-direction: row; } }
    @media only screen and (min-width: 896px) {
      form.singleline .gform_body .gform_fields .gfield {
        flex: 0 calc( 25% - 1.6rem); } }
    form.singleline .gform_body .gform_fields .gfield label {
      display: none; }
    form.singleline .gform_body .gform_fields .gfield input[type="text"],
    form.singleline .gform_body .gform_fields .gfield input[type="email"],
    form.singleline .gform_body .gform_fields .gfield select {
      color: white; }
      @media only screen and (min-width: 896px) {
        form.singleline .gform_body .gform_fields .gfield input[type="text"],
        form.singleline .gform_body .gform_fields .gfield input[type="email"],
        form.singleline .gform_body .gform_fields .gfield select {
          margin: 0;
          min-height: 61px; } }
  form.singleline .gform_footer {
    margin: 1.6rem 0 0 1.6rem; }
    @media only screen and (min-width: 768px) {
      form.singleline .gform_footer {
        margin: 1.6rem auto 0;
        width: 33.3333333333%; } }
    @media only screen and (min-width: 896px) {
      form.singleline .gform_footer {
        float: right;
        width: calc( 20% - 1.6rem); } }
    form.singleline .gform_footer input[type=submit] {
      background: transparent;
      color: white;
      display: block;
      font-family: 'Work Sans', sans-serif;
      font-weight: 700;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      transition: all 0.1s ease-in-out;
      white-space: nowrap;
      border: 6px solid white;
      font-size: 2.2rem;
      padding: 1.2rem 2rem;
      min-width: 0 !important;
      width: 100%; }
      form.singleline .gform_footer input[type=submit]:hover {
        background: white !important;
        color: #7d8084 !important; }
