/* ---------------------------------------------------------
   1. Common site styles
   2. Footer styles
   3. Embedded fonts styles
   ---------------------------------------------------------*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

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

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

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

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

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

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

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

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  cursor: pointer;
  /* 3 */
  -webkit-appearance: button;
  /* 2 */ }

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  margin: 0 2px;
  padding: .35em .625em .75em;
  border: 1px solid #c0c0c0; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  padding: 0;
  /* 2 */
  border: 0;
  /* 1 */ }

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

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

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

td,
th {
  padding: 0; }

#nav ul,
.social-networks,
.col ul,
.contact ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after,
.email-form:after,
#nav:after,
#footer:after,
#main:after,
.banner:after,
.updates:after,
.step-holder:after,
.step-holder .step .time:after,
.schedule:after,
.quote:after,
.footer-area:after,
.team-container:after {
  display: block;
  clear: both;
  content: ''; }

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */ }

/* ---------------------------------------------------------
   1. Common site styles
   ---------------------------------------------------------*/
html {
  box-sizing: border-box; }

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

* {
  max-height: 1000000px; }

body {
  font: 16px/1.2 'proxima-nova', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  min-width: 320px;
  color: #363a3b;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

.gm-style img {
  max-width: none; }

/* icons font styles */
[class^='icon-'],
[class*=' icon-'] {
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  /* Better Font Rendering =========== */
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-envelope:before {
  content: '\e900'; }

.icon-file:before {
  content: '\e901'; }

.icon-linkedin:before {
  content: '\e902'; }

.icon-M:before {
  content: '\e903'; }

.icon-telephone:before {
  content: '\e904'; }

.icon-twitter:before {
  content: '\e905'; }

.icon-vimeo:before {
  content: '\e906'; }

.icon-youtube:before {
  content: '\e907'; }

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 .5em;
  color: inherit; }

h1,
.h1 {
  font-size: 30px; }

h2,
.h2 {
  font-size: 27px; }

h3,
.h3 {
  font-size: 24px; }

h4,
.h4 {
  font-size: 21px; }

h5,
.h5 {
  font-size: 17px; }

h6,
.h6 {
  font-size: 15px; }

p {
  margin: 0 0 1em; }

a {
  color: #39f; }

a:hover,
a:focus {
  text-decoration: none; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  padding: .4em .7em;
  border: 1px solid #999;
  -webkit-border-radius: 0;
  -webkit-appearance: none; }

input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='search']:focus,
input[type='password']:focus,
textarea:focus {
  border-color: #000; }

input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999; }

input[type='text']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='password']::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #999; }

input[type='text']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='password']:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999; }

input[type='text']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999; }

input[type='text'].placeholder,
input[type='tel'].placeholder,
input[type='email'].placeholder,
input[type='search'].placeholder,
input[type='password'].placeholder,
textarea.placeholder {
  color: #999; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  cursor: pointer;
  -webkit-border-radius: 0;
  -webkit-appearance: none; }

/* email form styles */
.email-form {
  width: 100%; }

.email-form label,
.email-form legend {
  display: none; }

.email-form input[type='email'] {
  font-size: 15px;
  line-height: 27px;
  float: left;
  width: 63.4%;
  height: 40px;
  padding: 5px 15px;
  color: #363a3b;
  border: 0;
  border-radius: 0;
  outline: none;
  background: #fff;
  box-shadow: none; }

.email-form input[type='email']::-webkit-input-placeholder {
  font-style: italic;
  color: #363a3b; }

.email-form input[type='email']::-moz-placeholder {
  font-style: italic;
  opacity: 1;
  color: #363a3b; }

.email-form input[type='email']:-moz-placeholder {
  font-style: italic;
  color: #363a3b; }

.email-form input[type='email']:-ms-input-placeholder {
  font-style: italic;
  color: #363a3b; }

.email-form input[type='email'].placeholder {
  font-style: italic;
  color: #363a3b; }

.email-form input[type='submit'] {
  font-size: 15px;
  font-weight: 600;
  line-height: 27px;
  float: right;
  width: 36.3%;
  height: 40px;
  padding: 3px 4px;
  -webkit-transition: all .20s linear;
  transition: all .20s linear;
  text-transform: uppercase;
  color: #363a3b;
  border: 0;
  border-radius: 0 3px 3px 0;
  outline: none;
  background: #efc94c;
  box-shadow: none; }

.email-form input[type='submit'][disabled] {
  color: #6f7172;
  background: #acb6b9; }

.email-form input[type='submit']:hover {
  opacity: .8; }

/* site header styles */
#header {
  position: absolute;
  z-index: 10;
  top: 0;
  width: 100%;
  text-align: center; }

/* site logo styles */
.logo {
  display: inline-block;
  width: 113px;
  margin: 0 0 28px;
  padding: 25px 15px 15px;
  vertical-align: top;
  background: #363a3b; }

.logo img {
  display: block;
  margin: 0 auto; }

.logo a {
  display: block; }

/* main nav styles */
#nav {
  font-size: 15px;
  font-weight: 700;
  line-height: 19px;
  text-transform: uppercase; }

#nav ul li {
  display: inline-block;
  margin: 0 10px;
  vertical-align: top; }

#nav ul li a {
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
  text-decoration: none;
  color: #fff; }

#nav ul li a:hover {
  color: #363a3b; }

#nav ul li.mobile-hidden {
  display: none; }

/* ---------------------------------------------------------
   2. Footer Styles
   ---------------------------------------------------------*/
#footer {
  font-size: 17px;
  line-height: 23px;
  padding-top: 20px;
  padding-bottom: 38px;
  text-align: center;
  text-transform: uppercase;
  color: #6f7172;
  border-top: 1px solid #737576; }

#footer p {
  margin: 0; }

#footer a {
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
  text-decoration: none;
  color: #6f7172; }

#footer a:hover {
  color: #efc94c; }

.emailform__error div {
  font-size: 1rem;
  font-weight: bold;
  display: block;
  margin: 1em 0;
  padding: 1em;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border-radius: .3em;
  background: #ff3c2d; }

/* social network styles */
.social-networks {
  font-size: 27px;
  line-height: 31px;
  margin: 0 0 5px; }

.social-networks li {
  display: inline-block;
  margin: 0 8px;
  vertical-align: top; }

.social-networks li a {
  position: relative;
  display: block;
  overflow: hidden;
  width: 30px;
  height: 30px;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
  white-space: nowrap;
  text-decoration: none;
  text-indent: 101%;
  color: #6f7172; }

.social-networks li a:hover {
  color: #efc94c; }

.social-networks li a .icon {
  position: relative;
  left: -30px; }

/* ---------------------------------------------------------
   3. Embedded fonts styles
   ---------------------------------------------------------*/
@font-face {
  font-family: icomoon;
  font-weight: normal;
  font-style: normal;
  src: url("//kajabi-storefronts-production.global.ssl.fastly.net/kajabi-storefronts-production/themes/820737/assets/icomoon.woff?1548537030414712") format("woff"), url("//kajabi-storefronts-production.global.ssl.fastly.net/kajabi-storefronts-production/themes/820737/assets/icomoon.eot?1548537030414712") format("embedded-opentype"); }
@font-face {
  font-family: stag;
  font-weight: 400;
  font-style: normal;
  src: url("//kajabi-storefronts-production.global.ssl.fastly.net/kajabi-storefronts-production/themes/820737/assets/stag_book_web.woff?1548537030414712") format("woff"), url("//kajabi-storefronts-production.global.ssl.fastly.net/kajabi-storefronts-production/themes/820737/assets/stag_book_web.eot?1548537030414712") format("embedded-opentype"); }
@font-face {
  font-family: stag;
  font-weight: 300;
  font-style: italic;
  src: url("//kajabi-storefronts-production.global.ssl.fastly.net/kajabi-storefronts-production/themes/820737/assets/stag_lightitalic_web.woff?1548537030414712") format("woff"), url("//kajabi-storefronts-production.global.ssl.fastly.net/kajabi-storefronts-production/themes/820737/assets/stag_lightitalic_web.eot?1548537030414712") format("embedded-opentype"); }
@font-face {
  font-family: stag;
  font-weight: 500;
  font-style: normal;
  src: url("//kajabi-storefronts-production.global.ssl.fastly.net/kajabi-storefronts-production/themes/820737/assets/stag_medium_web.woff?1548537030414712") format("woff"), url("//kajabi-storefronts-production.global.ssl.fastly.net/kajabi-storefronts-production/themes/820737/assets/stag_medium_web.eot?1548537030414712") format("embedded-opentype"); }
@font-face {
  font-family: stag;
  font-weight: 600;
  font-style: normal;
  src: url("//kajabi-storefronts-production.global.ssl.fastly.net/kajabi-storefronts-production/themes/820737/assets/stag_semibold_web.woff?1548537030414712") format("woff"), url("//kajabi-storefronts-production.global.ssl.fastly.net/kajabi-storefronts-production/themes/820737/assets/stag_semibold_web.eot?1548537030414712") format("embedded-opentype"); }
html {
  background: #363a3b; }

.msie .mask:before,
.msie-9 .mask:before,
.msie-9_0 .mask:before {
  border-style: solid; }

/* main container styles */
#wrapper {
  position: relative;
  overflow: hidden;
  width: 100%; }

/* main section styles */
#main {
  position: relative; }

/* generic container styles */
.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 10px; }

/* polygonal shape styles */
.shape1 {
  position: absolute;
  bottom: -126px;
  left: 50%;
  display: block;
  width: 234px;
  height: 130px;
  margin: 0 0 0 -117px;
  background: rgba(255, 255, 255, 0.2); }

.shape1:before {
  position: absolute;
  top: -66px;
  left: 0;
  width: 0;
  height: 0;
  content: '';
  border-right: 117px solid transparent;
  border-bottom: 66px solid rgba(255, 255, 255, 0.2);
  border-left: 117px solid transparent; }

.shape1:after {
  position: absolute;
  bottom: -66px;
  left: 0;
  width: 0;
  height: 0;
  content: '';
  border-top: 66px solid rgba(255, 255, 255, 0.2);
  border-right: 117px solid transparent;
  border-left: 117px solid transparent; }

/* polygonal shape styles */
.shape2 {
  position: absolute;
  bottom: -135px;
  left: 50%;
  display: block;
  width: 281px;
  height: 163px;
  margin: 0 0 0 -143px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background: rgba(255, 255, 255, 0.2); }

.shape2:before {
  position: absolute;
  top: -85px;
  left: 0;
  width: 0;
  height: 0;
  content: '';
  border-right: 140px solid transparent;
  border-bottom: 85px solid rgba(255, 255, 255, 0.2);
  border-left: 140px solid transparent; }

.shape2:after {
  position: absolute;
  bottom: -85px;
  left: 0;
  width: 0;
  height: 0;
  content: '';
  border-top: 85px solid rgba(255, 255, 255, 0.2);
  border-right: 140px solid transparent;
  border-left: 140px solid transparent; }

/* polygonal shape styles */
.shape3 {
  position: absolute;
  bottom: -132px;
  left: 50%;
  display: block;
  width: 347px;
  height: 195px;
  margin: 0 0 0 -175px;
  background: rgba(255, 255, 255, 0.2); }

.shape3:before {
  position: absolute;
  top: -100px;
  left: 0;
  width: 0;
  height: 0;
  content: '';
  border-right: 174px solid transparent;
  border-bottom: 100px solid rgba(255, 255, 255, 0.2);
  border-left: 174px solid transparent; }

.shape3:after {
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 0;
  height: 0;
  content: '';
  border-top: 100px solid rgba(255, 255, 255, 0.2);
  border-right: 174px solid transparent;
  border-left: 174px solid transparent; }

/* polygonal shape styles */
.shape4 {
  position: absolute;
  bottom: -157px;
  left: 50%;
  display: block;
  width: 434px;
  height: 257px;
  margin: 0 0 0 -217px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background: rgba(255, 255, 255, 0.2); }

.shape4:before {
  position: absolute;
  top: -128px;
  left: 0;
  width: 0;
  height: 0;
  content: '';
  border-right: 218px solid transparent;
  border-bottom: 128px solid rgba(255, 255, 255, 0.2);
  border-left: 218px solid transparent; }

.shape4:after {
  position: absolute;
  bottom: -128px;
  left: 0;
  width: 0;
  height: 0;
  content: '';
  border-top: 128px solid rgba(255, 255, 255, 0.2);
  border-right: 219px solid transparent;
  border-left: 219px solid transparent; }

/* polygonal shape styles */
.shape5 {
  position: absolute;
  bottom: -170px;
  left: 50%;
  display: block;
  width: 560px;
  height: 322px;
  margin: 0 0 0 -280px;
  background: rgba(255, 255, 255, 0.2); }

.shape5:before {
  position: absolute;
  top: -158px;
  left: 0;
  width: 0;
  height: 0;
  content: '';
  border-right: 280px solid transparent;
  border-bottom: 158px solid rgba(255, 255, 255, 0.2);
  border-left: 280px solid transparent; }

.shape5:after {
  position: absolute;
  bottom: -158px;
  left: 0;
  width: 0;
  height: 0;
  content: '';
  border-top: 158px solid rgba(255, 255, 255, 0.2);
  border-right: 280px solid transparent;
  border-left: 280px solid transparent; }

/* mask styles */
.mask {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  min-height: 50px; }

.mask:before {
  position: absolute;
  z-index: -1;
  bottom: -1px;
  left: 50%;
  width: 0;
  height: 0;
  content: '';
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-width: 400px 3200px 0;
  border-style: solid solid solid dashed;
  border-color: transparent #fff; }

/* banner section styles */
.banner {
  background: #efc94c; }

.banner .container {
  position: relative;
  min-height: 522px;
  padding-top: 107px;
  text-align: center;
  white-space: nowrap; }

.banner .container .caption {
  display: inline-block;
  vertical-align: middle;
  white-space: normal; }

.banner .container:before {
  display: inline-block;
  overflow: hidden;
  width: 1px;
  min-height: inherit;
  margin: 0 0 0 -5px;
  content: '';
  vertical-align: middle; }

/* banner caption styles */
.caption {
  font-family: stag, Times, Baskerville, Georgia, serif;
  font-size: 31px;
  font-weight: 300;
  font-style: italic;
  line-height: 40px;
  position: relative;
  z-index: 10;
  width: 100%;
  color: #363a3b; }

.caption h1 {
  font-family: stag, Times, Baskerville, Georgia, serif;
  font-size: 70px;
  font-weight: 500;
  font-style: normal;
  line-height: 67px;
  margin: 0 0 6px; }

.caption p {
  margin: 0 0 65px; }

/* button styles */
.btn {
  font-family: 'proxima-nova', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  line-height: 20px;
  display: inline-block;
  width: 59.3%;
  padding: 15px;
  text-align: center;
  vertical-align: top;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  background: #45b29d; }

.btn:focus,
.btn:hover {
  padding-bottom: 9px;
  border-bottom: 6px solid #45b29d;
  background: #2a9580; }

/* generic heading styles */
h2 {
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
  display: block;
  margin: 0 0 25px;
  padding: 0 0 12px;
  text-transform: uppercase;
  color: #45b29d;
  border-bottom: 1px solid #363a3b; }

/* updates section styles */
.updates {
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
  padding: 45px 10px 55px;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out; }

.updates--loading {
  opacity: 0; }

/* text holder styles */
.txt-holder {
  display: inline-block;
  width: 100%;
  vertical-align: middle; }

.txt-holder h3 {
  font-family: stag, Times, Baskerville, Georgia, serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
  margin: 0 0 10px; }

.txt-holder p {
  margin: 0 0 17px; }

/* image holder styles */
.img-holder {
  display: none; }

/* more button styles */
.more {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  display: inline-block;
  padding: 14px 15px;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
  text-align: center;
  vertical-align: top;
  text-decoration: underline;
  text-transform: uppercase;
  color: #fff;
  background: #45b29d; }

.more:hover {
  text-decoration: underline;
  opacity: 1; }

/* process section styles */
.process {
  display: none; }

.step-holder {
  width: 100%;
  text-align: center; }

.step-holder .step {
  font-size: 30px;
  line-height: 34px;
  display: inline-block;
  width: 250px;
  margin: 0 50px 0 0;
  text-align: center;
  vertical-align: top;
  color: #fffefe; }

.step-holder .step .text-holder {
  min-height: 133px; }

.step-holder .step .text-holder p {
  margin: 0; }

.step-holder .step .time {
  position: relative;
  width: 160px;
  margin: 0 auto 28px;
  padding: 19px 0 10px;
  text-align: center;
  color: #363a3b;
  border: 7px solid #363a3b;
  border-radius: 50%; }

.step-holder .step .time:before {
  position: absolute;
  top: 50%;
  height: 6px;
  content: '';
  background: #363a3b; }

.step-holder .step .time .date {
  font-size: 70px;
  font-weight: 600;
  line-height: 74px; }

.step-holder .step .time .day {
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
  display: block;
  text-transform: uppercase; }

.step-holder .step .note {
  font-family: stag, Times, Baskerville, Georgia, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  display: block; }

.step-holder .step:first-child .time:before {
  display: none; }

/* schedule section styles */
.schedule {
  position: relative;
  z-index: 1;
  color: #fff; }

.schedule .container {
  padding-top: 40px;
  padding-bottom: 60px;
  text-align: center; }

.schedule .container footer {
  font-size: 23px;
  font-style: italic;
  line-height: 26px;
  display: block;
  width: 242px;
  margin: 0 auto;
  padding: 15px 5px 20px;
  text-align: center;
  color: #efc94c;
  background: #24292a; }

.schedule .container footer p {
  margin: 0; }

.schedule .container footer a {
  font-weight: 600;
  display: block;
  text-decoration: none;
  color: #efc94c;
  background: #24292a; }

.schedule .container footer a:hover {
  text-decoration: none;
  opacity: .8; }

.schedule h2 {
  margin: 0;
  padding: 0 0 22px;
  text-align: left;
  color: #fff;
  border-color: #fff; }

.schedule:before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: -9999px;
  bottom: 0;
  left: -9999px;
  content: '';
  background: #363a3b; }

/* two column section styles */
.two-col {
  overflow: hidden;
  width: 100%;
  margin: 0 0 23px;
  text-align: center; }

.col {
  font-size: 15px;
  line-height: 20px;
  display: inline-block;
  width: 100%;
  margin: 0 0 20px;
  padding: 20px 0 0;
  text-align: left;
  vertical-align: top;
  color: #acb6b9; }

.col h3 {
  font-family: stag, Times, Baskerville, Georgia, serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  margin: 0 0 10px;
  color: #efc94c; }

.col p {
  margin: 0; }

.col ul li {
  overflow: hidden;
  padding: 15px 0 14px;
  border-top: 1px solid #737576; }

.col ul li .text-box {
  float: left;
  color: #fff; }

.col ul li .text-box p {
  margin: 0; }

.col ul li .register-btn {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  float: right;
  width: 115px;
  padding: 10px 9px;
  -webkit-transition: all .20s linear;
  transition: all .20s linear;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #363a3b;
  border-radius: 2px;
  background: #efc94c; }

.col ul li .register-btn--full {
  width: 100%; }

.col ul li .register-btn:hover {
  opacity: .8; }

.col ul li .register-btn.add {
  cursor: inherit;
  background: #737576; }

.txt-block {
  margin: 0 0 25px; }

/* quote section styles */
.quote {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover; }

.quote .container {
  min-height: 548px;
  text-align: center;
  white-space: nowrap; }

.quote .container .blockquote {
  display: inline-block;
  vertical-align: middle;
  white-space: normal; }

.quote .container:before {
  display: inline-block;
  overflow: hidden;
  width: 1px;
  min-height: inherit;
  margin: 0 0 0 -5px;
  content: '';
  vertical-align: middle; }

.quote .blockquote {
  font-family: stag, Times, Baskerville, Georgia, serif;
  font-size: 36px;
  font-weight: 400;
  font-style: italic;
  line-height: 42px;
  margin: 0; }

.quote .blockquote q {
  display: block; }

.quote .blockquote cite {
  font-family: 'proxima-nova', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 30px;
  font-style: normal;
  line-height: 34px;
  display: inline-block;
  text-align: center;
  vertical-align: top; }

.quote .blockquote cite .green-txt {
  font-weight: 600;
  display: block;
  text-transform: uppercase;
  color: #45b29d; }

.quote .blockquote cite .gray-txt {
  display: block;
  margin: 0 0 13px; }

.quote .blockquote cite .gray-txt a {
  text-decoration: underline;
  color: #363a3b; }

.quote .blockquote cite .image-holder {
  display: none; }

.quote.ad-quote .container {
  min-height: 670px; }

.quote.ad-quote .container .blockquote {
  margin: 0; }

.quote.mobile-hidden {
  display: none; }

/* services section styles */
.services {
  overflow: hidden;
  background: #45b29d; }

.services .container {
  padding-top: 39px;
  padding-right: 30px;
  padding-bottom: 21px;
  padding-left: 30px; }

.services .container h2 {
  margin: 0 0 24px;
  padding: 0 0 11px;
  color: #fff;
  border-color: #fff; }

/* three column section styles */
.three-col {
  width: 100%;
  color: #fff; }

.three-col .column {
  font-size: 18px;
  line-height: 21px;
  display: inline-block;
  width: 100%;
  margin: 0 0 52px;
  text-align: center;
  vertical-align: top; }

.three-col .column h3 {
  font-family: stag, Times, Baskerville, Georgia, serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
  margin: 0 0 7px;
  color: #363a3b; }

.three-col .column p {
  margin: 0; }

.three-col .column a {
  text-decoration: underline;
  color: #fff; }

.three-col .column a:hover {
  text-decoration: none; }

.three-col .img-block {
  margin: 0 0 12px; }

.three-col .img-block img {
  display: block;
  margin: 0 auto; }

/* footer area styles */
.footer-area {
  position: relative;
  z-index: 1; }

.footer-area .container {
  padding: 35px 25px 10px; }

.footer-area:before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: -9999px;
  bottom: 0;
  left: -9999px;
  content: '';
  background: #363a3b; }

/* two column styles */
.two-cols {
  overflow: hidden;
  margin: 0 0 60px;
  color: #fff; }

.two-cols h2 {
  font-weight: 600;
  margin: 0 0 25px;
  padding: 0 0 23px;
  color: #fff;
  border-color: #fff; }

.article {
  display: block;
  width: 100%;
  margin: 0 0 68px; }

.article .article-holder {
  overflow: hidden;
  margin: 0 0 30px; }

.article .text-block {
  font-size: 22px;
  line-height: 28px;
  display: block;
  width: 100%; }

.article .text-block h3 {
  font-family: stag, Times, Baskerville, Georgia, serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  margin: 0 0 6px;
  color: #efc94c; }

.article .text-block h3 h3 strong {
  font-weight: 600; }

.article .placeholder {
  display: none; }

.contact {
  font-size: 22px;
  font-style: normal;
  line-height: 28px;
  width: 100%; }

.contact ul {
  padding: 6px 0 0 4px; }

.contact ul li {
  margin: 0 0 17px;
  padding: 0 0 0 30px; }

.contact ul li a {
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
  text-decoration: none;
  color: #fff; }

.contact ul li a:hover {
  color: #efc94c; }

.contact ul li .icon-envelope {
  font-size: 16px;
  line-height: 21px;
  display: inline-block;
  margin: 0 2px 0 -32px;
  padding: 4px 6px;
  vertical-align: middle;
  color: #363a3b;
  border-radius: 6px;
  background: #5e6162; }

.contact ul li .icon-file,
.contact ul li .icon-telephone {
  font-size: 20px;
  line-height: 28px;
  display: inline-block;
  margin: 0 8px 0 -28px;
  vertical-align: middle;
  color: #5e6162; }

.contact ul li + li {
  margin: 0 0 16px; }

.accessibility {
  position: absolute;
  top: auto;
  left: -10000px;
  overflow: hidden;
  width: 1px;
  height: 1px; }

.accessibility:focus {
  position: static;
  width: auto;
  height: auto; }

.team {
  position: relative;
  z-index: 1;
  color: #fff;
  background-color: #363a3b; }

.team-container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 35px 25px 10px; }

.team-title {
  font-weight: 300;
  margin: 0 0 25px;
  padding: 0 0 23px;
  color: #fff;
  border-color: #fff; }

.team-photo {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 54%;
  text-align: center;
  border: 4px solid #24292a;
  outline: 1px solid #5e6162; }

.team-photo img {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  margin: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: .3;
  filter: grayscale(100%); }

.team-members {
  margin: 0 -10px;
  padding: 0;
  list-style: none; }

.team-member {
  padding: 10px 10px 30px; }

.team-name {
  font-family: stag, Times, Baskerville, Georgia, serif;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 10px;
  padding-bottom: .2em;
  color: #efc94c;
  border-bottom: 1px solid #5e6162; }

.team-socialLink {
  margin-right: .2em;
  -webkit-transition: fill .2s;
  transition: fill .2s;
  text-decoration: none;
  fill: #5e6162; }

.team-socialLink:hover {
  fill: #efc94c; }

.team-description {
  font-size: 18px;
  margin-top: 18px;
  padding-bottom: 24px;
  color: #acb6b9;
  border-bottom: 1px solid #5e6162; }

.SVGDefs {
  position: fixed;
  top: 100%;
  left: 100%;
  display: block;
  width: 0;
  height: 0; }

@media (min-width: 768px) {
  .email-form input[type='email'] {
    font-size: 25px;
    line-height: 30px;
    width: 68.4%;
    height: 80px;
    padding: 4px 18px; }

  .email-form input[type='submit'] {
    font-size: 21px;
    line-height: 25px;
    width: 31.4%;
    height: 80px;
    border-radius: 0 4px 4px 0; }

  .logo {
    width: 180px;
    margin: 0 0 20px;
    padding: 20px 25px; }

  #nav {
    font-size: 16px;
    line-height: 20px; }

  #nav ul li {
    margin: 0 15px; }

  #nav ul li.mobile-hidden {
    display: inline-block;
    vertical-align: top; }

  #footer {
    font-size: 18px;
    line-height: 26px;
    padding-top: 38px;
    padding-bottom: 38px; }

  .emailform__error div {
    font-size: 1.4rem; }

  .social-networks {
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 20px; }

  .social-networks li {
    margin: 0 5px; }

  .social-networks li a {
    width: 23px;
    height: 30px; }

  .social-networks li a .icon {
    left: -23px; }

  #wrapper {
    border-top: 5px solid #363a3b; }

  .shape1 {
    bottom: -430px;
    width: 400px;
    height: 290px;
    margin: 0 0 0 -200px; }

  .shape1:before {
    top: -135px;
    border-right: 200px solid transparent;
    border-bottom: 135px solid rgba(255, 255, 255, 0.2);
    border-left: 200px solid transparent; }

  .shape1:after {
    bottom: -135px;
    border-top: 135px solid rgba(255, 255, 255, 0.2);
    border-right: 200px solid transparent;
    border-left: 200px solid transparent; }

  .shape2 {
    bottom: -400px;
    width: 500px;
    height: 300px;
    margin: 0 0 0 -250px; }

  .shape2:before {
    top: -180px;
    border-right: 250px solid transparent;
    border-bottom: 180px solid rgba(255, 255, 255, 0.2);
    border-left: 250px solid transparent; }

  .shape2:after {
    bottom: -180px;
    border-top: 180px solid rgba(255, 255, 255, 0.2);
    border-right: 250px solid transparent;
    border-left: 250px solid transparent; }

  .shape3 {
    bottom: -390px;
    width: 600px;
    height: 415px;
    margin: 0 0 0 -300px; }

  .shape3:before {
    top: -200px;
    border-right: 300px solid transparent;
    border-bottom: 200px solid rgba(255, 255, 255, 0.2);
    border-left: 300px solid transparent; }

  .shape3:after {
    bottom: -200px;
    border-top: 200px solid rgba(255, 255, 255, 0.2);
    border-right: 300px solid transparent;
    border-left: 300px solid transparent; }

  .shape4 {
    bottom: -270px;
    width: 650px;
    height: 400px;
    margin: 0 0 0 -325px; }

  .shape4:before {
    top: -190px;
    border-right: 325px solid transparent;
    border-bottom: 190px solid rgba(255, 255, 255, 0.2);
    border-left: 325px solid transparent; }

  .shape4:after {
    bottom: -190px;
    border-top: 190px solid rgba(255, 255, 255, 0.2);
    border-right: 325px solid transparent;
    border-left: 325px solid transparent; }

  .shape5 {
    bottom: -270px;
    width: 780px;
    height: 400px;
    margin: 0 0 0 -390px; }

  .shape5:before {
    top: -200px;
    border-right: 390px solid transparent;
    border-bottom: 200px solid rgba(255, 255, 255, 0.2);
    border-left: 390px solid transparent; }

  .shape5:after {
    bottom: -200px;
    border-top: 200px solid rgba(255, 255, 255, 0.2);
    border-right: 390px solid transparent;
    border-left: 390px solid transparent; }

  .mask {
    min-height: 200px; }

  .banner .container {
    min-height: 345px;
    padding-top: 150px; }

  .caption {
    font-size: 36px;
    line-height: 40px; }

  .caption h1 {
    font-size: 72px;
    line-height: 76px; }

  .caption p {
    margin: 0 0 35px; }

  .btn {
    font-size: 23px;
    line-height: 28px;
    width: 40.3%; }

  h2 {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 15px;
    padding: 0 0 10px; }

  .updates {
    padding: 45px 10px 55px; }

  .txt-holder {
    width: 62%;
    margin: 0 3.7% 0 0; }

  .txt-holder h3 {
    font-size: 51px;
    line-height: 56px; }

  .txt-holder p {
    margin: 0 0 14px; }

  .img-holder {
    display: inline-block;
    width: 32%;
    padding: 2px 0 0;
    vertical-align: middle; }

  .img-holder img {
    display: block; }

  .more:hover {
    color: #45b29d; }

  .more {
    font-size: 20px;
    line-height: 25px;
    padding: 0;
    color: #363a3b;
    outline: none;
    background: transparent; }

  .process {
    position: relative;
    display: block;
    background: #45b29d; }

  .process .container {
    padding: 50px 10px 60px; }

  .process .container header {
    color: #363a3b; }

  .process .container header h2 {
    padding: 0 0 25px;
    color: #fff;
    border-color: #fff; }

  .process .container header p {
    margin: 0; }

  .process .container header p a {
    text-decoration: none;
    color: #363a3b; }

  .step-holder .step {
    font-size: 20px;
    line-height: 26px;
    width: 180px;
    margin: 0; }

  .step-holder .step .text-holder {
    min-height: 108px; }

  .step-holder .step .time {
    width: 125px;
    padding: 8px 0;
    border: 5px solid #363a3b; }

  .step-holder .step .time:before {
    left: -65px;
    width: 60px; }

  .step-holder .step .time .date {
    font-size: 50px;
    line-height: 60px; }

  .step-holder .step .time .day {
    font-size: 24px; }

  .step-holder .step .note {
    font-size: 25px;
    line-height: 30px; }

  .step-holder .step:last-child .time:before {
    left: -62px;
    width: 55px;
    background: url(//kajabi-storefronts-production.global.ssl.fastly.net/kajabi-storefronts-production/themes/820737/assets/pathway_dash.png?1548537030414712) repeat-x;
    background-position: 100% 0; }

  .schedule .container {
    padding-top: 40px;
    padding-bottom: 60px; }

  .schedule .container footer {
    font-size: 33px;
    line-height: 37px;
    width: auto;
    margin: 0;
    padding: 0;
    background: transparent; }

  .schedule .container footer br {
    display: none; }

  .schedule .container footer a {
    display: inline-block;
    vertical-align: top;
    text-decoration: underline;
    background: transparent; }

  .schedule h2 {
    margin: 0 10px; }

  .two-col {
    margin: 0; }

  .col {
    font-size: 22px;
    line-height: 28px;
    width: 47%;
    margin: -1px 10px 20px;
    border-top: 1px solid #fff; }

  .col h3 {
    font-size: 27px;
    line-height: 35px; }

  .col ul li {
    padding: 23px 0 24px 0; }

  .col ul li .register-btn {
    font-size: 21px;
    line-height: 25px;
    width: 185px;
    margin: 7px 0 0; }

  .col ul li .register-btn--full {
    width: 100%; }

  .txt-block {
    min-height: 183px;
    margin: 0 0 37px; }

  .quote .blockquote {
    font-size: 34px;
    line-height: 42px;
    margin: 12px 0 0;
    padding: 30px 0; }

  .quote .blockquote q {
    margin: 0 0 33px; }

  .quote .blockquote cite {
    font-size: 25px;
    line-height: 30px; }

  .quote.ad-quote .container {
    min-height: 601px; }

  .quote.ad-quote .container .blockquote {
    margin: 22px 0 0; }

  .quote.mobile-hidden {
    display: block; }

  .services .container {
    padding-top: 54px;
    padding-bottom: 34px; }

  .services .container h2 {
    margin: 0 0 61px;
    padding: 0 0 20px; }

  .three-col {
    width: 105%; }

  .three-col .column {
    font-size: 20px;
    line-height: 30px;
    width: 27%;
    margin: 0 5% 0 0; }

  .three-col .column h3 {
    font-size: 35px;
    line-height: 45px; }

  .three-col .img-block {
    min-height: 244px;
    margin: 0 0 32px; }

  .footer-area .container {
    padding: 55px 10px 10px; }

  .two-cols {
    margin: 0 0 25px; }

  .article {
    float: left;
    width: 64%;
    margin: 0 0 35px; }

  .article .text-block {
    font-size: 22px;
    line-height: 28px;
    float: left;
    width: 53%; }

  .article .text-block h3 {
    font-size: 25px;
    line-height: 35px;
    margin: 0 0 13px; }

  .article .placeholder {
    display: block;
    overflow: hidden; }

  .article .placeholder img {
    display: block; }

  .contact {
    font-size: 22px;
    line-height: 27px;
    float: right;
    width: 31.5%; }

  .contact ul li {
    margin: 0 0 20px;
    padding: 0 0 0 55px; }

  .contact ul li .icon-envelope {
    font-size: 21px;
    line-height: 25px;
    margin: 0 13px 0 -57px; }

  .contact ul li .icon-file,
  .contact ul li .icon-telephone {
    font-size: 30px;
    line-height: 33px;
    margin: 0 20px 0 -55px; }

  .team-member {
    display: inline-block;
    float: left;
    width: 33.333%; }

  .team-name {
    font-size: 24px; }

  .team-description {
    min-height: 7.4em; } }
@media (min-width: 768px) and (min-width: 1024px) {
  .process .container {
    padding: 50px 10px 100px; } }
@media (min-width: 768px) and (min-width: 1140px) {
  .process .container {
    padding: 50px 10px 148px; } }
@media (min-width: 768px) and (min-width: 768px) {
  .process .container header {
    font-size: 28px;
    line-height: 37px;
    margin: 0 0 40px; } }
@media screen and (min-width: 768px) {
  .quote .blockquote cite .image-holder {
    display: block;
    overflow: hidden;
    width: 137px;
    margin: 0 auto;
    border-radius: 50%; }

  .quote .blockquote cite .image-holder img {
    display: block; } }
@media (min-width: 1024px) {
  .email-form input[type='email'] {
    font-size: 30px;
    line-height: 34px; }

  .email-form input[type='submit'] {
    font-size: 30px;
    line-height: 34px; }

  .logo {
    width: 225px;
    margin: 0 0 35px;
    padding: 28px 5px 30px 5px; }

  #nav {
    font-size: 18px;
    line-height: 22px; }

  #footer {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 80px; }

  .social-networks {
    font-size: 33px;
    line-height: 37px;
    margin: 0 0 35px; }

  .social-networks li a {
    width: 37px;
    height: 37px; }

  .social-networks li a .icon {
    left: -37px; }

  .shape1 {
    bottom: -494px;
    width: 580px;
    height: 290px;
    margin: 0 0 0 -290px; }

  .shape1:before {
    top: -171px;
    border-right: 290px solid transparent;
    border-bottom: 171px solid rgba(255, 255, 255, 0.2);
    border-left: 290px solid transparent; }

  .shape1:after {
    bottom: -171px;
    border-top: 171px solid rgba(255, 255, 255, 0.2);
    border-right: 290px solid transparent;
    border-left: 290px solid transparent; }

  .shape2 {
    bottom: -654px;
    width: 865px;
    height: 520px;
    margin: 0 0 0 -433px; }

  .shape2:before {
    top: -225px;
    border-right: 434px solid transparent;
    border-bottom: 225px solid rgba(255, 255, 255, 0.2);
    border-left: 434px solid transparent; }

  .shape2:after {
    bottom: -225px;
    border-top: 225px solid rgba(255, 255, 255, 0.2);
    border-right: 434px solid transparent;
    border-left: 434px solid transparent; }

  .shape3 {
    bottom: -690px;
    width: 1111px;
    height: 640px;
    margin: 0 0 0 -555px; }

  .shape3:before {
    top: -315px;
    border-right: 555px solid transparent;
    border-bottom: 315px solid rgba(255, 255, 255, 0.2);
    border-left: 555px solid transparent; }

  .shape3:after {
    bottom: -315px;
    border-top: 315px solid rgba(255, 255, 255, 0.2);
    border-right: 555px solid transparent;
    border-left: 555px solid transparent; }

  .shape4 {
    bottom: -780px;
    width: 1380px;
    height: 810px;
    margin: 0 0 0 -690px; }

  .shape4:before {
    top: -390px;
    border-right: 690px solid transparent;
    border-bottom: 390px solid rgba(255, 255, 255, 0.2);
    border-left: 690px solid transparent; }

  .shape4:after {
    bottom: -390px;
    border-top: 390px solid rgba(255, 255, 255, 0.2);
    border-right: 690px solid transparent;
    border-left: 690px solid transparent; }

  .shape5 {
    display: none; }

  .caption {
    margin-top: 150px; }

  .btn {
    font-size: 24px; }

  h2 {
    font-size: 30px;
    line-height: 34px;
    margin: 0 0 25px;
    padding: 0 0 12px; }

  .updates {
    font-size: 30px;
    line-height: 36px;
    padding: 87px 10px 151px; }

  .txt-holder h3 {
    font-size: 59px;
    line-height: 67px;
    margin: 0 0 18px; }

  .more {
    font-size: 24px;
    line-height: 28px; }

  .process .container header {
    font-size: 42px;
    line-height: 48px;
    margin: 0 0 73px; }

  .step-holder .step {
    font-size: 30px;
    line-height: 34px;
    width: 240px; }

  .step-holder .step .text-holder {
    min-height: 133px; }

  .step-holder .step .time {
    width: 160px;
    margin: 0 auto 28px;
    padding: 19px 0 10px;
    border: 7px solid #363a3b; }

  .step-holder .step .time:before {
    left: -97px;
    width: 91px; }

  .step-holder .step .time .date {
    font-size: 70px;
    line-height: 74px; }

  .step-holder .step .time .day {
    font-size: 28px;
    line-height: 38px; }

  .step-holder .step .note {
    font-size: 39px;
    line-height: 44px; }

  .step-holder .step:last-child .time:before {
    left: -74px; }

  .schedule .container {
    padding-top: 84px;
    padding-bottom: 105px; }

  .schedule .container footer {
    font-size: 36px;
    line-height: 40px;
    margin: -22px 0 0; }

  .schedule h2 {
    margin: 0 37px 0 0; }

  .two-col {
    width: 105%;
    text-align: left; }

  .col {
    font-size: 24px;
    line-height: 30px;
    width: 43%;
    margin: -1px 5.5% 90px 0;
    padding: 32px 0 0; }

  .col h3 {
    font-size: 37px;
    line-height: 43px; }

  .txt-block {
    min-height: 140px;
    margin: 0 0 55px; }

  .quote .blockquote {
    font-size: 53px;
    line-height: 59px; }

  .quote .blockquote cite {
    font-size: 30px;
    line-height: 34px; }

  .quote .blockquote cite .gray-txt {
    margin: 0 0 23px; }

  .services .container {
    padding-top: 54px;
    padding-bottom: 34px; }

  .three-col .column {
    font-size: 24px;
    line-height: 32px;
    width: 28%; }

  .three-col .column h3 {
    font-size: 45px;
    line-height: 50px; }

  .article .text-block {
    font-size: 27px;
    line-height: 36px;
    float: left;
    width: 63%; }

  .article .text-block h3 {
    font-size: 45px;
    line-height: 48px; }

  .article .placeholder {
    padding: 14px 0 0; }

  .contact {
    font-size: 30px;
    line-height: 42px; }

  .contact ul li {
    margin: 0 0 40px;
    padding: 0 0 0 55px; }

  .contact ul li .icon-envelope {
    font-size: 24px;
    line-height: 28px; }

  .contact ul li .icon-file,
  .contact ul li .icon-telephone {
    font-size: 37px;
    line-height: 39px; }

  .team-container {
    padding-top: 60px;
    padding-bottom: 60px; }

  .team-name {
    font-size: 32px; }

  .team-description {
    min-height: 6em; } }
@media only screen and (min-width: 1025px) {
  a[href^=tel],
  a[href^=skype],
  a[href^=sms] {
    cursor: default;
    pointer-events: none; } }
@media (min-width: 1140px) {
  #footer {
    padding-bottom: 180px; }

  .step-holder {
    width: 108%;
    text-align: left; }

  .step-holder .step {
    margin: 0 50px 0 0; }

  .step-holder .step .time:before {
    left: -147px;
    width: 146px; }

  .step-holder .step:last-child .time:before {
    left: -147px;
    width: 138px; }

  .col h3 {
    font-size: 39px; }

  .services .container {
    padding-top: 54px;
    padding-bottom: 75px; }

  .three-col .column {
    font-size: 30px;
    line-height: 36px; } }
@media (min-width: 1200px) {
  .step-holder .step {
    margin: 0 63px 0 0; }

  .step-holder .step .time:before {
    left: -155px;
    width: 153px; }

  .step-holder .step:last-child .time:before {
    left: -152px;
    width: 142px; } }
@media (max-width: 767px) {
  .txt-holder {
    line-height: 21px; }

  .quote .blockquote cite .green-txt {
    font-size: 15px;
    line-height: 34px;
    display: inline-block;
    margin: 0 3px 0 0;
    vertical-align: middle; }

  .quote .blockquote cite .gray-txt {
    font-size: 15px;
    line-height: 34px;
    position: relative;
    display: inline-block;
    margin: 0 3px 0 0;
    vertical-align: middle; }

  .quote .blockquote cite .gray-txt:before {
    position: absolute;
    top: 11px;
    left: -7px;
    width: 2px;
    height: 11px;
    content: '';
    background: #363a3b; } }
@media (max-width: 375px) {
  #nav {
    font-size: 12px;
    line-height: 16px; }

  .shape4 {
    bottom: -130px; }

  .shape5 {
    bottom: -110px; }

  .mask {
    min-height: 30px; }

  h2 {
    font-size: 17px;
    line-height: 24px;
    margin: 0 0 15px; }

  .updates {
    padding: 78px 25px 61px; }

  .schedule .container {
    padding-right: 29px;
    padding-left: 28px; }

  .schedule h2 {
    padding: 0 0 10px; }

  .col h3 {
    font-size: 26px;
    line-height: 30px; }

  .quote.ad-quote .container {
    padding: 0 30px; }

  .two-cols h2 {
    font-weight: 500;
    margin: 0 0 13px;
    padding: 0 0 7px; }

  .article .text-block {
    font-size: 14px;
    line-height: 18px; }

  .contact {
    font-size: 14px;
    line-height: 18px; }

  .contact ul li .icon-envelope {
    font-size: 12px;
    line-height: 15px;
    padding: 2px 4px;
    border-radius: 5px; }

  .contact ul li .icon-file,
  .contact ul li .icon-telephone {
    margin: 0 8px 0 -27px; }

  .team-title {
    font-weight: 500;
    margin: 0 0 13px;
    padding: 0 0 7px; } }
@media (max-width: 374px) {
  .email-form input[type='email'] {
    font-size: 12px;
    line-height: 16px; }

  .email-form input[type='submit'] {
    font-size: 12px;
    line-height: 16px; }

  #nav ul li {
    margin: 0 5px; }

  .caption {
    font-size: 20px; }

  .caption h1 {
    font-size: 60px; }

  .caption p {
    margin: 0 0 35px; }

  .btn {
    font-size: 12px; }

  .col h3 {
    font-size: 20px; }

  .quote.ad-quote .container {
    padding: 0 20px; } }
@media (max-width: 373px) {
  h2 {
    font-size: 15px; }

  .contact ul li {
    padding: 0 0 0 25px; }

  .contact ul li .icon-envelope {
    margin: 0 3px 0 -27px; } }
button {
  border: none;
  padding: 0.6em 1.2em;
  background: #efc94c;
  color: #363a3b;
  font-size: 1em;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  margin: 3px 2px;
  border-radius: 2px; }

button:hover {
  background: #caad49; }

.md-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  max-width: 630px;
  min-width: 320px;
  height: auto;
  z-index: 2000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.md-show {
  visibility: visible; }

.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: #363a3b;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.md-show ~ .md-overlay {
  opacity: 1;
  visibility: visible; }

/* Content styles */
.md-content {
  color: #ffffff;
  background: #45b29d;
  position: relative;
  border-radius: 3px;
  margin: 0 auto; }

.md-content h3 {
  margin: 0;
  padding: 0.4em;
  text-align: center;
  font-size: 2.4em;
  font-weight: 300;
  opacity: 0.8;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px 3px 0 0; }

.md-content > div {
  padding: 15px 40px 30px;
  margin: 0;
  font-weight: 300;
  font-size: 1.15em; }

.md-content > div p {
  margin: 0;
  padding: 10px 0; }

.md-content > div ul {
  margin: 0;
  padding: 0 0 30px 20px; }

.md-content > div ul li {
  padding: 5px 0; }

.md-content button {
  display: block;
  margin: 0 auto;
  font-size: 0.8em; }

/* Effect 12:  Just me */
.md-effect-12 .md-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.md-show.md-effect-12 ~ .md-overlay {
  background: #363a3b; }

.md-effect-12 .md-content h3,
.md-effect-12 .md-content {
  background: transparent; }

.md-show.md-effect-12 .md-content {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1; }
