div.cta a, #tweets div.follow a {
  text-align: center;
  display: inline-block;
  background-color: #df6d27;
  font-family: "alternate-gothic-no-3-d", "helvetica neue", arial, helvetica, sans-serif;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.33333em;
  margin: 0em;
  padding: 0.36em 1em 0.30667em;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: normal;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  letter-spacing: 1px;
}
div.cta a:focus, #tweets div.follow a:focus {
  outline: none !important;
}
div.cta a span, #tweets div.follow a span {
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
div.cta a:after, #tweets div.follow a:after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f178";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  font-size: 1.2em;
  line-height: 1.66667em;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.ie8 div.cta a:after, div.cta .ie8 a:after, .ie8 #tweets div.follow a:after, #tweets div.follow .ie8 a:after {
  display: none;
}
html.no-touch div.cta a:hover span, div.cta html.no-touch a:hover span, html.no-touch #tweets div.follow a:hover span, #tweets div.follow html.no-touch a:hover span {
  -webkit-transform: translateX(200%);
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  -o-transform: translateX(200%);
  transform: translateX(200%);
}
html.no-touch div.cta a:hover:after, div.cta html.no-touch a:hover:after, html.no-touch #tweets div.follow a:hover:after, #tweets div.follow html.no-touch a:hover:after {
  left: 0;
}

div.cta {
  margin-top: 1.6em;
}

@media (max-width: 570px) {
  html.svg #document > header #nav-toggle {
    margin-top: -3px;
  }
}

#document > header {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
@media (min-width: 761px) {
  #document > header h1 a svg {
    height: 2.8em;
  }
}
@media (min-width: 1001px) {
  #document > nav form.search label {
    color: #fff;
  }
  #document > nav form.search input[type="search"] {
    background-color: #fff;
    opacity: .25;
  }
}

@-webkit-keyframes bounce {
  0% {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
  }

  50% {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
  }

  55% {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
  }

  60% {
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
  }

  65% {
    transform: translateY(-25%);
    -webkit-transform: translateY(-25%);
  }

  70% {
    transform: translateY(12.5%);
    -webkit-transform: translateY(12.5%);
  }

  75% {
    transform: translateY(-6%);
    -webkit-transform: translateY(-6%);
  }

  80% {
    transform: translateY(6%);
    -webkit-transform: translateY(6%);
  }

  85% {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
  }

  100% {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
  }
}
@-moz-keyframes bounce {
  0% {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
  }

  50% {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
  }

  55% {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
  }

  60% {
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
  }

  65% {
    transform: translateY(-25%);
    -webkit-transform: translateY(-25%);
  }

  70% {
    transform: translateY(12.5%);
    -webkit-transform: translateY(12.5%);
  }

  75% {
    transform: translateY(-6%);
    -webkit-transform: translateY(-6%);
  }

  80% {
    transform: translateY(6%);
    -webkit-transform: translateY(6%);
  }

  85% {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
  }

  100% {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
  }
}
@keyframes bounce {
  0% {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
  }

  50% {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
  }

  55% {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
  }

  60% {
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
  }

  65% {
    transform: translateY(-25%);
    -webkit-transform: translateY(-25%);
  }

  70% {
    transform: translateY(12.5%);
    -webkit-transform: translateY(12.5%);
  }

  75% {
    transform: translateY(-6%);
    -webkit-transform: translateY(-6%);
  }

  80% {
    transform: translateY(6%);
    -webkit-transform: translateY(6%);
  }

  85% {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
  }

  100% {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
  }
}
section#intro {
  text-align: center;
  background-color: #df6d27;
  color: #fff;
  position: relative;
  min-height: 435px;
  height: 100vh;
  z-index: 90;
  max-height: 680px;
}
section#intro:after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f107";
  position: absolute;
  bottom: 0;
  font-size: 2.48832em;
  line-height: 0.643em;
  width: 1.28601em;
  margin: 0em -0.643em 0.643em;
  animation: bounce 4.0s infinite;
  -webkit-animation: bounce 4.0s infinite;
  z-index: 200;
}
body.mfp-popup-open section#intro:after {
  display: none;
}
section#intro #backgrounds {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
}
section#intro #backgrounds ul.slides {
  list-style: none;
  margin: 0;
}
section#intro #backgrounds ul.slides li {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
}
section#intro #backgrounds ul.slides li div.background {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../images/static/office-01.jpg") no-repeat center center;
  background-size: cover;
  -webkit-transform: translate(0%, 0%);
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
section#intro #backgrounds ul.slides li#background-01.current div.background {
  -webkit-transition: transform 12s linear;
  transition: -webkit-transform 12s linear;
  -moz-transition: transform 12s linear;
  -ms-transition: transform 12s linear;
  -o-transition: transform 12s linear;
  transition: transform 12s linear;
  -webkit-transform: scale(1.3, 1.3);
  -moz-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  -o-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
section#intro #backgrounds ul.slides li#background-02 div.background {
  -webkit-transition: transform 9s linear;
  transition: -webkit-transform 9s linear;
  -moz-transition: transform 9s linear;
  -ms-transition: transform 9s linear;
  -o-transition: transform 9s linear;
  transition: transform 9s linear;
}
section#intro #backgrounds ul.slides li#background-02.current div.background {
  -webkit-transform: translateY(-15%);
  -moz-transform: translateY(-15%);
  -ms-transform: translateY(-15%);
  -o-transform: translateY(-15%);
  transform: translateY(-15%);
  height: 120%;
}
section#intro #backgrounds ul.slides li#background-03.current div.background {
  -webkit-transition: transform 12s linear;
  transition: -webkit-transform 12s linear;
  -moz-transition: transform 12s linear;
  -ms-transition: transform 12s linear;
  -o-transition: transform 12s linear;
  transition: transform 12s linear;
  -webkit-transform: translateX(15%);
  -moz-transform: translateX(15%);
  -ms-transform: translateX(15%);
  -o-transform: translateX(15%);
  transform: translateX(15%);
  width: 120%;
  right: 0;
}
section#intro #backgrounds ul.slides li#background-04 div.background {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
section#intro #backgrounds ul.slides li#background-04.current div.background {
  -webkit-transition: transform 6s linear;
  transition: -webkit-transform 6s linear;
  -moz-transition: transform 6s linear;
  -ms-transition: transform 6s linear;
  -o-transition: transform 6s linear;
  transition: transform 6s linear;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
section#intro #backgrounds ul.controls, section#intro #backgrounds ul.thumbnails {
  display: none;
}
section#intro .container {
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 90;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  right: 0;
  padding: 0 2.4em 0;
  top: 50%;
}
.ie8 section#intro .container {
  top: 25%;
}
.wf-loading section#intro .container {
  visibility: hidden;
}
@media (max-width: 760px) {
  section#intro .container {
    padding: 3.2em 1.6em 0;
  }
}
@media (max-width: 570px) {
  section#intro .container {
    padding: 3.2em 1.2em 0;
  }
}
section#intro .container h2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 22em;
  font-size: 2.98598em;
  line-height: 1.20563em;
}
section#intro .container h2 strong {
  font-weight: 500;
  display: block;
  font-family: "jubilat", georgia, serif;
}
section#intro .container h2 span {
  font-size: .67em;
  font-weight: 300;
}
@media (max-width: 1000px) {
  section#intro .container h2 {
    font-size: 2.48832em;
    line-height: 1.12526em;
  }
}
@media (max-width: 570px) {
  section#intro .container h2 {
    letter-spacing: 0;
    font-size: 2.0736em;
    line-height: 1.15741em;
  }
}
@media (max-width: 570px) {
  section#intro .container h2 {
    font-size: 1.728em;
    line-height: 1.15741em;
  }
}
section#intro .container div.cta a {
  background-color: #fff;
  color: #df6d27;
}

#contact_us-toggle {
  position: fixed;
  right: 0;
  bottom: 0.8em;
  z-index: 80;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-transition: 0s 0.3s;
  -moz-transition: 0s 0.3s;
  -ms-transition: 0s 0.3s;
  -o-transition: 0s 0.3s;
  transition: 0s 0.3s;
  visibility: visible;
}
@media (max-width: 480px) {
  #contact_us-toggle {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 320px) {
  #contact_us-toggle {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.slide-left #contact_us-toggle {
  visibility: hidden;
  -webkit-transition: 0s 0s;
  -moz-transition: 0s 0s;
  -ms-transition: 0s 0s;
  -o-transition: 0s 0s;
  transition: 0s 0s;
}
#contact_us-toggle 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;
  letter-spacing: 1px;
  box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.1);
  background-color: #0698ca;
}
#contact_us-toggle 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;
}
@media (max-width: 570px) {
  #contact_us-toggle {
    top: auto;
    bottom: 1.2em;
  }
  #contact_us-toggle a {
    font-size: .83em;
  }
}

section#approach {
  text-align: center;
  position: relative;
  text-align: center;
}
section#approach div.container {
  max-width: 35em;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1200px;
  position: relative;
  padding-top: 4.8em;
  padding-bottom: 3.2em;
}
@media (max-width: 480px) {
  section#approach div.container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 320px) {
  section#approach div.container {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 1000px) {
  section#approach header {
    margin-bottom: 1.6em;
  }
}
.ie8 section#approach header {
  margin-bottom: 1.6em;
}
section#approach header h2 {
  font-family: "jubilat", georgia, serif;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
  max-width: 28em;
  font-size: 1.728em;
  line-height: 1.38889em;
  margin-top: 0em;
  margin-bottom: 0.92593em;
  letter-spacing: 1px;
}
@media (max-width: 570px) {
  section#approach header h2 {
    font-size: 1.44em;
    line-height: 1.38889em;
    margin-top: 0em;
    margin-bottom: 0.83333em;
    font-weight: 500;
  }
}
section#approach section {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 1.6em;
  -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 1.2em;
}
@media (min-width: 1001px) {
  section#approach section {
    width: 33.33%;
  }
}
section#approach section:nth-of-type(1):before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0b2";
}
section#approach section:nth-of-type(2):before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f086";
}
section#approach section:nth-of-type(3):before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0e7";
}
section#approach section:before {
  display: block;
  font-size: 2.5em;
  line-height: 1.92em;
  margin: 0em;
  color: #df6d27;
}
section#approach section h2 {
  font-family: "alternate-gothic-no-3-d", "helvetica neue", arial, helvetica, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 1.44em;
  line-height: 1.11111em;
  margin-top: 0em;
  margin-bottom: 0.55556em;
}
section#approach section p {
  max-width: 24em;
  margin: 0 auto;
  text-align: left;
}
section#approach div.container > p {
  margin: 0.8em 0 2.4em;
}
section#approach footer div.cta a {
  background-color: #0698ca;
}
section#approach footer div.cta a:after {
  background-color: #0698ca;
}

section#portfolio {
  padding: 2.4em 0 0;
  text-align: center;
  border-top: 2px solid #eee;
}
section#portfolio > div.container {
  max-width: 35em;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 480px) {
  section#portfolio > div.container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 320px) {
  section#portfolio > div.container {
    padding-left: 18px;
    padding-right: 18px;
  }
}
section#portfolio > div.container h2 {
  font-family: "jubilat", georgia, serif;
  font-weight: 300;
  max-width: 28em;
  font-size: 1.728em;
  line-height: 1.38889em;
  margin-top: 0em;
  margin-bottom: 0.46296em;
  letter-spacing: 1px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 570px) {
  section#portfolio > div.container h2 {
    font-size: 1.44em;
    line-height: 1.38889em;
    margin-top: 0em;
    margin-bottom: 0.55556em;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
  }
}
section#portfolio > div.container p {
  font-size: 1em;
  line-height: 1.6em;
  margin-top: 0em;
  margin-bottom: 2.4em;
}
section#portfolio > div.container .cta {
  margin-top: 0;
}
section#portfolio > div.container .cta a {
  background-color: #df6d27;
  color: #fff;
}
section#portfolio section.feed.portfolio {
  margin-bottom: 2px;
}
@media (max-width: 570px) {
  section#portfolio section.feed.portfolio {
    padding: 0;
  }
}
@media (min-width: 571px) {
  section#portfolio section.feed.portfolio section {
    width: 50%;
    padding-top: 33.5%;
  }
}
@media (min-width: 1001px) {
  section#portfolio section.feed.portfolio h1 {
    font-size: 2.98598em;
    line-height: 0.71266em;
    margin: 0em 0em;
  }
}
@media (max-width: 1000px) and (min-width: 761px) {
  section#portfolio section.feed.portfolio h1 {
    font-size: 2.48832em;
    line-height: 0.8552em;
    margin: 0em 0em;
  }
}
@media (min-width: 1001px) {
  section#portfolio section.feed.portfolio h2 {
    font-size: 1.2em;
    line-height: 1.33333em;
    margin-top: 0.33333em;
    margin-bottom: 0em;
  }
}

#blog {
  padding: 4em 0 0;
  /*background-color: $blue;
  color: #fff;*/
}
#blog > .container {
  max-width: 35em;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  max-width: none;
}
@media (max-width: 480px) {
  #blog > .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 320px) {
  #blog > .container {
    padding-left: 18px;
    padding-right: 18px;
  }
}
#blog h2 {
  font-family: "jubilat", georgia, serif;
  font-weight: 300;
  font-size: 2.0736em;
  line-height: 1.15741em;
  margin-top: 0em;
  margin-bottom: 0.3858em;
  letter-spacing: 1px;
  text-align: center;
}
@media (max-width: 570px) {
  #blog h2 {
    font-size: 1.728em;
    line-height: 1.15741em;
    margin-top: 0em;
    margin-bottom: 0.46296em;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
  }
}

section.feed.featured_blogs {
  margin-top: 2.4em;
  text-align: center;
}
section.feed.featured_blogs section {
  display: inline-block;
  width: 33%;
  max-width: 100%;
  box-sizing: border-box;
  padding-left: .6em;
  padding-right: .6em;
  vertical-align: top;
  margin-bottom: 1.8em;
}
@media (min-width: 1001px) {
  section.feed.featured_blogs section {
    max-width: 360px;
  }
  section.feed.featured_blogs section:last-child {
    display: none;
  }
}
@media (max-width: 1000px) {
  section.feed.featured_blogs section {
    width: 50%;
  }
}
@media (max-width: 760px) {
  section.feed.featured_blogs section {
    width: 100%;
    max-width: 400px;
  }
}
section.feed.featured_blogs section a {
  text-decoration: none;
  color: #666;
}
section.feed.featured_blogs section div.visual {
  background-color: #333;
  position: relative;
}
section.feed.featured_blogs section div.visual img {
  max-width: 100%;
  display: block;
}
section.feed.featured_blogs section div.visual h1 {
  font-family: "jubilat", georgia, serif;
  color: #fff;
  position: absolute;
  left: 0.8em;
  right: 0.8em;
  bottom: 1.2em;
  font-weight: 300;
}
section.feed.featured_blogs section div.visual h1 span {
  background-color: rgba(6, 152, 202, 0.85);
  font-size: 1.728em;
  line-height: 0.92593em;
  margin: 0em;
  padding: 0em 0.37037em;
  line-height: normal;
  -webkit-box-decoration-break: clone;
  -moz-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media (max-width: 480px) {
  section.feed.featured_blogs section div.visual h1 span {
    font-size: 1.44em;
    line-height: 1.11111em;
    margin: 0em;
    padding: 0em 0.44444em;
    line-height: normal;
  }
}
section.feed.featured_blogs section div.text {
  border: 4px solid #e6e6e6;
  border-top: 0;
  background-color: #fff;
  padding: 1.2em 1.2em 0;
}
section.feed.featured_blogs section time {
  display: none;
}
section.feed.featured_blogs section div.summary {
  font-size: 0.83333em;
  line-height: 1.92em;
  height: 5.76em;
  margin: 0em;
  overflow: hidden;
}
section.feed.featured_blogs section div.summary .more {
  display: none;
  color: #df6d27;
  text-decoration: underline;
  white-space: nowrap;
}
section.feed.featured_blogs section .more {
  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;
  position: relative;
  top: 1.152em;
  font-size: 0.83333em;
  line-height: 1.92em;
  margin: 0em;
  padding: 0.384em 0.96em 0.192em;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  border: 4px solid #fff;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
}
section.feed.featured_blogs section .more:after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f178";
  margin-left: .3em;
}
section.feed.featured_blogs section a:hover .more {
  background-color: #df6d27;
}

section#email_signup {
  padding: 3.2em 0 3.2em;
  text-align: center;
  /*&:before {
  	min-width: 6em;
  	background-color: #e6e6e6;
  	height: 2px;
  	content: " ";
  	display: inline-block;
  	margin-bottom: vr();
  }*/
}
section#email_signup div.container {
  max-width: 35em;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  max-width: none;
}
@media (max-width: 480px) {
  section#email_signup div.container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 320px) {
  section#email_signup div.container {
    padding-left: 18px;
    padding-right: 18px;
  }
}
section#email_signup h2 {
  font-family: "jubilat", georgia, serif;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
  max-width: 28em;
  font-size: 1.728em;
  line-height: 1.38889em;
  margin-top: 0em;
  margin-bottom: 0em;
  letter-spacing: 1px;
}
section#email_signup h2:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f003";
  display: block;
  font-size: .83em;
  margin-bottom: 0.27778em;
  font-size: 1.2em;
  color: #888;
}
@media (max-width: 570px) {
  section#email_signup h2 {
    font-size: 1.44em;
    line-height: 1.38889em;
    margin-top: 0em;
    margin-bottom: 0.83333em;
    font-weight: 500;
  }
}
section#email_signup p {
  font-size: 0.83333em;
  line-height: 1.92em;
  margin-top: 0em;
  margin-bottom: 1.92em;
}
section#email_signup form ul {
  list-style: none;
  margin: 0 0 0.8em;
}
section#email_signup form ul li {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0.8em;
}
section#email_signup form ul label {
  display: none;
}
section#email_signup form ul input {
  border: 2px solid #ddd;
  border: none;
  border-radius: 3px;
  padding: 6px 12px;
  background-color: #e6e6e6;
  -webkit-appearance: none;
  box-shadow: inset 3px 3px 0px #ddd;
}
section#email_signup form button {
  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;
  padding: 0.48em 0.9em 0.32em;
  background-color: #0698ca;
  letter-spacing: 1px;
}
section#email_signup form button:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f058";
  margin-right: .3em;
  font-size: .83em;
  position: relative;
  line-height: 1;
  top: -1px;
}

#tweets {
  text-align: center;
  background-color: #df6d27;
  color: #fff;
}
#tweets a {
  color: #fff;
}
#tweets div.container {
  max-width: 35em;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 4em;
  padding-bottom: 4em;
  max-width: 36em;
}
@media (max-width: 480px) {
  #tweets div.container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 320px) {
  #tweets div.container {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (min-width: 571px) {
  #tweets div.tweet {
    font-weight: 400;
    font-family: "jubilat", georgia, serif;
  }
}
#tweets div.tweet cite {
  font-style: normal;
  display: block;
  font-family: "alternate-gothic-no-3-d", "helvetica neue", arial, helvetica, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 1.728em;
  line-height: 1.38889em;
  margin-top: 0em;
  margin-bottom: 0.46296em;
}
#tweets div.tweet cite a {
  text-decoration: none;
}
#tweets div.tweet cite a:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f099";
  display: block;
  font-size: 1.728em;
  margin-bottom: 0.23148em;
  text-align: center;
}
@media (min-width: 571px) {
  #tweets div.tweet span.text {
    font-size: 1.44em;
    line-height: 1.66667em;
    margin: 0em;
  }
}
#tweets div.follow {
  margin-top: 1.6em;
}
#tweets div.follow a {
  background-color: #fff;
  color: #df6d27;
}
#tweets div.follow a:after {
  color: #df6d27;
  background-color: #fff;
}

section#contact_us > header {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0.8em;
}
section#contact_us form.custom-form {
  margin-bottom: 0;
}
section#contact_us form.custom-form > ul {
  margin-bottom: 0.8em;
}
section#contact_us form.custom-form > ul > li {
  margin-bottom: 0.8em;
}
section#contact_us form.custom-form > ul > li label {
  font-size: 0.81em;
  line-height: 0.98765em;
  margin-top: 0em;
  margin-bottom: 0.49383em;
}
section#contact_us form.custom-form > ul > li input, section#contact_us form.custom-form > ul > li textarea {
  font-size: .81em;
}
section#contact_us form.custom-form li.checkboxes div.selection_options {
  display: none;
}
section#contact_us form.custom-form > div.buttons {
  margin-bottom: 0;
}

section#thanks {
  text-align: center;
}
section#thanks div.buttons button {
  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;
}
