@charset "UTF-8";
/*!
 * Theme Name: Happy Black Woman
 * Description: Happy Black Woman is a custom child theme created for the Genesis Framework.
 * Author: Peaceful Media, Benjamin Turner
 * Author URI: http://peacefulmedia.com
 * Version: 2.1.4
 * Template: genesis
 * Template Version: 2.0.1
*/
/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-family: sans-serif;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%; }

body {
  margin: 0;
  width: 100%; }

a:focus {
  outline: 0; }

a:active, a:hover {
  outline: 0; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

code, kbd, pre, samp {
  font-family: monospace,serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

button[disabled], html input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Box Sizing
--------------------------------------------- */
*,
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* Float Clearing
--------------------------------------------- */
.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before,
.home-top:before,
.home-cta:before,
.home-bottom:before {
  content: " ";
  display: table; }

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after,
.home-top:after,
.home-cta:after,
.home-bottom:after {
  clear: both;
  content: " ";
  display: table; }

.cursive {
  font-family: "JennaSue", cursive; }

h1,
h2,
h3,
h4,
h5,
h6 {
  transition: all .2s;
  color: #C59531;
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 24px;
  margin: 0 0 2.4rem; }

/* Titles */
h1,
.entry-title,
.archive-title {
  font-size: 36px;
  font-size: 3.6rem; }

.entry-title {
  font-family: "RosettaDidot", serif; }

.entry-title a {
  text-decoration: none; }

.entry-title a:hover {
  color: #911856; }

h1 {
  font-family: "RosettaDidot", serif; }

h2 {
  font-size: 27px;
  font-size: 2.7rem;
  font-weight: 700;
  color: #911856; }

h3 {
  color: #911856;
  font-size: 24px;
  font-size: 2.4rem; }

h4 {
  color: #5D5E5E;
  font-size: 30px;
  font-size: 3rem; }

h5 {
  color: #5D5E5E;
  font-size: 26px;
  font-size: 2.6rem; }

h6 {
  color: #5D5E5E;
  font-size: 22px;
  font-size: 2.2rem; }

.green-text {
  color: #8cc541; }

.grey-text {
  color: #7e7e7e; }

.orange-text {
  color: #C59531; }

.pink-text {
  color: #911856; }

.teal-text {
  color: #0096AC; }

.yellow-text {
  color: #faaf42; }

#primary-navigation-container {
  position: relative; }
  @media screen and (min-width: 480px) {
    #primary-navigation-container > .wrap {
      max-width: 1140px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      #primary-navigation-container > .wrap .logo-container {
        -ms-flex: 1;
            flex: 1; } }
  @media screen and (min-width: 480px) and (max-width: 1023px) {
    #primary-navigation-container > .wrap {
      padding: 0 2%; } }

.logo-container {
  margin: auto;
  padding-right: 1em;
  padding-left: 1em;
  max-width: 450px;
  min-width: 300px;
  height: 127px; }
  @media screen and (min-width: 1150px) {
    .logo-container {
      padding-left: 0; } }
  .logo-container h1 {
    margin: 0;
    height: 100%; }
  .logo-container a {
    display: block;
    height: 100%; }

.logo {
  text-indent: -9999px;
  height: 100px;
  background: url(images/icons/logo.svg) no-repeat;
  background-position: center center;
  height: 100%; }

.genesis-nav-menu {
  clear: both;
  font-size: 16px; }
  @media screen and (min-width: 480px) {
    .genesis-nav-menu {
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; } }
  @media screen and (min-width: 480px) and (max-width: 768px) {
    .genesis-nav-menu {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-align: start;
          -ms-grid-row-align: flex-start;
          align-items: flex-start; }
      .genesis-nav-menu li {
        width: 48%; } }
  .genesis-nav-menu .logo {
    display: none; }
  .genesis-nav-menu .menu-item {
    list-style: none; }
    .genesis-nav-menu .menu-item:hover {
      position: static; }
      .genesis-nav-menu .menu-item:hover > .sub-menu {
        left: auto;
        opacity: 1; }
    .genesis-nav-menu .menu-item:last-child a:after {
      display: none; }
  .genesis-nav-menu a {
    text-decoration: none;
    padding: .75em;
    display: block; }
  .genesis-nav-menu .sub-menu {
    background-color: #FFFFFF;
    border-top: 0;
    left: 0;
    opacity: 1;
    position: static;
    width: 100%;
    border-top: 5px solid transparent;
    /* IE Workaround */ }
    @media screen and (min-width: 769px) {
      .genesis-nav-menu .sub-menu {
        left: -9999px;
        opacity: 0;
        position: absolute;
        transition: opacity .4s ease-in-out;
        width: 200px;
        z-index: 99; } }
    .genesis-nav-menu .sub-menu .sub-menu {
      margin: -54px 0 0 199px; }
    .genesis-nav-menu .sub-menu a {
      padding: 6px 20px 6px 30px;
      padding: 0.6rem 2rem .6rem 3rem;
      position: relative;
      width: 200px;
      text-indent: -15px;
      text-indent: -1.5rem; }
      .genesis-nav-menu .sub-menu a:before {
        content: "-";
        padding: 0 .625em 0 .125em; }
      .genesis-nav-menu .sub-menu a:after {
        display: none; }

.nav-primary {
  margin: auto;
  background-color: #FFFFFF; }
  @media screen and (max-width: 768px) {
    .nav-primary {
      width: 100%; } }

.announcement-bar-navigation {
  background-color: #0096AC;
  color: #FFFFFF;
  font-size: 16px; }
  .announcement-bar-navigation > .wrap {
    text-align: center; }
    @media screen and (max-width: 1023px) {
      .announcement-bar-navigation > .wrap {
        padding: 2% 5%; }
        .announcement-bar-navigation > .wrap > div:first-child {
          margin-bottom: .5em; } }
    @media screen and (min-width: 1024px) {
      .announcement-bar-navigation > .wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between; }
        .announcement-bar-navigation > .wrap > div {
          width: auto; }
          .announcement-bar-navigation > .wrap > div:first-child {
            -ms-flex: 1;
                flex: 1;
            margin-left: 15%; } }
  .announcement-bar-navigation p {
    margin-bottom: 0; }
  .announcement-bar-navigation a {
    padding: .25em;
    color: #FFFFFF;
    text-decoration: none; }

.menu-social-links-container {
  font-size: 18px; }
  .menu-social-links-container .menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    list-style-type: none; }
  .menu-social-links-container li {
    padding: .125em .25em; }
  .menu-social-links-container a {
    text-indent: -9999px;
    vertical-align: text-top;
    width: 1em;
    height: 1em;
    display: block; }
  .announcement-bar-navigation .menu-social-links-container .facebook a {
    background: url(images/icons/white/facebook.svg) no-repeat; }
  .announcement-bar-navigation .menu-social-links-container .googleplus a {
    background: url(images/icons/white/googleplus.svg) no-repeat; }
  .announcement-bar-navigation .menu-social-links-container .instagram a {
    background: url(images/icons/white/instagram.svg) no-repeat; }
  .announcement-bar-navigation .menu-social-links-container .linkedin a {
    background: url(images/icons/white/linkedin.svg) no-repeat; }
  .announcement-bar-navigation .menu-social-links-container .pinterest a {
    background: url(images/icons/white/pinterest.svg) no-repeat; }
  .announcement-bar-navigation .menu-social-links-container .rss a {
    background: url(images/icons/white/rss.svg) no-repeat; }
  .announcement-bar-navigation .menu-social-links-container .twitter a {
    background: url(images/icons/white/twitter.svg) no-repeat; }
  .announcement-bar-navigation .menu-social-links-container .youtube a {
    background: url(images/icons/white/youtube.svg) no-repeat; }
  .footer-top .menu-social-links-container .facebook a {
    background: url(images/icons/gold/facebook.svg) no-repeat; }
  .footer-top .menu-social-links-container .googleplus a {
    background: url(images/icons/gold/googleplus.svg) no-repeat; }
  .footer-top .menu-social-links-container .instagram a {
    background: url(images/icons/gold/instagram.svg) no-repeat; }
  .footer-top .menu-social-links-container .linkedin a {
    background: url(images/icons/gold/linkedin.svg) no-repeat; }
  .footer-top .menu-social-links-container .pinterest a {
    background: url(images/icons/gold/pinterest.svg) no-repeat; }
  .footer-top .menu-social-links-container .rss a {
    background: url(images/icons/gold/rss.svg) no-repeat; }
  .footer-top .menu-social-links-container .twitter a {
    background: url(images/icons/gold/twitter.svg) no-repeat; }
  .footer-top .menu-social-links-container .youtube a {
    background: url(images/icons/gold/youtube.svg) no-repeat; }

.menu-toggle {
  position: relative;
  top: -.5em;
  font-size: 18px;
  cursor: pointer;
  width: 100%; }
  @media screen and (min-width: 769px) {
    .menu-toggle {
      display: none; } }

.menu-toggle-box {
  font-size: inherit;
  position: relative;
  width: 100%;
  height: 100%;
  width: 3em;
  height: 3em;
  margin: auto;
  border-radius: 50%;
  background-color: #FFFFFF; }

.menu-toggle-inner,
.menu-toggle-inner:before,
.menu-toggle-inner:after {
  font-size: 15px;
  position: absolute;
  display: block;
  width: 2em;
  height: .25em;
  border-radius: .125em;
  background-color: #911856; }

.menu-toggle-inner {
  top: 47%;
  left: 22%;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: .3s; }
  .menu-toggle-inner:before, .menu-toggle-inner:after {
    content: ''; }
  .menu-toggle-inner:before {
    top: -.4em;
    transition: top .1s ease-in .34s, opacity .1s ease-in; }
  .menu-toggle-inner:after {
    bottom: -.4em;
    transition: bottom 0.1s ease-in 0.34s, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.menu-toggle.is-active .menu-toggle-inner {
  transition-delay: .14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(225deg); }
  .menu-toggle.is-active .menu-toggle-inner:before {
    top: 0;
    transition: top .1s ease-out, opacity .1s ease-out .14s;
    opacity: 0; }
  .menu-toggle.is-active .menu-toggle-inner:after {
    bottom: 0;
    transition: bottom 0.1s ease-out, transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.14s;
    transform: rotate(-90deg); }

.menu-toggle.is-active + .nav-primary {
  max-height: 500px; }

@media screen and (max-width: 768px) {
  .menu-toggle + .nav-primary {
    max-height: 0;
    overflow: scroll;
    transition: max-height .5s; } }

.footer-top {
  margin-bottom: 50px;
  margin-bottom: 5rem; }

.site-footer {
  background: url(images/backgrounds/footer.jpg);
  background-size: cover;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 1%; }
  .site-footer .genesis-nav-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    font-size: 18px;
    margin-bottom: 1%; }
    .site-footer .genesis-nav-menu a {
      color: #E6BB62; }
      .site-footer .genesis-nav-menu a:hover {
        color: #edce8e; }

@media screen and (min-width: 768px) {
  .footer-widgets > .wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.footer-widgets > .wrap:before, .footer-widgets > .wrap:after {
  display: none; }

.footer-widgets ul {
  list-style: none; }
  .footer-widgets ul li {
    text-indent: -1em;
    margin-left: 1em; }
    .footer-widgets ul li:before {
      content: '\002022';
      color: #C59531;
      padding-right: .5em; }

.footer-widgets .widget-area {
  max-width: 300px; }
  @media screen and (min-width: 768px) {
    .footer-widgets .widget-area {
      width: 31%; } }
  @media screen and (max-width: 767px) {
    .footer-widgets .widget-area {
      margin: 0 auto 5%; } }
  .footer-widgets .widget-area .button {
    width: 100%;
    text-align: center; }

.footer-widgets .widget-title {
  font-family: "Source Sans Pro", sans-serif;
  color: #E6BB62;
  font-size: 1.4em;
  font-weight: 300; }

.footer-widgets a {
  color: #FFFFFF;
  cursor: pointer; }
  .footer-widgets a:visited {
    color: #FFFFFF; }
  .footer-widgets a:hover, .footer-widgets a:active {
    color: #C59531; }

.footer-widgets .widget_recent_entries a {
  text-decoration: none; }

.footer-widgets-3 img {
  width: 40%; }

.site-header {
  position: relative;
  border-top: 1px solid #C59531;
  border-bottom: 1px solid #C59531; }
  @media screen and (max-width: 767px) {
    .site-header {
      margin-bottom: 3rem; } }
  @media screen and (min-width: 768px) {
    .site-header {
      margin-bottom: 4%; } }
  .home .site-header {
    margin-bottom: 0; }
  .site-header > .wrap {
    position: relative; }
    @media screen and (max-width: 1180px) {
      .site-header > .wrap {
        max-width: none; } }

.masthead {
  min-height: 248px; }
  @media screen and (max-width: 767px) {
    .masthead {
      background-color: #C59531; } }
  @media screen and (max-width: 400px) {
    .masthead {
      padding-top: 40px; } }
  @media screen and (min-width: 401px) and (max-width: 767px) {
    .masthead {
      display: -ms-flexbox;
      display: flex; }
      .masthead .join {
        width: 60%; }
      .masthead .masthead-inner {
        width: 40%;
        background-color: #FFFFFF;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
        border: 3px solid #C59531; } }
  .masthead .join,
  .masthead .headshot,
  .masthead .logo-stacked {
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center; }
  .masthead .join {
    text-align: center; }
    @media screen and (max-width: 767px) {
      .masthead .join {
        background-image: url(images/wordmarks/join-the-tribe-v2-mobile.svg);
        background-position: center top;
        background-size: 225px;
        height: 300px; } }
    @media screen and (min-width: 768px) {
      .masthead .join {
        background-image: url(images/wordmarks/join-the-tribe-large.svg); } }
    @media screen and (min-width: 768px) {
      .masthead .join {
        position: absolute;
        height: 100%;
        width: 65%;
        right: 360px; } }
    @media screen and (min-width: 768px) and (max-width: 860px) {
      .masthead .join {
        left: 2%;
        right: auto;
        width: 410px; } }
    @media screen and (min-width: 861px) and (max-width: 1023px) {
      .masthead .join {
        width: 500px; } }
    .masthead .join h2,
    .masthead .join p {
      display: none; }
    .masthead .join a {
      display: block;
      height: 100%;
      cursor: pointer; }
  .masthead .logo-stacked {
    background-image: url(images/icons/logo-stacked-gold.svg);
    width: 200px;
    height: 248px;
    background-size: 200px 150px;
    background-color: #FFFFFF; }
    @media screen and (max-width: 400px) {
      .masthead .logo-stacked {
        width: 100%; } }
    @media screen and (min-width: 401px) and (max-width: 767px) {
      .masthead .logo-stacked {
        background-size: contain;
        max-width: 200px;
        width: 90%;
        height: 170px; } }
  .masthead .headshot {
    background-image: url(images/rosetta-headshot-small-transparent.png);
    width: 177px;
    height: 250px; }
    @media screen and (min-width: 401px) and (max-width: 767px) {
      .masthead .headshot {
        width: 100%;
        height: 210px;
        margin-bottom: 0;
        background-position: center bottom; } }
  @media screen and (min-width: 768px) {
    .masthead:before {
      content: '';
      display: block;
      position: absolute;
      width: 10000px;
      top: 0;
      bottom: 0;
      right: 300px;
      background-color: #C59531; } }

@media screen and (min-width: 768px) {
  .masthead-inner {
    position: absolute;
    width: 400px;
    top: -1px;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; } }

.lgm-row-container {
  overflow: visible !important; }

.pm-lgm {
  font-size: 16px;
  position: relative; }
  .pm-lgm .tablet-container {
    display: block; }
    @media screen and (min-width: 768px) {
      .pm-lgm .tablet-container {
        position: absolute;
        top: 0;
        transform: translateY(-50%); } }
    @media screen and (min-width: 1150px) {
      .pm-lgm .tablet-container {
        left: -7px; } }
  .pm-lgm .text-container {
    font-size: 1.5em;
    color: #FFFFFF;
    text-transform: uppercase; }
    @media screen and (max-width: 767px) {
      .pm-lgm .text-container {
        padding: 0 5%; }
        .pm-lgm .text-container br {
          display: none; } }
    @media screen and (min-width: 768px) and (max-width: 1150px) {
      .pm-lgm .text-container {
        font-size: 1.25em;
        margin-bottom: .8em; } }
    @media screen and (min-width: 768px) {
      .pm-lgm .text-container {
        margin-left: 350px;
        line-height: .85; } }
    .pm-lgm .text-container strong {
      font-size: 1.2em; }
    .pm-lgm .text-container .cursive {
      text-transform: lowercase;
      font-size: 2.5em;
      font-weight: normal; }
      @media screen and (max-width: 767px) {
        .pm-lgm .text-container .cursive {
          display: block; } }
  @media screen and (min-width: 768px) and (max-width: 1150px) {
    .pm-lgm .button-container {
      margin-left: auto;
      margin-right: 15%; } }

.pm-lgm-location {
  padding: 1.5% 0;
  background-image: url(images/textured-bg.jpg);
  background-blend-mode: multiply;
  background-color: #0096AC; }
  .pm-lgm-location.pm-lgm-location-bottom {
    background-color: #911856; }

.lgm-content {
  max-width: 1140px;
  margin: 0 auto;
  position: relative; }
  @media screen and (max-width: 767px) {
    .lgm-content {
      text-align: center;
      padding: 5% 0; } }
  @media screen and (min-width: 768px) and (max-width: 1150px) {
    .lgm-content {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media screen and (min-width: 768px) {
    .lgm-content {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: end;
          align-items: flex-end;
      -ms-flex-pack: justify;
          justify-content: space-between; } }

.sidebar-primary {
  float: right;
  padding: 10px 0 0;
  padding: 1rem 0 0;
  width: 330px; }

.sidebar {
  color: #7e7e7e;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4; }

.sidebar .widget-title {
  background: #0096AC;
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 28px;
  margin-bottom: 2.8rem;
  padding: 12px 10px;
  padding: 1.2rem 1rem;
  text-align: center;
  text-transform: uppercase; }

.sidebar h5 {
  font-size: 18px;
  font-size: 1.8rem; }

.sidebar h6 {
  font-size: 16px;
  font-size: 1.6rem; }

.sidebar .widget-title a {
  color: #fff;
  text-decoration: none; }

.sidebar .menu a {
  color: #7e7e7e; }

.sidebar a {
  color: #C59531; }

.sidebar a.button {
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem; }

.sidebar p:last-child {
  margin-bottom: 0; }

.sidebar li {
  background: url(images/li-triangle-orange-sm.png) 0 5px no-repeat;
  list-style-type: none;
  padding: 0 0 6px 24px;
  padding: 0 0 .6rem 2.4rem;
  word-wrap: break-word; }

.sidebar ul > li:last-child {
  padding-bottom: 0; }

.sidebar .widget {
  margin-bottom: 40px;
  margin-bottom: 4rem; }

/* Sidebar Opt In Widget
--------------------------------------------- */
.sidebar-opt-in {
  background: #8cc541;
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  line-height: 1.3; }

.sidebar .sidebar-opt-in .widget-title {
  background: #911856;
  margin: 0;
  padding: 12px 10px 0;
  padding: 1.2rem 1rem 0; }

.sidebar-opt-in h5 {
  background: #911856;
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 33px;
  font-size: 3.3rem;
  font-weight: 400;
  padding: 0 10px 12px;
  padding: 0 1rem 1.2rem;
  text-align: center; }

.sidebar-opt-in img {
  float: right;
  margin: 0 0 0 25px;
  margin: 0 0 0 2.5rem; }

.sidebar-opt-in p,
.sidebar-opt-in form {
  padding: 0 15px;
  padding: 0 1.5rem; }

/* Form Code */
.sidebar-opt-in form {
  margin: 10px 0;
  margin: 1rem 0;
  padding: 0 15px 15px;
  padding: 0 1.5rem 1.5rem; }

.sidebar-opt-in input[type="text"],
.sidebar-opt-in input[type="email"] {
  border: none;
  color: #6b7b84;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  margin: 0 0 5px;
  margin: 0 0 .5rem;
  padding: 7px;
  padding: .7rem;
  -webkit-appearance: none;
  /* Fixes iOS Rendering */ }

.sidebar-opt-in input[type="email"] {
  margin: 0 0 10px;
  margin: 0 0 1rem; }

.sidebar-opt-in input[type="submit"] {
  background: #911856;
  color: #fff;
  font-weight: 700;
  padding: 9px 5px;
  padding: .9rem .5rem;
  text-transform: uppercase;
  width: 100%;
  -webkit-appearance: none;
  /* Fixes iOS Rendering */ }

.sidebar-opt-in input:hover[type="submit"] {
  background: #0096AC; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .sidebar li {
    background: url(images/hidpi/li-triangle-orange-sm2x.png) 0 5px no-repeat;
    background-size: 8px 9px; } }

@media only screen and (max-width: 1000px) {
  .sidebar-primary {
    width: 100%; } }

@media only screen and (max-width: 677px) {
  .book-photo {
    background: url(images/sidebar-opt-in-book.png) no-repeat;
    float: left;
    height: 138px;
    margin: 2rem 2rem 0 4.5rem;
    position: static;
    width: 125px; } }

@media only screen and (max-width: 430px) {
  .sidebar-opt-in input[type="submit"] {
    font-size: 1.2rem; } }

.single .post {
  margin: 0 0 40px 0;
  margin: 0 0 4rem 0;
  padding: 0; }

.single .entry-header {
  margin-bottom: 20px;
  margin-bottom: 2rem; }

.single .entry-footer {
  background: url(images/post-divider.png) top center no-repeat;
  padding: 55px 0 0;
  padding: 5.5rem 0 0; }

.featured-image--post {
  text-align: center; }

.blog-roll-masonry article {
  overflow: hidden;
  font-size: 18px;
  color: #FFFFFF;
  position: relative;
  background-color: #0096AC;
  height: 0;
  padding: 0 0 100%;
  margin-bottom: 30px;
  margin-bottom: 3rem; }
  .blog-roll-masonry article:before {
    transition: all .5s;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block; }
  .blog-roll-masonry article:focus:before, .blog-roll-masonry article:hover:before {
    transform: scale(1.3); }
  .blog-roll-masonry article:focus .blog-masonry-entry-inner:after, .blog-roll-masonry article:hover .blog-masonry-entry-inner:after {
    opacity: 1; }
  .blog-roll-masonry article:focus .entry-header:after, .blog-roll-masonry article:hover .entry-header:after {
    width: 100%; }
  .blog-roll-masonry article.hover .entry-content {
    transition-delay: .45s;
    opacity: 1; }
  .blog-roll-masonry article.hover .read-more {
    transition-delay: .55s;
    opacity: 1; }

.blog-roll-masonry .blog-masonry-entry-inner {
  position: relative;
  padding: 0;
  transition: all .5s ease;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .blog-roll-masonry .blog-masonry-entry-inner:after {
    transition: opacity .2s;
    transition-delay: .3s;
    opacity: 0;
    content: '';
    display: block;
    height: 150px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10; }

.blog-roll-masonry .blog-masonry-entry-content {
  overflow: hidden;
  min-height: 600px; }

.blog-roll-masonry .entry-categories {
  position: relative;
  font-size: .75em;
  padding: 12px 12px; }
  .blog-roll-masonry .entry-categories a {
    text-decoration: none;
    color: #FFFFFF; }
    .blog-roll-masonry .entry-categories a:hover {
      color: #E6BB62; }

.blog-roll-masonry .entry-header {
  position: relative;
  padding: 12px 12px 0;
  opacity: 0; }
  .blog-roll-masonry .entry-header:after {
    transition: width .3s, background-color .3s;
    transition-delay: .4s;
    margin-top: 12px;
    content: '';
    display: block;
    width: 0;
    height: 3px;
    border-radius: 500px;
    background-color: white; }

.blog-roll-masonry .entry-title {
  font-size: 1em;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  margin-bottom: 0; }
  .blog-roll-masonry .entry-title a {
    color: #FFFFFF; }

.blog-roll-masonry .read-more {
  text-align: center;
  opacity: 0;
  transition: all .2s;
  position: absolute;
  z-index: 20;
  bottom: 1.5em;
  left: 0;
  right: 0; }
  .blog-roll-masonry .read-more a {
    transition: all .3s; }
    .blog-roll-masonry .read-more a:hover {
      background-color: #0096AC; }

.blog-roll-masonry .entry-content {
  font-size: .8em;
  padding: 12px 12px;
  opacity: 0;
  transition: opacity .3s; }

@media screen and (min-width: 600px) {
  .blog-roll-masonry article {
    float: left;
    width: 49%;
    padding-bottom: 49%;
    margin-right: 1%;
    margin-bottom: 1%; } }

@media screen and (min-width: 900px) {
  .blog-roll-masonry article {
    width: 32%;
    padding-bottom: 32%;
    margin-right: 2%;
    margin-bottom: 2%; }
    .blog-roll-masonry article:nth-of-type(3n) {
      margin-right: 0; } }

.blog-roll-masonry article:nth-of-type(2n) .blog-masonry-entry-content {
  transition: background-color .5s;
  background-color: rgba(0, 0, 0, 0.5); }

.blog-roll-masonry article:nth-of-type(2n) .entry-categories {
  transition: background-color .5s;
  background-color: rgba(0, 0, 0, 0.5); }

.blog-roll-masonry article:nth-of-type(2n):hover .blog-masonry-entry-content {
  background-color: #911856; }

.blog-roll-masonry article:nth-of-type(2n):hover .entry-categories {
  background-color: #911856; }

.blog-roll-masonry article:nth-of-type(2n-1) .blog-masonry-entry-content {
  transition: background-color .5s;
  background-color: rgba(0, 0, 0, 0.5); }

.blog-roll-masonry article:nth-of-type(2n-1) .entry-categories {
  transition: background-color .5s;
  background-color: rgba(0, 0, 0, 0.5); }

.blog-roll-masonry article:nth-of-type(2n-1):hover .blog-masonry-entry-content {
  background-color: #0096ac; }

.blog-roll-masonry article:nth-of-type(2n-1):hover .entry-categories {
  background-color: #0096ac; }

.archive-pagination {
  width: 100%; }

.entry-title {
  font-weight: normal; }

.blog .post {
  background: url("images/post-divider.png") center bottom no-repeat;
  padding-bottom: 4em;
  margin-bottom: 3em; }

.blog-categories--container {
  text-align: center; }

.blog-categories--select {
  display: inline-block;
  margin-bottom: 4%;
  overflow: hidden;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  position: relative; }
  .blog-categories--select:after {
    content: '\25bc';
    color: #7e7e7e;
    font-size: .75em;
    position: absolute;
    right: 1.25em;
    top: 30%;
    bottom: 0; }
  .blog-categories--select select {
    background-color: transparent;
    position: relative;
    z-index: 10;
    width: 110%;
    width: calc(100% + 12px);
    border: none;
    outline: none; }

.author-box {
  background-color: #911856;
  overflow: auto;
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  line-height: 1.3;
  margin: 30px 0;
  margin: 3rem 0;
  padding: 30px;
  padding: 3rem; }
  .author-box .author-box {
    margin: 10px 0 60px;
    margin: 1rem 0 6rem; }
  .author-box a {
    color: #fff; }
  .author-box p:last-child {
    margin-bottom: 0; }
  .author-box .avatar {
    margin: 0 0 24px 24px;
    margin: 0 0 2.4rem 2.4rem; }

.author-box-title {
  color: #fff;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 400;
  margin-bottom: 12px;
  margin-bottom: 1.2rem; }

@media only screen and (max-width: 677px) {
  .author-box {
    text-align: center; }
    .author-box .avatar {
      float: none;
      margin: 0 0 2.4rem; }
  .author-box-content {
    text-align: left; } }

.landing-page-unbranded .site-footer {
  text-align: center; }

.landing-page-unbranded .copyright {
  margin-top: 1em; }

.landing-page-unbranded p {
  margin-bottom: 0; }

#homepage-masthead {
  height: 70vh;
  background-size: cover;
  background-position: right 10% center; }
  @media screen and (max-device-width: 1000px) {
    #homepage-masthead > .vc_video-bg {
      opacity: 0; } }
  #homepage-masthead + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner {
    padding-top: 0; }
  #homepage-masthead img {
    max-width: 450px;
    padding: 50px 0;
    background-color: rgba(0, 0, 0, 0.3); }

#homepage-introduction {
  color: #FFFFFF;
  text-align: center;
  padding: 3% 0; }
  @media screen and (min-width: 600px) {
    #homepage-introduction .wpb_text_column {
      font-size: 1.4em; } }
  #homepage-introduction h2 {
    color: #C59531;
    font-size: 2.5em;
    display: inline-block; }
    #homepage-introduction h2:after {
      content: '';
      display: block;
      border-bottom: 3px solid;
      padding-bottom: .25em;
      margin-bottom: .25em; }
  #homepage-introduction p:first-of-type {
    color: #C59531;
    line-height: 1.25;
    text-transform: uppercase; }
  #homepage-introduction .wpb_single_image figure {
    padding-left: 40px; }
  #homepage-introduction a.vc_btn3,
  #homepage-introduction button {
    background-color: transparent !important;
    color: #C59531;
    border-color: #C59531; }

#homepage-next-step {
  padding: 2% 0;
  text-align: center; }
  #homepage-next-step h4 {
    font-family: "RosettaDidot", serif;
    font-weight: normal;
    color: #C59531;
    font-size: 32px; }
  #homepage-next-step .vc_sep_line {
    border-color: #C59531 !important; }

#events-cta-intro {
  margin-bottom: 0 !important; }

.event-cta {
  padding: 0 0 20px;
  border: 1px solid #C59531; }
  .event-cta:last-child {
    margin-left: -1px; }
  .event-cta button {
    border: 1px solid #C59531; }
  .event-cta .vc_column-inner {
    padding: 0 !important; }
  .event-cta .wpb_text_column:first-child {
    margin-bottom: 0; }
  .event-cta h3 {
    font-size: 36px;
    font-family: "RosettaDidot", serif;
    text-align: center;
    color: #C59531;
    padding: .5em 0; }
    .event-cta h3 span {
      color: #911856;
      text-transform: lowercase;
      font-size: 2.5em; }
  .event-cta .vc_btn3-container {
    position: absolute;
    width: 100%;
    bottom: -42px; }
    .event-cta .vc_btn3-container a.vc_btn3,
    .event-cta .vc_btn3-container button {
      background-color: #FFFFFF !important;
      border: 1px solid #C59531 !important;
      color: #911856 !important; }
  .event-cta.happyblackwoman-sisterhood .wpb_single_image:first-child {
    top: 18px; }
  .event-cta.happyblackwoman-sisterhood .wpb_single_image:nth-child(2n) {
    margin-bottom: 0; }
  .event-cta.happyblackwoman-sisterhood .wpb_text_column p {
    color: #C59531; }
    .event-cta.happyblackwoman-sisterhood .wpb_text_column p:first-line {
      font-family: "JennaSue", cursive;
      font-size: 6em;
      line-height: .865; }
  .event-cta.training-program .wpb_single_image:first-child {
    top: 50px; }
  .event-cta.training-program .wpb_text_column p {
    width: 90%;
    margin: auto; }

#empowerment-coaching-headline {
  font-size: 48px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 1.5em; }
  #empowerment-coaching-headline .cursive {
    color: #911856;
    font-size: 1.75em;
    text-transform: lowercase;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: .1em; }
    @media screen and (max-width: 767px) {
      #empowerment-coaching-headline .cursive {
        line-height: .7; } }
    #empowerment-coaching-headline .cursive:before, #empowerment-coaching-headline .cursive:after {
      content: '';
      display: block;
      width: 35%;
      border-bottom: 3px solid; }
  #empowerment-coaching-headline strong {
    font-weight: normal;
    font-family: "RosettaDidot", serif;
    display: block;
    margin-bottom: 0; }
  @media screen and (max-width: 768px) {
    #empowerment-coaching-headline {
      font-size: 24px; } }

#empowerment-coaching-session-cta {
  padding: 2% 0;
  max-width: 900px;
  font-size: 22px;
  text-align: center; }
  @media screen and (min-width: 768px) {
    #empowerment-coaching-session-cta {
      margin: 0 auto 2em; } }
  #empowerment-coaching-session-cta .empowerment-coaching-session-heading {
    color: #7e7e7e;
    font-weight: 200;
    line-height: 1.5; }
    #empowerment-coaching-session-cta .empowerment-coaching-session-heading:after {
      content: '';
      display: block;
      width: 200px;
      height: 4px;
      background-color: #C59531;
      margin: 1em auto; }

.empowerment-coaching-session-get-started-container {
  font-size: 24px;
  text-align: center; }

.empowerment-coaching-session-get-started {
  display: inline-block;
  text-align: center; }
  .empowerment-coaching-session-get-started h3 {
    font-size: 2em;
    color: #C59531; }
    @media screen and (min-width: 450px) {
      .empowerment-coaching-session-get-started h3 {
        margin-bottom: -.5em; } }
    .empowerment-coaching-session-get-started h3 span:first-child {
      font-family: "JennaSue", cursive;
      font-size: 2em;
      text-transform: lowercase; }
    .empowerment-coaching-session-get-started h3 span:last-child {
      font-family: "RosettaDidot", serif; }
  .empowerment-coaching-session-get-started .button {
    width: 80%; }
  .wrap .empowerment-coaching-session-get-started .typeform-share {
    transition: all .2s;
    font-family: "Source Sans Pro", sans-serif;
    background: none;
    background-color: #C59531;
    border: none;
    border-radius: 3px;
    float: none;
    display: inline-block;
    width: 80%;
    color: #FFFFFF;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    margin: 0 auto;
    padding: 9px 15px 10px;
    padding: .9rem 1.5rem 1rem; }
    .wrap .empowerment-coaching-session-get-started .typeform-share:hover {
      background: none;
      background-color: #911856 !important; }

.testimonial {
  font-size: 16px;
  padding: 5% 0; }
  .testimonial .quote p {
    margin: 0 0 .75em; }
  .testimonial strong {
    text-transform: uppercase;
    font-size: 1.2em; }
  .testimonial blockquote {
    margin: 0 0 .5em;
    color: #5D5E5E; }
  @media screen and (max-width: 767px) {
    .testimonial {
      padding: 75px 0; } }
  @media screen and (min-width: 768px) {
    .testimonial {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      -ms-flex-align: center;
          align-items: center; } }

@media screen and (min-width: 768px) {
  .quote {
    width: 55%; } }

.quote-source {
  text-align: center;
  max-width: 275px; }
  @media screen and (max-width: 767px) {
    .quote-source {
      margin: 0 auto; } }
  @media screen and (min-width: 768px) {
    .quote-source {
      width: 40%; } }

.avatar-container {
  font-size: 16px;
  quotes: "“" "”";
  position: relative; }
  .avatar-container:before {
    opacity: .2;
    font-family: "RosettaDidot", serif;
    content: open-quote;
    font-size: 20em;
    line-height: .8;
    position: absolute;
    top: 0; }
  .avatar-container img {
    border-radius: 50%;
    border: 2px solid #C59531; }
  @media screen and (max-width: 767px) {
    .avatar-container {
      margin-top: 25px; } }

.testimonial-video-link:after {
  background: url(images/icons/gold/play-button.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 100px;
  content: 'play video';
  font-style: italic;
  display: block;
  text-align: left;
  font-size: 1.2em;
  line-height: 1.2;
  width: 2.4em;
  height: 2.4em;
  vertical-align: middle; }

.quote-source-meta {
  line-height: 1.2; }
  .quote-source-meta cite {
    text-transform: uppercase;
    font-weight: 700; }
    .quote-source-meta cite:before {
      content: '~';
      padding-right: .25em; }

.testimonial:nth-of-type(2n+1) blockquote,
.testimonial:nth-of-type(2n+1) .quote-source {
  color: #911856; }

.testimonial:nth-of-type(2n+1) strong {
  color: #911856; }

@media screen and (min-width: 768px) {
  .testimonial:nth-of-type(2n+1) {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; } }

.testimonial:nth-of-type(2n+1) .avatar-container {
  margin-right: 75px; }
  .testimonial:nth-of-type(2n+1) .avatar-container:before {
    right: -120px; }

.testimonial:nth-of-type(2n+1) .testimonial-video-link:after {
  right: -75px;
  padding-left: 2.75em; }

.testimonial:nth-of-type(2n+1) .quote-source-meta {
  margin-right: 75px; }

.testimonial:nth-of-type(2n+2) blockquote,
.testimonial:nth-of-type(2n+2) .quote-source {
  color: #0096AC; }

.testimonial:nth-of-type(2n+2) strong {
  color: #0096AC; }

@media screen and (min-width: 768px) {
  .testimonial:nth-of-type(2n+2) {
    -ms-flex-direction: row;
        flex-direction: row; } }

.testimonial:nth-of-type(2n+2) .avatar-container {
  margin-left: 75px; }
  .testimonial:nth-of-type(2n+2) .avatar-container:before {
    left: -120px;
    transform: scaleX(-1); }

.testimonial:nth-of-type(2n+2) .testimonial-video-link:after {
  left: -75px;
  padding-right: 2.55em;
  background-position: right center; }

.testimonial:nth-of-type(2n+2) .quote-source-meta {
  margin-left: 75px; }

/*

Imported Google Fonts:

font-family: 'Poiret One', cursive;
Poiret One Normal 400

Colors:

Green: #8cc541;
Grey: #444444;
Orange: #f16725;
Pink: #9e2164;
Teal: #19a0af;
Yellow: #faaf42;
Light Teal: #34b5c3;
Light Orange: #fb8a54;

Social Colors:

LinkedIn: #187bae;
Facebook: #faaf42;
Google +: #9e2164;
Twitter: #19a0af;
YouTube: #8cc541;
RSS: #f16724;
Pinterest: #f12424;
Instagram: #444444;

*/
/* Typographical Elements
--------------------------------------------- */
html {
  font-size: 62.5%;
  /* 10px browser default */ }

body {
  background: #fff;
  color: #7e7e7e;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5; }

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

::-moz-selection {
  background-color: #911856;
  color: #fff; }

::selection {
  background-color: #911856;
  color: #fff; }

a {
  color: #C59531;
  text-decoration: underline; }
  a:hover, a:active {
    color: #911856;
    text-decoration: none; }

a img {
  border: none; }

p {
  margin: 0 0 24px;
  margin: 0 0 24px;
  margin: 0 0 2.4rem;
  padding: 0; }

ol,
ul {
  margin: 0;
  padding: 0; }

blockquote {
  margin: 24px 40px 24px;
  margin: 24px 40px 24px;
  margin: 2.4rem 4rem 2.4rem; }

strong {
  font-weight: 700; }

.entry-content code {
  background-color: #333;
  color: #ddd; }

cite {
  font-style: normal; }

hr {
  border-collapse: collapse;
  border-top: 1px solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 30px 0 35px; }

/* Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.widget select,
.wp-caption {
  max-width: 100%; }

img {
  height: auto;
  width: auto;
  /* IE8 */ }

/* Forms & Buttons
--------------------------------------------- */
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  /* Keep iOS From Rounding Corners */
  box-shadow: none;
  color: #999;
  font-size: 14px;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 16px;
  padding: 16px;
  padding: 1.6rem;
  width: 100%; }

input:focus,
textarea:focus {
  border: 1px solid #999;
  outline: none; }

::-moz-placeholder {
  color: #999;
  opacity: 1; }

::-webkit-input-placeholder {
  color: #999; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button,
.read-more a {
  background-color: #C59531;
  border: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 9px 15px 10px;
  padding: 9px 15px 10px;
  padding: 0.9rem 1.5rem 1rem;
  text-decoration: none;
  text-transform: uppercase;
  width: auto; }

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover
.read-more a:hover {
  background-color: #7e7e7e;
  text-decoration: none; }

.button {
  display: inline-block; }

.button.green {
  background-color: #8cc541; }

.button.green:hover {
  background-color: #7e7e7e; }

.button.grey {
  background-color: #7e7e7e; }

.button.grey:hover {
  background-color: #8cc541; }

.button.pink {
  background-color: #911856; }

.button.pink:hover {
  background-color: #7e7e7e; }

.button.teal {
  background-color: #0096AC; }

.button.teal:hover {
  background-color: #7e7e7e; }

.button.yellow {
  background-color: #faaf42; }

.button.yellow:hover {
  background-color: #7e7e7e; }

.small-button {
  background: #C59531;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  padding: 5px 12px 7px;
  padding: 5px 12px 7px;
  padding: 0.5rem 1.2rem 0.7rem;
  text-decoration: none;
  text-transform: uppercase; }

.small-button:hover {
  background: #0096AC;
  text-decoration: none; }

.small-button:after {
  content: url(images/li-triangle-white-sm.png);
  padding-left: 5px;
  padding-left: 5px;
  padding-left: .5rem; }

/* Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  margin-bottom: 40px;
  margin-bottom: 4rem;
  width: 100%; }

tbody {
  border-bottom: 1px solid #ddd; }

th,
td {
  text-align: left; }

th {
  font-weight: bold;
  text-transform: uppercase; }

td {
  border-top: 1px solid #ddd;
  padding: 6px 0;
  padding: 6px 0;
  padding: 0.6rem 0; }

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* Site Containers
--------------------------------------------- */
.site-inner,
.wrap {
  margin: 0 auto;
  max-width: 1140px; }

.site-inner .wrap {
  padding: 0 30px;
  padding: 0 30px;
  padding: 0 3rem; }

.site-inner {
  clear: both;
  padding: 50px 0 25px;
  padding: 50px 0 100px;
  padding: 5rem 0 10rem; }
  .site-header + .site-inner {
    padding-top: 0; }

/* Content Containers
--------------------------------------------- */
.content-sidebar-wrap {
  float: left;
  width: 100%; }

.content {
  float: left;
  width: 710px; }

.full-width-content .content {
  width: 100%; }

/*
Common Classes
---------------------------------------------------------------------------------------------------- */
.avatar {
  float: right; }

.alignleft .avatar {
  margin-right: 24px;
  margin-right: 24px;
  margin-right: 2.4rem; }

.alignright .avatar {
  margin-left: 24px;
  margin-left: 24px;
  margin-left: 2.4rem; }

.search-form input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px; }

img.centered,
.aligncenter {
  display: block;
  margin: 5px auto 24px;
  margin: 5px auto 24px;
  margin: .5rem auto 2.4rem; }

img.alignnone {
  margin-bottom: 12px;
  margin-bottom: 12px;
  margin-bottom: 1.2rem; }

.alignleft {
  float: left;
  text-align: left; }

.alignright {
  float: right;
  text-align: right; }

img.alignleft,
.wp-caption.alignleft {
  margin: 5px 24px 24px 0;
  margin: 5px 24px 24px 0;
  margin: .5rem 2.4rem 2.4rem 0; }

img.alignright,
.wp-caption.alignright {
  margin: 5px 0 24px 24px;
  margin: 5px 0 24px 24px;
  margin: .5rem 0 2.4rem 2.4rem; }

.entry-content p.wp-caption-text {
  font-size: 14px;
  font-size: 14px;
  font-size: 1.4rem;
  font-style: italic;
  margin-bottom: 0;
  text-align: center; }

.widget_calendar table {
  width: 100%; }

.widget_calendar td,
.widget_calendar th {
  text-align: center; }

/* Responsive Menu Icon
--------------------------------------------- */
#responsive-menu-icon {
  background: url(images/menu.png) no-repeat;
  cursor: pointer;
  display: none;
  height: 32px;
  height: 32px;
  height: 3.2rem;
  margin: 15px auto 0;
  margin: 15px auto 0;
  margin: 1.5rem auto 0;
  width: 32px;
  width: 32px;
  width: 3.2rem; }

/*
Custom Templates
---------------------------------------------------------------------------------------------------- */
/* Home Page
--------------------------------------------- */
.home-top {
  margin: 0 0 35px; }

.home-top-left {
  float: left;
  width: 330px; }

.home-top-left .widget-title {
  color: #911856;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 26px;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 700; }

.home-top-right {
  background: #8cc541;
  color: #fff;
  float: right;
  min-height: 316px;
  position: relative;
  width: 705px; }

.home-top-right .widget-title,
.home-top-right h5 {
  background: #911856;
  color: #fff;
  margin: 0; }

.home-top-right .widget-title {
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
  padding: 20px 0 0;
  padding: 20px 0 0;
  padding: 2rem 0 0; }

.home-top-right h5 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 29px;
  font-size: 29px;
  font-size: 2.9rem;
  font-weight: 400;
  padding: 0 0 20px;
  padding: 0 0 20px;
  padding: 0 0 2rem; }

.book-photo {
  background: url(images/opt-in-book.png) no-repeat;
  height: 316px;
  left: 0;
  position: absolute;
  top: 23px;
  width: 241px; }

.home-top-right .widget-title,
.home-top-right .textwidget h5,
.home-top-right .textwidget p,
.home-top-right form {
  padding-left: 275px; }

.home-top-right p {
  font-size: 14px;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 20px 45px 0 0; }

.home-top-right .opt-in-input {
  float: left;
  margin: 0 10px 10px 0;
  margin: 0 10px 10px 0;
  margin: 0 1rem 1rem 0;
  width: 187px; }

.home-top-right input[type="text"],
.home-top-right input[type="email"] {
  border: none;
  color: #6b7b84;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0;
  padding: 7px;
  padding: 7px;
  padding: .7rem;
  width: 100%;
  -webkit-appearance: none;
  /* Fixes iOS Rendering */ }

.home-top-right .opt-in-submit {
  float: left;
  margin: 0 0 25px;
  margin: 0 0 25px;
  margin: 0 0 2.5rem; }

.home-top-right input[type="submit"] {
  background: #911856;
  color: #fff;
  font-size: 15px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px 8px;
  padding: 7px 15px 8px;
  padding: 0.7rem 1.5rem 0.8rem;
  text-transform: uppercase;
  -webkit-appearance: none;
  /* Fixes iOS Rendering */ }

.home-top-right input:hover[type="submit"] {
  background: #0096AC; }

.home-cta {
  background: #0096AC;
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 41px;
  font-size: 41px;
  font-size: 4.1rem;
  line-height: 1.2;
  margin: 0 0 35px;
  margin: 0 0 35px;
  margin: 0 0 3.5rem;
  padding: 25px 20px 27px;
  padding: 25px 20px 27px;
  padding: 2.5rem 2rem 2.7rem;
  text-align: center; }

.home-cta p {
  margin: 0; }

.home-bottom {
  font-size: 14px;
  font-size: 14px;
  font-size: 1.4rem; }

.home-bottom .widget-title {
  color: #C59531; }

.home-bottom-left,
.home-bottom-middle,
.home-bottom-right {
  float: left;
  width: 330px; }

.home-bottom-left,
.home-bottom-middle {
  margin-right: 45px; }

/* Landing Pages
--------------------------------------------- */
.landing-page-unbranded .site-inner {
  padding: 30px 0;
  padding: 30px 0;
  padding: 3rem 0; }

.landing-page-unbranded .content-sidebar-wrap {
  border: 2px solid #189FAE;
  padding: 30px;
  padding: 30px;
  padding: 3rem; }

/*
Content Area
---------------------------------------------------------------------------------------------------- */
/* Entries
--------------------------------------------- */
.entry {
  margin: 0;
  padding: 0; }

.entry-content .attachment a,
.entry-content .gallery a {
  border: none; }

.entry-content .search-form {
  width: 50%; }

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
  margin-bottom: 26px;
  margin-bottom: 26px;
  margin-bottom: 2.6rem; }

.entry-content ol {
  margin-left: 90px;
  margin-left: 90px;
  margin-left: 9rem; }

.entry-content ol li {
  list-style-type: decimal;
  padding: 6px 0; }

.entry-content ul {
  margin-left: 50px;
  margin-left: 50px;
  margin-left: 5rem; }

.entry-content ul li {
  list-style-type: none; }

.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0; }

/* Unordered Lists
--------------------------------------------- */
/* Defaults */
.entry-content ul li {
  background: url(images/li-triangle-orange.png) 15px 13px no-repeat;
  padding: 6px 0 6px 45px; }

/* Triangles */
ul.triangle-green li,
.feature-box.green-border ul li {
  background: url(images/li-triangle-green.png) 15px 13px no-repeat; }

ul.triangle-grey li,
.feature-box.grey-border ul li {
  background: url(images/li-triangle-grey.png) 15px 13px no-repeat; }

ul.triangle-pink li,
.feature-box.pink-border ul li {
  background: url(images/li-triangle-pink.png) 15px 13px no-repeat; }

ul.triangle-teal li,
.feature-box.teal-border ul li {
  background: url(images/li-triangle-teal.png) 15px 13px no-repeat; }

ul.triangle-yellow li,
.feature-box.yellow-border ul li {
  background: url(images/li-triangle-yellow.png) 15px 13px no-repeat; }

.feature-box.green ul li,
.feature-box.grey ul li,
.feature-box.orange ul li,
.feature-box.pink ul li,
.feature-box.teal ul li,
.feature-box.yellow ul li {
  background: url(images/li-triangle-white.png) 15px 13px no-repeat; }

/* Checks */
ul.check-green li,
.feature-box.green-border ul.check-green li {
  background: url(images/li-check-green.png) 15px 11px no-repeat; }

ul.check-grey li,
.feature-box.grey-border ul.check-grey li {
  background: url(images/li-check-grey.png) 15px 11px no-repeat; }

ul.check-orange li,
.feature-box.orange-border ul.check-orange li {
  background: url(images/li-check-orange.png) 15px 11px no-repeat; }

ul.check-pink li,
.feature-box.pink-border ul.check-pink li {
  background: url(images/li-check-pink.png) 15px 11px no-repeat; }

ul.check-teal li,
.feature-box.teal-border ul.check-teal li {
  background: url(images/li-check-teal.png) 15px 11px no-repeat; }

ul.check-yellow li,
.feature-box.yellow-border ul.check-yellow li {
  background: url(images/li-check-yellow.png) 15px 11px no-repeat; }

.feature-box.green ul.check-white li,
.feature-box.grey ul.check-white li,
.feature-box.orange ul.check-white li,
.feature-box.pink ul.check-white li,
.feature-box.teal ul.check-white li,
.feature-box.yellow ul.check-white li {
  background: url(images/li-check-white.png) 15px 11px no-repeat; }

/* Feature Boxes
--------------------------------------------- */
.feature-box {
  clear: both;
  margin: 15px 0 35px;
  margin: 15px 0 35px;
  margin: 1.5rem 0 3.5rem;
  padding: 40px 35px 20px;
  padding: 40px 35px 20px;
  padding: 4rem 3.5rem 2rem; }

.feature-box h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 28px;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  margin: 0 0 20px;
  margin: 0 0 20px;
  margin: 0 0 2rem;
  text-align: center; }

.feature-box h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 24px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
  margin: 0 0 20px;
  margin: 0 0 20px;
  margin: 0 0 2rem;
  text-align: center; }

/* Backgrounds & Border Only */
.feature-box.green {
  background: #8cc541; }

.feature-box.green-border {
  border: 2px solid #8cc541; }

.feature-box.green-border h2,
.feature-box.green-border h3,
.feature-box.green-border a {
  color: #8cc541; }

.feature-box.grey {
  background: #7e7e7e; }

.feature-box.grey-border {
  border: 2px solid #7e7e7e; }

.feature-box.grey-border h2,
.feature-box.grey-border h3,
.feature-box.grey-border a {
  color: #7e7e7e; }

.feature-box.orange {
  background: #C59531; }

.feature-box.orange-border {
  border: 2px solid #C59531; }

.feature-box.orange-border h2,
.feature-box.orange-border h3,
.feature-box.orange-border a {
  color: #C59531; }

.feature-box.pink {
  background: #911856; }

.feature-box.pink-border {
  border: 2px solid #911856; }

.feature-box.pink-border h2,
.feature-box.pink-border h3,
.feature-box.pink-border a {
  color: #911856; }

.feature-box.teal {
  background: #0096AC; }

.feature-box.teal-border {
  border: 2px solid #0096AC; }

.feature-box.teal-border h2,
.feature-box.teal-border h3,
.feature-box.teal-border a {
  color: #0096AC; }

.feature-box.yellow {
  background: #faaf42; }

.feature-box.yellow-border {
  border: 2px solid #faaf42; }

.feature-box.yellow-border h2,
.feature-box.yellow-border h3,
.feature-box.yellow-border a {
  color: #faaf42; }

.feature-box.green,
.feature-box.green h2,
.feature-box.green h3,
.feature-box.green a,
.feature-box.grey,
.feature-box.grey h2,
.feature-box.grey h3,
.feature-box.grey a,
.feature-box.orange,
.feature-box.orange h2,
.feature-box.orange h3,
.feature-box.orange a,
.feature-box.pink,
.feature-box.pink h2,
.feature-box.pink h3,
.feature-box.pink a,
.feature-box.teal,
.feature-box.teal h2,
.feature-box.teal h3,
.feature-box.teal a,
.feature-box.yellow,
.feature-box.yellow h2,
.feature-box.yellow h3,
.feature-box.yellow a,
.feature-box.green-border a.button,
.feature-box.grey-border a.button,
.feature-box.orange-border a.button,
.feature-box.pink-border a.button,
.feature-box.teal-border a.button,
.feature-box.yellow-border a.button {
  color: #fff; }

/* PULL QUOTES
------------------------------------------------------------ */
.pull-quote {
  background: #C59531;
  /* Default => Grey */
  color: #fff;
  float: right;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.25;
  margin: 0 0 50px 22px;
  padding: 30px;
  position: relative;
  width: 31.623931623931625%; }

.pull-quote:after {
  border-right: 50px solid transparent;
  border-top: 50px solid #C59531;
  /* Default => Red */
  bottom: -50px;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 30px;
  width: 0; }

.pull-quote p:last-child {
  margin-bottom: 0; }

.pull-quote h4 {
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700; }

.pull-quote.green {
  background: #8cc541; }

.pull-quote.green:after {
  border-top: 50px solid #8cc541; }

.pull-quote.grey {
  background: #7e7e7e; }

.pull-quote.grey:after {
  border-top: 50px solid #7e7e7e; }

.pull-quote.pink {
  background: #911856; }

.pull-quote.pink:after {
  border-top: 50px solid #911856; }

.pull-quote.teal {
  background: #0096AC; }

.pull-quote.teal:after {
  border-top: 50px solid #0096AC; }

.pull-quote.yellow {
  background: #faaf42; }

.pull-quote.yellow:after {
  border-top: 50px solid #faaf42; }

/* Column Classes
--------------------------------------------- */
/*

http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css

*/
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin-bottom: 24px;
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
  margin-left: 2.564102564102564%; }

.one-half,
.three-sixths,
.two-fourths {
  width: 48.717948717948715%; }

.one-third,
.two-sixths {
  width: 31.623931623931625%; }

.four-sixths,
.two-thirds {
  width: 65.81196581196582%; }

.one-fourth {
  width: 23.076923076923077%; }

.three-fourths {
  width: 74.35897435897436%; }

.one-sixth {
  width: 14.52991452991453%; }

.five-sixths {
  width: 82.90598290598291%; }

.first {
  clear: both;
  margin-left: 0; }

/* Posts
--------------------------------------------- */
.entry-meta {
  color: #7e7e7e;
  font-size: 13px;
  font-size: 13px;
  font-size: 1.3rem; }

.entry-meta a {
  color: #7e7e7e; }

.entry-header .entry-meta {
  margin-bottom: 28px;
  margin-bottom: 28px;
  margin-bottom: 2.8rem;
  padding-top: 10px;
  padding-top: 10px;
  padding-top: 1rem; }

.entry-footer {
  clear: both;
  padding: 20px 0;
  padding: 20px 0;
  padding: 2rem 0; }

.entry-footer .entry-meta {
  color: #7e7e7e;
  margin: 0;
  padding: 0 0 14px;
  padding: 0 0 14px;
  padding: 0 0 1.4rem; }

.entry-footer .entry-meta a {
  color: #7e7e7e; }

/* POST
------------------------------------------------------------ */
/* Archive Description
--------------------------------------------- */
.archive-description {
  border-bottom: 3px solid #911856;
  margin: 0 0 35px;
  margin: 0 0 35px;
  margin: 0 0 3.5rem;
  padding: 0 0 10px;
  padding: 0 0 10px;
  padding: 0 0 1rem; }

.archive-title {
  color: #911856;
  font-size: 28px;
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 24px;
  margin-bottom: 24px;
  margin-bottom: 2.4rem; }

/* Pagination
--------------------------------------------- */
.archive-pagination,
.entry-pagination {
  clear: both;
  font-size: 14px;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 0 10px;
  margin: 0 0 10px;
  margin: 0 0 1rem;
  padding: 20px 0 0;
  padding: 20px 0 0;
  padding: 2rem 0 0; }

.archive-pagination li {
  display: inline; }

.archive-pagination li a,
.archive-pagination li a:hover,
.archive-pagination li.active a,
.archive-pagination li.disabled {
  border: 1px solid #0096AC;
  color: #5b6a74;
  cursor: pointer;
  display: inline-block;
  margin: 0 0 10px;
  margin: 0 0 10px;
  margin: 0 0 1rem;
  padding: 10px 14px;
  padding: 10px 14px;
  padding: 1rem 1.4rem;
  text-decoration: none; }

.archive-pagination li a:hover,
.archive-pagination li.active a {
  background: #0096AC;
  color: #fff;
  text-decoration: underline; }

/* Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  margin-bottom: 40px;
  margin-bottom: 40px;
  margin-bottom: 4rem; }

.comment-respond {
  padding-top: 10px;
  padding-top: 10px;
  padding-top: 1rem; }

.comment-header,
.comment-respond a,
.entry-comments a {
  color: #0096AC;
  text-decoration: none; }

.comment-reply {
  padding: 20px 0 0;
  padding: 20px 0 0;
  padding: 2rem 0 0; }

.comment-reply a {
  text-decoration: underline; }

.comment-reply a:hover {
  text-decoration: none; }

.comment-meta {
  font-size: 14px;
  font-size: 14px;
  font-size: 1.4rem; }

.comment-content {
  padding-top: 10px;
  padding-top: 10px;
  padding-top: 1rem; }

.entry-comments .comment-author {
  margin-bottom: 0; }

.entry-comments p:last-child {
  margin-bottom: 0; }

.comment-list li,
.ping-list li {
  list-style-type: none; }

.comment-list li {
  margin-top: 24px;
  margin-top: 24px;
  margin-top: 2.4rem;
  overflow: hidden;
  padding: 32px;
  padding: 32px;
  padding: 3.2rem; }

.comment-list li li {
  background-color: #fff; }

li.comment {
  background-color: #f5f5f5;
  border-top: 2px solid #0096AC; }

.comment-list .children li {
  padding-bottom: 0; }

.comment-list .children li:last-child {
  padding-bottom: 32px;
  padding-bottom: 32px;
  padding-bottom: 3.2rem; }

.comment .avatar {
  height: 100px;
  height: 100px;
  height: 10rem;
  margin: 0 0 0 16px;
  margin: 0 0 0 16px;
  margin: 0 0 0 1.6rem;
  width: 100px;
  width: 100px;
  width: 10rem; }

.entry-pings .reply {
  display: none; }

/* Comment Form */
.comment-notes {
  color: #999;
  font-size: 14px;
  font-size: 14px;
  font-size: 1.4rem;
  font-style: italic; }

.comment-respond label {
  display: block; }

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 50%;
  -webkit-appearance: none;
  /* Fixes iOS Rendering */ }

.comment-respond textarea,
.comment-respond input[type="submit"] {
  -webkit-appearance: none;
  /* Fixes iOS Rendering - CHECK NEW RESET*/ }

a#cancel-comment-reply-link {
  color: #a60027;
  font-size: 15px;
  font-size: 15px;
  font-size: 1.5rem; }

.form-allowed-tags {
  background-color: #f5f5f5;
  font-size: 14px;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 24px;
  padding: 24px;
  padding: 2.4rem; }

/*
Widgets
---------------------------------------------------------------------------------------------------- */
/* Featured Content
--------------------------------------------- */
.featured-content .entry {
  margin: 0;
  padding: 0 0 24px;
  padding: 0 0 24px;
  padding: 0 0 2.4rem; }

.featured-content .entry-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 12px;
  margin-bottom: 12px;
  margin-bottom: 1.2rem; }

.featured-content .alignright img {
  margin: 0 0 10px 10px; }

/*
Social Icons
---------------------------------------------------------------------------------------------------- */
a.social-icons {
  display: inline-block;
  height: 32px;
  text-indent: -9999px;
  vertical-align: text-top;
  width: 32px; }

a.facebook {
  background: url(images/icons/icon-facebook.png) no-repeat; }

a.googleplus {
  background: url(images/icons/icon-googleplus.png) no-repeat; }

a.instagram {
  background: url(images/icons/icon-instagram.png) no-repeat; }

a.linkedin {
  background: url(images/icons/icon-linkedin.png) no-repeat; }

a.pinterest {
  background: url(images/icons/icon-pinterest.png) no-repeat; }

a.rss {
  background: url(images/icons/icon-rss.png) no-repeat; }

a.twitter {
  background: url(images/icons/icon-twitter.png) no-repeat; }

a.youtube {
  background: url(images/icons/icon-youtube.png) no-repeat; }

a.social-icons:hover {
  opacity: .8; }

/*
Retina Images
---------------------------------------------------------------------------------------------------- */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #responsive-menu-icon {
    background: url(images/hidpi/menu2x.png) no-repeat;
    background-size: 32px 32px; }
  /* Undordered Lists */
  .entry-content ul li {
    background: url(images/hidpi/li-triangle-orange2x.png) 15px 13px no-repeat;
    background-size: 10px 11px; }
  /* Triangles */
  ul.triangle-green li,
  .feature-box.green-border ul li {
    background: url(images/hidpi/li-triangle-green2x.png) 15px 13px no-repeat;
    background-size: 10px 11px; }
  ul.triangle-grey li,
  .feature-box.grey-border ul li {
    background: url(images/hidpi/li-triangle-grey2x.png) 15px 13px no-repeat;
    background-size: 10px 11px; }
  ul.triangle-orange li,
  .feature-box.orange-border ul li {
    background: url(images/hidpi/li-triangle-orange2x.png) 15px 13px no-repeat;
    background-size: 10px 11px; }
  ul.triangle-pink li,
  .feature-box.pink-border ul li {
    background: url(images/hidpi/li-triangle-pink2x.png) 15px 13px no-repeat;
    background-size: 10px 11px; }
  ul.triangle-teal li,
  .feature-box.teal-border ul li {
    background: url(images/hidpi/li-triangle-teal2x.png) 15px 13px no-repeat;
    background-size: 10px 11px; }
  ul.triangle-yellow li,
  .feature-box.yellow-border ul li {
    background: url(images/hidpi/li-triangle-yellow2x.png) 15px 13px no-repeat;
    background-size: 10px 11px; }
  .feature-box.green ul li,
  .feature-box.grey ul li,
  .feature-box.orange ul li,
  .feature-box.pink ul li,
  .feature-box.teal ul li,
  .feature-box.yellow ul li {
    background: url(images/hidpi/li-triangle-white2x.png) 15px 13px no-repeat;
    background-size: 10px 11px; }
  /* Checks */
  ul.check-green li,
  .feature-box.green-border ul.check-green li {
    background: url(images/hidpi/li-check-green2x.png) 15px 11px no-repeat;
    background-size: 20px 18px; }
  ul.check-grey li,
  .feature-box.grey-border ul.check-grey li {
    background: url(images/hidpi/li-check-grey2x.png) 15px 11px no-repeat;
    background-size: 20px 18px; }
  ul.check-orange li,
  .feature-box.orange-border ul.check-orange li {
    background: url(images/hidpi/li-check-orange2x.png) 15px 11px no-repeat;
    background-size: 20px 18px; }
  ul.check-pink li,
  .feature-box.pink-border ul.check-pink li {
    background: url(images/hidpi/li-check-pink2x.png) 15px 11px no-repeat;
    background-size: 20px 18px; }
  ul.check-teal li,
  .feature-box.teal-border ul.check-teal li {
    background: url(images/hidpi/li-check-teal2x.png) 15px 11px no-repeat;
    background-size: 20px 18px; }
  ul.check-yellow li,
  .feature-box.yellow-border ul.check-yellow li {
    background: url(images/hidpi/li-check-yellow2x.png) 15px 11px no-repeat;
    background-size: 20px 18px; }
  .feature-box.green ul.check-white li,
  .feature-box.grey ul.check-white li,
  .feature-box.orange ul.check-white li,
  .feature-box.pink ul.check-white li,
  .feature-box.teal ul.check-white li,
  .feature-box.yellow ul.check-white li {
    background: url(images/hidpi/li-check-white2x.png) 15px 11px no-repeat;
    background-size: 20px 18px; }
  /* Social Icons */
  a.facebook {
    background: url(images/icons/icon-facebook2x.png) no-repeat;
    background-size: 32px 32px; }
  a.googleplus {
    background: url(images/icons/icon-googleplus2x.png) no-repeat;
    background-size: 32px 32px; }
  a.instagram {
    background: url(images/icons/icon-instagram2x.png) no-repeat;
    background-size: 32px 32px; }
  a.linkedin {
    background: url(images/icons/icon-linkedin2x.png) no-repeat;
    background-size: 32px 32px; }
  a.pinterest {
    background: url(images/icons/icon-pinterest2x.png) no-repeat;
    background-size: 32px 32px; }
  a.rss {
    background: url(images/icons/icon-rss2x.png) no-repeat;
    background-size: 32px 32px; }
  a.twitter {
    background: url(images/icons/icon-twitter2x.png) no-repeat;
    background-size: 32px 32px; }
  a.youtube {
    background: url(images/icons/icon-youtube2x.png) no-repeat;
    background-size: 32px 32px; } }

/*
OAP Forms
---------------------------------------------------------------------------------------------------- */
/* Contact Form
--------------------------------------------- */
#contact-form .moonray_form_field_wrapper {
  margin: 0 0 20px;
  margin: 0 0 20px;
  margin: 0 0 2rem; }

#contact-form input[type="text"],
#contact-form textarea {
  margin: 7px 0 0;
  margin: 7px 0 0;
  margin: .7rem 0 0;
  -webkit-appearance: none;
  /* Fixes iOS Rendering */ }

#contact-form input[type="text"] {
  width: 75%; }

#contact-form textarea {
  width: 90%; }

#contact-form .moonray-checkbox {
  float: left;
  margin: 6px 8px 0 0;
  margin: 6px 8px 0 0;
  margin: .6rem .8rem 0 0;
  width: auto; }

/* Coaching Application Form
--------------------------------------------- */
#coaching-application .moonray-form-element-wrapper {
  margin: 0 0 20px;
  margin: 0 0 20px;
  margin: 0 0 2rem; }

#coaching-application input,
#coaching-application textarea {
  margin: 12px 0 0;
  margin: 12px 0 0;
  margin: 1.2rem 0 0;
  -webkit-appearance: none;
  /* Fixes iOS Rendering */ }

/*
Responsive Design
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1180px) {
  .site-inner,
  .wrap {
    max-width: 960px; }
  .site-inner .wrap {
    padding: 0; }
  .content {
    width: 590px; }
  .home-top-left,
  .home-bottom-left,
  .home-bottom-middle,
  .home-bottom-right {
    width: 300px; }
  .home-bottom-left,
  .home-bottom-middle {
    margin-right: 30px; }
  .home-top-right {
    width: 590px; }
  .home-top-right form {
    padding-left: 100px; } }

@media only screen and (max-width: 1000px) {
  .home-top-right form {
    padding-left: 275px; }
  .home-top-right .opt-in-input {
    width: 90%; }
  .home-bottom {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center; }
  .content,
  .site-inner,
  .wrap,
  .home-top-left,
  .home-top-right,
  .home-bottom-left,
  .home-bottom-middle,
  .home-bottom-right {
    width: 100%; }
  .site-inner {
    padding: 3.5rem 3rem 5rem; }
  .landing-page-unbranded .site-inner {
    padding: 15px;
    padding: 1.5rem; }
  .site-inner,
  .wrap {
    max-width: 100%; }
  .site-inner .wrap {
    padding: 0; }
  .landing-page #responsive-menu-icon {
    display: none; }
  .home-bottom-left,
  .home-bottom-middle {
    margin-right: 0; } }

@media only screen and (max-width: 767px) {
  .home-top-right .widget-title,
  .home-top-right .textwidget h5,
  .home-top-right .textwidget p,
  .home-top-right form {
    padding-right: 45px;
    padding-right: 4.5rem; }
  .home-top-right .opt-in-input {
    margin: 0 0 10px;
    margin: 0 0 1rem;
    width: 100%; }
  .home-top-right .opt-in-submit {
    width: 100%; }
  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds,
  .home-top-left,
  .home-top-right,
  .home-bottom-left,
  .home-bottom-middle,
  .home-bottom-right {
    margin: 0;
    width: 100%; }
  .comment-respond input[type="email"],
  .comment-respond input[type="text"],
  .comment-respond input[type="url"],
  .pull-quote {
    width: 100%; }
  .social-text {
    display: block;
    margin: 0 0 10px;
    margin: 0 0 1rem; } }

@media only screen and (max-width: 710px) {
  #contact-form input[type="text"],
  #contact-form textarea {
    width: 100%; } }

/* Retina Override */
@media only screen and (max-width: 677px) {
  .home-top-right .widget-title,
  .home-top-right .textwidget h5,
  .home-top-right .textwidget p,
  .home-top-right form {
    padding-left: 45px;
    padding-left: 4.5rem; }
  .home-top-right .widget-title,
  .home-top-right .textwidget h5 {
    text-align: center; }
  .entry-content ul {
    margin-left: 0; }
  .entry-content ol {
    margin-left: 30px;
    margin-left: 3rem; }
  blockquote {
    margin: 24px 10px;
    margin: 2.4rem 1rem; }
  .comment-list li {
    padding: 32px 0 0;
    padding: 3.2rem 0 0; }
  li.comment {
    background: none; }
  .comment-list .children li:last-child {
    padding-bottom: 0; } }

@media only screen and (max-width: 430px) {
  .home-top-right .widget-title,
  .home-top-right .textwidget h5,
  .home-top-right .textwidget p,
  .home-top-right form {
    padding-left: 15px;
    padding-left: 1.5rem;
    padding-right: 15px;
    padding-right: 1.5rem; }
  .book-photo {
    float: none;
    margin: 20px auto 0;
    margin: 2rem auto 0; }
  .home-top-right input[type="submit"] {
    font-size: 12px;
    font-size: 1.2rem; }
  .home-top-right p {
    padding-top: 0; } }

/*
Plugins
---------------------------------------------------------------------------------------------------- */
/* Jetpack
--------------------------------------------- */
img#wpstats {
  display: none; }
/*# sourceMappingURL=style.css.map */