/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, .product-get-a-quote .primary-message {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* ----------------------------------------------------------------------------
********************************      TYPOGRAPHY      *************************
-----------------------------------------------------------------------------*/
* {
  box-sizing: border-box; }

html {
  font-size: 16px; }

body {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #333;
  font-size: calc(.77em + .5vw);
  line-height: 1.375; }
  @media screen and (max-width: 749px) {
    body {
      font-size: 16px; } }
  @media screen and (min-width: 1310px) {
    body {
      font-size: 18.85px; } }

p {
  line-height: 1.375;
  margin-bottom: 1em;
  margin-top: 0; }
  p.note {
    color: #999;
    font-size: .9em;
    font-style: italic;
    margin-top: 1.5em; }

a {
  color: #00e;
  text-decoration: underline; }
  a:hover {
    color: #00e;
    text-decoration: none; }
  a:focus {
    color: #00e;
    text-decoration: none; }
  a.no-underline {
    text-decoration: none; }
    a.no-underline:hover {
      text-decoration: underline; }

h1, .product-get-a-quote .primary-message {
  line-height: 1.2;
  margin-bottom: .3em;
  margin-top: 2em; }
  h1:first-of-type, .product-get-a-quote .primary-message:first-of-type {
    margin-top: 1em; }
  h1 + h2, .product-get-a-quote .primary-message + h2,
  h1 + h3,
  .product-get-a-quote .primary-message + h3,
  h1 + h4,
  .product-get-a-quote .primary-message + h4 {
    margin-top: .5em; }

h2 {
  line-height: 1.2;
  margin-bottom: .5em;
  margin-top: 1.5em; }
  h2 + h3,
  h2 + h4 {
    margin-top: .5em; }

h3 {
  line-height: 1.3;
  margin-bottom: .5em;
  margin-top: 1.8em; }
  h3 + h4 {
    margin-top: .5em; }

h4 {
  line-height: 1.3;
  margin-bottom: .5em;
  margin-top: 2em;
  text-transform: uppercase; }

.main-content ul,
.main-content ol {
  margin: 1em 0; }
  .main-content ul li,
  .main-content ol li {
    margin: .25em 0; }

footer p {
  line-height: 1.5; }

/* ----------------------------------------------------------------------------
********************************      BASE      *******************************
-----------------------------------------------------------------------------*/
.btn-wrap {
  display: flex; }
  .btn-wrap.right {
    justify-content: flex-end; }
  .btn-wrap.center {
    justify-content: center; }

.btn {
  display: block;
  line-height: 1.23;
  padding: .56em 1.4em;
  text-decoration: none;
  width: min-content;
  width: -webkit-min-content;
  width: -moz-min-content;
  white-space: nowrap;
  border: 0; }

button {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
  /* show a hand cursor on hover; some argue that we
  should keep the default arrow cursor for buttons */
  cursor: pointer; }

.text-center {
  text-align: center; }

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

.text-left {
  text-align: left; }

.text-danger {
  color: #a94442; }

@media screen and (max-width: 749px) {
  .img-responsive {
    float: none !important;
    margin: 1em auto !important; }
  .image.left,
  .image.right {
    float: none !important;
    margin: 0 auto !important;
    padding-bottom: 2em; } }

.logo-print {
  display: none; }

.admin-panel {
  background-color: rgba(110, 110, 110, 0.7);
  bottom: 0;
  display: block;
  padding: 8px 0;
  position: fixed;
  text-align: center;
  width: 100%;
  color: #fff; }
  .admin-panel a {
    color: #fff; }
    .admin-panel a:hover {
      color: #fff;
      text-decoration: none; }

#dev-notes h2 {
  margin-top: 1em; }

/* ----------------------------------------------------------------------------
********************************      NAVIGATION      *************************
-----------------------------------------------------------------------------*/
.top-nav {
  display: none; }
  @media screen and (min-width: 750px) {
    .top-nav {
      display: block; } }
  .top-nav ul li a {
    text-decoration: none; }

@media screen and (max-width: 749px) {
  .main-nav {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 100ms ease;
    -moz-transition: 100ms ease;
    -o-transition: 100ms ease;
    transition: 100ms ease; }
    .main-nav.open {
      visibility: visible;
      opacity: 1;
      filter: alpha(opacity=100); } }

@media screen and (min-width: 750px) {
  .main-nav {
    margin: 0;
    transform: none;
    visibility: visible;
    position: static; } }

.main-nav > ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .main-nav > ul > li {
    display: block; }
    @media screen and (min-width: 750px) {
      .main-nav > ul > li {
        position: relative;
        display: inline-block; } }
    @media screen and (min-width: 750px) {
      .main-nav > ul > li.mobile-only {
        display: none; } }
    .main-nav > ul > li > a {
      text-decoration: none;
      padding: 1em 1.5em;
      display: block;
      line-height: 1em; }
      @media screen and (min-width: 750px) {
        .main-nav > ul > li > a {
          display: inline-block; } }

.main-nav-toggle {
  float: right;
  background: none;
  border: 0;
  padding: 0 5px; }
  @media screen and (min-width: 750px) {
    .main-nav-toggle {
      display: none; } }

.main-nav ul li .dropdownMenu {
  visibility: hidden;
  transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  opacity: 0;
  transition: all .2s ease-in-out 0s, visibility 0s linear 0.2s;
  -moz-transition: all .2s ease-in-out 0s, visibility 0s linear 0.2s;
  -webkit-transition: all .2s ease-in-out 0s, visibility 0s linear 0.2s;
  display: none; }
  @media screen and (min-width: 750px) {
    .main-nav ul li .dropdownMenu {
      display: block; } }

.main-nav ul li:hover > ul.dropdownMenu {
  visibility: visible;
  transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  opacity: 1;
  transition-delay: 0s, 0s, 0.3s;
  -moz-transition-delay: 0s, 0s, 0.3s;
  -webkit-transition-delay: 0s, 0s, 0.3s; }

.main-nav > ul > li > ul.dropdownMenu {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0;
  z-index: 100; }
  .main-nav > ul > li > ul.dropdownMenu > li {
    margin-left: 0;
    margin-right: 0;
    display: block; }
    .main-nav > ul > li > ul.dropdownMenu > li > a {
      display: block;
      padding: .6em .8em;
      white-space: normal;
      width: 100%;
      text-decoration: none; }
      .main-nav > ul > li > ul.dropdownMenu > li > a:hover {
        background: none; }
    .main-nav > ul > li > ul.dropdownMenu > li:last-child a:hover {
      border-radius: 0 0 4px 4px; }

.sub-nav-mobile {
  padding: 0 15px; }
  .sub-nav-mobile .panel-heading {
    padding: 15px 0;
    display: block;
    text-decoration: none; }
    .sub-nav-mobile .panel-heading h2 {
      margin: 0;
      position: relative; }
      .sub-nav-mobile .panel-heading h2:after {
        content: '\f078';
        font-family: "FontAwesome";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%); }
    .sub-nav-mobile .panel-heading.collapsed h2:after {
      content: '\f054'; }
  .sub-nav-mobile ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .sub-nav-mobile ul li:last-child {
      border-bottom: 0; }
    .sub-nav-mobile ul li a {
      display: block;
      padding: .625em 0;
      text-decoration: none; }
    .sub-nav-mobile ul li.active a {
      font-weight: bold; }

.center {
  text-align: center; }

.signature {
  margin: 0;
  padding-bottom: .5em;
  text-align: center;
  width: 100%; }
  .signature a {
    background-image: url("https://nlc-helpers.s3.amazonaws.com/tcg-signature.png");
    background-repeat: no-repeat;
    display: block;
    height: 0 !important;
    margin: 15px auto 0;
    overflow: hidden;
    padding-top: 24px;
    width: 120px; }
    .signature a:hover {
      background-position: 0 -24px; }

/* ----------------------------------------------------------------------------
********************************      PRINT      ******************************
-----------------------------------------------------------------------------*/
@media print {
  a[href]:after {
    content: none !important; }
  p {
    font-size: 12pt; }
  header,
  .sidebar,
  .crumbs,
  footer {
    display: none !important; }
  .logo-print {
    display: block;
    margin: 20px auto;
    text-align: center; }
  .content {
    width: 100% !important;
    margin: 0 auto !important;
    float: none !important;
    left: 0 !important;
    right: 0 !important; }
  h1, .product-get-a-quote .primary-message {
    overflow: visible !important;
    height: auto !important; }
  a:link {
    font-weight: bold;
    text-decoration: underline;
    color: #06c; }
  table,
  table td,
  .hr hr,
  .divider hr {
    border-color: #999; } }

/* ----------------------------------------------------------------------------
********************************      TYPOGRAPHY      *************************
-----------------------------------------------------------------------------*/
h1, .product-get-a-quote .primary-message {
  font-family: 'Noto Serif', serif;
  font-weight: 400;
  color: #fff;
  font-size: 3.2em; }
  @media screen and (max-width: 749px) {
    h1, .product-get-a-quote .primary-message {
      font-size: 2.5em; } }

h2 {
  font-family: 'Noto Serif', serif;
  font-weight: 400;
  color: #005a80;
  font-size: 2.5em; }
  @media screen and (max-width: 749px) {
    h2 {
      font-size: 2em; } }

h3 {
  font-family: 'Noto Serif', serif;
  font-weight: 400;
  color: #0087a8;
  font-size: 1.8em; }
  @media screen and (max-width: 749px) {
    h3 {
      font-size: 1.6em; } }

h4 {
  font-family: 'Noto Serif', serif;
  font-weight: 400;
  color: #0087a8;
  font-size: 1.2em;
  font-weight: bold; }

h5 {
  font-size: 1em;
  font-weight: normal;
  margin: 0; }

/* ----------------------------------------------------------------------------
********************************      BASE      *******************************
-----------------------------------------------------------------------------*/
.btn {
  margin-bottom: 1.4em;
  background-color: #4db547;
  color: #fff;
  border-radius: 5px;
  font-size: 1.3em;
  padding: .66em 1em; }
  .btn:hover {
    color: #fff;
    background-color: #3d9039; }
  .btn.blue {
    background-color: #0087a8; }
    .btn.blue:hover {
      background-color: #005e75; }
  .btn.btn-small {
    font-size: 1em;
    padding: .44em 1em; }

.gallery-swiper .swiper-caption {
  background-color: #666;
  color: #fff;
  font-style: italic; }

.image.right {
  margin: 15px 0 15px 20px; }

.image.center {
  margin: 20px auto; }

.image.left {
  margin: 5px 20px 10px 0; }

.image p.caption {
  color: #666;
  margin-top: 5px; }

.img-thumbnail {
  border: 3px solid rgba(0, 135, 168, 0.5);
  padding: 0; }

/* ----------------------------------------------------------------------------
********************************      NAVIGATION      *************************
-----------------------------------------------------------------------------*/
.top-nav ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .top-nav ul li {
    display: inline-block; }
    .top-nav ul li::after {
      content: "";
      padding: 0 0.4em; }
    .top-nav ul li:last-child::after {
      content: none; }
  .top-nav ul li a {
    font-size: .9em;
    color: #fff; }
    .top-nav ul li a:hover {
      text-decoration: underline; }
  .top-nav ul li.active a {
    text-decoration: underline; }

@media screen and (max-width: 749px) {
  .main-nav {
    width: 75%;
    top: 110px;
    right: 0;
    left: auto;
    background-color: #f1f2f2;
    border-top: 7px solid #4db547;
    z-index: 100; } }

.main-nav > ul > li {
  padding: 0 .3em; }
  @media screen and (max-width: 749px) {
    .main-nav > ul > li {
      padding: 0;
      border-bottom: 1px solid #d7d9d9; } }
  .main-nav > ul > li > a {
    color: #0087a8;
    font-size: 1.3em;
    padding: .7em; }
    @media screen and (max-width: 749px) {
      .main-nav > ul > li > a.dropdownToggle:after {
        content: '\f078';
        font-family: 'FontAwesome';
        color: #c9cdcd;
        font-size: .6em;
        float: right; } }
    .main-nav > ul > li > a:hover {
      background-color: #4db547;
      color: #f1f2f2;
      border-radius: 5px; }
      @media screen and (max-width: 749px) {
        .main-nav > ul > li > a:hover {
          background-color: #d7d9d9 !important;
          border-radius: 0;
          color: #0087a8; } }
    @media screen and (max-width: 749px) {
      .main-nav > ul > li > a.open {
        background-color: #4db547 !important;
        color: #fff !important; } }
    @media screen and (max-width: 749px) {
      .main-nav > ul > li > a.open:after {
        color: #fff;
        content: '\f00d';
        font-size: .8em; } }
  .main-nav > ul > li:last-child {
    margin-right: -1em; }
    @media screen and (max-width: 749px) {
      .main-nav > ul > li:last-child {
        margin-right: 0; } }
  .main-nav > ul > li.open > a {
    background-color: #4db547;
    color: #f1f2f2;
    border-radius: 5px; }
    @media screen and (max-width: 749px) {
      .main-nav > ul > li.open > a {
        background: none;
        color: #0087a8;
        border-radius: 0; } }

.main-nav-toggle {
  color: #959595;
  padding: 1em 1.3em;
  margin-right: 0; }
  .main-nav-toggle svg {
    width: 30px; }
  .main-nav-toggle.open {
    background-color: #4db547;
    color: #fff; }

.main-nav > ul > li > ul.dropdownMenu {
  width: 15.91em;
  border-top: 7px solid #4db547;
  background-color: #f1f2f2;
  top: 86%;
  left: .3em; }
  .main-nav > ul > li > ul.dropdownMenu > li > a {
    font-size: 1.15em;
    color: #0087a8; }
    .main-nav > ul > li > ul.dropdownMenu > li > a:hover {
      background-color: #dcdede;
      color: #0087a8; }

@media screen and (max-width: 749px) {
  .main-nav ul li > ul.dropdownMenu.open {
    visibility: visible;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
    transition-delay: 0s, 0s, 0.3s;
    -moz-transition-delay: 0s, 0s, 0.3s;
    -webkit-transition-delay: 0s, 0s, 0.3s;
    display: block;
    position: static;
    border: none;
    top: auto;
    left: auto;
    width: auto; } }

@media screen and (max-width: 749px) {
  .main-nav ul li > ul.dropdownMenu.open li a {
    font-size: 1em;
    color: #333;
    padding-left: 1.4em; } }

@media screen and (max-width: 749px) {
  .main-nav ul li > ul.dropdownMenu.open li a:hover {
    color: #0087a8; } }

.page-nav {
  background-color: #ECECEC;
  z-index: 100; }
  .page-nav .container {
    text-align: center; }
  .page-nav ul {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .page-nav ul li {
      display: inline-block;
      margin: 0; }
      .page-nav ul li a {
        color: #0087a8;
        text-decoration: none;
        font-size: 1.1em;
        padding: .5em .7em;
        display: block; }
        .page-nav ul li a:hover, .page-nav ul li a.active {
          background-color: #0087a8;
          color: #fff; }

.sub-nav-mobile ul li {
  border-bottom: 1px solid #666666; }
  .sub-nav-mobile ul li a {
    color: #e6e6e6;
    font-size: 1em; }

/* ----------------------------------------------------------------------------
********************************      SHARED      *****************************
-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------
********************************      PRINT      ******************************
-----------------------------------------------------------------------------*/
body {
  margin: 0; }

.page-wrap {
  background-color: #fff; }

.flex-container {
  display: flex;
  justify-content: center; }

.container {
  width: 100%;
  max-width: 1310px;
  padding: 0 1.2em; }
  @media screen and (max-width: 749px) {
    .container {
      padding: 0 1em; } }

.page {
  padding-bottom: 2em; }

.main-content {
  min-height: 100px; }
  .main-content h1:first-of-type, .main-content .product-get-a-quote .primary-message:first-of-type, .product-get-a-quote .main-content .primary-message:first-of-type {
    margin-top: 0; }

.sidebar {
  width: 243px;
  margin-left: 30px; }
  @media screen and (max-width: 749px) {
    .sidebar {
      display: none; } }

header .top-bar {
  background: linear-gradient(to left, #005a80 0%, #005a80 35%, #0087a8 35%, #0087a8 100%); }
  @media screen and (max-width: 749px) {
    header .top-bar {
      background: linear-gradient(to left, #005a80 0%, #005a80 100%); } }
  header .top-bar .container {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    @media screen and (max-width: 749px) {
      header .top-bar .container {
        justify-content: center; } }
  header .top-bar .top-nav {
    background-color: #0087a8;
    padding: .5em 1em; }
  header .top-bar .order-today {
    background-color: #005a80;
    color: #A6CA60;
    text-transform: uppercase;
    padding: .5em 0 .5em 1em; }
    header .top-bar .order-today a {
      color: #A6CA60; }
      header .top-bar .order-today a:hover {
        color: #A6CA60; }
      @media screen and (min-width: 750px) {
        header .top-bar .order-today a {
          text-decoration: none; }
          header .top-bar .order-today a:hover {
            text-decoration: underline; } }

header .header-block {
  width: 100%;
  z-index: 106;
  background-color: #f1f2f2; }
  header .header-block .container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 749px) {
      header .header-block .container {
        padding: 0; } }
  header .header-block .logo img {
    width: 13.26em;
    height: 3.29em;
    margin-top: 5px; }
    @media screen and (max-width: 749px) {
      header .header-block .logo img {
        width: calc(50vw);
        max-width: 240px;
        margin-left: 1em; } }
  header .header-block .buttons {
    display: flex;
    align-items: center; }
    header .header-block .buttons .mobile {
      width: 18px;
      color: #959595;
      margin-right: .8em; }
      @media screen and (min-width: 750px) {
        header .header-block .buttons .mobile {
          display: none; } }

.sr-only {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  border: 0;
  clip: rect(0, 0, 0, 0);
  color: #fff !important;
  display: block;
  font-size: 1em;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: .3em 1em;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 1px;
  width: 250px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

@media screen and (max-width: 749px) {
  .page-nav {
    display: none; } }

.page-nav.sticky {
  position: fixed;
  top: 0;
  width: 100%; }

footer {
  background-color: #005a80;
  padding-top: 2em; }
  footer .footer-block {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 749px) {
      footer .footer-block {
        justify-content: center;
        text-align: center; } }
  footer .logo {
    margin-bottom: 2em; }
    footer .logo img {
      width: 14.32em;
      height: 3.82em; }
  footer p {
    color: #A6CA60; }
    footer p.slogan {
      text-transform: uppercase; }
    footer p .white {
      color: #fff; }
    footer p.copyright {
      font-size: .75em;
      color: #00364d;
      text-align: center; }
    footer p.contact {
      line-height: 1.8em; }
  footer a {
    color: #A6CA60; }
    footer a:hover {
      color: #A6CA60; }
    @media screen and (min-width: 750px) {
      footer a {
        text-decoration: none; }
        footer a:hover {
          text-decoration: underline; } }
  footer .gray,
  footer p.gray {
    color: #959595; }
  footer .slogan,
  footer .address,
  footer .contact {
    margin-bottom: 1.5em; }
  @media screen and (max-width: 749px) {
    footer .footer-nav {
      display: none; } }
  footer .footer-nav ul {
    list-style: none;
    margin: .9em 0 0;
    padding: 0;
    text-align: right; }
    footer .footer-nav ul li {
      display: inline-block;
      font-size: 1.2em; }
      footer .footer-nav ul li:last-child {
        padding-right: 0; }
      footer .footer-nav ul li a {
        color: #4db547;
        padding: .7em;
        text-decoration: none; }
      footer .footer-nav ul li:last-child a {
        padding-right: 0; }
  footer .footer-badge {
    margin-bottom: 1em; }
  footer .made-in-the-usa {
    width: 20em;
    margin: 0 auto; }
    @media screen and (max-width: 600px) {
      footer .made-in-the-usa {
        width: 16em; } }

.page-heading {
  background-image: url("/img/bg-texture-top.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4em 0;
  position: relative; }
  .page-heading.overlay::after {
    background-color: #005a80;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; }
  .page-heading.overlay > * {
    z-index: 50; }
  @media screen and (max-width: 749px) {
    .page-heading {
      padding: 2em 0; } }
  .page-heading p {
    color: #fff;
    line-height: 1.55;
    font-size: 1.1em; }

.sub-heading, .product-get-a-quote .secondary-message {
  text-transform: uppercase;
  color: #4db547;
  font-size: 1.5em;
  letter-spacing: .05em; }
  @media screen and (max-width: 749px) {
    .sub-heading, .product-get-a-quote .secondary-message {
      font-size: 1.2em; } }

.section-heading h2 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  background-color: #005a80;
  color: #A6CA60;
  font-size: 1.25em;
  font-weight: normal;
  margin: 0;
  padding: .7em;
  text-align: center;
  text-transform: uppercase; }

.section-heading .hanger {
  background-color: #005a80;
  height: 1.06em;
  margin: -.53em auto;
  transform: rotate(45deg);
  width: 1.06em; }

table.listing {
  margin-bottom: 1.5em;
  text-align: left;
  width: 100%;
  border-spacing: 0;
  border: 1px solid #959595; }
  table.listing th {
    font-weight: 700;
    padding: .5em .75em; }
  table.listing thead th {
    background-color: #005a80;
    color: #fff;
    text-transform: uppercase; }
  table.listing tbody th {
    background-color: #f1f2f2;
    font-style: italic; }
  table.listing td {
    padding: .5em .75em; }
  table.listing tr:last-child th,
  table.listing tr:last-child td {
    border-bottom: 0; }
  table.listing tr:nth-of-type(2n) {
    background-color: #f1f2f2; }
  table.listing th,
  table.listing td {
    border-bottom: 1px solid #959595;
    border-right: 1px solid #959595; }
    table.listing th:last-child,
    table.listing td:last-child {
      border-right: 0; }
    @media screen and (max-width: 600px) {
      table.listing th,
      table.listing td {
        border-right: 0; } }
  @media screen and (max-width: 600px) {
    table.listing {
      width: 100%; }
      table.listing thead {
        display: none; }
      table.listing tr:nth-of-type(2n) {
        background-color: inherit; }
      table.listing tr td:first-child {
        background: #005a80;
        color: #fff;
        font-size: 1.1em;
        font-weight: bold; }
        table.listing tr td:first-child::before {
          color: #f1f2f2; }
      table.listing tbody td {
        display: block;
        text-align: center; }
        table.listing tbody td::before {
          content: attr(data-th);
          display: block;
          color: #959595;
          font-weight: 400;
          font-size: .8em;
          text-align: center; } }

.reps-section .container {
  padding-top: 3em;
  padding-bottom: 3em; }

.search-button svg {
  width: 1.2rem;
  height: 1.2rem;
  display: inline-block; }
  @media screen and (max-width: 749px) {
    .search-button svg {
      display: none; } }

@media screen and (min-width: 750px) {
  .search-button span {
    display: none; } }

.search-form {
  display: flex;
  margin-top: 3rem; }
  .search-form .form-group {
    flex-grow: 1;
    padding-right: .35rem; }
  .search-form input {
    width: 100%;
    padding: .55em;
    font-size: 1.45rem;
    border: 1px #959595 solid;
    border-radius: 4px; }
  .search-form .btn {
    margin-bottom: unset; }

.search-results h2 {
  margin-top: 1em; }

.search-results h3 {
  font-size: 1.2rem;
  margin-top: 1.2em; }

.search-results .no-results {
  padding: 2em 0; }

.hp-carousel .swiper-slide {
  background: no-repeat center / 100%;
  height: 43vw;
  max-height: 580px;
  min-height: 280px;
  position: relative;
  width: 100%; }
  @media screen and (max-width: 749px) {
    .hp-carousel .swiper-slide {
      background-size: cover; } }
  .hp-carousel .swiper-slide.overlay::after {
    background-color: #000;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; }
  .hp-carousel .swiper-slide.overlay > * {
    z-index: 50; }

.hp-carousel .container {
  position: relative;
  z-index: 10;
  align-items: center;
  display: flex; }
  .hp-carousel .container.left {
    justify-content: flex-start; }
    .hp-carousel .container.left .hero-content {
      margin-left: 3.45em;
      text-align: left; }
    @media screen and (max-width: 749px) {
      .hp-carousel .container.left {
        justify-content: center; }
        .hp-carousel .container.left .hero-content {
          margin-left: unset;
          text-align: center; } }
  .hp-carousel .container.right {
    justify-content: flex-end; }
    .hp-carousel .container.right .hero-content {
      margin-right: 3.45em;
      text-align: right; }
    @media screen and (max-width: 749px) {
      .hp-carousel .container.right {
        justify-content: center; }
        .hp-carousel .container.right .hero-content {
          margin-right: unset;
          text-align: center; } }
  @media screen and (max-width: 749px) {
    .hp-carousel .container .btn-wrap.left,
    .hp-carousel .container .btn-wrap.right {
      justify-content: center; }
    .hp-carousel .container .hero-content {
      margin-left: unset;
      text-align: center; } }

.hp-carousel .swiper-pagination-bullet {
  width: .75em;
  height: .75em;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 1; }

.hp-carousel .swiper-pagination-bullet-active {
  background: #fff; }

.hp-carousel.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 2em; }
  .hp-carousel.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 .75em; }

.hero-content {
  margin-right: 3.45em;
  min-width: 300px;
  text-align: right;
  width: 20.2em; }
  @media screen and (max-width: 749px) {
    .hero-content {
      min-width: unset;
      margin-right: unset; } }
  .hero-content .stylized-text {
    color: #4db547;
    font-size: 1.3em;
    text-transform: uppercase; }
    @media screen and (max-width: 749px) {
      .hero-content .stylized-text {
        font-size: 1em; } }
  .hero-content h1, .hero-content .product-get-a-quote .primary-message, .product-get-a-quote .hero-content .primary-message {
    font-size: 2.8em;
    margin-top: .1em; }
    @media screen and (max-width: 749px) {
      .hero-content h1, .hero-content .product-get-a-quote .primary-message, .product-get-a-quote .hero-content .primary-message {
        font-size: 2em; } }
  .hero-content .btn {
    margin: unset; }
    @media screen and (max-width: 749px) {
      .hero-content .btn {
        font-size: 1em;
        padding: .44em 1em; } }

.flex-row-item, .best-sellers .product, .product-categories .category {
  border-right: 1px solid #ddd;
  color: #0087a8;
  display: block;
  flex: 1;
  padding: 1.5em 1em 2.5em;
  text-decoration: none;
  transition: background-color .4s ease-in-out; }
  @media screen and (max-width: 749px) {
    .flex-row-item, .best-sellers .product, .product-categories .category {
      border: none;
      padding: 1em 1em 1.5em; } }
  .flex-row-item:hover, .best-sellers .product:hover, .product-categories .category:hover {
    background-color: #d7d9d9;
    text-decoration: underline;
    transition: background-color .6s ease-in-out; }
  .flex-row-item:last-child, .best-sellers .product:last-child, .product-categories .category:last-child {
    border-right: 0; }

.best-sellers {
  background-color: #f1f2f2; }
  @media screen and (max-width: 749px) {
    .best-sellers .container {
      flex-direction: column; } }
  .best-sellers img {
    display: block;
    margin: 0 auto;
    width: 6.9em; }
    @media screen and (max-width: 749px) {
      .best-sellers img {
        width: 130px; } }
  .best-sellers h5 {
    font-size: .95em;
    padding: 0 1em;
    text-align: center; }

.callout-to-block .container {
  flex-direction: column; }
  @media screen and (min-width: 750px) {
    .callout-to-block .container {
      flex-direction: row; } }

.callout-to-block .heading-column {
  margin-bottom: 2em; }
  @media screen and (max-width: 749px) {
    .callout-to-block .heading-column .btn-wrap {
      padding-right: unset; }
      .callout-to-block .heading-column .btn-wrap.right {
        justify-content: center; } }
  @media screen and (min-width: 750px) {
    .callout-to-block .heading-column {
      flex-basis: 40%;
      flex-grow: 1;
      margin-bottom: unset;
      padding-left: 3.45em;
      text-align: right; } }

@media screen and (min-width: 750px) {
  .callout-to-block .content-column {
    padding-left: 1.5em;
    padding-top: .5em;
    width: 60%; } }

.callout-to-block .headings {
  border-right: 2px solid #45a340;
  margin-bottom: 1.5em;
  padding-right: 1.5em; }
  @media screen and (max-width: 749px) {
    .callout-to-block .headings {
      border: 0;
      padding: unset;
      text-align: center; } }

.callout-to-block h2 {
  margin-bottom: .2em;
  margin-top: 0; }
  @media screen and (max-width: 749px) {
    .callout-to-block h2 {
      font-size: 2em; } }

.callout-to-block .sub-heading, .callout-to-block .product-get-a-quote .secondary-message, .product-get-a-quote .callout-to-block .secondary-message {
  font-size: 1.2em;
  text-transform: uppercase; }
  @media screen and (max-width: 749px) {
    .callout-to-block .sub-heading, .callout-to-block .product-get-a-quote .secondary-message, .product-get-a-quote .callout-to-block .secondary-message {
      font-size: 1em; } }

.callout-to-block .btn-wrap {
  border-right: 2px solid transparent;
  padding-right: 1.4em; }

.callout-to-block .btn-small {
  margin-bottom: 0; }

.callout-to-form {
  background-color: #4db547;
  padding: 4em 0 3em; }
  @media screen and (max-width: 749px) {
    .callout-to-form {
      padding: 2em 0 2em; } }
  .callout-to-form .content-column {
    color: #fff; }
  .callout-to-form h2 {
    color: #fff; }
  .callout-to-form .sub-heading, .callout-to-form .product-get-a-quote .secondary-message, .product-get-a-quote .callout-to-form .secondary-message {
    color: #fff; }

.callout-to-page {
  background-image: url("/img/bg-blurred.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5em 0 4em; }
  @media screen and (max-width: 749px) {
    .callout-to-page {
      padding: 2em 0 2em; } }
  .callout-to-page h2 {
    color: #005a80; }
  .callout-to-page .sub-heading, .callout-to-page .product-get-a-quote .secondary-message, .product-get-a-quote .callout-to-page .secondary-message {
    color: #005a80; }

.product-category-section {
  padding-bottom: 1em; }
  .product-category-section .products-categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .product-category-section .products-categories.product-lines {
      padding-top: 3em; }
  .product-category-section .product-category {
    background-color: #f1f2f2;
    flex: 0 0 48.5%;
    margin-bottom: 1.5em;
    text-decoration: none; }
    @media screen and (max-width: 600px) {
      .product-category-section .product-category {
        flex: 0 0 100%; } }
    .product-category-section .product-category:hover h3 {
      text-decoration: underline; }
  .product-category-section h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    background-color: #e9ebeb;
    border-bottom: 3px solid #dee1e1;
    font-size: 1em;
    margin-bottom: 0;
    margin-top: 0;
    padding: .3em 1em;
    text-align: center; }
    .product-category-section h3 a {
      color: #005a80;
      text-decoration: none; }
  .product-category-section .product-category-details {
    align-items: flex-start;
    display: flex;
    justify-content: flex-start;
    padding: 0 1em; }
    @media screen and (max-width: 749px) {
      .product-category-section .product-category-details {
        align-items: center;
        flex-direction: column; } }
    @media screen and (min-width: 750px) and (max-width: 991px) {
      .product-category-section .product-category-details {
        align-items: center;
        flex-direction: column; } }
    .product-category-section .product-category-details img {
      flex: 0 0 50%;
      margin-right: 1em; }
      @media screen and (max-width: 749px) {
        .product-category-section .product-category-details img {
          max-width: 250px; } }
  .product-category-section .highlights {
    list-style: none;
    margin: 3em 0 0;
    padding: 0; }
    @media screen and (max-width: 749px) {
      .product-category-section .highlights {
        margin: 0 0 2em; } }
    @media screen and (min-width: 750px) and (max-width: 991px) {
      .product-category-section .highlights {
        margin: 0 0 2em; } }
    .product-category-section .highlights li {
      color: #4db547;
      padding: .15em 0; }
      .product-category-section .highlights li span {
        color: #333; }
  .product-category-section:nth-child(2n + 1) {
    background-color: #f1f2f2; }
    .product-category-section:nth-child(2n + 1) .product-category {
      background-color: #fff; }

.product-categories {
  background-color: #f1f2f2; }
  .product-categories .container {
    display: flex; }
    @media screen and (max-width: 749px) {
      .product-categories .container {
        flex-direction: column; } }
  .product-categories img {
    display: block;
    margin: 0 auto;
    max-width: 10.61em;
    width: 100%; }
    @media screen and (max-width: 749px) {
      .product-categories img {
        max-width: unset;
        width: 220px; } }
  .product-categories h2 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #0087a8;
    font-size: 1.2em;
    margin: 0;
    padding: 0 1em;
    text-align: center; }

.product-overview {
  padding: 4em 0; }
  .product-overview .overview-wrap {
    display: flex; }
    @media screen and (max-width: 600px) {
      .product-overview .overview-wrap {
        flex-direction: column; } }
  .product-overview .featured-image {
    flex: 0 0 50%; }
  .product-overview .overview-content {
    flex: 0 1 50%; }
  .product-overview h2 {
    margin-top: unset; }
  .product-overview img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 26.5em; }

.overview-buttons {
  margin-top: 3em; }
  @media screen and (max-width: 749px) {
    .overview-buttons {
      flex-direction: column; } }
  .overview-buttons .btn {
    margin: 0 0 1em;
    text-align: center; }
    .overview-buttons .btn:first-child {
      margin-right: 1em; }
    @media screen and (max-width: 749px) {
      .overview-buttons .btn {
        width: 100%; }
        .overview-buttons .btn:first-child {
          margin-right: unset; } }

.product-gallery {
  background: #f1f2f2;
  background: -moz-linear-gradient(top, #f1f2f2 0%, #fff 100%);
  background: -webkit-linear-gradient(top, #f1f2f2 0%, #fff 100%);
  background: linear-gradient(to bottom, #f1f2f2 0%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color1', endColorstr='$color2', GradientType=0);
  padding: 4em 0; }
  @media screen and (max-width: 749px) {
    .product-gallery .container {
      padding: unset; } }
  .product-gallery h2 {
    margin-top: unset;
    text-align: center; }
  .product-gallery .lead {
    font-size: 1.2em;
    margin: 0 auto 1.5em;
    text-align: center;
    width: 60%; }
    @media screen and (max-width: 600px) {
      .product-gallery .lead {
        padding: 0 1em;
        width: unset; } }
  .product-gallery .gallery-wrap {
    display: flex;
    font-size: 1.22vw;
    margin: 0 auto;
    width: 90%; }
    @media screen and (min-width: 1310px) {
      .product-gallery .gallery-wrap {
        font-size: 1rem; } }
    @media screen and (max-width: 749px) {
      .product-gallery .gallery-wrap {
        max-width: 535px;
        width: 100%; } }
  .product-gallery .swiper.swiper-container {
    background-color: #f1f2f2;
    margin: 0; }
  .product-gallery .swiper .swiper-slide {
    align-items: center;
    align-self: center;
    background-color: #f1f2f2;
    display: flex;
    justify-content: center; }
  .product-gallery .swiper img {
    display: block;
    width: 100%; }
    .product-gallery .swiper img.applicationImage {
      max-width: 916px; }
    .product-gallery .swiper img.detailImage {
      height: 38.17vw;
      max-height: 500px;
      max-width: 500px;
      width: 38.17vw; }
  .product-gallery .thumbnails {
    display: flex;
    flex-direction: column;
    margin-right: 1em; }
    .product-gallery .thumbnails button {
      background-color: #f1f2f2;
      border-left: 3px solid transparent;
      margin-bottom: 1em;
      padding: 0;
      padding-left: 2px;
      transition: border-color .6s ease-in-out; }
      .product-gallery .thumbnails button:focus {
        outline: none; }
      .product-gallery .thumbnails button.current {
        border-left-color: #0087a8; }
      .product-gallery .thumbnails button:last-child {
        margin-bottom: 0; }
    .product-gallery .thumbnails img {
      display: block;
      height: 10.69vw;
      max-height: 140px;
      max-width: 140px;
      width: 10.69vw; }
    @media screen and (max-width: 749px) {
      .product-gallery .thumbnails {
        display: none; } }
  .product-gallery .swiper-instructions {
    display: none; }
    @media screen and (max-width: 749px) {
      .product-gallery .swiper-instructions {
        display: block; } }
    .product-gallery .swiper-instructions .note {
      margin-top: .7em;
      text-align: center; }

.product-specifications {
  background-color: #f1f2f2;
  padding: 4em 0; }
  @media screen and (max-width: 600px) {
    .product-specifications .container {
      flex-direction: column; } }
  .product-specifications h2 {
    margin-top: unset;
    text-align: center; }
  .product-specifications .specifications-column {
    flex: 1;
    padding-right: 1.5em; }
    @media screen and (max-width: 600px) {
      .product-specifications .specifications-column {
        padding-right: unset; } }
  .product-specifications .construction-column {
    flex: 1;
    padding-left: 1.5em; }
    @media screen and (max-width: 749px) {
      .product-specifications .construction-column {
        margin-top: 2em;
        padding-left: unset; } }

.product-designs-colors .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 3em 0; }

.product-designs-colors figure {
  margin: 1em 2em;
  width: 7.96em; }

.product-designs-colors img {
  border: 1px solid #f1f2f2;
  width: 100%; }

.product-designs-colors figcaption {
  text-align: center; }

.product-downloads, .resource-category {
  background-color: #f1f2f2; }
  .product-downloads .container, .resource-category .container {
    padding: 3em 0; }
  .product-downloads .grid, .resource-category .grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  .product-downloads .download-wrap, .resource-category .download-wrap {
    color: #0087a8;
    margin: 1em 2em;
    text-decoration: none;
    width: 6.63em; }
  .product-downloads .download-item, .resource-category .download-item {
    background-color: #fff;
    box-shadow: 0 0 5px 2px #959595;
    padding: .75em; }
    .product-downloads .download-item:hover, .resource-category .download-item:hover {
      box-shadow: 0 0 5px 2px #0087a8; }
  .product-downloads .icon, .resource-category .icon {
    margin: .2em 1em .3em; }
  .product-downloads .extension, .resource-category .extension {
    background-color: #4db547;
    color: #fff;
    font-size: 1.1em;
    padding: .2em;
    text-align: center;
    text-transform: uppercase; }
  .product-downloads h5, .resource-category h5 {
    font-size: .9em;
    margin: .75em 0 0;
    text-align: center; }

.product-parts .container {
  padding: 3em 0; }

.product-parts .grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(295px, 100%), 1fr));
  grid-gap: 2em;
  justify-items: center; }
  @media screen and (max-width: 600px) {
    .product-parts .grid {
      display: block; } }

.product-parts .part-card {
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.15);
  padding: 2em;
  width: 100%; }
  @media screen and (max-width: 600px) {
    .product-parts .part-card {
      box-shadow: unset;
      padding: 2em 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      .product-parts .part-card:last-child {
        border-bottom: unset; } }

.product-parts h5 {
  font-weight: bold;
  margin: 0;
  text-align: center; }

.product-parts .part-image {
  display: block;
  margin: 2em auto;
  max-width: 150px; }

.product-parts .btn {
  margin-bottom: unset; }

.product-get-a-quote {
  background-image: url("/img/bg-texture-bottom.jpg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 2px solid #fff;
  border-top: 2px solid #fff;
  padding: 4em 0;
  text-align: center; }
  .product-get-a-quote .secondary-message {
    color: #A6CA60;
    font-size: 2em;
    text-transform: none; }
  .product-get-a-quote .primary-message {
    font-size: 2.5em;
    margin-top: .3em; }

.resource-category {
  background-color: unset;
  padding: 1em 0; }
  .resource-category h2 {
    text-align: center;
    margin-bottom: 1em;
    margin-top: unset; }
  .resource-category:nth-of-type(2n) {
    background-color: #f1f2f2; }

.page-block-side-image-text {
  padding: 4em 0; }
  .page-block-side-image-text .container {
    display: flex; }
    @media screen and (max-width: 749px) {
      .page-block-side-image-text .container {
        flex-direction: column; } }
  .page-block-side-image-text .image-block,
  .page-block-side-image-text .content-block {
    width: 50%; }
    @media screen and (max-width: 749px) {
      .page-block-side-image-text .image-block,
      .page-block-side-image-text .content-block {
        width: unset; } }
  @media screen and (max-width: 749px) {
    .page-block-side-image-text .content-block {
      order: -1; } }
  .page-block-side-image-text h2 {
    margin-top: unset; }
  .page-block-side-image-text img {
    display: block;
    margin: 0 auto;
    max-width: 500px;
    width: 100%; }

.page-block-text {
  padding: 4em 0;
  text-align: center; }
  .page-block-text h2 {
    margin-top: unset; }
  .page-block-text.texture {
    background-image: url("/img/bg-texture-bottom.jpg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff; }
    .page-block-text.texture h2 {
      color: #A6CA60; }
  .page-block-text.gray {
    background-color: #f1f2f2;
    color: #333; }
  .page-block-text .btn-wrap {
    margin-top: 2em; }
  .page-block-text ul {
    display: inline-block; }

.page-block-image-grid .container {
  padding: 0 0 2em; }

.page-block-image-grid .image-grid {
  background-color: #fcfcfc;
  display: flex;
  flex-wrap: wrap; }

.page-block-image-grid .grid-cell {
  align-items: center;
  border: 1px solid #e6e8e8;
  display: flex;
  flex: 0 0 25%;
  height: 25vw;
  justify-content: center;
  max-height: 327.5px; }
  @media screen and (max-width: 749px) {
    .page-block-image-grid .grid-cell {
      flex: 0 0 50%;
      height: 50vw; } }

.page-block-image-grid img {
  display: block;
  margin: 1em;
  max-height: 160px;
  max-width: 160px;
  width: 100%; }
