@charset "UTF-8";
@font-face {
  font-family: harmanscript;
  src: url(../fonts/Harman-Script.otf); }

@font-face {
  font-family: harmanretro;
  src: url(../fonts/Harman-Retro.otf); }

a {
  color: #525b4a;
  outline: none; }
  a:active, a:visited, a:focus {
    color: #525b4a;
    text-decoration: none; }
  a:hover {
    text-decoration: underline;
    color: #af121d; }

.button {
  border: 1px solid #7f807d;
  border-radius: 3px;
  padding: 15px 60px;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: opacity .25s linear;
  -o-transition: opacity .25s linear;
  transition: opacity .25s linear; }
  .button:hover {
    opacity: .7;
    text-decoration: none; }

.grow {
  -webkit-transition: all .2s ease-in-out !important;
  -o-transition: all .2s ease-in-out !important;
  transition: all .2s ease-in-out !important; }

.grow:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05); }

.crumbs {
  -webkit-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
  display: none;
  padding-top: 20px;
  opacity: 0;
  color: #000;
  position: fixed;
  top: 45%;
  left: 0px;
  font-family: "open-sans",sans-serif;
  font-weight: 600;
  font-size: 16px;
  z-index: 15000;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: center top 0;
  -ms-transform-origin: left top 0;
  transform-origin: left top 0; }
  @media (min-width: 767px) {
    .crumbs {
      display: block; } }

.page-content {
  background: #fff;
  font-family: "open-sans",sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 31px;
  letter-spacing: 1px;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden; }
  .page-content.job-posting {
    padding: 75px 0px; }
  .page-content ul {
    list-style-type: none;
    padding-left: 10px; }
    .page-content ul li {
      margin-bottom: 5px; }
      .page-content ul li:before {
        content: "-";
        position: absolute;
        margin-left: -10px; }

.blocks {
  display: inline-block;
  width: 100%; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.offset-body {
  padding-top: 74px; }
  @media (min-width: 767px) {
    .offset-body {
      padding-top: 118px; } }

@media (max-width: 767px) {
  body {
    padding-top: 74px; } }

.header {
  z-index: 1000;
  width: 100%;
  height: 74px;
  position: fixed;
  top: 0px;
  left: 0px;
  font-family: "open-sans",sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #fff;
  color: #000;
  border-bottom: 1px solid #ccc;
  /*box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);*/
  /**STYLES/OVERRIDES SPECIFIC TO EACH TYPE OF HEADER**/ }
  @media (min-width: 767px) {
    .header {
      height: 118px; } }
  .header .hamburger {
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 20000;
    font-size: 40px;
    font-weight: 300;
    color: #525b4a; }
    @media (min-width: 767px) {
      .header .hamburger {
        display: none; } }
  @media (min-width: 767px) {
    .header .logoContainer {
      text-align: left; } }
  .header .logo {
    display: inline-block;
    width: 109px;
    height: 34px;
    margin: 20px auto 15px auto;
    background-image: url("../img/adfarm-logo-grey.png");
    background-repeat: no-repeat;
    background-size: cover; }
    @media (min-width: 767px) {
      .header .logo {
        margin: 20px 0px 15px 0px;
        width: 160px;
        height: 50px;
        margin-top: 35px;
        margin-bottom: 37px;
        background-image: url("../img/adfarm-logo-grey.png"); } }
  .header .menu {
    list-style-type: none;
    margin: 45px 0px 0px 0px;
    padding: 0px;
    float: right;
    font-size: 17px;
    display: none; }
    @media (min-width: 767px) {
      .header .menu {
        display: block; } }
    .header .menu li {
      display: inline;
      margin-left: 30px; }
    .header .menu .menu-item.current-menu-item {
      border-bottom: 3px solid #ccc;
      padding-bottom: 3px; }
  .header a {
    color: #000;
    -webkit-transition: opacity .25s linear;
    -o-transition: opacity .25s linear;
    transition: opacity .25s linear; }
    .header a:hover {
      opacity: .7;
      text-decoration: none; }
  .header.transparent, .header.transperent.headeroom--top {
    border-bottom: none; }
    @media (min-width: 767px) {
      .header.transparent, .header.transperent.headeroom--top {
        background: none;
        color: #fff; }
        .header.transparent .logo, .header.transperent.headeroom--top .logo {
          background-image: url("../img/adfarm-logo-white.png"); }
        .header.transparent a, .header.transperent.headeroom--top a {
          color: #fff; }
          .header.transparent a:hover, .header.transperent.headeroom--top a:hover {
            color: #e5e5e5; }
        .header.transparent .menu-item.current_page_item, .header.transperent.headeroom--top .menu-item.current_page_item {
          border-bottom: 3px solid #fff; } }
  .header.white {
    background: #fff;
    color: #000; }
    .header.white .logo {
      background-image: url("../img/adfarm-logo-grey.png"); }
    .header.white a {
      color: #000; }
      .header.white a:hover {
        color: #444; }
  .header.headroom {
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    will-change: transform; }
  .header.headroom--pinned {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
  .header.headroom--unpinned {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); }

.hero {
  width: 100%;
  height: 60vw;
  min-height: 280px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
  position: relative; }
  @media (min-width: 767px) {
    .hero {
      height: 80vh; } }
  .hero .container-fluid, .hero .row, .hero .column {
    height: 100%; }
  .hero .headlines {
    height: 100%;
    width: 100%;
    display: table; }
    .hero .headlines .headline-container {
      height: 100%;
      width: 100%;
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
      .hero .headlines .headline-container h1 {
        color: #fff;
        font-family: "superclarendon";
        font-weight: 300;
        font-size: 18px;
        line-height: 130%; }
        @media (min-width: 767px) {
          .hero .headlines .headline-container h1 {
            font-size: 26px; } }
      .hero .headlines .headline-container h2 {
        color: #fff;
        font-family: "superclarendon";
        font-weight: 300;
        font-size: 150%; }
      .hero .headlines .headline-container .video-link {
        display: inline-block;
        padding-top: 9px;
        padding-left: 4px;
        height: 50px;
        width: 50px;
        text-align: center;
        border: 2px solid #fff;
        border-radius: 50%;
        color: #fff;
        margin: 15px auto 0px auto;
        font-size: 20px;
        opacity: .7; }
        .hero .headlines .headline-container .video-link:hover {
          opacity: 1; }
  .hero.proposal .headlines .headline-container {
    text-align: center; }
    .hero.proposal .headlines .headline-container h1 {
      font-family: "open-sans",sans-serif;
      font-weight: 900;
      line-height: 40px;
      font-size: 30px; }
      @media (min-width: 767px) {
        .hero.proposal .headlines .headline-container h1 {
          font-weight: 900;
          line-height: 90px;
          font-size: 50px; } }
  .hero.homepage .headlines .headline-container {
    text-align: center; }
    @media (min-width: 767px) {
      .hero.homepage .headlines .headline-container {
        text-align: left; } }
    .hero.homepage .headlines .headline-container h1 {
      font-family: "open-sans",sans-serif;
      font-weight: 300;
      font-size: 36px; }
      @media (min-width: 767px) {
        .hero.homepage .headlines .headline-container h1 {
          font-size: 430%; } }
      @media (min-width: 992px) {
        .hero.homepage .headlines .headline-container h1 {
          font-size: 500%; } }
      @media (min-width: 1300px) {
        .hero.homepage .headlines .headline-container h1 {
          font-size: 600%; } }
      @media (min-width: 1600px) {
        .hero.homepage .headlines .headline-container h1 {
          font-size: 700%; } }
    .hero.homepage .headlines .headline-container .button {
      border-color: #fff;
      color: #fff;
      font-weight: 500;
      letter-spacing: 2px;
      text-transform: none;
      margin-top: 40px; }
      .hero.homepage .headlines .headline-container .button:hover {
        text-decoration: none; }

.home .hero {
  height: 100vh; }

.offset-body .hero {
  background-position: 50% calc(50% - $offset-body-xs);
  margin-top: -74px;
  padding-top: 74px; }
  @media (min-width: 767px) {
    .offset-body .hero {
      background-position: 50% calc(50% - $offset-body-large);
      margin-top: -118px;
      padding-top: 118px; } }

.gotoadfarm a {
  color: #af121d; }

.footer {
  width: 100%;
  background: #af121d;
  /*box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);*/
  padding-top: 45px;
  padding-bottom: 55px;
  color: #fff;
  font-family: "open-sans",sans-serif;
  font-weight: 600;
  letter-spacing: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  @media (min-width: 767px) {
    .footer {
      padding-top: 45px;
      padding-bottom: 55px; } }
  @media (min-width: 992px) {
    .footer {
      padding-top: 65px;
      padding-bottom: 55px; } }
  .footer a {
    color: #fff; }
    .footer a:visited {
      color: #fff; }
    .footer a:hover {
      color: #e5e5e5;
      text-decoration: none; }
  .footer .logo {
    text-align: center; }
    .footer .logo img {
      width: 60%;
      height: auto;
      margin: 40px auto 0px auto; }
      @media (min-width: 991px) {
        .footer .logo img {
          width: 45%; } }
  .footer ul.menu {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
    font-size: 15px; }
    .footer ul.menu li {
      margin: 0px;
      padding: 0px;
      margin-bottom: 19px; }
      .footer ul.menu li:last-child {
        margin-bottom: 0px; }
    .footer ul.menu.left {
      text-align: center; }
      @media (min-width: 767px) {
        .footer ul.menu.left {
          text-align: left; } }
    .footer ul.menu.right {
      text-align: right; }
  .footer ul.social {
    list-style-type: none;
    margin-top: 40px;
    padding: 0px;
    font-size: 18px;
    text-align: center; }
    @media (min-width: 767px) {
      .footer ul.social {
        text-align: left;
        margin-top: 53px; } }
    .footer ul.social li {
      display: inline-block;
      margin: 0px;
      padding: 0px;
      margin-right: 10px; }
      .footer ul.social li:last-child {
        margin-right: 0px; }
  .footer .copyright {
    text-align: center;
    border-top: 1px solid #fff;
    text-transform: uppercase;
    padding-top: 53px;
    margin-top: 40px;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 3px; }
    @media (min-width: 767px) {
      .footer .copyright {
        margin-top: 60px; } }

.work-pagination span {
  display: none; }

@media (max-width: 768px) {
  .work-pagination a {
    padding-left: 20px;
    padding-right: 20px; } }

.work-pagination .center {
  text-align: center; }
  .work-pagination .center i {
    font-size: 65px;
    color: #cbcdc8; }

.work-pagination .right {
  text-align: right; }

@media (min-width: 767px) {
  .work-pagination span {
    display: inline; } }

.map h1 {
  position: absolute;
  top: 200px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  z-index: 15000; }

.block {
  margin-top: 50px;
  margin-bottom: 50px;
  display: block; }
  @media (min-width: 767px) {
    .block {
      margin-top: 75px;
      margin-bottom: 75px; } }
  @media (min-width: 991px) {
    .block {
      margin-top: 100px;
      margin-bottom: 100px; } }

.headline {
  text-align: center; }
  .headline br {
    display: none; }
  @media (min-width: 767px) {
    .headline br {
      display: inline; } }
  .headline h1 {
    font-family: "superclarendon";
    font-weight: 300;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 40px;
    margin-top: 0px;
    margin-bottom: 0px; }
    @media (min-width: 767px) {
      .headline h1 {
        font-size: 2vw;
        letter-spacing: 1px;
        line-height: 50px; } }
  .headline h2 {
    text-transform: uppercase;
    font-size: 15px;
    font-family: "open-sans",sans-serif;
    letter-spacing: 3px;
    margin-top: 15px;
    margin-bottom: 0px; }

.seperator-headline .seperator-headline-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: center; }
  .seperator-headline .seperator-headline-container div.left, .seperator-headline .seperator-headline-container div.right {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
    .seperator-headline .seperator-headline-container div.left div, .seperator-headline .seperator-headline-container div.right div {
      height: 50%;
      border-bottom: 1px solid #cbcdc8;
      width: 100%; }
  .seperator-headline .seperator-headline-container div.text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%; }
    .seperator-headline .seperator-headline-container div.text h2 {
      padding: 0px 45px;
      margin: 0px;
      font-family: "superclarendon";
      font-weight: 400;
      font-size: 22px;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: #525b4a; }

.quotes {
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
  background: #edeeed;
  font-family: "open-sans",sans-serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #525b4a;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden; }
  @media (min-width: 767px) {
    .quotes {
      font-size: 28px;
      padding-top: 100px;
      padding-bottom: 100px;
      margin-bottom: 100px; } }
  @media (min-width: 767px) {
    .quotes .quote-text {
      padding-right: 30px; } }
  .quotes .controls {
    position: absolute;
    top: -10px;
    right: -20px;
    color: #6a6e7b; }
    .quotes .controls a:hover {
      text-decoration: none;
      cursor: pointer; }
    .quotes .controls .fa-chevron-down {
      margin-top: 35px; }
  .quotes .quote-mark {
    position: absolute;
    top: -20px;
    left: -25px;
    font-size: 90px;
    line-height: 125px;
    color: #d2d4d0;
    font-family: "league-gothic"; }
    @media (min-width: 767px) {
      .quotes .quote-mark {
        left: -50px;
        font-size: 125px;
        top: -10px; } }
    .quotes .quote-mark:before {
      content: "“"; }
  .quotes .attribution {
    font-weight: 700;
    font-size: 15px;
    line-height: 21px; }
    @media (min-width: 767px) {
      .quotes .attribution {
        font-size: 20px;
        line-height: 31px; } }
    .quotes .attribution span.title {
      font-weight: 300; }

.logo-garden .logo-container {
  margin-top: 75px;
  text-align: center; }
  .logo-garden .logo-container:first-child, .logo-garden .logo-container:nth-child(2), .logo-garden .logo-container:nth-child(3) {
    margin-top: 0px; }

.logo-garden img {
  width: 80%;
  height: auto; }

.photo-garden .photo {
  background: #ccc;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding-top: 100%;
  position: relative;
  margin-bottom: 30px; }
  .photo-garden .photo .target {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .photo-garden .photo.overlay-active {
    z-index: 200 !important; }
    .photo-garden .photo.overlay-active .overlay {
      opacity: .7; }
    .photo-garden .photo.overlay-active .overlay-text {
      opacity: 1; }
  .photo-garden .photo .overlay {
    -webkit-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
    background: red;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .photo-garden .photo .overlay-text {
    -webkit-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 15% 10%;
    color: #fff; }
    .photo-garden .photo .overlay-text .hide-overlay {
      position: absolute;
      top: 5%;
      right: 5%;
      color: #fff;
      font-size: 50px;
      display: none; }
    .photo-garden .photo .overlay-text .quote {
      margin-bottom: 20px;
      font-size: 15vw;
      line-height: normal;
      display: none; }
      @media (min-width: 767px) {
        .photo-garden .photo .overlay-text .quote {
          font-size: 19px;
          display: block; } }
    .photo-garden .photo .overlay-text h3 {
      font-size: 10.8vw;
      font-weight: 600;
      margin-bottom: 5px; }
      @media (min-width: 767px) {
        .photo-garden .photo .overlay-text h3 {
          font-size: 1.3vw; } }
    .photo-garden .photo .overlay-text h4 {
      font-size: 6.8vw;
      font-weight: 300;
      margin-top: 0px; }
      @media (min-width: 767px) {
        .photo-garden .photo .overlay-text h4 {
          font-size: 1.0vw; } }
  @media (min-width: 767px) {
    .photo-garden .photo:hover {
      z-index: 200 !important; }
      .photo-garden .photo:hover .overlay {
        opacity: .8; }
      .photo-garden .photo:hover .overlay-text {
        opacity: 1; } }

.mobile-photo-garden-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }
  .mobile-photo-garden-overlay .overlay-bg {
    position: absolute;
    top: 0;
    left: 0;
    background: red;
    height: 100%;
    width: 100%;
    opacity: .95;
    z-index: 200; }
  .mobile-photo-garden-overlay .overlay-text {
    color: #fff;
    z-index: 3000;
    position: absolute;
    top: 150px;
    left: 0px;
    width: 100%;
    padding: 0px 10%; }
    .mobile-photo-garden-overlay .overlay-text .quote {
      margin-bottom: 30px;
      font-size: 7.0vw;
      line-height: normal; }
      @media (min-width: 767px) {
        .mobile-photo-garden-overlay .overlay-text .quote {
          font-size: 1.1vw;
          display: block; } }
    .mobile-photo-garden-overlay .overlay-text h3 {
      font-size: 8.8vw;
      font-weight: 600;
      margin-bottom: 10px; }
      @media (min-width: 767px) {
        .mobile-photo-garden-overlay .overlay-text h3 {
          font-size: 1.3vw; } }
    .mobile-photo-garden-overlay .overlay-text h4 {
      font-size: 4.8vw;
      font-weight: 300;
      margin-top: 0px; }
      @media (min-width: 767px) {
        .mobile-photo-garden-overlay .overlay-text h4 {
          font-size: 1.0vw; } }
    .mobile-photo-garden-overlay .overlay-text .hide-overlay {
      position: absolute;
      top: -50px;
      right: 30px;
      font-size: 30px; }

.farms .intro {
  padding: 40px 0px 30px 0px;
  background-image: url("../img/farms-intro-bg.jpg");
  background-size: cover;
  background-color: #417d24;
  color: #fff; }
  @media (min-width: 768px) {
    .farms .intro {
      padding-top: 60px;
      padding-bottom: 80px; } }
  .farms .intro h2 {
    text-align: center;
    font-family: "superclarendon";
    font-weight: 300;
    font-size: 27px;
    margin-bottom: 30px;
    margin-top: 0px; }

.farms .farm-columns {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .farms .farm-columns {
      margin-top: -50px; } }
  .farms .farm-columns .farm-column {
    margin-bottom: 30px; }
    .farms .farm-columns .farm-column:last-child {
      margin-bottom: 0px; }
    @media (min-width: 768px) {
      .farms .farm-columns .farm-column {
        margin-bottom: 0px; } }
    .farms .farm-columns .farm-column .image {
      position: relative;
      width: 100%;
      /* desired width */ }
      .farms .farm-columns .farm-column .image:before {
        content: "";
        display: block;
        padding-top: 100%;
        /* initial ratio of 1:1*/ }
    .farms .farm-columns .farm-column .info {
      padding-left: 5px; }
    .farms .farm-columns .farm-column h2 {
      font-size: 22px;
      font-weight: 500;
      margin-bottom: 10px; }
    .farms .farm-columns .farm-column h3 {
      margin-top: 0px;
      font-weight: 100;
      font-size: 14px; }

.farms .farm-row {
  height: 400px;
  color: #3c441a;
  background: #f9f9f9; }
  .farms .farm-row .image {
    height: 100%;
    background-size: cover;
    background-position: center; }
  .farms .farm-row .info {
    padding-top: 50px;
    padding-bottom: 30px; }
    .farms .farm-row .info:even {
      padding-left: 30px; }
    .farms .farm-row .info:odd {
      padding-right: 30px; }
    .farms .farm-row .info h2 {
      font-size: 28px;
      font-weight: 500;
      margin-bottom: 15px; }
    .farms .farm-row .info h3 {
      margin-top: 0px;
      font-weight: 100;
      font-size: 20px; }

.feature-blocks .intro {
  padding: 40px 0px 30px 0px;
  background-size: cover;
  background-color: #417d24;
  color: #fff; }
  @media (min-width: 768px) {
    .feature-blocks .intro {
      padding-top: 60px;
      padding-bottom: 80px; } }
  .feature-blocks .intro .col-sm-12 {
    text-align: center; }
  .feature-blocks .intro h2 {
    text-align: center;
    font-family: "superclarendon";
    font-weight: 300;
    font-size: 27px;
    margin-bottom: 30px;
    margin-top: 0px; }
  .feature-blocks .intro p {
    text-align: center;
    line-height: 25px; }

.feature-blocks .farm-columns {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .feature-blocks .farm-columns {
      margin-top: -50px; } }
  .feature-blocks .farm-columns .farm-column {
    margin-bottom: 30px;
    -webkit-transition: opacity .25s linear;
    -o-transition: opacity .25s linear;
    transition: opacity .25s linear; }
    .feature-blocks .farm-columns .farm-column:last-child {
      margin-bottom: 0px; }
    @media (min-width: 768px) {
      .feature-blocks .farm-columns .farm-column {
        margin-bottom: 0px; } }
    .feature-blocks .farm-columns .farm-column a:hover {
      text-decoration: none; }
    .feature-blocks .farm-columns .farm-column .image {
      position: relative;
      background-size: cover;
      background-position: center;
      width: 100%;
      /* desired width */ }
      .feature-blocks .farm-columns .farm-column .image:before {
        content: "";
        display: block;
        padding-top: 100%;
        /* initial ratio of 1:1*/ }
    .feature-blocks .farm-columns .farm-column .info {
      padding-left: 5px; }
    .feature-blocks .farm-columns .farm-column h2 {
      color: #525b4a;
      margin-bottom: 5px;
      font-size: 25px;
      font-weight: 400;
      letter-spacing: 0; }
      @media (min-width: 767px) {
        .feature-blocks .farm-columns .farm-column h2 {
          font-size: 30px; } }
    .feature-blocks .farm-columns .farm-column h3 {
      margin-top: 0px;
      margin-bottom: 0px;
      color: #99a291;
      font-size: 16px;
      line-height: 25px;
      font-weight: 300; }
      @media (min-width: 767px) {
        .feature-blocks .farm-columns .farm-column h3 {
          font-size: 18px; } }

.feature-blocks .farm-row {
  height: 400px;
  color: #3c441a;
  background: #f9f9f9; }
  .feature-blocks .farm-row .image {
    height: 100%;
    background-size: cover;
    background-position: center; }
  .feature-blocks .farm-row .info {
    padding-top: 50px;
    padding-bottom: 30px; }
    .feature-blocks .farm-row .info:even {
      padding-left: 30px; }
    .feature-blocks .farm-row .info:odd {
      padding-right: 30px; }
    .feature-blocks .farm-row .info h2 {
      font-size: 28px;
      font-weight: 500;
      margin-bottom: 15px; }
    .feature-blocks .farm-row .info h3 {
      margin-top: 0px;
      font-weight: 100;
      font-size: 20px; }

.case-study-intro {
  color: #565e4e; }
  .case-study-intro .left h2 {
    margin-top: 0px; }
  .case-study-intro .left ul {
    margin-top: 20px;
    list-style-type: none;
    margin: 0px 0px 0x 0px;
    padding: 0px;
    color: #99a291; }
    .case-study-intro .left ul li:before {
      content: ""; }
  .case-study-intro .right p {
    margin-bottom: 20px; }

.four-image-photo-gallery .gallery-container {
  width: 100%;
  height: 53vw;
  position: relative; }
  .four-image-photo-gallery .gallery-container .picture {
    background: #ccc;
    position: absolute;
    background-size: cover;
    background-position: center center; }
  .four-image-photo-gallery .gallery-container .picture1 {
    height: 50%;
    width: 50%;
    top: 0px;
    left: 0px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff; }
    @media (min-width: 767px) {
      .four-image-photo-gallery .gallery-container .picture1 {
        border-right: 7px solid #fff;
        border-bottom: 7px solid #fff; } }
  .four-image-photo-gallery .gallery-container .picture2 {
    height: 50%;
    width: 25%;
    bottom: 0px;
    left: 0px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff; }
    @media (min-width: 767px) {
      .four-image-photo-gallery .gallery-container .picture2 {
        border-right: 7px solid #fff;
        border-top: 7px solid #fff; } }
  .four-image-photo-gallery .gallery-container .picture3 {
    height: 50%;
    width: 25%;
    bottom: 0px;
    left: 25%;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff; }
    @media (min-width: 767px) {
      .four-image-photo-gallery .gallery-container .picture3 {
        border-left: 7px solid #fff;
        border-right: 7px solid #fff;
        border-top: 7px solid #fff; } }
  .four-image-photo-gallery .gallery-container .picture4 {
    height: 100%;
    width: 50%;
    top: 0px;
    right: 0px;
    border-left: 2px solid #fff; }
    @media (min-width: 767px) {
      .four-image-photo-gallery .gallery-container .picture4 {
        border-left: 7px solid #fff; } }

.full-width-image img {
  width: 100%;
  height: auto; }

.full-width-video .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

.full-width-video .embed-container iframe,
.full-width-video .embed-container object,
.full-width-video .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.accordian-links .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .accordian-links .columns .column {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-break-inside: avoid;
    break-inside: avoid-column; }

.accordian-links .item {
  margin-bottom: 70px;
  cursor: pointer; }
  .accordian-links .item a {
    color: #af121d; }
  .accordian-links .item h3 {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 30px;
    -webkit-transition: opacity .25s linear;
    -o-transition: opacity .25s linear;
    transition: opacity .25s linear; }
    .accordian-links .item h3:hover {
      opacity: .7;
      text-decoration: none; }
  .accordian-links .item .item-content {
    display: none; }
  .accordian-links .item.active h3 {
    font-weight: 400;
    color: #d21e28; }
    .accordian-links .item.active h3:before {
      content: "\f146";
      font-family: 'FontAwesome';
      color: #e5e5e5;
      font-size: 23px;
      margin-right: 9px; }
  .accordian-links .item.active .item-content {
    display: block; }

.case-studies-row .case-study {
  margin-bottom: 50px;
  -webkit-transition: opacity .25s linear;
  -o-transition: opacity .25s linear;
  transition: opacity .25s linear; }
  .case-studies-row .case-study:first-child {
    margin-top: 0px; }
  .case-studies-row .case-study:last-child {
    margin-bottom: 0px; }
  .case-studies-row .case-study:hover {
    opacity: .7; }

.case-studies-row h2 {
  color: #525b4a;
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 0; }
  @media (min-width: 767px) {
    .case-studies-row h2 {
      font-size: 30px; } }

.case-studies-row h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #99a291;
  font-size: 16px;
  font-weight: 300; }
  @media (min-width: 767px) {
    .case-studies-row h3 {
      font-size: 18px; } }

.case-studies-row a:hover, .case-studies-row a:visited, .case-studies-row a:active, .case-studies-row a:focus {
  text-decoration: none; }

.case-studies-row .image {
  width: 100%;
  padding-top: 60%;
  background-size: cover;
  background-position: center; }

.home .case-studies-row h2 {
  text-align: center; }

.home .case-studies-row h3 {
  text-align: center; }

.button-cta ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  text-align: center; }
  .button-cta ul li {
    display: inline;
    margin: 5px 0px;
    padding: 0px; }
    .button-cta ul li:before {
      content: ""; }

.image-video-row .content-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  background-size: cover;
  background-position: center center; }

.image-video-row .content-container iframe,
.image-video-row .content-container object,
.image-video-row .content-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.from-the-trough .trough-row {
  display: table-row; }
  .from-the-trough .trough-row:nth-of-type(n+2) .trough-tile {
    padding-top: 50px; }

.from-the-trough .trough-tile {
  color: #444;
  -webkit-transition: opacity .25s linear;
  -o-transition: opacity .25s linear;
  transition: opacity .25s linear; }
  @media (max-width: 767px) {
    .from-the-trough .trough-tile:nth-of-type(n+2) {
      padding-top: 50px; } }
  .from-the-trough .trough-tile:hover {
    opacity: .7; }
  @media (min-width: 768px) {
    .from-the-trough .trough-tile {
      font-size: 10px;
      line-height: 15px;
      letter-spacing: .5;
      width: 33%;
      display: table-cell;
      font-size: 14px;
      line-height: 25px; } }
  @media (min-width: 768px) {
    .from-the-trough .trough-tile {
      padding: 0 2%; } }
  @media (min-width: 768px) {
    .from-the-trough .trough-tile:nth-of-type(3n+1) {
      padding-left: 0;
      padding-right: 4%; } }
  @media (min-width: 768px) {
    .from-the-trough .trough-tile:nth-of-type(3n+3) {
      padding-right: 0;
      padding-left: 4%; } }
  .from-the-trough .trough-tile a {
    font-weight: 400;
    color: #333; }
  .from-the-trough .trough-tile .image {
    display: block;
    background-size: cover;
    background-position: center;
    padding-top: 100%;
    width: 100%;
    position: relative;
    margin-bottom: 20px; }
    .from-the-trough .trough-tile .image i {
      position: absolute;
      bottom: 5%;
      left: 5%;
      font-size: 25px;
      color: #fff; }
      @media (min-width: 768px) {
        .from-the-trough .trough-tile .image i {
          font-size: 40px; } }
  .from-the-trough .trough-tile i {
    opacity: 1; }

@media (min-width: 768px) {
  .two-column .column:nth-child(odd) {
    padding-right: 40px; }
  .two-column .column:nth-child(even) {
    padding-left: 40px; } }

.media-two-column .column img {
  width: 100%; }

@media (min-width: 768px) {
  .media-two-column .column:nth-child(odd) {
    padding-right: 40px; }
  .media-two-column .column:nth-child(even) {
    padding-left: 40px; } }

.media-two-column .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

.media-two-column .embed-container iframe,
.media-two-column .embed-container object,
.media-two-column .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.thanksgiving-holiday-card {
  margin-top: 0px;
  margin-bottom: -10px;
  min-heigth: 100vh;
  overflow: hidden; }
  .thanksgiving-holiday-card .card-header {
    position: absolute;
    top: -1000px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 300;
    width: 90%; }
    .thanksgiving-holiday-card .card-header .cls-6, .thanksgiving-holiday-card .card-header .cls-3 {
      opacity: 0; }
    .thanksgiving-holiday-card .card-header.visible .cls-6 {
      opacity: 1;
      -webkit-transition-delay: 1s;
      -o-transition-delay: 1s;
      transition-delay: 1s;
      -webkit-transition: all 1s;
      -o-transition: all 1s;
      transition: all 1s; }
    .thanksgiving-holiday-card .card-header.visible .cls-3 {
      opacity: 1;
      -webkit-transition-delay: 1.5s;
      -o-transition-delay: 1.5s;
      transition-delay: 1.5s;
      -webkit-transition: all 1s;
      -o-transition: all 1s;
      transition: all 1s; }
  .thanksgiving-holiday-card .card-footer {
    padding: 30px 0px;
    width: 100%;
    background: #fff;
    z-index: 300;
    text-align: center; }
    .thanksgiving-holiday-card .card-footer .footer-box {
      width: 90%;
      border: 2px solid #cc3300;
      margin-left: auto;
      margin-right: auto;
      padding: 10px; }
      .thanksgiving-holiday-card .card-footer .footer-box .inner {
        color: #cc3300;
        font-family: "harmanretro";
        border: 2px solid #cc3300;
        width: 100%;
        padding: 20px; }
        .thanksgiving-holiday-card .card-footer .footer-box .inner hr {
          width: 50%;
          border-color: #cc3300; }
        .thanksgiving-holiday-card .card-footer .footer-box .inner h2 {
          text-transform: uppercase;
          font-size: 15px; }
        .thanksgiving-holiday-card .card-footer .footer-box .inner ul {
          list-style-type: none;
          font-size: 30px; }
          .thanksgiving-holiday-card .card-footer .footer-box .inner ul li {
            display: inline; }
            .thanksgiving-holiday-card .card-footer .footer-box .inner ul li a {
              color: #cc3300; }
            .thanksgiving-holiday-card .card-footer .footer-box .inner ul li .a2a_kit {
              display: inline-block;
              margin-bottom: -5px; }
            .thanksgiving-holiday-card .card-footer .footer-box .inner ul li:first-child {
              height: 35px;
              display: block; }
            .thanksgiving-holiday-card .card-footer .footer-box .inner ul li:before {
              content: ''; }
  .thanksgiving-holiday-card .background-image {
    width: 100%;
    heigth: auto;
    position: relative;
    z-index: 10; }
  .thanksgiving-holiday-card .target {
    height: 50px;
    width: 50px;
    margin-left: -25px;
    margin-top: -25px;
    position: absolute;
    top: 6%;
    left: 49%;
    z-index: 250;
    overflow: visible; }
    .thanksgiving-holiday-card .target .action {
      position: relative;
      z-index: 50;
      height: 70%;
      width: 70%;
      background: #fff;
      border: 3px solid #7f1111;
      border-radius: 50%;
      opacity: 0.5;
      color: #7f1111;
      text-align: center;
      font-size: 21px;
      padding-top: 0px;
      padding-left: 0px; }
      .thanksgiving-holiday-card .target .action .fa-close {
        display: none; }
    .thanksgiving-holiday-card .target .hover {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      z-index: 25;
      width: 330px;
      position: absolute;
      top: 25px;
      visibility: hidden;
      opacity: 0;
      -webkit-transition: visibility 0s linear 300ms, opacity 300ms;
      -o-transition: visibility 0s linear 300ms, opacity 300ms;
      transition: visibility 0s linear 300ms, opacity 300ms;
      overflow: visible; }
      @media (max-width: 766px) {
        .thanksgiving-holiday-card .target .hover.supress-mobile {
          display: none; } }
      .thanksgiving-holiday-card .target .hover.right {
        left: 25px; }
      .thanksgiving-holiday-card .target .hover.left {
        left: -305px; }
      .thanksgiving-holiday-card .target .hover .florish {
        width: 24px;
        height: 24px;
        position: absolute; }
        .thanksgiving-holiday-card .target .hover .florish .florish-one {
          width: calc(100% - 3px);
          height: 30%;
          position: absolute;
          top: 3px;
          left: 0px;
          border-left: 2px solid rgba(222, 149, 29, 0.7);
          border-bottom: 2px solid rgba(222, 149, 29, 0.7); }
        .thanksgiving-holiday-card .target .hover .florish .florish-two {
          width: 30%;
          height: calc(100% - 3px);
          position: absolute;
          bottom: 0px;
          right: 3px;
          border-left: 2px solid rgba(222, 149, 29, 0.7);
          border-bottom: 2px solid rgba(222, 149, 29, 0.7); }
        .thanksgiving-holiday-card .target .hover .florish.top-right {
          right: 2px;
          top: 2px; }
        .thanksgiving-holiday-card .target .hover .florish.top-left {
          left: 2px;
          top: 2px;
          -webkit-transform: rotate(270deg);
          -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
        .thanksgiving-holiday-card .target .hover .florish.bottom-left {
          left: 2px;
          bottom: 2px;
          -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
        .thanksgiving-holiday-card .target .hover .florish.bottom-right {
          right: 2px;
          bottom: 2px;
          -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
      .thanksgiving-holiday-card .target .hover .border-right-container {
        height: calc(100% - 48px);
        width: 16px;
        position: absolute;
        top: 24px;
        right: -16px;
        background: rgba(0, 0, 0, 0.3); }
        .thanksgiving-holiday-card .target .hover .border-right-container .border-right-border {
          border-top: 2px solid rgba(222, 149, 29, 0.7);
          border-bottom: 2px solid rgba(222, 149, 29, 0.7);
          border-right: 2px solid rgba(222, 149, 29, 0.7);
          width: calc(100% - 3px);
          height: 100%;
          position: absolute;
          top: 0;
          right: 0; }
      .thanksgiving-holiday-card .target .hover .border-left-container {
        height: calc(100% - 48px);
        width: 16px;
        position: absolute;
        top: 24px;
        left: -16px;
        background: rgba(0, 0, 0, 0.3); }
        .thanksgiving-holiday-card .target .hover .border-left-container .border-left-border {
          border-top: 2px solid rgba(222, 149, 29, 0.7);
          border-bottom: 2px solid rgba(222, 149, 29, 0.7);
          border-left: 2px solid rgba(222, 149, 29, 0.7);
          width: calc(100% - 3px);
          height: 100%;
          position: absolute;
          right: 3px;
          left: 0px; }
      .thanksgiving-holiday-card .target .hover .border-bottom-container {
        height: 16px;
        width: calc(100% - 48px);
        position: absolute;
        bottom: -16px;
        left: 24px;
        background: rgba(0, 0, 0, 0.3); }
        .thanksgiving-holiday-card .target .hover .border-bottom-container .border-bottom-border {
          border-bottom: 2px solid rgba(222, 149, 29, 0.7);
          border-left: 2px solid rgba(222, 149, 29, 0.7);
          border-right: 2px solid rgba(222, 149, 29, 0.7);
          height: calc(100% - 3px);
          width: 100%;
          position: absolute;
          top: 3px;
          right: 0; }
      .thanksgiving-holiday-card .target .hover .border-top-container {
        height: 16px;
        width: calc(100% - 48px);
        position: absolute;
        top: -16px;
        left: 24px;
        background: rgba(0, 0, 0, 0.3); }
        .thanksgiving-holiday-card .target .hover .border-top-container .border-top-border {
          border-top: 2px solid rgba(222, 149, 29, 0.7);
          border-left: 2px solid rgba(222, 149, 29, 0.7);
          border-right: 2px solid rgba(222, 149, 29, 0.7);
          height: calc(100% - 3px);
          width: 100%;
          position: absolute;
          bottom: 3px;
          right: 0; }
      .thanksgiving-holiday-card .target .hover .inner {
        border: 2px solid rgba(222, 149, 29, 0.7);
        background: rgba(0, 0, 0, 0.7);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        padding: 5px 20px;
        color: #fff;
        text-align: center;
        font-family: "harmanretro";
        text-transform: uppercase;
        line-height: 20px;
        -webkit-box-shadow: 0px 0px 61px 9px rgba(0, 0, 0, 0.9);
        box-shadow: 0px 0px 61px 9px rgba(0, 0, 0, 0.9); }
        .thanksgiving-holiday-card .target .hover .inner h2 {
          text-transform: capitalize;
          font-family: "harmanscript";
          color: #de951d;
          font-size: 55px;
          margin-bottom: 15px;
          line-height: 75px;
          -webkit-transform: rotate(-5deg);
          -ms-transform: rotate(-5deg);
          transform: rotate(-5deg); }
        .thanksgiving-holiday-card .target .hover .inner ul {
          list-style-type: none !important;
          margin: 0px;
          padding: 0px; }
          .thanksgiving-holiday-card .target .hover .inner ul li {
            display: inline; }
            .thanksgiving-holiday-card .target .hover .inner ul li a {
              color: #fff; }
            .thanksgiving-holiday-card .target .hover .inner ul li:before {
              content: none; }
        .thanksgiving-holiday-card .target .hover .inner .sharingiscaring {
          margin-bottom: 20px; }
        .thanksgiving-holiday-card .target .hover .inner .a2a_kit {
          text-align: center;
          display: inline-block;
          padding: 15px 0px; }
          .thanksgiving-holiday-card .target .hover .inner .a2a_kit a {
            margin-left: 3px;
            margin-right: 3px; }
    .thanksgiving-holiday-card .target.open {
      z-index: 350; }
      .thanksgiving-holiday-card .target.open .action {
        opacity: 1;
        border: 5px solid #de951d;
        color: #de951d;
        padding-top: 4px; }
        .thanksgiving-holiday-card .target.open .action .fa-plus {
          display: none; }
        .thanksgiving-holiday-card .target.open .action .fa-close {
          display: inline-block; }
      .thanksgiving-holiday-card .target.open .hover {
        visibility: visible;
        opacity: 1;
        -webkit-transition: visibility 0s linear 0s, opacity 300ms;
        -o-transition: visibility 0s linear 0s, opacity 300ms;
        transition: visibility 0s linear 0s, opacity 300ms; }

@media (min-width: 768px) {
  .thanksgiving-holiday-card .card-header {
    width: 40%; } }

@media (min-width: 767px) {
  .thanksgiving-holiday-card .card-footer .footer-box {
    width: 60%; } }

@media (min-width: 767px) {
  .thanksgiving-holiday-card .card-footer .footer-box .inner h2 {
    font-size: 25px; } }

@media (min-width: 767px) {
  .thanksgiving-holiday-card .card-footer .footer-box .inner ul li:first-child {
    height: auto; } }

@media (min-width: 767px) {
  .thanksgiving-holiday-card .target .action {
    height: 100%;
    width: 100%;
    opacity: 1;
    font-size: 26px;
    padding-top: 7px;
    padding-left: 1px; } }

@media (min-width: 767px) {
  .thanksgiving-holiday-card .target .action:before {
    font-size: 25px; } }

.job-postings {
  background: #868c80;
  padding-top: 80px;
  padding-bottom: 80px;
  color: #fff;
  font-family: "open-sans",sans-serif;
  font-weight: 300; }
  .job-postings h2 {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 40px;
    font-family: "superclarendon";
    font-weight: 300; }
  .job-postings .posting {
    padding: 12px 0px;
    font-size: 20px;
    border-bottom: 1px solid #a3a89e; }
    .job-postings .posting a {
      color: #fff; }
      .job-postings .posting a:hover {
        color: #fff; }
    .job-postings .posting:first-child {
      border-top: 1px solid #a3a89e; }
    .job-postings .posting:hover {
      background: #959c8f; }

.thanksgiving-card-mobile-overlay {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 3000; }
  .thanksgiving-card-mobile-overlay .box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 3500;
    background: rgba(0, 0, 0, 0.7);
    border: 3px solid #de951d;
    width: 90%;
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 3px; }
    .thanksgiving-card-mobile-overlay .box .closeX {
      color: #de951d;
      display: block;
      position: absolute;
      top: -0px;
      right: -0px;
      z-index: 50;
      height: 50px;
      width: 50px;
      border-radius: 50%; }
      .thanksgiving-card-mobile-overlay .box .closeX:before {
        font-family: FontAwesome;
        display: inline-block;
        position: absolute;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        content: "\f00d";
        color: #de951d;
        z-index: 4000; }
    .thanksgiving-card-mobile-overlay .box .inner {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      border: 1px solid #de951d;
      padding: 5px 20px 15px 20px;
      color: #fff;
      text-align: center;
      font-family: "harmanretro";
      text-transform: uppercase;
      line-height: 20px; }
      .thanksgiving-card-mobile-overlay .box .inner .a2a_kit {
        display: inline-block; }
      .thanksgiving-card-mobile-overlay .box .inner h2 {
        text-transform: capitalize;
        font-family: "harmanscript";
        color: #de951d;
        font-size: 60px;
        margin-bottom: 15px; }
      .thanksgiving-card-mobile-overlay .box .inner ul {
        font-size: 30px;
        list-style-type: none !important;
        margin: 0px;
        padding: 0px; }
        .thanksgiving-card-mobile-overlay .box .inner ul li {
          display: inline;
          padding-left: 5px;
          padding-right: 5px; }
          .thanksgiving-card-mobile-overlay .box .inner ul li a {
            color: #fff; }
          .thanksgiving-card-mobile-overlay .box .inner ul li:before {
            content: none; }

.offices {
  font-family: "open-sans",sans-serif;
  font-weight: 400;
  line-height: 18px; }
  .offices .form {
    padding-left: 60px; }
    .offices .form h2 {
      margin-top: 0px;
      margin-bottom: 30px;
      font-size: 22px; }
  .offices .office-block {
    background-color: #f5f5f5; }
    .offices .office-block + .office-block {
      margin-top: 30px; }
    .offices .office-block .office-image {
      width: 100%;
      padding-top: 100%;
      /*@media (min-width: 767px) {
        min-height:100%;
        padding-top: 0px;
      }*/
      background-size: cover;
      background-postion: center center; }
    .offices .office-block h2 {
      color: #525b4a;
      margin-top: 0px;
      font-size: 22px; }
    .offices .office-block p {
      margin-bottom: 0px;
      color: #99a291;
      letter-spacing: 1px;
      font-size: 14px; }
    .offices .office-block .details {
      padding-top: 25px;
      padding-bottom: 45px;
      padding-left: 30px;
      padding-right: 30px; }
      @media (min-width: 767px) {
        .offices .office-block .details {
          padding-left: 30px;
          padding-right: 15px;
          padding-bottom: 15px; } }
      .offices .office-block .details .maplink {
        margin-top: 15px;
        text-transform: uppercase;
        font-weight: 600; }

.staff-feature img {
  width: 100%; }

.staff-feature p.email {
  margin-top: 15px;
  margin-bottom: 0px; }

.staff-feature p.phone {
  margin: 0px; }

.no-gutter {
  padding-right: 0;
  padding-left: 0; }

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }

.stop-scrolling {
  height: 100%;
  overflow: hidden; }

.cta-container {
  margin-top: 20px; }

.job-posting .left h1 {
  margin-top: 0px;
  margin-bottom: 35px; }

.no-gutter {
  padding-right: 0;
  padding-left: 0; }

.page-content .password-input {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center; }
  .page-content .password-input input[type="submit"] {
    background: #e5e5e5; }

.jconfirm-buttons .btn-blue {
  background-color: #af121d !important; }

.gform_wrapper {
  margin-top: 0px !important; }

.gform_fields li {
  margin-top: 0px !important; }
  .gform_fields li + li {
    margin-top: 16px !important; }

.gform_fields input[type=text], .gform_fields input[type=email], .gform_fields input[type=tel], .gform_fields textarea {
  background: #e5e5e5;
  border: 0px;
  outline: none;
  padding: 10px !important; }

.shift-anchor {
  display: block;
  position: relative;
  top: -200px;
  visibility: hidden; }

#hero-video {
  position: absolute;
  top: 0;
  left: 0; }

.inside-page-hero .container-fluid {
  padding: 0; }

.home .hero.hero-video-bg {
  overflow: hidden; }

.home .hero.hero-video-bg-play {
  height: 0;
  padding-bottom: 56.4%; }

.home .hero.hero-video-bg-play #hero-video {
  height: 100%;
  -o-object-fit: none;
  object-fit: none; }

.hero.hero-video-bg-play {
  overflow: hidden; }

#hero-play {
  display: block;
  height: 145px;
  width: 143px;
  margin-top: -73px;
  margin-left: -72px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(../img/video_play_btn.png) no-repeat 50% 50%/cover;
  opacity: 0.7; }

#hero-play:hover {
  opacity: 1; }

.inside-page-hero #hero-play {
  margin-top: -32px; }

@media screen and (min-width: 1400px) {
  .inside-page-hero #hero-play {
    margin-top: 0; } }

.hero-video-bg.hero-video-bg-play video {
  background: rgba(255, 255, 255, 0) url() no-repeat 50% 50%/cover;
  height: 100%;
  width: 100%;
  display: none;
  -o-object-fit: cover;
  object-fit: cover; }

#blog-header {
  background-color: #71735b;
  color: #fff;
  text-align: left;
  height: 80px;
  overflow: hidden;
  font-family: "open-sans",sans-serif;
  border-bottom: 2px solid #fff; }

#agintel-logo {
  background: rgba(255, 255, 255, 0) url(../img/blog_sprite.png) no-repeat 0 0;
  text-indent: -9999px;
  height: 101px;
  width: 190px;
  display: inline-block; }

.logo-contain {
  height: 101px;
  width: 190px;
  overflow: hidden;
  margin: 10px 25px 0 15px;
  -webkit-transform: scale(0.5) translateZ(0);
  -moz-transform: scale(0.5) translateZ(0);
  -ms-transform: scale(0.5) translateZ(0);
  -o-transform: scale(0.5) translateZ(0);
  transform: scale(0.5) translateZ(0);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: top left;
  float: left;
  display: block;
  -webkit-backface-visibility: hidden; }

#blog-header h1 {
  font-size: 13px;
  text-align: right;
  margin: 6px auto 0 30px;
  border-left: 1px solid #fff;
  padding-left: 25px;
  margin-left: 0;
  min-height: 50px;
  display: inline-block;
  position: absolute;
  top: 9px;
  left: 144px;
  text-transform: uppercase; }

#cat-filter,
.subscribe-btn {
  background-color: #71735b;
  color: #fff;
  border-radius: 6px;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 12px 8px 12px;
  line-height: 1;
  margin: 15px;
  font-size: 11px; }

#cat-filter:hover,
.subscribe-btn:hover {
  text-transform: uppercase;
  text-decoration: none;
  color: #71735b;
  background-color: #fff; }

.subscribe-btn {
  background-color: #fff;
  color: #71735b;
  font-weight: bold;
  float: right; }

.subscribe-btn:hover {
  background-color: #71735b;
  color: #fff; }

#cat-filter:after {
  content: '+';
  display: inline-block;
  margin-left: 6px;
  position: relative;
  top: -2px; }

#blog-sub-header {
  background-color: #ededed; }

#cat-listing {
  background-color: #8e908f; }

#cat-listing.active {
  border-top: 3px solid #fff;
  display: block;
  position: absolute;
  width: 100%;
  z-index: 2; }

#cat-listing.active:after {
  content: ' ';
  display: block;
  clear: both; }

#cat-listing ul {
  padding: 10px 15px 0;
  display: none; }

#cat-listing li {
  list-style-type: none;
  border-bottom: 1px solid #fff;
  padding: 16px 15px 10px 30px;
  line-height: 1.3;
  position: relative; }

#cat-listing li span {
  font-weight: bold; }

#cat-listing li:last-child {
  border-bottom-width: 0; }

#cat-listing a {
  color: #fff;
  text-transform: uppercase; }

#cat-listing a:hover {
  text-decoration: none;
  color: #c8c8c8; }

#cat-listing .icon-crop {
  overflow: hidden;
  height: 30px;
  line-height: 1;
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 23px; }

#cat-listing .icon {
  display: inline-block;
  height: 36px;
  width: auto;
  min-width: 127px;
  background: rgba(255, 255, 255, 0) url(../img/blog_sprite.png) no-repeat 0 -132px;
  -webkit-transform: scale(0.5) translateZ(0);
  -moz-transform: scale(0.5) translateZ(0);
  -ms-transform: scale(0.5) translateZ(0);
  -o-transform: scale(0.5) translateZ(0);
  transform: scale(0.5) translateZ(0);
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-backface-visibility: hidden; }

#cat-listing .cat-cab-icon .icon-crop .icon {
  width: 81px; }

#cat-listing .cat-dirt-icon .icon-crop .icon {
  width: 79px;
  background-position: 0 -181px; }

#cat-listing .cat-hq-icon .icon-crop .icon {
  width: 150px;
  background-position: 0 -231px; }

#cat-listing .cat-lab-icon .icon-crop .icon {
  width: 150px;
  background-position: 0 -280px; }

#cat-listing .cat-range-icon .icon-crop .icon {
  width: 150px;
  background-position: 0 -329px; }

.subscribe-btn {
  display: none; }

.subscribe-btn.mobile {
  display: inline-block; }

.subscribe-btn span {
  font-weight: bold;
  text-transform: uppercase; }

body .footer {
  overflow-x: hidden; }

article.post h2 {
  margin-top: 0;
  color: #666633;
  font-size: 18px;
  font-weight: bold; }

article.post a:hover h2 {
  color: #af121d;
  text-decoration: none; }

article.post a:hover {
  text-decoration: none; }

article.post {
  padding: 10px 0;
  border-bottom: 1px solid #666633;
  margin-bottom: 22px;
  font-size: 12px;
  line-height: 1.5;
  position: relative; }

article.post .post-image {
  width: 100%;
  height: auto;
  max-height: 330px;
  margin-bottom: 25px;
  -o-object-fit: cover;
  object-fit: cover; }

article.post.no-img {
  padding-top: 50px; }

article.post > .icon,
.blog-related .icon {
  display: inline-block;
  position: absolute;
  top: 8px;
  right: 0;
  background: #fff url(../img/blog_sprite.png) no-repeat -175px -174px;
  z-index: 1;
  height: 52px;
  width: 40px;
  -webkit-transform: scale(0.6) translateZ(0);
  -moz-transform: scale(0.6) translateZ(0);
  -ms-transform: scale(0.6) translateZ(0);
  -o-transform: scale(0.6) translateZ(0);
  transform: scale(0.6) translateZ(0);
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  -o-transform-origin: top right;
  transform-origin: top right;
  border: 6px solid #fff;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-left-width: 10px;
  border-right-width: 10px;
  -webkit-backface-visibility: hidden; }

.blog-related .icon {
  top: 0; }

article.post > .icon,
.blog-related .icon{display: none;}

article.post.no-img > .icon {
  right: auto;
  left: 0;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left; }

article.post > .cat-cab-icon,
.blog-related .cat-cab-icon {
  background-position: -175px -122px; }

article.post > .cat-dirt-icon,
.blog-related .cat-dirt-icon {
  background-position: -175px -174px; }

article.post > .cat-hq-icon,
.blog-related .cat-hq-icon {
  background-position: -175px -224px; }

article.post > .cat-lab-icon,
.blog-related .cat-lab-icon {
  background-position: -175px -272px; }

article.post > .cat-range-icon,
.blog-related .cat-range-icon {
  background-position: -175px -320px; }

article.post:last-child {
  border-bottom-width: 0;
  padding-bottom: 0; }

.blog-pagination {
  width: 100%;
  margin: 40px 0; }

.blog-pagination .page-numbers {
  text-align: center;
  width: 100%; }

.page-numbers a {
  padding: 3px;
  color: #666633;
  margin: 0 3px; }

.page-numbers a.active,
.page-numbers a:hover,
.page-numbers a:focus {
  background-color: #666633;
  color: #fff;
  text-decoration: none; }

.page-numbers h2 {
  display: none; }

#category-header {
  background-color: #fff;
  position: relative;
  padding: 14px 15px 1px;
  text-transform: uppercase;
  color: #999;
  font-size: 11px;
  border-bottom: 1px solid #a2a5a4; }

#category-header .icon-crop {
  height: 20px;
  width: 21px;
  display: inline-block;
  position: relative;
  top: 6px;
  left: 0;
  overflow: hidden;
  white-space: nowrap; }

#category-header .icon {
  height: 40px;
  width: 40px;
  background: url(../img/blog_sprite.png) no-repeat -175px -278px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0; }

#category-header span {
  color: #d7c937;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 11px;
  white-space: nowrap;
  padding-top: 10px;
  padding-left: 2px; }

#category-header div.border-left {
  display: inline-block;
  border-left: 1px solid #a2a5a4;
  padding: 0 0 6px 20px;
  margin-left: 13px; }

#category-header .cat-head {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

#category-header .icon-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  padding-bottom: 0;
  position: relative;
  top: -10px; }

#category-header .cat-cab-icon .icon {
  background-position: -175px -131px; }

#category-header .cat-dirt-icon .icon {
  background-position: -175px -181px; }

#category-header .cat-hq-icon .icon {
  background-position: -175px -231px; }

#category-header .cat-lab-icon .icon {
  background-position: -175px -279px; }

#category-header .cat-range-icon .icon {
  background-position: -175px -328px; }

.single .single-heading {
  font-size: 31px;
  font-weight: bold;
  margin-bottom: 34px; }

#single-header {
  background: url() no-repeat 50% 50%/cover;
  height: 160px;
  border-top: 5px solid #fff; }

.date {
  padding-left: 2px; }

.single article.post {
  border-bottom-width: 0;
  padding-bottom: 0;
  margin-bottom: 30px; }

.single .post p {
  margin-bottom: 16px; }

.single .post img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px; }

.social-links {
  clear: both;
  text-align: center;
  margin: 27px 0; }

.at-resp-share-element .at-icon,
.at-style-responsive .at-share-btn {
  fill: #a6a9a8 !important; }

.at-resp-share-element .at-share-btn {
  background-color: rgba(0, 0, 0, 0) !important;
  border: 1px solid #a6a9a8 !important; }

.blog-related {
  text-align: center;
  position: relative;
  clear: both; }

.blog-related > h2 {
  font-size: 22px;
  color: #666633;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  padding: 0 13px;
  display: inline-block;
  width: auto;
  margin: 0 auto 37px;
  position: relative;
  font-family: "superclarendon"; }

.blog-related:before {
  height: 1px;
  border: 1px solid #663;
  content: ' ';
  display: block;
  width: 100%;
  position: absolute;
  top: 14px;
  left: 0; }

#related-posts .third {
  border: 1px solid #bcbebb;
  margin-bottom: 25px;
  padding: 20px 15px 0; }

#related-posts .third img {
  width: 100%;
  max-width: 350px;
  height: auto;
  max-height: 110px;
  -o-object-fit: cover;
  object-fit: cover; }

.third .inner {
  position: relative; }

#related-posts h3 {
  color: #666633;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 15px;
  margin-top: 14px; }

#related-posts a:hover h3 {
  color: #af121d; }

#related-posts a:hover {
  text-decoration: none; }

#blog-signup {
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10000;
  display: none; }

#blog-signup .container {
  max-width: 500px;
  position: relative;
  height: 100%; }

#blog-signup .container > div {
  position: absolute;
  top: 50%;
  margin-top: -250px;
  padding: 40px;
  border-radius: 10px;
  background-color: #fff; }

#blog-signup .close {
  display: inline-block;
  color: #000;
  opacity: 1;
  background: #efefef;
  padding: 9px 11px 4px;
  border-radius: 50%; }

#blog-signup .close:hover {
  background-color: #000;
  color: #fff;
  font-weight: normal; }

@media screen and (min-width: 768px) {
  .subscribe-btn {
    display: inline-block;
    font-weight: normal; }
  .subscribe-btn.mobile {
    display: none; }
  .single .post img.alignright {
    float: right;
    margin-left: 30px;
    width: 50%;
    clear: right; }
  #single-header {
    height: 220px; }
  #related-posts {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 35px; }
  #related-posts .third {
    width: 31.3333%;
    margin-right: 6%; }
  #related-posts .third:last-child {
    margin-right: 0; }
  #related-posts .third img {
    height: 150px;
    max-height: 150px; } }

@media screen and (min-width: 992px) {
  article.post .post-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 330px;
    height: 100%;
    max-height: 330px; }
  article.post {
    padding-left: 330px;
    padding-top: 60px;
    border-top: 1px solid #666633; }
  .single article.post {
    padding-left: 0; }
  .post-excerpt {
    margin-left: 50px;
    font-size: 16px; }
  article.post > .icon {
    top: 0;
    right: auto;
    left: 330px;
    margin-left: -36px;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left; }
  article.post:first-child {
    margin-top: 60px; }
  .single article.post:first-child {
    margin-top: 0; }
  article.post {
    min-height: 262px;
    margin-bottom: 50px; }
  article.post h2 {
    font-size: 30px;
    margin-bottom: 25px; }
  .blog-pagination {
    margin: 60px 0 70px; }
  .blog-pagination .page-numbers {
    text-align: left;
    border-top: 1px solid #666633;
    max-width: 70%; }
  .page-numbers h2 {
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
    color: #666633;
    border-right: 1px solid #666633;
    padding-right: 30px;
    margin: 0 15px 0 0;
    font-weight: bold;
    padding: 17px 30px 17px 0; }
  #cat-filter,
  .subscribe-btn {
    font-size: 14px; }
  .logo-contain {
    -webkit-transform: scale(1) translateZ(0);
    -moz-transform: scale(1) translateZ(0);
    -ms-transform: scale(1) translateZ(0);
    -o-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    -webkit-backface-visibility: hidden; }
  #blog-header h1 {
    font-size: 24px;
    left: 254px;
    top: 26px;
    min-height: 83px;
    border-left-width: 2px;
    padding-left: 43px; }
  #blog-header {
    height: 158px; }
  .logo-contain {
    margin-top: 24px; }
  article.post > .icon {
    -webkit-transform: scale(0.8) translateZ(0);
    -moz-transform: scale(0.8) translateZ(0);
    -ms-transform: scale(0.8) translateZ(0);
    -o-transform: scale(0.8) translateZ(0);
    transform: scale(0.8) translateZ(0);
    left: 318px;
    -webkit-backface-visibility: hidden; }
  article.post.no-img {
    padding-left: 0;
    min-height: 0;
    padding-bottom: 20px; }
  article.post.no-img > .icon {
    left: 75px;
    top: 15px; }
  article.post.no-img .post-excerpt {
    margin-top: 20px; }
  article.post > .icon {
    width: 40px; }
  .single .post img.alignright {
    width: 392px;
    margin-left: 70px; }
  .single .single-heading {
    font-size: 35px; }
  .single .post p {
    font-size: 18px; }
  .single .post {
    font-size: 18px; }
  .single article.post {
    border-top-width: 0;
    padding-top: 18px; }
  .single .post p {
    font-size: 18px;
    margin-bottom: 30px; }
  .single .post p.date {
    font-size: 14px; }
  #single-header {
    height: 310px; }
  #category-header div.border-left {
    font-size: 16px; }
  #category-header span {
    font-size: 19px; }
  #category-header .icon {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  #category-header .icon-crop {
    height: 40px;
    width: 40px;
    margin-bottom: 5px; }
  #category-header .cat-head {
    margin-top: 30px; }
  #related-posts .third img {
    height: 180px;
    max-height: 180px; }
  .social-links {
    position: absolute;
    top: -98px;
    right: 15px; }
  #related-posts h3 {
    font-size: 26px;
    line-height: 1.2; }
  .blog-related {
    margin-top: 70px; }
  .blog-related > h2 {
    margin-bottom: 40px; } }

@media screen and (min-width: 1300px) {
  #related-posts .third {
    padding: 26px 31px 15px; }
  .single .post img {
    margin-bottom: 40px; } }

/*# sourceMappingURL=master.css.map */