ymnj
1/25/2018 - 6:26 PM

New Force Template

Template for new Force builds

(function ($, Drupal) {
  Drupal.behaviors.fixButton = {
    attach: function() {
     $('.aw-header__header .logo-section').removeClass('large-2').addClass('large-4');
    }
  }
})(jQuery, Drupal);
//$brand-blue: color;
//$brand-green: color;

//logo size. Requires JS to force container to be large-4
.block--logo .image__field--type-image img {
  max-height: 150px;
}

//Banner Tint
.view-mode-slider:before {
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  content: '';
  position: absolute;
  width: 100%;
}

//Hide front page main content
.path-frontpage .aw-constrain {
  display: none;
}

//3 CTA padding fix
#block-cta-3 .block__content{
  padding: 0;
  
  section.cell {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}