@import url(https://fonts.googleapis.com/css?family=Inconsolata:400,700);
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-15 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
body {
  color: #142848;
  font-family: 'AvenirLTStd-Light', serif;
  font-size: 12px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p {
  color: #142848;
  font-family: 'AvenirLTStd-Light', serif;
  font-size: 17px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 25px;
}
p strong,
p b {
  font-family: 'AvenirLTStd-Heavy', serif;
  font-size: 17px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul li {
  padding-left: 2em;
  text-indent: -0.7em;
  font-family: 'AvenirLTStd-Light', serif;
  font-size: 17px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 22px;
  margin: 13px 0;
}
ul li a {
  font-family: 'AvenirLTStd-Light', serif;
  font-size: 17px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
ul li:before {
  content: "\2022  ";
  display: block;
  position: relative;
  max-width: 0px;
  max-height: 0px;
  left: -10px;
  top: 0px;
  color: #46a417;
}
table {
  width: 100%;
}
table td {
  color: #142848;
  font-family: 'AvenirLTStd-Light', serif;
  font-size: 17px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 25px;
  padding: 5px;
}
table td strong,
table td b {
  font-family: 'AvenirLTStd-Heavy', serif;
  font-size: 17px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  outline: none;
  color: #46a417;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
h1 {
  font-family: 'Adelle-Regular', serif;
  font-size: 52px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h2 {
  font-family: 'Adelle-Regular', serif;
  font-size: 25px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 30px;
}
h3 {
  font-family: 'Adelle-Regular', serif;
  font-size: 19px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 29px;
}
h3 strong,
h3 b {
  font-family: 'Adelle-Bold', serif;
  font-size: 19px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h4 {
  font-family: 'AvenirLTStd-Black', serif;
  font-size: 12px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.clear {
  clear: both;
}
nav.mobile_expanded {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 900;
  width: 197px;
  overflow: auto;
  visibility: hidden;
}
nav.mobile_expanded a {
  border-bottom: 1px solid #cdcdcd;
  font-family: 'AvenirLTStd-Black', serif;
  font-size: 16px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  width: 100%;
  float: left;
  color: #142848;
  padding: 18px 0 18px 20px;
  text-decoration: none;
}
nav.mobile_expanded a:hover,
nav.mobile_expanded a.current-menu-item {
  color: #46a417;
}
nav.mobile_expanded a.current-menu-item {
  background: #efefef;
}
header {
  height: 50px;
  width: 100%;
  padding: 8px 0 0;
  float: left;
  background: #fff;
  -webkit-transition: margin 0.4s;
  transition: margin 0.4s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
header .logo {
  width: 160px;
  float: left;
  margin-left: 8px;
  margin-top: 5px;
}
header .container {
  position: relative;
}
header nav.desktop {
  display: none;
}
header nav.mobile {
  float: right;
}
header nav.mobile a.cl-btn {
  float: left;
  margin-right: 0;
}
header nav.mobile a.github {
  margin-right: 15px;
  padding: 1px 13px 0;
  line-height: 28px;
  margin-top: 0px;
}
header nav.mobile .hamburger {
  width: 21px;
  float: right;
  margin-right: 10px;
  margin-top: 6px;
  padding-bottom: 4px;
  border-bottom: 4px solid #46a417;
}
header nav.mobile .hamburger .hamburger_inner {
  border: 4px solid #46a417;
  border-right: none;
  border-left: none;
  height: 12px;
  width: 100%;
}
header nav.mobile .hamburger:hover {
  border-color: #37880f;
}
header nav.mobile .hamburger:hover .hamburger_inner {
  border-color: #37880f;
}
section {
  float: left;
  width: 100%;
  background: #fff;
}
section h1 {
  color: #46a417;
}
section h2 {
  color: #46a417;
}
section h3 {
  color: #142848;
}
section h4 {
  color: #142848;
}
.container {
  padding-left: 0px;
  padding-right: 0px;
}
.cl-btn {
  background: #46a417;
  border: 2px solid #46a417;
  color: #fff;
  padding: 3px 17px 0;
  line-height: 28px;
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
  border-radius: 36px;
  text-transform: uppercase;
  font-family: 'AvenirLTStd-Black', serif;
  font-size: 11px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cl-btn em,
.cl-btn i {
  font-family: 'AvenirLTStd-BlackOblique', serif;
  font-size: 11px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cl-btn:hover,
.cl-btn:active {
  color: #46a417;
  background: none;
  border: 2px solid #46a417;
}
#content {
  background: #fff;
  position: relative;
  float: left;
  padding-top: 50px;
  width: 100%;
  z-index: 1000;
  -webkit-transition: margin 0.4s;
  transition: margin 0.4s;
  -webkit-box-shadow: 4px 0px 10px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 4px 0px 10px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 4px 0px 10px 0px rgba(0, 0, 0, 0.35);
}
body.menu_open {
  overflow: hidden;
}
body.menu_open nav.mobile_expanded {
  overflow-y: auto;
}
body.menu_open header {
  margin-left: -200px;
}
body.menu_open #content {
  margin-left: -200px;
}
section.hero {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
  min-height: 288px;
  padding-top: 30px;
  padding-bottom: 40px;
}
section.hero .gradient_overlay {
  padding-bottom: 28px;
}
section.hero .hero_copy {
  margin-top: 40px;
  width: 100%;
  float: left;
}
section.hero .hero_copy h1 {
  font-size: 43px;
}
section.hero .hero_copy .cl-btn {
  margin-top: 25px;
}
section.hero h4 {
  text-transform: uppercase;
}
section.hero #hero_footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(24, 60, 98, 0.9);
  height: 60px;
}
section.hero #hero_footer .footer-tablet {
  display: block;
}
section.hero #hero_footer .footer-mobile {
  display: none;
}
section.hero #hero_footer .github {
  line-height: 60px;
}
section.hero #hero_footer .github a {
  font-family: 'AvenirLTStd-Black', serif;
  font-size: 16px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(255, 255, 255, 0.4);
}
section.hero #hero_footer .github a:hover {
  text-decoration: none;
  color: #ffffff;
}
section.hero #hero_footer .github a:hover img {
  opacity: 1;
}
section.hero #hero_footer .github img {
  width: 27px;
  height: 26px;
  display: inline-block;
  position: relative;
  top: -2px;
  margin-right: 15px;
  opacity: 0.4;
}
section.hero #hero_footer .social {
  line-height: 60px;
}
section.hero #hero_footer .social img {
  height: auto;
  margin-left: 10px;
  opacity: 0.4;
}
section.hero #hero_footer .social img:hover {
  opacity: 1;
}
section.hero #hero_footer .social img.twitter {
  width: 30px;
  height: 25px;
}
section.hero #hero_footer .social img.reddit {
  width: 38px;
  height: 34px;
}
section.hero #hero_footer .social img.google {
  width: 22px;
  height: 23px;
}
section.hero #hero_footer .footer-mobile {
  text-align: center;
  line-height: 55px;
}
section.hero #hero_footer .footer-mobile img {
  height: auto;
  margin: 0 15px;
}
section.hero #hero_footer .footer-mobile img.github {
  width: 27px;
  height: 26px;
}
section.hero #hero_footer .footer-mobile img.twitter {
  width: 30px;
  height: 25px;
}
section.hero #hero_footer .footer-mobile img.reddit {
  width: 38px;
  height: 34px;
}
section.hero #hero_footer .footer-mobile img.google {
  width: 22px;
  height: 23px;
}
section.hero.gray_pattern {
  background: #efefef url(../images/bg-tile-white-mobile.png) 0 0 repeat;
  overflow: hidden;
  padding: 0;
}
section.hero.gray_pattern .gradient_overlay {
  width: 100%;
  height: 100%;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZWZlZmVmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(-45deg, #efefef 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #efefef), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #efefef 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #efefef 0%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #efefef 0%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: linear-gradient(135deg, #efefef 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#00ffffff', GradientType=1);
  /* IE6-8 fallback on horizontal gradient */
}
section.hero.blue_pattern {
  background: #152947 url(../images/bg-tile-white-mobile-alpha10.png) 0 0 repeat;
  overflow: hidden;
  padding: 0;
}
section.hero.blue_pattern .gradient_overlay {
  width: 100%;
  height: 100%;
  min-height: 288px;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjMlIiBzdG9wLWNvbG9yPSIjMTUyOTQ3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTQlIiBzdG9wLWNvbG9yPSIjMTUyOTQ3IiBzdG9wLW9wYWNpdHk9IjAuODkiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(-45deg, #152947 3%, rgba(21, 41, 71, 0.89) 14%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(3%, #152947), color-stop(14%, rgba(21, 41, 71, 0.89)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #152947 3%, rgba(21, 41, 71, 0.89) 14%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #152947 3%, rgba(21, 41, 71, 0.89) 14%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #152947 3%, rgba(21, 41, 71, 0.89) 14%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: linear-gradient(135deg, #152947 3%, rgba(21, 41, 71, 0.89) 14%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#152947', endColorstr='#00ffffff', GradientType=1);
  /* IE6-8 fallback on horizontal gradient */
}
section.hero.blue_bkgd {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding-bottom: 70px;
}
section.hero.blue_bkgd .hero_copy {
  margin: 0;
}
section.hero.blue_bkgd .hero_copy h1 {
  color: #fff;
}
section.hero.blue_bkgd .hero_copy h3 {
  color: #46a417;
}
section.body_content p {
  margin: 15px 0;
  width: 100%;
}
section.body_content p .alignleft {
  float: left;
  margin-right: 12px;
  margin-bottom: 5px;
}
section.body_content p .alignright {
  float: right;
  margin-left: 12px;
  margin-bottom: 5px;
}
section.body_content .cta_box {
  background: #F0FFE8;
  border: 1px solid #46a417;
  text-align: center;
  padding: 0 0 30px;
  margin: 50px 0 120px 7%;
  width: 86%;
}
section.body_content .cta_box h3 {
  color: #142848;
  line-height: 54px;
}
section.body_content .cta_box .cl-btn {
  width: 150px;
  max-width: 230px;
}
section.body_content .row.acf_fc_text {
  width: calc(100% - 30px);
  margin: 40px 15px 0;
}
section.body_content .row.acf_fc_2_col {
  width: calc(100% - 30px);
  margin: 40px 15px 0;
  padding-bottom: 40px;
  border-bottom: 1px solid #dedede;
}
section.body_content .row.acf_fc_2_col .col {
  padding-left: 0;
  padding-right: 0;
}
section.body_content .row.acf_fc_2_col .acf_fc_type_text {
  margin-top: 30px;
  text-align: center;
}
section.body_content .row.acf_fc_2_col .acf_fc_type_text h2 {
  margin-bottom: 5px;
}
section.body_content .row.acf_fc_2_col .acf_fc_type_text p {
  width: 100%;
  margin: 5px 0;
}
section.body_content .row.acf_fc_2_col .acf_fc_type_text .cl-btn {
  margin-top: 20px;
  line-height: 28px;
}
section.body_content .row.acf_fc_2_col:last-child {
  border-bottom: none;
}
section.body_content .acf_fc_press_row {
  width: calc(100% - 30px);
  margin: 40px 15px 0;
  border-bottom: 1px dashed #dedede;
  padding-bottom: 20px;
}
section.body_content .acf_fc_press_row .acf_fc_type_image {
  text-align: center;
  margin: 0 auto 40px;
}
section.body_content .acf_fc_press_row .acf_fc_type_image img {
  max-width: 250px;
}
section.body_content .acf_fc_press_row .acf_fc_type_text h3 {
  font-family: 'AvenirLTStd-Heavy', serif;
  font-size: 24px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #46a417;
  margin: 0;
}
section.body_content .acf_fc_press_row .acf_fc_type_text h5 {
  font-family: 'AvenirLTStd-Heavy', serif;
  font-size: 16px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #142848;
}
section.body_content .acf_fc_press_row .acf_fc_type_text p {
  font-family: 'AvenirLTStd-LightOblique', serif;
  font-size: 17px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #142848;
}
section.body_content .acf_fc_press_row .acf_fc_type_text a {
  text-decoration: none;
}
section.body_content .acf_fc_press_row .acf_fc_type_text a:hover {
  text-decoration: none;
}
section.body_content .row.acf_fc_press_row:last-child {
  border-bottom: none;
}
section.c2a .c2a_box {
  background: #F0FFE8;
  border: 1px solid #46a417;
  text-align: center;
  padding: 0 0 30px;
  margin: 50px 0 120px 7%;
  width: 86%;
}
section.c2a .c2a_box h3 {
  color: #142848;
  line-height: 54px;
}
section.c2a .c2a_box .cl-btn {
  width: 150px;
  max-width: 230px;
}
section.c2a .c2a_box.c2a_blog {
  width: calc(100% - 30px);
  max-width: 700px;
  margin: 50px auto 120px auto;
}
section.team_profiles #team_headline {
  font-family: 'Adelle-Regular', serif;
  font-size: 20px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 34px;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #46a417;
  text-align: center;
}
section.team_profiles #team_copy {
  font-family: 'AvenirLTStd-Light', serif;
  font-size: 15px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 24px;
  color: #142848;
  text-align: center;
  margin-bottom: 40px;
}
section.team_profiles .profile_founder img {
  width: 100%;
  height: auto;
}
section.team_profiles .profile_founder .profile_name {
  font-family: 'AvenirLTStd-Medium', serif;
  font-size: 16px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 16px;
  color: #46a417;
  text-align: center;
  margin-top: 12px;
}
section.team_profiles .profile_founder .profile_position {
  font-family: 'AvenirLTStd-Light', serif;
  font-size: 12px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 22px;
  color: #142848;
  text-align: center;
  margin-bottom: 25px;
}
section.team_profiles .profile_employees {
  margin-top: 20px;
  margin-bottom: 20px;
}
section.team_profiles .profile_employees img {
  width: 100%;
  height: auto;
}
section.team_profiles .profile_employees .profile_name {
  font-family: 'AvenirLTStd-Medium', serif;
  font-size: 12px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 16px;
  color: #46a417;
  text-align: center;
  margin-top: 10px;
}
section.team_profiles .profile_wrap:hover .profile_name {
  color: #37880f;
}
.profile-popup {
  background-color: #FFFFFF;
  padding: 20px;
  overflow: auto;
}
.profile-popup .popup-thumbnail img {
  width: 100%;
  height: auto;
}
.profile-popup .profile_name {
  font-family: 'AvenirLTStd-Medium', serif;
  font-size: 30px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 30px;
  color: #46a417;
  margin-top: 10px;
}
.profile-popup .profile_position,
.profile-popup .profile_bio {
  font-family: 'AvenirLTStd-Light', serif;
  font-size: 17px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 28px;
  color: #142848;
  margin-bottom: 20px;
}
.profile-popup .profile_bio {
  margin-bottom: 0;
}
.profile-popup .twitter {
  width: 26px;
  height: 21px;
  margin-right: 5px;
}
.profile-popup .linkedin,
.profile-popup .instagram {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}
section.community {
  margin: 25px 0 120px;
}
section.community #community-copy p {
  font-family: 'Adelle-Regular', serif;
  font-size: 20px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 34px;
  text-align: center;
  color: #46a417;
  margin-bottom: 30px;
}
section.community .community-block {
  padding: 30px 60px 30px 30px;
  border: 1px solid #DDDDDD;
  margin: 20px 0;
  position: relative;
}
section.community .community-block .block-headline {
  font-family: 'Adelle-Regular', serif;
  font-size: 20px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 30px;
  margin-bottom: 20px;
}
section.community .community-block .block-copy p {
  font-family: 'AvenirLTStd-Light', serif;
  font-size: 15px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 24px;
  margin-bottom: 10px;
}
section.community .community-block .block-copy p a {
  font-family: 'AvenirLTStd-Heavy', serif;
  font-size: 15px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 24px;
}
section.community .community-block .block-copy p a:hover,
section.community .community-block .block-copy p a:active {
  color: #37880f;
  text-decoration: none;
}
section.community .community-block .block-links a {
  display: block;
  font-family: 'AvenirLTStd-Heavy', serif;
  font-size: 15px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 24px;
}
section.community .community-block .block-links a .block-link-icon {
  width: 12px;
  height: 10px;
  position: relative;
  top: -5px;
  left: 5px;
}
section.community .community-block .block-links a:hover,
section.community .community-block .block-links a:active {
  color: #37880f;
  text-decoration: none;
}
section.community .community-block .block-icon {
  position: absolute;
  right: 15px;
  top: 15px;
}
section.community .community-block .block-icon img {
  width: 45px;
  height: 45px;
}
#calendar-block {
  padding: 30px;
  border: 1px solid #DDDDDD;
  margin: 0 0 20px;
}
#calendar-block .calendar-header {
  font-family: 'Adelle-Regular', serif;
  font-size: 20px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 30px;
  margin-bottom: 20px;
}
#calendar-block .calendar-copy {
  font-family: 'AvenirLTStd-Light', serif;
  font-size: 15px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 24px;
  margin-bottom: 25px;
}
#calendar-block .calendar-copy a {
  color: #46a417;
}
#calendar-block .calendar-copy a:hover {
  color: #37880f;
}
#calendar-widget {
  margin-top: 50px;
}
#calendar-widget .clndr-controls {
  background-color: #F8F8F8;
  border: 1px solid #DDDDDD;
  line-height: 38px;
  text-transform: uppercase;
  text-align: center;
  height: 40px;
  width: 100%;
  position: relative;
}
#calendar-widget .clndr-controls .clndr-previous-button,
#calendar-widget .clndr-controls .clndr-next-button {
  cursor: pointer;
  -webkit-user-select: none;
  font-family: 'AvenirLTStd-Heavy', serif;
  font-size: 30px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#calendar-widget .clndr-controls .current-month {
  width: 100%;
  font-family: 'AvenirLTStd-Heavy', serif;
  font-size: 16px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#calendar-widget .clndr-controls .clndr-previous-button {
  position: absolute;
  text-align: left;
  top: -3px;
  left: 15px;
}
#calendar-widget .clndr-controls .clndr-next-button {
  position: absolute;
  text-align: right;
  top: -3px;
  right: 15px;
}
#calendar-widget .clndr-grid {
  width: 100%;
  border: 1px solid #DDDDDD;
  border-top: none;
}
#calendar-widget .clndr-grid .days-of-the-week {
  width: 100%;
  padding: 10px 0;
}
#calendar-widget .clndr-grid .days-of-the-week .header-day {
  float: left;
  width: 14.2857%;
  text-align: center;
  font-family: 'AvenirLTStd-Heavy', serif;
  font-size: 12px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#calendar-widget .clndr-grid .days-of-the-week .days {
  width: 100%;
}
#calendar-widget .clndr-grid .days-of-the-week .days .day {
  float: left;
  width: 14.2857%;
  margin: 10px 0;
  text-align: center;
  font-family: 'AvenirLTStd-Heavy', serif;
  font-size: 12px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #BBBBBB;
  line-height: 12px;
  border: 2px solid #FFFFFF;
}
#calendar-widget .clndr-grid .days-of-the-week .days .event-day {
  color: #46a417;
}
#calendar-widget .clndr-grid .days-of-the-week .days .adjacent-month .day-number {
  display: none;
}
#calendar-widget .clndr-grid .days-of-the-week .days .selected .day-number {
  border-bottom: 2px solid #46a417;
}
#calendar-widget .event-listing {
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
}
#calendar-widget .event-listing a .event-item {
  border-bottom: 1px solid #DDDDDD;
  background-color: #F8F8F8;
  padding: 10px;
}
#calendar-widget .event-listing a .event-item .event-item-date {
  font-family: 'AvenirLTStd-Heavy', serif;
  font-size: 12px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 12px;
  color: #46a417;
  margin-bottom: 5px;
}
#calendar-widget .event-listing a .event-item .event-item-title {
  font-family: 'Adelle-Regular', serif;
  font-size: 18px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 22spx;
  color: #142848;
}
#calendar-widget .event-listing a:hover,
#calendar-widget .event-listing a:active {
  text-decoration: none;
}
#calendar-widget .event-listing a:hover .event-item,
#calendar-widget .event-listing a:active .event-item {
  background-color: #DFDFDF;
}
#calendar-widget .event-listing a:hover .event-item .event-item-date,
#calendar-widget .event-listing a:active .event-item .event-item-date {
  color: #37880f;
}
section.events {
  margin: 50px 0 120px;
}
section.events #events-title {
  font-family: 'Adelle-Regular', serif;
  font-size: 32px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 32px;
  color: #46a417;
}
section.events .event {
  margin-top: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #DDDDDD;
}
section.events .event .event-date {
  margin-bottom: 10px;
  font-family: 'AvenirLTStd-Roman', serif;
  font-size: 15px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 20px;
  color: #46a417;
}
section.events .event .event-name a {
  font-family: 'Adelle-Regular', serif;
  font-size: 22px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 38px;
  margin-bottom: 20px;
  color: #142848;
}
section.events .event .event-name a:hover,
section.events .event .event-name a:active {
  text-decoration: none;
}
section.events .event .event-description {
  font-family: 'AvenirLTStd-Light', serif;
  font-size: 15px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 24px;
  margin-bottom: 20px;
}
section.events .event .read-more a {
  display: block;
  font-family: 'AvenirLTStd-Heavy', serif;
  font-size: 15px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 24px;
}
section.events .event .read-more a .block-link-icon {
  width: 12px;
  height: 10px;
  position: relative;
  top: -5px;
  left: 5px;
}
section.events .event .read-more a:hover,
section.events .event .read-more a:active {
  color: #37880f;
  text-decoration: none;
}
section.events .subscribe {
  margin-top: 50px;
  background-color: #F8F8F8;
  border: 1px solid #DDDDDD;
  min-height: 250px;
}
section.event {
  margin: 50px 0 120px;
}
section.event .event-name {
  font-family: 'Adelle-Regular', serif;
  font-size: 32px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 38px;
  margin-bottom: 20px;
  color: #46a417;
}
section.event .event-date img {
  width: 18px;
  height: 21px;
}
section.event .event-time img {
  width: 22px;
  height: 22px;
}
section.event .event-location img {
  width: 14px;
  height: 21px;
}
section.event .event-detail {
  font-family: 'AvenirLTStd-Medium', serif;
  font-size: 16px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 24px;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
}
section.event .event-detail .event-icon {
  position: absolute;
}
section.event .event-detail.event-date .event-icon {
  left: 3px;
  top: -4px;
}
section.event .event-detail.event-time .event-icon {
  left: 1px;
  top: -4px;
}
section.event .event-detail.event-location {
  margin-bottom: 40px;
}
section.event .event-detail.event-location .event-icon {
  left: 5px;
  top: -4px;
}
section.event .event-description p {
  margin-bottom: 40px;
  font-family: 'AvenirLTStd-Light', serif;
  font-size: 15px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 24px;
}
section.careers {
  margin-bottom: 120px;
}
section.careers .row {
  margin: 0;
}
section.careers .career-copy {
  font-family: 'Adelle-Regular', serif;
  font-size: 17px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 28px;
  margin-top: 50px;
  margin-bottom: 100px;
  color: #46a417;
  text-align: center;
}
section.careers .values-copy {
  margin-top: 50px;
}
section.careers .career-header {
  font-family: 'Adelle-Regular', serif;
  font-size: 32px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 32px;
  color: #46a417;
  text-align: center;
  margin-bottom: 20px;
}
section.careers .career-header:last-child {
  margin-top: 100px;
}
section.careers #values-box {
  padding: 30px 15px;
  border: 1px solid #DDDDDD;
}
section.careers #values-box .value-row {
  margin-bottom: 30px;
}
section.careers #values-box .value-row:last-child {
  margin-bottom: 0;
}
section.careers #values-box .value-row .value-icon img {
  width: 100%;
  height: auto;
}
section.careers #values-box .value-row .value-name {
  font-family: 'Adelle-Regular', serif;
  font-size: 22px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 34px;
  margin-bottom: 5px;
}
section.careers #values-box .value-row .value-description p {
  font-family: 'AvenirLTStd-Light', serif;
  font-size: 15px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 24px;
}
section.careers .benefit-box {
  padding: 30px;
  border: 1px solid #DDDDDD;
  margin-bottom: 30px;
  min-height: 250px;
}
section.careers .benefit-box .benefit-header {
  margin-bottom: 20px;
}
section.careers .benefit-box .benefit-header .benefit-name {
  padding: 0;
  font-family: 'Adelle-Regular', serif;
  font-size: 22px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 34px;
}
section.careers .benefit-box .benefit-header .benefit-icon {
  padding-right: 0;
  text-align: right;
}
section.careers .benefit-box .benefit-header .benefit-icon img {
  width: 100%;
  height: auto;
  display: inline-block;
}
section.careers .benefit-box .benefit-description p {
  font-family: 'AvenirLTStd-Light', serif;
  font-size: 15px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 24px;
}
.job-link {
  color: #142848;
}
.job-link .job-box {
  width: 100%;
  border: 1px solid #DDDDDD;
  border-bottom: none;
  padding: 15px;
}
.job-link .job-box.last {
  border-bottom: 1px solid #DDDDDD;
}
.job-link .job-box .job-title,
.job-link .job-box .job-location {
  display: inline-block;
  width: 49.4%;
}
.job-link .job-box .job-title {
  font-family: 'Adelle-Regular', serif;
  font-size: 15px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 20px;
}
.job-link .job-box .job-location {
  text-align: right;
  font-family: 'AvenirLTStd-Medium', serif;
  font-size: 12px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 24px;
}
.job-link:hover {
  text-decoration: none;
  color: #142848;
}
.job-link:hover .job-box {
  background-color: #F0FFE8;
}
.single-job-header-box {
  border: 1px solid #46a417;
  padding: 15px;
  background-color: #F0FFE8;
  width: 100%;
}
.single-job-header-box .job-title,
.single-job-header-box .job-location {
  display: inline-block;
  width: 49.5%;
}
.single-job-header-box .job-title {
  font-family: 'Adelle-Regular', serif;
  font-size: 15px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 20px;
}
.single-job-header-box .job-location {
  text-align: right;
  font-family: 'AvenirLTStd-Medium', serif;
  font-size: 12px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 24px;
}
.single-job-box {
  border: 1px solid #DDDDDD;
  border-top: none;
  padding: 15px;
  width: 100%;
}
.single-job-box .job-content {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: 'AvenirLTStd-Light', serif;
  font-size: 15px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 24px;
}
.single-job-box .job-content h3 {
  font-family: 'AvenirLTStd-Heavy', serif;
  font-size: 15px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 24px;
  margin-top: 40px;
}
.single-job-box .job-content .btn-wrap {
  text-align: center;
  margin-top: 30px;
}
.no-job-box {
  border: 1px solid #DDDDDD;
  padding: 30px 30px 20px;
  width: 100%;
  margin-bottom: 60px;
}
.no-job-box .no-job-header {
  font-family: 'Adelle-Regular', serif;
  font-size: 26px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 26px;
  margin-bottom: 10px;
}
section.jobs {
  margin: 50px 0 75px;
}
section.jobs .row {
  margin: 0;
}
section.jobs .jobs-header {
  font-family: 'Adelle-Regular', serif;
  font-size: 32px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 32px;
  color: #46a417;
  text-align: center;
  margin-bottom: 20px;
}
section.jobs .open-header {
  font-family: 'Adelle-Regular', serif;
  font-size: 32px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 32px;
  color: #46a417;
  margin-bottom: 20px;
}
section.jobs .single-job-header {
  text-align: center;
  font-family: 'Adelle-Regular', serif;
  font-size: 32px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 32px;
  color: #46a417;
}
section.tweet_bar {
  background: #FFFFFF;
  border-top: 1px solid #DDDDDD;
  padding: 45px 0;
}
section.tweet_bar .tweet_wrap {
  text-align: center;
}
section.tweet_bar .tweet_wrap > div {
  display: inline-block;
}
section.tweet_bar .craig {
  margin: 0 auto 20px;
  vertical-align: top;
}
section.tweet_bar .craig img {
  width: 184px;
  height: 191px;
}
section.tweet_bar .tweet {
  padding: 0;
  margin-top: 0px;
  text-align: center;
  width: 100%;
  max-width: 600px;
}
section.tweet_bar .tweet p {
  font-family: 'AvenirLTStd-Book', serif;
  font-size: 16px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 26px;
  color: #142848;
}
section.tweet_bar .tweet p a {
  color: #46a417;
}
section.tweet_bar .tweet p a:hover {
  color: #37880f;
  text-decoration: none;
}
section.tweet_bar .tweet b {
  font-family: 'AvenirLTStd-Heavy', serif;
  font-size: 17px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #46a417;
  line-height: 28px;
}
section.tweet_bar .tweet b a {
  color: #46a417;
}
section.tweet_bar .tweet b a:hover {
  color: #37880f;
  text-decoration: none;
}
section.tweet_bar .tw-icon {
  clear: both;
  float: left;
  width: 100%;
  margin: 40px auto 0;
  text-align: center;
}
section.tweet_bar .tw-icon img {
  width: 54px;
}
@media (min-width: 400px) {
  section.team_profiles .profile_founder .profile_name {
    font-family: 'AvenirLTStd-Medium', serif;
    font-size: 22px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 24px;
    margin-top: 16px;
  }
  section.team_profiles .profile_employees .profile_name {
    font-family: 'AvenirLTStd-Medium', serif;
    font-size: 16px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 22px;
    margin-top: 12px;
  }
}
/** intermediate between mobile/tablet **/
@media (min-width: 500px) {
  #calendar-widget .clndr-grid .days-of-the-week .days .day {
    font-family: 'AvenirLTStd-Heavy', serif;
    font-size: 14px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  section.careers .benefit-box .benefit-header .benefit-icon img {
    width: 60%;
  }
}
/** intermediate between mobile/tablet **/
@media (min-width: 600px) {
  header {
    height: 60px;
    padding: 12px 0 0;
  }
  header .logo {
    margin-top: 3px;
    width: 209px;
  }
  header nav.mobile a.github {
    margin-right: 19px;
    margin-top: 2px;
  }
  header nav.mobile .hamburger {
    width: 24px;
    margin-top: 8px;
  }
  #content {
    padding-top: 60px;
  }
  section.hero {
    min-height: 315px;
    padding-top: 60px;
    padding-bottom: 80px;
  }
  section.hero .hero_copy {
    width: 85%;
  }
  section.hero.blue_pattern .gradient_overlay {
    min-height: 315px;
  }
  section.body_content {
    padding-bottom: 50px;
  }
  section.body_content p .alignleft {
    margin-right: 15px;
    margin-bottom: 10px;
  }
  section.body_content p .alignright {
    margin-left: 15px;
    margin-bottom: 10px;
  }
  section.body_content .cta_box {
    margin-left: 25%;
    width: 50%;
  }
  section.body_content .cta_box .cl-btn {
    width: 150px;
    max-width: 230px;
  }
  section.c2a .c2a_box {
    margin-left: 25%;
    width: 50%;
  }
  section.c2a .c2a_box .cl-btn {
    width: 150px;
    max-width: 230px;
  }
  section.team_profiles .profile_employees .profile_name {
    font-family: 'AvenirLTStd-Medium', serif;
    font-size: 22px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 28px;
    margin-top: 16px;
  }
}
/** halfway **/
@media (max-width: 680px) {
  section.hero #hero_footer {
    height: 55px;
  }
  section.hero #hero_footer .footer-tablet {
    display: none;
  }
  section.hero #hero_footer .footer-mobile {
    display: block;
  }
}
/** mobile-only **/
@media (max-width: 767px) {
  .row.acf_fc_2_col.stack_reverse {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .row.acf_fc_2_col.stack_reverse .col {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .row.acf_fc_2_col.stack_reverse .col:first-child {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}
@media (min-width: 650px) {
  section.careers .benefit-box .benefit-header .benefit-icon img {
    width: 45%;
  }
}
/** small desktop, intermediate step **/
@media (min-width: 700px) {
  section.hero {
    padding-top: 70px;
    padding-bottom: 90px;
  }
}
/** small desktop **/
@media (min-width: 768px) {
  p {
    line-height: 24px;
  }
  h1 {
    font-family: 'Adelle-Regular', serif;
    font-size: 75px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  h2 {
    font-family: 'Adelle-Regular', serif;
    font-size: 35px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 50px;
  }
  h3 {
    font-family: 'Adelle-Regular', serif;
    font-size: 28px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 38px;
  }
  h4 {
    font-family: 'AvenirLTStd-Black', serif;
    font-size: 18px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .cl-btn {
    padding: 0 29px;
    line-height: 45px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    font-family: 'AvenirLTStd-Black', serif;
    font-size: 14px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  header {
    height: 75px;
    padding: 18px 0;
  }
  header nav.desktop {
    display: inline-block;
    float: right;
  }
  header nav.desktop a {
    font-family: 'AvenirLTStd-Black', serif;
    font-size: 14px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #142848;
    text-transform: uppercase;
    float: left;
    margin: 0 10px;
    padding: 0;
    line-height: 45px;
    text-decoration: none;
  }
  header nav.desktop a.current-menu-item,
  header nav.desktop a:hover {
    color: #46a417;
    text-decoration: none;
  }
  header nav.desktop a.cl-btn {
    color: #fff;
  }
  header nav.desktop a.cl-btn:hover {
    color: #46a417;
  }
  header nav.desktop a.github {
    padding: 0 29px;
    line-height: 40px;
  }
  header nav.mobile {
    display: none;
  }
  .single-post header nav.desktop a.current_page_parent {
    color: #46a417;
    text-decoration: none;
  }
  #content {
    padding-top: 75px;
  }
  section.hero {
    min-height: 375px;
    padding-top: 80px;
    padding-bottom: 100px;
  }
  section.hero .gradient_overlay {
    padding-bottom: 40px;
  }
  section.hero .hero_copy {
    margin-top: 60px;
    width: 90%;
  }
  section.hero .hero_copy h1 {
    font-size: 48px;
  }
  section.hero .hero_copy .cl-btn {
    margin-top: 25px;
  }
  section.hero.gray_pattern {
    background: #efefef url(../images/bg-tile-white.png) 0 0 repeat;
    overflow: hidden;
  }
  section.hero.blue_pattern {
    background: #152947 url(../images/bg-tile-white-alpha10.png) 0 0 repeat;
    overflow: hidden;
  }
  section.hero.blue_pattern .gradient_overlay {
    min-height: 375px;
  }
  section.body_content p .alignleft {
    margin-right: 20px;
    margin-bottom: 15px;
  }
  section.body_content p .alignright {
    margin-left: 20px;
    margin-bottom: 15px;
  }
  section.body_content .row.acf_fc_2_col {
    border: none;
  }
  section.body_content .row.acf_fc_2_col .acf_fc_type_text .cl-btn {
    line-height: 40px;
  }
  section.body_content .acf_fc_press_row .acf_fc_type_text h3 {
    line-height: 30px;
  }
  section.body_content .cta_box {
    padding: 5px 0 40px;
    width: 50%;
  }
  section.body_content .cta_box h3 {
    font-size: 24px;
  }
  section.body_content .cta_box .cl-btn {
    width: 100%;
    max-width: 230px;
  }
  section.c2a .c2a_box {
    padding: 5px 0 40px;
    width: 50%;
  }
  section.c2a .c2a_box h3 {
    font-size: 24px;
  }
  section.c2a .c2a_box .cl-btn {
    width: 100%;
    max-width: 230px;
  }
  section.tweet_bar {
    padding: 40px 0;
  }
  section.tweet_bar .cl-icon {
    margin-left: 15px;
    float: left;
  }
  section.tweet_bar .tweet {
    clear: none;
    margin-left: 30px;
    margin-top: 0;
    text-align: left;
  }
  section.tweet_bar .tweet b {
    font-family: 'AvenirLTStd-Heavy', serif;
    font-size: 20px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 35px;
  }
  section.tweet_bar .tweet p {
    font-family: 'AvenirLTStd-Book', serif;
    font-size: 26px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 32px;
  }
  section.tweet_bar .tw-icon {
    margin-top: 20px;
    float: right;
  }
  section.team_profiles #team_headline {
    font-family: 'Adelle-Regular', serif;
    font-size: 30px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 42px;
    margin-top: 75px;
    margin-bottom: 30px;
  }
  section.team_profiles #team_copy {
    font-family: 'AvenirLTStd-Light', serif;
    font-size: 17px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 28px;
    margin-bottom: 75px;
  }
  section.team_profiles .profile_founder .profile_position {
    font-family: 'AvenirLTStd-Light', serif;
    font-size: 14px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 28px;
  }
  section.team_profiles .profile_employees .profile_name {
    font-family: 'AvenirLTStd-Medium', serif;
    font-size: 18px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 24px;
    margin-top: 12px;
  }
  .profile-popup .profile_name {
    font-family: 'AvenirLTStd-Medium', serif;
    font-size: 24px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 24px;
  }
  section.community {
    margin: 50px 0 120px;
  }
  section.community #community-copy p {
    font-family: 'Adelle-Regular', serif;
    font-size: 24px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 40px;
    margin-bottom: 50px;
  }
  section.community .community-block {
    padding: 30px 75px 30px 30px;
  }
  section.community .community-block .block-headline {
    font-family: 'Adelle-Regular', serif;
    font-size: 26px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 36px;
  }
  section.community .community-block .block-copy p {
    font-family: 'AvenirLTStd-Light', serif;
    font-size: 17px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 28px;
  }
  section.community .community-block .block-copy p a {
    font-family: 'AvenirLTStd-Heavy', serif;
    font-size: 17px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 28px;
  }
  section.community .community-block .block-links a {
    display: block;
    font-family: 'AvenirLTStd-Heavy', serif;
    font-size: 17px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 28px;
  }
  section.community .community-block .block-links a .block-link-icon {
    width: 15px;
    height: 12px;
  }
  section.community .community-block .block-icon img {
    width: 60px;
    height: 60px;
  }
  #calendar-block {
    margin: 20px 0;
  }
  #calendar-block .calendar-header {
    font-family: 'Adelle-Regular', serif;
    font-size: 26px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 36px;
    margin-bottom: 30px;
  }
  #calendar-block .calendar-copy {
    font-family: 'AvenirLTStd-Light', serif;
    font-size: 17px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 28px;
  }
  section.events #events-title {
    font-family: 'Adelle-Regular', serif;
    font-size: 38px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 38px;
  }
  section.events .event {
    margin-top: 50px;
    padding-bottom: 30px;
  }
  section.events .event .event-date {
    font-family: 'AvenirLTStd-Roman', serif;
    font-size: 18px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 28px;
  }
  section.events .event .event-name a {
    font-family: 'Adelle-Regular', serif;
    font-size: 26px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  section.events .event .event-description {
    font-family: 'AvenirLTStd-Light', serif;
    font-size: 17px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 28px;
  }
  section.events .event .read-more a {
    font-family: 'AvenirLTStd-Heavy', serif;
    font-size: 17px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 28px;
  }
  section.events .event .read-more a .block-link-icon {
    width: 15px;
    height: 12px;
  }
  section.events .subscribe {
    margin-top: 0;
  }
  section.event {
    margin: 50px 0 350px;
  }
  section.event .event-name {
    font-family: 'Adelle-Regular', serif;
    font-size: 36px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 36px;
    margin-bottom: 30px;
  }
  section.event .event-description p {
    font-family: 'AvenirLTStd-Light', serif;
    font-size: 17px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 28px;
  }
  section.careers .career-copy {
    font-family: 'Adelle-Regular', serif;
    font-size: 20px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 34px;
    margin-top: 120px;
    margin-bottom: 75px;
  }
  section.careers .values-copy {
    margin-top: 50px;
  }
  section.careers .career-header {
    font-family: 'Adelle-Regular', serif;
    font-size: 35px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 35px;
  }
  section.careers .career-header:last-child {
    margin-top: 75px;
  }
  section.careers #values-box {
    padding: 50px;
  }
  section.careers #values-box .value-row .value-name {
    font-family: 'Adelle-Regular', serif;
    font-size: 26px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 26px;
    margin-bottom: 10px;
  }
  section.careers #values-box .value-row .value-description {
    font-family: 'AvenirLTStd-Light', serif;
    font-size: 17px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 28px;
  }
  section.careers .benefit-box {
    min-height: 350px;
  }
  section.careers .benefit-box .benefit-header .benefit-name {
    font-family: 'Adelle-Regular', serif;
    font-size: 26px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 34px;
  }
  section.careers .benefit-box .benefit-header .benefit-icon img {
    width: 100%;
  }
  section.careers .benefit-box .benefit-description {
    font-family: 'AvenirLTStd-Light', serif;
    font-size: 16px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 24px;
  }
  .job-link .job-box .job-title {
    font-family: 'Adelle-Regular', serif;
    font-size: 18px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 18px;
  }
  .job-link .job-box .job-location {
    font-family: 'AvenirLTStd-Medium', serif;
    font-size: 16px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 18px;
  }
  .single-job-header-box .job-title {
    font-family: 'Adelle-Regular', serif;
    font-size: 18px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 18px;
  }
  .single-job-header-box .job-location {
    font-family: 'AvenirLTStd-Medium', serif;
    font-size: 16px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 18px;
  }
  .single-job-box {
    padding: 25px;
  }
  .single-job-box .job-content {
    margin-top: 40px;
    margin-bottom: 40px;
    font-family: 'AvenirLTStd-Light', serif;
    font-size: 17px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 28px;
  }
  .single-job-box .job-content h3 {
    font-family: 'AvenirLTStd-Heavy', serif;
    font-size: 17px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 28px;
    margin-top: 40px;
  }
  .single-job-box .job-content .btn-wrap {
    margin-top: 50px;
  }
  section.jobs .jobs-header {
    font-family: 'Adelle-Regular', serif;
    font-size: 35px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 35px;
  }
  section.jobs .open-header {
    font-family: 'Adelle-Regular', serif;
    font-size: 35px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 35px;
  }
  section.jobs .single-job-header {
    font-family: 'Adelle-Regular', serif;
    font-size: 35px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 35px;
  }
  .row.acf_fc_2_col {
    padding-bottom: 0;
  }
  .row.acf_fc_2_col .col-sm-6 {
    width: 48%;
    margin-left: 2%;
    padding-left: 0;
    padding-right: 0;
  }
  .row.acf_fc_2_col .col-sm-6:first-child {
    margin-left: 0;
    margin-right: 2%;
  }
  .row.acf_fc_2_col .acf_fc_type_text {
    margin-top: 0px;
    text-align: left;
  }
}
/** medium desktop **/
@media (min-width: 992px) {
  p {
    line-height: 26px;
  }
  h1 {
    font-family: 'Adelle-Regular', serif;
    font-size: 90px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  h2 {
    font-family: 'Adelle-Regular', serif;
    font-size: 42px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 54px;
  }
  h3 {
    font-family: 'Adelle-Regular', serif;
    font-size: 33px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 42px;
  }
  h4 {
    font-family: 'AvenirLTStd-Black', serif;
    font-size: 23px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .cl-btn {
    line-height: 50px;
  }
  section.hero {
    min-height: 450px;
    padding-top: 100px;
    padding-bottom: 130px;
  }
  section.hero .hero_copy h1 {
    font-size: 60px;
  }
  section.hero.blue_pattern .gradient_overlay {
    min-height: 450px;
  }
  section.body_content p .alignleft {
    margin-right: 30px;
    margin-bottom: 20px;
  }
  section.body_content p .alignright {
    margin-left: 30px;
    margin-bottom: 20px;
  }
  section.body_content .row.acf_fc_2_col .acf_fc_type_text .cl-btn {
    line-height: 45px;
  }
  section.body_content .cta_box {
    padding: 5px 0 40px;
    width: 50%;
  }
  section.body_content .cta_box .cl-btn {
    width: 100%;
    max-width: 230px;
  }
  section.c2a .c2a_box {
    padding: 5px 0 40px;
    width: 50%;
  }
  section.c2a .c2a_box .cl-btn {
    width: 100%;
    max-width: 230px;
  }
  .job-link .job-box {
    padding: 25px;
  }
  .job-link .job-box .job-title,
  .job-link .job-box .job-location {
    width: 49.82%;
  }
  .single-job-header-box {
    padding: 25px;
  }
  .single-job-header-box .job-title,
  .single-job-header-box .job-location {
    width: 49.82%;
  }
  #calendar-widget {
    margin-top: 0;
  }
  #calendar-widget .clndr-grid .days-of-the-week .days .day {
    font-family: 'AvenirLTStd-Heavy', serif;
    font-size: 12px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  section.tweet_bar .tw-icon {
    width: 60px;
    margin-top: 40px;
    clear: none;
  }
  section.tweet_bar .tweet {
    margin-top: 40px;
  }
  .row.acf_fc_2_col .col-sm-6 {
    width: 47%;
    margin-left: 3%;
    padding-left: 0;
    padding-right: 0;
  }
  .row.acf_fc_2_col .col-sm-6:first-child {
    margin-left: 0;
    margin-right: 3%;
  }
}
/** large desktop **/
@media (min-width: 1200px) {
  p {
    line-height: 28px;
  }
  h1 {
    font-family: 'Adelle-Regular', serif;
    font-size: 87px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  h2 {
    font-family: 'Adelle-Regular', serif;
    font-size: 50px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 64px;
  }
  h3 {
    font-family: 'Adelle-Regular', serif;
    font-size: 38px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 48px;
  }
  h4 {
    font-family: 'AvenirLTStd-Black', serif;
    font-size: 28px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  header {
    height: 75px;
    padding: 18px 0;
  }
  header .logo {
    margin-top: 5px;
    width: 209px;
  }
  header nav.desktop {
    display: inline-block;
    float: right;
  }
  header nav.desktop a {
    font-family: 'AvenirLTStd-Black', serif;
    font-size: 14px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #142848;
    text-transform: uppercase;
    float: left;
    margin: 0 10px;
    padding: 0;
    line-height: 45px;
    text-decoration: none;
  }
  header nav.desktop a.current-menu-item,
  header nav.desktop a:hover {
    color: #46a417;
    text-decoration: none;
  }
  header nav.desktop a.cl-btn {
    color: #fff;
  }
  header nav.desktop a.cl-btn:hover {
    color: #46a417;
  }
  header nav.desktop a.github {
    padding: 0 29px;
    line-height: 40px;
  }
  header nav.mobile {
    display: none;
  }
  .container {
    max-width: 1130px;
  }
  .cl-btn {
    padding: 0 45px;
    line-height: 56px;
  }
  #content {
    padding-top: 75px;
  }
  section.hero {
    min-height: 500px;
    padding-top: 130px;
    padding-bottom: 160px;
  }
  section.hero .gradient_overlay {
    padding-bottom: 130px;
  }
  section.hero .hero_copy {
    margin-top: 100px;
  }
  section.hero .hero_copy h1 {
    font-size: 70px;
  }
  section.hero .hero_copy h3 {
    font-size: 33px;
    line-height: 44px;
  }
  section.hero .hero_copy h4 {
    font-size: 20px;
  }
  section.hero.blue_pattern .gradient_overlay {
    min-height: 500px;
  }
  section.body_content p .alignleft {
    margin-right: 50px;
    margin-bottom: 25px;
  }
  section.body_content p .alignright {
    margin-left: 50px;
    margin-bottom: 25px;
  }
  section.body_content .row.acf_fc_2_col .acf_fc_type_text h2 {
    font-size: 44px;
    line-height: 56px;
    margin-bottom: 12px;
  }
  section.tweet_bar .tweet {
    padding: 0;
    margin-left: 45px;
  }
  section.tweet_bar .tweet b {
    font-family: 'AvenirLTStd-Heavy', serif;
    font-size: 22px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 55px;
  }
  section.tweet_bar .tweet p {
    font-family: 'AvenirLTStd-Book', serif;
    font-size: 28px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 35px;
  }
  section.tweet_bar .tw-icon {
    clear: none;
    float: right;
    width: 162px;
    margin-top: 10px;
  }
  section.tweet_bar .tw-icon img {
    width: 100%;
  }
  .row.acf_fc_2_col {
    margin: 75px auto;
  }
  .row.acf_fc_2_col .col-sm-6 {
    width: 47%;
    margin-left: 3%;
    padding-left: 0;
    padding-right: 0;
  }
  .row.acf_fc_2_col .col-sm-6:first-child {
    margin-left: 0;
    margin-right: 3%;
  }
}
body.home section.hero {
  padding: 0;
}
body.home section.hero .hero_mac {
  display: none;
}
body.home section.body_content .row.acf_fc_2_col {
  width: calc(100% - 30px);
  margin: 40px 15px 0;
}
body.home section.body_content .row.acf_fc_2_col .acf_fc_type_image {
  text-align: center;
}
body.home section.body_content .row.acf_fc_2_col .acf_fc_type_image img {
  max-width: 500px;
}
body.about section.body_content .row.acf_fc_2_col .acf_fc_type_image {
  text-align: center;
}
body.about section.body_content .row.acf_fc_2_col .acf_fc_type_image img {
  max-width: 500px;
}
body.team section.body_content .row.acf_fc_2_col .acf_fc_type_text {
  margin-top: 0px;
}
body.team section.body_content .row.acf_fc_2_col .acf_fc_type_text .social_icon {
  float: left;
  margin-right: 10px;
}
body.team section.body_content .row.acf_fc_2_col .acf_fc_type_image {
  text-align: center;
}
body.team section.body_content .row.acf_fc_2_col .acf_fc_type_image img {
  max-width: 500px;
  border: 1px solid #e5e5e5;
}
body.culture .acf_fc_text .col-sm-12 {
  padding-left: 0;
  padding-right: 0;
}
body.culture .acf_fc_text .acf_fc_type_text table td {
  padding: 20px;
}
body.culture .acf_fc_text .acf_fc_type_text table td.culture-icon {
  width: 20%;
  max-width: 176px;
  padding-left: 0px;
  padding-right: 1%;
  padding-bottom: 1%;
}
body.culture .acf_fc_text .acf_fc_type_text table td.culture-icon img,
body.culture .acf_fc_text .acf_fc_type_text table td.culture-icon a img {
  width: 100%;
  min-width: 50px;
  max-width: 100px;
  height: auto;
}
body.contact section.body_content {
  margin-top: 40px;
  padding-bottom: 100px;
}
body.contact section.body_content p {
  font-family: 'AvenirLTStd-Medium', serif;
  font-size: 22px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.contact section.body_content .social_buttons {
  margin-top: 25px;
}
body.contact section.body_content .social_buttons a {
  outline: none;
  margin: 7px 5px;
  display: inline-block;
}
body.contact section.body_content .social_buttons a img {
  width: 35px;
  height: auto;
}
body.contact #contact_button {
  width: 150px;
  padding: 8px 17px 5px;
}
body.press section.hero h1 {
  font-family: 'Adelle-Italic', serif;
  font-size: 38px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}
body.press section.hero h4 {
  font-family: 'AvenirLTStd-Black', serif;
  font-size: 16px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #46a417;
  margin-top: 30px;
}
@media (min-width: 768px) {
  body.home section.hero .hero_copy {
    margin-top: 60px;
    width: 70%;
    max-width: 590px;
  }
  body.home section.hero .hero_mac {
    position: absolute;
    left: 72%;
    top: 0;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    display: inline-block;
  }
  body.home section.body_content .row.acf_fc_2_col .acf_fc_type_image {
    margin-top: 30px;
  }
  body.about section.body_content,
  body.team section.body_content {
    padding-bottom: 75px;
  }
  body.about section.body_content .row.acf_fc_2_col .acf_fc_type_image,
  body.team section.body_content .row.acf_fc_2_col .acf_fc_type_image {
    margin-top: 30px;
  }
  body.culture .acf_fc_text .acf_fc_type_text table td.culture-icon {
    padding-right: 20px;
    padding-bottom: 20px;
  }
  body.culture .acf_fc_text .acf_fc_type_text table td.culture-icon img,
  body.culture .acf_fc_text .acf_fc_type_text table td.culture-icon a img {
    max-width: 100%;
  }
  body.contact section.body_content .social_buttons a {
    margin: 10px 5px;
  }
  body.contact section.body_content .social_buttons a img {
    width: auto;
    height: auto;
  }
  body.contact #contact_button {
    width: 200px;
  }
  body.press section.hero h1 {
    font-family: 'Adelle-Italic', serif;
    font-size: 43px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  body.press section.hero h4 {
    font-family: 'AvenirLTStd-Black', serif;
    font-size: 18px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  body.home section.hero .hero_copy {
    width: 70%;
  }
  body.home section.hero .hero_mac {
    left: 63%;
  }
  body.home section.body_content .row.acf_fc_2_col .acf_fc_type_image {
    margin-top: 50px;
  }
  body.about section.body_content .row.acf_fc_2_col .acf_fc_type_image {
    margin-top: 50px;
  }
  body.press section.hero h1 {
    font-family: 'Adelle-Italic', serif;
    font-size: 50px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  body.press section.hero h4 {
    margin-top: 40px;
    font-family: 'AvenirLTStd-Black', serif;
    font-size: 20px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1200px) {
  body.home section.hero .hero_copy {
    width: 70%;
    max-width: 600px;
  }
  body.home section.hero .hero_copy h3 {
    margin-top: 40px;
  }
  body.home section.hero .hero_mac {
    left: 57%;
  }
  body.home section.hero .gradient_overlay {
    padding-bottom: 100px;
  }
  body.home section.body_content,
  body.about section.body_content,
  body.team section.body_content {
    margin-top: 25px;
  }
  body.home section.body_content .acf_fc_2_col .acf_fc_type_image img,
  body.about section.body_content .acf_fc_2_col .acf_fc_type_image img,
  body.team section.body_content .acf_fc_2_col .acf_fc_type_image img {
    max-width: 530px;
  }
  body.culture .acf_fc_text .acf_fc_type_text table {
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
  }
  body.press section.hero h1 {
    font-family: 'Adelle-Italic', serif;
    font-size: 60px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  body.press section.hero h4 {
    margin-top: 50px;
    font-family: 'AvenirLTStd-Black', serif;
    font-size: 25px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
section#blog_content {
  background: #FFFFFF;
}
section#blog_content .container {
  text-align: center;
}
section#blog_content #top_blog {
  text-align: left;
  margin: 50px auto 0;
  width: calc(100% - 30px);
  max-width: 700px;
}
section#blog_content #top_blog .search_wrap {
  position: relative;
  width: 0%;
  min-width: 50px;
  min-height: 50px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  display: inline-block;
  -webkit-transition: all 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -moz-transition: all 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -o-transition: all 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: all 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  vertical-align: top;
  text-align: left;
  margin-bottom: 20px;
}
section#blog_content #top_blog .search_wrap #search-form input[type="search"] {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  padding: 15px;
  border: 3px solid #ebebeb;
  background: #FFFFFF;
  color: #142848;
  font-family: 'AvenirLTStd-Book', serif;
  font-size: 12px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
  outline: 0;
  outline-offset: -2px;
  /* Opera */
  cursor: pointer;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  width: 100%;
  -webkit-appearance: none;
  -webkit-transition: width 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -moz-transition: width 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -o-transition: width 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: width 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}
section#blog_content #top_blog .search_wrap #search-form input[type="search"]::-webkit-input-placeholder {
  opacity: 0;
}
section#blog_content #top_blog .search_wrap #search-form input[type="search"]:-moz-placeholder {
  opacity: 0;
}
section#blog_content #top_blog .search_wrap #search-form input[type="search"]::-moz-placeholder {
  opacity: 0;
}
section#blog_content #top_blog .search_wrap #search-form input[type="search"]:-ms-input-placeholder {
  opacity: 0;
}
section#blog_content #top_blog .search_wrap #search-form button[type="submit"] {
  z-index: 11;
  color: #142848;
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
section#blog_content #top_blog .search_wrap #search-form button[type="submit"]::before {
  font-size: 20px;
}
section#blog_content #top_blog .search_wrap #search-form #search_toggle,
section#blog_content #top_blog .search_wrap #search-form button[type="submit"] {
  position: absolute;
  left: -1px;
  top: -1px;
  width: 50px;
  height: 50px;
  background: none;
  border: none;
  outline: 0;
  z-index: 15;
  cursor: pointer;
}
section#blog_content #top_blog .search_wrap #search-form > * {
  display: inline-block;
}
section#blog_content #top_blog .search_wrap #search-form:hover input[type="search"] {
  border: 3px solid #142848;
}
section#blog_content #top_blog .search_wrap.open {
  width: 250px;
}
section#blog_content #top_blog .search_wrap.open #search-form input[type="search"] {
  color: #142848;
  cursor: text;
  padding: 15px 15px 15px 40px;
}
section#blog_content #top_blog .search_wrap.open #search-form input[type="search"]::-webkit-input-placeholder {
  opacity: 1;
}
section#blog_content #top_blog .search_wrap.open #search-form input[type="search"]:-moz-placeholder {
  opacity: 1;
}
section#blog_content #top_blog .search_wrap.open #search-form input[type="search"]::-moz-placeholder {
  opacity: 1;
}
section#blog_content #top_blog .search_wrap.open #search-form input[type="search"]:-ms-input-placeholder {
  opacity: 1;
}
section#blog_content #top_blog .search_wrap.open #search-form:hover input[type="search"] {
  border: 3px solid #ebebeb;
}
section#blog_content #top_blog .subscribe_wrap {
  float: right;
}
section#blog_content #top_blog .subscribe_wrap .newsletter {
  display: inline-block;
  font-family: 'AvenirLTStd-Black', serif;
  font-size: 16px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #142848;
  text-transform: uppercase;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  border: 3px solid #ebebeb;
  padding: 12px 15px 10px;
  text-decoration: none;
  vertical-align: top;
  margin-right: 10px;
}
section#blog_content #top_blog .subscribe_wrap .newsletter:hover {
  border: 3px solid #142848;
}
section#blog_content #top_blog .subscribe_wrap .rss {
  width: 50px;
  height: 50px;
  display: inline-block;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  border: 3px solid #ebebeb;
  color: #142848;
  line-height: 1;
  position: relative;
  vertical-align: top;
}
section#blog_content #top_blog .subscribe_wrap .rss::before {
  font-size: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
section#blog_content #top_blog .subscribe_wrap .rss:hover {
  border: 3px solid #142848;
}
section#blog_content article {
  width: calc(100% - 30px);
  margin: 0 auto;
  max-width: 700px;
  display: inline-block;
  text-align: left;
}
section#blog_content article h1 {
  font-family: 'Adelle-Bold', serif;
  font-size: 28px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 34px;
  margin-top: 5px;
}
section#blog_content article h1 a {
  font-size: 28px;
  line-height: 34px;
  text-decoration: none;
  color: #142848;
}
section#blog_content article h2 {
  font-family: 'Adelle-Bold', serif;
  font-size: 32px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 42px;
  color: #46a417;
  margin: 50px 0 0;
}
section#blog_content article h3 {
  font-family: 'Adelle-Bold', serif;
  font-size: 22px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 30px;
  color: #142848;
  margin: 40px 0 -16px;
}
section#blog_content article h4 {
  font-family: 'AvenirLTStd-Heavy', serif;
  font-size: 20px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 28px;
  color: #46a417;
  margin: 20px 0 -20px;
}
section#blog_content article .meta-data {
  color: #142848;
  font-family: 'AvenirLTStd-Book', serif;
  font-size: 18px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 30px 0 0;
}
section#blog_content article .meta-data .date_divider {
  margin: 0 20px 0 15px;
}
section#blog_content article .meta-data a {
  color: #142848;
  text-decoration: none;
}
section#blog_content article .meta-data .speech {
  width: 16px;
  position: relative;
  top: -2px;
  left: -3px;
}
section#blog_content article .written-by {
  clear: both;
  color: #142848;
  font-family: 'AvenirLTStd-Book', serif;
  font-size: 18px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: italic;
  margin: 10px 0 20px;
}
section#blog_content article .left {
  padding-left: 0;
}
section#blog_content article .right {
  padding-right: 0;
}
section#blog_content article .thumbnail {
  width: 100%;
  height: auto;
  margin: 30px 0 0;
}
section#blog_content article p {
  color: #142848;
  font-family: 'AvenirLTStd-Light', serif;
  font-size: 17px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 28px;
  margin-top: 20px;
}
section#blog_content article p a {
  color: #46a417;
}
section#blog_content article p b,
section#blog_content article p strong {
  font-family: 'AvenirLTStd-Heavy', serif;
  font-size: 17px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
section#blog_content article p .more-link {
  width: 100%;
  margin-top: 25px;
  color: #46a417;
  font-family: 'AvenirLTStd-Heavy', serif;
  font-size: 14px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
}
section#blog_content article p img {
  max-width: 100%;
  height: auto;
}
section#blog_content article ul,
section#blog_content article ol {
  margin-left: 10px;
}
section#blog_content article ul li,
section#blog_content article ol li {
  color: #142848;
  font-family: 'AvenirLTStd-Book', serif;
  font-size: 18px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 13px 0;
}
section#blog_content article ul li a,
section#blog_content article ol li a {
  color: #142848;
}
section#blog_content article ul li:before,
section#blog_content article ol li:before {
  color: #142848;
}
section#blog_content article ul li {
  padding: 0 0 0 2em;
}
section#blog_content article ol li {
  padding-top: 0;
  padding-bottom: 0;
  margin: 13px 0;
}
section#blog_content article blockquote p {
  margin-top: 0;
  margin: 0;
}
section#blog_content article code {
  padding: 0;
  font-size: 20px;
  color: #142848;
  font-family: 'Inconsolata';
  background-color: transparent;
  font-weight: 700;
}
section#blog_content article table {
  margin-top: 20px;
}
section#blog_content article table td {
  border-right: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  border-left: 2px solid #FFFFFF;
  background: #e8e7e5;
  color: #142848;
  font-family: 'Inconsolata';
  padding: 5px;
}
section#blog_content article table thead td {
  border-bottom: 2px solid #46a417 !important;
  border: none;
  background: #ffffff;
  color: #46a417;
}
section#blog_content article .comment_title {
  color: #46a417;
  font-family: 'AvenirLTStd-Heavy', serif;
  font-size: 20px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  margin: 100px 0 50px;
  padding-bottom: 15px;
  width: 100%;
  border-bottom: 3px solid #ebebeb;
}
section#blog_content article a.read_more {
  font-family: 'AvenirLTStd-Heavy', serif;
  font-size: 18px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #46a417;
  text-decoration: none;
}
section#blog_content article .tax-tags {
  margin-top: 50px;
}
section#blog_content article .tax-tags a {
  display: inline-block;
  font-family: 'AvenirLTStd-Black', serif;
  font-size: 14px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #FFFFFF;
  background-color: #46a417;
  padding: 10px 15px 8px;
  margin: 0 10px 10px 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #FFFFFF;
}
section#blog_content article .tax-tags a:hover {
  color: #46a417;
  background-color: #FFFFFF;
  border: 2px solid #46a417;
}
section#blog_content article .next-post {
  margin-top: 75px;
  padding: 40px 0 30px;
  border-bottom: 3px solid #ebebeb;
  border-top: 3px solid #ebebeb;
  position: relative;
}
section#blog_content article .next-post:before {
  content: "READ NEXT POST";
  font-family: 'AvenirLTStd-Black', serif;
  font-size: 16px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 16px;
  background-color: #FFFFFF;
  border: 3px solid #ebebeb;
  padding: 10px 15px 8px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
section#blog_content article .article_divider {
  border-top: 3px solid #ebebeb;
  height: 1px;
  width: 100%;
  margin: 30px 0 0;
}
section#blog_content .pagination_container {
  width: calc(100% - 30px);
  margin: 30px auto 50px;
  max-width: 850px;
  display: inline-block;
}
section#blog_content .pagination_container nav.pagination {
  margin: 0;
}
section#blog_content .pagination_container nav.pagination h2 {
  display: none;
}
section#blog_content .pagination_container nav.pagination .nav-links {
  font-family: 'AvenirLTStd-Black', serif;
  font-size: 18px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
section#blog_content .pagination_container nav.pagination .nav-links a {
  color: #46a417;
}
section#blog_content .pagination_container nav.pagination .nav-links > *:not(.next):not(.prev) {
  margin: 0 10px;
}
section#blog_content .pagination_container nav.pagination .nav-links .prev {
  margin-right: 10px;
}
section#blog_content .pagination_container nav.pagination .nav-links .next {
  margin-left: 10px;
}
.blog-hs-form {
  margin: 0 auto;
}
.blog-hs-form .blog-form > div {
  display: inline-block;
}
.blog-hs-form .blog-form .hs_email label {
  display: none;
}
.blog-hs-form .blog-form .hs_email input {
  border: 2px solid #DDDDDD;
  border-right: none;
  outline: none;
  height: 40px;
  line-height: 35px;
  -webkit-border-top-left-radius: 20px;
  -moz-border-top-left-radius: 20px;
  border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-bottom-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 0 15px 0 25px;
  width: 200px;
}
.blog-hs-form .blog-form .inputs-list {
  display: none !important;
}
.blog-hs-form .blog-form .hs_submit {
  position: relative;
}
.blog-hs-form .blog-form .hs-button {
  background-color: #46a417;
  color: #FFFFFF;
  border: 2px solid #DDDDDD;
  border-left: none;
  outline: none;
  height: 40px;
  line-height: 35px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-top-right-radius: 20px;
  border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-bottom-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 0 25px 0 15px;
  text-transform: uppercase;
  position: relative;
  font-family: 'AvenirLTStd-Black', serif;
  font-size: 13px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.blog-hs-form .blog-form .hs-error-msgs,
.blog-hs-form .blog-form .hs-form-required {
  display: none !important;
}
.blog-hs-form .blog-form .submitted-message {
  text-align: left;
  width: 100%;
  font-family: 'AvenirLTStd-Book', serif;
  font-size: 16px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.top-blog-hs-form {
  margin: 0 10px 0 auto;
  display: inline-block;
}
.top-blog-hs-form .submitted-message {
  margin: 15px 15px 0 0;
  font-size: 14px;
}
.top-blog-hs-form .top-blog-form > div {
  display: inline-block;
}
.top-blog-hs-form .top-blog-form .hs_email label {
  display: none;
}
.top-blog-hs-form .top-blog-form .hs_email input {
  border: 3px solid #ebebeb;
  border-right: none;
  outline: none;
  height: 50px;
  line-height: 35px;
  -webkit-border-top-left-radius: 25px;
  -moz-border-top-left-radius: 25px;
  border-top-left-radius: 25px;
  -webkit-border-bottom-left-radius: 25px;
  -moz-border-bottom-left-radius: 25px;
  border-bottom-left-radius: 25px;
  padding: 0 15px 0 25px;
  width: 200px;
}
.top-blog-hs-form .top-blog-form .inputs-list {
  display: none !important;
}
.top-blog-hs-form .top-blog-form .hs_submit {
  position: relative;
}
.top-blog-hs-form .top-blog-form .hs-button {
  background-color: #FFFFFF;
  color: #142848;
  border: 3px solid #ebebeb;
  outline: none;
  height: 50px;
  line-height: 35px;
  -webkit-border-top-right-radius: 25px;
  -moz-border-top-right-radius: 25px;
  border-top-right-radius: 25px;
  -webkit-border-bottom-right-radius: 25px;
  -moz-border-bottom-right-radius: 25px;
  border-bottom-right-radius: 25px;
  padding: 0 25px 0 15px;
  text-transform: uppercase;
  position: relative;
  font-family: 'AvenirLTStd-Black', serif;
  font-size: 16px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.top-blog-hs-form .top-blog-form .hs-button:hover {
  border-color: #142848;
}
.top-blog-hs-form .top-blog-form .hs-error-msgs,
.top-blog-hs-form .top-blog-form .hs-form-required {
  display: none !important;
}
.top-blog-hs-form .top-blog-form .submitted-message {
  text-align: left;
  width: 100%;
  font-family: 'AvenirLTStd-Book', serif;
  font-size: 16px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  section#blog_content article ul,
  section#blog_content article ol {
    margin-left: 40px;
  }
  .blog-hs-form .blog-form .hs_email input {
    width: 250px;
  }
}
@media (min-width: 1200px) {
  section#blog_content article p {
    font-size: 18px;
  }
  section#blog_content article p b,
  section#blog_content article p strong {
    font-size: 21px;
    line-height: 29px;
  }
  section#blog_content article ul li,
  section#blog_content article ol li {
    font-size: 18px;
    line-height: 26px;
  }
  .single section#blog_content article h1 {
    font-size: 38px;
  }
  .single section#blog_content article h1 a {
    font-size: 38px;
    line-height: 46px;
  }
  .single section#blog_content article .written-by {
    margin-bottom: 50px;
  }
  .single section#blog_content article .next-post h1 {
    font-size: 28px;
  }
  .single section#blog_content article .next-post h1 a {
    font-size: 28px;
    line-height: 34px;
  }
}
section.footer {
  background: #142848;
  padding-top: 65px;
  padding-bottom: 30px;
}
section.footer .row {
  margin: 0;
}
section.footer .footer-nav {
  list-style: none;
}
section.footer .footer-nav li {
  color: #FFFFFF;
  text-transform: uppercase;
  width: 100%;
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
  text-indent: 0;
  line-height: 14px;
}
section.footer .footer-nav li a {
  color: #FFFFFF;
  font-family: 'AvenirLTStd-Book', serif;
  font-size: 14px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
  line-height: 26px;
}
section.footer .footer-nav li a:hover {
  color: #46a417;
}
@media (min-width: 768px) {
  section.footer .footer-nav li a {
    font-family: 'AvenirLTStd-Book', serif;
    font-size: 17px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 30px;
  }
}
@media (min-width: 992px) {
  section.footer .footer-nav li {
    text-align: left;
  }
}
section.footer .footer-nav li.header {
  width: 100%;
  margin-bottom: 10px;
  font-family: 'AvenirLTStd-Black', serif;
  font-size: 13px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  section.footer .footer-nav li.header {
    font-family: 'AvenirLTStd-Black', serif;
    font-size: 14px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
section.footer .footer-nav li:before {
  content: "";
  display: none;
  left: auto;
  top: auto;
}
section.footer .documentation-col {
  margin-top: 40px;
}
@media (min-width: 768px) {
  section.footer .documentation-col {
    margin-top: 0;
  }
}
section.footer .community-col,
section.footer .social-col {
  margin-top: 40px;
}
@media (min-width: 992px) {
  section.footer .community-col,
  section.footer .social-col {
    margin-top: 0;
  }
}
section.footer .footer-logo-wrap .footer-logo {
  text-align: center;
  margin-bottom: 5px;
}
section.footer .footer-logo-wrap .footer-logo img {
  max-width: 36px;
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  section.footer .footer-logo-wrap .footer-logo {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 0;
  }
}
section.footer .footer-logo-wrap .copyright {
  margin: 0;
  color: #FFFFFF;
  text-align: center;
  font-family: 'AvenirLTStd-Medium', serif;
  font-size: 12px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 992px) {
  section.footer .footer-logo-wrap .copyright {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
  }
}
@media (min-width: 992px) {
  section.footer .footer-logo-wrap {
    margin-top: 75px;
  }
}
section.footer #hubspot-form {
  margin: 50px 0;
}
section.footer #hubspot-form .form-header {
  color: #FFFFFF;
  font-family: 'AvenirLTStd-Medium', serif;
  font-size: 14px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 14px;
  text-align: center;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  section.footer #hubspot-form .form-header {
    font-size: 16px;
    line-height: 16px;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
  }
}
section.footer #hubspot-form .hbspt-form {
  width: 100%;
  max-width: 325px;
  margin: 0 auto;
}
section.footer #hubspot-form .hbspt-form form {
  overflow: auto;
}
section.footer #hubspot-form .hbspt-form label {
  display: none;
}
section.footer #hubspot-form .hbspt-form .hs_email {
  position: relative;
  height: 42px;
  width: calc(100% - 110px);
  float: left;
}
section.footer #hubspot-form .hbspt-form .hs_email:before {
  background-image: url('../images/mailinglist-icon.png');
  background-size: 19px 12px;
  background-repeat: no-repeat;
  width: 19px;
  height: 12px;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: '';
}
section.footer #hubspot-form .hbspt-form .hs-input {
  font-size: 14px;
  padding: 0px 15px 0 40px;
  line-height: 40px;
  outline: none;
  min-height: 40px;
  border-bottom-left-radius: 38px;
  border-top-left-radius: 38px;
  width: 100%;
  background-color: transparent;
  border: 1px solid #FFFFFF;
  border-right-width: 1px;
  color: #FFFFFF;
}
section.footer #hubspot-form .hbspt-form .hs-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
section.footer #hubspot-form .hbspt-form .hs-input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
  opacity: 1;
}
section.footer #hubspot-form .hbspt-form .hs-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
  opacity: 1;
}
section.footer #hubspot-form .hbspt-form .hs-inputsection.footer #hubspot-form .hbspt-form .hs-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
section.footer #hubspot-form .hbspt-form .hs-input:placeholder-shown {
  color: rgba(255, 255, 255, 0.3);
}
@media (min-width: 992px) {
  section.footer #hubspot-form .hbspt-form .hs-input {
    font-size: 16px;
  }
}
section.footer #hubspot-form .hbspt-form .hs_submit {
  position: relative;
}
section.footer #hubspot-form .hbspt-form .hs-button {
  width: 110px;
  text-align: center;
  background-color: transparent;
  min-height: 40px;
  color: #FFFFFF;
  padding: 0;
  line-height: 40px;
  font-family: 'AvenirLTStd-Black', serif;
  font-size: 10px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  border-bottom-right-radius: 38px;
  border-top-right-radius: 38px;
  float: right;
  border: 1px solid #FFFFFF;
  border-left-width: 1px;
  position: relative;
  outline: 0;
  z-index: 5;
}
section.footer #hubspot-form .hbspt-form .hs-button:hover {
  color: #46a417;
}
section.footer #hubspot-form .hbspt-form .hs-error-msgs,
section.footer #hubspot-form .hbspt-form .hs-form-required {
  display: none !important;
}
section.footer #hubspot-form .hbspt-form .submitted-message {
  font-size: 14px;
  padding: 0px 15px 0 40px;
  line-height: 40px;
  outline: none;
  min-height: 40px;
  border-radius: 38px;
  text-align: left;
  width: 100%;
  background-color: transparent;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  position: relative;
}
section.footer #hubspot-form .hbspt-form .submitted-message:before {
  background-image: url('../images/mailinglist-icon.png');
  background-size: 19px 12px;
  background-repeat: no-repeat;
  width: 19px;
  height: 12px;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: '';
}
@media (min-width: 992px) {
  section.footer #hubspot-form .hbspt-form .submitted-message {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  section.footer #hubspot-form .hbspt-form {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 15px;
    max-width: 350px;
  }
}
@media (min-width: 992px) {
  section.footer #hubspot-form {
    margin: 75px 0 0;
    text-align: right;
  }
}
@media (min-width: 768px) {
  section.footer {
    padding-top: 55px;
  }
}
@media (min-width: 992px) {
  section.footer {
    padding-top: 60px;
  }
}
@media (min-width: 1200px) {
  section.footer {
    padding-top: 65px;
  }
}
@media (max-width: 768px) {
  #page-adwords .col-sm-6 {
    width: 100%;
    float: none;
  }
}
@media (min-width: 768px) {
  #page-adwords .container {
    padding: 0 80px;
  }
}
@media (min-width: 1200px) {
  #page-adwords .container {
    padding: 0;
  }
}
#page-adwords .anchor-offset:before {
  content: "";
  display: block;
  height: 115px;
  margin-top: -115px;
  visibility: none;
}
#page-adwords .cl-btn {
  font-family: 'AvenirLTStd-Black', serif;
  font-size: 16px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 300px;
  max-width: 100%;
  height: 50px;
  line-height: 28px;
  letter-spacing: 1.09px;
  padding-top: 10px;
}
#page-adwords .hero {
  padding-top: 0;
  margin-bottom: 0;
  background: -webkit-linear-gradient(#fafafa, #ffffff);
  background: linear-gradient(#fafafa, #ffffff);
}
@media (min-width: 768px) {
  #page-adwords .hero {
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  #page-adwords .hero {
    min-height: 450px;
  }
}
#page-adwords .hero .hero_copy {
  text-align: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 175px;
}
@media (min-width: 768px) {
  #page-adwords .hero .hero_copy {
    text-align: left;
    margin-left: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  #page-adwords .hero .hero_copy {
    margin-top: 60px;
  }
}
#page-adwords .hero .hero_copy h1 {
  font-family: 'Adelle-Regular', serif;
  font-size: 40px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 50px;
  color: #16274a;
}
@media (min-width: 768px) {
  #page-adwords .hero .hero_copy h1 {
    font-size: 46px;
    line-height: 54px;
  }
}
@media (min-width: 1200px) {
  #page-adwords .hero .hero_copy h1 {
    font-size: 54px;
    line-height: 66px;
  }
}
#page-adwords .hero .hero_copy h3 {
  font-family: 'AvenirLTStd-Roman', serif;
  font-size: 20px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 30px;
}
@media (min-width: 768px) {
  #page-adwords .hero .hero_copy h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (min-width: 1200px) {
  #page-adwords .hero .hero_copy h3 {
    font-size: 28px;
    line-height: 40px;
  }
}
#page-adwords .hero .hero-back-img {
  position: absolute;
  left: 0;
  background-position: 30% 0;
  top: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: inline-block;
}
@media (min-width: 475px) {
  #page-adwords .hero .hero-back-img {
    left: 2%;
    background-position: 0 0;
  }
}
@media (min-width: 768px) {
  #page-adwords .hero .hero-back-img {
    left: 73%;
    top: -50px;
    background-size: contain;
    height: 125%;
  }
}
@media (min-width: 1000px) {
  #page-adwords .hero .hero-back-img {
    left: 65%;
  }
}
@media (min-width: 1200px) {
  #page-adwords .hero .hero-back-img {
    height: 135%;
    left: 53%;
  }
}
#page-adwords .adwords-nav {
  height: 40px;
  border-top: 1px solid #d9dbe2;
  border-bottom: 1px solid #d9dbe2;
  text-align: center;
  position: relative;
  z-index: 100;
}
#page-adwords .adwords-nav a {
  font-family: 'AvenirLTStd-Heavy', serif;
  font-size: 16px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 40px;
  color: #ABABAB;
  padding: 0 12px;
}
@media (min-width: 768px) {
  #page-adwords .adwords-nav a {
    padding: 0 20px;
  }
}
#page-adwords .adwords-nav a:hover {
  color: #41a600;
}
#page-adwords .body_content {
  background: #F1F2F6;
}
#page-adwords .body_content h2 {
  font-family: 'Adelle-Regular', serif;
  font-size: 34px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 46px;
  color: #16274a;
  text-align: center;
  padding-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #page-adwords .body_content h2 {
    text-align: left;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  #page-adwords .body_content h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
#page-adwords .body_content hr {
  margin: 0;
  border: none;
  background: #d9dbe2;
  height: 1px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  #page-adwords .body_content hr {
    display: none;
  }
}
#page-adwords #benefits {
  padding: 0 25px;
}
@media (min-width: 1200px) {
  #page-adwords #benefits h2 {
    margin-top: 40px;
  }
}
#page-adwords #benefits hr {
  margin-bottom: 25px;
}
#page-adwords #benefits .col-xs-6 {
  padding-left: 7px;
  padding-right: 7px;
}
#page-adwords #benefits .benefit-box {
  background: #FFFFFF;
  border: 1px solid #d9dbe2;
  border-radius: 9px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  height: 180px;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  #page-adwords #benefits .benefit-box {
    height: 190px;
  }
}
#page-adwords #benefits .benefit-box img {
  height: 75px;
  width: auto;
  margin-top: 15px;
}
#page-adwords #benefits .benefit-box h3 {
  font-family: 'AvenirLTStd-Medium', serif;
  font-size: 15px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 22px;
  margin-left: -10px;
  margin-right: -10px;
}
#page-adwords .callout-box {
  text-align: center;
  margin-top: 30px;
}
#page-adwords .callout-box .text-bubble {
  background: #FFFFFF;
  border-radius: 31px;
  padding: 10px 5px;
  width: 88%;
  margin: 0 auto;
  padding-bottom: 50px;
  border: 1px solid #d9dbe2;
}
#page-adwords .callout-box .text-bubble p {
  font-family: 'AvenirLTStd-Medium', serif;
  font-size: 23px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 40px;
  color: #41a600;
}
@media (min-width: 768px) {
  #page-adwords .callout-box .text-bubble p {
    font-size: 26px;
    line-height: 46px;
    padding: 0 40px;
  }
}
@media (min-width: 1200px) {
  #page-adwords .callout-box .text-bubble p {
    line-height: 43px;
    padding: 0 50px;
  }
}
#page-adwords .callout-box .text-bubble .bubble-blue {
  color: #16274a;
  font-family: 'Adelle-Regular', serif;
  font-size: 30px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 42px;
  padding: 0 10px;
}
@media (min-width: 768px) {
  #page-adwords .callout-box .text-bubble .bubble-blue {
    font-size: 36px;
    line-height: 55px;
  }
}
@media (min-width: 1200px) {
  #page-adwords .callout-box .text-bubble .bubble-blue {
    font-size: 40px;
  }
}
#page-adwords .callout-box .text-bubble .cl-btn {
  margin-bottom: 40px;
}
#page-adwords .callout-box img {
  max-height: 150px;
  margin: -60px auto 20px auto;
}
#page-adwords #callout1 {
  position: relative;
}
@media (min-width: 768px) {
  #page-adwords #callout1 {
    width: 78%;
    margin-left: -7px;
  }
}
@media (min-width: 1200px) {
  #page-adwords #callout1 {
    width: 49%;
  }
}
@media (min-width: 1200px) {
  #page-adwords #callout1 {
    float: right;
    margin-top: 0;
  }
  #page-adwords #callout1:before {
    content: '';
    background: #d9dbe2;
    height: 1px;
    width: 107px;
    position: absolute;
    top: 65px;
    right: 0;
  }
}
@media (min-width: 768px) {
  #page-adwords #callout1 .text-bubble {
    text-align: left;
    padding-bottom: 25px;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  #page-adwords #callout1 .text-bubble {
    width: 80%;
  }
}
@media (min-width: 768px) {
  #page-adwords #callout1 img {
    margin: -40% 0 0 80%;
  }
}
@media (min-width: 992px) {
  #page-adwords #callout1 img {
    margin: -28% 0 0 83%;
  }
}
@media (min-width: 1200px) {
  #page-adwords #callout1 img {
    margin: -35% 0 0 70%;
  }
}
@media (min-width: 768px) {
  #page-adwords #features {
    padding: 0 25px;
  }
}
@media (min-width: 1200px) {
  #page-adwords #features {
    margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  #page-adwords #features .feature-left {
    float: left;
  }
}
@media (min-width: 1200px) {
  #page-adwords #features .feature-right {
    float: right;
  }
}
#page-adwords #features .feature-anchor-offset {
  display: block;
  height: 190px;
  margin-top: -190px;
  visibility: none;
}
#page-adwords #features .feature-box {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(217, 219, 226, 0.5);
  border-radius: 31px;
  width: 85%;
  margin: 20px auto;
  padding: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  #page-adwords #features .feature-box {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  #page-adwords #features .feature-box {
    width: 49%;
    padding: 25px;
    margin: 10px auto;
  }
}
#page-adwords #features .feature-box img {
  max-width: 90%;
  height: auto;
  padding-top: 10px;
}
#page-adwords #features .feature-box h3 {
  font-family: 'Adelle-Regular', serif;
  font-size: 24px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 32px;
  color: #41a600;
  margin: 30px -5px 10px -5px;
}
@media (min-width: 1200px) {
  #page-adwords #features .feature-box h3 {
    font-size: 26px;
    line-height: 32px;
  }
}
#page-adwords #features .feature-box p {
  font-family: 'AvenirLTStd-Roman', serif;
  font-size: 15px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 26px;
  text-align: left;
}
@media (min-width: 1200px) {
  #page-adwords #features .feature-box p {
    font-size: 17px;
    line-height: 28px;
  }
}
#page-adwords #features .feature-box b {
  font-family: 'AvenirLTStd-Heavy', serif;
  font-size: 15px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 26px;
}
#page-adwords #features .feature-box .highlight {
  background: #EAF3D4;
  box-shadow: 5px 0 0 #eaf3d4, -5px 0 0 #eaf3d4;
}
#page-adwords #install-callout {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #page-adwords #install-callout {
    padding: 10px 80px;
  }
}
@media (min-width: 1200px) {
  #page-adwords #install-callout {
    clear: both;
    width: 65%;
    margin: 0 auto;
    padding: 20px 0 0;
  }
}
#page-adwords #install-callout .anchor-offset:before {
  content: "";
  display: block;
  height: 160px;
  margin-top: -160px;
  visibility: none;
}
@media (min-width: 1200px) {
  #page-adwords #install-callout .text-bubble {
    padding: 30px 0 20px;
  }
}
@media (min-width: 1200px) {
  #page-adwords #install-callout p {
    padding: 0 50px;
  }
}
@media (min-width: 1200px) {
  #page-adwords #install-callout img {
    margin: -25% 100% 0 -12%;
  }
}
