article.blog .special-callout a, article.blog section.attachments ul li a {
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #df6d27;
  color: #fff;
  -webkit-appearance: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
  border: none;
  margin: 0;
  font-weight: normal;
  font-family: "alternate-gothic-no-3-d", "helvetica neue", arial, helvetica, sans-serif;
  padding: 0.48em 0.8em 0.32em;
  display: inline-block;
}

main > header {
  		/*padding: vr() 0;
  
  		@include breakpoint(3, below) {
  			padding: vr(.5) 0;
  		}*/
}
main > div.body > div.container {
  padding-top: 0;
  max-width: 35em;
}
main > div.body > div.container h2.title {
  display: none;
}

#blog-filters {
  text-align: center;
  background-color: #fff;
  display: block;
  margin: 0 auto;
  padding: 0.8em 0;
  border-bottom: 2px solid #eee;
}
#blog-filters .container {
  max-width: 35em;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 968px;
}
@media (max-width: 480px) {
  #blog-filters .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 320px) {
  #blog-filters .container {
    padding-left: 18px;
    padding-right: 18px;
  }
}
#blog-filters .categories, #blog-filters .search {
  width: 50%;
  max-width: 50%;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
}
#blog-filters .categories {
  padding-right: .3em;
}
#blog-filters .search {
  padding-left: .3em;
}
#blog-filters .search label {
  font-size: 0.83333em;
  line-height: 1.92em;
  height: 1.92em;
  width: 1.92em;
  margin: 0em;
  overflow: hidden;
  position: absolute;
  margin: 2px 0 0 3px;
}
#blog-filters .search label:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  display: block;
}
#blog-filters input[type="search"] {
  width: 100%;
  box-sizing: border-box;
  border-radius: 0px;
  border: none;
  -webkit-appearance: none;
  font-family: inherit;
  background-color: #eee;
  padding: 5px 8px 5px 32px;
  color: #888;
  margin: 0;
  vertical-align: middle;
}

section.feed.blog div.container {
  max-width: 35em;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 960px;
}
@media (max-width: 480px) {
  section.feed.blog div.container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 320px) {
  section.feed.blog div.container {
    padding-left: 18px;
    padding-right: 18px;
  }
}
section.feed.blog div.message {
  margin: 1.6em 0 6.4em;
}
section.feed.blog section {
  padding: 2.4em 0;
  border-bottom: 2px solid #eee;
}
section.feed.blog section:after {
  display: block;
  clear: both;
  content: " ";
  overflow: hidden;
  height: 0;
}
@media (max-width: 760px) {
  section.feed.blog section {
    padding: 1.6em 0;
  }
}
@media (max-width: 480px) {
  section.feed.blog section {
    padding: 0.8em 0;
  }
}
section.feed.blog section a {
  text-decoration: none;
  color: #555555;
}
section.feed.blog section div.visual {
  display: inline-block;
  width: 29%;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 1.8em;
}
@media (max-width: 760px) {
  section.feed.blog section div.visual {
    padding-right: 1.2em;
  }
}
@media (max-width: 570px) {
  section.feed.blog section div.visual {
    padding-right: .9em;
  }
}
section.feed.blog section div.visual img {
  max-width: 100%;
  display: block;
}
section.feed.blog section div.text {
  display: inline-block;
  width: 67%;
  vertical-align: middle;
}
section.feed.blog section div.text h1 {
  font-family: "jubilat", georgia, serif;
  font-weight: 500;
  color: #df6d27;
  font-size: 2.0736em;
  line-height: 1.15741em;
  margin-top: 0em;
  margin-bottom: 0.1929em;
}
@media (max-width: 760px) {
  section.feed.blog section div.text h1 {
    font-size: 1.728em;
    line-height: 1.15741em;
    margin-top: 0em;
    margin-bottom: 0.23148em;
  }
}
@media (max-width: 570px) {
  section.feed.blog section div.text h1 {
    font-size: 1.44em;
    line-height: 1.38889em;
    margin-top: 0em;
    margin-bottom: 0.27778em;
  }
}
@media (max-width: 480px) {
  section.feed.blog section div.text h1 {
    font-size: 1em;
    line-height: 1.28em;
    margin: 0em;
  }
}
section.feed.blog section div.text time {
  color: #aaa;
  display: block;
  font-size: 0.83333em;
  line-height: 1.92em;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  section.feed.blog section div.text time {
    font-size: 0.69444em;
    line-height: 1.8432em;
    margin: 0em;
  }
}
section.feed.blog section div.text div.summary {
  padding-top: 0.8em;
}
@media (max-width: 760px) {
  section.feed.blog section div.text div.summary {
    display: none;
  }
}
section.feed.blog section div.text div.summary span.more {
  text-decoration: underline;
  color: #df6d27;
  white-space: nowrap;
}
section.feed.blog section div.text div.summary:after {
  margin-left: .3em;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f178";
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  color: #df6d27;
}
html.no-touch section.feed.blog section div.text div.summary:hover:after {
  opacity: 1;
}

article.blog .container {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 960px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  article.blog .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 320px) {
  article.blog .container {
    padding-left: 18px;
    padding-right: 18px;
  }
}
article.blog nav.breadcrumb a {
  font-family: "alternate-gothic-no-3-d", "helvetica neue", arial, helvetica, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
}
article.blog nav.breadcrumb a:after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  margin-left: .3em;
  color: #bbb;
}
article.blog > header {
  text-align: center;
  padding-top: 2.4em;
  padding-bottom: 2.4em;
}
@media (max-width: 570px) {
  article.blog > header {
    padding-top: 1.6em;
    padding-bottom: 1.6em;
  }
}
article.blog > header h1 {
  font-family: "jubilat", georgia, serif;
  font-weight: 500;
  font-size: 2.48832em;
  line-height: 1.28601em;
  margin-top: 0em;
  margin-bottom: 0.3215em;
}
@media (max-width: 760px) {
  article.blog > header h1 {
    font-size: 2.0736em;
    line-height: 1.15741em;
    margin: 0em;
  }
}
@media (max-width: 480px) {
  article.blog > header h1 {
    font-size: 1.44em;
    line-height: 1.38889em;
    margin: 0em;
  }
}
article.blog > header time {
  color: #aaa;
  font-size: 0.83333em;
  line-height: 1.92em;
  margin: 0em;
}
@media (max-width: 570px) {
  article.blog > header time {
    font-size: 0.69444em;
    line-height: 2.304em;
    margin: 0em;
  }
}
article.blog > header cite {
  color: #aaa;
  font-style: normal;
  font-size: 0.83333em;
  line-height: 1.92em;
  margin: 0em;
}
article.blog > header cite:before {
  content: "  \00b7  ";
}
@media (max-width: 570px) {
  article.blog > header cite {
    font-size: 0.69444em;
    line-height: 2.304em;
    margin: 0em;
  }
}
article.blog .special-callout {
  text-align: center;
  margin-bottom: 1.6em;
}
article.blog #carousel-container {
  max-width: 960px;
  margin: 0 auto 2.4em;
}
article.blog div.content {
  margin: 0 auto;
}
article.blog div.content .container {
  max-width: 35em;
}
article.blog div.content img {
  max-width: 100%;
}
article.blog section.attachments {
  text-align: center;
  margin-bottom: 1.6em;
}
article.blog section.attachments h3 {
  font-size: 1.2em;
  line-height: 1.33333em;
  margin-top: 0em;
  margin-bottom: 0.33333em;
  font-family: "jubilat", georgia, serif;
  font-weight: 500;
}
article.blog section.attachments ul {
  margin: 0;
  list-style: none;
}
article.blog section.attachments ul li a:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f019";
  margin-right: .3em;
}
article.blog section.cta {
  margin: 1.6em auto;
}
article.blog section.cta .container {
  max-width: 30em;
}
article.blog section.cta a {
  display: block;
}
article.blog section.cta img {
  max-width: 100%;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
article.blog section.cta a:hover img {
  opacity: .75;
}
article.blog div.goto-comments {
  text-align: center;
  margin: 0.8em auto 2.4em;
}
article.blog div.goto-comments a {
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #df6d27;
  color: #fff;
  -webkit-appearance: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
  border: none;
  margin: 0;
  font-weight: normal;
  font-family: "alternate-gothic-no-3-d", "helvetica neue", arial, helvetica, sans-serif;
  padding: 0.48em 0.8em 0.32em;
  background-color: #0698ca;
}
article.blog div.goto-comments a:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f075";
  margin-right: .3em;
}
article.blog section.emma-signup {
  text-align: center;
  padding-top: 2.4em;
  padding-bottom: 2.4em;
  margin-top: 1.6em;
  background-color: #eee;
}
article.blog section.emma-signup img {
  display: none;
}
article.blog section.emma-signup input[type="text"] {
  /*@include prefixer(border-radius, 5px);
  @include prefixer(box-shadow, (inset 1px 1px 3px rgba(0,0,0,0.1)));*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border: none;
  -webkit-appearance: none;
  font-family: inherit;
  background-color: #eee;
  padding: 8px;
  color: #888;
  margin: 0;
  max-width: 100%;
  border-radius: 3px;
  background-color: #fff;
}
article.blog section.emma-signup input[type="submit"] {
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #df6d27;
  color: #fff;
  -webkit-appearance: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
  border: none;
  margin: 0;
  font-weight: normal;
  font-family: "alternate-gothic-no-3-d", "helvetica neue", arial, helvetica, sans-serif;
  padding: 0.48em 0.8em 0.32em;
}
article.blog section.emma-signup input[type="reset"] {
  color: #fff;
  opacity: .66;
  text-transform: uppercase;
  font-family: "alternate-gothic-no-3-d", "helvetica neue", arial, helvetica, sans-serif;
  font-size: 0.83333em;
  line-height: 1.92em;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  padding: 0;
  background: none;
  cursor: pointer;
  display: none;
}
article.blog .e2ma_signup_message {
  font-family: "jubilat", georgia, serif;
  max-width: 24em;
  font-weight: 400;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2em;
  line-height: 1.33333em;
  margin-top: 0em;
  margin-bottom: 0.66667em;
}
article.blog .e2ma_signup_message:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0e0";
  display: block;
  margin-bottom: 0.66667em;
}
article.blog .e2ma_signup_form_label {
  font-weight: bold;
  font-size: 0.83333em;
  line-height: 1.92em;
}
article.blog .e2ma_signup_form_row {
  display: inline-block;
  margin-top: 0.8em;
}
article.blog .e2ma_signup_form_button_row {
  margin-top: 0.8em;
}
article.blog .e2ma_signup_form_required_footnote {
  font-size: 0.5787em;
  line-height: 2.7648em;
}
article.blog section.share {
  text-align: center;
  margin-top: 2.4em;
}
article.blog section.share h3 {
  font-size: 1.2em;
  line-height: 1.33333em;
  margin: 0em;
  font-family: "jubilat", georgia, serif;
  font-weight: 500;
}
article.blog section.email_signup {
  text-align: center;
  padding-top: 1.6em;
  padding-bottom: 1.6em;
  margin-top: 1.6em;
  border-top: 2px solid #eee;
}
article.blog section.email_signup h2 {
  font-family: "jubilat", georgia, serif;
  max-width: 24em;
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2em;
  line-height: 1.33333em;
  margin-top: 0em;
  margin-bottom: 0.66667em;
  color: #aaa;
}
article.blog section.email_signup h2:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0e0";
  display: block;
  font-size: 1.44em;
  margin-bottom: .33em;
}
article.blog section.related {
  text-align: center;
  padding-top: 2.4em;
  border-top: 2px solid #eee;
}
article.blog section.related .container {
  max-width: 960px;
}
article.blog section.related section.feed {
  margin: 0 -15px;
}
@media (max-width: 570px) {
  article.blog section.related section.feed {
    margin: 0 -10px;
  }
}
article.blog section.related section.feed section {
  display: none;
  width: 25%;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  margin-bottom: 1.6em;
}
article.blog section.related section.feed section a {
  text-decoration: none;
}
article.blog section.related section.feed section img {
  max-width: 100%;
  display: block;
  margin-bottom: 1em;
}
article.blog section.related section.feed section h1 {
  font-family: "jubilat", georgia, serif;
  font-weight: 500;
  color: #df6d27;
  font-size: 1em;
  line-height: 1.2em;
  margin: 0em;
}
article.blog section.related section.feed section:first-child, article.blog section.related section.feed section:first-child + section, article.blog section.related section.feed section:first-child + section + section, article.blog section.related section.feed section:first-child + section + section + section {
  display: inline-block;
}
@media (max-width: 1000px) {
  article.blog section.related section.feed section {
    width: 33.33%;
  }
  article.blog section.related section.feed section:first-child + section + section + section {
    display: none;
  }
}
@media (max-width: 570px) {
  article.blog section.related section.feed section {
    width: 50%;
    padding: 0 10px;
  }
  article.blog section.related section.feed section:first-child + section + section {
    display: none;
  }
}
article.blog section.byline {
  text-align: center;
  border-top: 2px solid #eee;
  padding-top: 2.4em;
  display: none;
}
article.blog section.byline img {
  max-width: 6.4em;
  display: block;
  margin: 0 auto 0.8em;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
article.blog section.byline div.name {
  font-weight: bold;
}
article.blog section.byline div.bio {
  max-width: 30em;
  margin: 0.8em auto 0;
  text-align: left;
}
article.blog section.comments {
  border-top: 2px solid #eee;
  padding-top: 2.4em;
  padding-bottom: 0.4em;
}
article.blog section.comments h2 {
  text-align: center;
}
article.blog section.comments form {
  max-width: 30em;
  margin: 0 auto;
}
article.blog > footer {
  border-top: 2px solid #eee;
  padding: 2.4em 0;
  text-align: center;
}
article.blog > footer .back a {
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #df6d27;
  color: #fff;
  -webkit-appearance: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
  border: none;
  margin: 0;
  font-weight: normal;
  font-family: "alternate-gothic-no-3-d", "helvetica neue", arial, helvetica, sans-serif;
  padding: 0.48em 0.8em 0.32em;
}
article.blog > footer .back a:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f177";
  margin-right: .3em;
}

.no-touch header .shareaholic-canvas {
  display: none !important;
}

#resource_feature {
  padding: 0.8em;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  right: -500px;
  box-shadow: -2px 0 100px #999;
  max-width: 100%;
  width: 450px;
  box-sizing: border-box;
}
#resource_feature div.close {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  font-size: 1em;
  line-height: 1.44em;
  height: 1.6em;
  width: 1.6em;
  margin: 0em;
  text-align: center;
  color: #fff;
  background-color: #ccc;
}
#resource_feature div.close:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00d";
  display: block;
}
#resource_feature div.close:hover {
  background-color: #888;
}
#resource_feature a {
  display: block;
  text-decoration: none;
  color: #555555;
}
#resource_feature div.visual {
  width: 25%;
  float: left;
  margin-right: .6em;
}
#resource_feature div.visual img {
  max-width: 100%;
  display: block;
}
#resource_feature div.text {
  overflow: hidden;
}
#resource_feature div.type {
  font-family: "alternate-gothic-no-3-d", "helvetica neue", arial, helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 0.94em;
  line-height: 1.3617em;
  margin: 0em;
}
#resource_feature h1 {
  font-size: 1.2em;
  line-height: 1.06667em;
  margin: 0em 1.33333em 0.53333em 0em;
  font-family: "jubilat", georgia, serif;
  font-weight: 500;
  color: #df6d27;
}
#resource_feature .subscribe, #resource_feature .download {
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #df6d27;
  color: #fff;
  -webkit-appearance: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
  border: none;
  margin: 0;
  font-weight: normal;
  font-family: "alternate-gothic-no-3-d", "helvetica neue", arial, helvetica, sans-serif;
  padding: 0.48em 0.8em 0.32em;
  font-size: 1em;
  line-height: 1.6em;
  padding: 0.16em 0.8em;
  background-color: #0698ca;
  display: inline-block;
}
