/*
Theme Name: nine15-wp
Theme URI: http://underscores.me/
Author: Saud (saud@nine15.com)
Author URI: http://nine15.com
Description: Description
Version: 1.0.31
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nine15-wp
Tags:
*/
/*  ---------------------------------------------------------------------------------------
  #Normalize normalize.css v3.0.0 | MIT License | git.io/normalize
-------------------------------------------------------------------------------------------  */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/*  ---------------------------------------------------------------------------------------
    Tables
-------------------------------------------------------------------------------------------  */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*  ---------------------------------------------------------------------------------------
  #Variables
-------------------------------------------------------------------------------------------  */
/*  ---------------------------------------------------------------------------------------
    #Extends
-------------------------------------------------------------------------------------------  */
.btn, .wpcf7 form input[type='submit'] {
  transition: all 0.3s ease;
}

/*  ---------------------------------------------------------------------------------------
    #Layout Styles
-------------------------------------------------------------------------------------------  */
.hr-separator span {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.top-nav-bar .header-search .search-form label:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.embed-container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.embed-container iframe, .embed-container object, .embed-container embed, .embed-container video, .embed-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hide, .hidden {
  display: none;
}

/*  ---------------------------------------------------------------------------------------
    Bootstrap Grid
-------------------------------------------------------------------------------------------  */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

@media (min-width: 768px) {
  .table-row {
    display: table;
    width: 100%;
  }
  .table-row .table-col {
    display: table-cell;
    float: none;
  }
  .table-row .table-col.vertically-center {
    vertical-align: middle;
  }
}
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*  ---------------------------------------------------------------------------------------
    #Base Styles
-------------------------------------------------------------------------------------------  */
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  font-size: 17px; /*16px;*/
  font-family: "PT Sans", sans-serif;
  font-weight: normal;
  text-transform: none;
  color: #1a1a1a;
  letter-spacing: normal; /*0.075em;*/
  line-height: 29px; /*20px;*/
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
}

.jumbotron {
  padding: 30px 0;
}
.jumbotron h3 {
  margin: 0 0 36px;
}

/*  ---------------------------------------------------------------------------------------
    Elements
-------------------------------------------------------------------------------------------  */
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #ccc;
}

img {
  height:auto;
  max-width: 100%;
  /*border-width: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;*/
}

figure {
  margin: 0;
}

ul, ol {
	margin: 0 0 1.5em 1.5em;
}

ul {
	list-style: disc;
}


label {
  display: block;
  margin-bottom: 10px;
}

/*  ---------------------------------------------------------------------------------------
    #Form Styles
-------------------------------------------------------------------------------------------  */
form {
  margin: 0 0 20px 0;
}
form fieldset {
  margin-bottom: 20px;
  padding: 0;
  border-width: 0;
}
form p {
  margin-bottom: 10px;
}
form ul {
  list-style-type: none;
  margin: 0 0 20px 0;
  padding: 0;
}

.form-cta {
  margin-top: 20px;
}

/*  ---------------------------------------------------------------------------------------
    #Typography
-------------------------------------------------------------------------------------------  */
a {
  color: #006975;
  text-decoration: none;
}
a:hover {
  color: #006975;
  text-decoration: underline;
}

p {
  margin: 0 0 10px;
}

em {
  font-style: italic;
}

cite {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  margin: 10px 0 20px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  line-height: 1.3;
  color: #006975;
  text-rendering: optimizelegibility;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #006975;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 20px;
  font-weight:300;
  letter-spacing:0.03em;
}

h2.screen-reader-text {
	display:none;
}

h3 {
  font-size: 18px;
  font-weight:400;
  margin-top:24px;
}

h4 {
  font-size: 11px;
}

h5 {
  font-size: 10px;
}

h6 {
  font-size: 9px;
}

/*  ---------------------------------------------------------------------------------------
    #Header Styles
-------------------------------------------------------------------------------------------  */
#masthead {
  border-bottom: 1px solid #72999b;
}

#logo {
  width: 100%;
  padding: 40px 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  color: #5B4252;
  font-weight: 700;
  text-transform: none;
  text-align: center;
}
#logo img {
  width: auto;
  height: auto;
}

@media (max-width: 767px) {
  .centered-sm {
    text-align: center;
  }
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 18px;
  color: #c09853;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.alert-heading {
  color: inherit;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 18px;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.promo-banner h3 {
	font-size:16px;
	font-style:italic;
	font-weight:400;	
}

.promo-banner.subbanner {
	margin-bottom:32px;
}

.promo-banner.subbanner h3 {
	font-style:normal;
}

/*  ---------------------------------------------------------------------------------------
    #Margins
-------------------------------------------------------------------------------------------  */
.m-t-15 {
  margin-top: 15px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-b-30 {
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
## Top Nav Bar
--------------------------------------------------------------*/
.top-nav-bar {
  background-color: #72999b;
  padding: 10px 0 7px 0;
}
.top-nav-bar .header-social-links {
  float: left;
}
.top-nav-bar .header-social-links li {
  display: inline-block;
  margin-right: 10px;
}
.top-nav-bar .header-social-links li a {
  color: #fff;
  font-size: 28px;
}
.top-nav-bar .header-search {
  float: right;
}
.top-nav-bar .header-search .search-form {
  margin: 0;
}
.top-nav-bar .header-search .search-form label {
  margin: 0;
  position: relative;
}
.top-nav-bar .header-search .search-form label .search-field {
  padding-left: 25px;
  border: none;
  padding-top: 2px;
  padding-bottom: 2px;
}
.top-nav-bar .header-search .search-form label:before {
  font-family: FontAwesome;
  content: '\f002';
  left: 5px;
  color: #72999b;
}
.top-nav-bar .header-search .search-form .screen-reader-text, .top-nav-bar .header-search .search-form .search-submit {
  display: none;
}
.top-nav-bar:after {
  content: '';
  display: table;
  clear: both;
}

#hamburger {
  display: none;
}
#hamburger a {
  cursor: pointer;
  color: #c0e6e8;
}

.btn-close-nav {
  display: none;
  width: auto;
  padding: 0;
  height: auto;
  background: transparent;
  color: #fff;
  font-size: 1.7em;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #006975;
  text-transform: uppercase;
}
.main-navigation a {
  font-size: 14px;
  color: #006975;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}
.main-navigation a:hover {
  color: #006975;
}

.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  text-align: center;
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul li {
  display: inline-block;
  position: relative;
  padding: 15px 0;
}
.main-navigation ul li a {
  display: block;
  text-decoration: none;
  padding: 0 15px;
  border-right: 2px solid #006975;
}
.main-navigation ul li:last-child a {
  border-right: none;
}
.main-navigation ul li.current_page_item a, .main-navigation ul li.current-menu-item a, .main-navigation ul li:hover a {
  font-weight: 700;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul li {
  display: block;
  float: none;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul:after {
  content: '';
  display: table;
  clear: both;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.posts-navigation {
	width:100%;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.nav-previous, .nav-next {
	font-size:18px;
	font-weight:400;
}

.nav-next:after {
	content:' >>';
}

.nav-previous:before {
	content:'<< ';
}
/** Responsive **/
@media screen and (max-width: 767px) {
  #hamburger {
    display: inline-block;
  }
  
  
    .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    margin-bottom:18px;
    }

  .btn-close-nav {
    display: block;
  }

  .main-navigation {
    padding: 15px;
    max-width: 95%;
    background: #222;
    position: fixed;
    left: -300px;
    top: 0;
    overflow-y: scroll;
    min-height: 100%;
    width: 300px;
    z-index: 2000;
    padding-bottom: 100px;
    max-width: 95%;
    height: 100%;
    z-index: 999999;
    float: none;
    transition: all 0.3s ease;
  }
  .main-navigation ul {
    padding: 15px 0;
    text-align: left;
    display: block;
  }
  .main-navigation ul li {
    display: block;
    border-bottom: 1px solid #ccc;
    float: none;
  }
  .main-navigation ul li a {
    border-right: 0;
    color: #fff;
  }
  .main-navigation.nav-is-open {
    left: 0;
  }
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

h1.centered-content img {
	vertical-align:middle;
}

.centered-content {
  text-align: center;
}

.page-title {
  padding: 25px;
  background-color: #c0e6e8;
/*
  margin-left:-3000px;
  margin-right:-3000px;
*/
  overflow-x:hidden;
  text-align: center;
}
.entry-title {
	font-size:40px;
}
.post-featured-image {
  text-align: center;
  margin-bottom: 15px;
}

.in-the-media-section .section-title {
  margin-bottom: 30px;
}
.in-the-media-section .section-content > h3 {
  margin-bottom: 7px;
}
.in-the-media-section .section-content > h3:nth-child(2) {
  margin-top: 0;
}

/*
 *  WP QUESTIONS
 */

.single-wp_questions .entry-content p {
  font-size: 17px;
  line-height: 29px;
  margin-bottom: 18px;
  letter-spacing: normal;
}

.single-wp_questions .entry-content li {
  font-size: 17px;
  line-height: 29px;
  letter-spacing: normal;
}

/*
 *  PODCASTS
 */

.single-podcast #content{

}

.single-podcast .page-header .page-title h1{
  font-weight: bold;
}

.single-podcast .podcast .podcast-published-date{
  margin: 0 0 20px;
}

/*.single-podcast .podcast .player .thumbnail{
  padding-right: 10px;
}

.single-podcast .podcast .player .thumbnail img.thumbnail-image{
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;

  -webkit-box-shadow: 2px 3px 6px 0px rgba(0,0,0,0.45);
  -moz-box-shadow: 2px 3px 6px 0px rgba(0,0,0,0.45);
  box-shadow: 2px 3px 6px 0px rgba(0,0,0,0.45);
}*/

.single-podcast .podcast .post-featured-image{
  text-align: center;
  margin-bottom: 18px;
}

.single-podcast .podcast .post-featured-image img{
  -webkit-box-shadow: 2px 3px 6px 0px rgba(0,0,0,0.45);
  -moz-box-shadow: 2px 3px 6px 0px rgba(0,0,0,0.45);
  box-shadow: 2px 3px 6px 0px rgba(0,0,0,0.45);
}

.single-podcast .podcast .entry-content{
  margin-top: 0;
}

.single-podcast .podcast .entry-content h1:first-child,
.single-podcast .podcast .entry-content h2:first-child,
.single-podcast .podcast .entry-content h3:first-child,
.single-podcast .podcast .entry-content h4:first-child{
  margin-top: 0;
}

.single-podcast .podcast .entry-content > p {
  /*font-size: 18px;
  line-height: 24px;
  margin-bottom: 18px;
  letter-spacing: normal;*/
  color: #000;

  /*
    font-size: 16px;
    font-family: "PT Sans", sans-serif;
    font-weight: normal;
    text-transform: none;
    color: #1a1a1a;
    letter-spacing: 0.075em;
    //0.01em: ;
    line-height: 20px;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
  */
}

.single-podcast .podcast .entry-content > hr{
  margin: 30px 0;
  border-top: 2px solid #006975;
}

.single-podcast .podcast .entry-content > p a{
  color: #006975;
}

.single-podcast .podcast .entry-content > p strong{
  color: #006975;
  font-weight: bold;
}

.single-podcast .podcast .entry-content > ul li,
.single-podcast .podcast .entry-content > ol li {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: normal;
}

@media (min-width: 768px) {
  .single-podcast #content{
    background: url(/wp-content/themes/nine15-wp/images/lotus-bg.jpg);
    background-position: left center;
    background-repeat: no-repeat;
  }
  
  .post-featured-image {
    float: left;
    margin-right: 15px;
    margin-bottom: 18px;
    text-align: left;
  }

  .border-l-md {
    border-left: 1px solid #72999b;
  }
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.widget {
  margin: 0 0 1.5em;
  padding: 15px 25px;
  border: 2px solid #d5eef0;
  background: #fff;
  text-align: center;
}
.widget .align-left {
  text-align: left;
}
.widget .recent-post {
  margin-bottom: 15px;
}
.widget .recent-post .post-title {
  margin-bottom: 2px;
}
.widget hr {
  border-top-color: #7cb2b8;
}
.widget .btn, .widget .wpcf7 form input[type='submit'], .wpcf7 form .widget input[type='submit'] {
  overflow: hidden;
  /* white-space: nowrap; */
  line-height:125%;
  margin-top: 15px;
}

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

.banner {
  padding: 25px 25px 15px;
  background-color: #c0e6e8;
}
.banner.centered-content {
  text-align: center;
}

.hr-separator {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
}
.hr-separator span {
  width: 45px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("images/border-icon.png");
  height: 45px;
  top: -23px;
}
.hr-separator:after, .hr-separator:before {
  content: '';
  width: calc(50% - 30px);
  height: 4px;
  background-color: #fff;
  position: absolute;
}
.hr-separator:after {
  right: 0;
}
.hr-separator:before {
  left: 0;
}
.hr-separator.colored:after, .hr-separator.colored:before {
  background-color: #72999b;
}
.hr-separator.colored span {
  background-image: url("images/border-icon-colored.png");
}

/*  ---------------------------------------------------------------------------------------
    #Button Styles
-------------------------------------------------------------------------------------------  */
button {
  background-color: transparent;
  border: none;
  padding: 0;
}

.btn, .wpcf7 form input[type='submit'] {
  display: inline-block;
  padding: .7em 3em;
  cursor: pointer;
  border: 1px solid #006975;
  background: #006975;
  color: #ffffff;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
  text-align: center;
}

.homecenter a.btn {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.btn:hover, .wpcf7 form input[type='submit']:hover, .btn:focus, .wpcf7 form input[type='submit']:focus {
  text-decoration: none;
  border: 1px solid #006975;
  color: #ffffff;
  background: #006975;
}
.btn.btn-newsletter, .wpcf7 form input.btn-newsletter[type='submit'] {
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 0;
  height: 29px;
  width: 30px;
  border: none;
  padding: 0;
}
.btn.btn-search, .wpcf7 form input.btn-search[type='submit'] {
  height: 35px;
  font-size: 18px;
  padding: 0 3em;
}
.btn.btn-pink, .wpcf7 form input.btn-pink[type='submit'] {
  background-color: #EDD3E5;
  border: 1px solid #EDD3E5;
  color: #5b4252;
}
.btn.btn-pink:hover, .wpcf7 form input.btn-pink[type='submit']:hover {
  border: 1px solid #EDD3E5;
  background-color: #EDD3E5;
  color: #5b4252;
}
.btn.btn-white, .wpcf7 form input.btn-white[type='submit'] {
  background-color: #fff;
  color: #006975;
  border: 1px solid #fff;
}
.btn.btn-white:hover, .wpcf7 form input.btn-white[type='submit']:hover {
  background-color: #006975;
  color: #fff;
  border: 1px solid #fff;
}
.btn.btn-close-nav, .wpcf7 form input.btn-close-nav[type='submit'] {
  width: auto;
  padding: 0;
  height: auto;
  background: transparent;
  color: #fff;
  font-size: 1.7em;
}
.btn.btn-close-nav img, .wpcf7 form input.btn-close-nav[type='submit'] img {
  height: 20px;
}
.btn.btn-close-nav:hover, .wpcf7 form input.btn-close-nav[type='submit']:hover {
  background: transparent;
}
.btn.disabled, .wpcf7 form input.disabled[type='submit'] {
  background: #E8E8E8;
  color: #796E6E;
  border-color: #999;
}
.btn.disabled:hover, .wpcf7 form input.disabled[type='submit']:hover {
  background: #eee;
  color: #796E6E;
}

.addtoany_list a {
	padding:0 8px 8px 8px!important;
}

/*--------------------------------------------------------------
## Questions & Answers
--------------------------------------------------------------*/
.question-image {
  position: relative;
  margin-bottom: 15px;
}
.question-image .categories {
  background-color: #72999b;
  margin: 0;
  padding: 10px 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
}
.question-image img {
  width: 100%;
}

.post-date {
  font-size: 12px;
}

.recent-questions .post-title {
  margin-bottom: 5px;
}

.recent-questions p{
  font-size: 17px;
  line-height: 29px;
  letter-spacing: normal;
}

.ask-claire-form-container {
  background-color: #006975;
  padding: 25px;
}

.ask-claire-form-container h1, .ask-claire-form-container p {
  color: #fff;
}
.ask-claire-form-container .row {
  margin-left: 0;
  margin-right: 0;
}
.ask-claire-form-container .form-wrapper {
  padding-top: 10px;
}

.ask-claire-form-container .wpcf7 {
	background:transparent;
	padding:0!important;
	width:100%;
}

.ask-claire-form-container .wpcf7 form p > label input[type='text'], .ask-claire-form-container .wpcf7 form p > label input[type='email'], .ask-claire-form-container .wpcf7 form p > label textarea {
	background:#fff;
	margin-bottom:0;
}

.ask-claire-form-container .wpcf7 form input[type='submit'] {
	background:#fff;
	border:1px solid #000;
	color:#006975;
	display:block;
	margin:0 auto;
	width:60%;
}

div.wpcf7-mail-sent-ok {
	background:#fff;
	color:#000;
	border:#000;
}

.form-field {
  max-width: 100%;
  width: 220px;
  padding: 5px;
  margin-bottom: 10px;
}
.form-field.block {
  width: 100%;
}

.post-categories-list {
  margin-bottom: 15px;
}
.post-categories-list ul li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 5px;
}
.post-categories-list ul li a {
  display: block;
  padding: 7px 12px;
  border: 1px solid #006975;
  background-color: #fff;
  color: #006975;
}
.post-categories-list ul li.active a, .post-categories-list ul li:hover a {
  background-color: #006975;
  color: #fff;
  text-decoration: none;
}

.wpcf7 {
  width: 600px;
  max-width: 100%;

  padding: 25px 45px 0px !important;
  background: #fff;
  /*border: 2px solid #c0e6e8;
  border-radius: 10px;*/
}
.wpcf7 form p > label {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}
.wpcf7 form p > label input[type='text'], .wpcf7 form p > label input[type='email'], .wpcf7 form p > label textarea {
  padding: 7px 10px;
  margin-bottom: 10px;
  width: 100%;
  margin-top: 10px;
  font-size: 15px;
  font-weight: normal;
  background: #c0e6e8;
  color: #006975;
  border: 1px solid #006975;
}
.wpcf7 form input[type='submit'] {
  width: 100%;
  margin-top: 15px;
}

.about-section p,
.speaking-podcasts-section p,
.moms-well-being-section p{
  font-size: 17px;
  line-height: 29px;
  letter-spacing: normal;
}

.press-logo {
  text-align: center;
	min-height:96px;
}
.press-logo img {
  margin-bottom: 10px;
}

.press-images {
	text-align:center;
}

.press-images > div {
  display: inline-block;
  max-width: 50%;
  padding: 0 10px;
}

.press-images img {
	display:inline-block;
	margin:16px;
	vertical-align:middle;
}

row.vertcenter .press-logo {
	vertical-align:middle;
}

.hero {
  position: relative;
}
.hero img {
  width: 100%;
}
.hero .hero-img{
  display: none;
}
.hero .featured_image_text_content {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #006975;
  text-align: center;
}
.hero .featured_image_text_content h1 {
  margin: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-size: 40px;
  color: #fff;
  line-height: 1.2;
  text-shadow:3px 3px 10px #000;
}

.two-column-area .title {
  padding-bottom: 10px;
  border-bottom: 1px solid #c0e6e8;
}
.two-column-area ul {
  list-style: disc;
  margin-left: 30px;
}

.share .ssba {
  display: inline-block;
}

@media (min-width: 768px) {
  .hero .hero-img{
    display: block;
  }
  .hero .hero-img-mobile{
    display: none;
  }
  .ask-claire-form-container .form-wrapper {
    border-left: 1px solid #ccc;
  }

  .press-images > div {
    display: inline-block;
    max-width: 16.666%;
  }
}
@media (min-width: 992px) {
  .hero {
    position: relative;
  }
  .hero .featured_image_text_content {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    width: 100%;
    background: transparent;
  }
  .hero .featured_image_text_content .content_inner {
    width: 40%;
    float: right;
  }
}
/*--------------------------------------------------------------
## Top Nav Bar
--------------------------------------------------------------*/
footer.site-footer {
  background-color: #72999b;
}
footer.site-footer .footer-inner-cont {
  padding: 30px 0 15px;
}
footer.site-footer .subscribe-form {
  text-align: center;
}
footer.site-footer .subscribe-form .s-title {
  color: #fff;
  font-size: 18px;
}
footer.site-footer .subscribe-form form {
  width: 370px;
  margin: auto;
}
footer.site-footer .subscribe-form form input[type="email"] {
  padding: .5em;
  height: 35px;
  display: inline;
  width: 250px;
  float: left;
}
footer.site-footer .subscribe-form form input[type="submit"] {
  height: 35px;
  display: inline;
  max-width: 120px;
}
footer.site-footer #footer-links {
  margin-top: 25px;
  display: block;
  text-align:center;
}
footer.site-footer #footer-links:after {
  content: '';
  display: table;
  clear: both;
}
footer.site-footer #footer-links #footer-nav {
  margin-bottom:24px;
}
footer.site-footer #footer-links #footer-nav li {
  display: inline-block;
}
footer.site-footer #footer-links #footer-nav li a {
  padding: 0 12px;
  border-right: 1px solid #fff;
  color: #fff;
  display: block;
}
footer.site-footer #footer-links #footer-nav li:last-child a {
  border-right: 0;
}
/*footer.site-footer #footer-links #footer-social-links {
  float: right;
}*/
footer.site-footer #footer-links #footer-social-links > p {
  display: inline-block;
  margin: 0 20px 0 0;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  /*float: left;*/
}
footer.site-footer #footer-links #footer-social-links ul {
  display: inline-block;
}
footer.site-footer #footer-links #footer-social-links ul li {
  display: inline-block;
  padding-right: 10px;
}
footer.site-footer #footer-links #footer-social-links ul li:last-child {
  padding-right: 0;
}
footer.site-footer #footer-links #footer-social-links ul li a {
  color: #fff;
  font-size: 22px;
}
footer.site-footer #legal {
  padding: 10px;
  text-align: center;
  background-color: #c0e6e8;
}


/*--------------------------------------------------------------
## General Fixes
--------------------------------------------------------------*/

.socialposition {
	margin-top: 10px;
	text-align:left;
}
footer.site-footer #legal p {
  margin-bottom: 0;
}

.alignleft {
	float:left;
	margin:0 18px 18px 0;
}

.alignright {
	float:right;
	margin:0 0 18px 18px;
}

.aligncenter {
	display:block;
	margin:0 auto 18px auto;
}

.col-sm-4.question {
	display:inline-block;
	float:none;
	vertical-align:top;
	width:32.8%;
}

body.single .post-featured-image img {
	margin-bottom:0;
}

.questionsinglecat {
	background:#72999b;
	margin-top:-5px;
	padding:8px 12px;
}

.questionsinglecat ul {
	margin:0;
	padding:0;
}

.questionsinglecat ul li {
	display:inline;
	font-size:16px;
	text-align:left;
	text-transform:uppercase;
}

.questionsinglecat li:after {
	color:#fff;
	content:' • ';
}

.questionsinglecat li:last-of-type:after {
	content:'';
}

.questionsinglecat a {
	color:#fff;
}

.soundcloud-track {
	margin-bottom:18px;
}

/*
 *  NEWSLETTER POPUP
 */

#newsletter-tab h1 {
    margin-bottom: 0;
}

.mc-field-group {
    margin: 10px 0;
}

  .mc-field-group > br {
      display: none;
  }

  .mc-field-group.input-group label {
      display: inline-block;
      margin-left: 5px;
  }



/*
 *  LEARNDASH COURSES
 */

.learndash_post_sfwd-courses .addtoany_share_save_container,
.learndash_post_sfwd-lessons .addtoany_share_save_container
{
  display: none;
}

#learndash_course_content{
  margin-top: 20px;
}

#learndash_course_content #learndash_course_content_title{
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.03em;

  margin-bottom: 10px;
}


@media (max-width:880px) {
   .col-sm-4.question {
		display:inline-block;
		width:49.5%;
		float:none;
		vertical-align:top;
	}
	
	.row.questionrow {
		display:inline-block;
	}
	
	.row.questionrow:before, .row.questionrow:after {
		display:none;
		content:'';
	}	

}


@media (max-width:600px ) {

.alignleft, .alignright, .aligncenter {
	clear:both;
	display:block;
	float:none;
	margin:18px auto;
}


}

@media (max-width:480px) {

	.col-sm-4.question {
		width:100%;
	}	

}

@media ( min-width:780px ) {

	.row.is-flex {
  		display: flex;
 		flex-wrap: wrap;
	}
	.row.is-flex > [class*='col-'] {
   	display: flex;
   		flex-direction: column;
	}
	.recent-questions .col-sm-4 {
		position:relative;
		padding-bottom:100px;
		margin-bottom:18px;
		width:33%;
	}
	
	.recent-questions .col-sm-4 .socialposition {
		position:absolute;
		bottom:0;
	}


}




h3.gform_title {
	color:#fff;
	text-align:center;
}

.site-footer .gfield_label {
	display:none;
}

.site-footer .gform_wrapper h3.gform_title {
	font-size:18px;
	float:left;
	width:66% !important;
}

.site-footer .gform_wrapper form .gform_body .gform_fields {
	width:25%;
	float:left;
	clear:none;
}

.site-footer .gform_wrapper form ul.gform_fields.left_label li.gfield {
	margin:0;
	padding:0;
}

.site-footer .gform_wrapper .left_label input.medium {
	width:100%!important;
}

.site-footer .gform_wrapper form .gform_footer {
width: 8%;
float: left;
text-align: left;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
clear: none;
height:35px;
}

input#gform_submit_button_1.gform_button.button {
	height:35px;
}

.gform_wrapper {
	width:80%;
	margin:0 auto!important;
}

.gform_wrapper form {
	text-align:center;
}

@media (max-width:960px ) {

footer.site-footer .subscribe-form {
  width:100%;
}

.gform_wrapper {
	width:100%;
}

}

@media (max-width:780px ) {

.site-footer .gform_wrapper h3.gform_title {
	float:none;
	width:auto!important;
}

.site-footer .gform_wrapper form .gform_body .gform_fields {
	float:none;
	margin:15px auto!important;
	width:80%;
}

.site-footer .gform_wrapper form .gform_footer {
	float:none!important;
	margin:0 auto!important;
	width:40%;
}

footer.site-footer .subscribe-form form input[type="submit"] {
	display:block;
	width:40%;
	margin:0 auto;
	float:none;
}

}

/*
 *  HOME PAGE BOOK BANNER
 */

.home .hero{
  display: none;
}

.home .hero.course-banner{
  display: block;
}

.book-banner .text-color-pink{
  color: #DA529E;
}

.book-banner .text-color-purple{
  color: #735DA8;
}

.book-banner .text-color-teal{
  color: #146975;
}

.book-banner{
  position: relative;
  border-top: 2px solid #DA529E;
  border-bottom: 2px solid #DA529E;
  margin: 15px 0 30px;

  cursor: pointer;
}

.book-banner:before{
  content: '';
  display: block;
  width: 267px;
  height: 292px;
  background-image: url('./images/book-banner-top-left.png');
  background-size: cover;
  background-position: center;

  position: absolute;
  top: 0;
  left: 0;
}

.book-banner:after{
  content: '';
  display: block;
  width: 283px;
  height: 192px;
  background-image: url('./images/book-banner-bottom-right.png');
  background-size: cover;
  background-position: center;

  position: absolute;
  bottom: 0;
  right: 0;
}

.book-banner .book-banner-inner{
  padding: 30px 15px;
}

.book-banner .text-section{

}

  .book-banner .text-section .title{
    font-family: "Montserrat", "PT Sans", sans-serif;
    font-size: 40px;
    line-height: 1.12em;
    letter-spacing: 3.48px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;

    max-width: 270px;
    margin: 0 auto;
    padding: 0 0 20px;
  }

  .book-banner .text-section .title span{
    display: block;
  }

  .book-banner .text-section .subtitle{
    font-family: "PT Sans", sans-serif;
    font-size: 20px;
    line-height: 1.4em;
    letter-spacing: 1.8px;
    font-weight: bold;
    text-align: center;

    max-width: 234px;
    margin: 0 auto;
    padding: 0 0 10px;

  }

  .book-banner .text-section .availability-banner{
    position: relative;
    font-family: "Roboto", sans-serif;
    color: #fff;
    font-size: 19px;
    line-height: 1em;
    letter-spacing: 1.7px;
    text-align: center;
    text-transform: uppercase;
    background-color: #DA529E;
    padding: 7px 0;
  }

  .book-banner .text-section .availability-banner:before,
  .book-banner .text-section .availability-banner:after{
    content: '';
    display: block;
    width: 200%;
    height: 100%;
    background-color: #DA529E;
    position: absolute;
    top: 0;
    z-index: 0;
  }

  .book-banner .text-section .availability-banner:before{
    right: 100%;
  }

  .book-banner .text-section .availability-banner:after{
    left: 100%;
  }

  .book-banner .text-section .availability-text{
    font-family: "PT Sans", sans-serif;
    font-size: 18px;
    line-height: 1.22em;
    letter-spacing: 1.6px;
    font-weight: bold;
    text-align: center;

    max-width: 180px;
    margin: 0 auto;
    padding: 10px 0 0;
  }

  .book-banner .text-section .availability-text span{
    display: block;
  }

.book-banner .image-section{
  text-align: center;
  padding: 0 0 20px;
}

  .book-banner .image-section img{
    max-width: 295px;
  }

.book-banner .quote-section{
  padding: 0;
}

  .book-banner .quote-section .quote-text{
    position: relative;
    font-family: "PT Sans", sans-serif;
    font-size: 22px;
    line-height: 1.22em;
    letter-spacing: 1.98px;
    font-weight: bold;
    text-align: center;

    max-width: 300px;
    margin: 0 auto;
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .book-banner .quote-section .quote-text:before,
  .book-banner .quote-section .quote-text:after{
    content: '';
    display: block;
    width: 44px;
    height: 36px;
    background-image: url('./images/pink-quotation.png');
    background-size: cover;
    background-position: center;
  }

  .book-banner .quote-section .quote-text:before{
    position: absolute;
    top: 0;
    left: calc( 50% - 22px );
  }

  .book-banner .quote-section .quote-text:after{
    position: absolute;
    bottom: 0;
    left: calc( 50% - 22px );
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }

@media( min-width: 800px ){
  .book-banner{

  }

  .book-banner:before{
    
  }

  .book-banner:after{
    
  }

  .book-banner .book-banner-inner{
    padding: 30px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .book-banner .text-section{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    width: 60%;
    position: relative;
    z-index: 1;
  }

    .book-banner .text-section .text-section-inner{
      width: 100%;
    }

    .book-banner .text-section .title{
      max-width: 100%;
      margin: 0;
      padding: 0 0 20px;
    }

    .book-banner .text-section .title span{
      
    }

    .book-banner .text-section .subtitle{
      max-width: 475px;
      margin: 0 auto;
      padding: 0 0 10px;

    }

    .book-banner .text-section .availability-banner{
      padding: 7px 0;
    }

    .book-banner .text-section .availability-banner:before,
    .book-banner .text-section .availability-banner:after{
      
    }

    .book-banner .text-section .availability-banner:before{
      
    }

    .book-banner .text-section .availability-banner:after{
      width: 100px;
    }

    .book-banner .text-section .availability-text{
      max-width: 100%;
      margin: 0;
      padding: 10px 0 0;
    }

    .book-banner .text-section .availability-text span{
      display: inline;
    }

  .book-banner .image-section{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    width: 20%;
    position: relative;
    z-index: 5;
    text-align: center;
    padding: 0;
  }

    .book-banner .image-section img{
      max-width: 100%;
    }

  .book-banner .quote-section{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    width: 20%;
    padding: 0;
  }

    .book-banner .quote-section .quote-text{
      max-width: 300px;
    }

    .book-banner .quote-section .quote-text:before,
    .book-banner .quote-section .quote-text:after{
      
    }

    .book-banner .quote-section .quote-text:before{
      left: 0;
    }

    .book-banner .quote-section .quote-text:after{
      left: auto;
      right: 0;
    }
}

@media( min-width: 1100px ){
  .book-banner .text-section .title span{
      display: inline;
  }

  .book-banner:before{
    background-image: url('./images/book-banner-top-left-2x.png');
    width: 342px;
    height: 375px;
    top: -2px;
  }

  .book-banner:after{
    background-image: url('./images/book-banner-bottom-right-2x.png');
    width: 378px;
    height: 257px;
  }
}

/*
 *  MAMA, YOU ARE ENOUGH BOOK PAGE TEMPLATE
 */

.page-template-template-myae-book-page .container{
  width: 100%;
  max-width: 1045px;
}

.page-template-template-myae-book-page .text-color-pink{
  color: #DA529E;
}

.page-template-template-myae-book-page .text-color-purple{
  color: #735DA8;
}

.page-template-template-myae-book-page .text-color-teal{
  color: #146975;
}

.page-template-template-myae-book-page h2{
  font-family: "PT Sans", sans-serif;
  font-size: 35px;
  line-height: 1.4em;
  letter-spacing: 3.15px;
}

.page-template-template-myae-book-page p:last-child{
  margin: 0;
}

.page-template-template-myae-book-page .hentry{
  margin: 0;
  overflow: hidden;
}

.page-template-template-myae-book-page .content-section,
.page-template-template-myae-book-page .quote-section,
.page-template-template-myae-book-page .endorsements-section,
.page-template-template-myae-book-page .course-banner-section,
.page-template-template-myae-book-page .about-section{
  overflow: none;
}


.page-template-template-myae-book-page .content-section{
  padding-top: 75px;
  padding-bottom: 40px;

  background-image: url('./images/watercolor-bg-top-mobile.png');
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}

.page-template-template-myae-book-page .content-section .title{
  font-family: "Montserrat", "PT Sans", sans-serif;
  font-size: 56px;
  line-height: 1.2em;
  letter-spacing: 4.87px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  color: #735DA8;
}

.page-template-template-myae-book-page .content-section .title span{
  display: block;
  font-size: 60px;
}

.page-template-template-myae-book-page .content-section .title span.text-color-pink{
  font-size: 65px;
}

.page-template-template-myae-book-page .content-section .subtitle{
  font-size: 35px;
  line-height: 1.4em;
  letter-spacing: 3.15px;
  text-align: center;
  font-weight: bold;
  color: #DA529E;

  max-width: 800px;
  margin: 0 auto;
}

.page-template-template-myae-book-page .content-section .book-cover-row{
  padding: 40px 0;
}

.page-template-template-myae-book-page .content-section .book-cover-row .book-cover{

}

.page-template-template-myae-book-page .content-section .book-cover-row .book-cover-quote{

}

.page-template-template-myae-book-page .content-section .book-cover-row .book-cover-quote .quote-text{
  position: relative;
  font-size: 30px;
  line-height: 1.47em;
  letter-spacing: 2.7px;
  font-weight: bold;
  text-align: center;
  max-width: 380px;
  padding-top: 46px;
  padding-bottom: 46px;
  margin: 0 auto;
  color: #735DA8;
}

.page-template-template-myae-book-page .content-section .book-cover-row .book-cover-quote .quote-text:before,
.page-template-template-myae-book-page .content-section .book-cover-row .book-cover-quote .quote-text:after{
  content: '';
  display: block;
  width: 44px;
  height: 36px;
  background-image: url('./images/pink-quotation.png');
  background-size: cover;
  background-position: center;
}

.page-template-template-myae-book-page .content-section .book-cover-row .book-cover-quote .quote-text:before{
  position: absolute;
  top: 0;
  left: calc( 50% - 18px );
}

.page-template-template-myae-book-page .content-section .book-cover-row .book-cover-quote .quote-text:after{
  position: absolute;
  bottom: 0;
  left: calc( 50% - 18px );
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.page-template-template-myae-book-page .content-section .content{
  padding-bottom: 40px;
}

.page-template-template-myae-book-page .content-section .content:before{
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 12%;
  background-image: url('./images/diamond-separator-mobile.png');
  background-size: cover;
  margin-bottom: 40px;
}

.page-template-template-myae-book-page .content-section .content p{
  /*font-size: 23px;
  line-height: 1.82em;
  letter-spacing: 2.07px;*/
  font-size: 17px;
  line-height: 29px;
  letter-spacing: normal;
  padding-bottom: 40px;
  margin: 0;
}

.page-template-template-myae-book-page .content-section .content p:last-child{
  padding-bottom: 0;
}

.page-template-template-myae-book-page .content-section .order .order-title{
  background: #DA529E;
  padding: 20px 0;
}

.page-template-template-myae-book-page .content-section .order .order-title h2{
  color: #fff;
  text-transform: uppercase;
  line-height: 1em;
  margin: 0;
  text-align: center;
}

.page-template-template-myae-book-page .content-section .order .availability{
  font-size: 28px;
  line-height: 1.2em;
  letter-spacing: 2.52px;
  color: #735DA8;
  /*font-style: italic;*/
  font-weight: bold;
  text-align: center;
  padding-top: 20px;
}

.page-template-template-myae-book-page .content-section .order .retail-links{
  text-align: center;
  padding-top: 0px;
}

.page-template-template-myae-book-page .content-section .order .retail-links .retail-link{
  display: block;
  padding: 10px 0;
  text-align: center;
}

.page-template-template-myae-book-page .content-section .order .retail-links .retail-link img{
  max-height: 111px;
  width: auto;
}

.page-template-template-myae-book-page .quote-section{
  position: relative;
  overflow: hidden;
  background-image: url('./images/myae-quote-background-image-mobile.jpg');
  background-size: cover;
  background-position: bottom 
  center;
  padding-top: 50px;
  /*padding-bottom: 160px;*/
  padding-bottom: 320px;
}

.page-template-template-myae-book-page .quote-section:after{
  /*content: '';
  width: 60px;
  height: 80px;
  background: #DA529E;

  position: absolute;
  bottom: 40px;
  left: calc( 50% - 30px );*/
}

.page-template-template-myae-book-page .quote-section .quote-section-inner{
  width: 100%;
}

.page-template-template-myae-book-page .quote-section .header h2{
  font-family: "Montserrat", "PT Sans", sans-serif;
  font-size: 56px;
  line-height: 1.2em;
  letter-spacing: 4.87px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #735DA8;
}

.page-template-template-myae-book-page .quote-section .header h2 span{
  display: block;
  font-size: 60px;
}

.page-template-template-myae-book-page .quote-section .header h2 span.text-color-pink{
  font-size: 65px;
}

.page-template-template-myae-book-page .quote-section .quote-wrapper{
  border-bottom: 1px solid #DA529E;
}

.page-template-template-myae-book-page .quote-section .quote{
  position: relative;
}

.page-template-template-myae-book-page .quote-section .quote:before,
.page-template-template-myae-book-page .quote-section .quote:after{
  content: '';
  width: 100%;
  height: 1px;
  background-color: #DA529E;
  position: absolute;
  top: 10px;
}

.page-template-template-myae-book-page .quote-section .quote:before{
  left: calc( -50% - 30px );
}

.page-template-template-myae-book-page .quote-section .quote:after{
  right: calc( -50% - 30px );
}

.page-template-template-myae-book-page .quote-section .quote .quote-inner{
  position: relative;
  padding: 52px 0 30px;
}

.page-template-template-myae-book-page .quote-section .quote .quote-inner:before{
  content: '';
  display: block;
  background-image: url('./images/teal-quotation.png');
  background-size: cover;
  width: 27px;
  height: 22px;

  position: absolute;
  top: 0;
  left: calc( 50% - 13px);
}

.page-template-template-myae-book-page .quote-section .quote .quote-inner p{
  color: #146975;
  font-size: 23px;
  line-height: 1.82em;
  letter-spacing: 2.07px;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.page-template-template-myae-book-page .endorsements-section{
  position: relative;
  margin-top: 40px;
  padding-top: 40px;

  background-image: url('./images/watercolor-bg-bottom.png');
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}

.page-template-template-myae-book-page .endorsements-section:before{
  
}

.page-template-template-myae-book-page .endorsements-section .inner{
  max-width: 1095px;
  padding-left: 0;
  padding-right: 0;
}

.page-template-template-myae-book-page .endorsements-section .inner .title-wrapper{
  text-align: center;
  position: relative;
  z-index: 1;
}

.page-template-template-myae-book-page .endorsements-section .inner .title{
  color: #146975;
  display: inline-block;
  padding: 0 20px;
  font-weight: bold;
  position: relative;
}

.page-template-template-myae-book-page .endorsements-section .inner .title:before{
  content: '';
  display: block;
  background: #DA529E;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 23px;
  left: -100%;
}

.page-template-template-myae-book-page .endorsements-section .inner .title:after{
  content: '';
  display: block;
  background: #DA529E;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 23px;
  right: -100%;
}

.page-template-template-myae-book-page .endorsements-section .inner .endorsements-slider{
  padding-bottom: 100px;
  margin: 0;
}

.page-template-template-myae-book-page .endorsements-section .inner .endorsements-slider .slick-slide{
  padding: 20px 0 0;
}

.page-template-template-myae-book-page .endorsements-section .inner .endorsements-slider .endorsement{
  position: relative;
  background: rgba(241, 241, 241, .4);
  padding: 35px;
}

.page-template-template-myae-book-page .endorsements-section .inner .endorsements-slider .endorsement:before{
  content: '';
  display: block;
  background-image: url('./images/teal-quotation.png');
  background-size: cover;
  width: 53px;
  height: 43px;

  position: absolute;
  top: -20px;
  left: calc( 50% - 27px );
}

.page-template-template-myae-book-page .endorsements-section .inner .endorsements-slider .endorsement .quote p{
  color: #146975;
  font-size: 23px;
  line-height: 1.82em;
  letter-spacing: 2.07px;
  text-align: left;
}

.page-template-template-myae-book-page .endorsements-section .inner .endorsements-slider .endorsement .citation{
  position: relative;
  padding: 0 0 0 15px;
  margin-top: 20px;
  color: #146975;
  font-size: 20px;
  font-style: italic;
  line-height: 1.15em;
  letter-spacing: 1.18px;
}

.page-template-template-myae-book-page .endorsements-section .inner .endorsements-slider .endorsement .citation:before{
  content: '-';
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
}

.page-template-template-myae-book-page .endorsements-section .inner .endorsements-slider .endorsement .citation .name{

}

.page-template-template-myae-book-page .endorsements-section .inner .endorsements-slider .endorsement .citation .position{

}

.page-template-template-myae-book-page .endorsements-section .inner .endorsements-slider .slick-dots{
  bottom: 40px;
}

.page-template-template-myae-book-page .endorsements-section .inner .endorsements-slider .slick-dots li{

}

.page-template-template-myae-book-page .endorsements-section .inner .endorsements-slider .slick-dots li button{

}

.page-template-template-myae-book-page .endorsements-section .inner .endorsements-slider .slick-dots li button:before{
  width: 14px;
  height: 14px;
  opacity: 1;
  content: '';
  background-color: #d3d3d3;
  border-radius: 100%;
}

.page-template-template-myae-book-page .endorsements-section .inner .endorsements-slider .slick-dots li.slick-active button:before{
  background-color: #146975;
}

.page-template-template-myae-book-page .course-banner-section{
  margin-bottom: 60px;
}

.page-template-template-myae-book-page .course-banner-section a{
  display: block;
}

.page-template-template-myae-book-page .course-banner-section img{
  width: 100%;
  height: auto;
}

.page-template-template-myae-book-page .course-banner-section img.banner-image{
  display: none;
}

.page-template-template-myae-book-page .about-section{
  background: #006A74;
  padding: 40px 0;
}

.page-template-template-myae-book-page .about-section .inner{

}

.page-template-template-myae-book-page .about-section .inner *{
  color: #fff;
}

.page-template-template-myae-book-page .about-section .inner .about-title-mobile h2{
  font-weight: bold;
  text-align: center;
}

.page-template-template-myae-book-page .about-section .inner .about-image{
  padding-bottom: 40px;
}

.page-template-template-myae-book-page .about-section .inner .about-image img{
  width: 100%;
  height: auto;
}

.page-template-template-myae-book-page .about-section .inner .about-content{

}

.page-template-template-myae-book-page .about-section .inner .about-content h2{
  display: none;
  font-weight: bold;
}

.page-template-template-myae-book-page .about-section .inner .about-content p{
  font-size: 23px;
  line-height: 1.82em;
  letter-spacing: 2.07px;
}

@media( min-width: 500px ){
  .page-template-template-myae-book-page .quote-section{
    padding-bottom: 260px;
  }
}

@media( min-width: 768px ){
  .page-template-template-myae-book-page .content-section{
    background-image: url('./images/watercolor-bg-top-4-2.png');
    background-repeat: no-repeat;
  }

  .page-template-template-myae-book-page .content-section .title span{
    display: inline;
  }

  .page-template-template-myae-book-page .content-section .title span,
  .page-template-template-myae-book-page .content-section .title span.text-color-pink{
    font-size: 56px;
  }

  .page-template-template-myae-book-page .content-section .book-cover-row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1080px;
    margin: 0 auto;
    padding-bottom: 20px;
  }

  .page-template-template-myae-book-page .content-section .book-cover-row .book-cover{
    width: 50%;
    padding: 0 15px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .page-template-template-myae-book-page .content-section .book-cover-row .book-cover-quote{
    width: 50%;
    padding: 0 15px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .page-template-template-myae-book-page .content-section .book-cover-row .book-cover-quote .quote-text{
    text-align: left;
    margin: 0;
  }

  .page-template-template-myae-book-page .content-section .book-cover-row .book-cover-quote .quote-text:before{
    left: 0;
  }

  .page-template-template-myae-book-page .content-section .book-cover-row .book-cover-quote .quote-text:after{
    left: auto;
    right: 0;
  }

  .page-template-template-myae-book-page .content-section .content:before{
    padding-bottom: 5%;
    margin-bottom: 20px;
    background-image: url('./images/diamond-separator.png');
  }

  .page-template-template-myae-book-page .content-section .order .retail-links{
    padding-top: 40px;
  }

  .page-template-template-myae-book-page .content-section .order .retail-links .retail-link{
    display: inline-block;
    padding: 0 20px;
  }

  .page-template-template-myae-book-page .quote-section{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    background-image: url('./images/myae-quote-background-image-2.jpg');
    padding-top: 50px;
    padding-bottom: 260px;
  }

  .page-template-template-myae-book-page .quote-section .header h2 span{
    display: inline;
  }

  .page-template-template-myae-book-page .endorsements-section:before{
    content: '';
    width: 100%;
    height: 2px;
    background: #DA529E;

    position: absolute;
    top: 74px;
    left: 0;
    z-index: 0;
  }

  .page-template-template-myae-book-page .endorsements-section .inner .title{
    background: #fff;
  }

  .page-template-template-myae-book-page .endorsements-section .inner .title:before,
  .page-template-template-myae-book-page .endorsements-section .inner .title:after{
    display: none;
  }

  .page-template-template-myae-book-page .endorsements-section .inner .endorsements-slider .slick-slide{
    padding: 20px 40px 0;
  }

  .page-template-template-myae-book-page .endorsements-section .inner .endorsements-slider .endorsement:before{
    left: 35px;
  }

  .page-template-template-myae-book-page .course-banner-section{
    border-top: 2px solid #DA529E;
    border-bottom: 2px solid #DA529E;
  }

  .page-template-template-myae-book-page .course-banner-section img.banner-image{
    display: block;
  }

  .page-template-template-myae-book-page .course-banner-section img.banner-image-mobile{
    display: none;
  }

  .page-template-template-myae-book-page .about-section{
    padding: 100px 0;
  }

  .page-template-template-myae-book-page .about-section .inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .page-template-template-myae-book-page .about-section .inner .about-title-mobile{
    display: none;
  }

  .page-template-template-myae-book-page .about-section .inner .about-image{
    width: 33.333%;
    padding-right: 15px;
    padding-bottom: 0;
  }

  .page-template-template-myae-book-page .about-section .inner .about-image img{
    width: auto;
  }

  .page-template-template-myae-book-page .about-section .inner .about-content{
    width: 66.666%;
    padding-left: 15px;
  }

  .page-template-template-myae-book-page .about-section .inner .about-content h2{
    display: block;
  }
}

@media( min-width: 1600px ){
  .page-template-template-myae-book-page .quote-section{
    padding-bottom: 18%;
  }
}

/*
 *  PRESS PAGE
 */

.page-title-wrapper{
  padding-bottom: 40px;
}

.press-category-select{
  background: transparent;
  border: 0;
  margin: 0 auto;
  display: block;
  color: #0D5A64;
}

.post-type-archive-press #content,
.tax-press-category #content{
  position: relative;
}

.post-type-archive-press #content .container,
.tax-press-category #content .container{
  position: relative;
  z-index: 10;
}

.post-type-archive-press #content:before,
.tax-press-category #content:before{
  content: '';
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: url('./images/press-watercolor-bg-left.png');
  background-repeat: repeat-y;
  background-size: contain;
  background-position: left top;
}

.post-type-archive-press #content:after,
.tax-press-category #content:after{
  content: '';
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  background: url('./images/press-watercolor-bg-right.png');
  background-repeat: repeat-y;
  background-size: contain;
  background-position: right top;
}

.post-type-archive-press .page-header .press-category-list-wrapper,
.tax-press-category .page-header .press-category-list-wrapper{
  display: none;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(192, 230, 232, 0.62);
}

.post-type-archive-press .page-header .press-category-list-wrapper .category-label,
.tax-press-category .page-header .press-category-list-wrapper .category-label{
  display: inline-block;
  color: #0D5A64;
  font-weight: 700;
  padding: 0 30px 0 0;
}

.post-type-archive-press .page-header .press-category-list-wrapper ul,
.tax-press-category .page-header .press-category-list-wrapper ul{
  display: inline-block;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.post-type-archive-press .page-header .press-category-list-wrapper ul li,
.tax-press-category .page-header .press-category-list-wrapper ul li{
  list-style-type: none;
  display: inline-block;
  padding: 0 30px 0 0;
}

.post-type-archive-press .page-header .press-category-list-wrapper ul li a,
.tax-press-category .page-header .press-category-list-wrapper ul li a{
  color: #000;
  text-decoration: underline;
}

.post-type-archive-press .page-header .press-category-list-wrapper ul li a:hover,
.post-type-archive-press .page-header .press-category-list-wrapper ul li a:active,
.tax-press-category .page-header .press-category-list-wrapper ul li a:hover,
.tax-press-category .page-header .press-category-list-wrapper ul li a:active{
  color: #0D5A64;
  font-weight: bold;
}

.post-type-archive-press .page-header .press-category-select,
.tax-press-category .page-header .press-category-select{
  margin-bottom: 20px;
}

.post-type-archive-press .page-title,
.tax-press-category .page-title{
  margin: 0;
}

.post-type-archive-press .navigation.posts-navigation,
.tax-press-category .navigation.posts-navigation{
  margin: 0;
  padding: 30px 0;
}

.post-type-archive-press .press-page-content{
  border-top: 2px solid #0D5A64;
  padding: 30px 0;
}

.post-type-archive-press .press-page-content h2{
  font-size: 25px;
}

div.type-press{
  margin: 0;
  padding: 30px 0;
  border-bottom: 1px solid rgba(192, 230, 232, 0.62);
}

div.type-press .post-image-wrapper{
  display: block;
  padding: 0 40px 10px;
}

div.type-press .post-image-wrapper img{
  max-width: 390px;
  height: auto;
}

div.type-press .post-image{
  display: block;
  width: 100%;
}

div.type-press .publication-date{
  color: #000;
  font-size: 17px;
  letter-spacing: 0.01em;
  padding-bottom: 10px;
}

div.type-press .publication{
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  letter-spacing: .01em;
  font-weight: bold;
  color: #0D5A64;
  padding-bottom: 10px;
}

div.type-press .post-title{
  font-size: 20px;
  line-height: 1.3em;
  letter-spacing: .01em;
  font-weight: normal;
  margin: 0;
  padding-bottom: 10px;
}

div.type-press .post-title a{
  text-decoration: underline;
}

div.type-press .categories{
  font-size: 13px;
  letter-spacing: .01em;
  color: #000;
}

div.type-press .categories p{
  margin: 0;
}


.press-widget:first-child{
  display: none;
}
.press-widget .widget-title{
  display: block;
  border-bottom: 1px solid #c0e6e8;
  font-size: 30px;
  padding-bottom: 2px;
  margin-left: 30px;
  margin-right: 30px;
  text-align: center;
}
.press-widget .textwidget{
  padding: 0;
}
.press-widget ul{

}
.press-widget ul li a {
  padding-left: 30px;
  padding-right: 30px;
}

@media(min-width: 768px){
  .post-type-archive-press .page-header .press-category-list-wrapper,
  .tax-press-category .page-header .press-category-list-wrapper{
    display: block;
  }

  .post-type-archive-press .page-header .press-category-select,
  .tax-press-category .page-header .press-category-select{
    display: none;
  }

  .post-type-archive-press #secondary,
  .tax-press-category #secondary{
    padding-top: 50px;
  }

  div.type-press{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 40px 0;
  }

  div.type-press .post-image-wrapper{
    width: 188px;
    padding: 0;
  }

  div.type-press .post-content{
    width: 100%;
    padding-left: 40px;
  }

  .press-widget:first-child{
    display: block;
  }
}
