@charset "UTF-8";
/*!
Theme Name: Martha Beck - Martha Beck Theme
Description: A Wordpress theme developed by Alchemy + Aim.
Version: 1.0
Author: Alchemy + Aim
Author URI: http://www.alchemyandaim.com
*/
/* Responsive Breakpoints */
/* Colors */
/* Fonts */
/* Flex Grid Gutter Space */
/* Container Widths */
/* Flex Layout Padding */
/* Flex Layout Container Width */
a.cta-button {
  position: relative;
  margin: 25px auto 0;
  min-width: 222px;
  height: auto;
  padding: 10px 40px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  background: #c19c52;
  box-shadow: 0 8px 11px rgba(51, 50, 50, 0.08), 0 4px 7px rgba(51, 50, 50, 0.08);
  transition: all 0.2s linear; }
  a.cta-button.cta-button-purple {
    background: #846869; }

a.cta-button:hover {
  color: #fff;
  background: #deb563;
  box-shadow: 0 8px 18px rgba(51, 50, 50, 0.18), 0 4px 15px rgba(51, 50, 50, 0.08); }
  a.cta-button:hover.cta-button-purple {
    background: #9b758b; }

a.cta-button:focus {
  color: #fff; }

a.cta-button:before {
  content: '';
  display: block;
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  background: url(_static/images/down-arrow-black.svg) center no-repeat;
  background-size: contain;
  width: 20px;
  margin: 0 auto;
  height: 20px;
  transform: translateY(0px);
  transition: all 0.4s cubic-bezier(0.33, -0.5, 0.66, 2); }

a.cta-button:hover:before {
  transform: translateY(5px); }

.cta-before-button-text {
  font-size: 24px;
  font-weight: 300; }

.cta-button-row {
  margin: 35px 0 10px; }

.cta-before-button-text p:last-child {
  margin-bottom: 40px !important; }

.cta-after-button-text p:last-child {
  margin-bottom: 0; }

#header-cta .inner {
  padding: 1px 0; }

@media (max-width: 768px) {
  .layout-section .cta-shortcode {
    margin-top: 35px; } }

@media (min-width: 769px) {
  .sc-full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw; }
    .sc-full-width img {
      width: 100%;
      height: auto; } }

@media (max-width: 768px) {
  .sc-full-width {
    margin: 0 -20px; } }

@media (max-width: 576px) {
  .sc-full-width {
    margin: 0 -10px; } }

@media (min-width: 769px) {
  .sc-screen img {
    margin: 30px 0; } }

@media (min-width: 769px) {
  .sc-screen.sc-type-mobile {
    display: none; } }

@media (max-width: 768px) {
  .sc-screen.sc-type-desktop {
    display: none !important; } }

.swoosh {
  min-width: 230px;
  position: relative;
  display: inline-block;
  margin: 1em 0; }

h1 .swoosh,
h2 .swoosh,
h3 .swoosh,
h4 .swoosh,
h5 .swoosh,
h6 .swoosh {
  margin: 0; }

p > .swoosh {
  margin: 0; }

.swoosh:before {
  min-width: 180px;
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  left: 50%;
  width: 100%;
  box-sizing: content-box;
  transform: translateX(-50%);
  background-image: url(_static/images/swoosh-normal-purple.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

.swoosh.-type-large:before {
  top: -20px;
  bottom: -20px;
  padding-left: 52px;
  padding-right: 123px;
  margin-left: 35px; }

.swoosh.-type-wide:before {
  top: -18px;
  bottom: -18px;
  padding-left: 50px;
  padding-right: 120px;
  margin-left: 35px; }

.swoosh.-type-normal:before {
  top: -18px;
  bottom: -18px;
  padding-left: 30px;
  padding-right: 50px;
  margin-left: 10px; }

.swoosh.-type-hr {
  min-width: 280px; }
  .swoosh.-type-hr:before {
    min-width: 280px;
    top: -50px;
    bottom: -18px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0; }

.swoosh.-type-thin:before {
  top: 9px;
  bottom: 9px;
  padding-left: 0;
  padding-right: 0; }

.swoosh.-type-large.-color-purple:before {
  background-image: url(_static/images/swoosh-large-purple.png); }

.swoosh.-type-large.-color-blue:before {
  background-image: url(_static/images/swoosh-large-blue.png); }

.swoosh.-type-large.-color-yellow:before {
  background-image: url(_static/images/swoosh-large-yellow.png); }

.swoosh.-type-large.-color-brown:before {
  background-image: url(_static/images/swoosh-large-brown.png); }

.swoosh.-type-wide.-color-purple:before {
  background-image: url(_static/images/swoosh-wide-purple.png); }

.swoosh.-type-wide.-color-blue:before {
  background-image: url(_static/images/swoosh-wide-blue.png); }

.swoosh.-type-wide.-color-yellow:before {
  background-image: url(_static/images/swoosh-wide-yellow.png); }

.swoosh.-type-wide.-color-brown:before {
  background-image: url(_static/images/swoosh-wide-brown.png); }

.swoosh.-type-hr.-color-purple:before {
  background-image: url(_static/images/swoosh-hr-purple.png); }

.swoosh.-type-hr.-color-blue:before {
  background-image: url(_static/images/swoosh-hr-blue.png); }

.swoosh.-type-hr.-color-yellow:before {
  background-image: url(_static/images/swoosh-hr-yellow.png); }

.swoosh.-type-hr.-color-brown:before {
  background-image: url(_static/images/swoosh-hr-brown.png); }

.swoosh.-type-normal.-color-purple:before {
  background-image: url(_static/images/swoosh-normal-purple.png); }

.swoosh.-type-normal.-color-blue:before {
  background-image: url(_static/images/swoosh-normal-blue.png); }

.swoosh.-type-normal.-color-yellow:before {
  background-image: url(_static/images/swoosh-normal-yellow.png); }

.swoosh.-type-normal.-color-brown:before {
  background-image: url(_static/images/swoosh-normal-brown.png); }

.swoosh.-type-thin.-color-purple:before {
  background-image: url(_static/images/swoosh-thin-purple.png); }

.swoosh.-type-thin.-color-blue:before {
  background-image: url(_static/images/swoosh-thin-blue.png); }

.swoosh.-type-thin.-color-yellow:before {
  background-image: url(_static/images/swoosh-thin-yellow.png); }

.swoosh.-type-thin.-color-brown:before {
  background-image: url(_static/images/swoosh-thin-brown.png); }

.swoosh .swoosh-text {
  display: inline-block;
  position: relative;
  z-index: 2; }

@media (max-width: 992px) {
  .swoosh.-with-text:before {
    background-size: 100% 100%;
    top: -3px !important;
    bottom: -3px !important;
    padding: 0 40px !important;
    margin: 0 !important; }
  .swoosh.-type-large.-with-text:before {
    margin-left: 30px !important; } }

/* ------------------------
-----   Accordions   -----
------------------------------*/
.accordions {
  margin-bottom: 50px; }

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  outline: none;
  transition: 0.4s;
  margin-bottom: 10px;
  text-align: left;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  font-family: "proxima-nova"; }

.active, .accordion:hover {
  background-color: #ccc; }

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px; }

.active:after {
  content: "\2212"; }

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out; }
  .panel p {
    margin-top: 20px; }

/* Core element styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
img {
  max-width: 100%;
  max-height: 100%;
  height: auto; }

img.aligncenter {
  display: block;
  margin: 0 auto 10px;
  max-width: 100%;
  height: auto; }

img.alignright {
  display: inline-block;
  padding-left: 1.6%;
  float: right;
  max-width: 100%;
  height: auto; }
  @media (max-width: 575px) {
    img.alignright {
      float: none;
      padding-left: 0;
      display: block;
      margin: 0 auto; } }
img.alignleft {
  display: inline-block;
  padding-right: 1.6%;
  float: left;
  max-width: 100%;
  height: auto; }
  @media (max-width: 575px) {
    img.alignleft {
      float: none;
      padding-right: 0;
      display: block;
      margin: 0 auto; } }
hr {
  margin: 4.5% auto;
  border-width: 0;
  border-top: 1px solid #2f6868; }

.desktop-only {
  display: block; }
  @media (max-width: 575px) {
    .desktop-only {
      display: none; } }
.mobile-only {
  display: none; }
  @media (max-width: 575px) {
    .mobile-only {
      display: block; } }
/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.entry ul {
  list-style-position: outside;
  padding-left: 1em !important; }

ul {
  list-style: disc inside; }

ol {
  list-style: decimal inside; }

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

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 2% 0 2% 4.5%;
  font-size: 100%; }

li {
  margin-bottom: 2%; }

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

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

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

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 2%; }

input,
textarea,
select,
fieldset {
  margin-bottom: 3.5%; }

pre,
blockquote,
dl,
figure,
table,
ul,
ol,
form {
  margin-bottom: 5%; }

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  margin: 0 5px;
  padding: 2px 10px;
  font-size: 90%;
  white-space: nowrap;
  background: #f6f6f6;
  border: 1px solid #e1e1e1;
  border-radius: 4px; }

pre > code {
  display: block;
  padding: 5px 15px;
  white-space: pre; }

html {
  outline: none !important;
  /* Adjust font size */
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  /* Font varient */
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  /* Smoothing */
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px; }

body {
  line-height: 26px;
  color: #141413;
  letter-spacing: .007em;
  font-size: 19px;
  font-weight: 400;
  font-family: "proxima-nova"; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  margin: 0 0 20px;
  color: #141413;
  text-transform: uppercase;
  font-family: "proxima-nova";
  font-weight: 400; }

h1 {
  font-size: 40px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 30px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 15px; }

p {
  margin: 0 auto 25px; }

span.color-black {
  color: #000; }

span.color-white {
  color: #fff; }

span.color-gray {
  color: #7c7c7c; }

span.color-ltblue {
  color: #84b7c4; }

span.color-tan {
  color: #ece9e8; }

span.color-turq {
  color: #4bc0b7; }

span.color-dkturq {
  color: #2f6868; }

span.color-gold {
  color: #ac9455; }

span.drop-cap {
  color: #141413;
  padding-top: 6px;
  float: left;
  font-family: "proxima-nova";
  font-size: 50px;
  font-weight: 300;
  line-height: .70; }

span.drop-cap-serif {
  color: #ac9455;
  float: left;
  font-family: "proxima-nova";
  font-weight: 400;
  font-size: 60px;
  line-height: 58px;
  padding: 0 8px 0 0;
  margin-bottom: -.5em; }
  @media (max-width: 1199px) {
    span.drop-cap-serif {
      font-size: 50px;
      line-height: 48px;
      padding: 0 8px 5px 0; } }
  @media (max-width: 575px) {
    span.drop-cap-serif {
      font-size: 40px;
      line-height: 38px;
      padding: 0 8px 8px 0; } }
span.font-proxima {
  font-family: "proxima-nova"; }

span.font-bembo {
  font-family: "proxima-nova"; }

/*span.letter_spacing-25{
	letter-spacing: .025em;
}
span.letter_spacing-40{
	letter-spacing: .04em;
}
span.letter_spacing-60{
	letter-spacing: .06em;
}
span.letter_spacing-100{
	letter-spacing: .100em;
}
span.letter_spacing-120{
	letter-spacing: .120em;
}
span.letter_spacing-190{
	letter-spacing: .190em;
}
span.letter_spacing-200{
	letter-spacing: .200em;
}

span.letter_spacing-280{
	letter-spacing: .280em;
}*/
span.letter_spacing-25, span.letter_spacing-40, span.letter_spacing-60, span.letter_spacing-60, span.letter_spacing-100, span.letter_spacing-120, span.letter_spacing-190, span.letter_spacing-200, span.letter_spacing-280 {
  letter-spacing: .007em; }

span.callout-txt {
  line-height: 40px;
  color: #ac9455;
  max-width: 500px;
  margin: 30px auto;
  text-align: center;
  display: inline-block;
  font-size: 32px;
  font-weight: 600;
  font-family: "proxima-nova";
  font-style: italic; }

span.fb-callout {
  width: 100%;
  display: inline-block;
  padding: 5px;
  text-align: center;
  background-color: #eeeaea;
  text-transform: uppercase;
  margin: 25px auto;
  font-size: 13px;
  font-weight: 600; }

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #2f6868; }

a:hover {
  color: #4bc0b7; }

/* Colors for Visual Editor (_includes/functions/editor.php)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.color-black {
  color: #000000; }

.color-white {
  color: #ffffff; }

/* Weights for Visual Editor (_includes/functions/editor.php)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.weight-light {
  font-weight: 300; }

.weight-regular {
  font-weight: 400; }

.weight-medium {
  font-weight: 500; }

.weight-semi {
  font-weight: 600; }

.weight-bold, strong {
  font-weight: 700; }

.weight-black {
  font-weight: 900; }

/* Underline for Visual Editor (_includes/functions/editor.php)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.text-underline {
  text-decoration: underline; }

/*-----------------------------------------------------------------------------------*/
/*  GENERIC
/*-----------------------------------------------------------------------------------*/
#outer-wrapper {
  overflow: hidden; }

.content-area {
  float: left;
  width: 62%;
  margin-bottom: 25px;
  word-wrap: break-word; }

.aside {
  float: right;
  width: 32.2%;
  margin-right: 10px;
  word-wrap: break-word; }

@media (max-width: 768px) {
  .content-area {
    float: none;
    width: 100%; }
  .aside {
    float: none;
    width: 98%;
    margin-top: 50px; } }

.container {
  max-width: 960px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 20px; }
  @media (min-width: 1200px) {
    .container {
      max-width: 1215px; } }
  @media (max-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (max-width: 576px) {
    .container {
      max-width: 960px; } }
/*-----------------------------------------------------------------------------------*/
/*  FLEX GRID
/*-----------------------------------------------------------------------------------*/
.grid,
.grid-mobile {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }

.grid .cell,
.grid-mobile .cell {
  flex: 1; }

@media (min-width: 769px) {
  .grid {
    display: flex; }
  .grid.grid-12-col .cell {
    flex: 0 0 calc( 8.33% - 32.0845px); }
    .grid.grid-12-col .cell.span-1 {
      flex: 0 0 calc( 10% - 31.5px); }
    .grid.grid-12-col .cell.span-2 {
      flex: 0 0 calc( 16.6% - 29.19px); }
    .grid.grid-12-col .cell.span-3 {
      flex: 0 0 calc( 25% - 26.25px); }
    .grid.grid-12-col .cell.span-4 {
      flex: 0 0 calc( 33.3% - 23.345px); }
    .grid.grid-12-col .cell.span-5 {
      flex: 0 0 calc( 41.6% - 20.44px); }
    .grid.grid-12-col .cell.span-6 {
      flex: 0 0 calc( 50% - 17.5px); }
    .grid.grid-12-col .cell.span-7 {
      flex: 0 0 calc( 58.3% - 14.595px); }
    .grid.grid-12-col .cell.span-8 {
      flex: 0 0 calc( 66.6% - 11.69px); }
    .grid.grid-12-col .cell.span-9 {
      flex: 0 0 calc( 75% - 8.75px); }
    .grid.grid-12-col .cell.span-10 {
      flex: 0 0 calc( 83.3% - 5.845px); }
    .grid.grid-12-col .cell.span-11 {
      flex: 0 0 calc( 90% - 3.5px); }
    .grid.grid-12-col .cell.span-12 {
      flex: 0 0 100%; }
  .grid.grid-2-col .cell {
    flex: 0 0 calc( 50% - 17.5px); }
    .grid.grid-2-col .cell.span-2 {
      flex: 0 0 100%; }
  .grid.grid-3-col .cell {
    flex: 0 0 calc( 33.33% - 23.3345px); }
    .grid.grid-3-col .cell.span-2 {
      flex: 0 0 calc( 66.66% - 11.669px); }
    .grid.grid-3-col .cell.span-3 {
      flex: 0 0 100%; }
  .grid.grid-4-col .cell {
    flex: 0 0 calc( 25% - 26.25px); }
    .grid.grid-4-col .cell.span-2 {
      flex: 0 0 calc( 50% - 17.5px); }
    .grid.grid-4-col .cell.span-3 {
      flex: 0 0 calc( 75% - 8.75px); }
    .grid.grid-4-col .cell.span-4 {
      flex: 0 0 100%; }
  .grid.grid-5-col .cell {
    flex: 0 0 calc( 20% - 28px); }
    .grid.grid-5-col .cell.span-2 {
      flex: 0 0 calc( 40% - 21px); }
    .grid.grid-5-col .cell.span-3 {
      flex: 0 0 calc( 60% - 14px); }
    .grid.grid-5-col .cell.span-4 {
      flex: 0 0 calc( 80% - 7px); }
    .grid.grid-5-col .cell.span-5 {
      flex: 0 0 100%; }
  .grid.grid-6-col .cell {
    flex: 0 0 calc( 16.66% - 29.169px); }
    .grid.grid-6-col .cell.span-2 {
      flex: 0 0 calc( 40% - 21px); }
    .grid.grid-6-col .cell.span-3 {
      flex: 0 0 calc( 60% - 14px); }
    .grid.grid-6-col .cell.span-4 {
      flex: 0 0 calc( 80% - 7px); }
    .grid.grid-6-col .cell.span-5 {
      flex: 0 0 calc( 100% - 0px); }
    .grid.grid-6-col .cell.span-6 {
      flex: 0 0 100%; } }

@media (max-width: 768px) {
  .grid-mobile {
    display: flex; }
  .grid-mobile.grid-mobile-2-col .cell {
    flex: 0 0 calc( 50% - 17.5px); }
    .grid-mobile.grid-mobile-2-col .cell.span-2 {
      flex: 0 0 100%; }
  .grid-mobile.grid-mobile-3-col .cell {
    flex: 0 0 calc( 33.33% - 23.3345px); }
    .grid-mobile.grid-mobile-3-col .cell.span-2 {
      flex: 0 0 calc( 66.66% - 11.669px); }
    .grid-mobile.grid-mobile-3-col .cell.span-3 {
      flex: 0 0 100%; }
  .grid-mobile.grid-mobile-4-col .cell {
    flex: 0 0 calc( 25% - 26.25px); }
    .grid-mobile.grid-mobile-4-col .cell.span-2 {
      flex: 0 0 calc( 50% - 17.5px); }
    .grid-mobile.grid-mobile-4-col .cell.span-3 {
      flex: 0 0 calc( 75% - 8.75px); }
    .grid-mobile.grid-mobile-4-col .cell.span-4 {
      flex: 0 0 100%; }
  .grid-mobile.grid-mobile-5-col .cell {
    flex: 0 0 calc( 20% - 28px); }
    .grid-mobile.grid-mobile-5-col .cell.span-2 {
      flex: 0 0 calc( 40% - 21px); }
    .grid-mobile.grid-mobile-5-col .cell.span-3 {
      flex: 0 0 calc( 60% - 14px); }
    .grid-mobile.grid-mobile-5-col .cell.span-4 {
      flex: 0 0 calc( 80% - 7px); }
    .grid-mobile.grid-mobile-5-col .cell.span-5 {
      flex: 0 0 100%; }
  .grid-mobile.grid-mobile-6-col .cell {
    flex: 0 0 calc( 16.66% - 29.169px); }
    .grid-mobile.grid-mobile-6-col .cell.span-2 {
      flex: 0 0 calc( 40% - 21px); }
    .grid-mobile.grid-mobile-6-col .cell.span-3 {
      flex: 0 0 calc( 60% - 14px); }
    .grid-mobile.grid-mobile-6-col .cell.span-4 {
      flex: 0 0 calc( 80% - 7px); }
    .grid-mobile.grid-mobile-6-col .cell.span-5 {
      flex: 0 0 calc( 100% - 0px); }
    .grid-mobile.grid-mobile-6-col .cell.span-6 {
      flex: 0 0 100%; } }

/*-----------------------------------------------------------------------------------*/
/*  FLEXIBLE LAYOUT
/*-----------------------------------------------------------------------------------*/
/* Background Images: Cover and center */
.layout-section.background_style-image .cls-background,
.layout-section.background_style-image .cls-background .cls-mobile-background {
  background-size: cover;
  background-position: center; }

.layout-section.text_style-light-text h1, .layout-section.text_style-light-text h2, .layout-section.text_style-light-text h3, .layout-section.text_style-light-text h4, .layout-section.text_style-light-text h5, .layout-section.text_style-light-text h6, .layout-section.text_style-light-text p, .layout-section.text_style-light-text ul {
  color: #fff; }

/* Section Padding */
.layout-section.padding-small .cls-background {
  padding-top: 25px;
  padding-bottom: 25px; }

.layout-section.padding-medium .cls-background {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (max-width: 767px) {
    .layout-section.padding-medium .cls-background {
      padding-top: 25px;
      padding-bottom: 25px; } }
.layout-section.padding-large .cls-background {
  padding-top: 100px;
  padding-bottom: 100px; }
  @media (max-width: 991px) {
    .layout-section.padding-large .cls-background {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (max-width: 767px) {
    .layout-section.padding-large .cls-background {
      padding-top: 25px;
      padding-bottom: 25px; } }
/* Container Width */
.layout-section.container-small .container {
  max-width: 960px; }

.layout-section.container-full .container {
  max-width: 100%; }

.img-above-gradient {
  position: relative; }
  .img-above-gradient .cls-image-above-gradient {
    width: 100%;
    padding-top: 30%;
    position: absolute;
    top: 0;
    background-size: cover;
    background-position: center; }
  .img-above-gradient .cls-background {
    padding-top: 33% !important; }

/* Background images: Replace background for mobile */
@media (min-width: 961px) {
  .layout-section.background_style-image .cls-background.background_mobile-mobile-image-background .cls-mobile-background {
    background-image: none !important; } }

@media (max-width: 960px) {
  .layout-section.background_style-image .cls-background.background_mobile-mobile-image-background {
    background-image: none !important; } }

/* Background images: Remove background and add a new image below for mobile */
@media (min-width: 767px) {
  .layout-section.background_style-image .cls-background.background_mobile-mobile-image-after .cls-mobile-image, .layout-section.background_style-image .cls-background.background_mobile-mobile-image-before .cls-mobile-image {
    display: none !important; } }

@media (max-width: 767px) {
  .layout-section.background_style-image .cls-background.background_mobile-mobile-image-after .cls-mobile-image, .layout-section.background_style-image .cls-background.background_mobile-mobile-image-before .cls-mobile-image {
    margin-top: 0em; }
  .layout-section.background_style-image .cls-background.background_mobile-mobile-image-after, .layout-section.background_style-image .cls-background.background_mobile-mobile-image-before {
    background-image: none !important; }
  /* Fix light text against no background */
  .layout-section.background_style-image.text_style-light-text .cls-background.background_mobile-mobile-image-after, .layout-section.background_style-image.text_style-light-text .cls-background.background_mobile-mobile-image-before {
    color: #000; } }

/*-----------------------------------------------------------------------------------*/
/*  FORMS AND FIELDS
/*-----------------------------------------------------------------------------------*/
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  font-size: 16px;
  line-height: 20px;
  padding: 12px 12px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: 0; }
  input[type="email"]:-webkit-autofill,
  input[type="number"]:-webkit-autofill,
  input[type="search"]:-webkit-autofill,
  input[type="text"]:-webkit-autofill,
  input[type="tel"]:-webkit-autofill,
  input[type="url"]:-webkit-autofill,
  input[type="password"]:-webkit-autofill,
  textarea:-webkit-autofill,
  select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #fff inset; }
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="text"]:focus,
  input[type="tel"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  textarea:focus,
  select:focus {
    -webkit-box-shadow: 0 0 0 30px #fff inset; }

textarea {
  min-height: 84px; }

select:not([multiple]) {
  padding-right: 26px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZwogICAgICAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgICAgICB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIKICAgICAgICB3aWR0aD0iNjBweCIgaGVpZ2h0PSI0MHB4Ij4KICAgIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgIGZpbGw9InJnYigxNjEsIDE2MSwgMTYxKSIKICAgICAgICAgIGQ9Ik0wLjAwMCwwLjAwMCBMNjAuMDAwLDAuMDAwIEwzMC4wMDAsNDAuMDAwIEwwLjAwMCwwLjAwMCBaIi8+Cjwvc3ZnPg==);
  background-position: 97% 50%;
  background-repeat: no-repeat;
  background-size: 10px; }
  select:not([multiple]):-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000; }
  select:not([multiple]) option:not(:checked) {
    color: #000000; }

label,
legend {
  display: block;
  margin-bottom: 10px;
  font-weight: 600; }

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

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

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

::placeholder {
  opacity: 0.5;
  color: #141413; }

:focus::placeholder {
  opacity: 0.15;
  color: #141413; }

form br {
  display: none; }

/*-----------------------------------------------------------------------------------*/
/*  BUTTONS
/*-----------------------------------------------------------------------------------*/
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #141413;
  line-height: 38px;
  white-space: nowrap;
  background-color: transparent;
  border: 1px solid #141413;
  cursor: pointer;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 0; }
  .button:hover,
  button:hover,
  input[type="submit"]:hover,
  input[type="reset"]:hover,
  input[type="button"]:hover {
    color: #fff;
    background-color: #4bc0b7;
    border-color: #4bc0b7; }
  .button:focus,
  button:focus,
  input[type="submit"]:focus,
  input[type="reset"]:focus,
  input[type="button"]:focus {
    color: #fff;
    background-color: #4bc0b7;
    border-color: #4bc0b7;
    outline: 0; }

.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #fff;
  background-color: #4bc0b7;
  border-color: #4bc0b7; }
  .button.button-primary:hover,
  button.button-primary:hover,
  input[type="submit"].button-primary:hover,
  input[type="reset"].button-primary:hover,
  input[type="button"].button-primary:hover {
    color: #fff;
    background-color: #2f6868;
    border-color: #2f6868; }
  .button.button-primary:focus,
  button.button-primary:focus,
  input[type="submit"].button-primary:focus,
  input[type="reset"].button-primary:focus,
  input[type="button"].button-primary:focus {
    color: #fff;
    background-color: #2f6868;
    border-color: #2f6868; }

/*-----------------------------------------------------------------------------------*/
/*  HEADER
/*-----------------------------------------------------------------------------------*/
#header-wrapper {
  width: 100%;
  background-color: #fff;
  padding: 35px 0 15px;
  box-shadow: 0px 7px 13.8px 1.2px rgba(0, 0, 0, 0.24);
  margin-bottom: 50px;
  position: relative;
  z-index: 3; }
  @media (max-width: 575px) {
    #header-wrapper {
      padding: 15px 0; } }
  #header-wrapper .container {
    max-width: 1060px;
    position: relative; }

#main-header.myfixed #header-wrapper {
  padding: 17px 0 15px; }

.logo {
  height: auto;
  width: 325px;
  max-width: 75% !important;
  float: left; }

#search-trigger {
  position: absolute;
  right: 6%;
  top: .25em; }
  #search-trigger .search {
    cursor: pointer;
    height: 27px;
    width: 28px;
    background-image: url(_static/images/search-icon.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
    @media (max-width: 767px) {
      #search-trigger .search {
        height: 23px;
        width: 24px; } }
    @media (max-width: 575px) {
      #search-trigger .search {
        display: none; } }
.searchmain {
  background: #ece9e8;
  height: 0px;
  overflow: hidden;
  margin-bottom: 0;
  transition: height 400ms ease;
  position: relative;
  bottom: -1em; }
  .searchmain input {
    border: 0px !important;
    margin-bottom: 0;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    font-family: "proxima-nova";
    padding-top: 12px;
    background: #ece9e8;
    display: table;
    width: 100%;
    border: none; }
    .searchmain input:focus {
      -webkit-box-shadow: 0 0 0 0 #fff inset; }

.searchmain.showthis {
  width: 100%;
  height: 45px !important;
  transition: height 400ms ease; }

.wpmenucartli {
  position: absolute !important;
  right: -1em;
  top: 0; }
  .wpmenucartli a {
    color: #777778 !important;
    font-size: 28px !important; }
    .wpmenucartli a .cartcontents {
      background-color: #4bc0b7;
      border-radius: 50%;
      width: 15px;
      height: 15px;
      line-height: 15px;
      text-align: center;
      position: relative;
      top: -15px;
      right: 5px;
      color: #fff;
      font-size: 12px !important; }

/*-----------------------------------------------------------------------------------*/
/*  NAVIGATION
/*-----------------------------------------------------------------------------------*/
#linkbar .nav-menu {
  float: right;
  margin-right: 5%; }

#linkbar a {
  padding: 0;
  color: #141413;
  font-size: 12px;
  font-family: "proxima-nova";
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease; }
  #linkbar a:hover {
    color: #2f6868; }

@media (max-width: 768px) {
  #linkbar nav {
    display: none; } }

#linkbar .button {
  height: 38px;
  padding: 8px 28px;
  margin: 0 90px 0 0;
  border-color: #84b7c4; }
  #linkbar .button:hover {
    border-color: #4bc0b7;
    background-color: #4bc0b7; }
  #linkbar .button:hover a {
    color: #fff; }
  #linkbar .button a {
    color: #2f6868; }

#linkbar ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none; }
  #linkbar ul li {
    display: inline;
    margin: 0px;
    padding: 0 20px;
    position: relative; }
    #linkbar ul li:hover ul {
      display: block; }
    #linkbar ul li ul {
      display: none; }
      #linkbar ul li ul li {
        display: block;
        margin: 20px 0; }

#linkbar .current-menu-item a {
  color: #2f6868 !important;
  font-weight: 400; }

/*   NAV SUB MENUS
==========*/
.nav-menu li.menu-item-has-children > a {
  position: relative; }

.nav-menu li.menu-item-has-children > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -18px;
  margin-top: -2px;
  border: 4px solid transparent;
  border-bottom-width: 0;
  border-top-color: #141413;
  transition: transform 0.2s ease; }

.nav-menu li.menu-item-has-children:hover > a:after {
  transform: rotateZ(180deg); }

.nav-menu li.menu-item-has-children .sub-menu {
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  padding: 0 20px 20px;
  min-width: 150px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  margin: -5px 0 0;
  background: #fff;
  transform: translateX(-50%);
  animation: submenuHide 0.5s ease;
  animation-fill-mode: forwards; }

.nav-menu li.menu-item-has-children:hover .sub-menu {
  z-index: 5;
  opacity: 1;
  visibility: visible;
  animation: submenuShow 0.5s ease;
  animation-fill-mode: backwards; }

@keyframes submenuShow {
  0% {
    z-index: -1;
    visibility: hidden;
    opacity: 0; }
  1% {
    z-index: 5;
    visibility: visible; }
  25% {
    opacity: 1; }
  100% {
    z-index: 5;
    opacity: 1;
    visibility: visible; } }

@keyframes submenuHide {
  0% {
    z-index: 5;
    opacity: 1;
    visibility: visible; }
  99% {
    z-index: 5;
    opacity: 1;
    visibility: visible; }
  100% {
    z-index: -1;
    opacity: 0;
    visibility: hidden; } }

.nav-menu li.menu-item-has-children .sub-menu li {
  display: block;
  margin: 0;
  padding: 0; }

/* -------------------------------- 
			Mobile Nav 
-------------------------------- */
#slideout-menu {
  position: fixed;
  padding: 125px 50px 60px 80px;
  min-width: 575px;
  top: 0;
  right: -700px;
  z-index: 99999999;
  max-height: calc(100vh - 100px);
  overflow-y: scroll;
  box-shadow: 0px 7px 13.8px 1.2px rgba(0, 0, 0, 0.24);
  background-image: url(_static/images/side-menu-bg.png);
  background-size: cover; }
  @media (max-width: 767px) {
    #slideout-menu {
      max-height: 100vh;
      padding: 50px;
      min-width: 100%; } }
  @media (max-width: 575px) {
    #slideout-menu {
      height: 100vh;
      padding: 100px 50px 50px; } }
  #slideout-menu a {
    color: #141413;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none; }
    @media (max-width: 767px) {
      #slideout-menu a {
        font-size: 16px; } }
    #slideout-menu a:hover {
      text-decoration: none;
      color: #4bc0b7; }
  #slideout-menu .side-logo {
    max-width: 75px;
    display: inline-block;
    margin: 10px 25px 0 0;
    vertical-align: middle; }
  #slideout-menu .widget.social {
    display: inline-block;
    position: relative;
    top: 15px; }
    #slideout-menu .widget.social .social-links a {
      color: #4bc0b7; }
      #slideout-menu .widget.social .social-links a:hover {
        color: #2f6868; }
    #slideout-menu .widget.social .social-links svg {
      margin: 2px;
      font-size: 26px; }
  #slideout-menu #nav-close {
    position: absolute;
    top: 3.5%;
    right: 30px;
    height: 20px;
    width: 20px; }
  #slideout-menu .close-lines1, #slideout-menu .close-lines2 {
    width: 20px;
    display: block;
    background-color: #141413;
    height: 1px;
    position: relative;
    transition: transform 300ms ease;
    transition-delay: 400ms; }
  #slideout-menu .close-lines1 {
    top: 8px;
    transform: rotate(-180deg); }
  #slideout-menu .close-lines2 {
    top: 6px; }
  #slideout-menu .menu-item-has-children > a:after {
    position: relative; }
  @media (max-width: 767px) {
    #slideout-menu .logo-social {
      text-align: center; } }
  #slideout-menu ul {
    text-align: left;
    list-style: none;
    margin: 0; }
    @media (max-width: 767px) {
      #slideout-menu ul {
        text-align: center; } }
    #slideout-menu ul .search-trigger {
      padding: 0; }
      #slideout-menu ul .search-trigger a {
        font-size: 0; }
      #slideout-menu ul .search-trigger:before {
        content: '';
        display: inline-block;
        height: 29px;
        width: 31px;
        background-image: url(_static/images/search-icon.png);
        background-size: contain;
        background-position: center; }
    #slideout-menu ul li {
      margin-bottom: 2em;
      position: relative; }
      @media (max-width: 767px) {
        #slideout-menu ul li {
          margin-bottom: 1em; } }
      #slideout-menu ul li #submenu-link:after {
        content: "";
        display: block;
        position: absolute;
        top: 15px;
        right: -18px;
        margin-top: -2px;
        border: 4px solid transparent;
        border-bottom-width: 0;
        border-top-color: #fff;
        transition: transform 0.2s ease;
        background-image: url(data:image/svg+xml;base64,PHN2ZwogICAgICAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgICAgICB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIKICAgICAgICB3aWR0aD0iNjBweCIgaGVpZ2h0PSI0MHB4Ij4KICAgIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgIGZpbGw9InJnYigxNjEsIDE2MSwgMTYxKSIKICAgICAgICAgIGQ9Ik0wLjAwMCwwLjAwMCBMNjAuMDAwLDAuMDAwIEwzMC4wMDAsNDAuMDAwIEwwLjAwMCwwLjAwMCBaIi8+Cjwvc3ZnPg==);
        background-position: 97% 50%;
        background-repeat: no-repeat;
        background-size: 10px; }
  #slideout-menu ul.sub-menu {
    display: none;
    margin: 2em 0; }
  #slideout-menu .widget {
    border-bottom: 0;
    text-align: right; }
    #slideout-menu .widget .social-links i, #slideout-menu .widget .social-links svg {
      font-size: 16px;
      margin-left: 20px; }

#slideout-menu.open .close-lines1 {
  transform: rotate(45deg); }

#slideout-menu.open .close-lines2 {
  transform: rotate(-45deg); }

a#slideout-trigger {
  width: 34px;
  height: 20px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 1em;
  margin-right: 10%; }
  @media (max-width: 991px) {
    a#slideout-trigger {
      margin-right: 12%; } }
  @media (max-width: 575px) {
    a#slideout-trigger {
      margin-right: 20px;
      top: .5em; } }
#slideout-bar {
  width: 34px;
  height: 1px;
  top: 6px;
  position: relative;
  background-color: #7c7c7c; }
  #slideout-bar:before, #slideout-bar:after {
    content: "";
    display: block;
    width: 34px;
    height: 1px;
    position: relative;
    background-color: #7c7c7c; }
  #slideout-bar:before {
    bottom: 7px; }
  #slideout-bar:after {
    top: 6px; }

/* -------------------------------- 
			Breadcrumbs 
-------------------------------- */
#breadcrumbs {
  list-style: none;
  margin: 10px 0;
  overflow: hidden; }
  #breadcrumbs li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px; }
    #breadcrumbs li a {
      text-decoration: none; }
      #breadcrumbs li a:hover {
        color: #fff; }
  #breadcrumbs .separator {
    font-size: 18px;
    font-weight: 100;
    color: #ccc; }

/*-----------------------------------------------------------------------------------*/
/*  FOOTER
/*-----------------------------------------------------------------------------------*/
.footer-top {
  box-sizing: border-box;
  padding: 55px 0;
  text-align: center;
  position: relative; }
  @media (max-width: 991px) {
    .footer-top {
      padding: 25px 0; } }
  .footer-top img {
    max-width: 240px; }
  .footer-top .footer-btn ul {
    margin: 40px 0 0; }
    .footer-top .footer-btn ul li.wpmenucartli {
      display: none; }
    .footer-top .footer-btn ul .button {
      border-color: #84b7c4; }
      .footer-top .footer-btn ul .button:hover {
        border-color: #4bc0b7;
        background-color: #4bc0b7; }
      .footer-top .footer-btn ul .button:hover a {
        color: #fff; }
      .footer-top .footer-btn ul .button a {
        color: #2f6868;
        text-decoration: none; }
  @media (max-width: 991px) {
    .footer-top .footer-nav {
      display: none; } }
  .footer-top .footer-nav ul {
    list-style: none;
    margin-bottom: 0; }
    .footer-top .footer-nav ul .search-trigger {
      padding: 0 0 0 10px; }
      .footer-top .footer-nav ul .search-trigger a {
        font-size: 0; }
      .footer-top .footer-nav ul .search-trigger:before {
        content: '';
        display: inline-block;
        height: 28px;
        width: 29px;
        cursor: pointer;
        position: relative;
        top: 5px;
        background-image: url(_static/images/search-icon.png);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat; }
    .footer-top .footer-nav ul li {
      display: inline-block;
      padding: 0 15px;
      margin-bottom: 0; }
      @media (max-width: 1199px) {
        .footer-top .footer-nav ul li {
          padding: 0 10px; } }
      .footer-top .footer-nav ul li a {
        text-transform: uppercase;
        text-decoration: none;
        color: #141413;
        font-size: 18px;
        font-weight: 400; }
        @media (max-width: 1199px) {
          .footer-top .footer-nav ul li a {
            font-size: 14px; } }
        .footer-top .footer-nav ul li a:hover {
          color: #4bc0b7; }

footer {
  padding: 25px 0 5px;
  background-image: url(_static/images/burlap.png);
  background-position: center;
  background-size: cover; }
  @media (max-width: 991px) {
    footer {
      padding: 25px 0 20px; } }
  footer .container {
    max-width: 1145px; }
  footer #credits {
    text-transform: uppercase;
    color: #555858;
    max-width: 1034px;
    font-size: 13px;
    font-family: "proxima-nova";
    font-weight: 300; }
    footer #credits a {
      color: #555858;
      text-decoration: none; }
      footer #credits a:hover {
        color: #4bc0b7; }
    footer #credits .footer-left {
      width: 50%;
      text-align: left; }
      @media (max-width: 768px) {
        footer #credits .footer-left {
          width: 100%;
          text-align: center; } }
      @media (max-width: 991px) {
        footer #credits .footer-left p {
          margin-bottom: 0; } }
    footer #credits .footer-right {
      width: 50%;
      text-align: right; }
      @media (max-width: 768px) {
        footer #credits .footer-right {
          width: 100%;
          text-align: center; } }
      footer #credits .footer-right #credit-trigger {
        cursor: pointer; }
        @media (max-width: 991px) {
          footer #credits .footer-right #credit-trigger {
            margin-top: 10px; } }
  footer .social-links a {
    font-size: 14px; }
    footer .social-links a i, footer .social-links a svg {
      width: 32px !important; }

#creditslide {
  position: fixed;
  padding: 65px 0 70px;
  width: 100%;
  bottom: -190px;
  z-index: 9999999;
  text-align: center;
  transition: 200ms ease-in-out all;
  background-color: #f6f6f6; }
  #creditslide #credit-close {
    position: absolute;
    top: 25px;
    right: 25px;
    height: 15px;
    width: 15px;
    content: '';
    cursor: pointer;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjM1N3B4IiBoZWlnaHQ9IjM1N3B4IiB2aWV3Qm94PSIwIDAgMzU3IDM1NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzU3IDM1NzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGcgaWQ9ImNsb3NlIj4NCgkJPHBvbHlnb24gcG9pbnRzPSIzNTcsMzUuNyAzMjEuMywwIDE3OC41LDE0Mi44IDM1LjcsMCAwLDM1LjcgMTQyLjgsMTc4LjUgMCwzMjEuMyAzNS43LDM1NyAxNzguNSwyMTQuMiAzMjEuMywzNTcgMzU3LDMyMS4zIA0KCQkJMjE0LjIsMTc4LjUgCQkiLz4NCgk8L2c+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==);
    background-position: 97% 50%;
    background-repeat: no-repeat;
    background-size: 15px; }
  #creditslide .container > * {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    padding: 0 1%; }
  #creditslide .callout-std {
    font-size: 11px;
    font-family: "proxima-nova"; }
    #creditslide .callout-std a {
      text-decoration: none; }
      #creditslide .callout-std a:hover {
        text-decoration: underline; }
    #creditslide .callout-std span {
      display: table;
      margin: 0 auto;
      text-transform: uppercase;
      color: #4bc0b7 !important;
      font-size: 13px !important;
      font-weight: 700;
      font-family: "proxima-nova";
      font-size: 9px; }

#creditslide.credit-open {
  bottom: 0; }

/*-----------------------------------------------------------------------------------*/
/*  BLOG
/*-----------------------------------------------------------------------------------*/
.blog-posts {
  /*&:before{
		position: absolute;
		content:'';
		height:1220px;
		width:100%;
		border-top:3em solid #fff;
		top:0;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		background:{
			image: url(_static/images/blog-torn-paper-bg-top.png);
			position: top center;
			size: 100%;
			repeat: repeat-x;
		}
		
		@media(max-width:1550px){
			border-top:5em solid #fff;
		}
		@media(max-width:1500px){
			border-top:8em solid #fff;
		}
		@media(max-width:1400px){
			border-top:11em solid #fff;
		}
		@media(max-width:1300px){
			border-top:14em solid #fff;
		}
		@media(max-width:1200px){
			border-top:17em solid #fff;
		}
		@media(max-width:1110px){
			border-top:20em solid #fff;
		}
		@media(max-width:1020px){
			border-top:23em solid #fff;
		}
		@media(max-width:950px){
			border-top:26em solid #fff;
		}
		@media(max-width:850px){
			border-top:30em solid #fff;
		}
		@media(max-width:770px){
			border-top:35em solid #fff;
		}
		@media(max-width:775px){
			display:none;
		}
	}*/ }
  @media (max-width: 575px) {
    .blog-posts .container {
      padding: 0 !important; } }
  .blog-posts .latest-blog-post-container {
    position: relative;
    background-color: #efefef;
    background-image: url(_static/images/paper@1.5x.jpg);
    background-size: cover; }
    .blog-posts .latest-blog-post-container .latest-post {
      margin: 0 20px; }
    .blog-posts .latest-blog-post-container:before {
      position: absolute;
      content: '';
      height: 553px;
      width: 100%;
      top: 0;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      background-image: url(_static/images/top-blog-torn-paper-bg-top.png);
      background-position: top center;
      background-size: 100%;
      background-repeat: repeat-x; }
    .blog-posts .latest-blog-post-container:after {
      position: absolute;
      content: '';
      height: 159px;
      width: 100%;
      bottom: -159px;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      background-image: url(_static/images/top-blog-torn-paper-bg-bottom.png);
      background-position: top center;
      background-size: 100%;
      background-repeat: repeat-x; }
  .blog-posts .posts {
    position: relative;
    margin: 200px 0 75px; }
    .blog-posts .posts .inner-container {
      position: relative;
      top: -175px;
      padding: 0 20px; }
      .blog-posts .posts .inner-container .pagination {
        margin: 50px 0 -75px; }
    .blog-posts .posts:before {
      position: absolute;
      content: '';
      height: 175px;
      width: 100%;
      top: 0;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      background-image: url(_static/images/posts-blog-torn-paper-bg-top.png);
      background-position: top center;
      background-size: 100%;
      background-repeat: repeat-x; }

.search-no-results .container {
  padding: 0 20px;
  text-align: center; }
  .search-no-results .container #search_form {
    margin: 0 auto 50px;
    max-width: 50%; }
    @media (max-width: 767px) {
      .search-no-results .container #search_form {
        max-width: 80%; } }
    .search-no-results .container #search_form input[type="text"] {
      box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.07);
      border: 1px solid #e0e0e0;
      text-transform: lowercase;
      width: 85%;
      height: 40px;
      margin-right: -.5em;
      color: #b1bcbd;
      font-style: italic;
      font-size: 18px;
      font-weight: 300;
      font-family: "proxima-nova"; }
      @media (max-width: 575px) {
        .search-no-results .container #search_form input[type="text"] {
          width: 85%; } }
    .search-no-results .container #search_form button {
      background-color: #168c91;
      border-color: #168c91;
      height: 38px;
      line-height: 38px;
      width: 53px;
      padding: 0;
      position: relative;
      top: 2px;
      font-size: 22px; }
      @media (max-width: 991px) {
        .search-no-results .container #search_form button {
          width: 47px; } }
      .search-no-results .container #search_form button:hover {
        background-color: #4bc0b7;
        border-color: #4bc0b7; }

.blog .hero-header, .archive .hero-header, .search .hero-header, .single .hero-header, .page-template-template-podcast-static-page .hero-header, .page-template-template-podcast-static-gathering-pod-page .hero-header {
  margin: -50px auto 0;
  position: relative;
  min-height: 340px;
  overflow: hidden;
  background-position: top center;
  background-size: cover; }
  @media (max-width: 776px) {
    .blog .hero-header, .archive .hero-header, .search .hero-header, .single .hero-header, .page-template-template-podcast-static-page .hero-header, .page-template-template-podcast-static-gathering-pod-page .hero-header {
      min-height: 300px;
      background-position: center center;
      background-repeat: no-repeat; } }
  .blog .hero-header .hero-text-outer, .archive .hero-header .hero-text-outer, .search .hero-header .hero-text-outer, .single .hero-header .hero-text-outer, .page-template-template-podcast-static-page .hero-header .hero-text-outer, .page-template-template-podcast-static-gathering-pod-page .hero-header .hero-text-outer {
    position: relative;
    min-height: 340px; }
    @media (max-width: 776px) {
      .blog .hero-header .hero-text-outer, .archive .hero-header .hero-text-outer, .search .hero-header .hero-text-outer, .single .hero-header .hero-text-outer, .page-template-template-podcast-static-page .hero-header .hero-text-outer, .page-template-template-podcast-static-gathering-pod-page .hero-header .hero-text-outer {
        min-height: 300px; } }
    .blog .hero-header .hero-text-outer .hero-text, .archive .hero-header .hero-text-outer .hero-text, .search .hero-header .hero-text-outer .hero-text, .single .hero-header .hero-text-outer .hero-text, .page-template-template-podcast-static-page .hero-header .hero-text-outer .hero-text, .page-template-template-podcast-static-gathering-pod-page .hero-header .hero-text-outer .hero-text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      z-index: 3; }
      .blog .hero-header .hero-text-outer .hero-text h1, .archive .hero-header .hero-text-outer .hero-text h1, .search .hero-header .hero-text-outer .hero-text h1, .single .hero-header .hero-text-outer .hero-text h1, .page-template-template-podcast-static-page .hero-header .hero-text-outer .hero-text h1, .page-template-template-podcast-static-gathering-pod-page .hero-header .hero-text-outer .hero-text h1 {
        line-height: normal;
        margin-bottom: 1%; }
        .blog .hero-header .hero-text-outer .hero-text h1 a, .archive .hero-header .hero-text-outer .hero-text h1 a, .search .hero-header .hero-text-outer .hero-text h1 a, .single .hero-header .hero-text-outer .hero-text h1 a, .page-template-template-podcast-static-page .hero-header .hero-text-outer .hero-text h1 a, .page-template-template-podcast-static-gathering-pod-page .hero-header .hero-text-outer .hero-text h1 a {
          text-decoration: none; }
      .blog .hero-header .hero-text-outer .hero-text p, .archive .hero-header .hero-text-outer .hero-text p, .search .hero-header .hero-text-outer .hero-text p, .single .hero-header .hero-text-outer .hero-text p, .page-template-template-podcast-static-page .hero-header .hero-text-outer .hero-text p, .page-template-template-podcast-static-gathering-pod-page .hero-header .hero-text-outer .hero-text p {
        max-width: 68%;
        margin: 0 auto 1%; }
  .blog .hero-header:before, .archive .hero-header:before, .search .hero-header:before, .single .hero-header:before, .page-template-template-podcast-static-page .hero-header:before, .page-template-template-podcast-static-gathering-pod-page .hero-header:before {
    height: 132px;
    width: 100%;
    content: '';
    display: block;
    position: absolute;
    bottom: -15%;
    background-image: url("_static/images/wavy-lines.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }

.blog .texture-border, .archive .texture-border, .search .texture-border, .single .texture-border, .page-template-template-podcast-static-page .texture-border, .page-template-template-podcast-static-gathering-pod-page .texture-border {
  height: 20px;
  width: 100%;
  background-image: url("_static/images/texture-border.png");
  background-size: contain;
  background-position: center; }

.blog .category-nav, .archive .category-nav, .search .category-nav, .single .category-nav, .page-template-template-podcast-static-page .category-nav, .page-template-template-podcast-static-gathering-pod-page .category-nav {
  box-sizing: border-box;
  padding: 25px 0;
  margin-bottom: 100px;
  background-image: url("_static/images/cat-texture.jpg");
  background-size: cover; }
  @media (max-width: 575px) {
    .blog .category-nav, .archive .category-nav, .search .category-nav, .single .category-nav, .page-template-template-podcast-static-page .category-nav, .page-template-template-podcast-static-gathering-pod-page .category-nav {
      margin-bottom: 25px; } }
  .blog .category-nav .container, .archive .category-nav .container, .search .category-nav .container, .single .category-nav .container, .page-template-template-podcast-static-page .category-nav .container, .page-template-template-podcast-static-gathering-pod-page .category-nav .container {
    max-width: 1080px; }
    .blog .category-nav .container ul, .archive .category-nav .container ul, .search .category-nav .container ul, .single .category-nav .container ul, .page-template-template-podcast-static-page .category-nav .container ul, .page-template-template-podcast-static-gathering-pod-page .category-nav .container ul {
      list-style: none;
      display: flex;
      justify-content: space-between;
      margin-bottom: 0; }
      @media (max-width: 767px) {
        .blog .category-nav .container ul, .archive .category-nav .container ul, .search .category-nav .container ul, .single .category-nav .container ul, .page-template-template-podcast-static-page .category-nav .container ul, .page-template-template-podcast-static-gathering-pod-page .category-nav .container ul {
          flex-wrap: wrap;
          justify-content: center; } }
      .blog .category-nav .container ul li, .archive .category-nav .container ul li, .search .category-nav .container ul li, .single .category-nav .container ul li, .page-template-template-podcast-static-page .category-nav .container ul li, .page-template-template-podcast-static-gathering-pod-page .category-nav .container ul li {
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 0;
        font-size: 16px;
        font-weight: 400; }
        @media (max-width: 767px) {
          .blog .category-nav .container ul li, .archive .category-nav .container ul li, .search .category-nav .container ul li, .single .category-nav .container ul li, .page-template-template-podcast-static-page .category-nav .container ul li, .page-template-template-podcast-static-gathering-pod-page .category-nav .container ul li {
            margin: 5px 20px; } }
        @media (max-width: 575px) {
          .blog .category-nav .container ul li, .archive .category-nav .container ul li, .search .category-nav .container ul li, .single .category-nav .container ul li, .page-template-template-podcast-static-page .category-nav .container ul li, .page-template-template-podcast-static-gathering-pod-page .category-nav .container ul li {
            margin: 5px 15px; } }
        .blog .category-nav .container ul li .cat-img, .archive .category-nav .container ul li .cat-img, .search .category-nav .container ul li .cat-img, .single .category-nav .container ul li .cat-img, .page-template-template-podcast-static-page .category-nav .container ul li .cat-img, .page-template-template-podcast-static-gathering-pod-page .category-nav .container ul li .cat-img {
          height: 30px;
          width: 30px;
          margin: 0 auto 5px; }
        .blog .category-nav .container ul li a, .archive .category-nav .container ul li a, .search .category-nav .container ul li a, .single .category-nav .container ul li a, .page-template-template-podcast-static-page .category-nav .container ul li a, .page-template-template-podcast-static-gathering-pod-page .category-nav .container ul li a {
          text-decoration: none;
          color: #555a5a; }
          .blog .category-nav .container ul li a:hover, .archive .category-nav .container ul li a:hover, .search .category-nav .container ul li a:hover, .single .category-nav .container ul li a:hover, .page-template-template-podcast-static-page .category-nav .container ul li a:hover, .page-template-template-podcast-static-gathering-pod-page .category-nav .container ul li a:hover {
            color: #4bc0b7; }

.blog .heading-container, .archive .heading-container, .search .heading-container, .single .heading-container, .page-template-template-podcast-static-page .heading-container, .page-template-template-podcast-static-gathering-pod-page .heading-container {
  padding: 0 60px;
  box-sizing: border-box;
  margin-top: 100px; }
  @media (max-width: 1199px) {
    .blog .heading-container, .archive .heading-container, .search .heading-container, .single .heading-container, .page-template-template-podcast-static-page .heading-container, .page-template-template-podcast-static-gathering-pod-page .heading-container {
      padding: 0;
      margin-top: 50px; } }
  .blog .heading-container h1.archive-header, .archive .heading-container h1.archive-header, .search .heading-container h1.archive-header, .single .heading-container h1.archive-header, .page-template-template-podcast-static-page .heading-container h1.archive-header, .page-template-template-podcast-static-gathering-pod-page .heading-container h1.archive-header {
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: #474646;
    font-size: 38px;
    font-style: italic; }
    @media (max-width: 1199px) {
      .blog .heading-container h1.archive-header, .archive .heading-container h1.archive-header, .search .heading-container h1.archive-header, .single .heading-container h1.archive-header, .page-template-template-podcast-static-page .heading-container h1.archive-header, .page-template-template-podcast-static-gathering-pod-page .heading-container h1.archive-header {
        font-size: 34px; } }
    @media (max-width: 575px) {
      .blog .heading-container h1.archive-header, .archive .heading-container h1.archive-header, .search .heading-container h1.archive-header, .single .heading-container h1.archive-header, .page-template-template-podcast-static-page .heading-container h1.archive-header, .page-template-template-podcast-static-gathering-pod-page .heading-container h1.archive-header {
        font-size: 24px; } }
    .blog .heading-container h1.archive-header:after, .archive .heading-container h1.archive-header:after, .search .heading-container h1.archive-header:after, .single .heading-container h1.archive-header:after, .page-template-template-podcast-static-page .heading-container h1.archive-header:after, .page-template-template-podcast-static-gathering-pod-page .heading-container h1.archive-header:after {
      position: absolute;
      top: 51%;
      overflow: hidden;
      width: 100%;
      height: 1px;
      content: '\a0';
      background-color: #acabab; }
    .blog .heading-container h1.archive-header .cat-icon, .archive .heading-container h1.archive-header .cat-icon, .search .heading-container h1.archive-header .cat-icon, .single .heading-container h1.archive-header .cat-icon, .page-template-template-podcast-static-page .heading-container h1.archive-header .cat-icon, .page-template-template-podcast-static-gathering-pod-page .heading-container h1.archive-header .cat-icon {
      width: 30px;
      height: 30px;
      margin-right: 20px;
      position: relative;
      top: -3px; }
      @media (max-width: 575px) {
        .blog .heading-container h1.archive-header .cat-icon, .archive .heading-container h1.archive-header .cat-icon, .search .heading-container h1.archive-header .cat-icon, .single .heading-container h1.archive-header .cat-icon, .page-template-template-podcast-static-page .heading-container h1.archive-header .cat-icon, .page-template-template-podcast-static-gathering-pod-page .heading-container h1.archive-header .cat-icon {
          margin-right: 10px; } }
      .blog .heading-container h1.archive-header .cat-icon img, .archive .heading-container h1.archive-header .cat-icon img, .search .heading-container h1.archive-header .cat-icon img, .single .heading-container h1.archive-header .cat-icon img, .page-template-template-podcast-static-page .heading-container h1.archive-header .cat-icon img, .page-template-template-podcast-static-gathering-pod-page .heading-container h1.archive-header .cat-icon img {
        max-width: 100%;
        min-width: 30px;
        vertical-align: middle; }
        @media (max-width: 1199px) {
          .blog .heading-container h1.archive-header .cat-icon img, .archive .heading-container h1.archive-header .cat-icon img, .search .heading-container h1.archive-header .cat-icon img, .single .heading-container h1.archive-header .cat-icon img, .page-template-template-podcast-static-page .heading-container h1.archive-header .cat-icon img, .page-template-template-podcast-static-gathering-pod-page .heading-container h1.archive-header .cat-icon img {
            min-width: 25px; } }
        @media (max-width: 575px) {
          .blog .heading-container h1.archive-header .cat-icon img, .archive .heading-container h1.archive-header .cat-icon img, .search .heading-container h1.archive-header .cat-icon img, .single .heading-container h1.archive-header .cat-icon img, .page-template-template-podcast-static-page .heading-container h1.archive-header .cat-icon img, .page-template-template-podcast-static-gathering-pod-page .heading-container h1.archive-header .cat-icon img {
            min-width: 20px; } }
.blog .blog-posts .container, .archive .blog-posts .container, .search .blog-posts .container, .single .blog-posts .container, .page-template-template-podcast-static-page .blog-posts .container, .page-template-template-podcast-static-gathering-pod-page .blog-posts .container {
  max-width: 100%;
  /*was 1115px*/
  padding: 0; }
  .blog .blog-posts .container .mobile-latest-post, .archive .blog-posts .container .mobile-latest-post, .search .blog-posts .container .mobile-latest-post, .single .blog-posts .container .mobile-latest-post, .page-template-template-podcast-static-page .blog-posts .container .mobile-latest-post, .page-template-template-podcast-static-gathering-pod-page .blog-posts .container .mobile-latest-post {
    display: none;
    margin-top: 75px;
    margin-bottom: 25px;
    width: 100%;
    flex-flow: column;
    position: relative;
    box-sizing: border-box;
    padding: 25px 38px 38px;
    border: 1px solid #ac9455; }
    @media (max-width: 575px) {
      .blog .blog-posts .container .mobile-latest-post, .archive .blog-posts .container .mobile-latest-post, .search .blog-posts .container .mobile-latest-post, .single .blog-posts .container .mobile-latest-post, .page-template-template-podcast-static-page .blog-posts .container .mobile-latest-post, .page-template-template-podcast-static-gathering-pod-page .blog-posts .container .mobile-latest-post {
        padding: 10px 10px 10px; } }
    .blog .blog-posts .container .mobile-latest-post .post-title, .archive .blog-posts .container .mobile-latest-post .post-title, .search .blog-posts .container .mobile-latest-post .post-title, .single .blog-posts .container .mobile-latest-post .post-title, .page-template-template-podcast-static-page .blog-posts .container .mobile-latest-post .post-title, .page-template-template-podcast-static-gathering-pod-page .blog-posts .container .mobile-latest-post .post-title {
      position: absolute;
      top: -1em;
      z-index: 1;
      left: 0;
      right: 0; }
      .blog .blog-posts .container .mobile-latest-post .post-title h2, .archive .blog-posts .container .mobile-latest-post .post-title h2, .search .blog-posts .container .mobile-latest-post .post-title h2, .single .blog-posts .container .mobile-latest-post .post-title h2, .page-template-template-podcast-static-page .blog-posts .container .mobile-latest-post .post-title h2, .page-template-template-podcast-static-gathering-pod-page .blog-posts .container .mobile-latest-post .post-title h2 {
        color: #ac9455;
        background-color: #fff;
        line-height: 34px;
        max-width: 70%;
        width: fit-content;
        padding: 0 20px;
        margin: 0 auto 10px;
        text-align: center;
        text-transform: capitalize;
        font-family: "proxima-nova";
        font-size: 34px; }
        .blog .blog-posts .container .mobile-latest-post .post-title h2 a, .archive .blog-posts .container .mobile-latest-post .post-title h2 a, .search .blog-posts .container .mobile-latest-post .post-title h2 a, .single .blog-posts .container .mobile-latest-post .post-title h2 a, .page-template-template-podcast-static-page .blog-posts .container .mobile-latest-post .post-title h2 a, .page-template-template-podcast-static-gathering-pod-page .blog-posts .container .mobile-latest-post .post-title h2 a {
          color: #ac9455;
          text-decoration: none; }
        @media (max-width: 1199px) {
          .blog .blog-posts .container .mobile-latest-post .post-title h2, .archive .blog-posts .container .mobile-latest-post .post-title h2, .search .blog-posts .container .mobile-latest-post .post-title h2, .single .blog-posts .container .mobile-latest-post .post-title h2, .page-template-template-podcast-static-page .blog-posts .container .mobile-latest-post .post-title h2, .page-template-template-podcast-static-gathering-pod-page .blog-posts .container .mobile-latest-post .post-title h2 {
            font-size: 28px;
            line-height: 28px; } }
        @media (max-width: 575px) {
          .blog .blog-posts .container .mobile-latest-post .post-title h2, .archive .blog-posts .container .mobile-latest-post .post-title h2, .search .blog-posts .container .mobile-latest-post .post-title h2, .single .blog-posts .container .mobile-latest-post .post-title h2, .page-template-template-podcast-static-page .blog-posts .container .mobile-latest-post .post-title h2, .page-template-template-podcast-static-gathering-pod-page .blog-posts .container .mobile-latest-post .post-title h2 {
            font-size: 24px;
            line-height: 24px; } }
      .blog .blog-posts .container .mobile-latest-post .post-title .comment-cnt, .archive .blog-posts .container .mobile-latest-post .post-title .comment-cnt, .search .blog-posts .container .mobile-latest-post .post-title .comment-cnt, .single .blog-posts .container .mobile-latest-post .post-title .comment-cnt, .page-template-template-podcast-static-page .blog-posts .container .mobile-latest-post .post-title .comment-cnt, .page-template-template-podcast-static-gathering-pod-page .blog-posts .container .mobile-latest-post .post-title .comment-cnt {
        position: relative;
        z-index: 1;
        color: #888785;
        text-align: center;
        text-transform: uppercase;
        font-weight: 300;
        font-size: 16px;
        font-style: italic; }
        @media (max-width: 1199px) {
          .blog .blog-posts .container .mobile-latest-post .post-title .comment-cnt, .archive .blog-posts .container .mobile-latest-post .post-title .comment-cnt, .search .blog-posts .container .mobile-latest-post .post-title .comment-cnt, .single .blog-posts .container .mobile-latest-post .post-title .comment-cnt, .page-template-template-podcast-static-page .blog-posts .container .mobile-latest-post .post-title .comment-cnt, .page-template-template-podcast-static-gathering-pod-page .blog-posts .container .mobile-latest-post .post-title .comment-cnt {
            font-size: 14px; } }
    .blog .blog-posts .container .mobile-latest-post .post-outer, .archive .blog-posts .container .mobile-latest-post .post-outer, .search .blog-posts .container .mobile-latest-post .post-outer, .single .blog-posts .container .mobile-latest-post .post-outer, .page-template-template-podcast-static-page .blog-posts .container .mobile-latest-post .post-outer, .page-template-template-podcast-static-gathering-pod-page .blog-posts .container .mobile-latest-post .post-outer {
      position: relative; }
      .blog .blog-posts .container .mobile-latest-post .post-outer .entry-image, .archive .blog-posts .container .mobile-latest-post .post-outer .entry-image, .search .blog-posts .container .mobile-latest-post .post-outer .entry-image, .single .blog-posts .container .mobile-latest-post .post-outer .entry-image, .page-template-template-podcast-static-page .blog-posts .container .mobile-latest-post .post-outer .entry-image, .page-template-template-podcast-static-gathering-pod-page .blog-posts .container .mobile-latest-post .post-outer .entry-image {
        margin-top: 75px;
        min-height: 200px;
        cursor: pointer;
        background-position: center !important;
        background-color: #efebeb !important;
        background-size: cover !important; }
      .blog .blog-posts .container .mobile-latest-post .post-outer .panel-excerpt, .archive .blog-posts .container .mobile-latest-post .post-outer .panel-excerpt, .search .blog-posts .container .mobile-latest-post .post-outer .panel-excerpt, .single .blog-posts .container .mobile-latest-post .post-outer .panel-excerpt, .page-template-template-podcast-static-page .blog-posts .container .mobile-latest-post .post-outer .panel-excerpt, .page-template-template-podcast-static-gathering-pod-page .blog-posts .container .mobile-latest-post .post-outer .panel-excerpt {
        min-height: 550px;
        position: relative;
        box-sizing: border-box;
        padding: 40px 40px 20px;
        background-image: -moz-linear-gradient(70deg, #f1eee9 0%, white 100%);
        background-image: -webkit-linear-gradient(70deg, #f1eee9 0%, white 100%);
        background-image: -ms-linear-gradient(70deg, #f1eee9 0%, white 100%);
        box-shadow: 0px 25px 87px 0px rgba(58, 23, 0, 0.38);
        border-radius: 4px; }
        @media (max-width: 991px) {
          .blog .blog-posts .container .mobile-latest-post .post-outer .panel-excerpt, .archive .blog-posts .container .mobile-latest-post .post-outer .panel-excerpt, .search .blog-posts .container .mobile-latest-post .post-outer .panel-excerpt, .single .blog-posts .container .mobile-latest-post .post-outer .panel-excerpt, .page-template-template-podcast-static-page .blog-posts .container .mobile-latest-post .post-outer .panel-excerpt, .page-template-template-podcast-static-gathering-pod-page .blog-posts .container .mobile-latest-post .post-outer .panel-excerpt {
            min-height: inherit; } }
        @media (max-width: 575px) {
          .blog .blog-posts .container .mobile-latest-post .post-outer .panel-excerpt, .archive .blog-posts .container .mobile-latest-post .post-outer .panel-excerpt, .search .blog-posts .container .mobile-latest-post .post-outer .panel-excerpt, .single .blog-posts .container .mobile-latest-post .post-outer .panel-excerpt, .page-template-template-podcast-static-page .blog-posts .container .mobile-latest-post .post-outer .panel-excerpt, .page-template-template-podcast-static-gathering-pod-page .blog-posts .container .mobile-latest-post .post-outer .panel-excerpt {
            padding: 25px 25px 10px; } }
        .blog .blog-posts .container .mobile-latest-post .post-outer .panel-excerpt p, .archive .blog-posts .container .mobile-latest-post .post-outer .panel-excerpt p, .search .blog-posts .container .mobile-latest-post .post-outer .panel-excerpt p, .single .blog-posts .container .mobile-latest-post .post-outer .panel-excerpt p, .page-template-template-podcast-static-page .blog-posts .container .mobile-latest-post .post-outer .panel-excerpt p, .page-template-template-podcast-static-gathering-pod-page .blog-posts .container .mobile-latest-post .post-outer .panel-excerpt p {
          color: #5b5b5b;
          line-height: normal;
          text-align: justify;
          font-size: 18px;
          font-weight: 400;
          /*&:first-child:first-letter {
								  color: $color_accent4;
								  float: left;
									
									font:{
										family:$font_serif;
										weight:400;
										size:60px;
									}
									  line-height: 58px;
									  padding:0 8px 0 0;
									  margin-bottom:-.5em;
									
									@media(max-width:1199px){
										font-size:50px;
										line-height: 48px;
									}
									@media(max-width:575px){
										font-size:40px;
										line-height: 38px;
										 padding:0 8px 5px 0;
									}
									
									}*/ }
          @media (max-width: 1199px) {
            .blog .blog-posts .container .mobile-latest-post .post-outer .panel-excerpt p, .archive .blog-posts .container .mobile-latest-post .post-outer .panel-excerpt p, .search .blog-posts .container .mobile-latest-post .post-outer .panel-excerpt p, .single .blog-posts .container .mobile-latest-post .post-outer .panel-excerpt p, .page-template-template-podcast-static-page .blog-posts .container .mobile-latest-post .post-outer .panel-excerpt p, .page-template-template-podcast-static-gathering-pod-page .blog-posts .container .mobile-latest-post .post-outer .panel-excerpt p {
              font-size: 16px; } }
        .blog .blog-posts .container .mobile-latest-post .post-outer .panel-excerpt .btn-footer, .archive .blog-posts .container .mobile-latest-post .post-outer .panel-excerpt .btn-footer, .search .blog-posts .container .mobile-latest-post .post-outer .panel-excerpt .btn-footer, .single .blog-posts .container .mobile-latest-post .post-outer .panel-excerpt .btn-footer, .page-template-template-podcast-static-page .blog-posts .container .mobile-latest-post .post-outer .panel-excerpt .btn-footer, .page-template-template-podcast-static-gathering-pod-page .blog-posts .container .mobile-latest-post .post-outer .panel-excerpt .btn-footer {
          text-align: center;
          box-sizing: border-box;
          padding: 25px 0;
          position: absolute;
          left: 0;
          right: 0;
          bottom: 10px; }
          @media (max-width: 991px) {
            .blog .blog-posts .container .mobile-latest-post .post-outer .panel-excerpt .btn-footer, .archive .blog-posts .container .mobile-latest-post .post-outer .panel-excerpt .btn-footer, .search .blog-posts .container .mobile-latest-post .post-outer .panel-excerpt .btn-footer, .single .blog-posts .container .mobile-latest-post .post-outer .panel-excerpt .btn-footer, .page-template-template-podcast-static-page .blog-posts .container .mobile-latest-post .post-outer .panel-excerpt .btn-footer, .page-template-template-podcast-static-gathering-pod-page .blog-posts .container .mobile-latest-post .post-outer .panel-excerpt .btn-footer {
              position: relative; } }
          .blog .blog-posts .container .mobile-latest-post .post-outer .panel-excerpt .btn-footer .button, .archive .blog-posts .container .mobile-latest-post .post-outer .panel-excerpt .btn-footer .button, .search .blog-posts .container .mobile-latest-post .post-outer .panel-excerpt .btn-footer .button, .single .blog-posts .container .mobile-latest-post .post-outer .panel-excerpt .btn-footer .button, .page-template-template-podcast-static-page .blog-posts .container .mobile-latest-post .post-outer .panel-excerpt .btn-footer .button, .page-template-template-podcast-static-gathering-pod-page .blog-posts .container .mobile-latest-post .post-outer .panel-excerpt .btn-footer .button {
            background-color: #ac9455;
            border-color: #ac9455;
            height: 40px;
            line-height: 40px;
            margin-bottom: 0;
            padding: 0 40px;
            font-size: 13px; }
            .blog .blog-posts .container .mobile-latest-post .post-outer .panel-excerpt .btn-footer .button:hover, .archive .blog-posts .container .mobile-latest-post .post-outer .panel-excerpt .btn-footer .button:hover, .search .blog-posts .container .mobile-latest-post .post-outer .panel-excerpt .btn-footer .button:hover, .single .blog-posts .container .mobile-latest-post .post-outer .panel-excerpt .btn-footer .button:hover, .page-template-template-podcast-static-page .blog-posts .container .mobile-latest-post .post-outer .panel-excerpt .btn-footer .button:hover, .page-template-template-podcast-static-gathering-pod-page .blog-posts .container .mobile-latest-post .post-outer .panel-excerpt .btn-footer .button:hover {
              background-color: #4bc0b7;
              border-color: #4bc0b7; }
    @media (max-width: 767px) {
      .blog .blog-posts .container .mobile-latest-post, .archive .blog-posts .container .mobile-latest-post, .search .blog-posts .container .mobile-latest-post, .single .blog-posts .container .mobile-latest-post, .page-template-template-podcast-static-page .blog-posts .container .mobile-latest-post, .page-template-template-podcast-static-gathering-pod-page .blog-posts .container .mobile-latest-post {
        display: block; } }
  .blog .blog-posts .container .latest-post, .archive .blog-posts .container .latest-post, .search .blog-posts .container .latest-post, .single .blog-posts .container .latest-post, .page-template-template-podcast-static-page .blog-posts .container .latest-post, .page-template-template-podcast-static-gathering-pod-page .blog-posts .container .latest-post {
    position: relative;
    margin-top: 65px; }
    .blog .blog-posts .container .latest-post h1, .archive .blog-posts .container .latest-post h1, .search .blog-posts .container .latest-post h1, .single .blog-posts .container .latest-post h1, .page-template-template-podcast-static-page .blog-posts .container .latest-post h1, .page-template-template-podcast-static-gathering-pod-page .blog-posts .container .latest-post h1 {
      color: #141413;
      margin: 0 auto;
      padding: 35px 20px;
      box-sizing: border-box;
      background-color: #fff;
      max-width: 821px;
      text-align: center;
      font-family: "proxima-nova";
      font-size: 25px; }
      .blog .blog-posts .container .latest-post h1:after, .archive .blog-posts .container .latest-post h1:after, .search .blog-posts .container .latest-post h1:after, .single .blog-posts .container .latest-post h1:after, .page-template-template-podcast-static-page .blog-posts .container .latest-post h1:after, .page-template-template-podcast-static-gathering-pod-page .blog-posts .container .latest-post h1:after {
        content: '';
        width: 300px;
        height: 14px;
        display: block;
        opacity: .5;
        margin: 10px auto 0;
        background-image: url(_static/images/underline.png);
        background-size: contain;
        background-repeat: no-repeat; }
      .blog .blog-posts .container .latest-post h1 a, .archive .blog-posts .container .latest-post h1 a, .search .blog-posts .container .latest-post h1 a, .single .blog-posts .container .latest-post h1 a, .page-template-template-podcast-static-page .blog-posts .container .latest-post h1 a, .page-template-template-podcast-static-gathering-pod-page .blog-posts .container .latest-post h1 a {
        color: #141413;
        text-decoration: none; }
        .blog .blog-posts .container .latest-post h1 a:hover, .archive .blog-posts .container .latest-post h1 a:hover, .search .blog-posts .container .latest-post h1 a:hover, .single .blog-posts .container .latest-post h1 a:hover, .page-template-template-podcast-static-page .blog-posts .container .latest-post h1 a:hover, .page-template-template-podcast-static-gathering-pod-page .blog-posts .container .latest-post h1 a:hover {
          color: #4bc0b7; }
      @media (max-width: 991px) {
        .blog .blog-posts .container .latest-post h1, .archive .blog-posts .container .latest-post h1, .search .blog-posts .container .latest-post h1, .single .blog-posts .container .latest-post h1, .page-template-template-podcast-static-page .blog-posts .container .latest-post h1, .page-template-template-podcast-static-gathering-pod-page .blog-posts .container .latest-post h1 {
          font-size: 34px; } }
      @media (max-width: 767px) {
        .blog .blog-posts .container .latest-post h1, .archive .blog-posts .container .latest-post h1, .search .blog-posts .container .latest-post h1, .single .blog-posts .container .latest-post h1, .page-template-template-podcast-static-page .blog-posts .container .latest-post h1, .page-template-template-podcast-static-gathering-pod-page .blog-posts .container .latest-post h1 {
          font-size: 30px; } }
      @media (max-width: 575px) {
        .blog .blog-posts .container .latest-post h1, .archive .blog-posts .container .latest-post h1, .search .blog-posts .container .latest-post h1, .single .blog-posts .container .latest-post h1, .page-template-template-podcast-static-page .blog-posts .container .latest-post h1, .page-template-template-podcast-static-gathering-pod-page .blog-posts .container .latest-post h1 {
          font-size: 24px; } }
    .blog .blog-posts .container .latest-post .comment-cnt, .archive .blog-posts .container .latest-post .comment-cnt, .search .blog-posts .container .latest-post .comment-cnt, .single .blog-posts .container .latest-post .comment-cnt, .page-template-template-podcast-static-page .blog-posts .container .latest-post .comment-cnt, .page-template-template-podcast-static-gathering-pod-page .blog-posts .container .latest-post .comment-cnt {
      position: absolute;
      color: #888785;
      left: 0;
      right: 0;
      top: 50px;
      z-index: 1;
      text-align: center;
      text-transform: uppercase;
      font-weight: 300;
      font-size: 16px;
      font-style: italic; }
      @media (max-width: 575px) {
        .blog .blog-posts .container .latest-post .comment-cnt, .archive .blog-posts .container .latest-post .comment-cnt, .search .blog-posts .container .latest-post .comment-cnt, .single .blog-posts .container .latest-post .comment-cnt, .page-template-template-podcast-static-page .blog-posts .container .latest-post .comment-cnt, .page-template-template-podcast-static-gathering-pod-page .blog-posts .container .latest-post .comment-cnt {
          font-size: 14px;
          top: 60px; } }
    .blog .blog-posts .container .latest-post .post-outer, .archive .blog-posts .container .latest-post .post-outer, .search .blog-posts .container .latest-post .post-outer, .single .blog-posts .container .latest-post .post-outer, .page-template-template-podcast-static-page .blog-posts .container .latest-post .post-outer, .page-template-template-podcast-static-gathering-pod-page .blog-posts .container .latest-post .post-outer {
      max-width: 821px;
      margin: 0 auto;
      /*box-sizing: border-box;
					padding:75px 45px 45px;
					border:1px solid $color_accent4;
					
					@media(max-width:575px){
						padding:50px 10px 10px;
					}*/ }
      .blog .blog-posts .container .latest-post .post-outer .panel-excerpt, .archive .blog-posts .container .latest-post .post-outer .panel-excerpt, .search .blog-posts .container .latest-post .post-outer .panel-excerpt, .single .blog-posts .container .latest-post .post-outer .panel-excerpt, .page-template-template-podcast-static-page .blog-posts .container .latest-post .post-outer .panel-excerpt, .page-template-template-podcast-static-gathering-pod-page .blog-posts .container .latest-post .post-outer .panel-excerpt {
        background-color: #fff;
        box-sizing: border-box;
        padding: 25px 45px 45px;
        /*was 25px 45px */ }
        .blog .blog-posts .container .latest-post .post-outer .panel-excerpt p:last-of-type, .archive .blog-posts .container .latest-post .post-outer .panel-excerpt p:last-of-type, .search .blog-posts .container .latest-post .post-outer .panel-excerpt p:last-of-type, .single .blog-posts .container .latest-post .post-outer .panel-excerpt p:last-of-type, .page-template-template-podcast-static-page .blog-posts .container .latest-post .post-outer .panel-excerpt p:last-of-type, .page-template-template-podcast-static-gathering-pod-page .blog-posts .container .latest-post .post-outer .panel-excerpt p:last-of-type {
          margin-bottom: 15px; }
      .blog .blog-posts .container .latest-post .post-outer .btn-footer, .archive .blog-posts .container .latest-post .post-outer .btn-footer, .search .blog-posts .container .latest-post .post-outer .btn-footer, .single .blog-posts .container .latest-post .post-outer .btn-footer, .page-template-template-podcast-static-page .blog-posts .container .latest-post .post-outer .btn-footer, .page-template-template-podcast-static-gathering-pod-page .blog-posts .container .latest-post .post-outer .btn-footer {
        text-align: center;
        margin-top: 45px; }
        .blog .blog-posts .container .latest-post .post-outer .btn-footer .button, .archive .blog-posts .container .latest-post .post-outer .btn-footer .button, .search .blog-posts .container .latest-post .post-outer .btn-footer .button, .single .blog-posts .container .latest-post .post-outer .btn-footer .button, .page-template-template-podcast-static-page .blog-posts .container .latest-post .post-outer .btn-footer .button, .page-template-template-podcast-static-gathering-pod-page .blog-posts .container .latest-post .post-outer .btn-footer .button {
          height: 44px;
          line-height: 44px;
          background-color: #214953;
          border-color: #214953;
          padding: 0 40px;
          margin-bottom: 0;
          font-size: 15px; }
          .blog .blog-posts .container .latest-post .post-outer .btn-footer .button:hover, .archive .blog-posts .container .latest-post .post-outer .btn-footer .button:hover, .search .blog-posts .container .latest-post .post-outer .btn-footer .button:hover, .single .blog-posts .container .latest-post .post-outer .btn-footer .button:hover, .page-template-template-podcast-static-page .blog-posts .container .latest-post .post-outer .btn-footer .button:hover, .page-template-template-podcast-static-gathering-pod-page .blog-posts .container .latest-post .post-outer .btn-footer .button:hover {
            background-color: #4bc0b7;
            border-color: #4bc0b7; }
      .blog .blog-posts .container .latest-post .post-outer .post-inner, .archive .blog-posts .container .latest-post .post-outer .post-inner, .search .blog-posts .container .latest-post .post-outer .post-inner, .single .blog-posts .container .latest-post .post-outer .post-inner, .page-template-template-podcast-static-page .blog-posts .container .latest-post .post-outer .post-inner, .page-template-template-podcast-static-gathering-pod-page .blog-posts .container .latest-post .post-outer .post-inner {
        min-height: 500px;
        background-position: center !important;
        background-color: #efebeb !important;
        background-size: cover !important; }
        @media (max-width: 767px) {
          .blog .blog-posts .container .latest-post .post-outer .post-inner, .archive .blog-posts .container .latest-post .post-outer .post-inner, .search .blog-posts .container .latest-post .post-outer .post-inner, .single .blog-posts .container .latest-post .post-outer .post-inner, .page-template-template-podcast-static-page .blog-posts .container .latest-post .post-outer .post-inner, .page-template-template-podcast-static-gathering-pod-page .blog-posts .container .latest-post .post-outer .post-inner {
            min-height: 625px; } }
        @media (max-width: 575px) {
          .blog .blog-posts .container .latest-post .post-outer .post-inner, .archive .blog-posts .container .latest-post .post-outer .post-inner, .search .blog-posts .container .latest-post .post-outer .post-inner, .single .blog-posts .container .latest-post .post-outer .post-inner, .page-template-template-podcast-static-page .blog-posts .container .latest-post .post-outer .post-inner, .page-template-template-podcast-static-gathering-pod-page .blog-posts .container .latest-post .post-outer .post-inner {
            min-height: 700px; } }
        .blog .blog-posts .container .latest-post .post-outer .post-inner .panel-excerpt, .archive .blog-posts .container .latest-post .post-outer .post-inner .panel-excerpt, .search .blog-posts .container .latest-post .post-outer .post-inner .panel-excerpt, .single .blog-posts .container .latest-post .post-outer .post-inner .panel-excerpt, .page-template-template-podcast-static-page .blog-posts .container .latest-post .post-outer .post-inner .panel-excerpt, .page-template-template-podcast-static-gathering-pod-page .blog-posts .container .latest-post .post-outer .post-inner .panel-excerpt {
          max-width: 515px;
          min-height: 675px;
          box-sizing: border-box;
          padding: 50px 50px 25px;
          position: relative;
          top: 40px;
          left: 110px;
          background-image: -moz-linear-gradient(70deg, #f1eee9 0%, white 100%);
          background-image: -webkit-linear-gradient(70deg, #f1eee9 0%, white 100%);
          background-image: -ms-linear-gradient(70deg, #f1eee9 0%, white 100%);
          border-radius: 4px;
          box-shadow: 0px 45px 87px 0px rgba(58, 23, 0, 0.38); }
          @media (max-width: 1199px) {
            .blog .blog-posts .container .latest-post .post-outer .post-inner .panel-excerpt, .archive .blog-posts .container .latest-post .post-outer .post-inner .panel-excerpt, .search .blog-posts .container .latest-post .post-outer .post-inner .panel-excerpt, .single .blog-posts .container .latest-post .post-outer .post-inner .panel-excerpt, .page-template-template-podcast-static-page .blog-posts .container .latest-post .post-outer .post-inner .panel-excerpt, .page-template-template-podcast-static-gathering-pod-page .blog-posts .container .latest-post .post-outer .post-inner .panel-excerpt {
              left: 40px; } }
          @media (max-width: 991px) {
            .blog .blog-posts .container .latest-post .post-outer .post-inner .panel-excerpt, .archive .blog-posts .container .latest-post .post-outer .post-inner .panel-excerpt, .search .blog-posts .container .latest-post .post-outer .post-inner .panel-excerpt, .single .blog-posts .container .latest-post .post-outer .post-inner .panel-excerpt, .page-template-template-podcast-static-page .blog-posts .container .latest-post .post-outer .post-inner .panel-excerpt, .page-template-template-podcast-static-gathering-pod-page .blog-posts .container .latest-post .post-outer .post-inner .panel-excerpt {
              left: 10%; } }
          @media (max-width: 767px) {
            .blog .blog-posts .container .latest-post .post-outer .post-inner .panel-excerpt, .archive .blog-posts .container .latest-post .post-outer .post-inner .panel-excerpt, .search .blog-posts .container .latest-post .post-outer .post-inner .panel-excerpt, .single .blog-posts .container .latest-post .post-outer .post-inner .panel-excerpt, .page-template-template-podcast-static-page .blog-posts .container .latest-post .post-outer .post-inner .panel-excerpt, .page-template-template-podcast-static-gathering-pod-page .blog-posts .container .latest-post .post-outer .post-inner .panel-excerpt {
              left: 1.75%;
              padding: 25px;
              min-height: auto; } }
          @media (max-width: 575px) {
            .blog .blog-posts .container .latest-post .post-outer .post-inner .panel-excerpt, .archive .blog-posts .container .latest-post .post-outer .post-inner .panel-excerpt, .search .blog-posts .container .latest-post .post-outer .post-inner .panel-excerpt, .single .blog-posts .container .latest-post .post-outer .post-inner .panel-excerpt, .page-template-template-podcast-static-page .blog-posts .container .latest-post .post-outer .post-inner .panel-excerpt, .page-template-template-podcast-static-gathering-pod-page .blog-posts .container .latest-post .post-outer .post-inner .panel-excerpt {
              max-width: 300px;
              top: 5px; } }
          .blog .blog-posts .container .latest-post .post-outer .post-inner .panel-excerpt p, .archive .blog-posts .container .latest-post .post-outer .post-inner .panel-excerpt p, .search .blog-posts .container .latest-post .post-outer .post-inner .panel-excerpt p, .single .blog-posts .container .latest-post .post-outer .post-inner .panel-excerpt p, .page-template-template-podcast-static-page .blog-posts .container .latest-post .post-outer .post-inner .panel-excerpt p, .page-template-template-podcast-static-gathering-pod-page .blog-posts .container .latest-post .post-outer .post-inner .panel-excerpt p {
            color: #5b5b5b;
            line-height: normal;
            letter-spacing: .060em;
            text-align: justify;
            font-size: 20px;
            font-weight: 400;
            /*&:first-child:first-letter {
								  color: $color_accent4;
								  float: left;
									
									font:{
										family:$font_serif;
										weight:400;
										size:60px;
									}
									  line-height: 50px;
									    padding: 0 8px 0 0;
										margin-bottom:-.25em;
									
									@media(max-width:991px){
										font-size:50px;
										line-height: 48px;
									}
									@media(max-width:575px){
										font-size:40px;
										line-height: 38px;
									}
									
									}*/ }
            @media (max-width: 767px) {
              .blog .blog-posts .container .latest-post .post-outer .post-inner .panel-excerpt p, .archive .blog-posts .container .latest-post .post-outer .post-inner .panel-excerpt p, .search .blog-posts .container .latest-post .post-outer .post-inner .panel-excerpt p, .single .blog-posts .container .latest-post .post-outer .post-inner .panel-excerpt p, .page-template-template-podcast-static-page .blog-posts .container .latest-post .post-outer .post-inner .panel-excerpt p, .page-template-template-podcast-static-gathering-pod-page .blog-posts .container .latest-post .post-outer .post-inner .panel-excerpt p {
                font-size: 18px; } }
            @media (max-width: 575px) {
              .blog .blog-posts .container .latest-post .post-outer .post-inner .panel-excerpt p, .archive .blog-posts .container .latest-post .post-outer .post-inner .panel-excerpt p, .search .blog-posts .container .latest-post .post-outer .post-inner .panel-excerpt p, .single .blog-posts .container .latest-post .post-outer .post-inner .panel-excerpt p, .page-template-template-podcast-static-page .blog-posts .container .latest-post .post-outer .post-inner .panel-excerpt p, .page-template-template-podcast-static-gathering-pod-page .blog-posts .container .latest-post .post-outer .post-inner .panel-excerpt p {
                font-size: 16px; } }
          .blog .blog-posts .container .latest-post .post-outer .post-inner .panel-excerpt .btn-footer, .archive .blog-posts .container .latest-post .post-outer .post-inner .panel-excerpt .btn-footer, .search .blog-posts .container .latest-post .post-outer .post-inner .panel-excerpt .btn-footer, .single .blog-posts .container .latest-post .post-outer .post-inner .panel-excerpt .btn-footer, .page-template-template-podcast-static-page .blog-posts .container .latest-post .post-outer .post-inner .panel-excerpt .btn-footer, .page-template-template-podcast-static-gathering-pod-page .blog-posts .container .latest-post .post-outer .post-inner .panel-excerpt .btn-footer {
            text-align: center;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            box-sizing: border-box;
            padding: 25px 0; }
            @media (max-width: 767px) {
              .blog .blog-posts .container .latest-post .post-outer .post-inner .panel-excerpt .btn-footer, .archive .blog-posts .container .latest-post .post-outer .post-inner .panel-excerpt .btn-footer, .search .blog-posts .container .latest-post .post-outer .post-inner .panel-excerpt .btn-footer, .single .blog-posts .container .latest-post .post-outer .post-inner .panel-excerpt .btn-footer, .page-template-template-podcast-static-page .blog-posts .container .latest-post .post-outer .post-inner .panel-excerpt .btn-footer, .page-template-template-podcast-static-gathering-pod-page .blog-posts .container .latest-post .post-outer .post-inner .panel-excerpt .btn-footer {
                position: relative; } }
            .blog .blog-posts .container .latest-post .post-outer .post-inner .panel-excerpt .btn-footer .button, .archive .blog-posts .container .latest-post .post-outer .post-inner .panel-excerpt .btn-footer .button, .search .blog-posts .container .latest-post .post-outer .post-inner .panel-excerpt .btn-footer .button, .single .blog-posts .container .latest-post .post-outer .post-inner .panel-excerpt .btn-footer .button, .page-template-template-podcast-static-page .blog-posts .container .latest-post .post-outer .post-inner .panel-excerpt .btn-footer .button, .page-template-template-podcast-static-gathering-pod-page .blog-posts .container .latest-post .post-outer .post-inner .panel-excerpt .btn-footer .button {
              background-color: #ac9455;
              border-color: #ac9455;
              height: 40px;
              line-height: 40px;
              margin-bottom: 0;
              padding: 0 40px;
              font-size: 13px; }
              .blog .blog-posts .container .latest-post .post-outer .post-inner .panel-excerpt .btn-footer .button:hover, .archive .blog-posts .container .latest-post .post-outer .post-inner .panel-excerpt .btn-footer .button:hover, .search .blog-posts .container .latest-post .post-outer .post-inner .panel-excerpt .btn-footer .button:hover, .single .blog-posts .container .latest-post .post-outer .post-inner .panel-excerpt .btn-footer .button:hover, .page-template-template-podcast-static-page .blog-posts .container .latest-post .post-outer .post-inner .panel-excerpt .btn-footer .button:hover, .page-template-template-podcast-static-gathering-pod-page .blog-posts .container .latest-post .post-outer .post-inner .panel-excerpt .btn-footer .button:hover {
                background-color: #4bc0b7;
                border-color: #4bc0b7; }
            .blog .blog-posts .container .latest-post .post-outer .post-inner .panel-excerpt .btn-footer:before, .archive .blog-posts .container .latest-post .post-outer .post-inner .panel-excerpt .btn-footer:before, .search .blog-posts .container .latest-post .post-outer .post-inner .panel-excerpt .btn-footer:before, .single .blog-posts .container .latest-post .post-outer .post-inner .panel-excerpt .btn-footer:before, .page-template-template-podcast-static-page .blog-posts .container .latest-post .post-outer .post-inner .panel-excerpt .btn-footer:before, .page-template-template-podcast-static-gathering-pod-page .blog-posts .container .latest-post .post-outer .post-inner .panel-excerpt .btn-footer:before {
              content: '';
              display: block;
              border: 1px solid rgba(54, 36, 7, 0.102);
              box-shadow: 0px 1px 0px 0px white;
              position: absolute;
              top: 0px;
              width: 100%; }

.blog .posts, .archive .posts, .search .posts, .single .posts, .page-template-template-podcast-static-page .posts, .page-template-template-podcast-static-gathering-pod-page .posts {
  background-color: #efefef; }
  .blog .posts .inner-container, .archive .posts .inner-container, .search .posts .inner-container, .single .posts .inner-container, .page-template-template-podcast-static-page .posts .inner-container, .page-template-template-podcast-static-gathering-pod-page .posts .inner-container {
    max-width: 1115px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap; }
  @media (max-width: 1199px) {
    .blog .posts, .archive .posts, .search .posts, .single .posts, .page-template-template-podcast-static-page .posts, .page-template-template-podcast-static-gathering-pod-page .posts {
      padding: 0; } }
  .blog .posts .post, .blog .posts .entry-archive, .archive .posts .post, .archive .posts .entry-archive, .search .posts .post, .search .posts .entry-archive, .single .posts .post, .single .posts .entry-archive, .page-template-template-podcast-static-page .posts .post, .page-template-template-podcast-static-page .posts .entry-archive, .page-template-template-podcast-static-gathering-pod-page .posts .post, .page-template-template-podcast-static-gathering-pod-page .posts .entry-archive {
    margin-top: 75px;
    margin-bottom: 50px;
    width: 46%;
    flex-flow: column;
    position: relative;
    box-sizing: border-box;
    padding: 25px 0 0; }
    @media (max-width: 1199px) {
      .blog .posts .post, .blog .posts .entry-archive, .archive .posts .post, .archive .posts .entry-archive, .search .posts .post, .search .posts .entry-archive, .single .posts .post, .single .posts .entry-archive, .page-template-template-podcast-static-page .posts .post, .page-template-template-podcast-static-page .posts .entry-archive, .page-template-template-podcast-static-gathering-pod-page .posts .post, .page-template-template-podcast-static-gathering-pod-page .posts .entry-archive {
        margin-bottom: 25px; } }
    @media (max-width: 991px) {
      .blog .posts .post, .blog .posts .entry-archive, .archive .posts .post, .archive .posts .entry-archive, .search .posts .post, .search .posts .entry-archive, .single .posts .post, .single .posts .entry-archive, .page-template-template-podcast-static-page .posts .post, .page-template-template-podcast-static-page .posts .entry-archive, .page-template-template-podcast-static-gathering-pod-page .posts .post, .page-template-template-podcast-static-gathering-pod-page .posts .entry-archive {
        width: 100%; } }
    @media (max-width: 575px) {
      .blog .posts .post, .blog .posts .entry-archive, .archive .posts .post, .archive .posts .entry-archive, .search .posts .post, .search .posts .entry-archive, .single .posts .post, .single .posts .entry-archive, .page-template-template-podcast-static-page .posts .post, .page-template-template-podcast-static-page .posts .entry-archive, .page-template-template-podcast-static-gathering-pod-page .posts .post, .page-template-template-podcast-static-gathering-pod-page .posts .entry-archive {
        margin-top: 0; } }
    .blog .posts .post .post-title, .blog .posts .entry-archive .post-title, .archive .posts .post .post-title, .archive .posts .entry-archive .post-title, .search .posts .post .post-title, .search .posts .entry-archive .post-title, .single .posts .post .post-title, .single .posts .entry-archive .post-title, .page-template-template-podcast-static-page .posts .post .post-title, .page-template-template-podcast-static-page .posts .entry-archive .post-title, .page-template-template-podcast-static-gathering-pod-page .posts .post .post-title, .page-template-template-podcast-static-gathering-pod-page .posts .entry-archive .post-title {
      /*position: absolute;
					top:-1em;
					z-index: 1;
					left:0;
					right:0;*/ }
      .blog .posts .post .post-title h2, .blog .posts .entry-archive .post-title h2, .archive .posts .post .post-title h2, .archive .posts .entry-archive .post-title h2, .search .posts .post .post-title h2, .search .posts .entry-archive .post-title h2, .single .posts .post .post-title h2, .single .posts .entry-archive .post-title h2, .page-template-template-podcast-static-page .posts .post .post-title h2, .page-template-template-podcast-static-page .posts .entry-archive .post-title h2, .page-template-template-podcast-static-gathering-pod-page .posts .post .post-title h2, .page-template-template-podcast-static-gathering-pod-page .posts .entry-archive .post-title h2 {
        color: #ac9455;
        background-color: #fff;
        line-height: normal;
        box-sizing: border-box;
        padding: 25px 20px;
        margin: 0 auto;
        text-align: center;
        font-family: "proxima-nova";
        font-size: 21px; }
        .blog .posts .post .post-title h2 a, .blog .posts .entry-archive .post-title h2 a, .archive .posts .post .post-title h2 a, .archive .posts .entry-archive .post-title h2 a, .search .posts .post .post-title h2 a, .search .posts .entry-archive .post-title h2 a, .single .posts .post .post-title h2 a, .single .posts .entry-archive .post-title h2 a, .page-template-template-podcast-static-page .posts .post .post-title h2 a, .page-template-template-podcast-static-page .posts .entry-archive .post-title h2 a, .page-template-template-podcast-static-gathering-pod-page .posts .post .post-title h2 a, .page-template-template-podcast-static-gathering-pod-page .posts .entry-archive .post-title h2 a {
          color: #141413;
          text-decoration: none; }
          .blog .posts .post .post-title h2 a:hover, .blog .posts .entry-archive .post-title h2 a:hover, .archive .posts .post .post-title h2 a:hover, .archive .posts .entry-archive .post-title h2 a:hover, .search .posts .post .post-title h2 a:hover, .search .posts .entry-archive .post-title h2 a:hover, .single .posts .post .post-title h2 a:hover, .single .posts .entry-archive .post-title h2 a:hover, .page-template-template-podcast-static-page .posts .post .post-title h2 a:hover, .page-template-template-podcast-static-page .posts .entry-archive .post-title h2 a:hover, .page-template-template-podcast-static-gathering-pod-page .posts .post .post-title h2 a:hover, .page-template-template-podcast-static-gathering-pod-page .posts .entry-archive .post-title h2 a:hover {
            color: #4bc0b7; }
        @media (max-width: 1199px) {
          .blog .posts .post .post-title h2, .blog .posts .entry-archive .post-title h2, .archive .posts .post .post-title h2, .archive .posts .entry-archive .post-title h2, .search .posts .post .post-title h2, .search .posts .entry-archive .post-title h2, .single .posts .post .post-title h2, .single .posts .entry-archive .post-title h2, .page-template-template-podcast-static-page .posts .post .post-title h2, .page-template-template-podcast-static-page .posts .entry-archive .post-title h2, .page-template-template-podcast-static-gathering-pod-page .posts .post .post-title h2, .page-template-template-podcast-static-gathering-pod-page .posts .entry-archive .post-title h2 {
            font-size: 28px;
            line-height: 28px; } }
        @media (max-width: 575px) {
          .blog .posts .post .post-title h2, .blog .posts .entry-archive .post-title h2, .archive .posts .post .post-title h2, .archive .posts .entry-archive .post-title h2, .search .posts .post .post-title h2, .search .posts .entry-archive .post-title h2, .single .posts .post .post-title h2, .single .posts .entry-archive .post-title h2, .page-template-template-podcast-static-page .posts .post .post-title h2, .page-template-template-podcast-static-page .posts .entry-archive .post-title h2, .page-template-template-podcast-static-gathering-pod-page .posts .post .post-title h2, .page-template-template-podcast-static-gathering-pod-page .posts .entry-archive .post-title h2 {
            font-size: 24px;
            line-height: 24px; } }
      .blog .posts .post .post-title .comment-cnt, .blog .posts .entry-archive .post-title .comment-cnt, .archive .posts .post .post-title .comment-cnt, .archive .posts .entry-archive .post-title .comment-cnt, .search .posts .post .post-title .comment-cnt, .search .posts .entry-archive .post-title .comment-cnt, .single .posts .post .post-title .comment-cnt, .single .posts .entry-archive .post-title .comment-cnt, .page-template-template-podcast-static-page .posts .post .post-title .comment-cnt, .page-template-template-podcast-static-page .posts .entry-archive .post-title .comment-cnt, .page-template-template-podcast-static-gathering-pod-page .posts .post .post-title .comment-cnt, .page-template-template-podcast-static-gathering-pod-page .posts .entry-archive .post-title .comment-cnt {
        position: relative;
        z-index: 1;
        color: #888785;
        text-align: center;
        text-transform: uppercase;
        font-weight: 300;
        font-size: 16px;
        font-style: italic; }
        @media (max-width: 1199px) {
          .blog .posts .post .post-title .comment-cnt, .blog .posts .entry-archive .post-title .comment-cnt, .archive .posts .post .post-title .comment-cnt, .archive .posts .entry-archive .post-title .comment-cnt, .search .posts .post .post-title .comment-cnt, .search .posts .entry-archive .post-title .comment-cnt, .single .posts .post .post-title .comment-cnt, .single .posts .entry-archive .post-title .comment-cnt, .page-template-template-podcast-static-page .posts .post .post-title .comment-cnt, .page-template-template-podcast-static-page .posts .entry-archive .post-title .comment-cnt, .page-template-template-podcast-static-gathering-pod-page .posts .post .post-title .comment-cnt, .page-template-template-podcast-static-gathering-pod-page .posts .entry-archive .post-title .comment-cnt {
            font-size: 14px; } }
    .blog .posts .post .post-outer, .blog .posts .entry-archive .post-outer, .archive .posts .post .post-outer, .archive .posts .entry-archive .post-outer, .search .posts .post .post-outer, .search .posts .entry-archive .post-outer, .single .posts .post .post-outer, .single .posts .entry-archive .post-outer, .page-template-template-podcast-static-page .posts .post .post-outer, .page-template-template-podcast-static-page .posts .entry-archive .post-outer, .page-template-template-podcast-static-gathering-pod-page .posts .post .post-outer, .page-template-template-podcast-static-gathering-pod-page .posts .entry-archive .post-outer {
      position: relative; }
      .blog .posts .post .post-outer .entry-image, .blog .posts .entry-archive .post-outer .entry-image, .archive .posts .post .post-outer .entry-image, .archive .posts .entry-archive .post-outer .entry-image, .search .posts .post .post-outer .entry-image, .search .posts .entry-archive .post-outer .entry-image, .single .posts .post .post-outer .entry-image, .single .posts .entry-archive .post-outer .entry-image, .page-template-template-podcast-static-page .posts .post .post-outer .entry-image, .page-template-template-podcast-static-page .posts .entry-archive .post-outer .entry-image, .page-template-template-podcast-static-gathering-pod-page .posts .post .post-outer .entry-image, .page-template-template-podcast-static-gathering-pod-page .posts .entry-archive .post-outer .entry-image {
        min-height: 315px;
        cursor: pointer;
        background-position: center !important;
        background-color: #efebeb !important;
        background-size: cover !important; }
      .blog .posts .post .post-outer .panel-excerpt, .blog .posts .entry-archive .post-outer .panel-excerpt, .archive .posts .post .post-outer .panel-excerpt, .archive .posts .entry-archive .post-outer .panel-excerpt, .search .posts .post .post-outer .panel-excerpt, .search .posts .entry-archive .post-outer .panel-excerpt, .single .posts .post .post-outer .panel-excerpt, .single .posts .entry-archive .post-outer .panel-excerpt, .page-template-template-podcast-static-page .posts .post .post-outer .panel-excerpt, .page-template-template-podcast-static-page .posts .entry-archive .post-outer .panel-excerpt, .page-template-template-podcast-static-gathering-pod-page .posts .post .post-outer .panel-excerpt, .page-template-template-podcast-static-gathering-pod-page .posts .entry-archive .post-outer .panel-excerpt {
        min-height: 550px;
        position: relative;
        box-sizing: border-box;
        padding: 40px;
        /*was 40px 40px 20px */
        /*background-image: -moz-linear-gradient( 70deg, rgb(241,238,233) 0%, rgb(255,255,255) 100%);
							  background-image: -webkit-linear-gradient( 70deg, rgb(241,238,233) 0%, rgb(255,255,255) 100%);
							  background-image: -ms-linear-gradient( 70deg, rgb(241,238,233) 0%, rgb(255,255,255) 100%);
							  box-shadow: 0px 25px 87px 0px rgba(58, 23, 0, 0.38);	*/
        background-color: #fff;
        color: #141413;
        line-height: normal;
        font-weight: 400; }
        .blog .posts .post .post-outer .panel-excerpt:after, .blog .posts .entry-archive .post-outer .panel-excerpt:after, .archive .posts .post .post-outer .panel-excerpt:after, .archive .posts .entry-archive .post-outer .panel-excerpt:after, .search .posts .post .post-outer .panel-excerpt:after, .search .posts .entry-archive .post-outer .panel-excerpt:after, .single .posts .post .post-outer .panel-excerpt:after, .single .posts .entry-archive .post-outer .panel-excerpt:after, .page-template-template-podcast-static-page .posts .post .post-outer .panel-excerpt:after, .page-template-template-podcast-static-page .posts .entry-archive .post-outer .panel-excerpt:after, .page-template-template-podcast-static-gathering-pod-page .posts .post .post-outer .panel-excerpt:after, .page-template-template-podcast-static-gathering-pod-page .posts .entry-archive .post-outer .panel-excerpt:after {
          position: absolute;
          display: block;
          width: 210px;
          height: 45px;
          bottom: 0;
          right: 0;
          content: '';
          background-image: url("_static/images/post-bottom-lines.png");
          background-size: contain; }
        @media (max-width: 991px) {
          .blog .posts .post .post-outer .panel-excerpt, .blog .posts .entry-archive .post-outer .panel-excerpt, .archive .posts .post .post-outer .panel-excerpt, .archive .posts .entry-archive .post-outer .panel-excerpt, .search .posts .post .post-outer .panel-excerpt, .search .posts .entry-archive .post-outer .panel-excerpt, .single .posts .post .post-outer .panel-excerpt, .single .posts .entry-archive .post-outer .panel-excerpt, .page-template-template-podcast-static-page .posts .post .post-outer .panel-excerpt, .page-template-template-podcast-static-page .posts .entry-archive .post-outer .panel-excerpt, .page-template-template-podcast-static-gathering-pod-page .posts .post .post-outer .panel-excerpt, .page-template-template-podcast-static-gathering-pod-page .posts .entry-archive .post-outer .panel-excerpt {
            min-height: inherit; } }
        .blog .posts .post .post-outer .panel-excerpt p, .blog .posts .entry-archive .post-outer .panel-excerpt p, .archive .posts .post .post-outer .panel-excerpt p, .archive .posts .entry-archive .post-outer .panel-excerpt p, .search .posts .post .post-outer .panel-excerpt p, .search .posts .entry-archive .post-outer .panel-excerpt p, .single .posts .post .post-outer .panel-excerpt p, .single .posts .entry-archive .post-outer .panel-excerpt p, .page-template-template-podcast-static-page .posts .post .post-outer .panel-excerpt p, .page-template-template-podcast-static-page .posts .entry-archive .post-outer .panel-excerpt p, .page-template-template-podcast-static-gathering-pod-page .posts .post .post-outer .panel-excerpt p, .page-template-template-podcast-static-gathering-pod-page .posts .entry-archive .post-outer .panel-excerpt p {
          color: #141413;
          line-height: 26px;
          font-weight: 400;
          /*&:first-child:first-letter {
								  color: $color_accent4;
								  float: left;
									
									font:{
										family:$font_serif;
										weight:400;
										size:60px;
									}
									  line-height: 58px;
									  padding:0 8px 0 0;
									  margin-bottom:0em;
									
									@media(max-width:1199px){
										font-size:50px;
										line-height: 48px;
									}
									@media(max-width:575px){
										font-size:40px;
										line-height: 38px;
										 padding:0 8px 5px 0;
									}
									
									}*/ }
          .blog .posts .post .post-outer .panel-excerpt p:last-of-type, .blog .posts .entry-archive .post-outer .panel-excerpt p:last-of-type, .archive .posts .post .post-outer .panel-excerpt p:last-of-type, .archive .posts .entry-archive .post-outer .panel-excerpt p:last-of-type, .search .posts .post .post-outer .panel-excerpt p:last-of-type, .search .posts .entry-archive .post-outer .panel-excerpt p:last-of-type, .single .posts .post .post-outer .panel-excerpt p:last-of-type, .single .posts .entry-archive .post-outer .panel-excerpt p:last-of-type, .page-template-template-podcast-static-page .posts .post .post-outer .panel-excerpt p:last-of-type, .page-template-template-podcast-static-page .posts .entry-archive .post-outer .panel-excerpt p:last-of-type, .page-template-template-podcast-static-gathering-pod-page .posts .post .post-outer .panel-excerpt p:last-of-type, .page-template-template-podcast-static-gathering-pod-page .posts .entry-archive .post-outer .panel-excerpt p:last-of-type {
            margin-bottom: 85px; }
        .blog .posts .post .post-outer .panel-excerpt .btn-footer, .blog .posts .entry-archive .post-outer .panel-excerpt .btn-footer, .archive .posts .post .post-outer .panel-excerpt .btn-footer, .archive .posts .entry-archive .post-outer .panel-excerpt .btn-footer, .search .posts .post .post-outer .panel-excerpt .btn-footer, .search .posts .entry-archive .post-outer .panel-excerpt .btn-footer, .single .posts .post .post-outer .panel-excerpt .btn-footer, .single .posts .entry-archive .post-outer .panel-excerpt .btn-footer, .page-template-template-podcast-static-page .posts .post .post-outer .panel-excerpt .btn-footer, .page-template-template-podcast-static-page .posts .entry-archive .post-outer .panel-excerpt .btn-footer, .page-template-template-podcast-static-gathering-pod-page .posts .post .post-outer .panel-excerpt .btn-footer, .page-template-template-podcast-static-gathering-pod-page .posts .entry-archive .post-outer .panel-excerpt .btn-footer {
          text-align: center;
          box-sizing: border-box;
          padding: 25px 0;
          position: absolute;
          left: 0;
          right: 0;
          bottom: 10px;
          z-index: 1; }
          @media (max-width: 991px) {
            .blog .posts .post .post-outer .panel-excerpt .btn-footer, .blog .posts .entry-archive .post-outer .panel-excerpt .btn-footer, .archive .posts .post .post-outer .panel-excerpt .btn-footer, .archive .posts .entry-archive .post-outer .panel-excerpt .btn-footer, .search .posts .post .post-outer .panel-excerpt .btn-footer, .search .posts .entry-archive .post-outer .panel-excerpt .btn-footer, .single .posts .post .post-outer .panel-excerpt .btn-footer, .single .posts .entry-archive .post-outer .panel-excerpt .btn-footer, .page-template-template-podcast-static-page .posts .post .post-outer .panel-excerpt .btn-footer, .page-template-template-podcast-static-page .posts .entry-archive .post-outer .panel-excerpt .btn-footer, .page-template-template-podcast-static-gathering-pod-page .posts .post .post-outer .panel-excerpt .btn-footer, .page-template-template-podcast-static-gathering-pod-page .posts .entry-archive .post-outer .panel-excerpt .btn-footer {
              position: relative; } }
          .blog .posts .post .post-outer .panel-excerpt .btn-footer .button, .blog .posts .entry-archive .post-outer .panel-excerpt .btn-footer .button, .archive .posts .post .post-outer .panel-excerpt .btn-footer .button, .archive .posts .entry-archive .post-outer .panel-excerpt .btn-footer .button, .search .posts .post .post-outer .panel-excerpt .btn-footer .button, .search .posts .entry-archive .post-outer .panel-excerpt .btn-footer .button, .single .posts .post .post-outer .panel-excerpt .btn-footer .button, .single .posts .entry-archive .post-outer .panel-excerpt .btn-footer .button, .page-template-template-podcast-static-page .posts .post .post-outer .panel-excerpt .btn-footer .button, .page-template-template-podcast-static-page .posts .entry-archive .post-outer .panel-excerpt .btn-footer .button, .page-template-template-podcast-static-gathering-pod-page .posts .post .post-outer .panel-excerpt .btn-footer .button, .page-template-template-podcast-static-gathering-pod-page .posts .entry-archive .post-outer .panel-excerpt .btn-footer .button {
            height: 44px;
            line-height: 44px;
            background-color: #214953;
            border-color: #214953;
            padding: 0 40px;
            margin-bottom: 0;
            font-size: 15px; }
            .blog .posts .post .post-outer .panel-excerpt .btn-footer .button:hover, .blog .posts .entry-archive .post-outer .panel-excerpt .btn-footer .button:hover, .archive .posts .post .post-outer .panel-excerpt .btn-footer .button:hover, .archive .posts .entry-archive .post-outer .panel-excerpt .btn-footer .button:hover, .search .posts .post .post-outer .panel-excerpt .btn-footer .button:hover, .search .posts .entry-archive .post-outer .panel-excerpt .btn-footer .button:hover, .single .posts .post .post-outer .panel-excerpt .btn-footer .button:hover, .single .posts .entry-archive .post-outer .panel-excerpt .btn-footer .button:hover, .page-template-template-podcast-static-page .posts .post .post-outer .panel-excerpt .btn-footer .button:hover, .page-template-template-podcast-static-page .posts .entry-archive .post-outer .panel-excerpt .btn-footer .button:hover, .page-template-template-podcast-static-gathering-pod-page .posts .post .post-outer .panel-excerpt .btn-footer .button:hover, .page-template-template-podcast-static-gathering-pod-page .posts .entry-archive .post-outer .panel-excerpt .btn-footer .button:hover {
              background-color: #4bc0b7;
              border-color: #4bc0b7; }

/*-----------------------------------------------------------------------------------*/
/*	BLOG SINGLE
/*-----------------------------------------------------------------------------------*/
.single .entry-header {
  margin: 100px auto 30px; }
  @media (max-width: 575px) {
    .single .entry-header {
      margin: 50px auto; } }
  .single .entry-header h1.entry-title {
    position: relative;
    color: #2b2b2b;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    font-family: "proxima-nova";
    font-weight: 400;
    /*&:before, &:after {
					position: absolute;
					top: 51%;
					overflow: hidden;
					width: 48%;
					height: 1px;
					content: '\a0';
					background-color: #acabab;
				}
				
				&:after{
					margin:0 20px;
				}
				
				&:before {
					margin-left: -50%;
					text-align: right;
				}*/ }
    .single .entry-header h1.entry-title:after {
      content: '';
      width: 300px;
      height: 14px;
      display: block;
      margin: 10px auto 0;
      opacity: .5;
      background-image: url(_static/images/underline.png);
      background-size: contain;
      background-repeat: no-repeat; }

.single .post-content {
  max-width: 970px;
  position: relative; }
  .single .post-content .bg-tear {
    content: '';
    position: absolute;
    height: 936px;
    /*was 1840px*/
    width: 100vw;
    top: 0;
    z-index: 0;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-image: url(_static/images/blog-single-torn-paper-bg-top.jpg);
    background-position: top center;
    background-size: 100%;
    background-repeat: repeat-x; }
  .single .post-content article.post {
    position: relative;
    z-index: 1; }
  .single .post-content .share-buttons-no-img {
    margin: 0 auto 25px;
    text-align: center; }
    .single .post-content .share-buttons-no-img a {
      color: #3d3f3f;
      font-size: 24px; }
      .single .post-content .share-buttons-no-img a:hover {
        color: #4bc0b7; }
    .single .post-content .share-buttons-no-img .fshare {
      background-color: #3d3f3f;
      border-radius: 50%;
      width: 25px;
      height: 25px;
      position: relative;
      left: 5px;
      line-height: 1.75; }
      .single .post-content .share-buttons-no-img .fshare:hover {
        background-color: #4bc0b7; }
      .single .post-content .share-buttons-no-img .fshare a {
        color: #fff;
        font-size: 20px; }
    .single .post-content .share-buttons-no-img div {
      display: inline-block;
      margin: 0 12px; }
      @media (max-width: 991px) {
        .single .post-content .share-buttons-no-img div {
          display: inline-block; } }
  .single .post-content .entry-image {
    margin: 0 auto 50px;
    /*was 0 auto 25px*/
    position: relative;
    max-width: 825px;
    /*&:before{
				content:'';
			position:absolute;
			height:1840px;
			width: 100vw;
			top: -5%;
			z-index: -1;
			left: 50%;
			  right: 50%;
			  margin-left: -50vw;
			  margin-right: -50vw;
			-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
			background:{
				image:url(_static/images/blog-single-torn-paper-bg-top.jpg);
				position:top center;
				size:100%;
				repeat:repeat-x;
			}
			}*/ }
    .single .post-content .entry-image .sticky-element-active {
      position: absolute;
      top: 5px; }
    .single .post-content .entry-image .share-buttons {
      position: absolute;
      top: 5px;
      left: -50px; }
      .single .post-content .entry-image .share-buttons.element-is-sticky {
        margin-left: -50px !important; }
      @media (max-width: 1199px) {
        .single .post-content .entry-image .share-buttons {
          left: -40px; } }
      @media (max-width: 991px) {
        .single .post-content .entry-image .share-buttons {
          bottom: -8%;
          left: 0 !important;
          right: 0;
          top: auto; } }
      @media (max-width: 767px) {
        .single .post-content .entry-image .share-buttons {
          bottom: -15%; } }
      .single .post-content .entry-image .share-buttons a {
        color: #3d3f3f;
        font-size: 24px; }
        .single .post-content .entry-image .share-buttons a:hover {
          color: #4bc0b7; }
      .single .post-content .entry-image .share-buttons .fshare {
        background-color: #3d3f3f;
        border-radius: 50%;
        width: 25px;
        height: 25px;
        position: relative;
        left: 5px;
        line-height: 1.75; }
        .single .post-content .entry-image .share-buttons .fshare:hover {
          background-color: #4bc0b7; }
        .single .post-content .entry-image .share-buttons .fshare a {
          color: #fff;
          font-size: 20px; }
      .single .post-content .entry-image .share-buttons div {
        display: block;
        margin-top: 25px; }
        @media (max-width: 991px) {
          .single .post-content .entry-image .share-buttons div {
            display: inline-block; } }
    .single .post-content .entry-image .cat-label {
      position: absolute;
      bottom: 0;
      right: 0;
      height: auto;
      box-sizing: border-box;
      padding: 8px 40px;
      line-height: 40px;
      width: 100%;
      text-transform: uppercase;
      text-align: right;
      /*image:url(_static/images/cat-pattern.jpg);
					size:auto;
					repeat:repeat;
					position:top left;*/
      background-color: #fff;
      font-size: 12px;
      font-weight: 600; }
      .single .post-content .entry-image .cat-label a {
        text-decoration: none;
        color: #2b2b2b;
        margin-right: 15px; }
        .single .post-content .entry-image .cat-label a:last-child {
          margin-right: 0; }
      .single .post-content .entry-image .cat-label .cat-icon {
        max-width: 30px;
        max-height: 30px; }
      .single .post-content .entry-image .cat-label img {
        box-shadow: none;
        vertical-align: middle;
        height: 30px; }
  .single .post-content .entry-content {
    padding: 0 110px;
    /*was 80px*/
    box-sizing: border-box; }
    @media (max-width: 575px) {
      .single .post-content .entry-content {
        padding: 0; } }
    .single .post-content .entry-content blockquote {
      margin: 0 auto 40px;
      padding: 0;
      line-height: 1;
      position: relative; }
      .single .post-content .entry-content blockquote p {
        color: #575959;
        text-align: center;
        font-size: 24px;
        font-style: italic;
        font-weight: 100; }
      .single .post-content .entry-content blockquote cite {
        display: block;
        margin-top: 15px;
        text-transform: uppercase;
        font-style: normal;
        font-weight: 400;
        font-size: 13px; }
        .single .post-content .entry-content blockquote cite::before {
          content: "\2014 \2009"; }
    .single .post-content .entry-content p, .single .post-content .entry-content ul, .single .post-content .entry-content ol {
      color: #141413;
      font-weight: 400; }
    .single .post-content .entry-content .martha-sig {
      margin: 60px 0 35px;
      width: 308px;
      height: 76px;
      background-image: url(_static/images/martha-sig-blog.png);
      background-size: contain;
      background-repeat: no-repeat; }

/*-----------------------------------------------------------------------------------*/
/*	SHARE LINKS
/*-----------------------------------------------------------------------------------*/
.share-buttons {
  text-align: center; }
  .share-buttons div {
    display: inline;
    padding: 0 5px; }

/*-----------------------------------------------------------------------------------*/
/*	POST FOOTER
/*-----------------------------------------------------------------------------------*/
.post-footer {
  max-width: 715px;
  margin: 0 auto 50px; }
  .post-footer a {
    margin-right: 5px;
    text-decoration: none;
    text-transform: uppercase;
    color: #2b2b2b;
    font-size: 12px;
    font-weight: 600; }
  .post-footer .cat-icon img {
    vertical-align: middle;
    max-width: 25px; }
  @media (max-width: 575px) {
    .post-footer .social-links {
      float: none;
      text-align: center; } }
  @media (max-width: 991px) {
    .post-footer {
      margin: 50px 20px; } }
  .post-footer .cat-btn {
    margin-bottom: 0;
    border-color: #acacac;
    height: 34px;
    line-height: 34px;
    padding: 0 25px;
    font-size: 12px;
    font-weight: 300;
    font-style: italic; }
    @media (max-width: 575px) {
      .post-footer .cat-btn {
        margin: 0 auto 25px;
        width: 100%; } }
    .post-footer .cat-btn .cat-icon {
      height: 20px;
      width: 20px; }
    .post-footer .cat-btn img {
      vertical-align: middle;
      max-height: 20px; }
    .post-footer .cat-btn a {
      text-decoration: none;
      color: #000;
      margin-right: 10px; }
      .post-footer .cat-btn a:last-child {
        margin-right: 0; }
    .post-footer .cat-btn:hover {
      border-color: #4bc0b7; }
    .post-footer .cat-btn:hover a {
      color: #fff; }
    .post-footer .cat-btn:hover img {
      filter: brightness(0) invert(1); }

.social-links {
  float: right; }

/*-----------------------------------------------------------------------------------*/
/*	NAVIGATION
/*-----------------------------------------------------------------------------------*/
.pagination {
  margin: 50px 0 100px;
  box-sizing: border-box;
  padding: 25px;
  width: 100%;
  background-color: #fff;
  border-radius: 5px; }
  @media (max-width: 575px) {
    .pagination {
      padding: 25px 5px; } }
#navigation {
  background-color: #f9f9f9;
  max-width: 930px;
  margin: 40px auto;
  box-sizing: border-box;
  padding: 20px;
  overflow: auto; }
  @media (max-width: 991px) {
    #navigation {
      margin: 40px 20px; } }
  #navigation .pagination-singular a {
    text-decoration: none;
    color: #7d7e82;
    line-height: normal; }
    #navigation .pagination-singular a:hover {
      color: #4bc0b7; }
  #navigation .pagination-singular span {
    display: block;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 400; }
  #navigation .pagination-singular svg {
    position: relative;
    top: -1px;
    font-size: 10px; }
  #navigation .pagination-singular .nav-previous {
    float: left;
    text-align: left; }
    @media (max-width: 575px) {
      #navigation .pagination-singular .nav-previous {
        float: none;
        text-align: center;
        margin-bottom: 25px; } }
  #navigation .pagination-singular .nav-next {
    float: right;
    text-align: right; }
    @media (max-width: 575px) {
      #navigation .pagination-singular .nav-next {
        float: none;
        text-align: center; } }
    #navigation .pagination-singular .nav-next span {
      display: block;
      text-transform: uppercase; }

/*-----------------------------------------------------------------------------------*/
/*	ABOUT AUTHOR
/*-----------------------------------------------------------------------------------*/
#about_author {
  background-color: #f1f1f1;
  box-sizing: border-box;
  padding: 35px 20px;
  margin: 0 0 25px;
  box-shadow: 0px 23px 55px 0px rgba(24, 36, 44, 0.54);
  background-image: url(_static/images/about-auth-bg.jpg);
  background-position: bottom center;
  background-size: cover; }
  #about_author .author-panel {
    box-shadow: -0.618px 1.902px 21.85px 1.15px rgba(51, 50, 50, 0.15);
    background-color: #fff;
    max-width: 755px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 30px;
    overflow: auto; }
    #about_author .author-panel .avatar-img {
      text-align: center;
      width: 152px;
      max-height: 152px;
      overflow: hidden;
      float: left;
      margin-right: 25px; }
      @media (max-width: 575px) {
        #about_author .author-panel .avatar-img {
          float: none;
          width: 100%;
          max-height: none;
          margin-bottom: 25px; } }
    #about_author .author-panel .author_text .author-description {
      line-height: 22px;
      color: #474646;
      font-size: 16px;
      font-weight: 600; }
      #about_author .author-panel .author_text .author-description h6 {
        font-size: 15px;
        position: relative;
        width: 100%; }
        #about_author .author-panel .author_text .author-description h6:after {
          width: 270px;
          height: 13px;
          position: absolute;
          content: '';
          display: inline-block;
          background-image: url(_static/images/underline.png);
          background-size: contain; }
          @media (max-width: 767px) {
            #about_author .author-panel .author_text .author-description h6:after {
              display: block;
              position: relative;
              margin-left: 30%; } }
          @media (max-width: 575px) {
            #about_author .author-panel .author_text .author-description h6:after {
              margin-left: 0; } }
      #about_author .author-panel .author_text .author-description a {
        text-decoration: none;
        color: #4bc0b7; }
  #about_author .opt-in {
    max-width: 675px;
    box-sizing: border-box;
    padding: 0 20px;
    margin: 40px auto 0; }
    #about_author .opt-in h5 {
      color: #fff;
      text-transform: uppercase;
      border-bottom: 1px solid #5bc87b;
      margin-bottom: 10px;
      font-size: 18px;
      font-style: italic;
      font-weight: 400; }
    #about_author .opt-in h1 {
      font-size: 36px; }
      @media (max-width: 575px) {
        #about_author .opt-in h1 {
          font-size: 28px; } }
    #about_author .opt-in p {
      font-size: 20px; }
    #about_author .opt-in form {
      margin-bottom: 0; }
      #about_author .opt-in form div {
        display: inline; }
      #about_author .opt-in form input, #about_author .opt-in form button {
        border-radius: 22.5px;
        height: 40px;
        text-align: center;
        margin-bottom: 0;
        font-size: 12px; }
      #about_author .opt-in form input[type="text"] {
        margin-right: 30px; }
        @media (max-width: 767px) {
          #about_author .opt-in form input[type="text"] {
            margin-right: 10px; } }
        @media (max-width: 575px) {
          #about_author .opt-in form input[type="text"] {
            margin-right: 0; } }
      #about_author .opt-in form input[type="submit"], #about_author .opt-in form button {
        margin-left: 25px;
        background-color: #ac9455;
        border-color: #ac9455;
        color: #fff;
        height: 35px;
        line-height: 35px;
        padding: 0 30px;
        font-size: 10px;
        font-weight: 400; }
        @media (max-width: 767px) {
          #about_author .opt-in form input[type="submit"], #about_author .opt-in form button {
            margin-left: 10px; } }
        @media (max-width: 575px) {
          #about_author .opt-in form input[type="submit"], #about_author .opt-in form button {
            margin-left: 0;
            width: 100%; } }
        #about_author .opt-in form input[type="submit"]:hover, #about_author .opt-in form button:hover {
          background-color: #4bc0b7;
          border-color: #4bc0b7; }
      #about_author .opt-in form input[type="text"], #about_author .opt-in form input[type="email"] {
        min-width: 215px; }
        @media (max-width: 575px) {
          #about_author .opt-in form input[type="text"], #about_author .opt-in form input[type="email"] {
            min-width: 100%;
            margin-bottom: 25px; } }
/*-----------------------------------------------------------------------------------*/
/*	SIDEBAR & WIDGETS
/*-----------------------------------------------------------------------------------*/
#sidebar h3 {
  font-size: 20px;
  text-transform: lowercase;
  text-align: left; }

#sidebar .widget {
  margin-bottom: 30px;
  padding: 0 0 10px;
  border-bottom: thin solid #2f6868; }
  #sidebar .widget ul {
    list-style: none; }
  #sidebar .widget:last-child {
    border-bottom: none; }

#sidebar .widget.social {
  padding-bottom: 20px; }
  #sidebar .widget.social a {
    font-size: 18px;
    margin-left: 3%;
    text-decoration: none; }
    #sidebar .widget.social a:hover {
      color: #2f6868; }

#sidebar .widget-subtitle {
  color: #ccc;
  font-style: italic;
  margin: -20px auto 20px; }

/*-----------------------------------------------------------------------------------*/
/*	RELATED POSTS
/*-----------------------------------------------------------------------------------*/
#related_posts h3 {
  font-size: 20px; }

#related_posts ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  #related_posts ul li {
    text-align: center;
    box-sizing: border-box;
    width: 32.26%;
    margin-right: 1.6%; }
    #related_posts ul li:last-child {
      margin-right: 0; }

#related_posts .relatedcontent h3 {
  text-transform: none;
  font-size: 16px !important;
  text-align: center;
  margin-bottom: 0; }
  #related_posts .relatedcontent h3 a {
    color: #000; }
    #related_posts .relatedcontent h3 a:hover {
      text-decoration: none; }

/*-----------------------------------------------------------------------------------*/
/*	COMMENTS
/*-----------------------------------------------------------------------------------*/
#comments {
  clear: both;
  padding-top: 10px; }
  @media (max-width: 575px) {
    #comments {
      padding: 10px 20px 0; } }
  #comments h4.comments-header {
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: #222328;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center; }
    #comments h4.comments-header:before, #comments h4.comments-header:after {
      position: absolute;
      top: 51%;
      overflow: hidden;
      width: 48%;
      height: 1px;
      content: '\a0';
      background-color: #eca583; }
    #comments h4.comments-header:before {
      margin-left: -50%;
      text-align: right; }
    #comments h4.comments-header:after {
      margin-left: 25px; }
  #comments ul#comment-block {
    margin: 70px auto 0;
    padding-bottom: 10px;
    max-width: 730px; }
    @media (max-width: 767px) {
      #comments ul#comment-block {
        padding: 0 20px 10px; } }
    @media (max-width: 575px) {
      #comments ul#comment-block {
        padding: 0 0 10px; } }
    #comments ul#comment-block li.comment {
      padding: 10px 0;
      list-style: none;
      overflow: hidden;
      margin-bottom: 35px; }
      #comments ul#comment-block li.comment:last-child {
        margin-bottom: 0; }
      #comments ul#comment-block li.comment ul.children {
        margin: 0 0 0 15%; }
        #comments ul#comment-block li.comment ul.children li.comment {
          border-bottom: none;
          padding-bottom: 0;
          margin-top: 15px; }
      #comments ul#comment-block li.comment .user {
        float: left;
        width: 56px;
        height: 56px;
        margin-right: 20px; }
        #comments ul#comment-block li.comment .user img {
          border-radius: 50%; }
      #comments ul#comment-block li.comment .message {
        overflow: hidden;
        padding: 0 20px 10px 20px;
        position: relative;
        border-bottom: 1px solid #f0f2f7; }
        #comments ul#comment-block li.comment .message .reply-link {
          text-transform: lowercase;
          text-align: right;
          font-size: 16px;
          font-weight: 600;
          font-family: "proxima-nova";
          font-style: italic; }
          #comments ul#comment-block li.comment .message .reply-link a {
            color: #ac9455;
            text-decoration: none; }
        #comments ul#comment-block li.comment .message .info {
          margin-bottom: 0; }
      #comments ul#comment-block li.comment .comment-author {
        color: #ac9455;
        font-size: 18px;
        font-weight: 400;
        font-family: "proxima-nova"; }
        #comments ul#comment-block li.comment .comment-author a {
          color: #ac9455;
          text-decoration: none; }
      #comments ul#comment-block li.comment .comment-body p {
        color: #5a5a5b;
        letter-spacing: normal;
        line-height: 22px;
        font-size: 16px;
        font-weight: 400; }
      #comments ul#comment-block li.comment .comment-time {
        text-transform: uppercase;
        margin: .5em -1em 0 0;
        line-height: normal;
        font-size: 11px;
        font-style: italic;
        font-weight: 400; }
        #comments ul#comment-block li.comment .comment-time a {
          color: #6a6a69;
          text-decoration: none; }
          #comments ul#comment-block li.comment .comment-time a:hover {
            color: #2f6868; }

/*-----------------------------------------------------------------------------------*/
/*	COMMENT FORM
/*-----------------------------------------------------------------------------------*/
#respond {
  padding: 20px 0 0;
  clear: both;
  overflow: hidden;
  max-width: 630px;
  margin: 0 auto; }
  #respond h5.comments-headers {
    color: #ac9455;
    text-transform: none;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
    font-family: "proxima-nova"; }
  #respond p {
    color: #5c5b59;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400; }
    #respond p .required {
      color: #ac9455;
      vertical-align: middle;
      margin-right: 8px;
      font-size: 20px; }
  #respond form {
    margin-bottom: 0; }
    #respond form .form-group {
      position: relative; }
    #respond form .form-group .placeholder {
      position: absolute;
      top: 3px;
      left: 10px;
      color: #626666;
      display: none; }
    #respond form .form-group label {
      color: #626666;
      display: inline-block;
      max-width: 100%;
      margin-bottom: 5px;
      font-size: 12px;
      font-weight: 400; }
    #respond form .form-group .star {
      color: #ac9455;
      position: relative;
      left: -3px; }
    #respond form input {
      height: 33px;
      max-width: 255px;
      display: block; }
    #respond form input, #respond form textarea {
      background-color: #f6f7f8;
      border: 1px solid #e3e8f0;
      border-radius: 5px;
      color: #626666;
      margin-bottom: 2%;
      font-size: 11px;
      font-weight: 400; }
    #respond form input[type="submit"] {
      background-color: #2f6868;
      border-color: #2f6868;
      border-radius: 17px;
      color: #fff;
      height: 30px;
      line-height: 30px;
      font-size: 12px;
      font-weight: 400; }
      #respond form input[type="submit"]:hover {
        background-color: #4bc0b7;
        border-color: #4bc0b7; }

/*-----------------------------------------------------------------------------------*/
/*	BLOG FOOTER
/*-----------------------------------------------------------------------------------*/
.blog-footer {
  box-sizing: border-box;
  padding: 55px 0;
  background-color: #ece9e8; }
  @media (max-width: 991px) {
    .blog-footer {
      padding: 55px 0 0; } }
  .blog-footer h1.featured-heading {
    text-align: center;
    overflow: hidden;
    color: #ac9455;
    text-transform: none;
    position: relative;
    z-index: 1;
    font-size: 38px;
    font-weight: 400;
    font-family: "proxima-nova"; }
    .blog-footer h1.featured-heading:before, .blog-footer h1.featured-heading:after {
      position: absolute;
      top: 51%;
      overflow: hidden;
      width: 48%;
      height: 1px;
      content: '\a0';
      background-color: #4bc0b7; }
    .blog-footer h1.featured-heading:before {
      margin-left: -50%;
      text-align: right; }
    .blog-footer h1.featured-heading:after {
      margin-left: 25px; }
      @media (max-width: 575px) {
        .blog-footer h1.featured-heading:after {
          margin-left: 5px; } }
  .blog-footer .container {
    max-width: 1015px; }
    .blog-footer .container .grid {
      margin-top: 60px; }
      .blog-footer .container .grid .col-1 {
        flex: 50%;
        padding-right: 80px; }
        @media (max-width: 991px) {
          .blog-footer .container .grid .col-1 {
            padding-right: 0; } }
        .blog-footer .container .grid .col-1 h5.explore-heading {
          font-size: 20px; }
        .blog-footer .container .grid .col-1 .fav-posts {
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap;
          margin-top: 25px; }
          @media (max-width: 991px) {
            .blog-footer .container .grid .col-1 .fav-posts {
              margin-bottom: 25px; } }
          .blog-footer .container .grid .col-1 .fav-posts .fav-post {
            width: 45%;
            margin-bottom: 30px; }
            @media (max-width: 575px) {
              .blog-footer .container .grid .col-1 .fav-posts .fav-post {
                width: 100%; } }
            .blog-footer .container .grid .col-1 .fav-posts .fav-post .img {
              border: 3px solid #fff;
              box-shadow: 0px 22px 117.86px 0px rgba(58, 23, 0, 0.38);
              width: 172px;
              height: 110px;
              margin-bottom: 15px;
              background-size: cover !important;
              background-repeat: no-repeat !important;
              background-position: top left !important; }
              @media (max-width: 991px) {
                .blog-footer .container .grid .col-1 .fav-posts .fav-post .img {
                  width: 100%;
                  height: 200px; } }
            .blog-footer .container .grid .col-1 .fav-posts .fav-post .title {
              line-height: 20px;
              max-width: 90%;
              font-size: 18px; }
              .blog-footer .container .grid .col-1 .fav-posts .fav-post .title a {
                text-decoration: none;
                color: #555a5a; }
              @media (max-width: 991px) {
                .blog-footer .container .grid .col-1 .fav-posts .fav-post .title {
                  font-size: 18px; } }
      .blog-footer .container .grid .col-2 {
        flex: 50%;
        padding-left: 150px; }
        @media (max-width: 1199px) {
          .blog-footer .container .grid .col-2 {
            padding-left: 0; } }
        .blog-footer .container .grid .col-2 .search-blog {
          margin-bottom: 100px; }
          @media (max-width: 991px) {
            .blog-footer .container .grid .col-2 .search-blog {
              margin-bottom: 25px; } }
          .blog-footer .container .grid .col-2 .search-blog #search_form {
            margin-bottom: 0; }
            .blog-footer .container .grid .col-2 .search-blog #search_form input[type="text"] {
              box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.07);
              border: 1px solid #e0e0e0;
              text-transform: lowercase;
              width: 85%;
              height: 40px;
              margin-right: -.5em;
              color: #b1bcbd;
              font-style: italic;
              font-size: 18px;
              font-weight: 300;
              font-family: "proxima-nova"; }
              @media (max-width: 991px) {
                .blog-footer .container .grid .col-2 .search-blog #search_form input[type="text"] {
                  width: 93.5%; } }
              @media (max-width: 767px) {
                .blog-footer .container .grid .col-2 .search-blog #search_form input[type="text"] {
                  width: 92%; } }
              @media (max-width: 575px) {
                .blog-footer .container .grid .col-2 .search-blog #search_form input[type="text"] {
                  width: 85%; } }
            .blog-footer .container .grid .col-2 .search-blog #search_form button {
              background-color: #168c91;
              border-color: #168c91;
              height: 38px;
              line-height: 38px;
              width: 53px;
              padding: 0;
              position: relative;
              top: 2px;
              font-size: 22px; }
              @media (max-width: 991px) {
                .blog-footer .container .grid .col-2 .search-blog #search_form button {
                  width: 47px; } }
              .blog-footer .container .grid .col-2 .search-blog #search_form button:hover {
                background-color: #4bc0b7;
                border-color: #4bc0b7; }
        .blog-footer .container .grid .col-2 .cat-topics ul {
          list-style: none;
          columns: 2;
          column-gap: 0;
          margin-bottom: 10px; }
          .blog-footer .container .grid .col-2 .cat-topics ul li {
            text-transform: uppercase;
            border-bottom: 1px solid #e1e1e1;
            padding: 2px 0; }
            .blog-footer .container .grid .col-2 .cat-topics ul li a {
              text-decoration: none;
              color: #555a5a;
              font-size: 16px; }
              .blog-footer .container .grid .col-2 .cat-topics ul li a:hover {
                color: #4bc0b7; }
              @media (max-width: 991px) {
                .blog-footer .container .grid .col-2 .cat-topics ul li a {
                  font-size: 16px; } }
            .blog-footer .container .grid .col-2 .cat-topics ul li .cat-img {
              display: inline-block;
              vertical-align: middle;
              height: 30px;
              width: 30px;
              margin-right: 5px; }
    .blog-footer .container h5.explore-heading {
      position: relative;
      font-size: 18px;
      z-index: 1;
      overflow: hidden;
      color: #555a5a; }
      .blog-footer .container h5.explore-heading:after {
        position: absolute;
        top: 51%;
        overflow: hidden;
        width: 100%;
        height: 1px;
        content: '\a0';
        margin-left: 10px;
        background-color: #2f6868; }

.center-link {
  text-align: center;
  text-transform: uppercase;
  font-style: italic;
  font-size: 16px; }
  .center-link a {
    text-decoration: none;
    color: #555a5a; }
    .center-link a:hover {
      color: #4bc0b7; }
  @media (max-width: 991px) {
    .center-link {
      text-align: left;
      padding: 0 0 20px; } }
/* Podcast Page Styles */
.post-type-archive-podcasts .podcast-archive-hero-header, .single-podcasts .podcast-archive-hero-header, .tax-podcast_category .podcast-archive-hero-header, .page-template-template-podcast-static-page .podcast-archive-hero-header, .post-type-archive-gathering_pod .podcast-archive-hero-header, .page-template-template-podcast-static-gathering-pod-page .podcast-archive-hero-header {
  box-sizing: border-box;
  padding: 50px 0 125px;
  margin: -50px auto 0;
  position: relative;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat; }
  .post-type-archive-podcasts .podcast-archive-hero-header.gathering-pod-hero, .single-podcasts .podcast-archive-hero-header.gathering-pod-hero, .tax-podcast_category .podcast-archive-hero-header.gathering-pod-hero, .page-template-template-podcast-static-page .podcast-archive-hero-header.gathering-pod-hero, .post-type-archive-gathering_pod .podcast-archive-hero-header.gathering-pod-hero, .page-template-template-podcast-static-gathering-pod-page .podcast-archive-hero-header.gathering-pod-hero {
    background-position: center center; }
    .post-type-archive-podcasts .podcast-archive-hero-header.gathering-pod-hero .col-2.hero-text p:first-child, .single-podcasts .podcast-archive-hero-header.gathering-pod-hero .col-2.hero-text p:first-child, .tax-podcast_category .podcast-archive-hero-header.gathering-pod-hero .col-2.hero-text p:first-child, .page-template-template-podcast-static-page .podcast-archive-hero-header.gathering-pod-hero .col-2.hero-text p:first-child, .post-type-archive-gathering_pod .podcast-archive-hero-header.gathering-pod-hero .col-2.hero-text p:first-child, .page-template-template-podcast-static-gathering-pod-page .podcast-archive-hero-header.gathering-pod-hero .col-2.hero-text p:first-child {
      margin-bottom: 1%; }
    .post-type-archive-podcasts .podcast-archive-hero-header.gathering-pod-hero .col-2.hero-text h1, .single-podcasts .podcast-archive-hero-header.gathering-pod-hero .col-2.hero-text h1, .tax-podcast_category .podcast-archive-hero-header.gathering-pod-hero .col-2.hero-text h1, .page-template-template-podcast-static-page .podcast-archive-hero-header.gathering-pod-hero .col-2.hero-text h1, .post-type-archive-gathering_pod .podcast-archive-hero-header.gathering-pod-hero .col-2.hero-text h1, .page-template-template-podcast-static-gathering-pod-page .podcast-archive-hero-header.gathering-pod-hero .col-2.hero-text h1 {
      line-height: 49px;
      /*letter-spacing: .060em !important;*/ }
    .post-type-archive-podcasts .podcast-archive-hero-header.gathering-pod-hero .subscribe-btns .subscribe-btn, .single-podcasts .podcast-archive-hero-header.gathering-pod-hero .subscribe-btns .subscribe-btn, .tax-podcast_category .podcast-archive-hero-header.gathering-pod-hero .subscribe-btns .subscribe-btn, .page-template-template-podcast-static-page .podcast-archive-hero-header.gathering-pod-hero .subscribe-btns .subscribe-btn, .post-type-archive-gathering_pod .podcast-archive-hero-header.gathering-pod-hero .subscribe-btns .subscribe-btn, .page-template-template-podcast-static-gathering-pod-page .podcast-archive-hero-header.gathering-pod-hero .subscribe-btns .subscribe-btn {
      color: #fff !important;
      background-color: #2a4254 !important;
      border-color: #2a4254; }
      .post-type-archive-podcasts .podcast-archive-hero-header.gathering-pod-hero .subscribe-btns .subscribe-btn .btn-icon img, .single-podcasts .podcast-archive-hero-header.gathering-pod-hero .subscribe-btns .subscribe-btn .btn-icon img, .tax-podcast_category .podcast-archive-hero-header.gathering-pod-hero .subscribe-btns .subscribe-btn .btn-icon img, .page-template-template-podcast-static-page .podcast-archive-hero-header.gathering-pod-hero .subscribe-btns .subscribe-btn .btn-icon img, .post-type-archive-gathering_pod .podcast-archive-hero-header.gathering-pod-hero .subscribe-btns .subscribe-btn .btn-icon img, .page-template-template-podcast-static-gathering-pod-page .podcast-archive-hero-header.gathering-pod-hero .subscribe-btns .subscribe-btn .btn-icon img {
        filter: brightness(0) invert(1); }
      .post-type-archive-podcasts .podcast-archive-hero-header.gathering-pod-hero .subscribe-btns .subscribe-btn:hover, .single-podcasts .podcast-archive-hero-header.gathering-pod-hero .subscribe-btns .subscribe-btn:hover, .tax-podcast_category .podcast-archive-hero-header.gathering-pod-hero .subscribe-btns .subscribe-btn:hover, .page-template-template-podcast-static-page .podcast-archive-hero-header.gathering-pod-hero .subscribe-btns .subscribe-btn:hover, .post-type-archive-gathering_pod .podcast-archive-hero-header.gathering-pod-hero .subscribe-btns .subscribe-btn:hover, .page-template-template-podcast-static-gathering-pod-page .podcast-archive-hero-header.gathering-pod-hero .subscribe-btns .subscribe-btn:hover {
        background-color: #4bc0b7 !important;
        border-color: #4bc0b7 !important; }
  @media (max-width: 575px) {
    .post-type-archive-podcasts .podcast-archive-hero-header, .single-podcasts .podcast-archive-hero-header, .tax-podcast_category .podcast-archive-hero-header, .page-template-template-podcast-static-page .podcast-archive-hero-header, .post-type-archive-gathering_pod .podcast-archive-hero-header, .page-template-template-podcast-static-gathering-pod-page .podcast-archive-hero-header {
      padding: 50px 0; } }
  .post-type-archive-podcasts .podcast-archive-hero-header:before, .single-podcasts .podcast-archive-hero-header:before, .tax-podcast_category .podcast-archive-hero-header:before, .page-template-template-podcast-static-page .podcast-archive-hero-header:before, .post-type-archive-gathering_pod .podcast-archive-hero-header:before, .page-template-template-podcast-static-gathering-pod-page .podcast-archive-hero-header:before {
    height: 132px;
    width: 100%;
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    bottom: 20%;
    background-image: url(_static/images/wavy-lines.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .post-type-archive-podcasts .podcast-archive-hero-header .container, .single-podcasts .podcast-archive-hero-header .container, .tax-podcast_category .podcast-archive-hero-header .container, .page-template-template-podcast-static-page .podcast-archive-hero-header .container, .post-type-archive-gathering_pod .podcast-archive-hero-header .container, .page-template-template-podcast-static-gathering-pod-page .podcast-archive-hero-header .container {
    max-width: 1090px; }
    @media (max-width: 991px) {
      .post-type-archive-podcasts .podcast-archive-hero-header .container .grid, .single-podcasts .podcast-archive-hero-header .container .grid, .tax-podcast_category .podcast-archive-hero-header .container .grid, .page-template-template-podcast-static-page .podcast-archive-hero-header .container .grid, .post-type-archive-gathering_pod .podcast-archive-hero-header .container .grid, .page-template-template-podcast-static-gathering-pod-page .podcast-archive-hero-header .container .grid {
        display: block; } }
    .post-type-archive-podcasts .podcast-archive-hero-header .container .col-1, .single-podcasts .podcast-archive-hero-header .container .col-1, .tax-podcast_category .podcast-archive-hero-header .container .col-1, .page-template-template-podcast-static-page .podcast-archive-hero-header .container .col-1, .post-type-archive-gathering_pod .podcast-archive-hero-header .container .col-1, .page-template-template-podcast-static-gathering-pod-page .podcast-archive-hero-header .container .col-1 {
      position: relative;
      z-index: 1;
      text-align: center; }
      @media (max-width: 991px) {
        .post-type-archive-podcasts .podcast-archive-hero-header .container .col-1, .single-podcasts .podcast-archive-hero-header .container .col-1, .tax-podcast_category .podcast-archive-hero-header .container .col-1, .page-template-template-podcast-static-page .podcast-archive-hero-header .container .col-1, .post-type-archive-gathering_pod .podcast-archive-hero-header .container .col-1, .page-template-template-podcast-static-gathering-pod-page .podcast-archive-hero-header .container .col-1 {
          margin-bottom: 25px; } }
      .post-type-archive-podcasts .podcast-archive-hero-header .container .col-1 img, .single-podcasts .podcast-archive-hero-header .container .col-1 img, .tax-podcast_category .podcast-archive-hero-header .container .col-1 img, .page-template-template-podcast-static-page .podcast-archive-hero-header .container .col-1 img, .post-type-archive-gathering_pod .podcast-archive-hero-header .container .col-1 img, .page-template-template-podcast-static-gathering-pod-page .podcast-archive-hero-header .container .col-1 img {
        box-shadow: 16.929px 8.626px 15px 0px rgba(0, 0, 0, 0.3); }
    .post-type-archive-podcasts .podcast-archive-hero-header .container .col-2, .single-podcasts .podcast-archive-hero-header .container .col-2, .tax-podcast_category .podcast-archive-hero-header .container .col-2, .page-template-template-podcast-static-page .podcast-archive-hero-header .container .col-2, .post-type-archive-gathering_pod .podcast-archive-hero-header .container .col-2, .page-template-template-podcast-static-gathering-pod-page .podcast-archive-hero-header .container .col-2 {
      position: relative;
      z-index: 1;
      padding-left: 50px; }
      @media (max-width: 991px) {
        .post-type-archive-podcasts .podcast-archive-hero-header .container .col-2, .single-podcasts .podcast-archive-hero-header .container .col-2, .tax-podcast_category .podcast-archive-hero-header .container .col-2, .page-template-template-podcast-static-page .podcast-archive-hero-header .container .col-2, .post-type-archive-gathering_pod .podcast-archive-hero-header .container .col-2, .page-template-template-podcast-static-gathering-pod-page .podcast-archive-hero-header .container .col-2 {
          padding-left: 0;
          flex: 1 !important; } }
      .post-type-archive-podcasts .podcast-archive-hero-header .container .col-2 h1, .single-podcasts .podcast-archive-hero-header .container .col-2 h1, .tax-podcast_category .podcast-archive-hero-header .container .col-2 h1, .page-template-template-podcast-static-page .podcast-archive-hero-header .container .col-2 h1, .post-type-archive-gathering_pod .podcast-archive-hero-header .container .col-2 h1, .page-template-template-podcast-static-gathering-pod-page .podcast-archive-hero-header .container .col-2 h1 {
        letter-spacing: .2em !important;
        margin-bottom: 0; }
        @media (max-width: 575px) {
          .post-type-archive-podcasts .podcast-archive-hero-header .container .col-2 h1, .single-podcasts .podcast-archive-hero-header .container .col-2 h1, .tax-podcast_category .podcast-archive-hero-header .container .col-2 h1, .page-template-template-podcast-static-page .podcast-archive-hero-header .container .col-2 h1, .post-type-archive-gathering_pod .podcast-archive-hero-header .container .col-2 h1, .page-template-template-podcast-static-gathering-pod-page .podcast-archive-hero-header .container .col-2 h1 {
            letter-spacing: .1em !important; }
            .post-type-archive-podcasts .podcast-archive-hero-header .container .col-2 h1 span, .single-podcasts .podcast-archive-hero-header .container .col-2 h1 span, .tax-podcast_category .podcast-archive-hero-header .container .col-2 h1 span, .page-template-template-podcast-static-page .podcast-archive-hero-header .container .col-2 h1 span, .post-type-archive-gathering_pod .podcast-archive-hero-header .container .col-2 h1 span, .page-template-template-podcast-static-gathering-pod-page .podcast-archive-hero-header .container .col-2 h1 span {
              font-size: 50px !important; } }
      .post-type-archive-podcasts .podcast-archive-hero-header .container .col-2 h4, .single-podcasts .podcast-archive-hero-header .container .col-2 h4, .tax-podcast_category .podcast-archive-hero-header .container .col-2 h4, .page-template-template-podcast-static-page .podcast-archive-hero-header .container .col-2 h4, .post-type-archive-gathering_pod .podcast-archive-hero-header .container .col-2 h4, .page-template-template-podcast-static-gathering-pod-page .podcast-archive-hero-header .container .col-2 h4 {
        letter-spacing: .2em !important;
        margin-bottom: 15px;
        font-size: 26px;
        font-weight: 300; }
        @media (max-width: 575px) {
          .post-type-archive-podcasts .podcast-archive-hero-header .container .col-2 h4, .single-podcasts .podcast-archive-hero-header .container .col-2 h4, .tax-podcast_category .podcast-archive-hero-header .container .col-2 h4, .page-template-template-podcast-static-page .podcast-archive-hero-header .container .col-2 h4, .post-type-archive-gathering_pod .podcast-archive-hero-header .container .col-2 h4, .page-template-template-podcast-static-gathering-pod-page .podcast-archive-hero-header .container .col-2 h4 {
            font-size: 20px; } }
    .post-type-archive-podcasts .podcast-archive-hero-header .container .subscribe-btns, .single-podcasts .podcast-archive-hero-header .container .subscribe-btns, .tax-podcast_category .podcast-archive-hero-header .container .subscribe-btns, .page-template-template-podcast-static-page .podcast-archive-hero-header .container .subscribe-btns, .post-type-archive-gathering_pod .podcast-archive-hero-header .container .subscribe-btns, .page-template-template-podcast-static-gathering-pod-page .podcast-archive-hero-header .container .subscribe-btns {
      position: relative;
      z-index: 1;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      max-width: 575px;
      margin: 25px auto 0; }
      .post-type-archive-podcasts .podcast-archive-hero-header .container .subscribe-btns .subscribe-btn, .single-podcasts .podcast-archive-hero-header .container .subscribe-btns .subscribe-btn, .tax-podcast_category .podcast-archive-hero-header .container .subscribe-btns .subscribe-btn, .page-template-template-podcast-static-page .podcast-archive-hero-header .container .subscribe-btns .subscribe-btn, .post-type-archive-gathering_pod .podcast-archive-hero-header .container .subscribe-btns .subscribe-btn, .page-template-template-podcast-static-gathering-pod-page .podcast-archive-hero-header .container .subscribe-btns .subscribe-btn {
        width: 31%;
        box-shadow: 16.929px 8.626px 15px 0px rgba(0, 0, 0, 0.3);
        color: #000;
        display: inline-block;
        line-height: 1;
        box-sizing: border-box;
        padding: 10px;
        height: 52px;
        transition: all 0.3s ease;
        font-size: 13px;
        text-decoration: none;
        text-transform: uppercase;
        background-color: #fff; }
        @media (max-width: 575px) {
          .post-type-archive-podcasts .podcast-archive-hero-header .container .subscribe-btns .subscribe-btn, .single-podcasts .podcast-archive-hero-header .container .subscribe-btns .subscribe-btn, .tax-podcast_category .podcast-archive-hero-header .container .subscribe-btns .subscribe-btn, .page-template-template-podcast-static-page .podcast-archive-hero-header .container .subscribe-btns .subscribe-btn, .post-type-archive-gathering_pod .podcast-archive-hero-header .container .subscribe-btns .subscribe-btn, .page-template-template-podcast-static-gathering-pod-page .podcast-archive-hero-header .container .subscribe-btns .subscribe-btn {
            width: 100%;
            margin-bottom: 25px; } }
        .post-type-archive-podcasts .podcast-archive-hero-header .container .subscribe-btns .subscribe-btn .btn-icon img, .single-podcasts .podcast-archive-hero-header .container .subscribe-btns .subscribe-btn .btn-icon img, .tax-podcast_category .podcast-archive-hero-header .container .subscribe-btns .subscribe-btn .btn-icon img, .page-template-template-podcast-static-page .podcast-archive-hero-header .container .subscribe-btns .subscribe-btn .btn-icon img, .post-type-archive-gathering_pod .podcast-archive-hero-header .container .subscribe-btns .subscribe-btn .btn-icon img, .page-template-template-podcast-static-gathering-pod-page .podcast-archive-hero-header .container .subscribe-btns .subscribe-btn .btn-icon img {
          max-width: 35px; }
        .post-type-archive-podcasts .podcast-archive-hero-header .container .subscribe-btns .subscribe-btn:hover, .single-podcasts .podcast-archive-hero-header .container .subscribe-btns .subscribe-btn:hover, .tax-podcast_category .podcast-archive-hero-header .container .subscribe-btns .subscribe-btn:hover, .page-template-template-podcast-static-page .podcast-archive-hero-header .container .subscribe-btns .subscribe-btn:hover, .post-type-archive-gathering_pod .podcast-archive-hero-header .container .subscribe-btns .subscribe-btn:hover, .page-template-template-podcast-static-gathering-pod-page .podcast-archive-hero-header .container .subscribe-btns .subscribe-btn:hover {
          color: #fff;
          background-color: #4bc0b7;
          border-color: #4bc0b7; }
          .post-type-archive-podcasts .podcast-archive-hero-header .container .subscribe-btns .subscribe-btn:hover .btn-icon img, .single-podcasts .podcast-archive-hero-header .container .subscribe-btns .subscribe-btn:hover .btn-icon img, .tax-podcast_category .podcast-archive-hero-header .container .subscribe-btns .subscribe-btn:hover .btn-icon img, .page-template-template-podcast-static-page .podcast-archive-hero-header .container .subscribe-btns .subscribe-btn:hover .btn-icon img, .post-type-archive-gathering_pod .podcast-archive-hero-header .container .subscribe-btns .subscribe-btn:hover .btn-icon img, .page-template-template-podcast-static-gathering-pod-page .podcast-archive-hero-header .container .subscribe-btns .subscribe-btn:hover .btn-icon img {
            filter: brightness(0) invert(1); }
        .post-type-archive-podcasts .podcast-archive-hero-header .container .subscribe-btns .subscribe-btn:nth-child(1) .btn-icon, .post-type-archive-podcasts .podcast-archive-hero-header .container .subscribe-btns .subscribe-btn:nth-child(2) .btn-icon, .single-podcasts .podcast-archive-hero-header .container .subscribe-btns .subscribe-btn:nth-child(1) .btn-icon, .single-podcasts .podcast-archive-hero-header .container .subscribe-btns .subscribe-btn:nth-child(2) .btn-icon, .tax-podcast_category .podcast-archive-hero-header .container .subscribe-btns .subscribe-btn:nth-child(1) .btn-icon, .tax-podcast_category .podcast-archive-hero-header .container .subscribe-btns .subscribe-btn:nth-child(2) .btn-icon, .page-template-template-podcast-static-page .podcast-archive-hero-header .container .subscribe-btns .subscribe-btn:nth-child(1) .btn-icon, .page-template-template-podcast-static-page .podcast-archive-hero-header .container .subscribe-btns .subscribe-btn:nth-child(2) .btn-icon, .post-type-archive-gathering_pod .podcast-archive-hero-header .container .subscribe-btns .subscribe-btn:nth-child(1) .btn-icon, .post-type-archive-gathering_pod .podcast-archive-hero-header .container .subscribe-btns .subscribe-btn:nth-child(2) .btn-icon, .page-template-template-podcast-static-gathering-pod-page .podcast-archive-hero-header .container .subscribe-btns .subscribe-btn:nth-child(1) .btn-icon, .page-template-template-podcast-static-gathering-pod-page .podcast-archive-hero-header .container .subscribe-btns .subscribe-btn:nth-child(2) .btn-icon {
          top: -2px; }
        .post-type-archive-podcasts .podcast-archive-hero-header .container .subscribe-btns .subscribe-btn:nth-child(3) .btn-icon, .single-podcasts .podcast-archive-hero-header .container .subscribe-btns .subscribe-btn:nth-child(3) .btn-icon, .tax-podcast_category .podcast-archive-hero-header .container .subscribe-btns .subscribe-btn:nth-child(3) .btn-icon, .page-template-template-podcast-static-page .podcast-archive-hero-header .container .subscribe-btns .subscribe-btn:nth-child(3) .btn-icon, .post-type-archive-gathering_pod .podcast-archive-hero-header .container .subscribe-btns .subscribe-btn:nth-child(3) .btn-icon, .page-template-template-podcast-static-gathering-pod-page .podcast-archive-hero-header .container .subscribe-btns .subscribe-btn:nth-child(3) .btn-icon {
          top: 3px; }
        .post-type-archive-podcasts .podcast-archive-hero-header .container .subscribe-btns .subscribe-btn .btn-txt, .single-podcasts .podcast-archive-hero-header .container .subscribe-btns .subscribe-btn .btn-txt, .tax-podcast_category .podcast-archive-hero-header .container .subscribe-btns .subscribe-btn .btn-txt, .page-template-template-podcast-static-page .podcast-archive-hero-header .container .subscribe-btns .subscribe-btn .btn-txt, .post-type-archive-gathering_pod .podcast-archive-hero-header .container .subscribe-btns .subscribe-btn .btn-txt, .page-template-template-podcast-static-gathering-pod-page .podcast-archive-hero-header .container .subscribe-btns .subscribe-btn .btn-txt {
          position: relative;
          top: 4px;
          letter-spacing: .025em; }
          @media (max-width: 575px) {
            .post-type-archive-podcasts .podcast-archive-hero-header .container .subscribe-btns .subscribe-btn .btn-txt, .single-podcasts .podcast-archive-hero-header .container .subscribe-btns .subscribe-btn .btn-txt, .tax-podcast_category .podcast-archive-hero-header .container .subscribe-btns .subscribe-btn .btn-txt, .page-template-template-podcast-static-page .podcast-archive-hero-header .container .subscribe-btns .subscribe-btn .btn-txt, .post-type-archive-gathering_pod .podcast-archive-hero-header .container .subscribe-btns .subscribe-btn .btn-txt, .page-template-template-podcast-static-gathering-pod-page .podcast-archive-hero-header .container .subscribe-btns .subscribe-btn .btn-txt {
              line-height: 2; }
              .post-type-archive-podcasts .podcast-archive-hero-header .container .subscribe-btns .subscribe-btn .btn-txt br, .single-podcasts .podcast-archive-hero-header .container .subscribe-btns .subscribe-btn .btn-txt br, .tax-podcast_category .podcast-archive-hero-header .container .subscribe-btns .subscribe-btn .btn-txt br, .page-template-template-podcast-static-page .podcast-archive-hero-header .container .subscribe-btns .subscribe-btn .btn-txt br, .post-type-archive-gathering_pod .podcast-archive-hero-header .container .subscribe-btns .subscribe-btn .btn-txt br, .page-template-template-podcast-static-gathering-pod-page .podcast-archive-hero-header .container .subscribe-btns .subscribe-btn .btn-txt br {
                display: none; } }
        .post-type-archive-podcasts .podcast-archive-hero-header .container .subscribe-btns .subscribe-btn .btn-icon, .single-podcasts .podcast-archive-hero-header .container .subscribe-btns .subscribe-btn .btn-icon, .tax-podcast_category .podcast-archive-hero-header .container .subscribe-btns .subscribe-btn .btn-icon, .page-template-template-podcast-static-page .podcast-archive-hero-header .container .subscribe-btns .subscribe-btn .btn-icon, .post-type-archive-gathering_pod .podcast-archive-hero-header .container .subscribe-btns .subscribe-btn .btn-icon, .page-template-template-podcast-static-gathering-pod-page .podcast-archive-hero-header .container .subscribe-btns .subscribe-btn .btn-icon {
          float: left;
          padding: 0 10px 0 0;
          position: relative; }

.post-type-archive-podcasts .hero-header, .single-podcasts .hero-header, .tax-podcast_category .hero-header, .page-template-template-podcast-static-page .hero-header, .post-type-archive-gathering_pod .hero-header, .page-template-template-podcast-static-gathering-pod-page .hero-header {
  min-height: 340px;
  background-position: center 93%;
  background-repeat: no-repeat; }
  .post-type-archive-podcasts .hero-header.mobile-only, .single-podcasts .hero-header.mobile-only, .tax-podcast_category .hero-header.mobile-only, .page-template-template-podcast-static-page .hero-header.mobile-only, .post-type-archive-gathering_pod .hero-header.mobile-only, .page-template-template-podcast-static-gathering-pod-page .hero-header.mobile-only {
    background-position: -250px top; }
  .post-type-archive-podcasts .hero-header h1, .single-podcasts .hero-header h1, .tax-podcast_category .hero-header h1, .page-template-template-podcast-static-page .hero-header h1, .post-type-archive-gathering_pod .hero-header h1, .page-template-template-podcast-static-gathering-pod-page .hero-header h1 {
    color: #fff;
    margin-bottom: 0 !important;
    font-size: 44px; }
  .post-type-archive-podcasts .hero-header p, .single-podcasts .hero-header p, .tax-podcast_category .hero-header p, .page-template-template-podcast-static-page .hero-header p, .post-type-archive-gathering_pod .hero-header p, .page-template-template-podcast-static-gathering-pod-page .hero-header p {
    color: #fff;
    font-size: 22px;
    font-weight: 400; }

.post-type-archive-podcasts .mobile-header-text h1, .post-type-archive-podcasts .mobile-header-text p, .single-podcasts .mobile-header-text h1, .single-podcasts .mobile-header-text p, .tax-podcast_category .mobile-header-text h1, .tax-podcast_category .mobile-header-text p, .page-template-template-podcast-static-page .mobile-header-text h1, .page-template-template-podcast-static-page .mobile-header-text p, .post-type-archive-gathering_pod .mobile-header-text h1, .post-type-archive-gathering_pod .mobile-header-text p, .page-template-template-podcast-static-gathering-pod-page .mobile-header-text h1, .page-template-template-podcast-static-gathering-pod-page .mobile-header-text p {
  color: #fff; }

.post-type-archive-podcasts .intro-text, .single-podcasts .intro-text, .tax-podcast_category .intro-text, .page-template-template-podcast-static-page .intro-text, .post-type-archive-gathering_pod .intro-text, .page-template-template-podcast-static-gathering-pod-page .intro-text {
  box-sizing: border-box;
  padding: 75px 0 0;
  text-align: center;
  max-width: 775px;
  margin: 0 auto; }
  .post-type-archive-podcasts .intro-text h4, .single-podcasts .intro-text h4, .tax-podcast_category .intro-text h4, .page-template-template-podcast-static-page .intro-text h4, .post-type-archive-gathering_pod .intro-text h4, .page-template-template-podcast-static-gathering-pod-page .intro-text h4 {
    font-size: 25px;
    font-weight: 300; }
  .post-type-archive-podcasts .intro-text .subscribe-btns, .single-podcasts .intro-text .subscribe-btns, .tax-podcast_category .intro-text .subscribe-btns, .page-template-template-podcast-static-page .intro-text .subscribe-btns, .post-type-archive-gathering_pod .intro-text .subscribe-btns, .page-template-template-podcast-static-gathering-pod-page .intro-text .subscribe-btns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .post-type-archive-podcasts .intro-text .subscribe-btn, .single-podcasts .intro-text .subscribe-btn, .tax-podcast_category .intro-text .subscribe-btn, .page-template-template-podcast-static-page .intro-text .subscribe-btn, .post-type-archive-gathering_pod .intro-text .subscribe-btn, .page-template-template-podcast-static-gathering-pod-page .intro-text .subscribe-btn {
    display: inline-block;
    line-height: normal;
    width: 100%;
    max-width: 170px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    text-decoration: none;
    color: #141413;
    font-size: 15px;
    font-weight: 600;
    /*border:none;
  background-image: -moz-linear-gradient( 90deg, rgb(122,222,209) 0%, rgb(198,224,181) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(122,222,209) 0%, rgb(198,224,181) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(122,222,209) 0%, rgb(198,224,181) 100%);
		font:{
				size:10px;
			}
			
			max-width: 170px;
		height:auto;
		white-space: normal;
			line-height: normal;
			text-align: left;
			padding:15px;
			margin:0 5px;
			
			svg{
				margin-right:15px;
				display: block;
				float:left;
				font:{
					size:25px;
				}
			}
			
			&:hover{
				background-color: $color_accent1;
				background-image: none;
			}
			
			@media(max-width:575px){
				margin:5px 10px;
			}*/ }
    .post-type-archive-podcasts .intro-text .subscribe-btn svg, .single-podcasts .intro-text .subscribe-btn svg, .tax-podcast_category .intro-text .subscribe-btn svg, .page-template-template-podcast-static-page .intro-text .subscribe-btn svg, .post-type-archive-gathering_pod .intro-text .subscribe-btn svg, .page-template-template-podcast-static-gathering-pod-page .intro-text .subscribe-btn svg {
      margin-bottom: 10px;
      font-size: 25px; }
      .post-type-archive-podcasts .intro-text .subscribe-btn svg *, .single-podcasts .intro-text .subscribe-btn svg *, .tax-podcast_category .intro-text .subscribe-btn svg *, .page-template-template-podcast-static-page .intro-text .subscribe-btn svg *, .post-type-archive-gathering_pod .intro-text .subscribe-btn svg *, .page-template-template-podcast-static-gathering-pod-page .intro-text .subscribe-btn svg * {
        fill: url(#icon-gradient); }
      .post-type-archive-podcasts .intro-text .subscribe-btn svg.fa-soundcloud, .single-podcasts .intro-text .subscribe-btn svg.fa-soundcloud, .tax-podcast_category .intro-text .subscribe-btn svg.fa-soundcloud, .page-template-template-podcast-static-page .intro-text .subscribe-btn svg.fa-soundcloud, .post-type-archive-gathering_pod .intro-text .subscribe-btn svg.fa-soundcloud, .page-template-template-podcast-static-gathering-pod-page .intro-text .subscribe-btn svg.fa-soundcloud {
        margin-bottom: 2px;
        font-size: 35px; }
    .post-type-archive-podcasts .intro-text .subscribe-btn:hover, .single-podcasts .intro-text .subscribe-btn:hover, .tax-podcast_category .intro-text .subscribe-btn:hover, .page-template-template-podcast-static-page .intro-text .subscribe-btn:hover, .post-type-archive-gathering_pod .intro-text .subscribe-btn:hover, .page-template-template-podcast-static-gathering-pod-page .intro-text .subscribe-btn:hover {
      color: #4bc0b7; }
    @media (max-width: 575px) {
      .post-type-archive-podcasts .intro-text .subscribe-btn, .single-podcasts .intro-text .subscribe-btn, .tax-podcast_category .intro-text .subscribe-btn, .page-template-template-podcast-static-page .intro-text .subscribe-btn, .post-type-archive-gathering_pod .intro-text .subscribe-btn, .page-template-template-podcast-static-gathering-pod-page .intro-text .subscribe-btn {
        max-width: 100%;
        margin: 0 auto 20px; }
        .post-type-archive-podcasts .intro-text .subscribe-btn br, .single-podcasts .intro-text .subscribe-btn br, .tax-podcast_category .intro-text .subscribe-btn br, .page-template-template-podcast-static-page .intro-text .subscribe-btn br, .post-type-archive-gathering_pod .intro-text .subscribe-btn br, .page-template-template-podcast-static-gathering-pod-page .intro-text .subscribe-btn br {
          display: none; } }
.post-type-archive-podcasts .container, .single-podcasts .container, .tax-podcast_category .container, .page-template-template-podcast-static-page .container, .post-type-archive-gathering_pod .container, .page-template-template-podcast-static-gathering-pod-page .container {
  max-width: 1300px; }

.post-type-archive-podcasts .footer-top, .single-podcasts .footer-top, .tax-podcast_category .footer-top, .page-template-template-podcast-static-page .footer-top, .post-type-archive-gathering_pod .footer-top, .page-template-template-podcast-static-gathering-pod-page .footer-top {
  background-color: #f8f8f5; }

.post-type-archive-podcasts .blog-posts, .single-podcasts .blog-posts, .tax-podcast_category .blog-posts, .page-template-template-podcast-static-page .blog-posts, .post-type-archive-gathering_pod .blog-posts, .page-template-template-podcast-static-gathering-pod-page .blog-posts {
  margin-top: 50px; }

.post-type-archive-podcasts .podcast-posts, .single-podcasts .podcast-posts, .tax-podcast_category .podcast-posts, .page-template-template-podcast-static-page .podcast-posts, .post-type-archive-gathering_pod .podcast-posts, .page-template-template-podcast-static-gathering-pod-page .podcast-posts {
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 10px 0 80px;
  background-color: #ebebeb;
  background-image: url(_static/images/paper@1.5x.jpg);
  background-size: 100%; }
  .post-type-archive-podcasts .podcast-posts .container, .single-podcasts .podcast-posts .container, .tax-podcast_category .podcast-posts .container, .page-template-template-podcast-static-page .podcast-posts .container, .post-type-archive-gathering_pod .podcast-posts .container, .page-template-template-podcast-static-gathering-pod-page .podcast-posts .container {
    position: relative;
    top: 60px;
    max-width: 1100px; }
  .post-type-archive-podcasts .podcast-posts:before, .single-podcasts .podcast-posts:before, .tax-podcast_category .podcast-posts:before, .page-template-template-podcast-static-page .podcast-posts:before, .post-type-archive-gathering_pod .podcast-posts:before, .page-template-template-podcast-static-gathering-pod-page .podcast-posts:before {
    position: absolute;
    content: '';
    height: 180px;
    width: 100%;
    top: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-image: url(_static/images/torn-paper-top-2.png);
    background-position: top center;
    background-size: 100%;
    background-repeat: repeat-x;
    margin-top: -5%; }

.post-type-archive-podcasts .podcast-list-header, .single-podcasts .podcast-list-header, .tax-podcast_category .podcast-list-header, .page-template-template-podcast-static-page .podcast-list-header, .post-type-archive-gathering_pod .podcast-list-header, .page-template-template-podcast-static-gathering-pod-page .podcast-list-header {
  text-align: center;
  margin-bottom: 60px; }
  .post-type-archive-podcasts .podcast-list-header h4, .single-podcasts .podcast-list-header h4, .tax-podcast_category .podcast-list-header h4, .page-template-template-podcast-static-page .podcast-list-header h4, .post-type-archive-gathering_pod .podcast-list-header h4, .page-template-template-podcast-static-gathering-pod-page .podcast-list-header h4 {
    font-size: 25px;
    font-weight: 300; }
  .post-type-archive-podcasts .podcast-list-header:after, .single-podcasts .podcast-list-header:after, .tax-podcast_category .podcast-list-header:after, .page-template-template-podcast-static-page .podcast-list-header:after, .post-type-archive-gathering_pod .podcast-list-header:after, .page-template-template-podcast-static-gathering-pod-page .podcast-list-header:after {
    display: inline-block;
    content: '';
    margin: 0 auto;
    height: 13px;
    width: 300px;
    background-image: url(_static/images/underline.png);
    background-size: contain;
    background-repeat: no-repeat; }

.post-type-archive-podcasts .podcast-list, .single-podcasts .podcast-list, .tax-podcast_category .podcast-list, .page-template-template-podcast-static-page .podcast-list, .post-type-archive-gathering_pod .podcast-list, .page-template-template-podcast-static-gathering-pod-page .podcast-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start; }
  .post-type-archive-podcasts .podcast-list article, .single-podcasts .podcast-list article, .tax-podcast_category .podcast-list article, .page-template-template-podcast-static-page .podcast-list article, .post-type-archive-gathering_pod .podcast-list article, .page-template-template-podcast-static-gathering-pod-page .podcast-list article {
    width: 48%;
    border-radius: 4px;
    margin-bottom: 50px;
    /*background-image: -moz-linear-gradient( 70deg, rgb(241,238,233) 0%, rgb(255,255,255) 100%);
  background-image: -webkit-linear-gradient( 70deg, rgb(241,238,233) 0%, rgb(255,255,255) 100%);
  background-image: -ms-linear-gradient( 70deg, rgb(241,238,233) 0%, rgb(255,255,255) 100%);
  box-shadow: 0px 35px 25px -20px rgba(58, 23, 0, 0.38);*/
    background-color: #fff; }
    @media (max-width: 991px) {
      .post-type-archive-podcasts .podcast-list article, .single-podcasts .podcast-list article, .tax-podcast_category .podcast-list article, .page-template-template-podcast-static-page .podcast-list article, .post-type-archive-gathering_pod .podcast-list article, .page-template-template-podcast-static-gathering-pod-page .podcast-list article {
        width: 100%; } }
    .post-type-archive-podcasts .podcast-list article .podcast-title, .single-podcasts .podcast-list article .podcast-title, .tax-podcast_category .podcast-list article .podcast-title, .page-template-template-podcast-static-page .podcast-list article .podcast-title, .post-type-archive-gathering_pod .podcast-list article .podcast-title, .page-template-template-podcast-static-gathering-pod-page .podcast-list article .podcast-title {
      text-align: center;
      box-sizing: border-box;
      padding: 30px 50px 0; }
      @media (max-width: 575px) {
        .post-type-archive-podcasts .podcast-list article .podcast-title, .single-podcasts .podcast-list article .podcast-title, .tax-podcast_category .podcast-list article .podcast-title, .page-template-template-podcast-static-page .podcast-list article .podcast-title, .post-type-archive-gathering_pod .podcast-list article .podcast-title, .page-template-template-podcast-static-gathering-pod-page .podcast-list article .podcast-title {
          padding: 30px 30px 0; } }
      .post-type-archive-podcasts .podcast-list article .podcast-title h4, .single-podcasts .podcast-list article .podcast-title h4, .tax-podcast_category .podcast-list article .podcast-title h4, .page-template-template-podcast-static-page .podcast-list article .podcast-title h4, .post-type-archive-gathering_pod .podcast-list article .podcast-title h4, .page-template-template-podcast-static-gathering-pod-page .podcast-list article .podcast-title h4 {
        margin-bottom: 10px;
        color: #767575;
        font-weight: 500;
        font-size: 19px; }
      .post-type-archive-podcasts .podcast-list article .podcast-title h2, .single-podcasts .podcast-list article .podcast-title h2, .tax-podcast_category .podcast-list article .podcast-title h2, .page-template-template-podcast-static-page .podcast-list article .podcast-title h2, .post-type-archive-gathering_pod .podcast-list article .podcast-title h2, .page-template-template-podcast-static-gathering-pod-page .podcast-list article .podcast-title h2 {
        line-height: 1;
        margin-bottom: 25px;
        font-size: 21px;
        font-weight: 400; }
        .post-type-archive-podcasts .podcast-list article .podcast-title h2 a, .single-podcasts .podcast-list article .podcast-title h2 a, .tax-podcast_category .podcast-list article .podcast-title h2 a, .page-template-template-podcast-static-page .podcast-list article .podcast-title h2 a, .post-type-archive-gathering_pod .podcast-list article .podcast-title h2 a, .page-template-template-podcast-static-gathering-pod-page .podcast-list article .podcast-title h2 a {
          text-decoration: none;
          color: #2b2b2b; }
    .post-type-archive-podcasts .podcast-list article .podcast-image, .single-podcasts .podcast-list article .podcast-image, .tax-podcast_category .podcast-list article .podcast-image, .page-template-template-podcast-static-page .podcast-list article .podcast-image, .post-type-archive-gathering_pod .podcast-list article .podcast-image, .page-template-template-podcast-static-gathering-pod-page .podcast-list article .podcast-image {
      text-align: center;
      box-sizing: border-box;
      padding: 0 40px; }
      @media (max-width: 575px) {
        .post-type-archive-podcasts .podcast-list article .podcast-image, .single-podcasts .podcast-list article .podcast-image, .tax-podcast_category .podcast-list article .podcast-image, .page-template-template-podcast-static-page .podcast-list article .podcast-image, .post-type-archive-gathering_pod .podcast-list article .podcast-image, .page-template-template-podcast-static-gathering-pod-page .podcast-list article .podcast-image {
          padding: 0 30px; } }
    .post-type-archive-podcasts .podcast-list article .panel-excerpt, .single-podcasts .podcast-list article .panel-excerpt, .tax-podcast_category .podcast-list article .panel-excerpt, .page-template-template-podcast-static-page .podcast-list article .panel-excerpt, .post-type-archive-gathering_pod .podcast-list article .panel-excerpt, .page-template-template-podcast-static-gathering-pod-page .podcast-list article .panel-excerpt {
      box-sizing: border-box;
      padding: 40px 60px 30px; }
      @media (max-width: 575px) {
        .post-type-archive-podcasts .podcast-list article .panel-excerpt, .single-podcasts .podcast-list article .panel-excerpt, .tax-podcast_category .podcast-list article .panel-excerpt, .page-template-template-podcast-static-page .podcast-list article .panel-excerpt, .post-type-archive-gathering_pod .podcast-list article .panel-excerpt, .page-template-template-podcast-static-gathering-pod-page .podcast-list article .panel-excerpt {
          padding: 40px 30px 30px; } }
      .post-type-archive-podcasts .podcast-list article .panel-excerpt p:last-child, .single-podcasts .podcast-list article .panel-excerpt p:last-child, .tax-podcast_category .podcast-list article .panel-excerpt p:last-child, .page-template-template-podcast-static-page .podcast-list article .panel-excerpt p:last-child, .post-type-archive-gathering_pod .podcast-list article .panel-excerpt p:last-child, .page-template-template-podcast-static-gathering-pod-page .podcast-list article .panel-excerpt p:last-child {
        margin-bottom: 0; }
    .post-type-archive-podcasts .podcast-list article .btn-footer, .single-podcasts .podcast-list article .btn-footer, .tax-podcast_category .podcast-list article .btn-footer, .page-template-template-podcast-static-page .podcast-list article .btn-footer, .post-type-archive-gathering_pod .podcast-list article .btn-footer, .page-template-template-podcast-static-gathering-pod-page .podcast-list article .btn-footer {
      position: relative;
      text-align: center;
      box-sizing: border-box;
      padding: 25px 0;
      /*&:before{
					content: '';
					display: block;
					border: 1px solid rgba(54, 36, 7, 0.102);
					box-shadow: 0px 1px 0px 0px white;
					position: absolute;
					top: 0px;
					width: 100%;
				}*/ }
      .post-type-archive-podcasts .podcast-list article .btn-footer .button, .single-podcasts .podcast-list article .btn-footer .button, .tax-podcast_category .podcast-list article .btn-footer .button, .page-template-template-podcast-static-page .podcast-list article .btn-footer .button, .post-type-archive-gathering_pod .podcast-list article .btn-footer .button, .page-template-template-podcast-static-gathering-pod-page .podcast-list article .btn-footer .button {
        background-color: #294153;
        border-color: #294153;
        height: 44px;
        line-height: 44px;
        margin-bottom: 0;
        padding: 0 40px;
        font-size: 15px; }
        .post-type-archive-podcasts .podcast-list article .btn-footer .button:hover, .single-podcasts .podcast-list article .btn-footer .button:hover, .tax-podcast_category .podcast-list article .btn-footer .button:hover, .page-template-template-podcast-static-page .podcast-list article .btn-footer .button:hover, .post-type-archive-gathering_pod .podcast-list article .btn-footer .button:hover, .page-template-template-podcast-static-gathering-pod-page .podcast-list article .btn-footer .button:hover {
          background-color: #4bc0b7;
          border-color: #4bc0b7; }

.post-type-archive-podcasts .wp-pagenavi, .single-podcasts .wp-pagenavi, .tax-podcast_category .wp-pagenavi, .page-template-template-podcast-static-page .wp-pagenavi, .post-type-archive-gathering_pod .wp-pagenavi, .page-template-template-podcast-static-gathering-pod-page .wp-pagenavi {
  margin: 0 auto 150px;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 25px;
  border-radius: 5px; }

.single-podcasts .gathering-pod-hero .hero-text-outer .hero-text p, .single-podcasts .gathering-pod-hero .hero-text-outer .hero-text img, .single-gathering_pod .gathering-pod-hero .hero-text-outer .hero-text p, .single-gathering_pod .gathering-pod-hero .hero-text-outer .hero-text img, .page-template-template-podcast-static-gathering-pod-page .gathering-pod-hero .hero-text-outer .hero-text p, .page-template-template-podcast-static-gathering-pod-page .gathering-pod-hero .hero-text-outer .hero-text img {
  margin-bottom: 0; }

.single-podcasts .gathering-pod-hero .hero-text-outer .hero-text h1, .single-gathering_pod .gathering-pod-hero .hero-text-outer .hero-text h1, .page-template-template-podcast-static-gathering-pod-page .gathering-pod-hero .hero-text-outer .hero-text h1 {
  line-height: 1;
  margin-bottom: 0;
  letter-spacing: .060em; }

.single-podcasts .gathering-pod-hero .hero-text-outer .hero-text h5, .single-gathering_pod .gathering-pod-hero .hero-text-outer .hero-text h5, .page-template-template-podcast-static-gathering-pod-page .gathering-pod-hero .hero-text-outer .hero-text h5 {
  font-size: 18px;
  letter-spacing: .2em; }

.single-podcasts .podcast-episode-title, .single-gathering_pod .podcast-episode-title, .page-template-template-podcast-static-gathering-pod-page .podcast-episode-title {
  box-sizing: border-box;
  padding: 0 20px;
  margin: 100px auto 95px;
  text-align: center;
  max-width: 600px;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 700; }

.single-podcasts .entry-header h1.entry-title, .single-gathering_pod .entry-header h1.entry-title, .page-template-template-podcast-static-gathering-pod-page .entry-header h1.entry-title {
  color: #2b2b2b;
  font-family: "proxima-nova";
  font-size: 30px;
  font-weight: 300; }
  @media (max-width: 991px) {
    .single-podcasts .entry-header h1.entry-title, .single-gathering_pod .entry-header h1.entry-title, .page-template-template-podcast-static-gathering-pod-page .entry-header h1.entry-title {
      padding: 0 20px; }
      .single-podcasts .entry-header h1.entry-title:before, .single-podcasts .entry-header h1.entry-title:after, .single-gathering_pod .entry-header h1.entry-title:before, .single-gathering_pod .entry-header h1.entry-title:after, .page-template-template-podcast-static-gathering-pod-page .entry-header h1.entry-title:before, .page-template-template-podcast-static-gathering-pod-page .entry-header h1.entry-title:after {
        display: none; } }
.single-podcasts .entry-image, .single-gathering_pod .entry-image, .page-template-template-podcast-static-gathering-pod-page .entry-image {
  text-align: center; }
  @media (max-width: 767px) {
    .single-podcasts .entry-image .share-buttons, .single-gathering_pod .entry-image .share-buttons, .page-template-template-podcast-static-gathering-pod-page .entry-image .share-buttons {
      bottom: -10% !important; } }
.single-podcasts .post-content, .single-gathering_pod .post-content, .page-template-template-podcast-static-gathering-pod-page .post-content {
  max-width: 848px; }
  .single-podcasts .post-content .about-episode h5, .single-gathering_pod .post-content .about-episode h5, .page-template-template-podcast-static-gathering-pod-page .post-content .about-episode h5 {
    color: #2b2b2b;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 20px; }
  .single-podcasts .post-content .about-episode p, .single-gathering_pod .post-content .about-episode p, .page-template-template-podcast-static-gathering-pod-page .post-content .about-episode p {
    color: #2b2b2b;
    font-weight: 400; }
  .single-podcasts .post-content .about-episode .cell, .single-gathering_pod .post-content .about-episode .cell, .page-template-template-podcast-static-gathering-pod-page .post-content .about-episode .cell {
    display: flex;
    justify-content: center;
    flex-direction: column; }
    .single-podcasts .post-content .about-episode .cell.span-5, .single-gathering_pod .post-content .about-episode .cell.span-5, .page-template-template-podcast-static-gathering-pod-page .post-content .about-episode .cell.span-5 {
      padding-left: 25px; }
      @media (max-width: 991px) {
        .single-podcasts .post-content .about-episode .cell.span-5, .single-gathering_pod .post-content .about-episode .cell.span-5, .page-template-template-podcast-static-gathering-pod-page .post-content .about-episode .cell.span-5 {
          padding-left: 0;
          padding-top: 50px; } }
  .single-podcasts .post-content .about-episode .share-buttons-no-img, .single-gathering_pod .post-content .about-episode .share-buttons-no-img, .page-template-template-podcast-static-gathering-pod-page .post-content .about-episode .share-buttons-no-img {
    text-align: left;
    margin: 50px 0 0; }
    .single-podcasts .post-content .about-episode .share-buttons-no-img .fshare, .single-gathering_pod .post-content .about-episode .share-buttons-no-img .fshare, .page-template-template-podcast-static-gathering-pod-page .post-content .about-episode .share-buttons-no-img .fshare {
      left: 0; }
      .single-podcasts .post-content .about-episode .share-buttons-no-img .fshare svg, .single-gathering_pod .post-content .about-episode .share-buttons-no-img .fshare svg, .page-template-template-podcast-static-gathering-pod-page .post-content .about-episode .share-buttons-no-img .fshare svg {
        position: relative;
        left: 7px; }
  .single-podcasts .post-content .show-notes, .single-gathering_pod .post-content .show-notes, .page-template-template-podcast-static-gathering-pod-page .post-content .show-notes {
    margin: 40px auto; }
    .single-podcasts .post-content .show-notes h5, .single-gathering_pod .post-content .show-notes h5, .page-template-template-podcast-static-gathering-pod-page .post-content .show-notes h5 {
      color: #2b2b2b;
      margin-bottom: 10px;
      font-weight: 700;
      font-size: 20px; }
    .single-podcasts .post-content .show-notes p, .single-gathering_pod .post-content .show-notes p, .page-template-template-podcast-static-gathering-pod-page .post-content .show-notes p {
      color: #2b2b2b;
      font-weight: 400; }
  .single-podcasts .post-content .episode-links h5, .single-gathering_pod .post-content .episode-links h5, .page-template-template-podcast-static-gathering-pod-page .post-content .episode-links h5 {
    color: #2b2b2b;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 20px; }
  .single-podcasts .post-content .episode-links ul, .single-gathering_pod .post-content .episode-links ul, .page-template-template-podcast-static-gathering-pod-page .post-content .episode-links ul {
    line-height: 21px;
    font-weight: 600;
    font-size: 17px; }
    .single-podcasts .post-content .episode-links ul li, .single-gathering_pod .post-content .episode-links ul li, .page-template-template-podcast-static-gathering-pod-page .post-content .episode-links ul li {
      margin-bottom: 2%; }
      .single-podcasts .post-content .episode-links ul li a, .single-gathering_pod .post-content .episode-links ul li a, .page-template-template-podcast-static-gathering-pod-page .post-content .episode-links ul li a {
        color: #4bc0b7; }
  .single-podcasts .post-content .episode-transcript .button, .single-gathering_pod .post-content .episode-transcript .button, .page-template-template-podcast-static-gathering-pod-page .post-content .episode-transcript .button {
    height: 48px;
    line-height: 48px;
    margin-bottom: 50px; }
  .single-podcasts .post-content .questions-comments, .single-gathering_pod .post-content .questions-comments, .page-template-template-podcast-static-gathering-pod-page .post-content .questions-comments {
    color: #2b2b2b;
    font-weight: 600;
    font-size: 17px; }
    .single-podcasts .post-content .questions-comments a, .single-gathering_pod .post-content .questions-comments a, .page-template-template-podcast-static-gathering-pod-page .post-content .questions-comments a {
      text-decoration: none;
      color: #2b2b2b; }
      .single-podcasts .post-content .questions-comments a:hover, .single-gathering_pod .post-content .questions-comments a:hover, .page-template-template-podcast-static-gathering-pod-page .post-content .questions-comments a:hover {
        color: #4bc0b7; }
  .single-podcasts .post-content .episode-credits, .single-gathering_pod .post-content .episode-credits, .page-template-template-podcast-static-gathering-pod-page .post-content .episode-credits {
    margin: 40px auto 100px; }
    .single-podcasts .post-content .episode-credits h5, .single-gathering_pod .post-content .episode-credits h5, .page-template-template-podcast-static-gathering-pod-page .post-content .episode-credits h5 {
      color: #2b2b2b;
      margin-bottom: 10px;
      font-weight: 700;
      font-size: 20px; }
    .single-podcasts .post-content .episode-credits a, .single-gathering_pod .post-content .episode-credits a, .page-template-template-podcast-static-gathering-pod-page .post-content .episode-credits a {
      color: #4bc0b7;
      line-height: 1.5;
      font-weight: 600;
      font-size: 17px; }
  .single-podcasts .post-content .entry-content, .single-gathering_pod .post-content .entry-content, .page-template-template-podcast-static-gathering-pod-page .post-content .entry-content {
    padding: 0 80px;
    box-sizing: border-box; }
    @media (max-width: 767px) {
      .single-podcasts .post-content .entry-content, .single-gathering_pod .post-content .entry-content, .page-template-template-podcast-static-gathering-pod-page .post-content .entry-content {
        padding: 0; } }
    .single-podcasts .post-content .entry-content .martha-sig, .single-gathering_pod .post-content .entry-content .martha-sig, .page-template-template-podcast-static-gathering-pod-page .post-content .entry-content .martha-sig {
      background-image: url("_static/images/martha-sig-blog-new.png"); }

.single-podcasts #navigation .pagination-singular a, .single-gathering_pod #navigation .pagination-singular a, .page-template-template-podcast-static-gathering-pod-page #navigation .pagination-singular a {
  font-size: 16px; }

.single-podcasts #navigation .pagination-singular span, .single-gathering_pod #navigation .pagination-singular span, .page-template-template-podcast-static-gathering-pod-page #navigation .pagination-singular span {
  font-size: 14px; }

.single-podcasts #respond h5.comments-headers, .single-podcasts .blog-footer h1.featured-heading, .single-gathering_pod #respond h5.comments-headers, .single-gathering_pod .blog-footer h1.featured-heading, .page-template-template-podcast-static-gathering-pod-page #respond h5.comments-headers, .page-template-template-podcast-static-gathering-pod-page .blog-footer h1.featured-heading {
  font-family: "proxima-nova"; }

/*NEW PODCASTS LANDING PAGE*/
.page-template-template_podcast_landing_page .footer-top {
  background-color: #f8f8f5; }

.page-template-template_podcast_landing_page .mobile-header-text h1 {
  line-height: 1;
  margin-bottom: 1%;
  letter-spacing: .05em;
  color: #fff;
  font-size: 40px;
  font-weight: 400; }

.page-template-template_podcast_landing_page .mobile-header-text p {
  color: #fff;
  margin: 0 auto 2%;
  font-size: 20px;
  font-weight: 400; }

.page-template-template_podcast_landing_page .hero-header {
  margin: -50px auto 0;
  position: relative;
  min-height: 425px;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }
  @media (max-width: 575px) {
    .page-template-template_podcast_landing_page .hero-header {
      background-position: 75% center; } }
  .page-template-template_podcast_landing_page .hero-header .hero-text-outer {
    position: relative;
    min-height: 425px; }
    .page-template-template_podcast_landing_page .hero-header .hero-text-outer .hero-text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      z-index: 3; }
      .page-template-template_podcast_landing_page .hero-header .hero-text-outer .hero-text h1 {
        line-height: 1;
        margin-bottom: 1%;
        letter-spacing: .05em;
        color: #fff;
        font-size: 43px;
        font-weight: 400; }

.page-template-template_podcast_landing_page .grid {
  margin-bottom: 15px; }

.page-template-template_podcast_landing_page .bewildered-podcast, .page-template-template_podcast_landing_page .gathering-podcast {
  box-sizing: border-box;
  padding: 100px 75px;
  text-align: center;
  flex: 0 0 calc( 50% - 1.5px) !important;
  background-size: cover;
  background-position: center;
  background-repeat: repeat; }
  @media (max-width: 1199px) {
    .page-template-template_podcast_landing_page .bewildered-podcast, .page-template-template_podcast_landing_page .gathering-podcast {
      flex: 0 0 calc( 50% - 17.5px) !important; } }
  @media (max-width: 1011px) {
    .page-template-template_podcast_landing_page .bewildered-podcast, .page-template-template_podcast_landing_page .gathering-podcast {
      flex: 1 !important; } }
  .page-template-template_podcast_landing_page .bewildered-podcast .latest-post, .page-template-template_podcast_landing_page .gathering-podcast .latest-post {
    margin-top: 75px; }
    .page-template-template_podcast_landing_page .bewildered-podcast .latest-post h5, .page-template-template_podcast_landing_page .gathering-podcast .latest-post h5 {
      letter-spacing: normal;
      line-height: 0.5;
      text-align: center;
      margin-bottom: 30px;
      font-style: italic;
      font-size: 18px; }
      .page-template-template_podcast_landing_page .bewildered-podcast .latest-post h5 span, .page-template-template_podcast_landing_page .gathering-podcast .latest-post h5 span {
        display: inline-block;
        position: relative; }
        .page-template-template_podcast_landing_page .bewildered-podcast .latest-post h5 span:before, .page-template-template_podcast_landing_page .bewildered-podcast .latest-post h5 span:after, .page-template-template_podcast_landing_page .gathering-podcast .latest-post h5 span:before, .page-template-template_podcast_landing_page .gathering-podcast .latest-post h5 span:after {
          content: "";
          position: absolute;
          height: 5px;
          border-bottom: 1px solid #bebebe;
          top: 0;
          width: 100%;
          max-width: 80%; }
          @media (max-width: 575px) {
            .page-template-template_podcast_landing_page .bewildered-podcast .latest-post h5 span:before, .page-template-template_podcast_landing_page .bewildered-podcast .latest-post h5 span:after, .page-template-template_podcast_landing_page .gathering-podcast .latest-post h5 span:before, .page-template-template_podcast_landing_page .gathering-podcast .latest-post h5 span:after {
              max-width: 50%; } }
        .page-template-template_podcast_landing_page .bewildered-podcast .latest-post h5 span:before, .page-template-template_podcast_landing_page .gathering-podcast .latest-post h5 span:before {
          right: 100%;
          margin-right: 15px; }
        .page-template-template_podcast_landing_page .bewildered-podcast .latest-post h5 span:after, .page-template-template_podcast_landing_page .gathering-podcast .latest-post h5 span:after {
          left: 100%;
          margin-left: 15px; }
  .page-template-template_podcast_landing_page .bewildered-podcast .center-btn .button, .page-template-template_podcast_landing_page .gathering-podcast .center-btn .button {
    margin-bottom: 25px;
    width: 100%;
    max-width: 311px;
    height: 52px;
    line-height: 52px;
    font-size: 13px; }
    .page-template-template_podcast_landing_page .bewildered-podcast .center-btn .button.subscribe-btn, .page-template-template_podcast_landing_page .gathering-podcast .center-btn .button.subscribe-btn {
      position: relative;
      text-indent: 1em; }
      .page-template-template_podcast_landing_page .bewildered-podcast .center-btn .button.subscribe-btn:before, .page-template-template_podcast_landing_page .gathering-podcast .center-btn .button.subscribe-btn:before {
        content: '';
        display: inline-block;
        position: absolute;
        width: 35px;
        height: 35px;
        left: 1em;
        top: .6em;
        background-image: url("_static/images/fav-player-btn-icon.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain; }
      .page-template-template_podcast_landing_page .bewildered-podcast .center-btn .button.subscribe-btn:hover:before, .page-template-template_podcast_landing_page .gathering-podcast .center-btn .button.subscribe-btn:hover:before {
        filter: brightness(0) invert(1); }

.page-template-template_podcast_landing_page .bewildered-podcast {
  padding-left: 15em; }
  @media (max-width: 1465px) {
    .page-template-template_podcast_landing_page .bewildered-podcast {
      padding-left: 75px; } }
  @media (max-width: 991px) {
    .page-template-template_podcast_landing_page .bewildered-podcast {
      margin-bottom: 15px; } }
  @media (max-width: 575px) {
    .page-template-template_podcast_landing_page .bewildered-podcast {
      padding: 25px; } }
  .page-template-template_podcast_landing_page .bewildered-podcast h1 {
    letter-spacing: .2em;
    margin-bottom: 0;
    margin-top: .25em; }
    @media (max-width: 575px) {
      .page-template-template_podcast_landing_page .bewildered-podcast h1 {
        letter-spacing: .1em; } }
  .page-template-template_podcast_landing_page .bewildered-podcast h4 {
    letter-spacing: .2em;
    margin-bottom: 20px;
    line-height: 1; }
    @media (max-width: 575px) {
      .page-template-template_podcast_landing_page .bewildered-podcast h4 {
        letter-spacing: .1em; } }
.page-template-template_podcast_landing_page .gathering-podcast {
  padding-right: 15em; }
  @media (max-width: 1465px) {
    .page-template-template_podcast_landing_page .gathering-podcast {
      padding-right: 75px; } }
  @media (max-width: 575px) {
    .page-template-template_podcast_landing_page .gathering-podcast {
      padding: 25px; } }
  .page-template-template_podcast_landing_page .gathering-podcast p:first-child {
    margin-bottom: 0;
    margin-top: -.7em; }
  .page-template-template_podcast_landing_page .gathering-podcast p:nth-of-type(2) {
    /*margin-bottom:1%;*/ }
  .page-template-template_podcast_landing_page .gathering-podcast h1 {
    letter-spacing: .2em;
    margin-bottom: 0;
    line-height: 35px; }
  .page-template-template_podcast_landing_page .gathering-podcast h4 {
    letter-spacing: .2em; }

.page-template-template_podcast_landing_page article {
  max-width: 415px;
  border-radius: 4px;
  margin: 0 auto 40px;
  border: 1px solid #e1e1e0;
  background-color: #fff; }
  .page-template-template_podcast_landing_page article .podcast-title {
    text-align: center;
    box-sizing: border-box;
    padding: 30px 50px 0; }
    @media (max-width: 575px) {
      .page-template-template_podcast_landing_page article .podcast-title {
        padding: 30px 30px 0; } }
    .page-template-template_podcast_landing_page article .podcast-title h4 {
      margin-bottom: 10px;
      color: #767575;
      letter-spacing: .120em;
      font-weight: 500;
      font-size: 17px; }
    .page-template-template_podcast_landing_page article .podcast-title h2 {
      margin-bottom: 25px;
      letter-spacing: .06em;
      min-height: 2.5em;
      font-size: 17px;
      font-weight: 400; }
      .page-template-template_podcast_landing_page article .podcast-title h2 a {
        text-decoration: none;
        color: #2b2b2b; }
  .page-template-template_podcast_landing_page article .podcast-image {
    text-align: center;
    box-sizing: border-box;
    padding: 0 40px; }
    @media (max-width: 575px) {
      .page-template-template_podcast_landing_page article .podcast-image {
        padding: 0 30px; } }
  .page-template-template_podcast_landing_page article .btn-footer {
    position: relative;
    text-align: center;
    box-sizing: border-box;
    padding: 25px 0; }
    .page-template-template_podcast_landing_page article .btn-footer .button {
      background-color: #294153;
      border-color: #294153;
      height: 44px;
      line-height: 44px;
      margin-bottom: 0;
      padding: 0 40px;
      font-size: 15px; }
      .page-template-template_podcast_landing_page article .btn-footer .button:hover {
        background-color: #4bc0b7;
        border-color: #4bc0b7; }

/* Add theme page styles here */
.icon {
  height: 60px;
  width: 60px;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.icon.none {
  display: none; }

.icon.icon-webinar {
  background-image: url(_static/images/icon-webinar.png); }

.icon.icon-social-media {
  width: 37px;
  height: 57px;
  background-image: url(_static/images/social-media.png);
  background-size: contain; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  margin-bottom: 25px;
  height: 0;
  clear: both;
  overflow: hidden; }
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.mobile-header-text {
  background-color: #4bc0b7;
  box-sizing: border-box;
  padding: 20px; }
  .mobile-header-text img {
    filter: brightness(0) invert(1); }
  .mobile-header-text h1 span, .mobile-header-text p span {
    color: #fff !important; }

.small-bullets ul {
  list-style-position: outside; }
  .small-bullets ul li {
    list-style: none;
    padding-left: 1em;
    font-size: 24px;
    font-weight: 400; }
    .small-bullets ul li:before {
      content: '•';
      font-size: 14px;
      margin-left: -2em;
      padding-right: 1.75em; }

/*HOME PAGE*/
.home .hero-header {
  margin: -50px auto 0;
  position: relative;
  min-height: 427px;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }
  @media (max-width: 575px) {
    .home .hero-header {
      background-position: top left; } }
  .home .hero-header .hero-text-outer {
    position: relative;
    min-height: 427px; }
    .home .hero-header .hero-text-outer .hero-text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      z-index: 3; }
      .home .hero-header .hero-text-outer .hero-text h1 {
        margin: 0;
        line-height: 1; }
        @media (max-width: 575px) {
          .home .hero-header .hero-text-outer .hero-text h1 span {
            font-size: 50px !important; } }
      .home .hero-header .hero-text-outer .hero-text p {
        line-height: normal;
        margin-top: 1.5%; }
        @media (max-width: 991px) {
          .home .hero-header .hero-text-outer .hero-text p br {
            display: none; } }
.hero-header-vid {
  margin: -50px auto 0;
  position: relative;
  min-height: 400px;
  overflow: hidden; }
  .hero-header-vid video, .hero-header-vid #video_overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    overflow: hidden !important;
    width: auto;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
    background-size: cover;
    object-fit: cover; }
  .hero-header-vid #video_overlay {
    background-color: rgba(0, 0, 0, 0.09);
    z-index: 2; }
    .hero-header-vid #video_overlay:before {
      height: 132px;
      width: 100%;
      content: '';
      display: block;
      position: absolute;
      bottom: -10%;
      background-image: url("_static/images/wavy-lines.png");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
  .hero-header-vid .hero-text-outer {
    position: relative;
    min-height: 400px; }
    .hero-header-vid .hero-text-outer .hero-text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      z-index: 3; }
      .hero-header-vid .hero-text-outer .hero-text h1 {
        margin: 0;
        line-height: 1; }
        @media (max-width: 575px) {
          .hero-header-vid .hero-text-outer .hero-text h1 span {
            font-size: 50px !important; } }
      .hero-header-vid .hero-text-outer .hero-text p {
        line-height: normal;
        margin-top: 1.5%; }

.textured-border {
  height: 20px !important;
  width: 100%;
  background-image: url("_static/images/texture-border.png");
  background-size: cover;
  background-position: center; }

@media (max-width: 1199px) {
  #whats-happening-now .cls-background {
    padding: 50px 0 !important; } }

@media (max-width: 1199px) {
  #what-else-are-we-excited-about .cls-background {
    padding: 50px 0 100px !important; } }

@media (max-width: 575px) {
  #what-else-are-we-excited-about .cls-background {
    padding: 50px 0 75px !important; } }

.section-featured h4.featured-heading {
  position: relative;
  color: #4f4f4f;
  font-weight: 400;
  font-size: 21px;
  margin-bottom: 50px; }
  @media (max-width: 991px) {
    .section-featured h4.featured-heading {
      margin-bottom: 75px; } }
  @media (max-width: 575px) {
    .section-featured h4.featured-heading {
      font-size: 15px;
      margin-bottom: 25px; } }
  .section-featured h4.featured-heading:after {
    display: block;
    content: "";
    margin-top: -5px;
    position: relative;
    top: -10px;
    background: #ac9455;
    width: 100%;
    height: 2px; }
    @media (max-width: 575px) {
      .section-featured h4.featured-heading:after {
        top: -5px; } }
  .section-featured h4.featured-heading span {
    background-color: #fff;
    position: relative;
    z-index: 101;
    padding-right: 20px; }

.section-featured .grid {
  padding: 0 30px; }
  @media (max-width: 575px) {
    .section-featured .grid {
      padding: 0; } }
  .section-featured .grid .col-1 {
    flex: 0 0 calc( 45% - 0px);
    /*was 53%*/ }
    @media (max-width: 991px) {
      .section-featured .grid .col-1 {
        margin-bottom: 20px; } }
  .section-featured .grid .col-2 {
    flex: 0 0 calc( 53.6% - 30px);
    /*was 41.6%*/ }
    .section-featured .grid .col-2 h3 {
      max-width: 80%;
      margin: 6% 0; }
    @media (max-width: 1199px) {
      .section-featured .grid .col-2 h4 {
        margin-bottom: 0; } }
    .section-featured .grid .col-2 ul {
      list-style-position: outside;
      padding-left: 1em; }
    .section-featured .grid .col-2 em img {
      position: relative;
      top: 5px; }
    .section-featured .grid .col-2 p:nth-of-type(2) {
      margin-top: 25px; }
    .section-featured .grid .col-2 .button {
      line-height: normal;
      height: auto;
      white-space: normal;
      padding: 20px 40px;
      margin-top: 10px; }
      @media (max-width: 575px) {
        .section-featured .grid .col-2 .button {
          max-width: 100%; } }
.section-about .cls-background {
  padding-bottom: 0 !important; }

.section-about .container {
  max-width: 1120px; }
  @media (max-width: 991px) {
    .section-about .container {
      max-width: 720px; } }
  .section-about .container .content {
    box-sizing: border-box; }
  .section-about .container .about-header {
    box-sizing: border-box;
    padding: 0 0 60px; }
    @media (max-width: 575px) {
      .section-about .container .about-header {
        padding: 0 0 25px; } }
  .section-about .container span.drop-cap {
    font-size: 75px;
    padding-top: 5px; }
  .section-about .container .about-cols {
    position: relative; }
    .section-about .container .about-cols .col-1 {
      box-sizing: border-box;
      padding: 80px 60px 50px;
      max-width: 550px;
      position: absolute;
      z-index: 1;
      margin-top: 10%;
      background-color: #fcf6ed; }
      @media (max-width: 991px) {
        .section-about .container .about-cols .col-1 {
          position: relative;
          max-width: 100%;
          margin-top: 0; } }
      @media (max-width: 575px) {
        .section-about .container .about-cols .col-1 {
          padding: 50px 25px 25px; } }
      .section-about .container .about-cols .col-1 p:last-child {
        margin-bottom: 0; }
      .section-about .container .about-cols .col-1 .button {
        margin-bottom: 0;
        line-height: normal;
        height: auto;
        white-space: normal;
        padding: 20px 40px; }
      .section-about .container .about-cols .col-1:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 443px;
        height: 34px;
        background-image: url(_static/images/home-about-lines.jpg);
        background-size: contain;
        background-repeat: no-repeat; }
        @media (max-width: 575px) {
          .section-about .container .about-cols .col-1:before {
            width: 300px; } }
    .section-about .container .about-cols .col-2 {
      float: right; }
      @media (max-width: 991px) {
        .section-about .container .about-cols .col-2 {
          float: none; }
          .section-about .container .about-cols .col-2 img {
            width: 100%; } }
    .section-about .container .about-cols .img-container {
      position: relative;
      /*&:after{
					content:"";
					position:absolute;
					top:0; bottom:0; left:0; right:0;
					opacity:0.62;
					border:20px solid #fff;
				}*/ }
      @media (max-width: 991px) {
        .section-about .container .about-cols .img-container {
          text-align: center;
          max-width: 100%;
          margin: 25px auto 50px; } }
      .section-about .container .about-cols .img-container .m-logo {
        position: absolute;
        height: 114px;
        width: 114px;
        bottom: 40px;
        right: 45px;
        background-image: url(_static/images/new-m-logo.png);
        background-size: contain;
        background-position: center; }

.section-carousel {
  overflow: hidden;
  position: relative; }
  .section-carousel .cls-background {
    padding-bottom: 75px !important;
    background-size: 100% !important;
    background-position: center !important;
    background-repeat: no-repeat; }
    @media (max-width: 991px) {
      .section-carousel .cls-background {
        background-size: cover !important;
        background-position: center bottom !important; } }
  .section-carousel .parallax-img {
    text-align: center;
    margin: 0 auto 50px; }
  .section-carousel .section-heading h3 {
    padding: 0 20px; }
  .section-carousel .section-heading h6 {
    max-width: 100%;
    padding: 0 20px;
    margin: 0 auto 50px;
    line-height: 24px;
    font-size: 17px; }
    @media (max-width: 991px) {
      .section-carousel .section-heading h6 {
        max-width: 100%; } }
  @media (max-width: 991px) {
    .section-carousel .section-heading {
      max-width: 90%;
      margin: 0 auto; } }
  .section-carousel .slides-mobile {
    display: none; }
    .section-carousel .slides-mobile .slide {
      margin-bottom: 50px; }
      .section-carousel .slides-mobile .slide .slide-contents {
        max-width: 100%;
        margin: 0 auto !important; }
  @media (max-width: 600px) {
    .section-carousel .slides {
      display: none; }
    .section-carousel .slides-mobile {
      display: block; } }
  .section-carousel .slides, .section-carousel .slides-mobile {
    margin: 75px auto 0;
    width: 100%;
    overflow: visible;
    height: auto;
    position: relative; }
    .section-carousel .slides .arrow-prev, .section-carousel .slides .arrow-next, .section-carousel .slides-mobile .arrow-prev, .section-carousel .slides-mobile .arrow-next {
      position: absolute;
      width: 105px;
      height: 105px;
      z-index: 1;
      top: 30%; }
      @media (max-width: 1199px) {
        .section-carousel .slides .arrow-prev, .section-carousel .slides .arrow-next, .section-carousel .slides-mobile .arrow-prev, .section-carousel .slides-mobile .arrow-next {
          width: 70px;
          height: 70px; } }
    .section-carousel .slides .arrow-prev, .section-carousel .slides-mobile .arrow-prev {
      left: calc((100vw - 1100px)/2);
      background-image: url("_static/images/left-arrow-photo.png");
      background-size: contain;
      background-repeat: no-repeat; }
      @media (max-width: 1199px) {
        .section-carousel .slides .arrow-prev, .section-carousel .slides-mobile .arrow-prev {
          left: calc((100vw - 1025px)/2); } }
      @media (max-width: 991px) {
        .section-carousel .slides .arrow-prev, .section-carousel .slides-mobile .arrow-prev {
          left: calc((100vw - 750px)/2); } }
      @media (max-width: 767px) {
        .section-carousel .slides .arrow-prev, .section-carousel .slides-mobile .arrow-prev {
          left: calc((100vw - 650px)/2); } }
    .section-carousel .slides .arrow-next, .section-carousel .slides-mobile .arrow-next {
      right: calc((100vw - 1100px)/2);
      background-image: url("_static/images/right-arrow-photo.png");
      background-size: contain;
      background-repeat: no-repeat; }
      @media (max-width: 1199px) {
        .section-carousel .slides .arrow-next, .section-carousel .slides-mobile .arrow-next {
          right: calc((100vw - 1025px)/2); } }
      @media (max-width: 991px) {
        .section-carousel .slides .arrow-next, .section-carousel .slides-mobile .arrow-next {
          right: calc((100vw - 750px)/2); } }
      @media (max-width: 767px) {
        .section-carousel .slides .arrow-next, .section-carousel .slides-mobile .arrow-next {
          right: calc((100vw - 650px)/2); } }
    .section-carousel .slides .slick-dots li, .section-carousel .slides-mobile .slick-dots li {
      margin: 0 10px; }
      .section-carousel .slides .slick-dots li.slick-active button:before, .section-carousel .slides-mobile .slick-dots li.slick-active button:before {
        color: #46c3b2; }
      .section-carousel .slides .slick-dots li button:before, .section-carousel .slides-mobile .slick-dots li button:before {
        font-size: 70px;
        color: #46c3b2; }
    .section-carousel .slides .slick-list, .section-carousel .slides-mobile .slick-list {
      overflow: visible; }
    .section-carousel .slides .slide .slide-contents, .section-carousel .slides-mobile .slide .slide-contents {
      background-color: #fff;
      box-sizing: border-box;
      padding: 50px 60px;
      max-width: 970px;
      border-radius: 8px;
      margin: 0 60px;
      box-shadow: 0px 20px 59px 0px rgba(0, 0, 0, 0.2), 0px 25px 40px 0px rgba(0, 0, 0, 0.55); }
      @media (max-width: 991px) {
        .section-carousel .slides .slide .slide-contents, .section-carousel .slides-mobile .slide .slide-contents {
          max-width: 700px;
          text-align: center; } }
      @media (max-width: 767px) {
        .section-carousel .slides .slide .slide-contents, .section-carousel .slides-mobile .slide .slide-contents {
          max-width: 600px; } }
      @media (max-width: 575px) {
        .section-carousel .slides .slide .slide-contents, .section-carousel .slides-mobile .slide .slide-contents {
          max-width: 350px;
          padding: 25px; } }
      .section-carousel .slides .slide .slide-contents .slide-heading, .section-carousel .slides-mobile .slide .slide-contents .slide-heading {
        color: #141413;
        position: relative;
        margin-bottom: 40px;
        text-align: center;
        font-weight: 400;
        font-size: 21px; }
        @media (max-width: 991px) {
          .section-carousel .slides .slide .slide-contents .slide-heading, .section-carousel .slides-mobile .slide .slide-contents .slide-heading {
            margin-bottom: 20px; } }
        .section-carousel .slides .slide .slide-contents .slide-heading:after, .section-carousel .slides-mobile .slide .slide-contents .slide-heading:after {
          display: block;
          content: "";
          margin: 20px auto 50px;
          width: 300px;
          height: 14px;
          background-image: url("_static/images/home-carousel-underline.png");
          background-size: contain;
          background-repeat: no-repeat; }
      .section-carousel .slides .slide .slide-contents .center, .section-carousel .slides-mobile .slide .slide-contents .center {
        text-align: center;
        margin: 0 auto; }
        .section-carousel .slides .slide .slide-contents .center .button, .section-carousel .slides-mobile .slide .slide-contents .center .button {
          /*height:52px;
				line-height: 52px;
				font-size:17px;*/
          height: auto;
          line-height: normal;
          margin: 20px 0 0;
          padding: 20px 40px; }
          @media (max-width: 991px) {
            .section-carousel .slides .slide .slide-contents .center .button, .section-carousel .slides-mobile .slide .slide-contents .center .button {
              margin: 20px 0; } }
.section-latest-blog .intro-txt h3 {
  margin-bottom: 1%; }

.section-latest-blog .intro-txt h6 {
  max-width: 55%;
  line-height: normal;
  margin: 0 auto 75px; }
  @media (max-width: 1199px) {
    .section-latest-blog .intro-txt h6 {
      margin: 0 auto 50px;
      max-width: 45%; } }
  @media (max-width: 991px) {
    .section-latest-blog .intro-txt h6 {
      max-width: 100%; } }
.section-latest-blog .latest-blog {
  position: relative;
  max-width: 1500px; }
  .section-latest-blog .latest-blog img {
    max-width: 50%;
    width: 100%; }
    @media (max-width: 991px) {
      .section-latest-blog .latest-blog img {
        max-width: 100%; } }
  .section-latest-blog .latest-blog .blog-block {
    min-width: 60%;
    position: absolute;
    right: 0;
    top: 50%;
    /*was 3.5%*/
    transform: translateY(-50%);
    /*@media(max-width:1420px){
			top:2.5%;
		}
		@media(max-width:1399px){
			top:.75%;
		}
		@media(max-width:1330px){
			top:-1em;
		}
		@media(max-width:1299px){
			top:-1.5em;
		}
		@media(max-width:1239px){
			top:-2.5em;
		}
		
		@media(max-width:1199px){
			min-width:600px;
			top:6.5%;
		}*/ }
    @media (max-width: 991px) {
      .section-latest-blog .latest-blog .blog-block {
        position: relative;
        transform: translateY(0); } }
    @media (max-width: 575px) {
      .section-latest-blog .latest-blog .blog-block {
        min-width: 100%; } }
    .section-latest-blog .latest-blog .blog-block .grid:nth-child(even) {
      flex-direction: row-reverse; }
    .section-latest-blog .latest-blog .blog-block .info-block {
      box-sizing: border-box;
      padding: 75px 40px;
      background-color: #fff;
      flex: 33%; }
      @media (max-width: 1199px) {
        .section-latest-blog .latest-blog .blog-block .info-block {
          padding: 25px; } }
      @media (max-width: 991px) {
        .section-latest-blog .latest-blog .blog-block .info-block {
          flex: 100%;
          padding: 20px; } }
      .section-latest-blog .latest-blog .blog-block .info-block .post-title {
        text-transform: uppercase;
        color: #141413;
        font-size: 24px;
        font-weight: 400; }
        @media (max-width: 1199px) {
          .section-latest-blog .latest-blog .blog-block .info-block .post-title {
            font-size: 18px; } }
        @media (max-width: 991px) {
          .section-latest-blog .latest-blog .blog-block .info-block .post-title {
            text-align: center; } }
      .section-latest-blog .latest-blog .blog-block .info-block .center-btn {
        text-align: center;
        box-sizing: border-box;
        padding: 25px 0 0; }
        @media (max-width: 991px) {
          .section-latest-blog .latest-blog .blog-block .info-block .center-btn {
            padding: 10px 0 0; } }
        .section-latest-blog .latest-blog .blog-block .info-block .center-btn:before {
          border-top: 1px solid #97a677;
          content: '';
          display: block;
          width: 30px;
          margin: 0 auto 15px; }
        .section-latest-blog .latest-blog .blog-block .info-block .center-btn .more-link {
          display: inline-block;
          margin: 0 auto;
          text-transform: uppercase;
          text-decoration: none;
          color: #141413;
          font-size: 14px;
          font-weight: 700; }
          @media (max-width: 1199px) {
            .section-latest-blog .latest-blog .blog-block .info-block .center-btn .more-link {
              font-size: 12px; } }
          .section-latest-blog .latest-blog .blog-block .info-block .center-btn .more-link:hover {
            color: #4bc0b7; }
    .section-latest-blog .latest-blog .blog-block .img-block {
      flex: 66.6%;
      cursor: pointer;
      transition: all 0.3s ease-in-out;
      background-size: 110% !important;
      background-position: center !important; }
      @media (max-width: 991px) {
        .section-latest-blog .latest-blog .blog-block .img-block {
          flex: 100%;
          min-height: 200px; } }
      .section-latest-blog .latest-blog .blog-block .img-block:hover {
        background-size: 100% !important; }

.section-latest-blog .footer-btn {
  text-align: center;
  box-sizing: border-box;
  padding: 20px 0 0; }
  @media (max-width: 1299px) {
    .section-latest-blog .footer-btn {
      padding: 40px 0 0; } }
  @media (max-width: 1239px) {
    .section-latest-blog .footer-btn {
      padding: 60px 0 0; } }
  @media (max-width: 1199px) {
    .section-latest-blog .footer-btn {
      padding: 20px 0 0; } }
  .section-latest-blog .footer-btn .button {
    height: 60px;
    line-height: 60px;
    margin-bottom: 0;
    font-size: 17px; }

@media (max-width: 1199px) {
  #find-your-community .community-panel:last-of-type {
    background-size: cover;
    background-position: -250px top !important; } }

@media (max-width: 991px) {
  #find-your-community .community-panel:last-of-type {
    background-position: right top !important; } }

.section-community {
  position: relative; }
  .section-community .strips {
    position: absolute;
    width: 100%;
    height: 140px;
    background-image: url(_static/images/horizontal-lines.png);
    background-size: 100%;
    background-position: center;
    background-repeat: repeat-x;
    top: 40%;
    z-index: 0; }
    @media (max-width: 991px) {
      .section-community .strips {
        display: none; } }
  .section-community .cls-background {
    padding-bottom: 50px !important;
    padding-top: 90px !important; }
    @media (max-width: 1199px) {
      .section-community .cls-background {
        padding: 50px 0  0 !important; } }
  .section-community .container {
    max-width: 1240px; }
  .section-community .intro-txt h3 {
    margin-bottom: 1%; }
  .section-community .intro-txt h6 {
    max-width: 45%;
    line-height: normal;
    margin: 0 auto; }
    @media (max-width: 1199px) {
      .section-community .intro-txt h6 {
        margin: 0 auto 50px;
        max-width: 50%; } }
    @media (max-width: 1199px) {
      .section-community .intro-txt h6 {
        max-width: 100%; } }
  .section-community .community-panels {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1; }
    @media (max-width: 991px) {
      .section-community .community-panels {
        display: block; } }
  .section-community .community-panel {
    width: 49.6%;
    margin: 70px auto 0; }
    @media (max-width: 991px) {
      .section-community .community-panel {
        width: 100%; } }
  .section-community .community-panel-box {
    box-sizing: border-box;
    padding: 105px;
    background-size: cover;
    background-repeat: no-repeat; }
    @media (max-width: 1199px) {
      .section-community .community-panel-box {
        padding: 50px; } }
    @media (max-width: 575px) {
      .section-community .community-panel-box {
        padding: 25px; } }
    .section-community .community-panel-box h2 {
      line-height: 40px;
      margin-bottom: 5px; }
    .section-community .community-panel-box h4 {
      line-height: 27px;
      margin: 15px auto 10px; }
    .section-community .community-panel-box p:last-child {
      margin-bottom: 0; }
    .section-community .community-panel-box img {
      margin-top: 25px; }
    @media (max-width: 1199px) {
      .section-community .community-panel-box {
        background-size: cover;
        background-position: top left; } }
    @media (max-width: 991px) {
      .section-community .community-panel-box {
        min-height: 320px; } }
    .section-community .community-panel-box .panel-heading {
      box-sizing: border-box;
      padding: 10px;
      background-color: rgba(255, 255, 255, 0.54);
      text-align: center;
      text-transform: uppercase;
      position: relative;
      font-size: 22px;
      font-weight: 600; }
      @media (max-width: 991px) {
        .section-community .community-panel-box .panel-heading {
          font-size: 18px; } }
      @media (max-width: 767px) {
        .section-community .community-panel-box .panel-heading {
          font-size: 16px; } }
      .section-community .community-panel-box .panel-heading img {
        vertical-align: middle;
        margin-right: 15px;
        max-width: 80px; }
        @media (max-width: 991px) {
          .section-community .community-panel-box .panel-heading img {
            max-width: 60px; } }
        @media (max-width: 767px) {
          .section-community .community-panel-box .panel-heading img {
            max-width: 40px; } }
        @media (max-width: 575px) {
          .section-community .community-panel-box .panel-heading img {
            display: block;
            margin: 0 auto 10px; } }
      .section-community .community-panel-box .panel-heading .icon {
        right: 50px;
        top: .75em;
        width: 36px; }
        @media (max-width: 991px) {
          .section-community .community-panel-box .panel-heading .icon {
            display: none; } }
    .section-community .community-panel-box .panel-inner.right {
      margin-left: 44%; }
      @media (max-width: 1199px) {
        .section-community .community-panel-box .panel-inner.right {
          margin-left: 25%; } }
      @media (max-width: 991px) {
        .section-community .community-panel-box .panel-inner.right {
          margin-left: 0; } }
    .section-community .community-panel-box .panel-inner {
      box-sizing: border-box;
      padding: 55px 100px;
      max-width: 58%; }
      @media (max-width: 1199px) {
        .section-community .community-panel-box .panel-inner {
          max-width: 75%; } }
      @media (max-width: 991px) {
        .section-community .community-panel-box .panel-inner {
          max-width: 100%;
          padding: 50px; } }
      @media (max-width: 575px) {
        .section-community .community-panel-box .panel-inner {
          padding: 25px; } }
      .section-community .community-panel-box .panel-inner .heading {
        color: #fff;
        text-transform: uppercase;
        border-bottom: 1px solid #5bc87b;
        margin-bottom: 10px;
        font-size: 18px;
        font-style: italic;
        font-weight: 400; }
      .section-community .community-panel-box .panel-inner h1 {
        font-size: 36px; }
      .section-community .community-panel-box .panel-inner .button {
        height: 50px;
        line-height: 50px;
        margin-bottom: 0;
        padding: 0 35px;
        font-size: 14px; }
  .section-community .bottom-txt {
    box-sizing: border-box;
    padding: 25px 40px; }
    @media (max-width: 575px) {
      .section-community .bottom-txt {
        padding: 25px; } }
    .section-community .bottom-txt p:last-child {
      margin-bottom: 0; }
    .section-community .bottom-txt .button {
      /*height:74px;
			line-height:74px;
			font-size:20px;
			padding:0 80px;*/
      height: auto;
      line-height: normal;
      padding: 20px 40px;
      margin-top: 25px; }
      @media (max-width: 575px) {
        .section-community .bottom-txt .button {
          width: 100%; } }
.section-quote#oprah-quote .container {
  max-width: 1128px; }

.section-quote#oprah-quote .quote-box {
  border: 2px solid #93dcdb;
  padding: 50px 175px; }
  @media (max-width: 1199px) {
    .section-quote#oprah-quote .quote-box {
      padding: 50px; } }
  @media (max-width: 575px) {
    .section-quote#oprah-quote .quote-box {
      padding: 25px; } }
  .section-quote#oprah-quote .quote-box .quote {
    padding: 50px 250px;
    background-color: rgba(255, 255, 255, 0.9); }
    @media (max-width: 991px) {
      .section-quote#oprah-quote .quote-box .quote {
        padding: 50px 75px; } }
    @media (max-width: 575px) {
      .section-quote#oprah-quote .quote-box .quote {
        padding: 25px; } }
    .section-quote#oprah-quote .quote-box .quote .quote-mark {
      margin: 0 auto 55px; }
      @media (max-width: 1199px) {
        .section-quote#oprah-quote .quote-box .quote .quote-mark {
          margin: 0 auto 35px; } }
    .section-quote#oprah-quote .quote-box .quote .swoosh {
      margin: 10px auto 15px; }
    .section-quote#oprah-quote .quote-box .quote .txt, .section-quote#oprah-quote .quote-box .quote .auth {
      color: #141413; }

@media (max-width: 1199px) {
  .section-quote .cls-background {
    padding: 50px 0 !important; } }

.section-quote .container {
  max-width: 1010px; }
  @media (max-width: 1199px) {
    .section-quote .container {
      max-width: 925px; } }
.section-quote .quote-box {
  box-sizing: border-box;
  padding: 50px 165px;
  position: relative; }
  @media (max-width: 1199px) {
    .section-quote .quote-box {
      padding: 50px; } }
  @media (max-width: 575px) {
    .section-quote .quote-box {
      padding: 25px; } }
  .section-quote .quote-box .corner {
    position: absolute;
    color: #4bc0b7;
    font-size: 34px;
    font-weight: 300; }
  .section-quote .quote-box .tl {
    top: -24px;
    left: -9px; }
  .section-quote .quote-box .tr {
    top: -24px;
    right: -9px; }
  .section-quote .quote-box .bl {
    bottom: -20px;
    left: -9px; }
  .section-quote .quote-box .br {
    bottom: -20px;
    right: -9px; }
  .section-quote .quote-box .quote {
    box-sizing: border-box;
    padding: 50px 75px;
    text-align: center;
    position: relative; }
    @media (max-width: 767px) {
      .section-quote .quote-box .quote {
        padding: 50px; } }
    @media (max-width: 575px) {
      .section-quote .quote-box .quote {
        padding: 25px; } }
    .section-quote .quote-box .quote .quote-mark {
      display: block;
      width: 43px;
      height: 29px;
      margin: 0 auto 35px;
      background-size: contain;
      background-image: url(_static/images/quote.png);
      background-repeat: no-repeat; }
    .section-quote .quote-box .quote .swoosh {
      display: block;
      width: 287px;
      height: 19px;
      margin: 30px auto 15px;
      background-size: contain;
      background-image: url(_static/images/swoosh-thin-quote.png);
      background-repeat: no-repeat; }
      @media (max-width: 575px) {
        .section-quote .quote-box .quote .swoosh {
          max-width: 200px; } }
    .section-quote .quote-box .quote .swoosh.grey {
      background-image: url(_static/images/grey-swoosh.png); }
    .section-quote .quote-box .quote .txt {
      margin: 0 auto;
      line-height: 28px;
      color: #fff;
      font-size: 20px;
      font-weight: 400;
      font-style: italic;
      font-family: "proxima-nova"; }
    .section-quote .quote-box .quote .auth {
      text-transform: uppercase;
      margin-bottom: 50px;
      line-height: 20px;
      color: #fff;
      font-size: 24px;
      font-weight: 400; }
      @media (max-width: 767px) {
        .section-quote .quote-box .quote .auth {
          margin-bottom: 20px; } }
      @media (max-width: 575px) {
        .section-quote .quote-box .quote .auth {
          font-size: 18px; } }
/*ABOUT PAGE*/
.page-template-template_new_about_page .hero-header {
  margin: -50px auto 0;
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat; }
  @media (max-width: 1199px) {
    .page-template-template_new_about_page .hero-header {
      background-position: 40% top; } }
  @media (max-width: 991px) {
    .page-template-template_new_about_page .hero-header {
      background-position: 50% top; } }
  @media (max-width: 575px) {
    .page-template-template_new_about_page .hero-header {
      background-position: 60% top;
      min-height: 300px; } }
  .page-template-template_new_about_page .hero-header .hero-text-outer {
    position: relative;
    min-height: 620px; }
    @media (max-width: 575px) {
      .page-template-template_new_about_page .hero-header .hero-text-outer {
        min-height: 300px; } }
    .page-template-template_new_about_page .hero-header .hero-text-outer .hero-text {
      position: absolute;
      top: 40%;
      right: -73%;
      transform: translate(-50%, -50%);
      width: 100%;
      z-index: 3; }
      @media (max-width: 767px) {
        .page-template-template_new_about_page .hero-header .hero-text-outer .hero-text {
          right: -25%;
          max-widtH: 300px; } }
      .page-template-template_new_about_page .hero-header .hero-text-outer .hero-text h1 {
        line-height: normal;
        margin-bottom: 0; }
        @media (max-width: 575px) {
          .page-template-template_new_about_page .hero-header .hero-text-outer .hero-text h1 span {
            font-size: 40px !important; } }
      @media (max-width: 575px) {
        .page-template-template_new_about_page .hero-header .hero-text-outer .hero-text p span {
          font-size: 18px !important; } }
  .page-template-template_new_about_page .hero-header:before {
    height: 132px;
    width: 100%;
    content: '';
    display: block;
    position: absolute;
    bottom: -2%;
    background-image: url("_static/images/wavy-lines.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }

.page-template-template_new_about_page .mobile-header-text {
  text-align: center; }
  .page-template-template_new_about_page .mobile-header-text h1 {
    padding-left: 0 !important;
    margin-bottom: 0; }
  .page-template-template_new_about_page .mobile-header-text p:last-child {
    margin-bottom: 0; }
  .page-template-template_new_about_page .mobile-header-text br {
    display: none; }

.page-template-template_new_about_page #about-intro .cls-background {
  padding: 30px 0 0;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-color: #ecdbd4; }
  @media (max-width: 2400px) {
    .page-template-template_new_about_page #about-intro .cls-background {
      background-size: 80%; } }
  @media (max-width: 1800px) {
    .page-template-template_new_about_page #about-intro .cls-background {
      background-size: cover;
      background-position: bottom left; } }
  @media (max-width: 1199px) {
    .page-template-template_new_about_page #about-intro .cls-background {
      background-position: 30% top; } }
  @media (max-width: 991px) {
    .page-template-template_new_about_page #about-intro .cls-background {
      background-position: 56% top; } }
  @media (max-width: 767px) {
    .page-template-template_new_about_page #about-intro .cls-background {
      padding: 0 0 25px !important; } }
.page-template-template_new_about_page #about-intro .container {
  background-color: #fcfcf9;
  max-width: 625px;
  padding: 65px 35px 30px;
  box-sizing: border-box;
  margin-left: 18%;
  position: relative; }
  .page-template-template_new_about_page #about-intro .container:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 336px;
    height: 59px;
    background-image: url("_static/images/corner-lines.jpg");
    background-size: contain;
    background-repeat: no-repeat; }
  @media (max-width: 1199px) {
    .page-template-template_new_about_page #about-intro .container {
      margin-left: 5%; } }
  @media (max-width: 991px) {
    .page-template-template_new_about_page #about-intro .container {
      margin-left: 25px;
      max-width: 500px; } }
  @media (max-width: 767px) {
    .page-template-template_new_about_page #about-intro .container {
      margin-left: 0;
      max-width: 100%; } }
.page-template-template_new_about_page .section-photo-slider .slider-heading {
  margin-bottom: 35px;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  font-size: 28px;
  font-family: "proxima-nova";
  font-weight: 400; }
  .page-template-template_new_about_page .section-photo-slider .slider-heading:after {
    content: '';
    width: 300px;
    height: 14px;
    display: block;
    opacity: .5;
    margin: 10px auto 0;
    background-image: url("_static/images/underline.png");
    background-size: contain;
    background-repeat: no-repeat; }

.page-template-template_new_about_page .section-photo-slider .photo-slider {
  margin: 0 auto;
  max-width: 795px;
  position: relative; }
  @media (max-width: 991px) {
    .page-template-template_new_about_page .section-photo-slider .photo-slider {
      max-width: 700px; } }
  @media (max-width: 575px) {
    .page-template-template_new_about_page .section-photo-slider .photo-slider {
      max-width: 350px; } }
  .page-template-template_new_about_page .section-photo-slider .photo-slider .photo {
    box-sizing: border-box;
    padding: 30px 30px 10px;
    text-align: center;
    box-shadow: 0px 3px 5px #888888;
    margin-bottom: 10px;
    background-image: url("_static/images/frame.png");
    background-size: cover; }
    @media (max-width: 991px) {
      .page-template-template_new_about_page .section-photo-slider .photo-slider .photo img {
        max-width: 615px; } }
    @media (max-width: 767px) {
      .page-template-template_new_about_page .section-photo-slider .photo-slider .photo img {
        max-width: 550px; } }
    @media (max-width: 575px) {
      .page-template-template_new_about_page .section-photo-slider .photo-slider .photo img {
        max-width: 300px; } }
    .page-template-template_new_about_page .section-photo-slider .photo-slider .photo .caption {
      text-align: left;
      margin-top: 10px;
      line-height: normal;
      display: block;
      font-size: 40px;
      font-family: 'TurbinadoDryPro';
      font-weight: 400; }
      @media (max-width: 991px) {
        .page-template-template_new_about_page .section-photo-slider .photo-slider .photo .caption {
          text-align: center; } }
      @media (max-width: 575px) {
        .page-template-template_new_about_page .section-photo-slider .photo-slider .photo .caption {
          font-size: 30px;
          max-width: 300px;
          margin: 10px auto 0; } }
    .page-template-template_new_about_page .section-photo-slider .photo-slider .photo.slick-slide[aria-hidden="true"] {
      opacity: 0; }
  .page-template-template_new_about_page .section-photo-slider .photo-slider .photo-arrow-prev {
    position: absolute;
    left: -115px;
    top: 40%;
    content: '';
    width: 105px;
    height: 105px;
    display: block;
    background-image: url("_static/images/left-arrow-photo.png");
    background-size: contain;
    background-repeat: no-repeat; }
    @media (max-width: 1199px) {
      .page-template-template_new_about_page .section-photo-slider .photo-slider .photo-arrow-prev {
        width: 75px;
        height: 75px;
        left: -85px; } }
  .page-template-template_new_about_page .section-photo-slider .photo-slider .photo-arrow-next {
    position: absolute;
    right: -125px;
    top: 40%;
    content: '';
    width: 105px;
    height: 105px;
    display: block;
    background-image: url("_static/images/right-arrow-photo.png");
    background-size: contain;
    background-repeat: no-repeat; }
    @media (max-width: 1199px) {
      .page-template-template_new_about_page .section-photo-slider .photo-slider .photo-arrow-next {
        width: 75px;
        height: 75px;
        right: -95px; } }
.page-template-template_new_about_page .section-photo-slider .slick-dots li {
  margin: 0 10px; }
  .page-template-template_new_about_page .section-photo-slider .slick-dots li.slick-active button:before {
    color: #46c3b2; }
  .page-template-template_new_about_page .section-photo-slider .slick-dots li button:before {
    font-size: 70px;
    color: #46c3b2; }

.page-template-template_new_about_page .section-photo-slider .bottom-credit {
  text-align: right;
  max-width: 795px;
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600; }
  .page-template-template_new_about_page .section-photo-slider .bottom-credit p a {
    text-decoration: none;
    color: #141413; }
    .page-template-template_new_about_page .section-photo-slider .bottom-credit p a:hover {
      color: #2f6868;
      text-decoration: underline; }

.page-template-template_new_about_page #quote .cls-background {
  padding-top: 60px; }
  .page-template-template_new_about_page #quote .cls-background .container {
    max-width: 770px; }

.page-template-template_new_about_page .section-press .cls-background {
  position: relative;
  padding: 65px 0 40px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; }
  @media (max-width: 1199px) {
    .page-template-template_new_about_page .section-press .cls-background {
      background-position: 50% top; } }
  @media (max-width: 991px) {
    .page-template-template_new_about_page .section-press .cls-background {
      background-position: 36% top; } }
  @media (max-width: 767px) {
    .page-template-template_new_about_page .section-press .cls-background {
      padding: 0; } }
.page-template-template_new_about_page .section-press .press-boxes {
  max-width: 660px;
  float: right; }
  @media (max-width: 767px) {
    .page-template-template_new_about_page .section-press .press-boxes {
      max-width: 100%;
      float: none; } }
  .page-template-template_new_about_page .section-press .press-boxes .press-box {
    box-sizing: border-box;
    padding: 40px;
    max-width: 400px;
    position: relative;
    overflow: hidden;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4); }
    @media (max-width: 991px) {
      .page-template-template_new_about_page .section-press .press-boxes .press-box {
        max-width: 400px; } }
    @media (max-width: 767px) {
      .page-template-template_new_about_page .section-press .press-boxes .press-box {
        max-width: 100%; } }
    .page-template-template_new_about_page .section-press .press-boxes .press-box:nth-child(odd) {
      margin: 0 0 -35px -37%; }
      @media (max-width: 991px) {
        .page-template-template_new_about_page .section-press .press-boxes .press-box:nth-child(odd) {
          margin: 0 0 25px; } }
      @media (max-width: 767px) {
        .page-template-template_new_about_page .section-press .press-boxes .press-box:nth-child(odd) {
          margin: 25px 5px; } }
      .page-template-template_new_about_page .section-press .press-boxes .press-box:nth-child(odd):before {
        content: '';
        display: block;
        position: absolute;
        width: 497px;
        height: 60px;
        top: 0;
        left: 0;
        background-image: url("_static/images/lines-top.png");
        background-size: contain; }
    .page-template-template_new_about_page .section-press .press-boxes .press-box:nth-child(3) {
      margin: -30px 0 0px -20%; }
      @media (max-width: 991px) {
        .page-template-template_new_about_page .section-press .press-boxes .press-box:nth-child(3) {
          margin: 25px 0 0; } }
      @media (max-width: 767px) {
        .page-template-template_new_about_page .section-press .press-boxes .press-box:nth-child(3) {
          margin: 25px 5px; } }
      .page-template-template_new_about_page .section-press .press-boxes .press-box:nth-child(3):before {
        display: none; }
      .page-template-template_new_about_page .section-press .press-boxes .press-box:nth-child(3):after {
        content: '';
        display: block;
        position: absolute;
        width: 497px;
        height: 60px;
        bottom: 0;
        left: 0;
        background-image: url("_static/images/lines-bottom-two.png");
        background-size: contain;
        background-repeat: no-repeat; }
    .page-template-template_new_about_page .section-press .press-boxes .press-box .txt {
      position: relative;
      z-index: 1; }
      .page-template-template_new_about_page .section-press .press-boxes .press-box .txt h4 {
        font-size: 15px;
        margin-bottom: 15px; }
      .page-template-template_new_about_page .section-press .press-boxes .press-box .txt a {
        color: #141413;
        text-decoration: none; }
        .page-template-template_new_about_page .section-press .press-boxes .press-box .txt a:hover {
          color: #4bc0b7; }
        .page-template-template_new_about_page .section-press .press-boxes .press-box .txt a.button {
          border-color: #141413;
          height: auto;
          line-height: normal;
          padding: 10px 30px;
          font-size: 12px; }
          .page-template-template_new_about_page .section-press .press-boxes .press-box .txt a.button:hover {
            border-color: #4bc0b7;
            color: #fff; }
      .page-template-template_new_about_page .section-press .press-boxes .press-box .txt p {
        font-size: 17px;
        margin-bottom: 10px;
        line-height: 24px; }
      .page-template-template_new_about_page .section-press .press-boxes .press-box .txt p:last-child {
        margin-bottom: 0; }
    .page-template-template_new_about_page .section-press .press-boxes .press-box:nth-child(even):before {
      content: '';
      display: block;
      position: absolute;
      width: 497px;
      height: 60px;
      bottom: 0;
      right: -3px;
      background-image: url("_static/images/lines-bottom.png");
      background-size: contain;
      background-repeat: no-repeat; }

/*COURSES + TRAINING PAGE*/
.page-template-template_courses_page .footer-top {
  background-color: #f8f8f5; }

.page-template-template_courses_page .mobile-header-text p br {
  display: none; }

.page-template-template_courses_page .hero-header {
  margin: -50px auto 0;
  position: relative;
  min-height: 350px;
  overflow: hidden;
  background-position: center;
  background-size: 115%;
  /*&:before{
			height: 132px;
			width:100%;
			content:'';
			display: block;
			position: absolute;
			bottom:-15%;
			background:{
				image:url('_static/images/wavy-lines.png');
				size:cover;
				position: center;
				repeat:no-repeat;
			}
		}*/ }
  @media (max-width: 575px) {
    .page-template-template_courses_page .hero-header {
      min-height: 300px;
      background-size: cover; } }
  .page-template-template_courses_page .hero-header .hero-text-outer {
    position: relative;
    min-height: 350px; }
    @media (max-width: 575px) {
      .page-template-template_courses_page .hero-header .hero-text-outer {
        min-height: 300px; } }
    .page-template-template_courses_page .hero-header .hero-text-outer .hero-text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      z-index: 3; }
      .page-template-template_courses_page .hero-header .hero-text-outer .hero-text h1 {
        line-height: normal;
        margin-bottom: 1%; }
      .page-template-template_courses_page .hero-header .hero-text-outer .hero-text p {
        max-width: 68%;
        margin: 0 auto 1%; }

.page-template-template_courses_page .texture-border {
  height: 20px;
  width: 100%;
  background-image: url("_static/images/texture-border.png");
  background-size: contain;
  background-position: center; }

@media (max-width: 1199px) {
  .page-template-template_courses_page #wayfinder-course .course-block-inner {
    background-position: 50% center; } }

@media (max-width: 1199px) {
  .page-template-template_courses_page #write-into-light-course .course-block-inner {
    background-position: 80% center; } }

.page-template-template_courses_page #african-star-course .course-desc h1 {
  margin-bottom: 0; }

.page-template-template_courses_page .section-course-block .container {
  max-width: 1300px; }

.page-template-template_courses_page .section-course-block.no-border .course-block-outer {
  border: none; }

.page-template-template_courses_page .section-course-block .course-icon {
  text-align: center;
  margin-bottom: 50px; }
  @media (max-width: 575px) {
    .page-template-template_courses_page .section-course-block .course-icon {
      margin-bottom: 1em; } }
.page-template-template_courses_page .section-course-block .course-heading {
  position: relative;
  z-index: 1;
  top: -1.5em;
  width: fit-content;
  margin: 0 auto;
  padding: 0 20px;
  color: #141413;
  text-align: center;
  font-family: "proxima-nova";
  font-weight: 400;
  font-size: 24px; }
  @media (max-width: 575px) {
    .page-template-template_courses_page .section-course-block .course-heading {
      margin: 0 auto 10px;
      top: -.75em; } }
.page-template-template_courses_page .section-course-block .course-subheading {
  color: #141413;
  position: relative;
  top: -1.5em;
  text-align: center;
  font-size: 17px;
  font-weight: 300; }
  @media (max-width: 991px) {
    .page-template-template_courses_page .section-course-block .course-subheading {
      font-size: 16px; } }
  @media (max-width: 575px) {
    .page-template-template_courses_page .section-course-block .course-subheading {
      font-size: 14px;
      max-width: 90%;
      margin: 0 auto; } }
.page-template-template_courses_page .section-course-block .course-block-outer {
  box-sizing: border-box;
  border: solid 1px #eca583;
  padding: 60px 35px 35px;
  margin-top: -5em; }
  @media (max-width: 575px) {
    .page-template-template_courses_page .section-course-block .course-block-outer {
      padding: 95px 15px 15px; } }
.page-template-template_courses_page .section-course-block .course-block-inner {
  box-sizing: border-box;
  padding: 45px 100px;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 1199px) {
    .page-template-template_courses_page .section-course-block .course-block-inner {
      padding: 45px; } }
  @media (max-width: 575px) {
    .page-template-template_courses_page .section-course-block .course-block-inner {
      padding: 20px; } }
  .page-template-template_courses_page .section-course-block .course-block-inner .course-desc.right {
    margin-left: 52%; }
    @media (max-width: 1199px) {
      .page-template-template_courses_page .section-course-block .course-block-inner .course-desc.right {
        margin-left: 42%; } }
    @media (max-width: 991px) {
      .page-template-template_courses_page .section-course-block .course-block-inner .course-desc.right {
        margin-left: 0; } }
  .page-template-template_courses_page .section-course-block .course-block-inner .course-desc {
    border-radius: 4px;
    background-image: -moz-linear-gradient(70deg, #f1eee9 0%, white 100%);
    background-image: -webkit-linear-gradient(70deg, #f1eee9 0%, white 100%);
    background-image: -ms-linear-gradient(70deg, #f1eee9 0%, white 100%);
    box-shadow: 0px 45px 70px 0px rgba(58, 23, 0, 0.75);
    max-width: 480px;
    box-sizing: border-box;
    padding: 30px 30px 90px;
    position: relative;
    min-height: 550px; }
    @media (max-width: 991px) {
      .page-template-template_courses_page .section-course-block .course-block-inner .course-desc {
        max-width: 100%; } }
    @media (max-width: 575px) {
      .page-template-template_courses_page .section-course-block .course-block-inner .course-desc {
        min-height: 650px; } }
    .page-template-template_courses_page .section-course-block .course-block-inner .course-desc h1 {
      line-height: 1;
      margin-bottom: 30px;
      font-size: 36px; }
      @media (max-width: 575px) {
        .page-template-template_courses_page .section-course-block .course-block-inner .course-desc h1 {
          font-size: 28px; }
          .page-template-template_courses_page .section-course-block .course-block-inner .course-desc h1 span {
            font-size: 24px !important; } }
    .page-template-template_courses_page .section-course-block .course-block-inner .course-desc p {
      color: #141413; }
      @media (max-width: 575px) {
        .page-template-template_courses_page .section-course-block .course-block-inner .course-desc p span {
          font-size: 18px !important; } }
    .page-template-template_courses_page .section-course-block .course-block-inner .course-desc .btn-footer {
      text-align: center;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 50px;
      z-index: 1; }
      @media (max-width: 575px) {
        .page-template-template_courses_page .section-course-block .course-block-inner .course-desc .btn-footer {
          bottom: 30px; } }
      .page-template-template_courses_page .section-course-block .course-block-inner .course-desc .btn-footer:after {
        content: '';
        display: block;
        border: 1px solid rgba(54, 36, 7, 0.102);
        box-shadow: 0px 1px 0px 0px white;
        position: relative;
        bottom: 32px;
        z-index: -1; }
      .page-template-template_courses_page .section-course-block .course-block-inner .course-desc .btn-footer .button.gold {
        background-color: #ac9455;
        border-color: #ac9455;
        height: 40px;
        line-height: 40px;
        font-weight: 600; }
        .page-template-template_courses_page .section-course-block .course-block-inner .course-desc .btn-footer .button.gold:hover {
          background-color: #4bc0b7;
          border-color: #4bc0b7; }

.page-template-template_courses_page .section-small-course .container {
  max-width: 1265px; }
  .page-template-template_courses_page .section-small-course .container .small-blocks {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .page-template-template_courses_page .section-small-course .container .small-blocks .small-block {
      width: 48.5%;
      margin: 0 0 30px;
      position: relative; }
      .page-template-template_courses_page .section-small-course .container .small-blocks .small-block:nth-of-type(2) .small-block-subheader {
        margin-top: 45px; }
      .page-template-template_courses_page .section-small-course .container .small-blocks .small-block:before {
        content: '';
        display: block;
        position: absolute;
        width: 167px;
        height: 218px;
        top: 0;
        left: 0;
        z-index: 1;
        background-image: url("_static/images/course-block-lines.png");
        background-size: contain; }
      @media (max-width: 991px) {
        .page-template-template_courses_page .section-small-course .container .small-blocks .small-block {
          width: 100%;
          margin: 0 0 50px; } }
      @media (max-width: 575px) {
        .page-template-template_courses_page .section-small-course .container .small-blocks .small-block {
          margin: 50px 0 45px; } }
      .page-template-template_courses_page .section-small-course .container .small-blocks .small-block .small-block-header {
        max-width: 60%;
        margin: 0 auto 20px;
        text-align: center;
        line-height: 26px;
        font-size: 24px;
        font-weight: 400; }
        @media (max-width: 1199px) {
          .page-template-template_courses_page .section-small-course .container .small-blocks .small-block .small-block-header {
            max-width: 100%; } }
      .page-template-template_courses_page .section-small-course .container .small-blocks .small-block .small-block-subheader {
        max-width: 60%;
        margin: 0 auto;
        text-align: center;
        line-height: 17px;
        font-size: 17px;
        font-weight: 300; }
        @media (max-width: 1199px) {
          .page-template-template_courses_page .section-small-course .container .small-blocks .small-block .small-block-subheader {
            max-width: 100%; } }
      .page-template-template_courses_page .section-small-course .container .small-blocks .small-block .small-block-outer {
        margin: 0 auto;
        box-sizing: border-box;
        position: relative;
        padding: 65px 40px 140px;
        background-image: url("_static/images/course-block-paper-bg.jpg");
        background-size: cover;
        background-position: top center; }
        .page-template-template_courses_page .section-small-course .container .small-blocks .small-block .small-block-outer:before {
          content: '';
          display: block;
          position: absolute;
          width: 80%;
          top: 0;
          left: 0;
          right: 0;
          border: 9px solid #2f6868;
          margin: 0 auto; }
        @media (max-width: 991px) {
          .page-template-template_courses_page .section-small-course .container .small-blocks .small-block .small-block-outer {
            padding: 65px 40px 40px; } }
        @media (max-width: 575px) {
          .page-template-template_courses_page .section-small-course .container .small-blocks .small-block .small-block-outer {
            padding: 95px 15px 15px; } }
        .page-template-template_courses_page .section-small-course .container .small-blocks .small-block .small-block-outer .small-block-inner {
          margin-top: 55px;
          box-sizing: border-box;
          padding: 320px 55px 0px;
          max-height: 475px;
          background-repeat: no-repeat;
          background-size: cover; }
          @media (max-width: 1199px) {
            .page-template-template_courses_page .section-small-course .container .small-blocks .small-block .small-block-outer .small-block-inner {
              padding: 200px 20px 20px; } }
          @media (max-width: 991px) {
            .page-template-template_courses_page .section-small-course .container .small-blocks .small-block .small-block-outer .small-block-inner {
              padding: 50px; } }
          @media (max-width: 575px) {
            .page-template-template_courses_page .section-small-course .container .small-blocks .small-block .small-block-outer .small-block-inner {
              padding: 15px; } }
          .page-template-template_courses_page .section-small-course .container .small-blocks .small-block .small-block-outer .small-block-inner .small-block-desc {
            border-radius: 4px;
            background-image: -moz-linear-gradient(70deg, #f1eee9 0%, white 100%);
            background-image: -webkit-linear-gradient(70deg, #f1eee9 0%, white 100%);
            background-image: -ms-linear-gradient(70deg, #f1eee9 0%, white 100%);
            box-shadow: 0px 45px 70px 0px rgba(58, 23, 0, 0.75);
            max-width: 400px;
            box-sizing: border-box;
            padding: 50px;
            position: relative;
            min-height: 315px; }
            @media (max-width: 991px) {
              .page-template-template_courses_page .section-small-course .container .small-blocks .small-block .small-block-outer .small-block-inner .small-block-desc {
                max-width: 100%;
                min-height: inherit;
                padding: 50px 25px 90px; } }
            .page-template-template_courses_page .section-small-course .container .small-blocks .small-block .small-block-outer .small-block-inner .small-block-desc h2 {
              line-height: 1;
              font-size: 27px; }
              @media (max-width: 1199px) {
                .page-template-template_courses_page .section-small-course .container .small-blocks .small-block .small-block-outer .small-block-inner .small-block-desc h2 span {
                  font-size: 30px !important; } }
            @media (max-width: 1199px) {
              .page-template-template_courses_page .section-small-course .container .small-blocks .small-block .small-block-outer .small-block-inner .small-block-desc p span {
                font-size: 18px !important; } }
            .page-template-template_courses_page .section-small-course .container .small-blocks .small-block .small-block-outer .small-block-inner .small-block-desc .btn-footer {
              text-align: center;
              position: absolute;
              left: 0;
              right: 0;
              bottom: 25px;
              z-index: 1; }
              @media (max-width: 991px) {
                .page-template-template_courses_page .section-small-course .container .small-blocks .small-block .small-block-outer .small-block-inner .small-block-desc .btn-footer {
                  bottom: 20px; } }
              .page-template-template_courses_page .section-small-course .container .small-blocks .small-block .small-block-outer .small-block-inner .small-block-desc .btn-footer:after {
                content: '';
                display: block;
                border: 1px solid rgba(54, 36, 7, 0.102);
                box-shadow: 0px 1px 0px 0px white;
                position: relative;
                bottom: 20px;
                z-index: -1; }
              .page-template-template_courses_page .section-small-course .container .small-blocks .small-block .small-block-outer .small-block-inner .small-block-desc .btn-footer .button.gold {
                background-color: #ac9455;
                border-color: #ac9455;
                height: 37px;
                line-height: 37px;
                margin-bottom: 0;
                font-weight: 600; }
                .page-template-template_courses_page .section-small-course .container .small-blocks .small-block .small-block-outer .small-block-inner .small-block-desc .btn-footer .button.gold:hover {
                  background-color: #4bc0b7;
                  border-color: #4bc0b7; }

.page-template-template_courses_page .section-quote .quote-box {
  padding: 60px 110px 30px; }
  @media (max-width: 991px) {
    .page-template-template_courses_page .section-quote .quote-box {
      padding: 50px; } }
  @media (max-width: 575px) {
    .page-template-template_courses_page .section-quote .quote-box {
      padding: 40px; } }
  .page-template-template_courses_page .section-quote .quote-box .quote {
    padding: 0px; }
    .page-template-template_courses_page .section-quote .quote-box .quote .auth {
      margin-bottom: 0; }
      .page-template-template_courses_page .section-quote .quote-box .quote .auth span {
        display: block;
        font-size: 17px; }

/*EVENTS PAGE*/
.page-template-template_events_page .hero-header {
  margin: -50px auto 0;
  position: relative;
  min-height: 335px;
  overflow: hidden;
  background-position: -125px bottom;
  background-size: 125%; }
  @media (max-width: 1199px) {
    .page-template-template_events_page .hero-header {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: bottom center; } }
  @media (max-width: 575px) {
    .page-template-template_events_page .hero-header {
      background-position: 75% bottom; } }
  .page-template-template_events_page .hero-header .hero-text-outer {
    position: relative;
    min-height: 335px; }
    .page-template-template_events_page .hero-header .hero-text-outer .hero-text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      z-index: 3; }
      .page-template-template_events_page .hero-header .hero-text-outer .hero-text h1 {
        line-height: normal;
        margin-bottom: 1%; }
      .page-template-template_events_page .hero-header .hero-text-outer .hero-text p {
        max-width: 68%;
        margin: 0 auto 1%; }
  .page-template-template_events_page .hero-header:before {
    height: 132px;
    width: 100%;
    content: '';
    display: block;
    position: absolute;
    bottom: -15%;
    background-image: url("_static/images/wavy-lines.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }

.page-template-template_events_page .texture-border {
  height: 20px;
  width: 100%;
  background-image: url("_static/images/texture-border.png");
  background-size: contain;
  background-position: center; }

.page-template-template_events_page .page-background-one {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat; }

.page-template-template_events_page .page-background-two {
  padding-top: 50px;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat; }

.page-template-template_events_page #upcoming-events .container {
  max-width: 1220px; }

.page-template-template_events_page #upcoming-events .event-cat-filters {
  max-width: 890px;
  margin: 40px auto 65px; }
  @media (max-width: 575px) {
    .page-template-template_events_page #upcoming-events .event-cat-filters {
      margin: 15px auto 25px; } }
  @media (max-width: 575px) {
    .page-template-template_events_page #upcoming-events .event-cat-filters form {
      margin-bottom: 0; } }
  .page-template-template_events_page #upcoming-events .event-cat-filters ul {
    display: flex;
    justify-content: center; }
    @media (max-width: 991px) {
      .page-template-template_events_page #upcoming-events .event-cat-filters ul {
        flex-wrap: wrap;
        padding-bottom: 25px; } }
    @media (max-width: 575px) {
      .page-template-template_events_page #upcoming-events .event-cat-filters ul {
        display: block;
        padding-bottom: 0;
        margin-bottom: 0; } }
    .page-template-template_events_page #upcoming-events .event-cat-filters ul li {
      display: inline-block;
      margin: 0 16px;
      min-width: 222px;
      height: 46px;
      text-align: center;
      line-height: 1.75em;
      position: relative;
      text-transform: uppercase; }
      @media (max-width: 991px) {
        .page-template-template_events_page #upcoming-events .event-cat-filters ul li {
          min-width: 300px;
          margin-bottom: 25px; } }
      @media (max-width: 767px) {
        .page-template-template_events_page #upcoming-events .event-cat-filters ul li {
          min-width: 250px; } }
      @media (max-width: 575px) {
        .page-template-template_events_page #upcoming-events .event-cat-filters ul li {
          min-width: 100%;
          margin: 0; } }
    .page-template-template_events_page #upcoming-events .event-cat-filters ul li.sf-option-active label {
      background-color: #4bc0b7;
      border-color: #4bc0b7;
      color: #fff;
      font-weight: 700; }
    .page-template-template_events_page #upcoming-events .event-cat-filters ul label, .page-template-template_events_page #upcoming-events .event-cat-filters ul input {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .page-template-template_events_page #upcoming-events .event-cat-filters ul input[type="radio"] {
      opacity: 0.01;
      z-index: 100; }
    .page-template-template_events_page #upcoming-events .event-cat-filters ul label {
      padding: 5px;
      border: 1px solid #97a677;
      cursor: pointer;
      z-index: 90;
      font-size: 15px;
      font-weight: 300; }
      .page-template-template_events_page #upcoming-events .event-cat-filters ul label:hover {
        background-color: #4bc0b7;
        border-color: #4bc0b7;
        color: #fff;
        font-weight: 600; }

.page-template-template_events_page h4#featured-heading {
  position: relative;
  color: #232121;
  margin-bottom: 100px;
  font-size: 21px;
  font-weight: 400; }
  .page-template-template_events_page h4#featured-heading span {
    background-color: #fff;
    position: relative;
    z-index: 101;
    padding-right: 20px; }
  .page-template-template_events_page h4#featured-heading:after {
    display: block;
    content: "";
    margin-top: -5px;
    position: relative;
    top: -9px;
    background: #c48556;
    width: 100%;
    height: 1px; }

.page-template-template_events_page .search-filter-results {
  max-width: 1080px;
  margin: 0 auto; }

.page-template-template_events_page .event-panel {
  box-sizing: border-box;
  padding: 50px 75px;
  box-shadow: 0px 7px 13.8px 1.2px rgba(0, 0, 0, 0.24);
  margin-bottom: 130px;
  position: relative;
  background-image: url("_static/images/event-bg.jpg");
  background-size: contain;
  background-repeat: repeat; }
  @media (max-width: 991px) {
    .page-template-template_events_page .event-panel {
      padding: 50px; } }
  @media (max-width: 575px) {
    .page-template-template_events_page .event-panel {
      padding: 75px 15px 15px; } }
  .page-template-template_events_page .event-panel:before {
    position: absolute;
    display: block;
    top: -5%;
    left: 0;
    content: '';
    width: 100%;
    height: 53px;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-image: url(_static/images/event-bg-top.png);
    background-position: top center;
    background-size: 100%;
    background-repeat: repeat-x; }
    @media (max-width: 920px) {
      .page-template-template_events_page .event-panel:before {
        top: -3.25%; } }
    @media (max-width: 825px) {
      .page-template-template_events_page .event-panel:before {
        top: -2.75%; } }
    @media (max-width: 767px) {
      .page-template-template_events_page .event-panel:before {
        top: -2%; } }
    @media (max-width: 575px) {
      .page-template-template_events_page .event-panel:before {
        top: -1.5%; } }
  .page-template-template_events_page .event-panel:after {
    position: absolute;
    display: block;
    bottom: -53px;
    left: 0;
    content: '';
    width: 100%;
    height: 53px;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-image: url(_static/images/event-bg-bottom.png);
    background-position: top center;
    background-size: 100%;
    background-repeat: repeat-x; }
  .page-template-template_events_page .event-panel .border {
    position: absolute;
    height: 4px;
    width: 100%;
    top: 0;
    left: 0; }
    .page-template-template_events_page .event-panel .border .icon {
      position: absolute;
      height: 60px;
      width: 60px;
      top: 4px;
      right: 18px;
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat; }
  .page-template-template_events_page .event-panel .border.in-person-workshops {
    background-color: #648423;
    display: none; }
    .page-template-template_events_page .event-panel .border.in-person-workshops .icon {
      display: none;
      background-image: url(_static/images/icon-workshop-event.png); }
  .page-template-template_events_page .event-panel .border.webinars {
    background-color: #d6a051; }
    .page-template-template_events_page .event-panel .border.webinars .icon {
      background-image: url(_static/images/icon-webinar-event.png); }
  .page-template-template_events_page .event-panel h4.event-title {
    text-align: center;
    margin-bottom: 0;
    font-size: 28px;
    font-weight: 400; }
  .page-template-template_events_page .event-panel .event-subtitle {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1%;
    font-size: 17px;
    font-weight: 300; }
  .page-template-template_events_page .event-panel .subheading {
    text-align: center;
    text-transform: uppercase;
    padding: 0 13%;
    font-size: 17px;
    font-weight: 300; }
    .page-template-template_events_page .event-panel .subheading .underline {
      display: block;
      float: none;
      padding-right: 0;
      margin: 0 auto; }
  .page-template-template_events_page .event-panel .date-ven {
    width: 100%;
    display: block;
    /*was flex*/ }
    .page-template-template_events_page .event-panel .date-ven .event-cell {
      display: block;
      /*was flex*/
      width: 100%;
      /*justify-content: center;
    flex-direction: column;*/ }
    .page-template-template_events_page .event-panel .date-ven .event-date, .page-template-template_events_page .event-panel .date-ven .event-venue {
      text-align: center;
      width: 100%;
      /*was 50%*/
      text-transform: uppercase;
      height: auto;
      box-sizing: border-box;
      line-height: normal;
      font-size: 16px;
      font-weight: 600; }
      @media (max-width: 991px) {
        .page-template-template_events_page .event-panel .date-ven .event-date, .page-template-template_events_page .event-panel .date-ven .event-venue {
          display: block;
          width: 100%; } }
      @media (max-width: 575px) {
        .page-template-template_events_page .event-panel .date-ven .event-date, .page-template-template_events_page .event-panel .date-ven .event-venue {
          height: auto;
          line-height: normal;
          padding: 5px 0; } }
    .page-template-template_events_page .event-panel .date-ven .event-date {
      font-weight: 600; }
  .page-template-template_events_page .event-panel .event-excerpt {
    box-sizing: border-box;
    padding: 0 125px;
    margin-bottom: 40px;
    font-size: 14px;
    font-weight: 400; }
    @media (max-width: 991px) {
      .page-template-template_events_page .event-panel .event-excerpt {
        padding: 0 50px; } }
    @media (max-width: 575px) {
      .page-template-template_events_page .event-panel .event-excerpt {
        padding: 0; } }
  @media (max-width: 991px) {
    .page-template-template_events_page .event-panel .event-desc .event-img {
      text-align: center;
      margin-bottom: 25px; } }
  .page-template-template_events_page .event-panel .center {
    text-align: center;
    margin: 40px auto 0; }
    .page-template-template_events_page .event-panel .center .button {
      height: 58px;
      line-height: 58px;
      padding: 0 110px;
      box-shadow: 0px 8px 14.72px 1.28px rgba(0, 0, 0, 0.09);
      font-size: 15px; }
      @media (max-width: 575px) {
        .page-template-template_events_page .event-panel .center .button {
          width: 100%;
          padding: 0 40px; } }
  .page-template-template_events_page .event-panel .more-section {
    border: solid 1px #a8a8a8;
    background-color: #fff;
    position: relative;
    box-sizing: border-box;
    padding: 75px 25px 40px;
    margin: 0 -1em; }
    @media (max-width: 575px) {
      .page-template-template_events_page .event-panel .more-section {
        margin: 0 2px; } }
    .page-template-template_events_page .event-panel .more-section form {
      margin: 25px auto 0;
      max-width: 80%; }
      .page-template-template_events_page .event-panel .more-section form label {
        display: none; }
      .page-template-template_events_page .event-panel .more-section form input {
        width: 100%; }
      .page-template-template_events_page .event-panel .more-section form button {
        width: 100%;
        color: #fff;
        background-color: #4bc0b7;
        border-color: #4bc0b7; }
        .page-template-template_events_page .event-panel .more-section form button:hover {
          background-color: #2f6868;
          border-color: #2f6868; }
    .page-template-template_events_page .event-panel .more-section .close-panel {
      position: absolute;
      width: 100%;
      height: 37px;
      top: 0;
      left: 0;
      background-color: #f5f4f4; }
      .page-template-template_events_page .event-panel .more-section .close-panel .x-close {
        position: absolute;
        right: 40px;
        top: 8px;
        color: #7d7b7b;
        font-size: 18px; }
      .page-template-template_events_page .event-panel .more-section .close-panel .txt-close {
        position: absolute;
        left: 40px;
        top: 8px;
        color: #7d7b7b;
        font-size: 18px; }
    .page-template-template_events_page .event-panel .more-section .more-txt {
      max-width: 550px;
      margin: 0 auto; }
      .page-template-template_events_page .event-panel .more-section .more-txt ul {
        list-style-position: outside;
        list-style: none;
        margin-left: 0;
        padding-left: 1em;
        text-indent: -2em; }
        .page-template-template_events_page .event-panel .more-section .more-txt ul li:before {
          content: '•';
          padding-right: 20px; }
    .page-template-template_events_page .event-panel .more-section .table-section {
      box-sizing: border-box;
      padding: 15px 0; }
      .page-template-template_events_page .event-panel .more-section .table-section:nth-of-type(even) {
        background-color: #f5f4f4; }
    .page-template-template_events_page .event-panel .more-section .day {
      text-align: center;
      font-size: 16px;
      font-weight: 400; }
    .page-template-template_events_page .event-panel .more-section .itinerary-heading {
      text-align: center;
      text-transform: uppercase;
      margin: 0 auto 3%;
      padding-bottom: 10px;
      border-bottom: 3px solid #4bc0b7;
      max-width: 25%;
      font-size: 18px;
      font-weight: 600; }
      @media (max-width: 767px) {
        .page-template-template_events_page .event-panel .more-section .itinerary-heading {
          max-width: 50%; } }
    .page-template-template_events_page .event-panel .more-section .time-table--2cols > .time-table-cell {
      width: 50%; }
    .page-template-template_events_page .event-panel .more-section .time-table {
      position: relative;
      top: 3px;
      left: 3px;
      display: flex;
      flex-wrap: wrap;
      margin: 0 8em 0 0;
      padding: 0;
      font-size: 14px;
      font-weight: 400; }
      @media (max-width: 767px) {
        .page-template-template_events_page .event-panel .more-section .time-table {
          margin: 0; } }
      .page-template-template_events_page .event-panel .more-section .time-table .time-table-cell {
        margin: -3px 0 0 -3px;
        box-sizing: border-box;
        flex-grow: 1;
        padding: 5px;
        overflow: hidden;
        list-style: none;
        border-top: solid 1px #e5dfdf; }
        .page-template-template_events_page .event-panel .more-section .time-table .time-table-cell:nth-of-type(1), .page-template-template_events_page .event-panel .more-section .time-table .time-table-cell:nth-of-type(2) {
          border: none; }
    @media (max-width: 575px) {
      .page-template-template_events_page .event-panel .more-section .time-table--collapse {
        display: block; }
      .page-template-template_events_page .event-panel .more-section .time-table--collapse > .time-table-cell {
        width: 100% !important; } }
    .page-template-template_events_page .event-panel .more-section .button.brown-rd {
      background-color: #b97755;
      border-color: #b97755;
      border-radius: 24px;
      margin-bottom: 0;
      font-size: 15px; }

.page-template-template_events_page #fb-panel-section .container {
  max-width: 1040px; }

.page-template-template_events_page #fb-panel-section .fb-panel {
  box-sizing: border-box;
  padding: 50px 75px;
  box-shadow: 0px 7px 13.8px 1.2px rgba(0, 0, 0, 0.24);
  margin-bottom: 80px;
  position: relative;
  background-image: url("_static/images/event-bg.jpg");
  background-size: contain;
  background-repeat: repeat; }
  .page-template-template_events_page #fb-panel-section .fb-panel:before {
    position: absolute;
    display: block;
    top: -53px;
    left: 0;
    content: '';
    width: 100%;
    height: 53px;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-image: url(_static/images/event-bg-top.png);
    background-position: top center;
    background-size: 100%;
    background-repeat: repeat-x; }
    @media (max-width: 920px) {
      .page-template-template_events_page #fb-panel-section .fb-panel:before {
        top: -3.25%; } }
    @media (max-width: 825px) {
      .page-template-template_events_page #fb-panel-section .fb-panel:before {
        top: -2.75%; } }
    @media (max-width: 767px) {
      .page-template-template_events_page #fb-panel-section .fb-panel:before {
        top: -2%; } }
    @media (max-width: 575px) {
      .page-template-template_events_page #fb-panel-section .fb-panel:before {
        top: -1.5%; } }
  .page-template-template_events_page #fb-panel-section .fb-panel:after {
    position: absolute;
    display: block;
    bottom: -53px;
    left: 0;
    content: '';
    width: 100%;
    height: 53px;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-image: url(_static/images/event-bg-bottom.png);
    background-position: top center;
    background-size: 100%;
    background-repeat: repeat-x; }
  @media (max-width: 575px) {
    .page-template-template_events_page #fb-panel-section .fb-panel {
      padding: 75px 25px; } }
  .page-template-template_events_page #fb-panel-section .fb-panel .border {
    display: none;
    position: absolute;
    height: 4px;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #4bc0b7; }
    .page-template-template_events_page #fb-panel-section .fb-panel .border .icon {
      display: none;
      position: absolute;
      height: 65px;
      width: 68px;
      top: 4px;
      right: 18px;
      color: #fff;
      text-align: center;
      box-sizing: border-box;
      padding: 20px;
      font-size: 28px;
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      background-color: #4bc0b7; }
  .page-template-template_events_page #fb-panel-section .fb-panel h4.event-title {
    text-align: center;
    margin-bottom: 1%;
    font-size: 28px;
    font-weight: 400; }
  .page-template-template_events_page #fb-panel-section .fb-panel .event-subtitle {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1%;
    font-size: 17px;
    font-weight: 300; }
  .page-template-template_events_page #fb-panel-section .fb-panel .subheading {
    text-align: center;
    text-transform: uppercase;
    padding: 0 11%;
    margin-bottom: 40px;
    font-size: 17px;
    font-weight: 300; }
    .page-template-template_events_page #fb-panel-section .fb-panel .subheading .underline {
      display: block;
      float: none;
      padding-right: 0;
      margin: 0 auto; }
  @media (max-width: 991px) {
    .page-template-template_events_page #fb-panel-section .fb-panel .fb-img {
      text-align: center;
      margin-bottom: 25px; } }
  .page-template-template_events_page #fb-panel-section .fb-panel .fb-img img {
    box-shadow: 0px 7px 13.8px 1.2px rgba(0, 0, 0, 0.24); }
  .page-template-template_events_page #fb-panel-section .fb-panel .event-desc .fb-callout {
    width: 100%;
    display: inline-block;
    padding: 5px;
    text-align: center;
    background-color: #eeeaea;
    text-transform: uppercase;
    margin: 25px auto;
    font-size: 13px;
    font-weight: 600; }
  .page-template-template_events_page #fb-panel-section .fb-panel .event-desc .center {
    text-align: center;
    margin: 40px auto 0; }
    .page-template-template_events_page #fb-panel-section .fb-panel .event-desc .center .button {
      height: 57px;
      line-height: 57px;
      padding: 0 60px;
      box-shadow: 0px 8px 14.72px 1.28px rgba(0, 0, 0, 0.09);
      font-size: 15px; }
      @media (max-width: 575px) {
        .page-template-template_events_page #fb-panel-section .fb-panel .event-desc .center .button {
          width: 100%;
          padding: 0; } }
.page-template-template_events_page #past-events {
  margin: 100px auto 50px; }
  .page-template-template_events_page #past-events .container {
    max-width: 1220px; }
  .page-template-template_events_page #past-events h4.featured-heading {
    position: relative;
    color: #232121;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 50px;
    font-size: 21px;
    font-weight: 400; }
    .page-template-template_events_page #past-events h4.featured-heading:after {
      position: absolute;
      top: 51%;
      right: 0;
      overflow: hidden;
      width: 80%;
      height: 1px;
      content: '\a0';
      background-color: #c48556; }
      @media (max-width: 991px) {
        .page-template-template_events_page #past-events h4.featured-heading:after {
          width: 63%; } }
      @media (max-width: 767px) {
        .page-template-template_events_page #past-events h4.featured-heading:after {
          width: 57%; } }
      @media (max-width: 575px) {
        .page-template-template_events_page #past-events h4.featured-heading:after {
          width: 20%; } }
  .page-template-template_events_page #past-events .past-events {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .page-template-template_events_page #past-events .past-events .past-event-panel {
      box-sizing: border-box;
      padding: 40px;
      box-shadow: 0px 7px 13.8px 1.2px rgba(0, 0, 0, 0.24);
      margin-bottom: 80px;
      position: relative;
      max-width: 48.7%;
      overflow: hidden;
      background-image: url("_static/images/event-bg.jpg");
      background-size: contain;
      background-repeat: repeat; }
      @media (max-width: 991px) {
        .page-template-template_events_page #past-events .past-events .past-event-panel {
          padding: 50px 20px 20px; } }
      @media (max-width: 767px) {
        .page-template-template_events_page #past-events .past-events .past-event-panel {
          max-width: 100%;
          margin-bottom: 50px; } }
      .page-template-template_events_page #past-events .past-events .past-event-panel:after {
        position: absolute;
        bottom: 0;
        right: 0;
        display: block;
        margin: 0 auto;
        content: '';
        width: 100%;
        height: 60px;
        background-image: url(_static/images/books-horizontal-lines.png);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: bottom center; }
      .page-template-template_events_page #past-events .past-events .past-event-panel .border {
        position: absolute;
        height: 3px;
        width: 100%;
        top: 0;
        left: 0; }
        .page-template-template_events_page #past-events .past-events .past-event-panel .border .icon {
          position: absolute;
          height: 40px;
          width: 40px;
          top: 3px;
          right: 16px;
          background-position: center;
          background-size: contain;
          background-repeat: no-repeat; }
      .page-template-template_events_page #past-events .past-events .past-event-panel .border.in-person-workshops {
        display: none;
        background-color: #648423; }
        .page-template-template_events_page #past-events .past-events .past-event-panel .border.in-person-workshops .icon {
          display: none;
          background-image: url(_static/images/icon-workshop-event.png); }
      .page-template-template_events_page #past-events .past-events .past-event-panel .border.webinars {
        display: none;
        background-color: #d6a051; }
        .page-template-template_events_page #past-events .past-events .past-event-panel .border.webinars .icon {
          display: none;
          background-image: url(_static/images/icon-webinar-event.png); }
      .page-template-template_events_page #past-events .past-events .past-event-panel h4.event-title {
        text-align: center;
        margin-bottom: 0;
        font-size: 28px;
        font-weight: 400; }
      .page-template-template_events_page #past-events .past-events .past-event-panel .event-subtitle {
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 1%;
        font-size: 17px;
        font-weight: 300; }
      .page-template-template_events_page #past-events .past-events .past-event-panel .subheading {
        text-align: center;
        text-transform: uppercase;
        padding: 0;
        font-size: 17px;
        font-weight: 300; }
      .page-template-template_events_page #past-events .past-events .past-event-panel .date-ven {
        width: 100%;
        display: inline-block;
        margin: 0 auto 20px; }
        .page-template-template_events_page #past-events .past-events .past-event-panel .date-ven .event-date, .page-template-template_events_page #past-events .past-events .past-event-panel .date-ven .event-venue {
          display: inline-block;
          text-align: center;
          width: 100%;
          text-transform: uppercase;
          height: 25px;
          line-height: 25px;
          font-size: 16px;
          font-weight: 600; }
        .page-template-template_events_page #past-events .past-events .past-event-panel .date-ven .event-date {
          font-weight: 600; }
      .page-template-template_events_page #past-events .past-events .past-event-panel .event-excerpt {
        display: none;
        box-sizing: border-box;
        padding: 0;
        margin-bottom: 20px;
        font-weight: 400; }
      .page-template-template_events_page #past-events .past-events .past-event-panel .past-event-img {
        max-width: 385px;
        margin: 0 auto 25px; }
      .page-template-template_events_page #past-events .past-events .past-event-panel .event-desc {
        box-sizing: border-box;
        padding: 0 10px; }
        .page-template-template_events_page #past-events .past-events .past-event-panel .event-desc ul {
          list-style-position: outside;
          list-style: none;
          margin-left: 1em;
          text-indent: -1.5em; }
          .page-template-template_events_page #past-events .past-events .past-event-panel .event-desc ul li:before {
            content: '•';
            padding-right: 20px; }
      .page-template-template_events_page #past-events .past-events .past-event-panel .center {
        text-align: center;
        margin: 25px auto 0; }
        .page-template-template_events_page #past-events .past-events .past-event-panel .center .button {
          height: auto;
          line-height: 18px;
          padding: 8px 45px;
          max-width: 300px;
          box-shadow: 0px 8px 14.72px 1.28px rgba(0, 0, 0, 0.09);
          white-space: normal;
          font-size: 12px;
          font-weight: 600; }

/*SHOP PAGE*/
.post-type-archive-product .woocommerce-breadcrumb, .post-type-archive-product .breadcrumb-container, .tax-product_cat .woocommerce-breadcrumb, .tax-product_cat .breadcrumb-container {
  display: none; }

.woocommerce-page .hero-header {
  margin: -50px auto 100px;
  position: relative;
  min-height: 605px;
  overflow: hidden;
  background-position: top right;
  background-size: cover; }
  @media (max-width: 991px) {
    .woocommerce-page .hero-header {
      min-height: 1000px;
      background-position: 80% top; } }
  @media (max-width: 575px) {
    .woocommerce-page .hero-header {
      background-position: 72% top; } }
  .woocommerce-page .hero-header .hero-text-outer {
    position: relative;
    min-height: 365px; }
    .woocommerce-page .hero-header .hero-text-outer .hero-text {
      position: absolute;
      top: 60%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      max-width: 1050px;
      z-index: 3;
      border-radius: 5px;
      box-shadow: 0px 30px 40px 0px rgba(28, 30, 35, 0.4);
      box-sizing: border-box;
      padding: 80px 230px;
      background-position: top right;
      background-size: cover;
      background-repeat: no-repeat; }
      @media (max-width: 1199px) {
        .woocommerce-page .hero-header .hero-text-outer .hero-text {
          top: 62%; } }
      @media (max-width: 991px) {
        .woocommerce-page .hero-header .hero-text-outer .hero-text {
          top: 115%;
          padding: 25px !important; } }
      .woocommerce-page .hero-header .hero-text-outer .hero-text .featured-product {
        left: 160px;
        top: 35px;
        max-width: 250px;
        position: absolute; }
        @media (max-width: 991px) {
          .woocommerce-page .hero-header .hero-text-outer .hero-text .featured-product {
            position: relative;
            left: 0;
            right: 0;
            margin: 0 auto; } }
      .woocommerce-page .hero-header .hero-text-outer .hero-text h1 {
        text-transform: none;
        position: relative;
        margin-bottom: 40px;
        font-size: 40px;
        font-weight: 400; }
        .woocommerce-page .hero-header .hero-text-outer .hero-text h1:after {
          width: 227px;
          height: 10px;
          content: '';
          display: block;
          margin: 0 auto;
          position: absolute;
          left: 0;
          right: 0;
          margin-top: 5px;
          background-image: url(_static/images/underline-prod.png);
          background-size: contain;
          background-background-repeat: no-repeat;
          background-position: center; }
      .woocommerce-page .hero-header .hero-text-outer .hero-text p {
        margin: 0 0 4%;
        max-width: 100%;
        line-height: 1.25;
        font-size: 18px;
        font-weight: 400; }
        @media (max-width: 991px) {
          .woocommerce-page .hero-header .hero-text-outer .hero-text p br {
            display: none; } }
      .woocommerce-page .hero-header .hero-text-outer .hero-text h6 {
        position: relative;
        display: inline-block;
        top: 8px;
        font-size: 13px;
        font-weight: 400; }
        .woocommerce-page .hero-header .hero-text-outer .hero-text h6 img {
          position: relative;
          top: -8px;
          margin-right: 10px; }
      .woocommerce-page .hero-header .hero-text-outer .hero-text .button {
        color: #fff;
        font-size: 15px;
        font-weight: 600;
        border-radius: 21px;
        border: 2px solid #fff;
        line-height: 38px;
        background-color: #4bc0b7;
        padding: 0 50px;
        height: 38px;
        margin-top: 8px; }
        .woocommerce-page .hero-header .hero-text-outer .hero-text .button:hover {
          background-color: #2f6868; }
  .woocommerce-page .hero-header:before {
    height: 132px;
    width: 100%;
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    background-image: url("_static/images/wavy-lines-shop.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }

.woocommerce-page .footer-top {
  margin-top: 100px;
  background-color: rgba(248, 248, 245, 0.95); }

.woocommerce-page h1.page-title {
  color: #ac9455;
  text-align: center;
  background: -webkit-linear-gradient(#eba380, #f4c3aa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  margin-top: 40px;
  font-size: 48px;
  font-weight: 600; }
  .woocommerce-page h1.page-title:after {
    width: 262px;
    height: 17px;
    content: '';
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    background-image: url(_static/images/swoosh-thin-blue.png);
    background-size: contain;
    background-background-repeat: no-repeat;
    background-position: center; }

.shop-page {
  position: relative;
  margin-bottom: 100px;
  max-width: 1100px; }
  .shop-page h5#featured-heading {
    position: absolute;
    top: 0;
    left: 27%;
    right: 0;
    text-align: center;
    width: 73%;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px; }
    @media (max-width: 991px) {
      .shop-page h5#featured-heading {
        left: 4%; } }
    @media (max-width: 575px) {
      .shop-page h5#featured-heading {
        left: 0;
        right: 0;
        position: relative;
        margin: 0 auto 25px; } }
  .shop-page .content-area {
    width: 100%;
    float: none; }
    @media (max-width: 575px) {
      .shop-page .content-area #main .woocommerce-ordering {
        width: 100%;
        float: none; } }
    .shop-page .content-area #main .woocommerce-ordering select, .shop-page .content-area #main .woocommerce-ordering select:not([multiple]) {
      -webkit-appearance: menulist;
      -moz-appearance: menulist;
      appearance: menulist;
      margin-bottom: 0;
      background-image: none;
      background-color: #f8f8f8;
      border: 1px solid #a6a6a6;
      border-radius: 5px;
      padding: inherit; }
      @media (max-width: 575px) {
        .shop-page .content-area #main .woocommerce-ordering select, .shop-page .content-area #main .woocommerce-ordering select:not([multiple]) {
          width: 100%; } }
    .shop-page .content-area #main .products {
      float: right;
      width: 73%;
      margin-bottom: 50px; }
      @media (max-width: 767px) {
        .shop-page .content-area #main .products {
          float: none;
          width: 100%; } }
      .shop-page .content-area #main .products li {
        border-right: 1px solid #f0f2f7;
        padding-right: 25px;
        position: relative;
        margin-bottom: 80px !important; }
        @media (max-width: 767px) {
          .shop-page .content-area #main .products li {
            margin-bottom: 0px !important;
            padding: 25px;
            float: left; } }
        .shop-page .content-area #main .products li:nth-of-type(3n+0) {
          border-right: none; }
        @media (max-width: 767px) {
          .shop-page .content-area #main .products li:nth-of-type(2n+0), .shop-page .content-area #main .products li:last-child {
            border-right: none !important; }
          .shop-page .content-area #main .products li:nth-of-type(3n+0) {
            border-right: 1px solid #f0f2f7; } }
        @media (max-width: 575px) {
          .shop-page .content-area #main .products li {
            width: 100%;
            border-right: none; }
            .shop-page .content-area #main .products li:nth-of-type(3n+0) {
              border-right: none; } }
        .shop-page .content-area #main .products li:before {
          width: 115%;
          height: 1px;
          top: 0;
          left: 0;
          border-top: 1px solid #f0f2f7;
          position: absolute;
          content: ""; }
          @media (max-width: 767px) {
            .shop-page .content-area #main .products li:before {
              width: 100%; } }
        .shop-page .content-area #main .products li h2.woocommerce-loop-product__title {
          text-align: center;
          text-transform: none;
          color: #141413;
          /*was #3f3f40*/
          line-height: 26px;
          font-size: 19px;
          font-weight: 400; }
        .shop-page .content-area #main .products li .price {
          text-align: center;
          color: #141413;
          /*was #3f3f40*/
          font-size: 17px; }
          .shop-page .content-area #main .products li .price ins {
            color: #141413;
            text-decoration: none;
            margin: 0 5px;
            font-weight: 400; }
    .shop-page .content-area #main .woocommerce-result-count {
      position: absolute;
      bottom: -5px;
      left: 27%;
      right: 0;
      text-align: center;
      width: 73%;
      text-transform: uppercase;
      font-weight: 300;
      font-style: italic;
      font-size: 11px; }
      @media (max-width: 767px) {
        .shop-page .content-area #main .woocommerce-result-count {
          left: 0;
          width: 100%; } }
    .shop-page .content-area #main .woocommerce-pagination {
      position: absolute;
      bottom: -65px;
      left: 27%;
      right: 0;
      text-align: center;
      width: 73%; }
      @media (max-width: 767px) {
        .shop-page .content-area #main .woocommerce-pagination {
          left: 0;
          width: 100%; } }
      .shop-page .content-area #main .woocommerce-pagination ul {
        border: none; }
        .shop-page .content-area #main .woocommerce-pagination ul li {
          border-right: 0;
          margin: 0 2px; }
      .shop-page .content-area #main .woocommerce-pagination .next.page-numbers, .shop-page .content-area #main .woocommerce-pagination .prev.page-numbers {
        display: block;
        text-transform: uppercase;
        color: #fff;
        background-color: #4bc0b7;
        border: 1px solid #4bc0b7;
        padding: 0 50px;
        height: 50px;
        line-height: 50px;
        transition: all 0.3s ease;
        font-weight: 400;
        font-size: 13px; }
        .shop-page .content-area #main .woocommerce-pagination .next.page-numbers:hover, .shop-page .content-area #main .woocommerce-pagination .prev.page-numbers:hover {
          background-color: #2f6868;
          border-color: #2f6868; }
      .shop-page .content-area #main .woocommerce-pagination .page-numbers span, .shop-page .content-area #main .woocommerce-pagination a.page-numbers {
        display: none; }
  .shop-page #sidebar {
    float: left;
    width: 20%; }
    @media (max-width: 767px) {
      .shop-page #sidebar {
        float: none;
        width: 100%;
        display: none; } }
    .shop-page #sidebar h3 {
      text-transform: uppercase;
      font-size: 20px;
      font-weight: 400; }
      .shop-page #sidebar h3:after {
        width: 171px;
        height: 9px;
        content: '';
        display: block;
        margin: 5px 0 0;
        background-image: url(_static/images/underline.png);
        background-size: contain;
        background-background-repeat: no-repeat;
        background-position: center; }
    .shop-page #sidebar h4 {
      font-size: 16px;
      font-weight: 600; }
    .shop-page #sidebar .widget_search_filter_register_widget li {
      margin-bottom: 0; }
      .shop-page #sidebar .widget_search_filter_register_widget li input[type="radio"] {
        display: none; }
      .shop-page #sidebar .widget_search_filter_register_widget li label {
        color: #929795;
        text-transform: uppercase;
        padding-left: 0;
        font-size: 15px;
        font-weight: 600; }
      .shop-page #sidebar .widget_search_filter_register_widget li input[type='radio']:checked + label {
        color: #4bc0b7;
        font-weight: 700; }

.single-product {
  /*Pulldowns*/
  /* Pulldown menu */ }
  .single-product .woocommerce-product-gallery__wrapper {
    background-color: #f7f6f6; }
  .single-product .product-type-external .price {
    display: none; }
  .single-product .product-type-external .summary form.cart .button {
    height: 36px;
    font-size: 16px !important;
    font-weight: 400 !important;
    padding: 0 20px; }
  .single-product .shop-page {
    max-width: 1065px; }
    .single-product .shop-page .products {
      float: none !important; }
    .single-product .shop-page .content-area #main .breadcrumb-container {
      box-sizing: border-box;
      padding: 20px;
      border-top: 1px solid #f2f2f2;
      border-bottom: 1px solid #f2f2f2;
      margin-bottom: 35px;
      overflow: auto; }
      .single-product .shop-page .content-area #main .breadcrumb-container .heading-title {
        float: left;
        text-transform: uppercase;
        color: #141413;
        font-size: 18px;
        font-weight: 400; }
        @media (max-width: 575px) {
          .single-product .shop-page .content-area #main .breadcrumb-container .heading-title {
            float: none;
            margin: 0 auto;
            text-align: center; } }
      .single-product .shop-page .content-area #main .breadcrumb-container .woocommerce-breadcrumb {
        margin: 5px 0 0;
        float: right;
        color: #141413;
        text-transform: uppercase;
        text-decoration: none;
        font-size: 11px;
        font-weight: 400; }
        @media (max-width: 575px) {
          .single-product .shop-page .content-area #main .breadcrumb-container .woocommerce-breadcrumb {
            float: none;
            margin: 10px auto 0;
            text-align: center; } }
        .single-product .shop-page .content-area #main .breadcrumb-container .woocommerce-breadcrumb a {
          color: #141413;
          text-transform: uppercase;
          text-decoration: none;
          margin: 0 7px;
          font-size: 11px;
          font-weight: 400; }
    .single-product .shop-page .content-area #main .images {
      width: 44%; }
      @media (max-width: 991px) {
        .single-product .shop-page .content-area #main .images {
          width: 100%; } }
    .single-product .shop-page .content-area #main .summary {
      width: 52%; }
      @media (max-width: 991px) {
        .single-product .shop-page .content-area #main .summary {
          width: 100%; } }
      @media (max-width: 991px) {
        .single-product .shop-page .content-area #main .summary img {
          min-width: 60px; } }
      @media (max-width: 575px) {
        .single-product .shop-page .content-area #main .summary img {
          min-width: 80px; } }
      .single-product .shop-page .content-area #main .summary h1.product_title {
        text-transform: none;
        margin-bottom: 0;
        color: #141413;
        font-weight: 400;
        font-size: 38px; }
      .single-product .shop-page .content-area #main .summary .prod-subtitle {
        color: #4f5051;
        font-size: 18px;
        font-weight: 400; }
      .single-product .shop-page .content-area #main .summary .underline {
        height: 10px;
        width: 208px;
        margin: 15px 0 25px 10px;
        background-image: url(_static/images/underline-prod-two.png);
        background-size: contain;
        background-repeat: no-repeat; }
      .single-product .shop-page .content-area #main .summary .price {
        color: #141413;
        float: left;
        margin-right: 25px;
        font-size: 28px;
        font-weight: 400; }
      .single-product .shop-page .content-area #main .summary form.cart {
        display: inline-block;
        margin-bottom: 15px; }
        .single-product .shop-page .content-area #main .summary form.cart input[type="number"] {
          margin-right: 25px;
          padding: 7px 0 7px 7px;
          max-width: 35px;
          text-align: center;
          color: #767474;
          font-size: 14px; }
        .single-product .shop-page .content-area #main .summary form.cart .button {
          border-radius: 0;
          background-color: #4bc0b7;
          height: 36px;
          line-height: 36px;
          font-size: 15px;
          font-weight: 600; }
          .single-product .shop-page .content-area #main .summary form.cart .button:hover {
            background-color: #2f6868; }
        .single-product .shop-page .content-area #main .summary form.cart .button.sales-btn {
          border-radius: 0;
          background-color: #4bc0b7;
          display: inline-block;
          color: #fff;
          height: 36px;
          line-height: 36px;
          margin-left: 10px;
          padding: 0 25px;
          font-size: 12px;
          font-weight: 400; }
          .single-product .shop-page .content-area #main .summary form.cart .button.sales-btn:hover {
            background-color: #2f6868; }
      .single-product .shop-page .content-area #main .summary p a {
        color: #4bc0b7; }
        .single-product .shop-page .content-area #main .summary p a:hover {
          color: #2f6868; }
      .single-product .shop-page .content-area #main .summary img {
        vertical-align: middle;
        margin-right: 20px;
        position: relative;
        top: 10px; }
      .single-product .shop-page .content-area #main .summary ul {
        margin-top: 25px;
        list-style-position: outside; }
        .single-product .shop-page .content-area #main .summary ul li {
          text-transform: uppercase;
          margin-bottom: .5%;
          list-style: none;
          font-size: 13px;
          font-weight: 400; }
          .single-product .shop-page .content-area #main .summary ul li:before {
            content: '•';
            display: inline-block;
            width: .75em;
            margin-left: -1em; }
    .single-product .shop-page .content-area #main .share-links {
      box-sizing: border-box;
      padding: 25px 0; }
      .single-product .shop-page .content-area #main .share-links .share-txt {
        color: #a0a0a0;
        margin-right: 10px;
        position: relative;
        top: -5px;
        font-size: 13px;
        font-weight: 400; }
        @media (max-width: 991px) {
          .single-product .shop-page .content-area #main .share-links .share-txt {
            font-size: 16px; } }
      .single-product .shop-page .content-area #main .share-links a {
        color: #3d3f3f;
        font-size: 23px; }
        @media (max-width: 991px) {
          .single-product .shop-page .content-area #main .share-links a {
            font-size: 30px; } }
        .single-product .shop-page .content-area #main .share-links a:hover {
          color: #4bc0b7; }
      .single-product .shop-page .content-area #main .share-links .fshare {
        background-color: #3d3f3f;
        border-radius: 50%;
        width: 23px;
        height: 23px;
        position: relative;
        padding: 1px 5px;
        top: -4px; }
        @media (max-width: 991px) {
          .single-product .shop-page .content-area #main .share-links .fshare {
            width: 40px;
            height: 40px;
            padding: 3px 6px;
            top: -6px; } }
        .single-product .shop-page .content-area #main .share-links .fshare:hover {
          background-color: #4bc0b7; }
        .single-product .shop-page .content-area #main .share-links .fshare a {
          color: #fff;
          font-size: 20px;
          position: relative;
          top: 6px; }
          @media (max-width: 991px) {
            .single-product .shop-page .content-area #main .share-links .fshare a {
              font-size: 24px;
              top: 8px; } }
    .single-product .shop-page .content-area #main .related.products {
      width: 100%;
      clear: both; }
      .single-product .shop-page .content-area #main .related.products h2 {
        text-align: center;
        font-size: 18px;
        font-weight: 400; }
      .single-product .shop-page .content-area #main .related.products ul.products {
        float: none !important;
        max-width: 916px;
        clear: both;
        margin: 0 auto; }
        @media (max-width: 991px) {
          .single-product .shop-page .content-area #main .related.products ul.products {
            max-width: 100%;
            width: 100%; } }
        .single-product .shop-page .content-area #main .related.products ul.products li img {
          margin-bottom: 0; }
        @media (max-width: 991px) {
          .single-product .shop-page .content-area #main .related.products ul.products li {
            float: left;
            padding: 25px;
            margin-bottom: 0 !important; }
            .single-product .shop-page .content-area #main .related.products ul.products li:before {
              width: 100%; }
            .single-product .shop-page .content-area #main .related.products ul.products li:nth-of-type(2n+0) {
              border-right: none; }
            .single-product .shop-page .content-area #main .related.products ul.products li:nth-of-type(3) {
              float: none;
              margin: 0 auto;
              max-width: 48%; } }
        @media (max-width: 575px) {
          .single-product .shop-page .content-area #main .related.products ul.products li {
            width: 100%; }
            .single-product .shop-page .content-area #main .related.products ul.products li:nth-of-type(3) {
              max-width: 100%; } }
        .single-product .shop-page .content-area #main .related.products ul.products li h2 {
          font-size: 16px;
          font-weight: 400; }
          .single-product .shop-page .content-area #main .related.products ul.products li h2:after {
            height: 5px;
            display: block;
            content: '';
            width: 124px;
            margin: 5px auto 0;
            background-image: url(_static/images/underline-related-prod.png);
            background-size: contain;
            background-repeat: no-repeat; }
    .single-product .shop-page .center-btn {
      text-align: center;
      margin: 0 auto; }
      .single-product .shop-page .center-btn .button {
        color: #fff;
        border-radius: 0;
        background-color: #4bc0b7;
        height: 55px;
        line-height: 55px;
        font-size: 15px;
        font-weight: 600; }
        .single-product .shop-page .center-btn .button:hover {
          background-color: #2f6868; }
  .single-product .btn-pulldown {
    position: relative;
    display: block;
    width: 100%;
    max-width: 232px;
    margin-bottom: 25px; }
  .single-product .btn-pulldown-handle a {
    position: relative;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    padding: 0 20px;
    height: 36px;
    background: #4bc0b7;
    color: #fff;
    border-radius: 3px;
    transition-property: border-radius, background, color;
    transition-duration: 0s, 0.16s, 0.16s;
    transition-delay: 0.26s, 0s, 0s; }
  .single-product .btn-pulldown.-open .btn-pulldown-handle a {
    z-index: 2;
    border-radius: 3px 3px 0 0;
    transition-duration: 0s, 0.16s, 0.16s;
    transition-delay: 0s, 0s, 0s; }
  .single-product .btn-pulldown-handle a span.arrows {
    position: absolute;
    right: 20px;
    top: 50%;
    display: block;
    width: 8px;
    height: 5px;
    margin-top: -2px;
    transition: all 0.3s ease-in-out;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA2MCA0MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNjAgNDA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7ZmlsbDojMkIyQjJCO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTAsMGg2MEwzMCw0MEwwLDB6Ii8+Cjwvc3ZnPgo=);
    background-position: 97% 50%;
    background-repeat: no-repeat;
    background-size: 8px; }
  .single-product .btn-pulldown.-open .btn-pulldown-handle a span.arrows {
    transform: rotate(180deg);
    transform-origin: 50% 25%;
    margin-top: 0; }
  .single-product .btn-pulldown-list {
    position: absolute;
    z-index: 2;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.26s ease-in;
    background: #fff;
    border-radius: 0 0 3px 3px;
    border: 1px solid #f2f2f2; }
  .single-product .btn-pulldown.-open .btn-pulldown-list {
    max-height: 300px;
    overflow: auto;
    transition: max-height 0.2s ease-in; }
  .single-product .btn-pulldown-list a {
    display: block;
    padding: 0 10px;
    color: #141413;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none;
    transition-duration: 0.06s; }
  .single-product .btn-pulldown-list a:hover {
    color: #4bc0b7; }
  .single-product .btn-pulldown-list a div {
    border-top: 1px solid #f2f2f2;
    padding: 9px 3px; }

/*BOOK PAGE*/
.page-template-template_book_page .footer-top {
  background-color: #f8f8f5; }

.page-template-template_book_page .hero-header {
  margin: -50px auto 0;
  position: relative;
  min-height: 512px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #f6f6f6; }
  @media (max-width: 1199px) {
    .page-template-template_book_page .hero-header {
      min-height: 390px;
      background-size: contain; } }
  @media (max-width: 991px) {
    .page-template-template_book_page .hero-header {
      min-height: 500px; } }
  @media (max-width: 767px) {
    .page-template-template_book_page .hero-header {
      min-height: 600px; } }
  @media (max-width: 575px) {
    .page-template-template_book_page .hero-header {
      min-height: 300px;
      background-size: cover;
      background-position: center; } }
  .page-template-template_book_page .hero-header .hero-text-outer {
    position: relative;
    min-height: 512px; }
    @media (max-width: 1199px) {
      .page-template-template_book_page .hero-header .hero-text-outer {
        min-height: 390px; } }
    @media (max-width: 991px) {
      .page-template-template_book_page .hero-header .hero-text-outer {
        min-height: 500px; } }
    @media (max-width: 767px) {
      .page-template-template_book_page .hero-header .hero-text-outer {
        min-height: 600px; } }
    @media (max-width: 575px) {
      .page-template-template_book_page .hero-header .hero-text-outer {
        min-height: 300px; } }
    .page-template-template_book_page .hero-header .hero-text-outer .hero-text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      max-width: 620px;
      z-index: 3; }
      @media (max-width: 1199px) {
        .page-template-template_book_page .hero-header .hero-text-outer .hero-text {
          max-width: 475px; } }
      @media (max-width: 991px) {
        .page-template-template_book_page .hero-header .hero-text-outer .hero-text {
          max-width: 350px; } }
      @media (max-width: 767px) {
        .page-template-template_book_page .hero-header .hero-text-outer .hero-text {
          max-width: 250px; } }
      .page-template-template_book_page .hero-header .hero-text-outer .hero-text h1 {
        line-height: normal;
        margin-bottom: 1%; }

.page-template-template_book_page #about-the-book .cls-background {
  padding-top: 70px !important;
  padding-bottom: 140px; }
  @media (max-width: 767px) {
    .page-template-template_book_page #about-the-book .cls-background {
      background-image: none !important;
      padding: 0 !important; } }
.page-template-template_book_page #about-the-book .container {
  max-width: 1035px;
  background: rgba(255, 255, 255, 0.86);
  box-sizing: border-box;
  padding: 40px 160px; }
  @media (max-width: 991px) {
    .page-template-template_book_page #about-the-book .container {
      padding: 40px; } }
.page-template-template_book_page .section-testimonials .container {
  max-width: 1235px; }

.page-template-template_book_page .section-testimonials .intro-txt {
  margin-bottom: 75px; }

.page-template-template_book_page .section-testimonials .testimonial-box {
  box-sizing: border-box;
  padding: 45px 80px 25px 125px;
  border: 1px solid #f6ddd1;
  position: relative;
  margin-bottom: 70px; }
  @media (max-width: 991px) {
    .page-template-template_book_page .section-testimonials .testimonial-box {
      padding: 45px 45px 25px; } }
  .page-template-template_book_page .section-testimonials .testimonial-box:last-child {
    margin-bottom: 0; }
  .page-template-template_book_page .section-testimonials .testimonial-box:before {
    content: '';
    display: block;
    margin: -75px auto 0;
    width: 45px;
    height: 40px;
    position: absolute;
    left: 0;
    right: 0;
    background-image: url(_static/images/testimonial-quote.png);
    background-size: contain;
    background-repeat: no-repeat; }
  .page-template-template_book_page .section-testimonials .testimonial-box .auth-img {
    max-width: 295px; }
    @media (max-width: 991px) {
      .page-template-template_book_page .section-testimonials .testimonial-box .auth-img {
        margin: 0 auto 25px; } }
    .page-template-template_book_page .section-testimonials .testimonial-box .auth-img img {
      border-radius: 50%; }
  .page-template-template_book_page .section-testimonials .testimonial-box .auth-info {
    padding-left: 150px; }
    @media (max-width: 575px) {
      .page-template-template_book_page .section-testimonials .testimonial-box .auth-info {
        padding-left: 0; } }
.page-template-template_book_page .section-two-col {
  /*Pulldowns*/
  /* Pulldown menu */ }
  .page-template-template_book_page .section-two-col ul {
    list-style-position: outside;
    padding-left: 2.5em;
    margin-top: 25px; }
    .page-template-template_book_page .section-two-col ul li {
      list-style: none;
      text-indent: -2.25em; }
      .page-template-template_book_page .section-two-col ul li:before {
        content: '•';
        margin-right: 30px;
        font-size: 15px; }
  .page-template-template_book_page .section-two-col .btn-pulldown {
    position: relative;
    display: block;
    width: 100%;
    max-width: 212px;
    margin: 40px 0 25px; }
  .page-template-template_book_page .section-two-col .btn-pulldown-handle a {
    position: relative;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    padding: 0 20px;
    height: 32px;
    background: #4bc0b7;
    color: #fff;
    border-radius: 3px;
    transition-property: border-radius, background, color;
    transition-duration: 0s, 0.16s, 0.16s;
    transition-delay: 0.26s, 0s, 0s; }
  .page-template-template_book_page .section-two-col .btn-pulldown.-open .btn-pulldown-handle a {
    z-index: 2;
    border-radius: 3px 3px 0 0;
    transition-duration: 0s, 0.16s, 0.16s;
    transition-delay: 0s, 0s, 0s; }
  .page-template-template_book_page .section-two-col .btn-pulldown-handle a span.arrows {
    position: absolute;
    right: 20px;
    top: 50%;
    display: block;
    width: 8px;
    height: 5px;
    margin-top: -2px;
    transition: all 0.3s ease-in-out;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA2MCA0MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNjAgNDA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7ZmlsbDojMkIyQjJCO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTAsMGg2MEwzMCw0MEwwLDB6Ii8+Cjwvc3ZnPgo=);
    background-position: 97% 50%;
    background-repeat: no-repeat;
    background-size: 8px; }
  .page-template-template_book_page .section-two-col .btn-pulldown.-open .btn-pulldown-handle a span.arrows {
    transform: rotate(180deg);
    transform-origin: 50% 25%;
    margin-top: 0; }
  .page-template-template_book_page .section-two-col .btn-pulldown-list {
    position: absolute;
    z-index: 2;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.26s ease-in;
    background: #fff;
    border-radius: 0 0 3px 3px;
    border: 1px solid #f2f2f2; }
  .page-template-template_book_page .section-two-col .btn-pulldown.-open .btn-pulldown-list {
    max-height: 300px;
    overflow: auto;
    transition: max-height 0.2s ease-in; }
  .page-template-template_book_page .section-two-col .btn-pulldown-list a {
    display: block;
    padding: 0 10px;
    color: #141413;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none;
    transition-duration: 0.06s; }
  .page-template-template_book_page .section-two-col .btn-pulldown-list a:hover {
    color: #4bc0b7; }
  .page-template-template_book_page .section-two-col .btn-pulldown-list a div {
    border-top: 1px solid #f2f2f2;
    padding: 9px 3px; }

.page-template-template_book_page #how-to-get-your-copy .container {
  max-width: 1045px; }

.page-template-template_book_page #how-to-get-your-copy .cls-background {
  padding: 90px 0 !important; }
  .page-template-template_book_page #how-to-get-your-copy .cls-background .intro-txt {
    margin: 0 auto 80px; }

.page-template-template_book_page #how-to-get-your-copy .container {
  box-sizing: border-box;
  padding: 50px 60px;
  background-color: rgba(255, 255, 255, 0.93);
  border: 18px solid #eeecec; }

.page-template-template_book_page #susan-testimonial .cls-background {
  padding-top: 0 !important; }

.page-template-template_book_page #videos-and-interviews .container {
  max-width: 1100px; }

.page-template-template_book_page #videos-and-interviews .intro-txt {
  margin-bottom: 75px; }

@media (max-width: 991px) {
  .page-template-template_book_page #videos-and-interviews .grid .cell {
    margin-bottom: 4%; } }

.page-template-template_book_page #videos-and-interviews .cls-background {
  padding-top: 75px !important; }

.page-template-template_book_page .section-vid-gallery .ytp-title-text {
  display: none !important; }

.page-template-template_book_page .section-vid-gallery .container {
  max-width: 1230px; }

.page-template-template_book_page .section-vid-gallery .intro-txt {
  max-width: 785px;
  margin: 0 auto 80px; }

.page-template-template_book_page .section-vid-gallery .feature-vid {
  max-width: 940px;
  margin: 0 auto 90px; }
  @media (max-width: 991px) {
    .page-template-template_book_page .section-vid-gallery .feature-vid {
      margin: 0 auto 50px; } }
  .page-template-template_book_page .section-vid-gallery .feature-vid .cell.span-7 {
    flex: 0 0 calc( 58.3% - 5px) !important; }
  .page-template-template_book_page .section-vid-gallery .feature-vid .cell.span-5 {
    flex: 0 0 calc( 41.6% - 10px) !important; }
  .page-template-template_book_page .section-vid-gallery .feature-vid .video-container {
    margin-bottom: 0; }
  .page-template-template_book_page .section-vid-gallery .feature-vid .cell {
    display: flex;
    justify-content: center;
    flex-direction: column; }
  .page-template-template_book_page .section-vid-gallery .feature-vid .vid-text-panel {
    box-sizing: border-box;
    padding: 40px;
    position: relative;
    z-index: 1;
    background-image: url(_static/images/video-box-bg.jpg);
    background-repeat: repeat;
    background-size: 100%; }
    .page-template-template_book_page .section-vid-gallery .feature-vid .vid-text-panel h5, .page-template-template_book_page .section-vid-gallery .feature-vid .vid-text-panel p {
      color: #fff; }
    .page-template-template_book_page .section-vid-gallery .feature-vid .vid-text-panel p:last-child {
      margin-bottom: 0; }
    @media (max-width: 991px) {
      .page-template-template_book_page .section-vid-gallery .feature-vid .vid-text-panel {
        margin-top: 20px; } }
    .page-template-template_book_page .section-vid-gallery .feature-vid .vid-text-panel:before {
      left: 0;
      background-image: url(_static/images/video-box-bg.jpg);
      background-repeat: repeat;
      background-size: 100%;
      top: 15%;
      width: 18px;
      height: 18px;
      -webkit-transform: translateX(-50%) rotate(45deg);
      transform: translateX(-50%) rotate(45deg);
      position: absolute;
      content: '';
      pointer-events: none;
      z-index: -1; }
      @media (max-width: 991px) {
        .page-template-template_book_page .section-vid-gallery .feature-vid .vid-text-panel:before {
          left: 15%;
          top: -9px; } }
.page-template-template_book_page .section-vid-gallery .video-gallery {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .page-template-template_book_page .section-vid-gallery .video-gallery .video {
    width: 29.5%; }
    @media (max-width: 991px) {
      .page-template-template_book_page .section-vid-gallery .video-gallery .video {
        width: 49.2%; } }
    @media (max-width: 575px) {
      .page-template-template_book_page .section-vid-gallery .video-gallery .video {
        width: 100%; } }
    .page-template-template_book_page .section-vid-gallery .video-gallery .video .video-container {
      margin-bottom: 15px; }
    .page-template-template_book_page .section-vid-gallery .video-gallery .video .vid-text-panel {
      box-sizing: border-box;
      padding: 30px 20px;
      min-height: 230px;
      margin-bottom: 20px;
      position: relative;
      z-index: 1;
      background-image: url(_static/images/video-box-bg.jpg);
      background-repeat: repeat;
      background-size: 100%; }
      .page-template-template_book_page .section-vid-gallery .video-gallery .video .vid-text-panel:before {
        top: -7px;
        background-image: url(_static/images/video-box-bg.jpg);
        background-repeat: repeat;
        background-size: 100%;
        left: 15%;
        width: 14px;
        height: 14px;
        -webkit-transform: translateX(-50%) rotate(45deg);
        transform: translateX(-50%) rotate(45deg);
        position: absolute;
        content: '';
        pointer-events: none;
        z-index: -1; }
      .page-template-template_book_page .section-vid-gallery .video-gallery .video .vid-text-panel h5, .page-template-template_book_page .section-vid-gallery .video-gallery .video .vid-text-panel p {
        color: #fff; }
      .page-template-template_book_page .section-vid-gallery .video-gallery .video .vid-text-panel h5 em {
        margin: 1% auto -.5em;
        display: block; }
      .page-template-template_book_page .section-vid-gallery .video-gallery .video .vid-text-panel p:last-child {
        margin-bottom: 0; }

.page-template-template_book_page .section-resources .cls-background {
  padding: 70px 0 !important; }

.page-template-template_book_page .section-resources .container {
  max-width: 1020px; }

.page-template-template_book_page .section-resources .header-txt {
  margin-bottom: 80px; }

.page-template-template_book_page .section-resources .press-boxes .press-box {
  box-sizing: border-box;
  padding: 60px 30px;
  width: 40%;
  min-width: 410px;
  margin: 0 40px 0 35px;
  position: relative;
  overflow: hidden;
  float: left; }
  @media (max-width: 991px) {
    .page-template-template_book_page .section-resources .press-boxes .press-box {
      width: 100%;
      margin: 0 auto 50px;
      float: none;
      min-width: 100%; } }
  .page-template-template_book_page .section-resources .press-boxes .press-box:nth-of-type(2) {
    margin: 0 35px 0 40px; }
    @media (max-width: 991px) {
      .page-template-template_book_page .section-resources .press-boxes .press-box:nth-of-type(2) {
        margin: 0 auto; } }
  .page-template-template_book_page .section-resources .press-boxes .press-box:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.62;
    border: 8px solid #fff; }
  .page-template-template_book_page .section-resources .press-boxes .press-box .txt {
    position: relative;
    z-index: 1; }
    .page-template-template_book_page .section-resources .press-boxes .press-box .txt h4 {
      text-transform: none; }
      .page-template-template_book_page .section-resources .press-boxes .press-box .txt h4:after {
        margin: 5px auto 0;
        display: block;
        max-width: 195px;
        width: 180px;
        height: 14px;
        content: '';
        background-image: url(_static/images/press-swoosh.png);
        background-size: contain;
        background-repeat: no-repeat; }
    .page-template-template_book_page .section-resources .press-boxes .press-box .txt ul {
      list-style-position: outside;
      padding-left: 25px;
      color: #fff;
      font-weight: 400; }
    .page-template-template_book_page .section-resources .press-boxes .press-box .txt a {
      color: #fff;
      text-decoration: none; }
      .page-template-template_book_page .section-resources .press-boxes .press-box .txt a:hover {
        color: #4bc0b7; }
  .page-template-template_book_page .section-resources .press-boxes .press-box:before {
    display: block;
    width: 99px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -1em;
    content: '';
    background-image: url(_static/images/vertical-waves.png);
    background-size: cover;
    background-repeat: repeat-y;
    background-position: center; }
  .page-template-template_book_page .section-resources .press-boxes .press-box table {
    border: 0px;
    width: 100%;
    font-size: 18px; }
    .page-template-template_book_page .section-resources .press-boxes .press-box table td {
      padding: 0 0 5px 0;
      min-width: 130px;
      border: 0; }
      .page-template-template_book_page .section-resources .press-boxes .press-box table td a {
        text-decoration: underline !important; }
        .page-template-template_book_page .section-resources .press-boxes .press-box table td a:hover {
          text-decoration: none !important; }

.page-template-template_book_page #request-herself .container {
  max-width: 1080px;
  background-color: rgba(252, 252, 249, 0.78);
  box-sizing: border-box;
  padding: 40px 70px;
  border: 18px solid #eeecec; }

.page-template-template_book_page #request-herself .intro-txt {
  margin-bottom: 50px; }

/*FIND A COACH PAGE*/
.page-template-template_find_coach_page .texture-border {
  height: 20px;
  width: 100%;
  background-image: url(_static/images/texture-border.png);
  background-size: contain;
  background-position: center;
  position: relative;
  z-index: 1; }

.page-template-template_find_coach_page .footer-top {
  background-color: #f8f8f5; }

.page-template-template_find_coach_page .hero-header {
  margin: -50px auto 0;
  position: relative;
  min-height: 370px;
  overflow: hidden;
  background-position: left bottom;
  background-size: cover; }
  @media (max-width: 575px) {
    .page-template-template_find_coach_page .hero-header {
      background-position: center;
      min-height: 300px; } }
  .page-template-template_find_coach_page .hero-header .hero-text-outer {
    position: relative;
    min-height: 370px; }
    @media (max-width: 575px) {
      .page-template-template_find_coach_page .hero-header .hero-text-outer {
        min-height: 300px; } }
    .page-template-template_find_coach_page .hero-header .hero-text-outer .hero-text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      z-index: 3; }
      .page-template-template_find_coach_page .hero-header .hero-text-outer .hero-text h1 {
        line-height: normal;
        margin-bottom: 1%; }
      .page-template-template_find_coach_page .hero-header .hero-text-outer .hero-text p {
        max-width: 68%;
        margin: 0 auto 1%; }
  .page-template-template_find_coach_page .hero-header:before {
    height: 132px;
    width: 100%;
    content: '';
    display: block;
    position: absolute;
    bottom: -15%;
    background-image: url("_static/images/wavy-lines.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }

.page-template-template_find_coach_page .fac-form-section {
  box-sizing: border-box;
  padding: 50px 0;
  box-shadow: 0px 3px 20px 0px rgba(58, 23, 0, 0.33);
  background-color: #faf9f7; }
  @media (max-width: 991px) {
    .page-template-template_find_coach_page .fac-form-section {
      padding: 70px 0; } }
  .page-template-template_find_coach_page .fac-form-section .container {
    max-width: 950px; }
  .page-template-template_find_coach_page .fac-form-section .fac-form-panel {
    box-sizing: border-box;
    text-align: center; }
    @media (max-width: 575px) {
      .page-template-template_find_coach_page .fac-form-section .fac-form-panel {
        padding: 50px 25px; } }
    .page-template-template_find_coach_page .fac-form-section .fac-form-panel .fac-form-panel-inner h2.form-title {
      text-transform: uppercase;
      color: #232121;
      margin: 0 auto 0px;
      font-size: 20px;
      font-family: "proxima-nova";
      font-weight: 700; }
      @media (max-width: 991px) {
        .page-template-template_find_coach_page .fac-form-section .fac-form-panel .fac-form-panel-inner h2.form-title {
          font-size: 30px; } }
      @media (max-width: 767px) {
        .page-template-template_find_coach_page .fac-form-section .fac-form-panel .fac-form-panel-inner h2.form-title {
          font-size: 24px;
          padding: 0 10px; } }
      .page-template-template_find_coach_page .fac-form-section .fac-form-panel .fac-form-panel-inner h2.form-title:after {
        content: '';
        display: block;
        margin: 10px auto;
        width: 300px;
        height: 14px;
        background-image: url(_static/images/coach-swoosh.png);
        background-size: contain;
        background-repeat: no-repeat; }
    .page-template-template_find_coach_page .fac-form-section .fac-form-panel .fac-form-panel-inner .subtitle {
      margin-bottom: 85px; }
      @media (max-width: 1199px) {
        .page-template-template_find_coach_page .fac-form-section .fac-form-panel .fac-form-panel-inner .subtitle {
          margin-bottom: 50px; } }
      @media (max-width: 991px) {
        .page-template-template_find_coach_page .fac-form-section .fac-form-panel .fac-form-panel-inner .subtitle {
          margin-bottom: 25px; } }
      .page-template-template_find_coach_page .fac-form-section .fac-form-panel .fac-form-panel-inner .subtitle h5 {
        font-size: 16px; }
        @media (max-width: 767px) {
          .page-template-template_find_coach_page .fac-form-section .fac-form-panel .fac-form-panel-inner .subtitle h5 {
            font-size: 14px; } }
    .page-template-template_find_coach_page .fac-form-section .fac-form-panel .fac-form-panel-inner .fac-form form {
      margin: 0 auto; }
      .page-template-template_find_coach_page .fac-form-section .fac-form-panel .fac-form-panel-inner .fac-form form h4 {
        text-transform: uppercase;
        color: #846869;
        margin-bottom: 30px;
        font-size: 18px;
        font-weight: 400; }
      .page-template-template_find_coach_page .fac-form-section .fac-form-panel .fac-form-panel-inner .fac-form form li.sf-field-search {
        margin: 0 auto 10px;
        max-width: 545px; }
        .page-template-template_find_coach_page .fac-form-section .fac-form-panel .fac-form-panel-inner .fac-form form li.sf-field-search label {
          width: 100%; }
        .page-template-template_find_coach_page .fac-form-section .fac-form-panel .fac-form-panel-inner .fac-form form li.sf-field-search input {
          width: 100%;
          border: solid 1px #e3e8f0;
          border-radius: 5px;
          background-color: #f0f2f7;
          color: #3a405b;
          margin-bottom: 0;
          height: 40px;
          letter-spacing: 0.007em;
          font-size: 14px; }
          @media (max-width: 575px) {
            .page-template-template_find_coach_page .fac-form-section .fac-form-panel .fac-form-panel-inner .fac-form form li.sf-field-search input {
              width: 88%; } }
      .page-template-template_find_coach_page .fac-form-section .fac-form-panel .fac-form-panel-inner .fac-form form li.sf-field-taxonomy-coach-certification, .page-template-template_find_coach_page .fac-form-section .fac-form-panel .fac-form-panel-inner .fac-form form li.sf-field-taxonomy-coach-specialty, .page-template-template_find_coach_page .fac-form-section .fac-form-panel .fac-form-panel-inner .fac-form form li.sf-field-taxonomy-coach-state, .page-template-template_find_coach_page .fac-form-section .fac-form-panel .fac-form-panel-inner .fac-form form li.sf-field-taxonomy-coach-country, .page-template-template_find_coach_page .fac-form-section .fac-form-panel .fac-form-panel-inner .fac-form form li.sf-field-taxonomy-coach-language {
        display: inline-block;
        min-width: 240px;
        margin-bottom: 5px; }
        @media (max-width: 575px) {
          .page-template-template_find_coach_page .fac-form-section .fac-form-panel .fac-form-panel-inner .fac-form form li.sf-field-taxonomy-coach-certification, .page-template-template_find_coach_page .fac-form-section .fac-form-panel .fac-form-panel-inner .fac-form form li.sf-field-taxonomy-coach-specialty, .page-template-template_find_coach_page .fac-form-section .fac-form-panel .fac-form-panel-inner .fac-form form li.sf-field-taxonomy-coach-state, .page-template-template_find_coach_page .fac-form-section .fac-form-panel .fac-form-panel-inner .fac-form form li.sf-field-taxonomy-coach-country, .page-template-template_find_coach_page .fac-form-section .fac-form-panel .fac-form-panel-inner .fac-form form li.sf-field-taxonomy-coach-language {
            min-width: 88%;
            margin-bottom: 0; } }
        .page-template-template_find_coach_page .fac-form-section .fac-form-panel .fac-form-panel-inner .fac-form form li.sf-field-taxonomy-coach-certification label, .page-template-template_find_coach_page .fac-form-section .fac-form-panel .fac-form-panel-inner .fac-form form li.sf-field-taxonomy-coach-specialty label, .page-template-template_find_coach_page .fac-form-section .fac-form-panel .fac-form-panel-inner .fac-form form li.sf-field-taxonomy-coach-state label, .page-template-template_find_coach_page .fac-form-section .fac-form-panel .fac-form-panel-inner .fac-form form li.sf-field-taxonomy-coach-country label, .page-template-template_find_coach_page .fac-form-section .fac-form-panel .fac-form-panel-inner .fac-form form li.sf-field-taxonomy-coach-language label {
          width: 100%; }
        .page-template-template_find_coach_page .fac-form-section .fac-form-panel .fac-form-panel-inner .fac-form form li.sf-field-taxonomy-coach-certification select:not([multiple]), .page-template-template_find_coach_page .fac-form-section .fac-form-panel .fac-form-panel-inner .fac-form form li.sf-field-taxonomy-coach-specialty select:not([multiple]), .page-template-template_find_coach_page .fac-form-section .fac-form-panel .fac-form-panel-inner .fac-form form li.sf-field-taxonomy-coach-state select:not([multiple]), .page-template-template_find_coach_page .fac-form-section .fac-form-panel .fac-form-panel-inner .fac-form form li.sf-field-taxonomy-coach-country select:not([multiple]), .page-template-template_find_coach_page .fac-form-section .fac-form-panel .fac-form-panel-inner .fac-form form li.sf-field-taxonomy-coach-language select:not([multiple]) {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMCA2LjMiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojM2E0MDViO308L3N0eWxlPjwvZGVmcz48dGl0bGU+QXNzZXQgMTwvdGl0bGU+PGcgaWQ9IkxheWVyXzIiIGRhdGEtbmFtZT0iTGF5ZXIgMiI+PGcgaWQ9InN2ZzMwMDEiPjxnIGlkPSJnMzAwMyI+PHBhdGggaWQ9InBhdGgzMDA1IiBjbGFzcz0iY2xzLTEiIGQ9Ik0xMCwxLjNhLjc4Ljc4LDAsMCwxLS4yNC41OEw1LjU4LDYuMDZhLjgyLjgyLDAsMCwxLTEuMTYsMEwuMjQsMS44OEEuNzcuNzcsMCwwLDEsMCwxLjMuOC44LDAsMCwxLC4yNC43MkwuNzIuMjRBLjgyLjgyLDAsMCwxLDEuMywwYS43OC43OCwwLDAsMSwuNTguMjRMNSwzLjM2LDguMTIuMjRBLjc4Ljc4LDAsMCwxLDguNywwYS44Mi44MiwwLDAsMSwuNTguMjRsLjQ4LjQ4QS44Mi44MiwwLDAsMSwxMCwxLjNaIi8+PC9nPjwvZz48L2c+PC9zdmc+);
          background-position: 95% 50%;
          background-repeat: no-repeat;
          background-size: 10px; }
        .page-template-template_find_coach_page .fac-form-section .fac-form-panel .fac-form-panel-inner .fac-form form li.sf-field-taxonomy-coach-certification select, .page-template-template_find_coach_page .fac-form-section .fac-form-panel .fac-form-panel-inner .fac-form form li.sf-field-taxonomy-coach-specialty select, .page-template-template_find_coach_page .fac-form-section .fac-form-panel .fac-form-panel-inner .fac-form form li.sf-field-taxonomy-coach-state select, .page-template-template_find_coach_page .fac-form-section .fac-form-panel .fac-form-panel-inner .fac-form form li.sf-field-taxonomy-coach-country select, .page-template-template_find_coach_page .fac-form-section .fac-form-panel .fac-form-panel-inner .fac-form form li.sf-field-taxonomy-coach-language select {
          width: 100%;
          border: solid 1px #e3e8f0;
          border-radius: 5px;
          background-color: #f0f2f7;
          color: #3a405b;
          margin-bottom: 0;
          height: 42px;
          line-height: normal;
          font-size: 14px; }
      .page-template-template_find_coach_page .fac-form-section .fac-form-panel .fac-form-panel-inner .fac-form form li.sf-field-taxonomy-coach-certification, .page-template-template_find_coach_page .fac-form-section .fac-form-panel .fac-form-panel-inner .fac-form form li.sf-field-taxonomy-coach-state, .page-template-template_find_coach_page .fac-form-section .fac-form-panel .fac-form-panel-inner .fac-form form li.sf-field-taxonomy-coach-specialty {
        margin-right: .75em; }
        @media (max-width: 575px) {
          .page-template-template_find_coach_page .fac-form-section .fac-form-panel .fac-form-panel-inner .fac-form form li.sf-field-taxonomy-coach-certification, .page-template-template_find_coach_page .fac-form-section .fac-form-panel .fac-form-panel-inner .fac-form form li.sf-field-taxonomy-coach-state, .page-template-template_find_coach_page .fac-form-section .fac-form-panel .fac-form-panel-inner .fac-form form li.sf-field-taxonomy-coach-specialty {
            margin-right: 0; } }
      .page-template-template_find_coach_page .fac-form-section .fac-form-panel .fac-form-panel-inner .fac-form form li.sf-field-submit {
        margin: 10px auto -3em; }
        .page-template-template_find_coach_page .fac-form-section .fac-form-panel .fac-form-panel-inner .fac-form form li.sf-field-submit input {
          background-color: #4bc0b7;
          border-color: #4bc0b7;
          color: #fff;
          padding: 0 90px;
          height: 48px;
          line-height: 48px;
          font-family: "proxima-nova"; }
          .page-template-template_find_coach_page .fac-form-section .fac-form-panel .fac-form-panel-inner .fac-form form li.sf-field-submit input:hover {
            background-color: #ac9455;
            border-color: #ac9455; }

.page-template-template_find_coach_page .intro-coaches {
  box-sizing: border-box;
  padding: 140px 0 50px; }
  .page-template-template_find_coach_page .intro-coaches .container {
    max-width: 1120px; }
    .page-template-template_find_coach_page .intro-coaches .container h3 {
      text-align: center;
      font-size: 28px;
      font-weight: 400; }
    .page-template-template_find_coach_page .intro-coaches .container .coach-intro {
      margin-top: 75px;
      min-height: 650px;
      position: relative; }
      @media (max-width: 991px) {
        .page-template-template_find_coach_page .intro-coaches .container .coach-intro {
          min-height: inherit; } }
      .page-template-template_find_coach_page .intro-coaches .container .coach-intro .col {
        position: absolute; }
        @media (max-width: 991px) {
          .page-template-template_find_coach_page .intro-coaches .container .coach-intro .col {
            position: relative; } }
        .page-template-template_find_coach_page .intro-coaches .container .coach-intro .col.coach-intro-image {
          right: 0; }
          @media (max-width: 991px) {
            .page-template-template_find_coach_page .intro-coaches .container .coach-intro .col.coach-intro-image {
              max-width: 100%; }
              .page-template-template_find_coach_page .intro-coaches .container .coach-intro .col.coach-intro-image img {
                width: 100%; } }
        .page-template-template_find_coach_page .intro-coaches .container .coach-intro .col.coach-intro-panel {
          box-sizing: border-box;
          padding: 80px 60px;
          max-width: 550px;
          left: 0;
          top: 17%;
          background-color: #fcf6ed;
          background-image: url(_static/images/coach-intro-lines.png);
          background-position: top left;
          background-size: contain;
          background-repeat: no-repeat; }
          @media (max-width: 991px) {
            .page-template-template_find_coach_page .intro-coaches .container .coach-intro .col.coach-intro-panel {
              max-width: 100%; } }
          .page-template-template_find_coach_page .intro-coaches .container .coach-intro .col.coach-intro-panel p {
            color: #030303; }

.page-template-template_find_coach_page .fac-results-section {
  box-sizing: border-box;
  padding: 75px 0 0; }
  .page-template-template_find_coach_page .fac-results-section .container {
    max-width: 1530px;
    /*POPUP*/ }
    .page-template-template_find_coach_page .fac-results-section .container h2.results-title {
      text-transform: uppercase;
      text-align: center;
      margin-bottom: 150px;
      color: #232121;
      font-size: 30px;
      font-family: "proxima-nova";
      font-weight: 400; }
    .page-template-template_find_coach_page .fac-results-section .container .coach-cards .search-filter-results {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      .page-template-template_find_coach_page .fac-results-section .container .coach-cards .search-filter-results .coach-card-small {
        width: 18.5%;
        box-sizing: border-box;
        padding: 25px 0 40px;
        border: 1px solid #f7dfd4;
        text-align: center;
        margin: 0 .75% 120px;
        position: relative; }
        @media (max-width: 1199px) {
          .page-template-template_find_coach_page .fac-results-section .container .coach-cards .search-filter-results .coach-card-small {
            width: 29.5%; } }
        @media (max-width: 991px) {
          .page-template-template_find_coach_page .fac-results-section .container .coach-cards .search-filter-results .coach-card-small {
            width: 48.5%; } }
        @media (max-width: 767px) {
          .page-template-template_find_coach_page .fac-results-section .container .coach-cards .search-filter-results .coach-card-small {
            width: 49.2%; } }
        @media (max-width: 575px) {
          .page-template-template_find_coach_page .fac-results-section .container .coach-cards .search-filter-results .coach-card-small {
            width: 100%; } }
        .page-template-template_find_coach_page .fac-results-section .container .coach-cards .search-filter-results .coach-card-small .coach-img {
          max-width: 110px;
          margin: -4em auto .25em; }
          .page-template-template_find_coach_page .fac-results-section .container .coach-cards .search-filter-results .coach-card-small .coach-img img {
            border-radius: 50%;
            width: 100%; }
        .page-template-template_find_coach_page .fac-results-section .container .coach-cards .search-filter-results .coach-card-small h4 {
          color: #ac9455;
          margin: 0 5px 1%;
          font-size: 20px;
          font-weight: 600; }
        .page-template-template_find_coach_page .fac-results-section .container .coach-cards .search-filter-results .coach-card-small .certifications {
          text-transform: uppercase;
          margin: 0 5px 15px;
          font-weight: 700;
          font-size: 12px; }
          .page-template-template_find_coach_page .fac-results-section .container .coach-cards .search-filter-results .coach-card-small .certifications .creds {
            font-weight: 400; }
        .page-template-template_find_coach_page .fac-results-section .container .coach-cards .search-filter-results .coach-card-small .specialties h5 {
          width: 100%;
          background-color: #f2f1ef;
          color: #6a6a6a;
          text-transform: uppercase;
          line-height: 1.5;
          margin-bottom: 3%;
          padding: 0 5px;
          font-size: 12px;
          font-weight: 600; }
        .page-template-template_find_coach_page .fac-results-section .container .coach-cards .search-filter-results .coach-card-small .specialties ul {
          list-style: none;
          text-align: center;
          margin: 0 1em;
          /*columns: 2;
								-webkit-columns: 2;
								-moz-columns: 2;
								column-gap: 18px;*/ }
          .page-template-template_find_coach_page .fac-results-section .container .coach-cards .search-filter-results .coach-card-small .specialties ul li {
            color: #474646;
            line-height: normal;
            margin-bottom: 1%;
            list-style-position: inside;
            text-indent: -.75em;
            font-size: 14px;
            font-weight: 400; }
            .page-template-template_find_coach_page .fac-results-section .container .coach-cards .search-filter-results .coach-card-small .specialties ul li:nth-of-type(1n+5) {
              display: none; }
            .page-template-template_find_coach_page .fac-results-section .container .coach-cards .search-filter-results .coach-card-small .specialties ul li:before {
              content: '•';
              margin-right: 4px; }
        .page-template-template_find_coach_page .fac-results-section .container .coach-cards .search-filter-results .coach-card-small .cert-badges {
          display: flex;
          justify-content: center;
          flex-wrap: wrap; }
          .page-template-template_find_coach_page .fac-results-section .container .coach-cards .search-filter-results .coach-card-small .cert-badges .cert-badge.certified {
            background-image: url(_static/images/cert-badge.png); }
          .page-template-template_find_coach_page .fac-results-section .container .coach-cards .search-filter-results .coach-card-small .cert-badges .cert-badge.master-certified {
            background-image: url(_static/images/master-cert-badge.png); }
          .page-template-template_find_coach_page .fac-results-section .container .coach-cards .search-filter-results .coach-card-small .cert-badges .cert-badge {
            width: 95px;
            height: 95px;
            margin: 15px 5px;
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat; }
        .page-template-template_find_coach_page .fac-results-section .container .coach-cards .search-filter-results .coach-card-small .location {
          margin-top: 15px;
          font-weight: 700;
          font-size: 14px; }
          .page-template-template_find_coach_page .fac-results-section .container .coach-cards .search-filter-results .coach-card-small .location h5 {
            width: 100%;
            background-color: #f2f1ef;
            color: #6a6a6a;
            text-transform: uppercase;
            line-height: 1.5;
            margin-bottom: 3%;
            font-size: 16px;
            font-weight: 600; }
        .page-template-template_find_coach_page .fac-results-section .container .coach-cards .search-filter-results .coach-card-small .languages {
          font-size: 14px;
          font-weight: 400;
          font-style: italic; }
        .page-template-template_find_coach_page .fac-results-section .container .coach-cards .search-filter-results .coach-card-small .skype-avail {
          display: block;
          margin: 1% auto 0;
          font-weight: 400;
          font-size: 14px;
          font-style: italic; }
        .page-template-template_find_coach_page .fac-results-section .container .coach-cards .search-filter-results .coach-card-small .more-btn {
          position: absolute;
          bottom: -1.25em;
          left: 0;
          right: 0; }
          .page-template-template_find_coach_page .fac-results-section .container .coach-cards .search-filter-results .coach-card-small .more-btn .button {
            background-color: #ac9455;
            border-color: #ac9455;
            text-transform: lowercase;
            padding: 0 50px;
            height: 31px;
            line-height: 31px;
            font-style: italic;
            font-size: 15px; }
            .page-template-template_find_coach_page .fac-results-section .container .coach-cards .search-filter-results .coach-card-small .more-btn .button:hover {
              background-color: #4bc0b7;
              border-color: #4bc0b7; }
    .page-template-template_find_coach_page .fac-results-section .container .overlay {
      display: none;
      position: fixed;
      top: 0%;
      left: 0%;
      width: 100%;
      height: 100%;
      background-color: #000;
      z-index: 1;
      -moz-opacity: 0.57;
      opacity: .50;
      filter: alpha(opacity=50); }
    .page-template-template_find_coach_page .fac-results-section .container .coach-card {
      opacity: 0;
      transition: .2s ease opacity;
      z-index: -1;
      position: fixed;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background-color: #fcfafa;
      min-width: 800px;
      box-sizing: border-box;
      padding: 20px; }
      @media (max-width: 1199px) {
        .page-template-template_find_coach_page .fac-results-section .container .coach-card {
          top: 55%; } }
      @media (max-width: 991px) {
        .page-template-template_find_coach_page .fac-results-section .container .coach-card {
          min-width: 80%;
          top: 55%; } }
      @media (max-width: 767px) {
        .page-template-template_find_coach_page .fac-results-section .container .coach-card {
          min-width: 90%;
          top: 60%;
          max-height: 250px;
          overflow: scroll; } }
      @media (max-width: 575px) {
        .page-template-template_find_coach_page .fac-results-section .container .coach-card {
          max-height: 550px;
          top: 55%;
          max-width: 90%; } }
      .page-template-template_find_coach_page .fac-results-section .container .coach-card.open {
        z-index: 100;
        opacity: 1; }
      .page-template-template_find_coach_page .fac-results-section .container .coach-card .coach-card-close {
        position: absolute;
        top: 30px;
        right: 30px;
        width: 25px;
        height: 25px;
        opacity: 0.75; }
        @media (max-width: 767px) {
          .page-template-template_find_coach_page .fac-results-section .container .coach-card .coach-card-close {
            right: 35px;
            width: 15px;
            height: 15px; } }
        .page-template-template_find_coach_page .fac-results-section .container .coach-card .coach-card-close:hover {
          opacity: 1; }
        .page-template-template_find_coach_page .fac-results-section .container .coach-card .coach-card-close:before, .page-template-template_find_coach_page .fac-results-section .container .coach-card .coach-card-close:after {
          position: absolute;
          left: 15px;
          content: ' ';
          height: 25px;
          width: 1px;
          background-color: #000; }
          @media (max-width: 767px) {
            .page-template-template_find_coach_page .fac-results-section .container .coach-card .coach-card-close:before, .page-template-template_find_coach_page .fac-results-section .container .coach-card .coach-card-close:after {
              height: 15px;
              width: 1px; } }
        .page-template-template_find_coach_page .fac-results-section .container .coach-card .coach-card-close:before {
          transform: rotate(45deg); }
        .page-template-template_find_coach_page .fac-results-section .container .coach-card .coach-card-close:after {
          transform: rotate(-45deg); }
      .page-template-template_find_coach_page .fac-results-section .container .coach-card .coach-popup-inner {
        border: 1px solid #f6ddd1;
        box-sizing: border-box;
        padding: 30px;
        overflow: scroll; }
      @media (max-width: 767px) {
        .page-template-template_find_coach_page .fac-results-section .container .coach-card {
          padding: 20px; } }
      .page-template-template_find_coach_page .fac-results-section .container .coach-card .coach-img {
        max-width: 250px; }
        @media (max-width: 991px) {
          .page-template-template_find_coach_page .fac-results-section .container .coach-card .coach-img {
            margin: 0 auto 25px;
            max-width: 150px; } }
        @media (max-width: 767px) {
          .page-template-template_find_coach_page .fac-results-section .container .coach-card .coach-img {
            max-width: 100px;
            margin: 0 auto 10px; } }
        .page-template-template_find_coach_page .fac-results-section .container .coach-card .coach-img img {
          border-radius: 50%;
          width: 100%; }
      .page-template-template_find_coach_page .fac-results-section .container .coach-card h4 {
        color: #ac9455;
        margin-bottom: 0;
        font-weight: 600;
        font-size: 26px; }
      .page-template-template_find_coach_page .fac-results-section .container .coach-card .cert {
        font-weight: 700;
        font-size: 16px; }
      .page-template-template_find_coach_page .fac-results-section .container .coach-card .creds {
        color: #474646;
        font-size: 16px;
        font-weight: 400; }
      .page-template-template_find_coach_page .fac-results-section .container .coach-card .spacer {
        margin-bottom: 1em;
        display: block; }
      .page-template-template_find_coach_page .fac-results-section .container .coach-card .languages {
        color: #474646;
        font-size: 16px;
        font-weight: 400;
        font-style: italic; }
      .page-template-template_find_coach_page .fac-results-section .container .coach-card .cert-badges {
        display: flex;
        justify-content: center;
        flex-wrap: wrap; }
        .page-template-template_find_coach_page .fac-results-section .container .coach-card .cert-badges .cert-badge.certified {
          background-image: url(_static/images/cert-badge.png); }
        .page-template-template_find_coach_page .fac-results-section .container .coach-card .cert-badges .cert-badge.master-certified {
          background-image: url(_static/images/master-cert-badge.png); }
        .page-template-template_find_coach_page .fac-results-section .container .coach-card .cert-badges .cert-badge {
          width: 110px;
          height: 110px;
          margin: 0 0 10px;
          background-size: contain;
          background-position: center;
          background-repeat: no-repeat; }
      .page-template-template_find_coach_page .fac-results-section .container .coach-card h5 {
        width: 100%;
        background-color: #f2f1ef;
        color: #6a6a6a;
        text-transform: uppercase;
        line-height: 1.5;
        margin-bottom: 3%;
        padding: 5px 20px;
        font-weight: 600;
        font-size: 16px; }
      .page-template-template_find_coach_page .fac-results-section .container .coach-card p {
        color: #474646;
        line-height: normal;
        font-size: 16px;
        font-weight: 400; }
        @media (max-width: 575px) {
          .page-template-template_find_coach_page .fac-results-section .container .coach-card p {
            font-size: 18px; } }
      .page-template-template_find_coach_page .fac-results-section .container .coach-card ul {
        list-style: none;
        text-align: left;
        margin: 0 0 0 1em;
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
        column-gap: 18px; }
        @media (max-width: 991px) {
          .page-template-template_find_coach_page .fac-results-section .container .coach-card ul {
            margin-bottom: 20px; } }
        .page-template-template_find_coach_page .fac-results-section .container .coach-card ul li {
          color: #474646;
          line-height: normal;
          margin-bottom: 1%;
          list-style-position: inside;
          text-indent: -.75em;
          font-size: 15px;
          font-weight: 400; }
          .page-template-template_find_coach_page .fac-results-section .container .coach-card ul li:nth-of-type(1n+5) {
            display: none; }
          .page-template-template_find_coach_page .fac-results-section .container .coach-card ul li:before {
            content: '•';
            margin-right: 4px; }
      .page-template-template_find_coach_page .fac-results-section .container .coach-card .coach-info {
        margin-top: 30px; }
        @media (max-width: 767px) {
          .page-template-template_find_coach_page .fac-results-section .container .coach-card .coach-info {
            margin-top: 50px; } }
        .page-template-template_find_coach_page .fac-results-section .container .coach-card .coach-info .certify {
          text-align: center; }
        .page-template-template_find_coach_page .fac-results-section .container .coach-card .coach-info .cert-title {
          text-align: center; }
        .page-template-template_find_coach_page .fac-results-section .container .coach-card .coach-info .contact-info {
          color: #474646;
          line-height: 1.25;
          letter-spacing: 0.050em;
          /*Zsofi added this back 5/22*/
          margin: 0 0 0 1em;
          font-weight: 400;
          font-size: 15px; }
          .page-template-template_find_coach_page .fac-results-section .container .coach-card .coach-info .contact-info a {
            text-decoration: none;
            color: #474646; }
            .page-template-template_find_coach_page .fac-results-section .container .coach-card .coach-info .contact-info a:hover {
              color: #4bc0b7; }
          .page-template-template_find_coach_page .fac-results-section .container .coach-card .coach-info .contact-info svg {
            color: #539897;
            width: 20px;
            margin-right: 15px; }
        .page-template-template_find_coach_page .fac-results-section .container .coach-card .coach-info .certification {
          color: #474646;
          text-align: center;
          font-size: 18px;
          font-style: italic;
          font-weight: 400; }
  .page-template-template_find_coach_page .fac-results-section .pagination {
    padding: 0; }

.page-template-template_find_coach_page .center-btn {
  text-align: center;
  margin: 0 auto 100px;
  padding: 0 20px; }
  .page-template-template_find_coach_page .center-btn .button {
    height: 56px;
    line-height: 56px;
    padding: 0 45px;
    font-size: 15px; }
    .page-template-template_find_coach_page .center-btn .button:hover {
      background-color: #ac9455;
      border-color: #ac9455; }

/*FLEX LAYOUT FOR MB MAIN SITE*/
.flex-sections {
  /* Boxed sections */
  /* CTA Shortcode within layouts */
  /* Section: Content */
  /* Section: Image and content */
  /* Section: Quote */
  /* Section: Quote with left or right image */
  /* Generic: Merge nearby author and following quote image */ }
  .flex-sections .hero-header {
    margin: -50px auto 0;
    overflow: hidden;
    min-height: 390px;
    position: relative;
    background-position: top center;
    background-size: cover; }
    .flex-sections .hero-header .cls-background {
      padding: 95px 0 95px !important; }
    .flex-sections .hero-header:after {
      height: 20px;
      width: 100%;
      content: '';
      display: block;
      background-image: url("_static/images/texture-border.png");
      background-size: contain;
      background-position: center; }
    .flex-sections .hero-header:before {
      height: 132px;
      width: 100%;
      content: '';
      display: block;
      position: absolute;
      bottom: -15%;
      background-image: url("_static/images/wavy-lines.png");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
  .flex-sections .layout-section .cls-background {
    padding: 100px 0 110px; }
  @media (max-width: 992px) {
    .flex-sections .layout-section .cls-background {
      padding: 50px 0; } }
  .flex-sections .layout-section.appearance-boxed .cls-background {
    padding: 60px 0 70px; }
    @media (max-width: 992px) {
      .flex-sections .layout-section.appearance-boxed .cls-background {
        padding: 50px 0; } }
  .flex-sections .layout-section.appearance-boxed .container {
    padding: 0; }
  .flex-sections .layout-section.appearance-boxed .boxed-section {
    position: relative;
    border: 1px solid #000000;
    padding: 20px 50px 60px; }
    @media (max-width: 992px) {
      .flex-sections .layout-section.appearance-boxed .boxed-section {
        padding: 30px 20px 50px;
        margin: 0 40px; } }
    @media (max-width: 768px) {
      .flex-sections .layout-section.appearance-boxed .boxed-section {
        margin: 0; } }
    @media (max-width: 576px) {
      .flex-sections .layout-section.appearance-boxed .boxed-section {
        padding: 20px 10px 20px; } }
  .flex-sections .layout-section.appearance-boxed.text_style-light-text .boxed-section {
    border-color: #fff; }
  .flex-sections .layout-section.appearance-boxed .-title {
    position: relative;
    top: -16px;
    transform: translateY(-50%);
    text-align: center;
    margin-bottom: -1.4em; }
    .flex-sections .layout-section.appearance-boxed .-title h2 {
      background: #fff;
      display: inline-block;
      margin: 0 auto;
      padding: 0 15px;
      color: inherit;
      font-size: 26px;
      font-weight: 400;
      line-height: 37px;
      text-transform: uppercase;
      max-width: 1000px; }
  .flex-sections .swoosh.-type-hr:before {
    min-width: 255px;
    max-width: 255px; }
  .flex-sections .layout-section.appearance-boxed .-content > p:first-child > .swoosh {
    margin-top: 0;
    position: relative;
    top: -15px; }
  @media (max-width: 768px) {
    .flex-sections .layout-section.appearance-boxed .cls-background {
      padding: 40px 0 20px; }
    .flex-sections .layout-section.appearance-boxed .-title {
      transform: none;
      margin-top: -35px;
      margin-bottom: 10px; }
    .flex-sections .layout-section.appearance-boxed .-title h2 {
      padding: 0; }
    .flex-sections .layout-section.appearance-boxed .-content > p:first-child > .swoosh {
      margin-top: 0; } }
  .flex-sections .layout-section .cta-shortcode {
    margin-top: 50px; }
  .flex-sections .layout-section.background_style-image .cls-background.background_mobile-mobile-image-after .cls-mobile-image {
    text-align: center;
    margin: 0 0 20px; }
  .flex-sections .after-content.after-content-sales-button {
    text-align: center; }
  .flex-sections .after-content-reveal-button div.reveal-button-row {
    text-align: center; }
  .flex-sections .after-content-reveal-button div.reveal-content {
    position: relative;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.2s linear; }
    .flex-sections .after-content-reveal-button div.reveal-content .inner {
      padding-top: 30px; }
      .flex-sections .after-content-reveal-button div.reveal-content .inner > :first-child {
        margin-top: 0; }
      .flex-sections .after-content-reveal-button div.reveal-content .inner > :last-child {
        margin-bottom: 0; }
  .flex-sections .after-content-reveal-button.revealed div.reveal-content {
    max-height: 1000px; }
  .flex-sections .section-content-and-image .cls-background {
    padding: 0; }
  .flex-sections .section-content-and-image .cls-inner:after {
    content: '';
    display: table;
    clear: both; }
  .flex-sections .section-content-and-image .-image {
    background-size: cover;
    background-position: center; }
  .flex-sections .section-content-and-image.image-position-left .-content .inner {
    padding: 70px 20px; }
  @media (min-width: 993px) {
    .flex-sections .section-content-and-image .cls-inner {
      display: flex;
      flex-direction: row; }
    .flex-sections .section-content-and-image.image-position-right .-image {
      order: 0; }
    .flex-sections .section-content-and-image.image-position-left .-image {
      order: 1; }
    .flex-sections .section-content-and-image.image-position-right .-content {
      order: 1; }
    .flex-sections .section-content-and-image.image-position-left .-content {
      order: 0; }
    .flex-sections .section-content-and-image .-image,
    .flex-sections .section-content-and-image .-content {
      flex-basis: 50%; }
    .flex-sections .section-content-and-image.image-position-right .-content .inner,
    .flex-sections .section-content-and-image.image-position-left .-content .inner {
      max-width: 530px; }
    .flex-sections .section-content-and-image.image-position-left .-content .inner {
      margin-left: auto;
      padding-right: 30px;
      border-right: 15px solid #fff; } }
  @media (min-width: 993px) and (max-width: 1199px) {
    .flex-sections .section-content-and-image.image-position-left .-content .inner {
      padding: 40px; } }
  @media (min-width: 993px) {
    .flex-sections .section-content-and-image.image-position-right .-content .inner {
      margin-right: auto;
      padding-left: 60px;
      border-left: 15px solid #fff; }
    .flex-sections .section-content-and-image .mobile-image {
      display: none; } }
  @media (max-width: 992px) {
    .flex-sections .section-content-and-image.image-position-right .-content .inner,
    .flex-sections .section-content-and-image.image-position-left .-content .inner {
      padding: 40px 20px; }
    .flex-sections .section-content-and-image .mobile-image {
      display: block;
      margin: 0;
      text-align: center; }
      .flex-sections .section-content-and-image .mobile-image img {
        display: block;
        margin: 0 auto; }
    .flex-sections .section-content-and-image .-image {
      display: none; } }
  @media (max-width: 768px) {
    .flex-sections .section-content-and-image.image-position-left .-content .inner {
      padding: 40px; } }
  .flex-sections .section-quote.quote-image-none,
  .flex-sections .section-quote.quote-image-below {
    text-align: center; }
    .flex-sections .section-quote.quote-image-none img,
    .flex-sections .section-quote.quote-image-below img {
      display: block;
      margin: 0 auto; }
  .flex-sections .section-quote .cls-background {
    padding: 30px 0 100px; }
  @media (max-width: 768px) {
    .flex-sections .section-quote .cls-background {
      padding-bottom: 40px; } }
  .flex-sections .quote-icon {
    position: relative;
    display: block;
    width: 52px;
    height: 42px;
    margin: 0 auto 10px; }
  .flex-sections .quote-icon span {
    position: absolute;
    top: -25px;
    left: -10px;
    font-size: 185px;
    line-height: 185px;
    color: #d6d6d6; }
  .flex-sections .section-quote .-content {
    font-size: 30px;
    line-height: 1.1;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto; }
  .flex-sections .section-quote .-author .swoosh {
    color: #d6d6d6;
    font-size: 33px;
    margin: 0px;
    font-weight: 400; }
  @media (max-width: 768px) {
    .flex-sections .section-quote .-content {
      font-size: 22px; } }
  .flex-sections .section-quote .quote-boxed {
    border: 1px solid #846869; }
  .flex-sections .section-quote.quote-image-left .container,
  .flex-sections .section-quote.quote-image-right .container {
    max-width: 1250px;
    padding: 0; }
  .flex-sections .section-quote .quote-boxed:after {
    content: '';
    display: table;
    clear: both; }
  .flex-sections .section-quote .quote-image img {
    display: block; }
  .flex-sections .section-quote .quote-boxed .quote-icon {
    margin-bottom: 60px; }
  .flex-sections .section-quote .quote-boxed .quote-inner {
    overflow: hidden;
    padding: 40px 0 20px; }
  .flex-sections .section-quote .-author-plain {
    color: #5d5a5a; }
  .flex-sections .section-quote.quote-image-left .-author,
  .flex-sections .section-quote.quote-image-right .-author {
    margin-top: -15px; }
  .flex-sections .section-quote.quote-image-left .-author .swoosh,
  .flex-sections .section-quote.quote-image-right .-author .swoosh {
    font-size: 24px;
    color: #fcfcfb; }
  .flex-sections .section-quote.quote-image-right .quote-boxed .quote-inner,
  .flex-sections .section-quote.quote-image-left .quote-boxed .quote-inner {
    padding: 40px 70px; }
  @media (min-width: 769px) {
    .flex-sections .section-quote.quote-image-left .quote-image {
      float: left;
      max-width: 50%; }
    .flex-sections .section-quote.quote-image-right .quote-image {
      float: right;
      max-width: 50%; } }
  @media (max-width: 1200px) and (min-width: 769px) {
    .flex-sections .section-quote.quote-image-right .quote-boxed .quote-inner,
    .flex-sections .section-quote.quote-image-left .quote-boxed .quote-inner {
      padding: 30px 40px; }
    .flex-sections .section-quote.quote-image-left .quote-boxed,
    .flex-sections .section-quote.quote-image-right .quote-boxed {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap; }
    .flex-sections .section-quote.quote-image-left .quote-boxed .quote-image,
    .flex-sections .section-quote.quote-image-left .quote-boxed .quote-inner,
    .flex-sections .section-quote.quote-image-right .quote-boxed .quote-image,
    .flex-sections .section-quote.quote-image-right .quote-boxed .quote-inner {
      flex-basis: 50%;
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      justify-content: center; } }
  @media (max-width: 768px) {
    .flex-sections .section-quote .quote-boxed .quote-inner {
      padding: 0 20px 20px; }
    .flex-sections .section-quote.quote-image-left .quote-image,
    .flex-sections .section-quote.quote-image-right .quote-image {
      margin: 0 auto 30px;
      max-height: 70vh;
      width: auto;
      max-width: 100%; }
    .flex-sections .section-quote.quote-image-left .quote-boxed .quote-image,
    .flex-sections .section-quote.quote-image-right .quote-boxed .quote-image {
      display: block;
      float: none;
      padding-top: 20px;
      padding-bottom: 10px; }
      .flex-sections .section-quote.quote-image-left .quote-boxed .quote-image img,
      .flex-sections .section-quote.quote-image-right .quote-boxed .quote-image img {
        margin: 0 auto; }
    .flex-sections .section-quote.quote-image-left .quote-boxed .quote-inner,
    .flex-sections .section-quote.quote-image-right .quote-boxed .quote-inner {
      display: block;
      float: none; }
    .flex-sections .section-quote .-author .swoosh-text {
      line-height: 1; } }
  .flex-sections .section-quote .-author + .quote-image {
    margin-top: -26px; }
  .flex-sections .gold-bullets ul {
    list-style: outside;
    padding-left: 32px; }
    @media (max-width: 575px) {
      .flex-sections .gold-bullets ul {
        padding-left: 1.5em; } }
    .flex-sections .gold-bullets ul li {
      padding-left: 8px; }
    .flex-sections .gold-bullets ul ul {
      list-style: outside; }
  .flex-sections .section-testimonial_blocks .cls-background {
    padding: 100px 0 0px; }
    @media (max-width: 575px) {
      .flex-sections .section-testimonial_blocks .cls-background {
        padding: 50px 0 0; } }
  .flex-sections .section-testimonial_blocks .container {
    max-width: 1210px; }
  .flex-sections .section-testimonial_blocks .testimonial-blocks {
    /*display:flex;
			justify-content: center;
			flex-wrap: wrap;*/ }
    .flex-sections .section-testimonial_blocks .testimonial-blocks .grid-item,
    .flex-sections .section-testimonial_blocks .testimonial-blocks .grid-sizer {
      width: 0; }
    .flex-sections .section-testimonial_blocks .testimonial-blocks .testimonial-block {
      width: 47.25%;
      text-align: center; }
      @media (max-width: 1199px) {
        .flex-sections .section-testimonial_blocks .testimonial-blocks .testimonial-block {
          width: 46.5%; } }
      @media (max-width: 991px) {
        .flex-sections .section-testimonial_blocks .testimonial-blocks .testimonial-block {
          width: 100%; } }
      .flex-sections .section-testimonial_blocks .testimonial-blocks .testimonial-block:nth-of-type(even) {
        margin: 0 32px 70px 0; }
        @media (max-width: 991px) {
          .flex-sections .section-testimonial_blocks .testimonial-blocks .testimonial-block:nth-of-type(even) {
            margin: 0 0 70px 0; } }
      .flex-sections .section-testimonial_blocks .testimonial-blocks .testimonial-block:nth-of-type(odd) {
        margin: 0 0 70px 32px; }
        @media (max-width: 991px) {
          .flex-sections .section-testimonial_blocks .testimonial-blocks .testimonial-block:nth-of-type(odd) {
            margin: 0 0 70px 0; } }
      .flex-sections .section-testimonial_blocks .testimonial-blocks .testimonial-block .auth-img {
        width: 190px;
        height: 190px;
        margin: 0 auto -12%; }
        .flex-sections .section-testimonial_blocks .testimonial-blocks .testimonial-block .auth-img img {
          box-sizing: border-box;
          border-radius: 50%;
          border: 3px solid #fff; }
      .flex-sections .section-testimonial_blocks .testimonial-blocks .testimonial-block .testimonial-content {
        box-sizing: border-box;
        padding: 100px 75px 20px;
        background-image: linear-gradient(to bottom, #736061, #b1a7a6); }
        @media (max-width: 575px) {
          .flex-sections .section-testimonial_blocks .testimonial-blocks .testimonial-block .testimonial-content {
            padding: 75px 25px 20px; } }
        .flex-sections .section-testimonial_blocks .testimonial-blocks .testimonial-block .testimonial-content p {
          color: #fff;
          line-height: 29px;
          font-weight: 400;
          font-size: 20px; }
        .flex-sections .section-testimonial_blocks .testimonial-blocks .testimonial-block .testimonial-content:after {
          content: '';
          display: block;
          width: 31px;
          height: 20px;
          margin: 0 auto;
          background-image: url(_static/images/testimonial-block-quote.png);
          background-repeat: no-repeat;
          background-size: contain; }
      .flex-sections .section-testimonial_blocks .testimonial-blocks .testimonial-block .auth-name {
        box-sizing: border-box;
        padding: 45px;
        background-color: #fff;
        border-radius: 6px;
        box-shadow: 0px 20px 45px 0px rgba(51, 39, 6, 0.55); }
        .flex-sections .section-testimonial_blocks .testimonial-blocks .testimonial-block .auth-name h5 {
          margin: 0 0 1%; }
        .flex-sections .section-testimonial_blocks .testimonial-blocks .testimonial-block .auth-name p {
          margin: 0;
          font-size: 12px; }
          .flex-sections .section-testimonial_blocks .testimonial-blocks .testimonial-block .auth-name p a {
            text-decoration: none;
            color: #ac9455; }
            .flex-sections .section-testimonial_blocks .testimonial-blocks .testimonial-block .auth-name p a:hover {
              color: #4bc0b7; }
  .flex-sections #intro-text.appearance-boxed .container {
    max-width: 1095px; }
    @media (max-width: 1199px) {
      .flex-sections #intro-text.appearance-boxed .container {
        max-width: 960px; } }
    @media (max-width: 991px) {
      .flex-sections #intro-text.appearance-boxed .container {
        padding: 0 20px; } }
  .flex-sections #intro-text.appearance-boxed .boxed-section {
    padding: 20px 150px 60px; }
    @media (max-width: 1199px) {
      .flex-sections #intro-text.appearance-boxed .boxed-section {
        padding: 20px 100px 40px; } }
    @media (max-width: 991px) {
      .flex-sections #intro-text.appearance-boxed .boxed-section {
        padding: 20px 50px 40px; } }
    @media (max-width: 575px) {
      .flex-sections #intro-text.appearance-boxed .boxed-section {
        padding: 20px 25px; } }
    .flex-sections #intro-text.appearance-boxed .boxed-section ul {
      list-style: outside;
      padding-left: 50px;
      font-weight: 400; }
      @media (max-width: 575px) {
        .flex-sections #intro-text.appearance-boxed .boxed-section ul {
          padding-left: 1.5em; } }
    .flex-sections #intro-text.appearance-boxed .boxed-section p {
      line-height: 30px;
      margin-bottom: 4%;
      font-weight: 400; }
  .flex-sections #our-goals {
    margin-bottom: 15px; }
    .flex-sections #our-goals .-image {
      background-position: bottom center; }
    .flex-sections #our-goals ul {
      list-style: outside;
      padding-left: 1em;
      margin: 40px 0;
      font-weight: 400; }
    .flex-sections #our-goals p {
      line-height: 30px; }
      .flex-sections #our-goals p:nth-of-type(2) {
        margin-top: 25px; }
  .flex-sections #join-ftk-list .cls-background, .flex-sections #join-ftk-list-2 .cls-background, .flex-sections #join-ftk-list-3 .cls-background, .flex-sections #apply-now .cls-background {
    padding: 60px 0 50px; }
    @media (max-width: 575px) {
      .flex-sections #join-ftk-list .cls-background, .flex-sections #join-ftk-list-2 .cls-background, .flex-sections #join-ftk-list-3 .cls-background, .flex-sections #apply-now .cls-background {
        padding: 20px 0; } }
    .flex-sections #join-ftk-list .cls-background .container, .flex-sections #join-ftk-list-2 .cls-background .container, .flex-sections #join-ftk-list-3 .cls-background .container, .flex-sections #apply-now .cls-background .container {
      max-width: 1095px; }
      @media (max-width: 1199px) {
        .flex-sections #join-ftk-list .cls-background .container, .flex-sections #join-ftk-list-2 .cls-background .container, .flex-sections #join-ftk-list-3 .cls-background .container, .flex-sections #apply-now .cls-background .container {
          max-width: 960px; } }
      @media (max-width: 991px) {
        .flex-sections #join-ftk-list .cls-background .container, .flex-sections #join-ftk-list-2 .cls-background .container, .flex-sections #join-ftk-list-3 .cls-background .container, .flex-sections #apply-now .cls-background .container {
          padding: 0 20px; } }
      .flex-sections #join-ftk-list .cls-background .container .button, .flex-sections #join-ftk-list-2 .cls-background .container .button, .flex-sections #join-ftk-list-3 .cls-background .container .button, .flex-sections #apply-now .cls-background .container .button {
        font-size: 22px;
        padding: 20px 5px 19px;
        width: 330px;
        position: relative;
        margin: 35px 0 10px;
        max-width: 100%;
        height: auto;
        color: #fff;
        font-weight: 600;
        line-height: 1;
        text-transform: uppercase;
        border: none;
        background: #c19c52;
        box-shadow: 0 8px 11px rgba(51, 50, 50, 0.08), 0 4px 7px rgba(51, 50, 50, 0.08);
        transition: all 0.2s linear; }
        .flex-sections #join-ftk-list .cls-background .container .button:hover, .flex-sections #join-ftk-list-2 .cls-background .container .button:hover, .flex-sections #join-ftk-list-3 .cls-background .container .button:hover, .flex-sections #apply-now .cls-background .container .button:hover {
          color: #fff;
          background: #deb563;
          box-shadow: 0 8px 18px rgba(51, 50, 50, 0.18), 0 4px 15px rgba(51, 50, 50, 0.08); }
        .flex-sections #join-ftk-list .cls-background .container .button:hover:before, .flex-sections #join-ftk-list-2 .cls-background .container .button:hover:before, .flex-sections #join-ftk-list-3 .cls-background .container .button:hover:before, .flex-sections #apply-now .cls-background .container .button:hover:before {
          transform: translateY(5px); }
        .flex-sections #join-ftk-list .cls-background .container .button:before, .flex-sections #join-ftk-list-2 .cls-background .container .button:before, .flex-sections #join-ftk-list-3 .cls-background .container .button:before, .flex-sections #apply-now .cls-background .container .button:before {
          content: '';
          display: block;
          position: absolute;
          top: -29px;
          left: 50%;
          background: url(_static/images/down-arrow-black.svg) center no-repeat;
          background-size: contain;
          width: 45px;
          margin-left: -22px;
          height: 44px;
          transform: translateY(0px);
          transition: all 0.4s cubic-bezier(0.33, -0.5, 0.66, 2); }
      .flex-sections #join-ftk-list .cls-background .container a.cta-button, .flex-sections #join-ftk-list-2 .cls-background .container a.cta-button, .flex-sections #join-ftk-list-3 .cls-background .container a.cta-button, .flex-sections #apply-now .cls-background .container a.cta-button {
        font-size: 22px;
        padding: 20px 5px 19px;
        width: 330px; }
  .flex-sections #join-ftk-list.appearance-boxed .boxed-section, .flex-sections #join-ftk-list-2.appearance-boxed .boxed-section, .flex-sections #join-ftk-list-3.appearance-boxed .boxed-section {
    padding: 50px !important; }
    @media (max-width: 575px) {
      .flex-sections #join-ftk-list.appearance-boxed .boxed-section, .flex-sections #join-ftk-list-2.appearance-boxed .boxed-section, .flex-sections #join-ftk-list-3.appearance-boxed .boxed-section {
        padding: 20px !important; } }
  .flex-sections #youll-get.appearance-boxed .container {
    max-width: 1095px; }
    @media (max-width: 1199px) {
      .flex-sections #youll-get.appearance-boxed .container {
        max-width: 960px; } }
    @media (max-width: 991px) {
      .flex-sections #youll-get.appearance-boxed .container {
        padding: 0 20px; } }
  .flex-sections #youll-get.appearance-boxed .boxed-section {
    padding: 15px 165px 15px; }
    @media (max-width: 1199px) {
      .flex-sections #youll-get.appearance-boxed .boxed-section {
        padding: 15px 100px 15px; } }
    @media (max-width: 991px) {
      .flex-sections #youll-get.appearance-boxed .boxed-section {
        padding: 15px 50px 15px; } }
    @media (max-width: 575px) {
      .flex-sections #youll-get.appearance-boxed .boxed-section {
        padding: 20px 25px; } }
    .flex-sections #youll-get.appearance-boxed .boxed-section .swoosh {
      top: 10px;
      margin-bottom: 40px; }
      .flex-sections #youll-get.appearance-boxed .boxed-section .swoosh:before {
        min-width: 230px;
        max-width: 230px; }
    .flex-sections #youll-get.appearance-boxed .boxed-section ul {
      line-height: 30px; }
      .flex-sections #youll-get.appearance-boxed .boxed-section ul li {
        margin-bottom: 5%; }
    .flex-sections #youll-get.appearance-boxed .boxed-section p {
      margin-bottom: 4%; }
      .flex-sections #youll-get.appearance-boxed .boxed-section p a {
        color: #141413; }
        .flex-sections #youll-get.appearance-boxed .boxed-section p a:hover {
          color: #4bc0b7; }
  .flex-sections #schedule-curriculum .cls-background {
    padding: 50px 0 0 !important; }
    .flex-sections #schedule-curriculum .cls-background .container {
      max-width: 960px; }
      .flex-sections #schedule-curriculum .cls-background .container .swoosh {
        top: 0px; }
        .flex-sections #schedule-curriculum .cls-background .container .swoosh:before {
          min-width: 230px;
          max-width: 230px; }
      .flex-sections #schedule-curriculum .cls-background .container p {
        line-height: 30px; }
      .flex-sections #schedule-curriculum .cls-background .container ul {
        padding-left: 75px;
        margin-top: 5%;
        line-height: 30px; }
        @media (max-width: 575px) {
          .flex-sections #schedule-curriculum .cls-background .container ul {
            padding-left: 1.5em; } }
  .flex-sections #onsite-mct-retreat-mandatory .cls-background {
    padding: 75px 0 !important; }
    .flex-sections #onsite-mct-retreat-mandatory .cls-background .container {
      max-width: 1100px; }
      .flex-sections #onsite-mct-retreat-mandatory .cls-background .container .swoosh {
        top: 0px; }
        .flex-sections #onsite-mct-retreat-mandatory .cls-background .container .swoosh:before {
          min-width: 230px;
          max-width: 230px; }
    .flex-sections #onsite-mct-retreat-mandatory .cls-background h2 {
      margin-bottom: 0; }
    .flex-sections #onsite-mct-retreat-mandatory .cls-background p {
      line-height: 30px;
      margin-bottom: 50px; }
      .flex-sections #onsite-mct-retreat-mandatory .cls-background p:first-of-type {
        margin-bottom: 1em; }
      .flex-sections #onsite-mct-retreat-mandatory .cls-background p:last-of-type {
        max-width: 900px;
        margin: 0 auto;
        line-height: 21px;
        padding-top: 25px; }
  .flex-sections #retreat-weekend-highlights .cls-background {
    padding: 0 0 100px !important; }
    .flex-sections #retreat-weekend-highlights .cls-background .container {
      max-width: 1100px; }
      .flex-sections #retreat-weekend-highlights .cls-background .container .swoosh {
        top: 0px; }
        .flex-sections #retreat-weekend-highlights .cls-background .container .swoosh:before {
          min-width: 230px;
          max-width: 230px; }
      .flex-sections #retreat-weekend-highlights .cls-background .container p {
        margin-bottom: 25px; }
        .flex-sections #retreat-weekend-highlights .cls-background .container p img {
          margin-bottom: 25px; }
  .flex-sections #certification .cls-background {
    padding: 70px 0 !important; }
    .flex-sections #certification .cls-background .container {
      max-width: 1100px; }
      .flex-sections #certification .cls-background .container hr {
        position: relative;
        margin: 20px 0;
        border: none;
        border-bottom: 1px solid #fff;
        overflow: visible; }
        .flex-sections #certification .cls-background .container hr:first-child {
          margin-bottom: 70px; }
        .flex-sections #certification .cls-background .container hr:before {
          content: '';
          display: block;
          position: absolute;
          left: 50%;
          top: 50%;
          width: 35px;
          height: 44px;
          margin: -13px 0 0 -22px;
          background-image: url(_static/images/down-arrow-white-thick.svg);
          background-repeat: no-repeat;
          background-size: contain; }
      .flex-sections #certification .cls-background .container .-content {
        position: relative; }
        .flex-sections #certification .cls-background .container .-content:after {
          content: '';
          display: block;
          position: absolute;
          width: 160px;
          height: 160px;
          background-image: url(_static/images/master-cert-badge.png);
          background-repeat: no-repeat;
          background-size: cover;
          top: 6.5%;
          left: 0;
          border-radius: 50%; }
          @media (max-width: 991px) {
            .flex-sections #certification .cls-background .container .-content:after {
              top: auto;
              bottom: -10%;
              right: 0;
              margin: 0 auto;
              position: relative; } }
      .flex-sections #certification .cls-background .container ul {
        margin: 50px 0; }
        .flex-sections #certification .cls-background .container ul ul {
          margin: 25px 0; }
      .flex-sections #certification .cls-background .container p, .flex-sections #certification .cls-background .container ul {
        max-width: 940px;
        line-height: 30px;
        margin-left: 18%; }
        @media (max-width: 991px) {
          .flex-sections #certification .cls-background .container p, .flex-sections #certification .cls-background .container ul {
            margin-left: 0; } }
  @media (max-width: 991px) {
    .flex-sections #prerequisites.appearance-boxed {
      padding: 50px 0; } }
  .flex-sections #prerequisites.appearance-boxed .container {
    max-width: 1100px; }
    @media (max-width: 1199px) {
      .flex-sections #prerequisites.appearance-boxed .container {
        max-width: 960px; } }
    @media (max-width: 991px) {
      .flex-sections #prerequisites.appearance-boxed .container {
        padding: 0 20px; } }
    .flex-sections #prerequisites.appearance-boxed .container .swoosh {
      top: -15px; }
      .flex-sections #prerequisites.appearance-boxed .container .swoosh:before {
        min-width: 230px;
        max-width: 230px; }
    .flex-sections #prerequisites.appearance-boxed .container .boxed-section {
      padding: 20px 170px 60px; }
      @media (max-width: 1199px) {
        .flex-sections #prerequisites.appearance-boxed .container .boxed-section {
          padding: 20px 100px 40px; } }
      @media (max-width: 991px) {
        .flex-sections #prerequisites.appearance-boxed .container .boxed-section {
          padding: 20px 50px 40px; } }
      @media (max-width: 575px) {
        .flex-sections #prerequisites.appearance-boxed .container .boxed-section {
          padding: 20px 25px; } }
      .flex-sections #prerequisites.appearance-boxed .container .boxed-section ul {
        margin: 50px 0; }
      .flex-sections #prerequisites.appearance-boxed .container .boxed-section p, .flex-sections #prerequisites.appearance-boxed .container .boxed-section ul {
        line-height: 30px; }
  .flex-sections #apply-now .cls-background {
    padding: 60px 0 50px; }
    @media (max-width: 575px) {
      .flex-sections #apply-now .cls-background {
        padding: 20px 0; } }
    .flex-sections #apply-now .cls-background .container {
      max-width: 1095px; }
      @media (max-width: 1199px) {
        .flex-sections #apply-now .cls-background .container {
          max-width: 960px; } }
      @media (max-width: 991px) {
        .flex-sections #apply-now .cls-background .container {
          padding: 0 20px; } }
      .flex-sections #apply-now .cls-background .container .swoosh {
        top: -15px; }
        .flex-sections #apply-now .cls-background .container .swoosh:before {
          min-width: 230px;
          max-width: 230px; }
      .flex-sections #apply-now .cls-background .container a.cta-button {
        font-size: 22px;
        padding: 20px 5px 19px;
        width: 330px; }
  .flex-sections #apply-now.appearance-boxed .boxed-section {
    padding: 50px !important; }
    @media (max-width: 575px) {
      .flex-sections #apply-now.appearance-boxed .boxed-section {
        padding: 20px !important; } }
  .flex-sections #payment-information-questions .container {
    max-width: 850px; }
    .flex-sections #payment-information-questions .container .swoosh {
      top: -15px; }
      .flex-sections #payment-information-questions .container .swoosh:before {
        min-width: 230px;
        max-width: 230px; }
  .flex-sections #testimonials-2 .cls-background {
    padding: 100px 0; }
    @media (max-width: 575px) {
      .flex-sections #testimonials-2 .cls-background {
        padding: 50px 0; } }
  .flex-sections #testimonials-2 .testimonial-block:last-of-type {
    margin: 0 auto;
    right: 0%; }

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 500; }

.popup-promo {
  position: fixed;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 600; }
  @media (max-width: 768px) {
    .popup-promo {
      position: absolute;
      top: 10px;
      transform: none;
      left: 10%;
      right: 10%;
      width: auto; } }
.popup-promo form {
  margin-bottom: 20px; }

.popup-promo .inner {
  padding: 32px 30px;
  background: #ffffff url(_static/images/popup-background.png) center no-repeat;
  background-size: cover; }

.popup-promo .inner .-content {
  padding: 10px 20px;
  border: 1px solid #846869; }

.popup-promo input[type="text"],
.popup-promo input[type="email"] {
  background: #fff;
  border: 1px solid #363636; }

.popup-promo input[type="submit"] {
  padding: 14px 30px; }

.popup-promo .-close {
  position: absolute;
  top: 0;
  right: 0; }

#popup-close {
  display: block;
  padding: 5px 11px;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
  color: #000000; }

.popup-promo .gfield input[type="text"],
.popup-promo .gfield input[type="email"],
.popup-promo .gform_footer input[type="submit"] {
  width: 100%;
  padding: 9px 12px 8px; }

@media (min-width: 993px) {
  .popup-promo {
    width: 780px; } }

@media (max-width: 992px) {
  .popup-promo {
    width: 80%; } }

@media (max-width: 576px) {
  /*
		.popup-promo {
			width: auto;
			left: 10px;
			right: 10px;
			transform: translateY(-50%);

			max-height: 80vh;
			overflow: scroll;
		}
	*/
  .popup-promo .inner .-content {
    padding: 10px; } }

.popup-promo a.cta-button {
  font-size: 18px;
  line-height: 1.1;
  padding: 19px 18px 18px;
  white-space: normal;
  margin: 30px 0; }

.popup-promo .buttons-2 .cta-button {
  width: auto;
  max-width: 288px; }

.popup-promo .buttons-2,
.popup-promo .button-1 {
  text-align: center; }

/*404 PAGE*/
.error-page {
  box-sizing: border-box;
  padding: 75px 0;
  margin: -50px auto 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .error-page:before {
    height: 132px;
    width: 100%;
    content: '';
    display: block;
    position: absolute;
    bottom: 5%;
    background-image: url("_static/images/wavy-lines.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .error-page .container {
    max-width: 1000px; }
  .error-page .error-panel {
    box-sizing: border-box;
    padding: 60px 75px 85px;
    background-color: rgba(235, 231, 222, 0.96);
    max-width: 600px; }
    @media (max-width: 767px) {
      .error-page .error-panel {
        max-width: 100%; } }
    @media (max-width: 575px) {
      .error-page .error-panel {
        padding: 25px; } }
    .error-page .error-panel .intro-txt {
      margin-bottom: 35px; }
      .error-page .error-panel .intro-txt h1 {
        margin-bottom: 1%; }
      .error-page .error-panel .intro-txt p:last-of-type {
        margin-top: 35px; }
    .error-page .error-panel .search-section {
      text-align: center; }
      .error-page .error-panel .search-section .heading {
        margin-bottom: 4%;
        font-weight: 700;
        font-size: 18px; }
      .error-page .error-panel .search-section #search_form input[type="text"] {
        box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.07);
        border: 1px solid #e0e0e0;
        text-transform: lowercase;
        width: 65%;
        height: 35px;
        margin-right: -.5em;
        color: #b1bcbd;
        font-style: italic;
        font-size: 16px;
        font-weight: 300;
        font-family: "proxima-nova"; }
      .error-page .error-panel .search-section #search_form button {
        background-color: #168c91;
        border-color: #168c91;
        height: 34px;
        line-height: 34px;
        width: 53px;
        padding: 0;
        position: relative;
        top: 3px;
        font-size: 22px; }
    .error-page .error-panel .posts-section .heading {
      text-align: center;
      margin-bottom: 4%;
      font-weight: 700;
      font-size: 18px; }
    .error-page .error-panel .posts-section .fav-posts {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      max-width: 400px;
      margin: 0 0 3% 6.5%; }
      @media (max-width: 575px) {
        .error-page .error-panel .posts-section .fav-posts {
          margin: 0 auto; } }
      .error-page .error-panel .posts-section .fav-posts .fav-post {
        width: 45%;
        margin-bottom: 30px; }
        @media (max-width: 575px) {
          .error-page .error-panel .posts-section .fav-posts .fav-post {
            width: 100%; } }
        .error-page .error-panel .posts-section .fav-posts .fav-post .img {
          min-height: 120px;
          max-width: 190px;
          border: 3px solid #fff;
          box-shadow: 0px 22px 117.86px 0px rgba(58, 23, 0, 0.38);
          margin-bottom: 15px;
          background-repeat: no-repeat !important;
          background-size: cover !important;
          background-position: center !important; }
          @media (max-width: 575px) {
            .error-page .error-panel .posts-section .fav-posts .fav-post .img {
              max-width: 100%;
              min-height: 150px; } }
        .error-page .error-panel .posts-section .fav-posts .fav-post .title {
          max-width: 90%;
          font-size: 14px;
          font-weight: 300; }
          .error-page .error-panel .posts-section .fav-posts .fav-post .title a {
            text-decoration: none;
            color: #555a5a; }
    .error-page .error-panel .social-section .heading {
      text-align: center;
      margin-bottom: 4%;
      font-weight: 700;
      font-size: 18px; }
    .error-page .error-panel .social-section .error-social-links {
      display: flex;
      justify-content: space-between;
      max-width: 150px;
      margin: 25px auto; }
      .error-page .error-panel .social-section .error-social-links .social-link {
        font-size: 40px; }
        .error-page .error-panel .social-section .error-social-links .social-link a {
          color: #4bc0b7; }
          .error-page .error-panel .social-section .error-social-links .social-link a:hover {
            color: #2f6868; }

/*CONTACT PAGE*/
.page-template-template_contact_page {
  /*.section-quote-txt{
		position: relative;
		
		.container{
			max-width:1100px;
		}
		
		.cell{
			display: flex;
    		justify-content: center;
    		flex-direction: column;
		}
		.text-section{
			max-width:455px;
			
			@media(max-width:991px){
				max-width:100%;
			}
			font:{
				weight:400;
			}
			
			a{
				color:#fff;
				text-decoration: none;
			}
			
			ul{
			list-style-position: outside;
				padding-left:1em;
			
			li{
				list-style: none;
				padding-left:1em;
				    //letter-spacing: .1em;
				font:{
					size:16px;
					weight:400;
				}
				
				&:before{
					content: '•';
					font-size:14px;
					margin-left:-2em;
					padding-right:1.75em;
				}
			}
		}
			
			.button{
				border-color:#fff;
				padding:0 20px;
				margin-top:15px;
				
				font:{
					size:11px;
				}
				
				&:hover{
					border-color:$color_accent1;
				}
			}
		}
		
		.quote-block{
			.quote-txt{
				box-sizing: border-box;
				padding:50px 60px;
				background-color:#ebe7de;
				line-height: 29px;
				text-align: center;
				
				font:{
					size:19px;
					weight:400;
				}
				
				&:before{
					content:'';
					width:31px;
					height:20px;
					display:block;
					margin:0 auto 40px;
					background:{
						image:url('_static/images/contact-testimonial-quote.png');
						size:contain;
						repeat:no-repeat;
					}
				}
			}
			
			.quote-auth{
				box-sizing: border-box;
				padding:20px;
				background-color: #fff;
				border-bottom-left-radius: 6px;
				border-bottom-right-radius: 6px;
				box-shadow: 0px 30px 45px 0px rgba(51, 39, 6, 0.55);
				
				h5{
					color:#2b2b2b;
					margin-bottom:0;
					//letter-spacing: .100em;
					
					font:{
						size:18px;
					}
				}
				
				p{
					margin-bottom:0;
					//letter-spacing: .060em;
					line-height: 1;
				}
			}
		}
		
		&:before{
		display:block;
		width:99px;
		height:100%;
		position: absolute;
		top:0;
		left:4em;
		content:'';
		background:{
			image:url('_static/images/vertical-waves.png');
			size:cover;
			repeat:repeat-y;
			position:center;
		}
	}
	}
	
		.section-image-txt{
		position: relative;
			
		.container{
			max-width:1100px;
		}
		
		.cell{
			display: flex;
    		justify-content: center;
    		flex-direction: column;
		}
			
		.text-section{
			max-width:500px;
			
			@media(max-width:991px){
				max-width:100%;
			}
			font:{
				weight:400;
			}
			
			a{
				color:#fff;
				text-decoration: none;
			}
			
			ul{
			list-style-position: outside;
				padding-left:1em;
			
			li{
				list-style: none;
				padding-left:1em;
				    //letter-spacing: .1em;
				font:{
					size:16px;
					weight:400;
				}
				
				&:before{
					content: '•';
					font-size:14px;
					margin-left:-2em;
					padding-right:1.75em;
				}
			}
		}
			
			.button{
				border-color:#fff;
				padding:0 20px;
				margin-top:15px;
				
				font:{
					size:11px;
				}
				
				&:hover{
					border-color:$color_accent1;
				}
			}
		}
		
			.shadow-img{
				
				@media(max-width:991px){
				text-align: center;
			}
				
				img{
					border-radius: 6px;
					box-shadow: 0px 30px 45px 0px rgba(51, 39, 6, 0.55);
				}
 		 		
			}
		
		&:before{
		display:block;
		width:99px;
		height:100%;
		position: absolute;
		top:0;
		left:4em;
		content:'';
		background:{
			image:url('_static/images/vertical-waves.png');
			size:cover;
			repeat:repeat-y;
			position:center;
		}
	}
	}*/ }
  .page-template-template_contact_page .mobile-header-text {
    box-sizing: border-box;
    padding: 35px 0 25px; }
    .page-template-template_contact_page .mobile-header-text p {
      margin-bottom: 1%; }
  .page-template-template_contact_page .hero-header {
    margin: -50px auto 0;
    position: relative;
    min-height: 620px;
    overflow: hidden;
    background-position: top left;
    background-size: cover; }
    @media (max-width: 1199px) {
      .page-template-template_contact_page .hero-header {
        background-position: 50% top; } }
    @media (max-width: 575px) {
      .page-template-template_contact_page .hero-header {
        min-height: 300px;
        background-position: 35% top; } }
    .page-template-template_contact_page .hero-header .hero-text-outer {
      position: relative;
      min-height: 620px; }
      @media (max-width: 575px) {
        .page-template-template_contact_page .hero-header .hero-text-outer {
          min-height: 300px; } }
      .page-template-template_contact_page .hero-header .hero-text-outer .hero-text {
        position: absolute;
        top: 40%;
        right: -75%;
        transform: translate(-50%, -50%);
        width: 100%;
        z-index: 3; }
        .page-template-template_contact_page .hero-header .hero-text-outer .hero-text h1 {
          line-height: normal;
          margin-bottom: 1%; }
        .page-template-template_contact_page .hero-header .hero-text-outer .hero-text p {
          max-width: 68%;
          margin: 0 auto 1%; }
    .page-template-template_contact_page .hero-header:before {
      height: 132px;
      width: 100%;
      content: '';
      display: block;
      position: absolute;
      bottom: -4%;
      background-image: url("_static/images/wavy-lines.png");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
  .page-template-template_contact_page .texture-border {
    height: 20px;
    width: 100%;
    background-image: url("_static/images/texture-border.png");
    background-size: contain;
    background-position: center; }
  .page-template-template_contact_page .section-photo-txt .container {
    max-width: 1190px; }
    .page-template-template_contact_page .section-photo-txt .container .grid {
      flex-direction: row-reverse;
      position: relative; }
      .page-template-template_contact_page .section-photo-txt .container .grid .cell.span-6 {
        position: relative; }
        .page-template-template_contact_page .section-photo-txt .container .grid .cell.span-6.txt-cell {
          flex: 0 0 calc(55% - 0px); }
        .page-template-template_contact_page .section-photo-txt .container .grid .cell.span-6.img-cell {
          flex: 0 0 calc(45% - 0px); }
    .page-template-template_contact_page .section-photo-txt .container .img-panel {
      max-width: 575px;
      position: absolute;
      top: -30%;
      transform: translateY(50%);
      left: -10%;
      z-index: 1; }
      @media (max-width: 991px) {
        .page-template-template_contact_page .section-photo-txt .container .img-panel {
          margin: 0 auto 25px;
          position: relative;
          top: 0;
          transform: translateY(0%);
          left: 0; } }
    .page-template-template_contact_page .section-photo-txt .container .txt-panel {
      box-sizing: border-box;
      padding: 75px 125px 55px 40px;
      background-color: #fcfcf9;
      position: relative; }
      .page-template-template_contact_page .section-photo-txt .container .txt-panel:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 336px;
        height: 59px;
        background-image: url(_static/images/corner-lines.jpg);
        background-size: contain;
        background-repeat: no-repeat; }
      @media (max-width: 1199px) {
        .page-template-template_contact_page .section-photo-txt .container .txt-panel {
          padding: 65px 80px 25px; } }
      @media (max-width: 575px) {
        .page-template-template_contact_page .section-photo-txt .container .txt-panel {
          padding: 65px 25px 25px; } }
      .page-template-template_contact_page .section-photo-txt .container .txt-panel h4 {
        font-size: 22px; }
      .page-template-template_contact_page .section-photo-txt .container .txt-panel p:last-child {
        margin-bottom: 0; }
      .page-template-template_contact_page .section-photo-txt .container .txt-panel a {
        text-decoration: none;
        color: #616161;
        /*img{
						width:auto;
						height:35px;
						vertical-align: middle;
						margin:0 10px;
						
						@media(max-width:1199px){
							width:auto;
							max-height: 25px;
							margin:0 auto;
						}
					}*/ }
        .page-template-template_contact_page .section-photo-txt .container .txt-panel a:hover {
          color: #4bc0b7; }
        .page-template-template_contact_page .section-photo-txt .container .txt-panel a svg {
          font-size: 40px;
          margin: 0 10px; }
          @media (max-width: 1199px) {
            .page-template-template_contact_page .section-photo-txt .container .txt-panel a svg {
              font-size: 30px;
              margin: 0 auto; } }
  .page-template-template_contact_page .section-get-in-touch .cls-background {
    padding: 100px 0 400px; }
    @media (max-width: 575px) {
      .page-template-template_contact_page .section-get-in-touch .cls-background {
        padding: 100px 0 300px; } }
  .page-template-template_contact_page .section-get-in-touch.torn-paper-bottom:after {
    position: relative;
    z-index: 2;
    bottom: 0;
    background-image: url(_static/images/torn-paper-bottom-wht.png); }
  .page-template-template_contact_page .section-get-in-touch .container {
    max-width: 1180px;
    /*background-color:#fff;
			padding:60px 95px;
			box-sizing: border-box;*/ }
    @media (max-width: 767px) {
      .page-template-template_contact_page .section-get-in-touch .container {
        padding: 40px; } }
    .page-template-template_contact_page .section-get-in-touch .container #featured-heading {
      position: relative;
      color: #232121;
      margin-bottom: 90px;
      font-size: 21px;
      font-weight: 400; }
      .page-template-template_contact_page .section-get-in-touch .container #featured-heading span {
        background-color: #fff;
        position: relative;
        z-index: 101;
        padding-right: 20px; }
      .page-template-template_contact_page .section-get-in-touch .container #featured-heading:after {
        display: block;
        content: "";
        margin-top: -5px;
        position: relative;
        top: -9px;
        background: #c48556;
        width: 100%;
        height: 1px; }
    .page-template-template_contact_page .section-get-in-touch .container .grid {
      max-width: 1050px;
      margin: 0 auto; }
      .page-template-template_contact_page .section-get-in-touch .container .grid .mail-add-panel {
        box-sizing: border-box; }
        @media (max-width: 991px) {
          .page-template-template_contact_page .section-get-in-touch .container .grid .mail-add-panel {
            margin: 25px; } }
        .page-template-template_contact_page .section-get-in-touch .container .grid .mail-add-panel .heading {
          margin-bottom: 15px;
          font-weight: 700; }
        .page-template-template_contact_page .section-get-in-touch .container .grid .mail-add-panel .mail-add {
          position: relative;
          padding-left: 30px;
          font-weight: 400; }
          .page-template-template_contact_page .section-get-in-touch .container .grid .mail-add-panel .mail-add svg {
            position: absolute;
            left: 0;
            font-size: 18px; }
      .page-template-template_contact_page .section-get-in-touch .container .grid .gform_wrapper {
        margin: -.5em 0 0;
        /* Firefox < 19 */
        /* Firefox > 19 */
        /* Internet Explorer 10 */ }
        @media (max-width: 991px) {
          .page-template-template_contact_page .section-get-in-touch .container .grid .gform_wrapper {
            margin: 0 0 0 .5em; } }
        @media (max-width: 575px) {
          .page-template-template_contact_page .section-get-in-touch .container .grid .gform_wrapper {
            margin: 0; } }
        .page-template-template_contact_page .section-get-in-touch .container .grid .gform_wrapper .ginput_container_name span {
          padding-right: 0; }
          @media (max-width: 1199px) {
            .page-template-template_contact_page .section-get-in-touch .container .grid .gform_wrapper .ginput_container_name span {
              padding-right: 0; } }
        .page-template-template_contact_page .section-get-in-touch .container .grid .gform_wrapper ul, .page-template-template_contact_page .section-get-in-touch .container .grid .gform_wrapper li {
          margin: 0; }
        .page-template-template_contact_page .section-get-in-touch .container .grid .gform_wrapper input::-webkit-input-placeholder, .page-template-template_contact_page .section-get-in-touch .container .grid .gform_wrapper textarea::-webkit-input-placeholder {
          color: #141413;
          opacity: 1; }
        .page-template-template_contact_page .section-get-in-touch .container .grid .gform_wrapper input:focus::-webkit-input-placeholder, .page-template-template_contact_page .section-get-in-touch .container .grid .gform_wrapper textarea:focus::-webkit-input-placeholder {
          color: #fff; }
        .page-template-template_contact_page .section-get-in-touch .container .grid .gform_wrapper input:-moz-placeholder, .page-template-template_contact_page .section-get-in-touch .container .grid .gform_wrapper textarea:-moz-placeholder {
          color: #141413; }
        .page-template-template_contact_page .section-get-in-touch .container .grid .gform_wrapper input:focus:-moz-placeholder, .page-template-template_contact_page .section-get-in-touch .container .grid .gform_wrapper textarea:focus:-moz-placeholder {
          color: #fff; }
        .page-template-template_contact_page .section-get-in-touch .container .grid .gform_wrapper input::-moz-placeholder, .page-template-template_contact_page .section-get-in-touch .container .grid .gform_wrapper textarea::-moz-placeholder {
          color: #141413; }
        .page-template-template_contact_page .section-get-in-touch .container .grid .gform_wrapper input:focus::-moz-placeholder, .page-template-template_contact_page .section-get-in-touch .container .grid .gform_wrapper textarea:focus::-moz-placeholder {
          color: #fff; }
        .page-template-template_contact_page .section-get-in-touch .container .grid .gform_wrapper input:-ms-input-placeholder, .page-template-template_contact_page .section-get-in-touch .container .grid .gform_wrapper textarea:-ms-input-placeholder {
          color: #141413; }
        .page-template-template_contact_page .section-get-in-touch .container .grid .gform_wrapper input:focus:-ms-input-placeholder, .page-template-template_contact_page .section-get-in-touch .container .grid .gform_wrapper textarea:focus:-ms-input-placeholder {
          color: #fff; }
        .page-template-template_contact_page .section-get-in-touch .container .grid .gform_wrapper input[type="text"], .page-template-template_contact_page .section-get-in-touch .container .grid .gform_wrapper input[type="email"], .page-template-template_contact_page .section-get-in-touch .container .grid .gform_wrapper select, .page-template-template_contact_page .section-get-in-touch .container .grid .gform_wrapper textarea {
          border-radius: 3px;
          border-color: #efefef;
          background-color: #efefef;
          color: #141413;
          /*was #5d5d5d*/
          text-indent: 15px;
          font-weight: 400;
          font-size: 16px !important; }
          .page-template-template_contact_page .section-get-in-touch .container .grid .gform_wrapper input[type="text"]:focus, .page-template-template_contact_page .section-get-in-touch .container .grid .gform_wrapper input[type="email"]:focus, .page-template-template_contact_page .section-get-in-touch .container .grid .gform_wrapper select:focus, .page-template-template_contact_page .section-get-in-touch .container .grid .gform_wrapper textarea:focus {
            background-color: #ac9455;
            border-color: #ac9455;
            box-shadow: 0 0 0 #ac9455;
            color: #fff; }
        .page-template-template_contact_page .section-get-in-touch .container .grid .gform_wrapper .gfield {
          position: relative; }
          .page-template-template_contact_page .section-get-in-touch .container .grid .gform_wrapper .gfield .required-dot {
            position: absolute;
            top: 33px;
            margin-left: -1.5em;
            font-size: 16px;
            font-weight: 700; }
            @media (max-width: 575px) {
              .page-template-template_contact_page .section-get-in-touch .container .grid .gform_wrapper .gfield .required-dot {
                right: 20px;
                margin-left: 0;
                top: 25px; } }
            .page-template-template_contact_page .section-get-in-touch .container .grid .gform_wrapper .gfield .required-dot:after {
              content: '•';
              color: #4bc0b7;
              position: absolute; }
        .page-template-template_contact_page .section-get-in-touch .container .grid .gform_wrapper input[type="text"], .page-template-template_contact_page .section-get-in-touch .container .grid .gform_wrapper input[type="email"], .page-template-template_contact_page .section-get-in-touch .container .grid .gform_wrapper select {
          height: 45px; }
        .page-template-template_contact_page .section-get-in-touch .container .grid .gform_wrapper textarea {
          padding: 10px;
          text-indent: 8px;
          height: 120px;
          margin-bottom: 2%; }
        @media (max-width: 575px) {
          .page-template-template_contact_page .section-get-in-touch .container .grid .gform_wrapper .ginput_container_email {
            margin-top: -1em; } }
        .page-template-template_contact_page .section-get-in-touch .container .grid .gform_wrapper .ginput_container_email input {
          position: relative;
          top: 2px; }
        @media (max-width: 1199px) {
          .page-template-template_contact_page .section-get-in-touch .container .grid .gform_wrapper .ginput_container_email input {
            top: 0; } }
        .page-template-template_contact_page .section-get-in-touch .container .grid .gform_wrapper select {
          margin-bottom: 0; }
        .page-template-template_contact_page .section-get-in-touch .container .grid .gform_wrapper select:not([multiple]) {
          background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA2MCA0MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNjAgNDA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7fQo8L3N0eWxlPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMCwwaDYwTDMwLDQwTDAsMHoiLz4KPC9zdmc+Cg==);
          background-position: 97% 50%;
          background-repeat: no-repeat;
          background-size: 8px; }
        .page-template-template_contact_page .section-get-in-touch .container .grid .gform_wrapper .gform_footer {
          margin: 0;
          padding: 0; }
          .page-template-template_contact_page .section-get-in-touch .container .grid .gform_wrapper .gform_footer input[type="submit"] {
            border-radius: 19px;
            background-color: #294153;
            border-color: #294153;
            color: #fff;
            padding: 0 40px;
            font-size: 15px;
            font-weight: 400; }
            .page-template-template_contact_page .section-get-in-touch .container .grid .gform_wrapper .gform_footer input[type="submit"]:hover {
              background-color: #4bc0b7;
              border-color: #4bc0b7; }
          .page-template-template_contact_page .section-get-in-touch .container .grid .gform_wrapper .gform_footer .required-txt {
            color: #141413;
            /*was #898989*/
            margin-left: 20px;
            font-size: 14px;
            font-weight: 400; }
            .page-template-template_contact_page .section-get-in-touch .container .grid .gform_wrapper .gform_footer .required-txt span {
              color: #4bc0b7;
              margin-right: 5px;
              font-size: 16px;
              font-weight: 700; }
  .page-template-template_contact_page .section-panels#panels .cls-background {
    padding: 100px 0 50px; }
  .page-template-template_contact_page .section-panels#panels .cls-inner {
    position: relative;
    top: -350px;
    margin-bottom: -350px; }
  .page-template-template_contact_page .section-panels .container {
    max-width: 950px; }
  .page-template-template_contact_page .section-panels .info-panel {
    box-sizing: border-box;
    padding: 65px 100px;
    border-radius: 4px;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
    background-image: -moz-linear-gradient(70deg, #f1eee9 0%, white 100%);
    background-image: -webkit-linear-gradient(70deg, #f1eee9 0%, white 100%);
    background-image: -ms-linear-gradient(70deg, #f1eee9 0%, white 100%);
    box-shadow: 0px 45px 70px 0px rgba(58, 23, 0, 0.75); }
    @media (max-width: 991px) {
      .page-template-template_contact_page .section-panels .info-panel {
        padding: 50px; } }
    @media (max-width: 575px) {
      .page-template-template_contact_page .section-panels .info-panel {
        padding: 25px; } }
    .page-template-template_contact_page .section-panels .info-panel .bar {
      position: relative;
      height: 15px;
      max-width: 598px;
      width: 100%;
      top: -65px;
      left: 0;
      right: 0;
      margin: 0 auto;
      background-color: #294153; }
      @media (max-width: 991px) {
        .page-template-template_contact_page .section-panels .info-panel .bar {
          top: -50px; } }
      @media (max-width: 575px) {
        .page-template-template_contact_page .section-panels .info-panel .bar {
          top: -25px; } }
    .page-template-template_contact_page .section-panels .info-panel p:last-child {
      margin-bottom: 0; }
    .page-template-template_contact_page .section-panels .info-panel ul {
      list-style: outside;
      padding-left: 40px; }
      @media (max-width: 575px) {
        .page-template-template_contact_page .section-panels .info-panel ul {
          padding-left: 20px; } }
      .page-template-template_contact_page .section-panels .info-panel ul li {
        list-style: none; }
        .page-template-template_contact_page .section-panels .info-panel ul li:before {
          content: '•';
          margin-right: .5em;
          margin-left: -1em; }
  .page-template-template_contact_page .section-panels.torn-texture-paper-top {
    position: relative; }
    .page-template-template_contact_page .section-panels.torn-texture-paper-top:before {
      position: absolute;
      display: block;
      top: -75px;
      content: '';
      width: 100%;
      height: 75px;
      z-index: 1;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      background-image: url(_static/images/torn-paper-top-2.png);
      background-position: top center;
      background-size: 100%;
      background-repeat: repeat-x; }
      @media (min-width: 1700px) {
        .page-template-template_contact_page .section-panels.torn-texture-paper-top:before {
          top: -9.2%;
          height: 180px; } }
      @media (max-width: 2750px) {
        .page-template-template_contact_page .section-panels.torn-texture-paper-top:before {
          top: -6.5%; } }
      @media (max-width: 1950px) {
        .page-template-template_contact_page .section-panels.torn-texture-paper-top:before {
          top: -6%; } }
      @media (max-width: 1800px) {
        .page-template-template_contact_page .section-panels.torn-texture-paper-top:before {
          top: -5%;
          height: 180px; } }
      @media (max-width: 1485px) {
        .page-template-template_contact_page .section-panels.torn-texture-paper-top:before {
          top: -4%; } }
      @media (max-width: 1180px) {
        .page-template-template_contact_page .section-panels.torn-texture-paper-top:before {
          top: -3%; } }
      @media (max-width: 850px) {
        .page-template-template_contact_page .section-panels.torn-texture-paper-top:before {
          top: -2%; } }
      @media (max-width: 650px) {
        .page-template-template_contact_page .section-panels.torn-texture-paper-top:before {
          top: -1%; } }
  .page-template-template_contact_page .section-panels.torn-texture-paper-bottom {
    position: relative;
    z-index: 1; }
    .page-template-template_contact_page .section-panels.torn-texture-paper-bottom:after {
      display: block;
      bottom: -75px;
      content: '';
      width: 100%;
      height: 75px;
      z-index: 1;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      background-image: url(_static/images/torn-paper-bottom-2.png);
      background-position: top center;
      background-size: 100%;
      background-repeat: repeat-x; }
      @media (min-width: 1700px) {
        .page-template-template_contact_page .section-panels.torn-texture-paper-bottom:after {
          bottom: 0;
          height: 100px; } }
    .page-template-template_contact_page .section-panels.torn-texture-paper-bottom + section {
      margin-top: -75px; }
      @media (min-width: 1700px) {
        .page-template-template_contact_page .section-panels.torn-texture-paper-bottom + section {
          margin-top: -85px; } }
  .page-template-template_contact_page #quote-image .cls-background {
    padding: 325px 0;
    background-position: top center; }
  .page-template-template_contact_page #quote {
    /*p{
			&:last-child{
				line-height: 20px;
				margin-top:30px;
			}
		}*/ }
    .page-template-template_contact_page #quote.layout-section.container-small .cls-background {
      padding: 65px 0; }
    .page-template-template_contact_page #quote.layout-section.container-small .container {
      max-width: 850px; }

/*OPT-IN PAGE*/
.page-template-template_newsletter_optin_page .footer-top {
  box-shadow: 7.981px -0.558px 16.2px 1.8px rgba(99, 94, 94, 0.24); }

@media (max-width: 767px) {
  .page-template-template_newsletter_optin_page .mobile-header-text span {
    font-size: 75px !important; } }

.page-template-template_newsletter_optin_page .hero-header {
  margin: -50px auto 0;
  position: relative;
  overflow: hidden;
  min-height: 355px;
  max-height: 355px;
  background-position: top left;
  background-size: cover; }
  .page-template-template_newsletter_optin_page .hero-header .container {
    max-width: 1090px; }
    @media (max-width: 575px) {
      .page-template-template_newsletter_optin_page .hero-header .container {
        padding: 0 !important; } }
  .page-template-template_newsletter_optin_page .hero-header .header-img {
    position: absolute;
    max-width: 340px; }
    @media (max-width: 575px) {
      .page-template-template_newsletter_optin_page .hero-header .header-img {
        max-width: 100%; } }
  .page-template-template_newsletter_optin_page .hero-header .hero-text-outer {
    position: relative;
    min-height: 355px; }
    .page-template-template_newsletter_optin_page .hero-header .hero-text-outer .hero-text {
      position: absolute;
      top: 50%;
      left: 65%;
      transform: translate(-50%, -50%);
      width: 100%;
      z-index: 3; }
      @media (max-width: 1199px) {
        .page-template-template_newsletter_optin_page .hero-header .hero-text-outer .hero-text {
          left: 68%; } }
      @media (max-width: 991px) {
        .page-template-template_newsletter_optin_page .hero-header .hero-text-outer .hero-text {
          max-width: 50%;
          left: 78%; } }
      @media (max-width: 767px) {
        .page-template-template_newsletter_optin_page .hero-header .hero-text-outer .hero-text {
          left: 82%; } }
      .page-template-template_newsletter_optin_page .hero-header .hero-text-outer .hero-text h1 {
        line-height: normal;
        margin-bottom: 0;
        font-weight: 100; }
        @media (max-width: 991px) {
          .page-template-template_newsletter_optin_page .hero-header .hero-text-outer .hero-text h1 span {
            font-size: 75px !important; } }
        @media (max-width: 767px) {
          .page-template-template_newsletter_optin_page .hero-header .hero-text-outer .hero-text h1 span {
            font-size: 50px !important; } }
      .page-template-template_newsletter_optin_page .hero-header .hero-text-outer .hero-text img {
        vertical-align: middle;
        position: relative;
        top: -.15em; }
        @media (max-width: 991px) {
          .page-template-template_newsletter_optin_page .hero-header .hero-text-outer .hero-text img {
            display: block;
            margin: 0 auto;
            top: 0;
            left: -.25em; } }
        @media (max-width: 767px) {
          .page-template-template_newsletter_optin_page .hero-header .hero-text-outer .hero-text img {
            max-width: 75px;
            left: -.4em; } }
  .page-template-template_newsletter_optin_page .hero-header:before {
    height: 132px;
    width: 100%;
    content: '';
    display: block;
    position: absolute;
    bottom: -15%;
    background-image: url("_static/images/wavy-lines.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }

.page-template-template_newsletter_optin_page .optin-section {
  background-color: #efeeed;
  box-sizing: border-box;
  padding: 80px 0; }
  .page-template-template_newsletter_optin_page .optin-section .optin-panel {
    box-sizing: border-box;
    padding: 70px 50px 50px;
    border-radius: 4px;
    margin: 0 auto;
    background-image: -moz-linear-gradient(70deg, #f1eee9 0%, white 100%);
    background-image: -webkit-linear-gradient(70deg, #f1eee9 0%, white 100%);
    background-image: -ms-linear-gradient(70deg, #f1eee9 0%, white 100%);
    box-shadow: 0px 45px 70px 0px rgba(58, 23, 0, 0.75);
    max-width: 905px; }
    @media (max-width: 575px) {
      .page-template-template_newsletter_optin_page .optin-section .optin-panel {
        padding: 50px 25px 25px; } }
    .page-template-template_newsletter_optin_page .optin-section .optin-panel .optin-panel-inner {
      border: 1px solid #eca583; }
      .page-template-template_newsletter_optin_page .optin-section .optin-panel .optin-panel-inner .gform_confirmation_wrapper, .page-template-template_newsletter_optin_page .optin-section .optin-panel .optin-panel-inner .content-wrapper {
        margin-bottom: 80px; }
        .page-template-template_newsletter_optin_page .optin-section .optin-panel .optin-panel-inner .gform_confirmation_wrapper h3, .page-template-template_newsletter_optin_page .optin-section .optin-panel .optin-panel-inner .content-wrapper h3 {
          text-transform: none;
          max-width: 40%;
          text-align: center;
          margin: -.5em auto 50px !important;
          background-color: #fbfaf9;
          color: #ac9455;
          font-size: 28px;
          font-family: "proxima-nova"; }
      .page-template-template_newsletter_optin_page .optin-section .optin-panel .optin-panel-inner .panel-heading {
        text-align: center;
        max-width: 82%;
        margin: -.5em auto 50px !important;
        background-color: #fbfaf9;
        padding-right: 0;
        color: #ac9455;
        font-size: 28px;
        font-family: "proxima-nova"; }
        .page-template-template_newsletter_optin_page .optin-section .optin-panel .optin-panel-inner .panel-heading h3 {
          text-transform: none;
          font-size: 28px;
          font-family: "proxima-nova"; }
        .page-template-template_newsletter_optin_page .optin-section .optin-panel .optin-panel-inner .panel-heading p {
          max-width: 90%;
          margin: 0 auto 50px !important;
          color: #7b7877;
          font-size: 19px;
          font-weight: 400;
          font-family: "proxima-nova"; }
      .page-template-template_newsletter_optin_page .optin-section .optin-panel .optin-panel-inner .panel-subheading {
        text-align: center;
        max-width: 70%;
        padding-right: 0;
        margin: 0 auto 50px !important;
        color: #7b7877;
        font-size: 19px;
        font-weight: 400; }
        @media (max-width: 991px) {
          .page-template-template_newsletter_optin_page .optin-section .optin-panel .optin-panel-inner .panel-subheading {
            max-width: 90%; } }
      .page-template-template_newsletter_optin_page .optin-section .optin-panel .optin-panel-inner .panel-form {
        /*max-width:545px;*/
        margin: 0 auto; }
        .page-template-template_newsletter_optin_page .optin-section .optin-panel .optin-panel-inner .panel-form .infusion-form {
          padding: 0 150px; }
          @media (max-width: 991px) {
            .page-template-template_newsletter_optin_page .optin-section .optin-panel .optin-panel-inner .panel-form .infusion-form {
              padding: 0 50px; } }
          @media (max-width: 991px) {
            .page-template-template_newsletter_optin_page .optin-section .optin-panel .optin-panel-inner .panel-form .infusion-form {
              padding: 0 20px; } }
          .page-template-template_newsletter_optin_page .optin-section .optin-panel .optin-panel-inner .panel-form .infusion-form .recieve-txt {
            text-align: center;
            width: 100%;
            margin-bottom: 5%;
            font-size: 12px;
            font-weight: 300; }
          .page-template-template_newsletter_optin_page .optin-section .optin-panel .optin-panel-inner .panel-form .infusion-form .grid.grid-12-col .cell.span-6 {
            flex: 0 0 calc( 50% - 8px);
            margin-bottom: 8px; }
          .page-template-template_newsletter_optin_page .optin-section .optin-panel .optin-panel-inner .panel-form .infusion-form input {
            width: 100%; }
          .page-template-template_newsletter_optin_page .optin-section .optin-panel .optin-panel-inner .panel-form .infusion-form ul {
            list-style: none; }
            .page-template-template_newsletter_optin_page .optin-section .optin-panel .optin-panel-inner .panel-form .infusion-form ul li:nth-child(3), .page-template-template_newsletter_optin_page .optin-section .optin-panel .optin-panel-inner .panel-form .infusion-form ul li:nth-child(4) {
              padding: 0; }
          .page-template-template_newsletter_optin_page .optin-section .optin-panel .optin-panel-inner .panel-form .infusion-form button {
            background-color: #ac9455;
            color: #fff;
            height: 40px;
            line-height: 40px;
            border: none;
            font-size: 10px; }
            @media (max-width: 575px) {
              .page-template-template_newsletter_optin_page .optin-section .optin-panel .optin-panel-inner .panel-form .infusion-form button {
                max-width: 80%; } }
            .page-template-template_newsletter_optin_page .optin-section .optin-panel .optin-panel-inner .panel-form .infusion-form button:hover {
              background-color: #4bc0b7;
              border-color: #4bc0b7; }
        .page-template-template_newsletter_optin_page .optin-section .optin-panel .optin-panel-inner .panel-form ul, .page-template-template_newsletter_optin_page .optin-section .optin-panel .optin-panel-inner .panel-form li {
          margin: 0; }
        .page-template-template_newsletter_optin_page .optin-section .optin-panel .optin-panel-inner .panel-form li:nth-child(3), .page-template-template_newsletter_optin_page .optin-section .optin-panel .optin-panel-inner .panel-form li:nth-child(4), .page-template-template_newsletter_optin_page .optin-section .optin-panel .optin-panel-inner .panel-form li:nth-child(5) {
          box-sizing: border-box;
          padding: 0 150px; }
          @media (max-width: 991px) {
            .page-template-template_newsletter_optin_page .optin-section .optin-panel .optin-panel-inner .panel-form li:nth-child(3), .page-template-template_newsletter_optin_page .optin-section .optin-panel .optin-panel-inner .panel-form li:nth-child(4), .page-template-template_newsletter_optin_page .optin-section .optin-panel .optin-panel-inner .panel-form li:nth-child(5) {
              padding: 0 20px; } }
        @media (max-width: 575px) {
          .page-template-template_newsletter_optin_page .optin-section .optin-panel .optin-panel-inner .panel-form .name_first input {
            margin-bottom: 0; } }
        .page-template-template_newsletter_optin_page .optin-section .optin-panel .optin-panel-inner .panel-form .gfield_visibility_visible label:first-child {
          text-align: center;
          width: 100%;
          font-size: 12px;
          font-weight: 300; }
        .page-template-template_newsletter_optin_page .optin-section .optin-panel .optin-panel-inner .panel-form ul.gfield_checkbox {
          column-count: 2;
          -webkit-column-count: 2;
          -moz-ccolumn-count: 2; }
          @media (max-width: 575px) {
            .page-template-template_newsletter_optin_page .optin-section .optin-panel .optin-panel-inner .panel-form ul.gfield_checkbox {
              column-count: 1;
              -webkit-column-count: 1;
              -moz-column-count: 1; } }
          .page-template-template_newsletter_optin_page .optin-section .optin-panel .optin-panel-inner .panel-form ul.gfield_checkbox li {
            margin-bottom: 10px; }
          .page-template-template_newsletter_optin_page .optin-section .optin-panel .optin-panel-inner .panel-form ul.gfield_checkbox label {
            max-width: 100%;
            width: 100%;
            display: block;
            padding-left: 2em;
            text-indent: -1.75em; }
          .page-template-template_newsletter_optin_page .optin-section .optin-panel .optin-panel-inner .panel-form ul.gfield_checkbox input[type="checkbox"] {
            visibility: hidden;
            margin: 0;
            position: absolute; }
          .page-template-template_newsletter_optin_page .optin-section .optin-panel .optin-panel-inner .panel-form ul.gfield_checkbox input[type="checkbox"] + label:before {
            background-color: #ac9455;
            border-radius: 2px;
            content: "\00a0";
            display: inline-block;
            height: 16px;
            margin: 0 .5em 0 0;
            padding: 0;
            vertical-align: top;
            width: 16px; }
          .page-template-template_newsletter_optin_page .optin-section .optin-panel .optin-panel-inner .panel-form ul.gfield_checkbox input[type="checkbox"]:checked + label:before {
            color: #fff;
            content: "\2713";
            text-align: center;
            text-indent: 0em; }
          .page-template-template_newsletter_optin_page .optin-section .optin-panel .optin-panel-inner .panel-form ul.gfield_checkbox input[type="checkbox"]:checked + label:after {
            font-weight: bold; }
          .page-template-template_newsletter_optin_page .optin-section .optin-panel .optin-panel-inner .panel-form ul.gfield_checkbox input[type="checkbox"]:focus + label::before {
            outline: #3b99fc auto 5px; }
          .page-template-template_newsletter_optin_page .optin-section .optin-panel .optin-panel-inner .panel-form ul.gfield_checkbox label {
            line-height: normal;
            cursor: pointer;
            font-size: 12px;
            font-weight: 400; }
        .page-template-template_newsletter_optin_page .optin-section .optin-panel .optin-panel-inner .panel-form input[type="text"]::placeholder {
          color: #3a405b;
          opacity: 1;
          /* Firefox */ }
        .page-template-template_newsletter_optin_page .optin-section .optin-panel .optin-panel-inner .panel-form input[type="text"]:-ms-input-placeholder {
          /* Internet Explorer 10-11 */
          color: #3a405b; }
        .page-template-template_newsletter_optin_page .optin-section .optin-panel .optin-panel-inner .panel-form input[type="text"]::-ms-input-placeholder {
          /* Microsoft Edge */
          color: #3a405b; }
        .page-template-template_newsletter_optin_page .optin-section .optin-panel .optin-panel-inner .panel-form input[type="text"] {
          background-color: #f0f2f7;
          border-color: #e3e8f0;
          height: 42px;
          border-radius: 5px;
          text-indent: 10px;
          color: #3a405b;
          font-size: 12px !important;
          font-weight: 400; }
          .page-template-template_newsletter_optin_page .optin-section .optin-panel .optin-panel-inner .panel-form input[type="text"]:last-child {
            margin-top: 0; }
        .page-template-template_newsletter_optin_page .optin-section .optin-panel .optin-panel-inner .panel-form .gform_footer {
          padding: 0;
          margin: 40px auto;
          text-align: center; }
          .page-template-template_newsletter_optin_page .optin-section .optin-panel .optin-panel-inner .panel-form .gform_footer input[type="submit"] {
            background-color: #ac9455;
            color: #fff;
            height: 40px;
            line-height: 40px;
            font-size: 10px; }
            @media (max-width: 575px) {
              .page-template-template_newsletter_optin_page .optin-section .optin-panel .optin-panel-inner .panel-form .gform_footer input[type="submit"] {
                max-width: 80%; } }
            .page-template-template_newsletter_optin_page .optin-section .optin-panel .optin-panel-inner .panel-form .gform_footer input[type="submit"]:hover {
              background-color: #4bc0b7;
              border-color: #4bc0b7; }

/*MEDIA PAGE*/
.page-template-template_media_page .hero-header {
  margin: -50px auto 0;
  position: relative;
  min-height: 370px;
  overflow: hidden;
  background-position: top left;
  background-size: cover; }
  @media (max-width: 575px) {
    .page-template-template_media_page .hero-header {
      min-height: 300px;
      background-position: 65% center; } }
  .page-template-template_media_page .hero-header .hero-text-outer {
    position: relative;
    min-height: 370px; }
    @media (max-width: 575px) {
      .page-template-template_media_page .hero-header .hero-text-outer {
        min-height: 300px; } }
    .page-template-template_media_page .hero-header .hero-text-outer .hero-text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      z-index: 3; }
      .page-template-template_media_page .hero-header .hero-text-outer .hero-text h1 {
        line-height: normal;
        margin-bottom: 1%; }
      .page-template-template_media_page .hero-header .hero-text-outer .hero-text p {
        max-width: 68%;
        margin: 0 auto 1%; }
  .page-template-template_media_page .hero-header:before {
    height: 132px;
    width: 100%;
    content: '';
    display: block;
    position: absolute;
    bottom: -15%;
    background-image: url("_static/images/wavy-lines.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }

.page-template-template_media_page .texture-border {
  height: 20px;
  width: 100%;
  background-image: url("_static/images/texture-border.png");
  background-size: contain;
  background-position: center; }

.page-template-template_media_page .featured-media {
  box-sizing: border-box;
  padding: 75px 0 25px; }
  @media (max-width: 991px) {
    .page-template-template_media_page .featured-media {
      padding: 50px 0 25px; } }
  .page-template-template_media_page .featured-media .container {
    max-width: 1110px; }
  .page-template-template_media_page .featured-media h4.header {
    text-align: center;
    font-size: 24px;
    font-weight: 300; }
    .page-template-template_media_page .featured-media h4.header:after {
      width: 270px;
      height: 13px;
      content: '';
      display: block;
      margin: 25px auto 50px;
      opacity: .9;
      background-image: url(_static/images/underline-grey.png);
      background-size: contain;
      background-repeat: no-repeat; }
  .page-template-template_media_page .featured-media .featured-media-items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .page-template-template_media_page .featured-media .featured-media-items .featured-media-item {
      box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
      width: 31.5%;
      background-color: #f6f4f4;
      box-sizing: border-box;
      padding: 15px 15px 0;
      margin-bottom: 45px;
      text-align: center; }
      @media (max-width: 767px) {
        .page-template-template_media_page .featured-media .featured-media-items .featured-media-item {
          width: 49.2%; } }
      @media (max-width: 575px) {
        .page-template-template_media_page .featured-media .featured-media-items .featured-media-item {
          width: 100%; } }
      .page-template-template_media_page .featured-media .featured-media-items .featured-media-item a {
        text-decoration: none; }
      .page-template-template_media_page .featured-media .featured-media-items .featured-media-item .media-item-inner .feat-img {
        height: 300px;
        width: 100%;
        overflow: hidden;
        position: relative;
        white-space: nowrap;
        left: -2px; }
        @media (max-width: 991px) {
          .page-template-template_media_page .featured-media .featured-media-items .featured-media-item .media-item-inner .feat-img {
            height: 145px; } }
        @media (max-width: 767px) {
          .page-template-template_media_page .featured-media .featured-media-items .featured-media-item .media-item-inner .feat-img {
            height: 200px; } }
        .page-template-template_media_page .featured-media .featured-media-items .featured-media-item .media-item-inner .feat-img .helper {
          display: inline-block;
          height: 100%;
          vertical-align: middle; }
        .page-template-template_media_page .featured-media .featured-media-items .featured-media-item .media-item-inner .feat-img .media-icon.videos {
          background-image: url(_static/images/videos-icon.png); }
        .page-template-template_media_page .featured-media .featured-media-items .featured-media-item .media-item-inner .feat-img .media-icon.podcasts {
          background-image: url(_static/images/podcasts-icon.png);
          background-size: 70%; }
        .page-template-template_media_page .featured-media .featured-media-items .featured-media-item .media-item-inner .feat-img .media-icon.articles {
          background-image: url(_static/images/articles-icon.png); }
        .page-template-template_media_page .featured-media .featured-media-items .featured-media-item .media-item-inner .feat-img .photo-credit {
          position: absolute;
          display: block;
          right: 10px;
          bottom: 0px;
          text-transform: uppercase;
          color: #fff;
          font-size: 9px;
          font-style: italic;
          font-weight: 400; }
          .page-template-template_media_page .featured-media .featured-media-items .featured-media-item .media-item-inner .feat-img .photo-credit span {
            color: #000; }
        .page-template-template_media_page .featured-media .featured-media-items .featured-media-item .media-item-inner .feat-img .media-icon {
          background-color: #eae7e7;
          width: 54px;
          height: 54px;
          border-radius: 50%;
          position: absolute;
          display: none;
          /*was block*/
          left: 10px;
          bottom: 10px;
          background-size: 50%;
          background-position: center center;
          background-repeat: no-repeat; }
        .page-template-template_media_page .featured-media .featured-media-items .featured-media-item .media-item-inner .feat-img img {
          vertical-align: middle;
          left: -2px;
          position: relative;
          object-fit: cover;
          width: 300px;
          height: 300px; }
      .page-template-template_media_page .featured-media .featured-media-items .featured-media-item .media-item-inner .media-info {
        margin: -.15em auto 0;
        box-sizing: border-box;
        padding: 15px 20px;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        min-height: 115px;
        position: relative; }
        @media (max-width: 991px) {
          .page-template-template_media_page .featured-media .featured-media-items .featured-media-item .media-item-inner .media-info {
            min-height: 150px; } }
        @media (max-width: 767px) {
          .page-template-template_media_page .featured-media .featured-media-items .featured-media-item .media-item-inner .media-info {
            min-height: 115px; } }
        .page-template-template_media_page .featured-media .featured-media-items .featured-media-item .media-item-inner .media-info .title {
          text-transform: uppercase;
          line-height: 16px;
          font-size: 13px;
          font-weight: 400; }
        .page-template-template_media_page .featured-media .featured-media-items .featured-media-item .media-item-inner .media-info .button {
          background-color: #ac9455;
          border-color: #ac9455;
          height: 27px;
          line-height: 27px;
          position: absolute;
          bottom: 15px;
          max-width: 125px;
          margin: auto;
          left: 0;
          right: 0; }
          .page-template-template_media_page .featured-media .featured-media-items .featured-media-item .media-item-inner .media-info .button:hover {
            background-color: #4bc0b7;
            border-color: #4bc0b7; }

.page-template-template_media_page .aso-logos {
  box-sizing: border-box;
  padding: 25px 50px;
  position: relative; }
  @media (max-width: 991px) {
    .page-template-template_media_page .aso-logos {
      padding: 50px 50px 0; } }
  @media (max-width: 767px) {
    .page-template-template_media_page .aso-logos {
      padding: 0; } }
  .page-template-template_media_page .aso-logos .aso {
    text-transform: uppercase;
    color: #2a2a2a;
    position: absolute;
    top: 35%;
    left: 50px;
    font-size: 11px; }
    @media (max-width: 991px) {
      .page-template-template_media_page .aso-logos .aso {
        top: 60%;
        left: 40px; } }
    @media (max-width: 767px) {
      .page-template-template_media_page .aso-logos .aso {
        position: relative;
        margin: 0 auto 25px;
        top: 0;
        left: 0;
        right: 0;
        display: block;
        text-align: center; } }
  .page-template-template_media_page .aso-logos .logos {
    display: flex;
    justify-content: space-between;
    margin-left: 10%; }
    @media (max-width: 767px) {
      .page-template-template_media_page .aso-logos .logos {
        margin-left: 0;
        flex-wrap: wrap;
        justify-content: center; } }
    .page-template-template_media_page .aso-logos .logos .logo {
      text-align: center;
      width: auto; }
      @media (max-width: 575px) {
        .page-template-template_media_page .aso-logos .logos .logo {
          width: 50%; } }
      .page-template-template_media_page .aso-logos .logos .logo img {
        max-width: 90%; }

.page-template-template_media_page .archive-media {
  box-sizing: border-box;
  padding: 95px 0;
  background-color: #ededed; }
  @media (max-width: 991px) {
    .page-template-template_media_page .archive-media {
      padding: 50px 0; } }
  .page-template-template_media_page .archive-media .container {
    max-width: 1180px; }
  .page-template-template_media_page .archive-media h4.header {
    text-align: center;
    font-size: 24px;
    font-weight: 300; }
    .page-template-template_media_page .archive-media h4.header:after {
      width: 270px;
      height: 13px;
      content: '';
      display: block;
      margin: 25px auto 50px;
      opacity: .9;
      background-image: url(_static/images/underline-grey.png);
      background-size: contain;
      background-repeat: no-repeat; }
  .page-template-template_media_page .archive-media form {
    margin-bottom: 50px; }
    .page-template-template_media_page .archive-media form ul {
      box-sizing: border-box;
      padding: 20px 30px;
      background-color: #fff;
      border-radius: 5px;
      margin-bottom: 0; }
      .page-template-template_media_page .archive-media form ul ul {
        padding: 0;
        margin-bottom: 0; }
        @media (max-width: 575px) {
          .page-template-template_media_page .archive-media form ul ul {
            text-align: center; } }
      .page-template-template_media_page .archive-media form ul li {
        display: inline-block;
        margin: 0;
        padding: 0 30px 0 0; }
        @media (max-width: 575px) {
          .page-template-template_media_page .archive-media form ul li {
            padding: 0 10px;
            text-align: center; } }
        .page-template-template_media_page .archive-media form ul li input {
          display: none; }
        .page-template-template_media_page .archive-media form ul li label {
          text-transform: uppercase;
          padding-left: 0;
          font-weight: 300;
          font-size: 13px; }
          .page-template-template_media_page .archive-media form ul li label:hover {
            font-weight: 700; }
      .page-template-template_media_page .archive-media form ul li.sf-option-active label {
        border-bottom: 1px solid #ac9455;
        padding-bottom: 3px;
        font-weight: 700; }
  .page-template-template_media_page .archive-media .search-filter-results {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media (max-width: 767px) {
      .page-template-template_media_page .archive-media .search-filter-results {
        justify-content: center; } }
    @media (max-width: 575px) {
      .page-template-template_media_page .archive-media .search-filter-results {
        justify-content: center; } }
    .page-template-template_media_page .archive-media .search-filter-results .archive-media-item {
      width: 23.5%;
      max-width: 270px;
      margin-bottom: 25px; }
      @media (max-width: 767px) {
        .page-template-template_media_page .archive-media .search-filter-results .archive-media-item {
          width: 31.5%;
          margin: 0 .25em .5em; } }
      @media (max-width: 575px) {
        .page-template-template_media_page .archive-media .search-filter-results .archive-media-item {
          width: 100%;
          margin: 0 0 25px; } }
      .page-template-template_media_page .archive-media .search-filter-results .archive-media-item .media-info {
        background-color: #fff;
        margin: 0 auto;
        box-sizing: border-box;
        padding: 15px;
        box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        min-height: 85px; }
        .page-template-template_media_page .archive-media .search-filter-results .archive-media-item .media-info .title {
          text-transform: uppercase;
          line-height: normal;
          font-size: 14px;
          font-weight: 700; }
        .page-template-template_media_page .archive-media .search-filter-results .archive-media-item .media-info .date {
          text-transform: uppercase;
          display: none;
          font-size: 14px;
          font-weight: 400;
          font-style: italic; }
      .page-template-template_media_page .archive-media .search-filter-results .archive-media-item .archive-img {
        height: 200px;
        width: 100%;
        overflow: hidden;
        position: relative;
        white-space: nowrap;
        text-align: center;
        background-color: #fff;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px; }
        @media (max-width: 991px) {
          .page-template-template_media_page .archive-media .search-filter-results .archive-media-item .archive-img {
            height: 170px; } }
        .page-template-template_media_page .archive-media .search-filter-results .archive-media-item .archive-img .helper {
          display: inline-block;
          height: 100%;
          vertical-align: middle; }
        .page-template-template_media_page .archive-media .search-filter-results .archive-media-item .archive-img .media-icon.videos {
          background-image: url(_static/images/videos-icon.png); }
        .page-template-template_media_page .archive-media .search-filter-results .archive-media-item .archive-img .media-icon.podcasts {
          background-image: url(_static/images/podcasts-icon.png);
          background-size: 70%; }
        .page-template-template_media_page .archive-media .search-filter-results .archive-media-item .archive-img .media-icon.articles {
          background-image: url(_static/images/articles-icon.png); }
        .page-template-template_media_page .archive-media .search-filter-results .archive-media-item .archive-img .media-icon {
          background-color: #eae7e7;
          width: 54px;
          height: 54px;
          border-radius: 50%;
          position: absolute;
          display: none;
          /*was block*/
          left: 10px;
          bottom: 10px;
          background-size: 50%;
          background-position: center center;
          background-repeat: no-repeat; }
        .page-template-template_media_page .archive-media .search-filter-results .archive-media-item .archive-img img {
          vertical-align: middle;
          position: relative;
          border-top-left-radius: 4px;
          border-top-right-radius: 4px;
          object-fit: cover;
          width: 100%;
          height: 200px; }
  .page-template-template_media_page .archive-media .pagination {
    margin: 25px 0;
    box-sizing: border-box;
    padding: 25px;
    background-color: #fff;
    border-radius: 5px; }
    .page-template-template_media_page .archive-media .pagination .wp-pagenavi span.current {
      background-color: #ac9455;
      border-color: #ac9455; }

/*WEBINAR PAGE*/
@media (max-width: 575px) {
  .page-id-20355 .hero-header {
    background-position: 70% top !important; } }

.page-template-template_mb_webinar_page, .page-template-template_mb_webinar_twoi_page {
  /* Boxed sections */
  /*Pulldowns*/
  /* Pulldown menu */ }
  .page-template-template_mb_webinar_page .image-hero-header .header-txt, .page-template-template_mb_webinar_twoi_page .image-hero-header .header-txt {
    box-sizing: border-box;
    padding: 15px 0; }
    .page-template-template_mb_webinar_page .image-hero-header .header-txt .container, .page-template-template_mb_webinar_twoi_page .image-hero-header .header-txt .container {
      max-width: 750px; }
      .page-template-template_mb_webinar_page .image-hero-header .header-txt .container p, .page-template-template_mb_webinar_twoi_page .image-hero-header .header-txt .container p {
        line-height: 1;
        font-size: 30px; }
        @media (max-width: 575px) {
          .page-template-template_mb_webinar_page .image-hero-header .header-txt .container p, .page-template-template_mb_webinar_twoi_page .image-hero-header .header-txt .container p {
            font-size: 22px; } }
        .page-template-template_mb_webinar_page .image-hero-header .header-txt .container p:last-child, .page-template-template_mb_webinar_twoi_page .image-hero-header .header-txt .container p:last-child {
          margin-bottom: 0; }
  .page-template-template_mb_webinar_page .hero-header, .page-template-template_mb_webinar_twoi_page .hero-header {
    margin: -50px auto 0;
    position: relative;
    min-height: 330px;
    overflow: hidden;
    background-position: right bottom;
    background-size: cover;
    background-repeat: no-repeat; }
    @media (max-width: 575px) {
      .page-template-template_mb_webinar_page .hero-header, .page-template-template_mb_webinar_twoi_page .hero-header {
        background-position: 25% bottom; } }
    .page-template-template_mb_webinar_page .hero-header .hero-text-outer, .page-template-template_mb_webinar_twoi_page .hero-header .hero-text-outer {
      position: relative;
      min-height: 330px; }
      .page-template-template_mb_webinar_page .hero-header .hero-text-outer .hero-text.left, .page-template-template_mb_webinar_twoi_page .hero-header .hero-text-outer .hero-text.left {
        left: 20%; }
        @media (max-width: 1199px) {
          .page-template-template_mb_webinar_page .hero-header .hero-text-outer .hero-text.left, .page-template-template_mb_webinar_twoi_page .hero-header .hero-text-outer .hero-text.left {
            left: 50%; } }
      .page-template-template_mb_webinar_page .hero-header .hero-text-outer .hero-text.right, .page-template-template_mb_webinar_twoi_page .hero-header .hero-text-outer .hero-text.right {
        left: 70%; }
        @media (max-width: 1199px) {
          .page-template-template_mb_webinar_page .hero-header .hero-text-outer .hero-text.right, .page-template-template_mb_webinar_twoi_page .hero-header .hero-text-outer .hero-text.right {
            left: 50%; } }
      .page-template-template_mb_webinar_page .hero-header .hero-text-outer .hero-text.center, .page-template-template_mb_webinar_twoi_page .hero-header .hero-text-outer .hero-text.center {
        left: 50%; }
      .page-template-template_mb_webinar_page .hero-header .hero-text-outer .hero-text, .page-template-template_mb_webinar_twoi_page .hero-header .hero-text-outer .hero-text {
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        z-index: 3; }
        @media (max-width: 767px) {
          .page-template-template_mb_webinar_page .hero-header .hero-text-outer .hero-text, .page-template-template_mb_webinar_twoi_page .hero-header .hero-text-outer .hero-text {
            left: 50%; } }
        .page-template-template_mb_webinar_page .hero-header .hero-text-outer .hero-text h1, .page-template-template_mb_webinar_twoi_page .hero-header .hero-text-outer .hero-text h1 {
          line-height: normal;
          margin-bottom: 1%; }
        .page-template-template_mb_webinar_page .hero-header .hero-text-outer .hero-text p, .page-template-template_mb_webinar_twoi_page .hero-header .hero-text-outer .hero-text p {
          max-width: 68%;
          margin: 0 auto 1%; }
    .page-template-template_mb_webinar_page .hero-header:before, .page-template-template_mb_webinar_twoi_page .hero-header:before {
      height: 132px;
      width: 100%;
      content: '';
      display: block;
      position: absolute;
      bottom: -15%;
      background-image: url("_static/images/wavy-lines.png");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
  .page-template-template_mb_webinar_page .texture-border, .page-template-template_mb_webinar_twoi_page .texture-border {
    height: 20px;
    width: 100%;
    background-image: url("_static/images/texture-border.png");
    background-size: contain;
    background-position: center; }
  .page-template-template_mb_webinar_page #are-you-ready-for-abundance .cls-background, .page-template-template_mb_webinar_page #from-chaos-to-clarity .cls-background, .page-template-template_mb_webinar_twoi_page #are-you-ready-for-abundance .cls-background, .page-template-template_mb_webinar_twoi_page #from-chaos-to-clarity .cls-background {
    padding: 100px 0 50px !important; }
    @media (max-width: 767px) {
      .page-template-template_mb_webinar_page #are-you-ready-for-abundance .cls-background, .page-template-template_mb_webinar_page #from-chaos-to-clarity .cls-background, .page-template-template_mb_webinar_twoi_page #are-you-ready-for-abundance .cls-background, .page-template-template_mb_webinar_twoi_page #from-chaos-to-clarity .cls-background {
        padding: 50px 0 !important; } }
  .page-template-template_mb_webinar_page #what-you-will-learn, .page-template-template_mb_webinar_page #this-webinar-will-help-you-learn, .page-template-template_mb_webinar_twoi_page #what-you-will-learn, .page-template-template_mb_webinar_twoi_page #this-webinar-will-help-you-learn {
    max-width: 1100px;
    margin: 0 auto 50px; }
    .page-template-template_mb_webinar_page #what-you-will-learn .container, .page-template-template_mb_webinar_page #this-webinar-will-help-you-learn .container, .page-template-template_mb_webinar_twoi_page #what-you-will-learn .container, .page-template-template_mb_webinar_twoi_page #this-webinar-will-help-you-learn .container {
      padding: 0 50px; }
  .page-template-template_mb_webinar_page #are-you-looking-for-more .cls-background, .page-template-template_mb_webinar_twoi_page #are-you-looking-for-more .cls-background {
    padding: 0 0 50px !important; }
    .page-template-template_mb_webinar_page #are-you-looking-for-more .cls-background h4, .page-template-template_mb_webinar_twoi_page #are-you-looking-for-more .cls-background h4 {
      margin-bottom: 100px; }
      @media (max-width: 991px) {
        .page-template-template_mb_webinar_page #are-you-looking-for-more .cls-background h4, .page-template-template_mb_webinar_twoi_page #are-you-looking-for-more .cls-background h4 {
          margin: 25px auto; } }
  .page-template-template_mb_webinar_page #are-you-ready .cls-background, .page-template-template_mb_webinar_twoi_page #are-you-ready .cls-background {
    padding: 190px 0 225px !important; }
    @media (max-width: 1199px) {
      .page-template-template_mb_webinar_page #are-you-ready .cls-background, .page-template-template_mb_webinar_twoi_page #are-you-ready .cls-background {
        background-position: 70% bottom; } }
    @media (max-width: 991px) {
      .page-template-template_mb_webinar_page #are-you-ready .cls-background, .page-template-template_mb_webinar_twoi_page #are-you-ready .cls-background {
        background-position: 80% bottom; } }
    @media (max-width: 767px) {
      .page-template-template_mb_webinar_page #are-you-ready .cls-background, .page-template-template_mb_webinar_twoi_page #are-you-ready .cls-background {
        padding: 0 !important;
        background-color: #866b6b; } }
    .page-template-template_mb_webinar_page #are-you-ready .cls-background .container, .page-template-template_mb_webinar_twoi_page #are-you-ready .cls-background .container {
      max-width: 60%; }
      @media (max-width: 1199px) {
        .page-template-template_mb_webinar_page #are-you-ready .cls-background .container, .page-template-template_mb_webinar_twoi_page #are-you-ready .cls-background .container {
          margin: 0 0 0 3%; } }
      @media (max-width: 991px) {
        .page-template-template_mb_webinar_page #are-you-ready .cls-background .container, .page-template-template_mb_webinar_twoi_page #are-you-ready .cls-background .container {
          max-width: 35%;
          margin: -2em 0 0 3%; } }
      @media (max-width: 767px) {
        .page-template-template_mb_webinar_page #are-you-ready .cls-background .container, .page-template-template_mb_webinar_twoi_page #are-you-ready .cls-background .container {
          max-width: 100%;
          margin: 0 auto;
          padding: 25px; } }
      @media (max-width: 991px) {
        .page-template-template_mb_webinar_page #are-you-ready .cls-background .container p, .page-template-template_mb_webinar_twoi_page #are-you-ready .cls-background .container p {
          padding-left: 0 !important; } }
      @media (max-width: 991px) {
        .page-template-template_mb_webinar_page #are-you-ready .cls-background .container p br, .page-template-template_mb_webinar_twoi_page #are-you-ready .cls-background .container p br {
          display: none; } }
  @media (max-width: 575px) {
    .page-template-template_mb_webinar_page #thank-you, .page-template-template_mb_webinar_twoi_page #thank-you {
      padding: 25px 0 !important; } }
  .page-template-template_mb_webinar_page #thank-you .container, .page-template-template_mb_webinar_twoi_page #thank-you .container {
    border: 1px solid #000;
    max-width: 1090px; }
    @media (max-width: 1199px) {
      .page-template-template_mb_webinar_page #thank-you .container, .page-template-template_mb_webinar_twoi_page #thank-you .container {
        margin: 0 20px; } }
    .page-template-template_mb_webinar_page #thank-you .container .content, .page-template-template_mb_webinar_twoi_page #thank-you .container .content {
      box-sizing: border-box;
      padding: 25px 90px 50px; }
      @media (max-width: 575px) {
        .page-template-template_mb_webinar_page #thank-you .container .content, .page-template-template_mb_webinar_twoi_page #thank-you .container .content {
          padding: 20px; } }
      .page-template-template_mb_webinar_page #thank-you .container .content h2, .page-template-template_mb_webinar_twoi_page #thank-you .container .content h2 {
        background-color: #fff;
        width: fit-content;
        padding: 0 125px;
        margin: -1.25em auto 10px; }
        @media (max-width: 767px) {
          .page-template-template_mb_webinar_page #thank-you .container .content h2, .page-template-template_mb_webinar_twoi_page #thank-you .container .content h2 {
            padding: 0 20px; } }
        @media (max-width: 575px) {
          .page-template-template_mb_webinar_page #thank-you .container .content h2, .page-template-template_mb_webinar_twoi_page #thank-you .container .content h2 {
            padding: 0 10px; } }
      .page-template-template_mb_webinar_page #thank-you .container .content .swoosh, .page-template-template_mb_webinar_twoi_page #thank-you .container .content .swoosh {
        margin-bottom: 25px; }
  .page-template-template_mb_webinar_page .section-two-col .container, .page-template-template_mb_webinar_twoi_page .section-two-col .container {
    max-width: 1090px; }
    @media (max-width: 1199px) {
      .page-template-template_mb_webinar_page .section-two-col .container, .page-template-template_mb_webinar_twoi_page .section-two-col .container {
        max-width: 960px; } }
    @media (max-width: 991px) {
      .page-template-template_mb_webinar_page .section-two-col .container, .page-template-template_mb_webinar_twoi_page .section-two-col .container {
        max-width: 700px; } }
    @media (max-width: 767px) {
      .page-template-template_mb_webinar_page .section-two-col .container, .page-template-template_mb_webinar_twoi_page .section-two-col .container {
        max-width: 600px; } }
  @media (max-width: 991px) {
    .page-template-template_mb_webinar_page .section-two-col .boxed-section, .page-template-template_mb_webinar_twoi_page .section-two-col .boxed-section {
      padding: 25px !important; } }
  @media (max-width: 991px) {
    .page-template-template_mb_webinar_page .section-two-col .-title, .page-template-template_mb_webinar_twoi_page .section-two-col .-title {
      max-width: 80%;
      margin: 0 auto; } }
  @media (max-width: 575px) {
    .page-template-template_mb_webinar_page .section-two-col .-title, .page-template-template_mb_webinar_twoi_page .section-two-col .-title {
      max-width: 100%; } }
  .page-template-template_mb_webinar_page .section-two-col .grid, .page-template-template_mb_webinar_twoi_page .section-two-col .grid {
    margin-top: 50px; }
  .page-template-template_mb_webinar_page .section-two-col ul, .page-template-template_mb_webinar_twoi_page .section-two-col ul {
    list-style-position: outside;
    padding-left: 1em;
    line-height: 25px;
    margin: 5% 0; }
    .page-template-template_mb_webinar_page .section-two-col ul li, .page-template-template_mb_webinar_twoi_page .section-two-col ul li {
      list-style: none; }
      .page-template-template_mb_webinar_page .section-two-col ul li:before, .page-template-template_mb_webinar_twoi_page .section-two-col ul li:before {
        content: '•';
        padding-right: .5em;
        margin-left: -1em; }
  .page-template-template_mb_webinar_page .section-two-col h3, .page-template-template_mb_webinar_twoi_page .section-two-col h3 {
    font-size: 28px; }
  .page-template-template_mb_webinar_page .section-two-col p .button, .page-template-template_mb_webinar_twoi_page .section-two-col p .button {
    background-color: #ac9455;
    border-color: #ac9455;
    height: 55px;
    line-height: 55px;
    margin: 25px 0 0;
    font-size: 17px; }
    .page-template-template_mb_webinar_page .section-two-col p .button:hover, .page-template-template_mb_webinar_twoi_page .section-two-col p .button:hover {
      background-color: #4bc0b7;
      border-color: #4bc0b7; }
  .page-template-template_mb_webinar_page .section-two-col.appearance-boxed .container, .page-template-template_mb_webinar_page .section-video.appearance-boxed .container, .page-template-template_mb_webinar_twoi_page .section-two-col.appearance-boxed .container, .page-template-template_mb_webinar_twoi_page .section-video.appearance-boxed .container {
    padding: 0; }
  .page-template-template_mb_webinar_page .section-video.appearance-boxed .boxed-section.no-border, .page-template-template_mb_webinar_twoi_page .section-video.appearance-boxed .boxed-section.no-border {
    border: none;
    padding-bottom: 0; }
  .page-template-template_mb_webinar_page .section-two-col.appearance-boxed .boxed-section, .page-template-template_mb_webinar_page .section-video.appearance-boxed .boxed-section, .page-template-template_mb_webinar_twoi_page .section-two-col.appearance-boxed .boxed-section, .page-template-template_mb_webinar_twoi_page .section-video.appearance-boxed .boxed-section {
    position: relative;
    border: 1px solid #000000;
    padding: 20px 60px 60px; }
    @media (max-width: 992px) {
      .page-template-template_mb_webinar_page .section-two-col.appearance-boxed .boxed-section, .page-template-template_mb_webinar_page .section-video.appearance-boxed .boxed-section, .page-template-template_mb_webinar_twoi_page .section-two-col.appearance-boxed .boxed-section, .page-template-template_mb_webinar_twoi_page .section-video.appearance-boxed .boxed-section {
        padding: 30px 20px 50px;
        margin: 0 40px; } }
    @media (max-width: 768px) {
      .page-template-template_mb_webinar_page .section-two-col.appearance-boxed .boxed-section, .page-template-template_mb_webinar_page .section-video.appearance-boxed .boxed-section, .page-template-template_mb_webinar_twoi_page .section-two-col.appearance-boxed .boxed-section, .page-template-template_mb_webinar_twoi_page .section-video.appearance-boxed .boxed-section {
        margin: 0; } }
    @media (max-width: 576px) {
      .page-template-template_mb_webinar_page .section-two-col.appearance-boxed .boxed-section, .page-template-template_mb_webinar_page .section-video.appearance-boxed .boxed-section, .page-template-template_mb_webinar_twoi_page .section-two-col.appearance-boxed .boxed-section, .page-template-template_mb_webinar_twoi_page .section-video.appearance-boxed .boxed-section {
        padding: 20px 10px 20px; } }
    .page-template-template_mb_webinar_page .section-two-col.appearance-boxed .boxed-section .grid, .page-template-template_mb_webinar_page .section-video.appearance-boxed .boxed-section .grid, .page-template-template_mb_webinar_twoi_page .section-two-col.appearance-boxed .boxed-section .grid, .page-template-template_mb_webinar_twoi_page .section-video.appearance-boxed .boxed-section .grid {
      margin-top: 0; }
  .page-template-template_mb_webinar_page .section-two-col.appearance-boxed.text_style-light-text .boxed-section, .page-template-template_mb_webinar_page .section-video.appearance-boxed.text_style-light-text .boxed-section, .page-template-template_mb_webinar_twoi_page .section-two-col.appearance-boxed.text_style-light-text .boxed-section, .page-template-template_mb_webinar_twoi_page .section-video.appearance-boxed.text_style-light-text .boxed-section {
    border-color: #fff; }
  .page-template-template_mb_webinar_page .section-two-col.appearance-boxed .-title, .page-template-template_mb_webinar_page .section-video.appearance-boxed .-title, .page-template-template_mb_webinar_twoi_page .section-two-col.appearance-boxed .-title, .page-template-template_mb_webinar_twoi_page .section-video.appearance-boxed .-title {
    position: relative;
    top: 0;
    transform: translateY(-50%);
    text-align: center;
    margin-bottom: 25px; }
    .page-template-template_mb_webinar_page .section-two-col.appearance-boxed .-title h2, .page-template-template_mb_webinar_page .section-video.appearance-boxed .-title h2, .page-template-template_mb_webinar_twoi_page .section-two-col.appearance-boxed .-title h2, .page-template-template_mb_webinar_twoi_page .section-video.appearance-boxed .-title h2 {
      background: #fff;
      display: inline-block;
      margin: 0 auto 15px;
      padding: 0 25px;
      color: inherit;
      font-weight: 400;
      font-size: 32px;
      line-height: 37px;
      text-transform: uppercase;
      max-width: 1000px; }
  .page-template-template_mb_webinar_page .swoosh.-type-hr:before, .page-template-template_mb_webinar_twoi_page .swoosh.-type-hr:before {
    min-width: 230px;
    max-width: 230px; }
  .page-template-template_mb_webinar_page .section-two-col.appearance-boxed .-content > p:first-child > .swoosh, .page-template-template_mb_webinar_page .section-video.appearance-boxed .-content > p:first-child > .swoosh, .page-template-template_mb_webinar_twoi_page .section-two-col.appearance-boxed .-content > p:first-child > .swoosh, .page-template-template_mb_webinar_twoi_page .section-video.appearance-boxed .-content > p:first-child > .swoosh {
    margin-top: 0;
    position: relative;
    top: 0; }
  @media (max-width: 768px) {
    .page-template-template_mb_webinar_page .section-two-col.appearance-boxed .cls-background, .page-template-template_mb_webinar_page .section-video.appearance-boxed .cls-background, .page-template-template_mb_webinar_twoi_page .section-two-col.appearance-boxed .cls-background, .page-template-template_mb_webinar_twoi_page .section-video.appearance-boxed .cls-background {
      padding: 40px 0 20px; }
    .page-template-template_mb_webinar_page .section-two-col.appearance-boxed .-title, .page-template-template_mb_webinar_page .section-video.appearance-boxed .-title, .page-template-template_mb_webinar_twoi_page .section-two-col.appearance-boxed .-title, .page-template-template_mb_webinar_twoi_page .section-video.appearance-boxed .-title {
      transform: none;
      margin-top: -35px;
      margin-bottom: 10px; }
    .page-template-template_mb_webinar_page .section-two-col.appearance-boxed .-title h2, .page-template-template_mb_webinar_page .section-video.appearance-boxed .-title h2, .page-template-template_mb_webinar_twoi_page .section-two-col.appearance-boxed .-title h2, .page-template-template_mb_webinar_twoi_page .section-video.appearance-boxed .-title h2 {
      padding: 0; }
    .page-template-template_mb_webinar_page .section-two-col.appearance-boxed .-content > p:first-child > .swoosh, .page-template-template_mb_webinar_page .section-video.appearance-boxed .-content > p:first-child > .swoosh, .page-template-template_mb_webinar_twoi_page .section-two-col.appearance-boxed .-content > p:first-child > .swoosh, .page-template-template_mb_webinar_twoi_page .section-video.appearance-boxed .-content > p:first-child > .swoosh {
      margin-top: 0; } }
  .page-template-template_mb_webinar_page .section-optin h3.optin-header, .page-template-template_mb_webinar_twoi_page .section-optin h3.optin-header {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin: 0 auto 80px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-size: 30px;
    font-weight: 400; }
    @media (max-width: 767px) {
      .page-template-template_mb_webinar_page .section-optin h3.optin-header, .page-template-template_mb_webinar_twoi_page .section-optin h3.optin-header {
        max-width: 70%;
        margin: 0 auto 50px; } }
    .page-template-template_mb_webinar_page .section-optin h3.optin-header:before, .page-template-template_mb_webinar_page .section-optin h3.optin-header:after, .page-template-template_mb_webinar_twoi_page .section-optin h3.optin-header:before, .page-template-template_mb_webinar_twoi_page .section-optin h3.optin-header:after {
      position: absolute;
      top: 51%;
      overflow: hidden;
      width: 48%;
      height: 1px;
      content: '\a0';
      background-color: #ac9455; }
      @media (max-width: 575px) {
        .page-template-template_mb_webinar_page .section-optin h3.optin-header:before, .page-template-template_mb_webinar_page .section-optin h3.optin-header:after, .page-template-template_mb_webinar_twoi_page .section-optin h3.optin-header:before, .page-template-template_mb_webinar_twoi_page .section-optin h3.optin-header:after {
          display: none; } }
    .page-template-template_mb_webinar_page .section-optin h3.optin-header:before, .page-template-template_mb_webinar_twoi_page .section-optin h3.optin-header:before {
      margin-left: -50%;
      text-align: right; }
    .page-template-template_mb_webinar_page .section-optin h3.optin-header:after, .page-template-template_mb_webinar_twoi_page .section-optin h3.optin-header:after {
      margin-left: 25px; }
      @media (max-width: 767px) {
        .page-template-template_mb_webinar_page .section-optin h3.optin-header:after, .page-template-template_mb_webinar_twoi_page .section-optin h3.optin-header:after {
          margin-left: 5px;
          width: 40%; } }
  .page-template-template_mb_webinar_page .section-optin .infusion-form label, .page-template-template_mb_webinar_twoi_page .section-optin .infusion-form label {
    display: none; }
  .page-template-template_mb_webinar_page .section-optin .infusion-form input, .page-template-template_mb_webinar_twoi_page .section-optin .infusion-form input {
    width: 100%;
    margin-bottom: 25px !important; }
  .page-template-template_mb_webinar_page .section-optin .infusion-form .infusion-submit, .page-template-template_mb_webinar_twoi_page .section-optin .infusion-form .infusion-submit {
    clear: both;
    width: 100%;
    text-align: center; }
    .page-template-template_mb_webinar_page .section-optin .infusion-form .infusion-submit button, .page-template-template_mb_webinar_twoi_page .section-optin .infusion-form .infusion-submit button {
      background-color: #ac9455;
      border-color: #ac9455;
      color: #fff;
      height: 55px;
      line-height: 55px;
      padding: 0 50px;
      font-size: 15px;
      font-family: "proxima-nova"; }
      .page-template-template_mb_webinar_page .section-optin .infusion-form .infusion-submit button:hover, .page-template-template_mb_webinar_twoi_page .section-optin .infusion-form .infusion-submit button:hover {
        background-color: #4bc0b7;
        border-color: #4bc0b7; }
  .page-template-template_mb_webinar_page .section-optin .infusion-form .policy-txt, .page-template-template_mb_webinar_twoi_page .section-optin .infusion-form .policy-txt {
    color: #fff;
    text-align: center;
    margin: 0 auto 25px;
    font-size: 12px; }
  .page-template-template_mb_webinar_page .section-optin .infusion-form .grid.grid-12-col, .page-template-template_mb_webinar_twoi_page .section-optin .infusion-form .grid.grid-12-col {
    margin-bottom: 15px; }
    @media (max-width: 991px) {
      .page-template-template_mb_webinar_page .section-optin .infusion-form .grid.grid-12-col:first-of-type, .page-template-template_mb_webinar_twoi_page .section-optin .infusion-form .grid.grid-12-col:first-of-type {
        margin-bottom: 0; } }
  .page-template-template_mb_webinar_page .section-optin .infusion-form .grid.grid-12-col .cell.span-6, .page-template-template_mb_webinar_twoi_page .section-optin .infusion-form .grid.grid-12-col .cell.span-6 {
    flex: 0 0 calc( 50% - 8px); }
  .page-template-template_mb_webinar_page .section-optin .gform_wrapper, .page-template-template_mb_webinar_page .section-optin .infusion-form, .page-template-template_mb_webinar_twoi_page .section-optin .gform_wrapper, .page-template-template_mb_webinar_twoi_page .section-optin .infusion-form {
    max-width: 510px;
    margin: 0 auto; }
    .page-template-template_mb_webinar_page .section-optin .gform_wrapper li, .page-template-template_mb_webinar_page .section-optin .infusion-form li, .page-template-template_mb_webinar_twoi_page .section-optin .gform_wrapper li, .page-template-template_mb_webinar_twoi_page .section-optin .infusion-form li {
      margin: 0; }
    .page-template-template_mb_webinar_page .section-optin .gform_wrapper ::placeholder, .page-template-template_mb_webinar_page .section-optin .infusion-form ::placeholder, .page-template-template_mb_webinar_twoi_page .section-optin .gform_wrapper ::placeholder, .page-template-template_mb_webinar_twoi_page .section-optin .infusion-form ::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #3a405b;
      opacity: 1;
      /* Firefox */ }
    .page-template-template_mb_webinar_page .section-optin .gform_wrapper :-ms-input-placeholder, .page-template-template_mb_webinar_page .section-optin .infusion-form :-ms-input-placeholder, .page-template-template_mb_webinar_twoi_page .section-optin .gform_wrapper :-ms-input-placeholder, .page-template-template_mb_webinar_twoi_page .section-optin .infusion-form :-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #3a405b; }
    .page-template-template_mb_webinar_page .section-optin .gform_wrapper ::-ms-input-placeholder, .page-template-template_mb_webinar_page .section-optin .infusion-form ::-ms-input-placeholder, .page-template-template_mb_webinar_twoi_page .section-optin .gform_wrapper ::-ms-input-placeholder, .page-template-template_mb_webinar_twoi_page .section-optin .infusion-form ::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #3a405b; }
    .page-template-template_mb_webinar_page .section-optin .gform_wrapper input[type="text"], .page-template-template_mb_webinar_page .section-optin .infusion-form input[type="text"], .page-template-template_mb_webinar_twoi_page .section-optin .gform_wrapper input[type="text"], .page-template-template_mb_webinar_twoi_page .section-optin .infusion-form input[type="text"] {
      background-color: #f0f2f7;
      border: 1px solid #e3e8f0;
      border-radius: 5px;
      height: 45px;
      text-indent: 15px;
      margin: 0;
      color: #3a405b; }
      @media (max-width: 991px) {
        .page-template-template_mb_webinar_page .section-optin .gform_wrapper input[type="text"]:first-of-type, .page-template-template_mb_webinar_page .section-optin .infusion-form input[type="text"]:first-of-type, .page-template-template_mb_webinar_twoi_page .section-optin .gform_wrapper input[type="text"]:first-of-type, .page-template-template_mb_webinar_twoi_page .section-optin .infusion-form input[type="text"]:first-of-type {
          margin-bottom: 15px; } }
    .page-template-template_mb_webinar_page .section-optin .gform_wrapper .fine-print, .page-template-template_mb_webinar_page .section-optin .infusion-form .fine-print, .page-template-template_mb_webinar_twoi_page .section-optin .gform_wrapper .fine-print, .page-template-template_mb_webinar_twoi_page .section-optin .infusion-form .fine-print {
      text-align: center;
      margin: 25px auto;
      font-size: 12px; }
    .page-template-template_mb_webinar_page .section-optin .gform_wrapper .gform_footer, .page-template-template_mb_webinar_page .section-optin .infusion-form .gform_footer, .page-template-template_mb_webinar_twoi_page .section-optin .gform_wrapper .gform_footer, .page-template-template_mb_webinar_twoi_page .section-optin .infusion-form .gform_footer {
      text-align: center; }
      .page-template-template_mb_webinar_page .section-optin .gform_wrapper .gform_footer input[type="submit"], .page-template-template_mb_webinar_page .section-optin .infusion-form .gform_footer input[type="submit"], .page-template-template_mb_webinar_twoi_page .section-optin .gform_wrapper .gform_footer input[type="submit"], .page-template-template_mb_webinar_twoi_page .section-optin .infusion-form .gform_footer input[type="submit"] {
        background-color: #ac9455;
        border-color: #ac9455;
        color: #fff;
        height: 55px;
        line-height: 55px;
        padding: 0 50px;
        font-size: 15px;
        font-family: "proxima-nova"; }
        .page-template-template_mb_webinar_page .section-optin .gform_wrapper .gform_footer input[type="submit"]:hover, .page-template-template_mb_webinar_page .section-optin .infusion-form .gform_footer input[type="submit"]:hover, .page-template-template_mb_webinar_twoi_page .section-optin .gform_wrapper .gform_footer input[type="submit"]:hover, .page-template-template_mb_webinar_twoi_page .section-optin .infusion-form .gform_footer input[type="submit"]:hover {
          background-color: #4bc0b7;
          border-color: #4bc0b7; }
  .page-template-template_mb_webinar_page .section-countdown h3.header-txt, .page-template-template_mb_webinar_twoi_page .section-countdown h3.header-txt {
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 26px; }
    .page-template-template_mb_webinar_page .section-countdown h3.header-txt:after, .page-template-template_mb_webinar_twoi_page .section-countdown h3.header-txt:after {
      content: '';
      display: block;
      margin: 10px auto;
      width: 250px;
      height: 19px;
      background-image: url(_static/images/semi-opaque-underline.png);
      background-size: contain;
      background-repeat: no-repeat; }
  .page-template-template_mb_webinar_page .section-countdown .ctn-dwn-icons, .page-template-template_mb_webinar_twoi_page .section-countdown .ctn-dwn-icons {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 45%;
    margin: 50px auto 0; }
    @media (max-width: 575px) {
      .page-template-template_mb_webinar_page .section-countdown .ctn-dwn-icons, .page-template-template_mb_webinar_twoi_page .section-countdown .ctn-dwn-icons {
        display: block; } }
    @media (max-width: 1199px) {
      .page-template-template_mb_webinar_page .section-countdown .ctn-dwn-icons, .page-template-template_mb_webinar_twoi_page .section-countdown .ctn-dwn-icons {
        max-width: 60%; } }
    @media (max-width: 991px) {
      .page-template-template_mb_webinar_page .section-countdown .ctn-dwn-icons, .page-template-template_mb_webinar_twoi_page .section-countdown .ctn-dwn-icons {
        max-width: 80%; } }
    @media (max-width: 575px) {
      .page-template-template_mb_webinar_page .section-countdown .ctn-dwn-icons, .page-template-template_mb_webinar_twoi_page .section-countdown .ctn-dwn-icons {
        max-width: 100%; } }
    .page-template-template_mb_webinar_page .section-countdown .ctn-dwn-icons .ctn-dwn-icon, .page-template-template_mb_webinar_twoi_page .section-countdown .ctn-dwn-icons .ctn-dwn-icon {
      text-align: center;
      color: #fff; }
      @media (max-width: 575px) {
        .page-template-template_mb_webinar_page .section-countdown .ctn-dwn-icons .ctn-dwn-icon, .page-template-template_mb_webinar_twoi_page .section-countdown .ctn-dwn-icons .ctn-dwn-icon {
          margin-bottom: 25px; } }
      .page-template-template_mb_webinar_page .section-countdown .ctn-dwn-icons .ctn-dwn-icon .icon-img, .page-template-template_mb_webinar_twoi_page .section-countdown .ctn-dwn-icons .ctn-dwn-icon .icon-img {
        min-height: 90px;
        max-width: 70px;
        margin: 0 auto 10px; }
      .page-template-template_mb_webinar_page .section-countdown .ctn-dwn-icons .ctn-dwn-icon .icon-txt, .page-template-template_mb_webinar_twoi_page .section-countdown .ctn-dwn-icons .ctn-dwn-icon .icon-txt {
        text-transform: uppercase;
        font-size: 15px;
        font-weight: 400; }
  @media (max-width: 767px) {
    .page-template-template_mb_webinar_page .section-countdown .footer-txt br, .page-template-template_mb_webinar_twoi_page .section-countdown .footer-txt br {
      display: none; } }
  .page-template-template_mb_webinar_page .section-video.appearance-boxed .container, .page-template-template_mb_webinar_twoi_page .section-video.appearance-boxed .container {
    max-width: 1090px; }
    @media (max-width: 1199px) {
      .page-template-template_mb_webinar_page .section-video.appearance-boxed .container, .page-template-template_mb_webinar_twoi_page .section-video.appearance-boxed .container {
        max-width: 960px; } }
    @media (max-width: 991px) {
      .page-template-template_mb_webinar_page .section-video.appearance-boxed .container, .page-template-template_mb_webinar_twoi_page .section-video.appearance-boxed .container {
        max-width: 700px; } }
    @media (max-width: 767px) {
      .page-template-template_mb_webinar_page .section-video.appearance-boxed .container, .page-template-template_mb_webinar_twoi_page .section-video.appearance-boxed .container {
        max-width: 600px; } }
  .page-template-template_mb_webinar_page .section-video.appearance-boxed .-title, .page-template-template_mb_webinar_twoi_page .section-video.appearance-boxed .-title {
    margin-bottom: 0; }
    .page-template-template_mb_webinar_page .section-video.appearance-boxed .-title h2, .page-template-template_mb_webinar_twoi_page .section-video.appearance-boxed .-title h2 {
      max-width: 800px; }
  .page-template-template_mb_webinar_page .section-video.appearance-boxed .content, .page-template-template_mb_webinar_twoi_page .section-video.appearance-boxed .content {
    max-width: 800px;
    margin: -25px auto 0; }
    .page-template-template_mb_webinar_page .section-video.appearance-boxed .content .footer-txt, .page-template-template_mb_webinar_twoi_page .section-video.appearance-boxed .content .footer-txt {
      text-align: center;
      font-style: italic;
      font-size: 20px;
      font-weight: 600; }
      .page-template-template_mb_webinar_page .section-video.appearance-boxed .content .footer-txt span, .page-template-template_mb_webinar_twoi_page .section-video.appearance-boxed .content .footer-txt span {
        color: #5b5b5b; }
    .page-template-template_mb_webinar_page .section-video.appearance-boxed .content .cta-buttons, .page-template-template_mb_webinar_twoi_page .section-video.appearance-boxed .content .cta-buttons {
      text-align: center; }
      .page-template-template_mb_webinar_page .section-video.appearance-boxed .content .cta-buttons .button, .page-template-template_mb_webinar_twoi_page .section-video.appearance-boxed .content .cta-buttons .button {
        margin: 25px 20px 0;
        height: 57px;
        line-height: 57px;
        padding: 0 80px;
        background-color: #ac9455;
        border-color: #ac9455;
        font-size: 15px; }
        @media (max-width: 575px) {
          .page-template-template_mb_webinar_page .section-video.appearance-boxed .content .cta-buttons .button, .page-template-template_mb_webinar_twoi_page .section-video.appearance-boxed .content .cta-buttons .button {
            margin: 10px auto;
            width: 100%;
            padding: 0 20px; } }
        .page-template-template_mb_webinar_page .section-video.appearance-boxed .content .cta-buttons .button:hover, .page-template-template_mb_webinar_twoi_page .section-video.appearance-boxed .content .cta-buttons .button:hover {
          background-color: #4bc0b7;
          border-color: #4bc0b7; }
  .page-template-template_mb_webinar_page .section-video.appearance-boxed .boxed-section, .page-template-template_mb_webinar_twoi_page .section-video.appearance-boxed .boxed-section {
    margin-bottom: 50px; }
  .page-template-template_mb_webinar_page .section-video.appearance-boxed .two-col-panel, .page-template-template_mb_webinar_twoi_page .section-video.appearance-boxed .two-col-panel {
    box-sizing: border-box;
    padding: 130px 130px 75px;
    background-color: #faf9f7; }
    @media (max-width: 1199px) {
      .page-template-template_mb_webinar_page .section-video.appearance-boxed .two-col-panel, .page-template-template_mb_webinar_twoi_page .section-video.appearance-boxed .two-col-panel {
        padding: 80px 80px 50px; } }
    @media (max-width: 991px) {
      .page-template-template_mb_webinar_page .section-video.appearance-boxed .two-col-panel, .page-template-template_mb_webinar_twoi_page .section-video.appearance-boxed .two-col-panel {
        padding: 50px; } }
    @media (max-width: 575px) {
      .page-template-template_mb_webinar_page .section-video.appearance-boxed .two-col-panel, .page-template-template_mb_webinar_twoi_page .section-video.appearance-boxed .two-col-panel {
        padding: 25px; } }
    @media (max-width: 575px) {
      .page-template-template_mb_webinar_page .section-video.appearance-boxed .two-col-panel .button, .page-template-template_mb_webinar_twoi_page .section-video.appearance-boxed .two-col-panel .button {
        white-space: normal;
        height: auto !important;
        line-height: normal !important;
        padding: 5px 30px; } }
    .page-template-template_mb_webinar_page .section-video.appearance-boxed .two-col-panel h4, .page-template-template_mb_webinar_twoi_page .section-video.appearance-boxed .two-col-panel h4 {
      margin-bottom: 0; }
    .page-template-template_mb_webinar_page .section-video.appearance-boxed .two-col-panel ul, .page-template-template_mb_webinar_twoi_page .section-video.appearance-boxed .two-col-panel ul {
      list-style-position: outside;
      padding-left: 1em;
      line-height: 25px;
      font-size: 18px; }
      .page-template-template_mb_webinar_page .section-video.appearance-boxed .two-col-panel ul li, .page-template-template_mb_webinar_twoi_page .section-video.appearance-boxed .two-col-panel ul li {
        list-style: none; }
        .page-template-template_mb_webinar_page .section-video.appearance-boxed .two-col-panel ul li:before, .page-template-template_mb_webinar_twoi_page .section-video.appearance-boxed .two-col-panel ul li:before {
          content: '•';
          padding-right: .5em;
          margin-left: -1em; }
    .page-template-template_mb_webinar_page .section-video.appearance-boxed .two-col-panel .center, .page-template-template_mb_webinar_twoi_page .section-video.appearance-boxed .two-col-panel .center {
      text-align: center;
      margin: 25px auto 0; }
      .page-template-template_mb_webinar_page .section-video.appearance-boxed .two-col-panel .center .button, .page-template-template_mb_webinar_twoi_page .section-video.appearance-boxed .two-col-panel .center .button {
        margin-bottom: 0;
        background-color: #ac9455;
        border-color: #ac9455;
        height: 65px;
        line-height: 65px;
        font-size: 17px; }
        .page-template-template_mb_webinar_page .section-video.appearance-boxed .two-col-panel .center .button:hover, .page-template-template_mb_webinar_twoi_page .section-video.appearance-boxed .two-col-panel .center .button:hover {
          background-color: #4bc0b7;
          border-color: #4bc0b7; }
  .page-template-template_mb_webinar_page .section-quote .container, .page-template-template_mb_webinar_twoi_page .section-quote .container {
    max-width: 1130px; }
    .page-template-template_mb_webinar_page .section-quote .container .quote-box, .page-template-template_mb_webinar_twoi_page .section-quote .container .quote-box {
      padding: 25px; }
      .page-template-template_mb_webinar_page .section-quote .container .quote-box .quote, .page-template-template_mb_webinar_twoi_page .section-quote .container .quote-box .quote {
        padding: 0; }
        .page-template-template_mb_webinar_page .section-quote .container .quote-box .quote .txt, .page-template-template_mb_webinar_twoi_page .section-quote .container .quote-box .quote .txt {
          margin: 0 auto 25px;
          max-width: 960px;
          font-size: 25px;
          font-style: italic;
          font-weight: 400; }
      .page-template-template_mb_webinar_page .section-quote .container .quote-box .auth span, .page-template-template_mb_webinar_twoi_page .section-quote .container .quote-box .auth span {
        display: block;
        font-style: italic;
        font-size: 12px; }
  .page-template-template_mb_webinar_page .section-cta-btns .cta-btns, .page-template-template_mb_webinar_twoi_page .section-cta-btns .cta-btns {
    display: flex;
    justify-content: center; }
    .page-template-template_mb_webinar_page .section-cta-btns .cta-btns .cta-btn, .page-template-template_mb_webinar_twoi_page .section-cta-btns .cta-btns .cta-btn {
      margin: 0 10px; }
      .page-template-template_mb_webinar_page .section-cta-btns .cta-btns .cta-btn .button, .page-template-template_mb_webinar_twoi_page .section-cta-btns .cta-btns .cta-btn .button {
        margin-bottom: 0;
        background-color: #ac9455;
        border-color: #ac9455;
        height: 65px;
        line-height: 65px;
        padding: 0 90px;
        font-size: 17px; }
        @media (max-width: 575px) {
          .page-template-template_mb_webinar_page .section-cta-btns .cta-btns .cta-btn .button, .page-template-template_mb_webinar_twoi_page .section-cta-btns .cta-btns .cta-btn .button {
            margin: 10px auto;
            width: 100%;
            padding: 0 50px; } }
        .page-template-template_mb_webinar_page .section-cta-btns .cta-btns .cta-btn .button:hover, .page-template-template_mb_webinar_twoi_page .section-cta-btns .cta-btns .cta-btn .button:hover {
          background-color: #4bc0b7;
          border-color: #4bc0b7; }
  .page-template-template_mb_webinar_page #wendy-wyatt-quote, .page-template-template_mb_webinar_twoi_page #wendy-wyatt-quote {
    padding: 0 !important;
    margin: -4em auto -1em; }
    @media (max-width: 991px) {
      .page-template-template_mb_webinar_page #wendy-wyatt-quote, .page-template-template_mb_webinar_twoi_page #wendy-wyatt-quote {
        margin: -1em auto; } }
  .page-template-template_mb_webinar_page .btn-pulldown, .page-template-template_mb_webinar_twoi_page .btn-pulldown {
    position: relative;
    display: block;
    width: 100%;
    max-width: 254px; }
  .page-template-template_mb_webinar_page .btn-pulldown-handle a, .page-template-template_mb_webinar_twoi_page .btn-pulldown-handle a {
    position: relative;
    display: block;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .030em;
    font-size: 17px;
    font-weight: 700;
    line-height: 59px;
    padding: 0 20px 0 0;
    height: 59px;
    background: #225f68;
    color: #fff;
    border-radius: 10px;
    transition-property: border-radius, background, color;
    transition-duration: 0s, 0.16s, 0.16s;
    transition-delay: 0.26s, 0s, 0s; }
  .page-template-template_mb_webinar_page .btn-pulldown.-open .btn-pulldown-handle a, .page-template-template_mb_webinar_twoi_page .btn-pulldown.-open .btn-pulldown-handle a {
    z-index: 2;
    border-radius: 10px 10px 0 0;
    transition-duration: 0s, 0.16s, 0.16s;
    transition-delay: 0s, 0s, 0s; }
  .page-template-template_mb_webinar_page .btn-pulldown-handle a span.arrows, .page-template-template_mb_webinar_twoi_page .btn-pulldown-handle a span.arrows {
    position: absolute;
    right: 15px;
    top: 30%;
    display: block;
    width: 50px;
    height: 30px;
    margin-top: -2px;
    transition: all 0.3s ease-in-out;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjMuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxOTIwIDEwODAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE5MjAgMTA4MDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiNGRkZGRkY7fQo8L3N0eWxlPgo8Zz4KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik05NjAuNiw2NTAuNGMtMjYuNy0yNi45LTUzLjEtNTMuNS03OS41LTgwLjFjLTIyLjYtMjIuOC00NS4zLTQ1LjUtNjgtNjguMmMtMzAuOS0zMC45LTYyLTYxLjgtOTIuOS05Mi44CgkJYy0yNS44LTI1LjgtNTEuNS01MS42LTc3LjItNzcuNGMtMjUuMy0yNS4zLTUwLjYtNTAuNi03Ni03NS44Yy0xMi44LTEyLjctMjEuMS0yNy45LTIyLjQtNDUuOWMtMS4zLTE4LjMsNC41LTM0LjcsMTYuNC00OC44CgkJYzkuNy0xMS41LDIyLjItMTkuMiwzNi44LTIyYzIxLjQtNC4yLDQxLjYtMC4yLDU4LDE0LjhjMTQuNiwxMy4yLDI4LDI3LjYsNDIsNDEuNWMxMi44LDEyLjcsMjUuNywyNS4zLDM4LjQsMzgKCQljMTYuNiwxNi42LDMzLDMzLjQsNDkuNiw1MC4xYzEyLjUsMTIuNSwyNS4yLDI0LjksMzcuNywzNy40YzE2LjgsMTYuOSwzMy42LDMzLjgsNTAuNCw1MC43YzExLjEsMTEuMSwyMi41LDIyLDMzLjYsMzMuMQoJCWMxNi44LDE2LjcsMzMuNSwzMy40LDUwLjEsNTAuMmMyLjgsMi44LDQuNCwyLjcsNy4yLTAuMmMxMi45LTEzLDI2LjEtMjUuNywzOS4xLTM4LjZjMTMuOC0xMy44LDI3LjMtMjcuOCw0MS00MS42CgkJYzE0LjctMTQuOSwyOS41LTI5LjcsNDQuMy00NC41YzE1LjYtMTUuNSwzMS4zLTMwLjgsNDYuOS00Ni4yYzE0LjgtMTQuNiwyOS40LTI5LjQsNDQuMS00NC4xYzE0LjctMTQuNywyOS40LTI5LjQsNDQuMS00NC4xCgkJYzEyLjgtMTIuOSwyNS0yNi4zLDM4LjMtMzguNmMxMS4yLTEwLjMsMjQuMi0xNy4xLDQwLjEtMTguOGMxNS44LTEuNiwzMC4yLDEuNiw0My4xLDkuN2MxMy42LDguNiwyMy42LDIwLjcsMjguNSwzNi44CgkJYzMuMywxMC44LDQuOSwyMS4zLDIuMywzMi4zYy0yLjcsMTEuNS02LjQsMjIuNy0xNSwzMS40Yy0zMy43LDM0LjItNjcuNCw2OC40LTEwMS4zLDEwMi41Yy0yNC4xLDI0LjMtNDguNCw0OC41LTcyLjYsNzIuNwoJCWMtMzQuNCwzNC40LTY4LjgsNjguOC0xMDMuMywxMDMuMmMtMzAuMiwzMC4yLTYwLjUsNjAuMy05MC43LDkwLjVjLTEwLjIsMTAuMi0yMC40LDIwLjUtMzAuNiwzMC43CgkJQzk2Mi42LDY0OC44LDk2MS45LDY0OS4zLDk2MC42LDY1MC40eiIvPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTEzNzguMyw0OTYuNGMtMS4yLDIyLjItOC4yLDM4LjctMjEuOSw1Mi4zYy0xNi41LDE2LjQtMzMuMSwzMi43LTQ5LjUsNDkuMmMtMTQsMTQtMjcuNywyOC4zLTQxLjcsNDIuMwoJCWMtMTEuMywxMS4zLTIyLjgsMjIuMy0zNC4xLDMzLjZjLTEwLjEsMTAuMS0yMCwyMC41LTMwLjIsMzAuN2MtMTMuNSwxMy41LTI3LjIsMjYuOS00MC44LDQwLjVjLTIyLjksMjIuOS00NS43LDQ1LjgtNjguNiw2OC42CgkJYy0xNi43LDE2LjYtMzMuNSwzMy4xLTUwLjEsNDkuOGMtMjMuOCwyMy43LTQ3LjUsNDcuNS03MS4yLDcxLjNjLTIsMi00LjIsMy43LTUuOSw1LjljLTIuNSwzLjItNC4yLDIuNS02LjcsMAoJCWMtMTQuMi0xNC40LTI4LjYtMjguNi00Mi45LTQyLjljLTE2LjItMTYuMy0zMi4zLTMyLjgtNDguNi00OS4xYy0xNS4xLTE1LjEtMzAuNC0zMC00NS42LTQ1LjFjLTE0LjMtMTQuMy0yOC40LTI4LjgtNDIuNy00My4xCgkJYy0xNS4zLTE1LjMtMzAuOC0zMC41LTQ2LjItNDUuOWMtMjMuNC0yMy40LTQ2LjctNDctNzAuMi03MC40Yy0yMC40LTIwLjQtNDEtNDAuNi02MS4zLTYxYy0xMi45LTEyLjktMjYuMi0yNS41LTM4LjItMzkuMgoJCWMtMTcuNy0yMC4yLTIyLjItNDMuNi0xMi41LTY5LjFjMTEuNS0zMC4zLDQ1LjItNDcuOSw3NS41LTQxLjdjMTUsMy4xLDI3LjQsMTAuNiwzOC4xLDIxLjJjMTEuNSwxMS40LDIyLjksMjMsMzQuNCwzNC41CgkJYzE4LjMsMTguMywzNi41LDM2LjcsNTQuOCw1NWMxMC44LDEwLjgsMjEuNywyMS41LDMyLjUsMzIuM2MxNi4xLDE2LjIsMzIuMiwzMi40LDQ4LjMsNDguNWMxMC45LDEwLjksMjEuOSwyMS43LDMyLjgsMzIuNgoJCWMxOC4zLDE4LjMsMzYuNSwzNi42LDU0LjgsNTQuOWMxMi40LDEyLjUsMjQuOSwyNC45LDM3LjIsMzcuNGMyLjQsMi40LDQuMiwyLjMsNi42LTAuMWMyMC4yLTIwLjQsNDAuNi00MC44LDYwLjktNjEuMQoJCWMyMy41LTIzLjUsNDcuMS00Ni45LDcwLjYtNzAuM2MyMC43LTIwLjcsNDEuMi00MS41LDYxLjktNjIuMWMxOC4yLTE4LjIsMzYuNi0zNi4zLDU0LjktNTQuNGMxMi44LTEyLjgsMjUuNS0yNS43LDM4LjQtMzguNQoJCWM5LTksMTcuNi0xOC42LDI5LjUtMjQuMWMxNi4xLTcuNCwzMi41LTkuMiw0OS44LTMuNmMxMS4zLDMuNywyMC44LDkuNiwyOC44LDE3LjljNyw3LjEsMTIuNCwxNS41LDE0LjgsMjUuNAoJCUMxMzc1LjYsNDg1LjQsMTM3Ny4zLDQ5Mi4zLDEzNzguMyw0OTYuNHoiLz4KPC9nPgo8L3N2Zz4K);
    background-position: 97% 50%;
    background-repeat: no-repeat;
    background-size: 60px; }
  .page-template-template_mb_webinar_page .btn-pulldown.-open .btn-pulldown-handle a span.arrows, .page-template-template_mb_webinar_twoi_page .btn-pulldown.-open .btn-pulldown-handle a span.arrows {
    transform: rotate(180deg);
    transform-origin: 40% 45%;
    margin-top: 0; }
  .page-template-template_mb_webinar_page .btn-pulldown-list, .page-template-template_mb_webinar_twoi_page .btn-pulldown-list {
    position: absolute;
    z-index: 2;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.26s ease-in;
    background: #fff;
    border-radius: 0 0 3px 3px; }
  .page-template-template_mb_webinar_page .btn-pulldown.-open .btn-pulldown-list, .page-template-template_mb_webinar_twoi_page .btn-pulldown.-open .btn-pulldown-list {
    max-height: 300px;
    border: 1px solid #f2f2f2;
    overflow: auto;
    transition: max-height 0.2s ease-in; }
  .page-template-template_mb_webinar_page .btn-pulldown-list a, .page-template-template_mb_webinar_twoi_page .btn-pulldown-list a {
    display: block;
    padding: 0 10px;
    color: #141412;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none;
    transition-duration: 0.06s; }
  .page-template-template_mb_webinar_page .btn-pulldown-list a:hover, .page-template-template_mb_webinar_twoi_page .btn-pulldown-list a:hover {
    color: #ddb32e; }
  .page-template-template_mb_webinar_page .btn-pulldown-list a div, .page-template-template_mb_webinar_twoi_page .btn-pulldown-list a div {
    border-top: 1px solid #f2f2f2;
    padding: 9px 3px; }

/*PRODUCT DETAIL PAGE*/
.page-template-template_product_detail_page {
  /* Boxed sections */ }
  .page-template-template_product_detail_page .mobile-header-text h1 {
    font-weight: 600;
    font-size: 45px; }
    .page-template-template_product_detail_page .mobile-header-text h1 span {
      font-size: 36px !important; }
  .page-template-template_product_detail_page .hero-header {
    margin: -50px auto 0;
    position: relative;
    min-height: 330px;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; }
    .page-template-template_product_detail_page .hero-header .hero-text-outer {
      position: relative;
      min-height: 330px; }
      .page-template-template_product_detail_page .hero-header .hero-text-outer .hero-text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        z-index: 3; }
        .page-template-template_product_detail_page .hero-header .hero-text-outer .hero-text h1 {
          line-height: normal;
          margin-bottom: 1%;
          font-weight: 600;
          font-size: 45px; }
        .page-template-template_product_detail_page .hero-header .hero-text-outer .hero-text p {
          max-width: 68%;
          margin: 0 auto 1%;
          font-weight: 400;
          font-size: 22px; }
    .page-template-template_product_detail_page .hero-header:before {
      height: 132px;
      width: 100%;
      content: '';
      display: block;
      position: absolute;
      bottom: -15%;
      background-image: url("_static/images/wavy-lines.png");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
  .page-template-template_product_detail_page .texture-border {
    height: 20px;
    width: 100%;
    background-image: url("_static/images/texture-border.png");
    background-size: contain;
    background-position: center; }
  .page-template-template_product_detail_page .section-boxed.appearance-boxed .container {
    padding: 0;
    max-width: 1100px; }
    @media (max-width: 1199px) {
      .page-template-template_product_detail_page .section-boxed.appearance-boxed .container {
        max-width: 960px;
        padding: 0 20px; } }
  .page-template-template_product_detail_page .section-boxed.appearance-boxed .boxed-section {
    position: relative;
    border: 1px solid #000000;
    padding: 20px 125px 60px; }
    @media (max-width: 1199px) {
      .page-template-template_product_detail_page .section-boxed.appearance-boxed .boxed-section {
        padding: 20px 80px 40px; } }
    @media (max-width: 992px) {
      .page-template-template_product_detail_page .section-boxed.appearance-boxed .boxed-section {
        padding: 30px 20px 50px;
        margin: 0 40px; } }
    @media (max-width: 768px) {
      .page-template-template_product_detail_page .section-boxed.appearance-boxed .boxed-section {
        margin: 0; } }
    @media (max-width: 576px) {
      .page-template-template_product_detail_page .section-boxed.appearance-boxed .boxed-section {
        padding: 20px 10px 20px; } }
    .page-template-template_product_detail_page .section-boxed.appearance-boxed .boxed-section p {
      font-size: 22px; }
    .page-template-template_product_detail_page .section-boxed.appearance-boxed .boxed-section ul {
      list-style-position: outside;
      padding-left: 1.5em; }
      .page-template-template_product_detail_page .section-boxed.appearance-boxed .boxed-section ul li {
        list-style: none;
        padding-left: 1em;
        font-size: 24px;
        font-weight: 300; }
        .page-template-template_product_detail_page .section-boxed.appearance-boxed .boxed-section ul li:before {
          content: '•';
          font-size: 22px;
          margin-left: -2em;
          padding-right: 1.75em; }
  .page-template-template_product_detail_page .section-boxed.appearance-boxed.text_style-light-text .boxed-section {
    border-color: #fff; }
  .page-template-template_product_detail_page .section-boxed.appearance-boxed .-title {
    position: relative;
    top: 0;
    transform: translateY(-50%);
    text-align: center;
    margin-bottom: 25px; }
    @media (max-width: 991px) {
      .page-template-template_product_detail_page .section-boxed.appearance-boxed .-title {
        top: -1em; } }
    .page-template-template_product_detail_page .section-boxed.appearance-boxed .-title h2 {
      background: #fff;
      display: inline-block;
      margin: 0 auto 15px;
      padding: 0 125px;
      color: inherit;
      font-weight: 400;
      font-size: 32px;
      line-height: 37px;
      text-transform: uppercase;
      max-width: 1000px; }
      @media (max-width: 1199px) {
        .page-template-template_product_detail_page .section-boxed.appearance-boxed .-title h2 {
          padding: 0 50px; } }
  .page-template-template_product_detail_page .swoosh.-type-hr:before {
    min-width: 230px;
    max-width: 230px; }
  .page-template-template_product_detail_page .section-boxed.appearance-boxed .-content > p:first-child > .swoosh {
    margin-top: 0;
    position: relative;
    top: 0; }
  @media (max-width: 768px) {
    .page-template-template_product_detail_page .section-boxed.appearance-boxed .cls-background {
      padding: 40px 0 20px; }
    .page-template-template_product_detail_page .section-boxed.appearance-boxed .-title {
      transform: none;
      margin-top: -35px;
      margin-bottom: 10px; }
    .page-template-template_product_detail_page .section-boxed.appearance-boxed .-title h2 {
      padding: 0; }
    .page-template-template_product_detail_page .section-boxed.appearance-boxed .-content > p:first-child > .swoosh {
      margin-top: 0; } }
  .page-template-template_product_detail_page .section-content h1, .page-template-template_product_detail_page .section-content h2, .page-template-template_product_detail_page .section-content h3, .page-template-template_product_detail_page .section-content h4, .page-template-template_product_detail_page .section-content h5 {
    font-weight: 400; }
  .page-template-template_product_detail_page .section-content p {
    font-size: 22px; }
  .page-template-template_product_detail_page .section-prod-detail .container {
    max-width: 1080px; }
    @media (max-width: 1199px) {
      .page-template-template_product_detail_page .section-prod-detail .container {
        max-width: 960px;
        padding: 0 20px; } }
    .page-template-template_product_detail_page .section-prod-detail .container h4 {
      font-size: 22px; }
    .page-template-template_product_detail_page .section-prod-detail .container h2 {
      font-size: 36px;
      font-weight: 400; }
      @media (max-width: 767px) {
        .page-template-template_product_detail_page .section-prod-detail .container h2 br {
          display: none; } }
    .page-template-template_product_detail_page .section-prod-detail .container p {
      font-size: 22px;
      font-weight: 400; }
    @media (max-width: 991px) {
      .page-template-template_product_detail_page .section-prod-detail .container img.alignright, .page-template-template_product_detail_page .section-prod-detail .container img.alignleft {
        float: none;
        padding: 0 0 1.6% 0;
        display: block;
        margin: 0 auto; } }
    .page-template-template_product_detail_page .section-prod-detail .container ul {
      list-style-position: outside; }
      .page-template-template_product_detail_page .section-prod-detail .container ul li {
        list-style: none;
        padding-left: 1em;
        font-size: 22px;
        font-weight: 400; }
        .page-template-template_product_detail_page .section-prod-detail .container ul li:before {
          content: '•';
          font-size: 14px;
          margin-left: -2em;
          padding-right: 1.75em; }
    .page-template-template_product_detail_page .section-prod-detail .container .icon-blocks {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      clear: both;
      padding: 100px 25px 0; }
      @media (max-width: 1199px) {
        .page-template-template_product_detail_page .section-prod-detail .container .icon-blocks {
          padding: 50px 25px 0; } }
      .page-template-template_product_detail_page .section-prod-detail .container .icon-blocks .icon-block {
        width: 45%;
        margin-bottom: 100px; }
        @media (max-width: 767px) {
          .page-template-template_product_detail_page .section-prod-detail .container .icon-blocks .icon-block {
            width: 100%;
            margin-bottom: 50px; } }
        .page-template-template_product_detail_page .section-prod-detail .container .icon-blocks .icon-block .icon-img {
          margin-right: 5px; }
          .page-template-template_product_detail_page .section-prod-detail .container .icon-blocks .icon-block .icon-img img {
            vertical-align: middle;
            max-width: 58px; }
        .page-template-template_product_detail_page .section-prod-detail .container .icon-blocks .icon-block .title-txt {
          text-transform: uppercase;
          font-weight: 700;
          font-size: 22px; }
        .page-template-template_product_detail_page .section-prod-detail .container .icon-blocks .icon-block .desc {
          line-height: 35px;
          margin-top: 20px;
          font-weight: 400;
          font-size: 22px; }
    .page-template-template_product_detail_page .section-prod-detail .container .center-btn {
      text-align: center; }
      .page-template-template_product_detail_page .section-prod-detail .container .center-btn .button {
        height: 65px;
        line-height: 65px;
        padding: 0 100px;
        box-shadow: -3.399px 10.462px 21.39px 1.61px rgba(51, 50, 50, 0.08);
        font-size: 22px;
        font-weight: 600; }
  .page-template-template_product_detail_page .section-quote {
    text-align: center; }
    .page-template-template_product_detail_page .section-quote .cls-background {
      padding: 65px 0 180px !important;
      background-position: top center; }
      @media (max-width: 767px) {
        .page-template-template_product_detail_page .section-quote .cls-background {
          padding: 50px 0 !important; } }
    .page-template-template_product_detail_page .section-quote .quotes {
      max-width: 750px;
      margin: 0 auto; }
    .page-template-template_product_detail_page .section-quote .slick-dots li button:before {
      color: #fff; }
    .page-template-template_product_detail_page .section-quote .slick-dots li.slick-active button:before {
      color: #4bc0b7; }
    .page-template-template_product_detail_page .section-quote .quote {
      max-width: 750px;
      margin: 0 auto; }
      .page-template-template_product_detail_page .section-quote .quote:before {
        content: '';
        display: block;
        margin: 0 auto 25px;
        height: 36px;
        width: 46px;
        background-image: url(_static/images/prod-detail-quote.png);
        background-size: contain;
        background-repeat: no-repeat; }
      .page-template-template_product_detail_page .section-quote .quote p {
        margin-bottom: 2%;
        font-size: 20px;
        font-weight: 600; }
      .page-template-template_product_detail_page .section-quote .quote .auth {
        color: #fff;
        text-align: right;
        text-transform: uppercase;
        margin-right: 4em;
        font-weight: 600;
        font-size: 14px; }
  .page-template-template_product_detail_page #most-of-us .cls-background {
    padding: 100px 0 25px !important; }
    @media (max-width: 1199px) {
      .page-template-template_product_detail_page #most-of-us .cls-background {
        padding: 50px 0 0 !important; } }
  .page-template-template_product_detail_page .section-two-col .container {
    max-width: 1100px; }
    @media (max-width: 1199px) {
      .page-template-template_product_detail_page .section-two-col .container {
        max-width: 960px;
        padding: 0 20px; } }
  .page-template-template_product_detail_page .section-two-col .header-txt {
    max-width: 785px;
    margin: 0 auto 90px; }
    .page-template-template_product_detail_page .section-two-col .header-txt h2 {
      font-weight: 400;
      font-size: 32px; }
    @media (max-width: 767px) {
      .page-template-template_product_detail_page .section-two-col .header-txt {
        margin: 0 auto 25px; } }
    .page-template-template_product_detail_page .section-two-col .header-txt p {
      font-weight: 600;
      font-size: 22px; }
    .page-template-template_product_detail_page .section-two-col .header-txt p:nth-of-type(2) {
      margin-top: 30px; }
  .page-template-template_product_detail_page .section-two-col p {
    font-size: 24px;
    font-weight: 400; }
  .page-template-template_product_detail_page .section-two-col ul {
    list-style-position: outside; }
    .page-template-template_product_detail_page .section-two-col ul li {
      list-style: none;
      padding-left: 1em;
      font-size: 24px;
      font-weight: 400; }
      .page-template-template_product_detail_page .section-two-col ul li:before {
        content: '•';
        font-size: 14px;
        margin-left: -2em;
        padding-right: 1.75em; }
  @media (max-width: 767px) {
    .page-template-template_product_detail_page .section-prod-feat .cls-background {
      padding-bottom: 75px !important; } }
  .page-template-template_product_detail_page .section-prod-feat .container {
    max-width: 1040px;
    box-sizing: border-box;
    padding: 90px 140px 60px;
    background-color: rgba(255, 255, 255, 0.77);
    position: relative; }
    @media (max-width: 1199px) {
      .page-template-template_product_detail_page .section-prod-feat .container {
        max-width: 960px; } }
    @media (max-width: 991px) {
      .page-template-template_product_detail_page .section-prod-feat .container {
        padding: 50px 50px 20px;
        margin: 0 20px; } }
    .page-template-template_product_detail_page .section-prod-feat .container h2 {
      font-weight: 400;
      font-size: 32px; }
    .page-template-template_product_detail_page .section-prod-feat .container p {
      font-size: 22px; }
      .page-template-template_product_detail_page .section-prod-feat .container p del {
        font-size: 25px;
        font-weight: 600; }
    .page-template-template_product_detail_page .section-prod-feat .container h2, .page-template-template_product_detail_page .section-prod-feat .container p {
      margin-bottom: 5%; }
    .page-template-template_product_detail_page .section-prod-feat .container .center-btn {
      text-align: center; }
      .page-template-template_product_detail_page .section-prod-feat .container .center-btn .button {
        height: 65px;
        position: absolute;
        bottom: -50px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        line-height: 65px;
        padding: 0 100px;
        box-shadow: -3.399px 10.462px 21.39px 1.61px rgba(51, 50, 50, 0.08);
        font-size: 22px;
        font-weight: 600; }

.page-template-template-thanks #thank-you {
  margin: -50px auto 50px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 115px 20px;
  text-align: center;
  position: relative;
  background-position: center center;
  background-size: cover;
  position: relative; }
  .page-template-template-thanks #thank-you:before {
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, 0.4);
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .page-template-template-thanks #thank-you:after {
    height: 20px;
    width: 100%;
    content: '';
    display: block;
    background-image: url(_static/images/texture-border.png);
    background-size: contain;
    background-position: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
  .page-template-template-thanks #thank-you .header-txt {
    color: #fff;
    margin-top: 25px;
    z-index: 1;
    position: relative; }
  .page-template-template-thanks #thank-you img {
    z-index: 1;
    position: relative; }

/*New Opt-in Popup*/
.modal {
  display: none;
  position: fixed;
  z-index: 9;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.75); }

.modal.show {
  display: block; }

.modal-content {
  padding: 32px 30px;
  background-image: linear-gradient(to bottom, #846869, #c5b3b3);
  background-size: cover;
  margin: auto;
  max-width: 780px;
  width: 100%;
  position: relative; }

.modal-inner {
  padding: 10px 20px;
  border: 1px solid #fff;
  color: #fff; }
  .modal-inner form {
    max-width: 340px;
    margin: 10px auto;
    text-align: center; }
    .modal-inner form input {
      width: 100%; }
    .modal-inner form label {
      display: none; }
    .modal-inner form button {
      display: inline-block;
      height: auto;
      padding: 26px 46px;
      margin: 0;
      background: #846869;
      border: none;
      cursor: pointer;
      box-sizing: border-box;
      color: #ffffff;
      font-size: 20px;
      line-height: 24px;
      font-weight: 400;
      text-align: center;
      text-transform: uppercase;
      text-decoration: none;
      transition: all 0.3s ease;
      border-radius: 0; }
      .modal-inner form button:hover {
        color: #ffffff;
        background: #9b758b;
        outline: 0; }
      .modal-inner form button:focus {
        color: #ffffff;
        background: #9b758b;
        outline: 0; }

.close {
  position: absolute;
  font-size: 20px;
  font-weight: 300;
  color: #000;
  width: 35px;
  height: 35px;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 1.75;
  cursor: pointer; }

/*NEW BOOKS PAGE*/
.page-template-template_books_page .footer-top {
  background-color: #f8f8f5; }

.page-template-template_books_page .mobile-header-text h1 {
  line-height: normal;
  margin-bottom: 1%;
  color: #fff;
  font-size: 40px;
  font-weight: 600; }

.page-template-template_books_page .mobile-header-text p {
  color: #fff;
  margin: 0 auto 2%;
  font-size: 20px;
  font-weight: 400; }

.page-template-template_books_page .hero-header {
  margin: -50px auto 0;
  position: relative;
  min-height: 350px;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }
  @media (max-width: 575px) {
    .page-template-template_books_page .hero-header {
      background-position: 85% center; } }
  .page-template-template_books_page .hero-header .hero-text-outer {
    position: relative;
    min-height: 350px; }
    .page-template-template_books_page .hero-header .hero-text-outer .hero-text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      z-index: 3; }
      .page-template-template_books_page .hero-header .hero-text-outer .hero-text h1 {
        line-height: normal;
        margin-bottom: 1%;
        color: #2b2b2b;
        font-size: 50px;
        font-weight: 600; }
      .page-template-template_books_page .hero-header .hero-text-outer .hero-text p {
        margin: 0 auto 2%;
        font-size: 25px;
        font-weight: 400; }
  .page-template-template_books_page .hero-header:before {
    height: 132px;
    width: 100%;
    content: '';
    display: block;
    position: absolute;
    bottom: -15%;
    background-image: url("_static/images/wavy-lines.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }

.page-template-template_books_page .texture-border {
  height: 20px;
  width: 100%;
  background-image: url("_static/images/texture-border.png");
  background-size: contain;
  background-position: center; }

.page-template-template_books_page .featured-book {
  box-sizing: border-box;
  padding: 110px 0 50px; }
  @media (max-width: 991px) {
    .page-template-template_books_page .featured-book {
      padding: 100px 0 25px; } }
  .page-template-template_books_page .featured-book .container {
    max-width: 1300px; }
    .page-template-template_books_page .featured-book .container .featured-book-panel {
      box-sizing: border-box;
      padding: 100px 140px 30px 70px;
      border: 1px solid #eca583;
      position: relative; }
      @media (max-width: 1199px) {
        .page-template-template_books_page .featured-book .container .featured-book-panel {
          padding: 100px 50px 50px; } }
      @media (max-width: 575px) {
        .page-template-template_books_page .featured-book .container .featured-book-panel {
          padding: 100px 25px 25px; } }
      .page-template-template_books_page .featured-book .container .featured-book-panel .title-block {
        position: absolute;
        width: fit-content;
        background-color: #fff;
        top: -2em;
        text-align: center;
        left: 0;
        right: 0;
        margin: auto;
        box-sizing: border-box;
        padding: 0 75px; }
        @media (max-width: 575px) {
          .page-template-template_books_page .featured-book .container .featured-book-panel .title-block {
            padding: 0 25px; } }
        .page-template-template_books_page .featured-book .container .featured-book-panel .title-block h1 {
          margin-bottom: 2.5%;
          color: #030303;
          font-family: "proxima-nova";
          font-size: 28px;
          font-weight: 400; }
        .page-template-template_books_page .featured-book .container .featured-book-panel .title-block h5 {
          color: #030303;
          margin-bottom: 10px;
          font-size: 17px;
          font-weight: 300; }
      .page-template-template_books_page .featured-book .container .featured-book-panel p:nth-child(2) {
        text-align: left; }
      .page-template-template_books_page .featured-book .container .featured-book-panel .book-img {
        text-align: center; }
        @media (max-width: 575px) {
          .page-template-template_books_page .featured-book .container .featured-book-panel .book-img {
            margin-top: 25px; } }
        .page-template-template_books_page .featured-book .container .featured-book-panel .book-img img {
          display: block;
          margin: 0 auto; }
        .page-template-template_books_page .featured-book .container .featured-book-panel .book-img .button {
          margin-top: 70px;
          background-color: #ac9455;
          border-color: #ac9455;
          height: 44px;
          line-height: 44px; }
          @media (max-width: 991px) {
            .page-template-template_books_page .featured-book .container .featured-book-panel .book-img .button {
              margin: 50px auto; } }
          @media (max-width: 575px) {
            .page-template-template_books_page .featured-book .container .featured-book-panel .book-img .button {
              width: 100%; } }
          .page-template-template_books_page .featured-book .container .featured-book-panel .book-img .button:hover {
            background-color: #4bc0b7;
            border-color: #4bc0b7; }
      .page-template-template_books_page .featured-book .container .featured-book-panel .span-8 {
        padding-left: 75px; }
        @media (max-width: 991px) {
          .page-template-template_books_page .featured-book .container .featured-book-panel .span-8 {
            padding-left: 0; } }
.page-template-template_books_page .other-books {
  box-sizing: border-box;
  padding: 65px 0 0;
  background-color: #efeeed; }
  .page-template-template_books_page .other-books .container {
    max-width: 1465px;
    padding: 0; }
    @media (max-width: 991px) {
      .page-template-template_books_page .other-books .container {
        padding: 0 20px; } }
    .page-template-template_books_page .other-books .container .books {
      display: block;
      /*display:flex;
				justify-content: center;
				flex-wrap: wrap;*/ }
      .page-template-template_books_page .other-books .container .books .grid-sizer {
        width: 0px; }
      .page-template-template_books_page .other-books .container .books .book {
        width: 30.6%;
        max-width: 465px;
        box-sizing: border-box;
        padding: 30px 45px 45px;
        margin: 0 20px 30px;
        position: relative;
        margin-bottom: 60px;
        background-color: #fff;
        box-shadow: 2px 2px 20px 2px rgba(0, 0, 0, 0.1);
        overflow: hidden; }
        .page-template-template_books_page .other-books .container .books .book:after {
          position: absolute;
          bottom: 0;
          right: 0;
          display: block;
          margin: 0 auto;
          content: '';
          width: 504px;
          height: 42px;
          background-image: url(_static/images/books-horizontal-lines.png);
          background-size: contain;
          background-repeat: no-repeat; }
        @media (max-width: 1465px) {
          .page-template-template_books_page .other-books .container .books .book {
            width: 30%; } }
        @media (max-width: 1199px) {
          .page-template-template_books_page .other-books .container .books .book {
            width: 46%;
            max-width: 100%; } }
        @media (max-width: 991px) {
          .page-template-template_books_page .other-books .container .books .book {
            width: 100%;
            margin: 0 auto 30px; } }
        @media (max-width: 575px) {
          .page-template-template_books_page .other-books .container .books .book {
            padding: 25px; } }
        .page-template-template_books_page .other-books .container .books .book .title-block {
          text-align: center; }
          .page-template-template_books_page .other-books .container .books .book .title-block h1 {
            margin-bottom: 2.5%;
            color: #030303;
            line-height: 24px;
            font-family: "proxima-nova";
            font-size: 24px; }
          .page-template-template_books_page .other-books .container .books .book .title-block h5 {
            max-width: 300px;
            margin: 0 auto 30px;
            line-height: normal;
            color: #030303;
            font-size: 16px;
            font-weight: 300; }
            .page-template-template_books_page .other-books .container .books .book .title-block h5:before {
              display: block;
              margin: 0 auto 15px;
              content: '';
              width: 228px;
              height: 10px;
              background-image: url(_static/images/underline-prod.png);
              background-size: contain;
              background-repeat: no-repeat; }
        .page-template-template_books_page .other-books .container .books .book .book-img {
          text-align: center;
          margin: 0 auto 35px;
          max-width: 212px; }
          .page-template-template_books_page .other-books .container .books .book .book-img img {
            box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4); }
        .page-template-template_books_page .other-books .container .books .book .book-desc {
          margin-bottom: 50px; }
          .page-template-template_books_page .other-books .container .books .book .book-desc p {
            font-weight: 400; }
        .page-template-template_books_page .other-books .container .books .book .button {
          position: absolute;
          z-index: 1;
          bottom: 25px;
          left: 0;
          right: 0;
          margin: auto;
          max-width: 40%;
          background-color: #ac9455;
          border-color: #ac9455;
          height: 44px;
          line-height: 44px;
          font-size: 15px; }
          @media (max-width: 575px) {
            .page-template-template_books_page .other-books .container .books .book .button {
              position: relative;
              max-width: none;
              display: block;
              margin: 25px auto 0; } }
          .page-template-template_books_page .other-books .container .books .book .button:hover {
            background-color: #4bc0b7;
            border-color: #4bc0b7; }

.page-template-template_books_page .quote {
  box-sizing: border-box;
  padding: 100px 0 135px; }
  .page-template-template_books_page .quote:before {
    display: block;
    top: -100px;
    content: '';
    width: 100%;
    height: 100px;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-image: url(_static/images/torn-paper-bottom-2.png);
    background-position: top center;
    background-size: 100%;
    background-repeat: repeat-x; }
  .page-template-template_books_page .quote .container {
    max-width: 780px; }
  .page-template-template_books_page .quote img {
    max-width: 42px;
    margin-bottom: 50px; }
  .page-template-template_books_page .quote p {
    font-style: itlaic;
    font-weight: 400; }
    .page-template-template_books_page .quote p:first-child {
      margin-bottom: 0; }
  .page-template-template_books_page .quote .swoosh.-type-hr:before {
    top: 0;
    margin-bottom: -25px; }
  .page-template-template_books_page .quote h3 {
    line-height: .75; }

/*NEW THANK YOU PAGE*/
.page-template-template-thanks-version-two .hero-header {
  margin: -50px auto 0;
  position: relative;
  min-height: 395px;
  overflow: hidden;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat; }
  .page-template-template-thanks-version-two .hero-header .hero-text-outer {
    position: relative;
    min-height: 395px; }
    @media (max-width: 575px) {
      .page-template-template-thanks-version-two .hero-header .hero-text-outer {
        min-height: 300px; } }
    .page-template-template-thanks-version-two .hero-header .hero-text-outer .hero-text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      z-index: 3; }
      .page-template-template-thanks-version-two .hero-header .hero-text-outer .hero-text h1 {
        line-height: normal;
        margin-bottom: 0;
        font-size: 90px; }
  .page-template-template-thanks-version-two .hero-header:before {
    height: 132px;
    width: 100%;
    content: '';
    display: block;
    position: absolute;
    bottom: -2%;
    background-image: url("_static/images/wavy-lines.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }

.page-template-template-thanks-version-two #content-wrapper .ty-page-bg {
  background-color: #efeeed;
  padding: 100px 0; }
  @media (max-width: 991px) {
    .page-template-template-thanks-version-two #content-wrapper .ty-page-bg {
      padding: 50px 0; } }
  @media (max-width: 767px) {
    .page-template-template-thanks-version-two #content-wrapper .ty-page-bg {
      padding: 25px 0; } }
  .page-template-template-thanks-version-two #content-wrapper .ty-page-bg .container.thank-you {
    box-sizing: border-box;
    padding: 80px 65px 65px;
    background-color: #fff;
    box-shadow: 0px 45px 70px 0px rgba(58, 23, 0, 0.75);
    border-radius: 4px;
    max-width: 1040px; }
    .page-template-template-thanks-version-two #content-wrapper .ty-page-bg .container.thank-you .border {
      border: 1px solid #eca583;
      box-sizing: border-box;
      padding: 50px 70px;
      position: relative; }
      @media (max-width: 575px) {
        .page-template-template-thanks-version-two #content-wrapper .ty-page-bg .container.thank-you .border {
          padding: 20px; } }
      .page-template-template-thanks-version-two #content-wrapper .ty-page-bg .container.thank-you .border h1.title {
        position: absolute;
        left: 0;
        right: 0;
        top: -.5em;
        background-color: #fff;
        padding: 0 40px;
        margin: auto;
        width: fit-content;
        color: #ac9455;
        font-size: 30px;
        font-family: "proxima-nova"; }
      .page-template-template-thanks-version-two #content-wrapper .ty-page-bg .container.thank-you .border p {
        color: #171717;
        margin-bottom: 3.5%;
        font-size: 21px;
        font-weight: 300; }
        .page-template-template-thanks-version-two #content-wrapper .ty-page-bg .container.thank-you .border p:last-of-type {
          margin-bottom: 0; }
        .page-template-template-thanks-version-two #content-wrapper .ty-page-bg .container.thank-you .border p a {
          color: #171717;
          font-style: italic; }
          .page-template-template-thanks-version-two #content-wrapper .ty-page-bg .container.thank-you .border p a:hover {
            text-decoration: none;
            color: #4bc0b7; }

.page-template-template-thanks-version-two .footer-top {
  background-color: #f8f8f6; }

/*INSET TEXT PANEL PAGE*/
.page-template-template-inset-text .hero-header {
  margin: -50px auto 0;
  position: relative;
  min-height: 395px;
  overflow: hidden;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat; }
  .page-template-template-inset-text .hero-header .hero-text-outer {
    position: relative;
    min-height: 395px; }
    @media (max-width: 575px) {
      .page-template-template-inset-text .hero-header .hero-text-outer {
        min-height: 300px; } }
    .page-template-template-inset-text .hero-header .hero-text-outer .hero-text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      z-index: 3; }
      .page-template-template-inset-text .hero-header .hero-text-outer .hero-text h1 {
        line-height: normal;
        margin-bottom: 0;
        font-size: 45px; }
  .page-template-template-inset-text .hero-header:before {
    height: 132px;
    width: 100%;
    content: '';
    display: block;
    position: absolute;
    bottom: -2%;
    background-image: url("_static/images/wavy-lines.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }

@media (max-width: 575px) {
  .page-template-template-inset-text .mobile-header-text h1 {
    font-size: 32px; } }

.page-template-template-inset-text #content-wrapper .ty-page-bg {
  background-color: #efeeed;
  padding: 100px 0; }
  @media (max-width: 991px) {
    .page-template-template-inset-text #content-wrapper .ty-page-bg {
      padding: 50px 0; } }
  @media (max-width: 767px) {
    .page-template-template-inset-text #content-wrapper .ty-page-bg {
      padding: 25px 0; } }
  .page-template-template-inset-text #content-wrapper .ty-page-bg .container.thank-you {
    box-sizing: border-box;
    padding: 80px 65px 65px;
    background-color: #fff;
    box-shadow: 0px 45px 70px 0px rgba(58, 23, 0, 0.75);
    border-radius: 4px;
    max-width: 1040px; }
    .page-template-template-inset-text #content-wrapper .ty-page-bg .container.thank-you .border {
      border: 1px solid #eca583;
      box-sizing: border-box;
      padding: 50px 70px;
      position: relative;
      /*checkbox custom*/
      /* after */
      /* before */
      /*end checkbox custom*/ }
      @media (max-width: 575px) {
        .page-template-template-inset-text #content-wrapper .ty-page-bg .container.thank-you .border {
          padding: 20px; } }
      .page-template-template-inset-text #content-wrapper .ty-page-bg .container.thank-you .border h1.title {
        position: absolute;
        left: 0;
        right: 0;
        top: -.5em;
        background-color: #fff;
        padding: 0 40px;
        margin: auto;
        width: fit-content;
        max-width: 650px;
        color: #ac9455;
        text-transform: none;
        text-align: center;
        font-size: 30px;
        font-family: "proxima-nova"; }
        @media (max-width: 575px) {
          .page-template-template-inset-text #content-wrapper .ty-page-bg .container.thank-you .border h1.title {
            padding: 0 10px;
            top: -1em; } }
      .page-template-template-inset-text #content-wrapper .ty-page-bg .container.thank-you .border p {
        color: #171717;
        margin-bottom: 3.5%;
        color: #3d3c3c;
        font-size: 21px;
        font-weight: 400; }
        .page-template-template-inset-text #content-wrapper .ty-page-bg .container.thank-you .border p:last-of-type {
          margin-bottom: 0; }
        .page-template-template-inset-text #content-wrapper .ty-page-bg .container.thank-you .border p a {
          color: #171717;
          font-style: italic; }
          .page-template-template-inset-text #content-wrapper .ty-page-bg .container.thank-you .border p a:hover {
            text-decoration: none;
            color: #4bc0b7; }
      .page-template-template-inset-text #content-wrapper .ty-page-bg .container.thank-you .border .gform_wrapper form .gfield_checkbox li input[type=checkbox], .page-template-template-inset-text #content-wrapper .ty-page-bg .container.thank-you .border form ul.checkboxes li input[type=checkbox], .page-template-template-inset-text #content-wrapper .ty-page-bg .container.thank-you .border form input[type=checkbox] {
        opacity: 0;
        position: absolute; }
      .page-template-template-inset-text #content-wrapper .ty-page-bg .container.thank-you .border .gform_wrapper form .gfield_checkbox li input[type=checkbox] + label, .page-template-template-inset-text #content-wrapper .ty-page-bg .container.thank-you .border form ul.checkboxes li input[type=checkbox] + label, .page-template-template-inset-text #content-wrapper .ty-page-bg .container.thank-you .border form input[type=checkbox] + label {
        position: relative;
        overflow: hidden;
        padding-left: 35px;
        cursor: pointer;
        display: inline-block; }
      .page-template-template-inset-text #content-wrapper .ty-page-bg .container.thank-you .border .gform_wrapper form .gfield_checkbox li input[type=checkbox] + label:before,
      .page-template-template-inset-text #content-wrapper .ty-page-bg .container.thank-you .border .gform_wrapper form .gfield_checkbox li input[type=checkbox] + label:after,
      .page-template-template-inset-text #content-wrapper .ty-page-bg .container.thank-you .border form ul.checkboxes li input[type=checkbox] + label:before,
      .page-template-template-inset-text #content-wrapper .ty-page-bg .container.thank-you .border form ul.checkboxes li input[type=checkbox] + label:after,
      .page-template-template-inset-text #content-wrapper .ty-page-bg .container.thank-you .border form input[type=checkbox] + label:before,
      .page-template-template-inset-text #content-wrapper .ty-page-bg .container.thank-you .border form input[type=checkbox] + label:after {
        content: '';
        position: absolute;
        left: 0;
        z-index: 1;
        -webkit-transition: .2s;
        transition: .2s; }
      .page-template-template-inset-text #content-wrapper .ty-page-bg .container.thank-you .border .gform_wrapper form .gfield_checkbox li input[type=checkbox]:not(:checked) + label:after, .page-template-template-inset-text #content-wrapper .ty-page-bg .container.thank-you .border form ul.checkboxes li input[type=checkbox]:not(:checked) + label:after, .page-template-template-inset-text #content-wrapper .ty-page-bg .container.thank-you .border form input[type=checkbox]:not(:checked) + label:after {
        width: 18px;
        height: 18px;
        border: 2px solid #ac9455;
        background-color: #ac9455;
        top: 0px;
        border-radius: 2px; }
      .page-template-template-inset-text #content-wrapper .ty-page-bg .container.thank-you .border .gform_wrapper form .gfield_checkbox li input[type=checkbox]:checked + label:after, .page-template-template-inset-text #content-wrapper .ty-page-bg .container.thank-you .border form ul.checkboxes li input[type=checkbox]:checked + label:after, .page-template-template-inset-text #content-wrapper .ty-page-bg .container.thank-you .border form input[type=checkbox]:checked + label:after {
        top: 0;
        width: 18px;
        height: 18px;
        border: 2px solid #ac9455;
        background-color: #ac9455;
        z-index: 0;
        border-radius: 2px; }
      .page-template-template-inset-text #content-wrapper .ty-page-bg .container.thank-you .border .gform_wrapper form .gfield_checkbox li input[type=checkbox]:not(:checked) + label:before, .page-template-template-inset-text #content-wrapper .ty-page-bg .container.thank-you .border form ul.checkboxes li input[type=checkbox]:not(:checked) + label:before, .page-template-template-inset-text #content-wrapper .ty-page-bg .container.thank-you .border form input[type=checkbox]:not(:checked) + label:before {
        width: 0;
        height: 0;
        border: 3px solid transparent;
        left: 6px;
        top: 10px;
        -webkit-transform: rotateZ(37deg);
        transform: rotateZ(37deg);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%; }
      .page-template-template-inset-text #content-wrapper .ty-page-bg .container.thank-you .border .gform_wrapper form .gfield_checkbox li input[type=checkbox]:checked + label:before, .page-template-template-inset-text #content-wrapper .ty-page-bg .container.thank-you .border form ul.checkboxes li input[type=checkbox]:checked + label:before, .page-template-template-inset-text #content-wrapper .ty-page-bg .container.thank-you .border form input[type=checkbox]:checked + label:before {
        top: 1px;
        left: 3px;
        width: 5px;
        height: 8px;
        margin-top: 3px;
        border-top: 1px solid transparent;
        border-left: 1px solid transparent;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
        -webkit-transform: rotateZ(37deg);
        transform: rotateZ(37deg);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%; }
      .page-template-template-inset-text #content-wrapper .ty-page-bg .container.thank-you .border form {
        max-width: 620px;
        margin: 0 auto; }
        .page-template-template-inset-text #content-wrapper .ty-page-bg .container.thank-you .border form.news-letter-pref {
          margin-top: 50px; }
          .page-template-template-inset-text #content-wrapper .ty-page-bg .container.thank-you .border form.news-letter-pref label {
            margin-bottom: 0;
            color: #2b2a2a; }
          .page-template-template-inset-text #content-wrapper .ty-page-bg .container.thank-you .border form.news-letter-pref .text {
            display: block;
            color: #2b2a2a;
            margin: 0 0 40px 35px;
            font-size: 16px;
            font-weight: 400; }
          .page-template-template-inset-text #content-wrapper .ty-page-bg .container.thank-you .border form.news-letter-pref .bottom-text {
            text-align: center;
            font-size: 12px;
            font-weight: 400; }
          .page-template-template-inset-text #content-wrapper .ty-page-bg .container.thank-you .border form.news-letter-pref .submit-button {
            margin: 25px auto; }
        .page-template-template-inset-text #content-wrapper .ty-page-bg .container.thank-you .border form ::placeholder {
          /* Chrome, Firefox, Opera, Safari 10.1+ */
          color: #3a405b;
          opacity: 1;
          /* Firefox */ }
        .page-template-template-inset-text #content-wrapper .ty-page-bg .container.thank-you .border form :-ms-input-placeholder {
          /* Internet Explorer 10-11 */
          color: #3a405b; }
        .page-template-template-inset-text #content-wrapper .ty-page-bg .container.thank-you .border form ::-ms-input-placeholder {
          /* Microsoft Edge */
          color: #3a405b; }
        .page-template-template-inset-text #content-wrapper .ty-page-bg .container.thank-you .border form label.checkbox-heading {
          text-align: center;
          margin: 10px auto 20px;
          font-weight: 300;
          font-size: 14px; }
        .page-template-template-inset-text #content-wrapper .ty-page-bg .container.thank-you .border form .grid.grid-12-col .cell.span-6 {
          flex: 0 0 calc( 50% - 4.5px); }
        .page-template-template-inset-text #content-wrapper .ty-page-bg .container.thank-you .border form ul.checkboxes {
          columns: 2;
          -webkit-columns: 2;
          -moz-columns: 2;
          -webkit-column-gap: 40px;
          /* Chrome, Safari, Opera */
          -moz-column-gap: 40px;
          /* Firefox */
          column-gap: 40px;
          list-style: none; }
          @media (max-width: 575px) {
            .page-template-template-inset-text #content-wrapper .ty-page-bg .container.thank-you .border form ul.checkboxes {
              columns: 1;
              -webkit-columns: 1;
              -moz-columns: 1; } }
          .page-template-template-inset-text #content-wrapper .ty-page-bg .container.thank-you .border form ul.checkboxes li {
            margin-bottom: 0; }
            .page-template-template-inset-text #content-wrapper .ty-page-bg .container.thank-you .border form ul.checkboxes li label {
              margin-bottom: 2%;
              font-weight: 400;
              font-size: 13px; }
            .page-template-template-inset-text #content-wrapper .ty-page-bg .container.thank-you .border form ul.checkboxes li input {
              margin-bottom: 0; }
        .page-template-template-inset-text #content-wrapper .ty-page-bg .container.thank-you .border form .submit-button {
          text-align: center; }
          .page-template-template-inset-text #content-wrapper .ty-page-bg .container.thank-you .border form .submit-button .button.button-primary {
            background-color: #ac9455;
            border-color: #ac9455; }
            .page-template-template-inset-text #content-wrapper .ty-page-bg .container.thank-you .border form .submit-button .button.button-primary:hover {
              background-color: #4bc0b7;
              border-color: #4bc0b7; }
        .page-template-template-inset-text #content-wrapper .ty-page-bg .container.thank-you .border form .form-fields {
          max-width: 545px;
          margin: 1em auto 0; }
        .page-template-template-inset-text #content-wrapper .ty-page-bg .container.thank-you .border form .form-heading {
          text-align: center;
          font-size: 14px;
          font-weight: 400; }
          .page-template-template-inset-text #content-wrapper .ty-page-bg .container.thank-you .border form .form-heading h4 {
            text-transform: none;
            margin: 50px auto 2%;
            font-weight: 400; }
        .page-template-template-inset-text #content-wrapper .ty-page-bg .container.thank-you .border form li.gfield {
          padding-right: 0; }
        .page-template-template-inset-text #content-wrapper .ty-page-bg .container.thank-you .border form .ginput_container_name, .page-template-template-inset-text #content-wrapper .ty-page-bg .container.thank-you .border form .ginput_container_email {
          max-width: 545px;
          margin: 0 auto; }
          .page-template-template-inset-text #content-wrapper .ty-page-bg .container.thank-you .border form .ginput_container_name .name_last, .page-template-template-inset-text #content-wrapper .ty-page-bg .container.thank-you .border form .ginput_container_email .name_last {
            padding-right: 0; }
        .page-template-template-inset-text #content-wrapper .ty-page-bg .container.thank-you .border form input[type="text"] {
          background-color: #f0f2f7;
          border-color: #e3e8f0;
          border-radius: 5px;
          height: 42px;
          text-indent: 10px;
          width: 100%;
          font-size: 14px; }
        .page-template-template-inset-text #content-wrapper .ty-page-bg .container.thank-you .border form li.hidden_label input {
          margin: 0; }
        .page-template-template-inset-text #content-wrapper .ty-page-bg .container.thank-you .border form ul.gform_fields li.gfield {
          text-align: center; }
          .page-template-template-inset-text #content-wrapper .ty-page-bg .container.thank-you .border form ul.gform_fields li.gfield label.gfield_label {
            margin: 10px auto;
            font-weight: 300;
            font-size: 14px; }
          .page-template-template-inset-text #content-wrapper .ty-page-bg .container.thank-you .border form ul.gform_fields li.gfield .ginput_container_checkbox {
            text-align: left;
            max-width: 545px;
            margin: 0 auto; }
            .page-template-template-inset-text #content-wrapper .ty-page-bg .container.thank-you .border form ul.gform_fields li.gfield .ginput_container_checkbox ul {
              columns: 2;
              -webkit-columns: 2;
              -moz-columns: 2;
              -webkit-column-gap: 0px;
              /* Chrome, Safari, Opera */
              -moz-column-gap: 0px;
              /* Firefox */
              column-gap: 0px; }
              @media (max-width: 575px) {
                .page-template-template-inset-text #content-wrapper .ty-page-bg .container.thank-you .border form ul.gform_fields li.gfield .ginput_container_checkbox ul {
                  columns: 1;
                  -webkit-columns: 1;
                  -moz-columns: 1; } }
              .page-template-template-inset-text #content-wrapper .ty-page-bg .container.thank-you .border form ul.gform_fields li.gfield .ginput_container_checkbox ul li label {
                font-weight: 400;
                font-size: 13px; }
        .page-template-template-inset-text #content-wrapper .ty-page-bg .container.thank-you .border form .gform_footer {
          margin: 0 auto;
          text-align: center; }
          .page-template-template-inset-text #content-wrapper .ty-page-bg .container.thank-you .border form .gform_footer input[type=submit] {
            color: #fff;
            background-color: #ac9455;
            font-size: 11px;
            font-weight: 600; }
            .page-template-template-inset-text #content-wrapper .ty-page-bg .container.thank-you .border form .gform_footer input[type=submit]:hover {
              background-color: #4bc0b7; }

.page-template-template-inset-text .footer-top {
  background-color: #f8f8f6; }

/*GATHERING OF WAYFINDERS*/
.page-template-template_gathering_page #welcome-from-martha .container, .page-template-template_gathering_page #join .container {
  max-width: 1140px; }

.page-template-template_gathering_page #changing-the-world h3 {
  font-size: 25px; }

.page-template-template_gathering_page #changing-the-world .container {
  max-width: 1030px; }

.page-template-template_gathering_page #changing-the-world .swoosh.-type-hr:before {
  top: -50px; }

.page-template-template_gathering_page #changing-the-world .video-container {
  max-width: 945px;
  margin: 25px auto; }

.page-template-template_gathering_page #changing-the-world .grid {
  margin: 50px auto; }

.page-template-template_gathering_page #join-us-under-the-tree h3 {
  font-size: 25px; }

.page-template-template_gathering_page #join-us-under-the-tree .container {
  max-width: 1325px; }

.page-template-template_gathering_page #join-us-under-the-tree .swoosh.-type-hr:before {
  top: -50px; }

.page-template-template_gathering_page #outer-wrapper {
  overflow: inherit; }

.page-template-template_gathering_page .swoosh.-type-hr:before {
  top: -10px; }

.page-template-template_gathering_page .hero-header {
  margin: -50px auto 0;
  position: relative;
  min-height: 360px;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }
  .page-template-template_gathering_page .hero-header .hero-text-outer {
    position: relative;
    min-height: 360px; }
    .page-template-template_gathering_page .hero-header .hero-text-outer .hero-text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      z-index: 3; }

.page-template-template_gathering_page .gather-menu {
  box-sizing: border-box;
  padding: 12px 20px;
  margin-bottom: 50px;
  background-color: #1c486b; }
  .page-template-template_gathering_page .gather-menu ul {
    list-style: none;
    text-align: center;
    margin-bottom: 0; }
    .page-template-template_gathering_page .gather-menu ul li {
      display: inline-block;
      padding: 0 20px;
      margin-bottom: 0;
      text-transform: uppercase;
      font-size: 15px; }
      .page-template-template_gathering_page .gather-menu ul li:before {
        content: '';
        margin-right: 0; }
      .page-template-template_gathering_page .gather-menu ul li a {
        color: #fff;
        text-decoration: none; }
        .page-template-template_gathering_page .gather-menu ul li a:hover {
          color: #98e2e1; }

.page-template-template_gathering_page .definition p:last-child {
  margin-bottom: 0; }

.page-template-template_gathering_page h2 {
  color: #000;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 400; }

.page-template-template_gathering_page h4 {
  color: #000;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 3px solid #98e2e1;
  font-size: 21px;
  font-weight: 400; }

.page-template-template_gathering_page h5 {
  color: #000;
  font-size: 21px;
  font-weight: 600; }

.page-template-template_gathering_page p {
  line-height: 26px;
  font-size: 19px;
  font-weight: 400; }

.page-template-template_gathering_page .content ul {
  list-style: outside; }
  .page-template-template_gathering_page .content ul li {
    list-style: none;
    font-weight: 400; }
    .page-template-template_gathering_page .content ul li:last-child {
      margin-bottom: 0; }
    .page-template-template_gathering_page .content ul li:before {
      content: '•';
      margin-right: .5em;
      margin-left: -1em;
      font-size: 14px; }

.page-template-template_gathering_page #join p {
  margin-bottom: 25px; }

.page-template-template_gathering_page #travel-accommodations h4 {
  max-width: 340px; }
  .page-template-template_gathering_page #travel-accommodations h4:first-of-type {
    margin: 0 auto 15px; }

.page-template-template_gathering_page #travel-accommodations .button {
  margin-top: 20px; }

@media (max-width: 991px) {
  .page-template-template_gathering_page #who-and-what .cls-background {
    padding: 0 0 25px; } }

.page-template-template_gathering_page #register .cls-background {
  background-position: center -220%;
  background-repeat: no-repeat; }

@media (max-width: 767px) {
  .page-template-template_gathering_page #register .register-header br {
    display: none; } }

@media (max-width: 767px) {
  .page-template-template_gathering_page #other-activities br {
    display: none; } }

.page-template-template_gathering_page #refund-policy {
  margin-bottom: 50px; }

.page-template-template_gathering_page .center-btn {
  text-align: center; }

.page-template-template_gathering_page .content .button {
  border-color: #1f3b50;
  background-color: #1f3b50;
  line-height: normal;
  height: auto;
  padding: 18px 50px;
  white-space: normal;
  font-size: 15px; }
  .page-template-template_gathering_page .content .button:hover {
    border-color: #1c486b;
    background-color: #1c486b; }

.page-template-template_gathering_page .section-content.container-small .container {
  max-width: 870px; }

.page-template-template_gathering_page .section-two-col.container-small .container {
  max-width: 820px; }

.page-template-template_gathering_page .section-two-col .col-1, .page-template-template_gathering_page .section-two-col .col-2 {
  padding-right: 20px; }

.page-template-template_gathering_page .section-highlights .cls-background {
  background-position: center -40%;
  background-repeat: no-repeat; }
  .page-template-template_gathering_page .section-highlights .cls-background .container {
    max-width: 1340px; }

.page-template-template_gathering_page .section-highlights .highlights {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px; }
  @media (max-width: 991px) {
    .page-template-template_gathering_page .section-highlights .highlights {
      justify-content: center; } }
  .page-template-template_gathering_page .section-highlights .highlights .highlight {
    width: 32.25%; }
    @media (max-width: 991px) {
      .page-template-template_gathering_page .section-highlights .highlights .highlight {
        width: 45%;
        margin: 0 2% 5%; } }
    @media (max-width: 575px) {
      .page-template-template_gathering_page .section-highlights .highlights .highlight {
        width: 100%;
        margin: 0 auto 5%; } }
    .page-template-template_gathering_page .section-highlights .highlights .highlight img {
      margin-bottom: 30px; }
    .page-template-template_gathering_page .section-highlights .highlights .highlight .highlight-txt {
      box-sizing: border-box;
      padding-right: 10px; }

.page-template-template_gathering_page .section-schedule.container-small .container {
  max-width: 725px; }
  .page-template-template_gathering_page .section-schedule.container-small .container .schedule-header h5 {
    margin-top: 50px; }
  .page-template-template_gathering_page .section-schedule.container-small .container .schedule {
    border-left: 10px solid #98e2e1;
    box-sizing: border-box;
    padding: 40px 60px 0 60px;
    margin-bottom: 50px; }
    @media (max-width: 575px) {
      .page-template-template_gathering_page .section-schedule.container-small .container .schedule {
        padding: 40px 30px 0 30px; } }
    .page-template-template_gathering_page .section-schedule.container-small .container .schedule .schedule-item {
      padding-bottom: 75px; }
      .page-template-template_gathering_page .section-schedule.container-small .container .schedule .schedule-item h4 {
        max-width: 60%;
        margin-bottom: 30px; }
        @media (max-width: 575px) {
          .page-template-template_gathering_page .section-schedule.container-small .container .schedule .schedule-item h4 {
            max-width: 100%; } }
      .page-template-template_gathering_page .section-schedule.container-small .container .schedule .schedule-item p {
        line-height: 1.5; }
      .page-template-template_gathering_page .section-schedule.container-small .container .schedule .schedule-item:last-child {
        padding-bottom: 30px; }
      .page-template-template_gathering_page .section-schedule.container-small .container .schedule .schedule-item ul {
        margin-bottom: 0;
        padding-left: .75em; }
        .page-template-template_gathering_page .section-schedule.container-small .container .schedule .schedule-item ul li {
          margin-bottom: inherit; }

.page-template-template_gathering_page .section-register.container-small .container {
  max-width: 920px; }

.page-template-template_gathering_page .section-register .includes-box {
  box-sizing: border-box;
  padding: 35px 150px;
  border: 1px solid #a9b1b1;
  margin: 25px auto 50px; }
  @media (max-width: 767px) {
    .page-template-template_gathering_page .section-register .includes-box {
      padding: 35px; } }
  .page-template-template_gathering_page .section-register .includes-box h5 {
    font-weight: 400; }
  .page-template-template_gathering_page .section-register .includes-box ul {
    margin-bottom: 0; }

.page-template-template_gathering_page .section-register .registration-options {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 100px auto 25px; }
  @media (max-width: 991px) {
    .page-template-template_gathering_page .section-register .registration-options {
      justify-content: center; } }
  @media (max-width: 767px) {
    .page-template-template_gathering_page .section-register .registration-options {
      margin: 25px auto; } }
  .page-template-template_gathering_page .section-register .registration-options .register-item {
    width: 32.5%;
    box-sizing: border-box;
    padding: 45px 25px;
    text-align: center;
    position: relative;
    min-height: 285px;
    background-color: #f9fcfc; }
    @media (max-width: 991px) {
      .page-template-template_gathering_page .section-register .registration-options .register-item {
        width: 45%;
        margin: 0 2% 5%; } }
    @media (max-width: 575px) {
      .page-template-template_gathering_page .section-register .registration-options .register-item {
        width: 100%;
        margin: 0 auto 5%; } }
    .page-template-template_gathering_page .section-register .registration-options .register-item:nth-child(odd) {
      background-color: #f4f5f5; }
    .page-template-template_gathering_page .section-register .registration-options .register-item .register-txt p {
      line-height: normal; }
    .page-template-template_gathering_page .section-register .registration-options .register-item .center-btn {
      position: absolute;
      bottom: 25px;
      margin: auto;
      left: 0;
      right: 0; }

.page-template-template_gathering_page .section-video.appearance-boxed .boxed-section {
  position: relative;
  border: 1px solid #000000;
  padding: 20px 120px 60px; }
  .page-template-template_gathering_page .section-video.appearance-boxed .boxed-section.no-border {
    border: none; }

.page-template-template_gathering_page .section-video.appearance-boxed .container {
  max-width: 1150px; }
  @media (max-width: 1199px) {
    .page-template-template_gathering_page .section-video.appearance-boxed .container {
      max-width: 960px; } }
  @media (max-width: 991px) {
    .page-template-template_gathering_page .section-video.appearance-boxed .container {
      max-width: 700px; } }
  @media (max-width: 767px) {
    .page-template-template_gathering_page .section-video.appearance-boxed .container {
      max-width: 600px; } }
.page-template-template_gathering_page .section-video.appearance-boxed .-title {
  margin-bottom: 0;
  position: relative;
  top: 0;
  transform: translateY(-50%);
  text-align: center; }
  .page-template-template_gathering_page .section-video.appearance-boxed .-title h2 {
    max-width: 800px;
    text-align: center;
    background: #fff;
    display: inline-block;
    margin: 0 auto 15px;
    padding: 0 25px;
    color: inherit;
    font-weight: 400;
    font-size: 32px;
    line-height: 37px;
    text-transform: uppercase; }

.page-template-template_gathering_page .section-video.appearance-boxed .content {
  margin: -25px auto 0; }
  .page-template-template_gathering_page .section-video.appearance-boxed .content .footer-txt {
    text-align: center;
    font-style: italic;
    font-size: 20px;
    font-weight: 600; }
    .page-template-template_gathering_page .section-video.appearance-boxed .content .footer-txt span {
      color: #5b5b5b; }
  .page-template-template_gathering_page .section-video.appearance-boxed .content .cta-buttons {
    text-align: center; }
    .page-template-template_gathering_page .section-video.appearance-boxed .content .cta-buttons .button {
      margin: 25px 20px 0;
      /*height:57px;
					line-height: 57px;
					padding:0 80px;
					background-color:$color_accent4;
					border-color:$color_accent4;
					font-size:15px;*/
      /*&:hover{
						background-color:$color_accent1;
					border-color:$color_accent1;
					}*/ }
      @media (max-width: 575px) {
        .page-template-template_gathering_page .section-video.appearance-boxed .content .cta-buttons .button {
          margin: 10px auto;
          width: 100%;
          padding: 0 20px; } }
.page-template-template_gathering_page .section-video.appearance-boxed .boxed-section {
  margin-bottom: 50px; }

.page-template-template_gathering_page .section-video.appearance-boxed .two-col-panel {
  box-sizing: border-box;
  padding: 130px 130px 75px;
  background-color: #faf9f7; }
  @media (max-width: 1199px) {
    .page-template-template_gathering_page .section-video.appearance-boxed .two-col-panel {
      padding: 80px 80px 50px; } }
  @media (max-width: 991px) {
    .page-template-template_gathering_page .section-video.appearance-boxed .two-col-panel {
      padding: 50px; } }
  @media (max-width: 575px) {
    .page-template-template_gathering_page .section-video.appearance-boxed .two-col-panel {
      padding: 25px; } }
  @media (max-width: 575px) {
    .page-template-template_gathering_page .section-video.appearance-boxed .two-col-panel .button {
      white-space: normal;
      height: auto !important;
      line-height: normal !important;
      padding: 5px 30px; } }
  .page-template-template_gathering_page .section-video.appearance-boxed .two-col-panel h4 {
    margin-bottom: 0; }
  .page-template-template_gathering_page .section-video.appearance-boxed .two-col-panel ul {
    list-style-position: outside;
    padding-left: 1em;
    line-height: 25px;
    font-size: 18px; }
    .page-template-template_gathering_page .section-video.appearance-boxed .two-col-panel ul li {
      list-style: none; }
      .page-template-template_gathering_page .section-video.appearance-boxed .two-col-panel ul li:before {
        content: '•';
        padding-right: .5em;
        margin-left: -1em; }
  .page-template-template_gathering_page .section-video.appearance-boxed .two-col-panel .center {
    text-align: center;
    margin: 25px auto 0; }
    .page-template-template_gathering_page .section-video.appearance-boxed .two-col-panel .center .button {
      margin-bottom: 0;
      /*background-color: $color_accent4;
					border-color:$color_accent4;
					height:65px;
					line-height: 65px;
					
					font:{
						size:17px;
					}
					
					&:hover{
						background-color: $color_accent1;
					border-color:$color_accent1;
					}*/ }

.page-template-template_gathering_page .footer-menu {
  margin-bottom: 0;
  background-color: #1f3b50; }

.page-template-template_gathering_page footer {
  padding: 50px 20px;
  border-top: 1px solid #98e2e1;
  background-image: none;
  background-color: #1f3b50; }

.page-template-template_gathering_page .gform_wrapper form ul li {
  margin: 0; }
  .page-template-template_gathering_page .gform_wrapper form ul li:before {
    content: '';
    margin: 0; }

.page-template-template_gathering_page .gform_wrapper form div.ginput_container_name span {
  padding-right: 0; }

.page-template-template_gathering_page .gform_wrapper form div.ginput_container_checkbox {
  margin-top: 0 !important;
  margin-bottom: 25px !important; }
  .page-template-template_gathering_page .gform_wrapper form div.ginput_container_checkbox .gfield_checkbox li {
    margin-bottom: 10px; }
  .page-template-template_gathering_page .gform_wrapper form div.ginput_container_checkbox .gfield_checkbox input[type='checkbox'] {
    margin: 0;
    position: relative;
    top: .30em;
    vertical-align: top; }

.page-template-template_gathering_page .gform_wrapper form div.ginput_container_fileupload input {
  margin-bottom: 0; }

.page-template-template_gathering_page .gform_wrapper form .gfield_description {
  padding-top: 0;
  font-style: italic; }

.page-template-template_gathering_page .gform_wrapper form .gf_left_half, .page-template-template_gathering_page .gform_wrapper form .gf_right_half, .page-template-template_gathering_page .gform_wrapper form .gf_left_third, .page-template-template_gathering_page .gform_wrapper form .gf_middle_third, .page-template-template_gathering_page .gform_wrapper form .gf_right_third {
  margin-bottom: 50px; }

.page-template-template_gathering_page .gform_wrapper form .ginput_container_address {
  margin-bottom: 25px; }

.page-template-template_gathering_page .gform_wrapper form .no_margin {
  margin-bottom: 0; }

.page-template-template_gathering_page .gform_wrapper .gform_footer .button {
  color: #fff; }

.page-template-template_gathering_page .section-session .container {
  max-width: 1600px; }
  .page-template-template_gathering_page .section-session .container .intro-txt {
    max-width: 840px;
    margin: 0 auto; }
    .page-template-template_gathering_page .section-session .container .intro-txt h3 {
      margin-bottom: 10px;
      font-weight: 400; }
  .page-template-template_gathering_page .section-session .container .sessions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 50px auto 100px; }
    .page-template-template_gathering_page .section-session .container .sessions .session {
      box-sizing: border-box;
      padding: 25px;
      background-color: #fff;
      margin: 0 20px 40px;
      text-align: center;
      width: 30%;
      min-height: 630px;
      max-width: 440px;
      box-shadow: 7.5px 12.99px 86.52px 16.48px rgba(42, 41, 40, 0.21);
      position: relative; }
      @media (max-width: 1199px) {
        .page-template-template_gathering_page .section-session .container .sessions .session {
          width: 49.2%; } }
      @media (max-width: 991px) {
        .page-template-template_gathering_page .section-session .container .sessions .session {
          width: 100%;
          max-width: 100%;
          min-height: inherit; } }
      @media (max-width: 575px) {
        .page-template-template_gathering_page .section-session .container .sessions .session {
          margin: 0 0 40px; } }
      .page-template-template_gathering_page .section-session .container .sessions .session .session-img {
        max-width: 345px;
        margin: 0 auto 10px; }
      .page-template-template_gathering_page .section-session .container .sessions .session a {
        color: #46c3b2; }
      .page-template-template_gathering_page .section-session .container .sessions .session .session-title {
        line-height: 25px;
        margin-bottom: 10px;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 18px; }
      .page-template-template_gathering_page .section-session .container .sessions .session .session-desc p {
        line-height: 21px !important;
        font-weight: 400;
        font-size: 19px !important; }
      .page-template-template_gathering_page .section-session .container .sessions .session .session-btn {
        position: absolute;
        bottom: 20px;
        margin: 0;
        left: 0;
        right: 0; }
        @media (max-width: 991px) {
          .page-template-template_gathering_page .section-session .container .sessions .session .session-btn {
            display: none; } }
        .page-template-template_gathering_page .section-session .container .sessions .session .session-btn.accordion-btn {
          display: none;
          position: relative;
          bottom: -20px; }
          @media (max-width: 991px) {
            .page-template-template_gathering_page .section-session .container .sessions .session .session-btn.accordion-btn {
              display: block; } }
        .page-template-template_gathering_page .section-session .container .sessions .session .session-btn .button {
          border-color: #1f3b50;
          background-color: #1f3b50;
          line-height: normal;
          height: auto;
          padding: 12px 50px;
          white-space: normal;
          font-size: 11px;
          color: #fff; }
          .page-template-template_gathering_page .section-session .container .sessions .session .session-btn .button:hover {
            border-color: #1c486b;
            background-color: #1c486b; }
          .page-template-template_gathering_page .section-session .container .sessions .session .session-btn .button.grey-btn {
            background-color: #535353;
            border-color: #535353; }
    .page-template-template_gathering_page .section-session .container .sessions .session-details, .page-template-template_gathering_page .section-session .container .sessions .session-detail {
      position: absolute;
      top: 50px;
      left: -18%;
      box-sizing: border-box;
      padding: 20px;
      background-color: #fff;
      text-align: left;
      min-width: 600px;
      z-index: -1;
      opacity: 0;
      transition: .2s ease opacity; }
      @media (max-width: 1199px) {
        .page-template-template_gathering_page .section-session .container .sessions .session-details, .page-template-template_gathering_page .section-session .container .sessions .session-detail {
          min-width: 475px;
          left: -4%; } }
      .page-template-template_gathering_page .section-session .container .sessions .session-details.open, .page-template-template_gathering_page .section-session .container .sessions .session-detail.open {
        z-index: 9999999;
        /*was 100*/
        opacity: 1; }
      .page-template-template_gathering_page .section-session .container .sessions .session-details .details-inner, .page-template-template_gathering_page .section-session .container .sessions .session-detail .details-inner {
        border: solid 1px #000;
        box-sizing: border-box;
        padding: 20px;
        font-weight: 400; }
        .page-template-template_gathering_page .section-session .container .sessions .session-details .details-inner h4.title, .page-template-template_gathering_page .section-session .container .sessions .session-detail .details-inner h4.title {
          text-align: center;
          border-bottom: none;
          font-weight: 400;
          font-size: 25px; }
          .page-template-template_gathering_page .section-session .container .sessions .session-details .details-inner h4.title:after, .page-template-template_gathering_page .section-session .container .sessions .session-detail .details-inner h4.title:after {
            content: '';
            margin: 0 auto 10px;
            display: block;
            width: 300px;
            height: 14px;
            opacity: .5;
            background-image: url(_static/images/underline.png);
            background-size: contain;
            background-repeat: no-repeat; }
            @media (max-width: 575px) {
              .page-template-template_gathering_page .section-session .container .sessions .session-details .details-inner h4.title:after, .page-template-template_gathering_page .section-session .container .sessions .session-detail .details-inner h4.title:after {
                width: 200px; } }
        .page-template-template_gathering_page .section-session .container .sessions .session-details .details-inner p, .page-template-template_gathering_page .section-session .container .sessions .session-detail .details-inner p {
          font-weight: 400; }
        .page-template-template_gathering_page .section-session .container .sessions .session-details .details-inner .grid, .page-template-template_gathering_page .section-session .container .sessions .session-detail .details-inner .grid {
          margin-bottom: 25px; }
        .page-template-template_gathering_page .section-session .container .sessions .session-details .details-inner .span-10, .page-template-template_gathering_page .section-session .container .sessions .session-detail .details-inner .span-10 {
          padding: 0 40px 0 5px; }
        .page-template-template_gathering_page .section-session .container .sessions .session-details .details-inner .label, .page-template-template_gathering_page .section-session .container .sessions .session-detail .details-inner .label {
          text-transform: uppercase;
          font-weight: 700;
          font-size: 15px; }
        .page-template-template_gathering_page .section-session .container .sessions .session-details .details-inner .close-btn, .page-template-template_gathering_page .section-session .container .sessions .session-detail .details-inner .close-btn {
          text-align: center; }
          .page-template-template_gathering_page .section-session .container .sessions .session-details .details-inner .close-btn .button, .page-template-template_gathering_page .section-session .container .sessions .session-detail .details-inner .close-btn .button {
            color: #fff;
            background-color: #535353;
            border-color: #535353;
            padding: 0 40px;
            height: 32px;
            line-height: 32px;
            font-size: 9px; }
            .page-template-template_gathering_page .section-session .container .sessions .session-details .details-inner .close-btn .button:hover, .page-template-template_gathering_page .section-session .container .sessions .session-detail .details-inner .close-btn .button:hover {
              background-color: #ccc;
              border-color: #ccc; }
    .page-template-template_gathering_page .section-session .container .sessions .session-detail {
      opacity: 1;
      z-index: 1;
      position: relative;
      width: 100%;
      min-width: inherit;
      left: 0;
      right: 0;
      padding: 0;
      top: 0; }
      .page-template-template_gathering_page .section-session .container .sessions .session-detail p:last-child {
        margin-bottom: 0; }

.page-template-template_gathering_page .section-break-out-sessions .container {
  max-width: 1600px; }
  .page-template-template_gathering_page .section-break-out-sessions .container .intro-txt {
    max-width: 875px;
    margin: 0 auto; }
    .page-template-template_gathering_page .section-break-out-sessions .container .intro-txt h3 {
      margin-bottom: 10px;
      font-weight: 400; }
  .page-template-template_gathering_page .section-break-out-sessions .container .filter {
    max-width: 780px;
    box-sizing: border-box;
    padding: 15px;
    background-color: #fff;
    box-shadow: 7.5px 12.99px 86.52px 16.48px rgba(42, 41, 40, 0.21);
    margin: 0 auto; }
    .page-template-template_gathering_page .section-break-out-sessions .container .filter form {
      margin-bottom: 0; }
    .page-template-template_gathering_page .section-break-out-sessions .container .filter ul {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      margin-bottom: 0; }
      .page-template-template_gathering_page .section-break-out-sessions .container .filter ul li {
        padding: 0 10px 0 0; }
        @media (max-width: 575px) {
          .page-template-template_gathering_page .section-break-out-sessions .container .filter ul li {
            margin-bottom: 20px; }
            .page-template-template_gathering_page .section-break-out-sessions .container .filter ul li:last-child {
              margin-bottom: 0; } }
        .page-template-template_gathering_page .section-break-out-sessions .container .filter ul li:first-child:before {
          content: 'Filter Options:';
          text-transform: uppercase;
          margin-right: 10px;
          font-size: 18px;
          font-weight: 600; }
          @media (max-width: 575px) {
            .page-template-template_gathering_page .section-break-out-sessions .container .filter ul li:first-child:before {
              margin: 0 auto 20px;
              display: block;
              text-align: center; } }
        .page-template-template_gathering_page .section-break-out-sessions .container .filter ul li select {
          margin-bottom: 0;
          border-color: #000;
          font-size: 18px;
          font-weight: 600;
          font-family: "proxima-nova";
          background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ny41MiA0MCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsLXJ1bGU6ZXZlbm9kZDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmRyb3Bkb3duLWhhbmRsZS1ibGs8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTYuMjQsMEg1My43NkwzMCw0MFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02LjI0KSIvPjwvc3ZnPg==);
          background-position: 97% 50%;
          background-repeat: no-repeat;
          background-size: 13px; }
  .page-template-template_gathering_page .section-break-out-sessions .container .sessions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 50px auto 100px; }
    .page-template-template_gathering_page .section-break-out-sessions .container .sessions .session {
      box-sizing: border-box;
      padding: 15px;
      background-color: #fff;
      margin: 0 20px 40px;
      text-align: center;
      width: 23%;
      min-height: 475px;
      max-width: 323px;
      box-shadow: 7.5px 12.99px 86.52px 16.48px rgba(42, 41, 40, 0.21);
      position: relative; }
      @media (max-width: 1199px) {
        .page-template-template_gathering_page .section-break-out-sessions .container .sessions .session {
          width: 49.2%; } }
      @media (max-width: 767px) {
        .page-template-template_gathering_page .section-break-out-sessions .container .sessions .session {
          width: 100%;
          max-width: 100%;
          min-height: inherit; } }
      @media (max-width: 575px) {
        .page-template-template_gathering_page .section-break-out-sessions .container .sessions .session {
          margin: 0 0 40px; } }
      .page-template-template_gathering_page .section-break-out-sessions .container .sessions .session .session-img {
        max-width: 288px;
        margin: 0 auto 20px;
        position: relative;
        overflow: hidden; }
        .page-template-template_gathering_page .section-break-out-sessions .container .sessions .session .session-img:after {
          position: absolute;
          bottom: -30px;
          right: -40px;
          content: '';
          width: 112px;
          height: 113px;
          background-image: url("_static/images/tree-rings.png");
          background-size: contain;
          background-repeat: no-repeat; }
      .page-template-template_gathering_page .section-break-out-sessions .container .sessions .session a {
        color: #46c3b2; }
      .page-template-template_gathering_page .section-break-out-sessions .container .sessions .session .session-title {
        margin-bottom: 5px;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 15px; }
      .page-template-template_gathering_page .section-break-out-sessions .container .sessions .session .session-desc {
        line-height: 17px;
        font-weight: 400;
        font-size: 15px; }
      .page-template-template_gathering_page .section-break-out-sessions .container .sessions .session .session-btn {
        position: absolute;
        bottom: 15px;
        margin: 0;
        left: 0;
        right: 0; }
        @media (max-width: 767px) {
          .page-template-template_gathering_page .section-break-out-sessions .container .sessions .session .session-btn {
            display: none; } }
        .page-template-template_gathering_page .section-break-out-sessions .container .sessions .session .session-btn.accordion-btn {
          display: none;
          position: relative;
          bottom: -20px; }
          @media (max-width: 767px) {
            .page-template-template_gathering_page .section-break-out-sessions .container .sessions .session .session-btn.accordion-btn {
              display: block;
              margin: 25px auto 15px; } }
        .page-template-template_gathering_page .section-break-out-sessions .container .sessions .session .session-btn .button {
          border-color: #1f3b50;
          background-color: #1f3b50;
          height: 32px;
          line-height: 32px;
          padding: 0 40px;
          white-space: normal;
          font-size: 9px;
          color: #fff; }
          .page-template-template_gathering_page .section-break-out-sessions .container .sessions .session .session-btn .button:hover {
            border-color: #1c486b;
            background-color: #1c486b; }
          .page-template-template_gathering_page .section-break-out-sessions .container .sessions .session .session-btn .button.grey-btn {
            background-color: #535353;
            border-color: #535353; }
    .page-template-template_gathering_page .section-break-out-sessions .container .sessions .session-details, .page-template-template_gathering_page .section-break-out-sessions .container .sessions .session-detail {
      position: absolute;
      top: 50px;
      left: -45%;
      box-sizing: border-box;
      padding: 20px;
      background-color: #fff;
      text-align: center;
      min-width: 600px;
      z-index: -1;
      opacity: 0;
      transition: .2s ease opacity; }
      @media (max-width: 1199px) {
        .page-template-template_gathering_page .section-break-out-sessions .container .sessions .session-details, .page-template-template_gathering_page .section-break-out-sessions .container .sessions .session-detail {
          min-width: 475px;
          left: -25%; } }
      @media (max-width: 991px) {
        .page-template-template_gathering_page .section-break-out-sessions .container .sessions .session-details, .page-template-template_gathering_page .section-break-out-sessions .container .sessions .session-detail {
          min-width: 350px;
          left: -10%; } }
      .page-template-template_gathering_page .section-break-out-sessions .container .sessions .session-details.open, .page-template-template_gathering_page .section-break-out-sessions .container .sessions .session-detail.open {
        z-index: 9999999;
        opacity: 1; }
      .page-template-template_gathering_page .section-break-out-sessions .container .sessions .session-details .details-inner, .page-template-template_gathering_page .section-break-out-sessions .container .sessions .session-detail .details-inner {
        border: solid 1px #000;
        box-sizing: border-box;
        padding: 20px;
        line-height: 21px;
        font-size: 15px;
        font-weight: 400; }
        .page-template-template_gathering_page .section-break-out-sessions .container .sessions .session-details .details-inner h4.title, .page-template-template_gathering_page .section-break-out-sessions .container .sessions .session-detail .details-inner h4.title {
          text-align: center;
          border-bottom: none;
          padding-bottom: 0;
          font-weight: 400;
          font-size: 25px; }
          .page-template-template_gathering_page .section-break-out-sessions .container .sessions .session-details .details-inner h4.title:after, .page-template-template_gathering_page .section-break-out-sessions .container .sessions .session-detail .details-inner h4.title:after {
            content: '';
            margin: 0 auto 10px;
            display: block;
            width: 300px;
            height: 14px;
            opacity: .5;
            background-image: url(_static/images/underline.png);
            background-size: contain;
            background-repeat: no-repeat; }
            @media (max-width: 575px) {
              .page-template-template_gathering_page .section-break-out-sessions .container .sessions .session-details .details-inner h4.title:after, .page-template-template_gathering_page .section-break-out-sessions .container .sessions .session-detail .details-inner h4.title:after {
                width: 200px; } }
        .page-template-template_gathering_page .section-break-out-sessions .container .sessions .session-details .details-inner .session-date-time-loc, .page-template-template_gathering_page .section-break-out-sessions .container .sessions .session-details .details-inner .session-facilitator, .page-template-template_gathering_page .section-break-out-sessions .container .sessions .session-detail .details-inner .session-date-time-loc, .page-template-template_gathering_page .section-break-out-sessions .container .sessions .session-detail .details-inner .session-facilitator {
          text-transform: uppercase;
          font-weight: 600;
          font-size: 15px; }
        .page-template-template_gathering_page .section-break-out-sessions .container .sessions .session-details .details-inner .session-desc, .page-template-template_gathering_page .section-break-out-sessions .container .sessions .session-detail .details-inner .session-desc {
          margin-top: 30px; }
        .page-template-template_gathering_page .section-break-out-sessions .container .sessions .session-details .details-inner p, .page-template-template_gathering_page .section-break-out-sessions .container .sessions .session-detail .details-inner p {
          font-weight: 400; }
        .page-template-template_gathering_page .section-break-out-sessions .container .sessions .session-details .details-inner .grid, .page-template-template_gathering_page .section-break-out-sessions .container .sessions .session-detail .details-inner .grid {
          margin-bottom: 25px; }
        .page-template-template_gathering_page .section-break-out-sessions .container .sessions .session-details .details-inner .span-10, .page-template-template_gathering_page .section-break-out-sessions .container .sessions .session-detail .details-inner .span-10 {
          padding: 0 40px 0 5px; }
        .page-template-template_gathering_page .section-break-out-sessions .container .sessions .session-details .details-inner .label, .page-template-template_gathering_page .section-break-out-sessions .container .sessions .session-detail .details-inner .label {
          text-transform: uppercase;
          font-weight: 700;
          font-size: 15px; }
        .page-template-template_gathering_page .section-break-out-sessions .container .sessions .session-details .details-inner .close-btn, .page-template-template_gathering_page .section-break-out-sessions .container .sessions .session-detail .details-inner .close-btn {
          text-align: center; }
          .page-template-template_gathering_page .section-break-out-sessions .container .sessions .session-details .details-inner .close-btn .button, .page-template-template_gathering_page .section-break-out-sessions .container .sessions .session-detail .details-inner .close-btn .button {
            color: #fff;
            background-color: #535353;
            border-color: #535353;
            padding: 0 40px;
            height: 32px;
            line-height: 32px;
            font-size: 9px; }
            .page-template-template_gathering_page .section-break-out-sessions .container .sessions .session-details .details-inner .close-btn .button:hover, .page-template-template_gathering_page .section-break-out-sessions .container .sessions .session-detail .details-inner .close-btn .button:hover {
              background-color: #ccc;
              border-color: #ccc; }
    .page-template-template_gathering_page .section-break-out-sessions .container .sessions .session-detail {
      opacity: 1;
      z-index: 1;
      position: relative;
      width: 100%;
      min-width: inherit;
      left: 0;
      right: 0;
      padding: 0;
      top: 25px; }
      .page-template-template_gathering_page .section-break-out-sessions .container .sessions .session-detail p:last-child {
        margin-bottom: 0; }

.page-template-template_gathering_page .session-overlay {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 99999;
  /*was 1*/
  -moz-opacity: 0.7;
  opacity: .70;
  filter: alpha(opacity=70); }

.page-template-template_gathering_page article.page-bg {
  background-image: url(_static/images/speckled-bg.png);
  background-size: auto;
  background-repeat: repeat; }

@media (max-width: 767px) {
  #practical-wayfinding-course .cls-background {
    padding: 100px 0 25px; } }

/*GIVING BACK PAGE*/
.page-id-23910 #changing-the-world h3, .page-id-23910 #join-us-under-the-tree h3 {
  margin-bottom: -5px;
  line-height: 24px;
  font-size: 25px; }

.page-id-23910 #changing-the-world .cls-background {
  padding: 100px 0 50px; }

.page-id-23910 #changing-the-world .grid {
  margin: 50px auto; }

.page-id-23910 .video-container {
  max-width: 945px;
  margin: 25px auto; }

/*2020 REVAMP*/
/*GENERAL*/
.textured-border {
  height: 12px;
  width: 100%;
  background-image: url(_static/images/texture-border.png);
  background-size: contain;
  background-position: center; }

.torn-paper-bottom {
  position: relative; }
  .torn-paper-bottom:after {
    display: block;
    bottom: -100px;
    content: '';
    width: 100%;
    height: 100px;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-image: url(_static/images/torn-paper-bottom-2.png);
    background-position: top center;
    background-size: 100%;
    background-repeat: repeat-x; }
  .torn-paper-bottom + section {
    margin-top: -100px; }

/*MISC.*/
.page-id-23910 .swoosh.-type-hr:before {
  top: 0; }

.page-template-default .entry-image {
  display: none; }

.page-id-22263 .hero-header-img, .page-id-25920 .hero-header-img, .page-id-25129 .hero-header-img, .page-id-20918 .hero-header-img, .page-id-20920 .hero-header-img {
  margin: -50px auto 50px; }

/*NEW WIL PLACEHOLDER PAGE*/
.page-template-template_wil_placeholder_page #hero {
  margin: -50px auto 0; }
  .page-template-template_wil_placeholder_page #hero .cls-background {
    padding: 150px 0;
    background-position: center -17em;
    background-repeat: no-repeat; }
    @media (max-width: 1475px) {
      .page-template-template_wil_placeholder_page #hero .cls-background {
        background-position: center center; } }
  .page-template-template_wil_placeholder_page #hero:after {
    content: '';
    display: block;
    width: 100%;
    height: 20px;
    background-image: url(_static/images/texture-border.png);
    background-size: contain;
    background-position: center; }

.page-template-template_wil_placeholder_page #thank-you h4 {
  font-size: 25px; }

.page-template-template_wil_placeholder_page #thank-you .button {
  padding: 5px 40px; }

.page-template-template_wil_placeholder_page #stay-connected .cls-background {
  padding: 50px 0; }
  @media (max-width: 991px) {
    .page-template-template_wil_placeholder_page #stay-connected .cls-background {
      padding: 65vh 0 0;
      background-size: auto;
      background-position: 15% top;
      background-repeat: no-repeat; } }
  @media (max-width: 767px) {
    .page-template-template_wil_placeholder_page #stay-connected .cls-background {
      padding: 40vh 0 0;
      background-size: contain; } }
  @media (max-width: 630px) {
    .page-template-template_wil_placeholder_page #stay-connected .cls-background {
      padding: 23vh 0 0; } }
.page-template-template_wil_placeholder_page #stay-connected .container {
  box-sizing: border-box;
  padding: 60px 65px;
  background-color: #f7f6f3;
  max-width: 40%;
  margin-left: 46%; }
  @media (max-width: 1199px) {
    .page-template-template_wil_placeholder_page #stay-connected .container {
      padding: 50px;
      max-width: 55%;
      margin-left: 40%; } }
  @media (max-width: 991px) {
    .page-template-template_wil_placeholder_page #stay-connected .container {
      max-width: 100%;
      margin: 0; } }
  .page-template-template_wil_placeholder_page #stay-connected .container h4 {
    font-size: 21px; }
    .page-template-template_wil_placeholder_page #stay-connected .container h4 img {
      margin: 20px 0; }
  .page-template-template_wil_placeholder_page #stay-connected .container h5 {
    color: #2f6868;
    text-align: center;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600; }
    .page-template-template_wil_placeholder_page #stay-connected .container h5 a {
      color: #2f6868;
      text-decoration: none; }
      .page-template-template_wil_placeholder_page #stay-connected .container h5 a:hover {
        text-decoration: underline; }
  .page-template-template_wil_placeholder_page #stay-connected .container .gform_wrapper .panel-heading, .page-template-template_wil_placeholder_page #stay-connected .container .gform_wrapper .panel-subheading {
    display: none; }
  .page-template-template_wil_placeholder_page #stay-connected .container .infusion-form {
    padding: 0 40px;
    max-width: 100%; }
    .page-template-template_wil_placeholder_page #stay-connected .container .infusion-form p, .page-template-template_wil_placeholder_page #stay-connected .container .infusion-form + p {
      display: none; }
    @media (max-width: 991px) {
      .page-template-template_wil_placeholder_page #stay-connected .container .infusion-form {
        padding: 0 50px; } }
    @media (max-width: 991px) {
      .page-template-template_wil_placeholder_page #stay-connected .container .infusion-form {
        padding: 0 20px; } }
    .page-template-template_wil_placeholder_page #stay-connected .container .infusion-form .recieve-txt {
      text-align: center;
      width: 100%;
      margin-bottom: 5%;
      font-size: 12px;
      font-weight: 300; }
    .page-template-template_wil_placeholder_page #stay-connected .container .infusion-form .grid.grid-12-col .cell.span-6 {
      flex: 0 0 calc( 50% - 8px);
      margin-bottom: 8px; }
    .page-template-template_wil_placeholder_page #stay-connected .container .infusion-form input {
      width: 100%; }
    .page-template-template_wil_placeholder_page #stay-connected .container .infusion-form ul {
      list-style: none;
      padding-left: 0; }
      .page-template-template_wil_placeholder_page #stay-connected .container .infusion-form ul li:nth-child(2) {
        margin-bottom: 25px; }
        @media (max-width: 575px) {
          .page-template-template_wil_placeholder_page #stay-connected .container .infusion-form ul li:nth-child(2) {
            margin-bottom: 0; } }
    .page-template-template_wil_placeholder_page #stay-connected .container .infusion-form button {
      background-color: #ac9455;
      color: #fff;
      height: 40px;
      line-height: 40px;
      border: none;
      padding: 0 30px;
      font-size: 10px;
      font-weight: 600; }
      @media (max-width: 575px) {
        .page-template-template_wil_placeholder_page #stay-connected .container .infusion-form button {
          max-width: 80%; } }
      .page-template-template_wil_placeholder_page #stay-connected .container .infusion-form button:hover {
        background-color: #4bc0b7;
        border-color: #4bc0b7; }
  .page-template-template_wil_placeholder_page #stay-connected .container ul, .page-template-template_wil_placeholder_page #stay-connected .container li {
    margin: 0; }
  .page-template-template_wil_placeholder_page #stay-connected .container li:nth-child(3), .page-template-template_wil_placeholder_page #stay-connected .container li:nth-child(4), .page-template-template_wil_placeholder_page #stay-connected .container li:nth-child(5) {
    box-sizing: border-box; }
    @media (max-width: 991px) {
      .page-template-template_wil_placeholder_page #stay-connected .container li:nth-child(3), .page-template-template_wil_placeholder_page #stay-connected .container li:nth-child(4), .page-template-template_wil_placeholder_page #stay-connected .container li:nth-child(5) {
        padding: 0 20px; } }
    @media (max-width: 575px) {
      .page-template-template_wil_placeholder_page #stay-connected .container li:nth-child(3), .page-template-template_wil_placeholder_page #stay-connected .container li:nth-child(4), .page-template-template_wil_placeholder_page #stay-connected .container li:nth-child(5) {
        padding: 0 8px; } }
  @media (max-width: 575px) {
    .page-template-template_wil_placeholder_page #stay-connected .container .name_first input {
      margin-bottom: 0; } }
  .page-template-template_wil_placeholder_page #stay-connected .container .gfield_visibility_visible label:first-child {
    text-align: center;
    width: 100%;
    font-size: 12px;
    font-weight: 300; }
  .page-template-template_wil_placeholder_page #stay-connected .container ul.gfield_checkbox {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-ccolumn-count: 2; }
    @media (max-width: 575px) {
      .page-template-template_wil_placeholder_page #stay-connected .container ul.gfield_checkbox {
        column-count: 1;
        -webkit-column-count: 1;
        -moz-column-count: 1; } }
    .page-template-template_wil_placeholder_page #stay-connected .container ul.gfield_checkbox li {
      margin-bottom: 10px; }
    .page-template-template_wil_placeholder_page #stay-connected .container ul.gfield_checkbox label {
      max-width: 100%;
      width: 100%;
      display: block;
      padding-left: 2em;
      text-indent: -1.75em; }
    .page-template-template_wil_placeholder_page #stay-connected .container ul.gfield_checkbox input[type="checkbox"] {
      visibility: hidden;
      margin: 0;
      position: absolute; }
    .page-template-template_wil_placeholder_page #stay-connected .container ul.gfield_checkbox input[type="checkbox"] + label:before {
      background-color: #ac9455;
      border-radius: 2px;
      content: "\00a0";
      display: inline-block;
      height: 16px;
      margin: 0 .5em 0 0;
      padding: 0;
      vertical-align: top;
      width: 16px; }
    .page-template-template_wil_placeholder_page #stay-connected .container ul.gfield_checkbox input[type="checkbox"]:checked + label:before {
      color: #fff;
      content: "\2713";
      text-align: center;
      text-indent: 0em; }
    .page-template-template_wil_placeholder_page #stay-connected .container ul.gfield_checkbox input[type="checkbox"]:checked + label:after {
      font-weight: bold; }
    .page-template-template_wil_placeholder_page #stay-connected .container ul.gfield_checkbox input[type="checkbox"]:focus + label::before {
      outline: #3b99fc auto 5px; }
    .page-template-template_wil_placeholder_page #stay-connected .container ul.gfield_checkbox label {
      line-height: normal;
      cursor: pointer;
      font-size: 12px;
      font-weight: 400; }
  .page-template-template_wil_placeholder_page #stay-connected .container input[type="text"]::placeholder {
    color: #3a405b;
    opacity: 1;
    /* Firefox */ }
  .page-template-template_wil_placeholder_page #stay-connected .container input[type="text"]:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #3a405b; }
  .page-template-template_wil_placeholder_page #stay-connected .container input[type="text"]::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #3a405b; }
  .page-template-template_wil_placeholder_page #stay-connected .container input[type="text"] {
    background-color: #f0f2f7;
    border-color: #e3e8f0;
    height: 42px;
    border-radius: 5px;
    text-indent: 10px;
    color: #3a405b;
    font-size: 12px !important;
    font-weight: 400; }
    .page-template-template_wil_placeholder_page #stay-connected .container input[type="text"]:last-child {
      margin-top: 0; }
  .page-template-template_wil_placeholder_page #stay-connected .container .gform_footer {
    padding: 0;
    margin: 20px auto 40px;
    text-align: center; }
    .page-template-template_wil_placeholder_page #stay-connected .container .gform_footer input[type="submit"] {
      background-color: #ac9455;
      color: #fff;
      height: 40px;
      line-height: 40px;
      font-size: 10px; }
      @media (max-width: 575px) {
        .page-template-template_wil_placeholder_page #stay-connected .container .gform_footer input[type="submit"] {
          max-width: 80%; } }
      .page-template-template_wil_placeholder_page #stay-connected .container .gform_footer input[type="submit"]:hover {
        background-color: #4bc0b7;
        border-color: #4bc0b7; }

.page-template-template_wil_placeholder_page form.post-password-form {
  text-align: center;
  padding: 100px 0 50px; }

.page-template-template_wil_placeholder_page footer {
  padding: 25px 0 5px;
  background-color: #fff; }

.page-template-template_wil_placeholder_page .searchmain input {
  background: #ece9e8; }

.page-template-template_wil_placeholder_page .footer-top .footer-btn ul .button {
  font-size: 15px;
  font-weight: 600;
  line-height: 38px;
  height: 38px;
  padding: 0 30px;
  margin-bottom: 2%; }

.page-template-template_wil_placeholder_page .footer-top .footer-btn ul {
  padding-left: 0; }

.page-template-template_wil_placeholder_page .footer-social a {
  color: #2f6868; }

.page-template-template_wil_placeholder_page .footer-social a:hover {
  color: #4bc0b7; }

/* THE WAY OF INTEGRITY */
.page-template-template_twoi_page #twoi-header-desktop {
  margin: -50px auto 150px;
  max-height: 550px; }
  @media (max-width: 991px) {
    .page-template-template_twoi_page #twoi-header-desktop {
      margin: -50px auto 50px; } }
  @media (max-width: 575px) {
    .page-template-template_twoi_page #twoi-header-desktop {
      display: none; } }
.page-template-template_twoi_page #twoi-header-mobile {
  display: none;
  margin: -50px auto 50px; }
  @media (max-width: 575px) {
    .page-template-template_twoi_page #twoi-header-mobile {
      display: block; } }
.page-template-template_twoi_page #twoi-book-order {
  box-sizing: border-box;
  padding: 0 0 125px;
  background-image: linear-gradient(to bottom, #ffffff, #ffffff, #ffffff, #e8e7eb);
  /*Pulldowns*/
  /* Pulldown menu */ }
  .page-template-template_twoi_page #twoi-book-order .container {
    max-width: 1000px; }
    .page-template-template_twoi_page #twoi-book-order .container .grid {
      flex-direction: row-reverse; }
      @media (max-width: 991px) {
        .page-template-template_twoi_page #twoi-book-order .container .grid .col-1 {
          text-align: center; }
          .page-template-template_twoi_page #twoi-book-order .container .grid .col-1 img {
            max-width: 350px; } }
      .page-template-template_twoi_page #twoi-book-order .container .grid .col-2 {
        padding-right: 25px; }
        .page-template-template_twoi_page #twoi-book-order .container .grid .col-2 h3 {
          text-transform: none;
          letter-spacing: .050em;
          line-height: 40px;
          margin-bottom: 35px;
          font-size: 30px;
          font-family: 'Adobe Garamond Pro'; }
  .page-template-template_twoi_page #twoi-book-order .btn-pulldown {
    position: relative;
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 100px auto 0; }
    @media (max-width: 991px) {
      .page-template-template_twoi_page #twoi-book-order .btn-pulldown {
        margin: 50px auto; } }
  .page-template-template_twoi_page #twoi-book-order .btn-pulldown-handle a {
    position: relative;
    display: block;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .030em;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Adobe Garamond Pro';
    line-height: 70px;
    padding: 0 20px 0 0;
    height: 70px;
    background: #ddb32e;
    color: #fff;
    border-radius: 10px;
    transition-property: border-radius, background, color;
    transition-duration: 0s, 0.16s, 0.16s;
    transition-delay: 0.26s, 0s, 0s; }
  .page-template-template_twoi_page #twoi-book-order .btn-pulldown.-open .btn-pulldown-handle a {
    z-index: 2;
    border-radius: 10px 10px 0 0;
    transition-duration: 0s, 0.16s, 0.16s;
    transition-delay: 0s, 0s, 0s; }
  .page-template-template_twoi_page #twoi-book-order .btn-pulldown-handle a span.arrows {
    position: absolute;
    right: 15px;
    top: 30%;
    display: block;
    width: 50px;
    height: 30px;
    margin-top: -2px;
    transition: all 0.3s ease-in-out;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjMuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxOTIwIDEwODAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE5MjAgMTA4MDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiNGRkZGRkY7fQo8L3N0eWxlPgo8Zz4KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik05NjAuNiw2NTAuNGMtMjYuNy0yNi45LTUzLjEtNTMuNS03OS41LTgwLjFjLTIyLjYtMjIuOC00NS4zLTQ1LjUtNjgtNjguMmMtMzAuOS0zMC45LTYyLTYxLjgtOTIuOS05Mi44CgkJYy0yNS44LTI1LjgtNTEuNS01MS42LTc3LjItNzcuNGMtMjUuMy0yNS4zLTUwLjYtNTAuNi03Ni03NS44Yy0xMi44LTEyLjctMjEuMS0yNy45LTIyLjQtNDUuOWMtMS4zLTE4LjMsNC41LTM0LjcsMTYuNC00OC44CgkJYzkuNy0xMS41LDIyLjItMTkuMiwzNi44LTIyYzIxLjQtNC4yLDQxLjYtMC4yLDU4LDE0LjhjMTQuNiwxMy4yLDI4LDI3LjYsNDIsNDEuNWMxMi44LDEyLjcsMjUuNywyNS4zLDM4LjQsMzgKCQljMTYuNiwxNi42LDMzLDMzLjQsNDkuNiw1MC4xYzEyLjUsMTIuNSwyNS4yLDI0LjksMzcuNywzNy40YzE2LjgsMTYuOSwzMy42LDMzLjgsNTAuNCw1MC43YzExLjEsMTEuMSwyMi41LDIyLDMzLjYsMzMuMQoJCWMxNi44LDE2LjcsMzMuNSwzMy40LDUwLjEsNTAuMmMyLjgsMi44LDQuNCwyLjcsNy4yLTAuMmMxMi45LTEzLDI2LjEtMjUuNywzOS4xLTM4LjZjMTMuOC0xMy44LDI3LjMtMjcuOCw0MS00MS42CgkJYzE0LjctMTQuOSwyOS41LTI5LjcsNDQuMy00NC41YzE1LjYtMTUuNSwzMS4zLTMwLjgsNDYuOS00Ni4yYzE0LjgtMTQuNiwyOS40LTI5LjQsNDQuMS00NC4xYzE0LjctMTQuNywyOS40LTI5LjQsNDQuMS00NC4xCgkJYzEyLjgtMTIuOSwyNS0yNi4zLDM4LjMtMzguNmMxMS4yLTEwLjMsMjQuMi0xNy4xLDQwLjEtMTguOGMxNS44LTEuNiwzMC4yLDEuNiw0My4xLDkuN2MxMy42LDguNiwyMy42LDIwLjcsMjguNSwzNi44CgkJYzMuMywxMC44LDQuOSwyMS4zLDIuMywzMi4zYy0yLjcsMTEuNS02LjQsMjIuNy0xNSwzMS40Yy0zMy43LDM0LjItNjcuNCw2OC40LTEwMS4zLDEwMi41Yy0yNC4xLDI0LjMtNDguNCw0OC41LTcyLjYsNzIuNwoJCWMtMzQuNCwzNC40LTY4LjgsNjguOC0xMDMuMywxMDMuMmMtMzAuMiwzMC4yLTYwLjUsNjAuMy05MC43LDkwLjVjLTEwLjIsMTAuMi0yMC40LDIwLjUtMzAuNiwzMC43CgkJQzk2Mi42LDY0OC44LDk2MS45LDY0OS4zLDk2MC42LDY1MC40eiIvPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTEzNzguMyw0OTYuNGMtMS4yLDIyLjItOC4yLDM4LjctMjEuOSw1Mi4zYy0xNi41LDE2LjQtMzMuMSwzMi43LTQ5LjUsNDkuMmMtMTQsMTQtMjcuNywyOC4zLTQxLjcsNDIuMwoJCWMtMTEuMywxMS4zLTIyLjgsMjIuMy0zNC4xLDMzLjZjLTEwLjEsMTAuMS0yMCwyMC41LTMwLjIsMzAuN2MtMTMuNSwxMy41LTI3LjIsMjYuOS00MC44LDQwLjVjLTIyLjksMjIuOS00NS43LDQ1LjgtNjguNiw2OC42CgkJYy0xNi43LDE2LjYtMzMuNSwzMy4xLTUwLjEsNDkuOGMtMjMuOCwyMy43LTQ3LjUsNDcuNS03MS4yLDcxLjNjLTIsMi00LjIsMy43LTUuOSw1LjljLTIuNSwzLjItNC4yLDIuNS02LjcsMAoJCWMtMTQuMi0xNC40LTI4LjYtMjguNi00Mi45LTQyLjljLTE2LjItMTYuMy0zMi4zLTMyLjgtNDguNi00OS4xYy0xNS4xLTE1LjEtMzAuNC0zMC00NS42LTQ1LjFjLTE0LjMtMTQuMy0yOC40LTI4LjgtNDIuNy00My4xCgkJYy0xNS4zLTE1LjMtMzAuOC0zMC41LTQ2LjItNDUuOWMtMjMuNC0yMy40LTQ2LjctNDctNzAuMi03MC40Yy0yMC40LTIwLjQtNDEtNDAuNi02MS4zLTYxYy0xMi45LTEyLjktMjYuMi0yNS41LTM4LjItMzkuMgoJCWMtMTcuNy0yMC4yLTIyLjItNDMuNi0xMi41LTY5LjFjMTEuNS0zMC4zLDQ1LjItNDcuOSw3NS41LTQxLjdjMTUsMy4xLDI3LjQsMTAuNiwzOC4xLDIxLjJjMTEuNSwxMS40LDIyLjksMjMsMzQuNCwzNC41CgkJYzE4LjMsMTguMywzNi41LDM2LjcsNTQuOCw1NWMxMC44LDEwLjgsMjEuNywyMS41LDMyLjUsMzIuM2MxNi4xLDE2LjIsMzIuMiwzMi40LDQ4LjMsNDguNWMxMC45LDEwLjksMjEuOSwyMS43LDMyLjgsMzIuNgoJCWMxOC4zLDE4LjMsMzYuNSwzNi42LDU0LjgsNTQuOWMxMi40LDEyLjUsMjQuOSwyNC45LDM3LjIsMzcuNGMyLjQsMi40LDQuMiwyLjMsNi42LTAuMWMyMC4yLTIwLjQsNDAuNi00MC44LDYwLjktNjEuMQoJCWMyMy41LTIzLjUsNDcuMS00Ni45LDcwLjYtNzAuM2MyMC43LTIwLjcsNDEuMi00MS41LDYxLjktNjIuMWMxOC4yLTE4LjIsMzYuNi0zNi4zLDU0LjktNTQuNGMxMi44LTEyLjgsMjUuNS0yNS43LDM4LjQtMzguNQoJCWM5LTksMTcuNi0xOC42LDI5LjUtMjQuMWMxNi4xLTcuNCwzMi41LTkuMiw0OS44LTMuNmMxMS4zLDMuNywyMC44LDkuNiwyOC44LDE3LjljNyw3LjEsMTIuNCwxNS41LDE0LjgsMjUuNAoJCUMxMzc1LjYsNDg1LjQsMTM3Ny4zLDQ5Mi4zLDEzNzguMyw0OTYuNHoiLz4KPC9nPgo8L3N2Zz4K);
    background-position: 97% 50%;
    background-repeat: no-repeat;
    background-size: 60px; }
  .page-template-template_twoi_page #twoi-book-order .btn-pulldown.-open .btn-pulldown-handle a span.arrows {
    transform: rotate(180deg);
    transform-origin: 40% 45%;
    margin-top: 0; }
  .page-template-template_twoi_page #twoi-book-order .btn-pulldown-list {
    position: absolute;
    z-index: 2;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.26s ease-in;
    background: #fff;
    border-radius: 0 0 3px 3px;
    border: 1px solid #f2f2f2; }
  .page-template-template_twoi_page #twoi-book-order .btn-pulldown.-open .btn-pulldown-list {
    max-height: 300px;
    overflow: auto;
    transition: max-height 0.2s ease-in; }
  .page-template-template_twoi_page #twoi-book-order .btn-pulldown-list a {
    display: block;
    padding: 0 10px;
    color: #141413;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none;
    transition-duration: 0.06s; }
  .page-template-template_twoi_page #twoi-book-order .btn-pulldown-list a:hover {
    color: #ddb32e; }
  .page-template-template_twoi_page #twoi-book-order .btn-pulldown-list a div {
    border-top: 1px solid #f2f2f2;
    padding: 9px 3px; }

/*NEW THE WAY OF INTEGRITY PAGE*/
.page-template-template_new_twoi_page {
  /*Pulldowns*/
  /* Pulldown menu */ }
  .page-template-template_new_twoi_page #header-wrapper {
    margin-bottom: 0; }
  .page-template-template_new_twoi_page #twoi-hero {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat; }
    @media (max-width: 991px) {
      .page-template-template_new_twoi_page #twoi-hero {
        text-align: center; } }
    .page-template-template_new_twoi_page #twoi-hero .container {
      max-width: 960px;
      padding: 0 20px 80px; }
      @media (max-width: 991px) {
        .page-template-template_new_twoi_page #twoi-hero .container {
          padding: 0 20px; } }
    .page-template-template_new_twoi_page #twoi-hero .grid {
      padding: 75px 0 0;
      margin-bottom: -3.5em; }
      @media (max-width: 991px) {
        .page-template-template_new_twoi_page #twoi-hero .grid {
          padding: 75px 0 50px;
          margin-bottom: 0; } }
      @media (max-width: 903px) {
        .page-template-template_new_twoi_page #twoi-hero .grid .cell.span-4, .page-template-template_new_twoi_page #twoi-hero .grid .cell.span-8 {
          flex: 1; } }
      .page-template-template_new_twoi_page #twoi-hero .grid .cell.span-4 img {
        max-width: 243px;
        -webkit-filter: drop-shadow(-15px 40px 15px rgba(0, 0, 0, 0.5));
        -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=-15, OffY=40, Color='#444')";
        filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=-15, OffY=40, Color='#444')"; }
        @media (max-width: 991px) {
          .page-template-template_new_twoi_page #twoi-hero .grid .cell.span-4 img {
            margin: 0 auto;
            display: block; } }
      @media (max-width: 991px) {
        .page-template-template_new_twoi_page #twoi-hero .grid .cell .btn-pulldown {
          margin: 0 auto; } }
      .page-template-template_new_twoi_page #twoi-hero .grid .cell p {
        line-height: 30px;
        font-size: 24px; }
        .page-template-template_new_twoi_page #twoi-hero .grid .cell p strong {
          line-height: 20px;
          font-size: 20px; }
    .page-template-template_new_twoi_page #twoi-hero #hero-yellow-bar {
      box-sizing: border-box;
      padding: 15px 0;
      background-color: #f3c733; }
      .page-template-template_new_twoi_page #twoi-hero #hero-yellow-bar .container {
        padding: 0 20px; }
      .page-template-template_new_twoi_page #twoi-hero #hero-yellow-bar p {
        margin: 0;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center; }
        @media (max-width: 991px) {
          .page-template-template_new_twoi_page #twoi-hero #hero-yellow-bar p {
            margin: 0 auto; } }
      .page-template-template_new_twoi_page #twoi-hero #hero-yellow-bar img {
        vertical-align: middle;
        margin-left: 10px; }
    .page-template-template_new_twoi_page #twoi-hero #hero-green-bar {
      box-sizing: border-box;
      padding: 45px 0;
      background-color: #225f68; }
      .page-template-template_new_twoi_page #twoi-hero #hero-green-bar .container {
        padding: 0 20px; }
      .page-template-template_new_twoi_page #twoi-hero #hero-green-bar h2 {
        color: #fff;
        margin-bottom: 0;
        font-size: 39px;
        font-weight: 400; }
      .page-template-template_new_twoi_page #twoi-hero #hero-green-bar h4 {
        color: #fff;
        margin-bottom: 0;
        font-size: 26px;
        font-weight: 400; }
  .page-template-template_new_twoi_page #full-vid {
    margin: 75px 0; }
    .page-template-template_new_twoi_page #full-vid .container {
      max-width: 960px; }
      .page-template-template_new_twoi_page #full-vid .container .vid-block {
        background-image: -moz-linear-gradient(90deg, rgba(228, 238, 255, 0.99608) 0%, #f1e8ec 100%);
        background-image: -webkit-linear-gradient(90deg, rgba(228, 238, 255, 0.99608) 0%, #f1e8ec 100%);
        background-image: -ms-linear-gradient(90deg, rgba(228, 238, 255, 0.99608) 0%, #f1e8ec 100%);
        box-shadow: 0px 20px 40px 0px rgba(72, 45, 0, 0.55);
        max-width: 891px;
        margin: 0 auto;
        text-align: center; }
        .page-template-template_new_twoi_page #full-vid .container .vid-block .vid-header-title {
          box-sizing: border-box;
          padding: 15px;
          text-align: center;
          text-transform: uppercase;
          background-image: linear-gradient(90deg, #d5eece, #ecf8e4);
          font-size: 25px; }
        .page-template-template_new_twoi_page #full-vid .container .vid-block .vid-image-area {
          position: relative; }
          .page-template-template_new_twoi_page #full-vid .container .vid-block .vid-image-area .no-vid-txt {
            margin: 25px auto -25px;
            font-size: 19px;
            font-weight: 300;
            font-style: italic; }
          .page-template-template_new_twoi_page #full-vid .container .vid-block .vid-image-area .play-btn {
            position: absolute;
            z-index: 1;
            width: 161px;
            height: 161px;
            content: '';
            display: block;
            margin: auto;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            cursor: pointer;
            background-image: url("_static/images/play-icon.png");
            background-size: contain; }
            @media (max-width: 575px) {
              .page-template-template_new_twoi_page #full-vid .container .vid-block .vid-image-area .play-btn {
                width: 90px;
                height: 90px; } }
          .page-template-template_new_twoi_page #full-vid .container .vid-block .vid-image-area img {
            max-width: 370px;
            margin: 75px auto 50px;
            -webkit-filter: drop-shadow(10px 0px 10px rgba(0, 0, 0, 0.5));
            -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=10, OffY=0, Color='#444')";
            filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=10, OffY=0, Color='#444')"; }
            @media (max-width: 575px) {
              .page-template-template_new_twoi_page #full-vid .container .vid-block .vid-image-area img {
                max-width: 100%; } }
  .page-template-template_new_twoi_page #two-col-content {
    padding: 40px 0;
    background-image: url("_static/images/youi-bg-gradient.png");
    background-position: bottom center;
    background-size: cover; }
    .page-template-template_new_twoi_page #two-col-content .container {
      max-width: 960px; }
      .page-template-template_new_twoi_page #two-col-content .container .grid.row-reverse {
        flex-direction: row-reverse; }
      .page-template-template_new_twoi_page #two-col-content .container .grid .cell .btn-pulldown {
        margin: 0 auto; }
    @media (max-width: 991px) {
      .page-template-template_new_twoi_page #two-col-content .col-2 {
        margin-top: 25px; } }
  .page-template-template_new_twoi_page #testimonials-slider {
    box-sizing: border-box;
    padding: 75px 0;
    position: relative;
    background-image: linear-gradient(to right, #d4eccc, #d1ebcb, #d9efe1, #f2f8ea); }
    .page-template-template_new_twoi_page #testimonials-slider .container {
      max-width: 960px;
      z-index: 1;
      position: relative; }
      .page-template-template_new_twoi_page #testimonials-slider .container .slide-container {
        box-sizing: border-box;
        padding: 40px 40px 20px;
        background-color: #225f68; }
        @media (max-width: 575px) {
          .page-template-template_new_twoi_page #testimonials-slider .container .slide-container {
            padding: 20px; } }
        .page-template-template_new_twoi_page #testimonials-slider .container .slide-container .testimonials-slides {
          box-sizing: border-box;
          padding: 40px 65px;
          background-color: #fff; }
          @media (max-width: 991px) {
            .page-template-template_new_twoi_page #testimonials-slider .container .slide-container .testimonials-slides {
              padding: 40px; } }
          @media (max-width: 575px) {
            .page-template-template_new_twoi_page #testimonials-slider .container .slide-container .testimonials-slides {
              padding: 20px; } }
          .page-template-template_new_twoi_page #testimonials-slider .container .slide-container .testimonials-slides .bar {
            height: 6px;
            width: 177px;
            background-color: #e8bd34;
            margin: 0 auto 1em; }
          .page-template-template_new_twoi_page #testimonials-slider .container .slide-container .testimonials-slides .auth {
            text-align: center;
            max-width: 55%;
            margin: 0 auto; }
            .page-template-template_new_twoi_page #testimonials-slider .container .slide-container .testimonials-slides .auth p {
              margin-bottom: 0; }
            @media (max-width: 575px) {
              .page-template-template_new_twoi_page #testimonials-slider .container .slide-container .testimonials-slides .auth {
                max-width: 100%; } }
          .page-template-template_new_twoi_page #testimonials-slider .container .slide-container .testimonials-slides .slick-dots {
            bottom: -30px;
            left: 0; }
            .page-template-template_new_twoi_page #testimonials-slider .container .slide-container .testimonials-slides .slick-dots li.slick-active button:before {
              font-size: 75px;
              color: #ddb32e; }
            .page-template-template_new_twoi_page #testimonials-slider .container .slide-container .testimonials-slides .slick-dots li button:before {
              color: #fff;
              opacity: 1;
              font-size: 75px; }
    .page-template-template_new_twoi_page #testimonials-slider:before {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      background-image: url("_static/images/ellipses-one.png");
      background-size: cover;
      background-position: center; }
  .page-template-template_new_twoi_page #video-gallery {
    box-sizing: border-box;
    padding: 100px 0 80px; }
    .page-template-template_new_twoi_page #video-gallery .container {
      max-width: 1160px; }
      .page-template-template_new_twoi_page #video-gallery .container h3 {
        text-align: center;
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 80px; }
      .page-template-template_new_twoi_page #video-gallery .container .videos {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        .page-template-template_new_twoi_page #video-gallery .container .videos .vid-block {
          width: 48.5%;
          background-image: -moz-linear-gradient(90deg, rgba(228, 238, 255, 0.99608) 0%, #f1e8ec 100%);
          background-image: -webkit-linear-gradient(90deg, rgba(228, 238, 255, 0.99608) 0%, #f1e8ec 100%);
          background-image: -ms-linear-gradient(90deg, rgba(228, 238, 255, 0.99608) 0%, #f1e8ec 100%);
          box-shadow: 0px 20px 40px 0px rgba(72, 45, 0, 0.55);
          margin-bottom: 50px;
          text-align: center; }
          @media (max-width: 575px) {
            .page-template-template_new_twoi_page #video-gallery .container .videos .vid-block {
              width: 100%; } }
          .page-template-template_new_twoi_page #video-gallery .container .videos .vid-block .vid-header-title {
            box-sizing: border-box;
            padding: 15px;
            text-align: center;
            text-transform: uppercase;
            background-image: linear-gradient(90deg, #d5eece, #ecf8e4);
            font-size: 25px; }
          .page-template-template_new_twoi_page #video-gallery .container .videos .vid-block .vid-image-area {
            position: relative; }
            .page-template-template_new_twoi_page #video-gallery .container .videos .vid-block .vid-image-area .vid-embed {
              /*@media(max-width:1199px){
						position: relative;
						padding-bottom: 56.25%; /* 16:9 */
              /*height: 0;
						margin-top:30px;
						}*/ }
              .page-template-template_new_twoi_page #video-gallery .container .videos .vid-block .vid-image-area .vid-embed iframe {
                max-width: 90%;
                max-height: 540px;
                /*@media(max-width:1199px){
							  position: absolute;
							  top: 0;
							  left: 0;
							  width: 100%;
							  height: 100%;
								max-width:none;
								max-height: none;
							}*/ }
                @media (max-width: 1199px) {
                  .page-template-template_new_twoi_page #video-gallery .container .videos .vid-block .vid-image-area .vid-embed iframe {
                    max-height: 460px; } }
                @media (max-width: 991px) {
                  .page-template-template_new_twoi_page #video-gallery .container .videos .vid-block .vid-image-area .vid-embed iframe {
                    max-height: 360px; } }
                @media (max-width: 575px) {
                  .page-template-template_new_twoi_page #video-gallery .container .videos .vid-block .vid-image-area .vid-embed iframe {
                    max-height: 320px; } }
            .page-template-template_new_twoi_page #video-gallery .container .videos .vid-block .vid-image-area .no-vid-txt {
              margin: 25px auto 0;
              font-size: 19px;
              font-weight: 300;
              font-style: italic; }
            .page-template-template_new_twoi_page #video-gallery .container .videos .vid-block .vid-image-area .play-btn {
              position: absolute;
              z-index: 1;
              width: 97px;
              height: 97px;
              content: '';
              display: block;
              margin: auto;
              left: 0;
              right: 0;
              top: 0;
              bottom: 0;
              cursor: pointer;
              background-image: url("_static/images/play-icon.png");
              background-size: contain; }
              @media (max-width: 575px) {
                .page-template-template_new_twoi_page #video-gallery .container .videos .vid-block .vid-image-area .play-btn {
                  width: 90px;
                  height: 90px; } }
            .page-template-template_new_twoi_page #video-gallery .container .videos .vid-block .vid-image-area img {
              max-width: 215px;
              margin: 25px auto;
              -webkit-filter: drop-shadow(10px 0px 10px rgba(0, 0, 0, 0.5));
              -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=10, OffY=0, Color='#444')";
              filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=10, OffY=0, Color='#444')"; }
              @media (max-width: 575px) {
                .page-template-template_new_twoi_page #video-gallery .container .videos .vid-block .vid-image-area img {
                  max-width: 100%; } }
  .page-template-template_new_twoi_page #cta {
    box-sizing: border-box;
    padding: 40px 0;
    text-align: center;
    background-color: #f3c634; }
    .page-template-template_new_twoi_page #cta .btn-pulldown {
      margin: 0 auto;
      min-width: 338px; }
      .page-template-template_new_twoi_page #cta .btn-pulldown .btn-pulldown-handle a span.arrows {
        right: 3em; }
  .page-template-template_new_twoi_page #short-bio {
    box-sizing: border-box;
    padding: 140px 0 0;
    background-color: #fdfdfd;
    border-bottom: 28px solid #225f68; }
    @media (max-width: 991px) {
      .page-template-template_new_twoi_page #short-bio {
        padding: 75px 0 0; } }
    .page-template-template_new_twoi_page #short-bio .container {
      max-width: 960px;
      position: relative; }
      .page-template-template_new_twoi_page #short-bio .container .img-col img {
        position: absolute;
        bottom: 0;
        left: -100px;
        max-width: 540px; }
        @media (max-width: 991px) {
          .page-template-template_new_twoi_page #short-bio .container .img-col img {
            position: relative;
            left: auto;
            max-width: 500px;
            margin: 0 auto;
            display: block; } }
        @media (max-width: 575px) {
          .page-template-template_new_twoi_page #short-bio .container .img-col img {
            max-width: 100%; } }
      .page-template-template_new_twoi_page #short-bio .container .txt-col .button {
        font-size: 17px;
        font-weight: 600;
        background-color: #f3c634;
        border-color: #f3c634;
        height: 60px;
        line-height: 60px; }
        .page-template-template_new_twoi_page #short-bio .container .txt-col .button:hover {
          border-color: #225f68;
          background-color: #225f68; }
      @media (max-width: 991px) {
        .page-template-template_new_twoi_page #short-bio .container .txt-col {
          display: none; } }
    .page-template-template_new_twoi_page #short-bio .mobile-txt {
      color: #fff;
      background-color: #225f68;
      padding: 50px 0 0;
      display: none; }
      .page-template-template_new_twoi_page #short-bio .mobile-txt .button {
        font-size: 17px;
        font-weight: 600;
        background-color: #f3c634;
        border-color: #f3c634;
        height: 60px;
        line-height: 60px; }
        .page-template-template_new_twoi_page #short-bio .mobile-txt .button:hover {
          border-color: #225f68;
          background-color: #225f68; }
      @media (max-width: 991px) {
        .page-template-template_new_twoi_page #short-bio .mobile-txt {
          display: block; } }
  .page-template-template_new_twoi_page #events-gallery, .page-template-template_new_twoi_page #media-gallery {
    box-sizing: border-box;
    padding: 130px 0; }
    @media (max-width: 991px) {
      .page-template-template_new_twoi_page #events-gallery, .page-template-template_new_twoi_page #media-gallery {
        padding: 75px 0; } }
    .page-template-template_new_twoi_page #events-gallery .container, .page-template-template_new_twoi_page #media-gallery .container {
      max-width: 1340px; }
      .page-template-template_new_twoi_page #events-gallery .container h3, .page-template-template_new_twoi_page #media-gallery .container h3 {
        text-align: center;
        margin-bottom: 75px;
        font-weight: 600; }
      .page-template-template_new_twoi_page #events-gallery .container .events, .page-template-template_new_twoi_page #media-gallery .container .events {
        display: flex;
        justify-content: center;
        flex-wrap: wrap; }
        @media (max-width: 1199px) {
          .page-template-template_new_twoi_page #events-gallery .container .events, .page-template-template_new_twoi_page #media-gallery .container .events {
            justify-content: space-between; } }
        .page-template-template_new_twoi_page #events-gallery .container .events .event, .page-template-template_new_twoi_page #media-gallery .container .events .event {
          width: 30.5%;
          margin: 0 17px 34px;
          text-align: center;
          background-color: #e6eced;
          box-sizing: border-box;
          padding: 25px 30px; }
          @media (max-width: 1199px) {
            .page-template-template_new_twoi_page #events-gallery .container .events .event, .page-template-template_new_twoi_page #media-gallery .container .events .event {
              width: 48.5%;
              margin: 0 0 25px; } }
          @media (max-width: 575px) {
            .page-template-template_new_twoi_page #events-gallery .container .events .event, .page-template-template_new_twoi_page #media-gallery .container .events .event {
              width: 100%; } }
          .page-template-template_new_twoi_page #events-gallery .container .events .event img, .page-template-template_new_twoi_page #media-gallery .container .events .event img {
            max-width: 230px; }
          .page-template-template_new_twoi_page #events-gallery .container .events .event .title, .page-template-template_new_twoi_page #media-gallery .container .events .event .title {
            line-height: 24px;
            padding: 30px 0;
            text-transform: uppercase;
            font-size: 20px;
            font-weight: 600; }
          .page-template-template_new_twoi_page #events-gallery .container .events .event .button, .page-template-template_new_twoi_page #media-gallery .container .events .event .button {
            background-color: #225f68;
            border-color: #225f68;
            min-width: 155px;
            font-size: 17px; }
            .page-template-template_new_twoi_page #events-gallery .container .events .event .button:hover, .page-template-template_new_twoi_page #media-gallery .container .events .event .button:hover {
              background-color: #f3c634;
              border-color: #f3c634; }
  .page-template-template_new_twoi_page #opt-in {
    box-sizing: border-box;
    padding: 75px 0 150px; }
    @media (max-width: 991px) {
      .page-template-template_new_twoi_page #opt-in {
        padding: 0; } }
    .page-template-template_new_twoi_page #opt-in .bg {
      max-height: 527px;
      position: relative;
      background-color: #225f68;
      box-sizing: border-box;
      padding: 75px 0; }
      @media (max-width: 991px) {
        .page-template-template_new_twoi_page #opt-in .bg {
          max-height: none; } }
      .page-template-template_new_twoi_page #opt-in .bg:before {
        position: absolute;
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        background-image: url(_static/images/ellipses-two.png);
        background-size: cover;
        background-position: center; }
        @media (max-width: 991px) {
          .page-template-template_new_twoi_page #opt-in .bg:before {
            background-position: top left; } }
      .page-template-template_new_twoi_page #opt-in .bg .container {
        position: relative;
        z-index: 1; }
      .page-template-template_new_twoi_page #opt-in .bg .grid {
        margin-top: -13%; }
        @media (max-width: 1199px) {
          .page-template-template_new_twoi_page #opt-in .bg .grid {
            margin-top: -11.5%; } }
        @media (max-width: 991px) {
          .page-template-template_new_twoi_page #opt-in .bg .grid {
            margin-top: 0; } }
        .page-template-template_new_twoi_page #opt-in .bg .grid .cell {
          display: flex;
          justify-content: center;
          flex-direction: column; }
      .page-template-template_new_twoi_page #opt-in .bg .img-col img {
        max-width: 515px;
        box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5); }
        @media (max-width: 1199px) {
          .page-template-template_new_twoi_page #opt-in .bg .img-col img {
            max-width: 100%; } }
        @media (max-width: 991px) {
          .page-template-template_new_twoi_page #opt-in .bg .img-col img {
            max-width: 80%;
            display: block;
            margin: 0 auto 25px; } }
        @media (max-width: 767px) {
          .page-template-template_new_twoi_page #opt-in .bg .img-col img {
            max-width: 60%; } }
        @media (max-width: 575px) {
          .page-template-template_new_twoi_page #opt-in .bg .img-col img {
            max-width: 100%; } }
      .page-template-template_new_twoi_page #opt-in .bg h3 {
        color: #fff;
        font-weight: 600; }
      .page-template-template_new_twoi_page #opt-in .bg form {
        text-align: center;
        max-width: 404px;
        width: 100%;
        margin: 0 auto; }
        .page-template-template_new_twoi_page #opt-in .bg form ::-webkit-input-placeholder {
          /* Edge */
          color: #000;
          opacity: 1;
          text-transform: uppercase;
          font-size: 16px;
          font-weight: 600;
          font-family: "proxima-nova"; }
        .page-template-template_new_twoi_page #opt-in .bg form :-ms-input-placeholder {
          /* Internet Explorer 10-11 */
          color: #000;
          opacity: 1;
          text-transform: uppercase;
          font-size: 16px;
          font-weight: 600;
          font-family: "proxima-nova"; }
        .page-template-template_new_twoi_page #opt-in .bg form ::placeholder {
          color: #000;
          opacity: 1;
          text-transform: uppercase;
          font-size: 16px;
          font-weight: 600;
          font-family: "proxima-nova"; }
        .page-template-template_new_twoi_page #opt-in .bg form input {
          display: block;
          width: 100%;
          height: 66px; }
        .page-template-template_new_twoi_page #opt-in .bg form button {
          height: 66px;
          line-height: 66px;
          background-color: #f3c634;
          border-color: #f3c634;
          color: #fff;
          padding: 0 75px;
          font-size: 24px;
          font-weight: 600;
          font-family: "proxima-nova"; }
          .page-template-template_new_twoi_page #opt-in .bg form button:hover {
            background-color: #225f68;
            border-color: #fff; }
  .page-template-template_new_twoi_page .btn-pulldown {
    position: relative;
    display: block;
    width: 100%;
    max-width: 254px; }
  .page-template-template_new_twoi_page .btn-pulldown-handle a {
    position: relative;
    display: block;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .030em;
    font-size: 17px;
    font-weight: 700;
    line-height: 59px;
    padding: 0 20px 0 0;
    height: 59px;
    background: #225f68;
    color: #fff;
    border-radius: 10px;
    transition-property: border-radius, background, color;
    transition-duration: 0s, 0.16s, 0.16s;
    transition-delay: 0.26s, 0s, 0s; }
  .page-template-template_new_twoi_page .btn-pulldown.-open .btn-pulldown-handle a {
    z-index: 2;
    border-radius: 10px 10px 0 0;
    transition-duration: 0s, 0.16s, 0.16s;
    transition-delay: 0s, 0s, 0s; }
  .page-template-template_new_twoi_page .btn-pulldown-handle a span.arrows {
    position: absolute;
    right: 15px;
    top: 30%;
    display: block;
    width: 50px;
    height: 30px;
    margin-top: -2px;
    transition: all 0.3s ease-in-out;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjMuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxOTIwIDEwODAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE5MjAgMTA4MDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiNGRkZGRkY7fQo8L3N0eWxlPgo8Zz4KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik05NjAuNiw2NTAuNGMtMjYuNy0yNi45LTUzLjEtNTMuNS03OS41LTgwLjFjLTIyLjYtMjIuOC00NS4zLTQ1LjUtNjgtNjguMmMtMzAuOS0zMC45LTYyLTYxLjgtOTIuOS05Mi44CgkJYy0yNS44LTI1LjgtNTEuNS01MS42LTc3LjItNzcuNGMtMjUuMy0yNS4zLTUwLjYtNTAuNi03Ni03NS44Yy0xMi44LTEyLjctMjEuMS0yNy45LTIyLjQtNDUuOWMtMS4zLTE4LjMsNC41LTM0LjcsMTYuNC00OC44CgkJYzkuNy0xMS41LDIyLjItMTkuMiwzNi44LTIyYzIxLjQtNC4yLDQxLjYtMC4yLDU4LDE0LjhjMTQuNiwxMy4yLDI4LDI3LjYsNDIsNDEuNWMxMi44LDEyLjcsMjUuNywyNS4zLDM4LjQsMzgKCQljMTYuNiwxNi42LDMzLDMzLjQsNDkuNiw1MC4xYzEyLjUsMTIuNSwyNS4yLDI0LjksMzcuNywzNy40YzE2LjgsMTYuOSwzMy42LDMzLjgsNTAuNCw1MC43YzExLjEsMTEuMSwyMi41LDIyLDMzLjYsMzMuMQoJCWMxNi44LDE2LjcsMzMuNSwzMy40LDUwLjEsNTAuMmMyLjgsMi44LDQuNCwyLjcsNy4yLTAuMmMxMi45LTEzLDI2LjEtMjUuNywzOS4xLTM4LjZjMTMuOC0xMy44LDI3LjMtMjcuOCw0MS00MS42CgkJYzE0LjctMTQuOSwyOS41LTI5LjcsNDQuMy00NC41YzE1LjYtMTUuNSwzMS4zLTMwLjgsNDYuOS00Ni4yYzE0LjgtMTQuNiwyOS40LTI5LjQsNDQuMS00NC4xYzE0LjctMTQuNywyOS40LTI5LjQsNDQuMS00NC4xCgkJYzEyLjgtMTIuOSwyNS0yNi4zLDM4LjMtMzguNmMxMS4yLTEwLjMsMjQuMi0xNy4xLDQwLjEtMTguOGMxNS44LTEuNiwzMC4yLDEuNiw0My4xLDkuN2MxMy42LDguNiwyMy42LDIwLjcsMjguNSwzNi44CgkJYzMuMywxMC44LDQuOSwyMS4zLDIuMywzMi4zYy0yLjcsMTEuNS02LjQsMjIuNy0xNSwzMS40Yy0zMy43LDM0LjItNjcuNCw2OC40LTEwMS4zLDEwMi41Yy0yNC4xLDI0LjMtNDguNCw0OC41LTcyLjYsNzIuNwoJCWMtMzQuNCwzNC40LTY4LjgsNjguOC0xMDMuMywxMDMuMmMtMzAuMiwzMC4yLTYwLjUsNjAuMy05MC43LDkwLjVjLTEwLjIsMTAuMi0yMC40LDIwLjUtMzAuNiwzMC43CgkJQzk2Mi42LDY0OC44LDk2MS45LDY0OS4zLDk2MC42LDY1MC40eiIvPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTEzNzguMyw0OTYuNGMtMS4yLDIyLjItOC4yLDM4LjctMjEuOSw1Mi4zYy0xNi41LDE2LjQtMzMuMSwzMi43LTQ5LjUsNDkuMmMtMTQsMTQtMjcuNywyOC4zLTQxLjcsNDIuMwoJCWMtMTEuMywxMS4zLTIyLjgsMjIuMy0zNC4xLDMzLjZjLTEwLjEsMTAuMS0yMCwyMC41LTMwLjIsMzAuN2MtMTMuNSwxMy41LTI3LjIsMjYuOS00MC44LDQwLjVjLTIyLjksMjIuOS00NS43LDQ1LjgtNjguNiw2OC42CgkJYy0xNi43LDE2LjYtMzMuNSwzMy4xLTUwLjEsNDkuOGMtMjMuOCwyMy43LTQ3LjUsNDcuNS03MS4yLDcxLjNjLTIsMi00LjIsMy43LTUuOSw1LjljLTIuNSwzLjItNC4yLDIuNS02LjcsMAoJCWMtMTQuMi0xNC40LTI4LjYtMjguNi00Mi45LTQyLjljLTE2LjItMTYuMy0zMi4zLTMyLjgtNDguNi00OS4xYy0xNS4xLTE1LjEtMzAuNC0zMC00NS42LTQ1LjFjLTE0LjMtMTQuMy0yOC40LTI4LjgtNDIuNy00My4xCgkJYy0xNS4zLTE1LjMtMzAuOC0zMC41LTQ2LjItNDUuOWMtMjMuNC0yMy40LTQ2LjctNDctNzAuMi03MC40Yy0yMC40LTIwLjQtNDEtNDAuNi02MS4zLTYxYy0xMi45LTEyLjktMjYuMi0yNS41LTM4LjItMzkuMgoJCWMtMTcuNy0yMC4yLTIyLjItNDMuNi0xMi41LTY5LjFjMTEuNS0zMC4zLDQ1LjItNDcuOSw3NS41LTQxLjdjMTUsMy4xLDI3LjQsMTAuNiwzOC4xLDIxLjJjMTEuNSwxMS40LDIyLjksMjMsMzQuNCwzNC41CgkJYzE4LjMsMTguMywzNi41LDM2LjcsNTQuOCw1NWMxMC44LDEwLjgsMjEuNywyMS41LDMyLjUsMzIuM2MxNi4xLDE2LjIsMzIuMiwzMi40LDQ4LjMsNDguNWMxMC45LDEwLjksMjEuOSwyMS43LDMyLjgsMzIuNgoJCWMxOC4zLDE4LjMsMzYuNSwzNi42LDU0LjgsNTQuOWMxMi40LDEyLjUsMjQuOSwyNC45LDM3LjIsMzcuNGMyLjQsMi40LDQuMiwyLjMsNi42LTAuMWMyMC4yLTIwLjQsNDAuNi00MC44LDYwLjktNjEuMQoJCWMyMy41LTIzLjUsNDcuMS00Ni45LDcwLjYtNzAuM2MyMC43LTIwLjcsNDEuMi00MS41LDYxLjktNjIuMWMxOC4yLTE4LjIsMzYuNi0zNi4zLDU0LjktNTQuNGMxMi44LTEyLjgsMjUuNS0yNS43LDM4LjQtMzguNQoJCWM5LTksMTcuNi0xOC42LDI5LjUtMjQuMWMxNi4xLTcuNCwzMi41LTkuMiw0OS44LTMuNmMxMS4zLDMuNywyMC44LDkuNiwyOC44LDE3LjljNyw3LjEsMTIuNCwxNS41LDE0LjgsMjUuNAoJCUMxMzc1LjYsNDg1LjQsMTM3Ny4zLDQ5Mi4zLDEzNzguMyw0OTYuNHoiLz4KPC9nPgo8L3N2Zz4K);
    background-position: 97% 50%;
    background-repeat: no-repeat;
    background-size: 60px; }
  .page-template-template_new_twoi_page .btn-pulldown.-open .btn-pulldown-handle a span.arrows {
    transform: rotate(180deg);
    transform-origin: 40% 45%;
    margin-top: 0; }
  .page-template-template_new_twoi_page .btn-pulldown-list {
    position: absolute;
    z-index: 2;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.26s ease-in;
    background: #fff;
    border-radius: 0 0 3px 3px; }
  .page-template-template_new_twoi_page .btn-pulldown.-open .btn-pulldown-list {
    max-height: 300px;
    border: 1px solid #f2f2f2;
    overflow: auto;
    transition: max-height 0.2s ease-in; }
  .page-template-template_new_twoi_page .btn-pulldown-list a {
    display: block;
    padding: 0 10px;
    color: #141413;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none;
    transition-duration: 0.06s; }
  .page-template-template_new_twoi_page .btn-pulldown-list a:hover {
    color: #ddb32e; }
  .page-template-template_new_twoi_page .btn-pulldown-list a div {
    border-top: 1px solid #f2f2f2;
    padding: 9px 3px; }
  .page-template-template_new_twoi_page .footer-top {
    margin-top: 50px;
    box-shadow: 0px -10px 20px -5px rgba(0, 0, 0, 0.24); }

/*SPEAKING PAGE*/
.page-template-template_speaking_page .hero-header {
  margin: -50px auto 0;
  position: relative;
  min-height: 525px;
  overflow: hidden;
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: #0e0d05; }
  @media (max-width: 575px) {
    .page-template-template_speaking_page .hero-header {
      min-height: 300px;
      background-position: 60% 20%; } }
  .page-template-template_speaking_page .hero-header .hero-text-outer {
    position: relative;
    min-height: 525px; }
    @media (max-width: 575px) {
      .page-template-template_speaking_page .hero-header .hero-text-outer {
        min-height: 300px; } }
    .page-template-template_speaking_page .hero-header .hero-text-outer .hero-text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      z-index: 3; }
      @media (max-width: 767px) {
        .page-template-template_speaking_page .hero-header .hero-text-outer .hero-text {
          max-widtH: 300px; } }
      .page-template-template_speaking_page .hero-header .hero-text-outer .hero-text h1 {
        line-height: normal;
        margin-bottom: 0; }
        @media (max-width: 575px) {
          .page-template-template_speaking_page .hero-header .hero-text-outer .hero-text h1 span {
            font-size: 40px !important; } }
      @media (max-width: 575px) {
        .page-template-template_speaking_page .hero-header .hero-text-outer .hero-text p span {
          font-size: 18px !important; } }
  .page-template-template_speaking_page .hero-header:before {
    height: 132px;
    width: 100%;
    content: '';
    display: block;
    position: absolute;
    bottom: -10%;
    background-image: url("_static/images/wavy-lines.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }

@media (max-width: 1199px) {
  .page-template-template_speaking_page .section-quote .cls-background {
    padding: 0 !important; } }

.page-template-template_speaking_page .section-quote .quote-box {
  padding: 0; }
  .page-template-template_speaking_page .section-quote .quote-box .quote .quote-mark {
    width: 29px;
    height: 19px;
    margin: 0 auto 25px;
    background-image: url(_static/images/speaking-quotes.png); }
  .page-template-template_speaking_page .section-quote .quote-box .quote .txt {
    line-height: 29px;
    margin-bottom: 10px;
    color: #141413;
    font-style: normal;
    font-size: 24px; }
  .page-template-template_speaking_page .section-quote .quote-box .quote .auth {
    line-height: 24px;
    color: #141413;
    margin-bottom: 0;
    text-transform: none;
    font-size: 17px; }

.page-template-template_speaking_page .section-quote.black-quote .quote-mark {
  background-image: url(_static/images/speaking-quotes-blk.png) !important; }

.page-template-template_speaking_page .section-lectures .cell {
  display: flex;
  justify-content: center;
  flex-direction: column; }

.page-template-template_speaking_page .section-lectures .box-outline {
  border: 1px solid #a9b1b1;
  box-sizing: border-box;
  padding: 40px 75px; }
  @media (max-width: 991px) {
    .page-template-template_speaking_page .section-lectures .box-outline {
      margin-bottom: 50px;
      padding: 40px; }
      .page-template-template_speaking_page .section-lectures .box-outline p {
        margin: 0 0 25px; } }
  .page-template-template_speaking_page .section-lectures .box-outline ul {
    list-style: none;
    margin-bottom: 0; }
    .page-template-template_speaking_page .section-lectures .box-outline ul li:before {
      content: '•';
      margin-right: 10px;
      position: relative;
      top: -4px;
      font-size: 10px; }

.page-template-template_speaking_page .section-lectures .lecture-testimonials {
  padding-left: 25px; }
  @media (max-width: 991px) {
    .page-template-template_speaking_page .section-lectures .lecture-testimonials {
      padding-left: 0; } }
  .page-template-template_speaking_page .section-lectures .lecture-testimonials p {
    margin-bottom: 60px; }
    .page-template-template_speaking_page .section-lectures .lecture-testimonials p:last-child {
      margin-bottom: 0; }
  .page-template-template_speaking_page .section-lectures .lecture-testimonials br + span {
    margin-top: 10px;
    display: block; }

.page-template-template_speaking_page a {
  text-decoration: none;
  color: #141413; }
  .page-template-template_speaking_page a:hover {
    text-decoration: underline;
    color: #4bc0b7; }

.page-template-template_speaking_page .button-primary {
  border-color: #000;
  height: 74px;
  line-height: 74px;
  background-color: #2f6868;
  font-size: 20px; }
  .page-template-template_speaking_page .button-primary:hover {
    text-decoration: none;
    background-color: #4bc0b7; }

.page-template-template_speaking_page #boston-globe .cls-background {
  padding: 0; }
  @media (max-width: 767px) {
    .page-template-template_speaking_page #boston-globe .cls-background br {
      display: none; } }
  .page-template-template_speaking_page #boston-globe .cls-background .auth {
    font-size: 19px; }

.page-template-template_speaking_page #harriet-lerner .cls-background {
  padding-bottom: 50px; }

.page-template-template_speaking_page .squiggly-lines {
  position: relative; }
  .page-template-template_speaking_page .squiggly-lines:before {
    height: 132px;
    width: 100%;
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 40%;
    background-image: url("_static/images/squiggly-lines.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }

.page-template-template_speaking_page h4.featured-heading {
  max-width: 1100px;
  position: relative;
  color: #232121;
  font-weight: 400;
  font-size: 21px;
  margin: 0 auto 50px; }
  @media (max-width: 991px) {
    .page-template-template_speaking_page h4.featured-heading {
      margin-bottom: 25px; } }
  @media (max-width: 575px) {
    .page-template-template_speaking_page h4.featured-heading {
      font-size: 15px;
      margin-bottom: 25px; } }
  .page-template-template_speaking_page h4.featured-heading:after {
    display: block;
    content: "";
    margin-top: -5px;
    position: relative;
    top: -10px;
    background: #2f6868;
    width: 100%;
    height: 2px; }
    @media (max-width: 575px) {
      .page-template-template_speaking_page h4.featured-heading:after {
        top: -5px; } }
  .page-template-template_speaking_page h4.featured-heading span {
    background-color: #fff;
    position: relative;
    z-index: 101;
    padding-right: 20px; }

.page-template-template_speaking_page .section-book-slider .cls-background {
  padding-bottom: 75px; }

@media (max-width: 767px) {
  .page-template-template_speaking_page .section-book-slider {
    margin-top: 50px; } }

.page-template-template_speaking_page .section-book-slider .books-slider {
  /* the slides */
  /* the parent */ }
  .page-template-template_speaking_page .section-book-slider .books-slider .slick-slide {
    margin: 0 20px; }
  .page-template-template_speaking_page .section-book-slider .books-slider .slick-list {
    margin: 0 -20px; }
  .page-template-template_speaking_page .section-book-slider .books-slider .book {
    padding: 5px; }
    .page-template-template_speaking_page .section-book-slider .books-slider .book .book-img {
      min-height: 420px; }
      @media (max-width: 991px) {
        .page-template-template_speaking_page .section-book-slider .books-slider .book .book-img {
          min-height: 325px; } }
      .page-template-template_speaking_page .section-book-slider .books-slider .book .book-img img {
        margin-bottom: 25px;
        width: 100%;
        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4); }
  .page-template-template_speaking_page .section-book-slider .books-slider .photo-arrow-prev {
    position: absolute;
    left: -115px;
    top: 20%;
    content: '';
    width: 105px;
    height: 105px;
    display: block;
    background-image: url("_static/images/left-arrow-photo.png");
    background-size: contain;
    background-repeat: no-repeat; }
    @media (max-width: 1199px) {
      .page-template-template_speaking_page .section-book-slider .books-slider .photo-arrow-prev {
        width: 75px;
        height: 75px;
        left: -85px; } }
  .page-template-template_speaking_page .section-book-slider .books-slider .photo-arrow-next {
    position: absolute;
    right: -125px;
    top: 20%;
    content: '';
    width: 105px;
    height: 105px;
    display: block;
    background-image: url("_static/images/right-arrow-photo.png");
    background-size: contain;
    background-repeat: no-repeat; }
    @media (max-width: 1199px) {
      .page-template-template_speaking_page .section-book-slider .books-slider .photo-arrow-next {
        width: 75px;
        height: 75px;
        right: -95px; } }
  .page-template-template_speaking_page .section-book-slider .books-slider .slick-dots {
    bottom: 0; }
    .page-template-template_speaking_page .section-book-slider .books-slider .slick-dots li {
      margin: 0 10px; }
      .page-template-template_speaking_page .section-book-slider .books-slider .slick-dots li.slick-active button:before {
        color: #46c3b2; }
      .page-template-template_speaking_page .section-book-slider .books-slider .slick-dots li button:before {
        font-size: 70px;
        color: #46c3b2; }

.page-template-template_speaking_page #selected-writing h4.featured-heading span, .page-template-template_speaking_page #selected-media h4.featured-heading span {
  background-color: #f1f2f2; }

.page-template-template_speaking_page #selected-writing p, .page-template-template_speaking_page #selected-media p {
  line-height: 1.75; }

@media (max-width: 1400px) {
  .page-template-template_speaking_page #selected-media.top-tear:before {
    top: -17.5%; } }

@media (max-width: 1199px) {
  .page-template-template_speaking_page #selected-media.top-tear:before {
    top: -50px; } }

@media (max-width: 991px) {
  .page-template-template_speaking_page #selected-media.top-tear:before {
    top: -40px; } }

@media (max-width: 767px) {
  .page-template-template_speaking_page #selected-media.top-tear:before {
    top: -30px; } }

@media (max-width: 575px) {
  .page-template-template_speaking_page #selected-media.top-tear:before {
    top: -20px; } }

@media (min-width: 1700px) {
  .page-template-template_speaking_page #selected-writing.top-tear:before {
    top: -10%;
    height: 90px; } }

@media (max-width: 1400px) {
  .page-template-template_speaking_page #selected-writing.top-tear:before {
    top: -8%;
    height: 70px; } }

@media (max-width: 1199px) {
  .page-template-template_speaking_page #selected-writing.top-tear:before {
    top: -50px;
    height: 50px; } }

@media (max-width: 991px) {
  .page-template-template_speaking_page #selected-writing.top-tear:before {
    top: -40px;
    height: 40px; } }

@media (max-width: 767px) {
  .page-template-template_speaking_page #selected-writing.top-tear:before {
    top: -30px;
    height: 30px; } }

@media (max-width: 575px) {
  .page-template-template_speaking_page #selected-writing.top-tear:before {
    top: -20px;
    height: 20px; } }

@media (max-width: 767px) {
  .page-template-template_speaking_page .section-videos {
    margin-top: 50px; } }

.page-template-template_speaking_page .section-videos .videos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto; }
  .page-template-template_speaking_page .section-videos .videos .video {
    width: 48%;
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      .page-template-template_speaking_page .section-videos .videos .video {
        width: 100%; } }
    .page-template-template_speaking_page .section-videos .videos .video .vid-title {
      line-height: normal;
      font-weight: 700; }
      @media (max-width: 991px) {
        .page-template-template_speaking_page .section-videos .videos .video .vid-title {
          text-align: center; } }
    .page-template-template_speaking_page .section-videos .videos .video .vid-source {
      line-height: normal;
      color: #2f6868;
      text-align: right;
      font-weight: 600;
      font-style: italic;
      font-size: 16px; }
      @media (max-width: 991px) {
        .page-template-template_speaking_page .section-videos .videos .video .vid-source {
          text-align: center; } }
.page-template-template_speaking_page .top-tear {
  position: relative; }
  .page-template-template_speaking_page .top-tear:before {
    position: absolute;
    display: block;
    top: -75px;
    content: '';
    width: 100%;
    height: 75px;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-image: url(_static/images/torn-paper-top-2.png);
    background-position: top center;
    background-size: 100%;
    background-repeat: repeat-x; }
    @media (min-width: 1700px) {
      .page-template-template_speaking_page .top-tear:before {
        top: -22%;
        height: 100px; } }
    @media (max-width: 1400px) {
      .page-template-template_speaking_page .top-tear:before {
        top: -17%;
        height: 80px; } }
    @media (max-width: 1199px) {
      .page-template-template_speaking_page .top-tear:before {
        top: -50px;
        height: 50px; } }
    @media (max-width: 991px) {
      .page-template-template_speaking_page .top-tear:before {
        top: -40px;
        height: 40px; } }
    @media (max-width: 767px) {
      .page-template-template_speaking_page .top-tear:before {
        top: -30px;
        height: 30px; } }
    @media (max-width: 575px) {
      .page-template-template_speaking_page .top-tear:before {
        top: -20px;
        height: 20px; } }
/****************************
Woocommerce Styles
Putting style overrides into the
following code blocks will provide enough
specificity to override most woocommerce styles
****************************/
/* WooCommerce 3.0 Gallery */
.woocommerce-product-gallery {
  position: relative;
  margin-bottom: 3em; }
  .woocommerce-product-gallery figure {
    margin: 0; }
  .woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 25%;
    display: inline-block; }
  .woocommerce-product-gallery .flex-control-thumbs li {
    list-style: none;
    float: left;
    cursor: pointer; }
  .woocommerce-product-gallery .flex-control-thumbs img {
    opacity: 0.5 .woocommerce-product-gallery .flex-control-thumbs img; }
    .woocommerce-product-gallery .flex-control-thumbs img :hover {
      opacity: 1; }
  .woocommerce-product-gallery img.flex-active {
    opacity: 1; }
  .woocommerce-product-gallery img {
    display: block; }

.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: 33.3333%; }

.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 25%; }

.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 20%; }

.woocommerce-product-gallery__trigger {
  position: absolute;
  top: 1em;
  right: 1em;
  z-index: 99; }

a.woocommerce-product-gallery__trigger {
  text-decoration: none; }

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: .875em;
  right: .875em;
  display: block;
  height: 2em;
  width: 2em;
  border-radius: 3px;
  z-index: 99;
  text-align: center;
  text-indent: -999px;
  overflow: hidden;
  background-color: #169fda;
  color: #fff; }
  .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
    background-color: #1781ae;
    border-color: #1781ae;
    color: #fff; }
  .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    content: "\f00e";
    line-height: 2;
    text-indent: 0; }

.woocommerce-message, .woocommerce-info {
  border-top-color: #4bc0b7 !important; }

.woocommerce-message::before, .woocommerce-info:before {
  color: #4bc0b7 !important; }

.woocommerce .woocommerce-message .button, .woocommerce button.button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce #payment #place_order, .woocommerce-page #payment #place_order, .woocommerce-page .wc-backward.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .order-again .button, .woocommerce a.button, .woocommerce input.button {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #fff;
  line-height: 38px;
  letter-spacing: 0.007em;
  white-space: nowrap;
  background-color: #4bc0b7;
  border: 1px solid #4bc0b7;
  cursor: pointer;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: 600;
  font-family: "proxima-nova";
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 0; }
  .woocommerce .woocommerce-message .button:hover, .woocommerce button.button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover, .woocommerce-page .wc-backward.button:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .order-again .button:hover, .woocommerce a.button:hover, .woocommerce input.button:hover {
    color: #fff;
    background-color: #2f6868;
    border-color: #2f6868; }
  .woocommerce .woocommerce-message .button:focus, .woocommerce button.button:focus, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus, .woocommerce #payment #place_order:focus, .woocommerce-page #payment #place_order:focus, .woocommerce-page .wc-backward.button:focus, .woocommerce #respond input#submit.alt:focus, .woocommerce a.button.alt:focus, .woocommerce button.button.alt:focus, .woocommerce input.button.alt:focus, .order-again .button:focus, .woocommerce a.button:focus, .woocommerce input.button:focus {
    color: #fff;
    background-color: #2f6868;
    border-color: #2f6868;
    outline: 0; }

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  width: 100%; }

.woocommerce-page table.cart td.actions .coupon {
  min-width: 27%; }

.woocommerce-cart table.cart td.actions .coupon .input-text {
  height: 38px;
  width: 45%;
  text-transform: uppercase;
  font-size: 13px; }

.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled] {
  line-height: normal;
  color: #fff; }
  .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover {
    color: #fff;
    background-color: #2f6868;
    border-color: #2f6868; }

.woocommerce-ordering {
  position: relative;
  z-index: 1;
  margin-bottom: 5% !important; }
  .woocommerce-ordering select {
    font-size: 14px;
    display: none; }

.ia-cc-images {
  position: relative;
  top: 1em; }

/***************************************
Vendor custom styles
contains custom styling overrides for plugins/dependancies
***************************************/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
    @media (max-width: 991px) {
      .slick-slide img {
        display: inline-block; } }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("_static/images/ajax-loader.gif") center center no-repeat; }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '←'; }

[dir='rtl'] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '→'; }

[dir='rtl'] .slick-next:before {
  content: '←'; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -50px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 2px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: "proxima-nova";
  font-size: 40px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

/*WP Pagenavi*/
.wp-pagenavi span.pages, .wp-pagenavi a.last, .wp-pagenavi .first {
  display: none; }

.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink, .wp-pagenavi .extend, .wp-pagenavi .page, .wp-pagenavi span {
  box-sizing: border-box;
  padding: 15px;
  margin: 0;
  border: 1px solid #f0f2f7;
  border-left: 0;
  font-family: "proxima-nova";
  font-size: 12px;
  font-weight: 600; }
  @media (max-width: 575px) {
    .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink, .wp-pagenavi .extend, .wp-pagenavi .page, .wp-pagenavi span {
      padding: 10px; } }
  .wp-pagenavi .previouspostslink:hover, .wp-pagenavi .nextpostslink:hover, .wp-pagenavi .extend:hover, .wp-pagenavi .page:hover, .wp-pagenavi span:hover {
    background-color: #4bc0b7;
    border-color: #4bc0b7;
    color: #fff; }

.wp-pagenavi .previouspostslink {
  border-left: 1px solid #f0f2f7;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; }

.wp-pagenavi .nextpostslink {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }

.wp-pagenavi span.current {
  background-color: #294153;
  border-color: #294153;
  color: #fff; }

/*Easy Social Share*/
.ess-buttons li {
  margin-left: 15px !important; }

.ess-share-text {
  display: none !important; }

.ess-button--facebook {
  background-color: #3b5998 !important; }

.ess-button--twitter {
  background-color: #55acee !important; }

.ess-button {
  border-radius: 17px;
  height: 34px;
  line-height: 36px; }

.ess-button .ess-button-inner {
  padding-right: 15px !important; }
  .ess-button .ess-button-inner svg {
    font-size: 18px; }

.ess-button--twitter .ess-button-inner {
  position: relative;
  top: -2px; }
  .ess-button--twitter .ess-button-inner svg {
    font-size: 15px; }

.ess-button .ess-social-count {
  margin-top: -1em;
  position: relative;
  top: -4px;
  font-size: 12px;
  font-weight: 400; }

.ess-button--facebook .ess-button-inner, .ess-button--facebook .ess-social-count, .ess-button--twitter .ess-button-inner, .ess-button--twitter .ess-social-count {
  background: none !important; }

.entry-content .ess-image-wrap, .entry-content .ess-image-wrap > a {
  display: block; }

/*COUNTDOWN CLOCK*/
.wpcdt-countdown-wrp .textDiv_Days h4, .wpcdt-countdown-wrp .textDiv_Hours h4, .wpcdt-countdown-wrp .textDiv_Minutes h4, .wpcdt-countdown-wrp .textDiv_Seconds h4 {
  text-transform: lowercase;
  font-weight: 400 !important;
  font-size: 20px !important;
  font-family: "proxima-nova" !important; }
  @media (max-width: 575px) {
    .wpcdt-countdown-wrp .textDiv_Days h4, .wpcdt-countdown-wrp .textDiv_Hours h4, .wpcdt-countdown-wrp .textDiv_Minutes h4, .wpcdt-countdown-wrp .textDiv_Seconds h4 {
      font-size: 14px !important; } }
.wpcdt-countdown-wrp .textDiv_Days span, .wpcdt-countdown-wrp .textDiv_Hours span, .wpcdt-countdown-wrp .textDiv_Minutes span, .wpcdt-countdown-wrp .textDiv_Seconds span {
  color: #fff;
  font-weight: 600 !important;
  font-size: 60px !important;
  font-family: "proxima-nova" !important; }
  @media (max-width: 575px) {
    .wpcdt-countdown-wrp .textDiv_Days span, .wpcdt-countdown-wrp .textDiv_Hours span, .wpcdt-countdown-wrp .textDiv_Minutes span, .wpcdt-countdown-wrp .textDiv_Seconds span {
      font-size: 25px !important;
      margin-top: .5em; } }
/* GRAVITY FORMS*/
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  line-height: 38px;
  white-space: nowrap;
  border: 1px solid #141413;
  cursor: pointer;
  box-sizing: border-box;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 0;
  color: #fff;
  background-color: #4bc0b7;
  border-color: #4bc0b7; }
  .gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover, .gform_wrapper .gform_page_footer input.button:hover, .gform_wrapper .gform_page_footer input[type=submit]:hover {
    color: #fff;
    background-color: #2f6868;
    border-color: #2f6868; }
  .gform_wrapper .gform_footer input.button:focus, .gform_wrapper .gform_footer input[type=submit]:focus, .gform_wrapper .gform_page_footer input.button:focus, .gform_wrapper .gform_page_footer input[type=submit]:focus {
    color: #fff;
    background-color: #2f6868;
    border-color: #2f6868; }

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