/*! 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, .section--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 (max-width: 750px) {
    body {
      font-size: 16px; } }
  @media (min-width: 1311px) {
    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: #496b8f;
  text-decoration: underline; }
  a:hover {
    color: #496b8f;
    text-decoration: none; }
  a:focus {
    color: #496b8f;
    text-decoration: none; }
  a.no-underline {
    text-decoration: none; }
    a.no-underline:hover {
      text-decoration: underline; }

h1, .section--product-get-a-quote .primary-message {
  line-height: 1.2;
  margin-bottom: .3em;
  margin-top: 2em; }
  h1:first-of-type, .section--product-get-a-quote .primary-message:first-of-type {
    margin-top: 1em; }
  h1 + h2, .section--product-get-a-quote .primary-message + h2,
  h1 + h3,
  .section--product-get-a-quote .primary-message + h3,
  h1 + h4,
  .section--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; }

.img-responsive {
  max-width: 100%; }

@media (max-width: 750px) {
  .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 (min-width: 751px) {
    .top-nav {
      display: block; } }
  .top-nav ul li a {
    text-decoration: none; }

@media (max-width: 750px) {
  .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 (min-width: 751px) {
  .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 (min-width: 751px) {
      .main-nav > ul > li {
        position: relative;
        display: inline-block; } }
    @media (min-width: 751px) {
      .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 (min-width: 751px) {
        .main-nav > ul > li > a {
          display: inline-block; } }

.main-nav-toggle {
  float: right;
  background: none;
  border: 0;
  padding: 0 5px; }
  @media (min-width: 751px) {
    .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 (min-width: 751px) {
    .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; }

.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, .section--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, .section--product-get-a-quote .primary-message {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 3.2em; }
  @media (max-width: 750px) {
    h1, .section--product-get-a-quote .primary-message {
      font-size: 2.5em; } }

h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 400;
  color: #10294b;
  font-size: 2.5em; }
  @media (max-width: 750px) {
    h2 {
      font-size: 2em; } }

h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 400;
  color: #496b8f;
  font-size: 1.8em; }
  @media (max-width: 750px) {
    h3 {
      font-size: 1.6em; } }

h4 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  color: #333;
  font-size: 1.2em; }

h5 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  color: #333;
  font-size: 1em;
  margin: 0; }

/* ----------------------------------------------------------------------------
********************************      BASE      *******************************
-----------------------------------------------------------------------------*/
.btn {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin-bottom: 1.4em;
  background-color: #496b8f;
  color: #fff;
  border-radius: 5px;
  font-size: 1.3em;
  padding: .66em 1em; }
  .btn:hover {
    color: #fff;
    background-color: #10294b; }
  .btn.yellow {
    background-color: #d5df3f;
    color: #10294b; }
    .btn.yellow:hover {
      background-color: #10294b;
      color: #d5df3f; }
  .btn.btn-small {
    border-radius: 3px;
    font-size: 1.15em;
    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(225, 230, 232, 0.5);
  padding: 0; }

/* ----------------------------------------------------------------------------
********************************      NAVIGATION      *************************
-----------------------------------------------------------------------------*/
.top-nav ul {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  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: #10294b; }
    .top-nav ul li a:hover {
      text-decoration: underline; }
  .top-nav ul li.active a {
    text-decoration: underline; }

@media (max-width: 750px) {
  .main-nav {
    width: 75%;
    top: 110px;
    right: 0;
    left: auto;
    background-color: #496b8f;
    border-top: 7px solid #d5df3f;
    z-index: 100; } }

@media (max-width: 399px) {
  .main-nav {
    width: 100%; } }

.main-nav > ul > li {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 400;
  padding: 0 .1em; }
  @media (max-width: 750px) {
    .main-nav > ul > li {
      padding: 0;
      border-bottom: 1px solid #10294b; } }
  .main-nav > ul > li > a {
    color: #10294b;
    font-size: 1.65em;
    padding: .45em .7em; }
    @media (max-width: 750px) {
      .main-nav > ul > li > a {
        color: #fff; } }
    @media (max-width: 750px) {
      .main-nav > ul > li > a.dropdownToggle:after {
        content: '\f078';
        font-family: 'FontAwesome';
        color: #fff;
        font-size: .6em;
        float: right; } }
    .main-nav > ul > li > a:hover {
      background-color: #496b8f;
      color: #fff;
      border-radius: 5px; }
      @media (max-width: 750px) {
        .main-nav > ul > li > a:hover {
          background-color: #10294b !important;
          border-radius: 0;
          color: #fff; } }
    @media (max-width: 750px) {
      .main-nav > ul > li > a.open {
        background-color: #10294b !important;
        color: #fff !important; } }
    @media (max-width: 750px) {
      .main-nav > ul > li > a.open:after {
        color: #fff;
        content: '\f00d';
        font-size: .8em; } }
  .main-nav > ul > li:last-child {
    margin-right: -1em; }
    @media (max-width: 750px) {
      .main-nav > ul > li:last-child {
        margin-right: 0; } }
  .main-nav > ul > li.open > a {
    background-color: #496b8f;
    color: #fff;
    border-radius: 5px; }
    @media (max-width: 750px) {
      .main-nav > ul > li.open > a {
        background: none;
        border-radius: unset; } }

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

.main-nav > ul > li > ul.dropdownMenu {
  width: 14.91em;
  border-top: 7px solid #d5df3f;
  background-color: #f9fae2;
  top: 86%;
  left: .3em; }
  .main-nav > ul > li > ul.dropdownMenu > li > a {
    font-size: 1.3em;
    color: #10294b; }
    .main-nav > ul > li > ul.dropdownMenu > li > a:hover {
      background-color: rgba(107, 129, 140, 0.75);
      color: #f9fae2; }

.main-nav > ul > li:last-child > ul.dropdownMenu {
  left: unset;
  right: .3em; }

@media (max-width: 750px) {
  .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;
    background-color: #6b818c; }
    .main-nav ul li > ul.dropdownMenu.open li {
      border-bottom: 1px solid #fff; }
      .main-nav ul li > ul.dropdownMenu.open li:last-child {
        border-bottom: unset; }
      .main-nav ul li > ul.dropdownMenu.open li a {
        font-size: 1.2em;
        color: #fff;
        padding-left: 1.4em; }
        .main-nav ul li > ul.dropdownMenu.open li a:hover {
          background-color: #f2f5c6;
          color: #10294b; } }

.page-nav {
  background-color: #d5df3f;
  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 {
        font-family: 'Barlow Condensed', sans-serif;
        font-weight: 700;
        color: #10294b;
        text-decoration: none;
        font-size: 1.2em;
        padding: .65em .85em;
        display: block;
        text-transform: uppercase; }
        .page-nav ul li a:hover, .page-nav ul li a.active {
          background-color: #f2f5c6;
          color: #10294b; }

/* ----------------------------------------------------------------------------
********************************      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 (max-width: 750px) {
    .container {
      padding: 0 1em; } }

.page {
  padding-bottom: 2em; }

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

header .top-bar {
  background: linear-gradient(to left, #10294b 0%, #10294b 35%, #d5df3f 35%, #d5df3f 100%); }
  @media (max-width: 750px) {
    header .top-bar {
      background: unset;
      background-color: #10294b; } }
  header .top-bar .container {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    @media (max-width: 750px) {
      header .top-bar .container {
        justify-content: center; } }
  header .top-bar .top-nav {
    background-color: #d5df3f;
    padding: .5em 1em; }
  header .top-bar .order-today {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    background-color: #10294b;
    color: #fff;
    text-transform: uppercase;
    padding: .5em 0 .5em 1em; }
    header .top-bar .order-today a {
      color: #fff; }
      header .top-bar .order-today a:hover {
        color: #fff; }
      @media (min-width: 751px) {
        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: #fff; }
  header .header-block .container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 750px) {
      header .header-block .container {
        padding: 0; } }
  header .header-block .logo img {
    width: 15em;
    height: 5em;
    margin-top: -.5em;
    margin-bottom: -.5em; }
    @media (max-width: 750px) {
      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: #496b8f;
      margin-right: .8em; }
      @media (min-width: 751px) {
        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 (max-width: 750px) {
  .page-nav {
    display: none; } }

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

footer {
  background-color: #10294b;
  padding-top: 2em; }
  footer .footer-block {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 750px) {
      footer .footer-block {
        justify-content: center;
        text-align: center; } }
  footer .logo {
    margin-bottom: 1em; }
    footer .logo img {
      width: 18em;
      height: 6em;
      margin-left: -1.75em; }
  footer p {
    color: #fff; }
    footer p.copyright {
      font-size: .75em;
      color: #6b818c; }
    footer p.contact {
      line-height: 1.8em; }
  footer a {
    color: #fff; }
    footer a:hover {
      color: #fff; }
    @media (min-width: 751px) {
      footer a {
        text-decoration: none; }
        footer a:hover {
          text-decoration: underline; } }
  footer .hilite,
  footer p.hilite {
    color: #d5df3f; }
  footer .slogan,
  footer .address,
  footer .contact {
    margin-bottom: 1.5em; }
  footer .social {
    margin-bottom: 1em; }
    footer .social a {
      color: rgba(255, 255, 255, 0.65);
      margin-right: .75em; }
      footer .social a:last-child {
        margin-right: unset; }
      footer .social a:hover {
        color: #d5df3f; }
    footer .social svg {
      height: 2em; }
      @media (max-width: 749px) {
        footer .social svg {
          height: 2em; } }
  footer .footer-nav {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400; }
    @media (max-width: 750px) {
      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: rgba(255, 255, 255, 0.75);
          padding: .7em;
          text-decoration: none; }
          footer .footer-nav ul li a:hover {
            color: #d5df3f; }
        footer .footer-nav ul li:last-child a {
          padding-right: 0; }

.page-heading {
  background-color: #10294b;
  background-image: url("/img/bg-texture.svg");
  background-size: 40%;
  padding: 4em 0;
  position: relative; }
  .page-heading.overlay::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.85) 100%);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; }
  .page-heading.overlay > * {
    z-index: 50; }
  @media (max-width: 750px) {
    .page-heading {
      padding: 2em 0; } }
  @media (max-width: 600px) {
    .page-heading {
      background-size: 70%; } }
  .page-heading p {
    color: #f2f5c6;
    line-height: 1.55;
    font-size: 1.1em; }

.sub-heading, .section--product-get-a-quote .secondary-message {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.7em;
  letter-spacing: .03em; }
  @media (max-width: 750px) {
    .sub-heading, .section--product-get-a-quote .secondary-message {
      font-size: 1.2em; } }

.section-heading h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 400;
  background-color: #10294b;
  color: #fff;
  font-size: 2.15em;
  font-weight: normal;
  margin: 0;
  padding: .2em 0 .4em;
  text-align: center; }

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

.themed-list, .section--product-category .highlights, .page--reps .rep ul {
  list-style: none;
  padding: 0 0 0 1em; }
  @media (max-width: 990px) {
    .themed-list, .section--product-category .highlights, .page--reps .rep ul {
      margin: 0 0 2em; } }
  .themed-list li, .section--product-category .highlights li, .page--reps .rep ul li {
    color: #496b8f;
    padding: .15em 0; }
    .themed-list li span, .section--product-category .highlights li span, .page--reps .rep ul li span {
      color: #333; }

.swiper-gallery, .section--product-gallery {
  background-color: #f9fae2;
  padding: 4em 0; }
  @media (max-width: 750px) {
    .swiper-gallery .container, .section--product-gallery .container {
      padding: unset; } }
  .swiper-gallery h2, .section--product-gallery h2 {
    margin-top: unset;
    margin-bottom: 1em;
    text-align: center; }
  .swiper-gallery .lead, .section--product-gallery .lead {
    font-size: 1.2em;
    margin: 0 auto 1.5em;
    text-align: center;
    width: 60%; }
    @media (max-width: 600px) {
      .swiper-gallery .lead, .section--product-gallery .lead {
        padding: 0 1em;
        width: unset; } }
  .swiper-gallery .gallery-wrap, .section--product-gallery .gallery-wrap {
    display: flex;
    font-size: 1.22vw;
    margin: 0 auto;
    width: 90%; }
    @media (min-width: 1311px) {
      .swiper-gallery .gallery-wrap, .section--product-gallery .gallery-wrap {
        font-size: 1rem; } }
    @media (max-width: 990px) {
      .swiper-gallery .gallery-wrap, .section--product-gallery .gallery-wrap {
        width: 100%; } }
  .swiper-gallery .swiper.swiper-container, .section--product-gallery .swiper.swiper-container {
    background-color: #f2f5c6;
    margin: 0; }
  .swiper-gallery .swiper .swiper-slide, .section--product-gallery .swiper .swiper-slide {
    align-items: center;
    align-self: center;
    background-color: #f2f5c6;
    display: flex;
    justify-content: center;
    padding: 1.5em; }
  .swiper-gallery .swiper img, .section--product-gallery .swiper img {
    display: block; }
  .swiper-gallery .thumbnails, .section--product-gallery .thumbnails {
    display: flex;
    flex-direction: column;
    margin-right: 1em; }
    .swiper-gallery .thumbnails button, .section--product-gallery .thumbnails button {
      background-color: #f9fae2;
      border-left: 3px solid transparent;
      margin-bottom: 1em;
      padding: 0;
      padding-left: 2px;
      transition: border-color .6s ease-in-out; }
      .swiper-gallery .thumbnails button:focus, .section--product-gallery .thumbnails button:focus {
        outline: none; }
      .swiper-gallery .thumbnails button.current, .section--product-gallery .thumbnails button.current {
        border-left-color: #496b8f; }
      .swiper-gallery .thumbnails button:last-child, .section--product-gallery .thumbnails button:last-child {
        margin-bottom: 0; }
    .swiper-gallery .thumbnails img, .section--product-gallery .thumbnails img {
      display: block;
      height: 8vw;
      max-height: 100px;
      max-width: 100px;
      width: 8vw; }
    @media (max-width: 750px) {
      .swiper-gallery .thumbnails, .section--product-gallery .thumbnails {
        display: none; } }
  .swiper-gallery .swiper-instructions, .section--product-gallery .swiper-instructions {
    display: none; }
    @media (max-width: 750px) {
      .swiper-gallery .swiper-instructions, .section--product-gallery .swiper-instructions {
        display: block; } }
    .swiper-gallery .swiper-instructions .note, .section--product-gallery .swiper-instructions .note {
      margin-top: .7em;
      text-align: center; }

table.listing {
  margin-bottom: 1.5em;
  text-align: left;
  width: 100%;
  border-spacing: 0;
  border: 1px solid #959595; }
  table.listing th {
    font-weight: bold;
    padding: .5em .75em; }
  table.listing thead th {
    background-color: #959595;
    color: #fff; }
  table.listing tbody th {
    background-color: #666666;
    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 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 (max-width: 599px) {
      table.listing th,
      table.listing td {
        border-right: 0; } }
  @media (max-width: 599px) {
    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: #959595;
        color: #fff;
        font-size: 1.1em;
        font-weight: bold; }
      table.listing tbody td {
        display: block;
        text-align: center; }
        table.listing tbody td::before {
          content: attr(data-th);
          display: block;
          text-align: center; } }

.video-responsive {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative; }
  .video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute; }

.product-downloads, .section--product-downloads {
  background-color: #fff; }
  .product-downloads .container, .section--product-downloads .container {
    padding: 3em 0; }
  .product-downloads .grid, .section--product-downloads .grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  .product-downloads .download-wrap, .section--product-downloads .download-wrap {
    color: #10294b;
    margin: 1em 2em;
    text-decoration: none;
    width: 6.63em; }
  .product-downloads .download-item, .section--product-downloads .download-item {
    background-color: #fff;
    box-shadow: 0 0 5px 2px #959595;
    padding: .75em; }
    .product-downloads .download-item:hover, .section--product-downloads .download-item:hover {
      box-shadow: 0 0 5px 2px #496b8f; }
  .product-downloads .icon, .section--product-downloads .icon {
    margin: .2em 1em .3em; }
  .product-downloads .extension, .section--product-downloads .extension {
    background-color: #496b8f;
    color: #fff;
    font-size: 1.1em;
    padding: .2em;
    text-align: center;
    text-transform: uppercase; }
  .product-downloads h5, .section--product-downloads h5 {
    margin: .75em 0 0;
    text-align: center; }

.img-border {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
  border: 5px solid #ffffff; }

.block {
  display: block; }

.mx-auto {
  margin-left: auto;
  margin-right: auto; }

.mb-4 {
  margin-bottom: 1rem; }

.mb-6 {
  margin-bottom: 1.5rem; }

.mb-8 {
  margin-bottom: 2rem; }

.mb-10 {
  margin-bottom: 2.5rem; }

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

@media (min-width: 751px) {
  .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.75rem;
  margin-top: 1.2em; }

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

.hero {
  background-image: url("/img/hero-homepage.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .hero.overlay::after {
    background: linear-gradient(90deg, rgba(16, 41, 75, 0.2) 0%, rgba(16, 41, 75, 0.85) 85%);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; }
  .hero.overlay > * {
    z-index: 50; }
  .hero .container {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    height: 43vw;
    max-height: 580px;
    min-height: 200px; }

.hero-content {
  margin-right: 3.45em;
  min-width: 300px;
  text-align: right;
  width: 50%; }
  @media (max-width: 750px) {
    .hero-content {
      min-width: unset;
      margin-right: unset;
      width: unset; } }
  .hero-content .stylized-text {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 1.65em;
    text-transform: uppercase; }
    @media (max-width: 750px) {
      .hero-content .stylized-text {
        font-size: 1em; } }
  .hero-content h1, .hero-content .section--product-get-a-quote .primary-message, .section--product-get-a-quote .hero-content .primary-message {
    font-size: 3.15em;
    margin-top: .1em; }
    @media (max-width: 750px) {
      .hero-content h1, .hero-content .section--product-get-a-quote .primary-message, .section--product-get-a-quote .hero-content .primary-message {
        font-size: 2em; } }
  .hero-content .btn {
    margin: unset; }
    @media (max-width: 750px) {
      .hero-content .btn {
        font-size: 1em;
        padding: .44em 1em; } }

.section--portfolio-projects .grid--portfolio-projects {
  display: grid;
  grid-column-gap: 0;
  grid-row-gap: 0;
  grid-template-columns: repeat(3, 1fr); }
  @media (max-width: 849px) {
    .section--portfolio-projects .grid--portfolio-projects {
      display: grid;
      grid-template-columns: 1fr; } }
  @media (max-width: 749px) {
    .section--portfolio-projects .grid--portfolio-projects {
      margin-left: -1em;
      margin-right: -1em; } }

.section--portfolio-projects .portfolio-project {
  display: block;
  text-decoration: none;
  transition: background-color .4s ease-in-out;
  border-right: unset;
  padding: 2em .75em; }
  .section--portfolio-projects .portfolio-project:hover {
    background-color: #e1e6e8;
    transition: background-color .6s ease-in-out; }

.section--portfolio-projects img {
  display: block;
  margin: 0 auto; }

.section--portfolio-projects h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  color: #10294b;
  font-size: 1.5em;
  margin-top: 1em;
  margin-bottom: .25em;
  padding: 0 1em;
  text-align: center;
  text-transform: uppercase; }

.section--portfolio-projects h4 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 400;
  color: #666666;
  font-size: 1.35em;
  margin-top: unset;
  padding: 0 1em;
  text-align: center;
  text-transform: uppercase; }

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

.callout-to-block.yellow {
  background-color: #f9fae2; }

.callout-to-block.gray {
  background-color: #e1e6e8; }

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

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

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

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

.callout-to-block .sub-heading, .callout-to-block .section--product-get-a-quote .secondary-message, .section--product-get-a-quote .callout-to-block .secondary-message {
  font-size: 1.75em;
  text-transform: uppercase; }
  @media (max-width: 750px) {
    .callout-to-block .sub-heading, .callout-to-block .section--product-get-a-quote .secondary-message, .section--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 {
  padding: 4em 0 3em; }
  @media (max-width: 750px) {
    .callout-to-form {
      padding: 2em 0 2em; } }
  .callout-to-form .headings {
    border-right: 2px solid #6b818c; }
  .callout-to-form .content-column {
    color: #333; }
  .callout-to-form h2 {
    color: #10294b;
    font-size: 3em; }
  .callout-to-form .sub-heading, .callout-to-form .section--product-get-a-quote .secondary-message, .section--product-get-a-quote .callout-to-form .secondary-message {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    color: #496b8f; }

.callout-to-page {
  padding: 5em 0 4em; }
  @media (max-width: 750px) {
    .callout-to-page {
      padding: 2em 0 2em; } }
  .callout-to-page h2 {
    color: #10294b;
    font-size: 3em; }
  .callout-to-page .sub-heading, .callout-to-page .section--product-get-a-quote .secondary-message, .section--product-get-a-quote .callout-to-page .secondary-message {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    color: #496b8f; }

.section--product-category {
  padding-top: 3em;
  padding-bottom: 3em; }
  .section--product-category h2 + .grid--product-categories {
    margin-top: unset; }
  .section--product-category .grid--product-categories {
    display: grid;
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    grid-template-columns: repeat(2, 1fr); }
    @media (max-width: 750px) {
      .section--product-category .grid--product-categories {
        display: grid;
        grid-template-columns: 1fr; } }
  .section--product-category .product-category {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
    display: block;
    text-decoration: none;
    transition: background-color .4s ease-in-out;
    background-color: #fff; }
    .section--product-category .product-category:hover {
      background-color: #e1e6e8;
      transition: background-color .6s ease-in-out; }
    @media (max-width: 450px) {
      .section--product-category .product-category {
        box-shadow: unset;
        margin-left: -1em;
        margin-right: -1em; } }
  .section--product-category img {
    display: block;
    max-width: 100%; }
  .section--product-category h3 {
    color: #10294b;
    font-size: 2em;
    margin-top: 0; }
  .section--product-category .product-category-details {
    padding: 2em; }
  .section--product-category:nth-child(2n + 1) {
    background-color: #f9fae2; }

.section--product-categories .grid--product-categories {
  display: grid;
  grid-column-gap: 0;
  grid-row-gap: 0;
  grid-template-columns: repeat(2, 1fr); }
  @media (max-width: 749px) {
    .section--product-categories .grid--product-categories {
      display: grid;
      grid-template-columns: 1fr;
      margin-left: -1em;
      margin-right: -1em; } }

.section--product-categories .product-category {
  display: block;
  text-decoration: none;
  transition: background-color .4s ease-in-out;
  border-right: 1px solid #ddd;
  padding: 1.5em 1em .5em; }
  .section--product-categories .product-category:hover {
    background-color: #e1e6e8;
    transition: background-color .6s ease-in-out; }
  .section--product-categories .product-category:last-child {
    border-right: 0;
    border-bottom: 0; }
  @media (max-width: 749px) {
    .section--product-categories .product-category {
      border-right: unset;
      border-bottom: 1px solid #ddd; } }

.section--product-categories img {
  display: block;
  margin: 0 auto; }

.section--product-categories h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  color: #10294b;
  font-size: 1.5em;
  padding: 0 1em;
  text-align: center;
  text-transform: uppercase; }

.section--product-categories p {
  color: #333;
  font-size: .85em;
  text-align: center;
  line-height: 1.75;
  padding: 0 2em 1em; }

.section--product-text {
  padding: 4em 0; }
  .section--product-text.yellow {
    background-color: #f9fae2; }
  .section--product-text.gray {
    background-color: #e1e6e8; }
  .section--product-text .wrap--side-by-side {
    display: flex; }
    @media (max-width: 600px) {
      .section--product-text .wrap--side-by-side {
        flex-direction: column; } }
    .section--product-text .wrap--side-by-side .block--content {
      flex: 0 0 50%; }
    .section--product-text .wrap--side-by-side .block--image {
      flex: 0 0 50%; }
      .section--product-text .wrap--side-by-side .block--image.left {
        order: -1;
        padding-right: 2em;
        text-align: right; }
        @media (max-width: 600px) {
          .section--product-text .wrap--side-by-side .block--image.left {
            padding-right: unset;
            text-align: unset; } }
      .section--product-text .wrap--side-by-side .block--image.right {
        padding-left: 2em; }
        @media (max-width: 600px) {
          .section--product-text .wrap--side-by-side .block--image.right {
            padding-left: unset;
            order: -1; } }
  .section--product-text .wrap--stacked .block--image.center {
    display: block;
    margin: 3em auto 0; }
  .section--product-text h2:first-of-type,
  .section--product-text h3:first-of-type,
  .section--product-text h4:first-of-type {
    margin-top: 0; }

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

.section--product-get-a-quote {
  background-color: #10294b;
  background-image: url("/img/bg-texture.svg");
  background-size: 40%;
  border-bottom: 2px solid #fff;
  border-top: 2px solid #fff;
  padding: 4em 0;
  text-align: center; }
  .section--product-get-a-quote .secondary-message {
    color: #d5df3f;
    font-size: 2em;
    text-transform: none; }
  .section--product-get-a-quote .primary-message {
    font-size: 2.5em;
    margin-top: .3em; }

.section--product-table {
  padding: 4em 0; }

.section--product-video {
  padding: 4em 0; }
  .section--product-video .wrap {
    width: 60%;
    margin: 0 auto; }
    @media (max-width: 600px) {
      .section--product-video .wrap {
        width: 100%;
        margin: unset; } }

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

.page-block-side-image-text {
  padding: 4em 0; }
  .page-block-side-image-text.yellow {
    background-color: #f9fae2; }
  .page-block-side-image-text.gray {
    background-color: #e1e6e8; }
  .page-block-side-image-text .container {
    display: flex; }
    @media (max-width: 750px) {
      .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 (max-width: 750px) {
      .page-block-side-image-text .image-block,
      .page-block-side-image-text .content-block {
        width: unset; } }
  .page-block-side-image-text .image-block.right {
    order: 1; }
  .page-block-side-image-text .btn-wrap {
    margin-top: 2em; }
  @media (max-width: 750px) {
    .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: 40vw; }
    @media (max-width: 750px) {
      .page-block-side-image-text img {
        width: 100%; } }

.page-block-text {
  padding: 4em 0;
  text-align: center; }
  .page-block-text .container {
    max-width: 40em; }
  .page-block-text.yellow {
    background-color: #f9fae2; }
  .page-block-text.gray {
    background-color: #e1e6e8; }
  .page-block-text h2 {
    margin-top: unset; }
  .page-block-text .btn-wrap {
    margin-top: 2em; }
  .page-block-text ul {
    padding-left: 1em;
    text-align: left; }

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

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

.page-block-image-grid .grid-cell {
  align-items: center;
  border: 1px solid #fff;
  display: flex;
  flex: 0 0 25%;
  height: 25vw;
  justify-content: center;
  max-height: 327.5px; }
  @media (max-width: 750px) {
    .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%; }

.page--portfolio .section--portfolio-projects .grid--portfolio-projects {
  display: grid;
  grid-column-gap: 0;
  grid-row-gap: 1.5em;
  grid-template-columns: repeat(3, 1fr); }
  @media (max-width: 990px) {
    .page--portfolio .section--portfolio-projects .grid--portfolio-projects {
      display: grid;
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 750px) {
    .page--portfolio .section--portfolio-projects .grid--portfolio-projects {
      display: grid;
      grid-template-columns: 1fr; } }

.page--portfolio .section--portfolio-projects .portfolio-project {
  display: block;
  text-decoration: none;
  transition: background-color .4s ease-in-out;
  padding: 2em .75em; }
  .page--portfolio .section--portfolio-projects .portfolio-project:hover {
    background-color: #e1e6e8;
    transition: background-color .6s ease-in-out; }
  @media (max-width: 750px) {
    .page--portfolio .section--portfolio-projects .portfolio-project {
      padding: 1em; } }

.page--portfolio .section--portfolio-projects img {
  display: block;
  margin: 0 auto; }
  @media (max-width: 750px) {
    .page--portfolio .section--portfolio-projects img {
      width: unset; } }

.page--portfolio .section--portfolio-projects h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  color: #10294b;
  font-size: 1.5em;
  margin-top: 1em;
  margin-bottom: .25em;
  padding: 0 1em;
  text-align: center;
  text-transform: uppercase; }

.page--portfolio .section--portfolio-projects h4 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 400;
  color: #666666;
  font-size: 1.35em;
  margin-top: unset;
  padding: 0 1em;
  text-align: center;
  text-transform: uppercase; }

.section--project-detail {
  padding: 3em 0; }

.grid--project {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  grid-column-gap: 2em;
  grid-row-gap: 1.5em; }
  @media (max-width: 599px) {
    .grid--project {
      grid-template-columns: 1fr;
      grid-template-rows: auto; } }
  .grid--project .project-description {
    grid-column-start: span 2; }
    @media (max-width: 599px) {
      .grid--project .project-description {
        grid-column-start: unset; } }
  .grid--project .featured-image {
    margin: 0 auto; }
  .grid--project .project-meta {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    color: #666666;
    font-size: 1.3em;
    text-transform: uppercase; }
    .grid--project .project-meta ul {
      list-style: none;
      margin: 0;
      padding: 0; }
    .grid--project .project-meta em {
      font-family: 'Barlow Condensed', sans-serif;
      font-weight: 700;
      font-style: normal;
      color: #10294b; }

.page--reps .grid--reps {
  margin-top: 2em;
  margin-bottom: 2em;
  display: grid;
  grid-column-gap: 1.5em;
  grid-row-gap: 2em;
  grid-template-columns: repeat(3, 1fr); }
  @media (max-width: 849px) {
    .page--reps .grid--reps {
      display: grid;
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 600px) {
    .page--reps .grid--reps {
      display: grid;
      grid-template-columns: 1fr;
      margin-left: -1em;
      margin-right: -1em; } }

.page--reps .rep {
  background-color: #fff;
  padding: 1em; }
  @media (min-width: 600px) {
    .page--reps .rep {
      box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5); } }
  .page--reps .rep h3 {
    color: #fff;
    margin-top: 0;
    margin-bottom: .15em; }
  .page--reps .rep h4 {
    color: #6b818c;
    margin-top: .25em; }
  .page--reps .rep h5 {
    font-size: 1.2em;
    margin-top: 1.35em; }
  .page--reps .rep ul {
    margin: 0; }
  .page--reps .rep .fa {
    color: #496b8f; }

.page--reps .wrap--rep-header {
  background-color: #496b8f;
  margin: -1em -1em 1em;
  padding: 1em; }
  .page--reps .wrap--rep-header em {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.2em;
    font-style: normal; }

.page--reps .wrap--contact {
  margin-bottom: .5em; }
  .page--reps .wrap--contact p {
    margin-bottom: .25em; }
  @media (min-width: 751px) {
    .page--reps .wrap--contact .phone a {
      color: #333;
      text-decoration: none; }
      .page--reps .wrap--contact .phone a:hover {
        color: #333; } }
