<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
 * @package Gate 39 Media
 * 
 * Style specific to this project
 * Typography, font face variants, colors and positioning 
 *
 */
/* 
 * _gate39media-variables.scss
 *
 */
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/* 
 * _gate39media-base.scss
 *
 */
body {
  font-family: "Muli";
  color: #00281f;
  font-size: 16px;
  font-weight: 400 !important;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased; }

/* Headings */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Raleway", sans-serif;
  font-style: "normal";
  font-weight: 700;
  font-weight: 700;
  line-height: 1.1;
  text-transform: none; }

h1 {
  font-size: 40px;
  font-weight: 300;
  color: #4b711e; }
  h1:after {
    content: " ";
    border: 2px solid #fff;
    margin-top: 15px;
    margin-bottom: 30px;
    display: block;
    max-width: 160px; }

.home h2 {
  font-size: 40px;
  font-weight: 300; }
  .home h2:after {
    content: " ";
    border: 2px solid #00281f;
    margin-top: 15px;
    margin-bottom: 30px;
    display: block;
    max-width: 160px; }

h2 {
  font-size: 30px;
  letter-spacing: 1px; }

h3 {
  font-size: 26px;
  line-height: 1.3;
  letter-spacing: 0.5px; }

h4 {
  font-size: 18px;
  line-height: 1.4; }

a, a:hover, a:visited, a:focus {
  color: #cc9401;
  text-decoration: none;
  outline: 0; }

p {
  color: #00281f;
  font-family: "Muli"; }

.btn-primary,
.btn-primary:hover {
  border: 0;
  border-radius: 20px;
  font-size: 16px;
  padding: 3px 16px; }

.button, #post-nav a, #comments-nav a {
  display: inline-block;
  background: #4b711e;
  	/*background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
    background-image: linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));*/
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  color: #fff;
  border: none;
  padding: 3px 16px;
  cursor: pointer;
  text-decoration: none;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.15);
  width: auto;
  overflow: visible;
  	/*-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2), 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2), 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2), 1px 1px 3px rgba(0, 0, 0, 0.2) inset;*/
  -webkit-appearance: none; }

.button:hover, #post-nav a:hover, #comments-nav a:hover, .button:visited {
  color: #ffffff; }

.green-dark {
  color: #00281f; }

.yellow {
  color: #cc9401; }

.green {
  color: #4b711e; }

.btn-yellow {
  border: 2px solid #cc9401;
  background: #cc9401;
  color: #fff; }
  .btn-yellow:hover {
    border: 2px solid #cc9401;
    background: transparent;
    color: #cc9401; }

.btn-green {
  border: 2px solid #4b711e;
  background: #4b711e;
  color: #fff; }
  .btn-green:hover {
    border: 2px solid #4b711e;
    background: transparent;
    color: #4b711e; }

#wp-admin-bar-search {
  display: none; }

/* 
 * _gate39media-wp.scss
 *
 */
/* =WordPress Core
-------------------------------------------------------------- */
/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto; }

/* 
 * _gate39media-mixins.scss
 *
 */
/* position ( $absolute, $top )
 * 
 */
/* position-navbar ( $value )
 *
 * $position = center , left , right
 *
 * If the First ( left ) or Last ( right ) Item is without padding margin.
 * $fixed = True , False 
 * 
 *
 */
/* 
 * _gate39media-header.scss
 *
 */
/*.parent-pageid-30, .parent-pageid-372, .parent-pageid-435, .parent-pageid-438{
    .site-header{
            .site-header-banner{    
                background: url("img/single-blog-header.jpg") no-repeat!important;
                      background-size:cover!important;
                min-height: 300px;

           }  
    }
}*/
.site-header {
  /* dropdown */
  /*.dropdown-submenu {
      margin: 0px auto; 
  }
  .dropdown-menu .dropdown-menu {
      left: 100%;
      top: 20px;  
  }  
  /*  shows the dropdown on hover*/
  /*.navbar ul.nav li.dropdown-submenu:hover &gt; ul.dropdown-menu {
      display: block;
  }    
      
     
  /* before and after */
  /*.navbar .nav &gt; li &gt; .dropdown-menu::before, .navbar .nav &gt; li &gt; .dropdown-menu ::after {
      display: none;  
  }  
         */
  /*Category*/
  /*================================================== Bootstrap 3 Media Queries  ===================================================*/
  /*==========  Mobile First Method  ==========*/
  /* Custom, iPhone Retina */
  /* min-width : 320px */
  /* Extra Small Devices, Phones */
  /* min-width : 480px */
  /* Small Devices, Tablets */
  /* min-width : 768px */
  /* iPads (landscape) ----------- */
  /* min-device-width : 768px */
  /* iPads (portrait) ----------- */
  /* min-device-width : 768px */
  /* Medium Devices, Desktops */
  /* min-width : 992px */
  /* Large Devices, Wide Screens */
  /* min-width : 1200px */ }
  .site-header .navbar-default {
    background-color: transparent; }
  .site-header .navbar {
    border: none;
    /* min-height: 50px;
     margin-bottom: 0;
     border: 0px solid transparent;
     border-radius: 0;
     padding-top: 15px;*/
    margin-bottom: 0; }
  .site-header .site-header-nav-top {
    padding: 5px 0;
    background: #00281f; }
    .site-header .site-header-nav-top .navbar-nav &gt; li {
      color: #fff;
      padding-left: 5px;
      /*  display: inline-table;*/
      /*   
         &amp;:first-of-type{
             
             &gt;a{
                color: $black;
             }
             
             &gt;a:hover{
                color: $black;
                background-color: transparent;
             }
         
             &gt;a:focus{
                color: $black;
                background-color: transparent;
             }
         
         } */ }
      .site-header .site-header-nav-top .navbar-nav &gt; li:hover {
        background: none; }
      .site-header .site-header-nav-top .navbar-nav &gt; li:visited {
        background: none; }
      .site-header .site-header-nav-top .navbar-nav &gt; li &gt; a {
        color: #fff;
        line-height: 15px; }
      .site-header .site-header-nav-top .navbar-nav &gt; li &gt; a:hover {
        color: #cc9401;
        background: none; }
      .site-header .site-header-nav-top .navbar-nav &gt; li &gt; a:focus {
        color: #cc9401;
        background: none; }
      .site-header .site-header-nav-top .navbar-nav &gt; li .btn-login {
        border-radius: 20px;
        border: 2px solid #cc9401;
        padding: 5px 20px;
        margin-top: 7px;
        background: #cc9401; }
        .site-header .site-header-nav-top .navbar-nav &gt; li .btn-login:hover {
          color: #fff;
          background: transparent; }
  .site-header .site-header-nav {
    padding-top: 20px;
    /*margin-top: 30px;
    margin-bottom:20px;*/
    /*mobile menu*/ }
    .site-header .site-header-nav .logo {
      z-index: 9999; }
    .site-header .site-header-nav .wrap {
      /* width: 760px;*/ }
      .site-header .site-header-nav .wrap .navbar-nav {
        /*   .open{
                  position: static;   
                   .dropdown-menu{
                      /* display:table; */
     /*     width: 100%; 
          text-align: center; 
          left:0; 
          right:0; 
          padding-left: 23%;   
          
      }
      
  }*/ }
        .site-header .site-header-nav .wrap .navbar-nav &gt; li {
          color: #fff;
          /*padding-right: 2px;*/ }
          .site-header .site-header-nav .wrap .navbar-nav &gt; li &gt; a {
            color: #fff;
            padding: 0;
            margin: 10px 15px 0px 15px;
            border-bottom: 3px solid #cc9401;
            padding-bottom: 5px;
            font-weight: bold;
            letter-spacing: 0.5px;
            text-transform: uppercase;
            font-family: "Raleway", sans-serif;
            font-size: 14px; }
          .site-header .site-header-nav .wrap .navbar-nav &gt; li &gt; a:hover {
            color: #fff;
            border-bottom: 3px solid #fff; }
          .site-header .site-header-nav .wrap .navbar-nav &gt; li &gt; a:focus {
            color: #fff;
            border-bottom: 3px solid #fff; }
        .site-header .site-header-nav .wrap .navbar-nav &gt; .active &gt; a {
          color: #cc9401;
          border-bottom: 3px solid #fff; }
        .site-header .site-header-nav .wrap .navbar-nav &gt; .active &gt; a:hover {
          color: #cc9401;
          border-bottom: 3px solid #fff; }
        .site-header .site-header-nav .wrap .navbar-nav &gt; .active &gt; a:focus {
          color: #cc9401;
          border-bottom: 3px solid #fff; }
        .site-header .site-header-nav .wrap .navbar-nav .dropdown-submenu &gt; .dropdown-menu {
          top: 0;
          left: 100%;
          margin-top: 0px;
          margin-left: -1px;
          -webkit-border-radius: 0 6px 6px 6px;
          -moz-border-radius: 0 6px 6px 6px;
          border-radius: 0 6px 6px 6px; }
        .site-header .site-header-nav .wrap .navbar-nav .dropdown-submenu {
          position: relative; }
          .site-header .site-header-nav .wrap .navbar-nav .dropdown-submenu:hover &gt; a {
            color: #fff;
            background: #cc9401; }
          .site-header .site-header-nav .wrap .navbar-nav .dropdown-submenu:foucs &gt; a {
            color: #fff;
            background: #cc9401; }
        .site-header .site-header-nav .wrap .navbar-nav .dropdown-menu {
          background-color: #fff;
          padding: 0; }
          .site-header .site-header-nav .wrap .navbar-nav .dropdown-menu &gt; li {
            /* display: inline-table;
              position: static;  */ }
            .site-header .site-header-nav .wrap .navbar-nav .dropdown-menu &gt; li &gt; a {
              color: #00281f;
              padding-top: 15px;
              padding-bottom: 15px; }
            .site-header .site-header-nav .wrap .navbar-nav .dropdown-menu &gt; li &gt; a:hover {
              color: #fff;
              background-color: #cc9401; }
            .site-header .site-header-nav .wrap .navbar-nav .dropdown-menu &gt; li &gt; a:focus {
              color: #fff;
              background-color: #cc9401; }
          .site-header .site-header-nav .wrap .navbar-nav .dropdown-menu &gt; .active &gt; a {
            color: #fff;
            background-color: #cc9401; }
          .site-header .site-header-nav .wrap .navbar-nav .dropdown-menu &gt; .active &gt; a:hover {
            color: #fff;
            background-color: #cc9401; }
          .site-header .site-header-nav .wrap .navbar-nav .dropdown-menu &gt; .active &gt; a:focus {
            color: #fff;
            background-color: #cc9401; }
    .site-header .site-header-nav .navbar-toggle {
      background-color: #4b711e; }
      .site-header .site-header-nav .navbar-toggle .icon-bar {
        background-color: #fff; }
    .site-header .site-header-nav .navbar-collapse li a {
      color: #00281f; }
    .site-header .site-header-nav .navbar-collapse .dropdown-menu li a {
      color: #00281f; }
      .site-header .site-header-nav .navbar-collapse .dropdown-menu li a:hover {
        color: #fff;
        background-color: #cc9401; }
      .site-header .site-header-nav .navbar-collapse .dropdown-menu li a:focus {
        color: #fff;
        background-color: #cc9401; }
  .site-header .site-header-banner {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    min-height: 428px; }
    .site-header .site-header-banner .text-col {
      margin-top: 120px;
      margin-bottom: 100px; }
      .site-header .site-header-banner .text-col ul {
        margin: 0;
        padding: 0;
        list-style: none; }
        .site-header .site-header-banner .text-col ul li {
          padding-bottom: 20px;
          color: #4b711e;
          font-size: 24px;
          font-weight: 300; }
          .site-header .site-header-banner .text-col ul li .green-dark {
            font-weight: 900; }
          .site-header .site-header-banner .text-col ul li i {
            -moz-border-radius: 100%;
            -webkit-border-radius: 100%;
            border-radius: 100%;
            color: #4b711e;
            border: 2px solid #fff;
            font-style: normal;
            width: 47px;
            height: 47px;
            display: inline-table;
            vertical-align: middle;
            text-align: center;
            padding-top: 9px; }
  .site-header .site-header-banner-front-page {
    min-height: 548px; }
  .site-header .site-header-banner-page .text-col h4 {
    color: #fff;
    font-weight: 300; }
  .site-header .site-header-banner-page .text-col h3 {
    color: #00281f;
    font-weight: 300; }
  .site-header .site-header-banner-page .text-col h3.white {
    color: #fff;
    font-weight: 300; }
  .site-header .site-header-banner-page .white {
    color: #fff; }
    .site-header .site-header-banner-page .white:after {
      border-color: #00281f; }
  .site-header .site-header-banner-home {
    background: url("img/blog-header.jpg") no-repeat !important;
    background-size: cover !important; }
    .site-header .site-header-banner-home .text-col h3 {
      font-weight: 300; }
  .site-header .site-header-banner-single {
    background: url("img/single-blog-header.jpg") no-repeat !important;
    background-size: cover !important;
    min-height: 300px; }
  .site-header .site-header-banner-category {
    background: url("img/single-blog-header.jpg") no-repeat !important;
    background-size: cover !important;
    min-height: 300px; }
  @media only screen and (min-width: 320px) {
    .site-header .site-header-nav {
      background-color: #fff; }
    .site-header .nav &gt; li.dropdown.open .dropdown-submenu:hover &gt; ul.dropdown-menu {
      display: block; }
    .site-header .dropdown-submenu li {
      padding-left: 20px; } }
  @media only screen and (min-width: 768px) {
    .site-header {
   /* .nav &gt; li.dropdown.open { position: static; }
 .nav &gt; li.dropdown.open .dropdown-menu {display:table; width: 100%; text-align: center; left:0; right:0; }
 .dropdown-menu&gt;li{  display: inline-table;position: static; } 
    
 .nav &gt; li.dropdown.open .dropdown-submenu .dropdown-menu{visibility: hidden;}
        
   /* .nav li.dropdown-menu:hover&gt; ul.dropdown-menu {
      
}     */
      /* .nav &gt; li.dropdown.open .dropdown-submenu:hover &gt; ul.dropdown-menu, 
          .nav &gt; li.dropdown.open .dropdown-submenu:focus &gt; ul.dropdown-menu{
              display: block;
             visibility: visible!important;
             /*background: $gray;*/
      /*}  */ }
      .site-header .site-header-nav {
        background-color: transparent; }
      .site-header .dropdown-submenu li {
        padding-left: 0px; } }
  @media only screen and (min-width: 1200px) {
    .site-header .wrap {
      margin-right: 40px; } }

/* 
 * _gate39media-inner.scss
 *
 */
.site-content {
  /*Hide Search Form*/
  /*market-solution*/
  /**Grain Merchandising*/
  /*Hedge Report*/
  /*Community Involvement*/
  /*Team*/
  /*Contact Us Page**/
  /* joining-our-team */
  /*================================================== Bootstrap 3 Media Queries  ===================================================*/
  /*==========  Mobile First Method  ==========*/
  /* Custom, iPhone Retina */
  /* min-width : 320px */
  /* Extra Small Devices, Phones */
  /* min-width : 480px */
  /* Small Devices, Tablets */
  /* min-width : 768px */
  /* iPads (landscape) ----------- */
  /* min-device-width : 768px */
  /* iPads (portrait) ----------- */
  /* min-device-width : 768px */
  /* Medium Devices, Desktops */
  /* min-width : 992px */
  /* Large Devices, Wide Screens */
  /* min-width : 1200px */ }
  .site-content .inner-content {
    margin-top: 50px;
    margin-bottom: 50px; }
    .site-content .inner-content .section-marketing-1, .site-content .inner-content .section-marketing-2, .site-content .inner-content .section-marketing-3, .site-content .inner-content .section-marketing-4, .site-content .inner-content .section-marketing-5 {
      margin-bottom: 20px; }
  .site-content h1 {
    color: #cc9401; }
    .site-content h1:after {
      content: " ";
      border: 2px solid #333;
      margin-top: 15px;
      margin-bottom: 30px;
      display: block;
      max-width: 160px; }
    .site-content h1 p {
      font-family: "Raleway", sans-serif; }
  .site-content .section-marketing-1 h3 {
    color: #4b711e;
    font-weight: 300; }
  .site-content h4 {
    color: #cc9401;
    /*text-transform: uppercase;*/ }
  .site-content .section-marketing-6 {
    /*margin-top: 50px;
    background: url("img/community.jpg") no-repeat;
        background-size: cover;    
      padding: 20px 60px 40px 60px;
    
    h4{
        padding-top: 20px;
        color:$white;
        font-weight: 400;
        text-transform: inherit;
    }*/ }
  .site-content .search-form,
  .site-content .error404 .page-wrapper {
    display: none; }
  .site-content .market-solution .hentry hr {
    margin-top: 50px;
    margin-bottom: 20px; }
  .site-content .market-solution h3 {
    font-weight: 300;
    color: #00281f; }
  .site-content .market-solution .column-two {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-table;
    max-width: 350px; }
    .site-content .market-solution .column-two li {
      margin-left: 20px;
      margin-bottom: 10px; }
      .site-content .market-solution .column-two li:before {
        font-family: 'FontAwesome';
        content: '\f06c';
        float: left;
        margin-left: -23px;
        color: #cc9401; }
  .site-content .market-solution .gap {
    padding-right: 15px; }
  .site-content .market-solution .section-marketing-3 {
    margin: 40px 0;
    background: url("img/Grain-Merchandising.jpg") no-repeat;
    background-size: cover;
    padding: 40px 80px 40px 60px; }
    .site-content .market-solution .section-marketing-3 h2 {
      color: #cc9401; }
    .site-content .market-solution .section-marketing-3 h4 {
      margin-top: 20px;
      color: #fff;
      font-weight: 300;
      text-transform: inherit; }
    .site-content .market-solution .section-marketing-3 .column-two {
      margin-top: 20px;
      max-width: 300px;
      color: #fff; }
  .site-content .market-solution .section-marketing-4 h4 {
    padding: 10px 0; }
  .site-content .market-solution .section-marketing-4 .gap {
    padding-right: 120px; }
  .site-content .grain .entry-title {
    color: #4b711e; }
  .site-content .grain .site-main {
    border-bottom: 1px solid #eee;
    padding-bottom: 40px; }
  .site-content .grain .section-marketing-1 .entry-content {
    padding-bottom: 20px; }
    .site-content .grain .section-marketing-1 .entry-content h3 {
      padding-top: 20px; }
    .site-content .grain .section-marketing-1 .entry-content .two-column {
      /* display: inline-flex;*/
      margin: 10px 0 30px 0;
      list-style-type: none; }
      .site-content .grain .section-marketing-1 .entry-content .two-column .yellow {
        font-weight: 900;
        font-family: "Raleway", sans-serif; }
      .site-content .grain .section-marketing-1 .entry-content .two-column li {
        max-width: 210px;
        counter-increment: step-counter;
        margin-left: 20px;
        position: relative; }
        .site-content .grain .section-marketing-1 .entry-content .two-column li:before {
          content: counter(step-counter) ".";
          margin-right: 5px;
          font-size: 24px;
          background-color: #cc9401;
          color: #fff;
          font-weight: bold;
          padding: 0px 10px;
          position: absolute;
          font-family: "Raleway", sans-serif;
          margin-left: -55px;
          margin-top: 10px; }
        .site-content .grain .section-marketing-1 .entry-content .two-column li:first-child {
          margin-right: 100px; }
  .site-content .grain .section-marketing-2 h3 {
    font-weight: 300;
    color: #4b711e;
    margin-bottom: 20px; }
  .site-content .grain .section-marketing-2 .column-two {
    list-style: none;
    padding-top: 20px;
    padding-left: 60px;
    margin: 0;
    display: inline-table;
    max-width: 350px; }
    .site-content .grain .section-marketing-2 .column-two li {
      margin-left: 20px;
      margin-bottom: 10px; }
      .site-content .grain .section-marketing-2 .column-two li:before {
        font-family: 'FontAwesome';
        content: '\f06c';
        float: left;
        margin-left: -23px;
        color: #cc9401; }
  .site-content .grain .section-marketing-3 {
    margin-top: 50px;
    background: url("img/grain-contact-box.jpg") no-repeat;
    background-size: cover;
    padding: 20px 60px 40px 60px; }
    .site-content .grain .section-marketing-3 p {
      color: #fff; }
  .site-content .hedge-report .entry-title {
    color: #4b711e; }
  .site-content .hedge-report .section-marketing-2 h3 {
    font-weight: 900; }
  .site-content .hedge-report .section-marketing-2 .report-list {
    list-style: none;
    display: inline-table;
    max-width: 300px;
    padding: 0px; }
    .site-content .hedge-report .section-marketing-2 .report-list:first-child {
      margin-right: 60px; }
    .site-content .hedge-report .section-marketing-2 .report-list h4 {
      margin-bottom: 6px; }
    .site-content .hedge-report .section-marketing-2 .report-list li {
      margin-left: 20px;
      margin-bottom: 20px; }
      .site-content .hedge-report .section-marketing-2 .report-list li:before {
        font-family: 'FontAwesome';
        content: '\f1b2';
        float: left;
        margin-left: -70px;
        color: #cc9401;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        position: absolute;
        border: 2px solid #ebebe1;
        border-radius: 50%;
        padding: 10px 15px 10px 15px; }
      .site-content .hedge-report .section-marketing-2 .report-list li:hover:before {
        color: #4b711e; }
  .site-content .hedge-report .section-marketing-3 {
    margin-top: 50px;
    background: url("img/hedge-report-contact.jpg") no-repeat;
    background-size: 100%;
    padding: 30px 60px 40px 60px; }
    .site-content .hedge-report .section-marketing-3 p {
      color: #fff; }
  .site-content .community .entry-title {
    color: #00281f; }
  .site-content .community .section-marketing-1 {
    margin-top: 60px; }
    .site-content .community .section-marketing-1 h3 {
      color: #00281f;
      font-weight: 900; }
  .site-content .community .section-marketing-2, .site-content .community .section-marketing-3, .site-content .community .section-marketing-4, .site-content .community .section-marketing-5, .site-content .community .section-marketing-6, .site-content .community .section-marketing-7, .site-content .community .section-marketing-8, .site-content .community .section-marketing-9 {
    padding: 20px 0 40px 0; }
    .site-content .community .section-marketing-2 .entry-content img, .site-content .community .section-marketing-3 .entry-content img, .site-content .community .section-marketing-4 .entry-content img, .site-content .community .section-marketing-5 .entry-content img, .site-content .community .section-marketing-6 .entry-content img, .site-content .community .section-marketing-7 .entry-content img, .site-content .community .section-marketing-8 .entry-content img, .site-content .community .section-marketing-9 .entry-content img {
      margin-top: 20px; }
    .site-content .community .section-marketing-2 .entry-content h4, .site-content .community .section-marketing-3 .entry-content h4, .site-content .community .section-marketing-4 .entry-content h4, .site-content .community .section-marketing-5 .entry-content h4, .site-content .community .section-marketing-6 .entry-content h4, .site-content .community .section-marketing-7 .entry-content h4, .site-content .community .section-marketing-8 .entry-content h4, .site-content .community .section-marketing-9 .entry-content h4 {
      color: #4b711e;
      text-transform: uppercase;
      font-weight: 900; }
      .site-content .community .section-marketing-2 .entry-content h4 a, .site-content .community .section-marketing-3 .entry-content h4 a, .site-content .community .section-marketing-4 .entry-content h4 a, .site-content .community .section-marketing-5 .entry-content h4 a, .site-content .community .section-marketing-6 .entry-content h4 a, .site-content .community .section-marketing-7 .entry-content h4 a, .site-content .community .section-marketing-8 .entry-content h4 a, .site-content .community .section-marketing-9 .entry-content h4 a {
        color: #4b711e; }
  .site-content .team-image img {
    margin-top: 70px; }
  .site-content .team h2 {
    color: #4b711e;
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 20px; }
    .site-content .team h2:after {
      content: " ";
      border: 2px solid #333;
      margin-top: 15px;
      margin-bottom: 30px;
      display: block;
      max-width: 140px; }
  .site-content .team hr {
    margin: 40px 0; }
  .site-content .team h3 {
    color: #cc9401;
    font-weight: bold; }
  .site-content .team h4 {
    color: #4b711e;
    font-weight: 300;
    margin-top: -10px; }
  .site-content .team .fa {
    color: #cc9401; }
  .site-content .team a {
    color: #00281f; }
    .site-content .team a:hover {
      color: #cc9401; }
  .site-content .team .section-marketing-5 {
    margin-top: 50px;
    background: url("img/meet-our-team-call-out.jpg") no-repeat;
    background-size: cover;
    padding: 20px 60px 40px 60px; }
    .site-content .team .section-marketing-5 h4 {
      padding-top: 20px;
      color: #fff;
      font-weight: 400;
      text-transform: inherit; }
  .site-content .section-members {
    background-color: #ebebe1; }
    .site-content .section-members h2 {
      color: #4b711e;
      font-size: 40px;
      font-weight: 300;
      margin-bottom: 30px; }
      .site-content .section-members h2:after {
        content: " ";
        border: 2px solid #333;
        margin-top: 15px;
        margin-bottom: 30px;
        display: block;
        max-width: 140px; }
    .site-content .section-members .thumbs {
      padding: 0;
      margin-bottom: 50px; }
      .site-content .section-members .thumbs li {
        list-style: none; }
        .site-content .section-members .thumbs li img.active {
          opacity: 0.5; }
    .site-content .section-members .thumbnails {
      list-style: none; }
      .site-content .section-members .thumbnails .sy-slides-wrap {
        /*  min-height: 500px;*/ }
        .site-content .section-members .thumbnails .sy-slides-wrap .name h3 {
          color: #cc9401;
          margin-bottom: 0px; }
        .site-content .section-members .thumbnails .sy-slides-wrap .name .fa {
          color: #cc9401; }
        .site-content .section-members .thumbnails .sy-slides-wrap .name a {
          color: #00281f; }
          .site-content .section-members .thumbnails .sy-slides-wrap .name a:hover {
            color: #cc9401; }
        .site-content .section-members .thumbnails .sy-slides-wrap .sy-caption-wrap {
          visibility: hidden; }
  .site-content .contact-info {
    margin-top: 50px; }
    .site-content .contact-info .wufoo-form .form-header {
      background: #668640;
      padding: 40px; }
      .site-content .contact-info .wufoo-form .form-header p {
        color: #fff; }
    .site-content .contact-info .wufoo-form .wufoo-body {
      background: #eeeee5;
      padding: 40px; }
    .site-content .contact-info .location .company-name {
      font-weight: 900;
      font-size: 20px;
      font-family: "Raleway", sans-serif; }
    .site-content .contact-info .location .social {
      list-style: none;
      padding: 0;
      margin-top: -10px; }
      .site-content .contact-info .location .social li {
        display: inline;
        padding-right: 10px; }
        .site-content .contact-info .location .social li .fa {
          color: #00281f; }
          .site-content .contact-info .location .social li .fa:hover {
            color: #cc9401; }
  .site-content .joining-our-team {
    /*padding: 50px 0;
    border-top: 2px solid $gray-alt;*/ }
    .site-content .joining-our-team .entry-content {
      padding: 50px 0;
      border-top: 2px solid #00281f; }
  @media only screen and (min-width: 320px) {
    .site-content .thumbs {
      min-height: 80px; }
      .site-content .thumbs li {
        display: inline-block;
        width: 60px; }
        .site-content .thumbs li h5 {
          font-size: 9px;
          font-weight: 400; }
    .site-content .grain .section-marketing-1 .entry-content .two-column {
      display: block;
      margin-top: 20px; }
    .site-content .thumbnails .sy-slides-wrap {
      min-height: 800px; } }
  @media only screen and (min-width: 480px) {
    .site-content .grain .section-marketing-1 .entry-content .two-column {
      display: inline-flex;
      margin-top: 20px; } }
  @media only screen and (min-width: 768px) {
    .site-content .thumbs li {
      display: inline-table;
      width: 99px; }
      .site-content .thumbs li h5 {
        font-size: 14px;
        font-weight: bold; } }
  @media only screen and (min-width: 992px) {
    .site-content .thumbs {
      min-height: 200px; }
      .site-content .thumbs li {
        width: auto; }
    .site-content .thumbnails .sy-slides-wrap {
      min-height: 500px; } }

/* 
 * _gate39media-sidebar.scss
 *
 */
.site-content {
  /*sidebar*/
  /*================================================== Bootstrap 3 Media Queries  ===================================================*/
  /*==========  Mobile First Method  ==========*/
  /* Custom, iPhone Retina */
  /* min-width : 320px */
  /* Extra Small Devices, Phones */
  /* min-width : 480px */
  /* Small Devices, Tablets */
  /* min-width : 768px */
  /* iPads (landscape) ----------- */
  /* min-device-width : 768px */
  /* iPads (portrait) ----------- */
  /* min-device-width : 768px */
  /* Medium Devices, Desktops */
  /* min-width : 992px */
  /* Large Devices, Wide Screens */
  /* min-width : 1200px */ }
  .site-content .sidebar-menu {
    background: #ebebe1;
    padding: 0 20px;
    margin-bottom: 5px; }
    .site-content .sidebar-menu h3 {
      font-weight: 900; }
    .site-content .sidebar-menu ul {
      list-style: none;
      padding: 0 0 10px 0; }
      .site-content .sidebar-menu ul li {
        margin: 20px 0; }
        .site-content .sidebar-menu ul li a {
          color: #333;
          font-weight: bold;
          text-transform: uppercase;
          border-bottom: 4px solid #cc9401;
          padding-bottom: 5px; }
  .site-content #secondary {
    background-color: #4b711e !important;
    background: url("img/right-rail-bg.jpg") no-repeat;
    background-position: bottom;
    background-size: 100%;
    padding: 0 20px;
    min-height: 500px; }
    .site-content #secondary h3 {
      color: #cc9401;
      font-weight: 900; }
    .site-content #secondary ul {
      list-style: none;
      padding: 0; }
      .site-content #secondary ul li {
        padding-bottom: 15px;
        padding-top: 15px; }
        .site-content #secondary ul li a {
          color: #fff;
          padding-top: 10px; }
        .site-content #secondary ul li:hover {
          background: #00281f;
          margin-left: -20px;
          padding-left: 20px;
          margin-right: -20px;
          padding-right: 20px; }
        .site-content #secondary ul li .post-date {
          color: #fff;
          border-bottom: 2px solid #cc9401;
          padding-bottom: 5px;
          display: table-cell; }
    .site-content #secondary h2 {
      font-weight: 900;
      color: #fff;
      font-size: 33px; }
    .site-content #secondary .free-trial {
      min-height: 200px; }
  .site-content .sidebar-market {
    background-color: #4b711e !important;
    background: url("img/right-rail-bg.jpg") no-repeat;
    background-position: bottom;
    background-size: 100%;
    padding: 0 20px;
    min-height: 500px; }
    .site-content .sidebar-market h3 {
      font-size: 20px;
      font-weight: 300;
      color: #fff; }
      .site-content .sidebar-market h3 .yellow {
        font-weight: 900;
        font-size: 24px; }
    .site-content .sidebar-market p {
      color: #fff; }
  .site-content .sidebar-team {
    background: url("img/sidebar-team.jpg") no-repeat;
    background-size: cover;
    padding: 0 20px;
    margin-bottom: 5px; }
    .site-content .sidebar-team h3 {
      color: #cc9401;
      font-weight: 900;
      font-size: 26px; }
    .site-content .sidebar-team p {
      color: #fff; }
    .site-content .sidebar-team .button {
      margin-top: 10px;
      margin-bottom: 30px; }
  .site-content .sidebar-report {
    background: url("img/hedge_report_sidebar.jpg") no-repeat;
    background-size: 100%;
    padding: 0 20px;
    margin-bottom: 5px;
    min-height: 450px; }
    .site-content .sidebar-report h3 {
      color: #fff;
      font-weight: 400; }
      .site-content .sidebar-report h3 .yellow {
        font-weight: 900; }
    .site-content .sidebar-report p {
      color: #fff;
      margin-top: -10px; }
    .site-content .sidebar-report .button {
      margin-top: 20px; }
  .site-content .sidebar-grain {
    background: url("img/sidebar-grain-bg.jpg") no-repeat;
    background-size: 100%;
    padding: 0 20px;
    margin-bottom: 5px;
    min-height: 450px; }
    .site-content .sidebar-grain h3 {
      color: #00281f;
      font-weight: 900; }
      .site-content .sidebar-grain h3 .green {
        font-weight: 900; }
      .site-content .sidebar-grain h3 .text-small {
        font-weight: 500;
        font-size: 16px;
        font-family: "Muli"; }
    .site-content .sidebar-grain .button {
      margin-top: 20px; }
  .site-content .widget-categories {
    margin: 10px 0 80px; }
    .site-content .widget-categories .button {
      padding: 6px 14px;
      border-radius: 12px;
      color: #fff;
      font-family: "Muli";
      font-weight: 400;
      font-size: 15px; }
    .site-content .widget-categories .form-inline {
      margin-bottom: 0; }
      .site-content .widget-categories .form-inline #cat {
        margin-top: 0; }
      .site-content .widget-categories .form-inline select {
        border: 2px solid #ebebe1;
        height: 40px;
        min-width: 236px;
        margin-left: 20px; }
      .site-content .widget-categories .form-inline label {
        color: #00281f;
        font-family: "Raleway", sans-serif;
        font-weight: 900;
        font-size: 18px; }
  @media only screen and (min-width: 320px) {
    .site-content .sidebar-menu ul li a {
      font-size: 14px; } }
  @media only screen and (min-width: 992px) {
    .site-content .sidebar-menu ul li a {
      font-size: 12px; } }
  @media only screen and (min-width: 1200px) {
    .site-content .sidebar-menu ul li a {
      font-size: 14px; } }

/* 
 * _gate39media-archive.scss
 *
 */
.archive .content-area {
  margin-bottom: 50px; }

.site-content {
  /*================================================== Bootstrap 3 Media Queries  ===================================================*/
  /*==========  Mobile First Method  ==========*/
  /* Custom, iPhone Retina */
  /* min-width : 320px */
  /* Extra Small Devices, Phones */
  /* min-width : 480px */
  /* Small Devices, Tablets */
  /* min-width : 768px */
  /* iPads (landscape) ----------- */
  /* min-device-width : 768px */
  /* iPads (portrait) ----------- */
  /* min-device-width : 768px */
  /* Medium Devices, Desktops */
  /* min-width : 992px */
  /* Large Devices, Wide Screens */
  /* min-width : 1200px */ }
  .site-content .page-title {
    color: #4b711e; }
  .site-content .single-post {
    margin-bottom: 50px; }
    .site-content .single-post .type-post .entry-header .entry-title {
      margin-top: 70px; }
    .site-content .single-post .type-post .entry-header .entry-meta {
      margin-bottom: 50px; }
    .site-content .single-post .type-post .entry-content {
      margin-top: 30px; }
  .site-content .page-header {
    border-bottom: none; }
  .site-content .form-inline {
    display: inline-flex;
    margin-bottom: 30px; }
    .site-content .form-inline h4 {
      padding-right: 30px;
      color: #00281f; }
    .site-content .form-inline #cat {
      margin-right: 20px;
      margin-top: 10px;
      padding-right: 40px; }
    .site-content .form-inline button {
      padding: 0; }
  .site-content .latest-post-row {
    padding-top: 20px;
    border-bottom: 1px solid #ebebe1;
    padding-bottom: 50px;
    margin-bottom: 50px; }
    .site-content .latest-post-row .entry-content {
      margin-top: 10px; }
      .site-content .latest-post-row .entry-content .moretag {
        margin-top: 20px;
        text-transform: uppercase; }
  .site-content .blog-row {
    padding-bottom: 40px;
    border-bottom: 1px solid #ebebe1;
    margin-bottom: 40px; }
    .site-content .blog-row .entry-title {
      font-size: 21px;
      font-weight: 900;
      letter-spacing: 0.08px;
      margin-top: 0; }
    .site-content .blog-row .entry-content {
      margin-top: 10px; }
    .site-content .blog-row .blog-img img {
      width: 165px;
      height: 165px; }
    .site-content .blog-row .entry-meta {
      font-size: 14px;
      font-weight: 300;
      color: #00281f; }
  .site-content .paging-navigation .pager {
    text-align: left; }
  .site-content .blog-contact-bar {
    background: url("img/blog-contactbar.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    padding: 40px;
    margin-bottom: 50px; }
    .site-content .blog-contact-bar h3 {
      font-size: 20px;
      font-weight: 300;
      color: #fff; }
      .site-content .blog-contact-bar h3 .yellow {
        font-weight: 900;
        font-size: 24px; }
    .site-content .blog-contact-bar p {
      color: #fff; }
  .site-content .paging-navigation {
    margin-top: 60px;
    margin-bottom: 60px; }
  .site-content .pager {
    padding-left: 0 !important;
    margin: 50px 0 0 !important;
    list-style: none;
    text-align: left !important; }
  .site-content .pager li &gt; a, .site-content .pager li &gt; span {
    display: inline-block;
    padding: 5px 10px;
    background-color: transparent;
    border: 0;
    border-radius: 15px;
    color: #cc9401;
    font-size: 16px;
    font-weight: 700; }
  .site-content .pager li &gt; a:hover, .site-content .pager li &gt; a:focus {
    text-decoration: none;
    background-color: transparent; }
  .site-content .pager li &gt; span.active {
    font-weight: 400; }
  .site-content .pager .fa {
    color: #cc9401;
    font-weight: 700; }

/* 
 * _gate39media-frontpage.scss
 *
 */
.content-area-front-page {
  /*========== Bootstrap 3 Media Queries ==========*/
  /*==========  Mobile First Method  ==============*/
  /* Custom, iPhone Retina */
  /* min-width : 320px */
  /* Extra Small Devices, Phones */
  /* min-width : 480px */
  /* Small Devices, Tablets */
  /* min-width : 768px */
  /* iPads (landscape) ----------- */
  /* min-device-width : 768px */
  /* iPads (portrait) ----------- */
  /* min-device-width : 768px */
  /* Medium Devices, Desktops */
  /* min-width : 992px */
  /* Large Devices, Wide Screens */
  /* min-width : 1200px */ }
  .content-area-front-page .intro .entry-content h2 {
    color: #4b711e; }
  .content-area-front-page .intro .entry-content .btn-yellow {
    margin-top: 20px; }
  .content-area-front-page .gallery-list {
    padding: 0;
    margin: 0;
    list-style: none;
    /* -webkit-column-count: 2;
     -moz-column-count: 2;
     column-count: 2;
     column-gap: 0px;
     -webkit-column-gap: 0px;
     -moz-column-gap: 0px;*/
    margin-left: -15px;
    margin-right: -15px;
    display: flex; }
    .content-area-front-page .gallery-list li img {
      position: relative;
      /*  min-height: 240px;*/ }
    .content-area-front-page .gallery-list li h3 {
      position: absolute;
      color: #fff;
      text-transform: uppercase;
      padding-top: 13%;
      margin-left: 15%;
      font-weight: 300;
      z-index: 999; }
    .content-area-front-page .gallery-list li .dark {
      color: #333; }
  .content-area-front-page .section-marketing-1 {
    padding: 70px 0;
    background: url("img/ag-bg.jpg") no-repeat;
    background-size: cover; }
    .content-area-front-page .section-marketing-1 h2 {
      color: #fff;
      line-height: 0.8; }
      .content-area-front-page .section-marketing-1 h2 .small-text {
        color: #00281f;
        font-size: 24px;
        font-weight: 900; }
      .content-area-front-page .section-marketing-1 h2:after {
        border: 2px solid #fff; }
    .content-area-front-page .section-marketing-1 .column-two {
      list-style: none;
      padding: 0;
      margin: 0;
      display: inline-block;
      padding-right: 30px; }
      .content-area-front-page .section-marketing-1 .column-two .fa {
        color: #cc9401; }
    .content-area-front-page .section-marketing-1 img {
      padding-left: 50px;
      margin-top: 50px; }
    .content-area-front-page .section-marketing-1 .btn-green {
      margin-top: 20px; }
  .content-area-front-page .section-marketing-2 {
    background: #4b711e; }
    .content-area-front-page .section-marketing-2 .research .entry-content h2 {
      color: #4b711e; }
    .content-area-front-page .section-marketing-2 .research .entry-content h3 {
      padding: 20px 0;
      font-weight: 900; }
    .content-area-front-page .section-marketing-2 .research .entry-content .button {
      margin-top: 20px; }
    .content-area-front-page .section-marketing-2 .report {
      padding-top: 70px;
      padding-left: 30px;
      padding-bottom: 70px; }
      .content-area-front-page .section-marketing-2 .report ul {
        list-style: none;
        padding: 0;
        margin: 0; }
        .content-area-front-page .section-marketing-2 .report ul li {
          font-weight: bold;
          display: inline-block;
          border-bottom: 3px solid #cc9401;
          margin-right: 15px;
          margin-bottom: 15px; }
          .content-area-front-page .section-marketing-2 .report ul li a {
            color: #fff;
            text-transform: uppercase; }
      .content-area-front-page .section-marketing-2 .report h3 {
        margin-top: 50px;
        margin-bottom: 20px; }
      .content-area-front-page .section-marketing-2 .report article {
        padding: 10px 0; }
        .content-area-front-page .section-marketing-2 .report article:hover {
          background: #00281f;
          margin-left: -30px;
          padding-left: 30px;
          margin-right: -15px; }
        .content-area-front-page .section-marketing-2 .report article .entry-date {
          border-bottom: 2px solid #cc9401;
          padding-bottom: 2px;
          color: #fff !important;
          font-weight: 400 !important; }
        .content-area-front-page .section-marketing-2 .report article .front-page-entry-title a {
          color: #fff;
          font-weight: 400;
          text-transform: uppercase;
          letter-spacing: 0.5px; }
      .content-area-front-page .section-marketing-2 .report .btn-yellow {
        margin: 20px 0; }
        .content-area-front-page .section-marketing-2 .report .btn-yellow:hover {
          color: #fff; }
    .content-area-front-page .section-marketing-2 .youtube-video {
      /*display: block;
      width: 100%;
      background-color: red;*/ }
      .content-area-front-page .section-marketing-2 .youtube-video iframe {
        width: 99%;
        height: 475px; }
  .content-area-front-page .section-marketing-3 {
    background: url("img/section-3bg.jpg") no-repeat;
    background-size: cover;
    padding: 60px 0; }
    .content-area-front-page .section-marketing-3 .commentary h3 {
      padding-right: 30px; }
      .content-area-front-page .section-marketing-3 .commentary h3 b {
        font-weight: 900; }
    .content-area-front-page .section-marketing-3 .sign {
      padding-top: 40px; }
      .content-area-front-page .section-marketing-3 .sign .btn-green {
        margin-top: 30px; }
      .content-area-front-page .section-marketing-3 .sign .fa {
        color: #cc9401;
        padding-left: 5px; }
    .content-area-front-page .section-marketing-3 ul {
      list-style: none;
      padding: 0;
      margin: 0; }
  .content-area-front-page .section-announce .category_posts {
    min-height: 210px; }
  @media only screen and (min-width: 320px) {
    .content-area-front-page .gallery-list h3 {
      font-size: 14px; }
    .content-area-front-page .intro .entry-content {
      margin-bottom: 20px; }
    .content-area-front-page .section-marketing-2 .research {
      margin-bottom: 20px; }
    .content-area-front-page .section-marketing-3 .sign {
      padding-left: 10px;
      border-left: none; } }
  @media only screen and (min-width: 480px) {
    .content-area-front-page .gallery-list h3 {
      font-size: 16px; } }
  @media only screen and (min-width: 768px) {
    .content-area-front-page .gallery-list h3 {
      font-size: 28px; } }
  @media only screen and (min-width: 992px) {
    .content-area-front-page .gallery-list li img {
      min-height: 240px; }
    .content-area-front-page .intro .entry-content {
      max-width: 550px;
      float: right;
      padding-right: 50px; }
    .content-area-front-page .section-marketing-2 {
      /*
      background: rgba(255,255,255,1);
      background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 50%, rgba(75,113,30,1) 50%, rgba(75,113,30,1) 50%, rgba(76,113,30,1) 50%);
      background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(50%, rgba(255,255,255,1)), color-stop(50%, rgba(255,255,255,1)), color-stop(50%, rgba(75,113,30,1)), color-stop(50%, rgba(75,113,30,1)), color-stop(50%, rgba(76,113,30,1)));
      background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 50%, rgba(75,113,30,1) 50%, rgba(75,113,30,1) 51%, rgba(76,113,30,1) 50%);
      background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 50%, rgba(75,113,30,1) 50%, rgba(75,113,30,1) 50%, rgba(76,113,30,1) 50%);
      background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 50%, rgba(75,113,30,1) 50%, rgba(75,113,30,1) 50%, rgba(76,113,30,1) 50%);
      background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 50%, rgba(75,113,30,1) 50%, rgba(75,113,30,1) 50%, rgba(76,113,30,1) 50%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#4c711e', GradientType=1 );
      */ }
    .content-area-front-page .section-marketing-3 .sign {
      padding-left: 100px;
      border-left: 2px solid #fff; } }
  @media only screen and (min-width: 1200px) {
    .content-area-front-page .intro {
      padding-top: 30px; } }

/* 
 * _gate39media-landing.scss
 *
 */
.page-id-337 {
  background: url("img/landing-bg.jpg") no-repeat !important;
  background-size: cover !important;
  min-height: 200px;
  margin-top: 0px !important;
  background-color: transparent; }
  .page-id-337 .content-area-landing-page {
    padding-top: 50px; }
    .page-id-337 .content-area-landing-page .heading h3 {
      color: #4b711e;
      font-weight: 900; }
    .page-id-337 .content-area-landing-page .heading h1 {
      color: #00281f;
      margin-top: 0px; }
    .page-id-337 .content-area-landing-page .sign-up {
      margin-top: 60px; }
    .page-id-337 .content-area-landing-page .wufoo-form {
      background: #4b711e;
      padding: 10px 100px 20px 35px; }
      .page-id-337 .content-area-landing-page .wufoo-form h3 {
        color: #00281f;
        font-weight: 900; }
      .page-id-337 .content-area-landing-page .wufoo-form h4 {
        font-weight: 400;
        color: #fff;
        font-family: "Raleway", sans-serif;
        letter-spacing: 0.5px; }
    .page-id-337 .content-area-landing-page .form {
      background: #ebebe1;
      padding: 30px 40px 40px 30px; }
  .page-id-337 .icon i {
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    color: #4b711e;
    border: 2px solid #fff;
    font-style: normal;
    width: 60px;
    height: 60px;
    display: inline-table;
    vertical-align: middle;
    text-align: center;
    padding-top: 4px;
    margin-top: 20px; }
  .page-id-337 .icon .fa-envelope, .page-id-337 .icon .fa-volume-up {
    padding-top: 13px; }
  .page-id-337 .form-text h3 {
    font-weight: 300; }
  .page-id-337 .form-text ul {
    padding: 0; }
    .page-id-337 .form-text ul li {
      list-style: none; }
      .page-id-337 .form-text ul li .fa {
        color: #cc9401; }
  .page-id-337 hr {
    margin-top: 50px;
    border-top: 3px solid #fff; }
  .page-id-337 .site-footer-landing {
    padding-top: 50px;
    padding-bottom: 150px; }

.site-header-landing-page {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 50px 0; }

.page-id-350 {
  background: url("img/thankyou-bg.jpg") no-repeat !important;
  background-size: cover !important;
  min-height: 200px;
  margin-top: 0px !important;
  background-color: transparent; }
  .page-id-350 .content-area-landing-thank-you-page {
    padding-top: 50px; }
    .page-id-350 .content-area-landing-thank-you-page h3 {
      font-weight: 400; }
    .page-id-350 .content-area-landing-thank-you-page h3.green {
      font-weight: 900; }
    .page-id-350 .content-area-landing-thank-you-page h1 {
      margin-top: 0px; }
    .page-id-350 .content-area-landing-thank-you-page .btn-yellow {
      margin-top: 30px;
      margin-bottom: 10px; }

/*================================================== Bootstrap 3 Media Queries  ===================================================*/
/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
/* min-width : 320px */
@media only screen and (min-width: 320px) {
  .wufoo-form {
    margin-top: 40px; } }
/* Extra Small Devices, Phones */
/* min-width : 480px */
/* Small Devices, Tablets */
/* min-width : 768px */
/* iPads (landscape) ----------- */
/* min-device-width : 768px */
/* iPads (portrait) ----------- */
/* min-device-width : 768px */
/* Medium Devices, Desktops */
/* min-width : 992px */
@media only screen and (min-width: 992px) {
  .wufoo-form {
    margin-top: 0px; } }
/* Large Devices, Wide Screens */
/* min-width : 1200px */
/* 
 * _gate39media-footer.scss
 *
 */
.site-footer {
  background-color: #00281f;
  /*================================================== Bootstrap 3 Media Queries  ===================================================*/
  /*==========  Mobile First Method  ==========*/
  /* Custom, iPhone Retina */
  /* min-width : 320px */
  /* Extra Small Devices, Phones */
  /* min-width : 480px */
  /* Small Devices, Tablets */
  /* min-width : 768px */
  /* iPads (landscape) ----------- */
  /* min-device-width : 768px */
  /* iPads (portrait) ----------- */
  /* min-device-width : 768px */
  /* Medium Devices, Desktops */
  /* min-width : 992px */
  /* Large Devices, Wide Screens */
  /* min-width : 1200px */ }
  .site-footer .site-footer-info {
    padding-top: 80px;
    margin-bottom: 20px; }
    .site-footer .site-footer-info .footer-logo .social {
      margin-top: 20px; }
      .site-footer .site-footer-info .footer-logo .social li .fa:hover {
        color: #fff; }
    .site-footer .site-footer-info .contact {
      /*border-left: 1px solid $white;
      border-right: 1px solid $white;*/ }
      .site-footer .site-footer-info .contact .phone {
        color: #cc9401;
        font-size: 22px; }
    .site-footer .site-footer-info .social {
      list-style: none;
      margin: 0;
      padding: 0; }
      .site-footer .site-footer-info .social &gt; li {
        display: inline-block;
        padding-right: 21px; }
      .site-footer .site-footer-info .social a, .site-footer .site-footer-info .social a:hover, .site-footer .site-footer-info .social a:visited, .site-footer .site-footer-info .social a:focus {
        color: #cc9401; }
    .site-footer .site-footer-info address {
      color: #fff; }
    .site-footer .site-footer-info .copyright {
      color: #fff; }
    .site-footer .site-footer-info .contact h3 {
      color: #fff;
      margin-top: 10px; }
  .site-footer .disclaimer {
    padding: 15px 0; }
    .site-footer .disclaimer hr {
      border: 2px solid #cc9401; }
    .site-footer .disclaimer p {
      margin-top: -5px;
      color: #ebebe1;
      padding-bottom: 50px; }
  .site-footer .site-footer-nav .navbar-nav {
    width: 100%;
    text-align: center;
    /*==========  Mobile First Method  ==========*/
    /* Custom, iPhone Retina */
    /* min-width : 320px */
    /* Extra Small Devices, Phones */
    /* min-width : 480px */
    /* Small Devices, Tablets */
    /* min-width : 768px */
    /* iPads (landscape) ----------- */
    /* min-device-width : 768px */
    /* iPads (portrait) ----------- */
    /* min-device-width : 768px */
    /* Medium Devices, Desktops */
    /* min-width : 992px */
    /* Large Devices, Wide Screens */
    /* min-width : 1200px */ }
    .site-footer .site-footer-nav .navbar-nav &gt; li {
      float: none;
      display: inline-block; }
    @media only screen and (min-width: 320px) {
      .site-footer .site-footer-nav .navbar-nav {
        /* first item padding */
        /* last item padding */ }
        .site-footer .site-footer-nav .navbar-nav &gt; li {
          display: inline-block; } }
    @media only screen and (min-width: 768px) {
      .site-footer .site-footer-nav .navbar-nav {
        /* first item padding */
        /* last item padding */ }
        .site-footer .site-footer-nav .navbar-nav &gt; li {
          display: inline-block; } }
    @media only screen and (min-width: 1200px) {
      .site-footer .site-footer-nav .navbar-nav {
        /* first item padding */
        /* last item padding */ } }
  .site-footer .menu-footer-menu-container .navbar-nav {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; }
    .site-footer .menu-footer-menu-container .navbar-nav &gt; li &gt; a {
      color: #4b711e;
      padding-bottom: 7px;
      padding-top: 0px; }
    .site-footer .menu-footer-menu-container .navbar-nav &gt; li &gt; a:hover {
      color: #cc9401;
      background-color: transparent; }
    .site-footer .menu-footer-menu-container .navbar-nav &gt; li &gt; a:focus {
      color: #cc9401;
      background-color: transparent; }
    .site-footer .menu-footer-menu-container .navbar-nav &gt; .current-menu-item &gt; a {
      color: #4b711e; }
    .site-footer .menu-footer-menu-container .navbar-nav &gt; .current-menu-item &gt; a:hover {
      color: #cc9401; }
    .site-footer .menu-footer-menu-container .navbar-nav &gt; .current-menu-item &gt; a:focus {
      color: #cc9401; }
  @media only screen and (min-width: 320px) {
    .site-footer .contact {
      border-left: none;
      border-right: none;
      text-align: left;
      margin-top: 20px; }
    .site-footer .menu-footer-menu-container .navbar-nav {
      margin: 7px -15px; }
      .site-footer .menu-footer-menu-container .navbar-nav &gt; li {
        float: none; }
        .site-footer .menu-footer-menu-container .navbar-nav &gt; li &gt; a {
          /* padding-left: 0px;*/ } }
  @media only screen and (min-width: 992px) {
    .site-footer .menu-footer-menu-container .navbar-nav {
      margin: inherit; }
    .site-footer .contact {
      border-left: 1px solid #fff;
      border-right: 1px solid #fff;
      text-align: center;
      margin-top: 0px; } }

/*# sourceMappingURL=gate39media-app.css.map */
</pre></body></html>