/*!
 * Readiness v1.3.8: Hand crafted WP theme for YWAM Montana - Lakeside
 * (c) 2022 YWAM Montana - Lakeside
 * GPL-2.0 License
 */

@charset "UTF-8";
/*!
Theme Name: Readiness
Theme URI: http://underscores.me/
Author: Marius Ooms
Author URI: http://underscores.me/
Description: Handcrafted WP theme for YWAM Montana - Lakeside
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: readiness
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Readiness is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

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

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

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

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

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

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

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

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/*
	1em reset values
	1.000 = 16px (Browser default)
	 .875 = 14px
	 .750 = 12px
	 .625 = 10px
*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #384248;
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.75; }

input, select {
  color: #384248; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "Open Sans Condensed", sans-serif;
  color: #384248;
  text-transform: uppercase; }

/*
.elementor-widget-theme-post-content {
	h3 {
		font-size: 2em;
		margin: 3em;
	}
}
*/
.hentry h1 {
  font-size: 5em; }

.hentry h2 {
  font-size: 3.2em; }

.hentry h3 {
  font-size: 2.6em; }

.hentry h4 {
  font-size: 2em; }

.hentry h5 {
  font-size: 1.4em; }

.hentry h6 {
  font-size: 1.2em; }

.elementor-widget-heading .elementor-widget-container h1.elementor-heading-title {
  font-size: 5em;
  line-height: 1.25em; }

.elementor-widget-heading .elementor-widget-container h2.elementor-heading-title {
  font-size: 4em;
  line-height: 1.25em; }

.elementor-widget-heading .elementor-widget-container h3 {
  font-size: 2.5em; }

.elementor-widget-heading .elementor-widget-container h4.elementor-heading-title {
  font-size: 2em;
  line-height: 2em; }

.elementor-widget-heading .elementor-widget-container h5.elementor-heading-title {
  font-size: 1.4em; }

.elementor-widget-heading .elementor-widget-container h6.elementor-heading-title {
  font-size: 1.2em; }

.elementor-widget-heading .elementor-widget-container p.elementor-heading-title {
  font-family: "Roboto", sans-serif;
  font-weight: 100; }

.elementor-widget-heading.knockout .elementor-widget-container {
  display: inline-block; }
  .elementor-widget-heading.knockout .elementor-widget-container .elementor-heading-title {
    display: inline-block;
    white-space: nowrap;
    padding: 10px 14px;
    color: #000;
    background-color: #fff;
    mix-blend-mode: lighten; }

@media (max-width: 767px) {
  #section-hero .elementor-widget-heading .elementor-widget-container h2.elementor-heading-title {
    font-size: 4em;
    letter-spacing: -1px; }
  #section-hero .elementor-widget-heading .elementor-widget-container span.elementor-heading-title {
    font-size: 1.4em; }
  .elementor-widget-heading .elementor-widget-container h2.elementor-heading-title {
    font-size: 2.5em;
    letter-spacing: -1px; }
  .elementor-widget-heading .elementor-widget-container h3.elementor-heading-title {
    font-size: 1.8em; }
  .elementor-widget-heading .elementor-widget-container h4.elementor-heading-title {
    font-size: 1.6em; } }

p {
  font-size: 1.5em;
  margin-bottom: 1.5em; }
  p span {
    font-weight: 300 !important; }

@media (max-width: 1024px) {
  p {
    font-size: 1.3em;
    margin-bottom: 1.3em; } }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 5em 0; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

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

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body button {
  cursor: pointer; }

body .pp-buttons-group a,
body .pp-buttons-group a:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.readiness-button-group a.elementor-button {
  min-width: 225px; }

/*--------------------------------------------------------------
	Slide up buttons stylling
--------------------------------------------------------------*/
/* Showing JT the goods */
.slide-up .elementor-button {
  position: relative;
  -webkit-transition: border-color 500ms;
  transition: border-color 500ms;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease; }
  .slide-up .elementor-button:before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: -2px;
    width: -webkit-calc(100% + 4px);
    width: calc(100% + 4px);
    height: 4px;
    -webkit-transition: height 300ms;
    transition: height 300ms; }
  .slide-up .elementor-button:hover:before, .slide-up .elementor-button:active:before, .slide-up .elementor-button:focus:before {
    height: -webkit-calc(100% + 4px);
    height: calc(100% + 4px); }
  .slide-up .elementor-button span {
    position: relative;
    z-index: 2; }
    .slide-up .elementor-button span strong {
      display: block;
      font-size: 1.6em; }

.slide-up.white .elementor-button:before {
  background-color: #fff; }

.slide-up.orange .elementor-button:before {
  background-color: #f27845; }

.slide-up.blue .elementor-button:before {
  background-color: #01AFD8; }

.slide-up.grey .elementor-button:before {
  background-color: #a0a5a8; }

.full-width .elementor-button {
  width: 100%; }

@media (max-width: 767px) {
  .elementor-button.elementor-size-lg {
    padding: 20px; } }

/*--------------------------------------------------------------
	Video button styling to match Vimeo when overlay is active
--------------------------------------------------------------*/
.elementor-widget-video .elementor-custom-embed-play:before {
  content: "";
  position: relative;
  display: block;
  margin-top: 1px;
  width: 65px;
  height: 40px;
  background-color: #000;
  opacity: .7;
  border-radius: 5px; }

.elementor-widget-video .elementor-custom-embed-play:hover:before {
  background-color: #CC0000;
  opacity: 1; }

.elementor-widget-video .elementor-custom-embed-play i {
  position: absolute;
  top: -webkit-calc(50% - 10px);
  top: calc(50% - 10px);
  left: -webkit-calc(50% - 10px);
  left: calc(50% - 10px);
  width: 20px;
  height: 20px;
  border-style: solid;
  border-width: 10px 0px 10px 20px;
  border-color: transparent transparent transparent #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 1; }
  .elementor-widget-video .elementor-custom-embed-play i:before {
    content: ""; }

.elementor-widget-video.vimeo-embed .elementor-custom-embed-play:hover:before {
  background-color: #00adef; }

/*--------------------------------------------------------------
	Owl Carousel Button Navigation
--------------------------------------------------------------*/
.owl-carousel .owl-prev,
.owl-carousel .owl-next {
  position: absolute;
  cursor: pointer;
  top: 110px;
  border-radius: 0 !important;
  outline: none; }
  .owl-carousel .owl-prev:hover,
  .owl-carousel .owl-next:hover {
    background: none !important;
    color: inherit !important; }
  .owl-carousel .owl-prev .nav-btn,
  .owl-carousel .owl-next .nav-btn {
    height: 30px;
    width: 30px;
    border: 1px solid #a0a5a8;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    -webkit-transition: 300ms ease all;
    transition: 300ms ease all; }
    .owl-carousel .owl-prev .nav-btn:hover, .owl-carousel .owl-prev .nav-btn:active,
    .owl-carousel .owl-next .nav-btn:hover,
    .owl-carousel .owl-next .nav-btn:active {
      background-color: #a0a5a8;
      color: #fff; }

.owl-carousel .owl-prev {
  left: 0px; }

.owl-carousel .owl-next {
  right: 0px; }

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: 0.2; }

.owl-carousel .owl-stage {
  margin: 0 auto; }

/*--------------------------------------------------------------
	Legacy WaterTower Button style
--------------------------------------------------------------*/
.clik-toggle.button {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  padding: 1em 2em;
  background-color: #f27845; }
  .clik-toggle.button a {
    background: transparent !important; }

ul, ol {
  margin: 0 0 1.5em 0;
  -webkit-padding-start: 28px;
          padding-inline-start: 28px; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

li {
  font-size: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
	Course data styling in Aside
--------------------------------------------------------------*/
aside .pp-advanced-tabs .pp-advanced-tabs-title {
  min-width: 25%;
  padding-top: 12px !important;
  border: 1px solid rgba(160, 165, 168, 0.35) !important;
  position: relative; }
  aside .pp-advanced-tabs .pp-advanced-tabs-title:not(:last-child) {
    border-right: none !important; }
  aside .pp-advanced-tabs .pp-advanced-tabs-title.at-active {
    padding-top: 10px !important;
    border-top: 3px solid #f27845 !important;
    border-bottom: none !important;
    z-index: 11; }

aside .elementor-widget-pp-advanced-tabs .pp-advanced-tabs .pp-advanced-tabs-content-wrapper .pp-advanced-tabs-content {
  position: relative;
  z-index: 10;
  border: none;
  border-top: 1px solid rgba(160, 165, 168, 0.35);
  margin-top: -1px;
  background-color: #fff; }
  aside .elementor-widget-pp-advanced-tabs .pp-advanced-tabs .pp-advanced-tabs-content-wrapper .pp-advanced-tabs-content .elementor-text-editor,
  aside .elementor-widget-pp-advanced-tabs .pp-advanced-tabs .pp-advanced-tabs-content-wrapper .pp-advanced-tabs-content .elementor-text-editor strong {
    line-height: 30px; }
  aside .elementor-widget-pp-advanced-tabs .pp-advanced-tabs .pp-advanced-tabs-content-wrapper .pp-advanced-tabs-content .elementor-text-editor strong {
    display: inline-block;
    padding-right: 5px; }
  aside .elementor-widget-pp-advanced-tabs .pp-advanced-tabs .pp-advanced-tabs-content-wrapper .pp-advanced-tabs-content .elementor-widget-text-editor.start_day .elementor-text-editor strong, aside .elementor-widget-pp-advanced-tabs .pp-advanced-tabs .pp-advanced-tabs-content-wrapper .pp-advanced-tabs-content .elementor-widget-text-editor.start_year .elementor-text-editor strong {
    padding: 0; }
  aside .elementor-widget-pp-advanced-tabs .pp-advanced-tabs .pp-advanced-tabs-content-wrapper .pp-advanced-tabs-content ul {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0; }
    aside .elementor-widget-pp-advanced-tabs .pp-advanced-tabs .pp-advanced-tabs-content-wrapper .pp-advanced-tabs-content ul li {
      display: inline; }
      aside .elementor-widget-pp-advanced-tabs .pp-advanced-tabs .pp-advanced-tabs-content-wrapper .pp-advanced-tabs-content ul li:after {
        content: ", "; }
      aside .elementor-widget-pp-advanced-tabs .pp-advanced-tabs .pp-advanced-tabs-content-wrapper .pp-advanced-tabs-content ul li:last-child:after {
        content: ""; }

/*- Responsive -------------------------------------------------*/
@media (max-width: 1024px) {
  aside .pp-advanced-tabs .pp-advanced-tabs-title:not(:last-child) {
    border-right: 1px solid rgba(160, 165, 168, 0.35) !important; }
  aside .pp-advanced-tabs .pp-advanced-tabs-title .pp-advanced-tabs-title-inner span i {
    padding-right: 10px; }
  aside .pp-advanced-tabs .pp-advanced-tabs-title .pp-advanced-tabs-title-inner span br {
    display: none; }
  aside .pp-advanced-tabs .pp-advanced-tabs-title .pp-advanced-tabs-title-inner i.pp-toggle-icon {
    line-height: 1.75; } }

/*--------------------------------------------------------------
	Defaults for the Readiness Theme
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior */
  /* https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

hr {
  background-color: #f27845;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

a {
  font-family: "Open Sans", sans-serif; }

strong {
  font-weight: 700; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

blockquote {
  background-color: #dadee0; }
  blockquote p {
    margin: 0;
    padding: 25px 40px;
    font-size: 3em;
    color: #fff;
    border-left: 10px solid #01afd8;
    line-height: 1.5;
    letter-spacing: -0.7px;
    font-weight: 300; }
  blockquote .shape-divider {
    height: 15px; }
    blockquote .shape-divider svg {
      position: relative;
      width: -webkit-calc(100% + 1.3px);
      width: calc(100% + 1.3px);
      height: 15px; }
      blockquote .shape-divider svg .elementor-shape-fill {
        fill: #fff; }
    blockquote .shape-divider.shape-divider-top {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }

.elementor section#section-quote {
  margin: 0;
  padding: 100px 0; }

.elementor section.elementor-element .elementor-widget-container .elementor-divider {
  padding: 0 0 100px 0; }

.elementor section.elementor-element .readiness-secondary-links .elementor-widget-container .elementor-divider {
  padding: 5px 0; }

@media (max-width: 767px) {
  .elementor section#section-quote {
    padding: 50px 0; }
  .elementor section.elementor-element .elementor-widget-container .elementor-divider {
    padding: 0 0 50px 0; } }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
	Generic Form Elements
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #74777b;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
	Elementor Form Styling
--------------------------------------------------------------*/
#readiness-form input {
  text-transform: uppercase;
  color: #f27845;
  font-weight: 300; }
  #readiness-form input::-webkit-input-placeholder {
    color: #a0a5a8; }
  #readiness-form input:-ms-input-placeholder {
    color: #a0a5a8; }
  #readiness-form input::-ms-input-placeholder {
    color: #a0a5a8; }
  #readiness-form input::placeholder {
    color: #a0a5a8; }

#readiness-form input[type="checkbox"] {
  border: 1px solid #384248;
  border-radius: 15px;
  padding: 0 5px;
  white-space: nowrap;
  overflow: hidden;
  width: 15px;
  height: 15px;
  margin: 0 10px 0 0; }

#readiness-form select {
  font-size: 1.6em;
  color: #a0a5a8;
  text-transform: uppercase; }

#readiness-form .elementor-field-type-acceptance {
  margin: 10px 0 30px 0; }
  #readiness-form .elementor-field-type-acceptance label {
    color: #a0a5a8;
    font-size: 1.4em; }

/*--------------------------------------------------------------
	PowerPack Widget Styling
--------------------------------------------------------------*/
.paypal-payment-form form {
  font-size: 1.5em;
  width: 320px; }
  .paypal-payment-form form input:not([type]),
  .paypal-payment-form form input[type=text],
  .paypal-payment-form form input[type=password],
  .paypal-payment-form form input[type=date],
  .paypal-payment-form form input[type=datetime],
  .paypal-payment-form form input[type=datetime-local],
  .paypal-payment-form form input[type=month],
  .paypal-payment-form form input[type=week],
  .paypal-payment-form form input[type=email],
  .paypal-payment-form form input[type=number],
  .paypal-payment-form form input[type=search],
  .paypal-payment-form form input[type=tel],
  .paypal-payment-form form input[type=time],
  .paypal-payment-form form input[type=url],
  .paypal-payment-form form input[type=color],
  .paypal-payment-form form textarea {
    border-radius: 0;
    background-color: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-family: inherit;
    font-size: .875rem;
    height: 2.3125rem;
    margin: 0 0 1rem;
    padding: .5rem;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: border-color .15s linear,background .15s linear;
    transition: border-color .15s linear,background .15s linear; }
  .paypal-payment-form form select {
    width: 100%;
    background-color: #fafafa;
    border-radius: 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zd…J2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
    background-position: 100% center;
    background-repeat: no-repeat;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    color: rgba(0, 0, 0, 0.75);
    font-family: inherit;
    font-size: .875rem;
    line-height: normal;
    padding: .5rem;
    border-radius: 0;
    height: 2.3125rem;
    margin: 0 0 1rem; }

/*--------------------------------------------------------------
	PowerPack Widget Styling
--------------------------------------------------------------*/
.pp-modal-popup-window {
  padding: 0;
  overflow: hidden; }

@media (max-width: 767px) {
  .mfp-container {
    padding: 0; }
    .mfp-container .pp-modal-popup-window {
      border-radius: 0; } }

/*--------------------------------------------------------------
	ACF Styling
--------------------------------------------------------------*/
.price-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.updated:not(.published) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #f27845; }

.paynow-btn,
.paynow-btn-confirmed {
  background-color: #f27845;
  height: 20px;
  padding: 0 5px;
  color: #fff;
  line-height: 20px;
  margin-left: 8px;
  text-transform: uppercase;
  font-size: 10px;
  border-radius: 3px;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  cursor: pointer; }
  .paynow-btn:hover,
  .paynow-btn-confirmed:hover {
    background-color: #f27845;
    opacity: .8; }

.paynow-btn-confirmed {
  background-color: #a0a5a8; }

@media (max-width: 767px) {
  .paynow-btn {
    display: none; } }

.payment {
  display: none;
  position: relative;
  margin-top: 20px;
  padding: 1.5em 1em .5em;
  font-size: 1.4em;
  border: 1px solid rgba(40, 44, 42, 0.1);
  border-top: none;
  -webkit-box-shadow: inset 0 4px 0 #f27845;
          box-shadow: inset 0 4px 0 #f27845;
  -webkit-animation: fadein 1s ease;
          animation: fadein 1s ease; }
  .payment .updated:not(.published) {
    display: block;
    text-align: center;
    text-transform: uppercase; }
    .payment .updated:not(.published) p {
      font-size: .9em; }
  .payment .title {
    color: #f27845;
    font-family: "Open Sans Condensed", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: .9em;
    text-align: center; }
  .payment form {
    margin: 20px 0 0 0; }
    .payment form.acf-form-payments #loading-wrapper {
      display: none; }
    .payment form.acf-form-payments.is-validating #loading-wrapper, .payment form.acf-form-payments.is-valid #loading-wrapper, .payment form.acf-form-payments.is- #loading-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .payment form.acf-form-payments.is-validating:after, .payment form.acf-form-payments.is-valid:after, .payment form.acf-form-payments.is-:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.7); }
    .payment form .acf-fields.acf-form-fields {
      position: inherit;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .payment form .acf-fields.acf-form-fields > * {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; }
  .payment .acfe-agreement-checkbox {
    margin-bottom: 20px !important;
    border-bottom: 1px solid #eee;
    font-weight: 300; }
    .payment .acfe-agreement-checkbox .acf-input {
      color: #74777b; }
  .payment .acf-field .acfe-payment-button-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .payment .acf-field.acfe-payment-cancel {
    margin-left: auto; }
  .payment .acf-field.acf-field-acfe-payment, .payment .acf-field.acfe-payment-cancel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: inherit !important;
        -ms-flex: inherit !important;
            flex: inherit !important;
    border-top: none; }
  .payment .acf-field .button-primary,
  .payment .acf-field.acfe-payment-cancel input {
    padding: 10px 15px  !important;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    text-align: center;
    line-height: 12px; }
  .payment .acf-field .button-primary {
    border: 2px solid #f27845;
    background-color: #f27845;
    color: #fff; }
    .payment .acf-field .button-primary:hover {
      opacity: .8;
      background-color: #f27845;
      color: #fff; }
  .payment .acf-field.acfe-payment-cancel {
    padding-right: 0; }
    .payment .acf-field.acfe-payment-cancel input {
      width: 77px;
      border: 2px solid #ccc;
      background-color: #fff;
      color: #ccc;
      cursor: pointer; }
      .payment .acf-field.acfe-payment-cancel input:hover {
        background-color: #ccc;
        color: #fff; }

/* spinner element */
#loading-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  z-index: 9999; }
  #loading-wrapper #loading {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite; }
  #loading-wrapper #validating {
    margin-top: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 11px;
    animation: pulsate 2s ease-out;
    -webkit-animation: pulsate 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 1; }
    #loading-wrapper #validating:after {
      visibility: visible;
      display: block; }

@-webkit-keyframes pulsate {
  0% {
    opacity: 0.25; }
  50% {
    opacity: 1.0; }
  100% {
    opacity: 0.25; } }

form.acf-form-payments #validating:after {
  content: "Waiting for user input..."; }

form.acf-form-payments.is- #validating:after {
  content: "Processing..."; }

form.acf-form-payments.is-validating #validating:after {
  content: "Please wait for validation..."; }

form.acf-form-payments.is-valid #validating:after {
  content: "Validation complete, reloading"; }

form.acf-form-payments.is-invalid #validating:after {
  content: "Validation unsuccesful"; }

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg); } }

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg); } }

/* end spinner element */
.acf-field .acf-label,
.acf-selection,
.select2-results__option {
  font-size: 14px; }

.select2-container .select2-dropdown {
  border-color: #74777b; }

.select2-container .select2-search--dropdown {
  display: none !important; }

.acf-field .select2 .select2-selection__arrow {
  height: 44px !important;
  right: 8px !important; }

.acf-field .select2 .select2-selection--single {
  height: 48px;
  border-color: #ccc !important; }
  .acf-field .select2 .select2-selection--single:focus {
    border-color: #74777b; }

.acf-field .select2 .select2-selection__rendered {
  line-height: 48px !important;
  padding-left: 14px !important;
  padding-right: 35px !important;
  color: #74777b !important; }
  .acf-field .select2 .select2-selection__rendered .select2-selection__placeholder {
    color: #74777b !important; }

.acf-field input[type=text],
.acf-field input[type=password],
.acf-field input[type=date],
.acf-field input[type=datetime],
.acf-field input[type=datetime-local],
.acf-field input[type=email],
.acf-field input[type=month],
.acf-field input[type=number],
.acf-field input[type=search],
.acf-field input[type=tel],
.acf-field input[type=time],
.acf-field input[type=url],
.acf-field input[type=week],
.acf-field textarea,
.acf-field select {
  padding: 13px 14px !important; }
  .acf-field input[type=text]:focus,
  .acf-field input[type=password]:focus,
  .acf-field input[type=date]:focus,
  .acf-field input[type=datetime]:focus,
  .acf-field input[type=datetime-local]:focus,
  .acf-field input[type=email]:focus,
  .acf-field input[type=month]:focus,
  .acf-field input[type=number]:focus,
  .acf-field input[type=search]:focus,
  .acf-field input[type=tel]:focus,
  .acf-field input[type=time]:focus,
  .acf-field input[type=url]:focus,
  .acf-field input[type=week]:focus,
  .acf-field textarea:focus,
  .acf-field select:focus {
    outline: none;
    border-color: #74777b; }

/*--------------------------------------------------------------
	Formstack Styling
--------------------------------------------------------------*/
#general-contact-form .fsBody.fsEmbed {
  padding: 0; }
  #general-contact-form .fsBody.fsEmbed .fsForm {
    margin: 0 auto;
    padding: 0; }
    #general-contact-form .fsBody.fsEmbed .fsForm .fsFieldRow,
    #general-contact-form .fsBody.fsEmbed .fsForm .fsRowBody {
      margin: 0 0 20px !important;
      padding: 0 !important; }
    #general-contact-form .fsBody.fsEmbed .fsForm .fsFieldCell {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #general-contact-form .fsBody.fsEmbed .fsForm .fsFieldCell.fsHidden {
        display: none; }
    #general-contact-form .fsBody.fsEmbed .fsForm .fsLabel {
      width: 40%;
      font-size: 1.4em;
      margin-bottom: 0; }
    #general-contact-form .fsBody.fsEmbed .fsForm label.fsOptionLabel {
      font-size: 1.3em; }
    #general-contact-form .fsBody.fsEmbed .fsForm .fsSupporting {
      display: none; }
    #general-contact-form .fsBody.fsEmbed .fsForm .fsSubmit {
      margin: 0;
      text-align: left; }
      #general-contact-form .fsBody.fsEmbed .fsForm .fsSubmit .fsSubmitButton {
        display: inline-block;
        padding: 10px 20px;
        font-family: "Open Sans", sans-serif;
        font-size: 1.2em !important;
        font-weight: 700;
        line-height: 1.5em;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #f27845 !important;
        border: 2px solid #f27845;
        background-color: transparent !important;
        -webkit-transition: all 300ms;
        transition: all 300ms; }
        #general-contact-form .fsBody.fsEmbed .fsForm .fsSubmit .fsSubmitButton:hover {
          color: #fff !important;
          background-color: #f27845 !important; }
    #general-contact-form .fsBody.fsEmbed .fsForm select,
    #general-contact-form .fsBody.fsEmbed .fsForm textarea,
    #general-contact-form .fsBody.fsEmbed .fsForm .fsRowBody input[type=email],
    #general-contact-form .fsBody.fsEmbed .fsForm .fsRowBody input[type=number],
    #general-contact-form .fsBody.fsEmbed .fsForm .fsRowBody input[type=tel],
    #general-contact-form .fsBody.fsEmbed .fsForm .fsRowBody input[type=text] {
      border-radius: 10px;
      height: 38px; }
      #general-contact-form .fsBody.fsEmbed .fsForm select:focus,
      #general-contact-form .fsBody.fsEmbed .fsForm textarea:focus,
      #general-contact-form .fsBody.fsEmbed .fsForm .fsRowBody input[type=email]:focus,
      #general-contact-form .fsBody.fsEmbed .fsForm .fsRowBody input[type=number]:focus,
      #general-contact-form .fsBody.fsEmbed .fsForm .fsRowBody input[type=tel]:focus,
      #general-contact-form .fsBody.fsEmbed .fsForm .fsRowBody input[type=text]:focus {
        outline: none; }

#application-form .fsBody.fsEmbed .fsForm {
  max-width: 640px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Roboto", sans-serif;
  /*
			.fsPage.fsHiddenPage {
				display: block;
				height: auto;
			}
*/ }
  #application-form .fsBody.fsEmbed .fsForm .fsPage,
  #application-form .fsBody.fsEmbed .fsForm .fsSubmit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%; }
    #application-form .fsBody.fsEmbed .fsForm .fsPage .fsFieldRow,
    #application-form .fsBody.fsEmbed .fsForm .fsSubmit .fsFieldRow {
      margin-bottom: 20px !important; }
    #application-form .fsBody.fsEmbed .fsForm .fsPage.fsHiddenPage,
    #application-form .fsBody.fsEmbed .fsForm .fsSubmit.fsHiddenPage {
      display: none; }
  #application-form .fsBody.fsEmbed .fsForm .fsSection {
    margin-bottom: 50px; }
  #application-form .fsBody.fsEmbed .fsForm .fsSectionHeading {
    font-family: "Open Sans Condensed", sans-serif;
    color: #f27845; }
  #application-form .fsBody.fsEmbed .fsForm .fsFieldRow .fsFieldCell {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    #application-form .fsBody.fsEmbed .fsForm .fsFieldRow .fsFieldCell.fsSpan50 {
      width: 100%; }
    #application-form .fsBody.fsEmbed .fsForm .fsFieldRow .fsFieldCell .fieldset-content,
    #application-form .fsBody.fsEmbed .fsForm .fsFieldRow .fsFieldCell .fsFieldHorizontal {
      float: none;
      width: 65%;
      margin-left: auto; }
    #application-form .fsBody.fsEmbed .fsForm .fsFieldRow .fsFieldCell .fieldset-content .fsFieldHorizontal {
      width: 100%; }
    #application-form .fsBody.fsEmbed .fsForm .fsFieldRow .fsFieldCell.fsHidden {
      display: none; }
  #application-form .fsBody.fsEmbed .fsForm .fsLabel {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
    margin-bottom: 0;
    text-transform: uppercase; }
  #application-form .fsBody.fsEmbed .fsForm fieldset {
    width: 100%; }
    #application-form .fsBody.fsEmbed .fsForm fieldset legend.fsLabel {
      float: left; }
    #application-form .fsBody.fsEmbed .fsForm fieldset .fieldset-content {
      padding: 20px 0; }
      #application-form .fsBody.fsEmbed .fsForm fieldset .fieldset-content label {
        text-transform: uppercase;
        font-size: inherit;
        width: 100%; }
        #application-form .fsBody.fsEmbed .fsForm fieldset .fieldset-content label.horizontal {
          width: auto; }
      #application-form .fsBody.fsEmbed .fsForm fieldset .fieldset-content .fsSupporting {
        margin-left: 0 !important; }
  #application-form .fsBody.fsEmbed .fsForm select,
  #application-form .fsBody.fsEmbed .fsForm textarea,
  #application-form .fsBody.fsEmbed .fsForm .fsRowBody input[type=email],
  #application-form .fsBody.fsEmbed .fsForm .fsRowBody input[type=number],
  #application-form .fsBody.fsEmbed .fsForm .fsRowBody input[type=tel],
  #application-form .fsBody.fsEmbed .fsForm .fsRowBody input[type=text] {
    border-radius: 5px;
    height: 60px;
    line-height: 1.4em;
    padding: 0 20px;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif; }
    #application-form .fsBody.fsEmbed .fsForm select:focus,
    #application-form .fsBody.fsEmbed .fsForm textarea:focus,
    #application-form .fsBody.fsEmbed .fsForm .fsRowBody input[type=email]:focus,
    #application-form .fsBody.fsEmbed .fsForm .fsRowBody input[type=number]:focus,
    #application-form .fsBody.fsEmbed .fsForm .fsRowBody input[type=tel]:focus,
    #application-form .fsBody.fsEmbed .fsForm .fsRowBody input[type=text]:focus {
      outline: none;
      -webkit-box-shadow: none;
              box-shadow: none; }
  #application-form .fsBody.fsEmbed .fsForm textarea {
    padding: 20px;
    min-height: 110px; }
  #application-form .fsBody.fsEmbed .fsForm .fsLabel {
    width: auto;
    font-size: 1.4em;
    float: none;
    margin: 0;
    letter-spacing: -0.8px; }
  #application-form .fsBody.fsEmbed .fsForm select,
  #application-form .fsBody.fsEmbed .fsForm textarea,
  #application-form .fsBody.fsEmbed .fsForm .fsRowBody input[type=email],
  #application-form .fsBody.fsEmbed .fsForm .fsRowBody input[type=number],
  #application-form .fsBody.fsEmbed .fsForm .fsRowBody input[type=tel],
  #application-form .fsBody.fsEmbed .fsForm .fsRowBody input[type=text],
  #application-form .fsBody.fsEmbed .fsForm .fsRequiredMarker,
  #application-form .fsBody.fsEmbed .fsForm .fieldset-content,
  #application-form .fsBody.fsEmbed .fsForm .fieldset-content label,
  #application-form .fsBody.fsEmbed .fsForm .fsSupporting {
    font-size: 14px;
    width: 65%;
    margin-left: auto; }
  #application-form .fsBody.fsEmbed .fsForm .fsFieldHorizontal select,
  #application-form .fsBody.fsEmbed .fsForm .fsFieldHorizontal textarea,
  #application-form .fsBody.fsEmbed .fsForm .fsFieldHorizontal input[type=email],
  #application-form .fsBody.fsEmbed .fsForm .fsFieldHorizontal input[type=number],
  #application-form .fsBody.fsEmbed .fsForm .fsFieldHorizontal input[type=tel],
  #application-form .fsBody.fsEmbed .fsForm .fsFieldHorizontal input[type=text],
  #application-form .fsBody.fsEmbed .fsForm .fsFieldHorizontal .fsRequiredMarker,
  #application-form .fsBody.fsEmbed .fsForm .fsFieldHorizontal .fieldset-content,
  #application-form .fsBody.fsEmbed .fsForm .fsFieldHorizontal .fieldset-content label,
  #application-form .fsBody.fsEmbed .fsForm .fsFieldHorizontal .fsSupporting {
    width: 100%; }
  #application-form .fsBody.fsEmbed .fsForm .fsSupporting {
    padding: 5px 0 0 0;
    font-size: 13px;
    line-height: normal; }
  #application-form .fsBody.fsEmbed .fsForm .ui-datepicker-trigger {
    top: 19px; }
  #application-form .fsBody.fsEmbed .fsForm .fsRequiredMarker {
    white-space: nowrap;
    width: auto !important; }
  #application-form .fsBody.fsEmbed .fsForm .fsSubmit {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    #application-form .fsBody.fsEmbed .fsForm .fsSubmit button {
      float: none; }
    #application-form .fsBody.fsEmbed .fsForm .fsSubmit button.fsPreviousButton {
      margin-right: auto; }
    #application-form .fsBody.fsEmbed .fsForm .fsSubmit button.fsNextButton {
      margin-left: auto; }
  #application-form .fsBody.fsEmbed .fsForm .fsRowBody[fs-field-type="datetime"] .fieldset-content {
    padding-top: 0; }
  #application-form .fsBody.fsEmbed .fsForm .fsRowBody[fs-field-type="datetime"] select {
    width: 30%; }
  #application-form .fsBody.fsEmbed .fsForm .fsSubField.fsFieldCity {
    width: -webkit-calc(50% - 5px);
    width: calc(50% - 5px); }
  #application-form .fsBody.fsEmbed .fsForm .fsSubField.fsFieldState {
    width: -webkit-calc(25% - 5px);
    width: calc(25% - 5px); }
  #application-form .fsBody.fsEmbed .fsForm .fsSubField.fsFieldZip {
    width: 25%; }
  #application-form .fsBody.fsEmbed .fsForm .fsSectionText {
    text-align: center; }
  #application-form .fsBody.fsEmbed .fsForm h3 {
    font-size: 1.8em;
    margin: 1em 0; }
  #application-form .fsBody.fsEmbed .fsForm p {
    font-family: "Roboto", sans-serif;
    font-size: 1.5em; }
  #application-form .fsBody.fsEmbed .fsForm li {
    font-size: 14px; }
  #application-form .fsBody.fsEmbed .fsForm div.fsError {
    width: 100%; }
  #application-form .fsBody.fsEmbed .fsForm .fsMatrix th.fsMatrixLabelRow {
    font-size: 13px;
    padding: 10px; }
  #application-form .fsBody.fsEmbed .fsForm .fsPage#fsPage3076894-3 .fsLabel,
  #application-form .fsBody.fsEmbed .fsForm .fsPage#fsPage3076894-4 .fsLabel,
  #application-form .fsBody.fsEmbed .fsForm .fsPage#fsPage3076894-5 .fsLabel,
  #application-form .fsBody.fsEmbed .fsForm .fsPage#fsPage3076894-6 .fsLabel {
    display: block;
    letter-spacing: 1px;
    height: auto;
    padding: 10px 0; }
  #application-form .fsBody.fsEmbed .fsForm .fsPage#fsPage3076894-3 fieldset legend.fsLabel,
  #application-form .fsBody.fsEmbed .fsForm .fsPage#fsPage3076894-4 fieldset legend.fsLabel,
  #application-form .fsBody.fsEmbed .fsForm .fsPage#fsPage3076894-5 fieldset legend.fsLabel,
  #application-form .fsBody.fsEmbed .fsForm .fsPage#fsPage3076894-6 fieldset legend.fsLabel {
    float: none;
    padding: 20px 0 10px 0; }
  #application-form .fsBody.fsEmbed .fsForm .fsPage#fsPage3076894-3 .fsFieldHorizontal,
  #application-form .fsBody.fsEmbed .fsForm .fsPage#fsPage3076894-3 .fieldset-content,
  #application-form .fsBody.fsEmbed .fsForm .fsPage#fsPage3076894-4 .fsFieldHorizontal,
  #application-form .fsBody.fsEmbed .fsForm .fsPage#fsPage3076894-4 .fieldset-content,
  #application-form .fsBody.fsEmbed .fsForm .fsPage#fsPage3076894-5 .fsFieldHorizontal,
  #application-form .fsBody.fsEmbed .fsForm .fsPage#fsPage3076894-5 .fieldset-content,
  #application-form .fsBody.fsEmbed .fsForm .fsPage#fsPage3076894-6 .fsFieldHorizontal,
  #application-form .fsBody.fsEmbed .fsForm .fsPage#fsPage3076894-6 .fieldset-content {
    float: none;
    width: 100%;
    margin-left: 0;
    padding: 0; }
  #application-form .fsBody.fsEmbed .fsForm .fsSection#fsSection64822052 {
    display: none; }

@media (max-width: 767px) {
  #application-form .fsBody.fsEmbed .fsForm .fsPage .fsLabel {
    display: block;
    letter-spacing: 1px;
    height: auto;
    padding: 10px 0; }
  #application-form .fsBody.fsEmbed .fsForm .fsPage fieldset legend.fsLabel {
    float: none;
    padding: 0; }
  #application-form .fsBody.fsEmbed .fsForm .fsFieldRow .fsFieldCell .fsFieldHorizontal,
  #application-form .fsBody.fsEmbed .fsForm .fsFieldRow .fsFieldCell .fieldset-content {
    float: none;
    width: 100%;
    margin-left: 0;
    padding: 0; }
  #application-form .fsBody.fsEmbed .fsForm textarea {
    padding: 10px; }
  #application-form .fsBody.fsEmbed .fsForm .fsLabel {
    font-size: 1.2em; }
  #application-form .fsBody.fsEmbed .fsForm select,
  #application-form .fsBody.fsEmbed .fsForm textarea,
  #application-form .fsBody.fsEmbed .fsForm .fsRowBody input[type=email],
  #application-form .fsBody.fsEmbed .fsForm .fsRowBody input[type=number],
  #application-form .fsBody.fsEmbed .fsForm .fsRowBody input[type=tel],
  #application-form .fsBody.fsEmbed .fsForm .fsRowBody input[type=text],
  #application-form .fsBody.fsEmbed .fsForm .fsRequiredMarker,
  #application-form .fsBody.fsEmbed .fsForm .fieldset-content,
  #application-form .fsBody.fsEmbed .fsForm .fieldset-content label {
    font-size: 12px;
    height: auto;
    line-height: 1.4em;
    padding: 10px; }
  #application-form .fsBody.fsEmbed .fsForm li {
    font-size: 12px; }
  #application-form .fsBody.fsEmbed .fsForm .fsRowBody[fs-field-type="datetime"] select {
    width: 28%; }
  #application-form .fsBody.fsEmbed .fsForm .ui-datepicker-trigger {
    top: 12px; } }

/*- Formstack Styling Inside Blog Posts ---------------------------*/
.elementor-widget-theme-post-content .fsBody.fsEmbed {
  margin: 50px auto; }
  .elementor-widget-theme-post-content .fsBody.fsEmbed #fsForm2611715 {
    position: relative;
    padding: 40px 20px 20px 280px;
    -webkit-box-shadow: inset 0px 0px 0px 1px #ccc;
            box-shadow: inset 0px 0px 0px 1px #ccc;
    border-radius: 20px;
    overflow: hidden;
    z-index: 9; }
    .elementor-widget-theme-post-content .fsBody.fsEmbed #fsForm2611715:after {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: transparent url("../img/formEmbed-bg.jpg") no-repeat 0 0;
      max-width: 250px;
      z-index: 10; }
    .elementor-widget-theme-post-content .fsBody.fsEmbed #fsForm2611715 .fsLabel {
      width: 20%; }
    .elementor-widget-theme-post-content .fsBody.fsEmbed #fsForm2611715 .fsRowBody {
      margin-bottom: 10px !important; }
    .elementor-widget-theme-post-content .fsBody.fsEmbed #fsForm2611715 .fsSubmit {
      text-align: center; }

div[style*="font-size: x-small;"] {
  display: none; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
body a {
  color: #01AFD8;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }
  body a:visited {
    color: #01AFD8; }
  body a:hover, body a:focus, body a:active {
    color: #454545; }
  body a:focus {
    outline: thin dotted; }
  body a:hover, body a:active {
    outline: 0; }

.link a,
body .link .elementor-heading-title a {
  display: inline-block;
  color: #01AFD8;
  line-height: 1.5;
  border-bottom: 2px solid #01AFD8; }
  .link a:hover, .link a:focus, .link a:active,
  body .link .elementor-heading-title a:hover,
  body .link .elementor-heading-title a:focus,
  body .link .elementor-heading-title a:active {
    color: #384248;
    border-bottom-color: #454545; }

.slide-up-link span {
  position: relative;
  display: inline-block;
  padding: 6px 0; }
  .slide-up-link span:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: -webkit-calc(100%);
    width: calc(100%);
    height: 2px;
    background-color: #f27845;
    -webkit-transition: height 300ms;
    transition: height 300ms;
    z-index: 1; }
  .slide-up-link span:hover:before {
    height: -webkit-calc(100%);
    height: calc(100%); }
  .slide-up-link span:hover a {
    color: #fff; }
  .slide-up-link span a {
    position: relative;
    z-index: 2;
    display: block;
    padding: 6px 4px;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* Mountain peaks shape dividers */
#mountain-peaks .elementor-shape {
  width: 33%;
  left: 0;
  right: 0;
  margin: 0 auto; }

/* Readiness Slide-in Menu */
.pp-offcanvas-toggle.pp-hamburger.pp-is-active:hover, .pp-offcanvas-toggle.pp-hamburger:hover {
  opacity: 1; }

body .pp-offcanvas-content {
  top: 55px;
  width: 600px;
  border: 1px solid #e6e9e8;
  border-left-width: 0px; }

.readiness-off-canvas-menu .elementor-container > .elementor-row {
  height: 100%; }

#readiness-menu ul li {
  /*
			a:not(:last-child) {
				border-bottom: 1px solid #e6e9e8;
			}
*/ }
  #readiness-menu ul li a {
    display: block;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    border-bottom: 1px solid #e6e9e8; }
    #readiness-menu ul li a:hover .description,
    #readiness-menu ul li a.pp-menu-item-active .description {
      color: #fff !important; }

#secondary-links ul li a,
#ministry-links ul li a {
  display: block;
  height: 100%;
  width: 100%; }

#secondary-links ul li:hover .pp-icon-list-icon,
#secondary-links ul li:hover .pp-icon-list-text,
#ministry-links ul li:hover .pp-icon-list-icon,
#ministry-links ul li:hover .pp-icon-list-text {
  color: #01AFD8; }

#secondary-links .pp-icon-list-text i {
  width: 20px; }

/* Menu Item Descriptions */
.description {
  display: block;
  font-size: .9em;
  font-weight: 400;
  font-family: "Open Sans";
  line-height: 1.4em;
  text-transform: none;
  -webkit-transition: 300ms;
  transition: 300ms;
  color: #999; }

body .pp-offcanvas-container:after {
  top: 60px; }

/* Responsive styling */
@media (max-width: 767px) {
  body .pp-offcanvas-content.pp-offcanvas-content-visible {
    width: 100%;
    border-right-width: 0; }
  header .pp-hamburger-label {
    display: none; }
  header .nav-apply .elementor-button-icon {
    float: none;
    margin: 0; }
  header .nav-apply .elementor-button-text {
    display: none; }
  #mountain-peaks .elementor-shape {
    width: 66%; }
  body .pp-offcanvas-content {
    top: 60px;
    width: 80%; }
    body .pp-offcanvas-content #readiness-menu .description {
      letter-spacing: 1px; }
    body .pp-offcanvas-content #secondary-links ul li a {
      padding: 5px 0; }
  .premium-vscroll-dots {
    display: none; }
  .readiness-secondary-links > .elementor-column-wrap {
    margin-bottom: 59px; } }

@media (min-width: 768px) {
  header .nav-apply .elementor-button-icon {
    display: none; }
  header .nav-apply .elementor-button-text {
    float: none;
    margin: 0; } }

/* Underscores basic menu reset */
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
              box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul,
      .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: block; } }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/* Sticky header menu */
#sticky-header {
  position: fixed;
  top: -100px;
  -webkit-transition: top 500ms;
  transition: top 500ms; }
  #sticky-header .elementor-shape-top {
    top: 0; }

/* Show Sticky header permanantly */
.elementor-editor-active.elementor-page-8475 #sticky-header {
  position: relative;
  top: 0px; }

@media (max-width: 1024px) {
  #sticky-header {
    display: none; } }

nav.elementor-pagination {
  margin: 50px 0 10px; }
  nav.elementor-pagination .page-numbers {
    color: #999;
    border: 1px solid #eaeaea;
    border-radius: 2px;
    padding: 7px 15px; }
    nav.elementor-pagination .page-numbers.prev, nav.elementor-pagination .page-numbers.next {
      padding: 7px 18px; }
    nav.elementor-pagination .page-numbers.current {
      background-color: #eee; }
  nav.elementor-pagination a.page-numbers {
    color: #666;
    border-color: #dcdcdc; }
    nav.elementor-pagination a.page-numbers:hover {
      background-color: #eee; }

body .elementor .tabbed .pp-advanced-tabs-wrapper.at-horizontal {
  border-top: 1px solid #e1dedc;
  border-bottom: 1px solid #e1dedc;
  margin: 0;
  list-style: none;
  text-align: center;
  overflow: hidden; }
  body .elementor .tabbed .pp-advanced-tabs-wrapper.at-horizontal .pp-advanced-tabs-title {
    width: -webkit-calc(100% / 4);
    width: calc(100% / 4);
    height: 100%;
    padding: 20px 40px;
    position: relative;
    display: inline-block;
    border: none;
    border-right: 1px solid #a0a5a8;
    -webkit-transform: skew(-30deg);
        -ms-transform: skew(-30deg);
            transform: skew(-30deg); }
    body .elementor .tabbed .pp-advanced-tabs-wrapper.at-horizontal .pp-advanced-tabs-title:first-child {
      width: -webkit-calc(100% / 4 + 30px);
      width: calc(100% / 4 + 30px); }
    body .elementor .tabbed .pp-advanced-tabs-wrapper.at-horizontal .pp-advanced-tabs-title:last-child {
      margin-left: -1px; }
    body .elementor .tabbed .pp-advanced-tabs-wrapper.at-horizontal .pp-advanced-tabs-title:after {
      content: "";
      position: absolute;
      bottom: -2px;
      left: -2px;
      width: -webkit-calc(100% + 4px);
      width: calc(100% + 4px);
      height: 0;
      -webkit-transition: height 300ms;
      transition: height 300ms; }
    body .elementor .tabbed .pp-advanced-tabs-wrapper.at-horizontal .pp-advanced-tabs-title.at-active:after {
      height: 4px; }
    body .elementor .tabbed .pp-advanced-tabs-wrapper.at-horizontal .pp-advanced-tabs-title:hover:after {
      height: 4px; }
    body .elementor .tabbed .pp-advanced-tabs-wrapper.at-horizontal .pp-advanced-tabs-title > span {
      color: #384248;
      font-size: 2em;
      letter-spacing: 1.5px;
      font-weight: 100;
      font-style: italic;
      -webkit-transform: skew(30deg);
          -ms-transform: skew(30deg);
              transform: skew(30deg); }
    body .elementor .tabbed .pp-advanced-tabs-wrapper.at-horizontal .pp-advanced-tabs-title span {
      display: block;
      font-family: "Open Sans", sans-serif;
      opacity: 0.5;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    body .elementor .tabbed .pp-advanced-tabs-wrapper.at-horizontal .pp-advanced-tabs-title span span {
      font-size: 12px;
      font-weight: 100; }
    body .elementor .tabbed .pp-advanced-tabs-wrapper.at-horizontal .pp-advanced-tabs-title.at-active > span, body .elementor .tabbed .pp-advanced-tabs-wrapper.at-horizontal .pp-advanced-tabs-title:hover > span {
      font-weight: 600;
      opacity: 1; }

body .elementor .tabbed .pp-advanced-tabs-content-wrapper.at-horizontal-content {
  padding: 0 40px; }
  body .elementor .tabbed .pp-advanced-tabs-content-wrapper.at-horizontal-content .pp-advanced-tabs-content {
    padding: 40px 0;
    font-size: 1.8em;
    font-family: "Open Sans", sans-serif;
    font-weight: 100;
    line-height: 2em; }

body .elementor .tabbed .pp-advanced-tabs-wrapper > [data-tab="1"]:after {
  background-color: #f27845; }

body .elementor .tabbed .pp-advanced-tabs-wrapper > [data-tab="2"]:after {
  background-color: #f27845; }

body .elementor .tabbed .pp-advanced-tabs-wrapper > [data-tab="3"]:after {
  background-color: #f27845; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
            clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Layout _content-sidebar
--------------------------------------------------------------*/
/*
.content-area {
	float: left;
	margin: 0 (-$size__site-sidebar) 0 0;
	width: $size__site-main;
}

.site-main {
	margin: 0 $size__site-sidebar 0 0;
}

.site-content .widget-area {
	float: right;
	overflow: hidden;
	width: $size__site-sidebar;
}

.site-footer {
	clear: both;
	width: $size__site-main;
}
*/
/*--------------------------------------------------------------
## Layout _sidebar-content
--------------------------------------------------------------*/
/*
.content-area {
	float: right;
	margin: 0 0 0 (-$size__site-sidebar);
	width: $size__site-main;
}

.site-main {
	margin: 0 0 0 $size__site-sidebar;
}

.site-content .widget-area {
	float: left;
	overflow: hidden;
	width: $size__site-sidebar;
}

.site-footer {
	clear: both;
	width: $size__site-main;
}
*/
/*--------------------------------------------------------------
## Layout _no-sidebar
--------------------------------------------------------------*/
/*
.no-sidebar {
	.content-area {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	.site-main {
		margin-right: 0;
	}
}
*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.post,
.page {
  margin: 0 0 1.5em; }

.updated:not(.published) {
  display: none; }

.page-content main,
.entry-content main,
.entry-summary main {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
## Readiness Theme Elementor Globals
--------------------------------------------------------------*/
/*- Normalize -------------------------------------------------*/
b,
strong {
  font-weight: 700; }

/*- General ----------------------------------------------------*/
body.home .elementor header.elementor-element {
  margin-bottom: -45px; }

/*
body::after {
   position: absolute;
   width: 0;
   height: 0;
   overflow: hidden;
   z-index: -1; // hide images
   content: url("../../../../uploads/2019/02/application_1920w.jpg");   // load images
}
*/
/*- Sections -------------------------------------------------*/
body .elementor-section.elementor-section-height-full.readiness-off-canvas-menu {
  max-height: none; }

body .fit-to-screen {
  display: table;
  height: 100vh;
  margin-right: -1px; }
  body .fit-to-screen .elementor-column-wrap.elementor-element-populated {
    display: table-cell;
    vertical-align: middle;
    background-size: 100% 100% !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 100%; }

body #section-testimonials {
  margin-bottom: -90px; }

.fifty-fifty:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background-color: #fff;
  z-index: 1; }

.fifty-fifty.reverse .fifty-fifty-center .elementor-column-wrap {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg); }

.fifty-fifty.reverse:after {
  left: inherit;
  right: 0; }

.fifty-fifty .elementor-container {
  z-index: 2; }

@media (max-width: 767px) {
  .fifty-fifty:after {
    display: none; }
  .fifty-fifty .fifty-fifty-center,
  .fifty-fifty .fifty-fifty-right {
    display: none; } }

/*- Member Colors --------------------------------------------------*/
body #section-signup .elementor-background-overlay {
  opacity: 0.4;
  mix-blend-mode: screen; }

body.readiness-discipleship-training #section-signup {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ef6b30), to(#ed3c3c));
  background-image: -webkit-linear-gradient(top, #ef6b30 0%, #ed3c3c 100%);
  background-image: linear-gradient(180deg, #ef6b30 0%, #ed3c3c 100%); }
  body.readiness-discipleship-training #section-signup > .elementor-background-overlay {
    background-color: #004887; }

body.readiness-summer-programs #section-signup {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#12a157), to(#0b4f29));
  background-image: -webkit-linear-gradient(top, #12a157 0%, #0b4f29 100%);
  background-image: linear-gradient(180deg, #12a157 0%, #0b4f29 100%); }
  body.readiness-summer-programs #section-signup > .elementor-background-overlay {
    background-color: #004887; }

body.readiness-biblical-studies #section-signup,
body.readiness-community-transformation #section-signup,
body.readiness-arts #section-signup,
body.readiness-outdoors-sports #section-signup {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#01AFD8), to(#0b3e4f));
  background-image: -webkit-linear-gradient(top, #01AFD8 0%, #0b3e4f 100%);
  background-image: linear-gradient(180deg, #01AFD8 0%, #0b3e4f 100%); }
  body.readiness-biblical-studies #section-signup > .elementor-background-overlay,
  body.readiness-community-transformation #section-signup > .elementor-background-overlay,
  body.readiness-arts #section-signup > .elementor-background-overlay,
  body.readiness-outdoors-sports #section-signup > .elementor-background-overlay {
    background-color: #004887; }

body.readiness-extension-studies #section-signup {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e6517b), to(#621334));
  background-image: -webkit-linear-gradient(top, #e6517b 0%, #621334 100%);
  background-image: linear-gradient(180deg, #e6517b 0%, #621334 100%); }
  body.readiness-extension-studies #section-signup > .elementor-background-overlay {
    background-color: #004887; }

/*- Links ---------------------------------------------------*/
a.readiness-toggle {
  font-size: 1.1em;
  font-weight: 700;
  text-transform: uppercase; }
  a.readiness-toggle i {
    vertical-align: middle;
    font-size: 1.4em;
    padding-left: 2px; }

/*- Section Program Tiles --------------------------------------*/
.program-legend-icon span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 1.5em;
  text-transform: uppercase;
  line-height: normal;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #fff;
  color: #fff;
  width: 75px;
  height: 75px;
  overflow: hidden;
  border-radius: 37.5px;
  margin: 0 auto !important;
  letter-spacing: -0.8px; }

body section.elementor-element .readiness-program-tiles .elementor-widget-container {
  display: grid;
  justify-items: center; }

body section.elementor-element .readiness-program-tiles.elementor-grid-2 .elementor-grid {
  grid-template-columns: 350px 350px; }

body section.elementor-element .readiness-program-tiles.elementor-grid-3 .elementor-grid {
  grid-template-columns: 350px 350px 350px; }

body section.elementor-element .readiness-program-tiles.elementor-grid-4 .elementor-grid {
  grid-template-columns: 280px 280px 280px 280px; }

body section.elementor-element .readiness-program-tiles .elementor-widget-container article {
  position: relative; }
  body section.elementor-element .readiness-program-tiles .elementor-widget-container article .elementor-post__thumbnail {
    min-height: 200px; }
    body section.elementor-element .readiness-program-tiles .elementor-widget-container article .elementor-post__thumbnail:before {
      -webkit-transition: all 500ms ease;
      transition: all 500ms ease;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      background-color: #01AFD8;
      z-index: 1; }
    body section.elementor-element .readiness-program-tiles .elementor-widget-container article .elementor-post__thumbnail img {
      top: 0;
      left: 50%;
      -webkit-transition: all 1s ease;
      transition: all 1s ease;
      -webkit-transform: scale(1) translateX(-50%);
          -ms-transform: scale(1) translateX(-50%);
              transform: scale(1) translateX(-50%); }
  body section.elementor-element .readiness-program-tiles .elementor-widget-container article:hover .elementor-post__thumbnail:before {
    opacity: .5; }
  body section.elementor-element .readiness-program-tiles .elementor-widget-container article:hover .elementor-post__thumbnail img {
    -webkit-transform: scale(1.05) translateX(-48%);
        -ms-transform: scale(1.05) translateX(-48%);
            transform: scale(1.05) translateX(-48%); }
  body section.elementor-element .readiness-program-tiles .elementor-widget-container article .elementor-post__card .elementor-post__thumbnail__link {
    margin-bottom: 0 !important; }
  body section.elementor-element .readiness-program-tiles .elementor-widget-container article .elementor-post__card .elementor-post__badge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 75px;
    height: 75px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 10px;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 700;
    font-size: 1.4em;
    text-transform: uppercase;
    line-height: 1;
    top: 60px;
    background-color: rgba(28, 172, 189, 0.3);
    border: 2px solid #fff;
    border-radius: 50%;
    z-index: 2;
    /*
					&:after {
						transition: all 500ms ease;
						content: "";
						position: absolute;
						top: 0;
						left: 0;
						width: 100%;
						height: 100%;
						opacity: 0.3;
						border-radius: 50%;
						background-color: $color__secondary;
						z-index: 1;
					}
*/ }
  body section.elementor-element .readiness-program-tiles .elementor-widget-container article h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 66px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1.5; }

.elementor .program-widget .elementor-column-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.elementor .program-widget:first-child .elementor-column-wrap {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.elementor .program-widget:last-child .elementor-column-wrap {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.elementor .program-widget:only-child .elementor-column-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.elementor .program-widget .elementor-widget-wrap {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 350px; }
  .elementor .program-widget .elementor-widget-wrap figure:before {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #01AFD8;
    z-index: 1; }
  .elementor .program-widget .elementor-widget-wrap:hover figure:before {
    opacity: .5; }
  .elementor .program-widget .elementor-widget-wrap:hover figure img {
    -webkit-transform: translateZ(0) scale(1.1, 1.1);
            transform: translateZ(0) scale(1.1, 1.1); }
  .elementor .program-widget .elementor-widget-wrap .elementor-tab-title a {
    font-family: "Open Sans Condensed", sans-serif;
    color: #01AFD8; }
    .elementor .program-widget .elementor-widget-wrap .elementor-tab-title a:hover, .elementor .program-widget .elementor-widget-wrap .elementor-tab-title a:active {
      color: #01AFD8; }
  .elementor .program-widget .elementor-widget-wrap .elementor-tab-content a {
    font-family: "Open Sans Condensed", sans-serif;
    color: #384248; }
    .elementor .program-widget .elementor-widget-wrap .elementor-tab-content a:hover, .elementor .program-widget .elementor-widget-wrap .elementor-tab-content a:active {
      color: #01AFD8; }

.elementor .program-widget .elementor-element.program-widget-icon {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  z-index: 2; }
  .elementor .program-widget .elementor-element.program-widget-icon .elementor-widget-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    .elementor .program-widget .elementor-element.program-widget-icon .elementor-widget-container .elementor-heading-title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%; }
      .elementor .program-widget .elementor-element.program-widget-icon .elementor-widget-container .elementor-heading-title a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-family: "Open Sans Condensed", sans-serif; }
        .elementor .program-widget .elementor-element.program-widget-icon .elementor-widget-container .elementor-heading-title a:after {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          margin: auto;
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          position: absolute;
          content: '';
          top: 50%;
          left: 50%;
          -webkit-transform: translateX(-50%) translateY(-50%);
              -ms-transform: translateX(-50%) translateY(-50%);
                  transform: translateX(-50%) translateY(-50%);
          width: 75px;
          height: 75px;
          border: 2px solid #fff;
          border-radius: 37.5px;
          background-color: rgba(1, 175, 216, 0.3);
          z-index: -1; }

.elementor .program-widget .elementor-element .elementor-image-box-wrapper figure.elementor-image-box-img {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  height: 200px;
  max-height: 200px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-transition-duration: 1500ms;
          transition-duration: 1500ms; }
  .elementor .program-widget .elementor-element .elementor-image-box-wrapper figure.elementor-image-box-img img {
    max-width: none;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: 1s;
    transition: 1s; }

.elementor .program-widget .elementor-element .elementor-image-box-content {
  padding: 0 20px;
  min-height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .elementor .program-widget .elementor-element .elementor-image-box-content .elementor-image-box-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1.2 !important; }
    .elementor .program-widget .elementor-element .elementor-image-box-content .elementor-image-box-title a {
      font-family: "Open Sans Condensed", sans-serif; }
      .elementor .program-widget .elementor-element .elementor-image-box-content .elementor-image-box-title a:hover {
        color: #01AFD8; }
  .elementor .program-widget .elementor-element .elementor-image-box-content .elementor-image-box-description {
    margin-bottom: auto; }

.elementor-cta__title,
.elementor-editor-active .elementor-inline-editing.elementor-cta__title {
  min-height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.elementor-cta__description,
.elementor-editor-active .elementor-inline-editing.elementor-cta__description {
  min-height: 75px; }

@media (max-width: 767px) {
  .elementor .program-widget .elementor-column-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .elementor .program-widget:first-child .elementor-column-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .elementor .program-widget:last-child .elementor-column-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .elementor .program-widget:only-child .elementor-column-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .elementor .program-widget .elementor-element.program-widget-icon {
    min-height: 150px; }
  .elementor .program-widget .elementor-element .elementor-image-box-wrapper figure.elementor-image-box-img {
    height: 150px; }
  .elementor .program-widget .elementor-element .elementor-image-box-content {
    min-height: auto; }
    .elementor .program-widget .elementor-element .elementor-image-box-content h3.elementor-image-box-title {
      min-height: inherit;
      font-size: 1.8em; }
    .elementor .program-widget .elementor-element .elementor-image-box-content p.elementor-image-box-description {
      min-height: inherit;
      padding-bottom: 1.5em; } }

/*- Section Electives ------------------------------------------*/
.readiness-electives .elementor-widget-container {
  text-align: center;
  padding-bottom: 50px; }

.readiness-electives h2.elementor-heading-title,
.readiness-electives h3.elementor-heading-title {
  font-size: 4em;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  line-height: 1.25;
  margin: 0; }
  .readiness-electives h2.elementor-heading-title i,
  .readiness-electives h3.elementor-heading-title i {
    font-weight: 400; }

.readiness-electives .readiness-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 50px;
  padding: 20px; }
  .readiness-electives .readiness-row .elective-media .container-lazyload {
    width: 100%; }
    .readiness-electives .readiness-row .elective-media .container-lazyload .preview-lazyload,
    .readiness-electives .readiness-row .elective-media .container-lazyload iframe {
      max-height: 222px;
      background-size: auto; }
    .readiness-electives .readiness-row .elective-media .container-lazyload .lazy-load-div {
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
      .readiness-electives .readiness-row .elective-media .container-lazyload .lazy-load-div:before {
        opacity: .9; }
      .readiness-electives .readiness-row .elective-media .container-lazyload .lazy-load-div:hover:before {
        opacity: 1; }
  .readiness-electives .readiness-row .elective-media img {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-height: 222px; }
  .readiness-electives .readiness-row .elective-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 20px 0 50px; }
  .readiness-electives .readiness-row h3.elementor-heading-title {
    font-size: 2.5em;
    margin-top: -5px; }
  .readiness-electives .readiness-row .elective-quarter {
    font-size: 1em;
    text-transform: uppercase; }
    .readiness-electives .readiness-row .elective-quarter:after {
      content: ' / '; }
    .readiness-electives .readiness-row .elective-quarter:last-child:after {
      content: ''; }
  .readiness-electives .readiness-row .elective-description {
    line-height: 1.6; }

/*- Section Program Members / Author ------------------------------------------*/
ul.team-members {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0; }

.author-info,
li.team-member-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: inherit; }
  .author-info svg,
  li.team-member-item svg {
    fill: #01AFD8; }
  .author-info.readiness-discipleship-training svg,
  li.team-member-item.readiness-discipleship-training svg {
    fill: #f27845; }
  .author-info.readiness-summer-programs svg,
  li.team-member-item.readiness-summer-programs svg {
    fill: #12aa7a; }
  .author-info.readiness-biblical-studies svg,
  .author-info.readiness-community-transformation svg,
  .author-info.readiness-arts svg,
  .author-info.readiness-outdoors-sports svg,
  li.team-member-item.readiness-biblical-studies svg,
  li.team-member-item.readiness-community-transformation svg,
  li.team-member-item.readiness-arts svg,
  li.team-member-item.readiness-outdoors-sports svg {
    fill: #01AFD8; }
  .author-info.readiness-extension-studies svg,
  li.team-member-item.readiness-extension-studies svg {
    fill: #e6517b; }

.readiness-team-member {
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10%;
  min-width: 300px; }
  .readiness-team-member .member-avatar {
    position: relative;
    margin: 15px auto 0;
    width: 150px;
    height: 150px;
    z-index: 1; }
    .readiness-team-member .member-avatar svg {
      position: absolute;
      opacity: .8;
      z-index: -1; }
    .readiness-team-member .member-avatar img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      border-radius: 50%; }
  .readiness-team-member svg.team-avatar-bg {
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
    width: 150px;
    height: 150px; }
    .readiness-team-member svg.team-avatar-bg:first-child {
      left: 8px;
      bottom: -22px; }
    .readiness-team-member svg.team-avatar-bg:nth-child(2) {
      top: 16px;
      left: 22px; }
    .readiness-team-member svg.team-avatar-bg:nth-child(3) {
      right: -12px;
      top: 9px; }
  .readiness-team-member img {
    width: 100% !important;
    height: 100% !important; }
  .readiness-team-member .member-description {
    margin: 3em 0 2em;
    min-height: 75px;
    text-align: center; }
    .readiness-team-member .member-description h3.member-name {
      font-size: 2.2em;
      margin: 1em 0 0 0;
      line-height: 1.4; }
    .readiness-team-member .member-description .member-hometown,
    .readiness-team-member .member-description .member-tag-line {
      margin: 0;
      font-family: "Open Sans Condensed", sans-serif;
      font-size: 1.2em;
      font-weight: 700;
      text-transform: uppercase;
      line-height: 1.5;
      letter-spacing: 0.8px; }
    .readiness-team-member .member-description .member-hometown {
      font-weight: 100; }
    .readiness-team-member .member-description .fa-horizontal-rule {
      display: block;
      padding: 5px 0; }
  .readiness-team-member a.readiness-toggle {
    margin-bottom: 1.3em; }

ul.member-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none; }
  ul.member-social li {
    margin: 0 !important;
    padding: 0 10px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
    ul.member-social li:hover {
      -webkit-transform: scale(1.3);
          -ms-transform: scale(1.3);
              transform: scale(1.3); }
    ul.member-social li a {
      padding: 0;
      color: #01AFD8; }

#section-leaders .elementor-widget-shortcode .elementor-widget-container .elementor-shortcode {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

#section-leaders .no-members {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 100px 20px;
  padding: 2em 3em;
  font-size: 1.8em;
  text-align: center;
  text-transform: uppercase;
  color: #01AFD8;
  border: 1px solid #01AFD8; }

#section-overview p {
  font-weight: 400; }

.stacklock {
  display: none; }

#blog-posts-widget .pp-post-thumbnail img {
  display: block; }

#blog-posts-widget .pp-post-meta-wrap {
  border-width: 0px;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  #blog-posts-widget .pp-post-meta-wrap .pp-post-avtar {
    border: 4px solid #fff;
    border-radius: 50%;
    margin-top: -37px;
    background-color: #fff; }
    #blog-posts-widget .pp-post-meta-wrap .pp-post-avtar img {
      display: block; }

/*- Section Statement of Faith ---------------------------------*/
#sof-masonry .elementor-widget-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-count: 3;
          column-count: 3; }

#sof-masonry .sof-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

#sof-masonry section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

#sof-masonry .sof-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

/*- Section Testimonials ---------------------------------*/
[data-testimonials="No"] {
  display: none; }

[data-testimonials="Yes"] {
  display: block; }

.testimonials-no #section-testimonials {
  display: none; }

.testimonials-yes #section-testimonials {
  display: block; }

/*- Home Page ------------------------------------------------------*/
@media (max-width: 767px) {
  #readiness-hero .elementor-background-overlay {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1; } }

/*- Aside ------------------------------------------------------*/
nav.program-details-wrap ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  nav.program-details-wrap ul li {
    position: relative;
    display: block;
    margin: 0;
    text-align: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    z-index: 1;
    border: 1px solid rgba(40, 44, 42, 0.1); }
    nav.program-details-wrap ul li:not(:last-child) {
      border-right: none; }
    nav.program-details-wrap ul li a {
      position: relative;
      display: block;
      overflow: hidden;
      font-size: 1.5em;
      text-overflow: ellipsis;
      outline: none;
      padding: 0.75em 0.5em;
      background: rgba(40, 44, 42, 0.05);
      color: #74777b;
      line-height: 1;
      -webkit-transition: color 0.2s;
      transition: color 0.2s;
      height: 100%; }
      nav.program-details-wrap ul li a span {
        display: block;
        padding: 0.75em 0 0 0;
        font-family: "Open Sans Condensed", sans-serif;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 700;
        font-size: 0.5em;
        vertical-align: middle; }
    nav.program-details-wrap ul li.tab-current {
      border-top-color: #f27845;
      border-bottom: none; }
      nav.program-details-wrap ul li.tab-current a {
        background: none;
        -webkit-box-shadow: inset 0 3px 0 #f27845;
                box-shadow: inset 0 3px 0 #f27845;
        color: #f27845; }

.content-wrap {
  border: 1px solid rgba(40, 44, 42, 0.1);
  border-top: none; }
  .content-wrap section {
    display: none; }
    .content-wrap section .section-inner,
    .content-wrap section .section-inner-added {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 1.4em;
      padding: 1em;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .content-wrap section .section-inner:nth-child(even),
      .content-wrap section .section-inner-added:nth-child(even) {
        background-color: rgba(40, 44, 42, 0.05); }
      .content-wrap section .section-inner.program-prerequisites,
      .content-wrap section .section-inner-added.program-prerequisites {
        vertical-align: top; }
        .content-wrap section .section-inner.program-prerequisites ul,
        .content-wrap section .section-inner-added.program-prerequisites ul {
          vertical-align: top;
          list-style: none;
          margin: 0;
          padding: 0;
          display: inline-block; }
          .content-wrap section .section-inner.program-prerequisites ul li,
          .content-wrap section .section-inner-added.program-prerequisites ul li {
            font-size: inherit; }
      .content-wrap section .section-inner.add-on-content,
      .content-wrap section .section-inner-added.add-on-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .content-wrap section .section-inner.add-on-content strong,
        .content-wrap section .section-inner-added.add-on-content strong {
          width: 100%; }
        .content-wrap section .section-inner.add-on-content p,
        .content-wrap section .section-inner-added.add-on-content p {
          font-size: inherit;
          margin-top: 0; }
          .content-wrap section .section-inner.add-on-content p:last-child,
          .content-wrap section .section-inner-added.add-on-content p:last-child {
            margin-bottom: 0; }
      .content-wrap section .section-inner ul li,
      .content-wrap section .section-inner-added ul li {
        font-size: 1em; }
    .content-wrap section.content-current {
      display: block; }
    .content-wrap section .electives {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .content-wrap section .electives strong {
        width: 100%; }
      .content-wrap section .electives ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        list-style: none;
        margin: 0;
        padding: 0.5em 0; }
        .content-wrap section .electives ul li {
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          text-align: center;
          border: 1px solid rgba(40, 44, 42, 0.3);
          font-size: inherit;
          color: rgba(40, 44, 42, 0.5);
          padding: 0 0.5em;
          border-radius: 4px;
          margin: 0 5px 5px 0;
          -webkit-transition: background-color 0.3s ease;
          transition: background-color 0.3s ease;
          /*
					&:after {
						content: ', ';
					}
					&:last-child:after {
						content: '';
					}
*/ }
          .content-wrap section .electives ul li:hover, .content-wrap section .electives ul li:active {
            background-color: rgba(40, 44, 42, 0.3);
            border: 1px solid rgba(40, 44, 42, 0.1);
            color: #fff; }
          .content-wrap section .electives ul li a {
            color: inherit; }
    .content-wrap section .section-inner.program-cost {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 0; }
      .content-wrap section .section-inner.program-cost .program-cost-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        padding: 1em; }
      .content-wrap section .section-inner.program-cost .section-inner-added {
        display: none;
        background-color: #f27845;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 1em;
        font-size: 12px;
        cursor: pointer; }
        .content-wrap section .section-inner.program-cost .section-inner-added .confirmed {
          color: #fff;
          font-weight: 700;
          text-transform: uppercase;
          text-align: center; }

.files {
  margin: 20px 0 0; }
  .files .content-wrap {
    border: 1px solid rgba(40, 44, 42, 0.1); }
    .files .content-wrap section {
      display: block; }
      .files .content-wrap section a {
        color: #f27845;
        font-weight: 600; }

.author-info .member-bio {
  text-align: left;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  padding: 30px 0;
  color: #aaa; }

.author-info .member-archive {
  font-size: 1.3em;
  color: #a0a5a8; }

/*
body .sbi_header_text p.sbi_bio_info {
	color: #01afd8;
	line-height: 3em;
	font-size: 11px;
}

#sb_instagram #sbi_load a.sbi_load_btn {
	font-weight: 700;
	font-family: $font__primary;
	padding: 10px 20px;
	box-shadow: 0 0 0 2px #01afd8;
	border-radius: 0;
	width: calc(100% - 8px);
	transition: background-color 0.5s ease;
	&:hover,
	&:active {
		color: #fff !important;
		background-color: #01afd8 !important;
		box-shadow: 0 0 0 2px #01afd8 !important;
	}
}

body #sb_instagram .sbi_hover_bottom {
	display: flex;
	justify-content: center;
	flex-direction: column;
	height: 100%;
	.sbi-meta {
		span {
			font-size: 14px;
			font-weight: 700px;
			svg {
				font-size: 20px
			}
		}
	}
}
*/
/*- Custom svg shapes blockquotes-------------------------------*/
.program-template .elementor-location-footer .elementor-element > .elementor-shape-top .elementor-shape-fill {
  fill: #DCDEDF; }

/*- Responsive -------------------------------------------------*/
@media (max-width: 767px) {
  body .fit-to-screen {
    padding-top: 320px; }
  body .readiness-vertical-peaks-background {
    position: absolute;
    min-height: 290px; }
  body .readiness-peaks-section .readiness-peaks-shape-bottom {
    position: absolute;
    top: 320px; }
  #section-header h2.elementor-heading-title {
    font-size: 4em; }
  #section-header span.elementor-heading-title {
    font-size: 1.4em; }
  body .elementor #section-description {
    margin: 0;
    padding: 50px 0; } }

@media (max-width: 1280px) {
  #section-header {
    background-position: center center; } }

/*- Responsive Program Pages ------------------------------------*/
@media (max-width: 767px) {
  .program-template .pp-modal-popup-window {
    width: 100%; }
  .content-wrap section .section-inner strong {
    width: 35%; }
  .readiness-electives .readiness-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    padding: 20px; }
    .readiness-electives .readiness-row .elective-media {
      margin: 0;
      padding-bottom: 20px; }
    .readiness-electives .readiness-row .elective-info {
      margin: 0;
      padding: 0; }
      .readiness-electives .readiness-row .elective-info .elective-description {
        max-height: 94px; }
  ul.team-members {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /* one item */ }
    ul.team-members li.team-member-item {
      display: block;
      width: 100% !important; }
      ul.team-members li.team-member-item .readiness-team-member {
        padding: 5%; }
      ul.team-members li.team-member-item .member-bio {
        max-height: 90px; }
  .elective .elementor-widget-container {
    max-height: 165px; }
  #section-video .elementor-column-wrap {
    padding: 0 0 30px 0; }
  #section-signup h2,
  #section-signup p {
    text-align: center; } }

/*- Footer ------------------------------------------------------*/
body.page,
body.post {
  margin: 0; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

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