/*
Theme Name: Everybody Walk
Author: Brux,Gaya,Eric,Matthew
Author URI: http://bruxromuar.com
Version: 0.6.2
Description: EBW Theme
*/
@font-face {
  font-family: "AvenirNextLTW01-DemiCn";
  src: url("fonts/721305/fe4d96a8-3161-4f0c-ac51-ed6a5df15918.eot?#iefix");
  src: url("fonts/721305/fe4d96a8-3161-4f0c-ac51-ed6a5df15918.eot?#iefix") format("eot"), url("fonts/721305/add96dac-4679-4981-9390-74fd5a5bf61f.woff") format("woff"), url("fonts/721305/60f1dfd0-eea9-448c-84a0-e4e8d5ba7516.ttf") format("truetype"), url("fonts/721305/f9659813-f8c7-4548-9117-b8e02fa26641.svg#f9659813-f8c7-4548-9117-b8e02fa26641") format("svg"); }
@font-face {
  font-family: "AvenirNextLTW01-Regular";
  src: url("fonts/721263/e9167238-3b3f-4813-a04a-a384394eed42.eot?#iefix");
  src: url("fonts/721263/e9167238-3b3f-4813-a04a-a384394eed42.eot?#iefix") format("eot"), url("fonts/721263/1e9892c0-6927-4412-9874-1b82801ba47a.woff") format("woff"), url("fonts/721263/46cf1067-688d-4aab-b0f7-bd942af6efd8.ttf") format("truetype"), url("fonts/721263/52a192b1-bea5-4b48-879f-107f009b666f.svg#52a192b1-bea5-4b48-879f-107f009b666f") format("svg"); }
/* line 30, sass/style.scss */
.avenirdemi {
  font-family: "AvenirNextLTW01-DemiCn", "Helvetica Neue", Helvetica, Arial, sans-serif !important; }

/* line 33, sass/style.scss */
.avenirreg {
  font-family: "AvenirNextLTW01-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif !important; }

/* line 36, sass/style.scss */
.opensans {
  font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif !important; }

/* line 8, sass/_bootstrap-overrides.scss */
.row {
  margin-bottom: 20px; }

/* line 12, sass/_bootstrap-overrides.scss */
.well {
  border-radius: 0; }

/* line 16, sass/_bootstrap-overrides.scss */
.form-control.form-control-clean {
  border: 0;
  border-bottom: 1px dotted #333;
  border-radius: 0;
  box-shadow: none; }

/* line 23, sass/_bootstrap-overrides.scss */
textarea.form-control.form-control-clean {
  resize: none; }

/* line 27, sass/_bootstrap-overrides.scss */
.page-header {
  margin-top: 20px; }

/* line 31, sass/_bootstrap-overrides.scss */
.fa {
  padding: 0px 5px; }

/* line 35, sass/_bootstrap-overrides.scss */
.btn {
  margin: 20px 0px; }

/* line 38, sass/_bootstrap-overrides.scss */
.btn-default {
  font-size: 20px; }

/* line 42, sass/_bootstrap-overrides.scss */
.btn-success {
  background-color: #97c555;
  border: 1px solid #97c555; }

/* line 47, sass/_bootstrap-overrides.scss */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #000; }

/* line 1, sass/_common.scss */
body {
  font-size: 16px; }
  /* line 4, sass/_common.scss */
  body.mobile-menu-enabled {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }

/* line 9, sass/_common.scss */
#wrap {
  padding-top: 25px; }

/* line 14, sass/_common.scss */
a {
  color: #24afd6; }
  /* line 17, sass/_common.scss */
  a:hover {
    color: #4cc0e1; }

/* line 23, sass/_common.scss */
.align-right {
  text-align: right; }

/* line 27, sass/_common.scss */
.align-center {
  text-align: center; }

/* line 32, sass/_common.scss */
.fb-like, .tweet-btn {
  display: inline-block;
  overflow: hidden; }

/* line 39, sass/_common.scss */
.social-networks2 {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  /* line 44, sass/_common.scss */
  .social-networks2 li {
    display: inline-block; }
    /* line 47, sass/_common.scss */
    .social-networks2 li.twitter a {
      background-position: 0 -32px; }
    /* line 51, sass/_common.scss */
    .social-networks2 li.youtube a {
      background-position: 0 -64px; }
    /* line 55, sass/_common.scss */
    .social-networks2 li.tumblr a {
      background-position: 0 -96px; }
  /* line 60, sass/_common.scss */
  .social-networks2 a {
    background: url(images/socialnetworks.png);
    background-size: 32px 128px;
    display: block;
    height: 32px;
    width: 32px; }

/* line 70, sass/_common.scss */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

/* line 80, sass/_common.scss */
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* line 89, sass/_common.scss */
.missing {
  color: red;
  display: block;
  font-style: italic;
  text-align: center; }

/* line 97, sass/_common.scss */
.flexslider.flexslider-custom {
  border: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0; }
  /* line 103, sass/_common.scss */
  .flexslider.flexslider-custom ul.slides {
    margin: 0;
    padding: 0; }
    /* line 107, sass/_common.scss */
    .flexslider.flexslider-custom ul.slides .thumbnail {
      margin-bottom: 0; }

/* line 115, sass/_common.scss */
.take-pledge-shortcode {
  background-color: #edf2f1;
  border-top: 8px solid #97c555;
  padding: 10px; }
  /* line 120, sass/_common.scss */
  .take-pledge-shortcode.take-pledge-mini {
    width: 30%; }
    /* line 123, sass/_common.scss */
    .take-pledge-shortcode.take-pledge-mini.pull-left {
      margin-left: 0;
      margin-right: 10px; }
  /* line 129, sass/_common.scss */
  .take-pledge-shortcode h4 {
    font-family: "AvenirNextLTW01-DemiCn", "Helvetica Neue", Helvetica, sans-serif;
    font-size: 26px; }
  /* line 134, sass/_common.scss */
  .take-pledge-shortcode .fa {
    color: #999;
    font-size: 24px; }
  /* line 139, sass/_common.scss */
  .take-pledge-shortcode p {
    font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    letter-spacing: 0.4px;
    font-size: 20px;
    line-height: 26px; }

/* line 148, sass/_common.scss */
.page-header {
  border: 0;
  margin: 0 0 20px 0;
  padding: 0; }
  /* line 153, sass/_common.scss */
  .page-header h1 {
    color: #acacac;
    font: 38px "AvenirNextLTW01-DemiCn", "Helvetica Neue", Helvetica, sans-serif;
    margin: 0;
    text-transform: uppercase; }

/* line 162, sass/_common.scss */
.bordered-top {
  border-top: 8px solid #97c555;
  padding-top: 10px; }

/* line 167, sass/_common.scss */
.module-title {
  font-size: 26px;
  font-family: "AvenirNextLTW01-DemiCn", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300 !important;
  margin-bottom: 20px;
  margin-top: 10px;
  color: #000; }
  /* line 175, sass/_common.scss */
  .module-title.module-title-mini {
    background-color: #97c555;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 5px;
    margin-top: 0;
    padding: 2px 0;
    text-align: center; }

/* line 188, sass/_common.scss */
.form-search {
  border: 1px solid #ccc;
  padding: 3px;
  position: relative;
  width: 100%; }
  /* line 194, sass/_common.scss */
  .form-search .form-control {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    display: block;
    padding: 0 30px 0 6px; }
    /* line 200, sass/_common.scss */
    .form-search .form-control:active {
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
  /* line 205, sass/_common.scss */
  .form-search .fa {
    color: #ccc;
    position: absolute;
    right: 3px;
    top: 12px; }

/* line 216, sass/_common.scss */
.btn.btn-primary {
  background-color: #24afd6;
  border: 1px solid #24afd6;
  font: 16px "AvenirNextLTW01-DemiCn", "Helvetica Neue", Helvetica, sans-serif;
  padding-left: 15px;
  padding-right: 15px; }

/* line 227, sass/_common.scss */
.sharing-btns-large {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  /* line 232, sass/_common.scss */
  .sharing-btns-large li {
    display: inline-block;
    margin: 0 10px; }
    /* line 236, sass/_common.scss */
    .sharing-btns-large li.fb {
      position: relative;
      top: -6px; }

/* line 1, sass/_mobile-menu.scss */
#mobile-menu-wrap {
  background-color: #222;
  position: relative;
  padding: 0 15px; }
  /* line 6, sass/_mobile-menu.scss */
  #mobile-menu-wrap #mobile-menu-close {
    color: #fff;
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: -5px; }
  /* line 14, sass/_mobile-menu.scss */
  #mobile-menu-wrap ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    /* line 19, sass/_mobile-menu.scss */
    #mobile-menu-wrap ul.menu > li > a {
      border-bottom: 1px solid #333; }
    /* line 25, sass/_mobile-menu.scss */
    #mobile-menu-wrap ul.sub-menu li {
      border-bottom: 0;
      padding-left: 20px; }
      /* line 29, sass/_mobile-menu.scss */
      #mobile-menu-wrap ul.sub-menu li a {
        font-weight: normal; }
  /* line 38, sass/_mobile-menu.scss */
  #mobile-menu-wrap li:last-child {
    border-bottom: none !important; }
  /* line 42, sass/_mobile-menu.scss */
  #mobile-menu-wrap li.current_page_item a {
    color: #97c555; }
  /* line 47, sass/_mobile-menu.scss */
  #mobile-menu-wrap a {
    color: #aaa;
    display: block;
    font-weight: bold;
    padding: 10px 5px;
    text-transform: uppercase; }

/* line 56, sass/_mobile-menu.scss */
#mobile-menu-search {
  border-top: 1px solid #333;
  padding: 10px 0; }
  /* line 60, sass/_mobile-menu.scss */
  #mobile-menu-search .form-control {
    background-color: transparent;
    border-radius: 0;
    border: 1px solid #333;
    color: #fff;
    display: block;
    width: 100%; }
    /* line 68, sass/_mobile-menu.scss */
    #mobile-menu-search .form-control:focus, #mobile-menu-search .form-control:active {
      background-color: #fff;
      color: #111;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none; }

/* line 76, sass/_mobile-menu.scss */
#mobile-menu-show {
  display: inline-block;
  font-size: 26px;
  padding: 0 7px 5px 7px; }

/* line 1, sass/_header.scss */
header.row {
  margin-bottom: 25px; }
  /* line 4, sass/_header.scss */
  header.row .hidden-xs {
    margin-top: 10px; }
  /* line 8, sass/_header.scss */
  header.row .form-search {
    display: inline-block;
    margin-left: 10px;
    width: 200px; }

/* line 15, sass/_header.scss */
.social-networks {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0; }
  /* line 21, sass/_header.scss */
  .social-networks li {
    display: inline; }
  /* line 25, sass/_header.scss */
  .social-networks a {
    background-color: #b2bbbe;
    color: #fff;
    font-size: 20px;
    width: 32px;
    display: inline-block;
    height: 32px;
    text-align: center;
    border-radius: 15px;
    padding: 2px; }

/* line 38, sass/_header.scss */
ul.flyout:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 15px 7.5px;
  border-color: transparent transparent #000000 transparent;
  line-height: 0px;
  _border-color: #ffffff #ffffff #000000 #ffffff;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#ffffff');
  position: relative;
  top: -20px;
  left: 30px; }

/* line 53, sass/_header.scss */
#main-menu-nav ul.menu > li:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 15px 7.5px;
  border-color: transparent transparent #000000 transparent;
  line-height: 0px;
  _border-color: #ffffff #ffffff #000000 #ffffff;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#ffffff');
  position: relative;
  top: -20px;
  left: -30px; }

/* line 68, sass/_header.scss */
#main-menu-nav {
  border-top: 1px solid #000;
  border-bottom: 2px solid #000; }
  /* line 75, sass/_header.scss */
  #main-menu-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  /* line 82, sass/_header.scss */
  #main-menu-nav ul.menu > li {
    display: block;
    float: left;
    position: relative; }
    /* line 92, sass/_header.scss */
    #main-menu-nav ul.menu > li:hover {
      background: url(images/arrow.png) center bottom no-repeat; }
      /* line 94, sass/_header.scss */
      #main-menu-nav ul.menu > li:hover > a {
        color: #97c555; }
      /* line 98, sass/_header.scss */
      #main-menu-nav ul.menu > li:hover > ul.sub-menu {
        display: block; }
    /* line 111, sass/_header.scss */
    #main-menu-nav ul.menu > li.current-menu-item > a {
      color: #97c555; }
    /* line 115, sass/_header.scss */
    #main-menu-nav ul.menu > li.current-menu-parent > a {
      color: #97c555; }
    /* line 119, sass/_header.scss */
    #main-menu-nav ul.menu > li > a {
      color: #000;
      display: block;
      font-family: "AvenirNextLTW01-DemiCn", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 24px;
      line-height: 55px;
      padding: 0 20px;
      text-transform: uppercase; }
      /* line 136, sass/_header.scss */
      #main-menu-nav ul.menu > li > a:hover {
        color: #97c555;
        text-decoration: none; }
      /* line 140, sass/_header.scss */
      #main-menu-nav ul.menu > li > a:after {
        position: absolute;
        right: -2px;
        top: -3px;
        content: "|";
        color: #bfbfbf; }
  /* line 150, sass/_header.scss */
  #main-menu-nav ul.sub-menu {
    background: url(images/nav-hover.gif) center top no-repeat;
    display: none;
    list-style-type: none;
    position: absolute;
    top: 55px;
    left: 0;
    min-width: 160px;
    z-index: 9;
    border-top: 2px solid black;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5); }
    /* line 169, sass/_header.scss */
    #main-menu-nav ul.sub-menu:before {
      width: 0;
      height: 0;
      border-left: 25px solid transparent;
      border-right: 25px solid transparent;
      border-bottom: 25px solid black;
      position: absolute;
      top: -20px;
      z-index: 10; }
    /* line 180, sass/_header.scss */
    #main-menu-nav ul.sub-menu li.current-menu-item > a {
      color: #97c555;
      font-weight: bold; }
    /* line 184, sass/_header.scss */
    #main-menu-nav ul.sub-menu li:last-child {
      border-bottom: 1px solid #aaa; }
    /* line 188, sass/_header.scss */
    #main-menu-nav ul.sub-menu li a {
      font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 300;
      letter-spacing: 0.4px;
      background-color: #fff;
      border-bottom: 1px solid #eee;
      color: #000;
      display: block;
      font-size: 18px;
      line-height: 30px;
      text-align: left;
      padding-left: 20px;
      white-space: nowrap; }
      /* line 201, sass/_header.scss */
      #main-menu-nav ul.sub-menu li a:hover {
        background: #333;
        color: #fff;
        text-decoration: none; }
    /* line 208, sass/_header.scss */
    #main-menu-nav ul.sub-menu li li:last-child a {
      border-bottom: 0; }
  /* line 216, sass/_header.scss */
  #main-menu-nav .pledge-link {
    display: block;
    margin: 3px 0; }

/* line 222, sass/_header.scss */
.page .page-header h1 {
  color: #adadad; }

/* line 226, sass/_header.scss */
.get-app {
  color: grey;
  line-height: 48px; }

/* line 1, sass/_footer.scss */
footer {
  background-color: #e2e2e2;
  padding: 40px 0; }
  /* line 5, sass/_footer.scss */
  footer ul.menu {
    -moz-column-count: 5;
    -webkit-column-count: 5;
    column-count: 5;
    list-style-type: none;
    margin: 0;
    padding: 0; }
    /* line 11, sass/_footer.scss */
    footer ul.menu li {
      margin-bottom: 5px; }
    /* line 15, sass/_footer.scss */
    footer ul.menu a {
      color: #000; }
  /* line 20, sass/_footer.scss */
  footer ul.social-networks {
    margin-top: 15px; }
    /* line 23, sass/_footer.scss */
    footer ul.social-networks a {
      opacity: 0.5;
      background-color: #b2bbbe;
      -moz-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      -webkit-transition: all 0.25s ease;
      transition: all 0.25s ease; }
      /* line 28, sass/_footer.scss */
      footer ul.social-networks a:hover {
        opacity: 1; }

/* line 36, sass/_footer.scss */
#poweredby {
  border-top: 1px solid #b2bbbe;
  color: #a1a1a1;
  margin-bottom: 0;
  padding-top: 20px;
  text-align: center; }

/* line 1, sass/_documentary.scss */
#doc-title {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-align: center; }
  /* line 6, sass/_documentary.scss */
  #doc-title h2 {
    display: inline-block;
    font-size: 44px;
    letter-spacing: 1px;
    position: relative;
    text-transform: uppercase; }
    /* line 13, sass/_documentary.scss */
    #doc-title h2:before {
      background: url(images/decor1.gif);
      content: " ";
      display: block;
      height: 24px;
      left: -85px;
      position: absolute;
      top: 15px;
      width: 72px; }
    /* line 24, sass/_documentary.scss */
    #doc-title h2:after {
      background: url(images/decor2.gif);
      content: " ";
      display: block;
      height: 24px;
      right: -85px;
      position: absolute;
      top: 13px;
      width: 72px; }
  /* line 36, sass/_documentary.scss */
  #doc-title h3 {
    border-top: 1px solid #ebebeb;
    color: #777;
    font-size: 18px;
    height: 30px;
    margin-top: 15px;
    position: relative; }
    /* line 44, sass/_documentary.scss */
    #doc-title h3 span {
      background-color: #fff;
      display: inline-block;
      padding: 5px 10px;
      position: relative;
      top: -15px; }

/* line 55, sass/_documentary.scss */
#doc-info {
  border-bottom: 1px solid #ebebeb;
  color: #777;
  font: 18px "Times New Roman", serif;
  padding: 0 20% 30px 20%;
  text-align: center; }

/* line 63, sass/_documentary.scss */
#doc-links {
  border-bottom: 1px dotted #999;
  border-top: 1px dotted #999;
  padding: 10px 0; }
  /* line 68, sass/_documentary.scss */
  #doc-links a {
    display: inline-block;
    font-size: smaller;
    font-weight: bold; }
    /* line 73, sass/_documentary.scss */
    #doc-links a:first-child {
      border-right: 1px solid #000;
      margin-right: 10px;
      padding-right: 10px; }

/* line 81, sass/_documentary.scss */
#pledge-btn .btn {
  font-size: 22px;
  padding: 16px 32px; }

/* line 1, sass/_post.scss */
article {
  margin-bottom: 20px; }

/* line 5, sass/_post.scss */
a .link-wrap {
  color: #000; }
  /* line 8, sass/_post.scss */
  a .link-wrap:hover {
    color: #24afd6;
    text-decoration: none; }

/* line 17, sass/_post.scss */
.post .post-title {
  font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 0.4px;
  margin-top: 0; }
  /* line 21, sass/_post.scss */
  .post .post-title a {
    color: #000; }
    /* line 24, sass/_post.scss */
    .post .post-title a:hover {
      color: #24afd6;
      text-decoration: none; }
/* line 31, sass/_post.scss */
.post h2.post-title {
  font-weight: bold;
  font-size: 30px; }
/* line 36, sass/_post.scss */
.post .top-image {
  width: 60%;
  float: left;
  padding: 0 15px 5px 0; }

/* line 45, sass/_post.scss */
.page-template-page-act-php .blog-post-large .constrain-text {
  height: 343px;
  overflow: hidden; }
/* line 51, sass/_post.scss */
.page-template-page-act-php .post .melt-right {
  margin-right: 0px;
  padding-right: 0px; }
/* line 55, sass/_post.scss */
.page-template-page-act-php .post .top-image {
  width: 100%;
  padding: 0px;
  margin: 0px; }

/* line 62, sass/_post.scss */
.full-width .site-content .alignleft {
  clear: left; }

/* line 65, sass/_post.scss */
.alignleft {
  float: left;
  padding-right: 15px; }

/* line 70, sass/_post.scss */
.recent-post .thumb-wrap {
  background-color: #24afd6; }

/* line 74, sass/_post.scss */
.expert-name .group {
  font-size: 24px;
  font-family: "AvenirNextLTW01-DemiCn", "Helvetica Neue", Helvetica, Arial, sans-serif !important; }

/* line 82, sass/_post.scss */
.additional-posts img {
  border: none;
  padding: 0 0 15px 0; }

/* line 90, sass/_post.scss */
.take-action h4 a {
  color: black; }
/* line 93, sass/_post.scss */
.take-action h4 a:hover {
  color: #24afd6; }
/* line 98, sass/_post.scss */
.take-action img {
  border: none;
  padding-right: 20px; }

/* line 103, sass/_post.scss */
.post-content {
  color: #333;
  line-height: 26px; }
  /* line 112, sass/_post.scss */
  .post-content p {
    margin-bottom: 20px; }
  /* line 116, sass/_post.scss */
  .post-content .embed-container {
    margin: 10px 0; }

/* line 121, sass/_post.scss */
.post-media {
  margin-bottom: 20px; }

/* line 126, sass/_post.scss */
.page-template-page-act-php .post-content.expandable {
  height: 320px;
  overflow: hidden; }

/* line 130, sass/_post.scss */
.page-template-page-watch-php .post-content.expandable {
  height: auto;
  overflow: auto; }

/* line 134, sass/_post.scss */
.page-header h1 {
  margin-top: 0px;
  color: black;
  font-size: 24px; }

/* line 141, sass/_post.scss */
.page-template-page-watch-php #community-videos .post.format-video a.post-thumbnail {
  margin: 0px; }
/* line 144, sass/_post.scss */
.page-template-page-watch-php #community-videos .post.format-video h4 {
  height: 60px; }

/* line 149, sass/_post.scss */
.post-media-social-btns {
  height: 30px;
  margin: 10px 0; }

/* line 156, sass/_post.scss */
.post-playable .thumbnail {
  border: 0;
  padding: 0;
  position: relative; }
  /* line 161, sass/_post.scss */
  .post-playable .thumbnail .fa {
    bottom: 5px;
    color: #fff;
    font-size: 38px;
    opacity: .75;
    position: absolute;
    left: 5px; }
/* line 171, sass/_post.scss */
.post-playable a {
  color: #333; }
  /* line 174, sass/_post.scss */
  .post-playable a:hover {
    color: #24afd6; }
/* line 178, sass/_post.scss */
.post-playable h4 {
  font-size: 21px;
  line-height: 28px;
  color: #333; }

/* line 186, sass/_post.scss */
.post-meta {
  background-color: #edf2f1;
  color: #959595;
  margin-bottom: 20px;
  padding: 5px; }
  /* line 192, sass/_post.scss */
  .post-meta time {
    display: inline-block;
    margin-top: 11px; }
  /* line 197, sass/_post.scss */
  .post-meta .post-share {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    /* line 202, sass/_post.scss */
    .post-meta .post-share li {
      display: inline-block;
      font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 300;
      letter-spacing: 0.4px;
      font-size: 18px;
      text-transform: uppercase; }
      /* line 208, sass/_post.scss */
      .post-meta .post-share li:first-child {
        margin-right: 10px;
        position: relative;
        top: -5px; }
      /* line 214, sass/_post.scss */
      .post-meta .post-share li.pinterest {
        background-color: #d11c2d; }
      /* line 218, sass/_post.scss */
      .post-meta .post-share li.facebook {
        background-color: #385a92; }
      /* line 222, sass/_post.scss */
      .post-meta .post-share li.twitter {
        background-color: #34caee; }
      /* line 226, sass/_post.scss */
      .post-meta .post-share li.linkedin {
        background-color: #0077b2; }
      /* line 230, sass/_post.scss */
      .post-meta .post-share li.gplus {
        background-color: #d53b32; }
      /* line 234, sass/_post.scss */
      .post-meta .post-share li a {
        color: #fff;
        display: block;
        font-size: 30px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        width: 45px; }

/* line 3, sass/_home.scss */
body.home .post {
  margin-bottom: 10px; }
/* line 7, sass/_home.scss */
body.home .post-title {
  margin-top: 0; }
  /* line 10, sass/_home.scss */
  body.home .post-title a {
    color: #000; }
/* line 15, sass/_home.scss */
body.home .thumbnail {
  border: 0;
  margin-bottom: 5px;
  padding: 0; }
/* line 21, sass/_home.scss */
body.home .panel {
  background-color: #edf2f1;
  border-radius: 0;
  margin-bottom: 20px;
  padding: 10px; }

/* line 30, sass/_home.scss */
#home-documentary-image {
  background-color: #000;
  display: block;
  padding: 20px 0;
  text-align: center; }

/* line 37, sass/_home.scss */
#home-documentary h4, #home-pledge h5 {
  font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 0.4px;
  font-size: 22px;
  line-height: 28px; }

/* line 45, sass/_home.scss */
#home-feat-expert .user-photo, #home-feat-expert .post-thumbnail, #home-expert-articles .user-photo, #home-expert-articles .post-thumbnail {
  background-color: #fff;
  border-radius: 0;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  display: block;
  padding: 5px; }

/* line 54, sass/_home.scss */
#home-walking-links, #home-expert-articles ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  /* line 59, sass/_home.scss */
  #home-walking-links li, #home-expert-articles ul li {
    color: #555;
    text-align: center; }
    /* line 63, sass/_home.scss */
    #home-walking-links li:after, #home-expert-articles ul li:after {
      color: #959595;
      content: "...";
      display: block; }
  /* line 70, sass/_home.scss */
  #home-walking-links a, #home-expert-articles ul a {
    color: #555; }
    /* line 73, sass/_home.scss */
    #home-walking-links a:hover, #home-expert-articles ul a:hover {
      color: #24afd6; }

/* line 79, sass/_home.scss */
#home-walking-links li:first-child:before {
  color: #959595;
  content: "...";
  display: block; }

/* line 87, sass/_home.scss */
#home-headlines .post {
  margin-bottom: 20px; }
/* line 91, sass/_home.scss */
#home-headlines .post-read-more {
  border-bottom: 1px dashed #ccc;
  border-top: 1px dashed #ccc;
  display: inline-block;
  font-size: 13px;
  padding: 2px 0; }
/* line 99, sass/_home.scss */
#home-headlines .post-title {
  font-family: "AvenirNextLTW01-DemiCn", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: normal; }

/* line 108, sass/_home.scss */
#home-pledge .fa {
  color: #999;
  font-size: 24px; }

/* line 114, sass/_home.scss */
#home-slider {
  margin-bottom: 20px; }
  /* line 117, sass/_home.scss */
  #home-slider.loading {
    background: url(images/loading.gif) no-repeat center;
    height: 533px; }
  /* line 125, sass/_home.scss */
  #home-slider .flexslider iframe {
    width: 100%; }
  /* line 130, sass/_home.scss */
  #home-slider .flexslider-custom {
    margin-bottom: 0; }
    /* line 133, sass/_home.scss */
    #home-slider .flexslider-custom .post-thumbnail {
      overflow: hidden; }
      @media screen and (min-width: 1200px) {
        /* line 133, sass/_home.scss */
        #home-slider .flexslider-custom .post-thumbnail {
          height: 342px; } }
    /* line 141, sass/_home.scss */
    #home-slider .flexslider-custom .slide-info {
      display: none; }
  /* line 146, sass/_home.scss */
  #home-slider .flex-control-paging {
    background-color: #edf2f1;
    height: 30px;
    padding: 10px 0;
    position: static; }
    /* line 152, sass/_home.scss */
    #home-slider .flex-control-paging a {
      background: #fff; }
      /* line 155, sass/_home.scss */
      #home-slider .flex-control-paging a.flex-active {
        background: #24afd6; }
  /* line 163, sass/_home.scss */
  #home-slider .slider-info h2 {
    font-family: "AvenirNextLTW01-DemiCn", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 24px;
    letter-spacing: -1px;
    opacity: 0;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    /* line 171, sass/_home.scss */
    #home-slider .slider-info h2.shown {
      opacity: 1; }
  /* line 176, sass/_home.scss */
  #home-slider .slider-info a {
    color: #000; }
    /* line 179, sass/_home.scss */
    #home-slider .slider-info a:hover {
      color: #24afd6;
      text-decoration: none; }

/* line 189, sass/_home.scss */
#home-video-of-the-week {
  margin-bottom: 40px; }

/* line 193, sass/_home.scss */
.post-featured .post-title {
  font-size: 22px;
  line-height: 26px; }

/* line 198, sass/_home.scss */
#home-fb {
  margin-top: 20px; }

/* line 1, sass/_pages.scss */
#pledge-box {
  background: url(images/pledge-bg.jpg) no-repeat;
  background-size: cover; }
  /* line 5, sass/_pages.scss */
  #pledge-box .container {
    padding: 20px; }
  /* line 9, sass/_pages.scss */
  #pledge-box .page-header {
    margin-bottom: 20px; }
    /* line 12, sass/_pages.scss */
    #pledge-box .page-header h1 {
      color: #24afd6;
      font-size: 60px;
      text-transform: none; }
    /* line 18, sass/_pages.scss */
    #pledge-box .page-header h2 {
      font-size: 28px;
      font-weight: normal; }
  /* line 25, sass/_pages.scss */
  #pledge-box .white-box {
    background-color: rgba(255, 255, 255, 0.9);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    padding: 10px; }
    @media screen and (max-width: 1000px) {
      /* line 25, sass/_pages.scss */
      #pledge-box .white-box {
        margin-bottom: 20px; } }
  /* line 35, sass/_pages.scss */
  #pledge-box .fb-login-btn {
    background: linear-gradient(#4e69a2, #3b5998);
    border-radius: 3px;
    border: 1px solid #3a4b7b;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 10px;
    padding: 5px 8px 3px 8px; }
    /* line 45, sass/_pages.scss */
    #pledge-box .fb-login-btn:hover {
      text-decoration: none; }
    /* line 49, sass/_pages.scss */
    #pledge-box .fb-login-btn:active {
      background-color: #3b5998; }
    /* line 53, sass/_pages.scss */
    #pledge-box .fb-login-btn .fa {
      font-size: 16px; }
  /* line 58, sass/_pages.scss */
  #pledge-box .ninja-forms-required-items {
    display: none; }
  /* line 62, sass/_pages.scss */
  #pledge-box .my-pledge-wrap {
    background-color: #d3e5ac;
    border: 1px solid #9bbb9e;
    padding: 10px; }
    /* line 67, sass/_pages.scss */
    #pledge-box .my-pledge-wrap li {
      display: block;
      margin-bottom: 5px;
      width: 100%; }
    /* line 73, sass/_pages.scss */
    #pledge-box .my-pledge-wrap > label {
      display: none; }
  /* line 80, sass/_pages.scss */
  #pledge-box .pledge-email-wrap label, #pledge-box .pledge-firstname-wrap label, #pledge-box .pledge-lastname-wrap label, #pledge-box .pledge-zip-wrap label {
    display: inline-block;
    text-align: right;
    width: 150px; }
    @media screen and (max-width: 1199px) {
      /* line 80, sass/_pages.scss */
      #pledge-box .pledge-email-wrap label, #pledge-box .pledge-firstname-wrap label, #pledge-box .pledge-lastname-wrap label, #pledge-box .pledge-zip-wrap label {
        display: block;
        text-align: left; } }
  /* line 91, sass/_pages.scss */
  #pledge-box .pledge-email-wrap input, #pledge-box .pledge-firstname-wrap input, #pledge-box .pledge-lastname-wrap input, #pledge-box .pledge-zip-wrap input {
    width: 69%; }
    @media screen and (max-width: 1199px) {
      /* line 91, sass/_pages.scss */
      #pledge-box .pledge-email-wrap input, #pledge-box .pledge-firstname-wrap input, #pledge-box .pledge-lastname-wrap input, #pledge-box .pledge-zip-wrap input {
        display: block;
        margin-left: 0;
        width: 99%; } }
  /* line 103, sass/_pages.scss */
  #pledge-box .pledge-suggestions-wrap, #pledge-box .pledge-subscribe-wrap {
    margin-left: 170px; }
    @media screen and (max-width: 1199px) {
      /* line 103, sass/_pages.scss */
      #pledge-box .pledge-suggestions-wrap, #pledge-box .pledge-subscribe-wrap {
        margin-left: 0; } }
    /* line 110, sass/_pages.scss */
    #pledge-box .pledge-suggestions-wrap label, #pledge-box .pledge-subscribe-wrap label {
      font-size: 14px;
      font-weight: normal; }
  /* line 116, sass/_pages.scss */
  #pledge-box .pledge-subscribe-wrap label {
    font-size: 13px; }
  /* line 120, sass/_pages.scss */
  #pledge-box .submit-wrap {
    margin-left: 170px; }
    /* line 123, sass/_pages.scss */
    #pledge-box .submit-wrap .btn {
      font-size: 28px; }
    @media screen and (max-width: 1199px) {
      /* line 120, sass/_pages.scss */
      #pledge-box .submit-wrap {
        margin-left: 0; }
        /* line 130, sass/_pages.scss */
        #pledge-box .submit-wrap .btn {
          display: block;
          margin: 0 auto; } }

/* line 140, sass/_pages.scss */
.expert .expert-name {
  font-family: "AvenirNextLTW01-DemiCn", "Helvetica Neue", Helvetica, sans-serif; }
  /* line 143, sass/_pages.scss */
  .expert .expert-name h2 {
    font-size: 36px;
    margin-top: 0; }
  /* line 148, sass/_pages.scss */
  .expert .expert-name h4 {
    font-weight: normal; }
/* line 153, sass/_pages.scss */
.expert .post-title {
  font-family: "AvenirNextLTW01-DemiCn", "Helvetica Neue", Helvetica, sans-serif;
  margin-top: 0; }
  /* line 157, sass/_pages.scss */
  .expert .post-title a {
    color: #000; }
    /* line 160, sass/_pages.scss */
    .expert .post-title a:hover {
      color: #24afd6;
      text-decoration: none; }
/* line 167, sass/_pages.scss */
.expert .post-thumbnail {
  background: #24afd6 url(images/logo-white.png) no-repeat center;
  background-size: 90%;
  display: inline-block;
  height: 100px;
  width: 128px; }
  /* line 174, sass/_pages.scss */
  .expert .post-thumbnail img {
    height: 100px;
    width: 128px; }
/* line 180, sass/_pages.scss */
.expert .recent-post .post-thumbnail {
  height: 160px;
  width: 190px; }
/* line 187, sass/_pages.scss */
.expert .more-posts .col-md-6 .post-title {
  margin-bottom: 0;
  margin-top: 30px; }

/* line 200, sass/_pages.scss */
body.page-template-page-read-php .post-thumbnail h1, body.page-template-page-read-php .post-thumbnail h2,
body.page-template-page-watch-php .post-thumbnail h1,
body.page-template-page-watch-php .post-thumbnail h2,
body.single .post-thumbnail h1,
body.single .post-thumbnail h2 {
  color: #FFFFFF; }
/* line 209, sass/_pages.scss */
body.page-template-page-read-php .sub-posts .post-thumbnail,
body.page-template-page-watch-php .sub-posts .post-thumbnail,
body.single .sub-posts .post-thumbnail {
  background: #24afd6 url(images/logo-white.png) no-repeat center;
  background-size: 90%;
  display: inline-block;
  height: 200px;
  width: 260px; }
  /* line 216, sass/_pages.scss */
  body.page-template-page-read-php .sub-posts .post-thumbnail img,
  body.page-template-page-watch-php .sub-posts .post-thumbnail img,
  body.single .sub-posts .post-thumbnail img {
    height: 200px;
    width: 260px; }
  /* line 220, sass/_pages.scss */
  body.page-template-page-read-php .sub-posts .post-thumbnail h1, body.page-template-page-read-php .sub-posts .post-thumbnail h2,
  body.page-template-page-watch-php .sub-posts .post-thumbnail h1,
  body.page-template-page-watch-php .sub-posts .post-thumbnail h2,
  body.single .sub-posts .post-thumbnail h1,
  body.single .sub-posts .post-thumbnail h2 {
    color: #FFFFFF; }
/* line 225, sass/_pages.scss */
body.page-template-page-read-php .sub-posts .post-title,
body.page-template-page-watch-php .sub-posts .post-title,
body.single .sub-posts .post-title {
  font-size: 24px;
  margin-top: 10px; }
/* line 233, sass/_pages.scss */
body.page-template-page-read-php .more-posts li.post,
body.page-template-page-watch-php .more-posts li.post,
body.single .more-posts li.post {
  border-top: 1px solid #dadada;
  margin-top: 0;
  padding: 10px 0; }
  /* line 238, sass/_pages.scss */
  body.page-template-page-read-php .more-posts li.post:last-child,
  body.page-template-page-watch-php .more-posts li.post:last-child,
  body.single .more-posts li.post:last-child {
    border-bottom: 1px solid #dadada; }
  /* line 242, sass/_pages.scss */
  body.page-template-page-read-php .more-posts li.post .post-thumbnail,
  body.page-template-page-watch-php .more-posts li.post .post-thumbnail,
  body.single .more-posts li.post .post-thumbnail {
    background: #24afd6 url(images/logo-white.png) no-repeat center;
    background-size: 90%;
    height: 100px;
    width: 128px; }
  /* line 249, sass/_pages.scss */
  body.page-template-page-read-php .more-posts li.post .post-title,
  body.page-template-page-watch-php .more-posts li.post .post-title,
  body.single .more-posts li.post .post-title {
    font-size: 20px;
    margin-top: 35px; }
/* line 257, sass/_pages.scss */
body.page-template-page-read-php .walking-news,
body.page-template-page-watch-php .walking-news,
body.single .walking-news {
  border-bottom: 1px solid #edf2f1;
  border-left: 1px solid #edf2f1;
  border-right: 1px solid #edf2f1;
  padding-top: 0; }
  /* line 263, sass/_pages.scss */
  body.page-template-page-read-php .walking-news .module-title,
  body.page-template-page-watch-php .walking-news .module-title,
  body.single .walking-news .module-title {
    background-color: #edf2f1;
    margin: 0;
    padding: 10px; }
  /* line 269, sass/_pages.scss */
  body.page-template-page-read-php .walking-news ul,
  body.page-template-page-watch-php .walking-news ul,
  body.single .walking-news ul {
    margin: 0;
    padding: 0; }
  /* line 274, sass/_pages.scss */
  body.page-template-page-read-php .walking-news li,
  body.page-template-page-watch-php .walking-news li,
  body.single .walking-news li {
    color: #24afd6;
    list-style-type: none;
    padding: 10px; }
    /* line 279, sass/_pages.scss */
    body.page-template-page-read-php .walking-news li:nth-child(even),
    body.page-template-page-watch-php .walking-news li:nth-child(even),
    body.single .walking-news li:nth-child(even) {
      background-color: #edf2f1; }
  /* line 284, sass/_pages.scss */
  body.page-template-page-read-php .walking-news a,
  body.page-template-page-watch-php .walking-news a,
  body.single .walking-news a {
    display: block;
    color: #000;
    font-size: 14px;
    padding-left: 15px;
    position: relative; }
    /* line 291, sass/_pages.scss */
    body.page-template-page-read-php .walking-news a:before,
    body.page-template-page-watch-php .walking-news a:before,
    body.single .walking-news a:before {
      color: #24afd6;
      content: "\00b7";
      font-size: 22px;
      font-weight: bold;
      height: 0;
      left: 0;
      position: absolute;
      top: -5px;
      width: 10px; }
    /* line 303, sass/_pages.scss */
    body.page-template-page-read-php .walking-news a:hover,
    body.page-template-page-watch-php .walking-news a:hover,
    body.single .walking-news a:hover {
      color: #24afd6;
      text-decoration: none; }

/* line 317, sass/_pages.scss */
.blog-post .post-info {
  color: #000;
  display: block;
  height: 380px;
  overflow: hidden;
  padding: 20px; }
  /* line 324, sass/_pages.scss */
  .blog-post .post-info:hover {
    background-color: #24afd6;
    color: #fff;
    text-decoration: none; }
    /* line 329, sass/_pages.scss */
    .blog-post .post-info:hover .post-title a, .blog-post .post-info:hover .post-time {
      color: #fff; }
  /* line 334, sass/_pages.scss */
  .blog-post .post-info .post-title {
    font: bold 36px "AvenirNextLTW01-DemiCn", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: -1px; }
    /* line 338, sass/_pages.scss */
    .blog-post .post-info .post-title a:hover {
      color: #fff; }
  /* line 343, sass/_pages.scss */
  .blog-post .post-info .post-time {
    color: #888;
    display: block;
    margin-bottom: 20px; }
/* line 350, sass/_pages.scss */
.blog-post a.post-thumbnail {
  color: #fff;
  display: block;
  height: auto;
  position: relative;
  overflow: hidden; }
  /* line 357, sass/_pages.scss */
  .blog-post a.post-thumbnail img {
    height: auto;
    width: 100%; }
  /* line 362, sass/_pages.scss */
  .blog-post a.post-thumbnail .post-info {
    background: rgba(0, 0, 0, 0.75);
    height: 100%;
    opacity: 0;
    position: absolute;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    width: 100%; }
    /* line 370, sass/_pages.scss */
    .blog-post a.post-thumbnail .post-info .post-time {
      color: #fff; }
  /* line 375, sass/_pages.scss */
  .blog-post a.post-thumbnail:hover .post-info {
    opacity: 1; }
  /* line 378, sass/_pages.scss */
  .blog-post a.post-thumbnail:hover .post-excerpt {
    opacity: 1; }

/* line 384, sass/_pages.scss */
.load-more-wrap {
  width: 100%; }

/* line 387, sass/_pages.scss */
.load-more-blog {
  background-color: #eee;
  padding: 10px 0; }
  /* line 391, sass/_pages.scss */
  .load-more-blog #load-more, .load-more-blog #watch-more {
    background-color: #000;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    padding: 10px 20px; }
    /* line 398, sass/_pages.scss */
    .load-more-blog #load-more:hover, .load-more-blog #watch-more:hover {
      background-color: #24afd6;
      text-decoration: none; }
    /* line 403, sass/_pages.scss */
    .load-more-blog #load-more.loading, .load-more-blog #watch-more.loading {
      background: black url(images/loading-dark.gif) 10px center no-repeat;
      padding-left: 35px; }

/* line 410, sass/_pages.scss */
#tumblog {
  height: 1000px;
  width: 100%; }

/* line 417, sass/_pages.scss */
.blog-post-large .post-title {
  font: 30px "AvenirNextLTW01-DemiCn", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  /* line 420, sass/_pages.scss */
  .blog-post-large .post-title h2 {
    color: #333 !important; }
  /* line 423, sass/_pages.scss */
  .blog-post-large .post-title a {
    color: #000; }
    /* line 426, sass/_pages.scss */
    .blog-post-large .post-title a:hover {
      color: #24afd6;
      text-decoration: none; }
/* line 433, sass/_pages.scss */
.blog-post-large .post-thumbnail {
  margin-bottom: 20px; }

/* line 438, sass/_pages.scss */
html body .take-action {
  display: block;
  position: relative; }
  /* line 445, sass/_pages.scss */
  html body .take-action .post-title {
    font-size: 21px !important;
    font-weight: 300 !important;
    margin: 0 !important;
    display: block;
    position: relative;
    top: 42px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

/* line 459, sass/_pages.scss */
html body .travel-blogs-listing {
  display: block;
  position: relative; }
  /* line 463, sass/_pages.scss */
  html body .travel-blogs-listing .post-thumbnail {
    margin-right: 10px; }
  /* line 467, sass/_pages.scss */
  html body .travel-blogs-listing .post-title {
    font-size: 21px !important;
    line-height: 24px;
    font-weight: 300 !important;
    margin: 0 !important;
    display: block;
    position: relative;
    top: 50px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    /* line 478, sass/_pages.scss */
    html body .travel-blogs-listing .post-title a {
      display: block;
      width: 100%; }

/* line 485, sass/_pages.scss */
.film-frame {
  height: 159px;
  background-color: #000000; }
  /* line 489, sass/_pages.scss */
  .film-frame img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

/* line 498, sass/_pages.scss */
#related-videos .post-playable {
  margin-bottom: 10px; }
  /* line 500, sass/_pages.scss */
  #related-videos .post-playable a {
    margin-bottom: 10px; }
  /* line 505, sass/_pages.scss */
  #related-videos .post-playable h4 {
    margin-top: 0;
    height: 84px; }

@media (min-width: 1200px) {
  /* line 514, sass/_pages.scss */
  #related-videos .post-playable a .film-frame {
    height: 197px; } }
/* line 523, sass/_pages.scss */
.pagination {
  margin: 20px 0; }

/* line 526, sass/_pages.scss */
.pagination ul {
  display: inline-block;
  margin-left: 0;
  margin-bottom: 0;
  border-radius: 5px; }

/* line 532, sass/_pages.scss */
.pagination ul > li {
  display: inline; }

/* line 535, sass/_pages.scss */
.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
  border-left-width: 1px;
  border-radius: 5px 0 0 5px; }

/* line 539, sass/_pages.scss */
.pagination ul > li:last-child > a, .pagination ul > li:last-child > span {
  border-rigth-width: 1px;
  border-radius: 0 5px 5px 0; }

/* line 543, sass/_pages.scss */
.pagination ul > li > a, .pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0; }

/* line 554, sass/_pages.scss */
.pagination-wrap {
  margin-bottom: 20px; }

/* line 559, sass/_pages.scss */
.wp-pagenavi {
  font-size: 20px; }
  /* line 561, sass/_pages.scss */
  .wp-pagenavi a {
    border: none; }
  /* line 565, sass/_pages.scss */
  .wp-pagenavi .nextpostslink:before {
    content: "...  Next "; }
  /* line 570, sass/_pages.scss */
  .wp-pagenavi span {
    border: none; }
  /* line 574, sass/_pages.scss */
  .wp-pagenavi span.pages {
    display: none; }

/* line 578, sass/_pages.scss */
.thumb-box {
  background: #24afd6 url(images/logo-white.png) no-repeat center;
  width: 100%;
  min-height: 120px;
  background-size: 90%;
  display: inline-block; }

/* line 586, sass/_pages.scss */
input[id^="frontend-checklist"] {
  margin-right: 8px; }

/* line 591, sass/_pages.scss */
.frontcheck p {
  margin: 0; }

/* line 595, sass/_pages.scss */
.author-title {
  font-size: 22px; }

/* line 598, sass/_pages.scss */
hgroup.expert-name {
  color: black !important; }

/* line 601, sass/_pages.scss */
.small-thumb-wrap {
  width: 130px;
  height: 84px;
  padding: 0;
  padding-right: 20px;
  margin: 0; }
  /* line 607, sass/_pages.scss */
  .small-thumb-wrap img {
    padding: 0 !important;
    margin: 0 !important; }

/* line 613, sass/_pages.scss */
.expert-name a:hover {
  text-decoration: none; }

/* line 1, sass/_sidebar.scss */
aside.widget {
  border-top: 8px solid #97c555;
  margin-bottom: 20px;
  padding-top: 10px;
  clear: both; }
  /* line 7, sass/_sidebar.scss */
  aside.widget .widgettitle {
    font-family: "AvenirNextLTW01-DemiCn", "Helvetica Neue", Helvetica, sans-serif;
    font-weight: normal;
    margin: 5px 0 10px 0; }
  /* line 15, sass/_sidebar.scss */
  aside.widget .walk-the-talk p, aside.widget .media-and-assets p {
    color: #707070;
    font-size: 13px;
    line-height: 16px; }
  /* line 21, sass/_sidebar.scss */
  aside.widget .walk-the-talk .media-heading, aside.widget .media-and-assets .media-heading {
    font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    letter-spacing: 0.4px;
    font-size: 20px;
    line-height: 26px; }
    /* line 26, sass/_sidebar.scss */
    aside.widget .walk-the-talk .media-heading a, aside.widget .media-and-assets .media-heading a {
      color: #000; }
      /* line 29, sass/_sidebar.scss */
      aside.widget .walk-the-talk .media-heading a:hover, aside.widget .media-and-assets .media-heading a:hover {
        color: #24afd6;
        text-decoration: underline; }
  /* line 38, sass/_sidebar.scss */
  aside.widget .media-and-assets .pull-left {
    border: 1px solid #eee;
    height: 68px;
    width: 103px; }
    /* line 43, sass/_sidebar.scss */
    aside.widget .media-and-assets .pull-left img {
      margin: 0 auto;
      position: relative;
      top: 50%;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
  /* line 53, sass/_sidebar.scss */
  aside.widget .mailing-list label, aside.widget .mailing-list .ninja-forms-required-items {
    display: none; }
  /* line 57, sass/_sidebar.scss */
  aside.widget .mailing-list .field-wrap {
    display: inline-block; }
  /* line 61, sass/_sidebar.scss */
  aside.widget .mailing-list .form-control, aside.widget .mailing-list .btn {
    border-radius: 0;
    margin: 0; }
  /* line 66, sass/_sidebar.scss */
  aside.widget .mailing-list p {
    font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    letter-spacing: 0.4px;
    font-size: 20px;
    line-height: 26px; }
  /* line 74, sass/_sidebar.scss */
  aside.widget .take-pledge {
    border-top: none;
    margin-top: -10px; }
    /* line 78, sass/_sidebar.scss */
    aside.widget .take-pledge .fa {
      font-size: 15px; }

/* line 1, sass/_mycss.scss */
img {
  max-width: 100%;
  height: auto; }

/* line 13, sass/_mycss.scss */
.fb-like-box, .fb-like-box span, .fb-like-box iframe {
  max-width: 100% !important; }

/* line 17, sass/_mycss.scss */
#main-menu-nav ul.sub-menu {
  min-width: 100%; }

/* line 21, sass/_mycss.scss */
#main-menu-nav ul.sub-menu li a {
  padding-right: 20px; }

/* line 25, sass/_mycss.scss */
.additional-posts img {
  max-width: 100%; }

/* line 29, sass/_mycss.scss */
.post .top-image {
  height: auto; }

/* line 34, sass/_mycss.scss */
.expanded {
  display: none; }

/* line 38, sass/_mycss.scss */
.collaborative-content p {
  font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 0.4px;
  font-size: 22px;
  line-height: 28px; }

/* line 46, sass/_mycss.scss */
.featured-partners-item {
  margin-top: 20px; }

/* line 50, sass/_mycss.scss */
.post-referrer img, .featured-partners-item img {
  max-width: 100%;
  height: auto; }

/* line 55, sass/_mycss.scss */
.experts-headline-image img, .toolkits-headline-image img {
  padding-top: 10px !important; }

/* line 59, sass/_mycss.scss */
.toolkits-post-content {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px; }

/* line 64, sass/_mycss.scss */
.toolkits-post-content a {
  color: #24afd6; }

/* line 68, sass/_mycss.scss */
.play-button {
  position: absolute;
  right: 20px;
  bottom: 10px; }

/* line 74, sass/_mycss.scss */
.expert-posts h4.post-title {
  font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 0.4px;
  font-size: 20px;
  line-height: 26px; }

/* line 82, sass/_mycss.scss */
.experts-content p {
  font-size: 0.8em; }

/* line 86, sass/_mycss.scss */
.experts-image {
  padding-top: 24px; }

/* line 90, sass/_mycss.scss */
.experts-image img {
  padding-right: 0; }

/* line 94, sass/_mycss.scss */
.collaborative-title {
  font-family: "AvenirNextLTW01-DemiCn", "Helvetica Neue", Helvetica, sans-serif; }

/* line 98, sass/_mycss.scss */
#tabs {
  border: none; }

/* line 102, sass/_mycss.scss */
.ui-widget-header {
  background: #eef2f1;
  border-radius: 0;
  border: none; }

/* line 108, sass/_mycss.scss */
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: none;
  background: white !important; }

/* line 113, sass/_mycss.scss */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: none;
  border-radius: 0;
  background: #eef2f1; }

/* line 119, sass/_mycss.scss */
.ui-tabs .ui-tabs-nav {
  padding: 10px; }

/* line 123, sass/_mycss.scss */
.ui-tabs .ui-tabs-nav li {
  margin: 1px .2em 1px 0; }

/* line 127, sass/_mycss.scss */
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: 1px;
  padding-bottom: 0px; }

/* line 132, sass/_mycss.scss */
.yks-mailchimpFormDivRowField input[type="text"] {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }

/* line 148, sass/_mycss.scss */
.yks-mailchimpFormDivSubmit {
  margin-top: 0; }

/* line 152, sass/_mycss.scss */
.widget_yikes_mc_widget input[type="submit"] {
  background-color: #24afd6;
  border: 1px solid #24afd6;
  font: 16px "AvenirNextLTW01-DemiCn", "Helvetica Neue", Helvetica, sans-serif;
  margin-left: 5px;
  padding: 6px 15px;
  color: white; }

/* line 161, sass/_mycss.scss */
.yks-require-description, label.yks-mailchimpFormDivRowLabel-required {
  display: none; }

/* line 165, sass/_mycss.scss */
.yks-mailchimpFormDivRow {
  float: left;
  width: auto; }

/* line 170, sass/_mycss.scss */
.widget_yikes_mc_widget p {
  font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 0.4px;
  font-size: 20px;
  line-height: 26px; }
