/*
	Theme Name: Stella Orange 2015
	Theme URI: http://www.stellaorange.com
	Description: Custom theme developed for Stella Orange in 2015 focusing on mobile-responsiveness, speed and ease of editing.
	Version: 1.0
	Author: Superfluous Industries
	Author URI: http://www.superfluousindustries.com

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone, .aligncenter, .alignright, .alignleft {
  margin: 30px auto;
  display: block; }

@media (min-width: 768px) {
  .alignnone {
    margin: 20px 20px 20px 0; }
  .aligncenter {
    display: block;
    margin: 20px auto 20px auto; }
  .alignright {
    float: right;
    margin: 20px 0 20px 20px; }
  .alignleft {
    float: left;
    margin: 20px 20px 20px 0; }
  .aligncenter {
    display: block;
    margin: 20px auto; } }

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  font-family: "museo-slab", serif;
  color: #666666;
  max-width: 100%;
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
  background: #DDDDDD; }
  .wp-caption .wp-caption-text {
    margin-top: 15px;
    font-size: 1.1em; }
  .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto; }

.wp-caption .wp-caption-text,
.gallery-caption {
  line-height: 1.25em;
  padding: 0 4px 5px; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* =============================================================================
   General Styles
   ========================================================================== */
/* Global Box Sizing and Font-Smoothing */
*, *:after, *:before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

body, html {
  position: relative;
  height: 100%;
  min-height: 100%;
  background: #B4503C; }

html.no-footer {
  background: none; }
  html.no-footer body {
    background: none;
    background: url("images/lined-paper.png"); }

body {
  font-size: 18px;
  line-height: 20px;
  padding-top: 65px;
  color: #4D4D4D; }
  @media (min-width: 768px) {
    body {
      padding-top: 100px; } }
  body.no-nav, body.schmello, body.nav-with-schmello {
    padding-top: 0; }
  body.simple-nav {
    padding-top: 0; }

.displayfont {
  font-family: "museo-slab", serif;
  letter-spacing: -1px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "museo-slab", serif;
  letter-spacing: -1px;
  margin: 0 auto 0.5em 0; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: normal; }

h1, h2, h3, h4, h5 {
  font-weight: normal; }

h1 {
  font-size: 36px; }
  h1.page-title {
    text-align: center; }
  @media (min-width: 480px) {
    h1.divider-heading {
      -ms-transform: translate(0, 55%);
      -webkit-transform: translate(0, 55%);
      transform: translate(0, 55%); } }
  @media (min-width: 768px) {
    h1 {
      font-size: 46px; } }
h2 {
  font-size: 32px; }
  @media (min-width: 480px) {
    h2.divider-heading {
      -ms-transform: translate(0, 60%);
      -webkit-transform: translate(0, 60%);
      transform: translate(0, 60%); } }
  @media (min-width: 768px) {
    h2 {
      font-size: 38px; } }
h3 {
  font-size: 24px; }
  @media (min-width: 480px) {
    h3.divider-heading {
      -ms-transform: translate(0, 70%);
      -webkit-transform: translate(0, 70%);
      transform: translate(0, 70%); } }
  @media (min-width: 768px) {
    h3 {
      font-size: 32px; } }
h4 {
  font-size: 20px; }
  @media (min-width: 480px) {
    h4.divider-heading {
      -ms-transform: translate(0, 75%);
      -webkit-transform: translate(0, 75%);
      transform: translate(0, 75%); } }
  @media (min-width: 768px) {
    h4 {
      font-size: 26px; } }
h5 {
  font-size: 18px; }
  @media (min-width: 480px) {
    h5.divider-heading {
      -ms-transform: translate(0, 90%);
      -webkit-transform: translate(0, 90%);
      transform: translate(0, 90%); } }
h6 {
  font-size: 18px; }
  @media (min-width: 480px) {
    h6.divider-heading {
      -ms-transform: translate(0, 100%);
      -webkit-transform: translate(0, 100%);
      transform: translate(0, 100%); } }
p:last-child {
  margin-bottom: 0; }

a {
  text-decoration: none;
  font-weight: bold;
  color: #B4503C; }
  a:hover {
    color: #F89B2F;
    text-decoration: underline; }

/* =============================================================================
   Form Elements
   ========================================================================== */
.btn {
  text-transform: lowercase;
  color: #FFFFFF !important;
  font-family: "museo-slab", serif;
  letter-spacing: -1px;
  border-color: transparent !important;
  font-size: 150%;
  text-decoration: none !important; }

.btn-default {
  background: #F89B2F; }
  .btn-default:hover, .btn-default:focus, .btn-default:active {
    background: #B4503C; }

.btn-alt {
  background: #B4503C; }
  .btn-alt:hover, .btn-alt:focus, .btn-alt:active {
    background: #F89B2F; }

.btn-secondary {
  background: #AAAAAA; }
  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
    background: #666666; }

input:focus {
  border: 1px solid #F89B2F !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.form-group label {
  margin: 0;
  font-size: 14px;
  line-height: 1.25em; }

.form-control {
  border: none;
  font-family: "museo-slab", serif;
  background: #DDDDDD;
  color: #4D4D4D;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 18px; }
  .form-control:focus {
    border: 1px solid #F89B2F !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

/* =============================================================================
   Image Elements
   ========================================================================== */
img {
  max-width: 100%;
  height: auto; }

.img-responsive {
  margin: 0 auto; }

.img-fill {
  width: 100%;
  height: auto; }

img.circle {
  border-radius: 50%; }

/* =============================================================================
   Components
   ========================================================================== */
.img-divider {
  width: 100%;
  vertical-align: top;
  display: block;
  height: 30px; }
  .img-divider.header-bottom {
    height: 10px;
    margin-bottom: -5px; }
    @media (min-width: 768px) {
      .img-divider.header-bottom {
        height: 30px;
        margin-bottom: -15px; } }
  .img-divider.footer-top {
    height: 44px;
    margin-top: -22px; }

.img-background {
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .img-background.color {
    -webkit-filter: none !important;
    -moz-filter: none !important;
    -o-filter: none !important;
    -ms-filter: none !important;
    filter: none !important; }

.img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); }

.img-content {
  position: relative;
  z-index: 1;
  color: #FFFFFF; }
  .img-content a {
    color: #FFFFFF;
    text-decoration: underline; }

.clear {
  clear: both; }

.error-text {
  text-align: center; }

section, section p, .sidebar p {
  line-height: 1.7em; }

.stella-orange {
  color: #B4503C; }

.stella-light-orange {
  color: #F89B2F; }

.stella-alt-orange {
  color: #E56135; }

.stella-white {
  color: #FFFFFF; }

.stella-orange-bg {
  background-color: #B4503C; }

.stella-light-orange-bg {
  background-color: #F89B2F; }

.stella-alt-orange-bg {
  background-color: #E56135; }

.stella-white-bg {
  background-color: #FFFFFF; }

.rounded {
  border-radius: 4px; }

.rounded-lrg {
  border-radius: 10px; }

hr {
  display: block;
  width: 100%;
  height: 10px;
  margin: 40px auto;
  background: url("images/sketch-divider.png") repeat-x center;
  border: none !important;
  clear: both; }
  @media (min-width: 480px) {
    hr.with-heading {
      margin: 0 0 40px 0; }
      hr.with-heading.withh1, hr.with-heading.withh2 {
        margin: 0 0 40px 0; }
      hr.with-heading.withh3, hr.with-heading.withh4 {
        margin: 0 0 30px 0; }
      hr.with-heading.withh5, hr.with-heading.withh6 {
        margin: 0 0 20px 0; } }
  hr.orange {
    background: url("images/sketch-divider-orange.png") repeat-x center; }
  hr.white {
    background: url("images/sketch-divider-white.png") repeat-x center; }
  hr.plain {
    height: 1px;
    background: none !important; }
    hr.plain.white {
      border-top: 1px solid #FFFFFF !important; }
    hr.plain.orange {
      border-top: 1px solid #B4503C !important; }
    hr.plain.lightorange {
      border-top: 1px solid #F89B2F !important; }
    hr.plain.grey {
      border-top: 1px solid #4D4D4D !important; }
    hr.plain.grey {
      border-top: 1px solid #666666 !important; }
    hr.plain.lightgrey {
      border-top: 1px solid #AAAAAA !important; }
    hr.plain.extralightgrey {
      border-top: 1px solid #DDDDDD !important; }

.center-wrap {
  text-align: center; }
  @media (min-width: 480px) {
    .center-wrap .divider-heading {
      display: inline-block;
      margin: auto;
      background: #FAFAFA;
      padding: 0 10px; } }
.article-image-large {
  padding: 0;
  overflow: hidden;
  border-radius: 50%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d; }
  .article-image-large img {
    position: absolute;
    top: 51%;
    left: 51%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: none;
    max-height: none; }
    .article-image-large img.horz {
      height: 102%;
      width: auto; }
    .article-image-large img.vert {
      height: auto;
      width: 102%; }

.read-more a {
  font-size: 24px;
  color: #F89B2F;
  font-family: "museo-slab", serif;
  text-transform: lowercase;
  font-weight: normal; }
  .read-more a:hover {
    text-decoration: none; }

.read-more-small a {
  font-size: initial;
  font-weight: normal;
  font-family: "Open Sans", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  text-transform: lowercase;
  color: #F89B2F; }

.highlight-box {
  padding: 15px 25px;
  background: #FBF1E6;
  background: rgba(248, 155, 47, 0.1);
  margin: 20px 0; }
  @media (min-width: 992px) {
    .highlight-box.flexed {
      display: flex;
      display: -webkit-flex;
      display: -ms-flexbox;
      align-items: center; } }
  @media (min-width: 992px) {
    .highlight-box.flexed .row {
      display: flex;
      display: -webkit-flex;
      display: -ms-flexbox;
      align-items: center; } }
.stella-flexed-xs {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center; }

.stella-block-xs {
  display: block; }

.stella-inline-block-xs {
  display: block; }

@media (min-width: 768px) {
  .stella-flexed-sm {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center; }
  .stella-block-sm {
    display: block; }
  .stella-inline-block-sm {
    display: block; } }

@media (min-width: 992px) {
  .stella-flexed-md {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center; }
  .stella-block-md {
    display: block; }
  .stella-inline-block-md {
    display: block; } }

@media (min-width: 1200px) {
  .stella-flexed-lg {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center; }
  .stella-block-lg {
    display: block; }
  .stella-inline-block-lg {
    display: block; } }

.shortcode-form {
  margin: 30px auto !important;
  padding: 30px !important;
  background: #B4503C;
  color: #FFFFFF; }
  .shortcode-form .center-wrap h2 {
    background: #B4503C; }
  @media (min-width: 480px) {
    .shortcode-form .center-wrap {
      margin-top: -20px; } }
  .shortcode-form .form-subtitle {
    text-align: center;
    margin-bottom: 1em; }
  .shortcode-form .form-control {
    background: #FFFFFF; }
  .shortcode-form .your-info {
    /*
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid $lightorange;
        */ }
  .shortcode-form hr.plain {
    width: 85%;
    margin: 15px auto; }
  .shortcode-form .friend3-info {
    margin-bottom: 20px; }
  .shortcode-form .disclaimer {
    margin-bottom: 20px;
    font-size: .85em;
    font-style: italic; }
  .shortcode-form .btn:hover {
    background: #F89B2F; }
  .shortcode-form p {
    font-style: italic; }
  .shortcode-form .submit-button {
    margin-top: 20px; }

.tweeter-box {
  text-align: center;
  display: block; }
  @media (min-width: 768px) {
    .tweeter-box {
      text-align: left; } }
  .tweeter-box .tweeter-interior p {
    margin: 0; }
    .tweeter-box .tweeter-interior p.tweeter-descriptor {
      font-size: 0.85em;
      font-style: italic; }
    .tweeter-box .tweeter-interior p.tweeter-phrase {
      font-family: "museo-slab", serif;
      letter-spacing: -1px;
      font-size: 150%;
      color: #B4503C;
      line-height: 1.1em; }
  @media (min-width: 768px) {
    .tweeter-box .tweeter-link {
      text-align: right; } }
  .tweeter-box iframe {
    width: 76px;
    margin: 20px auto 0 auto; }

.stella-bio {
  margin: 40px 0; }
  .stella-bio .headshot {
    margin-bottom: 20px;
    float: none;
    width: 100%; }
    @media (min-width: 480px) {
      .stella-bio .headshot {
        float: left;
        width: 25%;
        padding-right: 0; } }
    @media (min-width: 1200px) {
      .stella-bio .headshot {
        width: 16.6666667%; } }
    .stella-bio .headshot .img-headshot {
      width: 50%;
      margin: auto; }
      @media (min-width: 480px) {
        .stella-bio .headshot .img-headshot {
          width: 100%; } }
  .stella-bio .content {
    float: none;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-style: italic; }
    .stella-bio .content a {
      font-weight: 400;
      color: #666666; }
    @media (min-width: 480px) {
      .stella-bio .content {
        float: left;
        width: 75%;
        text-align: left; } }
    @media (min-width: 1200px) {
      .stella-bio .content {
        width: 83.3333333%; } }
.custom-password-form {
  text-align: center; }
  .custom-password-form p {
    margin-bottom: 20px; }
  .custom-password-form .form-group {
    width: 300px;
    margin: auto;
    font-size: 18px;
    line-height: 18px; }
    @media (min-width: 768px) {
      .custom-password-form .form-group {
        width: auto; } }
  .custom-password-form .btn {
    font-size: 18px;
    margin: 10px 0;
    line-height: 18px;
    width: 100%; }
    @media (min-width: 768px) {
      .custom-password-form .btn {
        width: auto;
        margin: 10px; } }
.page404 {
  text-align: center; }
  .page404 img {
    margin-bottom: 20px; }

.shareaholic-canvas {
  margin: 30px 0 0 0; }
  @media (min-width: 480px) {
    .shareaholic-canvas .shareaholic-share-buttons-container li.shareaholic-share-button {
      padding: 10px !important; }
    .shareaholic-canvas .shareaholic-share-buttons-container.round .shareaholic-share-button-container .shareaholic-service-icon {
      font-size: 34px; }
    .shareaholic-canvas ul.shareaholic-share-buttons li.shareaholic-share-button i.shareaholic-service-icon, .shareaholic-canvas ul li.shareaholic-share-button i.shareaholic-service-icon, .shareaholic-canvas ul.shareaholic-share-buttons li i.shareaholic-service-icon, .shareaholic-canvas ul li i.shareaholic-service-icon {
      height: 50px;
      width: 50px; } }
  @media (min-width: 992px) {
    .shareaholic-canvas .shareaholic-share-buttons-container.round .shareaholic-share-button-container .shareaholic-service-icon {
      font-size: 44px; }
    .shareaholic-canvas ul.shareaholic-share-buttons li.shareaholic-share-button i.shareaholic-service-icon, .shareaholic-canvas ul li.shareaholic-share-button i.shareaholic-service-icon, .shareaholic-canvas ul.shareaholic-share-buttons li i.shareaholic-service-icon, .shareaholic-canvas ul li i.shareaholic-service-icon {
      height: 60px;
      width: 60px; } }
@media (max-width: 767px) {
  ul {
    padding-left: 20px; } }

ul.checklist {
  padding-left: 0; }
  ul.checklist li {
    list-style: none;
    padding-left: 40px;
    background: url("images/list-check_ver-2.0.png") top left no-repeat;
    background-position: 5px 5px; }

.stella-modal .modal-content .modal-header {
  border-bottom: none; }
  .stella-modal .modal-content .modal-header .close {
    font-size: 30px;
    position: absolute;
    top: 5px;
    right: 10px; }

.stella-modal .modal-content .modal-body {
  padding: 30px; }

.modal-backdrop {
  background-color: #B4503C; }
  .modal-backdrop.in {
    opacity: 0.8;
    filter: alpha(opacity=80); }

ul.checklist-img, ul.checklist-img-large {
  margin: 20px 0; }

ul.checklist-img li, ul.checklist-img-large li, .checkblock-yes, .checkblock-no, .checkblock-yes-large, .checkblock-no-large {
  list-style: none;
  padding-left: 45px;
  min-height: 34px;
  background-position: top left;
  background-repeat: no-repeat;
  margin-bottom: 10px; }

ul.checklist-img li, .checkblock-yes, .checkblock-no {
  padding-left: 45px;
  min-height: 34px; }

ul.checklist-img-large, .checkblock-yes-large, .checkblock-no-large {
  font-size: 125%; }

ul.checklist-img-large li, .checkblock-yes-large, .checkblock-no-large {
  padding-left: 80px;
  padding-top: 10px;
  min-height: 65px; }

ul.checklist-yes li, .checkblock-yes {
  background-image: url("images/check-yes-small_ver-2.0.png"); }

ul.checklist-no li, .checkblock-no {
  background-image: url("images/check-no-small_ver-2.0.png"); }

ul.checklist-yes-large li, .checkblock-yes-large {
  background-image: url("images/check-yes-large_ver-2.0.png"); }

ul.checklist-no-large li, .checkblock-no-large {
  background-image: url("images/check-no-large_ver-2.0.png"); }

ul.checklist-no-grey li, .checkblock-no-grey {
  background-image: url("images/check-no-small-grey.png"); }

ul.checklist-no-large-grey li, .checkblock-no-large-grey {
  background-image: url("images/check-no-large-grey.png"); }

/*-------------------- Responsive Video Embeds --------------------*/
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 30px; }

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* =============================================================================
   Payment Buttons
   ========================================================================== */
.payment-button {
  display: block;
  width: 80%;
  vertical-align: top;
  margin: 0 auto 20px auto;
  padding: 0 0 30px 0;
  text-align: center;
  position: relative;
  background: url("images/sketch-divider.png") repeat-x bottom center; }
  @media (min-width: 480px) {
    .payment-button {
      display: inline-block;
      width: auto;
      margin: 20px 2px 30px 2px;
      padding: 0 10px 10px 0;
      border-right: 1px dotted #666666;
      background: none; } }
  @media (min-width: 768px) {
    .payment-button {
      display: inline-block;
      margin: 20px 2px 30px 2px; } }
  @media (min-width: 992px) {
    .payment-button {
      margin: 20px 5px 30px 5px;
      padding: 0 25px 10px 0;
      background: url("images/sketch-divider-vertical.png") repeat-y top right;
      border: none; } }
  @media (min-width: 1200px) {
    .payment-button {
      margin: 20px 10px 30px 10px;
      padding: 0 30px 10px 0; } }
  .payment-button .button-payments {
    font-size: 16px;
    text-transform: uppercase; }
    @media (min-width: 480px) {
      .payment-button .button-payments {
        font-size: 14px; } }
    @media (min-width: 768px) {
      .payment-button .button-payments {
        font-size: 16px; } }
  .payment-button .button-price-wrapper {
    margin: 20px 0 5px 0; }
    @media (min-width: 480px) {
      .payment-button .button-price-wrapper {
        margin-top: 10px; } }
    @media (min-width: 768px) {
      .payment-button .button-price-wrapper {
        margin-top: 20px; } }
    .payment-button .button-price-wrapper .button-discount, .payment-button .button-price-wrapper .button-price {
      display: inline-block; }
      .payment-button .button-price-wrapper .button-discount .dollar-sign, .payment-button .button-price-wrapper .button-discount .asterisk, .payment-button .button-price-wrapper .button-price .dollar-sign, .payment-button .button-price-wrapper .button-price .asterisk {
        display: inline-block;
        font-size: 50%;
        vertical-align: top; }
      .payment-button .button-price-wrapper .button-discount .asterisk, .payment-button .button-price-wrapper .button-price .asterisk {
        font-weight: normal;
        margin-top: -15px; }
    .payment-button .button-price-wrapper .button-discount {
      font-size: 16px;
      font-weight: bold;
      vertical-align: top; }
      @media (min-width: 480px) {
        .payment-button .button-price-wrapper .button-discount {
          font-size: 14px; } }
      @media (min-width: 992px) {
        .payment-button .button-price-wrapper .button-discount {
          font-size: 16px; } }
      @media (min-width: 1200px) {
        .payment-button .button-price-wrapper .button-discount {
          font-size: 18px; } }
    .payment-button .button-price-wrapper .button-price {
      font-size: 90px;
      font-weight: bold;
      letter-spacing: -5px;
      font-weight: 700; }
      @media (min-width: 480px) {
        .payment-button .button-price-wrapper .button-price {
          font-size: 55px; } }
      @media (min-width: 768px) {
        .payment-button .button-price-wrapper .button-price {
          font-size: 70px; } }
      @media (min-width: 992px) {
        .payment-button .button-price-wrapper .button-price {
          font-size: 80px; } }
      @media (min-width: 1200px) {
        .payment-button .button-price-wrapper .button-price {
          font-size: 90px; } }
      .payment-button .button-price-wrapper .button-price .dollar-sign {
        margin-top: -10px; }
  .payment-button .button-special-text {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 16px;
    margin: -10px 0 5px 0; }
    @media (min-width: 480px) {
      .payment-button .button-special-text {
        font-size: 14px;
        margin: -15px 0 5px 0; } }
    @media (min-width: 992px) {
      .payment-button .button-special-text {
        font-size: 16px; } }
  .payment-button .pay-button {
    font-size: 145%;
    font-weight: 700;
    text-transform: uppercase; }
    @media (min-width: 480px) {
      .payment-button .pay-button {
        font-size: 70%; } }
    @media (min-width: 768px) {
      .payment-button .pay-button {
        font-size: 90%; } }
    @media (min-width: 992px) {
      .payment-button .pay-button {
        font-size: 100%; } }
    @media (min-width: 1200px) {
      .payment-button .pay-button {
        font-size: 125%; } }
    .payment-button .pay-button span.overlay {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
  .payment-button.special .button-price-wrapper {
    margin-top: 20px; }
    @media (min-width: 480px) {
      .payment-button.special .button-price-wrapper {
        margin-top: 5px; } }
    @media (min-width: 992px) {
      .payment-button.special .button-price-wrapper {
        margin-top: 15px; } }
    .payment-button.special .button-price-wrapper .button-price {
      color: #B4503C;
      font-size: 90px; }
      @media (min-width: 480px) {
        .payment-button.special .button-price-wrapper .button-price {
          font-size: 50px; } }
      @media (min-width: 768px) {
        .payment-button.special .button-price-wrapper .button-price {
          font-size: 60px; } }
      @media (min-width: 992px) {
        .payment-button.special .button-price-wrapper .button-price {
          font-size: 80px; } }
      @media (min-width: 1200px) {
        .payment-button.special .button-price-wrapper .button-price {
          font-size: 90px; } }
  .payment-button:last-child {
    background: none;
    border: none;
    padding: 0; }

/* =============================================================================
   Layout Elements
   ========================================================================== */
.container {
  margin: auto; }

.main-wrapper {
  background: url("images/lined-paper.png"); }

.main-wrapper-interior {
  max-width: 1500px;
  margin: auto; }

.main-content {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (min-width: 768px) {
    .main-content {
      width: 550px;
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (min-width: 992px) {
    .main-content {
      width: 700px; } }
  @media (min-width: 1200px) {
    .main-content {
      width: 900px; } }
@media (min-width: 768px) {
  .main-content-wider {
    padding: 0;
    width: 600px; } }

@media (min-width: 992px) {
  .main-content-wider {
    width: 800px; } }

@media (min-width: 1200px) {
  .main-content-wider {
    width: 1000px; } }

.main-content-thinner {
  margin: auto; }
  @media (min-width: 768px) {
    .main-content-thinner {
      padding: 0;
      width: 550px; } }
  @media (min-width: 992px) {
    .main-content-thinner {
      width: 600px; } }
  @media (min-width: 1200px) {
    .main-content-thinner {
      width: 550px; } }
/* =============================================================================
   Bootstrap Components
   ========================================================================== */
.panel-default {
  border: none; }
  .panel-default.border {
    border: 1px solid #AAAAAA; }
  .panel-default > .panel-heading {
    background: #F89B2F;
    color: #FFFFFF;
    font-family: "museo-slab", serif;
    font-size: 24px;
    border: none; }
  .panel-default .panel-body {
    color: #4D4D4D; }
  .panel-default.orange-bg > .panel-heading {
    background: #B4503C; }
  .panel-default.light-orange-bg > .panel-heading {
    background: #F89B2F; }
  .panel-default.alt-orange-bg > .panel-heading {
    background: #E56135; }
  .panel-default.grey-bg > .panel-heading {
    background: #666666; }
  .panel-default.light-grey-bg > .panel-heading {
    background: #AAAAAA; }

.panel-group .panel-default {
  background: none; }
  .panel-group .panel-default > .panel-heading {
    border: none;
    padding: 0; }
    .panel-group .panel-default > .panel-heading .panel-title {
      color: #FFFFFF;
      font-size: 24px; }
      .panel-group .panel-default > .panel-heading .panel-title a {
        display: block;
        padding: 10px 15px;
        background: #B4503C;
        text-decoration: none; }
        .panel-group .panel-default > .panel-heading .panel-title a.collapsed {
          background: #AAAAAA; }
        .panel-group .panel-default > .panel-heading .panel-title a:hover {
          color: #FFFFFF;
          background: #B4503C;
          text-decoration: none; }

.panel-heading h1, .panel-heading h2, .panel-heading h3, .panel-heading h4, .panel-heading h5, .panel-heading h6 {
  margin: 0; }

.purchase-panels {
  margin-top: 30px;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .purchase-panels .purchase-panel.left {
      padding-right: 0; }
      .purchase-panels .purchase-panel.left .panel-default, .purchase-panels .purchase-panel.left .panel-heading {
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important; }
    .purchase-panels .purchase-panel.center {
      padding-left: 0;
      padding-right: 0;
      box-shadow: 0 0 15px #B4503C;
      position: relative;
      z-index: 1; }
      .purchase-panels .purchase-panel.center.dark-shadow {
        box-shadow: 0 0 15px #4D4D4D; }
    .purchase-panels .purchase-panel.right {
      padding-left: 0; }
      .purchase-panels .purchase-panel.right .panel-default, .purchase-panels .purchase-panel.right .panel-heading {
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important; } }
  .purchase-panels .purchase-panel .panel-default {
    border: none;
    border-radius: 10px;
    color: #4D4D4D;
    margin: 20px 0;
    position: relative; }
    .purchase-panels .purchase-panel .panel-default.enlarged {
      margin: 0; }
    .purchase-panels .purchase-panel .panel-default > .panel-heading {
      background: #F89B2F;
      padding: 5px;
      color: #FFFFFF;
      font-family: "museo-slab", serif;
      font-size: 24px;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      text-transform: uppercase;
      border-color: transparent; }
    .purchase-panels .purchase-panel .panel-default .payment-button {
      border: none;
      background: none;
      padding: 0;
      width: 250px; }
      .purchase-panels .purchase-panel .panel-default .payment-button .button-price-wrapper .button-price {
        font-size: 80px; }
      @media (min-width: 480px) {
        .purchase-panels .purchase-panel .panel-default .payment-button {
          display: block;
          width: 80%;
          margin: 0 auto 20px auto;
          padding: 0; }
          .purchase-panels .purchase-panel .panel-default .payment-button .button-payments {
            font-size: 16px; }
          .purchase-panels .purchase-panel .panel-default .payment-button .button-price-wrapper {
            margin-top: 20px; }
            .purchase-panels .purchase-panel .panel-default .payment-button .button-price-wrapper .button-price {
              font-size: 90px; }
          .purchase-panels .purchase-panel .panel-default .payment-button .button-special-text {
            text-transform: none;
            font-weight: 700;
            margin-top: -10px;
            font-size: 20px;
            color: #E56135; }
          .purchase-panels .purchase-panel .panel-default .payment-button .pay-button {
            font-size: 145%; } }
      @media (min-width: 768px) {
        .purchase-panels .purchase-panel .panel-default .payment-button {
          width: 100%; }
          .purchase-panels .purchase-panel .panel-default .payment-button .button-price-wrapper .button-price {
            font-size: 75px; }
          .purchase-panels .purchase-panel .panel-default .payment-button .button-special-text {
            font-size: 18px; }
          .purchase-panels .purchase-panel .panel-default .payment-button .pay-button {
            font-size: 140%; } }
    .purchase-panels .purchase-panel .panel-default p {
      font-size: 14px; }
    .purchase-panels .purchase-panel .panel-default .panel-badge {
      width: 80px;
      position: absolute;
      top: 30px;
      right: -15px;
      margin: 0; }
      @media (min-width: 480px) {
        .purchase-panels .purchase-panel .panel-default .panel-badge {
          width: 130px;
          top: 30px;
          right: -25px; } }
      @media (min-width: 768px) {
        .purchase-panels .purchase-panel .panel-default .panel-badge {
          width: 120px;
          right: -60px; } }
      @media (min-width: 992px) {
        .purchase-panels .purchase-panel .panel-default .panel-badge {
          width: 110px;
          right: -55px; } }
      @media (min-width: 992px) {
        .purchase-panels .purchase-panel .panel-default .panel-badge {
          width: 130px;
          right: -65px; } }
/* =============================================================================
   Non-Semantic Classes
   ========================================================================== */
/* Custom Selection Styles */
::selection {
  background: #333333;
  color: #FFF;
  text-shadow: none; }

::-webkit-selection {
  background: #333333;
  color: #FFF;
  text-shadow: none; }

::-moz-selection {
  background: #333333;
  color: #FFF;
  text-shadow: none; }

/* Input focus styles */
input:focus {
  outline: 0;
  border: 1px solid #0091BD; }

/* Gets rid of blue glow on field focus, adds border color instead */
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; } }

/* =============================================================================
   Nav Styles
   ========================================================================== */
.header {
  padding: 0; }

#wpadminbar {
  position: fixed !important;
  top: 0;
  left: 0; }

.admin-bar .navbar-fixed-top {
  top: 32px; }
  @media (max-width: 782px) {
    .admin-bar .navbar-fixed-top {
      top: 46px; } }
.navbar {
  min-height: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  transition: 0.25s;
  -webkit-transition: 0.25s;
  text-transform: lowercase;
  background: #FFFFFF;
  border: none;
  z-index: 1030; }
  .navbar * {
    transition: 0.25s;
    -webkit-transition: 0.25s; }
  .navbar .navbar-header .navbar-brand {
    padding: 0;
    height: auto;
    margin-left: 0; }
    .navbar .navbar-header .navbar-brand img.logo-bug {
      height: 90px;
      width: auto;
      margin: -10px 0 -30px 10px;
      -ms-transform: rotate(-10deg);
      /* IE 9 */
      -webkit-transform: rotate(-10deg);
      /* Chrome, Safari, Opera */
      transform: rotate(-10deg); }
      @media (min-width: 768px) {
        .navbar .navbar-header .navbar-brand img.logo-bug {
          height: 150px;
          margin: -20px 0 -30px 10px; } }
  .navbar .navbar-header .navbar-toggle {
    margin: 13px 15px 13px 0; }
    body.simple-nav .navbar .navbar-header .navbar-toggle {
      display: none !important; }
  @media (min-width: 768px) {
    .navbar .navbar ul.nav li.dropdown:hover > ul.dropdown-menu {
      /* display: block; */ } }
  .navbar .navbar-collapse {
    border: none; }
  .navbar .navigation {
    font-family: "museo-slab", serif;
    font-size: 120%; }
    @media (min-width: 768px) {
      .navbar .navigation {
        display: block; } }
    @media (min-width: 992px) {
      .navbar .navigation {
        font-size: 140%; } }
    @media (min-width: 1200px) {
      .navbar .navigation {
        font-size: 160%; } }
    .navbar .navigation .navmenu {
      /*width: 100%;*/ }
      .navbar .navigation .navmenu .nav {
        margin-right: 0; }
        .navbar .navigation .navmenu .nav > li > a {
          color: #666666;
          letter-spacing: -2px; }
          .navbar .navigation .navmenu .nav > li > a:hover {
            color: #F89B2F; }
        .navbar .navigation .navmenu .nav > li a {
          padding-top: 10px;
          padding-bottom: 10px;
          text-align: center; }
          @media (min-width: 768px) {
            .navbar .navigation .navmenu .nav > li a {
              padding-top: 5px;
              padding-bottom: 5px; } }
          @media (min-width: 992px) {
            .navbar .navigation .navmenu .nav > li a {
              padding-top: 10px;
              padding-bottom: 10px; } }
        .navbar .navigation .navmenu .nav > li.active > a, .navbar .navigation .navmenu .nav > li.current-page-ancestor > a, .navbar .navigation .navmenu .nav > li.current_page_parent > a {
          background: none;
          color: #B4503C; }
        .navbar .navigation .navmenu .nav > .open > a {
          color: #FFFFFF !important;
          background: #F89B2F !important;
          border-top-left-radius: 4px;
          border-top-right-radius: 4px; }
        .navbar .navigation .navmenu .nav .dropdown-menu {
          width: 100%;
          text-align: center;
          border: none;
          padding: 0;
          background: #F89B2F; }
          .navbar .navigation .navmenu .nav .dropdown-menu > li > a {
            color: #FFFFFF;
            white-space: normal; }
            .navbar .navigation .navmenu .nav .dropdown-menu > li > a:hover {
              background: #E56135;
              background: rgba(255, 255, 255, 0.1); }
          .navbar .navigation .navmenu .nav .dropdown-menu > li.active > a, .navbar .navigation .navmenu .nav .dropdown-menu > li.current-page-ancestor > a {
            color: #FFFFFF;
            background: #E56135;
            background: rgba(255, 255, 255, 0.1); }
      .navbar .navigation #stella-primary-nav.navmenu {
        order: 1;
        -webkit-order: 1;
        -moz-order: 1; }
        @media (min-width: 768px) {
          .navbar .navigation #stella-primary-nav.navmenu {
            order: 2;
            -webkit-order: 2;
            -moz-order: 2; } }
      .navbar .navigation #stella-secondary-nav.navmenu {
        order: 2;
        -webkit-order: 2;
        -moz-order: 2;
        font-size: 85%; }
        @media (min-width: 768px) {
          .navbar .navigation #stella-secondary-nav.navmenu {
            order: 1;
            -webkit-order: 1;
            -moz-order: 1; } }
    @media (min-width: 768px) {
      .navbar .navigation {
        position: absolute;
        right: 10px;
        bottom: 10px; } }
    body.simple-nav .navbar .navigation {
      display: none !important; }
  @media (min-width: 768px) {
    .navbar.navshrink, body.simple-nav .navbar {
      height: 65px !important; } }
  .navbar.navshrink .navigation, body.simple-nav .navbar .navigation {
    bottom: 10px; }
    @media (min-width: 768px) {
      .navbar.navshrink .navigation #stella-primary-nav, body.simple-nav .navbar .navigation #stella-primary-nav {
        /*font-size: 90%;*/ } }
    @media (min-width: 768px) {
      .navbar.navshrink .navigation #stella-secondary-nav, body.simple-nav .navbar .navigation #stella-secondary-nav {
        display: none !important; } }
  @media (min-width: 768px) {
    .navbar.navshrink .logo-bug, body.simple-nav .navbar .logo-bug {
      margin: -10px 0 -20px 10px !important;
      height: 90px !important; } }
  .navbar.navshrink .header-bottom, body.simple-nav .navbar .header-bottom {
    height: 10px;
    margin-bottom: -5px; }
  @media (min-width: 768px) {
    .navbar {
      height: 100px; } }
.schmello-bar {
  padding: 10px 10px;
  background: #E56135;
  color: #FFFFFF;
  font-family: "museo-slab", serif;
  font-size: 18px; }
  @media (max-width: 767px) {
    .schmello-bar {
      font-size: 14px; } }
  .schmello-bar .btn-sm {
    font-size: 100%;
    background: #B4503C;
    text-transform: uppercase;
    padding: 2px 10px; }
    .schmello-bar .btn-sm:hover {
      background: #4D4D4D; }

/* =============================================================================
   Footer Styles
   ========================================================================== */
.footer-top {
  background: #4D4D4D; }
  .footer-top.plain {
    margin-top: -30px;
    background: none;
    position: relative;
    z-index: 1; }

footer {
  color: #FFFFFF;
  padding-top: 10px;
  background: #B4503C;
  font-size: 14px;
  text-align: center; }
  footer .footer-interior {
    padding-bottom: 15px; }
    @media (min-width: 768px) {
      footer .footer-interior .footer-widgets {
        padding-top: 10px; } }
    footer .footer-interior .footer-widgets .footer-widget {
      margin-bottom: 30px;
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 768px) {
        footer .footer-interior .footer-widgets .footer-widget {
          padding-left: 15px;
          padding-right: 15px; } }
      footer .footer-interior .footer-widgets .footer-widget h3 {
        font-size: 24px; }
      footer .footer-interior .footer-widgets .footer-widget ul {
        border-top: 1px dotted #F89B2F;
        margin: 0;
        padding: 0; }
        footer .footer-interior .footer-widgets .footer-widget ul li {
          border-bottom: 1px dotted #F89B2F;
          list-style: none; }
          footer .footer-interior .footer-widgets .footer-widget ul li a {
            display: block;
            color: #FFFFFF;
            padding: 10px 5px;
            font-weight: normal; }
            footer .footer-interior .footer-widgets .footer-widget ul li a:hover {
              background-color: rgba(0, 0, 0, 0.1);
              text-decoration: none; }
            footer .footer-interior .footer-widgets .footer-widget ul li a .fa-fw {
              font-size: 1.5em; }
    footer .footer-interior .footer-widgets #footer-testimonials * {
      position: relative; }
    footer .footer-interior .footer-widgets #footer-testimonials .carousel-inner .item {
      opacity: 0;
      transition-property: opacity; }
    footer .footer-interior .footer-widgets #footer-testimonials .carousel-inner .active {
      opacity: 1; }
    footer .footer-interior .footer-widgets #footer-testimonials .carousel-inner .active.left, footer .footer-interior .footer-widgets #footer-testimonials .carousel-inner .active.right {
      left: 0;
      opacity: 0;
      z-index: 1; }
    footer .footer-interior .footer-widgets #footer-testimonials .carousel-inner .next.left, footer .footer-interior .footer-widgets #footer-testimonials .carousel-inner .prev.right {
      opacity: 1; }
    footer .footer-interior .footer-widgets #footer-testimonials .carousel-control {
      z-index: 2; }
    footer .footer-interior .footer-widgets #footer-testimonials .quote-top {
      font-size: 56px;
      margin: -10px 0 -40px -10px; }
    footer .footer-interior .footer-widgets #footer-testimonials .quote-interior {
      font-size: 220%;
      line-height: 1.5em;
      font-family: "museo-slab", serif;
      letter-spacing: -1px;
      z-index: 1;
      color: #FFFFFF;
      color: rgba(255, 255, 255, 0.75); }
    footer .footer-interior .footer-widgets #footer-testimonials .quote-bottom {
      font-size: 44px;
      text-align: right;
      margin: -40px 0 0 0;
      position: relative; }
    footer .footer-interior .footer-widgets #footer-testimonials .read-more {
      margin-top: 20px;
      text-align: right; }
    footer .footer-interior .footer-widgets #footer-testimonials .attribution {
      margin-top: 10px;
      color: #FFFFFF;
      color: rgba(255, 255, 255, 0.75); }
    footer .footer-interior .legalese {
      text-align: center;
      margin: 1.5em auto 0 auto;
      font-size: 0.8em; }
      footer .footer-interior .legalese a {
        color: #FFFFFF; }
  @media (min-width: 768px) {
    footer {
      text-align: left; } }
/* =============================================================================
   "Sidebar" Styles
   ========================================================================== */
.widget-row {
  margin-bottom: 30px; }
  .widget-row:last-child {
    margin-bottom: 0; }

.sidebar {
  padding: 30px 15px 70px 15px;
  background: #4D4D4D;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: normal;
  /*.container {
            @media (min-width: 768px) {
                    width: 600px;
            }
            @media (min-width: 992px) {
                    width: 800px;
            }
            @media (min-width: 1200px) {
                    width: 1000px;
            }
        }*/ }
  @media (min-width: 768px) {
    .sidebar {
      padding: 30px 15px; } }
.email-signup .emailcontent {
  margin-bottom: 20px; }

.email-signup .form-inline .form-group-double {
  display: inline-block;
  width: 48%; }
  @media (min-width: 768px) {
    .email-signup .form-inline .form-group-double {
      /*padding: 20px 0;*/
      width: 23%; } }
.email-signup .form-inline .form-group {
  padding: 0 0.5%; }
  .email-signup .form-inline .form-group .form-control {
    width: 100%;
    height: 40px;
    background: #FFFFFF; }
  .email-signup .form-inline .form-group label {
    display: block;
    margin-top: -15px;
    text-transform: lowercase; }
    @media (min-width: 768px) {
      .email-signup .form-inline .form-group label {
        display: auto;
        margin-top: 0; } }
.email-signup .form-inline .last-name-group {
  float: right; }
  @media (min-width: 768px) {
    .email-signup .form-inline .last-name-group {
      float: none; } }
@media (min-width: 768px) {
  .email-signup .form-inline .email-group {
    width: 30%; } }

.email-signup .form-inline .btn {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0; }
  .email-signup .form-inline .btn:hover {
    background: #F89B2F; }
  @media (min-width: 768px) {
    .email-signup .form-inline .btn {
      width: 21%;
      float: right; } }
.widget_activecampaign_widget form._form {
  margin: 0 !important;
  width: 100% !important; }
  .widget_activecampaign_widget form._form ._form-title {
    font-family: "museo-slab", serif;
    font-size: 28px !important;
    margin-bottom: 20px !important;
    line-height: 1em !important; }
  .widget_activecampaign_widget form._form ._html-code {
    font-size: 18px !important; }
  @media (min-width: 668px) {
    .widget_activecampaign_widget form._form ._form_element {
      width: 25%; } }
  .widget_activecampaign_widget form._form ._inline-style input[type="text"] {
    width: 100% !important; }
  .widget_activecampaign_widget form._form ._submit {
    font-family: "museo-slab", serif !important;
    font-weight: bold; }

.stellaBlogFilters {
  letter-spacing: -1px; }

.blog-widgets {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  background: #B4503C;
  color: white; }
  .blog-widgets h5 {
    margin: 0;
    padding: 0;
    line-height: 46px;
    text-transform: none;
    font-size: 18px; }
  .blog-widgets .filter-drop {
    margin-bottom: 15px;
    position: relative; }
    .blog-widgets .filter-drop:last-child {
      margin-bottom: 0; }
    @media (min-width: 768px) {
      .blog-widgets .filter-drop {
        margin-bottom: 0; } }
    .blog-widgets .filter-drop select {
      background: #E56135;
      background: rgba(248, 155, 47, 0.35);
      color: #FFFFFF;
      -webkit-appearance: none;
      padding: 0 10px;
      z-index: 1;
      position: relative; }
    .blog-widgets .filter-drop .glyphicon {
      position: absolute;
      top: 15px;
      right: 25px; }
  .blog-widgets .email-signup {
    padding: 0 15px; }

.page-template-template-landing-page {
  padding: 0 !important;
  min-height: 100%;
  height: 100%;
  text-align: center; }
  .page-template-template-landing-page .wrapper {
    height: 100%; }
  .page-template-template-landing-page .header, .page-template-template-landing-page .sidebar, .page-template-template-landing-page .footer-top, .page-template-template-landing-page footer {
    display: none; }
  .page-template-template-landing-page .container {
    padding-top: 100px; }
    @media (min-width: 768px) {
      .page-template-template-landing-page .container {
        padding-top: 200px; } }
    .page-template-template-landing-page .container .logo {
      width: 200px; }

.page-template-template-homepage .sidebar {
  background: #B4503C;
  /*.container {
            @media (min-width: 768px) {
                    width: 600px;
            }
            @media (min-width: 992px) {
                    width: 800px;
            }
            @media (min-width: 1200px) {
                    width: 1000px;
            }
        }*/ }

.page-template-template-homepage .footer-top {
  background: none; }

.flexbox .home-jumbotron .home-ctas ul.pathways li.pathway {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

@media (min-width: 768px) {
  .flexbox .home-jumbotron .home-ctas ul.pathways {
    /*display: flex;
                    display: -webkit-flex;
                    display: -ms-flexbox;*/ } }

.home-jumbotron {
  color: white;
  border-bottom: 10px solid #F89B2F;
  position: relative; }
  .home-jumbotron .home-ctas {
    padding: 20px; }
    .home-jumbotron .home-ctas ul.pathways {
      padding: 0;
      margin: 0; }
      .home-jumbotron .home-ctas ul.pathways li.pathway {
        vertical-align: top;
        list-style: none;
        background: white;
        /*padding:  15px 0;*/
        margin-bottom: 15px;
        color: #666666;
        border-radius: 10px; }
        @media (min-width: 768px) {
          .home-jumbotron .home-ctas ul.pathways li.pathway {
            background: none;
            display: inline-block;
            text-align: center;
            width: 200px;
            margin: 0 15px 30px 15px; }
            .home-jumbotron .home-ctas ul.pathways li.pathway.wide1, .home-jumbotron .home-ctas ul.pathways li.pathway.wide2, .home-jumbotron .home-ctas ul.pathways li.pathway.wide3 {
              width: 210px; } }
    @media (min-width: 768px) and (min-width: 992px) {
      .home-jumbotron .home-ctas ul.pathways li.pathway.wide1, .home-jumbotron .home-ctas ul.pathways li.pathway.wide2, .home-jumbotron .home-ctas ul.pathways li.pathway.wide3 {
        width: 240px; } }
        @media (min-width: 768px) {
            .home-jumbotron .home-ctas ul.pathways li.pathway.wide4 {
              width: 155px; } }
    @media (min-width: 768px) and (min-width: 992px) {
      .home-jumbotron .home-ctas ul.pathways li.pathway.wide4 {
        width: 210px; } }
  @media (min-width: 768px) and (min-width: 992px) {
    .home-jumbotron .home-ctas ul.pathways li.pathway.wide5 {
      width: 155px; } }
  @media (min-width: 768px) and (min-width: 1200px) {
    .home-jumbotron .home-ctas ul.pathways li.pathway.wide5 {
      width: 200px; } }
        .home-jumbotron .home-ctas ul.pathways li.pathway a.cta-button {
          float: right;
          background: #F89B2F;
          position: relative; }
          .home-jumbotron .home-ctas ul.pathways li.pathway a.cta-button:hover {
            background: #B4503C; }
          @media (min-width: 768px) {
            .home-jumbotron .home-ctas ul.pathways li.pathway a.cta-button {
              float: none;
              margin: 0 0 -40px 0; } }
      @media (min-width: 768px) {
        .home-jumbotron .home-ctas ul.pathways {
          text-align: center;
          margin: 0 -1%; } }
    .home-jumbotron .home-ctas ul.pathways.imagestrue li.pathway {
      /*margin-left: 11%;*/
      margin-left: 15%; }
      @media (min-width: 768px) {
        .home-jumbotron .home-ctas ul.pathways.imagestrue li.pathway {
          display: inline-block;
          margin-left: 0; } }
      .home-jumbotron .home-ctas ul.pathways.imagestrue li.pathway .pathway-content {
        padding: 15px 15px 15px 20%;
        float: left;
        width: 100%;
        margin-left: -17%;
        border-radius: 10px; }
        @media (min-width: 768px) {
          .home-jumbotron .home-ctas ul.pathways.imagestrue li.pathway .pathway-content {
            background: white;
            width: 100%;
            margin-left: 0;
            padding: 40% 15px 15px 15px;
            margin-top: -35%; } }
      .home-jumbotron .home-ctas ul.pathways.imagestrue li.pathway .pathway-image {
        padding-right: 0;
        z-index: 1;
        float: left;
        width: 33%;
        margin-left: -19%; }
        @media (min-width: 768px) {
          .home-jumbotron .home-ctas ul.pathways.imagestrue li.pathway .pathway-image {
            width: 85%;
            padding: 0 15px;
            /*margin: -40% auto 10px auto;*/
            margin: 0 auto;
            float: none; } }
        .home-jumbotron .home-ctas ul.pathways.imagestrue li.pathway .pathway-image img {
          padding: 0 !important;
          width: 100%;
          height: auto;
          position: relative;
          /*margin-left: -50%;*/ }
          @media (min-width: 768px) {
            .home-jumbotron .home-ctas ul.pathways.imagestrue li.pathway .pathway-image img {
              margin: auto; } }
      @media (min-width: 768px) {
        .home-jumbotron .home-ctas ul.pathways.imagestrue li.pathway {
          /*margin-top: 10%;*/ } }
      @media (min-width: 992px) {
        .home-jumbotron .home-ctas ul.pathways.imagestrue li.pathway {
          /*margin-top: 7%;*/ }
          .home-jumbotron .home-ctas ul.pathways.imagestrue li.pathway.wide1, .home-jumbotron .home-ctas ul.pathways.imagestrue li.pathway.wide2, .home-jumbotron .home-ctas ul.pathways.imagestrue li.pathway.wide3 {
            /*margin-top: 10%;*/ } }
    .home-jumbotron .home-ctas .edit-link {
      text-align: center; }
      .home-jumbotron .home-ctas .edit-link a {
        color: #FFFFFF; }
    @media (min-width: 480px) {
      .home-jumbotron .home-ctas {
        padding: 40px 0; } }
    @media (min-width: 768px) {
      .home-jumbotron .home-ctas {
        padding: 40px 0 60px 0; } }
.secondary-page-content {
  padding: 50px 0 0 0; }

.required-reading {
  padding: 50px 0 70px 0; }
  @media (min-width: 768px) {
    .required-reading .row {
      margin-left: -30px;
      margin-right: -30px; } }
  .required-reading .row .article .flex-wrapper {
    /*display: -webkit-flex;
                display:         flex;
                -webkit-align-items: center;
                        align-items: center;
                -webkit-justify-content: center;
                        justify-content: center;*/ }
  .required-reading .row .article .article-image-large {
    width: 200px;
    height: 200px;
    margin: 0 auto 20px auto; }
    @media (min-width: 480px) {
      .required-reading .row .article .article-image-large {
        width: 150px;
        height: 150px;
        float: left; } }
    @media (min-width: 768px) {
      .required-reading .row .article .article-image-large {
        width: 135px;
        height: 135px; } }
    @media (min-width: 992px) {
      .required-reading .row .article .article-image-large {
        width: 185px;
        height: 185px; } }
    @media (min-width: 1200px) {
      .required-reading .row .article .article-image-large {
        width: 205px;
        height: 205px; } }
  .required-reading .row .article .article-content {
    text-align: center; }
    .required-reading .row .article .article-content .meta {
      font-size: 12px;
      color: #666666;
      margin-bottom: 0; }
      .required-reading .row .article .article-content .meta a {
        color: #666666;
        font-weight: 400; }
    .required-reading .row .article .article-content h4 a {
      color: #4D4D4D;
      font-size: 28px; }
    .required-reading .row .article .article-content .read-more {
      margin-top: 20px; }
    @media (min-width: 480px) {
      .required-reading .row .article .article-content {
        margin-left: 150px;
        text-align: left; } }
    @media (min-width: 992px) {
      .required-reading .row .article .article-content {
        text-align: center;
        padding: 0;
        margin-left: 0; } }
  .required-reading .row .article .divider {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dotted #AAAAAA; }
  @media (min-width: 992px) {
    .required-reading .row .article {
      text-align: center;
      border: none;
      padding: 0 15px; } }
  @media (min-width: 1200px) {
    .required-reading .row .article {
      padding: 0 20px; } }
  .required-reading .row .article:last-child .divider {
    margin-bottom: 0;
    border: none; }

.page .page-jumbotron {
  position: relative;
  color: white;
  border-bottom: 5px solid #F89B2F;
  padding: 40px 10px 35px 10px; }
  @media (min-width: 480px) {
    .page .page-jumbotron {
      padding: 40px 10px 35px 10px; } }
  @media (min-width: 768px) {
    .page .page-jumbotron {
      padding: 100px 10px 90px 10px; } }
.page .page-title {
  border-bottom: 1px solid #AAAAAA;
  padding-bottom: 30px; }

.page .block-content .block-section {
  padding: 30px 20px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  @media (min-width: 768px) {
    .page .block-content .block-section {
      padding: 60px 0; } }
  .page .block-content .block-section .img-overlay {
    background-color: transparent; }
  .page .block-content .block-section .overlay-content {
    position: relative;
    z-index: 1; }

.single-post article {
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 2px dotted #AAAAAA; }

.single-post .page-title {
  text-align: center; }
  @media (min-width: 768px) {
    .single-post .page-title {
      /*text-align: left;*/ } }
.single-post .interior-content {
  margin-bottom: 20px; }

.single-post .post-meta {
  text-align: center;
  margin-bottom: 15px;
  color: #666666;
  font-size: 14px;
  margin-bottom: 30px; }
  .single-post .post-meta a {
    color: #666666;
    font-weight: 400; }
  @media (min-width: 768px) {
    .single-post .post-meta {
      /*text-align: left;*/ } }
.single-post #featured-placeholder {
  width: 100%; }
  @media (min-width: 992px) {
    .single-post #featured-placeholder {
      float: right;
      width: 350px;
      margin-left: 20px; } }
  @media (min-width: 1200px) {
    .single-post #featured-placeholder {
      width: 400px; } }
  .single-post #featured-placeholder img {
    width: 100% !important;
    max-width: 100%;
    height: auto; }
  .single-post #featured-placeholder .emailSignUp {
    background: #B4503C;
    border-radius: 10px;
    color: #FFFFFF;
    padding: 30px;
    margin-bottom: 20px;
    text-align: center; }
    .single-post #featured-placeholder .emailSignUp i {
      display: none; }
    @media (min-width: 768px) {
      .single-post #featured-placeholder .emailSignUp .email-signup .form-inline .form-group-double {
        width: 48%; } }
    .single-post #featured-placeholder .emailSignUp .email-signup .form-inline .form-group {
      margin-bottom: 15px; }
      @media (min-width: 768px) {
        .single-post #featured-placeholder .emailSignUp .email-signup .form-inline .form-group {
          margin-bottom: 15px; }
          .single-post #featured-placeholder .emailSignUp .email-signup .form-inline .form-group label {
            display: auto;
            margin-top: 0; } }
    @media (min-width: 768px) {
      .single-post #featured-placeholder .emailSignUp .email-signup .form-inline .last-name-group {
        float: right; } }
    @media (min-width: 768px) {
      .single-post #featured-placeholder .emailSignUp .email-signup .form-inline .email-group {
        width: 100%; } }
    @media (min-width: 768px) {
      .single-post #featured-placeholder .emailSignUp .email-signup .form-inline .btn {
        width: 100%;
        float: none; } }
  .single-post #featured-placeholder .widget_activecampaign_widget ._form-title {
    font-family: "museo-slab", serif;
    font-size: 24px;
    line-height: 1em; }

.single-post #catlinks {
  text-align: center; }
  .single-post #catlinks a.catlink {
    display: inline-block;
    background: #AAAAAA;
    color: #FFFFFF;
    margin: 5px;
    text-transform: lowercase;
    padding: 0 10px;
    font-family: "museo-slab", serif;
    border-radius: 5px;
    font-size: 14px; }
    .single-post #catlinks a.catlink:hover {
      text-decoration: none;
      background: #666666; }
    .single-post #catlinks a.catlink.featured {
      background: #F89B2F; }
      .single-post #catlinks a.catlink.featured:hover {
        background: #B4503C; }

.single-post #blog-single-widgets {
  background: #B4503C;
  padding: 30px;
  margin: 20px auto;
  text-align: center;
  border-radius: 10px; }
  .single-post #blog-single-widgets .email-signup .form-inline .form-group-double, .single-post #blog-single-widgets .email-signup .form-inline .email-group {
    margin-bottom: 10px;
    text-align: left; }
  .single-post #blog-single-widgets .email-signup .form-inline .form-group-double {
    width: 49%; }
  .single-post #blog-single-widgets .email-signup .form-inline .email-group {
    display: block;
    width: 100%; }
  @media (min-width: 768px) {
    .single-post #blog-single-widgets .email-signup .form-inline .btn {
      width: 100%;
      float: none; } }
  .single-post #blog-single-widgets .email-signup .form-inline .btn {
    float: none; }
  @media (min-width: 668px) {
    .single-post #blog-single-widgets form._form._form_1 ._form_element {
      width: 100% !important;
      margin: 0 !important; } }
  .single-post #blog-single-widgets form._form._form_1 ._html-code {
    margin-bottom: 10px !important; }
  .single-post #blog-single-widgets form._form._form_1 ._button-wrapper {
    margin-left: 0 !important; }

.single-post #nav-below {
  margin-top: 30px;
  margin-bottom: 30px; }

.single-post #comments {
  font-size: 16px; }
  .single-post #comments ol #respond {
    width: 100%;
    padding: 0 0 30px 0; }
  .single-post #comments #comments-list, .single-post #comments #trackbacks-list {
    margin-bottom: 40px; }
    .single-post #comments #comments-list ol, .single-post #comments #trackbacks-list ol {
      list-style: none;
      padding: 0; }
      .single-post #comments #comments-list ol li, .single-post #comments #trackbacks-list ol li {
        margin-bottom: 20px;
        line-height: 1.5em; }
        .single-post #comments #comments-list ol li .vcard, .single-post #comments #trackbacks-list ol li .vcard {
          padding: 0; }
        .single-post #comments #comments-list ol li.comment-author-admin, .single-post #comments #comments-list ol li.comment-author-stella, .single-post #comments #comments-list ol li.bypostauthor, .single-post #comments #trackbacks-list ol li.comment-author-admin, .single-post #comments #trackbacks-list ol li.comment-author-stella, .single-post #comments #trackbacks-list ol li.bypostauthor {
          padding: 10px;
          background: #FBF1E6;
          background: rgba(248, 155, 47, 0.1);
          border-left: 3px solid #F89B2F;
          /*border: 1px solid $extralightgrey;*/ }
        .single-post #comments #comments-list ol li #comment-interior, .single-post #comments #trackbacks-list ol li #comment-interior {
          padding-right: 0; }
          .single-post #comments #comments-list ol li #comment-interior .unapproved, .single-post #comments #trackbacks-list ol li #comment-interior .unapproved {
            display: block;
            background: #B4503C;
            color: #FFFFFF;
            padding: 5px 10px;
            margin-bottom: 10px;
            font-weight: bold; }
          .single-post #comments #comments-list ol li #comment-interior .comment-author, .single-post #comments #trackbacks-list ol li #comment-interior .comment-author {
            font-size: 18px; }
            .single-post #comments #comments-list ol li #comment-interior .comment-author a, .single-post #comments #trackbacks-list ol li #comment-interior .comment-author a {
              color: #666666;
              font-weight: 400;
              text-decoration: underline; }
          .single-post #comments #comments-list ol li #comment-interior .comment-meta, .single-post #comments #trackbacks-list ol li #comment-interior .comment-meta {
            color: #666666;
            font-size: 14px;
            margin-bottom: 5px; }
            .single-post #comments #comments-list ol li #comment-interior .comment-meta a, .single-post #comments #trackbacks-list ol li #comment-interior .comment-meta a {
              color: #666666;
              font-weight: 400; }
          .single-post #comments #comments-list ol li #comment-interior .comment-reply-link, .single-post #comments #trackbacks-list ol li #comment-interior .comment-reply-link {
            font-size: 90%; }
      .single-post #comments #comments-list ol ul.children, .single-post #comments #trackbacks-list ol ul.children {
        list-style: none;
        padding-left: 20px; }
        @media (min-width: 768px) {
          .single-post #comments #comments-list ol ul.children, .single-post #comments #trackbacks-list ol ul.children {
            padding-left: 40px; } }
  .single-post #comments #comments-nav-below {
    text-align: center; }

.single-post #respond {
  padding: 30px 0 40px 0; }
  .single-post #respond #comment-notes {
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px; }
  .single-post #respond #comment-form label {
    font-size: 14px; }
  .single-post #respond #comment-form .form-group {
    margin-bottom: 10px; }
  .single-post #respond #comment-form .form-submit {
    text-align: center; }
    .single-post #respond #comment-form .form-submit #cancel-comment-reply-link {
      margin: 0 5px 15px 5px;
      display: inline-block;
      padding: 6px 12px;
      font-weight: 400;
      line-height: 1.42857143;
      text-align: center;
      white-space: nowrap;
      vertical-align: middle;
      -ms-touch-action: manipulation;
      touch-action: manipulation;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      border-radius: 4px;
      text-transform: lowercase;
      color: #FFFFFF !important;
      font-family: "museo-slab", serif;
      border: none;
      font-size: 150%;
      background: #AAAAAA; }
      .single-post #respond #comment-form .form-submit #cancel-comment-reply-link:hover {
        background: #666666;
        text-decoration: none; }
    .single-post #respond #comment-form .form-submit .comment-submit {
      margin: 0 5px 15px 5px; }
  .single-post #respond #comment-form #form-allowed-tags {
    margin: 20px 0;
    font-size: 14px; }

.post-index .first-post {
  background-size: cover;
  background-position: center;
  padding: 40px 0;
  position: relative;
  text-align: center; }
  @media (min-width: 768px) {
    .post-index .first-post .main-content-wider {
      width: 670px; } }
  @media (min-width: 992px) {
    .post-index .first-post .main-content-wider {
      width: 800px; } }
  @media (min-width: 1200px) {
    .post-index .first-post .main-content-wider {
      width: 1000px; } }
  .post-index .first-post .article-image-large {
    width: 90%;
    height: 300px;
    margin: 0 auto 20px auto;
    border-radius: 0; }
    @media (min-width: 320px) {
      .post-index .first-post .article-image-large {
        border-radius: 50%;
        width: 300px;
        height: 300px; } }
    @media (min-width: 480px) {
      .post-index .first-post .article-image-large {
        width: 400px;
        height: 400px; } }
    @media (min-width: 768px) {
      .post-index .first-post .article-image-large {
        margin-top: 20px;
        height: 230px;
        width: 230px; } }
    @media (min-width: 992px) {
      .post-index .first-post .article-image-large {
        height: 275px;
        width: 275px; } }
    @media (min-width: 1200px) {
      .post-index .first-post .article-image-large {
        height: 342px;
        width: 342px; } }
  .post-index .first-post h3.latest-post {
    font-size: 24px;
    color: #F89B2F;
    margin-bottom: 0;
    display: none; }
    @media (min-width: 768px) {
      .post-index .first-post h3.latest-post {
        display: block; } }
  .post-index .first-post h2 {
    text-align: center;
    margin: 0 0 5px 0; }
    .post-index .first-post h2 a {
      color: #FFFFFF;
      text-decoration: none; }
      .post-index .first-post h2 a:hover {
        text-decoration: underline; }
    @media (min-width: 768px) {
      .post-index .first-post h2 {
        text-align: left; } }
  .post-index .first-post .post-meta {
    text-align: center;
    margin-bottom: 15px;
    font-size: 80%;
    line-height: 1.25em; }
    .post-index .first-post .post-meta a {
      color: #FFFFFF;
      font-weight: 400; }
    @media (min-width: 768px) {
      .post-index .first-post .post-meta {
        text-align: left; } }
  .post-index .first-post hr {
    margin: 5px 0 10px 0; }
  .post-index .first-post .post-content p {
    line-height: 1.7em; }
  .post-index .first-post .read-more {
    margin-top: 15px;
    text-align: center; }
    @media (min-width: 768px) {
      .post-index .first-post .read-more {
        text-align: left; } }
  @media (min-width: 768px) {
    .post-index .first-post {
      text-align: left; } }
.post-index #archive-info {
  margin-bottom: 40px;
  text-align: center;
  border-bottom: 1px dotted #AAAAAA;
  padding: 20px; }
  .post-index #archive-info .archive-title {
    font-size: 28px;
    text-align: center; }

.post-index .plain-post {
  margin-bottom: 43px;
  padding-bottom: 50px;
  border-bottom: 2px dotted #AAAAAA;
  text-align: center; }
  .post-index .plain-post.featured-yes {
    background-image: url("images/sketch-divider.png"), url("images/sketch-divider.png");
    background-position: center top, center bottom;
    background-repeat: repeat-x;
    border-bottom: none;
    padding: 50px 0;
    margin-top: -52px; }
    .post-index .plain-post.featured-yes .center-wrap {
      margin: -60px 0 20px 0; }
      .post-index .plain-post.featured-yes .center-wrap .featured-heading {
        padding: 0 10px;
        background: #FAFAFA;
        display: inline-block; }
    .post-index .plain-post.featured-yes .post-thumbnail {
      width: 90%;
      height: 200px;
      margin: 0 auto 20px auto;
      border-radius: 0;
      float: none; }
      @media (min-width: 320px) {
        .post-index .plain-post.featured-yes .post-thumbnail {
          border-radius: 50%;
          width: 250px;
          height: 250px; } }
      @media (min-width: 480px) {
        .post-index .plain-post.featured-yes .post-thumbnail {
          width: 300px;
          height: 300px; } }
      @media (min-width: 768px) {
        .post-index .plain-post.featured-yes .post-thumbnail {
          height: 230px;
          width: 230px; } }
      @media (min-width: 992px) {
        .post-index .plain-post.featured-yes .post-thumbnail {
          margin-top: 20px;
          float: right;
          height: 230px;
          width: 230px; } }
    @media (min-width: 480px) {
      .post-index .plain-post.featured-yes .post-content.has-thumb {
        float: none;
        width: 100%;
        text-align: center; } }
    @media (min-width: 992px) {
      .post-index .plain-post.featured-yes .post-content.has-thumb {
        width: 66.66666667% !important;
        float: left !important;
        text-align: left !important; } }
    @media (min-width: 1200px) {
      .post-index .plain-post.featured-yes .post-content.has-thumb {
        width: 74% !important; } }
    .post-index .plain-post.featured-yes .read-more {
      margin-top: 10px; }
  .post-index .plain-post.featured-adjacent {
    border: none;
    margin-bottom: 60px; }
    .post-index .plain-post.featured-adjacent.featured-yes {
      background-image: url("images/sketch-divider.png");
      background-position: center top; }
  .post-index .plain-post.loop1 {
    margin-top: 0 !important; }
  .post-index .plain-post .post-thumbnail {
    float: none;
    margin: auto auto 20px auto;
    width: 50%; }
    @media (min-width: 480px) {
      .post-index .plain-post .post-thumbnail {
        float: left;
        margin: auto;
        width: 33.33333333%; } }
    @media (min-width: 768px) {
      .post-index .plain-post .post-thumbnail {
        width: 25%; } }
    @media (min-width: 1200px) {
      .post-index .plain-post .post-thumbnail {
        width: 16.66666667%; } }
  .post-index .plain-post h2 {
    font-size: 32px;
    margin-bottom: 5px; }
    .post-index .plain-post h2 a {
      color: #666666; }
      .post-index .plain-post h2 a:hover {
        text-decoration: none; }
  .post-index .plain-post .post-meta {
    font-size: 80%;
    margin: 0 0 5px 0;
    color: #666666;
    line-height: 1.25em; }
    .post-index .plain-post .post-meta a {
      color: #666666;
      font-weight: 400; }
  .post-index .plain-post .post-content {
    width: 100%;
    margin: auto;
    float: none; }
    @media (min-width: 480px) {
      .post-index .plain-post .post-content {
        float: left; }
        .post-index .plain-post .post-content.has-thumb {
          width: 66.66666667%; } }
    @media (min-width: 768px) {
      .post-index .plain-post .post-content.has-thumb {
        width: 75%; } }
    @media (min-width: 1200px) {
      .post-index .plain-post .post-content.has-thumb {
        width: 83.33333333%; } }
  @media (min-width: 480px) {
    .post-index .plain-post {
      text-align: left; } }
.post-index .pagination {
  text-align: center;
  display: block !important;
  margin-top: 50px; }
  .post-index .pagination a {
    display: inline-block;
    margin: 0 10px 10px 10px; }

.not-paged .plain-post:last-child {
  border-bottom: none;
  margin-bottom: 0; }

.archive.category select.category-selector {
  background: #F89B2F; }

.archive.date select.date-selector {
  background: #F89B2F; }

.testimonial {
  width: 90%;
  margin: 40px auto 50px auto; }
  @media (min-width: 992px) {
    .testimonial.long-form:nth-child(even) .testimonial-content.slim {
      margin-left: 180px; } }
  @media (min-width: 1200px) {
    .testimonial.long-form:nth-child(even) .testimonial-content.slim {
      /*margin-left: 230px;*/ } }
  @media (min-width: 992px) {
    .testimonial.long-form:nth-child(odd) .testimonial-content.slim {
      margin-right: 180px; } }
  @media (min-width: 1200px) {
    .testimonial.long-form:nth-child(odd) .testimonial-content.slim {
      /*margin-right: 230px;*/ } }
  @media (min-width: 992px) {
    .testimonial.long-form .testimonial-main-content .testimonial-image img {
      width: 150px; } }
  @media (min-width: 1200px) {
    .testimonial.long-form .testimonial-main-content .testimonial-image img {
      /*width: 200px;*/ } }
  @media (min-width: 992px) {
    .testimonial.pull-quote:nth-child(even) .testimonial-content.slim {
      margin-left: 200px; } }
  @media (min-width: 1200px) {
    .testimonial.pull-quote:nth-child(even) .testimonial-content.slim {
      /*margin-left: 250px;*/ } }
  @media (min-width: 992px) {
    .testimonial.pull-quote:nth-child(odd) .testimonial-content.slim {
      margin-right: 200px; } }
  @media (min-width: 1200px) {
    .testimonial.pull-quote:nth-child(odd) .testimonial-content.slim {
      /*margin-right: 250px;*/ } }
  @media (min-width: 992px) {
    .testimonial.pull-quote .testimonial-main-content .testimonial-image img {
      width: 170px; } }
  @media (min-width: 1200px) {
    .testimonial.pull-quote .testimonial-main-content .testimonial-image img {
      /*width: 220px;*/ } }
  .testimonial.pull-quote .testimonial-main-content .testimonial-content .quote-interior {
    font-family: "museo-slab", serif;
    font-size: 24px;
    text-align: center; }
    .testimonial.pull-quote .testimonial-main-content .testimonial-content .quote-interior p {
      display: inline; }
    .testimonial.pull-quote .testimonial-main-content .testimonial-content .quote-interior:before, .testimonial.pull-quote .testimonial-main-content .testimonial-content .quote-interior:after {
      display: inline;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: 24px;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transform: translate(0, 0);
      color: #E56135; }
    .testimonial.pull-quote .testimonial-main-content .testimonial-content .quote-interior:before {
      padding: 0 15px 0 0;
      content: "\f10d"; }
    .testimonial.pull-quote .testimonial-main-content .testimonial-content .quote-interior:after {
      padding: 0 0 0 5px;
      content: "\f10e"; }
  .testimonial.highlight-box {
    padding: 0;
    background: none;
    display: block; }
  @media (min-width: 992px) {
    .testimonial:nth-child(even) .testimonial-image {
      float: left; } }
  @media (min-width: 992px) {
    .testimonial:nth-child(odd) .testimonial-image {
      float: right; } }
  .testimonial .testimonial-header {
    text-align: center;
    margin: 20px 0; }
    .testimonial .testimonial-header i {
      display: inline-block; }
      .testimonial .testimonial-header i.fa-quote-left {
        padding-right: 15px; }
      .testimonial .testimonial-header i.fa-quote-right {
        padding-left: 15px; }
    .testimonial .testimonial-header h3 {
      text-align: center;
      display: inline; }
  .testimonial .testimonial-main-content .testimonial-image {
    text-align: center; }
    .testimonial .testimonial-main-content .testimonial-image img {
      width: 200px;
      margin-bottom: 20px; }
  .testimonial .testimonial-main-content .testimonial-content {
    text-align: justify; }
    .testimonial .testimonial-main-content .testimonial-content h1, .testimonial .testimonial-main-content .testimonial-content h2, .testimonial .testimonial-main-content .testimonial-content h3, .testimonial .testimonial-main-content .testimonial-content h4, .testimonial .testimonial-main-content .testimonial-content h5, .testimonial .testimonial-main-content .testimonial-content h6 {
      text-align: center; }
    .testimonial .testimonial-main-content .testimonial-content p.attribution {
      text-align: center;
      margin-top: 20px;
      font-size: 14px; }
  .testimonial a {
    font-weight: 400;
    color: #4D4D4D !important; }

.flexbox .testimonial.pull-quote:nth-child(even) .testimonial-main-content .testimonial-image {
  float: none; }

@media (min-width: 992px) {
  .flexbox .testimonial.pull-quote:nth-child(even) .testimonial-main-content .testimonial-content.slim {
    margin-left: 20px; } }

@media (min-width: 1200px) {
  .flexbox .testimonial.pull-quote:nth-child(even) .testimonial-main-content .testimonial-content.slim {
    margin-left: 30px; } }

.flexbox .testimonial.pull-quote:nth-child(odd) .testimonial-main-content {
  flex-direction: row-reverse; }
  .flexbox .testimonial.pull-quote:nth-child(odd) .testimonial-main-content .testimonial-image {
    float: none; }
  @media (min-width: 992px) {
    .flexbox .testimonial.pull-quote:nth-child(odd) .testimonial-main-content .testimonial-content.slim {
      margin-right: 20px; } }
  @media (min-width: 1200px) {
    .flexbox .testimonial.pull-quote:nth-child(odd) .testimonial-main-content .testimonial-content.slim {
      margin-right: 30px; } }
@media (min-width: 992px) {
  .flexbox .testimonial.pull-quote .testimonial-main-content {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    align-content: stretch;
    text-align: center; }
    .flexbox .testimonial.pull-quote .testimonial-main-content .testimonial-image {
      flex: 1; }
      .flexbox .testimonial.pull-quote .testimonial-main-content .testimonial-image img {
        width: 100%; }
    .flexbox .testimonial.pull-quote .testimonial-main-content .testimonial-content {
      flex: 3;
      /*display: flex;
                        display: -webkit-flex;
                        display: -ms-flexbox;
                        justify-content: center;
                        flex-wrap: wrap;
                        .quote-top, .quote-bottom {
                            display: inline;
                            font: normal normal normal 14px/1 FontAwesome;
                            font-size: 34px;
                            text-rendering: auto;
                            -webkit-font-smoothing: antialiased;
                            -moz-osx-font-smoothing: grayscale;
                            transform: translate(0, 0);
                            align-self: flex-end;
                            padding-bottom: 10px;
                            flex-grow: 1;
                        }
                        .quote-top {
                            &:before {
                                content: "\f10d";
                            }
                        }
                        .quote-interior {
                            flex-grow: 2;
                            display: inline;
                        }
                        .quote-bottom {
                            align-self: flex-end;
                            padding-bottom: 10px;
                            &:before {
                                content: "\f10e";
                            }
                        }*/ } }

.flexbox .testimonial .testimonial-header {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center; }
  .flexbox .testimonial .testimonial-header i {
    flex-grow: 1;
    display: inline; }
    .flexbox .testimonial .testimonial-header i.fa-quote-right {
      align-self: flex-end;
      padding-bottom: 10px; }
  .flexbox .testimonial .testimonial-header h3 {
    flex-grow: 2; }

html.template-supersized-page {
  height: auto !important; }

body.page-template-template-supersized-page {
  background-size: cover !important;
  height: auto !important;
  min-height: 0;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-attachment: fixed !important; }
  body.page-template-template-supersized-page .main-wrapper {
    background-image: none; }
    @media (min-width: 480px) {
      body.page-template-template-supersized-page .main-wrapper .main-content {
        padding: 50px; } }
    @media (min-width: 768px) {
      body.page-template-template-supersized-page .main-wrapper .main-content {
        width: 700px; } }
    @media (min-width: 992px) {
      body.page-template-template-supersized-page .main-wrapper .main-content {
        width: 800px; } }
    body.page-template-template-supersized-page .main-wrapper .main-content .hentry {
      background: #FFFFFF;
      background: rgba(255, 255, 255, 0.9);
      padding: 20px; }
      @media (min-width: 992px) {
        body.page-template-template-supersized-page .main-wrapper .main-content .hentry {
          padding: 40px; } }
      body.page-template-template-supersized-page .main-wrapper .main-content .hentry .shortcode-form {
        margin-left: -40px !important;
        margin-right: -40px !important;
        border-radius: 0; }
        @media (min-width: 768px) {
          body.page-template-template-supersized-page .main-wrapper .main-content .hentry .shortcode-form {
            width: auto !important; } }
        @media (min-width: 992px) {
          body.page-template-template-supersized-page .main-wrapper .main-content .hentry .shortcode-form {
            margin-left: -60px !important;
            margin-right: -60px !important; } }
/*---------------------- WYW Sales Page (letter header) - 05/04/16 ----------------------*/
.letter-bg {
  background: url("images/paper-texture-bg.jpg");
  padding: 20px; }
  @media (min-width: 768px) {
    .letter-bg {
      width: 750px;
      padding: 30px 50px 20px 50px;
      margin: 50px auto !important;
      -webkit-box-shadow: 0px 0px 20px 0px #999999;
      -moz-box-shadow: 0px 0px 20px 0px #999999;
      box-shadow: 0px 0px 20px 0px #999999;
      transform: translate3d(0, 0, 0);
      -ms-transform: rotate(1deg);
      /* IE 9 */
      -webkit-transform: rotate(1deg);
      /* Safari */
      transform: rotate(1deg); }
      .letter-bg img.letterhead {
        width: 500px; }
      .letter-bg img.polaroid {
        display: block;
        float: none;
        margin: 0 auto 40px auto; } }
  @media (min-width: 992px) {
    .letter-bg {
      width: 800px; }
      .letter-bg img.polaroid {
        display: inherit;
        float: left;
        margin: 20px 20px 20px 0; } }
  @media (min-width: 1200px) {
    .letter-bg {
      width: 975px; }
      .letter-bg img.letterhead {
        width: 600px; } }
/*-------------------- PAGE THEMPLATES --------------------*/
.page-template-template-vip-partner #partner-header {
  background: #C64427; }
  .page-template-template-vip-partner #partner-header #partner-header-interior {
    margin: auto;
    position: relative;
    z-index: 2;
    padding: 30px 0 10px 0; }
    @media (min-width: 768px) {
      .page-template-template-vip-partner #partner-header #partner-header-interior .row {
        display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        flex-direction: row-reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse; } }
    .page-template-template-vip-partner #partner-header #partner-header-interior .row .partner-headshot {
      margin-bottom: 20px; }
      .page-template-template-vip-partner #partner-header #partner-header-interior .row .partner-headshot img {
        width: 150px;
        height: auto; }
        @media (min-width: 768px) {
          .page-template-template-vip-partner #partner-header #partner-header-interior .row .partner-headshot img {
            width: 100%;
            height: auto; } }
    .page-template-template-vip-partner #partner-header #partner-header-interior .row .blurb-container p {
      color: #FFFFFF;
      font-size: 16px;
      margin: 0 0 1em 0;
      text-align: center; }
      @media (min-width: 768px) {
        .page-template-template-vip-partner #partner-header #partner-header-interior .row .blurb-container p {
          text-align: left; } }
      @media (min-width: 768px) {
        .page-template-template-vip-partner #partner-header #partner-header-interior .row .blurb-container p.attribution {
          text-align: right; } }
.page-template-template-vip-partner #jumbotron {
  margin-bottom: 0;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  border-bottom: 20px solid #B4503C;
  min-height: 550px;
  padding: 50px 0; }
  @media (min-width: 992px) {
    .page-template-template-vip-partner #jumbotron {
      border-bottom: 30px solid #B4503C;
      background-position: top right; } }
  .page-template-template-vip-partner #jumbotron #jumbotron-interior {
    text-align: center; }
    .page-template-template-vip-partner #jumbotron #jumbotron-interior h1 {
      font-size: 48px;
      color: #F89B2F;
      margin: 0 0 10px 0;
      line-height: 0.85em;
      text-transform: none; }
      @media (min-width: 480px) {
        .page-template-template-vip-partner #jumbotron #jumbotron-interior h1 {
          font-size: 68px; } }
    .page-template-template-vip-partner #jumbotron #jumbotron-interior h3 {
      font-size: 20px;
      margin: 0; }
    .page-template-template-vip-partner #jumbotron #jumbotron-interior #signup-form {
      margin: 0 0 40px 0;
      border: 1px dashed #FFFFFF;
      padding: 25px 20px 25px 25px;
      background: rgba(0, 0, 0, 0.5); }
      .page-template-template-vip-partner #jumbotron #jumbotron-interior #signup-form .signup-interior {
        margin-top: 30px; }
      .page-template-template-vip-partner #jumbotron #jumbotron-interior #signup-form .thumb {
        margin: 15px auto -85px auto;
        width: 225px; }
        @media (min-width: 768px) {
          .page-template-template-vip-partner #jumbotron #jumbotron-interior #signup-form .thumb {
            width: auto; } }
      .page-template-template-vip-partner #jumbotron #jumbotron-interior #signup-form form {
        margin: 20px 0 0 0;
        text-align: left; }
        .page-template-template-vip-partner #jumbotron #jumbotron-interior #signup-form form .infusion-field-input-container {
          width: 96%;
          padding: 0 2%;
          height: 50px;
          font-size: 28px;
          color: #444444;
          border: 1px solid #F89B2F;
          border-radius: 5px; }
        @media (min-width: 768px) {
          .page-template-template-vip-partner #jumbotron #jumbotron-interior #signup-form form .submit-input {
            padding-left: 0; } }
        .page-template-template-vip-partner #jumbotron #jumbotron-interior #signup-form form .submit-input .btn {
          text-transform: uppercase;
          background: #B4503C; }
          .page-template-template-vip-partner #jumbotron #jumbotron-interior #signup-form form .submit-input .btn:hover {
            background: #F89B2F; }

.page-template-template-vip-partner #partner-logos {
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  margin-top: 40px;
  padding: 30px 0;
  text-align: center; }
  .page-template-template-vip-partner #partner-logos .indv-logo {
    padding: 5px 10px;
    height: auto;
    display: inline-block; }

.page-template-template-vip-partner .footer-top {
  background: none; }

.page-template-template-full-width #main-content-wrapper {
  padding: 0;
  width: 100%; }
  .page-template-template-full-width #main-content-wrapper .page-title {
    display: none; }
  .page-template-template-full-width #main-content-wrapper .section {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    @media (min-width: 768px) {
      .page-template-template-full-width #main-content-wrapper .section {
        padding: 0 20px; } }
    .page-template-template-full-width #main-content-wrapper .section.lined {
      border-top: 1px solid #AAAAAA;
      border-bottom: 1px solid #AAAAAA; }
    .page-template-template-full-width #main-content-wrapper .section .section-interior {
      padding: 30px 20px; }
      @media (min-width: 768px) {
        .page-template-template-full-width #main-content-wrapper .section .section-interior {
          padding: 50px 0; } }
      @media (min-width: 980px) {
        .page-template-template-full-width #main-content-wrapper .section .section-interior {
          padding: 70px 0; } }
      @media (min-width: 1200px) {
        .page-template-template-full-width #main-content-wrapper .section .section-interior {
          padding: 100px 0; } }
  .page-template-template-full-width #main-content-wrapper .container.default {
    padding: 20px; }
    @media (min-width: 768px) {
      .page-template-template-full-width #main-content-wrapper .container.default {
        padding: 25px 0; } }
    @media (min-width: 980px) {
      .page-template-template-full-width #main-content-wrapper .container.default {
        padding: 35px 0; } }
    @media (min-width: 1200px) {
      .page-template-template-full-width #main-content-wrapper .container.default {
        padding: 50px 0; } }
/*@import "http://stellaorange.com/wp-content/themes/stella-orange-2015/partials/vip-partners";*/