/*
 * ---:[ Thesis CSS reset ]:---
 */
* {
  margin: 0;
  padding: 0;
  word-wrap: break-word; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img,
fieldset {
  border: 0; }

abbr,
acronym {
  text-decoration: none; }

code {
  line-height: 1em; }

pre {
  overflow: auto;
  word-wrap: normal;
  -moz-tab-size: 4;
  tab-size: 4; }

sub,
sup {
  line-height: 0.5em; }

img,
.wp-caption {
  max-width: 100%;
  height: auto; }

iframe,
video,
embed,
object {
  display: block;
  max-width: 100%; }

img {
  display: block; }

.left,
.alignleft,
img[align=left] {
  display: block;
  float: left; }

.right,
.alignright,
img[align=right] {
  display: block;
  float: right; }

.center,
.aligncenter,
img[align=middle] {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  float: none;
  clear: both; }

.block,
.alignnone {
  display: block;
  clear: both; }

input[type=submit],
button {
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none; }

.wp-smiley {
  display: inline; }

/*
 * ---:[ layout structure ]:---
 */
body {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  line-height: 27px;
  color: #111111;
  background-color: white;
  padding-top: 27px; }

.container {
  width: 897px;
  margin: 0 auto; }

.columns {
  box-sizing: border-box; }
  .columns > .content {
    box-sizing: border-box;
    width: 617px;
    float: left;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: #dddddd; }
  .columns > .sidebar {
    box-sizing: border-box;
    width: 280px;
    float: right;
    padding: 27px 27px 0 27px; }

/*
 * ---:[ links ]:---
 */
a {
  color: #dd0000;
  text-decoration: none; }
  p a {
    text-decoration: underline; }
    p a:hover {
      text-decoration: none; }

/*
 * ---:[ nav menu ]:---
 */
.menu {
  position: relative;
  z-index: 50;
  list-style: none;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #dddddd; }
  .menu a {
    display: block;
    font-size: 13px;
    line-height: 19px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #111111;
    background-color: #eeeeee;
    padding: 8px 13px;
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-color: #dddddd; }
  .menu a:hover {
    background-color: #dddddd; }
  .menu li {
    position: relative;
    float: left;
    margin-bottom: -1px; }
  .menu .sub-menu {
    display: none;
    position: absolute;
    z-index: 110;
    left: -1px;
    list-style: none;
    border-color: #dddddd;
    margin-top: -1px; }
    .menu .sub-menu .sub-menu {
      top: 0;
      left: 166px;
      margin: 0 0 0 -1px; }
    .menu .sub-menu li {
      width: 166px;
      clear: both; }
    .menu .sub-menu a {
      border-left-width: 1px; }
    .menu .sub-menu .current-menu-item > a {
      border-bottom-color: #dddddd; }
  .menu li:hover > .sub-menu {
    display: block; }
  .menu .current-menu-item > a {
    border-bottom-color: white;
    background-color: white;
    cursor: text; }

.menu_control {
  display: block;
  font-size: 13px;
  line-height: 19px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #111111;
  background-color: #eeeeee;
  padding: 8px 13px;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #dddddd;
  display: none;
  background-color: white; }
  .menu_control:hover {
    background-color: #dddddd; }

/*
 * ---:[ header ]:---
 */
.header {
  border-bottom: 3px double #dddddd;
  padding: 27px; }

#site_title {
  font-size: 42px;
  line-height: 1.31em;
  font-weight: bold;
  color: #111111; }
  #site_title a {
    color: #111111; }
    #site_title a:hover {
      color: #dd0000; }
  #site_title + #site_tagline {
    margin-top: 7px; }

#site_tagline {
  font-size: 16px;
  color: #888888;
  line-height: 1.5em; }

/*
 * ---:[ golden ratio typography with spaced paragraphs ]:---
 */
.grt {
  font-size: 16px;
  line-height: 27px; }
  .grt h1,
  .grt .headline {
    font-size: 33px;
    line-height: 49px; }
  .grt h1 {
    margin-bottom: 27px; }
  .grt .headline {
    color: #111111;
    margin: 0; }
    .grt .headline a {
      color: #111111; }
      .grt .headline a:hover {
        color: #dd0000; }
  .grt h2,
  .grt h3,
  .grt h4 {
    color: #111111; }
  .grt h2 {
    font-size: 26px;
    line-height: 40px;
    margin-top: 44px;
    margin-bottom: 17px; }
  .grt h3 {
    font-size: 20px;
    line-height: 32px;
    margin-top: 38px;
    margin-bottom: 11px; }
  .grt h4 {
    font-size: 16px;
    line-height: 27px;
    font-weight: bold;
    margin-bottom: 7px; }
  .grt h1 + h2,
  .grt h2 + h3 {
    margin-top: 0; }
      .grt .post_content h2:first-child,
      .grt .post_content h3:first-child {
        margin-top: 0; }
  .grt ul {
    list-style-type: square; }
    .grt ul li a {
      text-decoration: underline; }
      .grt ul li a:hover {
        text-decoration: none; }
  .grt blockquote {
    color: #888888;
    padding-left: 17px;
    border-left: 1px solid #dddddd; }
    .grt blockquote.right,
    .grt blockquote.left {
      width: 45%;
      font-size: 26px;
      line-height: 37px;
      padding-left: 0;
      border: 0;
      margin-bottom: 17px; }
  .grt code,
  .grt pre,
  .grt kbd {
    font-size: 14px; }
  .grt code {
    font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
    background-color: rgba(0, 0, 0, 0.08);
    padding: 4px 5px;
    border-radius: 7px;
    margin: 0 1px; }
  .grt pre {
    font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
    background-color: #eeeeee;
    padding: 17px 17px 17px 11px;
    border-left: 7px solid rgba(0, 0, 0, 0.15); }
  .grt kbd {
    font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
    color: #111111;
    background-color: white;
    padding: 4px 5px;
    border-radius: 7px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.45);
    margin: 0 1px; }
  .grt .alert,
  .grt .note,
  .grt .box {
    padding: 17px; }
  .grt .alert {
    background-color: #ffff99;
    border: 1px solid #e6e68a; }
  .grt .note {
    background-color: #eeeeee;
    border: 1px solid #dddddd; }
  .grt .box {
    background-color: #ffe2e2;
    border: 1px solid #ffb2b2; }
  .grt .footnotes {
    font-size: 13px;
    line-height: 23px;
    padding-top: 27px;
    border-top: 1px dotted #dddddd; }
  .grt .footnotes,
  .grt sub,
  .grt sup,
  .grt .post_cats,
  .grt .post_tags {
    color: #888888; }
  .grt fieldset {
    margin-bottom: 27px; }
    .grt fieldset legend {
      font-size: 20px;
      line-height: 32px;
      font-weight: bold;
      margin-bottom: 7px; }
  .grt .avatar {
    width: 72px;
    height: 72px;
    float: right;
    clear: both;
    margin-left: 17px; }
  .grt .small,
  .grt .caption {
    font-size: 13px;
    line-height: 23px; }
  .grt .caption {
    margin-top: -17px;
    color: #888888; }
  .grt .frame,
  .grt .post_image_box,
  .grt .wp-caption {
    box-sizing: border-box;
    background-color: #eeeeee;
    padding: 17px;
    border: 1px solid #dddddd; }
  .grt .wp-caption p {
    font-size: 13px;
    line-height: 23px; }
  .grt .wp-caption img,
  .grt .post_image_box .post_image,
  .grt .thumb,
  .grt .footnotes p {
    margin-bottom: 17px; }
  .grt .drop_cap {
    font-size: 54px;
    line-height: 1em;
    margin-right: 11px;
    float: left; }
  .grt .author_description {
    padding-top: 27px;
    border-top: 1px dotted #dddddd; }
    .grt .author_description .avatar {
      width: 81px;
      height: 81px;
      float: left;
      margin-right: 17px;
      margin-left: 0; }
  .grt .author_description_intro {
    font-weight: bold; }
  .grt p,
  .grt ul,
  .grt ol,
  .grt blockquote,
  .grt pre,
  .grt dl,
  .grt dd,
  .grt .center,
  .grt .aligncenter,
  .grt .block,
  .grt .alignnone,
  .grt .post_image,
  .grt .post_image_box,
  .grt .wp-post-image,
  .grt .caption,
  .grt .wp-caption,
  .grt .alert,
  .grt .note,
  .grt .box,
  .grt .footnotes,
  .grt .headline_area {
    margin-bottom: 27px; }
  .grt .right,
  .grt .alignright,
  .grt .ad {
    margin-bottom: 27px;
    margin-left: 27px; }
  .grt .left,
  .grt .alignleft,
  .grt .ad_left {
    margin-bottom: 27px;
    margin-right: 27px; }
  .grt ul,
  .grt ol,
  .grt .stack {
    margin-left: 27px; }
  .grt ul ul,
  .grt ul ol,
  .grt ol ul,
  .grt ol ol,
  .grt .wp-caption p,
  .grt blockquote.right p,
  .grt blockquote.left p {
    margin-bottom: 0; }
    .grt .alert :last-child,
    .grt .note :last-child,
    .grt .box :last-child,
    .grt .right :last-child,
    .grt .left .footnotes :last-child {
      margin-bottom: 0; }

/*
 * ---:[ other content styles ]:---
 */
.post_box {
  padding: 27px 27px 0 27px;
  border-top: 1px dotted #dddddd; }
  .post_box.top {
    border-top: 0; }

.byline {
  color: #888888; }
  .byline a {
    color: #888888;
    border-bottom: 1px solid #dddddd; }
    .byline a:hover {
      color: #111111; }
  .byline a,
  .byline .post_author,
  .byline .post_date {
    text-transform: uppercase;
    letter-spacing: 1px; }
  .byline .post_author_intro,
  .byline .post_date_intro,
  .byline .post_cats_intro {
    font-style: italic; }
  .byline .post_edit {
    margin-left: 11px; }
    .byline .post_edit:first-child {
      margin-left: 0; }

  .wp-caption.aligncenter img {
    margin-right: auto;
    margin-left: auto; }
  .wp-caption .wp-caption-text .wp-smiley {
    display: inline;
    margin-bottom: 0; }

.num_comments_link {
  display: inline-block;
  color: #888888;
  text-decoration: none;
  margin-bottom: 27px; }
  .num_comments_link:hover {
    background-color: #eeeeee; }

.num_comments {
  font-size: 27px;
  color: #111111; }

.bracket {
  font-size: 27px;
  color: #dddddd; }

.archive_intro {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #dddddd; }
  .archive_intro .headline {
    margin-bottom: 27px; }

.prev_next {
  clear: both;
  color: #888888;
  border-top: 1px solid #dddddd;
  padding: 17px 27px; }
  .prev_next .next_posts {
    float: right; }

.previous_posts,
.next_posts {
  display: block;
  font-size: 13px;
  line-height: 23px;
  text-transform: uppercase;
  letter-spacing: 2px; }
  .previous_posts a:hover,
  .next_posts a:hover {
    text-decoration: underline; }

/*
 * ---:[ comments ]:---
 */
#comments {
  margin-top: 54px; }

.comments_intro {
  color: #888888;
  padding: 0 27px;
  margin-bottom: 17px; }
  .comments_intro a:hover {
    text-decoration: underline; }

.comments_closed {
  font-size: 13px;
  line-height: 23px;
  color: #888888;
  margin: 0 27px 27px 27px; }

.comment_list {
  list-style-type: none;
  border-top: 1px dotted #dddddd;
  margin-bottom: 54px; }

.comment {
  padding: 27px;
  border-bottom: 1px dotted #dddddd; }
  .comment .comment_head {
    margin-bottom: 17px; }
  .comment .comment_author {
    font-weight: bold; }
  .comment .avatar {
    float: right;
    width: 50px;
    height: 50px;
    margin-left: 17px; }
  .comment .comment_date {
    display: block;
    font-size: 13px;
    line-height: 23px;
    color: #888888; }
    .comment .comment_date a {
      color: #888888; }
  .comment .comment_text > :last-child {
    margin-bottom: 0; }
  .comment .comment_footer {
    margin-top: 17px; }
    .comment .comment_footer a {
      font-size: 13px;
      line-height: 23px;
      color: #888888;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-right: 17px; }
  .comment .comment_footer a {
    font-size: 13px;
    line-height: 23px;
    color: #888888;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: 17px; }

  .children .comment {
    list-style-type: none;
    padding: 0 0 0 27px;
    border-bottom: 0;
    border-left: 1px solid #dddddd;
    margin-top: 27px; }
  .children .bypostauthor {
    background-color: transparent;
    border-color: #dd0000; }

  .comment_head a:hover,
  .comment_footer a:hover,
  comment_nav a:hover {
    text-decoration: underline; }

.comment_nav {
  font-size: 13px;
  line-height: 23px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 17px 27px;
  border-style: dotted;
  border-color: #dddddd; }
  .comment_nav a:hover {
    text-decoration: underline; }

.comment_nav_top {
  border-width: 1px 0 0 0; }

.comment_nav_bottom {
  border-width: 0 0 1px 0;
  margin: -54px 0 54px 0; }

.next_comments {
  float: right; }

.comment_moderated {
  font-weight: bold; }

/*
 * ---:[ inputs ]:---
 */
  input[type="text"],
  input[type="number"],
  input[type="url"],
  input[type="tel"],
  input[type="email"],
  input[type="password"] {
    font-family: inherit;
    font-size: inherit;
    line-height: 1em;
    font-weight: inherit;
    color: #111111;
    background-color: #eeeeee;
    padding: 7px;
    border: 1px solid #dddddd;
    box-sizing: border-box; }
    input[type="text"]:focus,
    input[type="number"]:focus,
    input[type="url"]:focus,
    input[type="tel"]:focus,
    input[type="email"]:focus,
    input[type="password"]:focus {
      background-color: white;
      border-color: #eeeeee; }

select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: 1em;
  font-weight: inherit;
  color: #111111;
  background-color: #eeeeee;
  padding: 7px;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  line-height: inherit; }
  select:focus,
  textarea:focus {
    background-color: white;
    border-color: #eeeeee; }

/*
 * ---:[ buttons ]:---
 */
button,
input[type="submit"] {
  font-family: inherit;
  font-size: inherit;
  line-height: 1em;
  font-weight: bold;
  background-color: white;
  padding: 11px;
  border: 3px double #dddddd; }
  button:hover,
  input[type="submit"]:hover,
  button:active,
  input[type="submit"]:active {
    background-color: #eeeeee;
    transition: background-color 0.3s; }

/*
 * ---:[ comment form ]:---
 */
#commentform {
  padding: 0 27px;
  margin: 54px 0; }
  .comment #commentform {
    padding-right: 0;
    padding-left: 0;
    margin-top: 17px; }
  #commentform .comment_form_title {
    font-size: 20px;
    line-height: 32px;
    color: #111111;
    padding: 0 27px 17px 27px;
    border-bottom: 1px dotted #dddddd;
    margin-right: -27px;
    margin-left: -27px; }
  #commentform p {
    margin-bottom: 17px; }
    #commentform p .required {
      color: #dd0000; }
  #commentform label {
    display: block; }
  #commentform input[type="checkbox"] + label {
    display: inline;
    margin-left: 7px; }
  #commentform #wp-comment-cookies-consent + label {
    font-size: 13px;
    line-height: 23px;
    color: #888888; }
  #commentform input[type="text"] {
    width: 50%; }
  #commentform input[type="submit"] {
    font-size: 20px; }
  #commentform textarea {
    display: block;
    width: 100%; }

#cancel-comment-reply-link {
  float: right;
  font-size: 13px;
  line-height: inherit;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #dd0000;
  margin-top: 7px; }
  #cancel-comment-reply-link:hover {
    text-decoration: underline; }

.login_alert {
  font-weight: bold;
  background-color: #eeeeee;
  border: 1px solid #dddddd; }

/*
 * ---:[ sidebar ]:---
 */
.sidebar {
  font-size: 13px;
  line-height: 20px; }
  .sidebar .widget_title,
  .sidebar .sidebar_heading,
  .sidebar .headline {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 12px; }
  .sidebar .widget_title,
  .sidebar .sidebar_heading {
    font-variant: small-caps;
    letter-spacing: 1px; }
  .sidebar p,
  .sidebar ul,
  .sidebar ol,
  .sidebar blockquote,
  .sidebar pre,
  .sidebar dl,
  .sidebar dd,
  .sidebar .left,
  .sidebar .alignleft,
  .sidebar .ad_left,
  .sidebar .right,
  .sidebar .alignright,
  .sidebar .ad,
  .sidebar .center,
  .sidebar .aligncenter,
  .sidebar .block,
  .sidebar .alignnone {
    margin-bottom: 20px; }
  .sidebar .left,
  .sidebar .alignleft,
  .sidebar .ad_left {
    margin-right: 20px; }
  .sidebar ul ul,
  .sidebar ul ol,
  .sidebar ol ul,
  .sidebar ol ol,
  .sidebar .right,
  .sidebar .alignright,
  .sidebar .ad,
  .sidebar .stack {
    margin-left: 20px; }
  .sidebar ul ul,
  .sidebar ul ol,
  .sidebar ol ul,
  .sidebar ol ol,
  .sidebar .wp-caption p,
  .sidebar .post_excerpt p {
    margin-bottom: 0; }
  .sidebar .text_box,
  .sidebar .thesis_email_form,
  .sidebar .query_box {
    margin-bottom: 40px; }
    .sidebar .search-form input[type="text"],
    .sidebar .thesis_email_form input[type="text"] {
      width: 100%;
      margin-bottom: 12px; }
  .sidebar button,
  .sidebar input[type="submit"] {
    padding: 7px; }
  .sidebar .query_box .post_author,
  .sidebar .query_box .post_date {
    color: #888888; }
  .sidebar .widget {
    margin-bottom: 40px; }
    .sidebar .widget ul {
      list-style-type: none; }
      .sidebar .widget ul li {
        margin-bottom: 12px; }
        .sidebar .widget ul li ul,
        .sidebar .widget ul li ol {
          margin-top: 12px; }
        .sidebar .widget ul li a:hover {
          text-decoration: underline; }

/*
 * ---:[ footer ]:---
 */
.footer {
  font-size: 13px;
  line-height: 23px;
  color: #888888;
  text-align: right;
  padding: 17px 27px;
  border-top: 3px double #dddddd; }
  .footer a {
    color: #888888; }
    .footer a:hover {
      color: #111111; }

/*
 * ---:[ custom template styles ]:---
 */
  body.landing {
    padding-top: 0; }
  .landing .container {
    width: 617px; }
  .landing .header,
  .landing .headline_area,
  .landing .footer {
    text-align: center; }

.full_page .columns > .content {
  width: 897px;
  float: none;
  border-right: 0; }

/*
 * ---:[ clearfix ]:---
 */
  .columns:after,
  .menu:after,
  .post_box:after,
  .post_content:after,
  .author_description:after,
  .sidebar:after,
  .query_box:after,
  .prev_next:after,
  .comment_text:after,
  .comment_nav:after {
    display: table;
    clear: both;
    content: ''; }

/*
 * ---:[ media queries ]:---
 */
@media all and (max-width: 896px) {
  body {
    padding-top: 0; }

  .container,
  .landing .container {
    width: auto;
    max-width: 617px; }

  .header {
    border-top: 1px solid #dddddd; }
    .landing .header {
      border-top: 0; }

    .columns > .content {
      float: none;
      width: 100%;
      border: 0; }
      .full_page .columns > .content {
        width: 100%; }
    .columns > .sidebar {
      float: none;
      width: 100%;
      border-top: 3px double #dddddd; }

  .menu_control {
    display: block;
    width: 100%;
    background-color: white;
    padding: 1em 27px;
    border-width: 0;
    cursor: pointer;
    box-sizing: border-box; }

  .menu {
    display: none;
    clear: both;
    width: 100%;
    border-width: 1px 0 0 0; }
    .menu .sub-menu {
      position: static;
      display: block;
      padding-left: 27px;
      border-top: 1px solid #dddddd;
      margin: 0; }
      .menu .sub-menu li {
        width: 100%; }
    .menu li {
      float: none;
      width: 100%;
      margin-bottom: 0; }
      .menu li:first-child > a:first-child {
        border-top-width: 0; }
    .menu a {
      background-color: white;
      padding: 1em 27px;
      border-width: 1px 1px 0 0; }
    .menu .current-menu-item > a {
      background-color: #eeeeee; }
    .menu > li > a {
      border-left-width: 1px; }

  .show_menu {
    display: block; }

      .sidebar .search-form input[type="text"],
      .sidebar .thesis_email_form input[type="text"] {
        width: 50%; } }

@media all and (max-width: 616px) {
  .menu a {
      border-right-width: 0; }
    .menu > li > a {
      border-left-width: 0; } }

@media all and (max-width: 469px) {
  .menu a,
  .menu_control {
    padding: 1em 17px; }

  .header,
  .columns > .sidebar,
  .post_box,
  .prev_next,
  .comments_intro,
  .comment,
  .comment_nav,
  #commentform,
  #commentform .comment_form_title,
  .footer {
    padding-right: 17px;
    padding-left: 17px; }

  .menu .sub-menu,
  .children .comment {
    padding-left: 17px; }

  .right,
  .alignright,
  img[align="right"],
  .left,
  .alignleft,
  img[align="left"],
  .ad,
  .ad_left {
    float: none; }

    .grt .right,
    .grt .alignright,
    .grt .left,
    .grt .alignleft {
      margin-right: 0;
      margin-left: 0; }
      .grt blockquote.right,
      .grt blockquote.left {
        width: 100%;
        margin-bottom: 27px; }

  .post_author:after {
    display: block;
    height: 0;
    content: '\a';
    white-space: pre; }

    #commentform input[type="text"],
    .sidebar .search-form input[type="text"],
    .sidebar .thesis_email_form input[type="text"] {
      width: 100%; }

  .comments_closed,
  .login_alert {
    margin-right: 17px;
    margin-left: 17px; }

  #commentform .comment_form_title {
    margin-left: -17px;
    margin-right: -17px; }

  .comment_date {
    display: none; } }

/*
 * ---:[ custom CSS ]:---
 */
/*
 * 
 * * *************************************************
 * * * -- Fonts --
 * * *************************************************
 */
/*
 * @font-face {
 * font-family: 'Trade Gothic';
 * font-style: normal;
 * font-weight: normal;
 * src: url("../../fonts/trade-gothic-condensed-18.eot");
 * src: url("../../fonts/trade-gothic-condensed-18.eot?#iefix") format("embedded-opentype"), url("../../fonts/trade-gothic-condensed-18.woff") format("woff"), url("../../fonts/trade-gothic-condensed-18.ttf") format("truetype"), url("../../fonts/trade-gothic-condensed-18.otf") format("opentype");
 * }
 * @font-face {
 * font-family: 'Trade Gothic';
 * font-style: normal;
 * font-weight: bold;
 * src: url("../../fonts/trade-gothic-bold-condensed-20.eot");
 * src: url("../../fonts/trade-gothic-bold-condensed-20.eot?#iefix") format("embedded-opentype"), url("../../fonts/trade-gothic-bold-condensed-20.woff") format("woff"), url("../../fonts/trade-gothic-bold-condensed-20.ttf") format("truetype"), url("../../fonts/trade-gothic-bold-condensed-20.otf") format("opentype");
 * }
 */
/*
 * 
 * * *************************************************
 * * * -- Variables and Mixins --
 * * *************************************************
 */
/*
 * 
 * * *************************************************
 * * * -- Menu Styles --
 * * *************************************************
 */
.container_width {
  margin: 0 auto;
  text-align: center;
    /*
   * width: 1200px;
   */ }

.menu a {
  background-color: white;
  border: 0;
  display: inline-block;
  font-size: 14px;
  padding: 0; }

.menu a:hover,
.menu>li:last-child a:hover {
  background-color: white;
  color: #df3f0f; }

.current-menu-item a {
  color: #7f5400; }

.menu,
.menu .sub-menu {
  border: none;
    /*
   * 
   * * padding: 0 0 12px 0;
   */ }

.menu .sub-menu {
  line-height: 1em;
  text-align: left; }

.menu .sub-menu li {
  background-color: white;
  padding: 0 0 3px 8px; }

.menu>li {
  display: inline-block;
  float: none;
  padding: 8px 0 0 0; }

.menu>li:not(:last-child):after {
  content: " \2219";
  font-size: 21px;
  padding: 0 3px 0 0; }

/*
 * 
 * * *************************************************
 * * * -- Page Styles --
 * * *************************************************
 */
.green-box {
  padding: 5px;
  border: 1px solid #1f9200;
  background-color: #d4ffd4; }

.grecaptcha-badge {
  visibility: hidden !important; }

.recPara {
  margin-top: 4em; }

.post-password-form {
  margin: 30px; }

.footer {
  border-top: none;
  margin-top: 80px; }

.footer a {
  color: #df3f0f; }

body {
    /*
   * font-family: 'Trade Gothic', sans-serif;
   * font-family: 'Carrois Gothic', sans-serif;
   */
  padding-top: 0; }

.post_box {
  padding: 0; }

.grt h1 {
  font-size: 2.8em;
  margin: auto;
  text-transform: uppercase; }

.grt p {
  margin-bottom: 8px; }

.ms_attrib {
  text-align: center; }

/*
 * .wp-video, .arve-embed-container, .text-contact-map-mansfield, .text-contact-map-tatura, .grid-parent.page.team2 .head1>img {
 */
.wp-video,
.text-contact-map-mansfield,
.text-contact-map-tatura,
.grid-parent.page.team2 .head1>img {
  border-color: white;
  border-style: solid;
  border-width: 3px;
  box-shadow: 0 2px 6px rgba(10, 10, 10, 0.6); }

.careers-frame {
  margin: 30px auto; }

.w3eden a {
  color: #dd0000; }

.fb {
  text-align: center;
  border: none;
  box-shadow: none;
  margin: 0; }

.fb-button {
  display: inline-block;
  max-width: 250px;
  height: auto;
  margin: 0 2%; }

/*
 * 
 * * *************************************************
 * * * -- Contact Form Styles --
 * * *************************************************
 */
/*
 * .gfield_radio li {
 * height: 3em;
 * }
 */
.wpcf7-form input[type='text'],
.wpcf7-form input[type='email'],
.wpcf7-form textarea {
  font-size: 1em;
  padding: 6px 0;
  width: 100%; }

.wpcf7-form p {
  margin: 12px 0 12px 0; }

/*
 * 
 * * *************************************************
 * * * -- Grid styles --
 * * *************************************************
 */
.header {
  border: none;
  padding: 0; }

.grid-parent {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: minmax(3px, max-content); }

.grid-parent.fp.header {
  display: -ms-grid;
  display: grid;
  margin: 8px 0 0 0;
  grid-gap: 8px 0;
  -ms-grid-rows: (62px)[5] 8px (62px)[5];
  grid-auto-rows: minmax(54px, max-content); }

.grid-parent.fp.main {
  background-color: #bec561;
  display: -ms-grid;
  display: grid;
  margin: 0;
  padding: 30px 0;
  grid-gap: 20px;
  grid-auto-rows: minmax(54px, max-content);
  grid-auto-rows: minmax(54px, max-content); }

.grid-parent.fp.main .head {
  grid-area: 1/2/2/5;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start; }

.grid-parent.fp.main .head h1 {
  color: white; }

.grid-parent.fp.main .text {
  font-size: 1.4em;
  line-height: 1.2em;
  padding-top: 0.2em;
  text-align: center;
  grid-area: 1/5/2/11;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 5;
  -ms-grid-column-span: 6;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center; }

.grid-parent.page {
  display: -ms-grid;
  display: grid;
  margin: 0;
  padding: 30px 0;
  -ms-grid-rows: minmax(20px, max-content);
  -ms-grid-columns: (1fr 20px)[11] 1fr;
  column-gap: 20px; }

.grid-parent.page .line-full {
  border-top: 2px solid black;
  padding: 20px 0;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 19;
  grid-area: 2/2/3/12; }

.grid-parent.page.team {
  background: #fdb616;
  margin: 0 0 30px 0;
  -ms-grid-rows: minmax(3px, max-content); }

.grid-parent.page.team .head {
  text-align: right;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-area: 1/2/2/4;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: start;
  align-self: start; }

.grid-parent.page.team .head>h1 {
  color: white;
  line-height: 1em; }

.grid-parent.page.team .text {
  font-size: 1.1em;
  line-height: 1.4em;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 7;
  -ms-grid-column-span: 13;
  grid-area: 1/4/2/11; }

.grid-parent.page.team2 {
  background: white;
  padding: 5px 0;
  -ms-grid-rows: minmax(3px, max-content); }

.grid-parent.page.team2 .head1 {
  padding: 10px 0;
  text-align: right;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-area: 1/2/2/4;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: start;
  align-self: start; }

.grid-parent.page.team2 .head1>img {
  height: auto;
  width: 100%; }

.grid-parent.page.team2 .head2 {
  padding: 10px 0;
  text-align: left;
  text-transform: uppercase;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 7;
  -ms-grid-column-span: 3;
  grid-area: 1/4/2/6;
  -ms-grid-column-align: end;
  justify-self: start;
  -ms-grid-row-align: start;
  align-self: start; }

.grid-parent.page.team2 .head2 p:nth-child(3),
.grid-parent.page.team2 .head2 p:nth-child(2) {
  font-size: 1.5em; }

.grid-parent.page.team2 .head2 p:nth-child(3) {
  font-weight: bold; }

.grid-parent.page.team2 .text {
  border-left: 2px solid black;
  font-size: 1.1em;
  line-height: 1.4em;
  padding: 10px 30px;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 11;
  -ms-grid-column-span: 9;
  grid-area: 1/6/2/11; }

.grid-parent.page.team2 .line-team {
  border-top: 2px dashed black;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 17;
  grid-area: 1/2/2/11; }

.grid-parent.page.team-lower {
  background-color: white;
  margin: 0;
  padding: 8px 0; }

.grid-parent.page.team-lower .head {
  text-align: right;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: 1/2/2/4;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start; }

.grid-parent.page.team-lower .head>h1 {
  color: black;
  line-height: 1em; }

.grid-parent.page.team-lower .text {
  font-size: 1.1em;
  line-height: 1.4em;
  -ms-grid-column-span: 2;
  grid-column: span 2; }

.grid-parent.page.team-lower .text.one {
  -ms-grid-column: 5; }

.grid-parent.page.team-lower .text.two {
  -ms-grid-column: 8; }

.grid-parent.page.team-lower .text.three {
  -ms-grid-column: 11; }

.grid-parent.page.about {
  background-color: #81b546;
  margin: 0;
  padding: 30px 0;
  -ms-grid-rows: max-content 20px max-content;
  grid-gap: 20px; }

.grid-parent.page.about.about-lower {
  background-color: white; }

.grid-parent.page.about.about-bottom {
  background-color: #46463d;
  grid-column: span 3; }

.grid-parent.page.about .head {
  text-align: right;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-area: 1/2/2/4;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: start;
  align-self: start; }

.grid-parent.page.about .head>h1 {
  color: white;
  line-height: 1em; }

.grid-parent.page.about .text {
  font-size: 1.1em;
  line-height: 1.4em;
  -ms-grid-column-span: 3;
  grid-column: span 2; }

.grid-parent.page.about .text.one {
  -ms-grid-column: 7; }

.grid-parent.page.about .text.two {
  -ms-grid-column: 11; }

.grid-parent.page.about .text.three {
  -ms-grid-column: 15; }

.grid-parent.page.about .txt {
  color: white;
  font-size: 1.1em;
  line-height: 1.4em;
  -ms-grid-column-span: 5;
  grid-column: span 3; }

.grid-parent.page.about .txt.one {
  -ms-grid-column: 7; }

.grid-parent.page.about .txt.two {
  -ms-grid-column: 13; }

.grid-parent.page.product {
  background: #d65045;
  -ms-grid-rows: minmax(3px, max-content); }

.grid-parent.page.product .head {
  text-align: right;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: 1/1/2/4;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start; }

.grid-parent.page.product .head>h1 {
  color: white;
  line-height: 1em; }

.grid-parent.page.product .text {
  color: white;
  font-size: 1.4em;
  line-height: 1.2em;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 7;
  -ms-grid-column-span: 13;
  grid-area: 1/4/2/11; }

.grid-parent.page.community {
  background: #8e7b55; }

.grid-parent.page.community .head {
  text-align: right;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-area: 1/1/2/4;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start; }

.grid-parent.page.community .head>h1 {
  color: white;
  line-height: 1em; }

.grid-parent.page.community .text {
  color: white;
  -ms-grid-column-span: 11;
  grid-column: span 6; }

.grid-parent.page.community .text.one {
  -ms-grid-column: 7;
  -ms-grid-column: 7; }

.grid-parent.page.community-bottom {
  background: white;
  padding: 30px 0 0; }

.grid-parent.page.community-bottom .head {
  text-align: right;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: 1/1/2/4;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start; }

.grid-parent.page.community-bottom .head>h1 {
  color: black;
  line-height: 1em; }

.grid-parent.page.community-bottom .text {
  font-size: 1.4em;
  line-height: 1.2em;
  text-transform: uppercase;
  -ms-grid-column: 7;
  -ms-grid-column-span: 7;
  grid-column: span 4; }

.grid-parent.page.community-bottom .text p {
  border-bottom: 2px dashed black;
  padding: 0 0 8px 0; }

/*
 * -------------
 */
/*
 * .grid-parent.page.community-bottom.tat .head {
 * -ms-grid-row: 2;
 * grid-area: unquote("1/1/2/4");
 * }
 * .grid-parent.page.community-bottom.tat .text {
 * -ms-grid-column: 7;
 * -ms-grid-column-span: 7;
 * grid-column: span 4;
 * }
 */
/*
 * ------------------------
 */
.grid-parent.page.sites {
  background-color: white;
    /*
   * padding: 30px 0;
   */
  padding: 0;
  -ms-grid-columns: (1fr)[12];
  grid-gap: 0; }

/*
 * 
 * * *** End Grid Parent ***
 */
.fp-header-img-a.left-half {
  background: url("../../../../wp-content/uploads/2018/06/GreenhouseSide.jpg");
  background-position: center;
  background-size: cover;
  grid-area: 1/1/6/7;
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 6; }

.fp-header-img-a.right-half {
  background: url("../../../../wp-content/uploads/2018/06/PlantRow.jpg");
  background-position: center;
  background-size: cover;
  grid-area: 1/7/6/13;
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 7;
  -ms-grid-column-span: 6; }

.fp-header-img-a.over-centr {
  background-repeat: no-repeat;
  background-size: contain;
  grid-area: 2/5/5/9;
  -ms-grid-row: 2;
  -ms-grid-row-span: 3;
  -ms-grid-column: 5;
  -ms-grid-column-span: 4;
  place-self: center;
  -ms-grid-column-align: center;
  -ms-grid-row-align: center; }

.fp-header-img-b.left-half {
  background: url("../../../../wp-content/uploads/2018/06/GreenhouseAcrossLake.jpg");
  background-position: center;
  background-size: cover;
  grid-area: 6/1/11/7;
  -ms-grid-row: 7;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 6; }

.fp-header-img-b.right-half {
  background: url("../../../../wp-content/uploads/2018/06/SkyBirds.jpg");
  background-position: center;
  background-size: cover;
  grid-area: 6/7/11/13;
  -ms-grid-row: 7;
  -ms-grid-row-span: 5;
  -ms-grid-column: 7;
  -ms-grid-column-span: 6; }

.fp-header-img-b.over-centr {
  background-repeat: no-repeat;
  background-size: contain;
  grid-area: 7/5/10/9;
  -ms-grid-row: 8;
  -ms-grid-row-span: 3;
  -ms-grid-column: 5;
  -ms-grid-column-span: 4;
  place-self: center;
  -ms-grid-column-align: center;
  -ms-grid-row-align: center; }

/*
 * 
 * * About Page
 */
.about-header-img {
  background-position: center;
  background-size: cover;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/span 2; }

.about-header-img.left-half {
  background: url("../../../../wp-content/uploads/2018/06/Picking.jpg");
  background-position: center;
  background-size: cover;
  -ms-grid-column: 1;
  -ms-grid-column-span: 11;
  grid-column: 1/span 6; }

.about-header-img.right-qtr1 {
  background: url("../../../../wp-content/uploads/2018/06/Boxes.jpg");
  background-position: center;
  background-size: cover;
  -ms-grid-column: 13;
  -ms-grid-column-span: 5;
  grid-column: 7/span 3; }

.about-header-img.right-qtr2 {
  background: url("../../../../wp-content/uploads/2018/06/PackingTomatoes.jpg");
  background-position: center;
  background-size: cover;
  -ms-grid-column: 19;
  -ms-grid-column-span: 5;
  grid-column: 10/span 3; }

.about-header-img.over-centr {
  background: url("../../../../wp-content/uploads/2018/06/AboutBox.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -ms-grid-column: 9;
  -ms-grid-column-span: 7;
  grid-column: 5/span 4;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/span 1; }

.grid-parent-about {
  background-color: white;
  display: -ms-grid;
  display: grid;
  margin: 0;
  grid-gap: 20px;
  -ms-grid-rows: minmax(3px, max-content);
  grid-auto-rows: minmax(3px, auto);
  -ms-grid-columns: (1fr 20px)[11] 1fr;
  grid-template-columns: repeat(12, 1fr); }

.grid-parent-about.read-more {
  padding: 12px 0 0 0;
  grid-gap: 0 8px;
  grid-auto-rows: minmax(3px, auto); }

.grid-parent-about.contact {
  padding: 12px 0 0 0;
  grid-gap: 0 8px;
  -ms-grid-columns: (1fr 8px)[11] 1fr;
  -ms-grid-rows: minmax(3px, max-content);
  grid-auto-rows: minmax(3px, auto); }

.grid-parent-about.contact.heading {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: 1/1/2/4; }

.grid-parent-about.contact.text-heading {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: 2/1/3/4; }

/*
 * 
 * * *** End About Page ***
 */
.head-page-brown {
  text-align: right;
  -ms-grid-column: 3;
  grid-column-start: 2;
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  grid-row-start: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: start;
  align-self: start; }

.head-page-brown>h1 {
  color: #604510;
  line-height: 1em; }

.head-page-brown.top {
  -ms-grid-row: 1;
  -ms-grid-row: span 1; }

.head-page-brown.bottom {
  -ms-grid-row: 3;
  -ms-grid-row: span 1; }

.head-page-brown.final {
  -ms-grid-row: 3;
  -ms-grid-row: span 1; }

.head-page-brown.final h1,
.head-page-brown.final p {
  color: white; }

.text-mission {
  font-size: 1.1em;
  line-height: 1.4em;
  -ms-grid-column: 7;
  -ms-grid-column-span: 11;
  grid-column: span 6; }

.text-mission.top {
  -ms-grid-row: 1;
  -ms-grid-row: span 1; }

.text-mission.bottom {
  -ms-grid-row: 3;
  -ms-grid-row: span 1; }

.head-careers-top {
  text-align: right;
  grid-area: 1/4/2/6;
  -ms-grid-row: 1;
  -ms-grid-row: span 1;
  -ms-grid-column: 7;
  -ms-grid-column-span: 3;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: start;
  align-self: start; }

.head-careers-top>.alignnone {
  margin-bottom: 0; }

.text-careers-top {
  line-height: 1.1em;
  padding-bottom: 40px;
  -ms-grid-row: 1;
  -ms-grid-row: span 1;
  -ms-grid-column: 11;
  -ms-grid-column-span: 7;
  grid-column: span 4;
  align-self: end;
  -ms-grid-row-align: end; }

.head-careers-middle {
  text-align: right;
  grid-area: 3/1/4/4;
  -ms-grid-row: 4;
  -ms-grid-row: span 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: start;
  align-self: start; }

.head-careers-top>.alignnone {
  margin-bottom: 0; }

.text-careers-middle {
  line-height: 1.1em;
  padding-bottom: 22px;
  grid-area: 3/4/4/10;
  -ms-grid-row: 4;
  -ms-grid-row: span 1;
  -ms-grid-column: 7;
  -ms-grid-column-span: 11;
  -ms-grid-row-align: end;
  align-self: end; }

.head-careers-bottom {
  padding-top: 20px;
  text-align: right;
  grid-area: 4/1/5/4;
  -ms-grid-row: 6;
  -ms-grid-row: span 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: start;
  align-self: start; }

.head-careers-top>.alignnone {
  margin-bottom: 0; }

.text-careers-bottom {
  line-height: 1.1em;
  padding-bottom: 22px;
  padding-top: 20px;
  grid-area: 4/4/5/10;
  -ms-grid-row: 6;
  -ms-grid-row: span 1;
  -ms-grid-column: 7;
  -ms-grid-column-span: 11;
  -ms-grid-row-align: end;
  align-self: end; }
  .text-careers-bottom > h2 {
    margin: 10px 0; }
  .text-careers-bottom .btn {
    margin-top: 10px; }

.head-careers {
  text-align: right;
  -ms-grid-column: 2;
  grid-column-start: 1;
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  grid-row-start: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: start;
  align-self: start; }

.head-careers>h1 {
  color: black;
  line-height: 1em; }

.text-careers {
  line-height: 1.1em;
  -ms-grid-row: 1;
  -ms-grid-row: span 1;
  -ms-grid-column: 5;
  -ms-grid-column-span: 7;
  grid-column: span 6; }

.careers-frame {
  margin: 0 auto 30px; }

.head-induction-top {
  text-align: right;
  grid-area: 1/1/2/4;
  -ms-grid-row: 1;
  -ms-grid-row: span 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: start;
  align-self: start; }

.logo-induction-left {
    /*
   * > img {
   * max-height: 200px;
   * }
   */
  text-align: right;
  grid-area: 1/4/2/6;
  -ms-grid-row: 1;
  -ms-grid-row: span 1;
  -ms-grid-column: 7;
  -ms-grid-column-span: 3;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: start;
  align-self: start; }

.button-induction-left {
  grid-area: 1/6/2/8;
  -ms-grid-row: 1;
  -ms-grid-row: span 1;
  -ms-grid-column: 11;
  -ms-grid-column-span: 3;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: center;
  align-self: center; }

.logo-induction-right {
    /*
   * > img {
   * max-height: 200px;
   * }
   */
  text-align: right;
  grid-area: 1/8/2/10;
  -ms-grid-row: 1;
  -ms-grid-row: span 1;
  -ms-grid-column: 15;
  -ms-grid-column-span: 3;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: start;
  align-self: start; }

.button-induction-right {
  grid-area: 1/10/2/12;
  -ms-grid-row: 1;
  -ms-grid-row: span 1;
  -ms-grid-column: 19;
  -ms-grid-column-span: 3;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: center;
  align-self: center; }

.grid-parent.page .line-induction {
  border-top: 2px solid black;
  padding: 0;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 7;
  -ms-grid-column-span: 18;
  grid-area: 1/4/2/12; }

.team-header-img {
  background-position: center;
  background-size: cover;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/span 2; }

.team-header-img.left-half {
    /*
   * background: url("../../../../wp-content/uploads/2018/06/PackingShed.jpg");
   */
  -ms-grid-column: 1;
  -ms-grid-column-span: 11;
  grid-column: 1/span 6; }
  .team-header-img.left-half.team {
    background: url("../../../../wp-content/uploads/2018/06/PackingShed.jpg");
    background-position: center;
    background-size: cover; }
  .team-header-img.left-half.sites {
    background: url("../../../../wp-content/uploads/2019/05/GlassHouseBeamsS-768x310.jpg");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover; }
  .team-header-img.left-half.careers {
    background: url("../../../../wp-content/uploads/2019/05/Bull3TrainS-768x384.jpg");
    background-position: top;
    background-size: cover; }

.team-header-img.right-qtr1 {
    /*
   * background: url("../../../../wp-content/uploads/2018/06/PlantWork.jpg");
   */
  background-position: center;
  background-size: cover;
  -ms-grid-column: 13;
  -ms-grid-column-span: 5;
  grid-column: span 3; }
  .team-header-img.right-qtr1.team {
    background: url("../../../../wp-content/uploads/2018/06/PlantWork.jpg");
    background-position: center;
    background-size: cover; }
  .team-header-img.right-qtr1.sites {
    background: url("../../../../wp-content/uploads/2019/05/DriveBull3S-300x219.jpg");
    background-position: center;
    background-size: cover; }
  .team-header-img.right-qtr1.careers {
    background: url("../../../../wp-content/uploads/2019/05/ConveyorCloseS-300x199.jpg");
    background-position: center;
    background-size: cover; }

.team-header-img.right-qtr2 {
    /*
   * background: url("../../../../wp-content/uploads/2018/06/PackingTomatoes.jpg");
   */
  -ms-grid-column: 19;
  -ms-grid-column-span: 5;
  grid-column: span 3; }
  .team-header-img.right-qtr2.team {
    background: url("../../../../wp-content/uploads/2018/06/PackingTomatoes.jpg");
    background-position: center;
    background-size: cover; }
  .team-header-img.right-qtr2.sites {
    background: url("../../../../wp-content/uploads/2019/05/ConveyorLongS-300x209.jpg");
    background-position: center;
    background-size: cover; }
  .team-header-img.right-qtr2.careers {
    background: url("../../../../wp-content/uploads/2019/05/TomatoRowS-300x208.jpg");
    background-position: center;
    background-size: cover; }

/*
 * 
 * * Product Page
 */
.product-header {
  display: -ms-grid;
  display: grid;
  margin: 8px 0;
  grid-gap: 8px;
  grid-auto-rows: minmax(125px, auto);
  -ms-grid-rows: 129px 129px;
  -ms-grid-columns: (1fr 8px)[11] 1fr;
  grid-template-columns: repeat(12, 1fr); }

.product-header-img {
  background-position: center;
  background-size: cover;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/span 2; }

.product-header-img.left-half {
  background: url("../../../../wp-content/uploads/2018/06/GreenhouseWork.jpg");
  background-position: center;
  background-size: cover;
  -ms-grid-column: 1;
  -ms-grid-column-span: 11;
  grid-column: span 6; }

.product-header-img.right-qtr1 {
  background: url("../../../../wp-content/uploads/2018/06/Tomatoes.jpg");
  background-position: center;
  background-size: cover;
  -ms-grid-column: 13;
  -ms-grid-column-span: 5;
  grid-column: span 3; }

.product-header-img.right-qtr2 {
  background: url("../../../../wp-content/uploads/2018/06/PackingTomatoes.jpg");
  background-position: center;
  background-size: cover;
  -ms-grid-column: 19;
  -ms-grid-column-span: 5;
  grid-column: span 3; }

.text-product-2 {
  font-size: 1.1em;
  line-height: 1.2em;
  padding: 8px 0;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 7;
  grid-column-end: 8;
  -ms-grid-row: span 1;
  grid-row-start: span 1; }

.text-product-2 a {
  font-size: 0.8em; }

.text-product-2>h2 {
  font-weight: bold;
  margin-bottom: 0; }

.text-product-2>p {
  border-bottom: 1px solid black;
  padding-bottom: 12px; }

.text-product-2 p:nth-child(2) {
  border-bottom: 2px solid black; }

.text-product-3 {
  font-size: 1.1em;
  line-height: 1.2em;
  padding: 8px 0;
  -ms-grid-column: 15;
  -ms-grid-column-span: 7;
  grid-column-start: 8;
  grid-column-end: 12; }

.text-product-3>h2 {
  font-weight: bold;
  margin-bottom: 0; }

.text-product-3 ul {
  display: table;
  list-style-type: none;
  margin-left: 0; }

.text-product-3 ul>li {
  display: table-row; }

.text-product-3 ul>li:nth-child(odd)::before {
  color: black;
  content: '● ';
  display: table-cell;
  padding-right: 5px; }

.text-product-3 ul>li:nth-child(even)::before {
  content: '\00a0';
  display: table-cell;
  padding-right: 5px; }

/*
 * 
 * * *** End Product Page ***
 */
/*
 * 
 * * Community Page
 */
.community-header-img {
  background-position: center;
  background-size: cover;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/span 2; }

.community-header-img.left-half {
  background: url("../../../../wp-content/uploads/2018/06/JonBriefing.jpg");
  background-position: center;
  background-size: cover;
  -ms-grid-column: 1;
  -ms-grid-column-span: 11;
  grid-column: span 6; }

.community-header-img.right-qtr1 {
  background: url("../../../../wp-content/uploads/2018/06/PlantWork.jpg");
  background-position: center;
  background-size: cover;
  -ms-grid-column: 13;
  -ms-grid-column-span: 5;
  grid-column: span 3; }

.community-header-img.right-qtr2 {
  background: url("../../../../wp-content/uploads/2018/06/PlantRemoval.jpg");
  background-position: center;
  background-size: cover;
  -ms-grid-column: 19;
  -ms-grid-column-span: 5;
  grid-column: span 3; }

.community-header-img-2 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/span 2; }

.community-header-img-2.left-half {
  background: url("../../../../wp-content/uploads/2018/06/Rural.jpg");
  background-position: center;
  background-size: cover;
  -ms-grid-column: 1;
  -ms-grid-column-span: 11;
  grid-column: span 6; }

.community-header-img-2.right-half {
  background: url("../../../../wp-content/uploads/2018/06/GreenHousesAerial.jpg");
  background-position: center;
  background-size: cover;
  background-size: cover;
  -ms-grid-column: 13;
  -ms-grid-column-span: 11;
  grid-column: span 6; }

/*
 * 
 * * *** End Community Page ***
 */
/*
 * 
 * * Sites Page
 */
.grid-sites {
  -ms-grid-rows: max-content; }

.logo-sites {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-area: 1/2/2/5; }

.logo-sites>img {
  margin: 0 auto; }

.text-sites {
  font-size: 1.1em;
  line-height: 1.4em;
  padding: 20px;
    /*
   * -ms-grid-row: 1;
   * -ms-grid-row-span: 1;
   * -ms-grid-column: 7;
   * -ms-grid-column-span: 13;
   */
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 5;
  -ms-grid-column-span: 7;
  grid-area: 1/5/2/12;
  -ms-grid-row-align: center;
  align-self: center; }

.grid-sites.line-top {
  border-top: 2px solid black;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-area: 1/2/2/5; }

.grid-sites.line-bottom {
  border-top: 2px solid black;
  margin-top: 40px;
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-area: 4/2/5/5; }

.grid-sites.logo-top {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2/2/3/3; }

.grid-sites.logo-bottom {
  -ms-grid-row: 6;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 5/2/6/3; }

.grid-sites.address-top {
  line-height: 1.4em;
  margin-top: 40px;
  padding: 12px 0;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-area: 2/3/3/5;
  -ms-grid-row-align: end;
  align-self: end; }

.grid-sites.address-bottom {
  line-height: 1.4em;
  margin-top: 40px;
  padding: 12px 0;
  -ms-grid-row: 6;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-area: 5/3/6/5;
  -ms-grid-row-align: end;
  align-self: end; }

.grid-sites.map-top {
  line-height: 1.4em;
  padding: 12px;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-area: 3/2/4/5;
  -ms-grid-row-align: end;
  align-self: end; }

.grid-sites.map-bottom {
  line-height: 1.4em;
  padding: 12px;
  -ms-grid-row: 7;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-area: 6/2/7/5;
  -ms-grid-row-align: end;
  align-self: end; }

.grid-sites.video-top {
  padding: 20px;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 5;
  -ms-grid-column-span: 7;
  grid-area: 1/5/4/12;
  -ms-grid-column-align: center;
  -ms-grid-column-align: end;
    /*
   * justify-self: center;
   */
  align-self: center; }

.grid-sites.video-bottom {
  margin-top: 40px;
  padding: 20px;
  -ms-grid-row: 5;
  -ms-grid-row-span: 3;
  -ms-grid-column: 5;
  -ms-grid-column-span: 7;
  grid-area: 4/5/7/12;
  -ms-grid-column-align: center;
  -ms-grid-column-align: end;
    /*
   * justify-self: center;
   */
  align-self: center; }

/*
 * 
 * * *** End Sites Page ***
 */
/*
 * 
 * * Contact and Read-More Pages
 */
.grid-read-more,
.grid-contact {
  margin: 0 8px 0 0; }

.grid-read-more.line-top,
.grid-contact.line-top {
  border-top: 2px solid black;
  margin: 0 3%;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: 1/1/2/4; }

.grid-read-more.line-top.read-more {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 23;
  grid-area: 1/1/2/13; }

.grid-read-more.line-middle,
.grid-contact.line-middle {
  border-top: 2px solid black;
  margin: 0 3%;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: 3/1/4/4; }

.grid-read-more.line-middle.read-more {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 23;
  grid-area: 3/1/4/13; }

.grid-read-more.line-middle.contact,
.grid-contact.line-middle.contact {
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: 4/1/5/4; }

.grid-read-more.line-bottom,
.grid-contact.line-bottom {
  border-top: 2px solid black;
  margin: 0 3%;
  -ms-grid-row: 6;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: 5/1/6/4; }

.grid-read-more.line-bottom.read-more {
  -ms-grid-row: 6;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 14;
  grid-area: 6/1/7/13; }

.grid-read-more.heading,
.grid-contact.heading {
  margin: 0 3%;
  padding: 12px 0 0 0;
  text-align: right;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: 2/1/3/4;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start; }
  .grid-read-more.heading.fb,
  .grid-contact.heading.fb {
    -ms-grid-row-align: center;
    align-self: center; }

.grid-read-more.heading h1,
.grid-contact.heading h1 {
  color: #604510;
  line-height: 1em;
  padding: 0 8px 3px 0; }

.grid-read-more.heading h1 {
  font-size: 2.2em; }

.grid-read-more.heading.middle,
.grid-contact.heading.middle {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: 4/1/5/4; }

.grid-read-more.heading.bottom,
.grid-contact.heading.bottom {
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: 6/1/7/4; }

.grid-read-more.bottom,
.grid-contact.bottom {
  margin: 0 3%;
  padding: 12px 0;
  text-align: right;
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: 4/1/5/4;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start; }

/*
 * 
 * * *** End Contact and Read-More Pages ***
 */
.grid-contact {
  margin: 0 8px 0 0;
  grid-gap: 0 8px; }

.grid-contact.text-heading {
  font-size: 1em;
  line-height: 1.4em;
  margin: 0 3%;
  padding: 12px 8px 12px 0;
  text-align: right;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 4;
  grid-area: 3/2/4/4; }

.grid-contact.bottom {
  margin: 0 3%;
  padding: 12px 0;
  text-align: right;
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: 4/1/5/4;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start; }

.text-read-more {
  font-size: 1.1em;
  line-height: 1.4em;
  margin-bottom: 0.8em;
  padding: 12px 0; }

.text-read-more.top {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 7;
  -ms-grid-column-span: 11;
  grid-area: 2/4/3/10; }

.text-read-more.top h2 {
  font-weight: bold;
  margin-bottom: 0; }

.text-read-more.top h2::before {
  content: '\00a0';
  padding-right: 8px; }

.text-read-more.top ul {
  display: table;
  list-style-type: none;
  margin: 0;
  padding-left: 0; }

.text-read-more.top ul>li {
  display: table-row; }

.text-read-more.top ul>li::before {
  color: #d65045;
  content: '● ';
  display: table-cell;
  padding-right: 5px; }

.text-read-more.middle-1 {
  margin: 0;
  padding-bottom: 0;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 7;
  -ms-grid-column-span: 11;
  grid-area: 4/4/5/10; }

.text-read-more.middle-1 h2 {
  font-weight: bold;
  margin-bottom: 0; }

.text-read-more.middle-2-left {
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  -ms-grid-column: 7;
  -ms-grid-column-span: 5;
  grid-area: 5/4/6/7; }

.text-read-more.middle-2-left p {
  border-bottom: 1px dashed black;
  padding: 0 0 8px 0; }

.text-read-more.middle-2-right {
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  -ms-grid-column: 13;
  -ms-grid-column-span: 5;
  grid-area: 5/7/6/10; }

.text-read-more.middle-2-right p {
  border-bottom: 1px dashed black;
  padding: 0 0 8px 0; }

.text-contact {
  font-size: 1.1em;
  line-height: 1.4em;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 7;
  -ms-grid-column-span: 13;
  grid-area: 1/4/2/11;
  -ms-grid-row-align: center;
  align-self: center; }

.text-contact-2 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 7;
  -ms-grid-column-span: 13;
  grid-area: 2/4/3/10; }

.text-contact-2.padded {
  padding: 10px 0; }

.text-contact-map-mansfield {
  margin: 14px 0;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 7;
  -ms-grid-column-span: 7;
  grid-area: 2/4/3/8; }

.text-contact-map-tatura {
  margin: 14px 0 14px 8px;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 15;
  -ms-grid-column-span: 7;
  grid-area: 2/8/3/12; }

.fb-front-1 {
  margin: 14px 0;
  text-align: center;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 6;
  -ms-grid-column-span: 7;
  grid-area: 1/3/2/7; }

.fb-front-2 {
  margin: 14px 0;
  text-align: center;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 13;
  -ms-grid-column-span: 7;
  grid-area: 1/7/2/11; }

.logo-contact {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: 1/1/2/4; }

.logo-contact>img {
  margin: 0 auto; }

.contact-images {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  grid-row: 1/span 5; }

.contact-images.left-thirds {
  background: url("../../../../wp-content/uploads/2018/06/MurphyFreshSign.jpg");
  background-position: left;
  background-size: cover;
  -ms-grid-column: 7;
  -ms-grid-column-span: 11;
  grid-column: span 6; }

.contact-images.right-third {
  background: url("../../../../wp-content/uploads/2018/06/JonSmiling.jpg");
  background-position: center;
  background-size: cover;
  -ms-grid-column: 19;
  -ms-grid-column-span: 5;
  grid-column: span 3; }

/*
 * Grid Induction
 */
.induction {
  margin: 20px 18% 0; }

/*
 * 
 * * *** End Grid Induction ***
 */
/*
 * Grid Application
 */
.application {
  margin: 20px 28% 0; }

/*
 * 
 * * *** End Grid Application ***
 */
/*
 * 
 * * *************************************************
 * * * -- Button styles --
 * * *************************************************
 */
.btn,
.w3eden .btn,
.wpcf7-form input[type='submit'],
.gform_wrapper input[type=submit],
.post-password-form input[type=submit] {
    /*
   * 
   * * background: $button-back;
   */
  background-image: linear-gradient(top, #5d5c58, black);
  background-image: -moz-linear-gradient(top, #5d5c58, black);
  background-image: -ms-linear-gradient(top, #5d5c58, black);
  background-image: -o-linear-gradient(top, #5d5c58, black);
  background-image: linear-gradient(to bottom, #5d5c58, black);
  border: none;
  border-radius: 5px;
  box-shadow: 0 2px 6px rgba(10, 10, 10, 0.6);
  color: white;
  display: inline-block;
    /*
   * font-family: Trade Gothic;
   */
  font-weight: normal;
  font-size: 1em;
  padding: 0.5em 1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 5;
  -moz-border-radius: 5; }

.btn:hover,
.w3eden .btn:hover,
.wpcf7-form input[type='submit']:hover,
.gform_wrapper input[type=submit]:hover,
.post-password-form input[type=submit]:hover {
  background-image: unquotelinear-gradient(top, black, #5d5c58);
  background-image: -moz-linear-gradient(top, black, #5d5c58);
  background-image: -ms-linear-gradient(top, black, #5d5c58);
  background-image: -o-linear-gradient(top, black, #5d5c58);
  background-image: linear-gradient(to bottom, black, #5d5c58);
  cursor: pointer;
  text-decoration: none; }

.post-password-form input[type=submit] {
  margin-left: 20px; }

.wpcf7-form input[type='submit'] {
  padding: 0.8em 3em; }

/*
 * 
 * * *************************************************
 * * * -- Responsive Styles --
 * * *************************************************
 */
@media all and (max-width: 1199px) {
  /*
   * 
   * * 1199
   */  .menu_control,
  .menu_control:hover {
    background-color: white; }

  .container_width {
    width: auto; }

  .menu>li:not(:last-child):after {
    content: '';
    padding: 0; }

  #menu-primary {
    height: auto; }

  .menu a,
  .menu_control,
  .menu .current-menu-item>a {
    background-color: white;
    font-size: 1.2em; }

  .application {
    margin: 20px 5% 0; }

  .top-logo,
  .menu a,
  .menu_control,
  .menu .current-menu-item>a {
    margin: 0 auto;
    text-align: center; }

  .sub-menu li a,
  .sub-menu .current-menu-item>a {
    font-size: 1em; }

  .menu .sub-menu,
  .menu a,
  .current-menu-item a {
    padding: 0;
    text-align: center; }

  .grt h1 {
    font-size: 1.8em; }

  .grid-parent.page.main.community h1 {
    font-size: 1.8em; }

  .text-contact {
    font-size: 0.9em; }

  .text-read-more.bottom ul>li::before {
    font-size: 0.6em; } }

@media all and (max-width: 874px) {
  /*
   * 
   * * 875
   */  .grid-parent.page.careers {
    display: block; }

  .grid-parent.page.careers .head-careers,
  .grid-parent.page.careers .text-careers {
    display: block;
    padding: 2em 1em;
    text-align: center; }

  .grid-parent.page.community {
    display: block; }

  .grid-parent.page.community .head,
  .grid-parent.page.community .text.one,
  .grid-parent.page.community .text.two {
    display: block;
    padding: 1em; }

  .grid-parent.page.community .head {
    text-align: center; } }

@media all and (max-width: 469px) {
  /*
   * 
   * * 481
   */  .induction {
    margin: 10px 3% 0; }

  .grt h1 {
    font-size: 1.6em; }

  .menu .current-menu-item>a {
    background-color: white; }

  .grid-parent.fp.main {
    display: block;
    padding: 2em 1em;
    text-align: center; }

  .grid-parent.page {
    display: block;
        /*
     * 
     * XXXX
     * * padding: 8px 0;
     */
    padding: 20px;
        /*
     * 
     * * padding: 2em 1em;
     */
    text-align: left; }
    .grid-parent.page.induction {
      text-align: center; }
      .grid-parent.page.induction h1,
      .grid-parent.page.induction img {
        margin: 0 auto;
        font-size: 2.2em;
        text-align: center; }

  .grid-parent.page .line-full {
    border-top: none; }

  .grid-parent.page.sites {
    padding: 0; }

  .grid-parent.page.about,
  .grid-parent-about.contact,
  .grid-parent.page.team,
  .grid-parent.page.team2,
  .grid-parent.page.product,
  .grid-parent.page.community-bottom {
    padding: 20px; }

  .grid-parent.page.about .head,
  .grid-parent.page.team .head,
  .grid-parent.page.team2 .head,
  .grid-parent.page.product .head,
  .grid-parent.page.community-bottom .head {
    padding-bottom: 8px;
    text-align: center; }

  .grid-parent.page.about .head h1,
  .grid-parent.page.team .head h1,
  .grid-parent.page.team2 .head h1,
  .grid-parent.page.product .head h1,
  .grid-parent.page.community-bottom .head h1 {
    font-weight: bold; }

  .grid-parent.page.about .head1 img,
  .grid-parent.page.team .head1 img,
  .grid-parent.page.team2 .head1 img,
  .grid-parent.page.product .head1 img,
  .grid-parent.page.community-bottom .head1 img {
    margin: 0 auto;
    padding: 0 8px; }

  .grid-parent.page.about .head2,
  .grid-parent.page.team .head2,
  .grid-parent.page.team2 .head2,
  .grid-parent.page.product .head2,
  .grid-parent.page.community-bottom .head2 {
    text-align: center; }

  .grid-parent.page.about .text,
  .grid-parent.page.team .text,
  .grid-parent.page.team2 .text,
  .grid-parent.page.product .text,
  .grid-parent.page.community-bottom .text {
    border: 0; }

  /*
   * 
   * * pages
   */  .grid-parent-about {
    display: block;
    padding: 20px;
    text-align: left; }

  .text-product-2,
  .text-product-3,
  .text-read-more {
    padding: 12px 20px; }

  .about-header-img.right-qtr1,
  .team-header-img.right-qtr1,
  .product-header-img.right-qtr1,
  .community-header-img.right-qtr1 {
    -ms-grid-column: 7;
    -ms-grid-column-span: 6;
    grid-column: 7/span 6; }

  .about-header-img.right-qtr2,
  .team-header-img.right-qtr2,
  .product-header-img.right-qtr2,
  .community-header-img.right-qtr2 {
    display: none; }

  .page.main.about .head,
  .page.main.team .head,
  .grid-parent.page.team-lower .head,
  .grid-parent.page.main.product .head {
    grid-area: 1/2/2/5; }

  .page.main.about .text,
  .page.main.team .text,
  .grid-parent.page.team-lower .text,
  .grid-parent.page.main.product .text {
    -ms-grid-column: 5;
    grid-column-start: 5;
    -ms-grid-column-span: 7;
    grid-column-end: 12; }

  .grid-parent.page.main.community .head {
    grid-area: 1/2/2/6; }

  .grid-parent.page.main.community .text {
    -ms-grid-column: 6;
    grid-column-start: 6;
    -ms-grid-column-span: 6;
    grid-column-end: 12; }

  .head-page-brown {
    padding-bottom: 8px;
    text-align: center;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 5;
    grid-column-end: 6; }

  .head-careers {
    padding: 8px 20px;
    text-align: center; }

  /*
   * 
   * * team page
   */  .text-product-2,
  .text-product-3 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 10;
    grid-column-end: 12; }

  /*
   * 
   * * sites page
   */  .grid-sites img,
  .head-careers-top img {
    margin: 0 auto;
    max-width: 150px; }

  .grid-sites.line-top,
  .head-careers-top.line-top {
    display: none; }

  .grid-sites.logo-top,
  .head-careers-top.logo-top {
    grid-area: 1/3/2/5; }

  .grid-sites.address-top,
  .head-careers-top.address-top {
    text-align: center;
    grid-area: 1/6/2/12; }

  .grid-sites.map-top,
  .head-careers-top.map-top {
    grid-area: 2/2/3/12; }

  .grid-sites.line-bottom,
  .head-careers-top.line-bottom {
    display: none; }

  .grid-sites.video-top,
  .head-careers-top.video-top {
    grid-area: 3/2/4/12; }

  .grid-sites.logo-bottom,
  .head-careers-top.logo-bottom {
    grid-area: 4/3/5/5; }

  .grid-sites.address-bottom,
  .head-careers-top.address-bottom {
    margin-top: 0;
    padding: 12px 0;
    text-align: center;
    grid-area: 4/6/5/12; }

  .grid-sites.map-bottom,
  .head-careers-top.map-bottom {
    grid-area: 5/2/6/12; }

  .grid-sites.video-bottom,
  .head-careers-top.video-bottom {
    margin-top: 0;
    grid-area: 6/2/7/12; }

  .head-careers-middle h1,
  .head-careers-bottom h1 {
    line-height: 1.2em;
    text-align: center; }

  /*
   * 
   * * read-more page
   */  .text-read-more h2 {
    font-size: 1.2em;
    line-height: 1.3em; }

  .text-read-more.top h2::before,
  .text-read-more.bottom h2::before {
    content: "";
    padding: 0; }

  .grid-read-more.heading,
  .grid-contact.heading {
    text-align: center; }

  .grid-read-more.heading h1 {
    font-size: 2em;
    padding-top: 14px; }

  /*
   * 
   * * contact page
   */  .grid-parent-about.contact {
    grid-auto-rows: minmax(3px, auto); }

  .grid-parent-about.contact.images {
    grid-auto-rows: minmax(240px, auto) minmax(3px, auto) minmax(3px, auto) minmax(3px, auto); }

  .grid-contact.line-top {
    margin: 8px 3% 0;
    grid-area: 2/1/3/13; }

  .grid-contact.line-top.maps {
    grid-area: 1/1/2/13; }

  .grid-contact.line-middle.contact {
    grid-area: 4/1/5/13; }

  .grid-contact.heading {
    margin-right: 0;
    grid-area: 3/1/4/4; }

  .grid-contact.heading>h1 {
    padding: 0 0 12px 0; }

  .grid-contact.heading.maps {
    grid-area: 2/2/3/12;
    -ms-grid-column-align: center;
    justify-self: center; }

  .grid-contact.text-heading {
    font-size: 0.8em;
    line-height: 1.4em;
    margin-bottom: 0.8em;
    text-align: left;
    grid-area: 3/4/4/8; }

  /*
   * .grid-contact.line-bottom {
   * display: none;
   * }
   */  .grid-contact.bottom {
    font-size: 0.8em;
    text-align: left;
    grid-area: 3/8/4/13; }

  .logo-contact {
    grid-area: 1/2/2/12; }

  .text-contact {
    grid-area: 2/2/3/12; }

  .text-contact-2 {
    grid-area: 3/2/4/12; }

  .text-contact-map-mansfield {
    margin: 14px 0;
    grid-area: 3/2/4/12; }

  .text-contact-map-tatura {
    margin: 14px 0;
    grid-area: 4/2/5/12; }

  .contact-images {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/span 1; }

  .contact-images.left-thirds {
    grid-column: span 6; }

  .contact-images.right-third {
    grid-column: span 6; } }