@charset "UTF-8";
meta.foundation-mq-small {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  font-size: 100%; }

body {
  background: white;
  color: #3a3a3a;
  padding: 0;
  margin: 0;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

a:hover {
  cursor: pointer; }

img,
object,
embed {
  max-width: 100%;
  height: auto; }

object,
embed {
  height: 100%; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: " ";
    display: table; }
  .clearfix:after {
    clear: both; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

.hide {
  display: none; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

.keystroke,
kbd {
  background-color: #ededed;
  border-color: #dddddd;
  color: #222222;
  border-style: solid;
  border-width: 1px;
  margin: 0;
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: 0.875rem;
  padding: 0.125rem 0.25rem 0;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

/* Default Link Styles */
a {
  color: #3a3a3a;
  text-decoration: none;
  line-height: inherit; }
  a:hover, a:focus {
    color: #323232; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility; }
  p.lead {
    font-size: 1.21875rem;
    line-height: 1.6; }
  p aside {
    font-size: 0.875rem;
    line-height: 1.35;
    font-style: italic; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "Titillium Web", "Noto Sans", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    color: #6f6f6f;
    line-height: 0; }

h1 {
  font-size: 2.125rem; }

h2 {
  font-size: 1.6875rem; }

h3 {
  font-size: 1.375rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem; }

.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: 300;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem; }

hr {
  border: solid #dddddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0; }

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #bd260d; }

/* Lists */
ul,
ol,
dl {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit; }

ul {
  margin-left: 1.1rem; }
  ul.no-bullet {
    margin-left: 0; }
    ul.no-bullet li ul,
    ul.no-bullet li ol {
      margin-left: 1.25rem;
      margin-bottom: 0;
      list-style: none; }

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  font-size: 1rem;
  /* Override nested font-size change */ }
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }
ul.square {
  list-style-type: square;
  margin-left: 1.1rem; }
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem; }
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem; }
ul.no-bullet {
  list-style: none; }

/* Ordered Lists */
ol {
  margin-left: 1.4rem; }
  ol li ul,
  ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold; }
dl dd {
  margin-bottom: 0.75rem; }

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #3a3a3a;
  border-bottom: 1px dotted #dddddd;
  cursor: help; }

abbr {
  text-transform: none; }

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #dddddd; }
  blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #555555; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a,
    blockquote cite a:visited {
      color: #555555; }

blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f; }

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #dddddd;
  padding: 0.625rem 0.75rem; }
  .vcard li {
    margin: 0;
    display: block; }
  .vcard .fn {
    font-weight: bold;
    font-size: 0.9375rem; }

.vevent .summary {
  font-weight: bold; }
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem; }

@media only screen and (min-width: 40.063em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }

  h1 {
    font-size: 2.75rem; }

  h2 {
    font-size: 2.3125rem; }

  h3 {
    font-size: 1.6875rem; }

  h4 {
    font-size: 1.4375rem; } }
meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

.csstransforms.no-csstransforms3d .left-off-canvas-menu {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }
.csstransforms.no-csstransforms3d .right-off-canvas-menu {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0); }
.csstransforms.no-csstransforms3d .move-left > .inner-wrap {
  -webkit-transform: translate(-250px, 0);
  -moz-transform: translate(-250px, 0);
  -o-transform: translate(-250px, 0);
  transform: translate(-250px, 0); }
.csstransforms.no-csstransforms3d .move-right > .inner-wrap {
  -webkit-transform: translate(250px, 0);
  -moz-transform: translate(250px, 0);
  -o-transform: translate(250px, 0);
  transform: translate(250px, 0); }

body {
  line-height: 1.5; }

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

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

::selection, ::-moz-selection {
  background-color: #333;
  color: #fff; }

a, a:link, a:visited {
  color: #f99d2b; }

a:hover, a:active {
  color: #929292; }

a.obvious:after {
  content: '\00BB';
  display: inline-block;
  margin-left: 2px; }

h1, h2, h3, h4, .content h4, h5, h6, .heading, .entry-header .entry-title, .author-box h1 {
  font-family: "Titillium Web";
  color: #3a3a3a;
  font-weight: 600;
  line-height: 1.2; }

h1 {
  font-size: 2.75rem; }

h2 {
  font-size: 2.125rem; }

h3 {
  font-size: 1.5rem; }

h4 {
  font-size: 1.5rem;
  text-transform: uppercase; }

.content h4 {
  font-size: 1.25rem;
  color: "Titillium Web";
  text-transform: inherit; }

h5 {
  font-family: "Noto Sans", sans-serif;
  font-weight: bold;
  font-size: 1.25rem; }

h6 {
  font-family: "Noto Sans", sans-serif;
  font-weight: bold;
  font-size: inherit; }

.heading {
  font-size: 1.25rem; }

iframe,
video,
.wp-caption {
  max-width: 100%; }

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

/* WordPress
--------------------------------------------- */
.avatar {
  float: left; }

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

.alignright .avatar {
  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: 0 auto 24px;
  margin: 0 auto 2.4rem; }

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

.alignleft {
  float: left;
  text-align: left;
  max-width: 50%;
  margin: 0 1rem 1rem 0; }

.alignright {
  float: right;
  text-align: right;
  max-width: 50%;
  margin: 0 0 1rem 1rem; }

.widget_calendar table {
  width: 100%; }

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

/* Titles
--------------------------------------------- */
.entry-title a,
.sidebar .widget-title a {
  color: #3a3a3a; }

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

.archive-title {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 24px;
  margin-bottom: 2.4rem; }

.site-container {
  border-top: 2px solid #fb9d1d; }

.site-header, .site-inner, .entry-meta {
  border-top: 1px solid #e0e0e0; }

.entry-meta {
  border-bottom: 1px solid #e0e0e0; }

.site-inner {
  background: url("../images/background.png") repeat; }

article {
  border: 1px solid #e0e0e0;
  background: white;
  padding: 1.25rem;
  -webkit-box-shadow: 0 1px 1px 0 #e0e0e0;
  box-shadow: 0 1px 1px 0 #e0e0e0; }

.single article {
  border-bottom: 0; }

.entry-header .entry-categories a {
  font-size: 0.75rem;
  color: #929292;
  text-transform: uppercase;
  line-height: 2;
  margin-bottom: 0.625rem; }
  .entry-header .entry-categories a:hover, .entry-header .entry-categories a:active {
    color: "Titillium Web"; }
.entry-header .entry-title {
  font-size: 2rem; }
  @media only screen and (min-width: 40.063em) {
    .entry-header .entry-title {
      font-size: 3rem; } }
.entry-header .single .entry-title {
  margin-right: 2.25rem; }
  @media only screen and (min-width: 40.063em) {
    .entry-header .single .entry-title {
      margin-right: 0; } }
.entry-header .entry-meta {
  padding: 1rem 0;
  font-size: .75rem;
  overflow: auto; }
.entry-header .entry-author {
  padding: 0.5rem 1rem 0.5rem 0;
  display: inline-block;
  font-size: 1rem;
  line-height: 2.25rem;
  float: left;
  width: 100%; }
  .entry-header .entry-author img {
    padding-right: 0.5rem; }
.entry-header .follow-button {
  padding: 0.5rem 0 0.5rem 1rem;
  width: 100%;
  min-height: 56px;
  float: right; }
  .entry-header .follow-button iframe {
    float: right; }
@media (min-width: 400px) {
  .entry-header .follow-button, .entry-header .entry-author {
    width: 50%; } }
.entry-header .entry-author a {
  font-weight: bold;
  color: #3a3a3a; }
  .entry-header .entry-author a:hover, .entry-header .entry-author a:active {
    color: #f99d2b; }
.entry-header .entry-comments-link, .entry-header .post-edit-link {
  padding: 0.5rem 1rem;
  display: inline-block; }
.entry-header .entry-comments-link a {
  color: #3a3a3a; }
  .entry-header .entry-comments-link a:before {
    font-family: "foundation-icons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    text-decoration: inherit; }
  .entry-header .entry-comments-link a:before {
    content: "\f132"; }
  .entry-header .entry-comments-link a:before, .entry-header .entry-comments-link a:hover, .entry-header .entry-comments-link a:active {
    color: #f99d2b; }
  .entry-header .entry-comments-link a:before {
    padding-right: 0.25rem; }
.entry-header .post-edit-link {
  display: hidden; }

.entry-content .attachment a,
.entry-content .gallery a {
  border: none; }
.entry-content ol, .entry-content ul, .entry-content dl {
  margin-left: 1.25rem; }
.entry-content ol li {
  list-style-type: decimal; }
.entry-content ul li {
  list-style-type: disc; }
.entry-content ol ol, .entry-content ul ul {
  margin-bottom: 0; }
.entry-content .search-form {
  width: 50%; }

.author-box {
  padding: 1.25rem;
  border: 1px solid #e0e0e0;
  margin: 0.625rem 0;
  position: relative;
  background: white; }
  .author-box .author-box-content, .author-box h1 {
    margin: 0 0 0.625rem 6.25rem; }
  .author-box h1 {
    font-size: 1.5rem; }
  .author-box .author-box-content {
    line-height: 1.5; }
    .author-box .author-box-content p {
      margin: 0; }
  .author-box .avatar {
    margin: 0.5rem 0.125rem 0.125rem 0;
    border: 6px solid #e0e0e0; }
  .author-box .follow-button {
    position: absolute;
    right: 2.5rem;
    top: 1.75rem; }

.after-post, .post-one-thing-cta {
  margin: 1.25rem 0;
  -webkit-box-shadow: 0 1px 1px 0 #e0e0e0;
  box-shadow: 0 1px 1px 0 #e0e0e0;
  overflow: auto; }

.entry-comments, .comment-respond, .entry-pings {
  border: 1px solid #e0e0e0;
  background: white;
  -webkit-box-shadow: 0 1px 1px 0 #e0e0e0;
  box-shadow: 0 1px 1px 0 #e0e0e0;
  position: absolute;
  top: -10000px;
  display: none; }

.breadcrumb {
  margin-bottom: 20px;
  margin-bottom: 2rem; }

.archive-description {
  padding: 40px 40px 24px;
  padding: 4rem 4rem 2.4rem; }

#disqus_thread {
  background: white;
  padding: 1.25rem;
  border: 1px solid #e0e0e0;
  margin-top: 1.25rem; }

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

.callout {
  display: inline-block;
  border-radius: .5rem;
  border: 2px solid #f99d2b;
  color: #f99d2b;
  font-size: 1.5rem;
  font-family: "Titillium Web";
  line-height: 1.5rem;
  padding: .5rem 1rem; }
  .callout:hover, .callout:focus {
    background-color: #f99d2b;
    color: #fff; }

.pre-footer {
  position: relative;
  z-index: 2;
  background-color: #f99d2b;
  clear: both;
  min-height: 2px; }
  .pre-footer .wrap {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 70rem;
    *zoom: 1; }
    .pre-footer .wrap:before, .pre-footer .wrap:after {
      content: " ";
      display: table; }
    .pre-footer .wrap:after {
      clear: both; }
  .pre-footer p {
    text-align: center;
    font-family: 'Titillium Web';
    font-weight: bold;
    font-size: 32px;
    padding: 20px 0;
    color: #212121;
    margin-bottom: 0; }

.site-footer {
  background-color: #221f1f;
  color: white;
  text-align: center;
  padding: 1.25rem 0 0.625rem 0;
  position: relative;
  z-index: 2; }
  .site-footer h4, .site-footer h5 {
    color: white;
    font-size: 0.75rem; }
  .site-footer h5 {
    color: #929292; }
  .site-footer .footer-features,
  .site-footer .footer-features .books-wrap,
  .site-footer .footer-features .podcasts-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    @media (min-width: 768px) {
      .site-footer .footer-features,
      .site-footer .footer-features .books-wrap,
      .site-footer .footer-features .podcasts-list {
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap; } }
  .site-footer .footer-features > aside {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%; }
  .site-footer .footer-features .books-wrap {
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap; }
  @media (min-width: 768px) {
    .site-footer .footer-features .podcasts-list {
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; } }
  @media (min-width: 768px) {
    .site-footer .footer-features > aside {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 46%;
      -ms-flex: 1 1 46%;
      flex: 1 1 46%; }
    .site-footer .footer-features > aside:first-child {
      margin-right: 4%; }
    .site-footer .footer-features > aside:last-child {
      margin-left: 4%; }
    .site-footer .footer-features .books-wrap article,
    .site-footer .footer-features .podcasts-list li {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 33.3333%;
      -ms-flex: 1 1 33.3333%;
      flex: 1 1 33.3333%; } }
  .site-footer .footer-features .books-wrap article {
    margin-left: 2%;
    margin-right: 2%;
    padding: 0; }
  .site-footer .footer-features .books-wrap:first-child {
    margin-left: 0; }
  .site-footer .footer-features .books-wrap article:last-child {
    margin-right: 0; }
  .site-footer .footer-features h4 {
    font-size: 24px; }
  .site-footer .footer-features a {
    display: block; }
  .site-footer .footer-features .books a {
    border: 0.5rem solid #3a3a3a; }
  .site-footer .footer-features .books a > img {
    width: 100%; }
  .site-footer .footer-features article {
    background-color: transparent;
    padding: 0;
    border: none;
    outline: none;
    box-shadow: none; }
  .site-footer .books-wrap,
  .site-footer .podcasts-list {
    padding-top: 2rem;
    padding-bottom: 2rem; }
  .site-footer .podcasts-list li {
    list-style-type: none;
    padding: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%; }

.site-container > * > *[class*="wrap"] {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 70rem;
  *zoom: 1; }
  .site-container > * > [class*="wrap"]:before, .site-container > * > [class*="wrap"]:after {
    content: " ";
    display: table; }
  .site-container > * > [class*="wrap"]:after {
    clear: both; }

.content,
.sidebar-primary,
.sidebar-secondary, .one-sixth, .two-sixths, .three-sixths, .four-sixths, .five-sixths,
.one-fourth, .two-fourths, .three-fourths,
.one-third, .two-thirds,
.one-half {
  position: relative;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  float: left; }

.site-container > * > *[class*="wrap"] {
  padding: 0 0.625rem; }

.content,
.sidebar-primary,
.sidebar-secondary {
  width: 100%; }

@media only screen and (orientation: landscape) {
  .content-sidebar .content {
    width: 75%; }
  .content-sidebar .sidebar-primary {
    width: 25%; }

  .sidebar-content .content {
    width: 75%;
    left: 25%;
    right: auto; }
  .sidebar-content .sidebar-primary {
    width: 25%;
    right: 75%;
    left: auto; } }
@media only screen and (orientation: landscape) {
  .podcast.content-sidebar .content {
    width: 66.66667%; }
  .podcast.content-sidebar .sidebar-primary {
    width: 33.33333%; }

  .podcast.sidebar-content .content {
    width: 66.66667%;
    left: 33.33333%;
    right: auto; }
  .podcast.sidebar-content .sidebar-primary {
    width: 33.33333%;
    right: 66.66667%;
    left: auto; } }
article {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1;
  position: relative; }
  article:before, article:after {
    content: " ";
    display: table; }
  article:after {
    clear: both; }
  @media only screen and (min-width: 40.063em) {
    article {
      margin-right: 80px; } }

.site-inner {
  padding-top: 1.25rem; }

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

.entry-content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 70rem;
  *zoom: 1; }
  .entry-content:before, .entry-content:after {
    content: " ";
    display: table; }
  .entry-content:after {
    clear: both; }

@media only screen and (orientation: landscape), (min-width: 480px) {
  .one-sixth, .two-sixths, .one-third {
    width: 33.33333%; }

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

  .four-sixths, .two-thirds {
    width: 66.66667%; } }
@media only screen and (min-width: 40.063em) {
  .one-sixth {
    width: 16.66667%; }

  .one-fourth {
    width: 25%; }

  .three-fourths {
    width: 75%; }

  .five-sixths {
    width: 83.33333%; } }
.archive-pagination:before, .clearfix:before, .entry:before, .entry-pagination:before, .nav-primary:before, .nav-secondary:before, .site-container:before, .site-footer:before, .site-inner:before, .wrap:before {
  content: " ";
  display: table; }
.archive-pagination:after, .clearfix:after, .entry:after, .entry-pagination:after, .nav-primary:after, .nav-secondary:after, .site-container:after, .site-footer:after, .site-inner:after, .wrap:after {
  content: " ";
  display: table;
  clear: both; }

.sidebar-primary .widget-title {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase; }
.sidebar-primary section {
  margin-bottom: 1.25rem; }

@media screen and (min-width: 769px) {
  .title-area {
    width: 26.25rem;
    padding: 1.25rem 0;
    float: left; } }
.title-area a {
  display: block;
  height: 6.25rem;
  font-size: 0;
  background: url("../images/header.png") no-repeat center; }
  @media screen and (max-width: 400px) {
    .title-area a {
      background-size: 100%; } }
  @media screen and (min-width: 769px) {
    .title-area a {
      width: 26.25rem;
      background-size: auto; } }
.title-area h1 {
  margin: 0; }
.title-area h2 {
  display: none; }
.title-area p {
  margin: 0; }

.site-header .widget-area {
  float: initial;
  text-align: center; }
  @media screen and (min-width: 769px) {
    .site-header .widget-area {
      float: right;
      text-align: right; }
      .site-header .widget-area .widget {
        float: right; } }
  @media only screen and (min-width: 64.063em) {
    .site-header .widget-area {
      height: 8.75rem; } }
  @media screen and (max-width: 768px) {
    .site-header .widget-area {
      display: none; } }
.site-header .header-cta {
  position: relative;
  top: 5px;
  display: none; }
  @media screen and (min-width: 925px) {
    .site-header .header-cta {
      display: initial; } }

.site-description {
  display: none; }

/* Shared Inline Menu Styles
------------------------------------------------------------*/
.menu {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .menu li {
    display: inline-block; }
  .menu a {
    text-decoration: none; }

/* Primary Navigation Styles
------------------------------------------------------------*/
.nav-primary .menu {
  position: relative;
  border-bottom: 2px solid #e0e0e0; }
.nav-primary .menu-item {
  max-height: 2.25rem; }
.nav-primary .menu > .menu-item {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  margin-right: 4px;
  position: relative;
  bottom: -9px; }
.nav-primary .menu > .menu-item > .sub-menu {
  margin: 0;
  padding: 0;
  display: inline-block;
  float: left; }
.nav-primary .sub-menu .sub-menu {
  position: absolute;
  left: -9999px;
  margin: 0;
  background: #e0e0e0;
  border-top-width: 2px;
  border-top-style: solid;
  border-bottom-width: 4px;
  border-bottom-style: solid;
  z-index: 11;
  width: 25rem; }
.nav-primary .sub-menu .menu-item:hover .sub-menu {
  left: 0;
  top: 100%; }
.nav-primary .menu-item a {
  line-height: 2.25rem; }
.nav-primary .menu > .menu-item > a {
  font-family: "Titillium Web";
  font-size: 1.25rem;
  font-weight: bold;
  text-transform: uppercase;
  float: left; }
.nav-primary .sub-menu a {
  color: #929292;
  padding: 0 6px;
  font-size: 0.8125rem;
  position: relative; }
.nav-primary .sub-menu .menu-item:not(:first-child) a {
  border-left: 1px solid #e0e0e0; }
.nav-primary .sub-menu .menu-item:hover > a:after,
.nav-primary .sub-menu > .current-menu-item > a:after {
  display: block;
  content: ' ';
  width: 0;
  height: 0;
  border-width: 4px;
  border-style: solid;
  border-top: none;
  position: absolute;
  left: 50%;
  top: 20px;
  margin-left: -2px; }
.nav-primary .sub-menu .sub-menu .menu-item {
  width: 50%;
  float: left;
  min-height: 2.25rem;
  max-height: inherit;
  line-height: 1.25rem; }
.nav-primary .sub-menu .sub-menu .menu-item a {
  color: #3a3a3a;
  border: 0; }
.nav-primary .sub-menu .sub-menu > .menu-item:hover > a:after,
.nav-primary .sub-menu .sub-menu > .current-menu-item > a:after {
  display: none; }
@media only screen and (max-width: 70rem) {
  .nav-primary .consulting.closed > .sub-menu,
  .nav-primary .media.closed > .sub-menu {
    display: none; }
  .nav-primary .consulting:not(.closed) > a:after,
  .nav-primary .media:not(.closed) > a:after {
    content: ':'; } }
@media only screen and (min-width: 70rem) {
  .nav-primary .consulting > a:after,
  .nav-primary .media > a:after {
    content: ':'; } }
.nav-primary .offcanvas.menu-item {
  border-bottom-color: #f99d2b; }
  @media only screen and (min-width: 851px) {
    .nav-primary .offcanvas.menu-item {
      display: none; } }
  .nav-primary .offcanvas.menu-item > a {
    color: #f99d2b; }
    .nav-primary .offcanvas.menu-item > a:before {
      font-family: "foundation-icons";
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      line-height: 1;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      text-decoration: inherit; }
    .nav-primary .offcanvas.menu-item > a:before {
      content: "\f169"; }
    .nav-primary .offcanvas.menu-item > a:before {
      padding-right: .5rem; }
.nav-primary .consulting.menu-item {
  border-bottom-color: #f99d2b; }
  @media only screen and (max-width: 850px) {
    .nav-primary .consulting.menu-item {
      display: none; } }
  .nav-primary .consulting.menu-item > a,
  .nav-primary .consulting.menu-item .sub-menu a:hover,
  .nav-primary .consulting.menu-item .sub-menu .current-menu-item > a {
    color: #f99d2b; }
  .nav-primary .consulting.menu-item > .sub-menu > .current-menu-item > a:after,
  .nav-primary .consulting.menu-item > .sub-menu > .menu-item:hover > a:after {
    border-color: transparent;
    border-bottom-color: #f99d2b; }
  .nav-primary .consulting.menu-item .sub-menu .sub-menu {
    border-color: #f99d2b; }
.nav-primary .media.menu-item {
  border-bottom-color: #307cb8; }
  @media only screen and (max-width: 850px) {
    .nav-primary .media.menu-item {
      display: none; } }
  .nav-primary .media.menu-item > a,
  .nav-primary .media.menu-item .sub-menu a:hover,
  .nav-primary .media.menu-item .sub-menu .current-menu-item > a {
    color: #307cb8; }
  .nav-primary .media.menu-item > .sub-menu > .current-menu-item > a:after,
  .nav-primary .media.menu-item > .sub-menu > .menu-item:hover > a:after {
    border-color: transparent;
    border-bottom-color: #307cb8; }
  .nav-primary .media.menu-item .sub-menu .sub-menu {
    border-color: #307cb8; }
.nav-primary .social.menu-item {
  margin-right: 0;
  float: right;
  border-bottom-color: #3a3a3a; }
  .nav-primary .social.menu-item > a {
    display: none; }
  .nav-primary .social.menu-item a {
    font-size: 0 !important;
    color: #929292; }
    .nav-primary .social.menu-item a:before {
      font-family: "foundation-icons";
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      line-height: 1;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      text-decoration: inherit;
      font-size: 1.625rem; }
    .nav-primary .social.menu-item a[href*='twitter']:before {
      content: "\f1e4"; }
    .nav-primary .social.menu-item a[href*='facebook']:before {
      content: "\f1c4"; }
    .nav-primary .social.menu-item a[href*='plus.google']:before {
      content: "\f1ca"; }
    .nav-primary .social.menu-item a[href*='slideshare']:before {
      content: "\f1d9"; }
    .nav-primary .social.menu-item a[href*='linkedin']:before {
      content: "\f1d0"; }
    .nav-primary .social.menu-item a[href*='youtube']:before {
      content: "\f1ea"; }
  .nav-primary .social.menu-item .rss a:before {
    content: "\f1aa"; }
  .nav-primary .social.menu-item .search a:before {
    content: "\f16c"; }
  .nav-primary .social.menu-item .menu-item:hover a:after,
  .nav-primary .social.menu-item .current-menu-item a:after {
    display: none; }
.nav-primary .search.right {
  border-top: 2px solid #3a3a3a;
  border-bottom: 4px solid #3a3a3a;
  background: #e0e0e0;
  padding: 1rem;
  position: absolute;
  z-index: 10;
  right: -9999px;
  width: 214px;
  top: 100%; }
  .nav-primary .search.right.show {
    right: 0; }
  .nav-primary .search.right form, .nav-primary .search.right input {
    margin: 0; }

/* Off-canvas Menu 
------------------------------------------------------------*/
.shiftnav .shiftnav-inner {
  background-color: #3a3a3a; }
  .shiftnav .shiftnav-inner .menu-item {
    border-bottom: 1px solid #929292; }

/* Aside (Header) Menu Styles
------------------------------------------------------------*/
.header-nav > div {
  text-align: center; }
.header-nav .menu {
  line-height: 1; }
.header-nav a {
  font-size: 0.8125rem; }
  .header-nav a:link, .header-nav a:visited {
    color: #929292; }
.header-nav .current-menu-item a, .header-nav a:active, .header-nav a:hover {
  color: #f99d2b; }

.header-nav ul {
  padding: 1.875rem 0; }
  @media screen and (min-width: 765px) {
    .header-nav ul {
      float: right; } }
.header-nav a {
  display: inherit;
  border-left: 0.125rem solid #929292;
  padding: 0 0.5rem 0 0.6875rem;
  position: relative;
  bottom: 0.1875rem; }
.header-nav ul li:first-child a, .header-nav .subscribe a {
  border-left: none; }
.header-nav .subscribe {
  display: block;
  margin: 1rem;
  margin-bottom: 0.375rem; }
  .header-nav .subscribe a {
    border-style: solid;
    border-width: 0px;
    cursor: pointer;
    font-family: "Noto Sans", sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding-top: 0.625rem;
    padding-right: 1.25rem;
    padding-bottom: 0.6875rem;
    padding-left: 1.25rem;
    font-size: 0.6875rem;
    /*     @else                            { font-size: $padding - rem-calc(2); } */
    background-color: #f99d2b;
    border-color: #e38106;
    color: white;
    -webkit-border-radius: 0.1875rem;
    border-radius: 0.1875rem;
    margin-top: 0.0625rem;
    font-size: 0.9375rem;
    margin-bottom: 0; }
    .header-nav .subscribe a:hover, .header-nav .subscribe a:focus {
      background-color: #e38106; }
    .header-nav .subscribe a:hover, .header-nav .subscribe a:focus {
      color: white; }

.pages-sidebar .widget {
  border: 10px solid #f99d2b; }

/* SIDEBAR WIDGETS
........................................*/
.sidebar .widget-title a {
  border: none; }

.pages-sidebar .widget {
  margin-bottom: 1rem; }

.jetpack_subscription_widget #subscribe-submit {
  display: block;
  margin: 1rem;
  margin-bottom: 0.375rem; }
  .jetpack_subscription_widget #subscribe-submit input[type=submit] {
    border-style: solid;
    border-width: 0px;
    cursor: pointer;
    font-family: "Noto Sans", sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding-top: 0.625rem;
    padding-right: 1.25rem;
    padding-bottom: 0.6875rem;
    padding-left: 1.25rem;
    font-size: 0.6875rem;
    /*     @else                            { font-size: $padding - rem-calc(2); } */
    background-color: #f99d2b;
    border-color: #e38106;
    color: white;
    -webkit-border-radius: 0.1875rem;
    border-radius: 0.1875rem;
    margin-top: 0.0625rem;
    font-size: 0.9375rem;
    margin-bottom: 0; }
    .jetpack_subscription_widget #subscribe-submit input[type=submit]:hover, .jetpack_subscription_widget #subscribe-submit input[type=submit]:focus {
      background-color: #e38106; }
    .jetpack_subscription_widget #subscribe-submit input[type=submit]:hover, .jetpack_subscription_widget #subscribe-submit input[type=submit]:focus {
      color: white; }

.links.widget a {
  display: block;
  padding: 0.625rem;
  color: #3a3a3a;
  border: 1px solid #e0e0e0;
  border-bottom: 0;
  background: white; }
  .links.widget a::after:before {
    font-family: "foundation-icons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    text-decoration: inherit; }
  .links.widget a::after:before {
    content: "\f199"; }
  .links.widget a:hover {
    color: #929292; }
  .links.widget a:last-child {
    border-bottom: 1px solid #e0e0e0; }

.sidebar-testimonial.widget {
  border-width: 10px;
  border-color: #e0e0e0; }

.sidebar-sponsors.widget .widget-wrap > div {
  background: #f3f3f3;
  padding: 0.75rem;
  padding-bottom: 0;
  border: 1px solid #e0e0e0;
  border-bottom-width: 0;
  border-top-width: 0; }
  .sidebar-sponsors.widget .widget-wrap > div:first-child {
    border-top-width: 1px; }
  .sidebar-sponsors.widget .widget-wrap > div:last-child {
    border-bottom-width: 1px;
    padding-bottom: 0.75rem; }
.sidebar-sponsors.widget .gfwa-1 {
  border-top-width: 1px !important; }
.sidebar-sponsors.widget a {
  display: block;
  border: 8px solid white;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px 0 #929292;
  box-shadow: 0 1px 1px 0 #929292; }
.sidebar-sponsors.widget img {
  width: 100%;
  margin: 0; }

.sidebar-social-pros {
  background: #3a3a3a;
  -webkit-border-radius: 2.5rem;
  border-radius: 2.5rem;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  text-align: center; }
  .sidebar-social-pros h4 {
    background: url("../images/podcast-header.png") no-repeat center;
    background-size: 100%;
    text-indent: -2000px;
    height: 120px;
    margin: 1.25rem 1.25rem 0.625rem;
    padding-bottom: 0.625rem;
    border-bottom: 2px solid #929292; }
  .sidebar-social-pros li {
    margin: 0.625rem 1.25rem; }
  .sidebar-social-pros img {
    width: 100%; }
  .sidebar-social-pros .date {
    color: #929292;
    display: block; }
  .sidebar-social-pros .title {
    display: block;
    margin: 1.25rem 0;
    color: white; }
  .sidebar-social-pros a {
    border-style: solid;
    border-width: 0px;
    cursor: pointer;
    font-family: "Noto Sans", sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 1.0625rem;
    padding-left: 2rem;
    font-size: 1rem;
    /*     @else                            { font-size: $padding - rem-calc(2); } */
    background-color: #f99d2b;
    border-color: #e38106;
    color: white;
    -webkit-border-radius: 0.1875rem;
    border-radius: 0.1875rem; }
    .sidebar-social-pros a:hover, .sidebar-social-pros a:focus {
      background-color: #e38106; }
    .sidebar-social-pros a:hover, .sidebar-social-pros a:focus {
      color: white; }

.newsletter-cta {
  position: relative;
  background-color: black;
  margin-bottom: 1rem;
  overflow: auto;
  text-align: center; }
  @media only screen and (min-width: 600px) {
    .newsletter-cta {
      margin-right: 80px; } }
  .newsletter-cta .widget {
    padding: 1rem; }
    .newsletter-cta .widget:first-child {
      background-color: #1f1e1e;
      min-height: 0;
      width: 100%;
      float: left; }
      .newsletter-cta .widget:first-child h4 {
        margin-top: 48px; }
        .newsletter-cta .widget:first-child h4:before {
          content: ' ';
          display: block;
          position: absolute;
          top: 0;
          width: 100%;
          height: 48px;
          background-image: url("../images/definitive_logo_smaller.png");
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain; }
  .newsletter-cta .widget:nth-child(2) {
    color: white; }
    .newsletter-cta .widget:nth-child(2) a {
      text-decoration: underline;
      color: #fff;
      font-size: .75rem; }
      .newsletter-cta .widget:nth-child(2) a:after {
        content: ' \00BB'; }
  .newsletter-cta ul {
    list-style-type: none;
    margin: 1rem 0;
    color: white;
    font-size: .75rem; }
  .newsletter-cta li {
    padding-top: 1px; }
  .newsletter-cta dfn {
    font-weight: bold;
    font-style: normal; }
    .newsletter-cta dfn:after {
      content: ': '; }
  .newsletter-cta form {
    margin-bottom: 0; }
  .newsletter-cta .email-address input {
    font-style: italic;
    background-image: url("../images/email-placeholdericon.png");
    background-repeat: no-repeat;
    background-position: 5px;
    background-size: 20px;
    padding-left: 30px; }
  .newsletter-cta .gfield_label {
    display: none; }
  .newsletter-cta .gfield_checkbox input[type=checkbox] {
    float: left; }
  .newsletter-cta .gfield_checkbox label {
    color: white;
    width: 85%;
    position: relative;
    top: -10px; }
  .newsletter-cta .button {
    background-color: #f99d2b;
    border-color: #f99d2b;
    text-transform: uppercase;
    margin: 0 auto;
    font-size: 14px;
    padding: 8px 16px; }
  @media only screen and (min-width: 768px) {
    .newsletter-cta {
      text-align: left; }
      .newsletter-cta .widget {
        width: 50%;
        float: left; }
        .newsletter-cta .widget:first-child h4 {
          margin-top: inherit;
          margin-left: 45%; }
          .newsletter-cta .widget:first-child h4:before {
            top: auto;
            left: 2%;
            width: 40%;
            background-position: left; } }
  @media only screen and (min-width: 1000px) {
    .newsletter-cta .widget:nth-child(2) {
      padding-left: 29%; }
      .newsletter-cta .widget:nth-child(2):before {
        display: block;
        height: 100%;
        width: 27%;
        content: ' ';
        position: absolute;
        bottom: 1px;
        left: 0;
        margin-left: -10px;
        background-image: url("../images/definitive_home_graphic.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom; } }

@media only screen and (min-width: 600px) {
  .archive.podcast .newsletter-cta {
    margin-right: 0; } }
.podcast .sidebar-social-pros {
  display: none; }

@media only screen and (max-width: 568px) {
  #hellobar-container {
    display: none !important; }

  #hellobar-pusher {
    height: 0 !important; } }
/* FRONT PAGE
........................................*/
.single .entry-content {
  padding: 2rem; }

.page article {
  margin-right: 0; }
.page .nav-primary {
  border-bottom: transparent; }
.page .entry-title {
  text-align: center;
  margin: 0 0 1.25rem;
  padding: 1rem 0;
  border: 1px solid #e0e0e0;
  background: white; }
.page .entry-header {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 70rem;
  *zoom: 1;
  padding: 0 1.25rem;
  *zoom: 1; }
  .page .entry-header:before, .page .entry-header:after {
    content: " ";
    display: table; }
  .page .entry-header:after {
    clear: both; }
  .page .entry-header:before, .page .entry-header:after {
    content: " ";
    display: table; }
  .page .entry-header:after {
    clear: both; }
.page .content {
  position: relative;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  float: left; }
  @media only screen and (min-width: 40.063em) {
    .page .content {
      width: 83.33333%;
      left: 16.66667%;
      right: auto; } }
.page .pages-sidebar {
  display: none; }
  @media only screen and (min-width: 40.063em) {
    .page .pages-sidebar {
      display: initial;
      position: relative;
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      float: left;
      width: 16.66667%;
      right: 83.33333%;
      left: auto; } }

.full-width-content.page .content {
  width: 100%;
  left: 0; }

.blog .menu-primary,
.archive .menu-primary,
.category .menu-primary {
  border-bottom: 1px solid #e0e0e0; }
.blog.home .menu-primary,
.archive.home .menu-primary,
.category.home .menu-primary {
  border-bottom-color: transparent; }
.blog article,
.archive article,
.category article {
  position: relative;
  overflow: hidden;
  margin-bottom: 0.625rem;
  margin-right: 0;
  border-bottom: 0; }
  @media only screen and (min-width: 600px) {
    .blog article,
    .archive article,
    .category article {
      margin-right: 80px; } }
.blog .first-three,
.archive .first-three,
.category .first-three {
  padding: 0.625rem;
  border-bottom: 1px solid #e0e0e0;
  -webkit-box-shadow: 0 1px 1px 0 #e0e0e0;
  box-shadow: 0 1px 1px 0 #e0e0e0; }
  @media only screen and (min-width: 40.063em) {
    .blog .first-three,
    .archive .first-three,
    .category .first-three {
      width: auto;
      margin-right: 80px; } }
  .blog .first-three .entry-image,
  .archive .first-three .entry-image,
  .category .first-three .entry-image {
    float: right;
    margin: 0 0 0 1.25rem; }
  .blog .first-three .entry-categories,
  .archive .first-three .entry-categories,
  .category .first-three .entry-categories {
    display: inline-block;
    padding-top: 0.625rem; }
  .blog .first-three .entry-header, .blog .first-three .entry-content, .blog .first-three .entry-footer,
  .archive .first-three .entry-header,
  .archive .first-three .entry-content,
  .archive .first-three .entry-footer,
  .category .first-three .entry-header,
  .category .first-three .entry-content,
  .category .first-three .entry-footer {
    padding-left: 0.625rem; }
  .blog .first-three .entry-content:after,
  .archive .first-three .entry-content:after,
  .category .first-three .entry-content:after {
    clear: none; }
  .blog .first-three .more-link a,
  .archive .first-three .more-link a,
  .category .first-three .more-link a {
    float: right;
    color: #f99d2b;
    display: block;
    padding: 1rem 0 .5rem; }
.blog article:last-of-type,
.archive article:last-of-type,
.category article:last-of-type {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 2rem; }
.blog .entry-title,
.archive .entry-title,
.category .entry-title {
  font-size: 2.25rem; }
.blog .entry-content,
.archive .entry-content,
.category .entry-content {
  font-size: 0.875rem; }
.blog .entry-content p, .blog .entry-title, .blog .entry-meta,
.archive .entry-content p,
.archive .entry-title,
.archive .entry-meta,
.category .entry-content p,
.category .entry-title,
.category .entry-meta {
  margin: 0; }
.blog .entry-meta, .blog .entry-author, .blog .entry-content,
.archive .entry-meta,
.archive .entry-author,
.archive .entry-content,
.category .entry-meta,
.category .entry-author,
.category .entry-content {
  border: 0; }
.blog .category-name,
.archive .category-name,
.category .category-name {
  font-size: 2.25rem; }

.blog-header {
  background: #3a3a3a;
  -moz-box-shadow: inset 0 0 10px #3a3a3a;
  -webkit-box-shadow: inset 0 0 10px #3a3a3a;
  box-shadow: inset 0 0 10px #3a3a3a;
  padding: 1.25rem 0; }
  .blog-header .wrap > section {
    text-align: center;
    position: relative;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left; }
    @media only screen and (max-width: 40em) {
      .blog-header .wrap > section {
        width: 100%; } }
    @media only screen and (min-width: 40.063em) {
      .blog-header .wrap > section {
        width: 50%; } }
  .blog-header .wrap > .home-blogfeed-allocades {
    display: none; }
    @media only screen and (min-width: 40.063em) {
      .blog-header .wrap > .home-blogfeed-allocades {
        display: inherit; } }
  .blog-header .home-blogfeed-title {
    margin: 0 auto; }
    @media only screen and (min-width: 40.063em) {
      .blog-header .home-blogfeed-title {
        margin: initial; } }
    .blog-header .home-blogfeed-title h4 {
      color: white;
      height: 100px;
      display: inline-block;
      padding: 3rem 6.25rem 0 0;
      background: url("../images/blog_feed_header.png") no-repeat right; }
  .blog-header .home-blogfeed-allocades h6 {
    height: 100px;
    color: white;
    padding: 2rem 5rem 0 0;
    background: url("../images/blog_feed_allocades.png") no-repeat right;
    font-size: 0.9375rem;
    text-align: right; }
    .blog-header .home-blogfeed-allocades h6 strong {
      color: #307cb8; }

.blog-category {
  padding: 0.625rem 0;
  background: #f3f3f3;
  text-align: center; }
  .blog-category h3 {
    padding-left: 25%;
    margin-top: 0.625rem;
    color: #3a3a3a;
    font-weight: normal;
    font-size: 1.125rem; }
    @media only screen and (min-width: 64.063em) {
      .blog-category h3 {
        display: inline-block;
        float: left; } }

.pagination {
  margin: 0.625rem 0;
  clear: both; }
  .pagination ul {
    width: 80%;
    margin: 0 auto;
    text-align: center; }
  .pagination li {
    list-style-type: none;
    display: inline-block;
    background: #e0e0e0;
    border-radius: 15px;
    padding: 3px 7px 0 7px;
    min-height: 30px;
    min-width: 30px; }
    .pagination li a {
      color: #929292; }
    .pagination li a:hover {
      color: #3a3a3a; }
  .pagination .active {
    background: #f99d2b; }
    .pagination .active a {
      color: white; }
    .pagination .active a:hover {
      color: #e0e0e0; }
  .pagination .pagination-next {
    float: right;
    padding: 0 2rem; }
  .pagination .pagination-previous {
    float: left;
    padding: 0 2rem; }

.top3-article-wrap {
  position: relative; }
  .top3-article-wrap .social-proof {
    right: 0;
    left: auto; }

.category h1.category-name,
.blog h1.blog-headline {
  text-align: center;
  margin: 0.625rem 0 1.25rem; }

.more-link-arrow a {
  font-size: 0;
  position: absolute;
  bottom: 0;
  right: 0; }
  .more-link-arrow a:before {
    right: 0;
    content: " ";
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    border-color: rgba(49, 242, 0, 0);
    border-right-color: #e0e0e0;
    border-width: 40px;
    margin-top: -40px;
    z-index: 2; }
  .more-link-arrow a:hover:before {
    border-right-color: #f99d2b; }
  .more-link-arrow a:after {
    font-family: "foundation-icons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-size: 20px;
    color: #fff;
    line-height: 1;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    text-decoration: inherit;
    content: "\f10b";
    position: absolute;
    right: 6px;
    bottom: 0;
    z-index: 3; }

blockquote, .big2, .tweetable, .wp-caption {
  padding: 2rem;
  margin-bottom: 1.25rem;
  float: inherit;
  clear: both;
  margin-left: 1rem;
  margin-right: 1rem; }
  @media only screen and (min-width: 64.063em) {
    blockquote.left, blockquote.alignleft, .big2.left, .big2.alignleft, .tweetable.left, .tweetable.alignleft, .wp-caption.left, .wp-caption.alignleft {
      float: left;
      border-left: 0;
      margin-left: -2rem;
      margin-right: 1rem; }
    blockquote.right, blockquote.alignright, .big2.right, .big2.alignright, .tweetable.right, .tweetable.alignright, .wp-caption.right, .wp-caption.alignright {
      float: right;
      border-right: 0;
      margin-left: 1rem;
      margin-right: -2rem; } }

.wp-caption {
  background: #f3f3f3;
  border: #e0e0e0 1px solid;
  padding: .5rem; }

.wp-caption-text {
  font-size: 0.75rem;
  font-weight: normal;
  text-align: center;
  margin: .5rem 0; }

blockquote {
  padding-left: 6rem;
  border: 1px solid #f99d2b;
  background: #fcc684;
  color: #3a3a3a;
  position: relative; }
  blockquote::before {
    content: "\201C";
    color: white;
    display: block;
    font-size: 10rem;
    position: absolute;
    top: -30%;
    left: 1rem; }
  blockquote cite {
    font-style: italic;
    padding-left: 1rem;
    color: #929292; }
    blockquote cite:before {
      content: '~ '; }

.big2 {
  background: #f3f3f3;
  border: 1px solid #e0e0e0; }
  .big2 h3 {
    color: #f99d2b;
    text-transform: uppercase; }
  .big2 strong {
    font-style: italic;
    font-weight: bold; }

.tweetable {
  background: url("../images/tweetable_background.png") no-repeat center;
  background-color: #f3f3f3;
  text-align: center; }
  @media only screen and (min-width: 64.063em) {
    .tweetable {
      width: 300px; } }
  .tweetable h6 {
    text-indent: -10000px;
    min-height: 56px;
    background: url("../images/tweetable_header.png") no-repeat center;
    background-size: 100%; }
  .tweetable p {
    margin-bottom: 0; }
    .tweetable p:before, .tweetable p:after {
      content: '\0022'; }
  .tweetable cite {
    display: block;
    font-style: italic;
    margin-bottom: 1rem; }
    .tweetable cite:before {
      content: '\002D \0040'; }
  .tweetable a {
    border-style: solid;
    border-width: 0px;
    cursor: pointer;
    font-family: "Noto Sans", sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding-top: 0.625rem;
    padding-right: 1.25rem;
    padding-bottom: 0.6875rem;
    padding-left: 1.25rem;
    font-size: 0.6875rem;
    /*     @else                            { font-size: $padding - rem-calc(2); } */
    background-color: #307cb8;
    border-color: #266393;
    color: white;
    -webkit-border-radius: 0.1875rem;
    border-radius: 0.1875rem;
    font-size: 0.9375rem;
    margin-bottom: 0; }
    .tweetable a:hover, .tweetable a:focus {
      background-color: #266393; }
    .tweetable a:hover, .tweetable a:focus {
      color: white; }

.social-proof {
  position: absolute;
  right: 0;
  top: 1rem;
  margin-left: -.625rem !important;
  display: block;
  list-style-type: none;
  margin-left: 0; }
  @media only screen and (min-width: 40.063em) {
    .social-proof {
      right: -80px; } }
  .social-proof li {
    display: block;
    width: auto;
    color: white;
    padding: 0 0.0625rem 0.0625rem 0; }
    @media only screen and (min-width: 399px) {
      .social-proof li {
        width: 80px; } }
  .social-proof a {
    display: block;
    padding: 0.25rem 0.625rem;
    width: 100%;
    height: 100%;
    color: white; }
    .social-proof a:before {
      font-family: "foundation-icons";
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      line-height: 1;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      text-decoration: inherit;
      font-size: 1.75rem; }
    .social-proof a:hover, .social-proof a:hover:before, .social-proof a:hover span {
      color: #3a3a3a; }
    .social-proof a span {
      display: none;
      float: right;
      width: 50%;
      text-align: center;
      color: white; }
      @media only screen and (min-width: 399px) {
        .social-proof a span {
          display: inline-block; } }
  .social-proof .facebook a {
    background: #e07f06; }
    .social-proof .facebook a:before {
      content: "\f1c4"; }
  .social-proof .twitter a {
    background: #f88f0d; }
    .social-proof .twitter a:before {
      content: "\f1e4"; }
  .social-proof .linkedin a {
    background: #f99d2b; }
    .social-proof .linkedin a:before {
      content: "\f1d0"; }
  .social-proof .googleplus a {
    background: #faab49; }
    .social-proof .googleplus a:before {
      content: "\f1ca"; }
  .social-proof .pinterest a {
    background: #fbb967; }
    .social-proof .pinterest a:before {
      content: "\f1d6"; }
  .social-proof .buffer a {
    background: #fcc684; }
    .social-proof .buffer a:before {
      content: "\f18a"; }
    .social-proof .buffer a:before {
      content: url(../images/buffer-app-icon-initial.svg);
      transition: content 1s ease-in-out; }
    .social-proof .buffer a:hover:before {
      content: url(../images/buffer-app-icon-hover.svg);
      transition: content 1s ease-in-out; }
  .social-proof .print {
    width: auto;
    display: none !important; }
    .social-proof .print a {
      background: #fcd4a2; }
      .social-proof .print a:before {
        content: "\f19f"; }
  @media only screen and (min-width: 40.063em) {
    .social-proof .print {
      display: block !important; } }

.single .social-proof {
  position: fixed;
  width: 100%;
  top: 100%;
  right: auto;
  display: inline-block;
  margin: -39px 0 0 0 !important;
  text-align: center; }
  .single .social-proof li {
    display: inline-block; }
  @media (min-width: 40.063em) {
    .single .social-proof {
      z-index: 1;
      display: block;
      margin-top: 0 !important;
      right: 0;
      top: 170px;
      width: auto;
      text-align: left; }
      .single .social-proof li {
        display: block; } }
  @media (min-width: 768px) {
    .single .social-proof {
      top: 252px; } }

.youtube.fve-video-wrapper {
  margin: 0 auto 1rem;
  padding: 0.625rem;
  clear: both;
  *zoom: 1; }
  .youtube.fve-video-wrapper:before, .youtube.fve-video-wrapper:after {
    content: " ";
    display: table; }
  .youtube.fve-video-wrapper:after {
    clear: both; }

@media print {
  .site-header aside,
  .nav-primary,
  .podcast-header,
  .blog-header,
  .podcast-menu,
  .podcast-sponsors,
  .post-one-thing-cta,
  .after-post,
  .entry-content aside,
  .entry-comments-link,
  object,
  #disqus_thread,
  .sidebar,
  .social-proof.horizontal {
    display: none; }

  .entry-author, .entry-meta {
    border: 0; }

  .social-proof a[href]:after {
    content: ''; }

  .title-area a {
    font-size: 2rem; }

  .site-inner {
    background: 0; }

  .content {
    width: 100%;
    left: auto; } }
.fsboxshadow .fsBody .fsForm {
  box-shadow: none !important;
  border: 0 !important; }

.fsborderradius .fsBody .fsSectionHeader {
  margin: 0 !important;
  padding: 0 !important; }

.fsBody .fsForm .fsSectionHeading {
  font-family: "Titillium Web" !important;
  color: #3a3a3a !important;
  font-size: 1.5rem !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  margin-bottom: 1rem !important; }

.fsBody .fsSubFieldGroup .fsSubField {
  width: 50% !important;
  margin-right: 0 !important;
  padding-left: 5px !important; }

.fsBody .fsSubFieldGroup .fsSubField:first-child {
  padding-right: 5px !important;
  padding-left: 0 !important; }

.fsFieldRow input[type=email],
.fsFieldRow input[type=number],
.fsFieldRow input[type=tel],
.fsFieldRow input[type=text],
.fsForm textarea {
  max-width: 100% !important; }

.fsForm textarea {
  min-height: 200px; }

.fsSocialAutofill {
  display: none !important; }

.fsBody .fsForm input[type=text].fsField,
.fsBody .fsForm input[type=file].fsField,
.fsBody .fsForm input[type=number].fsField,
.fsBody .fsForm input[type=email].fsField,
.fsBody .fsForm input[type=tel].fsField,
.fsBody .fsForm textarea.fsField,
.fsBody .fsForm select.fsField,
.fsFieldRow input[type=email],
.fsFieldRow input[type=number],
.fsFieldRow input[type=tel],
.fsFieldRow input[type=text],
.fsForm textarea {
  border: 1px solid #f99d2b !important;
  background: none !important;
  border-radius: 2px; }

@media only screen and (min-width: 600px) {
  .fsBody .fsForm .fieldset-content .fsOptionLabel {
    width: 50%;
    float: left;
    margin-bottom: 1rem; } }

.fsBody,
.fsBody .fsForm .fsSectionText,
.fsBody .fsForm .fsLabel,
.fsBody .fsForm .fsOptionLabel,
.fsBody .fsForm .fsMatrix th,
.fsBody .fsForm .fsMatrixLabel {
  font-family: "Noto Sans", sans-serif !important;
  margin-bottom: 1rem !important; }

.fsForm .fsSubmit {
  padding: 0 !important;
  background: none !important; }

.alternate_contact_info {
  border: 1px solid #f99d2b;
  border-radius: 2px;
  margin-top: 28px;
  margin-bottom: 40px;
  padding: 20px; }

@media only screen and (max-width: 768px) {
  .contact.page .one-half {
    width: 100%; } }
@media only screen and (max-width: 450px) {
  .contact.page .one-half img {
    display: none; } }

/* Podcast Pages Layout
---------------------------------------------------*/
.podcast .sidebar,
.podcast .content > div {
  background: white;
  padding: 2rem;
  border: 1px solid #e0e0e0; }

.podcast .content {
  padding: 0;
  margin-bottom: 2rem; }

@media only screen and (min-width: 40.063em) {
  .single.podcast .content {
    padding-right: 80px; } }

@media only screen and (min-width: 64.063em) {
  .podcast .content > div {
    margin-left: 2rem; } }
.podcast.episode .content > div {
  padding: 0; }

/* Podcast Show Sidebar
---------------------------------------------------*/
.show-artwork img {
  width: 100%;
  border-radius: .5rem;
  margin-bottom: 2rem; }

.show-title a {
  color: #3a3a3a;
  font-size: 1.875rem; }

.show-details h4 {
  color: #929292;
  text-decoration: italic;
  font-size: 1.125rem;
  margin: 2rem 0 1rem; }

.show-hosts {
  list-style-type: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap; }
  .show-hosts .show-host {
    font-size: 12px;
    text-align: center; }
    @media only screen and (min-width: 600px) {
      .show-hosts .show-host {
        -webkit-flex: 0 1 50%;
        flex: 0 1 50%; } }
    .show-hosts .show-host div {
      padding: .5rem; }
    .show-hosts .show-host div .avatar {
      border: 2px solid transparent;
      max-width: 100%;
      border-radius: 50%;
      float: none; }
    .show-hosts .show-host div a:hover img {
      border-color: #e0e0e0; }

.show-people {
  list-style-type: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap; }
  .show-people .show-host {
    font-size: 12px;
    text-align: center; }
    @media only screen and (min-width: 600px) {
      .show-people .show-host {
        -webkit-flex: 0 1 20%;
        flex: 0 1 20%; } }
    .show-people .show-host div {
      padding: .5rem; }
    .show-people .show-host div .avatar {
      border: 2px solid transparent;
      max-width: 100%;
      border-radius: 50%;
      float: none; }
    .show-people .show-host div a:hover img {
      border-color: #e0e0e0; }

.show-sidebar-adzone {
  border: 1px solid #929292;
  background: #e0e0e0;
  height: 298px;
  margin: 2rem 0;
  padding: 2rem; }

.podcast ul.subscribe {
  margin: 1rem 0; }
  .podcast ul.subscribe li {
    -webkit-flex: 0 1 100%;
    flex: 0 1 100%;
    list-style-type: none;
    padding: .5rem; }
  .podcast ul.subscribe a {
    border-style: solid;
    border-width: 0px;
    cursor: pointer;
    font-family: "Noto Sans", sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding-top: 0.625rem;
    padding-right: 1.25rem;
    padding-bottom: 0.6875rem;
    padding-left: 1.25rem;
    font-size: 0.6875rem;
    /*     @else                            { font-size: $padding - rem-calc(2); } */
    background-color: white;
    border-color: #cccccc;
    color: #333333;
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem;
    border: 1px solid #f99d2b;
    color: #f99d2b;
    display: block;
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0;
    height: 100%; }
    .podcast ul.subscribe a:before {
      font-family: "foundation-icons";
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      line-height: 1;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      text-decoration: inherit;
      font-size: 1.5rem; }
    .podcast ul.subscribe a:hover, .podcast ul.subscribe a:focus {
      background-color: #cccccc; }
    .podcast ul.subscribe a:hover, .podcast ul.subscribe a:focus {
      color: #333333; }
    .podcast ul.subscribe a:hover {
      border-color: #333; }
    .podcast ul.subscribe a:before {
      padding-right: 1rem; }
    .podcast ul.subscribe a.youtube:before {
      content: "\f1ea"; }
    .podcast ul.subscribe a.stitcher:before {
      content: "\f174"; }
    .podcast ul.subscribe a.itunes:before {
      content: "\f17b"; }
    .podcast ul.subscribe a.listen:before {
      content: "\f1ed"; }
    .podcast ul.subscribe a.rss:before {
      content: "\f1aa"; }

body.spp .smart-track-player {
  margin: 0; }

.show article {
  border: 0;
  box-shadow: none;
  padding: 0;
  margin: 2rem 0;
  padding-top: 2rem;
  border-top: 1px solid #e0e0e0;
  border-bottom: 0; }

.listen-now {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "Noto Sans", sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.625rem;
  padding-right: 1.25rem;
  padding-bottom: 0.6875rem;
  padding-left: 1.25rem;
  font-size: 0.6875rem;
  /*     @else                            { font-size: $padding - rem-calc(2); } */
  background-color: #f99d2b;
  border-color: #e38106;
  color: white;
  -webkit-border-radius: 0.1875rem;
  border-radius: 0.1875rem;
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0;
  color: white !important; }
  .listen-now:hover, .listen-now:focus {
    background-color: #e38106; }
  .listen-now:hover, .listen-now:focus {
    color: white; }
  .listen-now:before {
    font-family: "foundation-icons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    text-decoration: inherit;
    font-size: 1.5rem; }
  .listen-now:before {
    content: "\f198"; }
  .listen-now:before {
    padding-right: 1rem;
    position: relative;
    top: .25rem; }

/* Epidsode Styles 
---------------------------------------------------*/
.episode .entry-title {
  margin: 0;
  padding: 2rem; }
.episode .pagination {
  width: 80%;
  margin: 1rem auto;
  text-align: center;
  overflow: auto; }
  .episode .pagination a {
    list-style-type: none;
    display: inline-block;
    background: #e0e0e0;
    border-radius: 15px;
    padding: 3px 7px 0 7px;
    line-height: 30px;
    min-width: 30px;
    color: #929292; }
    .episode .pagination a:hover {
      color: #3a3a3a; }
  .episode .pagination [rel='next'] {
    float: right; }
  .episode .pagination [rel='prev'] {
    float: left; }

.episode-meta {
  background: #f3f3f3;
  *zoom: 1;
  padding: 2rem; }
  .episode-meta:before, .episode-meta:after {
    content: " ";
    display: table; }
  .episode-meta:after {
    clear: both; }
  .episode-meta .podcast-synopsis {
    overflow: auto; }
    .episode-meta .podcast-synopsis p {
      margin-top: 2rem; }
    .episode-meta .podcast-synopsis img {
      margin: 0;
      margin-bottom: 1rem;
      max-width: 100%;
      padding: 2px;
      background: #e0e0e0; }
      @media only screen and (min-width: 40.063em) {
        .episode-meta .podcast-synopsis img {
          max-width: 30%;
          float: left;
          margin: 0 2rem 2rem 0; } }
  @media only screen and (min-width: 40.063em) {
    .episode-meta .podcast-guest-photo {
      max-width: 25%;
      float: left;
      padding-right: 2rem; } }
  .episode-meta .podcast-guest-photo img {
    background: #e0e0e0;
    padding: 4px; }
  .episode-meta .podcast-guest-photo-caption {
    font-style: italic;
    font-size: 0.75rem;
    text-align: center; }
    .episode-meta .podcast-guest-photo-caption a {
      display: block; }
  .episode-meta .podcast-downloads {
    width: 75%;
    float: right; }
  .episode-meta h2 {
    font-size: 1.25rem; }
  .episode-meta h3 {
    font-size: 1.25rem; }
  .episode-meta dl dt {
    font-size: 0.875rem;
    font-weight: normal;
    float: left;
    padding-right: 1rem; }
    .episode-meta dl dt:after {
      content: ': '; }
  .episode-meta dl dd {
    font-size: 0.875rem; }

.podcast-sponsors {
  padding: 2rem;
  background: #3a3a3a;
  border-bottom: 1px solid #e0e0e0;
  -webkit-box-shadow: 0 1px 1px 0 #e0e0e0;
  box-shadow: 0 1px 1px 0 #e0e0e0;
  margin-bottom: 1rem;
  color: white; }
  .podcast-sponsors h4 {
    color: white; }
  .podcast-sponsors p {
    font-size: 0.75rem; }

.adzone.adplugg-tag > div {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center; }

.adzone .adplugg-ad {
  -webkit-flex: 0 1 40%;
  flex: 0 1 40%;
  text-decoration: underline; }

.adzone .adplugg-ad img {
  margin: 0 auto;
  width: 80%;
  border: 2px solid white; }

.player .site-container {
  border: 0; }
.player .site-inner {
  padding: 1rem; }
.player .content-sidebar-wrap, .player .content {
  padding: 0; }
.player .content > div {
  margin: 0; }

.podcast .menu-primary {
  border-bottom: 0; }

.podcast-index .episodes-wrap, .podcast-index .shows-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  background: white;
  border: 1px solid #e0e0e0;
  padding: 2rem; }
  .podcast-index .episodes-wrap > h2, .podcast-index .shows-wrap > h2 {
    width: 100%;
    margin: 0 0 2rem; }
    .podcast-index .episodes-wrap > h2 .listen-now, .podcast-index .shows-wrap > h2 .listen-now {
      float: right; }
.podcast-index .grid-wrap {
  margin-bottom: 2rem; }
  .podcast-index .grid-wrap article {
    margin-bottom: 1rem; }
    @media only screen and (min-width: 40.063em) {
      .podcast-index .grid-wrap article {
        -webkit-flex: 0 1 49%;
        flex: 0 1 49%;
        margin-right: 1%; }
        .podcast-index .grid-wrap article:nth-of-type(2) {
          margin-right: 0; } }
    @media only screen and (min-width: 64.063em) {
      .podcast-index .grid-wrap article {
        -webkit-flex-basis: 24%;
        flex-basis: 24%; }
        .podcast-index .grid-wrap article:nth-of-type(2) {
          margin-right: 1%; }
        .podcast-index .grid-wrap article:nth-of-type(4) {
          margin-right: 0%; } }
.podcast-index .entry-header {
  padding: 0 0 1rem; }
  .podcast-index .entry-header h1 {
    font-size: 1.25rem;
    margin: 1rem 0;
    min-height: 6rem; }
  .podcast-index .entry-header a img {
    width: 100%;
    max-height: 200px; }
  .podcast-index .entry-header h2 {
    font-size: 1rem;
    color: #929292;
    margin: 0;
    padding-bottom: 1rem;
    min-height: 3.375rem; }
.podcast-index .show .entry-header h1 {
  min-height: 48px;
  text-align: center; }
.podcast-index .show-details {
  padding: 1rem 0; }
.podcast-index .entry-footer .listen-now {
  display: block;
  width: 100%; }
.podcast-index .archive-pagination {
  width: 100%; }

.podcast.show article {
  padding-right: 100px; }
.podcast.show .social-proof {
  right: 0; }

/* FRONT PAGE
........................................*/
.home.page .menu-primary {
  border-bottom: 0; }

.home .site-container > * > .content-sidebar-wrap {
  max-width: 100%;
  width: 100%;
  margin: 1.875rem 0 0 0;
  padding: 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0; }
.home .site-inner {
  background: transparent;
  border-top: 2px solid #e0e0e0;
  padding-bottom: 0; }
.home .content-sidebar-wrap {
  background: url("../images/background.png"); }
.home [id$='widgets'],
.home #bottom-cta .wrap {
  margin-top: 1.875rem; }
.home .site-inner .widget {
  position: relative;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  float: left; }
  .home .site-inner .widget h4 {
    font-size: 2.125rem; }

.home .content section {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 70rem;
  *zoom: 1;
  margin-top: 2rem;
  margin-bottom: 2rem; }
  .home .content section:before, .home .content section:after {
    content: " ";
    display: table; }
  .home .content section:after {
    clear: both; }

.home-callout-boxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 2rem !important; }
  @media (min-width: 768px) {
    .home-callout-boxes {
      -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap; } }
  .home-callout-boxes aside {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1rem;
    border: 1rem solid transparent;
    padding: 4rem 2rem;
    text-align: center; }
    @media (min-width: 768px) {
      .home-callout-boxes aside {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%; } }
    .home-callout-boxes aside::before {
      content: ' ';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      border: 4rem solid transparent; }
    .home-callout-boxes aside::after {
      content: ' ';
      position: absolute;
      display: block;
      top: -.5rem;
      left: -.5rem;
      height: 5rem;
      width: 5rem;
      background-repeat: no-repeat;
      background-size: cover; }
    .home-callout-boxes aside .heading {
      margin-left: 30px;
      margin-right: 30px; }
  .home-callout-boxes h1, .home-callout-boxes h2 {
    font-size: 1.25rem; }
    @media (min-width: 768px) {
      .home-callout-boxes h1, .home-callout-boxes h2 {
        font-size: 2.125rem; } }
  .home-callout-boxes .consulting-callout-box {
    border-color: #f99d2b; }
    .home-callout-boxes .consulting-callout-box::before {
      border-top-color: #f99d2b;
      border-left-color: #f99d2b; }
    .home-callout-boxes .consulting-callout-box::after {
      background-image: url("../images/icons/consulting-white.png"); }
    .home-callout-boxes .consulting-callout-box .heading {
      color: #f99d2b; }
    @media (min-width: 768px) {
      .home-callout-boxes .consulting-callout-box {
        margin-right: .5rem; } }
  .home-callout-boxes .media-callout-box {
    border-color: #307cb8; }
    .home-callout-boxes .media-callout-box::before {
      border-top-color: #307cb8;
      border-left-color: #307cb8; }
    .home-callout-boxes .media-callout-box::after {
      background-image: url("../images/icons/media-white.png"); }
    .home-callout-boxes .media-callout-box .heading {
      color: #307cb8; }
    .home-callout-boxes .media-callout-box .callout {
      border: 2px solid #307cb8;
      color: #307cb8; }
      .home-callout-boxes .media-callout-box .callout:hover, .home-callout-boxes .media-callout-box .callout:focus {
        background-color: #307cb8;
        color: #fff; }
    @media (min-width: 768px) {
      .home-callout-boxes .media-callout-box {
        margin-left: .5rem; } }

.home-about-us {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row-reverse wrap;
  -ms-flex-flow: row-reverse wrap;
  flex-flow: row-reverse wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .home-about-us aside {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin: 1%; }
  .home-about-us .about-jay-baer {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .home-about-us .about-photo {
    display: none;
    text-align: center; }
  .home-about-us .about-photo a {
    display: inline-block;
    width: 9rem;
    height: 9rem;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    border: .25rem solid gray; }
  .home-about-us .about-clients {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  @media (min-width: 600px) {
    .home-about-us .about-photo {
      display: block;
      -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
      flex-basis: 25%; }
    .home-about-us .about-jay-baer {
      -webkit-flex-basis: 65%;
      -ms-flex-preferred-size: 65%;
      flex-basis: 65%; } }
  @media (min-width: 768px) {
    .home-about-us {
      -webkit-flex-flow: row-reverse nowrap;
      -ms-flex-flow: row-reverse nowrap;
      flex-flow: row-reverse nowrap; }
      .home-about-us .about-jay-baer {
        -webkit-flex-basis: 45%;
        -ms-flex-preferred-size: 45%;
        flex-basis: 45%; }
      .home-about-us .about-photo {
        -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%; }
      .home-about-us .about-clients {
        -webkit-flex-basis: 35%;
        -ms-flex-preferred-size: 35%;
        flex-basis: 35%; } }

.home-recent .articles,
.home-recent .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  @media (min-width: 768px) {
    .home-recent .articles,
    .home-recent .header {
      -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap; } }
.home-recent article:nth-child(5) {
  display: none; }
@media (max-width: 601px) {
  .home-recent article:nth-child(n+3) {
    display: none; }
  .home-recent article:nth-child(2) {
    margin-top: 1rem; } }
@media (min-width: 601px) and (max-width: 768px) {
  .home-recent article {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .home-recent article {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 40%;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    margin-bottom: .5rem; }
  .home-recent article:nth-child(even) {
    margin-left: .5rem; }
  .home-recent article:nth-child(odd) {
    margin-right: .5rem; }
  .home-recent article:nth-child(n+3) {
    margin-top: .5rem; } }
@media (min-width: 768px) {
  .home-recent .header > div {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 46%;
    -ms-flex: 1 1 46%;
    flex: 1 1 46%; }
  .home-recent .header > div {
    margin-right: 4%; }
  .home-recent .header > div + div {
    margin-right: 0;
    margin-left: 4%; }
  .home-recent article {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 25%;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%; }
  .home-recent article + article {
    margin-left: .5rem; } }
@media (min-width: 992px) {
  .home-recent article:nth-child(5) {
    display: block; } }
.home-recent .footer {
  text-align: right; }
.home-recent .header > div {
  width: 100%;
  overflow: auto;
  text-align: center; }
  .home-recent .header > div h3, .home-recent .header > div h4 {
    margin: 0; }
  @media (min-width: 768px) {
    .home-recent .header > div {
      text-align: left; } }
.home-recent .header {
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .home-recent .header h3 a {
    color: #3a3a3a;
    margin: 0;
    display: inline-block;
    font-size: 1.5rem; }
    @media (min-width: 600px) {
      .home-recent .header h3 a {
        font-size: 2rem; } }
.home-recent .header.posts .allocades h4 {
  margin: 0;
  text-align: right;
  font-size: 0.9375rem; }
.home-recent .header.posts .allocades strong {
  color: #307cb8; }
@media (min-width: 768px) {
  .home-recent .header.posts .allocades {
    text-align: right; } }
.home-recent article {
  padding: .5rem;
  width: 100%; }
.home-recent .entry-image {
  display: block;
  margin: -.5rem -.5rem .5rem -.5rem; }
.home-recent .entry-image img {
  width: 100%; }
.home-recent article a {
  font-size: .75rem; }
.home-recent article h3 {
  font-size: 1.25rem; }
.home-recent .article a:first-child {
  display: block; }
.home-recent .article a:first-child img {
  width: 100%; }
.home-recent .footer button {
  float: right;
  text-align: left;
  width: 100%;
  line-height: 32px;
  padding: 32px;
  background-color: #f99d2b;
  margin: 0; }
  .home-recent .footer button:before {
    font-family: "foundation-icons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    text-decoration: inherit;
    font-size: 32px; }
  .home-recent .footer button:before {
    content: "\f10b"; }
  .home-recent .footer button:hover {
    background-color: #ea8507; }
  .home-recent .footer button:before {
    float: right; }
  @media (min-width: 601px) {
    .home-recent .footer button {
      width: auto;
      min-width: 49%; } }

#home-cta {
  overflow: auto;
  margin-top: 2rem;
  position: relative;
  z-index: 2; }
  #home-cta .newsletter-cta-text,
  #home-cta .newsletter-cta-form {
    background-color: #221f1f;
    padding: 0 10px; }
    #home-cta .newsletter-cta-text .widget,
    #home-cta .newsletter-cta-form .widget {
      padding: 1.5rem 0;
      float: none; }
  @media only screen and (max-width: 768px) {
    #home-cta .widget {
      max-width: 400px;
      text-align: center;
      margin: 0 auto; }
    #home-cta h4 {
      margin: 0 auto; } }
  @media only screen and (min-width: 768px) {
    #home-cta .newsletter-cta-text {
      padding-right: 0;
      width: 45%;
      float: left; }
      #home-cta .newsletter-cta-text .widget {
        min-height: 320px;
        padding-left: 1rem; }
    #home-cta .newsletter-cta-form {
      background-color: black;
      padding-left: 0;
      width: 55%;
      float: right;
      background-repeat: no-repeat;
      background-image: url("../images/gray-to-black-arrow.png");
      background-position: left;
      background-size: auto 100%; }
      #home-cta .newsletter-cta-form .widget {
        min-height: 320px;
        padding-left: 5rem; } }
  @media only screen and (min-width: 1000px) {
    #home-cta .newsletter-cta-text {
      width: 60%; }
      #home-cta .newsletter-cta-text .widget {
        position: relative;
        max-width: 660px;
        float: right;
        padding-left: 275px; }
        #home-cta .newsletter-cta-text .widget:before {
          display: block;
          height: 332px;
          width: 325px;
          content: ' ';
          position: absolute;
          bottom: 1px;
          left: 0;
          margin-left: -80px;
          background-image: url("../images/definitive_home_graphic.png");
          background-size: contain;
          background-repeat: no-repeat; }
    #home-cta .newsletter-cta-form {
      width: 40%; }
      #home-cta .newsletter-cta-form .widget {
        max-width: 440px;
        float: left; } }
  #home-cta h4 {
    text-indent: -9999px;
    height: 47px;
    width: 267px;
    background-image: url("../images/definitive_logo_smaller.png");
    background-size: 267px 47px;
    background-repeat: no-repeat;
    background-position: center; }
  #home-cta h5 {
    margin: 0;
    font-size: 1rem;
    color: #f99d2b;
    font-weight: normal; }
  #home-cta ul {
    list-style-type: none;
    margin: 1rem 0;
    color: white;
    font-size: .75rem; }
  #home-cta li {
    padding-top: 1px; }
  #home-cta dfn {
    font-weight: bold;
    font-style: normal; }
    #home-cta dfn:after {
      content: ': '; }
  #home-cta span {
    font-size: 12px;
    color: #4d4d4d;
    font-style: italic; }
  #home-cta a {
    text-decoration: underline;
    color: #fff;
    font-size: .75rem; }
    #home-cta a:after {
      content: ' \00BB'; }
  #home-cta form {
    margin: 0; }
  #home-cta .email-address input {
    font-style: italic;
    background-image: url("../images/email-placeholdericon.png");
    background-repeat: no-repeat;
    background-position: 5px;
    background-size: 20px;
    padding-left: 30px; }
  #home-cta .gform_fields {
    margin: 0; }
  #home-cta .gfield_label {
    display: none; }
  #home-cta .gfield_checkbox input[type=checkbox] {
    float: left; }
  #home-cta .gfield_checkbox label {
    width: 80%;
    position: relative;
    top: -10px; }
  #home-cta .button {
    background-color: #f99d2b;
    border-color: #f99d2b;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 1rem; }

.home #home-cta {
  margin-top: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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