.text-capitalize {
  text-transform: capitalize;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-lowercase {
  text-transform: lowercase;
}
@-webkit-keyframes slidedown {
  0% {
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  50% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes slidedown {
  0% {
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  50% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  35% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  35% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInAndGrow {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes fadeInAndGrow {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes fadeInAndGrowY {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1, 0.7, 1);
    -moz-transform: scale3d(1, 0.7, 1);
    -o-transform: scale3d(1, 0.7, 1);
    -ms-transform: scale3d(1, 0.7, 1);
    transform: scale3d(1, 0.7, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes fadeInAndGrowY {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1, 0.7, 1);
    -moz-transform: scale3d(1, 0.7, 1);
    -o-transform: scale3d(1, 0.7, 1);
    -ms-transform: scale3d(1, 0.7, 1);
    transform: scale3d(1, 0.7, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.article-end-quote {
  font-family: 'freight-display-pro', Helvetica, Arial, sans-serif;
  font-size: 2em;
  padding: 30px 0;
  margin-top: 20px;
  margin-bottom: 0;
  border-top: 1px solid #f5f5f5;
  text-align: center;
}
a {
  color: #40cb95;
  font-weight: 600;
}
a:focus {
  color: #2eaa7a;
  text-decoration: none;
}
.desktop a:hover {
  color: #2eaa7a;
  text-decoration: none;
}
:focus {
  outline: none;
}
a.link--grey {
  color: #6B6B6B;
}
.link--spaced {
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.link--slideo {
  display: block;
  position: relative;
  padding: 5px 0;
}
.link--slideo .slideo--text {
  display: block;
  background: #ffffff;
  -webkit-transition: -webkit-transform 0.24s ease;
  -moz-transition: -moz-transform 0.24s ease;
  -o-transition: -o-transform 0.24s ease;
  transition: -webkit-transform 0.24s ease,-moz-transform 0.24s ease,-o-transform 0.24s ease,transform 0.24s ease;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.link--slideo:before {
  font-family: 'FontAwesome';
  content: '\f105';
  position: absolute;
  opacity: 0;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -o-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: opacity 0.24s ease, -webkit-transform 0.2s ease;
  -moz-transition: opacity 0.24s ease, -moz-transform 0.2s ease;
  -o-transition: opacity 0.24s ease, -o-transform 0.2s ease;
  transition: opacity 0.24s ease,-webkit-transform 0.2s ease,-moz-transform 0.2s ease,-o-transform 0.2s ease,transform 0.2s ease;
}
.desktop .link--slideo:hover .slideo--text {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -o-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
.desktop .link--slideo:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.w-essential--container {
  margin-bottom: 40px;
}
.w-essential--container .border-right:after {
  content: '';
  background: #EEEEEE;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -20px;
}
p.w-essential--summary {
  margin: 40px 0;
}
.w-essential--heading {
  border-top: 1px solid #eee;
  margin-top: 65px;
  padding: 65px 40px 15px 80px;
  margin-bottom: 40px;
  margin-left: -80px;
}
.w-essential--heading h2 {
  margin: 0;
}
button {
  font-weight: 600;
  border: none;
  -webkit-transition: background 0.24s ease, color 0.24s ease;
  -moz-transition: background 0.24s ease, color 0.24s ease;
  -o-transition: background 0.24s ease, color 0.24s ease;
  transition: background 0.24s ease, color 0.24s ease;
}
.desktop a:hover {
  color: #2eaa7a;
  text-decoration: none;
  -webkit-transition: all 0.24s ease;
  -moz-transition: all 0.24s ease;
  -o-transition: all 0.24s ease;
  transition: all 0.24s ease;
}
a:focus,
button:focus {
  color: #23825d !important;
  outline: none;
  outline-offset: -2px;
  text-decoration: none;
  opacity: .9;
}
@media (max-width: 991px) {
  .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .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 {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.row.row-gutter-half {
  margin-left: -5px;
  margin-right: -5px;
}
.row.row-gutter-half .col-xs-1,
.row.row-gutter-half .col-sm-1,
.row.row-gutter-half .col-md-1,
.row.row-gutter-half .col-lg-1,
.row.row-gutter-half .col-xs-2,
.row.row-gutter-half .col-sm-2,
.row.row-gutter-half .col-md-2,
.row.row-gutter-half .col-lg-2,
.row.row-gutter-half .col-xs-3,
.row.row-gutter-half .col-sm-3,
.row.row-gutter-half .col-md-3,
.row.row-gutter-half .col-lg-3,
.row.row-gutter-half .col-xs-4,
.row.row-gutter-half .col-sm-4,
.row.row-gutter-half .col-md-4,
.row.row-gutter-half .col-lg-4,
.row.row-gutter-half .col-xs-5,
.row.row-gutter-half .col-sm-5,
.row.row-gutter-half .col-md-5,
.row.row-gutter-half .col-lg-5,
.row.row-gutter-half .col-xs-6,
.row.row-gutter-half .col-sm-6,
.row.row-gutter-half .col-md-6,
.row.row-gutter-half .col-lg-6,
.row.row-gutter-half .col-xs-7,
.row.row-gutter-half .col-sm-7,
.row.row-gutter-half .col-md-7,
.row.row-gutter-half .col-lg-7,
.row.row-gutter-half .col-xs-8,
.row.row-gutter-half .col-sm-8,
.row.row-gutter-half .col-md-8,
.row.row-gutter-half .col-lg-8,
.row.row-gutter-half .col-xs-9,
.row.row-gutter-half .col-sm-9,
.row.row-gutter-half .col-md-9,
.row.row-gutter-half .col-lg-9,
.row.row-gutter-half .col-xs-10,
.row.row-gutter-half .col-sm-10,
.row.row-gutter-half .col-md-10,
.row.row-gutter-half .col-lg-10,
.row.row-gutter-half .col-xs-11,
.row.row-gutter-half .col-sm-11,
.row.row-gutter-half .col-md-11,
.row.row-gutter-half .col-lg-11,
.row.row-gutter-half .col-xs-12,
.row.row-gutter-half .col-sm-12,
.row.row-gutter-half .col-md-12,
.row.row-gutter-half .col-lg-12 {
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 1198px) {
  .row.row-gutter--lg {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.row-gutter--lg .col-xs-1,
  .row.row-gutter--lg .col-sm-1,
  .row.row-gutter--lg .col-md-1,
  .row.row-gutter--lg .col-lg-1,
  .row.row-gutter--lg .col-xs-2,
  .row.row-gutter--lg .col-sm-2,
  .row.row-gutter--lg .col-md-2,
  .row.row-gutter--lg .col-lg-2,
  .row.row-gutter--lg .col-xs-3,
  .row.row-gutter--lg .col-sm-3,
  .row.row-gutter--lg .col-md-3,
  .row.row-gutter--lg .col-lg-3,
  .row.row-gutter--lg .col-xs-4,
  .row.row-gutter--lg .col-sm-4,
  .row.row-gutter--lg .col-md-4,
  .row.row-gutter--lg .col-lg-4,
  .row.row-gutter--lg .col-xs-5,
  .row.row-gutter--lg .col-sm-5,
  .row.row-gutter--lg .col-md-5,
  .row.row-gutter--lg .col-lg-5,
  .row.row-gutter--lg .col-xs-6,
  .row.row-gutter--lg .col-sm-6,
  .row.row-gutter--lg .col-md-6,
  .row.row-gutter--lg .col-lg-6,
  .row.row-gutter--lg .col-xs-7,
  .row.row-gutter--lg .col-sm-7,
  .row.row-gutter--lg .col-md-7,
  .row.row-gutter--lg .col-lg-7,
  .row.row-gutter--lg .col-xs-8,
  .row.row-gutter--lg .col-sm-8,
  .row.row-gutter--lg .col-md-8,
  .row.row-gutter--lg .col-lg-8,
  .row.row-gutter--lg .col-xs-9,
  .row.row-gutter--lg .col-sm-9,
  .row.row-gutter--lg .col-md-9,
  .row.row-gutter--lg .col-lg-9,
  .row.row-gutter--lg .col-xs-10,
  .row.row-gutter--lg .col-sm-10,
  .row.row-gutter--lg .col-md-10,
  .row.row-gutter--lg .col-lg-10,
  .row.row-gutter--lg .col-xs-11,
  .row.row-gutter--lg .col-sm-11,
  .row.row-gutter--lg .col-md-11,
  .row.row-gutter--lg .col-lg-11,
  .row.row-gutter--lg .col-xs-12,
  .row.row-gutter--lg .col-sm-12,
  .row.row-gutter--lg .col-md-12,
  .row.row-gutter--lg .col-lg-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .row.row-gutter-half--xs {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row.row-gutter-half--xs .col-xs-1,
  .row.row-gutter-half--xs .col-sm-1,
  .row.row-gutter-half--xs .col-md-1,
  .row.row-gutter-half--xs .col-lg-1,
  .row.row-gutter-half--xs .col-xs-2,
  .row.row-gutter-half--xs .col-sm-2,
  .row.row-gutter-half--xs .col-md-2,
  .row.row-gutter-half--xs .col-lg-2,
  .row.row-gutter-half--xs .col-xs-3,
  .row.row-gutter-half--xs .col-sm-3,
  .row.row-gutter-half--xs .col-md-3,
  .row.row-gutter-half--xs .col-lg-3,
  .row.row-gutter-half--xs .col-xs-4,
  .row.row-gutter-half--xs .col-sm-4,
  .row.row-gutter-half--xs .col-md-4,
  .row.row-gutter-half--xs .col-lg-4,
  .row.row-gutter-half--xs .col-xs-5,
  .row.row-gutter-half--xs .col-sm-5,
  .row.row-gutter-half--xs .col-md-5,
  .row.row-gutter-half--xs .col-lg-5,
  .row.row-gutter-half--xs .col-xs-6,
  .row.row-gutter-half--xs .col-sm-6,
  .row.row-gutter-half--xs .col-md-6,
  .row.row-gutter-half--xs .col-lg-6,
  .row.row-gutter-half--xs .col-xs-7,
  .row.row-gutter-half--xs .col-sm-7,
  .row.row-gutter-half--xs .col-md-7,
  .row.row-gutter-half--xs .col-lg-7,
  .row.row-gutter-half--xs .col-xs-8,
  .row.row-gutter-half--xs .col-sm-8,
  .row.row-gutter-half--xs .col-md-8,
  .row.row-gutter-half--xs .col-lg-8,
  .row.row-gutter-half--xs .col-xs-9,
  .row.row-gutter-half--xs .col-sm-9,
  .row.row-gutter-half--xs .col-md-9,
  .row.row-gutter-half--xs .col-lg-9,
  .row.row-gutter-half--xs .col-xs-10,
  .row.row-gutter-half--xs .col-sm-10,
  .row.row-gutter-half--xs .col-md-10,
  .row.row-gutter-half--xs .col-lg-10,
  .row.row-gutter-half--xs .col-xs-11,
  .row.row-gutter-half--xs .col-sm-11,
  .row.row-gutter-half--xs .col-md-11,
  .row.row-gutter-half--xs .col-lg-11,
  .row.row-gutter-half--xs .col-xs-12,
  .row.row-gutter-half--xs .col-sm-12,
  .row.row-gutter-half--xs .col-md-12,
  .row.row-gutter-half--xs .col-lg-12 {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.flexbox:not(.flexboxtweener) .container-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flexbox:not(.flexboxtweener) .container-flex > .row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flexbox:not(.flexboxtweener) .container-flex > .row > [class^='col'] {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
body,
p {
  font-weight: 400;
  color: #4c4c4c;
  letter-spacing: 0.01em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.42857143;
}
p {
  margin: 1em 0;
}
.thin {
  font-weight: 300;
}
.normal {
  font-weight: 400;
}
.thick {
  font-weight: 600;
}
.super-thick {
  font-weight: 700;
}
.mega-thick {
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5 {
  line-height: 1.2;
}
h1 {
  font-size: 2.5em;
  font-weight: 300;
}
h2 {
  font-size: 1.7em;
  font-weight: 400;
}
h3 {
  margin: 0 0 10px 0;
  font-size: 1.3em;
  font-size: 1.4em;
  font-weight: 400;
}
h4 {
  margin: 0 0 10px 0;
  font-size: 1em;
  font-size: 1.2em;
  font-weight: 400;
}
img.right {
  float: right;
  margin: 0px 0px 10px 10px;
}
img.left {
  float: left;
  margin: 0px 10px 10px 0px;
}
.load-more {
  height: 100px;
}
.align-top {
  margin-top: 0 !important;
}
.slick-initialized.slick-slider {
  display: block;
}
.slick-slider {
  display: none;
}
.form-control {
  border-radius: 0;
  padding: 8px 12px;
  height: 42px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #ddd;
}
.form-inline-btn {
  position: relative;
}
.form-inline-btn button {
  position: absolute;
  bottom: 0px;
  right: 0;
  height: 52px;
  width: 52px;
  border-radius: 0;
  color: #fff !important;
}
.form-inline-btn .form-control {
  margin-right: 52px;
}
.form_summary p {
  margin: 0;
}
.email_form button[type='submit'] {
  float: right;
  width: 100%;
  max-width: 300px;
  padding: 15px 0;
}
.form-control.error {
  border-color: #F58888;
}
.input--label.error {
  color: #F58888;
}
.input--label ~ .form-control {
  padding: 12px 12px 2px;
  height: 52px;
}
.input--label ~ textarea.form-control,
.input--label ~ input[type='file'].form-control {
  padding: 15px 12px 2px;
}
.input-label-hint {
  margin-top: 15px;
}
.input--label {
  position: absolute;
  left: 0;
  color: #b2b2b2;
  font-size: 0.8em;
  cursor: text;
  font-weight: 400;
  padding: 0 12px;
  margin: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.23s ease;
  -moz-transition: all 0.23s ease;
  -o-transition: all 0.23s ease;
  transition: all 0.23s ease;
}
.input--label[for='id_comments'],
.input--label[for='id_main_focuses_and_activities'],
.input--label[for='id_summary'],
.input--label[for='id_description'],
.input--label[for='id_main_focus'],
.input--label[for='id_summary'] {
  top: 25px;
}
.input--label[for='id_file'] {
  top: 25px;
  font-size: 0.63em;
  -webkit-animation: fadeInOut 0.23s ease;
  -moz-animation: fadeInOut 0.23s ease;
  -o-animation: fadeInOut 0.23s ease;
  animation: fadeInOut 0.23s ease;
  -webkit-transform: translateY(-150%);
  -moz-transform: translateY(-150%);
  -o-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  transform: translateY(-150%);
}
.input--filled .input--label {
  font-size: 0.63em;
  -webkit-animation: fadeInOut 0.23s ease;
  -moz-animation: fadeInOut 0.23s ease;
  -o-animation: fadeInOut 0.23s ease;
  animation: fadeInOut 0.23s ease;
  -webkit-transform: translateY(-150%);
  -moz-transform: translateY(-150%);
  -o-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  transform: translateY(-150%);
}
.form-group {
  position: relative;
  margin-bottom: 10px;
}
input[type="text"],
input[type="submit"],
input[type="password"],
input[type="email"],
input[type="file"] {
  -webkit-appearance: none;
}
.form-control:focus,
.form-control:focus {
  border-color: #40cb95 !important;
  outline: 0 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.form-input {
  position: relative;
  margin-bottom: 10px;
}
.form-input label {
  position: absolute;
  top: 0;
  font-size: 0.6em;
  font-weight: 400;
  color: #6B6B6B;
  opacity: 0;
}
.div-table {
  display: table;
  width: 100%;
  height: 100%;
}
.div-cell {
  display: table-cell;
  vertical-align: middle;
}
.subhead {
  font-weight: 400;
  margin-top: 0;
  color: #5A5A5A;
  font-size: 0.8em;
}
.fa-star,
.fa-star-half-o,
.fa-star-o {
  color: #D4C12A;
  color: #d5ac30;
}
.truncate {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.truncate--two {
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  max-width: 100%;
  height: 49px;
  /* Fallback for non-webkit */
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
h2.truncate--two {
  height: 63.4px;
  /* Fallback for non-webkit */
  font-size: 26px;
  line-height: 1.2;
}
h3.truncate--two {
  height: 49px;
  /* Fallback for non-webkit */
  font-size: 20px;
  line-height: 1.2;
}
.spinner-bg {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  border-radius: 2px;
  -webkit-transition: opacity 0.16s ease;
  -moz-transition: opacity 0.16s ease;
  -o-transition: opacity 0.16s ease;
  transition: opacity 0.16s ease;
}
.spinner-bg.visible {
  display: block;
  -webkit-animation: fadeIn 0.35s forwards;
  -moz-animation: fadeIn 0.35s forwards;
  -o-animation: fadeIn 0.35s forwards;
  animation: fadeIn 0.35s forwards;
  z-index: 99;
}
.spinner-bg .spinner {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 20px;
  font-size: 20px;
}
.btn,
.btn-green {
  background: #40cb95;
  text-align: center;
  color: #FFFFFF;
  padding: 8px 10px;
  border-radius: 2px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  -moz-transition: background 0.3s ease, color 0.3s ease;
  -o-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
}
.desktop .btn-green:hover,
.desktop .btn-green:focus {
  background: #34be88;
  color: #FFFFFF;
  text-decoration: none;
}
.btn-lg {
  font-size: 1.5em;
}
.btn-sm {
  font-size: 0.8em;
}
.btn-block {
  display: block;
  margin-top: 10px;
}
.btn-fw {
  display: block;
  width: 100%;
  text-align: center;
}
.btn-white {
  background: #FFFFFF;
  color: #40cb95;
}
.btn-white:hover,
.btn-white:focus {
  color: #34be88;
  background: #FFFFFF;
  text-decoration: none;
}
.btn-red {
  background: #F58888;
  color: #FFFFFF;
}
.btn-grey {
  background: #5A5A5A;
  color: #FFFFFF;
}
.btn.btn-grey {
  background: #5A5A5A;
  color: #FFFFFF;
}
.btn-facebook {
  color: #FFFFFF;
  background: #3B5998;
  border-color: #3B5998;
}
.btn-border {
  color: #5A5A5A;
  background: transparent;
  border: 1px solid #8d8d8d;
}
.btn-border.follow-author {
  padding: 8px 24px;
}
.desktop .btn-red:hover,
.desktop .btn-red:focus {
  color: #FFFFFF;
  background: #f15959;
  text-decoration: none;
}
.desktop .btn-grey:hover,
.desktop .btn-grey:focus {
  color: #FFFFFF;
  background: #414141;
  text-decoration: none;
}
.desktop .btn-facebook:hover,
.desktop .btn-facebook:focus {
  background: #344e86;
  color: #FFFFFF;
  text-decoration: none;
}
.desktop .btn-border:hover {
  background: #5A5A5A;
  color: #FFFFFF;
}
.btn-logout {
  color: #F58888 !important;
}
.btn-login {
  color: #40cb95 !important;
}
.category-nav {
  background: #F8F8F8;
  margin-bottom: 30px;
}
.btn-category {
  background: transparent;
  color: #6B6B6B;
  white-space: nowrap;
  border: none;
  padding: 0 15px;
  height: 70px;
  line-height: 70px;
  margin: 0;
}
.btn-category.active {
  border-bottom: 2px solid #40cb95;
}
.desktop .btn-green:hover,
.desktop .btn:focus,
.desktop .btn-green:focus {
  background: #34be88;
  color: #FFFFFF;
  text-decoration: none;
}
.desktop .btn-category:hover {
  background: transparent;
  color: #40cb95;
}
.desktop .btn-category:focus {
  background: transparent;
}
.category-nav-scroll {
  opacity: 0;
  height: 70px;
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  -o-transform: translateX(40px);
  -ms-transform: translateX(40px);
  transform: translateX(40px);
  -webkit-transition: -webkit-transform 0.7s ease, opacity 0.2s ease;
  -moz-transition: -moz-transform 0.7s ease, opacity 0.2s ease;
  -o-transition: -o-transform 0.7s ease, opacity 0.2s ease;
  transition: -webkit-transform 0.7s ease,-moz-transform 0.7s ease,-o-transform 0.7s ease,transform 0.7s ease, opacity 0.2s ease;
}
.category-nav-scroll.enabled {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
.category-nav-scroll .flickity-viewport {
  height: 70px;
}
.flickity-page-dots {
  bottom: 10px;
}
.flickity-page-dots .dot {
  background: #ffffff;
}
.category-nav-scroll:after {
  content: "";
  background: #f8f8f8;
  background: -moz-linear-gradient(left, rgba(248, 248, 248, 0) 0%, #f8f8f8 100%);
  background: -webkit-linear-gradient(left, rgba(248, 248, 248, 0) 0%, #f8f8f8 100%);
  background: linear-gradient(to right, rgba(248, 248, 248, 0) 0%, #f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f8f8f8', endColorstr='#f8f8f8', GradientType=1);
  position: absolute;
  top: 0;
  right: 0;
  height: 70px;
  width: 50px;
  pointer-events: none;
}
.home-slider-wrap {
  height: 450px;
  overflow: hidden;
  margin-bottom: 30px;
}
.home-slider,
.home-hero {
  position: relative;
  height: 450px;
  margin-bottom: 30px;
  width: 100%;
}
.home-slider .container,
.home-hero .container {
  position: relative;
}
.home-slider .hero-inner,
.home-hero .hero-inner {
  max-width: 600px;
}
.home-slider .home-slide,
.home-hero .home-slide {
  height: 450px;
}
.home-slider img,
.home-hero img {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  max-width: none;
}
.home-slider .text-overlay,
.home-hero .text-overlay {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 0 20px;
  background: rgba(0, 0, 0, 0.3);
}
.home-slider h2,
.home-hero h2 {
  color: #FFFFFF;
  margin: 0;
  font-size: 2.2em;
  font-weight: 600;
}
.home-slider span,
.home-hero span {
  color: #FFFFFF;
}
.home-slider p,
.home-hero p {
  color: #FFFFFF;
  margin-bottom: 0;
  margin-top: 20px;
  font-weight: 600;
}
.home-slider .btn,
.home-hero .btn {
  margin-top: 20px;
  padding: 15px 30px;
}
#pageFooter {
  margin-top: 20px;
}
#footerWrap_top {
  background: #f7f7f5;
  z-index: 20;
  position: relative;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 10px -2px rgba(148, 148, 148, 0.5);
  -moz-box-shadow: 0px 0px 10px -2px rgba(148, 148, 148, 0.5);
  box-shadow: 0px 0px 10px -2px rgba(148, 148, 148, 0.5);
  border-top: 1px solid #ccc;
}
#footerWrap_bottom {
  background: #e9e9e4;
  z-index: 20;
  position: relative;
  padding: 20px;
  -webkit-box-shadow: inset 0px 3px 3px -2px #ccc;
  -moz-box-shadow: inset 0px 3px 3px -2px #ccc;
  box-shadow: inset 0px 3px 3px -2px #ccc;
}
#footerWrap_top .container {
  background: #f7f7f5;
}
#footerWrap_bottom .container {
  background: #e9e9e4;
}
.footer_main_panel > div {
  border-right: 1px solid #ddd;
  padding: 30px;
}
@media (max-width: 991px) {
  .footer_main_panel > div {
    border-right: none;
  }
}
.footer_main_panel > div:last-of-type {
  border-right: 0;
}
#footerWrap_top,
#footerWrap_bottom {
  color: #666666;
  font-size: 0.85em;
}
#footerWrap_top {
  font-size: 0.85em;
}
#footerWrap_bottom {
  font-size: 0.75em;
}
.form_inline {
  float: left;
  width: 75%;
}
.form_inline_btn {
  float: left;
  width: 25% !important;
  border-radius: none;
}
#footerWrap_top a {
  display: block;
  color: #666666;
  font-weight: 700;
  margin-bottom: 0.2em;
}
#footerWrap_bottom a {
  color: #666666;
  font-weight: 400;
  display: inline-block;
}
#footerWrap_top .footer_social_links a {
  font-weight: 400;
  margin-bottom: 14px;
}
#footerWrap_top .form-control {
  padding: 10px;
  height: 40px;
  border: 1px solid #ccc;
}
#footerWrap_top button.btn {
  height: 40px;
  padding: 5px;
  text-shadow: none;
  font-family: "Open Sans", Sans-serif;
  -moz-transition: background 0.2s ease;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
#footerWrap_top button.btn:hover {
  background: #399949;
  color: #fff;
}
#footerWrap_top hr {
  background: none;
  border-top: 1px solid #DDDDDD;
}
#footerWrap_top a:hover {
  text-decoration: none;
}
.formCampaignMonitorFooter {
  position: relative;
}
.formThankYou {
  position: absolute;
  top: 0;
  left: 0;
}
.formThankYou p {
  color: #40cb95;
  font-weight: 600;
}
.form-thank-you {
  width: auto;
  background-color: #40CB94;
  color: #FFFFFF;
  text-align: center;
  border-radius: 2px;
  padding: 8px 10px;
}
.captcha_border {
  border: 1px solid #F58888;
}
/* carousel height, as percentage of width */
.carousel {
  height: 100%;
  padding-bottom: 26.3%;
}
/* viewport inherit size from carousel */
.carousel .flickity-viewport {
  position: absolute;
  width: 100%;
}
/* cell inherit height from carousel */
.carousel-cell {
  height: 100%;
  width: 47%;
}
.flickity-viewport {
  display: none;
}
.flickity-enabled .flickity-viewport {
  display: block;
}
.fmk-video-slider {
  height: 0;
}
.video-js,
.vjs-tech {
  position: relative !important;
  width: 100% !important;
  height: auto !important;
}
.profile-picture {
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  overflow: hidden;
  border: 2px solid #fff;
}
.profile-picture.profile-picture-sm {
  width: 36px;
  height: 36px;
}
.profile-picture.profile-picture-xs {
  width: 28px;
  height: 28px;
}
.profile-picture.profile-picture-nav {
  margin-top: -4px;
  width: 34px;
  height: 34px;
  background-color: #FFFFFF;
}
article h1 {
  margin-top: 0;
  margin-bottom: 0;
}
article h2 {
  font-size: 1.7em;
  font-weight: 400;
}
article h3 {
  font-size: 1.3em;
  font-weight: 400;
}
article .article-stats {
  padding: 18px 0px;
  border-bottom: 1px solid #DDDDDD;
}
article .article-stats span {
  font-weight: 600;
}
article .article-hero {
  margin: 20px 0;
}
article .article-hero img {
  max-width: none;
  width: 100%;
}
article .article-body {
  position: relative;
}
.article-content {
  margin-left: 80px;
  line-height: 1.6;
}
.article-description {
  letter-spacing: 0.005em;
  max-width: 640px;
  margin-right: 80px;
}
.article-description p,
.article-description li {
  line-height: 1.7;
}
.article-description img {
  display: block;
  max-width: 100%;
  height: auto;
}
article.page h1 {
  margin-top: 30px;
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #EEEEEE;
}
.at4-jumboshare .at4-count-container {
  border-right: 1px solid #ddd !important;
}
.at4-jumboshare .at-share-btn {
  margin-top: 4px !important;
}
.article-author a {
  color: #5A5A5A;
  padding: 10px;
}
.article-author .btn {
  font-size: 0.8em;
}
.article-author h3 {
  margin: 0;
}
a.follow-author span {
  display: none;
}
a.follow-author.is-followed {
  background: #40cb95;
  color: #FFFFFF;
  border-color: #40cb95;
}
a.follow-author.is-followed span {
  display: inline;
}
.related-tags {
  margin: 30px 0;
}
.related-tags h3 {
  display: inline-block;
  font-weight: 600;
}
.related-tags a {
  display: inline-block;
  color: #5A5A5A;
  margin-left: 10px;
  font-style: italic;
}
.article-stats {
  color: #4c4c4c;
  font-size: 0.8em;
  opacity: 0.8;
  text-transform: uppercase;
}
.article-stats > span {
  margin-right: 10px;
  font-weight: 400;
}
.article-stats i {
  margin-right: 3px;
  position: relative;
}
.article-stats .date i {
  color: #428154;
}
.article-stats .views i {
  color: #755E35;
}
.article-stats .comments i {
  color: #3D5198;
}
.article-stats .author {
  margin-right: 15px;
  padding-right: 15px;
}
.article-stats .author img {
  margin-top: -4px;
  margin-right: 5px;
}
.article-section {
  margin-top: 40px;
}
.article-section:not(.section-offwhite) {
  margin-top: 0;
}
.section-offwhite {
  background: #F8F8F8;
  padding-bottom: 40px;
}
.section-offwhite .section-heading h1,
.section-offwhite .section-heading h2,
.section-offwhite .section-heading h3 {
  background: #F8F8F8;
}
.section-heading {
  position: relative;
  text-align: center;
  margin: 0 0 20px;
}
.section-heading:before {
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  height: 1px;
  width: 100%;
  background: #ddd;
  content: "";
  margin-top: 10px;
}
.section-heading h1,
.section-heading h2,
.section-heading h3 {
  display: inline-block;
  background: #fff;
  z-index: 1;
  position: relative;
  padding: 0 15px;
  font-weight: 100;
  margin: 40px 0 20px;
}
.section-heading h2 {
  font-size: 2.5em;
}
#main-nav-border {
  height: 6px;
  width: 100%;
  background: #40cb95;
  background-color: rgba(64, 203, 149, 0.7);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(64, 203, 149, 0.7)), to(rgba(44, 182, 145, 0.7)));
  background-image: -webkit-linear-gradient(left, rgba(64, 203, 149, 0.7), rgba(44, 182, 145, 0.7));
  background-image: -moz-linear-gradient(left, rgba(64, 203, 149, 0.7), rgba(44, 182, 145, 0.7));
  background-image: -ms-linear-gradient(left, rgba(64, 203, 149, 0.7), rgba(44, 182, 145, 0.7));
  background-image: -o-linear-gradient(left, rgba(64, 203, 149, 0.7), rgba(44, 182, 145, 0.7));
  z-index: 100;
  position: relative;
}
.nav-bg {
  background: url('/static/img/site/new-header-background-bw.jpg') center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  z-index: 2;
  height: 120px;
  width: 100%;
}
.nav-wrap {
  margin-bottom: 20px;
  width: 100%;
  z-index: 998;
  top: 0;
  position: relative;
}
.nav-wrap-fixed {
  position: fixed;
}
.no-header-margin {
  margin-top: -20px;
}
.nav-wrap-fixed + #maincontent {
  padding-top: 96px;
}
#main-nav-large-logo {
  position: relative;
  z-index: 3;
  height: 115px;
  width: 100%;
  background: #40cb95;
  background-color: rgba(64, 203, 149, 0.7);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(64, 203, 149, 0.7)), to(rgba(44, 182, 145, 0.7)));
  background-image: -webkit-linear-gradient(left, rgba(64, 203, 149, 0.7), rgba(44, 182, 145, 0.7));
  background-image: -moz-linear-gradient(left, rgba(64, 203, 149, 0.7), rgba(44, 182, 145, 0.7));
  background-image: -ms-linear-gradient(left, rgba(64, 203, 149, 0.7), rgba(44, 182, 145, 0.7));
  background-image: -o-linear-gradient(left, rgba(64, 203, 149, 0.7), rgba(44, 182, 145, 0.7));
}
#main-nav-large-logo img {
  max-width: 280px;
  margin: 0 auto;
}
#main-nav-large-logo p {
  text-align: center;
  color: #ffffff;
  margin: 6px 0 -10px 0;
  font-size: 1em;
}
.hamburger {
  z-index: 1001;
  display: block;
  position: fixed;
  overflow: hidden;
  margin: 0;
  padding: 0;
  margin-top: 2px;
  width: 55px;
  height: 55px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}
.hamburger:focus {
  outline: none;
}
.hamburger span {
  display: block;
  position: absolute;
  top: 26px;
  width: 23px;
  left: 19px;
  height: 2px;
  border-radius: 2px;
  background: #5A5A5A;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.hamburger span::before,
.hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: #5A5A5A;
  content: "";
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hamburger span::before {
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
}
.hamburger span::after {
  -webkit-transform: translateY(6px);
  -moz-transform: translateY(6px);
  -o-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
}
.main-menu-open .hamburger span {
  background: transparent;
}
.main-menu-open .hamburger span::before {
  -webkit-transform: translateY(0px) rotate(45deg);
  -moz-transform: translateY(0px) rotate(45deg);
  -o-transform: translateY(0px) rotate(45deg);
  -ms-transform: translateY(0px) rotate(45deg);
  transform: translateY(0px) rotate(45deg);
}
.main-menu-open .hamburger span::after {
  -webkit-transform: translateY(0px) rotate(-45deg);
  -moz-transform: translateY(0px) rotate(-45deg);
  -o-transform: translateY(0px) rotate(-45deg);
  -ms-transform: translateY(0px) rotate(-45deg);
  transform: translateY(0px) rotate(-45deg);
}
#main-nav-mobile {
  text-align: center;
}
#main-nav-mobile .nav-link {
  width: 60px;
  margin: 0;
}
#main-nav-mobile .nav-link-left {
  float: left;
}
#main-nav-mobile .nav-link-right {
  float: right;
}
#main-nav-mobile .logo-link {
  width: auto;
  padding: 0;
}
#main-nav-mobile .logo-link svg {
  max-width: 180px;
  padding: 0;
}
#main-nav a.nav-link.search-icon:hover .circle {
  border-color: #40cb95;
}
#main-nav a.nav-link.search-icon:hover .handle,
#main-nav a.nav-link.search-icon:hover .handle:after {
  background-color: #40cb95;
}
#main-nav,
#main-nav-mobile {
  background: #40cb95;
  background: #F8F8F8;
  color: #4c4c4c;
  height: 70px;
  position: relative;
  z-index: 100;
  border-bottom: 1px solid #EFEFEF;
}
#main-nav svg,
#main-nav-mobile svg {
  max-width: 200px;
  height: 70px;
  padding-right: 10px;
}
#main-nav svg path,
#main-nav-mobile svg path {
  fill: #4c4c4c;
  -webkit-transition: fill 0.3s ease;
  -moz-transition: fill 0.3s ease;
  -o-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
#main-nav a.nav-link,
#main-nav-mobile a.nav-link {
  position: relative;
  display: inline-block;
  color: #4c4c4c;
  font-weight: 600;
  vertical-align: top;
  height: 70px;
  line-height: 70px;
  padding: 0px 12px;
  margin-left: -4px;
  font-size: 0.9em;
  text-transform: uppercase;
}
#main-nav a.nav-link:hover,
#main-nav-mobile a.nav-link:hover {
  color: #40cb95;
}
#main-nav a.nav-link:first-of-type,
#main-nav-mobile a.nav-link:first-of-type {
  margin-left: 0;
}
#main-nav a.nav-link.active,
#main-nav-mobile a.nav-link.active {
  color: #40cb95;
}
#main-nav a.logo-link,
#main-nav-mobile a.logo-link {
  padding-left: 2px;
  margin-left: 0px;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: margin 0.36s ease, opacity 0.4s ease;
  -moz-transition: margin 0.36s ease, opacity 0.4s ease;
  -o-transition: margin 0.36s ease, opacity 0.4s ease;
  transition: margin 0.36s ease, opacity 0.4s ease;
}
#main-nav a.logo-link:hover path,
#main-nav-mobile a.logo-link:hover path {
  fill: #40cb95;
}
#main-nav .right-nav,
#main-nav-mobile .right-nav {
  float: right;
}
.nav-link-profile-name {
  max-width: 140px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#outdated {
  text-align: center;
  background: #F58888;
  padding: 8px;
  font-size: 0.8em;
  height: 34px;
  overflow: hidden;
  z-index: 9999;
}
#outdated p {
  margin: 0;
  color: #ffffff;
}
#outdated ~ .nav-bg {
  margin-top: 34px;
}
.has-fixed-nav #outdated ~ .nav-wrap-fixed {
  margin-top: 34px;
}
.has-fixed-nav #outdated {
  position: fixed;
  width: 100%;
}
.nav-wrap:not(.nav-wrap-fixed) #main-nav a.logo-link {
  margin-left: -220px;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.dropdown-menu-fw {
  visibility: hidden;
  position: absolute;
  width: 100%;
  left: 0;
  padding: 30px 0;
  background: #FFFFFF;
  border-bottom: 1px solid #F8F8F8;
  -webkit-box-shadow: 0px 6px 7px -3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 6px 7px -3px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 6px 7px -3px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.dropdown-fw a {
  color: #4c4c4c;
}
.dropdown-fw a.category-link {
  display: block;
  padding: 10px 0;
}
.dropdown-fw a.category-link.view-all {
  color: #40cb95;
}
.dropdown-fw a.more-link {
  display: block;
  padding: 10px 0;
}
.dropdown-fw a.more-link.view-all {
  color: #40cb95;
}
.dropdown-fw:hover a.nav-link {
  color: #40cb95 !important;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.dropdown-fw:hover a.nav-link:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 10px 8px;
  border-color: transparent transparent #FFFFFF transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -8px;
}
.dropdown-fw:hover a + .dropdown-menu-fw {
  visibility: visible;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.desktop .dropdown-fw:hover a.category-link:hover {
  color: #40cb95;
}
.desktop .dropdown-fw:hover a.more-link:hover {
  color: #40cb95;
}
.item-category {
  font-size: 0.8;
  font-weight: 300;
}
#sub-nav {
  background: #F1F2EC;
  height: 40px;
  position: relative;
  z-index: 99;
}
#sub-nav a {
  display: inline-block;
  padding: 0 10px;
  color: #5A5A5A;
  text-transform: uppercase;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
}
#sub-nav a:hover {
  text-decoration: none;
}
#sub-nav a.active {
  background: #40cb95;
  color: #FFFFFF;
}
#nav-search-bar {
  background: #FFFFFF;
  -webkit-box-shadow: inset 0px -1px 0px #F8F8F8;
  -moz-box-shadow: inset 0px -1px 0px #F8F8F8;
  box-shadow: inset 0px -1px 0px #F8F8F8;
  border-bottom: 1px solid #eeeeee;
  position: absolute;
  z-index: 98;
  width: 100%;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: -webkit-transform 0.26s cubic-bezier(0.3, 0.66, 0.74, 1);
  -moz-transition: -moz-transform 0.26s cubic-bezier(0.3, 0.66, 0.74, 1);
  -o-transition: -o-transform 0.26s cubic-bezier(0.3, 0.66, 0.74, 1);
  transition: -webkit-transform 0.26s cubic-bezier(0.3, 0.66, 0.74, 1),-moz-transform 0.26s cubic-bezier(0.3, 0.66, 0.74, 1),-o-transform 0.26s cubic-bezier(0.3, 0.66, 0.74, 1),transform 0.26s cubic-bezier(0.3, 0.66, 0.74, 1);
}
#nav-search-bar.active {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
form#nav-search {
  width: 100%;
  display: block;
  position: relative;
}
form#nav-search .nav_search_btn {
  width: 24px;
  height: 70px;
  line-height: 70px;
  font-size: 1.3em;
  padding: 0;
  margin: 0;
  border: 0;
  position: absolute;
  top: 0;
  background: transparent;
  box-shadow: none;
  color: #5A5A5A;
  color: #8d8d8d;
}
form#nav-search .nav_search_btn .fa-spinner {
  display: none;
}
form#nav-search .nav_search_btn.searching .fa-search {
  display: none;
}
form#nav-search .nav_search_btn.searching .fa-spinner {
  display: block;
}
form#nav-search input.nav_search {
  width: 100%;
  border: 0;
  box-shadow: none;
  font-size: 1.2em;
  height: 70px;
  margin: 0;
  padding-right: 180px;
  padding-left: 40px;
  background: transparent;
  color: #5A5A5A;
}
form#nav-search input.nav_search::-webkit-input-placeholder {
  color: #9a9a9a;
}
form#nav-search input.nav_search:-moz-placeholder {
  /* Firefox 18- */
  color: #9a9a9a;
}
form#nav-search input.nav_search::-moz-placeholder {
  /* Firefox 19+ */
  color: #9a9a9a;
}
form#nav-search input.nav_search:-ms-input-placeholder {
  color: #9a9a9a;
}
form#nav-search .search_text {
  position: absolute;
  width: 180px;
  height: 70px;
  line-height: 70px;
  top: 0;
  right: 0;
  font-size: 1em;
  border: none;
  background: transparent;
  color: #8d8d8d;
  margin: 0;
}
.nav_search_wrap {
  position: relative;
  margin: 0;
}
aside > * {
  margin-bottom: 20px;
}
.privacy-link {
  font-size: .7em;
  color: #c0c0c0;
  font-weight: 400;
}
.or-divider {
  color: #6B6B6B;
  margin: 10px;
}
a.facebook-login {
  display: block;
  color: #3E5D96;
}
.sidebar-signup {
  border: 1px solid #eee;
}
.sidebar-signup .sidebar-signup-inner {
  padding: 20px;
}
.sidebar-signup h3 {
  text-align: center;
  font-size: 1.2em;
  font-weight: 600;
}
.sidebar-signup p,
.sidebar-signup a {
  font-size: 0.8em;
}
.sidebar-signup p {
  text-align: center;
}
.sidebar-signup .privacy-link {
  position: absolute;
  bottom: -30px;
  width: 100%;
  left: 0;
}
.sidebar-signup input {
  font-size: 0.8em;
}
#nl-optin-box {
  position: relative;
}
#nl-optin-box .nl-optin-inner {
  text-align: center;
  text-transform: uppercase;
}
#nl-optin-box .fa-envelope {
  font-size: 2em;
  position: relative;
  display: block;
}
#nl-optin-box .fa-envelope:before {
  z-index: 2;
  position: relative;
  background: #fff;
  padding: 10px;
}
#nl-optin-box .fa-envelope:after {
  content: '';
  display: block;
  width: 100%;
  background: #ddd;
  height: 2px;
  position: absolute;
  top: 16px;
  z-index: 1;
}
#nl-optin-box h4 {
  font-weight: 400;
  font-size: 1em;
  margin: 15px 0;
}
#nl-optin-box ul {
  padding-left: 20px;
}
.fb-sidebar-wrap {
  height: 214px;
  background: #F8F8F8;
  position: relative;
}
.fb-sidebar-wrap:before {
  content: '';
  background-image: url('/static/img/site/spinner-grid.svg');
  background-position: center center;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
}
#creator-message {
  background: #fff;
  border: 1px solid #f5f5f5;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 60px;
}
#creator-message h4 {
  text-align: center;
  margin: 20px 10px 10px;
}
#creator-message p {
  font-size: 0.8em;
  padding: 10px;
}
#creator-message img.creator-signature {
  max-width: 170px;
  margin: 10px -6px 8px;
}
#creator-message b {
  text-align: center;
  display: block;
}
#creator-message .fm-social-stats {
  position: absolute;
  bottom: -18px;
  width: 100%;
  background: transparent;
  left: 0;
  right: 0;
  text-align: center;
  height: 40px;
}
#creator-message .fm-social-stats a {
  display: inline-block;
  color: #4c4c4c;
}
#creator-message .fm-social-stats a:hover {
  color: #68d6ab;
}
#creator-message .fm-social-stats a .fa-stack {
  width: 40px;
  height: 40px;
  line-height: 36px;
}
#creator-message .fm-social-stats a .fa-stack-1x {
  border: 1px solid #eee;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #FFFFFF;
  height: 40px;
  width: 40px;
  line-height: 40px;
}
#creator-message .fm-social-stats a .num-fans {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: -25px;
  font-size: .8em;
  font-weight: 400;
}
.article-preview {
  position: relative;
  margin-bottom: 30px;
}
.article-preview h2 {
  margin-top: 20px;
}
.article-preview h3 {
  margin-top: 15px;
}
.article-preview a {
  color: #4c4c4c;
  display: block;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.article-preview a:hover,
.article-preview a:focus {
  opacity: 0.8;
}
.article-preview .article-stats {
  position: absolute;
  bottom: 0;
}
.article-preview-lg {
  height: 490px;
}
.article-preview-md {
  height: 335px;
}
.color-gradient {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.color-gradient.black {
  background: rgba(0, 0, 0, 0.4);
}
.full-width-nl-optin {
  position: relative;
  background: #909090;
  text-align: center;
  overflow: hidden;
  background: url(/static/img/site/new-header-background-bw.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.full-width-nl-optin .color-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: #40cb95;
  background-color: rgba(64, 203, 149, 0.7);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(64, 203, 149, 0.7)), to(rgba(44, 182, 145, 0.7)));
  background-image: -webkit-linear-gradient(left, rgba(64, 203, 149, 0.7), rgba(44, 182, 145, 0.7));
  background-image: -moz-linear-gradient(left, rgba(64, 203, 149, 0.7), rgba(44, 182, 145, 0.7));
  background-image: -ms-linear-gradient(left, rgba(64, 203, 149, 0.7), rgba(44, 182, 145, 0.7));
  background-image: -o-linear-gradient(left, rgba(64, 203, 149, 0.7), rgba(44, 182, 145, 0.7));
}
.full-width-nl-optin .fw-optin-inner {
  position: relative;
  z-index: 2;
  padding: 60px 0px 70px;
}
.full-width-nl-optin h2 {
  font-size: 2.3em;
  font-weight: 600;
  margin: 0;
  color: #ffffff;
}
.full-width-nl-optin h3 {
  font-weight: 400;
  color: #ffffff;
  margin: 40px 0;
  font-size: 1.2em;
}
@media (max-width: 767px) {
  .full-width-nl-optin h3 {
    margin: 0 0 20px;
  }
}
.full-width-nl-optin h4 {
  color: #fff;
  margin: 30px 0 0;
  font-size: 1em;
}
.full-width-nl-optin .form-control {
  height: 50px;
  border: 1px solid #40cb95;
  border-radius: 2px;
  margin: 0;
}
.full-width-nl-optin .btn-optin {
  display: block;
  width: 100%;
  padding: 0;
  height: 50px;
  border: 0;
  background: #ff7727;
  color: #FFFFFF;
}
.full-width-nl-optin .btn-optin:hover,
.full-width-nl-optin .btn-optin:focus,
.full-width-nl-optin .btn-optin:active {
  background: #d95100;
  color: #FFFFFF;
}
.vero_optin_signup_form {
  display: none;
}
.vero_optin_signup_form.visible {
  display: block;
  -webkit-animation: fadeIn 0.4s ease 1;
  -moz-animation: fadeIn 0.4s ease 1;
  -o-animation: fadeIn 0.4s ease 1;
  animation: fadeIn 0.4s ease 1;
}
.product-slide {
  padding: 20px;
  text-align: center;
  color: #5A5A5A;
}
.product-slide h2 {
  margin: 10px 0 0;
}
.tag-box-outer:nth-child(8) .tag-box-inner {
  -webkit-transition-delay: 1.6s;
  -moz-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.tag-box-outer:nth-child(7) .tag-box-inner {
  -webkit-transition-delay: 1.4000000000000001s;
  -moz-transition-delay: 1.4000000000000001s;
  -o-transition-delay: 1.4000000000000001s;
  transition-delay: 1.4000000000000001s;
}
.tag-box-outer:nth-child(6) .tag-box-inner {
  -webkit-transition-delay: 1.2000000000000002s;
  -moz-transition-delay: 1.2000000000000002s;
  -o-transition-delay: 1.2000000000000002s;
  transition-delay: 1.2000000000000002s;
}
.tag-box-outer:nth-child(5) .tag-box-inner {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
.tag-box-outer:nth-child(4) .tag-box-inner {
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.tag-box-outer:nth-child(3) .tag-box-inner {
  -webkit-transition-delay: 0.6000000000000001s;
  -moz-transition-delay: 0.6000000000000001s;
  -o-transition-delay: 0.6000000000000001s;
  transition-delay: 0.6000000000000001s;
}
.tag-box-outer:nth-child(2) .tag-box-inner {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.tag-box-outer:nth-child(1) .tag-box-inner {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.tag-box {
  display: block;
  background: #ddd;
  margin-bottom: 20px;
  text-align: center;
  height: 255px;
  overflow: hidden;
  position: relative;
}
.tag-box .tag-box-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tag-box .tag-box-inner {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 0;
  height: 140px;
  width: 100%;
  left: 0;
  z-index: 2;
  -webkit-transition: background 0.7s ease;
  -moz-transition: background 0.7s ease;
  -o-transition: background 0.7s ease;
  transition: background 0.7s ease;
  background-color: rgba(0, 0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.tag-box .tag-box-inner span {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  width: 50px;
  height: 50px;
  line-height: 60px;
  text-align: left;
  padding-left: 10px;
  border-radius: 0% 90% 0% 0%;
  font-size: 18px;
  color: #6B6B6B;
}
.tag-box .tag-box-inner h2 {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 15px;
  margin: 0;
  width: 100%;
  text-align: right;
  padding-left: 60px;
}
.desktop .tag-box:hover .tag-box-bg {
  zoom: 1;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.sharrre {
  display: inline-block;
  float: left;
}
.sharrre .box {
  float: left;
  margin-right: 5px;
}
.sharrre .count {
  color: #444444;
  display: none;
  font-size: 17px;
  line-height: 34px;
  height: 34px;
  padding: 4px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 50px;
  background-color: #eee;
}
.sharrre .share {
  color: #FFFFFF;
  display: block;
  font-size: 13px;
  font-weight: 400;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
  background-color: #9CCE39;
  border-radius: 0;
  letter-spacing: 0.06em;
  height: 40px;
  line-height: 40px;
}
.sharrre .share.more {
  background: #5A5A5A;
}
.sharrre .share span {
  display: inline;
  font-size: 18px;
}
.sharrre .buttons {
  display: none;
  position: absolute;
  margin-left: 50px;
  z-index: 10;
  background-color: #fff;
}
.sharrre .button {
  float: left;
  max-width: 50px;
  margin-left: 10px;
}
.sharrre .total_shares {
  color: #3A5D97;
  font-size: 45px;
  font-weight: 700;
  display: block;
  line-height: 1;
  letter-spacing: 0.04em;
}
.sharrre .caption {
  color: #5A5A5A;
  font-size: 0.8em;
  display: block;
  text-align: center;
  line-height: 1;
}
.article-share.horizontal {
  padding-top: 20px;
}
.article-share.horizontal .sharrre-total .box {
  margin-right: 15px;
}
.article-share.horizontal .sharrre-buttons {
  margin-top: 10px;
}
.article-share.bottom {
  background: #F8F8F8;
  padding: 20px;
  margin: 0px -15px 30px;
}
.article-buttons {
  margin-top: 18px;
  float: right;
  display: inline-block;
}
.article-buttons i {
  font-size: 18px;
}
.article-buttons button,
.article-buttons a {
  font-size: 0.8em;
  height: 40px;
  background: none;
  border: none;
  border-left: 1px solid #ddd;
  padding: 0 15px;
  text-transform: uppercase;
  color: #5A5A5A;
}
.save-this-article .save {
  display: block;
}
.save-this-article .unsave {
  display: none;
}
.save-this-article.is-saved {
  background: #40cb95;
  color: #FFFFFF;
}
.save-this-article.is-saved .save {
  display: none;
}
.save-this-article.is-saved .unsave {
  display: block;
}
.article-share.vertical {
  width: 60px;
  margin-left: 4px;
  position: absolute;
  top: 0;
  text-align: center;
}
.article-share.vertical span {
  display: block;
}
.article-share.vertical .sharrre {
  display: block;
  float: none;
}
.article-share.vertical .sharrre .box {
  margin-right: 0;
  float: none;
  display: inline-block;
}
.article-share.vertical .sharrre .share {
  display: block;
  font-size: 13px;
  font-weight: 400;
  padding: 0;
  text-align: center;
  letter-spacing: 0.06em;
  width: 42px;
  height: 42px;
  border-radius: 100%;
}
.article-share.vertical .sharrre .share span {
  line-height: 42px;
  font-size: 24px;
}
.article-share.vertical .sharrre .total_shares {
  font-size: 25px;
}
.article-share.vertical .sharrre-total {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.article-share.vertical .sharrre-buttons .box {
  margin-bottom: 10px;
}
.articleFacebook .share {
  background: #3E5D96;
}
.articleTwitter .share {
  background: #3CACDE;
}
.articlePinterest .share {
  background: #CE1E20;
}
.fmtv-slider-poster {
  padding: 0 10px;
}
.center-play {
  position: relative;
  background: #40cb95;
  background: #5A5A5A;
  overflow: hidden;
}
.center-play .center-play-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  max-width: none;
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  -moz-transition: opacity 0.35s, -moz-transform 0.35s;
  -o-transition: opacity 0.35s, -o-transform 0.35s;
  transition: opacity 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,transform 0.35s;
  -webkit-transform: translate3d(-10px, 0, 0);
  -moz-transform: translate3d(-10px, 0, 0);
  -o-transform: translate3d(-10px, 0, 0);
  -ms-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.center-play:before {
  padding-top: 56.25%;
  display: block;
  content: '';
}
.center-play .center-play--text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.center-play .center-play--text .play-icon {
  display: block;
  width: 60px;
  margin: 0 auto;
  -webkit-transform: translate3d(0, 5px, 0);
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease,-moz-transform 0.3s ease,-o-transform 0.3s ease,transform 0.3s ease;
}
.center-play .center-play--text p {
  text-align: center;
  color: #FFFFFF;
  font-weight: 600;
  margin: 0;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease, opacity 0.3s ease;
  -o-transition: -o-transform 0.3s ease, opacity 0.3s ease;
  transition: -webkit-transform 0.3s ease,-moz-transform 0.3s ease,-o-transform 0.3s ease,transform 0.3s ease, opacity 0.3s ease;
}
.film-type {
  display: block;
  font-size: 0.8em;
  color: #969696;
}
.fmtv-film-thumb {
  display: block;
  color: #5A5A5A;
  overflow: hidden;
}
.fmtv-film-lg {
  height: 510px;
}
.fmtv-film-small {
  margin-bottom: 20px;
  height: 245px;
}
.fmtv-film-small .play-icon {
  width: 50px !important;
}
.fmtv-thumb-info {
  padding: 10px 5px;
}
.desktop a.center-play--hover:hover {
  text-decoration: none;
}
.desktop a.center-play--hover:hover .center-play-bg {
  opacity: 0.6;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.desktop a.center-play--hover:hover .center-play--text .play-icon {
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
}
.desktop a.center-play--hover:hover .center-play--text p {
  opacity: 1;
}
h2.retreat-region {
  padding-left: 40px;
  margin-bottom: 0;
  font-weight: 700;
}
.retreat-row {
  margin-left: -40px;
  margin-right: -40px;
}
.retreat-item {
  padding: 20px;
  padding: 20px 40px 20px 40px;
  display: inline-block;
  width: calc(50% - 4px);
  vertical-align: top;
}
.retreat-item h3 {
  font-size: 1.2em;
  font-weight: 700;
  margin-top: 5px;
}
.retreat-item p {
  font-size: .8em;
}
.retreat-item a {
  font-size: .7em;
}
.modal-dialog {
  margin: 0 auto;
}
.modal-pup-up .modal-content {
  max-width: 767px;
  margin: 0 auto;
  padding: 30px;
}
.modal-pup-up .close {
  height: 50px;
  width: 50px;
  background: transparent;
  opacity: .8;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.modal-pup-up .close:hover {
  opacity: 1;
}
.modal-pup-up .close:before,
.modal-pup-up .close:after {
  position: absolute;
  left: 50%;
  content: ' ';
  height: 50px;
  width: 3px;
  top: 0;
  background-color: #fff;
}
.close.close-inverse {
  background: #ffffff;
  opacity: 1;
}
.close.close-inverse:before,
.close.close-inverse:after {
  width: 2px;
  background-color: #5A5A5A;
  height: 24px;
  top: 13px;
}
#pop_up_welcome .modal-content {
  max-width: 500px;
  background: #ccc url('/media/uploads/welcome-to-foodmatters-article.jpg') no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 45px;
}
#pop_up_welcome .modal-content .modal-container {
  padding: 30px;
  background: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#modal-tws2016 .modal-content {
  padding: 6px;
  max-width: 680px;
}
#modal-tws2016 h2 {
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
}
#modal-tws2016 p {
  color: #ffffff;
  font-size: 1.1em;
  margin: 20px 0;
}
.modal-tws2016--inner {
  padding: 50px  120px;
  background: #ddd url('/static/img/site/tws-modal-image.jpg') no-repeat left;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.modal-tws2016--button {
  display: block;
  text-transform: uppercase;
  padding: 18px 10px;
  font-size: 1.2em;
  background: #8dc745;
}
.modal-tws2016--button:hover,
.modal-tws2016--button:focus {
  background: #80ba38;
}
#confirm_modal {
  z-index: 9999999999;
}
#confirm_modal .modal-content {
  max-width: 500px;
  margin: 0 auto;
  padding: 30px;
}
#confirm_modal p {
  text-align: center;
}
#confirm_modal .input_ratewrap {
  text-align: center;
  margin-bottom: 30px;
  font-size: 1em;
}
#confirm_modal .input_ratestars {
  text-align: center;
  margin: 20px 0 0;
}
#confirm_modal .input_ratestars span {
  font-size: 30px;
  margin: 0 4px;
}
#confirm_modal .btn-green,
#confirm_modal .btn-red {
  width: 48%;
  text-align: center;
}
#modal-login-form {
  display: none;
}
.modal #modal-login-form {
  display: block;
}
.modal-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 2px;
}
.close-text {
  position: absolute;
  right: 80px;
  height: 63px;
  line-height: 63px;
  font-size: 16px;
  font-weight: 600;
  z-index: 99;
  cursor: pointer;
}
.close {
  position: absolute;
  top: 0;
  border: 0;
  right: 0;
  text-align: center;
  padding: 0;
  background: #FFF;
  z-index: 99;
  height: 80px;
  width: 80px;
}
.close:hover {
  opacity: 1;
}
.close:before,
.close:after {
  position: absolute;
  left: 35px;
  content: ' ';
  height: 50px;
  width: 3px;
  top: 15px;
  background-color: #4c4c4c;
}
.close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal-fw-white {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.modal-fw-white.in {
  opacity: 1;
}
.modal-fw-white .modal-fw {
  width: 100%;
  height: 100%;
  margin: 0;
  background: #ffffff;
}
.modal-fw-white .modal-fw .modal-content {
  border-radius: 0;
  box-shadow: none;
  border: 0;
}
.modal-fw-white .modal-fw .modal-content:hover {
  cursor: pointer;
}
.fmtv-modal h4 {
  text-align: center;
  margin-bottom: 30px;
}
.fmtv-modal h3 {
  margin-right: 200px;
  margin-top: 30px;
}
.fmtv-modal .fmtv-cta {
  position: relative;
}
.fmtv-modal .btn {
  position: absolute;
  right: 0;
  top: -5px;
}
.fmtv-modal .container {
  max-width: 900px;
}
.login-modal p,
.login-modal a {
  text-align: center;
}
.login-modal p {
  color: #7f7f7f;
}
.login-modal p.no-account {
  margin: 15px 0 0 0;
}
.login-modal p.or-divider {
  font-size: 0.8em;
}
.login-modal p.no-account {
  background: #f5f5f5;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  width: 100%;
  padding: 25px 10px;
}
.login-modal a.lost_pw_link {
  margin: 5px 0;
  display: block;
  font-size: 0.8em;
  color: #7f7f7f;
  text-align: right;
  font-weight: 400;
}
.login-modal h2 {
  font-size: 2em;
  text-align: center;
  font-weight: 300;
  margin: 0;
}
.login-modal form {
  margin-top: 25px;
}
.login-modal input,
.login-modal button {
  height: 56px;
}
.login-modal .modal-content,
.login-modal .modal-dialog {
  width: 100%;
  max-width: 480px;
  margin-bottom: 0;
  margin-top: 0;
}
.login-modal .modal-content {
  padding: 60px 40px 100px;
}
.login-modal .close {
  width: 60px;
  height: 60px;
}
.login-modal .close:before,
.login-modal .close:after {
  left: 30px;
  height: 30px;
}
.list-item--heading {
  font-weight: 700;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.list-item {
  display: block;
  height: 330px;
  margin-bottom: 30px;
}
.list-item .list-item--heading {
  font-size: 1.1em;
  height: 42px;
  margin: 10px 0;
  color: #4c4c4c;
}
.list-item .list-item--summary {
  color: #5A5A5A;
  font-size: 0.8em;
}
.list-item.list-item--recipes {
  height: 330px;
}
.desktop .list-item--link:hover h3 {
  color: #40cb95;
}
.desktop .list-item:hover h3 {
  color: #40cb95;
}
.desktop .list-item-wide img {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.desktop .list-item-wide img:hover {
  opacity: 0.8;
}
.col-sm-9 .list-item {
  height: 260px;
}
.list-item-wide {
  display: block;
  margin-bottom: 40px;
}
.list-item-wide .list-item--heading {
  margin: 8px 0 8px;
  color: #4c4c4c;
}
.list-item-wide .list-item--summary {
  color: #5A5A5A;
  font-size: 0.9em;
}
.list-item-wide .author img {
  margin-right: 5px;
}
.list-item-wide .article-stats {
  font-size: 0.6em;
  letter-spacing: 0.04em;
}
.list-item-wide .article-stats > span {
  font-weight: 600;
  margin-right: 20px;
  padding-right: 0;
}
.list-item-wide .article-stats a {
  color: #5A5A5A;
}
.list-item-wide .article-stats a:hover {
  color: #40cb95;
}
.list-item--class {
  display: block;
  font-size: 0.6em;
  text-transform: uppercase;
  margin-top: 5px;
  color: #40cb95;
  font-weight: 600;
  letter-spacing: 0.08em;
}
.list-item--class.recipe {
  color: #D8686D;
}
.list-item--class.article {
  color: #64A8D8;
}
.list-item--class ~ .list-item--heading {
  margin-top: 0;
}
span.page-heading--class {
  display: block;
  font-size: 0.8em;
  text-transform: uppercase;
  color: #40cb95;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-top: 30px;
}
h1.page-heading--class {
  margin-top: 5px !important;
  border-bottom: 0 !important;
  margin-bottom: 20px !important;
}
.section--type {
  display: block;
  font-size: 0.6em;
  text-transform: uppercase;
  margin-top: 5px;
  color: #8c8c8c;
  font-weight: 600;
  letter-spacing: 0.08em;
}
aside > div {
  margin-bottom: 30px;
}
aside > div:last-of-type {
  margin-bottom: 0;
}
#popular-sidebar .counter {
  text-align: center;
  font-size: 1.3em;
  color: #4c4c4c;
}
#popular-sidebar h4 {
  margin: 0px;
  color: #4c4c4c;
  font-size: 0.9em;
  font-weight: 400;
}
.sidebar-list-item,
.small-list-item {
  padding: 12px 0;
  display: block;
  border-top: 1px solid #f5f5f5;
}
.sidebar-list-item .list-item-category,
.small-list-item .list-item-category {
  font-size: 0.8em;
  color: #a7a7a7;
}
.small-list-item:first-of-type {
  border-top: 0;
}
.sidebar-list-item:last-of-type {
  border-bottom: 1px solid #f5f5f5;
}
.sidebar-follow {
  position: relative;
  width: 270px;
}
.sidebar-follow.sidebar-sticky {
  position: fixed;
}
@media (max-width: 1199px) {
  .sidebar-follow {
    width: 220px;
  }
}
@media (max-width: 991px) {
  .sidebar-follow {
    width: 172.5px;
  }
}
.article-share-follow {
  position: relative;
}
.article-share-follow.article-share-sticky {
  position: fixed;
}
.author-links a {
  padding: 8px 12px;
  vertical-align: middle;
  text-align: center;
  margin-right: 10px;
  border-radius: 21px;
}
.author-links .social-icon {
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  background: #E6E6E6;
  text-align: center;
  padding: 0;
  color: #A7A7A7;
}
#author-profile .author-header {
  background: url('/static/img/site/new-header-background-bw.jpg') center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 200px;
  margin-bottom: 90px;
}
#author-profile .author-header .author-profile--img {
  position: absolute;
  border-radius: 100%;
  width: 220px;
  border: 2px solid #ffffff;
  bottom: 0;
  margin-bottom: -130px;
}
#author-profile .author-header .author-profile--text {
  position: absolute;
  margin-left: 280px;
  bottom: -56px;
}
#author-profile .author-header .author-profile--text h1 {
  position: relative;
  color: #FFFFFF;
  margin: 0 0 35px 0;
}
#author-profile .author-profile--summary {
  margin-left: 280px;
}
#author-profile .author-header-color {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  zoom: 1;
  filter: alpha(opacity=94);
  -webkit-opacity: 0.94;
  -moz-opacity: 0.94;
  opacity: 0.94;
  background: #F8F8F8;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.author-preview .author-header {
  background: url('/static/img/site/new-header-background-bw.jpg') center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 200px;
  margin-top: 55px;
}
.author-preview .author-header .author-profile--img {
  position: absolute;
  border-radius: 100%;
  width: 130px;
  border: 2px solid #ffffff;
  bottom: 0;
  top: -55px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.author-preview .author-header .author-header-text {
  position: relative;
  z-index: 4;
  text-align: center;
  padding: 100px 10px 10px 10px;
}
.author-preview .author-header .author-header-text h3 {
  color: #fff;
}
.author-preview .author-header .author-header-text p {
  color: #fff;
  font-size: .8em;
}
.author-preview .author-header-color {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  zoom: 1;
  filter: alpha(opacity=94);
  -webkit-opacity: 0.94;
  -moz-opacity: 0.94;
  opacity: 0.94;
  background: #40cb95;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.author-preview .author-preview--inner {
  padding: 20px;
  background: #ffffff;
}
.author-preview .author-preview--inner h4 {
  /* equal to 0.9em */
  font-size: 14.4px;
  color: #5A5A5A;
}
.author-preview .author-preview--inner h4.truncate--two {
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  max-width: 100%;
  height: 42.14285718px;
  /* Fallback for non-webkit */
  margin: 0 auto;
  font-size: 14.4px;
  line-height: 1.42857143;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.author-preview .view-all-link {
  font-size: .8em;
  text-align: center;
  display: block;
}
.articles-hero {
  height: 200px;
  background: #F8F8F8;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.articles-hero .hero-background {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.articles-hero .hero-text-wrap {
  position: relative;
  z-index: 3;
  width: 100%;
  background: #40cb95;
  background-color: rgba(64, 203, 149, 0.7);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(64, 203, 149, 0.7)), to(rgba(44, 182, 145, 0.7)));
  background-image: -webkit-linear-gradient(left, rgba(64, 203, 149, 0.7), rgba(44, 182, 145, 0.7));
  background-image: -moz-linear-gradient(left, rgba(64, 203, 149, 0.7), rgba(44, 182, 145, 0.7));
  background-image: -ms-linear-gradient(left, rgba(64, 203, 149, 0.7), rgba(44, 182, 145, 0.7));
  background-image: -o-linear-gradient(left, rgba(64, 203, 149, 0.7), rgba(44, 182, 145, 0.7));
}
.articles-hero .article-stats {
  color: #FFFFFF;
  margin-bottom: 20px;
}
.articles-hero h1,
.articles-hero h2 {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 2.6em;
  line-height: 1.1;
  margin: 0;
}
.articles-hero h1 span,
.articles-hero h2 span {
  font-size: 0.6em;
  display: block;
  font-weight: 300;
}
.articles-hero p {
  color: #FFFFFF;
  margin-bottom: 0px;
}
.searchbar {
  background: #eeeeee;
  height: 80px;
  margin-bottom: 20px;
}
.endless_container {
  clear: both;
}
a.endless_more,
.endless_loading {
  position: relative;
  display: block;
  border: 1px solid #ddd;
  padding: 20px 20px;
  text-align: center;
}
a.endless_more .fa {
  position: absolute;
  right: 0;
  padding: 2px 10px;
}
a.endless_more:before,
a.endless_more:after {
  content: '\f13a';
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  padding: 0 10px;
  color: #cccccc;
}
a.endless_more:after {
  left: auto;
  right: 0;
}
.recipe-info-bar {
  margin-top: 10px;
  background: #F5F5F5;
  line-height: 1.2em;
}
.recipe-info-bar > span,
.recipe-info-bar > a {
  color: #4c4c4c;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 30px;
  display: inline-block;
}
.recipe-info-bar > span i,
.recipe-info-bar > a i {
  font-size: 1.4em;
}
.recipe-info-bar > span i img,
.recipe-info-bar > a i img {
  width: 26px;
  top: -3px;
  position: relative;
  opacity: 0.8;
}
.recipe-info-bar > span p,
.recipe-info-bar > a p {
  font-size: 0.8em;
  margin: 5px 0 0 0;
}
.recipe-info-bar > a:hover {
  background: #eee;
}
.recipe-info-bar .add-to-recipe-book {
  border-left: 4px solid #FFFFFF;
  float: right;
}
.save-recipe.is-saved {
  background: #90e1c1;
}
.star-rating {
  font-family: 'FontAwesome';
  margin: 0;
  display: block;
}
.star-rating.rating-sum-20 > fieldset:not(:checked) #star1 ~ label:before {
  content: '\f005';
  color: #d5ac30;
}
.star-rating.rating-sum-40 > fieldset:not(:checked) #star2 ~ label:before {
  content: '\f005';
  color: #d5ac30;
}
.star-rating.rating-sum-60 > fieldset:not(:checked) #star3 ~ label:before {
  content: '\f005';
  color: #d5ac30;
}
.star-rating.rating-sum-80 > fieldset:not(:checked) #star4 ~ label:before {
  content: '\f005';
  color: #d5ac30;
}
.star-rating.rating-sum-100 > fieldset:not(:checked) #star5 ~ label:before {
  content: '\f005';
  color: #d5ac30;
}
.star-rating > fieldset {
  border: none;
  display: inline-block;
}
.star-rating > fieldset:not(:checked) > input {
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.star-rating > fieldset:not(:checked) > label {
  float: right;
  width: 1em;
  padding: 0 .05em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 1.3em;
  color: #d5ac30;
  margin: 0;
}
.star-rating > fieldset:not(:checked) > label:before {
  content: '\f005';
  color: #cccccc;
}
.star-rating > fieldset:not(:checked) > label:hover:before {
  color: #debd5a;
}
.star-rating > fieldset:not(:checked) > label:hover,
.star-rating > fieldset:not(:checked) > label:hover ~ label {
  color: #debd5a !important;
}
.star-rating > fieldset:not(:checked) > label:hover:before,
.star-rating > fieldset:not(:checked) > label:hover ~ label:before {
  color: #debd5a !important;
}
.star-rating > fieldset > input:checked ~ label {
  color: #debd5a !important;
}
.star-rating > fieldset > input:checked ~ label:before {
  color: #debd5a !important;
}
.star-rating > fieldset > label:active {
  position: relative;
  top: 2px;
}
.checkbox-square {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.2s;
  border-radius: 2px;
  background: #ffffff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  padding: 4px;
  border: 1px solid #f5f5f5;
}
.checkbox-square:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 30px;
  height: 30px;
  -webkit-box-shadow: inset 0px 0px 0px 2px #ddd;
  -moz-box-shadow: inset 0px 0px 0px 2px #ddd;
  box-shadow: inset 0px 0px 0px 2px #ddd;
}
.checkbox-square label.checkbox-square-label {
  cursor: pointer;
  width: 100%;
  display: block;
  padding-left: 40px;
  height: 30px;
  line-height: 30px;
  position: relative;
  z-index: 2;
  font-size: 12px;
  margin-bottom: 0;
  color: #5A5A5A;
}
.checkbox-square label.checkbox-square-label:after {
  content: "\f00c";
  font-family: 'FontAwesome';
  font-size: 20px;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  -o-transform: scale(0.4);
  -ms-transform: scale(0.4);
  transform: scale(0.4);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 2px;
  text-align: center;
  color: #FFF;
  pointer-events: none;
}
.checkbox-square label.checkbox-square-label:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: #3cb586;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 2px;
  pointer-events: none;
}
.checkbox-square label.checkbox-square-label:hover:before {
  opacity: 0.8;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.checkbox-square input:checked + label.checkbox-square-label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.checkbox-square input:checked + label.checkbox-square-label:before {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.checkbox-square input {
  display: none;
  visibility: hidden;
}
.ui-widget-content {
  border: none;
  border-top: 0;
  background: #fff;
  color: #6d6d6d;
  font-size: 1em;
  line-height: 50px;
}
.ui-widget-content a {
  color: #6d6d6d;
}
.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  cursor: pointer;
  min-height: 0;
  clear: both;
  height: auto;
  padding: 10px 0px;
  border: 1px solid transparent;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.ui-menu .ui-menu-item .ui-menu-item-inner {
  width: 100%;
  float: left;
  -webkit-transition: -webkit-transform 0.24s ease;
  -moz-transition: -moz-transform 0.24s ease;
  -o-transition: -o-transform 0.24s ease;
  transition: -webkit-transform 0.24s ease,-moz-transform 0.24s ease,-o-transform 0.24s ease,transform 0.24s ease;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.ui-menu .ui-menu-item:after {
  content: "";
  height: 1px;
  width: 90%;
  background: #f5f5f5;
  bottom: 0;
  position: absolute;
  left: 0;
  margin-left: 5%;
}
.ui-menu .ui-menu-item .img-wrap {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.ui-menu .ui-menu-item div.text {
  position: relative;
  width: 100%;
  padding-left: 70px;
}
.ui-menu .ui-menu-item span.type {
  position: absolute;
  top: 0;
  line-height: 1;
  font-size: 0.8em;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border-color: transparent;
  background: #fff;
  font-weight: normal;
  color: #6d6d6d;
}
.ui-state-focus .ui-menu-item-inner {
  -webkit-transform: translateX(6px);
  -moz-transform: translateX(6px);
  -o-transform: translateX(6px);
  -ms-transform: translateX(6px);
  transform: translateX(6px);
}
input.ui-autocomplete-loading + button .fa-search {
  display: none !important;
}
input.ui-autocomplete-loading + button .fa-spinner {
  display: block !important;
}
.suggestions {
  display: none;
  padding: 15px 0;
  color: #888;
  background: #f5f5f5;
}
.search-autocomplete.is_open .suggestions {
  display: block;
}
#search-autocomplete-results {
  position: relative;
}
#search-autocomplete-results .ui-widget-content {
  position: relative;
  top: 0 !important;
  width: 100% !important;
}
.addthis_toolbox .at-icon-wrapper {
  line-height: 42px !important;
  height: 42px !important;
  width: 42px !important;
  -webkit-border-radius: 100% !important;
  -webkit-background-clip: padding-box !important;
  -moz-border-radius: 100% !important;
  -moz-background-clip: padding !important;
  border-radius: 100% !important;
  background-clip: padding-box !important;
}
.addthis_toolbox .at-icon-wrapper svg {
  width: 26px !important;
  height: 42px !important;
}
.addthis_toolbox > a {
  margin-bottom: 10px !important;
}
/* the norm */
.error_gritter .gritter-title {
  color: #F58888;
}
.success_gritter .gritter-title {
  color: #40cb95;
}
#gritter-notice-wrapper {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 400px;
  z-index: 2147483647;
}
#gritter-notice-wrapper.bottom-center {
  top: auto;
  right: auto;
  bottom: 20px;
  left: 50%;
  margin-left: -275px;
  width: 550px;
}
#gritter-notice-wrapper.top-left {
  left: 20px;
  right: auto;
}
#gritter-notice-wrapper.bottom-right {
  top: auto;
  left: auto;
  bottom: 20px;
  right: 20px;
}
#gritter-notice-wrapper.bottom-left {
  top: auto;
  right: auto;
  bottom: 20px;
  left: 20px;
}
.gritter-item-wrapper {
  position: relative;
  background: #fff;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.5);
}
.gritter-top {
  height: 10px;
}
.hover .gritter-top {
  background-position: right -30px;
}
.gritter-bottom {
  height: 8px;
  margin: 0;
}
.hover .gritter-bottom {
  background-position: bottom right;
}
.gritter-item {
  display: block;
  color: #eee;
  padding: 15px;
  font-size: 11px;
  font-family: verdana;
}
.hover .gritter-item {
  background-position: right -40px;
}
.gritter-item p {
  padding: 0;
  margin: 0;
  word-wrap: break-word;
  font-size: 13px;
}
.gritter-close {
  display: block;
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 0;
}
.gritter-close .fa {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  font-size: 15px;
  color: #333;
}
.gritter-title {
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 7px 0;
  display: block;
  color: #4c4c4c;
}
.gritter-image {
  width: 48px;
  height: 48px;
  float: left;
}
.gritter-with-image,
.gritter-without-image {
  padding: 0;
}
.gritter-with-image {
  width: 220px;
  float: right;
}
/* for the light (white) version of the gritter notice */
.gritter-light .gritter-item,
.gritter-light .gritter-bottom,
.gritter-light .gritter-top,
.gritter-light .gritter-close {
  color: #222;
}
.gritter-light .gritter-title {
  text-shadow: none;
}
#gritter-notice-wrapper.bottom-center {
  -webkit-animation: slideup 0.25s ease forwards;
  -moz-animation: slideup 0.25s ease forwards;
  -o-animation: slideup 0.25s ease forwards;
  animation: slideup 0.25s ease forwards;
}
#gritter-notice-wrapper.bottom-center .gritter-title {
  font-size: 14px;
}
#gritter-notice-wrapper {
  -webkit-animation: slidedown 0.25s ease forwards;
  -moz-animation: slidedown 0.25s ease forwards;
  -o-animation: slidedown 0.25s ease forwards;
  animation: slidedown 0.25s ease forwards;
}
.search-icon {
  width: 55px;
  cursor: pointer;
  border-radius: 4px;
}
.circle {
  position: relative;
  display: block;
  top: 24px;
  left: 11px;
  height: 18px;
  width: 18px;
  background-color: #F8F8F8;
  border-radius: 60px;
  border: 2px solid #5A5A5A;
  -webkit-transition: all 0.6s cubic-bezier(0.25, 1.7, 0.35, 0.8);
  -moz-transition: all 0.6s cubic-bezier(0.25, 1.7, 0.35, 0.8);
  -o-transition: all 0.6s cubic-bezier(0.25, 1.7, 0.35, 0.8);
  transition: all 0.6s cubic-bezier(0.25, 1.7, 0.35, 0.8);
  z-index: 1;
}
.handle {
  position: absolute;
  background-color: #5A5A5A;
  top: 34px;
  left: 22px;
  width: 25px;
  height: 4px;
  display: block;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  float: right;
  border-radius: 2px;
}
.handle:after {
  content: "";
  background-color: #5A5A5A;
  width: 25px;
  height: 4px;
  display: block;
  float: right;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -1;
}
.active .circle {
  -webkit-transform: scale(0.02);
  -moz-transform: scale(0.02);
  -o-transform: scale(0.02);
  -ms-transform: scale(0.02);
  transform: scale(0.02);
  -webkit-transform-origin: 30% 40%;
  -moz-transform-origin: 30% 40%;
  -o-transform-origin: 30% 40%;
  -ms-transform-origin: 30% 40%;
  transform-origin: 30% 40%;
  background: #5A5A5A;
  border-color: #5A5A5A;
}
.active .handle:after {
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
ul.errorlist {
  position: relative;
  margin: 0px 0px -3px 0px;
  padding: 2px 14px;
  list-style: none;
  background: #B65357;
  color: #F2E9E9 !important;
  border-radius: 3px 3px 0 0px;
  font-size: 11px;
  float: left;
  width: 100%;
}
ul.errorlist li {
  color: #F2E9E9 !important;
}
ul.errorlist:after {
  display: block;
  position: absolute;
  bottom: -10px;
  width: 0;
  height: 0;
  content: '';
  border: 5px solid transparent;
  border-top-color: #B65357;
}
ul.errorlist + input {
  border: 1px solid #B65357 !important;
}
.profile-nav-name {
  display: block;
  padding: 0px 15px;
  color: #555555;
  font-weight: 600;
  position: relative;
  text-align: right;
  height: 50px;
}
.profile_header {
  position: relative;
  border-bottom: 1px solid #ddd;
  height: 220px;
  background: url(/static/img/site/new-header-background-bw.jpg) top center scroll no-repeat #f5f5f5;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.profile_header .color-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: #40cb95;
  background-color: rgba(64, 203, 149, 0.7);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(64, 203, 149, 0.7)), to(rgba(44, 182, 145, 0.7)));
  background-image: -webkit-linear-gradient(left, rgba(64, 203, 149, 0.7), rgba(44, 182, 145, 0.7));
  background-image: -moz-linear-gradient(left, rgba(64, 203, 149, 0.7), rgba(44, 182, 145, 0.7));
  background-image: -ms-linear-gradient(left, rgba(64, 203, 149, 0.7), rgba(44, 182, 145, 0.7));
  background-image: -o-linear-gradient(left, rgba(64, 203, 149, 0.7), rgba(44, 182, 145, 0.7));
}
.profile_header .container {
  height: 100%;
  z-index: 2;
  position: relative;
}
.profile_header ~ .nav_margin {
  margin-top: 0;
}
.follow-feed-aside h3 {
  padding: 15px;
  padding-bottom: 0;
}
.followed-author-link {
  display: block;
  padding: 15px;
  font-size: .9em;
}
.followed-author-link h4 {
  color: #6B6B6B;
  font-size: 1em;
  margin: 0;
}
.followed-author-link img {
  border-radius: 100%;
  width: 40px;
}
.followed-author-link .author-photo,
.followed-author-link .author-name {
  vertical-align: middle;
}
.followed-author-link .author-photo {
  display: inline-block;
  width: 50px;
}
.followed-author-link .author-name {
  display: inline-block;
  width: calc(100% - 60px);
}
.profile_img_wrap {
  width: 130px;
  height: 130px;
  max-width: 130px;
  max-height: 130px;
  border-radius: 65px;
  border: 1px solid #ffffff;
  display: inline-block;
  overflow: hidden;
  background: #ffffff;
}
.profile_img_wrap .profile_img {
  height: 100%;
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.user_info {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  max-width: 540px;
}
.user_info h1 {
  color: #FFFFFF;
}
.user_info p {
  color: #FFFFFF;
}
.on_profile_nav {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: -110px;
  height: 50px;
}
.on_profile_nav.opn_include {
  margin-top: -49px;
}
.on_profile_nav li {
  display: inline-block;
  background: #FFFFFF;
  float: left;
}
.on_profile_nav li a {
  height: 50px;
  line-height: 50px;
  padding: 0px 15px;
  position: relative;
  display: block;
  border-left: 2px solid #fff;
  color: #5A5A5A;
  background: #F8F8F8;
}
.on_profile_nav li a.active {
  background: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
.on_profile_nav.side_nav {
  height: auto;
  margin-top: 0;
}
.on_profile_nav.side_nav li {
  display: block;
  float: none;
}
.on_profile_nav.side_nav li a {
  border-left: 0;
}
.side_nav_bg {
  background: #F8F8F8;
}
.user_info h1 {
  margin-bottom: 0;
}
.user_info p,
.user_info a {
  font-size: .9em;
}
.profile_quicklinks {
  margin-top: 10px;
}
.profile_quicklinks a {
  display: block;
  color: #FFFFFF;
}
.profile_title {
  border-bottom: 1px solid #eee;
  padding: 10px;
  margin-bottom: 10px;
}
.profile_sidenav {
  padding: 10px;
}
.profile_sidenav a {
  display: block;
  padding: 4px 0px;
  font-weight: 600;
}
.profile_list_item {
  margin-bottom: 14px;
}
.profile_list_item .div-cell {
  padding-left: 10px;
  padding-right: 10px;
}
.profile_list_item a {
  margin-bottom: 5px;
}
.nav-dropdown-btn.active i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.nav-dropdown-list {
  position: relative;
  display: none;
  background: #F8F8F8;
  font-size: .8em;
}
.nav-dropdown-list.active {
  display: block;
}
/* General styles for all menus */
body.cbp-spmenu-open #cbp-spmenu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #5F5F5F;
  z-index: 999;
  opacity: 0.5;
  cursor: pointer;
}
.cbp-spmenu {
  background: #FFFFFF;
  position: fixed;
  text-align: center;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.cbp-spmenu h3 {
  color: #4c4c4c;
  font-size: 1.9em;
  margin: 0;
  font-weight: 300;
  background: #F8F8F8;
}
.cbp-spmenu a {
  display: block;
  color: #6B6B6B;
  font-size: 1.1em;
  font-weight: 400;
}
.cbp-spmenu a:hover {
  background: #ebebeb;
}
.cbp-spmenu a:active {
  background: #ffffff;
  color: #c5c5c5;
}
.cbp-spmenu a:not(.no-menu-animation) {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -o-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.cbp-spmenu .profile-menu-header {
  padding: 30px 20px;
  background: #F8F8F8;
}
.cbp-spmenu .profile-menu-header a {
  font-size: 0.8em;
  padding: 5px 0 0 0;
}
.cbp-spmenu.cbp-spmenu-open a:not(.no-menu-animation) {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: opacity 0.23s ease, -webkit-transform 0.23s cubic-bezier(0.48, 0.13, 0.35, 1);
  -moz-transition: opacity 0.23s ease, -moz-transform 0.23s cubic-bezier(0.48, 0.13, 0.35, 1);
  -o-transition: opacity 0.23s ease, -o-transform 0.23s cubic-bezier(0.48, 0.13, 0.35, 1);
  transition: opacity 0.23s ease,-webkit-transform 0.23s cubic-bezier(0.48, 0.13, 0.35, 1),-moz-transform 0.23s cubic-bezier(0.48, 0.13, 0.35, 1),-o-transform 0.23s cubic-bezier(0.48, 0.13, 0.35, 1),transform 0.23s cubic-bezier(0.48, 0.13, 0.35, 1);
}
.cbp-spmenu.cbp-spmenu-open a:not(.no-menu-animation):nth-child(8) {
  -webkit-transition-delay: 0.35s;
  -moz-transition-delay: 0.35s;
  -o-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
.cbp-spmenu.cbp-spmenu-open a:not(.no-menu-animation):nth-child(7) {
  -webkit-transition-delay: 0.32s;
  -moz-transition-delay: 0.32s;
  -o-transition-delay: 0.32s;
  transition-delay: 0.32s;
}
.cbp-spmenu.cbp-spmenu-open a:not(.no-menu-animation):nth-child(6) {
  -webkit-transition-delay: 0.29s;
  -moz-transition-delay: 0.29s;
  -o-transition-delay: 0.29s;
  transition-delay: 0.29s;
}
.cbp-spmenu.cbp-spmenu-open a:not(.no-menu-animation):nth-child(5) {
  -webkit-transition-delay: 0.26s;
  -moz-transition-delay: 0.26s;
  -o-transition-delay: 0.26s;
  transition-delay: 0.26s;
}
.cbp-spmenu.cbp-spmenu-open a:not(.no-menu-animation):nth-child(4) {
  -webkit-transition-delay: 0.22999999999999998s;
  -moz-transition-delay: 0.22999999999999998s;
  -o-transition-delay: 0.22999999999999998s;
  transition-delay: 0.22999999999999998s;
}
.cbp-spmenu.cbp-spmenu-open a:not(.no-menu-animation):nth-child(3) {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.cbp-spmenu.cbp-spmenu-open a:not(.no-menu-animation):nth-child(2) {
  -webkit-transition-delay: 0.16999999999999998s;
  -moz-transition-delay: 0.16999999999999998s;
  -o-transition-delay: 0.16999999999999998s;
  transition-delay: 0.16999999999999998s;
}
.cbp-spmenu.cbp-spmenu-open a:not(.no-menu-animation):nth-child(1) {
  -webkit-transition-delay: 0.14s;
  -moz-transition-delay: 0.14s;
  -o-transition-delay: 0.14s;
  transition-delay: 0.14s;
}
/* Orientation-dependent styles for the content of the menu */
.cbp-spmenu-vertical {
  width: 240px;
  height: 100%;
  top: 0;
  z-index: 1000;
}
.cbp-spmenu-vertical a {
  padding: 15px 20px;
}
/* Vertical menu that slides from the left or right */
.cbp-spmenu-left {
  left: 0;
  -webkit-transform: translateX(-240px);
  -moz-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  transform: translateX(-240px);
}
.cbp-spmenu-right {
  right: 0;
  -webkit-transform: translateX(240px);
  -moz-transform: translateX(240px);
  -o-transform: translateX(240px);
  -ms-transform: translateX(240px);
  transform: translateX(240px);
}
.cbp-spmenu-left.cbp-spmenu-open {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
.cbp-spmenu-right.cbp-spmenu-open {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
/* Push classes applied to the body */
.cbp-spmenu-push {
  overflow-x: hidden;
  position: relative;
  left: 0;
}
/* Transitions */
.cbp-spmenu,
.cbp-spmenu-push {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* Example media queries */
@media screen and (max-width: 55.1875em) {
  .cbp-spmenu-horizontal {
    font-size: 75%;
    height: 110px;
  }
  .cbp-spmenu-top {
    top: -110px;
  }
  .cbp-spmenu-bottom {
    bottom: -110px;
  }
}
@media screen and (max-height: 26.375em) {
  .cbp-spmenu-vertical {
    font-size: 90%;
    width: 190px;
  }
  .cbp-spmenu-left,
  .cbp-spmenu-push-toleft {
    left: -190px;
  }
  .cbp-spmenu-right {
    right: -190px;
  }
  .cbp-spmenu-push-toright {
    left: 190px;
  }
}
.text-center {
  text-align: center;
}
#static-pages {
  margin-bottom: 30px;
}
#static-pages .padding {
  padding-top: 30px;
  padding-bottom: 30px;
}
#static-pages .padding:first-child {
  padding-top: 0;
}
#static-pages img[align='left'] {
  margin-right: 15px;
  margin-bottom: 10px;
}
#static-pages img[align='right'] {
  margin-left: 15px;
  margin-bottom: 10px;
}
#static-pages .container {
  padding-top: 30px;
  padding-bottom: 30px;
}
#static-pages.study-nutrition .iinTable {
  border: 1px solid #6B6B6B;
  margin: 20px auto 0px;
}
@media (max-width: 767px) {
  #static-pages.study-nutrition .iinTable {
    font-size: 12px;
  }
}
#static-pages.study-nutrition .iinTable td {
  text-align: center;
  padding: 4px;
}
#static-pages.study-nutrition .iinTable td:first-child {
  text-align: left;
  padding-right: 40px;
  width: 300px;
}
#static-pages.study-nutrition .iinTable tbody tr {
  background: #F8F8F8;
}
#static-pages.study-nutrition .iinTable tbody .oddRow {
  background: #fff;
}
#static-pages.study-nutrition .iinTable .iin_check {
  color: #40cb95;
}
#static-pages.study-nutrition .iinTable .other_check {
  color: #428154;
}
#static-pages.study-nutrition .curriculumList {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 12px;
  float: left;
}
#static-pages.study-nutrition .curriculumList h3 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
#static-pages.study-nutrition .curriculumList > li {
  float: left;
  padding: 0;
  width: 30%;
  height: 200px;
  margin: 10px 10px 0;
  font-size: 12px;
}
#static-pages.study-nutrition .curriculumList img {
  width: 165px;
  margin: 25% auto;
  display: block;
}
@media (max-width: 1199px) {
  #static-pages.study-nutrition .curriculumList img {
    margin: 40% auto;
  }
}
#static-pages.study-nutrition .whatYouGet > li {
  margin-bottom: 15px;
}
#static-pages.study-nutrition .iinOffer {
  padding: 30px;
  border-radius: 3px;
  background: #fff;
  margin-bottom: 0px;
}
#static-pages.study-nutrition .offerHead {
  font-size: 40px;
  text-transform: none;
  font-weight: 800;
  text-align: center;
}
#static-pages.study-nutrition .iinOfferLeft {
  float: left;
  margin: 0 20px 0 0;
}
#static-pages.study-nutrition .iinOfferList {
  padding: 0;
  float: left;
  list-style: none;
  font-size: 17px;
  margin: 0 0 20px;
}
#static-pages.study-nutrition .iinOfferList li {
  position: relative;
  padding: 0 0 2px 20px;
  font-weight: normal;
}
#static-pages.study-nutrition .iinOfferList li:before {
  content: "\f00c";
  font: normal normal normal 14px/1 FontAwesome;
  color: #40cb95;
  line-height: 1.5em;
  position: absolute;
  left: 0;
  width: 20px;
  text-align: center;
  top: 3px;
}
#static-pages.study-nutrition .iinOffer h3 {
  font-weight: bold;
  font-size: 20px;
  color: #40cb95;
}
#static-pages.study-nutrition .bonus-price {
  float: right;
}
#static-pages.study-nutrition .bonus-price-total {
  font-weight: bold;
}
#static-pages.study-nutrition .bonus-ul {
  padding: 0;
  list-style: none;
}
#static-pages.study-nutrition .bonus-ul > li {
  margin-bottom: 3px;
}
#static-pages.study-nutrition .iinOffer h2.offerHead {
  font-weight: bold;
  color: #40cb95;
  text-align: left;
  font-size: 40px;
}
#static-pages.study-nutrition .iinOffer h3.offerSubhead {
  font-weight: normal;
  color: #333;
  font-size: 26px;
  margin: 0px 0px 30px 0px;
}
#static-pages.study-nutrition .iin-total-section {
  margin-top: 20px;
}
#static-pages.study-nutrition .iin-total {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 13px 0px;
  padding: 13px 0px;
}
#static-pages.study-nutrition .iin-exclusive-heading {
  color: #cd1626;
  margin: 8px 0px 0px;
  font-weight: bold;
}
#static-pages.study-nutrition .iin-exclusive {
  color: #cd1626;
  font-size: 22px;
  margin-bottom: 0px !important;
  margin-top: 20px;
  line-height: 23px;
}
#static-pages.study-nutrition .iin-exclusive > span {
  font-size: 26px;
}
#static-pages.study-nutrition .iin-exclusive-ends {
  color: #333;
  font-size: 14px;
  font-weight: bold;
}
#static-pages.study-nutrition .iin-exclusive-ends > span {
  color: #cd1626;
}
#static-pages.study-nutrition .bonus-row {
  margin: 30px 0px;
}
#static-pages.study-nutrition .product-list {
  float: left;
  margin-right: 10px;
}
#static-pages.study-nutrition .x10:after {
  content: "x 10";
  display: block;
  text-align: center;
}
#static-pages.study-nutrition .iinOfferBottom p {
  float: left;
  width: 100%;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  #static-pages.study-nutrition .curriculumList {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 12px;
    float: left;
  }
  #static-pages.study-nutrition .curriculumList > li {
    width: 100%;
    height: auto;
    margin: 0 0 30px 0;
  }
}
.sidebar-signup-inner {
  background-color: #fff;
}
.contact-us {
  padding-bottom: 30px;
}
.contact-us + .jumbotron {
  background: #F8F8F8;
  padding-top: 30px;
  padding-bottom: 30px;
}
body.country-AU .juicer-buying-guide .AUNZ,
body.country-NZ .juicer-buying-guide .AUNZ {
  display: none;
}
body.country-AU .juicer-buying-guide .USINT,
body.country-NZ .juicer-buying-guide .USINT {
  display: block;
}
body .juicer-buying-guide .AUNZ {
  display: block;
}
body .juicer-buying-guide .USINT {
  display: none;
}
